@charset "utf-8";

/* 
 * Project Name:邦普
 * 
 */

/*@font-face {
	font-family: 'PingFang SC';
	src: url('fonts/PingFangSCRegular.woff2') format('woff2'), url('fonts/PingFangSCRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}*/

@font-face {
	font-family: "gilroy-regular-3";
	src: url("fonts/gilroy-regular-3.woff2") format("woff2"), url("fonts/gilroy-regular-3.woff") format("woff"), url("fonts/gilroy-regular-3.ttf") format("truetype"), url("fonts/gilroy-regular-3.eot") format("embedded-opentype"), url("fonts/gilroy-regular-3.svg") format("svg");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "PingFang SC", "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	color: #333;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.fixedImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.pageC table img {
	width: 100% !important;
}

.pageC table td {
	padding: 5px !important;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}

	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w1488 {
	width: 1488px;
	margin: 0 auto;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	height: 100px;
	line-height: 100px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s;
}

.head-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}

.header.active,
.header.mractive {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header.mractive .hlimg1,
.header.active .hlimg1 {
	display: none;
}

.header.mractive .hlimg2,
.header.active .hlimg2 {
	display: inline-block;
}

.header.mractive .yj-bot .yj-link,
.header.active .yj-bot .yj-link {
	color: #333333;
}

.header.mractive .nrsicon,
.header.mractive .nlyy,
.header.active .nrsicon,
.header.active .nlyy {
	color: #636764;
}

.header.mractive .yj-bot li.active .yj-link,
.header.active .yj-bot li.active .yj-link {
	color: #30688E;
}

.header.mractive .ntt1,
.header.active .ntt1 {
	display: none;
}

.header.mractive .ntt2,
.header.active .ntt2 {
	display: inline-block;
}

.head-logo {
	float: left;
	height: 100px;
}

.head-logo a {
	display: block;
}

.head-logo img {
	width: 100%;
	margin-top: 26px;
}

.hlimg1 {
	display: block;
}

.hlimg2 {
	display: none;
}

.header .nav {
	position: relative;
	float: right;
}

.header .yj-bot {
	float: left;
}

.navr {
	float: right;
	margin-left: 200px;
}

.nrsearch,
.nrlg {
	display: inline-block;
	vertical-align: middle;
}

.nrlg {
	margin-left: 40px;
}

.nrsearch {
	position: relative;
	padding-left: 45px;
}

.search-down {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.4s;
	transform: translateY(30px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.search-down .text {
	box-sizing: border-box;
	float: right;
	width: 150px;
	height: 38px;
	line-height: 38px;
	color: #004E7B;
	background: #fff;
	outline: none;
	border: none;
	color: #333;
	font-size: 14px;
}

.search-down .sub {
	display: block;
	margin-left: 12px;
	float: left;
	color: #333333;
	font-size: 18px;
	background: none;
	border: none;
	outline: none;
	transition: 0.4s;
}

.nrsearch:hover .search-down {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	pointer-events: visible;
}

.nrsicon {
	display: block;
	color: #fff;
	font-size: 16px;
}

.nltxt {
	display: inline-block;
	/* vertical-align: middle; */
	color: #fff;
	font-size: 12px;
}

.ntt1 {
	display: inline-block;
}

.ntt2 {
	display: none;
}

.nltxt img {
	width: 19px;
	vertical-align: middle;
}

.nlyy {
	font-family: "gilroy-regular-3";
	display: inline-block;
	vertical-align: middle;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
}

.nlyy option {
	color: #555;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 32px;
	z-index: 3;
}

.header .yj-bot li.active .yj-link {
	color: #fff;
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 100%;
	transform: translateY(20px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	padding: 5px 0;
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 12px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 8px 0;
}

.el-link:hover {
	color: #30688E;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px 0 0 17.5px;
	width: 10px;
	height: 2px;
	background-color: #30688E;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	left: 0;
	background-color: #30688E;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #30688E;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie .subnav {
	padding: 12px 5% 12px 10%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #30688E !important;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;

	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {

	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;

	a {
		color: #CCC;
		text-decoration: underline;
	}
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;

	&:focus,
	&:hover {
		opacity: 1;
	}

	&:active {
		outline: 0;
		opacity: .9;
	}

	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}

	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: hidden;
	}
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e892";
}

.pswp__button--arrow--right:before {
	content: "\e893";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;

	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;

		&:hover {
			text-decoration: none;
			color: #000;
		}

		&:first-child {
			border-radius: 2px 2px 0 0;
		}

		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;

	.pswp__share-tooltip {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a {
	&.pswp__share--facebook {
		&:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			top: -12px;
			right: 15px;
			border: 6px solid transparent;
			border-bottom-color: #FFF;
			-webkit-pointer-events: none;
			-moz-pointer-events: none;
			pointer-events: none;
		}

		&:hover {
			background: #3E5C9A;
			color: #FFF;

			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}

	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}

	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}

	&.pswp__share--download:hover {
		background: #DDD;
	}
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;

	.xzy-zan {
		float: right;
		display: block;
	}
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;

	.pswp__preloader__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;

		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}

		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}

	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}

	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}

	.pswp__preloader__donut {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 2px solid #FFF;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {

	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
}


/*.banner-wrap:before{
	content: "";
	position: absolute;
	right: 14%;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.2);
	z-index: 100;
}*/

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

#swiper-container1 .swiper-pagination-bullet {
	position: relative;
	display: block;
	margin: 50px 0;
	background: rgba(255, 255, 255, .3);
	width: 5px;
	height: 5px;
	opacity: 1;
}

#swiper-container1 .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 43px;
	height: 43px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	transition: 0.65s;
}

#swiper-container1 .swiper-pagination-bullet-active:before {
	transform: translate(-50%, -50%) scale(1);
}

#swiper-container1 .swiper-pagination-bullet-active {
	background: #fff;
}

#swiper-container1 .swiper-pagination {
	right: 5%;
	bottom: 117px;
	left: auto;
	width: auto;
}

.item {
	position: relative;
	overflow: hidden;
}

#swiper-container1 .swiper-slide {
	text-align: center;
	background: #fff;
	overflow: hidden;
}

#swiper-container1 .slide-inner {
	overflow: hidden;
}

.banner .pimg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.banner .swiper-slide-active .pimg {
	visibility: visible !important;
	transform: scale(1);
	-webkit-transform: scale(1);
}

@keyframes scaleUpDown1 {
	from {
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
	}
}

.bscover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: left;
}

.bct1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.bct2 {
	display: block;
	color: #fff;
	font-size: 50px;
	margin-top: 20px;
	line-height: 1.5;
	font-weight: normal;
}

.bct3 {
	margin-top: 60px;
}


/* banner end */

.gybtn {
	position: relative;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	z-index: 3;
}

.ipblist li .gbtbs:before {
	transition-delay: 0.25s;
}

.gybtn:hover:before,
.ipblist li:hover .gbtbs:before,
.apply-list li:hover .gbtls:before {
	width: 100%;
}

.gybtn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	transition: 0.45s;
	z-index: -3;
}

.gybtn i {
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	transition: 0.35s;
}

