body{padding: 0;margin: 0;font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif  ;font-size: 16px;color: rgb(85, 85, 85);overflow-x:hidden;line-height: 1.5;}
body.noscroll{height: 100vh;overflow-y: hidden;}
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;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.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;}
.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);}
.imgH2{overflow: hidden;}
.imgH2 img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH2:hover img{transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);-webkit-transform:scale(0.9);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.baibg{background: #ffffff;}
.huibg{background: #e8eae9;}
.heibg{background: #151412;}
.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;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.wrap{padding: 0 15px;max-width: 1430px;margin: 0 auto;width: 96%;}
@media (max-width:800px) {.wrap{width: 100%;}}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.imgZ{position: relative;padding-top: 100%;display: block;}
.imgZ .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgZ .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.imgY{position: relative;padding-top: 100%;display: block;}
.imgY .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.imgY .pic img{max-width: 100%;max-height: 100%;display: block;}


header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
	background: #ffffff;
}
header .head1{
	border-bottom: 1px solid rgba(204, 204, 204,0.2);
}
header .head1 .nrBox{
	height: 44px;
}
header .welB{
	font-size: 12px;
	color: rgb(119, 119, 119);
}
header .telB{
	font-size: 14px;
	font-family: "Bebas";
	color: rgb(51, 51, 51);
	margin-right: 24px;
}
header .telB i,
header .wxB i{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/hi1on.png) center no-repeat;
	background-size: cover;
	margin-right: 8px;
}
header .wxB{
	font-size: 12px;
	color: rgb(119, 119, 119);
	position: relative;
}
header .wxB i{background-image: url(../img/hi2on.png);}
header .wxB p{
	position: absolute;
	right: calc(50% - 60px);
	top: 22px;
	width: 120px;
	background: #ffffff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	z-index: 2;
	display: none;
}
header .wxB:hover p{display: block;}
header .logo img{max-height: 30px;display: block;}
header .logo img:first-child{display: none;}
header .menuUl>li{
	margin-right: 3.125vw;
	position: relative;
}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .menuUl .yiji a{
	font-size: 16px;
	color: #333333;
	line-height: 67px;
	display: block;
	position: relative; font-weight:bold  
}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	top: -2px;
	background: #009b4c;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #009b4c;}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 66px;
	transition: all 0.3s;
	background: #ffffff;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 104px;
	max-width: 188px;
	border-top: 1px solid #e6e6e6;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl>li>a{
	font-size: 14px;
	color: #555555;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 9px 16px;
	line-height: 1.6;
	text-align: center;
}
header .menuUl .erjiUl>li>a:hover{
	background: #0365b0;
	color: #ffffff;
}
header .mopenBtn{display: none;}
header.onFix{box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);top: -44px;}
header.baiH{background: none;}
header.baiH .welB,
header.baiH .wxB,
header.baiH .menuUl .yiji a{color: #ffffff;}
header.baiH .telB,
header.baiH .menuUl>li.on .yiji a, 
header.baiH .menuUl>li:hover .yiji a{color: #009b4c;}
header.baiH .telB i{background-image: url(../img/hi1.png);}
header.baiH .wxB i{background-image: url(../img/hi2.png);}
header.baiH .menuUl>li .yiji a::before{background: #009b4c;}
header.baiH .menuUl .erjiBox{border: 0;}
header.baiH .logo img:first-child{display: block;}
header.baiH .logo img:last-child{display: none;}
@media (max-width:1024px) {
	.topDiv{height: 0;}
	header .head1 .nrBox{height: 32px;}
	header .telB span,
	header .wxB span{display: none;}
	header .telB{margin-right: 16px;}
	header .telB i, header .wxB i{margin: 0;}
	header .logo img{max-height: 30px;}
	header .findBox{height: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #0365b0;
		position: relative;
		vertical-align: middle;
		-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;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #0365b0;
		-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;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		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;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn 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;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 88px;
		display: block;
		width: 100%;
		height: calc(100vh - 88px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #0365b0;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #0365b0;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
		max-width: 100%;
		box-shadow: none;
	}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;text-align: left;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
	header.baiH .mopenBtn span,
	header.baiH .mopenBtn span:after, 
	header.baiH .mopenBtn span:before{background: #ffffff;}
	header.baiH.open .mopenBtn span{background: transparent;}
	header.onFix{top: -32px;}
	header.onFix .menuB{top: 56px;height: calc(100vh - 56px);}
	header.baiH .menuUl .yiji a{color: #333333;}
}
 .footerDiv{position: relative;background: #333; }
.footerDiv .hdDiv{padding: 60px 0;color: #fff;align-items: flex-start; }
.footerDiv .hdDiv .listDiv{margin-right: 0;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0; }
.footerDiv .hdDiv .listDiv>span{color: #fff;font-family: fontB;text-transform: uppercase;margin-bottom: 20px;display: block; font-weight:bold ; font-size:20px}
.footerDiv .hdDiv .aDiv{display: flex; flex-direction: column; }
.footerDiv .hdDiv .aDiv a{margin-bottom: 10px;color: #ccc;padding-right: 10px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #fff;  }
.footerDiv .hdDiv .shareDiv a{margin-left: 20px;width: 40px;height: 40px;border-radius: 50%;background: #555;position: relative; }
.footerDiv .hdDiv .shareDiv a:nth-child(1){margin-left: 0; }
.footerDiv .hdDiv .shareDiv .dImg{display: block; }
.footerDiv .hdDiv .shareDiv .hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover{background: #fff; }
.footerDiv .hdDiv .shareDiv a:hover .dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .hImg{display: block; }
.footerDiv .hdDiv .shareDiv .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 14px);width: 148px;height: 158px;padding: 3px 3px 12px;background: url(../img/ewm-bg.png) no-repeat center center/100% 100%;transform: translateX(-50%);display: none; }
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }

 

.footerDiv .hdDiv .listDiv .telDiv{margin: 25px 0; }
.footerDiv .hdDiv .listDiv .telDiv span{font-size: 14px;color: #ccc; }
.footerDiv .hdDiv .listDiv .telDiv a{color: #fff;font-size: 28px;font-family: dinB;display: block; }
.footerDiv .hdDiv .listDiv .telDiv a:hover{color: #0365b0; }
.footerDiv .hdDiv .listDiv .inquiryBtn{width: 130px;height: 45px;background: #0365b0;color: #fff;border-radius: 25px; }
.footerDiv .hdDiv .listDiv .inquiryBtn img{margin-right: 10px; }
.footerDiv .hdDiv .listDiv .inquiryBtn:hover{opacity: .8; }
.footerDiv .bdDiv{padding: 25px 0;border-top: 1px solid #6F6F6F;text-align: center;color: #fff; }

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}


.banner{width:100%; position:relative;}
.banner img{display: block;width: 100%;}
.banner .swiper-pagination{bottom: 20px;display: flex;justify-content: center;align-items: center;}
.banner .swiper-pagination-bullet{
	border-radius: 50%;
	background-color: rgb(246, 246, 246);
	opacity: 0.502;
	width: 12px;
	height: 12px;
}
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .swiper-button-prev,
.banner .swiper-button-next{display: none;}


.banner .word {
	position: absolute;
	left:50%;margin-left: -715px;width: 1430px;
	height: 246px;
	top: 50%;
	margin-top: -153px;
	z-index: 999;text-align: center;
}

.banner .word h4 {
	display: block;font-size: 22px;color: #fff; margin-top: 20px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;text-shadow: 0 0 10px #333;
}

.banner .word h3 {
	font-size: 42px;
	color: #fff;letter-spacing: 1px;
	line-height: 60px;
	margin: 15px 0 0 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;font-weight: bold;text-shadow: 0 0 20px #333;
}

.banner .word .dui{ }
.banner .word .dui li{ display:inline-block; background:url(../img/dh.png) no-repeat center left; padding-left:35px; font-size:16px; margin:0 40px 0 0; color:#fff; font-size:20px; font-weight:bold; margin-top:40px}
.banner  .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;background:#009b4c;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;
	position: absolute;
	bottom: 20px;left: 50%;margin-left: -100px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;
}
.banner .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}

.banner .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/rights.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}




.banny{margin-top: 120px;}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .nrBox{
	min-height: 26vw;
	padding: 0;
	z-index: 2;
	padding: 5vw 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banny .titB{
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: 400;
	margin: 0;
}
@media (max-width:1232px) {
	.banny .titB{font-size: 32px;}
}
@media (max-width:1024px) {
.banner{width:100%; position:relative; margin-top:88px}
	.banny{margin-top:93px;}
	.banny .nrBox{padding: 12vw 0;min-height: auto;}
	.banny .titB{font-size: 24px;}
	
.banner .word {
	position: absolute;
	left:50%;margin-left: -45%;width: 90%;
	height: 150px  ;
	top: 78%;
	 
	z-index: 999;text-align: center;
}
.banner .word .dui li{ display:inline-block; background:url(../img/dh1.png) no-repeat center left; padding-left:25px;  margin:0 5px 0 0; color:#fff; font-size:14px; font-weight:bold; margin-top:40px}
.banner .word h3 {
	font-size: 18px;
	color: #fff;letter-spacing: 1px;
	line-height: 30px;
	margin: 15px 0 0 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;font-weight: bold;text-shadow: 0 0 20px #333;
}

.banner  .word a.xq {
	display: block;
	width: 120px;
	height: 36px;
	font-size: 14px;background:#009b4c;
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 36px;
	position: absolute;
	bottom: 10px;left: 50%;margin-left: -100px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;
}
}
/* 公共 */
.indp{
	padding: 88px 0;
}
.textB{
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 36px; margin-bottom:30px
}
.pubTit{
	margin-bottom: 40px;
}
.pubTit small{
	font-size: 18px;
	font-family: "AvantGardeITCbyBT";
	color: #009b4c;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.pubTit h2{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin: 4px 0 0;
}
.moreB{
	background-color: #0365b0;
	width: max-content;
	height: 40px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	padding: 0 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 44px 0 0;
	transition: all 0.3s;
}
.moreB i{
	margin-left: 20px;
	display: block;
	width: 21px;
	height: 12px;
	background: url(../img/jt.png) center center no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
.moreB:hover i{transform: translateX(8px);}
.moreB2{
	border-width: 2px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgba(7, 27, 155, 0);
	width: max-content;
	height: 42px;
	border-radius: 42px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 24px;
	transition: all 0.5s;
}
.moreB2:hover{
	background: #0365b0;
	border-color: #0365b0;
	color: #ffffff;
}
.moreB3{
	background-color: #0365b0;
	width: max-content;
	height: 40px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	padding: 0 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 44px 0 0;
	transition: all 0.3s;
	background: none;
	border: 2px solid #0365b0;
	color: #0365b0;
}
.moreB3 i{
	margin-left: 20px;
	display: block;
	width: 21px;
	height: 12px;
	background: url(../img/jt1on.png) center center no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
.moreB3:hover{
	background: #0365b0;
	color: #ffffff;
}
.moreB3:hover i{
	background-image: url(../img/jt.png);
}
/* 首頁 */
.indp0 .nrBox{min-height: 60px;}
.ind0L{padding-left: 100px;justify-content: flex-start;flex-wrap: wrap;}
.ind0L .titB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 4px;
}
.ind0L a{
	display: block;
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin: 4px 28px 4px 0;
}
.ind0Form input[type=text]{
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	width: 385px;
	height: 40px;
	border-radius: 40px;
	padding-left: 10px;
	padding-right: 40px;
}
.ind0Form input[type=submit]{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/find.png) center no-repeat;
	background-size: 18px;
	border: 0;
	cursor: pointer;
}
.ind1L{width: 42%;}
.ind1R{width: 53.6%;}
.indp1 .nrBox{flex-direction: row-reverse;}
.indp .clickB{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.indp .clickB .eachB{
	border-width: 2px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgba(7, 27, 155, 0);
	width: max-content;
	height: 42px;
	border-radius: 42px;
	padding: 0 24px;
	cursor: pointer;
	font-size: 16px;
	color: rgb(102, 102, 102);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.indp .clickB .eachB:last-child{margin-right: 0;}
.indp .clickB .eachB.on,
.indp .clickB .eachB:hover{
	border-color: #0365b0;
	color: #0365b0;
}
.indp2 .clickB{
	position: absolute;
	right: 0;
	top: 16px;
	padding-right: 84px;
}
.indp2 .showB .eachB{display: none;}
.indp2 .showB .eachB:first-child{display: block;}
.indp2 .swiper-button-prev,
.indp2 .swiper-button-next{
	height: 42px;
	width: 14px;
	background: url(../img/jt3on.png) center no-repeat;
	background-size: 14px 20px;
	right: 0;
	left: unset;
	transition: all 0.3s;
}
.indp2 .swiper-button-prev{right: 52px;}
.indp2 .swiper-button-next{transform: rotate(180deg);}
.indp2 .swiper-button-prev::after,
.indp2 .swiper-button-next::after{display: none;}
.indp2 .swiper-button-prev:hover,
.indp2 .swiper-button-next:hover{background-image: url(../img/jt3.png);}
.indp2 .swiper{padding: 0 10px;margin: 0 -10px;}
.indp2 .swiper-wrapper{align-items: stretch;}
.indp2 .swiper-slide{height: unset;padding: 10px 0;}
.indp2 .kuang{
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	height: 100%;
	padding: 0;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
	text-align: center;
	border: 1px solid rgba(41, 59, 164,0);
	transition: all 0.5s;
}
.indp2 .titB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 24px;
	height: auto  ;
	text-align: center;
	 
	transition: all 0.5s; margin-bottom:20px
}
.indp2 .descB{
	font-size: 16px;
	color: rgb(119, 119, 119);
	margin-top: 16px;
}
.indp2 .kuang:hover{border: 1px solid #0365b0;}
.indp2 .kuang:hover .titB{color: #0365b0;}
.indp .swiper-pagination{
	position: relative;
	margin: 30px auto 0;
	left: unset;
	bottom: unset;
}
.indp .swiper-pagination-bullet{
	background-color: rgb(204, 204, 204);
	opacity: 1;
	width: 20px;
	height: 6px;
	border-radius: 6px;
}
.indp .swiper-pagination-bullet-active{
	background-color: #0365b0;
	width: 40px;
}
.indp3{padding: 0;}
.ind3Top{
	position: relative;
	z-index: 2;
}
.ind3Top .nrBox{
	padding: 60px;
	height: 160px;
}
.ind3Top .ind3tL{
	width: 32%;
}
.ind3Top .ind3tL p{
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}
.ind3Top .ind3tL span{
	font-size: 14px;
	color: rgb(255, 255, 255);
}
.ind3Top .ind3tL b{
	font-size: 26px;
	color: rgb(255, 255, 255);
}
.ind3Top .ind3tR{
	width: 67%;
}
.ind3Top .ind3tR input{
	border: 0;
	display: block;
	background-color: rgb(255, 255, 255);
	height: 46px;
	border: 0;
}
.ind3Top .ind3tR input[type=text]{
	width: calc(50% - 76px);
	padding: 0 10px;
}
.ind3Top .ind3tR input[type=submit]{
	background-color: #009b4c;
	font-size: 14px;
	color:#fff;
	width: 132px;
	cursor: pointer;
}
.ind3Nr{
	margin: -80px 0 0;
	position: relative;
	z-index: 1;
}
.swiper_ind3d .swiper-wrapper{align-items: stretch;}
.swiper_ind3d .swiper-slide{
	padding: 164px 0 488px;
	position: relative;
	height: unset;
}
.swiper_ind3d .swiper-slide::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(4,11,27,0.8),rgba(4,11,27,0.5),rgba(4,11,27,0.8));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.swiper_ind3d .swiper-slide .wrap{
	position: relative;
	z-index: 2;
}
.swiper_ind3d .pubTit{
	margin-bottom: 54px;
}
.swiper_ind3d .pubTit small,
.swiper_ind3d .pubTit h2{color: #ffffff;}
.swiper_ind3d .titB{
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	max-width: 800px;
}
.swiper_ind3d .descB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 36px;
	max-width: 800px;
	margin-top: 8px;
}
.ind3Nr .anK{
	position: absolute;
	bottom: 88px;
	left: 0;
	width: 100%;
}
.indp3 .swiper-pagination{
	font-size: 26px;
	font-family: "Bebas";
	color: rgb(255, 255, 255);
	width: max-content;
	margin: 0;
}
.indp3 .swiper-pagination-total{
	font-size: 14px;
}
.indp3 .swiper-button-next,
.indp3 .swiper-button-prev{
	border-width: 1px;
	border-color: rgba(255, 255, 255,0);
	border-style: solid;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	width: 58px;
	height: 58px;
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	margin: 0;
	background: url(../img/jt.png) center no-repeat;
	background-size: 21px 12px;
	transition: all 0.5s;
}
.indp3 .swiper-button-prev{transform: rotate(180deg);}
.indp3 .swiper-button-next:hover,
.indp3 .swiper-button-prev:hover{border-color: #ffffff}
.indp3 .swiper-button-next::after,
.indp3 .swiper-button-prev::after{display: none;}
.swiper_ind3s{margin-top: 30px;}
.swiper_ind3s .swiper-slide{
	padding: 20px;
	height: 120px;
	cursor: pointer;
}
.swiper_ind3s .swiper-slide::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.8) 10%,rgba(0, 0, 0, 0.0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.swiper_ind3s .swiper-slide::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../img/bk.png) center center no-repeat;
	background-size: 100% 100%;
}
.swiper_ind3s .titB{
	font-size: 20px;
	color: rgb(255, 255, 255);
	position: relative;
	z-index: 3;
}
.swiper_ind3s .numB{
	font-size: 16px;
	font-family: "Bebas";
	color: rgba(255, 255, 255, 0.502);
	position: relative;
	z-index: 3;
}
.swiper_ind3s .swiper-slide i{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/jt2.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 4;
}
.swiper_ind3s .swiper-slide-thumb-active::after{background-image: url(../img/bk2.png);}
.swiper_ind3s .swiper-slide-thumb-active i{background-image: url(../img/jt2on.png);}
.indp4 .swiper-button-prev,
.indp4 .swiper-button-next{
	height: 42px;
	width: 14px;
	background: url(../img/jt3on.png) center no-repeat;
	background-size: 14px 20px;
	right: 0;
	left: unset;
	transition: all 0.3s;
	top: 0;
	margin: 0;
}
.indp4 .swiper-button-prev{right: 52px;}
.indp4 .swiper-button-next{transform: rotate(180deg);}
.indp4 .swiper-button-prev::after,
.indp4 .swiper-button-next::after{display: none;}
.indp4 .swiper-button-prev:hover,
.indp4 .swiper-button-next:hover{background-image: url(../img/jt3.png);}
.swiper_indp4 {height: 604px;}
.swiper_indp4 .swiper-slide{
	height: 290px;
}
.swiper_indp4 .imgB{
	border-radius: 20px;
	background-color: rgb(0, 0, 0);
	padding-top: 250px;
	overflow: hidden;
	position: relative;
}
.swiper_indp4 .imgB::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ffffff;
	border-radius: 20px;
	opacity: 0;
	transition: all 0.3s;
}
.swiper_indp4 .kuang:hover .imgB::after{
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	left: 10px;
	top: 10px;
	opacity: 1;
}
.swiper_indp4 .titB{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 24px;
	text-align: center;
	margin-top: 16px;
}
.indp5{ }
.ind5L{width: 50%;}
.ind5L .textB{
	font-size: 16px;
	color: rgb(34, 34, 34);
	line-height: 36px;
}
.ind5L .textB p{margin-top: 16px;}
.ind5L .textB p:first-child{margin-top: 0;}
.ind5R{padding-top: 108px;}
.ind5Ul{
	text-align: right;
}
.ind5Ul li{
	margin-top: 10px;
}
.ind5Ul li:first-child{margin-top: 0;}
.ind5Ul span{
	color: #222222;
	font-size: 14px;
}
.ind5Ul span::before{content: "/";}
.ind5Ul small{
	font-size: 14px;
  color:#009b4c;
}
.ind5Ul b{
	font-weight: 400;
  font-size: 36px;
  color: #009b4c;
}
.indp6{background: #e5f0f7;}
.indp6 .moreB2{
	position: absolute;
	right: 0;
	top: 16px;
}
.swiper_indp6{
	height: 340px;
}
.swiper_indp6 .swiper-slide{height: 100px;}
.swiper_indp6 .imgB{padding-top: unset;height: 100px;}
.indp7 .clickB{
	position: absolute;
	right: 0;
	top: 16px;
}
.indp7 .showB .eachB{display: none;}
.indp7 .showB .eachB:first-child{display: block;}
.indp7 .showK{margin: -15px;}
.indp7 .showK>div{padding: 15px;}
.indp7 .titB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	transition: all 0.5s;
}
.indp7 .timeB{
	font-size: 14px;
	color: rgb(119, 119, 119);
	line-height: 1.5;
	transition: all 0.5s;
}
.indp7 .descB{
	font-size: 14px;
	color: rgb(119, 119, 119);
	line-height: 1.5;
	transition: all 0.5s;
}
.indp7 .kuang{
	background-color: rgb(246, 249, 254);
	padding: 20px;
	transition: all 0.5s;
}
.indp7 .imgB{padding-top: 75%;}
.indp7 .imgB+.titB{margin-top: 12px;}
.indp7 .timeB+.descB{margin-top: 8px;}
.ind7Ul li{margin-top: 20px;}
.ind7Ul li:first-child{margin-top: 0;}
.ind7Ul .kuang{padding: 15px 20px;}
.indp7 .kuang:hover{background: #0365b0;}
.indp7 .kuang:hover .titB,
.indp7 .kuang:hover .timeB,
.indp7 .kuang:hover .descB{color: #ffffff;}
.nyB{background: #f6f9fe;padding: 60px 0;}
.xtUl li{margin: 20px 0 0;}
.xtUl li:first-child{margin-top: 0;}
.xtUl .kuang{
	background-color: rgb(255, 255, 255);
	padding: 20px;
}
.xtUl .imgB{width: 360px;margin-right: 20px;}
.xtUl .imgZ{padding-top: 65%;}
.xtUl .textB{width: 68%; margin-right:2%}
.xtUl .mK{width: 188px;}
.xtUl .moreB3{margin: 0;}
.xtUl .titB{
  font-size: 18px;
  color: #333; font-weight:bold
}
.xtUl .descB{
	font-size: 15px;
	color: #555;
	line-height: 30px;
	margin-top: 5px; margin-bottom:20px
}
.xtUl .xian{
	display: block;
	background-color: rgb(230, 230, 230);
	width: 1px;
	height: 180px;
	margin: 0 4.2vw;
}
.xtUl .moreB{
	margin: 0;
}
/* 系统详情 */
.location{
	background-color: rgb(246, 249, 254);
	font-size: 14px;
	color: rgb(136, 136, 136);
	margin-top: 0;
	padding: 20px 0;
}
.location .nrBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.location a{color: rgb(136, 136, 136);display: block;}
.location a:hover{color: rgb(51, 51, 51);}
.location img{display: block;margin: 0 8px;}
.xtxqTop .ind1L{
	position: relative;
}
.xtxqTop .titB{
	font-size: 30px;
	color: rgb(51, 51, 51);
	margin-bottom: 32px;
}
.zlLine{
	margin-top: 7.6vw;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.zlLine .moreB3{margin-top: 0;margin-right: 40px;}
.zlLine .telB i{
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/tel.png) center no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}
.zlLine .telB span{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: 700;
}
.xqNav{
	background-color: rgb(235, 238, 242);
	position: sticky;
	left: 0;
	top: 68px;
	width: 100%;
	z-index: 9;
}
.xqNav a{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
}
.xqNav a.on{
	background-color: rgb(41, 59, 164);
	color: #ffffff;
}
.xtxqP{padding: 60px 0;border-bottom: 1px solid #e6e6e6;}
.xqTit{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.xqTit::after{
	content: "";
	background-color: rgb(41, 59, 164);
	display: block;
	width: 43px;
	height: 4px;
	margin-top: 16px;
}
.xtxqP1 .xqNr{
	padding: 0 100px;
}
.xtxqP1 .xqNr img{display: block;width: 100%;}
.xtxqP1 .swiper-button-next,
.xtxqP1 .swiper-button-prev{
	border-width: 1px;
	border-color: rgba(41, 59, 164,0);
	border-style: solid;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	width: 58px;
	height: 58px;
	background: url(../img/jt1on.png) center no-repeat;
	background-size: 21px 12px;
	transition: all 0.5s;
}
.xtxqP1 .swiper-button-prev{transform: rotate(180deg);}
.xtxqP1 .swiper-button-next:hover,
.xtxqP1 .swiper-button-prev:hover{border-color: rgb(41, 59, 164);}
.xtxqP1 .swiper-button-next::after,
.xtxqP1 .swiper-button-prev::after{display: none;}
.xtxq2Ul li{
	margin-top: 10px;
	background-color: rgb(246, 249, 254);
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 1.5;
	position: relative;
	min-height: 60px;
	padding: 16px;
	padding-left: 88px;
}
.xtxq2Ul li:first-child{margin-top: 0;}
.xtxq2Ul .numB{
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgb(41, 59, 164);
	width: 60px;
	height: 100%;
	border-radius: 0 60px 60px 0;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

/* 产品 */
.secNav{
	
}
.secNav .nrBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.secNav a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: rgb(51, 51, 51);
	height: 60px;
	padding: 0 56px;
}
.secNav a.on{
	background-color: #0365b0;
	color: rgb(255, 255, 255);
}
.cpP .pageTit{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 48px;
}
.cpUl{margin: -15px;}
.cpUl li{padding: 15px;}
.pageNum{
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pageNum a,
.pageNum span{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-radius: 6px;
	background: rgb(255, 255, 255);
	min-width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px; 
	padding: 0 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 4px;
	color: #666666;
}
.pageNum span{
	border-color: #0365b0;
	background: #0365b0;
	color:#ffffff; 
}
.pageNum .no-click{
	pointer-events: none;
	background-color: rgb(229, 229, 229);
	color: rgba(102,102,102,0.5);
}
.pageNum .no-click img{opacity: 0.5;}
.cpxqTop{background: none;}
.cpxqtL{width: calc(50% + 8px);display: flex;justify-content: space-between;align-items: stretch;flex-direction: row-reverse;}
.cpxqtR{width: calc(50% - 64px);}
.cpxqtL .swiper_cpxqd{
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	width: calc(100% - 108px);
	margin: 0;
}
.cpxqtL .swiper_cpxqd .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpxqtL .swiper_cpxqd .imgB{padding-top: 100%;width: 100%;}
.cpxqtL .xtB{
	/* position: absolute;
	left: 0;
	top: 0; */
	width: 98px;
	/* height: 100%; */
	padding: 35px 0;
}
.cpxqtL .swiper-button-prev,
.cpxqtL .swiper-button-next{
	width: 100%;
	height: 25px;
	background: url(../img/jt5.png) center center no-repeat rgb(230, 230, 230);
	margin: 0;
}
.cpxqtL .swiper-button-prev{
	top: 0;
	left: 0;
}
.cpxqtL .swiper-button-next{
	top: unset;
	right: unset;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
}
.cpxqtL .swiper-button-prev::after,
.cpxqtL .swiper-button-next::after{display: none;}
.cpxqtL .swiper_cpxqs{height: 530px;}
.cpxqtL .swiper_cpxqs .swiper-slide{
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-style: solid;
	position: relative;
}
.cpxqtL .swiper_cpxqs .swiper-slide::after{
	content: "";
	border-width: 4px;
	border-color: rgb(41, 59, 164);
	border-style: solid;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	opacity: 0;
}
.cpxqtL .swiper_cpxqs .swiper-slide-thumb-active::after{
	opacity: 1;
}
.cpxqtR .titB{
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: 400;
}
.cpxqtR .numB{
	font-size: 20px;
	color: rgb(136, 136, 136);
}
.cpxqtR .descB{
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 1.8;
	background: rgb(246, 249, 254);
	padding: 28px;
	margin-top: 24px;
}
.cpxqtR .zlLine{margin-top: 3.6vw;}
.zlLine .zs{width: 100%;margin-bottom: 28px;}
.cpxqnrL{width: calc(100% - 308px);}
.cpxqnrR{width: 282px;}
.cpxqnrL .cpxqP{padding: 60px 0 0;}
.cpxqnrR .rsTit{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	background-color: rgb(235, 238, 242);
	height: 60px;
	padding: 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.rsUl li{margin-top: 20px;}
.rsUl .kuang{
	border-width: 1px;
	border-color: rgb(235, 238, 242);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	padding: 10px;
}
.rsUl .titB{
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.2;
	text-align: center;
	margin-top: 8px;
}
.rsUl .kuang:hover .titB{
	color: #0365b0;
}
.cpxqNr{padding-bottom: 60px;}
.faUl{margin: -15px;}
.faUl li{padding: 15px;}
.faUl .kuang{padding-bottom: 12px;}
.faUl .imgB{padding-top: 46.3%;}
.faUl .titB{
	font-size: 24px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	margin-top: 12px;
	transition: all 0.5s;
}
.faUl .descB{
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 2;
	margin-top: 4px;
}
.faUl .kuang:hover .titB{color: rgb(41, 59, 164);}
.location2{background: rgb(237, 242, 247);}
.faxqP{background-position: top center;}
.faxqTop,
.faxqTj{background: none;}
.faxqtL{width: 55.7%;}
.faxqtR{width: 40%;}
.faxqtR .titB{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: 600;
}
.faxqtR .descB{
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 32px;
	margin-top: 14px;
}
.faxqtR .zlLine{
	margin-top: 80px;
}
.faxqNr{
	padding: 40px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
}
.faxqNr .faxqP{padding: 60px 0 0;}
.faxqNr .faxqP:first-child{padding-top: 0;}
.faxqTj .imgB{padding-top: 56%;}
.faxqTj .titB{
	font-size: 20px;
	color: rgb(51, 51, 51);
	text-align: center;
	margin-top: 16px;
}
@media (max-width:1430px) {
	.moreB2{height: 38px;}
	.pubTit h2{font-size: 32px;}
	.ind3Top .ind3tL p{font-size: 26px;}
	.pubTit{margin-bottom: 32px;}
	.indp2 .clickB{padding-right: 72px;}
	.indp .clickB .eachB {
	    height: 38px;
	    border-radius: 38px;
	    padding: 0 16px;
	    margin-right: 12px;
	}
	.indp2 .kuang{padding: 16px;}
	.indp2 .titB{font-size: 18px;}
	.ind3Top .nrBox{padding: 20px;}
	.swiper_ind3d .swiper-slide {
	    padding: 136px 0 372px;
	}
	.swiper_indp4{height: calc(32vw + 104px);}
	.swiper_indp4 .swiper-slide{height: calc(16vw + 40px);}
	.swiper_indp4 .imgB{padding-top: 16vw;}
	.indp5{min-height: 664px;}
	.ind5R{padding-top: 32px;}
	.swiper_indp6{height: calc(24vw + 32px);}
	.swiper_indp6 .swiper-slide{height: 8vw;}
	.swiper_indp6 .imgB{height: 8vw;}
	.indp7 .showK{margin: -8px;}
	.indp7 .showK>div{padding: 8px;}
	.indp7 .kuang{padding: 12px;}
	.ind7Ul .kuang{padding: 8px 12px;}
	.ind7Ul li{margin-top: 8px;}
	.ind7Ul li:first-child{margin-top: 0;}
	.xtUl .kuang{padding: 16px;}
	.xtUl .imgB{width: 264px;}
	.xtUl .xian{margin: 0 2vw;}
	.xtUl .textB{width: calc((100% - 452px) - 4vw);}
	.xtUl .titB{font-size: 16px;}
	.xtxqTop .titB,
	.cpP .pageTit{font-size: 28px;margin-bottom: 24px;}
	.zlLine{margin-top: 4vw;}
	.cpUl{margin: -8px;}
	.cpUl li{padding: 8px;}
	.cpxqtL .xtB{width: 6vw;}
	.cpxqtL .swiper_cpxqs{height: calc(30vw + 40px);}
	.cpxqtL .swiper_cpxqd{width: calc(100% - 7vw);}
	.cpxqtR .titB{font-size: 24px;}
	.cpxqtR .descB{padding: 16px;font-size: 14px;margin-top: 8px;}
	.zlLine .zs{margin-bottom: 16px;}
	.zlLine .zs img{max-height: 40px;}
	.cpxqtR{width: calc(50% - 32px);}
	.cpxqtR .numB{font-size: 16px;}
	.cpxqtR .zlLine{margin-top: 2.4vw;}
	.xqNav a{height: 50px;}
	.cpxqnrR .rsTit{font-size: 20px;height: 50px;}
	.faUl .titB{font-size: 20px;}
	.faUl .descB{line-height: 1.5;}
	.faxqtR .titB{font-size: 24px;}
	.faxqtR .descB{font-size: 14px;}
	.faxqtR .zlLine{margin-top: 16px;}
	.faxqNr{padding: 40px;}
}
@media (max-width:1024px) {
	.indp{padding: 60px 0;}
	.indp3{padding-top: 0;}
	.moreB3 i{width: 16px;height: 10px;margin-left: 8px;}
	.ind0Form input[type=text]{width: 30vw;}
	.ind0L a{margin-right: 16px;}
	.pubTit small{font-size: 16px;}
	.pubTit h2{font-size: 24px;}
	.indp1 .nrBox{display: block;}
	.ind1R{margin: 0 auto;}
	.ind1L{width: 100%;margin-top: 16px;}
	.textB{font-size: 14px;}
	.ind5L .textB {
  font-size: 15px;
  color: rgb(34, 34, 34);
  line-height: 30px;
}
.swiper_ind3d .descB {
  font-size: 15px;
  color: rgb(255, 255, 255);
  line-height: 30px;
  max-width: 800px;
  margin-top: 8px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:4;
}
	.indp2 .clickB{position: relative;right: unset;top: unset;margin-bottom: 16px;}
	.indp .swiper-pagination{margin-top: 12px;}
	.ind3Top .ind3tL p{font-size: 20px;}
	.ind3Top .ind3tL b{font-size: 16px;}
	.ind3Top .ind3tR input{height: 40px;}
	.ind3Top .nrBox{height: 112px;}
	.ind3Nr{margin-top: -56px;}
	.ind5L{width: 60%;}
	.ind5Ul b{font-size: 30px;}
	.swiper_indp6{height: calc(30vw + 24px);}
	.swiper_indp6 .swiper-slide{height: 10vw;}
	.swiper_indp6 .imgB{height: 10vw;}
	.ind7Ul .kuang{padding: 4px 12px;}
	.xtUl .imgB{width: 206px;margin-right: 16px;}
	.xtUl .moreB3{padding: 0 16px;}
	.xtUl .mK{width: 120px;}
	.xtUl .textB{width: calc((100% - 342px) - 4vw);}
	.xtUl .titB{font-size: 16px;}
	.xtUl .descB{margin-top: 0;}
	.xtUl .xian{height: 124px;}
	.xtxqTop .titB{font-size: 24px;margin-bottom: 8px;}
	.zlLine .telB span{font-size: 20px;}
	.zlLine .telB i{width: 16px;height: 16px;}
	.xqNav{top: 56px;}
	.secNav a{padding: 0 10px; font-size:14px}
	.cpUl li{width: calc(100% / 3);}
	.indp2 .titB{font-size: 16px;line-height: 20px;height: 40px;}
	.indp2 .descB{font-size: 14px;}
	.location{margin-top: 0;}
	.nyB{padding:20px 0;}
	.cpxqTop{display: block;}
	.cpxqtL{margin: 0 auto;}
	.cpxqtR{margin: 16px auto 0;width: 100%;}
	.cpxqNr{display: block;}
	.cpxqnrL{width: 100%;}
	.xqTit{font-size: 20px;margin-bottom: 20px;}
	.cpxqnrR{margin: 16px 0 0;width: 100%;}
	.rsUl{display: flex;justify-content: flex-start;align-items: stretch;margin: -4px;}
	.rsUl li{width: calc(100% / 4);padding: 4px;}
	.faUl{margin: -8px;}
	.faUl li{padding: 8px;}
	.faUl .titB{font-size: 18px;}
	.faxqTop{display: block;}
	.faxqtL{margin: 0 auto;}
	.faxqtR{width: 100%;margin-top: 16px;}
	.faxqNr{padding: 24px;}
	.xqTit::after{width: 32px;height: 2px;margin-top: 12px;}
	.faxqTj .titB{font-size: 18px;}
}
@media (max-width:800px) {
	.indp0 .nrBox{display: block;padding: 8px 0 16px;}
	.ind0R{margin-top: 8px;}
	.ind0Form input[type=text]{width: 100%;}
	.ind1R{width: 100%;max-width: 320px;}
	.pubTit h2{font-size: 22px;}
	.pubTit{margin-bottom: 20px;}
	.moreB{margin-top: 16px;}
	.indp{padding: 20px 0;}
	.indp3{padding-top: 0;}
	.indp2 .clickB{padding: 0;justify-content: center;}
	.indp2 .swiper-button-prev, .indp2 .swiper-button-next{display: none;}
	.indp .clickB .eachB{border-width: 1px;padding: 0 16px;margin: 2px;font-size: 14px;}
	.ind3Top .nrBox{display: block;height: auto;}
	.ind3Top .ind3tL{width: 100%;text-align: center;}
	.ind3Top .ind3tR{width: 100%;margin-top: 16px;}
	.ind3Top .ind3tR .ind3f{display: block;}
	.ind3Top .ind3tR input{width: 100%;display: block;}
	.ind3Top .ind3tR input[type=text]{width: 100%;margin-bottom: 4px;}
	.swiper_ind3d .swiper-slide{padding: 88px 0 200px;}
	.swiper_ind3d .pubTit{margin-bottom: 24px;}
	.ind3Nr .anK{bottom: 16px;}
	.swiper_ind3s{margin-top: 16px;}
	.swiper_ind3s .swiper-slide{height: 96px;padding: 16px;}
	.swiper_ind3s .titB{font-size: 16px;}
	.indp3 .swiper-pagination{font-size: 24px;}
	.indp3 .swiper-button-next, 
	.indp3 .swiper-button-prev,
	.xtxqP1 .swiper-button-next, .xtxqP1 .swiper-button-prev{width: 40px;height: 40px;}
	.swiper_indp4{height: calc(48vw + 64px);}
	.swiper_indp4 .swiper-slide{height: calc(24vw + 28px);}
	.swiper_indp4 .imgB{padding-top: 24vw;border-radius: 8px;}
	.swiper_indp4 .titB{font-size: 16px;line-height: 20px;height: 20px;margin-top: 8px;}
	.indp5 .nrBox{display: block;}
	.ind5L{width: 100%;}
	.ind5Ul{display: flex;justify-content: space-between;align-items: center;margin: -4px;}
	.ind5Ul li{
		width: calc(98% / 3);
		padding: 4px;
		text-align: center;
		margin: 0;
		background: rgba(255,255,255,0.8);
		padding: 8px;
		border-radius: 8px;
	}
	.ind5Ul span{display: block;}
	.ind5Ul span::before{display: none;}
	.swiper_indp6{height: calc(45vw + 16px);}
	.swiper_indp6 .swiper-slide{height: 15vw;}
	.swiper_indp6 .imgB{height: 15vw;}
	.indp7 .showK{display: block;}
	.indp7 .showK>div{width: 100%;}
	.indp7 .imgB{padding-top: 48%;}
	.indp7 .clickB{position: relative;right: unset;top: unset;justify-content: center;margin-bottom: 12px;}
	.indp7 .clickB .moreB2{margin: 2px;}
	.moreB2{border-width: 1px;}
	.xtUl .kuang{padding: 12px;display: block;}
	.xtUl .imgB{width: 100%;margin: 0;}
	.xtUl .textB{width: 100%;text-align: left  ;margin-bottom: 10px;}
	.xtUl .xian{display: none;}
	.xtUl .mK{width: unset;}
	.xtUl .moreB3{margin: 8px 0 0;}
	.xtxqP1 .xqNr{padding: 0 56px;}
	.xtxq2Ul li {
	    margin-top: 10px;
	    font-size: 14px;
	    min-height: 48px;
	    padding: 14px;
	    padding-left: 64px;
	}
	.xtxq2Ul .numB {
	    width: 48px;
	    border-radius: 0 48px 48px 0;
	    font-size: 20px;
	}
	.xtxqP{padding: 40px 0;}
	.secNav .nrBox{flex-wrap: wrap;justify-content: center;}
	.secNav a{height: 40px;}
	.cpP .pageTit{font-size: 24px;margin-bottom: 16px;}
	.cpUl{margin: -4px;}
	.cpUl li{width: 50%;padding: 4px;}
	.cpxqTop,
	.faxqTop{padding: 16px 0;}
	.cpxqtL{width: 100%;display: block;}
	.cpxqtL .swiper_cpxqd,
	.faxqtL{width: 100%;}
	.cpxqtL .xtB{width: 100%;padding: 0 40px;margin-top: 10px;}
	.cpxqtL .swiper-button-prev{left: 0;top: 0;width: 24px;height: 100%;} 
	.cpxqtL .swiper-button-next{right: 0;bottom: 0;width: 24px;height: 100%;left: unset;} 
	.cpxqtL .swiper_cpxqs{height: unset;}
	.cpxqtL .swiper-button-prev, 
	.cpxqtL .swiper-button-next{background-image: url(../img/jt3on.png);background-size: 8px 12px;}
	.rsUl li{width: calc(100% / 3);}
	.faUl li{width: 50%;}
	.faxqNr{border-radius: 8px;padding: 24px 16px;}
	.faxqNr .faxqP{padding: 40px 0 0;}
	.faxqTj .titB{margin-top: 8px;font-size: 16px;}
}


.sy_td { padding:88px 0  ; overflow:hidden;  }
 
.sy_td ul li { width:32%; float:left; margin:0 2% 0 0 ;background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.08);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;padding:10px 40px 50px;border-radius: 10px;box-sizing: border-box;position: relative; float:left; text-align:center}
.sy_td ul li:nth-child(3n){margin-right:0; }
.sy_td ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_td ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_td ul li:hover {
  transform: scale(1.07);
}
.sy_td ul li:hover::before {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-top-color: #009b4c;
  border-right-color: #009b4c;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.sy_td ul li:hover::after {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-bottom-color: #009b4c;
  border-left-color: #009b4c;
  -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.sy_td ul li:hover { box-shadow: 0 0 15px rgba(0,0,0,0.2);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_td ul li .tu { margin:30px auto 20px;height: 90px;display: flex;justify-content: center;align-items: center; text-align:center;width: 90px;border-radius: 45px;overflow: hidden;background:#0365b0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_td ul li .tu img { width:100%}
.sy_td ul li:hover .tu {background: #009b4c;-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}
 

.sy_td ul li h3 { margin:0 0 20px 0; text-align:center;font-size: 20px;font-weight: 600; color:#333;font-family: Montserrat;}
.sy_td ul li p { font-size:16px; color:#444; line-height:1.6;}



.rc_zp{width:100%; padding:60px 0  ; overflow:hidden;background: #f6f9fe;}
.rc_zp .zp_nr{ float:right; width:70%}
.rc_zp .bt{font-size:20px; line-height:36px; color:#0365b0;}
.rc_zp .ts{font-size:16px; line-height:36px; color:#333; margin-bottom:20px; padding-top:10px}
.rc_zp .ts strong{ letter-spacing:1px}
.rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px; background:#fff}
.rc_zp .jr_lm.jt{border:1px solid #0365b0;}
.rc_zp .jr_bt{padding:10px 20px; height:60px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.rc_zp .jr_bt.on{background-color:#e7e7e7;}
.rc_zp .jr_bt i{position:absolute; top:50%; right:15px; font-size:15px; transform:translate(0,-50%); 
-webkit-transform:translate(0,-50%); 
-moz-transform:translate(0,-50%); 
-ms-transform:translate(0,-50%); 
-o-transform:translate(0,-50%);
transition:all .5s; 
-webkit-transition:all .5s; 
-moz-transition:all .5s; 
-ms-transition:all .5s; 
-o-transition:all .5s;}
.rc_zp .jr_bt.on i{transform:translate(0,-50%) rotate(180deg); 
-webkit-transform:translate(0,-50%) rotate(180deg); 
-moz-transform:translate(0,-50%) rotate(180deg); 
-ms-transform:translate(0,-50%) rotate(180deg); 
-o-transform:translate(0,-50%) rotate(180deg);}
.rc_zp .jr_lm.jt .jr_bt{background-color:#0365b0; color:#fff; padding:0 20px; line-height:60px;}
.rc_zp .jr_bt span{float:left; width:33.333333%; text-align:center; font-size:16px}
.rc_zp .jr_bt span.s_40{text-align:left;}
.rc_zp .jr_nr{background-color:#fff; padding:30px 25px 10px; font-size:15px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
.rc_zp .jr_nr .lm{color:#0365b0;}
.rc_zp .jr_nr .js{margin-bottom:20px;}
.rc_zp .jr_nr a.wy_yp{width:110px; height:36px; position:absolute; top:30px; right:35px; background-color:#0365b0; font-size:15px; line-height:36px; color:#fff; text-align:center; display:block;}
.rc_zp .jr_nr a.wy_yp i{padding-left:5px;
transition:all .5s; 
-webkit-transition:all .5s; 
-moz-transition:all .5s; 
-ms-transition:all .5s; 
-o-transition:all .5s;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:15px;}
@media only screen and (max-width:640px) {
.rc_zp{padding:20px 0  ;}
.rc_zp .bt{font-size:20px; text-align:center; line-height:30px;}
.rc_zp .ts{font-size:15px; text-align:center; line-height:26px;}
.rc_zp .ts br{display:none;}
.rc_zp .jr_bt{padding:5px 20px; font-size:18px; line-height:50px; height:60px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 20px; line-height:50px;}
.rc_zp .jr_nr{padding:20px; font-size:15px; line-height:26px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:120px; height:36px; top:15px; right:25px; font-size:15px; line-height:36px;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:10px;}

.footerDiv .hdDiv .listDiv{ display:none}
.footerDiv .hdDiv .listDiv:last-child{ display:block}
.footerDiv .hdDiv {
  padding: 20px 0;
  color: #fff;
  align-items: flex-start;
}
}


.aboutDiv1{ padding:80px 0;background: #f6f9fe; height:auto; overflow:hidden}
.aboutDiv1 .bdDiv .imgDiv{ float:right; width:40%}
.aboutDiv1 .bdDiv .textDiv{ float:left; width:58%}
.aboutDiv1 .bdDiv .textDiv h1{font-weight: 700;
  font-size: 36px;
  color: #333; margin-bottom:10px}
.aboutDiv1 .bdDiv .textDiv span{ color:#0365b0; display:block; margin-bottom:20px; font-size:20px}
.aboutDiv1 .bdDiv .textDiv .tt{font-size: 28px;font-weight: 700; }
.aboutDiv1 .bdDiv .textDiv .p{color: #333;margin-top: 0;line-height:36px; font-size:16px }
.aboutDiv1 .bdDiv .dataDiv ul{align-items: flex-start; }
.aboutDiv1 .bdDiv .dataDiv ul li{flex-direction: column;width: 25%;border-right: 1px solid #D8D8D8; }
.aboutDiv1 .bdDiv .dataDiv ul li:last-child{border: 0; }
.aboutDiv1 .bdDiv .dataDiv ul li span{font-size: 60px;color: #217E35;font-weight: 700; }
.aboutDiv1 .bdDiv .dataDiv ul li p{margin-top: 15px;color: #3d3d3d; }
@media (max-width:900px) {
.aboutDiv1{ padding:20px 0}
.aboutDiv1 .bdDiv .imgDiv{ float:none; width:100%; }
.aboutDiv1 .bdDiv .textDiv{ float:none; width:100%;margin-bottom:20px}
.aboutDiv1 .bdDiv .textDiv .p {
  color: #555;
  margin-top: 0;
  line-height: 30px;
  font-size: 15px;
}	
.aboutDiv1 .bdDiv .textDiv h1{font-weight: 700;
  font-size: 24px;
  color: #333; margin-bottom:5px}
.aboutDiv1 .bdDiv .textDiv span{ color:#0365b0; display:block; margin-bottom:10px; font-size:18px}

}



.box { height:auto; overflow:hidden; float:left; width:26%}
.box ul{ padding-bottom:10px; height:auto; overflow:hidden}
.box li { color: #fff;height: auto  ;border-bottom: 1px solid #fff;background:#0365b0; float:left; width:100%; margin-right:0;  padding:20px 20px  }
.box h1 {font-size: 18px;margin-bottom: 10px;  font-weight:bold}
.box em { width: 60px;height: 60px; float:left;   margin-right:0}
.box em img{ width:100%}
.box p{ font-size:15px}
.zuobian{ float:right; width:78%}
@media only screen and (max-width:640px) {
.box { height:auto; overflow:hidden; float:left; width:100%}

.box li { color: #fff;height: auto  ;border-bottom: 1px solid #fff;background:#0365b0; float:left; width:100%; margin-right:1px;  padding:20px 20px 20px 20px}
	
.zuobian{ float:right; width:76%}
.rc_zp .zp_nr{ float:none; width:100%}	
}

.nyTitle{text-align: center;margin-bottom: 50px; }
.nyTitle span{font-weight: 700;font-size: 36px; color:#333 }
.nyTitle p{font-family: fontR;text-transform: uppercase;color: #999;letter-spacing: 2px; }

.aboutDiv2{padding: 60px 0 60px;overflow: hidden;background: #f6f9fe; }
.aboutDiv2 .bdDiv{margin-top: 30px; }
.aboutDiv2 .bhDiv{position: relative; }
.aboutDiv2 .bdDiv .gallery-top{margin-bottom: 72px; }
.aboutDiv2 .bdDiv .gallery-top .conDiv{padding: 0 113px; }
.aboutDiv2 .bdDiv .gallery-top .conDiv .imgDiv{width: 48.125%; }
.aboutDiv2 .bdDiv .gallery-top .conDiv .textDiv{width: 38.1875%; }
.aboutDiv2 .bdDiv .gallery-top .conDiv .textDiv .p{margin-top: 15px;line-height: 1.8;color: #666; }
.aboutDiv2 .bbDiv{position: relative; }
.aboutDiv2 .bbDiv .line{width: 100%;height: 2px;background: rgba(204, 204, 204, 0.4);position: absolute;left: 0; top: 8px; }
.aboutDiv2 .bbDiv .conDiv{flex-direction: column; color: #999;cursor: pointer; }
.aboutDiv2 .bbDiv .conDiv i{width: 18px;height: 18px;margin-bottom: 15px;position: relative;background: url(../img/yuan.png) no-repeat center center/100%; }
.aboutDiv2 .bbDiv .swiper-slide-thumb-active .conDiv i{background: url(../img/yuan_.png) no-repeat center center/100%; }
.aboutDiv2 .bbDiv .swiper-slide-thumb-active .conDiv {color: #0365b0; }
.aboutDiv2 .swiper-button-prev,.aboutDiv2 .swiper-button-next{width: 52px; height: 52px;color: #fff;display: flex;align-items: center;justify-content: center;background: #ccc;border-radius:26px; font-size:20px }
.aboutDiv2 .swiper-button-prev i{font-size: 20px; margin-top:7px }
.aboutDiv2 .swiper-button-next i{display: block;font-size: 20px;margin-top:7px  }
.aboutDiv2 .swiper-button-prev{left: 0; }
.aboutDiv2 .swiper-button-next{right: 0; }
.aboutDiv2 .swiper-button-prev:hover,.aboutDiv2 .swiper-button-next:hover{color: #0365b0; }
.aboutDiv2 .swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}
.f48 {
  font-size: 48px;
}
@media only screen and (max-width:990px){
.aboutDiv2{padding: 20px 0 20px;overflow: hidden;background: #f6f9fe; }
.aboutDiv2 .bdDiv .gallery-top .conDiv .imgDiv{width: 100%; }
.aboutDiv2 .bdDiv .gallery-top .conDiv .textDiv{width: 100%; margin-bottom:20px }
.aboutDiv2 .bdDiv .gallery-top .conDiv{padding: 0 53px; display:block }
.aboutDiv2 .swiper-button-prev,.aboutDiv2 .swiper-button-next{width: 32px; height: 32px;color: #fff;display: flex;align-items: center;justify-content: center;background: #ccc;border-radius:26px; font-size:20px }
.f48 {
  font-size: 20px; font-weight:600
}	
.aboutDiv2 .bdDiv .gallery-top .conDiv .textDiv .p{margin-top: 0;line-height: 1.8;color: #666; }	
	
	
}
.aboutDiv3{padding: 60px 0 30px; }
.aboutDiv3 .bdDiv{margin-bottom: 30px; } 
.aboutDiv3 .bdDiv .rowDiv{align-items: stretch;margin: 0 0 50px;box-shadow: 0px 0px 20px rgba(0,0,0,.1); }
.aboutDiv3 .bdDiv .rowDiv:nth-of-type(odd){flex-direction: row-reverse; }
.aboutDiv3 .bdDiv .rowDiv .imgDiv{width: 50%; }
.aboutDiv3 .bdDiv .rowDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.aboutDiv3 .bdDiv .rowDiv .textDiv{width: 50%;padding: 45px 4.3%;flex-direction: column;align-items: stretch; }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p1{padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #e5e5e5; }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p1 span{color: #0365b0; font-weight:bold; font-size:22px }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p1 p{color: #333; }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p2{color: #666;line-height: 2; }
@media only screen and (max-width:990px){
.nyTitle{text-align: center;margin-bottom: 20px; }
.nyTitle span{font-weight: 700;font-size: 24px; color:#333 }
.nyTitle p{font-family: fontR;text-transform: uppercase;color: #999;letter-spacing: 2px; font-size:14px }

.aboutDiv3{padding: 20px 0 0; }
.aboutDiv3 .bdDiv{margin-bottom: 10px; display:block } 
.aboutDiv3 .bdDiv .rowDiv{ display:block;margin: 0 0 20px;}
.aboutDiv3 .bdDiv .rowDiv .imgDiv{width: 100%; }
.aboutDiv3 .bdDiv .rowDiv .textDiv{width: 100%;padding: 20px;flex-direction: column;align-items: stretch; }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p1 span{color: #0365b0; font-weight:bold; font-size:18px }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p1{padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #e5e5e5; }
.aboutDiv3 .bdDiv .rowDiv .textDiv .p2{color: #666;line-height: 30px; font-size:15px; }

}

.aboutDiv5{padding: 60px 0;background: #f6f9fe; }
.aboutDiv5 .bdDiv{margin: 40px 0 0;position: relative;padding: 0  ; }
.aboutDiv5 .swiper-container{padding: 10px; }
.aboutDiv5 .swiper-slide{ background:#fff;}
.aboutDiv5 .swiper-slide .imgDiv{ overflow: hidden; }
.aboutDiv5 .swiper-slide .imgDiv img{ width:100%}
.aboutDiv5 .swiper-button-prev,.aboutDiv5 .swiper-button-next{width: 52px; height: 52px;color: #ccc;display: flex;align-items: center;justify-content: center;background: transparent;margin-top: -26px; }
.aboutDiv5 .swiper-button-prev i{font-size: 50px; }
.aboutDiv5 .swiper-button-next i{transform: rotate(-180deg);display: block;font-size: 50px; }
.aboutDiv5 .swiper-button-prev{left: 0; }
.aboutDiv5 .swiper-button-next{right: 0; }
.aboutDiv5 .swiper-button-prev:hover,.aboutDiv5 .swiper-button-next:hover{color: #D02229; }
.aboutDiv5 .swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.aboutDiv5 .swiper-slide p{ text-align:center; line-height:50px; background:#fff; font-size:15px}

@media only screen and (max-width:990px){
.aboutDiv5{padding: 20px 0;background: #f6f9fe; }
.aboutDiv5 .bdDiv{margin: 20px 0 0;position: relative;padding: 0  ; }
.aboutDiv5 .swiper-slide p{ text-align:center; line-height:20px; background:#fff; font-size:14px; padding-bottom:5px}
	
}

.aboutDiv51 {padding: 60px 0;background: #f6f9fe; }
.aboutDiv51 .bdDiv{flex-direction: row-reverse;}
.aboutDiv51 .bdDiv .textDiv{width: 44.285%; }
.aboutDiv51 .bdDiv .textDiv ul li{margin: 50px 0; }
.aboutDiv51 .bdDiv .textDiv ul li img{margin-right: 20px; }
.aboutDiv51 .bdDiv .textDiv ul li span{color: #0c53a5; font-size:18px; font-weight:bold}
.aboutDiv51 .bdDiv .textDiv ul li p{color: #555;margin-top: 8px; font-size:16px}
.aboutDiv51 .bdDiv .imgDiv{width: 47.2%; }
@media only screen and (max-width:990px){
.aboutDiv51 {padding: 10px 0 20px;background: #f6f9fe; }
.aboutDiv51 .bdDiv{flex-direction: row-reverse; display:block}
.aboutDiv51 .bdDiv .textDiv{width:100%; }
.aboutDiv51 .bdDiv .textDiv ul li{margin: 20px 0; }
.aboutDiv51 .bdDiv .imgDiv{width: 100%; }	
.aboutDiv51 .bdDiv .textDiv ul li span{color: #0c53a5; font-size:16px; font-weight:bold}
}
.contactDiv {background: #f6f9fe; padding:60px 0; height:auto; overflow:hidden}
.contactDiv .hdDiv{align-items: stretch; }
.contactDiv .hdDiv .leftDiv{width: 50%;color: #3e3d3d; }
.contactDiv .hdDiv .leftDiv img{width: 100%;height: 100%;object-fit: cover; } 
.contactDiv .hdDiv .rightDiv{width: 50%;padding:10px 50px;background: #fff; }
.contactDiv .hdDiv .rightDiv .p{margin: 25px 0;line-height: 40px; color:#333 }
.contactDiv .hdDiv .rightDiv .p h1{ font-size:24px; font-weight:bold; color:#0365b0; margin-bottom:10px}
.contactDiv .hdDiv .rightDiv .ewmDiv{width: 126px; } 
@media only screen and (max-width:990px){
.contactDiv .hdDiv{align-items: stretch; display:block }
.contactDiv .hdDiv .leftDiv{width: 100%;color: #3e3d3d; }
.contactDiv .hdDiv .leftDiv img{width: 100%;height: 100%;object-fit: cover; } 
.contactDiv .hdDiv .rightDiv{width: 100%;padding:10px  20px;background: #fff; }
.contactDiv .hdDiv .rightDiv .p{margin: 0 0;line-height: 30px; color:#333; font-size:15px }
.contactDiv .hdDiv .rightDiv .p h1{ font-size:20px; font-weight:bold; color:#0365b0; margin-bottom:10px}
}
.contactDiv1 {background: #f6f9fe; padding:60px 0; height:auto; overflow:hidden}
.contactDiv1 .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.contactDiv1 .b_t h3{font-size:30px; color:#000; font-weight:bold; line-height:40px;  text-align:center}
.contactDiv1 .adTitleDiv{text-align: center; }
.contactDiv1 .bdDiv{ overflow: hidden; }
.contactDiv1 .bdDiv .row{margin: 0 -30px; }
.contactDiv1 .bdDiv .row>div{padding: 0 30px; }
.contactDiv1 .bdDiv .row>div .conDiv{background: #fff;padding: 50px;text-align: center;height: 100%; }
.contactDiv1 .bdDiv .row>div .conDiv .iconDiv{width: 80px;height: 80px;background: #0365b0;border-radius: 50%;margin: 0 auto; }
.contactDiv1 .bdDiv .row>div .conDiv span{display: block;font-size: 20px;margin: 20px 0 10px; font-weight:bold } 
.contactDiv1 .bdDiv .row>div .conDiv p{color: #555;flex-wrap: wrap; text-align:center; font-size:18px }
@media only screen and (max-width:990px){
.contactDiv1 {background: #f6f9fe; padding:20px 0; height:auto; overflow:hidden}
.contactDiv1 .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:20px}
.contactDiv1 .bdDiv .row>div .conDiv{background: #fff;padding:30px 20px;text-align: center;height: 100%;   }

}
.kc_bb{ height:auto; overflow:hidden; padding:60px 0}
.kc_bb li{ width:23.5%; margin-right:2%; float:left}
.kc_bb li:nth-child(4n){margin-right:0; }
.kc_bb .n_r{padding:50px 20px 30px; border-radius:10px; background-color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;box-shadow:0 8px 15px 0 rgba(95,125,158,.2); height:auto; overflow:hidden}
.kc_bb .n_r:hover{
transform:translateY(-20px);
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-ms-transform:translateY(-20px);
-o-transform:translateY(-20px);}
.kc_bb .t_b{width:90px; margin:0 auto; border:#0365b0 2px solid;border-radius:50%; padding:20px}
.kc_bb .t_b img{width:100%; height:auto; display:block;}
.kc_bb .b_t{font-size:20px; color:#333; line-height:36px; text-align:center; margin:20px 0 10px; font-weight:bold}
.kc_bb .w_z{ text-align:center; min-height:60px; line-height:30px}
@media only screen and (max-width:990px){

.kc_bb{margin-top:20px;padding:0 0 20px}
.kc_bb li{ width:49%; margin-right:2%; float:left; margin-bottom:2%}
.kc_bb li:nth-child(2n){margin-right:0; }
.kc_bb .b_t{font-size:18px; color:#333; line-height:36px; text-align:center; margin:20px 0 10px; font-weight:bold}
.kc_bb .w_z{ text-align:center; min-height:70px; line-height:22px; font-size:14px}
.kc_bb .t_b{width:70px; margin:0 auto; border:#0365b0 2px solid;border-radius:50%; padding:10px}
 .kc_bb .n_r{padding:20px 10px 20px; border-radius:10px; background-color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;box-shadow:0 8px 15px 0 rgba(95,125,158,.2); height:auto; overflow:hidden}
 
 }