body{padding: 0;margin: 0;font-size: 16px;color: #333;overflow-x:hidden;width: 100%;}
.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;text-decoration: none;}
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;}
.bgBox{background: url() center no-repeat;background-size: cover;}
@media (min-width:1200px) {
	.container{padding: 0;max-width: 1200px;}
	.container2{padding: 0;max-width: 1200px;}
}
@media (min-width:1520px) {
	.container{padding: 0;max-width: 1200px;}
	.container2{padding: 0;max-width: 1520px;}
}


/**导航菜单**/
header{
	position: fixed;
	top: 46px;
	left: 5.8%;
	width: 88.4%;
	height: 100px;
	z-index: 99;
	border-radius: 10px;
	background-color: rgba(255, 255, 255,0.9);
	padding: 0 20px;
	transition: all 0.3s;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
header.ontop{
	top: 0;
	width: 100%;
	left: 0;
}
header .logo img{max-height: 76px;}
header .menu>li{
	position: relative;
	padding: 0 16px;
}
header .menu .yiji>a{
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333333;
	display: block;
}
header .menu>li.on .yiji>a{color: #6ec046;}
header .erjiBox{display: none;}
header .hasDown .erjiBox{
	display: none;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	min-width: 100%;
	width: max-content;
	background: #ffffff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	padding: 4px 0;
}
header .hasDown .erjiUl{}
header .hasDown .erji a{
	display: block;
	padding: 4px 16px;
	text-align: center;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s;
}
header .hasDown .erji a:hover{background: #6ec046;color: #ffffff;}
header .hasDown2 .erjiBox{
	position: fixed;
	left: 7.8%;
	top: 146px;
	width: 84.4%;
	transform: unset;
	min-width: unset;
	padding: 16px 50px;
	border-radius: 10px;
}
header .hasDown2 .erjiUl{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
header .hasDown2 .erji{margin-bottom: 8px;}
header .hasDown2 .erji a{font-size: 20px;font-weight: 700;}
header .hasDown2 .sanji a{
	font-size: 16px;
	color: #666666;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}
header .hasDown2 .erji a:hover{background: none;color: #666666;}
header.ontop .hasDown2 .erjiBox{top:100px;width: 100%;left: 0;}
header .findBox{padding: 0 36px;height: 100px;cursor: pointer;}
header .findBox img{width: 25px;}
header .findShow{
	position: absolute;
	left: 0;
	top: 101px;
	background: #ffffff;
	border-radius: 10px;
	background-color: rgba(255, 255, 255,0.9);
	width: 100%;
	padding: 40px;
	display: none;
}
header .headForm{
	width: 50%;
	margin: 0 auto;
	border-bottom: 2px solid #d8d8d8;
	position: relative;
}
header .headForm .shuru{
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 56px 0 0;
	background: none;
	border: 0;
} 
header .headForm .tijiao{
	position: absolute;
	right: 12px;
	top: calc(50% - 12px);
	height: 24px;
}
header .langBox{margin-left: 20px;position: relative;}
header .langBtn{height: 40px;cursor: pointer;}
header .langBtn span{margin: 0 6px 0 10px;font-size:18px;}
header .langShow{
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: auto;
	padding-top: 8px;
	display: none;
	z-index: 2;
}
header .langShow::before{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	left: calc(50% - 8px);
	top: 0;
}
header .langShow a{
	display: block;
	padding: 8px 16px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #333333;
	background: #ffffff;
	position: relative;
}
header .langShow a:first-child{border-radius: 8px 8px 0 0;}
header .langShow a:last-child{border-radius: 0 0 8px 8px;}
header .mbtn{display: none;}
.banner{position: relative;z-index: 1;}
.banner .nrBox{
	height: 100vh;
	z-index: 2;
	position: relative;
}
.banner .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 10s;
	transform: scale(1);
}
.banner .kuang{width: 60%;margin-right: 40%;}
.banner .font1{
	font-size: 60px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	transition: all 1.6s;
	transform: translateX(200px);
	opacity: 0;
	transition-delay: 0.2s;
}
.banner .font2{
	font-size: 24px;
	color: rgb(255, 255, 255);
	margin-top: 40px;
	line-height: 1.8;
	transition: all 1.6s;
	transform: translateX(200px);
	opacity: 0;
	transition-delay: 0.8s;
}
.banner .swiper-slide-active .img{transform: scale(1.05);}
.banner .swiper-slide-active .font1{transform: translateX(0);opacity: 1;}
.banner .swiper-slide-active .font2{transform: translateX(0);opacity: 1;}
.banner .swiper-button-prev,
.banner .swiper-button-next{display: none;}
.banner .swiper-pagination{
	bottom: 4.4vw;
	display: flex;
	justify-content: center;
	align-content: center;
}
.banner .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	width: 50px;
	height: 5px;
	border-radius: 0;
	display: block;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px;}
.indp{padding: 88px 0;}
.pubTit{
	font-size: 30px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
}
.pubTit::after{
	content: "";
	background-color: rgb(110, 192, 70);
	display: block;
	width: 60px;
	height: 3px;
	margin: 20px auto 0;
}
a.moreBtn{
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-color: rgb(110, 192, 70);
	width: 130px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 64px auto 0;
}
.indp1{padding-bottom: 44px;}
.indp1 .nrBox{margin: 0;}
.indp1 .textB{padding: 0 56px 0 0;}
.indp1 .pubTit{margin-bottom: 40px;text-align: left;}
.indp1 .pubTit::after{display: none;}
.indp1 .font1{
	font-size: 20px;
	color: rgb(51, 51, 51);
}
.indp1 .font2{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 2;
	margin-top: 36px;
}
.indp1 a.moreBtn{margin-left: 0;}
.indp1 .imgB{padding: 0;margin: -30px;}
.indp1 .imgB>div{padding: 30px;}
.indp1 .imgB>div:first-child{margin-top: 88px;}
.indp2{padding-bottom: 0;}
.indp2 .nrBox{padding: 100px 0 84px;}
.indp2Ul{margin: -14px;}
.indp2Ul li{padding: 14px;}
.indp2 .swiper .kuang,
.indp2Ul .kuang{
	border-width: 1px;
	border-color: rgb(207, 207, 207);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	height: 100%;
	display: block;
}
.indp2 .swiper .imgB,
.indp2Ul .imgB{width: 100%;height: 348px;overflow: hidden;position: relative;}
.indp2 .swiper .imgB .imgBG,
.indp2Ul .imgB .imgBG{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.indp2 .swiper .imgB img,
.indp2Ul .imgB img{display: none;}
/* .indp2Ul .imgB img{display: block;width: 100%;} */
.indp2 .swiper .titB,
.indp2Ul .titB{
	display: block;
	width: 100%;
	font-size: 18px;
	color: rgb(51, 51, 51);
	padding: 24px 16px;
	text-align: center;
}
.indp2 .swiper-pagination {
    position: relative;
	left: unset;
	bottom: unset;
    display: flex;
    justify-content: center;
    align-content: center;
	margin: 24px auto 0;
}
.indp2 .swiper-pagination-bullet {
    background-color: #6ec046;
    width: 50px;
    height: 5px;
    border-radius: 0;
    display: block;
}
.indp3{padding-top: 72px;padding-bottom: 0;}
.indp3 .swiper{position: relative;z-index: 1;}
.indp3 .swiper .nrBox{
	height: 42vw;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: calc(5.4vw + 24px) 0;
}
.indp3 .textB{
	border-left: 3px solid #ffffff;
	padding: 0 40px;
	width: 50%;
}
.indp3 .textB .num{
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}
.indp3 .textB .tit{
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}
.indp3 .textB .desc{
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 2.25;
	margin-top: 40px;
}
.indp3 .pagB{
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 5.4vw;
	z-index: 2;
}
.indp3 .swiper-pagination{
	position: relative;
	left: unset;
	bottom: unset;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.indp3 .swiper-pagination-bullet{
	position: relative;
	background: #ffffff;
	height: 5px;
	width: 104px;
	border-radius: 0;
	opacity: 1;
	transition: all 0.3s;
}
.indp3 .swiper-pagination-bullet-active{
	background: rgb(110, 192, 70);
	height: 5px;
}
.indp3 .textB .num,
.indp3 .textB .tit,
.indp3 .textB .desc{
	transition: all 1s;
	transform: translateX(100px);
	opacity: 0;
	transition-delay: 0.2s;
}
.indp3 .textB .tit{transition-delay: 0.7s;}
.indp3 .textB .desc{transition-delay: 1.2s;}
.indp3 .swiper-slide-active .textB .num,
.indp3 .swiper-slide-active .textB .tit,
.indp3 .swiper-slide-active .textB .desc{transform: translateX(0);opacity: 1;}
.indp4{padding-bottom: 132px;}
.indp4 .nrBox{margin: 0;}
.indp4Left{padding: 0 80px 0 0;}
.indp4Ul li{
	padding: 32px 0;
	border-bottom: 1px solid #e5e5e5;
}
.indp4Ul li:first-child{padding-top: 0;}
.indp4Ul .time{
	font-size: 24px;
	color: rgb(153, 153, 153);
}
.indp4Ul .imgB{display: block;margin-top: 20px;margin-bottom: 30px;height: 380px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.indp4Ul .imgB img{display: block;min-height: 100%;min-width: 100%;}
.indp4Ul .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 2.2;
	margin-top: 8px;
	font-weight: 600;
}
.indp4Ul .desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 1.7;
	margin-top: 12px;
}
footer{
	background: #f5f5f5;
}
footer .footL1{
	padding: 72px 0 40px;
	font-size: 14px;
	color: rgb(153, 153, 153);
}
footer .fCol{margin-right: 6vw;}
footer .fCol:last-child{margin-right: 0;}
footer .fTit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-bottom: 24px;
}
footer .fCon a{
	display: block;
	font-size: 14px;
	color: #999999;
	margin-bottom: 12px;
}
footer .fCon a:last-child{margin-bottom: 0;}
footer .fShare .fEach{
	position: relative;
	margin: 0 12px;
}
footer .fShare .fEach:first-child{margin-left: 0;}
footer .fShare .fEach:last-child{margin-right: 0;}
footer .fShare .iconB{
	border-radius: 2px;
	background-color: rgb(153, 153, 153);
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
}
footer .fShare .iconB img{width: 100%%;}
footer .fShare .showB{
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	width: 110px;
	display: none;
}
footer .fShare .showB img{width: 100%;display: block;}
footer .fShare .fEach:hover .showB{display: block;}
footer .fShare .fEach:hover .iconB{background: #6ec046;}
footer .banquan{
	padding: 8px 0;
	background: #d7d7d7;
	font-size: 14px;
	color: #999999;
}
footer .banquan a{color: #999999;}
footer a:hover,
footer .banquan a:hover{color: #666666;}
.banny{height: 33.8vw;}
.ejNav{
	border-bottom: 1px solid #c6c6c6;
	background: #f5f5f5;
}
.ejNav .nrBox{
	justify-content: space-around;
}
.ejNav a{
	height: 100px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 18px;
	position: relative;
}
.ejNav a.on{color: #6ec046;}
.ejNav a.on::after{
	content: "";
	background-color: rgb(110, 192, 70);
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
}
.location{
	padding: 48px 0;
	font-size: 16px;
	color: #666666;
}
.location a{
	color: #666666;
}
.location .nrBox{
	padding-left: 34px;
	position: relative;
	background: url(../img/icon1.png) left center no-repeat;
	background-size: 16px 24px;
}
.pubTit2{font-weight: 400;text-align: left;font-size: 36px;}
.pubTit2::after{width: 100px;height: 5px;margin-left: 0;}
.aboP .pubTit2::after{margin-left:0;}
.aboP1{padding: 24px 0 56px;}
.aboP1 .textB{
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 2.2;
}
.aboP1Ul{margin: 56px 0 0;}
.aboP1Ul li{
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboP1Ul .kuang{
	text-align: left;
}
.aboP1Ul .icon img{
	width:64px;
}
.aboP1Ul .num{
	color: #666666;
	font-weight: 700;
	font-size: 56px;
	margin: 16px 0 0;
	min-width: 200px;
}
.aboP1Ul .num::after{
	content: "";
	background-color: rgb(110, 192, 70);
	display: block;
	width: 50px;
	height: 3px;
	margin: 8px 0 16px;
}
.aboP1Ul .tit{
	color: #999999;
	font-size: 18px;
}
.aboP2 .nrBox{margin: 0;}
.aboP2 .pubTit2{color: #ffffff;margin-bottom: 72px;}
.aboP2 .pubTit2::after{width: 95px;background: #FFFFFF;margin-top: 8px;}
.aboP2Left{padding: 48px 56px;}
.aboP2Ul li{margin-top: 48px;}
.aboP2Ul li:first-child{margin-top: 0;}
.aboP2Ul .tit{
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	padding-left: 14px;
	position: relative;
}
.aboP2Ul .tit::before{
	content: "";
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
	display: block;
	width: 5px;
	height: 26px;
}
.aboP2Ul .desc{
	font-size: 18px;
	color: #ffffff;
	margin-top: 28px;
}
.aboP2Right{padding: 0;}
.aboP3{padding: 96px 0 0;}
.aboP3 .huiBox{background: #f1f1f1;}
.aboP3 .pubTit2{margin: 0 0 8px;}
.swiper_aboP3w{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 2;
	margin-bottom: 96px;
	text-align: center;
}
.swiper_aboP3w .swiper-slide{padding: 0 20%;}
.aboP3 .nrBox{
	padding: 0 88px;
	min-height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboP3 .nrBox::before{
	content: "";
	background-color: rgb(153, 153, 153);
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	z-index: 2;
}
.aboP3 .swiper-button-prev,
.aboP3 .swiper-button-next{
	border-radius: 50%;
	background-color: rgb(153, 153, 153);
	left: 0;
	width: 60px;
	height: 60px;
	margin: 0;
	top: calc(50% - 30px);
	z-index: 4;
}
.aboP3 .swiper-button-next{left: unset;right: 0;}
.aboP3 .swiper-button-prev::after,
.aboP3 .swiper-button-next::after{
	color: #ffffff;
	font-size: 36px;
}
.aboP3 .swiper-button-next.swiper-button-disabled, 
.aboP3 .swiper-button-prev.swiper-button-disabled{opacity: 1;}
.swiper_aboP3i{
	font-size: 18px;
	color: rgb(51, 51, 51);
	text-align: center;
	position: relative;
	z-index: 3;
	width: 100%;
}
.swiper_aboP3i .swiper-slide{
	position: relative;
	padding-top: 72px;
}
.swiper_aboP3i .swiper-slide::before{
	content: "";
	border-radius: 50%;
	background-color: rgb(153, 153, 153);
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
}
.swiper_aboP3i .swiper-slide-thumb-active::before{background: #6ec046;}
.aboP3 .daNum{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 280px;
	color: rgb(233, 233, 233);
	font-weight: bold;
	line-height: 280px;
	width: 100%;
	z-index: 1;
	text-align: center;
	pointer-events:none;
	user-select:none;
}
.aboP4{padding: 124px 0 112px;}
.aboP4 .imgB{display: block;}
.aboP4 .imgB img{display: block;width: 100%;}
.aboP4 .tit{
	display: block;
	width: 100%;
	font-size: 18px;
	color: rgb(51, 51, 51);
	padding: 16px;
	text-align: center;
}
.aboP4 .swiper-pagination{
	margin: 48px auto 0;
	position: relative;
	left: unset;
	bottom: unset;
}
.aboP4 .swiper-pagination-bullet{
	background-color: rgb(153, 153, 153);
	width: 60px;
	height: 5px;
	border-radius: 0;
	opacity: 1;
}
.aboP4 .swiper-pagination-bullet-active{background: #73c24d;}
.nyP{padding: 20px 0 148px;}
.newsPUl li{margin: 64px 0 0 0;}
.newsPUl li:first-child{margin-top: 0;}
.newsPUl .imgB{padding: 0;display: block;}
.newsPUl .imgB img{width: 100%;display: block;}
.newsPUl .textB{padding-left: 72px;}
.newsPUl .kuang{border-bottom: 1px solid #e5e5e5;height: 100%;display: flex;justify-content: center;align-items: center;}
.newsPUl .time{
	font-size: 24px;
	color: rgb(153, 153, 153);
}
.newsPUl .tit{
	font-size: 20px;
	color: rgb(51, 51, 51);
	margin-top: 24px;
	display: block;
}
.newsPUl .desc{
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 2.25;
	margin-top: 32px;
}
.newsPUl .more{
	font-size: 16px;
	color: rgb(153, 153, 153);
	margin-top: 32px;
	display: block;
}
.newsPUl2 li{border: 1px solid #e5e5e5;padding: 16px;margin-top:16px;}
.newsPUl2 .tit{margin: 0;}
.newsPUl2 .desc,.newsPUl2 .more{margin-top: 16px;}
.xiaocms-page{
	margin-top: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.xiaocms-page a,
.xiaocms-page span{
	background-color: rgb(222, 222, 222);
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px; 
	color: rgb(0, 0, 0); 
	padding: 0 8px;
	display: block;
	text-align: center;
	margin: 10px;
	border-radius: 3px;
}
.xiaocms-page span{
	background-color: #6ec046;
	color:#ffffff; 
}
.contP1{padding: 72px 0 0;}
.contP1 .pubTit2::after{margin-left:0;}
.contP2 .pubTit2::after{margin-left:0;}
.contP1Left{width: 44%;}
.contP1Ul li{
	border-bottom: 1px solid #cdcdcd;
	padding: 24px 0;
	position: relative;
	font-size: 18px;
	color: #666666;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contP1Ul .iconB{
	border-radius: 50%;
	background-color: rgb(110, 192, 70);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 28px;
}
.contP1Ul .tit{width: calc(100% - 78px);}
.contP1 .pubTit2{line-height: 1;}
.contP1 .nrBox{align-items:stretch;flex-wrap: wrap;}
.contP1 .nrBox .pubTit{width:100%;}
.contP1Right{
	width: calc(56% - 50px);
	border-width: 10px;
	border-color: rgb(231, 231, 231);
	border-style: solid;
}
.contP1Right #map{
	width: 100%;
	height: 100%;
}
.contP2{padding: 80px 0 88px;}
.contP2 .pubTit2{margin-bottom: 24px;}
.contP2 .miaoshu{
	font-size: 16px;
	color: #999999;
	margin-bottom: 32px;
}
.contP2 label{
	width: 100%;
	border-width: 1px;
	border-color: rgb(201, 201, 201);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(245, 245, 245);
	font-size: 14px;
	padding: 0 16px 0 56px;
	position: relative;
	display: block;
	margin: 0;
}
.contP2 .line{margin-bottom: 40px;}
.contP2 .line label{width: calc((100% / 3) - 30px);}
.contP2 label img{
	position: absolute;
	left: 16px;
	top: 12px;
}
.contP2 input,
.contP2 textarea{
	display: block;
	width: 100%;
	height: 48px;
	background: none;
	border: 0;
}
.contP2 textarea{
	height: 150px;
	padding: 12px 0;
}
.contP2 .tijiao{
	background-color: rgb(110, 192, 70);
	width: 250px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin: 64px auto 0;
	cursor: pointer;
}
.prodP{padding: 80px 0 216px;}
.leftNav{
	width: 342px;
	padding-right: 16px;
}
.leftNav .zktit a{
	display: block;
	font-size: 18px;
	color: #333333;
	position: relative;
	font-weight: 700;
	padding: 23px 0;
}
.leftNav .zhshow{
	padding: 4px 0 24px;
}
.leftNav .on .zhshow{display: block;}
.leftNav .zhshow a{
	padding: 12px 0;
	font-size: 16px;
	color: #666666;
	display: block;
	position: relative;
}
.leftNav .zhshow a.on,
.leftNav .zhshow a.on::before{color: #6ec046;}
.rightCon{width: calc(100% - 342px);padding-left: 60px;}
.ulKuang::before{
	content: "";
	background-color: rgb(153, 153, 153);
	position: absolute;
	left: -60px;
	top: 0;
	width: 1px;
	height: 100%;
}
.prodP .ulKuang::before{
	top: 18px;
	height: calc(100% - 36px);
}
.prodPUl{margin: -18px;position: relative;}
.prodPUl li{padding: 18px;}
.prodPUl .kuang{display: block;transition: all 0.3s;}
.prodPUl li:hover .kuang{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.prodPUl .imgB{width: 100%;height: 348px;overflow: hidden;position: relative;}
.prodPUl .imgB .imgBG{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.prodPUl .imgB img{display: none;}
.prodPUl .tit{
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 16px 16px 0;
}
.prodPUl .desc{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin: 8px auto 0;
	padding: 0 16px 32px;
}
.soluUl li{
	margin-top: 36px;
	padding: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.soluUl li:first-child{margin-top: 0;}
.soluUl .imgB{display: block;width: 43%;}
.soluUl .imgB img{display: block;width: 100%;}
.soluUl .textB{width: 54%;padding-right: 20px;}
.soluUl .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	display: block;
}
.soluUl .desc{
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 2.25;
	margin-top: 28px;
}
.soluUl .more{
	margin-top: 28px;
	display: block;
}
.servUl li{
	border-bottom: 1px solid #cdcdcd;
	padding: 26px 0;
}
.servUl .tit{
	display: block;
	font-size: 18px;
	color: rgb(51, 51, 51);
	width: calc(100% - 120px);
}
.servUl .more{
	display: block;
	padding: 0 24px;
}
.caseUl{margin: -18px;position: relative;}
.caseUl li{padding: 18px;}
.caseUl .kuang{
	display: block;
	transition: all 0.3s;
	border-width: 1px;
	border-color: rgb(237, 237, 237);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	height: 100%;
}
.caseUl li:hover .kuang{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.caseUl .imgB img{display: block;width: 100%;}
.caseUl .tit{
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 16px 16px 0;
}
.caseUl .desc{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin: 8px auto 0;
	padding: 0 16px;
}
.caseUl .more{
	text-align: center;
	padding: 8px 16px 16px;
}
.detailP .pubTit span{
	display: block;
}
.detailP .pubTit b{
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
}
.detailP .textB{
	font-size: 16px;
	line-height: 1.8;
}
.detailP .textB img{height:auto !important;}
.proDet .downG{
	margin-top: 20px;
}
.proDet .downG .nr{padding: 16px 0;}
.proDet .downG a{
	border: 1px solid rgba(192, 192, 192, 0.4);
	border-radius: 20px;
	padding: 8px 24px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	font-size: 16px;
	color: #6ec046;
	margin: 0 8px 8px 0;
	float: left;
	transition: all 0.3s;
	max-width: 100%;
	line-height: 1.5;
	text-align: left;
}
.proDet .downG a img{margin-left: 16px;height: 18px;}
.proDet .downG a:hover{background: #fbfbfb;box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);}
.proDet .topInfo{
	padding: 16px;
}
.proDet .topInfo .textBox{
	width: 47%;
}
.proDet .topInfo .textBox .wzTit{
	font-size: 24px;
	color: #6ec046;
	margin-top: 16px;
}
.proDet .topInfo .textBox .renzheng{
	font-size: 18px;
	color: #6ec046;
}
.proDet .topInfo .textBox .desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 22px;
	margin-top: 20px;
}
.proDet .topInfo .imgBox{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proDet .midBox{
	margin-top: 20px;
	line-height: 28px;
}
.proDet .cpmingc{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 44px;
	border-bottom: 1px solid rgb(193, 193, 193);
	cursor: pointer;
}
.proDet .cpmingc span{
	background: #6ec046;
	display: block;
	width: max-content;
	padding: 0 24px;
	color: #ffffff;
}
.proDet .midBox .showBox{
	padding: 16px;
}
@media (min-width:1280px){
	.container{max-width: 62.5%;}
	.container2{max-width: 80%;}
	/**导航菜单**/
	body{font-size: 0.83vw;}
	header{top: 2.4vw;height: 5.2vw;border-radius: 0.52vw;padding: 0 2.6vw;box-shadow: 0 0 0.52vw 0.2vw rgba(0,0,0,0.1);}
	header .logo img{max-height: 4vw;}
	header .menu>li{padding: 0 1.88vw;}
	header .menu .yiji>a{height: 5.2vw;line-height: 5.2vw;font-size: 18px;}
	header .hasDown .erjiBox{top: 5.2vw;box-shadow: 0 0 0.52vw 0.2vw rgba(0,0,0,0.1);padding: 0.2vw 0;}
	header .hasDown .erji a{padding: 0.2vw 0.83vw;font-size: 0.78vw;}
	header .hasDown2 .erjiBox{top: 7.6vw;padding: 0.83vw 2.6vw;border-radius: 0.52vw;}
	header .hasDown2 .erji{margin-bottom: 0.41vw;}
	header .hasDown2 .erji a{font-size: 1vw;}
	header .hasDown2 .sanji a{font-size: 0.83vw;margin-bottom: 0.41vw;}
	header.ontop .hasDown2 .erjiBox{top:5.2vw;}
	header .findBox{padding: 0 1.88vw;height: 5.2vw;}
	header .findBox img{width: 1.3vw;}
	header .findShow{top: 5.2vw;border-radius: 0.52vw;padding: 2vw;}
	header .headForm .shuru{height: 2.5vw;line-height: 2.5vw;padding: 0 2.9vw 0 0;} 
	header .headForm .tijiao{right: 0.625vw;top: calc(50% - 0.625vw);height: 1.25vw;}
	header .langBox{margin-left: 1vw;}
	header .langBtn{height: 2vw;}
	header .langBtn span{margin: 0 0.3vw 0 0.52vw;}
	header .langShow{top: 2vw;padding-top: 0.41vw;}
	header .langShow::before{border-bottom: 0.41vw solid #ffffff;border-right: 0.41vw solid transparent;border-left: 0.41vw solid transparent;left: calc(50% - 0.41vw);}
	header .langShow a{padding: 0.41vw 0.83vw;font-size: 0.83vw;}
	header .langShow a:first-child{border-radius: 0.41vw 0.41vw 0 0;}
	header .langShow a:last-child{border-radius: 0 0 0.41vw 0.41vw;}
	header .langBtn img:first-child {height: 1.25vw;}
	header .langBtn img:last-child {height: 0.3vw;}
	.banner .nrBox{height: 100vh;}
	.banner .font1{font-size: 3.125vw;transform: translateX(10.4vw);}
	.banner .font2{font-size: 1.25vw;margin-top: 2vw;transform: translateX(10.4vw);}
	.banner .swiper-pagination-bullet{width: 2.6vw;height: 0.26vw;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 0.52vw;}
	.indp{padding: 4.58vw 0;}
	.pubTit{font-size: 1.56vw;margin-bottom: 2.5vw;}
	.pubTit::after{width: 3.125vw;height: 0.16vw;margin: 1vw auto 0;}
	a.moreBtn{font-size: 0.83vw;width: 6.77vw;line-height: 2vw;margin: 3.33vw auto 0;}
	.indp1{padding-bottom: 2.3vw;}
	.indp1 .textB{padding: 0 2.9vw 0 0;}
	.indp1 .pubTit{margin-bottom: 2vw;}
	.indp1 .font1{font-size: 1vw;}
	.indp1 .font2{font-size: 0.83vw;margin-top: 1.88vw;}
	.indp1 .imgB{margin: -1.56vw;}
	.indp1 .imgB>div{padding: 1.56vw;}
	.indp1 .imgB>div:first-child{margin-top: 4.58vw;}
	.indp2 .nrBox{padding: 5.2vw 0 4.4vw;}
	.indp2Ul{margin: -0.73vw;}
	.indp2Ul li{padding: 0.73vw;}
	.indp2 .swiper .imgB,.indp2Ul .imgB{height: 18.125vw;}
	.indp2 .swiper .titB,.indp2Ul .titB{font-size: 0.94vw;padding: 1.25vw 0.83vw;}
	.indp2 .swiper-pagination {margin: 1.25vw auto 0;}
	.indp2 .swiper-pagination-bullet {width: 2.6vw;height: 0.26vw;}
	.indp3{padding-top: 3.75vw;}
	.indp3 .swiper .nrBox{padding: calc(5.4vw + 1.25vw) 0;}
	.indp3 .textB{padding: 0 2vw;}
	.indp3 .textB .num{font-size: 1.88vw;}
	.indp3 .textB .tit{font-size: 1.88vw;}
	.indp3 .textB .desc{margin-top: 2vw;}
	.indp3 .swiper-pagination-bullet{height: 0.26vw;width: 5.4vw;}
	.indp3 .swiper-pagination-bullet-active{height: 0.26vw;}
	.indp3 .textB .num,.indp3 .textB .tit,.indp3 .textB .desc{transform: translateX(5.2vw);}
	.indp4{padding-bottom: 6.875vw;}
	.indp4Left{padding: 0 4.2vw 0 0;}
	.indp4Ul li{padding: 1.67vw 0;}
	.indp4Ul .time{font-size: 1.25vw;}
	.indp4Ul .imgB{margin-top: 1vw;margin-bottom: 1.56vw;height: 19.8vw;}
	.indp4Ul .tit{font-size: 0.94vw;margin-top: 0.41vw;}
	.indp4Ul .desc{font-size: 0.73vw;margin-top: 0.625vw;}
	footer .footL1{padding: 3.75vw 0 2vw;font-size: 0.73vw;}
	footer .fTit{font-size: 0.94vw;margin-bottom: 1.25vw;}
	footer .fCon a{font-size: 0.73vw;margin-bottom: 0.625vw;}
	footer .fShare .fEach{margin: 0 0.625vw;}
	footer .fShare .iconB{width: 1.67vw;height: 1.67vw;}
	footer .fShare .showB{top: 2vw;width: 5.73vw;}
	footer .banquan{padding: 0.41vw 0;font-size: 0.73vw;}
	.ejNav{background: #f5f5f5;}
	.ejNav a{height: 5.2vw;font-size: 0.94vw;}
	.ejNav a.on::after{height: 0.16vw;}
	.location{padding: 2.5vw 0;font-size: 0.83vw;}
	.location .nrBox{padding-left: 1.8vw;background-size: 0.83vw 1.25vw;}
	.pubTit2{font-size: 1.88vw;}
	.pubTit2::after{width: 5.2vw;height: 0.26vw;}
	.aboP1{padding: 1.25vw 0 2.9vw;}
	.aboP1 .textB{font-size: 0.94vw;}
	.aboP1Ul{margin: 2.9vw 0 0;}
	.aboP1Ul li{padding: 0.83vw;}
	.aboP1Ul .icon img{width:3.33vw;}
	.aboP1Ul .num{font-size: 2.9vw;margin: 0.83vw 0 0;min-width: 10.4vw;}
	.aboP1Ul .num::after{width: 2.6vw;height: 0.16vw;margin: 0.41vw 0 0.83vw;}
	.aboP1Ul .tit{font-size: 0.94vw;}
	.aboP2 .pubTit2{margin-bottom: 3.75vw;}
	.aboP2 .pubTit2::after{width: 4.95vw;margin-top: 0.41vw;}
	.aboP2Left{padding: 2.5vw 2.9vw;}
	.aboP2Ul li{margin-top: 2.5vw;}
	.aboP2Ul .tit{font-size: 1.25vw;padding-left: 0.73vw;}
	.aboP2Ul .tit::before{top: calc(50% - 0.68vw);width: 0.26vw;height: 1.35vw;}
	.aboP2Ul .desc{font-size: 0.94vw;margin-top: 1.46vw;}
	.aboP3{padding: 5vw 0 0;}
	.aboP3 .pubTit2{margin: 0 0 0.41vw;}
	.swiper_aboP3w{font-size: 1.4vw;margin-bottom: 5vw;}
	.aboP3 .nrBox{padding: 0 4.58vw;min-height: 14.58vw;}
	.aboP3 .swiper-button-prev,.aboP3 .swiper-button-next{width: 3.125vw;height: 3.125vw;top: calc(50% - 1.56vw);}
	.aboP3 .swiper-button-prev::after,.aboP3 .swiper-button-next::after{font-size: 1.88vw;}
	.swiper_aboP3i{font-size: 0.94vw;}
	.swiper_aboP3i .swiper-slide{padding-top: 3.75vw;}
	.swiper_aboP3i .swiper-slide::before{left: calc(50% - 0.52vw);top: calc(50% - 0.52vw);width: 1vw;height: 1vw;}
	.aboP3 .daNum{font-size: 14.58vw;line-height: 14.58vw;}
	.aboP4{padding: 11.25vw 0 5.83vw;}
	.aboP4 .tit{font-size: 0.94vw;padding: 0.83vw;}
	.aboP4 .swiper-pagination{margin: 2.5vw auto 0;}
	.aboP4 .swiper-pagination-bullet{width: 3.125vw;height: 0.26vw;}
	.nyP{padding: 1vw 0 7.7vw;}
	.newsPUl li{margin: 3.33vw 0 0 0;}
	.newsPUl .textB{padding-left: 3.75vw;}
	.newsPUl .time{font-size: 1.25vw;}
	.newsPUl .tit{font-size: 1vw;margin-top: 1.25vw;}
	.newsPUl .desc{font-size: 0.83vw;margin-top: 1.67vw;}
	.newsPUl .more{font-size: 0.83vw;margin-top: 1.67vw;}
	.newsPUl2 li{padding: 0.83vw;margin-top:0.83vw;}
	.newsPUl2 .tit{margin: 0;}
	.newsPUl2 .desc,.newsPUl2 .more{margin-top: 0.83vw;}
	.xiaocms-page{margin-top: 5.83vw;}
	.xiaocms-page a,.xiaocms-page span{min-width: 1.67vw;height: 1.67vw;line-height: 1.67vw;font-size: 0.83vw;padding: 0 0.41vw;margin: 0.52vw;}
	.contP1{padding: 3.75vw 0 0;}
	.contP1Ul li{padding: 1.25vw 0;font-size: 0.94vw;}
	.contP1Ul .iconB{width: 2.6vw;height: 2.6vw;margin-right: 1.46vw;}
	.contP1Ul .tit{width: calc(100% - 4vw);}
	.contP1Right{width: calc(56% - 2.6vw);border-width: 0.52vw;}
	.contP2{padding: 4.2vw 0 4.58vw;}
	.contP2 .pubTit2{margin-bottom: 1.25vw;}
	.contP2 .miaoshu{font-size: 0.83vw;margin-bottom: 1.67vw;}
	.contP2 label{border-radius: 0.26vw;font-size: 0.73vw;padding: 0 0.83vw 0 2.9vw;}
	.contP2 .line{margin-bottom: 2vw;}
	.contP2 .line label{width: calc((100% / 3) - 1.56vw);}
	.contP2 label img{left: 0.83vw;top: 0.625vw;}
	.contP2 input,.contP2 textarea{height: 2.5vw;}
	.contP2 textarea{height: 7.8vw;padding: 0.625vw 0;}
	.contP2 .tijiao{width: 13vw;height: 2.6vw;line-height: 2.6vw;font-size: 0.83vw;margin: 3.33vw auto 0;}
	.prodP{padding: 4.2vw 0 20.83vw;}
	.leftNav{width: 17.8vw;padding-right: 0.83vw;}
	.leftNav .zktit a{font-size: 0.94vw;padding: 1.24vw 0;}
	.leftNav .zhshow{padding: 0.2vw 0 1.25vw;}
	.leftNav .zhshow a{padding: 0.625vw 0;font-size: 0.83vw;}
	.rightCon{width: calc(100% - 17.8vw);padding-left: 3.125vw;}
	.ulKuang::before{left: -3.125vw;}
	.prodP .ulKuang::before{top: 0.94vw;height: calc(100% - 1.88vw);}
	.prodPUl{margin: -0.94vw;}
	.prodPUl li{padding: 0.94vw;}
	.prodPUl .imgB{height: 18.1vw;}
	.prodPUl .tit{font-size: 0.94vw;padding: 0.83vw 0.83vw 0;}
	.prodPUl .desc{font-size: 0.83vw;margin: 0.41vw auto 0;padding: 0 0.83vw 1.67vw;}
	.soluUl li{margin-top: 1.88vw;padding: 1.56vw;}
	.soluUl .textB{padding-right: 1vw;}
	.soluUl .tit{font-size: 0.94vw;}
	.soluUl .desc{font-size: 0.83vw;margin-top: 1.46vw;}
	.soluUl .more{margin-top: 1.46vw;}
	.servUl li{padding: 1.35vw 0;}
	.servUl .tit{font-size: 0.94vw;width: calc(100% - 6.25vw);}
	.servUl .more{padding: 0 1.25vw;}
	.caseUl{margin: -0.94vw;}
	.caseUl li{padding: 0.94vw;}
	.caseUl .tit{font-size: 0.94vw;padding: 0.83vw 0.83vw 0;}
	.caseUl .desc{font-size: 0.83vw;margin: 0.41vw auto 0;padding: 0 0.83vw;}
	.caseUl .more{padding: 0.41vw 0.83vw 0.83vw;}
	.detailP .pubTit b{font-size: 0.83vw;margin-top: 0.41vw;}
	.detailP .textB{font-size: 0.83vw;}
	.proDet .downG{margin-top: 1vw;}
	.proDet .downG .nr{padding: 0.83vw 0;}
	.proDet .downG a{border-radius: 2vw;padding: 0.42vw 1.25vw;font-size: 0.83vw;margin: 0 0.42vw 0.42vw 0;}
	.proDet .downG a img{margin-left: 0.83vw;height: 0.94vw;}
	.proDet .downG a:hover{background: #fbfbfb;}
	.proDet .topInfo{padding: 0.83vw;}
	.proDet .topInfo .textBox .wzTit{font-size: 1.25vw;margin-top: 0.83vw;}
	.proDet .topInfo .textBox .renzheng{font-size: 0.94vw;}
	.proDet .topInfo .textBox .desc{font-size: 0.7vw;line-height: 1.15vw;margin-top: 1vw;}
	.proDet .midBox{margin-top: 1vw;line-height: 1.46vw;}
	.proDet .cpmingc{font-size: 1vw;line-height: 2.3vw;}
	.proDet .cpmingc span{padding: 0 1.25vw;}
	.proDet .midBox .showBox{padding: 0.83vw;}
}
@media (max-width:1600px) {
	/* header .menu>li{padding: 0 20px;}
	footer .fShare .fEach:last-child .showB{right: 0;left: unset;transform: unset;}
	.container2{padding: 0 16px;}
	.indp4Ul li{padding: 28px 0;}
	.indp4Ul .imgB{margin-bottom: 28px;} */
}
@media (max-width:1520px) {
	/* header,
	header .hasDown2 .erjiBox{width: 96%;left: 2%;}
	header .findBox{padding: 0 20px;} 
	header .langBox{margin-left: 20px;} 
	.banner .font1{font-size: 48px;}
	.indp1 .imgB{margin: -8px;}
	.indp1 .imgB>div{padding: 8px;}
	.indp1{padding-bottom: 0;}
	.indp2 .nrBox,.indp4{padding: 64px 0;}
	.indp4Ul li{padding: 20px 0;}
	.indp4Ul .desc{margin-top: 8px;}
	.indp4Ul .imgB{height: 282px;}
	.indp4Ul .time{font-size: 20px;line-height: 1;}
	.indp4Ul .tit{margin-top: 6px;}
	.swiper_aboP3w{margin-bottom: 16px;}
	.newsPUl .textB{padding-left: 40px;}
	.newsPUl .tit{margin-top: 8px;}
	.newsPUl .desc,
	.soluUl .desc{margin-top: 8px;line-height: 1.8;}
	.newsPUl .more{margin-top: 16px;}
	.location{padding: 32px 0;}
	.soluUl .more{width: 28px;margin-top: 8px;}
	.caseUl,
	.prodPUl{margin: -8px;}
	.caseUl li,
	.prodPUl li{padding: 8px;}
	.prodPUl .imgB{height: 244px;}
	.indp2 .swiper .imgB,
	.indp2Ul .imgB{height: 269px;} */
}
@media (max-width:1200px) {
	header .menu>li{padding: 0 12px;}
	header .findBox{padding: 0 12px;}
	header .findBox img{width: 18px;}
	header .langBox{margin-left: 12px;}
	header .langBtn img:first-child{width: 18px;}
	header .headForm{width: 60%;}
	.indp3 .swiper .nrBox{height: 56vw;}
	.indp3 .textB .num{font-size: 24px;}
	.indp3 .textB .tit{font-size: 28px;}
	.indp3 .textB .desc{margin-top: 16px;}
	.indp4Left{padding-right: 20px;}
	.indp4Right{padding: 0 0 0 20px;}
	.indp4Ul li{padding: 16px 0;}
	.indp4Ul .tit{margin-top: 2px;font-size: 16px;}
	.indp4Ul .desc{margin-top: 2px;}
	.indp4Ul .imgB{margin-bottom: 34px;height: 228px;}
	.aboP2Left{padding: 16px 32px;}
	.aboP2 .pubTit2{margin-bottom: 24px;}
	.aboP2Ul .desc{margin-top: 8px;}
	.aboP2Ul li{margin-top: 16px;}
	.swiper_aboP3w{font-size: 18px;line-height: 1.8;}
	.swiper_aboP3w .swiper-slide{padding: 16px 5%;}
	.newsPUl .desc{font-size: 14px;line-height: 1.6;}
	.newsPUl .time{font-size: 14px;}
	.nyP{padding: 0 0 48px;}
	.xiaocms-page{margin-top: 24px;}
	.pubTit,.pubTit2{font-size: 28px;}
	.leftNav{width: 240px;}
	.rightCon{width: calc(100% - 240px);padding-left: 16px;}
	.ulKuang::before{left: -16px;top: 8px;height: calc(100% - 16px);}
	.soluUl li{padding: 16px;}
	.leftNav .zktit a{padding: 16px 0;}
	.leftNav .zhshow a{padding: 8px 0;}
	.leftNav .zhshow{padding: 8px 0;}
	.prodPUl .imgB{height: 214px;}
	.indp2 .swiper .imgB,
	.indp2Ul .imgB{height: 209px;}
}
@media (max-width:992px) {
	header{
		left: 0;
		top: 0;
		width: 100%;
		height: 56px;
		border-radius: 0;
		padding: 0 16px;
		background: #ffffff;
		border-bottom: 1px solid #dadada;
	}
	header .logo{height: 56px;}
	header .logo img{max-height: 40px;}
	header .menuBox{
		position: fixed;
		right: -100%;
		top: 56px;
		background: rgba(0,0,0,0.8);
		height: calc(100vh - 56px);	
		width: 100%;
		transition: all 0.3s;
	}
	header.on .menuBox{right: 0;}
	header .menu{
		background: #ffffff;
		height: 100%;
		width: 100%;
		/* margin-left: 20%; */
		display: block;
		overflow-y: auto;
	}
	header .menu>li{
		padding: 0;
		border-bottom: 1px dashed #e8e8e8;
	}
	header .menu .yiji>a{
		height: 56px;
		line-height: 56px;
		padding: 0 16px;
	}
	header .menu .yiji{position: relative;}
	header .menu .yiji .downBtn{
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 56px;
		height: 56px;
	}
	header .menu .yiji .downBtn::before{
		content: "";
		display: block;
		width: 10px;
		height: 2px;
		background: #666666;
		position: absolute;
		left: calc(50% - 5px);
		top: calc(50% - 1px);
	}
	header .menu .yiji .downBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 10px;
		background: #666666;
		position: absolute;
		left: calc(50% - 1px);
		top: calc(50% - 5px);
	}
	header .hasDown .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		box-shadow: none;
		border-top: 1px dashed #e8e8e8;
		padding: 8px 0;
	}
	header .hasDown .erji a{
		text-align: left;
		padding: 8px 24px;
	}
	header .menu .yiji .downBtn.on::after{display: none;}
	header .hasDown2 .erjiUl{display: block;}
	header .hasDown2 .erjiBox{padding: 8px 0;}
	header .hasDown2 .erji{margin-bottom: 0;}
	header .hasDown .erji a{font-size: 15px;font-weight: 400;}
	header .hasDown2 .sanji a{text-align: left;padding: 4px 32px;margin-bottom: 0;font-size: 14px;}
	header.ontop .hasDown2 .erjiBox{top: unset;left: unset;}
	header .findBox{height: 56px;}
	header .langBox{margin-right: 40px;}
	header .mbtn{
		display: block;
		width: 48px;
		height: 48px;
		background: url(../img/menu1.png) center center no-repeat;
		position: absolute;
		right: 0;
		top: calc(50% - 24px);
	}
	header .findShow{border-radius: 0;top: 56px;padding: 16px;}
	header .headForm{width: 100%;}
	body{width: 100vw;overflow-x: hidden;overflow-y: auto;}
	.topDiv{height: 56px;}
	.banner .kuang{width: 100%;margin-right: 0;}
	.banner .swiper-pagination{bottom: 24px;}
	.banner .font1{font-size: 28px;text-align: center;transform: translateY(60px);}
	.banner .font2{font-size: 16px;text-align: center;transform: translateY(60px);}
	.banner .swiper-slide-active .font1,
	.banner .swiper-slide-active .font2{transform: translateY(0);}
	.banner .nrBox{height: auto;padding: 32vw 16px 32vw;}
	.indp,
	.indp2 .nrBox, 
	.indp4,
	.aboP1,
	.aboP4,
	.contP2{padding: 40px 0;}
	.indp1,
	.indp3{padding-bottom: 0;}
	.aboP3,
	.contP1{padding: 40px 0 0 ;}
	
	.indp1 .textB{padding: 0;}
	.indp1 .pubTit{margin-bottom: 24px;}
	.indp1 .font1{font-size: 18px;}
	.indp1 .font2{margin-top: 16px;}
	a.moreBtn{margin-top: 16px;}
	.indp1 .imgB{margin: 16px 0 0;}
	.indp1 .imgB>div{width: 50%;}
	.indp1 .imgB>div:first-child{margin-top: 0;}
	.pubTit{margin-bottom: 24px;}
	.pubTit::after{width: 48px;margin-top: 12px;}
	.indp2Ul{margin: -4px;}
	.indp2Ul li{width: 50%;padding: 4px;}
	.indp2Ul .titB{padding: 8px;font-size: 16px;}
	.indp3 .swiper .nrBox{height: auto;padding: 20vw 0 24vw;}
	.indp3 .textB{padding: 0 16px;width: calc(100% - 32px);margin-left: 16px;}
	.indp3 .swiper-pagination-progressbar{width: 100%;margin-left: 0;}
	.indp3 .textB .num{font-size: 18px;transform: translateX(32px);}
	.indp3 .textB .tit{font-size: 20px;transform: translateX(32px);}
	.indp3 .textB .desc{line-height: 1.8;transform: translateX(32px);}
	.indp4Left{padding: 0;}
	.indp4Right{padding: 0;margin-top: 8px;}
	.indp4Ul .imgB{margin: 8px 0;height: 50vw;}
	footer .footL1{padding: 24px 0;}
	footer .fNav{display: none;}
	footer .fShare .showB,
	footer .fShare .fEach:last-child .showB{left: 0;bottom: 40px;top: unset;right: unset;transform: unset;}
	.banny{height: 48vw;}
	.ejNav a{height: 48px;font-size: 16px;}
	.location{padding: 12px 0;}
	.location .nrBox{background-size: 12px 18px;padding-left: 22px;}
	.pubTit2{font-size: 22px;}
	.pubTit::after{height: 2px;}
	.aboP1 .textB{font-size: 16px;line-height: 1.8;}
	.aboP1Ul{margin-top: 16px;}
	.aboP1Ul li{width: 50%;}
	.aboP1Ul .icon img{max-width: 40px;max-height: 40px;}
	.aboP1Ul .num{font-size: 28px;margin: 8px 0 0;}
	.aboP1Ul .num::after{margin: 8px auto;}
	.aboP1Ul .kuang{text-align: center;}
	.aboP2Left{padding: 24px;}
	.aboP2Ul .tit{font-size: 18px;}
	.aboP2Ul .tit::before{width: 2px;height: 16px;top: calc(50% - 8px);}
	.aboP2Ul .desc{margin-top: 8px;font-size: 16px;}
	.aboP2Right{height: 48vw;}
	.swiper_aboP3w{font-size: 16px;line-height: 1.6;}
	.swiper_aboP3w .swiper-slide{padding: 16px 0;}
	.aboP3 .daNum{font-size: 96px;line-height: 96px;}
	.aboP3 .nrBox{min-height: 96px;padding: 0 48px;}
	.aboP3 .swiper-button-prev,
	.aboP3 .swiper-button-next{
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
	}
	.aboP3 .swiper-button-prev::after,
	.aboP3 .swiper-button-next::after{font-size: 20px;}
	.swiper_aboP3i .swiper-slide::before{
		left: calc(50% - 7px);
		top: calc(50% - 7px);
		width: 14px;
		height: 14px;
	}
	.aboP4 .tit{font-size: 16px;padding: 8px 0 0;}
	.aboP4 .swiper-pagination{margin: 16px 0 0;}
	.aboP4 .swiper-pagination-bullet{width: 24px;height: 2px;}
	.newsPUl .textB{padding: 8px 0 0;}
	.newsPUl .textB .k{padding: 0 0 8px;}
	.newsPUl .tit{font-size: 16px;}
	.newsPUl .more{font-size: 14px;}
	.newsPUl li{margin-top: 16px;}
    .xiaocms-page a, .xiaocms-page span{
        margin: 4px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 4px;font-size: 14px;}
    .xiaocms-page{margin: 16px 0 0;}
	.contP1 .nrBox{display: block;}
	.contP1Left{width: 100%;}
	.contP1Ul li{padding: 16px 0;}
	.contP1Ul li:first-child{padding-top:0;}
	.contP1Ul .iconB{width: 40px;height: 40px;margin-right: 16px;}
	.contP1Ul .iconB img{max-width: 50%;max-height: 50%;}
	.contP1Ul .tit{width: calc(100% - 56px);font-size: 16px;}
	.contP1Right{width: 100%;margin-top: 16px;border-width: 4px;}
	.contP1Right #map{height: 80vw;}
	.contP2 .miaoshu{font-size: 14px;margin-bottom: 24px;}
	.contP2 .line{display: block;margin-bottom: 12px;}
	.contP2 .line label{width: 100%;margin-bottom: 12px;}
	.contP2 .tijiao{margin-top: 16px;width: 160px;height: 40px;line-height: 40px;}
	.nyP .nrBox{display: block;}
	.leftNav{width: 100%;border: 1px solid rgb(220, 220, 220);padding: 8px 0;}
	.leftNav .zktit{position: relative;}
	.leftNav .zktit a{padding: 0;height: 40px;line-height: 40px;padding: 0 16px;}
	.leftNav .zktit .downBtn{
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 40px;
		height: 40px;
	}
	.leftNav .zktit .downBtn::before{
		content: "";
		display: block;
		width: 10px;
		height: 2px;
		background: #666666;
		position: absolute;
		left: calc(50% - 5px);
		top: calc(50% - 1px);
	}
	.leftNav .zktit .downBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 10px;
		background: #666666;
		position: absolute;
		left: calc(50% - 1px);
		top: calc(50% - 5px);
	}
	.leftNav li.on .zktit .downBtn::after{display: none;}
	.leftNav .on .zhshow{display: none;}
	.leftNav .zhshow{padding: 0 16px;}
	.leftNav .zhshow a{padding: 8px;}
	.ulKuang::before{display: none;}
	.rightCon{margin: 16px 0 0;width: 100%;padding: 0;}
	.prodPUl{margin: -4px;}
	.prodPUl li{padding: 4px;width: 50%;}
	.prodPUl .tit,
	.caseUl .tit{padding: 8px 8px 0;font-size: 16px;}
	.prodPUl .desc,
	.caseUl .more{padding: 0 8px 8px;font-size: 14px;margin-top: 4px;}
	.caseUl .desc{margin: 8px auto;font-size: 14px;line-height: 1.6;padding: 0 8px;}
	.soluUl li{display: block;}
	.soluUl .imgB{width: 100%;}
	.soluUl .textB{width: 100%;margin-top: 16px;padding: 0;}
	.soluUl .desc{font-size: 14px;line-height: 1.6;}
	.soluUl li{margin-top: 16px;}
	.servUl li{padding: 12px 0;}
	.servUl .tit{font-size: 16px;}
	.servUl .more{padding: 0;}
	.detailP{padding: 16px 0 40px;}
	.detailP .pubTit span{font-size: 20px;}
	.prodPUl .imgB{height: 224px;}
	.indp2 .swiper .imgB,
	.indp2Ul .imgB{height: 216px;}
	.indp2 .swiper .titB, .indp2Ul .titB{padding: 8px;}
	.banner .swiper-pagination-bullet,
	.indp2 .swiper-pagination-bullet{width: 24px;height: 2px;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.indp2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 4px;}
	.indp3 .swiper-pagination-bullet{width: 32px;}
	.proDet .topInfo .imgBox{float: none;width: 100%;}
	.proDet .topInfo .textBox{float: none;width: 100%;}
	.proDet .cpmingc{font-size: 18px;line-height: 40px;}
}
@media (max-width: 576px){
	.prodPUl .imgB{height: 45vw;}
	.indp2 .swiper .imgB,
	.indp2Ul .imgB{height: 45vw;}
	
}