.gbtbs {
	color: #fff;
	border: 1px solid #FFFFFF;
}

.gbtbs:before {
	background: #FFFFFF;
}

.gbtbs i {
	background: url(../images/arrow-orange.png) no-repeat;
	background-size: contain;
}

.gbtls {
	color: #30688E;
	border: 1px solid #30688E;
}

.gbtls:before {
	background: #30688E;
}

.gbtls i {
	background: url(../images/arrow-orange2.png) no-repeat;
	background-size: contain;
}

.gbtbs:hover,
.ipblist li:hover .gbtbs {
	color: #30688E;
}

.gbtbs:hover i,
.ipblist li:hover .gbtbs i {
	background: url(../images/arrow-orange2.png) no-repeat;
	background-size: contain;
}

.gbtls:hover,
.apply-list li:hover .gbtls {
	color: #fff;
}

.gbtls:hover i,
.apply-list li:hover .gbtls i {
	background: url(../images/arrow-orange.png) no-repeat;
	background-size: contain;
}

.bwtab {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.btitem {
	position: relative;
	float: left;
	width: 16.666%;
	z-index: 3;
}

.btitem:not(:first-child) {
	border-left: 1px solid #E6E6E6;
}

.btitem a {
	position: relative;
	display: block;
	height: 100%;
	padding: 44px 40px;
	background: url(../images/navlogo.png) no-repeat;
	background-size: 159px 159px;
	background-position: 125% 55%;
	box-sizing: border-box;
}

.btitem:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #30688E;
	transition: 0.45s;
	z-index: -3;
}

.btitem:hover:before {
	width: 100%;
	left: 0;
}

.btitem:hover .btil {
	color: #fff;
}

.btitem:hover .btricon {
	opacity: 0;
	visibility: hidden;
}

.btil {
	display: block;
	float: left;
	width: 75%;
	color: #333333;
	font-size: 16px;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btir {
	position: relative;
	display: block;
	float: right;
}

.btrjh {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
	color: #FFFFFF;
	font-size: 16px;
}

.btricon {
	display: block;
	transition: 0.45s;
}

.index-products {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ipbtitle {
	color: #30688E;
	font-size: 20px;
}

.ipblb {
	position: relative;
	overflow: hidden;
}

.ipblb .slick-dots {
	position: absolute;
	left: 55%;
	bottom: 30px;
	line-height: 1;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.ipblb .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .3);
	margin-right: 10px;
	box-sizing: border-box;
	transition: 0.35s;
}

.ipblb .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ipblb .slick-dots li a:focus {
	outline: none;
}

.ipblb .slick-dots li.slick-active {
	background: #fff;
}

.iplitem {
	position: relative;
	float: left;
	margin-right: 10px;
}

.ipipic {
	float: right;
	width: 47%;
	overflow: hidden;
}

.ipipic img {
	display: block;
	width: 100%;
	height: 352px;
	object-fit: cover;
}

.ipiw {
	float: left;
	width: 44%;
	margin-top: 50px;
}

.ipwtxt1 {
	display: block;
	color: #242424;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}

.ipwtxt2 {
	color: #636764;
	font-size: 16px;
	margin-top: 30px;
	height: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ipwbtn {
	margin-top: 50px;
}

.ipblist {
	margin-top: 60px;
}

.ipblist li {
	position: relative;
	float: left;
	width: 25%;
	background: #fff;
	box-sizing: border-box;
	padding: 36px;
	overflow: hidden;
	box-shadow: 0 3px 20px rgba(204, 204, 204, .16);
}

.ipblist li:hover .iplcv {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.iplbt {
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.iplpic {
	position: relative;
	height: 173px;
	margin-top: 60px;
}

.iplpic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.iplcv {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	transition: 0.45s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ipltp {
	position: relative;
}

.ipltp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(48, 104, 142, .9);
	z-index: 1;
}

.ipltp img {
	display: block;
	/*width: 100%;*/
}

.iplwz {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	right: 30px;
	z-index: 5;
}

.ipctxt {
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.ipcbtn {
	margin: 20px auto 0;
}

.index-about {
	position: relative;
	background: #F5F7F9;
	padding-bottom: 100px;
}

.iabg img {
	display: block;
	width: 100%;
}

.iacont {
	position: relative;
	z-index: 10;
	margin-top: -16%;
	display: flex;
	background: #fff;
	box-shadow: 0 3px 20px rgba(204, 204, 204, .16);
}

.iacl {
	float: left;
	width: 41%;
	box-sizing: border-box;
	padding: 57px 60px 0 60px;
}

.ialbt {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.5;
}

.ialist {
	margin-top: 20px;
}

.ialist li {
	float: left;
	width: 50%;
	margin-top: 70px;
}

.ialnum {
	display: block;
	font-family: "gilroy-regular-3";
	color: #30688E;
	font-size: 50px;
	line-height: 1.5;
	font-weight: normal;
}

.ialtxt {
	display: block;
	color: #636764;
	font-size: 18px;
}

.iacc {
	float: left;
	width: 19%;
}

.iacc img {
	display: block;
	width: 100%;
}

.iacr {
	position: relative;
	float: left;
	width: 40%;
}

.iactitle {
	display: block;
	color: #333333;
	font-size: 30px;
	padding: 0 42px;
	margin-top: 60px;
	line-height: 1.5;
}

.iacnr {
	color: #333333;
	font-size: 16px;
	margin-top: 60px;
	padding: 0 42px;
	text-align: justify;
	height: 173px;
	overflow: hidden;
}

.iacbtn a {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #30688E;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.iacbtn a i {
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: url(../images/arrow-orange.png) no-repeat;
	margin-left: 20px;
}

.ianews {
	margin-top: 97px;
}

.ianbt {
	line-height: 30px;
}

.iabl {
	display: block;
	float: left;
	color: #1E1E1E;
	font-size: 20px;
}

.iabr {
	display: block;
	float: right;
	color: #30688E;
	font-size: 14px;
}

.iabr:hover i,
.iacbtn a:hover i,
.gybtn:hover i,
.ipblist li:hover .gybtn i,
.apply-list li:hover .gybtn i {
	animation: move 1s infinite;
}

@keyframes move {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
		opacity: 0.8;
	}

	100% {
		transform: translateY(0);
	}
}

.iabr i {
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: url(../images/arrow-orange2.png) no-repeat;
	margin-left: 20px;
	transition: 0.45s;
}

.ianbanner {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	margin-left: -50px;
}

.inlb {
	position: relative;
}

.ibsx {
	display: block;
	position: absolute;
	top: 28%;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	transition: 0.45s;
}

.ibsx:hover {
	background: #30688E;
}

.ibprev:hover i {
	background: url(../images/prev-in.png) no-repeat;
	background-size: contain;
}

.ibnext:hover i {
	background: url(../images/next-in.png) no-repeat;
	background-size: contain;
}

.ibprev {
	left: -28px;
}

.ibnext {
	right: -28px;
}

.ibsx i {
	margin: 20.5px auto 0;
}

.ibprev i {
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/prev.png) no-repeat;
	background-size: contain;
}

.ibnext i {
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/next.png) no-repeat;
	background-size: contain;
}

.iabitem {
	position: relative;
	float: left;
	margin-left: 50px;
}

.iabitem:hover .iapbtn {
	background: #30688E;
}

.iabitem:hover .iabtxt {
	color: #fff;
}

.iabitem:hover .iaptp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.iabitem:hover .iabtxt i {
	background: url(../images/arrow-orange.png) no-repeat;
	background-size: contain;
}

.iaipic {
	display: flex;
	position: relative;
}

.iaptp {
	display: block;
	float: left;
	width: 87%;
	overflow: hidden;
}

.iaptp img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.iapbtn {
	position: relative;
	display: block;
	float: left;
	width: 13%;
	background: #EBEBEB;
	transition: 0.35s;
}

.iabtxt {
	display: block;
	width: 100px;
	position: absolute;
	top: 46%;
	left: -6px;
	text-align: center;
	transform: rotate(-90deg) translateY(-50%);
	color: #636764;
	font-size: 14px;
}

.iabtxt i {
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: url(../images/arrow-orange3.png) no-repeat;
	background-size: contain;
	margin-left: 20px;
	transition: 0.35s;
}

.iaiwz {
	display: flex;
	background: #fff;
}

.iawtxt1 {
	float: left;
	width: 87%;
	box-sizing: border-box;
	padding: 26px 30px;
}

.it1h {
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	height: 58px;
	overflow: hidden;
}

.iawdate {
	font-family: "gilroy-regular-3";
	float: left;
	width: 13%;
	box-sizing: border-box;
	border-left: 1px solid #E6E6E6;
	text-align: center;
	color: #636764;
	font-size: 14px;
	padding: 32px 0;
}

.iawdate b {
	display: block;
	color: #333333;
	margin-bottom: 5px;
	line-height: 1.5;
}

.index-contact {
	padding: 100px 0;
}

.icleft {
	float: left;
	width: 47%;
}

.icleft .iabl {
	float: none;
}

.icitem {
	margin-top: 48px;
}

.icil {
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
}

.icikw {
	width: 28%;
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
}

.icil:not(:first-child) {
	margin-left: 11.5%;
}

.icil:nth-child(1) {
	width: 20%;
}

.icil:nth-child(2) {
	width: 23%;
}

.icil:nth-child(3) {
	width: 34%;
}

.iciselect {
	display: block;
	width: 100%;
	border: none;
	color: #999999;
	font-size: 14px;
	appearance: none;
	background: url(../images/i8.png) no-repeat 100%;
}

.iclwbk {
	display: block;
	width: 100%;
	color: #999999;
	font-size: 14px;
	border: none;
}

.icldz {
	display: block;
	color: #636764;
	font-size: 18px;
	font-weight: normal;
}

.iciknow {
	width: 100%;
	margin-top: 28px;
}

.iclarea {
	display: block;
	font-family: 'PingFang SC';
	width: 100%;
	height: 30px;
	margin-top: 10px;
	padding-bottom: 30px;
	border: none;
	border-bottom: 1px solid #E3E3E3;
	resize: none;
	color: #999999;
	font-size: 14px;
}

.icisend a {
	margin-top: 60px;
}

.icright {
	position: relative;
	float: right;
	width: 49%;
	background: #30688E;
	box-sizing: border-box;
	padding: 80px 57px;
	overflow: hidden;
}

.icrtitle {
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 58px;
}

.icrtitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
	height: 1px;
	background: #fff;
}

.icrtxt {
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}

.icrbg {
	position: absolute;
	right: -30px;
	bottom: -40px;
	width: 34%;
}

.icrbg img {
	display: block;
	width: 100%;
}

.index-load {
	background: #F5F7F9;
	padding: 100px 0;
}

.illist {
	margin-left: -10%;
}

.illist li {
	position: relative;
	float: left;
	width: 16%;
	margin: 50px 0 0 9%;
	background: #fff;
	z-index: 3;
	overflow: hidden;
}

.illist li:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transform: perspective(400px) rotateY(90deg);
	-moz-transform: perspective(400px) rotateY(90deg);
	-ms-transform: perspective(400px) rotateY(90deg);
	-o-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -3;
	background: #30688E;
}

.illist li:hover .ilctxt,
.illist li:hover .ilbdate {
	color: #fff;
}

.illist li:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: perspective(400px) rotateY(0deg);
	-moz-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	-o-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}

