body{padding: 0;margin: 0;font-family: "Source Han Sans CN";font-size: 16px;color: #666666;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.bgf3f3f3{background: #f3f3f3;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #f5f5f5;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
@media (min-width:1200px) {.container{padding: 0;max-width: 1200px;}}
.bgBox{background: url() center center no-repeat;background-size: cover;}


/**导航菜单**/
.topDiv{height: 100px;}
header{position: fixed;top: 0;left: 0;z-index: 99;height: 100px;width: 100%;transition: all .3s;background: #fff;box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);}
header>.wrap{padding: 0;border-radius: 6px;margin: 0 auto;}
.on-fixed header{background: #fff;top: 0;box-shadow: 0px 0px 20px rgba(132,132,132,0.15);}
header .logo{height: 100px;position: relative;z-index: 99;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 56%;}
header .rightDiv .menu{text-align: right;height: 100px;}
header .rightDiv .menu>ul{display: inline-block!important;/*overflow: hidden;*/}
header .rightDiv .menu>ul>li{float: left;margin-right: 38px;}
header .rightDiv .menu>ul>li>a{height: 100px;line-height: 100px;text-align: center;color: #333333;font-size: 18px;display: block;text-transform:capitalize;}
header .rightDiv .menu>ul>li:hover,
header .rightDiv .menu>ul>li:focus,
header .rightDiv .menu>ul>li.on,
header .rightDiv .menu>ul>li.active{background: none;position: relative;}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{color: #df0615;}
header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .langBox{display: flex;align-items: center;height: 100px;font-size: 18px;color: #333333;float: right;}
header .langBox a{color: #333333;}
header .langBox span{margin: 0 4px;}
header .langBox .on{color: #df0615;}
header .langBox1{display: none;}
.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position: relative;}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;} 
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#282828;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color: #fff;}
.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-3px;right:0;width:10px;height:6px;content:"";}
.menu ul ul{position:absolute;left:-9999px;text-align: center;}
.menu li:hover>ul{left: 50%;}
.menu ul ul ul{right:100%;top:0;width: 100%;}
.menu ul ul li:hover>ul{;margin-left: 0;}
.menu ul ul{min-width: 130px;text-align: center;top: 100px;max-width: max-content;transform: translateX(-50%);width: max-content;}
.menu ul ul .ul{background: rgba(255, 255, 255, 1);box-shadow: 0px 5px 5px rgba(0,0,0,.1);}
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;text-align: center;}
.menu ul ul li>a{font-size: 14px;color:#999999;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;padding: 8px;}
.menu ul ul li>a:hover,.menu ul ul li a:hover{color: #df0615;}
.menu ul ul li:last-child>a{border: 0;}

@media all and (max-width:1200px){
	header{padding: 0 16px;}
	header .rightDiv .menu>ul>li{margin-right: 16px;}
}
@media all and (max-width:992px){
	.topDiv{height: 50px;}
	header.indexHeader{background: #fff;top: 0;}
	.on-fixed header.indexHeader{top: 0;}
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu ul ul{top: 0;border: 0;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(120,120,120,.15)}
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;background:0 0}
	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,.15);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;z-index:99}
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul li>a:last-child{border-bottom: 0;}
	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo{height: 50px;}
	header .logo img {max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .94);
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	
	header .rightDiv .menu>ul {display: block;padding-top: 50px;}
	header .rightDiv .menu ul li a span {display: none;}
	header .rightDiv .menu ul li a.on {background: none;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu ul li i{display: block;}
	header .rightDiv .menu ul li>a{margin: 0;width: calc(100% - 50px);}
	header .rightDiv .menu .linkDiv{display: none;}
	header .rightDiv .menu>ul>li.has-sub{padding: 0;}
	
	header .rightDiv .menu>ul>li>a::before{display: none;}
	.menu ul ul .wrap{padding: 0;border: 0;}
	.menu ul ul,.on-fixed header.indexHeader .wrap,.menu ul ul .ul{box-shadow: none;background: none;border-radius: 0;}
	.menu ul ul li .alist a{margin-top: 0;line-height: 40px;height: 40px;font-size: 14px;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px;}
	header .rightDiv .menu>ul>li:hover::before, header .rightDiv .menu>ul>li:focus::before, header .rightDiv .menu>ul>li.on::before, header .rightDiv .menu>ul>li.active::before{display: none;}
	.menu ul ul{transform: none;max-width: unset;}
	header .langBox1{display: flex;height: 50px;margin-right: 32px;}
	header .langBox2{display: none;}
}
.banner video{display: block;width: 100%;}
.indp{padding: 64px 0;}
.pubTit{
	text-align: center;
	margin-bottom: 32px;
}
.pubTit .tit{
	font-size: 38px;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	text-transform: uppercase;
}
.pubTit .xian{
	background-color: rgb(0, 97, 173);
	width: 50px;
	height: 5px;
	display: block;
	margin: 12px auto 8px;
}
.pubTit .desc{
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 1.2;
}
a.moreBtn{
	display: block;
	font-size: 16px;
	color: rgb(0, 97, 175);
	border: 1px solid rgb(0, 97, 175);
	width: 128px;
	line-height: 38px;
	text-align: center;
	margin: 48px auto 0;
}
a.moreBtn:hover{
	background: rgb(0, 97, 175);
	border: 1px solid rgb(0, 97, 175);
	color: #ffffff;
}
.indp1 .swiper_indp1s{
	margin: 0 32px;
	font-size: 24px;
	line-height: 32px;
	color: rgb(51, 51, 51);
	text-align: center;
}
.indp1 .swiper_indp1s .swiper-slide{cursor: pointer;font-size: 16px;line-height: 1.4;}
.indp1 .swiper_indp1s .swiper-slide-thumb-active{
	color: #0061af;
}
.indp1 .swiper_indp1b{
	margin-top: 32px;
}
.indp1 .swiper_indp1b .textBox{
	position: absolute;
	left: 0;
	top: 30px;
	width: 50%;
	height: calc(100% - 60px);
	background: #0061af;
	color: #ffffff;
	padding: 48px;
	justify-content: flex-start;
	z-index: 2;
}
.indp1 .swiper_indp1b .tit{
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 20px;
}
.indp1 .swiper_indp1b .imgBox{width: 67%;margin-left: 33%;z-index: 1;position: relative;}
.indp1 .swiper_indp1b .imgBox img{width: 100%;}
.indp1 .swiper-button-next,
.indp1 .swiper-button-prev{
	height: 32px;
	top: 0;
	margin-top: 0;
}
.indp1 .swiper-button-next::after,
.indp1 .swiper-button-prev::after{
	font-size: 36px;
	color: #0061af;
}
.indp1 .moreBtn{margin-left: 0;border-color: #ffffff;color: #ffffff;}
.indp1 .moreBtn:hover{border-color: #ffffff;background: #ffffff;color: #0061af;}
.indp2 .nrBox .tit{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
}
.indp2 .nrBox .desc{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}
.indp2 .topBox{
	width: calc(33.5% - 8px);position: absolute;left: 0;top: 0;height: 100%;background: #ffffff;
}
.indp2 .nrBox .imgBox{height: calc(100% - 64px);width: 100%;overflow: hidden;}
.indp2 .nrBox .topBox .imgBox img{transition: all 0.5s;}
.indp2 .nrBox .topBox:hover .imgBox img{transform: scale(1.1);}
.indp2 .nrBox .textBox{
	padding: 8px;
	text-align: center;
	display: block;
}
.indp2 .indPro{
	width: 66.5%;
	margin: 0;
	margin-left: 33.5%;
}
.indp2 .indPro li{
	padding: 0;
	width: calc(50% - 4px);
	margin-right: 8px;
	margin-top: 8px;
	float: left;
}
.indp2 .indPro li:nth-child(-n+2){margin-top: 0;}
.indp2 .indPro li:nth-child(2n){margin-right: 0;}
.indp2 .indPro .kuang{background: #ffffff;}
.indp2 .indPro .imgBox{height: 164px;}
.indp2 .indPro .imgBox img{max-height: 100%;transition: all 0.5s;}
.indp2 .indPro li:hover .imgBox img{transform: scale(1.1);}
.indp3 .topBox{
	width: 50%;position: absolute;left: 0;top: 0;height: 100%;
}
.indp3 .topBox img{display: none;}
.indp3 .indNew{
	width: 50%;
	padding-left: 32px;
	margin-left: 50%;
}
.indp3 .indNew li{margin-top: 48px;transition: all 0.3s;}
.indp3 .indNew li:first-child{margin-top: 0;}
.indp3 .indNew li:hover{padding-left: 16px;}
.indp3 .indNew .tit{
	font-size: 18px;
	color: rgb(0, 97, 175);
}
.indp3 .indNew .desc{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	margin-top: 8px;
}
footer{
	background: #111113;
	font-size: 14px;
	color: #666666;
	padding: 36px 0 56px;
}
footer a{color: #666666;}
footer a:hover{color: #ffffff;}
footer .leftBox{width: 50%;}
footer .nav{padding: 8px 0;border-bottom: 1px solid #666666;}
footer .nav a::after{
	content: "|";
	margin: 0 8px;
}
footer .nav a:last-child::after{display: none;}
footer .yqlj{padding: 16px 0 16px 80px;}
footer .yqlj .tit{
	position: absolute;
	left: 0;
	top: 16px;
}
footer .yqlj a{margin-right: 16px;}
footer .banquan{margin-top: 8px;}
footer .rightBox .line1{
	font-size: 18px;
	color: rgb(255, 255, 255);
}
footer .rightBox .line1 img,
footer .rightBox .line3 img{margin-right: 6px;}
footer .rightBox .line2{margin: 16px auto 8px;}
@media (max-width:996px) {
	.indp1 .swiper_indp1b .textBox{padding: 16px;}
}
@media (max-width:768px) {
	.indp{padding: 32px 0;}
	.pubTit .tit{font-size: 24px;}
	.pubTit .xian{height: 2px;width: 32px;margin: 8px auto 4px;}
	.pubTit .desc{font-size: 14px;}
	a.moreBtn{margin-top: 16px;line-height: 30px;font-size: 14px;width: 96px;}
	.indp1 .moreBtn{margin-top: 16px;}
	.indp1 .swiper_indp1s{margin: 0 24px;}
	.indp1 .swiper-button-next{right: 0;}
	.indp1 .swiper-button-prev{left: 0;}
	.indp1 .swiper-button-next::after,
	.indp1 .swiper-button-prev::after{font-size: 18px;}
	.indp1 .swiper_indp1s{font-size: 16px;}
	.indp1 .swiper_indp1b .imgBox{width: 100%;margin: 0;}
	.indp1 .swiper_indp1b .imgBox img{display: block;width: 100%;}
	.indp1 .swiper_indp1b .textBox{width: 100%;position: relative;left: unset;top: unset;height: auto;}
	.indp1 .swiper_indp1b .tit{font-size: 16px;margin-bottom: 8px;}
	.indp1 .swiper_indp1b .desc{font-size: 14px;}
	.indp2 .topBox{width: 100%;position: relative;left: unset;top: unset;height: auto;}
	.indp2 .nrBox .imgBox{height: auto;}
	.indp2 .indPro{margin: 8px 0 0;width: 100%;}
	.indp2 .indPro .imgBox{height: 180px;}
	.indp3 .topBox{width: 100%;position: relative;left: unset;top: unset;height: auto;}
	.indp3 .topBox img{display: block;}
	.indp3 .indNew{width: 100%;margin: 8px auto 0;padding: 0;}
	.indp3 .indNew li{margin-top: 16px;}
	.indp3 .indNew .tit{font-size: 16px;}
	.indp3 .indNew .desc{margin-top: 0;line-height: 1.6;}
	footer{padding: 24px 0;}
	footer .flexb2{display: block;}
	footer .leftBox{width: 100%;}
	footer .rightBox{width: 100%;margin-top: 16px;}
	footer .rightBox .line2{margin-top: 8px;}
}
.bannerny .nrBox{
	height: 400px;
	color: #ffffff;
	justify-content: flex-start;
}
.bannerny .nrBox b{font-size: 40px;text-transform: uppercase;}
.bannerny .nrBox small{font-size: 18px;margin-left: 8px;text-transform: uppercase;}
.location{
	font-size: 16px;
	color: rgb(102, 102, 102);
	padding: 16px 0;
}
.location a{color: rgb(102, 102, 102);}
.nyP{padding: 48px 0 144px;}
.solutionUl{margin: -24px -15px;}
.solutionUl li{padding: 24px 15px;}
.solutionUl .kuang{display: block;overflow: hidden;}
.solutionUl .kuang img{width: 100%;transition: all 0.5s;}
.solutionUl li:hover .kuang img{transform: scale(1.1);}
.solutionUl .tit{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,64,115,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #ffffff;
	transition: all 0.5s;
}
.solutionUl li:hover .tit{background: rgba(0,64,115,0.6);}
@media (max-width:768px) {
	.bannerny .nrBox{height:auto;padding: 48px 0;}
	.bannerny .nrBox b{font-size: 24px;}
	.nyP{padding: 0 0 40px;}
	.solutionUl{margin: -4px;}
	.solutionUl li{padding: 4px;width: 50%;}
	.solutionUl .tit{font-size: 18px;padding: 0 8px;text-align: center;}
}
.leftNav{
	width: 260px;
	float: left;
}
.leftNav .catname{
	background: rgb(0, 97, 175);
	padding: 16px 8px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}
.leftNav .catname .tit{font-size: 24px;line-height: 1.2;font-weight: 700;}
.leftNav .catname .desc{text-transform: uppercase;}
.leftNav ul li{margin-bottom: 2px;}
.leftNav ul .zktit{
	display: block;
	background: rgb(255, 255, 255);
	width: 100%;
	padding: 16px 10px;
	color: #666666;
	font-size: 18px;
}
.leftNav ul li.on .zktit{color: #0061af;}
.leftNav ul li.hasXj .zktit{
	background: url(../img/jt1.png) calc(100% - 10px) center no-repeat #ffffff;
	background-size: 8px;
}
.leftNav ul li.hasXj.on .zktit{background-image: url(../img/jt2.png);}
.leftNav .zhshow{display: none;}
.leftNav .on .zhshow{display: block;}
.leftNav .zhshow a{
	display: block;
	padding: 8px 12px;
	color: #999999;
	font-size: 16px;
}
.rightNr{
	width: calc(100% - 310px);
	float: right;
}
.prodUl{margin: -12px -24px;}
.prodUl li{padding: 12px 24px;}
.prodUl li .kuang{width: 100%;display: block;text-align: center;}
.prodUl li .imgBox{width: 100%;display: flex;justify-content: center;align-items: center;background: #ffffff;height: 250px;overflow: hidden;}
.prodUl li .imgBox img{max-width: 100%;max-height: 100%;transition: all 0.5s;}
.prodUl li:hover .imgBox img{transform: scale(1.1);}
.prodUl li .tit{
	font-size: 18px;
	color: #333333;
	margin-top: 12px;
}
.prodUl li .desc{
	font-size: 16px;
	color: #999999;
}
.xiaocms-page{text-align: center;margin-top: 48px;}
.xiaocms-page a,
.xiaocms-page span{
	background: #e6e6e6;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px; 
	color: #333333; 
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	margin: 0 2px;
}
.xiaocms-page span{
	color: #0061af;
}
@media (max-width:996px) {
	.prodUl{margin: -4px;}
	.prodUl li{padding: 4px;}
	.leftNav{width: 216px;}
	.rightNr{width: calc(100% - 232px);}
}
@media (max-width:768px) {
    .xiaocms-page a, .xiaocms-page span{
        margin-bottom: 4px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 4px;font-size: 14px;}
    .xiaocms-page{margin: 16px 0;}
	.leftNav{width: 100%;}
	.leftNav .catname{font-size: 14px;}
	.leftNav .catname .tit{font-size: 20px;}
	.leftNav ul .zktit{padding: 8px 16px;font-size: 16px;}
	.leftNav .zhshow a{padding: 8px 16px;font-size: 14px;}
	.leftNav ul li.hasXj .zktit{background-position: calc(100% - 16px) center;}
	.rightNr{width: 100%;margin-top: 8px;}
	.prodUl li{width: 50%;}
	.prodUl li .imgBox{height: 160px;}
	.prodUl li .tit{font-size: 16px;margin-top: 8px;}
	.prodUl li .desc{font-size: 14px;}
}

.servTit{margin-bottom: 24px;}
.servTit .tit{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.servTit .xian{
	background-color: rgb(51, 51, 51);
	display: block;
	width: 52px;
	height: 2px;
	margin-top: 8px;
}
.servP1 .textBox{width: calc(50% - 64px);}
.servP1 .textBox .desc{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 2;
}
.servP1 .imgBox{width: 50%;}
.servP1 .imgBox img{width: 100%;}
.servP2 .textBox{
	width: 56%;
	margin-left: 44%;
	padding: 24px 40px;
	background: #ffffff;
}
.servP3 .servTit{text-align: center;margin-bottom: 24px;}
.servP3 .servTit .xian{margin: 8px auto 0;}
.servP3 .nrBox{margin: -20px -4px;}
.servP3 .nrBox li{padding: 20px 4px;}
.servP3 .nrBox .kuang{
	background-color: rgb(255, 255, 255);
	height: 100%;
	padding: 12px;
	transition: all 0.3s;
}
.servP3 .nrBox li:hover .kuang{box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);}
.servP3 .nrBox .iconBox{width: 50px;}
.servP3 .nrBox .iconBox img{width: 100%;}
.servP3 .nrBox .textBox{width: calc(100% - 64px);}
.servP3 .nrBox .textBox .tit{font-size: 18px;}
.servP3 .nrBox .textBox .desc{font-size: 14px;color: #999999;}
@media (max-width:768px) {
	.servTit{text-align: center;}
	.servTit .tit{font-size: 20px;}
	.servTit .xian{width: 32px;height: 2px;margin: 8px auto 0;}
	.servP1{padding-top: 0;}
	.servP1 .nrBox{display: block;}
	.servP1 .textBox{width: 100%;}
	.servP1 .imgBox{width: 100%;margin-top: 8px;}
	.servP2 .textBox{width: 92%;margin: 0 auto;padding: 16px 24px;}
	.servP1 .textBox .desc,
	.servP2 .textBox .desc{font-size: 14px;line-height: 1.6;}
	.servP3 .nrBox{margin: 0;}
	.servP3 .nrBox li{padding: 4px 0;}
	.servP3 .nrBox .kuang{padding: 8px 0;}
}
.erjiNav{
	position: absolute;
	right: 0;
	top: -68px;
	font-size: 18px;
}
.erjiNav a{color: #666666;}
.erjiNav a.on{color: #0061af;}
.erjiNav span{margin: 0 24px;}
.erjiNav span:last-child{display: none;}
.newsUl{margin: -20px -14px;}
.newsUl li{padding: 20px 14px;}
.newsUl .kuang{
	display: block;
	border: 1px solid rgb(227, 227, 227);
	background-color: rgb(255, 255, 255);
	
}
.newsUl .imgBox{width: 100%;overflow: hidden;}
.newsUl .imgBox img{width: 100%;transition: all 0.5s;}
.newsUl li:hover .imgBox img{transform: scale(1.1);}
.newsUl .textBox{padding: 16px;}
.newsUl .textBox .time{
	font-size: 12px;
	color: rgb(153, 153, 153);
}
.newsUl .textBox .tit{
	font-size: 20px;
	color: rgb(51, 51, 51);
	margin-top: 8px;
}
.newsUl .textBox .desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 1.8;
	margin-top: 8px;
}
@media (max-width:768px) {
	.erjiNav{position: relative;right: unset;top: unset;text-align: center;margin-bottom: 16px;}
	.newsUl{margin: 0;}
	.newsUl li{padding: 4px 0;}
	.newsUl .textBox{padding: 8px;}
	.newsUl .textBox .tit{font-size: 16px;margin-top: 4px;}
	.newsUl .textBox .desc{margin-top: 4px;line-height: 1.4;}
}
.aboTit{
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 36px;
	text-align: center;
}
.aboutP1 .aboTit{color: #0061af;text-align: left;margin-bottom: 16px;}
.aboutP2 .nrBox::before{
	content: "";
	display: block;
	width: calc(50vw - 600px);
	height: 20px;
	background: url(../img/gy2bgs2.png) top right repeat-x;
	background-size: auto 20px;
	position: absolute;
	left: 0;
	top: 56px;
}
.aboutP2 .nrBox::after{
	content: "";
	display: block;
	width: calc(50vw - 600px);
	height: 20px;
	background: url(../img/gy2bgs2.png) top left repeat-x;
	background-size: auto 20px;
	position: absolute;
	right: 0;
	top: 56px;
}
.aboutP2 .swiper-slide{
	padding: 0 20px 20px;
	background: url(../img/gy2bgs2.png) center 56px no-repeat;
	background-size: 100% auto;
}
.aboutP2 .time{
	font-size: 30px;
	color: rgb(51, 51, 51);
	text-align: center;
}
.aboutP2 .nr{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 2;
	padding: 32px 16px;
	text-align: left;
	background: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	margin-top: 88px;
	position: relative;
}
.aboutP2 .nr::before{
	content: "";
	position: absolute;
	left: calc(50% - 30px);
	top: -28px;
	width: 60px;
	height: 28px;
	background: url(../img/yyj.jpg) center no-repeat;
	background-size: cover;
}
.aboutP2 .swiper-button-prev{
	width: 22px;
	height: 10px;
	background: url(../img/jt4.png) center no-repeat;
	background-size: cover;
	top: 16px;
	margin: 0;
	left: 0;
}
.aboutP2 .swiper-button-next{
	width: 22px;
	height: 10px;
	background: url(../img/jt3.png) center no-repeat;
	background-size: cover;
	top: 16px;
	margin: 0;
	right: 0;
}
.aboutP2 .swiper-button-next::after,
.aboutP2 .swiper-button-prev::after{display: none;}
.aboutP3 .imgBox{width: 100%;overflow: hidden;}
.aboutP3 .imgBox img{width: 100%;transition: all 0.3s;}
.aboutP3 .imgBox:hover img{transform: scale(1.1);}
.aboutP3 .tit{text-align: center;margin-top: 8px;font-size: 16px;color: #333333;}
.aboutP3 .swiper{padding-bottom: 64px;}
.aboutP3 .swiper-button-next{
	width: 50%;
	right: 0;
	top: unset;
	bottom: 0;
	margin: 0;
	justify-content: flex-start;
	padding: 0 32px;
}
.aboutP3 .swiper-button-prev{
	width: 50%;
	left: unset;
	top: unset;
	bottom: 0;
	margin: 0;
	text-align: left;
	justify-content: flex-end;
	padding: 0 32px;
}
.aboutP3 .swiper-button-next::after,
.aboutP3 .swiper-button-prev::after{font-size: 24px;color: #0061af;font-weight: 700;}
@media (max-width:768px) {
	.aboTit{font-size: 20px;margin-bottom: 16px;}
	.aboutP1{padding-top: 0;}
	.aboutP1 .aboTit{margin-bottom: 12px;text-align: center;}
	.aboutP1 .wenzi{font-size: 14px;line-height: 1.4;}
	.aboutP2 .swiper-slide{padding: 0 8px 20px;background-position: center 44px;}
	.aboutP2 .time{font-size: 20px;}
	.aboutP2 .nr{margin-top: 56px;padding: 16px 8px;line-height: 1.4;}
	.aboutP2 .swiper-button-next,
	.aboutP2 .swiper-button-prev{top: 10px;}
	.aboutP3 .swiper{padding-bottom: 40px;}
	.aboutP3 .swiper-button-next::after, .aboutP3 .swiper-button-prev::after{font-size: 16px;}
	.aboutP3 .tit{font-size: 14px;}
}
.joinP li{margin-bottom: 3px;}
.joinP .zktit{
	background: url(../img/fh1.png) calc(100% - 16px) center no-repeat rgb(180, 180, 180);
	background-size: 15px;
	line-height: 50px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 0 60px 0 24px;
	cursor: pointer;
}
.joinP .on .zktit{background-image: url(../img/fh2.png);background-color: #0061af;}
.joinP .zhshow{
	display: none;
	background: #ffffff;
	padding: 24px;
	font-size: 16px;
	line-height: 1.8;
	color: #999999;
}
.joinP .lxBtn{
	background: #0061af;
	text-align: center;
	padding: 10px 16px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-top: 60px;
}
@media (max-width:768px) {
	.joinP .zktit{font-size: 16px;line-height: 36px;}
	.joinP .zhshow{padding: 16px;font-size: 14px;}
	.joinP .lxBtn{margin-top: 16px;font-size: 14px;}
}
.contactP .mapBox{width: 50%;}
.contactP #map{height: 300px;width: 100%;}
.contactP .textBox{width: calc(50% - 30px);}
.contactP .pgTit{
	font-size: 30px;
	color: rgb(51, 51, 51);
	line-height: 2;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}
.contactP .pgTit::after{
	content: "";
	display: block;
	background-color: rgb(0, 97, 175);
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 80px;
	height: 5px;
}
.contactP .pgInfo .line{
	margin-top: 32px;
	padding-left: 108px;
	font-size: 16px;
	color: #666666;
	position: relative;
	line-height: 32px;
}
.contactP .pgInfo .tit{
	color: #333333;
	position: absolute;
	left: 0;
	top: 0;
}
.contactP .pgInfo .tit img{margin-right: 8px;}
.contactP .pgInfo .wenzi b{
	color: #0061af;
	font-size: 20px;
	font-weight: 700;
}
@media (max-width:996px) {
	.contactP .nrBox{display: block;}
	.contactP .mapBox{width: 100%;}
	.contactP .textBox{width: 100%;margin-top: 16px;}
	.contactP .pgTit{font-size: 20px;}
	.contactP .pgTit::after{height: 3px;bottom: -2px;}
	.contactP .pgInfo .line{margin-top: 8px;}
}
.detailP{padding: 0 0 40px;}
.detailP .pageTit{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	padding: 26px 0;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}
.detailP .infoBox{
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
}
.detailP .infoBox a,
.detailP .infoBox span{
	padding-left: 20px;
	background: url(../img/iicon2.png) left center no-repeat;
	background-size: 12px;
	color: rgb(102, 102, 102);
}
.detailP .infoBox .auther{margin-right: 28px;}
.detailP .infoBox .time{background-image: url(../img/iicon3.png);}
.detailP .infoBox .typename{background-image: url(../img/iicon4.png);}
.detailP .nrBox{padding: 24px 0;}
.detailP .fanye{
	font-size: 14px;
	color: #999999;
	border-top: 1px solid rgb(230, 230, 230);
	padding: 16px 0;
}
.detailP .fanye p{margin-bottom: 8px;}
.detailP .fanye a{color: rgb(51, 51, 51);}
.detailP .fanye a:last-child{margin-bottom: 0;}
@media (max-width:768px) {
	.detailP .pageTit{padding: 8px 0;font-size: 20px;line-height: 30px;}
	.detailP .infoBox{padding: 4px 0;}
	.detailP .nrBox{padding: 16px 0;font-size: 14px;line-height: 24px;}
	.detailP .fanye{padding-bottom: 0;}
}


.detailP .topInfo{
	padding: 16px;
	background: #ffffff;
}
.detailP .topInfo .textBox{
	width: 47%;
}
.detailP .topInfo .textBox .wzTit{
	font-size: 24px;
	color: rgb(0, 97, 175);
	margin-top: 16px;
}
.detailP .topInfo .textBox .wzTit2{
	font-size: 14px;
	color: #666666;
}
.detailP .topInfo .textBox .renzheng{
	font-size: 18px;
	color: rgb(0, 97, 175);
}
.detailP .topInfo .textBox .desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 22px;
	margin-top: 20px;
}
.detailP .topInfo .imgBox{
	width: 50%;
}
.detailP .topInfo .imgBox .swiper_pro1{
	width: 100%;
	border: 1px solid rgb(193, 193, 193);
}
.detailP .topInfo .imgBox .swiper_pro1 .swiper-slide img{
	width: 100%;
}
.detailP .topInfo .stunr{padding: 0 24px;}
.detailP .topInfo .stunr .swiper-button-prev{left: 0;justify-content: flex-start;}
.detailP .topInfo .stunr .swiper-button-next{right: 0;justify-content: flex-end;color: rgb(0, 97, 175);}
.detailP .topInfo .stunr .swiper-button-next::after,
.detailP .topInfo .stunr .swiper-button-prev::after{font-size: 18px;}
.detailP .topInfo .imgBox .swiper_pro2{margin-top: 10px;}
.detailP .topInfo .imgBox .swiper_pro2 .swiper-slide{border: 1px solid #dfdfdf;}
.detailP .topInfo .imgBox .swiper_pro2 .swiper-slide-thumb-active{border: 2px solid rgb(0, 97, 175);}
.detailP .midBox{
    margin-top: 20px;
    line-height: 28px;
}
.detailP .midBox .cpmingc{justify-content: flex-start;}
.detailP .midBox .cpmingc span{
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 40px;
    cursor: pointer;
	padding: 0 16px;
	color: #666666;
	background: #ffffff;
	display: block;
	margin-right: 8px;
}
.detailP .midBox .cpmingc span.on{
	color: rgba(255,255,255,1);
	background: rgb(0, 97, 175);
}
.detailP .midBox .showBox{
    padding: 16px;
	background: #ffffff;
	font-size: 16px;
	width: 100%;
	overflow-x: scroll;
}
.detailP .midBox .showBox .eachOne{display: none;}
.detailP .midBox .showBox .eachOne:first-child{display: block;}
@media (max-width:768px) {
	.detailP .topInfo{padding: 8px;}
	.detailP .topInfo .imgBox{width: 100%;float: none;}
	.detailP .topInfo .textBox{width: 100%;float: none;margin-top: 16px;}
	.detailP .topInfo .textBox .wzTit{font-size: 18px;}
	.detailP .midBox .showBox{font-size: 14px;}
}
.downUl li{
	padding: 12px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.downUl li .tit{width: calc(100% - 200px);}
.downUl li .downBtn{width: 200px;justify-content: flex-end;color: #0061af;}
.downUl li .downBtn img{margin-right: 8px;}