.header{
	padding: 0 55px;
	position: sticky;
	z-index: 99;top: 0;
	background: #fff;
	left: 0;right: 0;
	border-bottom: 1px solid #f1f1f1;
}
.header .logo{
	float: left;
	margin-top: 30px;
	display: block;
}
.header .naver{
	float: right;
}
.header .naver ul{
	float: left;
}
.header .naver li{
	float: left;
	margin-right: 58px;
}
.header .naver li h3{
	position: relative;
}
.header .naver li dl{
	position: absolute;
	left: 0;right: 0;
	top: 100%;
	background: #199bd6;
	text-align: center;
	display: none;
	font-size: 0;
}
.header .naver li dd{
	display: inline-block;
}
.header .naver li dd a{
	font-size:14px ;
	line-height: 56px;
	color: #ffffff;
	padding: 0 30px;
	display: inline-block;
}
.header .naver li dd a:hover{
	color: #199bd6;background: #fff;
}


.header .naver li:last-child{
	margin-right: 0;
}
.header .naver li i{
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	height: 3px;
	background-color: #1fabe0;
	margin: 0 auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .naver li.on i,
.header .naver li:hover i{
	width: 100%;
}
.header .naver li.on h3 a,
.header .naver li:hover h3 a{
	color: #005ecb;
}
.header .naver li a{
	line-height: 107px;
	font-size: 16px;
	display: inline-block;
	color: #000000;
}
.header .fomrs{
	float: left;
	margin-left: 50px;
	margin-top: 47px;
	display: inline-block;
	cursor: pointer;
}
.header .chen{
	float: left;
	padding:0 26px 0 22px;
	margin-left: 22px;
	margin-top: 44px;
	background:url(../images/ic8.jpg) no-repeat left top 5px;
	z-index: 11;
	position: relative;
}
.header .chen h2 a{
	font-size: 16px;
	color: #000000;
	display: block;
	padding-bottom: 20px;
}
.header .chen::before{
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 13px;
	height: 8px;
	display: block;
	background: url(../images/ic9.png) no-repeat center/cover;
	cursor: pointer;
}
.header .chen dl{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 100%;
	padding: 5px 5px 0;
	text-align: center;
	background-color: #f5f5f5;
	cursor: pointer;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.header .chen dl dd{
	padding: 5px;
	border-bottom: 1px dotted #323232;
}
.header .chen dl dd:last-child{
	border: none;
}
.header .chen dl dd a{
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
}
.header .chen dl dd a:hover{
	color: #005ecb;
}
.banner{
	overflow: hidden;
	position: relative;
}
.banner li .video,
.banner li a{
	display: block;
	height: 760px;width: 100%;
	object-fit: cover;position: relative;
}
.banner li .ttx{
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 1;
	padding: 0 10%;text-align: center;
transform: translateY(-50%);
}
.banner li .ttx h2{
	font-size: 46px;
	color: #f7d24d;
	line-height: 1.7;
	padding: 0 0 20px;
	margin-top: 60px;
	opacity: 0;
	transition:all 0.5s;
	transition-delay: .3s;
}
.banner li .ttx h3{
	font-size: 26px;
	color: #f7d24d;
	margin-top: 40px;
	opacity: 0;
	transition:all 0.5s;
	transition-delay: .3s;
}
.banner li.swiper-slide-active .ttx h3,
.banner li.swiper-slide-active .ttx h2{
	margin-top: 0;opacity: 1;
}
.banner .swiper_spot{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
	z-index: 11;
}
.banner .swiper_spot span{
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin: 0 9px;
	opacity: 1;
}
.banner .swiper_spot span.swiper-pagination-bullet-active{
	background-color: #1fabe0 !important;
}
.wrap{
	width: 1400px;
	margin: 0 auto;
}
.tit{
	text-align: center;
}
.tit h2{
	font-size: 30px;
	color:#1fabe0;;
	line-height: 2.2;
	display: inline-block;
	position: relative;
}
.tit h2::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	display: inline-block;
	width: calc(100% - 20px);
	height: 4px;
	z-index: 111;
	background-color: #1fabe0;
	
}
.tit p{
	font-size: 16px;
	color: #8a8a8a;
	line-height: 1.8;
	margin-top: 15px;
}
.hpage1{
	padding: 55px 0 150px;
}
.hpage1 .swiper-cp{
	overflow: hidden;
	padding: 0 22px;
	margin: 80px 6px 0;
	position: relative;
}
.hpage1 .swiper-cp .next,
.hpage1 .swiper-cp .prev{
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
	margin-top: -28px;
	z-index: 111;
	background: url(../images/ic3.png) no-repeat center/cover;
	width: 17px;
	height: 56px;
	cursor: pointer;
}
.swiper-map{
	overflow: hidden;padding: 10px;
}
.hpage1 .swiper-cp .next{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
	left:  auto;
	right: 0;
}
.hpage1 .swiper-cp .pic{
	height: 207px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	border:1px solid #d7d7d7;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hpage1 .swiper-cp .swiper-slide:hover .pic{
	box-shadow: 3px 3px 8px 1px rgb(80 80 80 / 20%);
}
.hpage1 .swiper-cp h4{
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 1.7;
}
.hpage2{
	padding-bottom: 125px;
}
.hpage2 ul{
	margin-top: 80px;
}
.hpage2 ul li{
	float: left;
	margin-right: 30px;
	width: calc((100% - 92px) / 4);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	transform:rotate(0);
	-ms-transform:rotate(0);  /* IE 9 */
	-moz-transform:rotate(0);     /* Firefox */
	-webkit-transform:rotate(0); /* Safari 和 Chrome */
	-o-transform:rotate(0);
}
.hpage2 ul li:last-child{
	margin-right: 0;
}
.hpage2 ul li .pic{
	height: 255px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hpage2 ul li:hover h4{
	background-color: #08a5e1;
}
.hpage2 ul li h4{
	font-size: 18px;
	line-height: 62px;
	color: #fff;
	background-color: #110344;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hpage3{
	padding: 80px 0 60px;
}
.hpage3 .maps{
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hpage3 .maps img{
	display: inline-block;
	
}
.hpage3 .maps li{
	background-color: #fff;
	border-radius: 15px;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 3px 3px 8px 1px rgb(80 80 80 / 20%);
}
.possaa{
	padding: 0 60px;
	position: relative;
}
.possaa .prev,
.possaa .next{
	    position: absolute;
	    left: 0;
	    top: 50%;
	    margin-top: -28px;
	    z-index: 111;
	    background: url(../images/ic3.png) no-repeat center/cover;
	    width: 17px;
	    height: 56px;
	    cursor: pointer;
}
.possaa .next{
	left: auto;right: 0;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.hpage3 .maps li h3{
	color: #0b6edf;
	line-height: 1.7;
	font-size: 16px;
}
.hpage3 .maps li p{
	margin-top: 5px;
	font-size: 14px;
	color: #000000;
	line-height: 1.7;
}
.hpage4{
	padding: 80px 0 105px;
}
.hpage4 ul{
	margin-top: 64px;
	text-align: center;
}
.hpage4 li{
	position: relative;
	top: 0;
	display: inline-block;
	font-size: 0;
	margin: 0 47px;
	vertical-align: middle;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hpage4 li:hover{
	top: -10px;
}
.footer{
	background-color: #000f25;
	padding: 15px 0 20px;
}
.footer .hd .lt{
	float: left;
	width: calc(100% - 510px);
}
.footer .hd .lt ul{
	margin-top: 10px;
}
.footer .hd .lt li{
	float: left;
	margin-right: 28px;
}
.footer .hd .lt li a{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}
.footer .hd .lt dl{
	margin-top: 18px;
}
.footer .hd .lt dt,
.footer .hd .lt dd{
	font-size: 14px;
	color: #fff;
	float: left;
	line-height: 1.9;
	margin-right: 9px;
}
.footer .hd .lt li:last-child{
	margin-right: 0;
}
.footer .hd .lt dd{
	padding-left: 25px;
}
.footer .hd .rt li .wx{
	width: 70px;
}
.footer .hd .rt{
	float: right;
	width: 200px;
}
.footer .hd .rt li{
	display: inline-block;
	text-align: center;
	font-size: 0;
	margin-right: 50px;
}
.footer .hd .rt li:last-child{
	margin-right: 0;
}
.footer .hd .rt h4{
	font-size: 12px;
	color: #fff;
	line-height: 1.9;
}
.footer .bd .copyright{
	float: left;
	max-width: 49%;
}
.footer .bd .copyright a{
	font-size: 14px;
	color: #fff;
	line-height: 1.9;
}
.footer .bd .rrx{
	float: right;
	max-width: 49%;
}
.footer .bd .rrx a{
	font-size: 14px;
	color: #fff;
	line-height: 1.9;
}
.hbans{
	height: 380px;
}
.crumbs{
	border-bottom: 1px solid #e3e3e3;
}
.crumbs .lt{
	float: left;
}
.crumbs .lt li{
	float: left;
}
.crumbs .lt li a{
	font-size: 12px;
	color: #8d8d8d;
	line-height: 82px;
}
.crumbs .lt li:last-child a{
	color: #282828;
}
.crumbs .lt li i{
	font-size: 12px;
	color: #8d8d8d;
	line-height: 82px;
	margin: 0 4px;
}
.crumbs .rt{
	float: right;
}
.crumbs .rt dd{
	float: left;
	position: relative;
	margin-right: 54px;
	padding: 0 3px;
}
.crumbs .rt dd:last-child{
	margin-right: 0;
}
.crumbs .rt dd i{
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	height: 2px;
	margin: 0 auto;
	background-color: #1fabe0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.crumbs .rt dd.on i,
.crumbs .rt dd:hover i{
	width: 100%;
}
.crumbs .rt dd.on a,
.crumbs .rt dd:hover a{
	color: #005ecb;
}
.crumbs .rt dd a{
	font-size: 14px;
	line-height: 82px;
	color: #000000;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.about .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.about .hd{
	padding: 30px 100px 85px;
}
.about .hd .tit{
	margin-bottom:25px ;
}
.about .hd .dels{
	font-size: 14px;
	color: #000000;
	line-height: 2.2;
	text-indent: 2em;
}
.about .hd .dels p{
	text-indent: 2em;
}
.about .hd .mm1{
	float: left;
}
.about .hd .mm2{
	float: right;
}
.about .bd{
	padding: 30px 0 85px;
}
.about .bd .tit h2{
	
}
.about .bd h3{
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	margin: 30px 0;
	color: #000
}
.about .bd p{
	font-size: 14px;
	color: #000;
	line-height: 2.2;
}
.about .bdul li{
	float: left;
	width: calc((100% - 86px) / 4);
	margin-right: 28px;
	border-radius: 20px;
	overflow: hidden;	
}
.about .bdul li:last-child{
	margin-right: 0;
}
.about .bdul li:hover h4{
	background-color: #070968;
}
.about .bdul h4{
	font-size: 24px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	background-color: #0ba3df;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.about .bdul .txt{
	font-size: 14px;
	color: #484848;
	padding: 12px 12px 0;
	line-height: 24px;
	height: 260px;
	display: block;
	overflow: hidden;
	background-color: #fff;
}
.about .ft{
	padding: 30px 0 100px;
}
.about .ft .pic{
	margin-top: 40px;
	text-align: center;
	display: inline-block;
}
.about .rongyu{
	padding: 47px 0 70px;
}
.about .rongyu li a{
	display: block;
	height: 395px;
	box-shadow: 3px 3px 8px 1px rgb(80 80 80 / 20%);
	position: relative;
	overflow: hidden;
}
.about .rongyu li:hover .txt{
	top: 0;
}
.about .rongyu li:hover .txt h4{
	display: block;
}
.about .rongyu .txt{
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	height: 100%;
	background-color: rgba(133,188,243,.9);
	z-index: 11;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.about .rongyu .txt h4{
	position: absolute;
	left:0;
	right: 0;
	display: none;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	z-index: 111;
	padding: 0 40px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.6;
}
.about .rongyu .swiper-ry{
	overflow: hidden;
	margin-top: 55px;
	position: relative;
	padding-bottom: 110px;
}
.about .rongyu .swiper-ry .span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.about .rongyu .swiper-ry .span span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #adb1b2;
	opacity: 1;
}
.about .swiper-pagination-bullet-active{
	background-color: #c2976c !important;
}
.contact .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .tit{
	margin: 35px 0 50px;
}
.contact .map{
	height: 495px;
	display: block;
	border-radius: 10px;
	box-shadow: 3px 1px 10px 3px rgb(80 80 80 / 20%);
}
.anchorBL{
	display: none;
}
.contact .uls{
	margin-top: 30px;
	text-align: center;
}
.contact .uls li{
	display: inline-block;
	text-align: left;
	width: 30%;
	vertical-align: top;
	margin-right: 0 !important;
}
.contact .uls li h3{
	font-size: 18px;
	color: #000000;
	line-height: 1.7;
	
}
.contact .uls li p{
	font-size: 16px;
	color: #565454;
	line-height: 2;
	margin-top: 15px;
}
.contact .formc{
	padding: 80px 0 90px;
	text-align: center;
}

.contact .formc .tit{
	margin: 0;
}
.contact .formc dl{
	margin-top: 40px;
	display: inline-block;
}
.contact .formc .txt{
	width: 364px;
	height: 40px;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #c5c5c5;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.contact .formc .txt:focus{
	border-color:#000000 ;
}
.contact .formc dd .txt1{
	margin-right: 26px;
}
.contact .formc .txt2{
	margin-top: 34px;
	padding: 15px;
	width: 755px;
	height: 110px;
	resize: none;
}
.contact .formc .btn{
	margin-top: 52px;
	width: 210px;
	height: 54px;
	border: none;
	font-size: 18px;
	color: #fff;
	background-color: #005ecb;
	border-radius: 27px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	cursor: pointer;
}
.contact .formc .btn:hover{
	background-color: #014594;
}
.hexinyw .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hexinyw .tit{
	padding: 40px 0 75px;
}
.hexinyw .ul_s{
	padding-bottom: 55px;
}
.hexinyw .ul_s li{
	margin-bottom: 110px;
}
.hexinyw .ul_s li .pic{
	float: left;
	width: 585px;
	height: 387px;
	display: block;
	box-shadow: 1px 5px 8px 3px rgb(80 80 80 / 30%);
	border-radius: 10px;
	overflow: hidden;
}
.hexinyw .ul_s li .text{
	width: calc(100% - 630px);
	float: right;
	margin-top: 70px;
}
.hexinyw .ul_s li h3{
	font-size: 30px;
	color: #000000;
	line-height: 1.7;
}
.hexinyw .ul_s li p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 2;
	margin-top: 10px;
}
.hexinyw .ul_s li:nth-child(2n) .pic{
	float: right;
}
.hexinyw .ul_s li:nth-child(2n) .text{
	float: left;
}
.join .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.join .tit{
	margin: 25px 0 55px;
}
.join .pic{
	height: 215px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.join .joul{
	padding: 48px 0 94px;
}
.join .joul li{
	float: left;
	margin-bottom: 40px;
	margin-right: 50px;
	width: calc((100% - 102px) / 3);
	background-color: #fff;
	border-radius:8px;
	border:1px solid #c6c6c6 ;
	padding: 25px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.join .joul li:hover{
	box-shadow: 1px 3px 8px 3px rgb(80 80 80 / 20%);
}
.join .joul h2{
	font-size: 18px;
	color: #000000;
	line-height: 1.7;
}
.join .joul .dels{
	font-size: 14px;
	color: #484848;
	line-height: 30px;
	height: 240px;
	overflow: hidden;
	margin-top: 15px;
}
.join .joul li:nth-child(3n){
	margin-right: 0;
}
.join .joul h6{
	font-size: 14px;
	color: #aeaeae;
	line-height: 1.5;
	margin-top: 15px;
}
.mask{
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1111;
	background-color: rgba(0,35,87,.85);
}
.cents{
	display: block;
	width: 990px;
	border-radius: 20px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	z-index: 1112;
	background-color: #fff;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cents .osll{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 570px;
}
.cents .icon{
	position: absolute;
	width: 47px;
	height: 47px;
	right: 0;
	top: -80px;
	cursor: pointer;
	margin-top: 10px;
}

.cents h2{
	font-size: 20px;
	color: #000000;
	line-height: 1.7;
}
.cents h3{
	font-size: 16px;
	color: #000000;
	line-height: 1.7;
	margin-top: 20px;
}
.cents .del{
	font-size: 16px;
	color: #565656;
	line-height: 2;
	margin-bottom: 50px;
}
.cents h4{
	font-size: 16px;
	color: #000000;
	line-height: 2;
}
.cents h4 i{
	color: #565656;
}
.news .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.news .nlist{
	margin-top: 50px;
}
.news .nlist li{
	margin-bottom: 45px;
	padding: 25px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.news .nlist li h2{
	font-size: 18px;
	color: #000000;
	line-height: 1.7;
}
.news .nlist li p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 2;
	margin-top: 5px;
}
.news .nlist li h4{
	font-size: 14px;
	color: #6f6f6f;
	line-height: 1.7;
	margin-top: 20px;
}
.news .nlist li:last-child{
	margin-bottom: 0;
}
.news .nlist li:hover{
	box-shadow: 1px 5px 10px 3px rgb(80 80 80 / 30%);
}
.news .pages{
	margin: 40px 0;
}
.pages{
	text-align: center;
}
.pages li{
	display: inline-block;
	margin: 0 7px;
}
.pages li i,
.pages li a{
	line-height: 34px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	font-size: 16px;
	color: #000000;
	border-radius: 3px;
	overflow: hidden;
}
.pages li:hover a{
	background-color: #e96f29;
	border-color:#e96f29 ;
	color: #fff;
}
.pages .las{
	margin: 0;
	color: #bebebe;
}
.pages .las a{
	margin: 0 5px;
}
.newsdel .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.newsdel .xtt{
	padding: 30px 0 20px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}
.newsdel h1{
	font-size: 24px;
	color: #000000;
	line-height: 1.7;
}
.newsdel h5{
	margin-top: 10px;
	font-size: 16px;
	color: #969696;
	line-height: 1.7;
}
.newsdel .dels{
	font-size: 14px;
	line-height: 2;
	color: #505050;
	text-indent: 2em;
	margin-top: 25px;
	padding-bottom: 38px;
	border-bottom: 1px solid #d0d0d0;
}
.newsdel .dels p{
	text-indent: 2em;
}
.newsdel .btn{
	padding: 30px 0 60px;
}
.newsdel .btn .prev{
	float: left;max-width: 45%;
}
.newsdel .btn .next{
	float: right;max-width: 45%;
}
.newsdel .btn a{
	font-size: 14px;
	color: #000000;
	display: block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 1.7;
}
.newsdel .btn a i{
	color: #868686;
}
.mosk{
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1111;
	background-color: rgba(0,35,87,.85);
}

.cenr{
	display: block;
	width: 340px;
	height: 265px;
	border-radius: 20px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	z-index: 1112;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cenr .icon{
	float: right;
	width: 31px;
	height: 31px;
	margin-top: 10px;
	cursor: pointer;
}
.cenr h2{
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 54px;
	width: calc(100% - 40px);
}
.cenr .ttp{
	background-color: #009bd8;
	padding: 0 15px;
}
.cenr .del{
	padding: 20px 13px;
	font-size: 16px;
	color: #565656;
	line-height: 1.9;
}
.yinxiao .crumbs .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.prct .wrap{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.product{
	margin-top: 20px;
}
.product .lt{
	float: left;
	width: 205px;
}
.product .lt li{
	margin-bottom: 50px;
}
.product .lt h2{
	font-size: 16px;
	color: #005ecb;
	line-height: 1.7;
	border-bottom: 2px solid #005ecb;
}
.product .lt dd{
	margin-top: 15px;
}
.product .lt dd a{
	font-size: 14px;
	line-height: 1.9;
	color: #6c6c6c;
}
.product .rt{
	float: right;
	width: calc(100% - 207px);
}
.product .rt{
	margin-top: 15px;
	padding-left: 35px;
	padding-bottom: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.product .rt::before{
	position: absolute;
	content: "";
	left: 0;
	top: 155px;
	width: 1px;
	height: calc(100% - 155px);
	background-color: #e3e3e3;
}
.product .rt .uls li{
	float: left;
	margin-right: 60px;
	margin-bottom: 70px;
	width: calc((100% - 122px) / 3);
}
.product .rt .uls li:nth-child(3n){
	margin-right: 0;
}
.product .rt .uls li .pic{
	height: 190px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	overflow: hidden;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.product .rt .uls li h3{
	font-size: 16px;
	color: #000000;
	line-height: 1.9;
	text-align: center;
}
.product .pts{
	padding-left: 60px;
	padding-bottom: 110px;
}
.product .pts .hd .img{
	float: left;
	width: 445px;
	height: 310px;
	display: block;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	overflow: hidden;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.product .pts .hd .txt{
	float: right;
	width: calc(100% - 500px);
	margin-top: 85px;
}
.product .pts .hd h1{
	font-size: 24px;
	color: #000000;
	line-height: 1.7;
}
.product .pts .hd h2{
	font-size: 16px;
	color: #000000;
	line-height: 1.9;
}
.product .pts .dels{
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.8;
}
.product .lt dd a:hover{
	color: #000000;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.hpage2 ul li .occ{
	overflow: hidden;
}
.hpage2 ul li:hover .pic{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1);
}
.footer .hd .lt li:hover a{
	color: rgba(255,255,255,.5);
}
.newsdel .btn a:hover{
	color: #007AFF;
}
.product .rt .uls li:hover .pic{
	box-shadow: 1px 3px 8px 3px rgb(80 80 80 / 30%);
}
.header .fomrs{
	position: relative;
}
.header .fomrs .txtc{
	margin-top: 30px;
	width: 0;font-size:16px ;
	height: 42px;
	color: #000000;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-index: 11;
	margin-right: 20px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .fomrs .txc{
	height: 107px;
	position: absolute;right: 100%;
	top: 50%;z-index: 11;
	margin-top: -57px;
	background-color: #fff;
}
.header .fomrs:hover .txtc{
	width: 930px;padding: 0 10px;
	border-color:#c8c8c8 ;
}