.illist li:hover .ilczj {
	background: url(../img/p16.png) no-repeat;
	background-size: contain;
}

.iltp img {
	display: block;
	width: 100%;
}

.ilcv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 40px 20px 0 20px;
}

.ilctxt {
	color: #242424;
	font-size: 18px;
}

.ilcbt {
	position: absolute;
	left: 20px;
	right: 25px;
	bottom: 30px;
}

.ilbdate {
	display: block;
	float: left;
	font-family: "gilroy-regular-3";
	color: #636764;
	font-size: 14px;
	margin-top: 30px;
}

.ilbjt {
	display: block;
	float: right;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	background: #EBEFF3;
	color: #30688E;
	font-size: 18px;
}

.ilczj {
	position: absolute;
	top: 0;
	right: 0;
	width: 29%;
	height: 78px;
	background: url(../img/p14.png) no-repeat;
	background-size: contain;
	z-index: 1;
	transition: 0.25s;
}

.ilczj img {
	display: block;
	width: 100%;
}

.footer-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.fwbot1 {
	padding: 47px 0 50px 0;
}

.fwitem {
	float: left;
}

.fwitem:not(:first-child) {
	margin-left: 11%;
}

.fibt {
	display: block;
	color: #fff;
	font-size: 18px;
}

.filink {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 25px;
}

.filink:hover {
	color: #fff;
}

.fiway {
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
}

.fiway i,
.fiadr i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.fiadr {
	color: #999999;
	font-size: 12px;
	margin-top: 15px;
}

.fism {
	margin-top: 70px;
}

.fiewm {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer;
}

.fietb {
	display: block;
	font-size: 17px;
}

.fiewm:hover img {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.fiewm img {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: 0.45s;
	display: block;
	position: absolute;
	top: 120%;
	right: -22.5px;
	width: 80px;
	height: 80px;
	background: #fff;
}

.fwbot2 {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 25px 0;
}

.fb2l {
	float: left;
	color: #999999;
	font-size: 14px;
}

.fb2l a {
	color: #999999;
}

.fb2r {
	display: block;
	float: right;
	color: #999999;
	font-size: 14px;
}

.insides-banner {
	position: relative;
}

.ibpic {
	overflow: hidden;
}

.ibpic img {
	display: block;
	width: 100%;
}

.ibcv {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.ibct1 {
	display: block;
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
}

.ibcline {
	display: block;
	position: relative;
	width: 2px;
	height: 60px;
	margin: 34px auto 0;
	background: rgba(255, 255, 255, .3);
}

.ibcline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33%;
	background: #fff;
	animation: transY 1s infinite forwards;
}

@keyframes transY {
	from {
		top: 0;
	}

	to {
		top: 67%;
	}
}

.nymenu {
	background: #FAFAFA;
	line-height: 70px;
}

.nml {
	float: left;
}

.nml .nltxt {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 13px;
}

.nmr {
	float: right;
}

.nrlink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #666666;
	font-size: 18px;
	padding: 0 54px;
	z-index: 3;
	overflow: hidden;
}

