@charset "utf-8";
.amt1{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.amt2{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.amt3{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt4{
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.amt5{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.icolor,.hvicolor:hover{
	color: #025bab;
}
.bgcolor,.hvbgcolor:hover{
	background: #025bab;
	color: #fff;
}
.head{
	height: 80px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 56px;
}
.nav li{
	position: relative;
	margin-left: 30px;
}
.nava{
	display: block;
	line-height: 80px;
	height: 80px;
	border-bottom: 2px solid rgba(0,0,0,0);
	padding: 0 10px;
}
.nav li:hover .nava{
	color: #025bab;
}
.nav li.active .nava{
	color: #025bab;
	border-bottom: 2px solid #025bab;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,
.nav li:hover .navhide_prd{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #025bab;
}
.navhide_prd{
	width: 650px;
	margin-left: -20px;
	left: 0;
	padding: 25px;
}
.hdra3{
	position: relative;
	margin-left: 30px;
}
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 100px;
	margin-left: -50px;
}
.npw{
	width: 33.33%;
	border-left: 1px solid #025BAB;
	padding: 0 25px;
}
.npw a{
	padding: 0;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
}
.hdra{
	position: relative;
}
.hdra input{
	width: 220px;
	height: 40px;
	padding: 0 10px;
	border-radius: 40px;
	background: #ecedf2;
}
.hdra button{
	width: 50px;
	height: 40px;
	background: url(../images/scico_03.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.bntxt{
	color: #fff;
	width: 45%;
	line-height: 40px;
	margin-bottom: 10%;
}
.bnbtn{
	position: absolute;
	right: 50%;
	margin-right: -700px;
	bottom: 10%;
	display: flex;
	z-index: 9;
}
.bnbtn i{
	margin-left: 25px;
	width: 60px;
	height: 60px;
	font-size: 24px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 100%;
	color: #fff;
	transition: .25s;
}
.bnbtn i:hover{
	background: #025bab;
	color: #fff;
	border: 1px solid #025bab;
}
.bnimg .wrap_1400{
	position: relative;
}
.bnicony{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	bottom: 10%;
}
.bnicony::after{
	width: 6px;
	height: 6px;
	background: #fff;
	content: "";
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
}
.bnicony i{
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}
.bnicony i::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	border: 3px solid rgba(255,255,255,.4);
	border-radius: 50%;
} 
.box-left, .box-right{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.box-left:after,.box-right:after{
	content: "";
}
.box-left,.box-left:after{
	left: 0;
}
.box-right,.box-right:after{
	right: 0;
}
.box-left:after,.box-right:after{
	width: 200%;
	height: 100%;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	opacity: 0;
}
.swiper-slide-active .bnicony .box-left:after{
	border: 3px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(-45deg);
	animation: circleRotate 3s linear forwards 3s;
	opacity: 1;
}
.swiper-slide-active .bnicony .box-right:after{
	border: 3px solid #fff;
	border-bottom-color: transparent; 
	border-right-color: transparent; 
	transform: rotate(-45deg);
	animation: circleRotate 3s linear forwards;
	opacity: 1;
}
@keyframes circleRotate{
	from {transform: rotate(-45deg)}
	to {transform: rotate(135deg)}
}
.md{
	padding: 80px 0;
}
.ititle_90{
	font-size: 3vw;
	line-height: 1;
}
.i1{
	background: url(../images/i1bg_02.jpg) no-repeat bottom center;
	background-size: 100% 70%;
}
.i1lw{
	width: 700px;
	max-width: 100%;
	padding-right: 5%;
}
.itop h1{
	opacity: .1;
}
.itop h2{
	text-transform: uppercase;
}
.i1b{
	width: 420px;
	justify-content: space-between;
}
.i1b a{
	width: 48.7%;
	margin-top: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}
.i1b a i{
	transition: .25s;
	color: #999;
}
.i1b a:hover{
	background: #025BAB;
	color: #fff;
}
.i1b a:hover i{
	color: #fff;
}
.jtfont{
	font-family: math;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat bottom center;
	background-size: 100% 35%;
}
.i2tr li{
	cursor: pointer;
	transition: .25s;
	margin-left: 50px;
	position: relative;
}
.i2tr li::after{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #025BAB;
	content: "";
	position: absolute;
	left: -13px;
	top: 50%;
	margin-top: -2px;
	opacity: 0;
	transition: .25s;
}
.i2tr li.active{
	color: #025BAB;
}
.i2tr li.active::after{
	opacity: 1;
}
.i2a{
	display: block;
	color: #fff;
}
.i2aimg{
	background: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.i2aimg img{
	max-width: 85%;
	max-height: 85%;
}
.i2aimg i{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #fff;
	color: #999;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	font-size: 16px;
	transition: .25s;
}
.i2a:hover .i2aimg i{
	background: #025BAB;
	color: #fff;
}
.i2bw{
	position: relative;
}
.swiper-button-next-i2,.swiper-button-prev-i2{
	transform: scale(.7);
	margin-top: -50px;
	filter: grayscale(100%);filter: gray;
}
.swiper-button-next-i2{
	right: -50px;
}
.swiper-button-prev-i2{
	left: -50px;
}
.swiper-button-next-i2:hover,.swiper-button-prev-i2:hover{
	filter:inherit;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i3tr{
	margin-top: 10%;
	position: relative;
	z-index: 9;
}
.i3tr img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.i3b{
	background: #025bab;
	padding: 50px;
	padding-top: 100px;
	border-radius: 50px 50px 0 0;
	margin-top: -50px;
}
.i3ba{
	width: 12.5%;
	text-align: center;
}
.i3bat{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i3bat h1{
	opacity: .1;
	font-size: 3.5vw;
	line-height: 1;
}
.i3bat i{
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	padding-top: 10px;
}
.i4tr li{
	padding: 10px 50px;
	cursor: pointer;
	transition: .25s;
	background: #ebebeb;
	margin-left: 20px;
}
.i4tr li.active{
	background: #025BAB;
	color: #fff;
}
.i4adate h2{
	border-right: 1px solid #E6E6E6;
	padding-right: 14px;
	margin-right: 14px;
	line-height: 1;
}
.i4bl{
	border: 1px solid #E6E6E6;
}
.i4bra{
	display: block;
	height: 50%;
	padding: 15px;
	border: 1px solid #E6E6E6;
	margin-left: -1px;
}
.i4bra:hover{
	background: #f8f8f8;
}
.i4bra:last-child{
	border-top: 0;
}
.foot{
	background: #11151e;
	color: #969696;
}
.foot a{
	color: #969696;
}
.foot a:hover{
	color: #fff;
}
.ft{
	border-bottom: 1px solid #535353;
	padding: 50px 0;
}
.fb{
	text-align: center;
	padding: 15px 0;
	color: #fff;
}
.fb a{
	color: #fff;
}
.ft1ra{
	position: relative;
}
.ft1ra a{
	margin-left: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1f2229;
	color: #414652;
	font-size: 20px
}
.ft1ra:hover a{
	background: #025bab;
}
.fhlahide{
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.15);
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.ft1ra:hover .fhlahide{
	margin-bottom: 15px;
	opacity: 1;
	visibility: inherit;
}
.fhlahide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
}
.ftl{
	width: 35%;
	margin-right: 10%;
}
.ftlt input{
	width: 100%;
	height: 70px;
	padding: 0 25px;
	background: #1f2229;
	color: #fff;
}
.ftlt button{
	width: 70px;
	height: 70px;
	background: url(../images/fsc_03.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.ab1{
	background: url(../images/ab1bg_02.jpg) no-repeat bottom center #f7f7f7;
	background-size: 100%;
}
.listnav{
	border-bottom: 1px solid #E6E6E6;
}
.lnr a{
	line-height: 50px;
	padding: 0 28px;
	display: block;
	color: #666;
	display: inline-block;
}
.lnr a.active{
	background: #1871C1;
	color: #fff;
}
.ab1b{
	padding: 50px 0;
	background: url(../images/i1bbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab1ba{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,.2);
	padding: 10px 0;
}
.ab1bal{
	margin-right: 40px;
}
.ab1ba:last-child{
	border: 0;
}
.ab2a{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius: 6px;
	transition: .5s;
}
.ab2a:hover{
	transform:translateY(-10px);
}
.ab2at,.ab2ab{
	padding: 40px;
}
.ab2at{
	border-bottom: 1px solid #E6E6E6;
}
.ab2a:hover{
	background:linear-gradient(#1b79ce,#025bab);
	color: #fff;
}
.ab2a:hover .ab2at{
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ab3{
	background: url(../images/ab3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab3a{
	text-align: center;
}
.ab3aimg{
	position: relative;
}
.ab3aimg::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.5);
	opacity: 1;
	transition: .25s;
}
.ab3a h3{
	transition: .25s;
	opacity: 0;
}
.ab3 .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.ab3 .swiper-slide-active,.ab3 .swiper-slide-duplicate-active{
  transform: scale(1);
}
.ab3 .swiper-slide-active h3,.ab3 .swiper-slide-duplicate-active h3{
	opacity: 1;
}
.ab3 .swiper-slide-active .ab3aimg::after,.ab3 .swiper-slide-duplicate-active .ab3aimg::after{
	opacity: 0;
}
.ab3w{
	padding: 0 3%;
}
.swiper-button-next-ab3,.swiper-button-prev-ab3{
	background: none;
	font-size: 30px;
	display: flex;
	align-items: center;
	height: 50px;
	margin-top: -25px;
	justify-content: center;
}
.swiper-button-next-ab3{
	right: 0;
}
.swiper-button-prev-ab3{
	left: 0;
}
.ab4tr i{
	width: 50px;
	height: 50px;
	border: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	margin-left: 20px;
	transition: .25s;
}
.ab4tr i:hover{
	border: 1px solid #025BAB;
	background: #025BAB;
	color: #fff;
}
.ab4abg{
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));
}
.ab4a:hover .ab4abg{
	background:linear-gradient(rgba(0,0,0,0),rgba(2,91,172,.7));
}

.js1rb a{
	color: #025BAB;
	border: 1px dashed #025BAB;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.js1rb a:hover{
	background: #025BAB;
	color: #fff;
}
.js2{
	background: #f7f7f7;
}
.js2a{
	background: #fff;
	padding: 35px;
	transition: .25s;
	display: flex;
	align-items: flex-start;
}
.js2a:hover{
	background: #025BAB;
	color: #fff;
}
.js2ar{
	margin-top: 40px;
	transition: .25s;	
}
.js2a:hover .js2ar{
	filter: grayscale(100%) brightness(500%);
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_90{
		font-size: 45px;
	}
	.nav li{
		margin-left: 20px;
	}
	.nava{
		padding: 0 7px;
	}
	.i1lw{
		padding-left: 20px;
	}
	.i1b a{
		padding: 15px;
	}
	.i2bw {
		padding: 0 50px;
	}
	.swiper-button-next-i2{
		right: 0;
	}
	.swiper-button-prev-i2{
		left: 0;
	}
	.bnicony{
		left: 15px;
	}
	.bnbtn{
		right: 15px;
		margin-right: 0;
	}
	.bnbtn i{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_90{
		font-size: 40px;
	}
	.logo{
		height: 45px;
	}
	.nava{
		padding: 0 4px;
	}
	.hdra input{
		width: 180px;
	}
	.ftlt input{
		height: 60px;
	}
	.ftlt button{
		height: 60px;
	}
	.ft1ra a,.js1rb a{
		height: 40px;
		width: 40px;
		font-size: 15px
	}
	
	.ab2at img{
		height: 90px;
	}
	.ab1bal{
		margin-right: 20px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_90{
		font-size: 35px;
	}
	.bnimg{
		max-height: 500px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_90{
		font-size: 30px;
	}
	.bnimg{
		max-height: 200px;
	}
	.bntxt {
		width: 100%;
		line-height: 25px;
	}
	.bntxt h1{
		font-size: 20px;
	}
	.bntxt p{
		line-height: 20px;
		font-size: 12px;
	}
	.bnicony{
		display: none;
	}
	.bnbtn i{
		width: 30px;
		height: 30px;
		font-size: 14px;
		margin-left: 15px;
	}
	.i1{
		background: #f5f5f5;
	}
	.i1b{
		width: 100%;
		margin-top: 0 !important;
	}
	.i1b a{
		padding: 10px 15px;
	}
	.i1r {
		margin-top: 15px;
	}
	.i1lw{
		padding: 0 15px;
	}
	.i2tr ul{
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 15px;
	}
	.i2tr li{
		padding: 5px 12px;
		margin: 5px;
		font-size: 13px;
		background: #f8f8f8;
	}
	.i2tr li.active{
		background: #025BAB;
		color: #fff;
	}
	.i2tr li::after{
		display: none;
	}
	.i2aimg i{
		width: 30px;
		height: 30px;
	}
	.i3b{
		margin-top: 15px;
		padding: 15px;
		border-radius: 20px 20px 0 0;
	}
	.i3ba{
		width: 50%;
		margin: 15px 0;
	}
	.i3ba h1{
		font-size: 45px;
	}
	.i3ba img{
		height: 30px;
	}
	.i3ba p{
		font-size: 12px;
	}
	.i4t{
		align-items: center;
	}
	.i4tr li{
		font-size: 13px;
		margin-left: 14px;
		padding: 5px 20px;
	}
	.i4bltxt {
		padding: 15px;
	}
	.i4bra {
		padding: 0;
	}
	.foot{
		text-align: center;
	}
	.ft{
		padding: 25px 0;
	}
	.ftr{
		display: none;
	}
	.ft1ra a{
		height: 30px;
		width: 30px;
		font-size: 13px;
		margin: 0 7px;
	}
	.flogo{
		height: 35px;
	}
	.ftlt input{
		padding: 0 15px;
		font-size: 14px;
		height: 50px;
	}
	.ftlt button{
		height: 50px;
		width: 50px;
		background-size: 15px;
	}
	.ftlba:last-child{
		margin-top: 15px;
	}
	.ftl{
		margin: 0;
	}
	
	.lbntxt p{
		font-size: 13px;
	}
	.listnav .wrap_1400{
		padding: 0;
	}
	.lnr a{
		flex: 0;
		flex-grow: 1;
		padding: 0;
		text-align: center;
	}
	.ab1{
		background: #f7f7f7;
		padding-bottom: 0;
	}
	.ab1b{
		padding: 15px 0;
	}
	.ab1ba{
		width: 50%;
		border: 1px solid rgba(255,255,255,.2) !important;
		padding: 15px 10px;
	}
	.ab1ba img{
		height: 30px;
	}
	.ab2at,.ab2ab{
		padding: 20px;
	}
	.ab2at img{
		height: 80px;
	}
	.ab3w{
		padding: 0 40px;
	}
	.ab4tl p{
		margin-top: 5px;
	}
	.ab4tr{
		margin-top: 15px;
	}
	.ab4tr i{
		margin-left: 0;
		margin-right: 15px;
		width: 35px;
		height: 35px;
		font-size: 13px;
	}
	
	.js1rb a{
		width: 35px;
		height: 35px;
		font-size: 13px;
	}
	.js2a{
		padding: 20px;
	}
	.js2ar img{
		height: 40px;
	}
	.js3w i::after,.js3w i::before{
		width: 10px;
		height: 10px;
		
	}
}

.ny_fl{width: 100%;overflow: hidden;background: #F7F7F7;margin-bottom: 50px;}
.ny_fl ul{width: 100%;display: flex;align-items: center;}
.ny_fl ul li{width: 25%;position: relative;}
.ny_fl ul li:after{display: block;content: " ";width: 1px;height: 30px;background: #DBDBDB;position: absolute;right: 0px;top: 50%;transform:translateY(-50%);}
.ny_fl ul li:last-child:after{display: none;}
.ny_fl ul li a{display: block;width: 100%;line-height: 76px;text-align: center;color: #1E1E1E;font-size: 18px;}
.ny_fl ul li:hover:after{display: none;}
.ny_fl ul li a:hover{background: #1871C1;color: #FFFFFF;}
.ny_fl ul li.on:after{display: none;}
.ny_fl ul li.on a{background: #1871C1;color: #FFFFFF;}

.ny_nr{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_cp{width: 100%;overflow: hidden;}
.ny_cp .cp_fl ul{width: 100%;overflow: hidden;display: flex;align-items: center;}
.ny_cp .cp_fl li{min-width: 19%;}
.ny_cp .cp_fl li a{display: block;color: #636363;font-size: 15px;line-height: 70px;border-top: solid 3px #FFFFFF;text-align: center;text-transform: capitalize;padding: 0px 10px;}
.ny_cp .cp_fl li a:hover{color: #015BAB;background: #F7F7F7;border-top: solid 3px #1871C1;}
.ny_cp .cp_fl li.on a{color: #015BAB;background: #F7F7F7;border-top: solid 3px #1871C1;}
.ny_cp .cp_lb{background: #F7F7F7;padding: 50px 0px 90px 0px;}
.ny_cp .cp_lb .n_r{margin-bottom: 50px;border: solid 1px #EEEEEE;box-shadow: 0 0 20px rgba(0,0,0,.05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.ny_cp .cp_lb .n_r .t_p{width: 100%;overflow: hidden;}
.ny_cp .cp_lb .n_r .t_p img{
	width: 100%;height: auto;display: block;transition: all 5s;
	-o-transition: all 5s;
	-ms-transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
}
.ny_cp .cp_lb .n_r .w_z a{display: flex;align-items: center;justify-content: space-between;background: #FFFFFF;padding: 16px 30px;}
.ny_cp .cp_lb .n_r .w_z .b_t{color: #1E1E1E;font-size: 14px;}
.ny_cp .cp_lb .n_r .w_z i{color: #A4A4A4;font-size: 18px;}
.ny_cp .cp_lb .n_r:hover .w_z a{background: #1871C1;}
.ny_cp .cp_lb .n_r:hover .b_t{color: #FFFFFF;}
.ny_cp .cp_lb .n_r:hover .w_z i{color: #FFFFFF;}
.ny_cp .cp_lb .n_r:hover .t_p img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
@media only screen and (max-width:1100px) {
	.ny_nr{padding: 50px 0px;}
	.ny_cp .cp_lb {
		padding: 30px 0px 50px 0px;
	}
	.ny_fl ul li a {
		line-height: 56px;
		font-size: 16px;
	}
	.ny_cp .cp_fl li a {
		font-size: 14px;
		line-height: 46px;
		border-top: solid 2px #FFFFFF;
	}
	.ny_cp .cp_lb .n_r .w_z a {
		padding: 12px 20px;
	}
	.ny_cp .cp_lb .n_r .w_z .b_t {
		font-size: 12px;
	}
	.ny_cp .cp_lb .n_r .w_z i {
		font-size: 16px;
	}
	.ny_cp .cp_lb .n_r {
		margin-bottom: 26px;
	}
}
@media only screen and (max-width:640px) {
	.ny_fl ul li a {
		line-height: 40px;
		font-size: 13px;
	}
	.ny_fl {
		margin-bottom: 30px;
	}
	.ny_cp .cp_fl li a {
		font-size: 12px;
		line-height: 32px;
		border-top: solid 1px #FFFFFF;
	}
	.ny_cp .cp_fl ul {
		flex-wrap: wrap;
	}
	.ny_cp .cp_fl li {
		min-width: 25%;
		margin-bottom: 6px;
		position: relative;
	}
	.ny_cp .cp_fl li:after{display: block;content: " ";width: 1px;height: 16px;background: #DBDBDB;position: absolute;right: 0px;top: 50%;transform:translateY(-50%);}
	.ny_cp .cp_fl li.on:after{display: none;}
}

.yc_nr{width: 100%;overflow: hidden;padding: 50px 0px 90px 0px;}
.yc_nr .xq_nr .yy_xq{margin-bottom:50px;}
.yc_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 36px;font-weight: bold; margin-bottom: 10px;}
.yc_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.yc_nr .xq_nr .yy_xq .m_r a{color: #1871C1;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #1871C1;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.yc_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #1871C1;}
.yc_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 36px;margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.yc_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
@media only screen and (max-width:1100px){
	.yc_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.yc_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.yc_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.yc_nr .xq_nr table td:first-child{width:25%;}
	.yc_nr .xq_nr .xg_cp{margin-top: 20px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}

.xq_nr .cp_zs .cp_dt{border:1px solid #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
.xq_nr .cp_xq .b_g{font-size: 15px; line-height: 30px;}
.xq_nr .cp_xq .b_g img{max-width: 100%;height: auto;display: inline-block;}
@media only screen and (max-width:1440px){
	.yc_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 24px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 18px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.yc_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.yc_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.yc_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 15px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.yc_nr .xq_nr .yy_xq .row{ margin: 0px;}
	.yc_nr .xq_nr table td {
		font-size: 13px;
	}
	.yc_nr .xq_nr .yy_xq .m_s {
		font-size: 12px;
		line-height: 22px;
	}
	.lnl{padding-bottom: 16px;}
	.xq_nr .cp_xq .b_g{font-size: 14px; line-height: 24px;}
}

.ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #1871C1;}
.ny_bt.cn .t_b i{width: 95%;height: 1px;background: #F3F3F3;}

@media only screen and (max-width: 768px){
	.lnr {
		display: none;
	}
}

.lx_fs{width:100%; padding:80px 0; overflow:hidden;}
.lx_fs .fs_zs ul{margin:0 -20px;}
.lx_fs .fs_zs ul li{width:calc(33.33333333% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:center;}
.lx_fs .fs_zs h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_fs .fs_zs p{color:#999;}
.lx_fs .fs_zs i{font-size:32px; line-height:50px; color:#025bab;}
.lx_fs .fs_zs i.icon-dizhi1{font-size:40px;}
@media only screen and (max-width:1200px){
	.lx_fs{padding:60px 0;}
	.lx_fs .fs_zs ul{margin:0 -10px;}
	.lx_fs .fs_zs ul li{width:calc(33.33333333% - 20px); padding:20px 15px; margin:0 10px;}
	.lx_fs .fs_zs h3{font-size:15px;}
	.lx_fs .fs_zs i{font-size:30px; line-height:46px;}
	.lx_fs .fs_zs i.icon-dizhi1{font-size:38px;}
}
@media only screen and (max-width:640px){
	.lx_fs{padding:50px 0 30px;}
	.lx_fs .fs_zs ul{margin:0;}
	.lx_fs .fs_zs ul li{width:100%; margin:0 0 20px;}
}

.sw_hz{width:100%; padding:80px 0; background-color:#f5f5f5; overflow:hidden;}
.sw_hz .hz_bd ul{margin:0 -25px;}
.sw_hz .hz_bd ul li{width:calc(50% - 50px); margin:0 25px 30px;}
.sw_hz .hz_bd ul li:last-child{width:100%;}
.sw_hz .hz_bd span{display:block; font-size:15px; color:#333; margin-bottom:10px;}
.sw_hz .hz_bd .t_x{position:relative;}
.sw_hz .hz_bd .t_x i{width:50px; position:absolute; top:0; left:0; text-align:center; color:#025bab; line-height:56px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:26px;}
.sw_hz .hz_bd .t_x i.icon-chuangyi-{font-size:24px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:20px;}
.sw_hz .hz_bd .t_x input{width:100%; height:56px; border-radius:3px; padding:0 15px 0 50px; background-color:#fff; color:#333; line-height:56px; display:block;}
.sw_hz .hz_bd .t_x textarea{width:100%; height:160px; border-radius:3px; padding:15px 15px 15px 50px; background-color:#fff; color:#333; line-height:26px; display:block; resize:none;}
.sw_hz .hz_bd .c_z{text-align:center;}
.sw_hz .hz_bd button{width:150px; height:56px; background-color:#333; border-radius:3px; margin:0 10px; font-size:17px; line-height:56px; text-align:center; color:#fff; outline:none; display:inline-block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.sw_hz .hz_bd button:hover{background-color:#025bab;}
.sw_hz .hz_bd button.r_s{background-color:#aaa;}
.sw_hz .hz_bd button.r_s:hover{background-color:#555;}
@media only screen and (max-width:1200px){
	.sw_hz{padding:60px 0;}
	.sw_hz .hz_bd ul{margin:0 -15px;}
	.sw_hz .hz_bd ul li{width:calc(50% - 30px); margin:0 15px; margin-bottom:30px;}
	.sw_hz .hz_bd span{font-size:14px;}
	.sw_hz .hz_bd .t_x i{font-size:20px; line-height:50px;}
	.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:24px;}
	.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:18px;}
	.sw_hz .hz_bd .t_x input{height:50px; line-height:50px;}
	.sw_hz .hz_bd .t_x textarea{height:134px; padding:12px 15px 12px 50px;}
	.sw_hz .hz_bd button{width:130px; height:46px; font-size:16px; line-height:46px;}
}
@media only screen and (max-width:640px){
	.sw_hz{padding:50px 0;}
	.sw_hz .hz_bd ul{margin:0;}
	.sw_hz .hz_bd ul li{width:100%; margin:0; margin-bottom:20px;}
	.sw_hz .hz_bd .t_x textarea{height:108px;}
	.sw_hz .hz_bd button{width:110px; height:40px; font-size:15px; line-height:40px;}
}

.ny_bt{text-align: center;margin-bottom: 40px;}
.ny_bt p{color: #333333;font-size: 38px;font-weight: bold;margin-bottom: 16px;}
.ny_bt i{display: block;width: 48px;height: 6px;background: #025bab;margin: 0 auto;}

@media only screen and (max-width:1100px){
	.ny_bt{margin-bottom: 30px;}
	.ny_bt p{font-size: 28px;margin-bottom: 10px;}
	.ny_bt i{width: 40px;height: 4px;}
}

.ny_nr .ly_nr .n_r{margin-bottom: 36px;}
.ny_nr .ly_nr .n_r .t_p{overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 26px;
}
.ny_nr .ly_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .ly_nr .n_r .s_j{
	color: #666666;
	font-size: 14px;
	margin-bottom: 16px;
}
.ny_nr .ly_nr .n_r .b_t{margin-bottom: 36px;}
.ny_nr .ly_nr .n_r .b_t a{display: block;font-size: 20px;font-weight: bold;color: #333333;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .ly_nr .n_r .m_r a{
	color: #666666;
	font-size: 14px;
}
@media only screen and (max-width:1100px){
	.ny_nr .ly_nr .n_r{margin-bottom: 26px;}
	.ny_nr .ly_nr .n_r .t_p{
		margin-bottom: 20px;
	}
	.ny_nr .ly_nr .n_r .s_j{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.ny_nr .ly_nr .n_r .b_t{margin-bottom: 26px;}
	.ny_nr .ly_nr .n_r .b_t a{font-size: 16px;}
	.ny_nr .ly_nr .n_r .m_r a{
		font-size: 12px;
	}
}

.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}


.xw_lb ul li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #eee;}
.xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_nr .t_p{width:27%; position:relative; overflow:hidden;}
.xw_nr .t_p img{width:100%; height:100%; display:block; position:absolute; top:0; left:0;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	transition:all 1s;
	-webkit-transition:all 1s;}
.xw_nr:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.xw_nr .w_z{width:70%;}
.xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_nr .w_z p{line-height:24px; color:#999; height:72px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;}
.xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; line-height:38px;}
.xw_nr:hover .w_z a.m_r{background-color:#0f57d3; border:1px solid #0f57d3; color:#fff;}
@media only screen and (max-width:640px){
	.xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
	.xw_nr .t_p{width:100%; height:200px; margin-bottom:15px;}
	.xw_nr .w_z{width:100%;}
	.xw_nr .w_z h3{font-size:14px; line-height:26px; margin-bottom:15px;}
	.xw_nr .w_z p{font-size:12px; line-height:22px;  margin-bottom:15px;}
	.xw_nr .w_z a.m_r{border-radius:.5rem; padding:0px 20px; line-height:40px;}
}

.al_nr{width: 100%;overflow: hidden;margin-top: 36px;}
.al_nr .n_r{margin-bottom: 36px;overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,.05);-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.al_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.al_nr .n_r .w_z a{display: block;width: 100%;background: #F7F7F7;line-height: 56px;text-align: center;color: #0E0E0E;font-size: 16px;}
@media only screen and (max-width:640px){
	.al_nr{margin-top: 26px;}
	.al_nr .n_r{margin-bottom: 20px;}
	.al_nr .n_r .w_z a{line-height: 40px;font-size: 13px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#0f57d3; border:1px solid #0f57d3; color:#fff;}
.yema ul li.active a{background-color:#0f57d3; border:1px solid #0f57d3; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.i4tr li.active a{
	color: #fff;
}

.nav .npw h3 a{
	color: #025bab;
	font-size: 18px;
	line-height: 32px;
}

.bnbox .bnimg .bntxt .titleh4{font-size: 16px;line-height:30px;}
@media only screen and (max-width:640px){
    .bnbox .bnimg .bntxt .titleh4{font-size: 14px;}
}

.bnimg .bn_tp{width:40%;}
.bnimg .bn_tp img{max-width:100%;}
.bnimg .disflex{justify-content:space-between;}
@media only screen and (max-width:640px){
    .bntxt {
    width: 46%;
    line-height: 20px;
    }
    .bnbox .bnimg .bntxt .titleh4{
        font-size: 12px;
        overflow:hidden; 
     text-overflow:ellipsis; 
     display:-webkit-box;
     line-clamp:3;
     -webkit-line-clamp:3;
     -moz-line-clamp:3;
     -o-line-clamp:3;
     -webkit-box-orient:vertical;
     line-height:18px;
    }
    .bntxt h1 {
    font-size: 16px;
    }
    .bnimg .disflex {
    justify-content: space-around;
    }
    .bnbtn {
    margin-right: -30px;
    right: 50%;
    bottom: 6%;
    }
}

.bnimg .bntxt .titleh1{font-size:30px;}
.itop .text20{font-size:16px;}
.i2t .text18{font-size:15px;line-height: 26px;}
.i2a .text18{font-size: 16px;}
.i3ba .text18{
    font-size: 15px;
    line-height: 22px;
}
.ab1 .txt.text16{line-height: 24px;font-size: 14px;}
.ab2a .text18{font-size: 15px;
    line-height: 26px;}
@media only screen and (max-width:640px){
    .bnimg .bntxt .titleh1{font-size:12px;}
    .bnimg .bntxt{margin-bottom:6%;width: 51%;}
    .itop .text20{font-size:12px;}
    .i2t .text18{font-size:12px;line-height: 22px;}
    .i3ba .text18{
    font-size: 13px;
    line-height: 20px;
    }
    .ab2a .text18{font-size: 13px;
    line-height: 22px;}
    .i2a .text18{font-size: 14px;}
}