.nrlink:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #30688E;
	transition: 0.45s;
	z-index: -3;
}

.nrlink:hover,
.nrlink.active {
	color: #fff;
}

.nrlink:hover:before,
.nrlink.active:before {
	left: 0;
	width: 100%;
}

.about-bot1 {
	padding: 118px 0 134px 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
}

.ab1pic {
	float: right;
	width: 34%;
	border-radius: 50%;
	overflow: hidden;
}

.ab1pic img {
	display: block;
	width: 100%;
}

.ab1wz {
	float: left;
	width: 46%;
}

.aw1tj li {
	float: left;
	width: 25%;
	margin-top: 40px;
}

.aw1nr {
	margin-top: 50px;
	color: #333333;
	font-size: 16px;
	line-height: 32px;
}

.ab1wz .iactitle {
	padding: 0;
	margin-top: 0;
}

.about-bot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 79px;
}

.ab2t1 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.ab2t2 {
	display: block;
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
}

.ab2box {
	margin-top: 150px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.ab2list {
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.ab2list li {
	position: relative;
	flex: 1;
	padding: 205px 20px 90px 20px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .1);
	transition: 0.45s;
	box-sizing: border-box;
	height: 496px;
}

.ab2list li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(rgba(48, 104, 142, .5), rgba(48, 104, 142));
	transition: 0.45s;
}

.ab2list li:hover:before {
	top: 0;
	height: 100%;
}

.ab2list li:hover {
	padding: 78px 20px 30px 20px;
}

.ab2list li:hover .ab2bt,
.ab2list li:hover .ab2icon {
	transform: translateY(0);
}

.ab2list li:hover .ab2ms {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	margin-top: 20px;
}

.ab2icon {
	display: block;
	color: #fff;
	font-size: 55px;
	line-height: 1.5;
}

.ab2icon,
.ab2bt,
.ab2ms {
	transform: translateY(55px);
	transition: 0.45s;
}

.ab2bt {
	display: block;
	color: #fff;
	font-size: 24px;
	margin-top: 25px;
	line-height: 1.5;
	font-weight: normal;
}

.ab2ms {
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-size: 14px;
	transition: 0.45s;
	text-align: left;
}

.ab2t3 {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
	transition: 0.45s;
	line-height: 1.5;
}

.about2-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 60px;
	margin-top: 100px;
	box-sizing: border-box;
}

.ab2txt1 {
	display: block;
	color: #fff;
	font-size: 20px;
}

.ab2txt2 {
	display: block;
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
}

.ab2nr {
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
}

.ab2w {
	width: 54%;
}

.about2-bot2 {
	margin-top: 100px;
}

.ab2tab2 {
	border-bottom: 1px solid #CFD3D6;
	padding-bottom: 30px;
}

.at2qh {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 30px;
	margin-right: 80px;
	font-weight: bold;
}

.at2qh:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 0;
	height: 3px;
	background: #30688E;
	transition: 0.45s;
}

.at2qh:hover,
.at2qh.active {
	color: #30688E;
}

.at2qh:hover:before,
.at2qh.active:before {
	left: 0;
	width: 100%;
}

.ac2box {
	display: none;
}

.ac2map {
	text-align: center;
	margin: 100px auto 100px;
}

.ac2map img {
	display: inline-block;
	max-width: 100%;
}

.ac2ml {
	background: #F5F7F9;
	padding: 100px 0;
}

.am2title {
	display: block;
	color: #333333;
	font-size: 30px;
}

.am2list {
	margin-top: 26px;
	margin-left: -1%;
}

.am2list li {
	position: relative;
	float: left;
	width: 49%;
	height: 236px;
	margin: 24px 0 0 1%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	z-index: 3;
}

.am2list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #30688E;
	transition: 0.45s;
	z-index: -3;
}

.am2list li:hover:before {
	height: 100%;
}

.am2list li:hover .al2bt {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.am2list li:hover .ax2txt,
.am2list li:hover .al2txt {
	color: #fff;
}

.al2bt {
	display: block;
	color: #333333;
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
	line-height: 1.5;
	font-weight: normal;
}

.al2xx {
	margin-top: 30px;
}

.ax2txt {
	display: block;
	float: left;
	width: 45%;
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
}

.al2txt {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.5;
}

.about3-bot1 {
	position: relative;
	padding: 100px 0;
}

.ab3bt {
	display: block;
	color: #1E1E1E;
	font-size: 36px;
}

.ab3lable {
	display: block;
	color: #333333;
	font-size: 20px;
}

.ab3banner1 {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding: 0 204px;
}

.ab3item1 {
	position: relative;
	float: left;
	text-align: center;
}

.ai3icon1 {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	background: #30688E;
	margin: 0 auto;
	color: #fff;
	font-size: 34px;
}

.ai3name1 {
	display: block;
	color: #30688E;
	font-size: 24px;
	margin-top: 30px;
	line-height: 1.5;
}

.ai3ms1 {
	color: #636764;
	font-size: 16px;
	margin-top: 20px;
}

.ab3tab1 {
	margin-top: 30px;
	border-bottom: 1px solid #E8E8E8;
	text-align: center;
}

.at3qh1 {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 18px;
	margin: 0 75px;
	cursor: pointer;
	padding-bottom: 20px;
}

.at3qh1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #30688E;
	transition: 0.45s;
	z-index: -3;
}

.at3qh1.active {
	color: #30688E;
}

.at3qh1.active:before {
	width: 100%;
}

.ab3pn1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-radius: 50%;
	border: 1px solid #30688E;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.35s;
}

.ab3pn1:hover {
	background: #30688E;
}

.ab3pn1 i {
	display: block;
	width: 16px;
	height: 15px;
	margin: 20.5px auto 0;
}

.ab3prev1 {
	left: 0;
}

.ab3next1 {
	right: 0;
}

.ab3prev1 i {
	background: url(../images/prev.png) no-repeat;
	background-size: contain;
}

.ab3prev1:hover i {
	background: url(../images/prev-in.png) no-repeat;
	background-size: contain;
}

.ab3next1 i {
	background: url(../images/next.png) no-repeat;
	background-size: contain;
}

.ab3next1:hover i {
	background: url(../images/next-in.png) no-repeat;
	background-size: contain;
}

.ab3lb1 {
	position: relative;
}

.about3-bot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.ab3l2 {
	float: left;
}

.ab3r2 {
	float: right;
	margin-top: 10px;
}

.ar3qh2 {
	position: relative;
	display: inline-block;
	color: #636764;
	font-size: 20px;
	margin-left: 56px;
	padding-bottom: 20px;
	line-height: 1.5;
}

.ar3qh2.active {
	color: #30688E;
}

.ar3qh2:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 3px;
	background: #30688E;
	transition: 0.45s;
}

.ar3qh2.active:before {
	width: 100%;
}

.ab3cont2 {
	position: relative;
	background: #fff;
	margin-top: 90px;
	padding: 100px 70px 5px 70px;
}

.ac3year2 {
	position: absolute;
	right: 70px;
	top: -40px;
	bottom: -40px;
	width: 20%;
	background: #30688E;
	box-sizing: border-box;
	padding: 63px 0;
}

.ac3year2 .slick-arrow {
	position: absolute;
	z-index: 200;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, .7);
}

.ac3year2 .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 12px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: 0.35s;
}

.ac3year2 .slick-prev i:before {
	content: "\e821";
}

.ac3year2 .slick-next i:before {
	content: "\e822";
}

.ac3year2 .slick-prev {
	top: 30px;
}

.ac3year2 .slick-next {
	bottom: 30px;
}

.ac3year2 .slick-arrow:hover {
	color: #fff;
}

.ay3item2 {
	position: relative;
	color: rgba(255, 255, 255, .5);
	font-size: 20px;
	text-align: center;
	margin: 19px 0;
	font-weight: bold;
}

.ac3year2 .slick-current.ay3item2 {
	color: #fff;
}

.ac3zy {
	position: relative;
	overflow: hidden;
	width: 75%;
}

.az3item {
	position: relative;
	margin-top: 5px;
	opacity: 0.2;
}

.ac3zy .slick-current.az3item {
	opacity: 1;
}

.ac3zy .slick-current .ai3z {
	opacity: 1;
	visibility: visible;
}

.ai3z {
	opacity: 0;
	visibility: hidden;
	transition: 0.25s;
	display: block;
	font-family: "gilroy-regular-3";
	float: left;
	color: #30688E;
	font-size: 60px;
	text-shadow: 0 15px 10px rgba(48, 104, 142, .2);
	line-height: 1;
}

.ai3y {
	float: right;
	width: 80%;
}

.ay3qq {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #30688E;
	margin-top: 5px;
}

.ay3qq:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: #30688E;
}

.ay3txt {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	margin-left: 20px;
	color: #30688E;
	font-size: 18px;
	height: 123px;
	overflow: hidden;
}

.ab3wrapper {
	position: relative;
	height: 560px;
}

.ab3big2.active {
	opacity: 1;
	visibility: visible;
}

.ab3big2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ab3xb2 {
	position: absolute;
	left: 70px;
	top: 270px;
	color: #30688E;
	font-size: 24px;
	text-shadow: 0 15px 10px rgba(48, 104, 142, .2);
	z-index: 1;
	font-weight: bold;
	padding-bottom: 176px;
}

.ab3xb2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #30688E;
}

.about3-bot3 {
	/* margin-top: 100px; */
}

.ab3box3 {
	margin-top: 60px;
	background: #F6F9FB;
}

.ab3pic3 {
	float: left;
	width: 50%;
}

.ab3pic3 img {
	display: block;
	width: 100%;
}

.ab3wz3 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 60px 90px 0 90px;
}

.ab3hz3 {
	display: none;
}

.aw3title3 {
	position: relative;
	color: #30688E;
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 20px;
	font-weight: normal;
}

.aw3title3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #30688E;
}

.aw3nr3 {
	margin-top: 40px;
	color: #666666;
	font-size: 18px;
	height: 162px;
	overflow: hidden;
}

.aw3tab3 {
	margin-top: 80px;
}

.at3qh3 {
	position: relative;
	display: inline-block;
	color: rgba(48, 104, 142, .5);
	font-size: 18px;
	margin-right: 80px;
	padding-bottom: 10px;
}

.at3qh3:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 3px;
	background: #30688E;
	transition: 0.45s;
}

.at3qh3.active {
	color: #30688E;
}

.at3qh3.active:before {
	width: 100%;
}

.about3-bot4 {
	padding: 100px 0 120px 0;
}

.ab3r4 {
	float: right;
}

.ar4number {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
	color: #636764;
	font-size: 16px;
	font-weight: bold;
}

.star {
	color: #30688E;
	font-size: 30px;
}

.end {
	color: #636764;
	font-size: 16px;
}

.ar4pn {
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 56px;
	border: 1px solid #30688E;
	border-radius: 50%;
	box-sizing: border-box;
	transition: 0.45s;
	cursor: pointer;
}

.ar4pn i {
	display: block;
	width: 16px;
	height: 15px;
	margin: 20.5px auto 0;
}

.ar4prev i {
	background: url(../images/prev.png) no-repeat;
	background-size: contain;
}

.ar4next i {
	background: url(../images/next.png) no-repeat;
	background-size: contain;
}

.ar4pn:hover {
	background: #30688E;
}

.ar4prev:hover i {
	background: url(../images/prev-in.png) no-repeat;
	background-size: contain;
}

.ar4next:hover i {
	background: url(../images/next-in.png) no-repeat;
	background-size: contain;
}

.ab4lb {
	overflow: hidden;
	margin: 60px 0 0 13.5%;
}

.ab4banner {
	position: relative;
	width: 55%;
}

.ab4item {
	position: relative;
	float: left;
	margin-right: 60px;
}

.ab4item:hover .ai4pic:before {
	opacity: 1;
	visibility: visible;
}

.ab4banner .slick-list {
	overflow: visible;
}

.ai4pic:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(48, 104, 142, .9);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.ab4item:hover .ai4pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ai4pic {
	position: relative;
	overflow: hidden;
}

.ai4pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ai4cv {
	position: absolute;
	left: 60px;
	bottom: 50px;
	right: 60px;
	z-index: 10;
}

.ac4txt1 {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
}

.ac4txt2 {
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}

.about4-bot1 {
	background: #F5F7F9;
	padding: 130px 0;
}

.about4-bot1 .w1400 {
	position: relative;
}

.ab4yh {
	position: absolute;
	top: 0;
	color: rgba(48, 104, 142, .1);
	font-size: 260px;
	line-height: 0.75;
	font-family: arial;
}

.ay4l {
	left: 0;
}

.ay4r {
	right: 0;
}

.ab4wz {
	width: 74%;
	margin: 0 auto;
	text-align: center;
}

.aw4txt1 {
	display: block;
	color: #30688E;
	font-size: 36px;
}

.aw4txt2 {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
}

.about4-bot2 {
	padding: 100px 0;
}

.ab5nl {
	position: relative;
}

.ab5nl:before {
	content: "";
	position: absolute;
	left: 11px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #E8F0F6;
}

.ab5nl li:not(:first-child) {
	margin-top: 30px;
}

.ab5nl li {
	position: relative;
}

.an5qq {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: 1px solid #30688E;
	border-radius: 50%;
	box-sizing: border-box;
}

.an5qq:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: #30688E;
	border-radius: 50%;
}

.an5wz {
	position: relative;
	float: right;
	width: 92%;
	background: #F6F9FB;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 48px 60px;
	z-index: 3;
	overflow: hidden;
}

.an5wz:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #30688E;
	width: 100%;
	height: 0;
	transition: 0.5s;
	z-index: -3;
}

.particle-network-animation {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.particle-network-animation canvas {
	height: 100%;
}

.aw5date {
	display: block;
	font-family: "gilroy-regular-3";
	float: left;
	color: #30688E;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
}

.ad5y {
	display: block;
	color: #2D56A4;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}

.aw5ms {
	position: relative;
	float: right;
	width: 85%;
	color: #666666;
	font-size: 16px;
	padding-left: 15px;
}

.aw5ms:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #30688E;
	border-radius: 50%;
}

.load-more a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #E8E8E8;
	text-align: center;
	line-height: 70px;
	color: #999;
	font-size: 12px;
	margin: 57px auto 0;
}

.load-more a:hover {
	color: #30688E;
	border: 1px solid #30688E;
}

.ab5nl li:hover .an5wz:before {
	height: 100%;
}

.ab5nl li:hover .aw5date,
.ab5nl li:hover .ad5y,
.ab5nl li:hover .aw5ms {
	color: #fff;
}

.ab5nl li:hover .aw5ms:before {
	background: #fff;
}

.ab5nl li:hover .particle-network-animation {
	opacity: 1;
	visibility: visible;
}

.about5-wrap {
	background: #F5F7F9;
	padding: 100px 0 120px 0;
}

.aw5first {
	position: relative;
	overflow: hidden;
}

.aw5first .slick-dots {
	position: absolute;
	right: 10%;
	bottom: 50px;
	line-height: 1;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.aw5first .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	background: #E5E5E5;
	margin-left: 20px;
	box-sizing: border-box;
	transition: 0.35s;
}

.aw5first .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.aw5first .slick-dots li a:focus {
	outline: none;
}

.aw5first .slick-dots li.slick-active {
	background: #30688E;
}

.af5item {
	position: relative;
	float: left;
	background: #FFFFFF;
}

.af5item:hover .ai5pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ai5pic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.ai5pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ai5wz {
	float: left;
	width: 43%;
	box-sizing: border-box;
	padding: 50px 34px 0 34px;
}

.af5item .iapbtn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 7%;
	height: 100%;
	background: #30688E;
}

.af5item .iabtxt {
	color: #fff;
	left: 11px;
}

.af5item .iabtxt i {
	background: url(../images/arrow-orange.png) no-repeat;
	background-size: contain;
}

.aw5title {
	display: block;
	color: #000000;
	font-size: 20px;
	height: 72px;
	overflow: hidden;
}

.aw5desc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 115px;
	overflow: hidden;
}

.aw5rq {
	display: block;
	color: #999999;
	font-size: 16px;
	margin-top: 60px;
}

.aw5list {
	margin: 40px 0 0 -3%;
}

.aw5list li {
	position: relative;
	float: left;
	width: 47%;
	margin: 60px 0 0 3%;
}

.aw5list .iabtxt {
	left: 8px;
}

.aw5list .it1h {
	height: 29px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aw5list .iawdate {
	padding: 16px 0 10px 0;
}

.aw5list li:hover .iaptp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.aw5list li:hover .iapbtn {
	background: #30688E;
}

.aw5list li:hover .iabtxt {
	color: #fff;
}

.aw5list li:hover .iabtxt i {
	background: url(../images/arrow-orange.png) no-repeat;
	background-size: contain;
}

.pages-bot {
	margin-top: 80px;
}

.pbl {
	float: left;
}

.plnum {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #636764;
	font-size: 16px;
	background: #fff;
	margin-right: 3px;
}

.plnum:hover,
.plnum.active {
	background: #30688E;
	color: #fff;
}

.pbr {
	float: right;
}

.pbr a {
	display: block;
	float: left;
	width: 144px;
	height: 64px;
	background: #fff;
	margin-left: 3px;
}

.pbr a i {
	display: block;
	width: 16px;
	height: 15px;
	margin: 24.5px auto 0;
}

.prprev i {
	background: url(../images/i9.png) no-repeat;
	background-size: contain;
}

.prnext i {
	background: url(../images/i10.png) no-repeat;
	background-size: contain;
}

.prprev:hover i {
	background: url(../images/i9-in.png) no-repeat;
	background-size: contain;
}

.prnext:hover i {
	background: url(../images/i10-in.png) no-repeat;
	background-size: contain;
}

.news-detail {
	background: #F5F7F9;
	padding: 30px 0 110px 0;
	margin-top: 100px;
}

.ndcontent {
	margin-top: 50px;
}

.ncleft {
	float: left;
	width: 72%;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 40px;
}

.nltitle {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.nldate {
	display: block;
	color: #999999;
	font-size: 14px;
}

.nlnr {
	color: #666666;
	font-size: 16px;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #E9E9E9;
}

.ncright {
	float: right;
	width: 26%;
}

.nrpn {
	position: relative;
	background: #fff;
	padding: 30px;
	margin-bottom: 24px;
	transition: 0.45s;
}

.nrpn:hover {
	background: #30688E;
}

.nrpn:hover .npsyt,
.nrpn:hover .npms,
.nrpn:hover .npdate {
	color: #fff;
}

.npsyt {
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}

.npms {
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}

.npdate {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
	font-style: normal;
}

.nrreturn a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #30688E;
	color: #fff;
	font-size: 14px;
}

.nrreturn a i {
	display: inline-block;
	vertical-align: inherit;
	font-size: 13px;
	margin-right: 12px;
}

.brand-banner {
	position: relative;
	width: 100%;
	height: 100vh;
}

.tbvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bbcover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bctxt1 {
	display: block;
	color: #fff;
	font-size: 30px;
}

.bctxt2 {
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
}

.bcplay {
	position: relative;
	margin-top: 50px;
	width: 120px;
	height: 120px;
	cursor: pointer;
}

.bpbg img {
	display: block;
	width: 100%;
}

.bpwz {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.bpwz i {
	font-size: 12px;
	margin-bottom: 15px;
}

.bptb1 {
	display: block;
}

.bptb2 {
	display: none;
}

.bcplay.active .bptb1 {
	display: none;
}

.bcplay.active .bptb2 {
	display: block;
}

.brand2-content {
	padding: 100px 0 120px 0;
}

.bc2bot1 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 56px 60px;
}

.bb1cv {
	background: #fff;
	width: 42%;
	box-sizing: border-box;
	padding: 50px 60px 60px 60px;
}

.bc1eng1 {
	font-family: "gilroy-regular-3";
	display: block;
	color: #999999;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.5;
}

.bc1eng2 {
	position: relative;
	display: block;
	font-family: "gilroy-regular-3";
	color: #30688E;
	font-size: 60px;
	text-transform: uppercase;
	padding-bottom: 15px;
	line-height: 1;
}

.bc1eng2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 4px;
	background: #30688E;
}

.bc1name {
	color: #1E1E1E;
	font-size: 30px;
	margin-top: 60px;
	line-height: 1.5;
}

.bc1desc {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 22px;
}

.bc1lable {
	color: #30688E;
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.bc2bot2 {
	margin-top: 120px;
}

.bb2tab {
	border-bottom: 1px solid #CFD3D6;
}

.bt2qh {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 30px;
	margin-right: 80px;
	padding-bottom: 30px;
	font-weight: bold;
}

.bt2qh:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #30688E;
	transition: 0.45s;
}

.bt2qh.active,
.bt2qh:hover {
	color: #30688E;
}

.bt2qh.active:before,
.bt2qh:hover:before {
	width: 100%;
}

.bc2box {
	display: none;
	margin: 10px 0 0 -2%;
}

.bc2box li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 50px 0 0 2%;
}

.bc2box li:hover .bc2txt:before {
	width: 100%;
}

.bc2box li:hover .bc2txt {
	color: #fff;
}

.bc2tp {
	position: relative;
	background: #F5F7F9;
	height: 262px;
}

.bc2tp img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.bc2txt {
	position: relative;
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #DEDEDE;
	z-index: 3;
}

.bc2txt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	bottom: 0;
	background: #30688E;
	z-index: -3;
	transition: 0.45s;
}

.bc2sp {
	position: relative;
}

.bc2sp img {
	display: block;
	width: 100%;
}

.bs2play {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	text-align: center;
	background: url(../img/play.png) no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding-top: 25px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
}

.bs2play i {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1;
}

.bc2sp li:hover .bs2play {
	opacity: 1;
	visibility: visible;
}

.sptk.active {
	opacity: 1;
	visibility: visible;
}

.sptk {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .65);
	z-index: 9999;
}

.spbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 500px;
	background: #fff;
}

.sbclose {
	position: absolute;
	top: 0;
	right: -50px;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
}

.video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand-cont1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.bc1left {
	float: left;
	width: 46%;
}

.bc1item {
	margin-top: 30px;
}

.bi1t1 {
	display: block;
	color: #1E1E1E;
	font-size: 20px;
}

.bi1t2 {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 3px;
}

.bc1list {
	margin-top: 63px;
}

.bc1right {
	float: right;
	width: 27%;
	margin-top: 70px;
	margin-right: 104px;
}

.bc1right img {
	display: block;
	width: 100%;
}

.apply-list {
	padding: 0 0 70px 0;
}

.apply-list li {
	position: relative;
	padding: 50px 0;
	margin-top: 50px;
	z-index: 3;
}

.apply-list li:hover:before {
	height: 100%;
}

.apply-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #F7F7F7;
	transition: 0.45s;
	z-index: -3;
}

.apply-list li:nth-of-type(odd) .alpic {
	float: right;
}

.apply-list li:nth-of-type(odd) .alwz {
	float: left;
}

.apply-list li:nth-of-type(even) .alpic {
	float: left;
}

.apply-list li:nth-of-type(even) .alwz {
	float: right;
}

.alpic {
	width: 50%;
	overflow: hidden;
}

.alpic img {
	display: block;
	width: 100%;
}

.alwz {
	width: 50%;
	box-sizing: border-box;
	padding: 0px 50px;
}

.awbt {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.aweng {
	position: relative;
	display: block;
	color: #999999;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.aweng:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #30688E;
}

.awms {
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
	/* height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; */
}

.awbtn {
	margin-top: 70px;
}

.apply-ny {
	background: #F5F7F9;
	padding: 140px 0 120px 0;
}

.altitle {
	position: relative;
	color: #30688E;
	font-size: 30px;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
}

.altitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 121px;
	height: 3px;
	background: #30688E;
}

.allist {
	margin-left: -5%;
}

.allist li {
	position: relative;
	float: left;
	width: 28.333%;
	margin: 50px 0 0 5%;
}

.allist li:hover .altp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.allist li:hover .alname:before {
	width: 100%;
}

.allist li:hover .alname {
	color: #fff;
}

.altp {
	overflow: hidden;
}

.altp img {
	display: block;
	width: 100%;
	height: 262px;
	object-fit: cover;
	transition: 0.45s;
}

.alname {
	position: relative;
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 80px;
	z-index: 3;
}

.alname:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #30688E;
	z-index: -3;
	transition: 0.45s;
}

.contact-map {
	position: relative;
	padding: 100px 0;
}

.maps {
	width: 100%;
	height: 560px;
}

.anchorBL {
	display: none;
}

.cmcont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	width: 37%;
	box-sizing: border-box;
}

.cmcname {
	display: block;
	color: #1E1E1E;
	font-size: 30px;
	line-height: 1.5;
}

.cmcitem {
	margin-top: 40px;
}

.cibt {
	display: block;
	color: #30688E;
	font-size: 14px;
	font-style: normal;
}

.ciadr {
	display: block;
	color: #666666;
	font-size: 18px;
	margin-top: 5px;
}

.cinumber {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 5px;
}

.cifl {
	float: left;
	width: 50%;
}

.contact2-wrap {
	position: relative;
	padding: 100px 0;
}

.cw2pic img {
	display: block;
	width: 100%;
}

.cc2yd {
	background: #fff;
	padding: 80px 60px;
}

.cw2cont {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	width: 42%;
	box-sizing: border-box;
}

.cc2title {
	position: relative;
	display: block;
	color: #1E1E1E;
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 30px;
}

.cc2title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #30688E;
}

.cc2nr {
	color: #666666;
	font-size: 16px;
	margin-top: 50px;
}

.contact2-wrap2 {
	background: #F5F7F9;
	padding: 100px 0;
}

.cw2list {
	display: flex;
	margin-left: -2%;
}

.cw2list li {
	float: left;
	width: 31.333%;
	margin-left: 2%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
}

.cl2icon {
	height: 38px;
}

.cl2icon img {
	display: block;
}

.cl2txt1 {
	display: block;
	color: #1E1E1E;
	font-size: 30px;
	margin-top: 15px;
	line-height: 1.5;
}

.cl2js {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
}

.cl2email {
	display: block;
	color: #30688E;
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
}

.contact2-wrap3 {
	padding: 100px 0;
}

.cw3title {
	position: relative;
	color: #30688E;
	font-size: 30px;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1;
}

.cw3title:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 121px;
	height: 3px;
	background: #30688E;
}

.cw3list {
	margin-top: 20px;
}

.cw3list li {
	margin-top: 40px;
	background: #FAFAFA;
}

.cl3bt {
	padding: 30px 60px;
	transition: 0.45s;
	cursor: pointer;
}

.cl3bt.active,
.cl3bt:hover {
	background: #30688E;
}

.cl3bt.active .cz3zw,
.cl3bt:hover .cz3zw,
.cl3bt.active .cz3xq,
.cl3bt:hover .cz3xq,
.cl3bt.active .cx3txt,
.cl3bt:hover .cx3txt {
	color: #fff;
}

.cl3bt.active .cb3zy,
.cl3bt:hover .cb3zy {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.cb3zy {
	padding-bottom: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #E8E8E8;
}

.cz3zw {
	display: block;
	float: left;
	color: #333333;
	font-size: 22px;
}

.cz3xq {
	display: block;
	float: right;
	color: #999999;
	font-size: 16px;
	margin-top: 5px;
}

.cz3xq i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 10px;
}

.cb3xx {
	display: flex;
	padding: 30px 0 0 0;
}

.cx3txt {
	display: block;
	flex: 1;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.cx3txt:first-child {
	text-align: left;
}

.cx3txt:last-child {
	text-align: right;
}

.cl3zk {
	display: none;
	padding: 30px 60px;
	color: #333;
	font-size: 16px;
	word-break: break-all;
}

.prodcuts-bot {
	margin-top: 50px;
}

.pbmenu {
	float: left;
	width: 19%;
	margin-top: 120px;
}

.pbmenu li {
	margin-bottom: 1px;
	background: #fff;
}

.pmyj {
	padding: 15px 30px;
	line-height: 1.5;
	cursor: pointer;
}

.pmyj.active {
	background: #30688E;
}

.pmyj.active .pytxt {
	color: #ffff;
}

.pmyj.active em:before {
	background: #fff;
}

.pmyj.active em:after {
	height: 0;
}

.pytxt {
	display: block;
	float: left;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

.pmyj em {
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	position: relative;
	margin-top: 11px;
}

.pmyj em:before,
.pmyj em:after {
	content: "";
	position: absolute;
	background: #333333;
}

.pmyj em:before {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 2px;
	transition: 0.45s;
}

.pmyj em:after {
	width: 2px;
	height: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.pmej {
	display: none;
	padding: 13px 0;
}

.petxt {
	position: relative;
	display: block;
	padding: 8px 30px;
	z-index: 3;
}

.petxt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background: #30688E;
	transition: 0.45s;
	z-index: -3;
}

.petxt:hover,
.petxt.active {
	background: rgba(48, 104, 142, .05);
}

.petxt:hover .ptl,
.petxt.active .ptl,
.petxt:hover .ptr,
.petxt.active .ptr {
	color: #30688E;
}

.petxt:hover:before,
.petxt.active:before {
	height: 100%;
}

.ptl {
	position: relative;
	display: block;
	float: left;
	color: #808080;
	font-size: 16px;
	line-height: 1.5;
}

.ptr {
	display: block;
	float: right;
	color: #808080;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 3px;
}

.pbcont {
	float: right;
	width: 76%;
}

.pctitle {
	text-align: center;
	color: #1E1E1E;
	font-size: 36px;
}

.pclist {
	margin-left: -2%;
}

.pclist li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 50px 0 0 2%;
}

.pclist li:hover .pcltxt {
	background: #30688E;
}

.pclist li:hover .pctl {
	color: #fff;
}

.pclist li:hover .pctr {
	border: 1px solid #fff;
	background: #fff;
}

.pclist li:hover .pctr i {
	background: url(../images/i10-in.png) no-repeat;
	background-size: contain;
}

.pclpic {
	position: relative;
	background: #fff;
	height: 262px;
}

.pclpic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 60%;
	max-height: 60%;
}

.pcltxt {
	padding: 30px 20px;
	transition: 0.45s;
}

.pctl {
	display: block;
	float: left;
	width: 75%;
	color: #333333;
	font-size: 20px;
}

.pctr {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #999;
}

.pctr i {
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/i10.png) no-repeat;
	background-size: contain;
	margin: 8.5px auto 0;
}

.pdzy {
	padding: 80px 0 0 0;
}

.pztp {
	float: left;
	width: 43%;
	height: 450px;
	background: #fff;
	position: relative;
}

.pztp img {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.pzwz {
	float: left;
	width: 57%;
	box-sizing: border-box;
	padding: 20px 0 0 60px;
}

.pzwtitle {
	display: block;
	color: #333333;
	font-size: 30px;
}

.pzwms {
	color: #636764;
	font-size: 16px;
	margin-top: 30px;
}

.pzwitem {
	margin-top: 30px;
}

.pwil {
	padding: 10px 0;
}

.piltxt {
	float: left;
	width: 16.666%;
	display: block;
	color: #30688E;
	font-size: 18px;
}

.piltxt:nth-child(1),
.pilxz:nth-child(1) {
	width: 30%;
}

.piltxt:nth-child(2),
.pilxz:nth-child(2) {
	width: 20%;
}

.pilxz {
	float: left;
	width: 16.666%;
	display: block;
	color: #333333;
	font-size: 14px;
	word-break: break-all;
}

.btop {
	border-top: 1px solid rgba(48, 104, 142, .1);
}

.pdyy {
	background: #fff;
	padding: 100px 0;
}

.pytitle {
	line-height: 1;
	color: #30688E;
	font-size: 30px;
	border-left: 3px solid #30688E;
	padding-left: 20px;
}

.ex1 {
	display: inline-block;
	opacity: 0;
	perspective: 200px;
}

.ex1 span {
	transform: rotateY(-90deg);
	opacity: 0;
}

.sr-wrap {
	padding: 70px 0 0 0;
	box-sizing: border-box;
	/*min-height: calc(100vh - 100px);*/
}

.srkk {
	width: 800px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	overflow: hidden;
}

.srkenter {
	display: block;
	float: left;
	width: 90%;
	box-sizing: border-box;
	border: none;
	line-height: 60px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
}

.srkbtn {
	display: block;
	float: right;
	width: 10%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #30688E;
}

.srlist .bwldesc {
	width: 85%;
}

.srltxt {
	float: left;
	width: 80%;
	color: #333333;
	font-size: 20px;
}

.srldate {
	display: block;
	float: right;
	color: #666;
	font-size: 18px;
}

.srlist {
	margin-top: 30px;
}

.srlist li {
	position: relative;
	float: none;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.srjg {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	margin-top: 50px;
}

.srjg span {
	color: #30688E;
}

.whyus {
    padding-bottom: 0;
    margin-bottom: 0;
}

.whyus-main {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* 新闻资讯模块 */
.indexnews {
  background: #f5f7fa;
  padding: 60px 0 40px 0;
}
.indexnews-container {
  max-width: 1200px;
  margin: 0 auto;
}
.indexnews-title {
  text-align: center;
  font-size: 32px;
  color: #222;
  margin-bottom: 8px;
  font-weight: bold;
}
.indexnews-subtitle {
  text-align: center;
  color: #888;
  margin-bottom: 32px;
}
.indexnews-list {
  display: flex;
  gap: 32px;
}
.indexnews-left {
  flex: 2;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
}
.indexnews-bigcard {
  flex: 0 0 260px;
  width: 450;
  height: 400px;
}
@media (max-width: 900px) {
  .indexnews-left {
    flex-direction: column;
    align-items: stretch;
  }
  .indexnews-bigcard {
    flex: 1 1 0;
    max-width: 100%;
  }
}
.indexnews-bigcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexnews-bigcard-content {
  position: relative;
  z-index: 2;
  padding: 32px 24px 24px 24px;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.indexnews-bigcard-content * {
  color: #fff !important;
}
.indexnews-date {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
}
.indexnews-bigcard-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 8px;
}
.indexnews-bigcard-desc {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
}
.indexnews-btn {
  display: inline-block;
  margin-top: 90px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}
.indexnews-btn:hover {
  background: #183D82;
}
.indexnews-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-content: flex-start;
}
.indexnews-smallcard {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 24px 24px 18px 24px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.indexnews-smallcard-title {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whyus-list {
    display: flex;
    gap: 32px;
}
.whyus-item {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    transition: flex 0.4s cubic-bezier(.25,.8,.25,1), background 0.3s;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.whyus-item:hover {
    flex: 2 1 0;
    background: #30688E !important;
    z-index: 10;
}
.whyus-item:hover::after {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(48,104,142,0.85);
    z-index: 2;
    pointer-events: none;
}
.whyus-item > * {
    position: relative;
    z-index: 3;
}

.indexnews-btn img {
  border: none;
  outline: none;
  box-shadow: none;
}