/*初始化样式*/
input {
	padding: 0;
	margin: 0;
	/* font-family: PingFang SC,Microsoft YaHei; */
	font-family: 'PingFang SC Medium','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif';
}
img {
	border: none;
	background: none;
	vertical-align: middle;
}
.relative{
	position: relative;
}
ul,ol,li {
	list-style-type: none;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}


/*滚动*/
#demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#indemo {
	float: left;
	width: 800%!important;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

#m_demo {
	overflow: hidden;
	width: 92%;
	margin: 0 auto;
}

#m_indemo {
	float: left;
	width: 800%!important;
}

#m_demo1 {
	float: left;
}

#m_demo2 {
	float: left;
}

.com-img {
	display: block;
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.xypg-right-content {
	font-size: 14px;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.wrap {
	flex-wrap: wrap
}

.j-space-between {
	justify-content: space-between
}

.j-flex-start {
	justify-content: flex-start
}

.j-flex-end {
	justify-content: flex-end
}

.j-center {
	justify-content: center
}

.a-j-center {
	align-items: center;
	justify-content: center
}

.a-center {
	align-items: center
}

.a-flex-start {
	align-items: flex-start
}

.a-flex-end {
	align-items: flex-end
}

.clamp1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clamp2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.max1660 {
	max-width: 1660px;
	padding-left: 15px;
	padding-right: 15px;
	width: 96%;
	margin: 0 auto;
}

.max1200 {
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

body,
html {
	scroll-behavior: smooth;
}

div,p{ max-height: 10000rem;}

.h80{height: 80px;}

@media (max-width: 1023px){
	.h80{height: 60px!important;}
}
@media (max-width: 992px){
	.h80{height: 0px!important;}
}


a {-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.white-logo{opacity: 1;visibility: visible;}
.black-logo{opacity: 0;visibility: hidden;display: none;}

.mb-80{margin-bottom:.8rem}
.mb-60{margin-bottom:.6rem}
.mb-50{margin-bottom:.5rem}
.mb-40{margin-bottom:.4rem}
.mb-30{margin-bottom:.3rem}
.mb-20{margin-bottom:20px}
.mb-10{margin-bottom:10px}



:root {
--navheight: 50px;
--border20: 10px;
--toolheight: 60px;
--fz90: 50px;
--fz80: 40px;
--fz70: 40px;
--fz60: 40px;
--fz56: 36px;
--fz52: 36px;
--fz50: 34px;
--fz48: 34px;
--fz46: 30px;
--fz40: 28px;
--fz38: 28px;
--fz36: 28px;
--fz30: 20px;
--fz28: 20px;
--fz26: 20px;
--fz24: 18px;
--fz22: 18px;
--fz20: 18px;
--fz18: 18px;
--fz16: 16px;
--fz14: 14px;
--fz12: 12px;
}

.re{position:relative}
.z1{z-index:1}
.z2{z-index:2}
.z3{z-index:3}
.z4{z-index:4}
.z5{z-index:5}
.z6{z-index:6}
.z7{z-index:7}
.z8{z-index:8}
.z9{z-index:9}
.z10{z-index:10}
.fz90{font-size:var(--fz90)}
.fz80{font-size:var(--fz80)}
.fz72{font-size:var(--fz72)}
.fz60{font-size:var(--fz60)}
.fz56{font-size:var(--fz56)}
.fz52{font-size:var(--fz52)}
.fz50{font-size:var(--fz50)}
.fz48{font-size:var(--fz48)}
.fz46{font-size:var(--fz46)}
.fz40{font-size:var(--fz40)}
.fz38{font-size:var(--fz38)}
.fz36{font-size:var(--fz36)}
.fz30{font-size:var(--fz30)}
.fz28{font-size:var(--fz28)}
.fz26{font-size:var(--fz26)}
.fz24{font-size:var(--fz24)}
.fz22{font-size:var(--fz22)}
.fz20{font-size:var(--fz20)}
.fz18{font-size:var(--fz18)}
.fz16{font-size:var(--fz16)}
.fz14{font-size:var(--fz14)}
.fz12{font-size:var(--fz12)}


html {
	font-size: 5.2083vw;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 68px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 80px;
    }
    .mb-80 {
        margin-bottom: .4rem;
    }
}

:root {
    --demo-color: #00a54f;
}

.section {overflow: hidden;}


/* 侧边导航 */
#menux {
	position: fixed;
	top: 50%;
	left: 20px;
	z-index: 100;
	transform: translateY(-50%);
	margin: 0!important;
	width: 50px;
}

#menux li {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	height: 22px;
}
#menux li{
	padding-left: 6px;
	border-left: 2px solid #ebebeb;
}
#menux li a {
	color: #00a54f;
	transition: all .5s;
	font-size: 0;
}
#menux li.active{
	border-color: #00a54f;
}
#menux li.active a {
	font-size: 16px;
}


.fp-viewing-Page3 #menux li{border-color: #707070;}
.fp-viewing-Page3 #menux li.active{border-color: #00a54f;}

.fp-viewing-Page5 #menux li{border-color: #707070;}
.fp-viewing-Page5 #menux li.active{border-color: #00a54f;}

.fp-viewing-Page6 #menux li{border-color: #707070;}
.fp-viewing-Page6 #menux li.active{border-color: #00a54f;}

.fp-viewing-Page7 #menux li{border-color: #707070;}
.fp-viewing-Page7 #menux li.active{border-color: #00a54f;}

.fp-viewing-Page2 #menux,
.fp-viewing-Page8 #menux{display: none;}




/* header */
.header {
	position: fixed;
    position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	z-index: 9999;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.header:hover{
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.header .header-flex {
	height: 80px;
}

.header .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

.header .logo a {
	display: block;
}

.header .logo a img {
	max-width: 100%;
	max-height: .58rem;
}

.hlang {
	position: relative;
	margin-left: .3rem;
}

.hlang .icon {
	display: flex;
	align-items: center;
	color: #2e2e2e;
	transition: all .5s ease;
	cursor: pointer;
	font-size: 16px;
}

.hlang .icon img {
	margin-right: 10px;
	animation: myrotato 5s infinite linear;
}

@keyframes myrotato {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.hlang .icon i {
	background: url(../images/3bda6a57ed0a0ef7bb265b13a79315164c5158a0.png) no-repeat center;
	width: 11px;
	height: 7px;
	display: block;
	margin-left: 8px;
}

.hlang .lan_down {
	position: absolute;
	width: 95px;
	left: 0;
	top: 70px;
	background: #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0;
	padding: 5px 0px;
	display: none;
}

.hlang .lan_down::after{
	content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #f5f5f5 transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.hlang .lan_down dd {
	color: #2e2e2e;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.hlang .lan_down dd a {
	display: block;
	font-size: 0.16rem;
	color: #2e2e2e!important;
	transition: all .5s ease;
}

.hlang .lan_down dd a:hover {
	color: #00a54f!important;
}

.hphone {
	position: relative;
	background: var(--demo-color);
	border-radius: 30px;
	padding: 7px 12px;
}

.hphone > img {
	margin-right: 6px;
	max-width: 26px;
}

.hphone span,
.hphone span a {
	color: #fff;
	font-size: .16rem;
}


@media (max-width: 992px){
	.hlang .lan_down{
		top: 58px;
	}
}



/*banner*/
.banner {
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide a {
	display: block;
}

.banner .swiper-slide img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	display: block;
}

.c-banner1 {
	overflow: hidden;
}

.c-banner1 .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 50px;
}

.c-banner1 .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
}

.c-banner1 .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	transition: all 0s;
}

.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	top: 1px;
	left: 1px;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255, 255, 255, .5);
	background: transparent;
}

.c-banner1 .swiper-pagination-bullet svg {
	vertical-align: top;
}

.c-banner1 .swiper-pagination-bullet svg circle {
	opacity: 0;
	fill: none;
	stroke: #00a54f;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 39 39;
	stroke-dashoffset: 39;
	-webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
	transition: stroke-dashoffset 0s linear, opacity 0s linear;
}

.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
	opacity: 1;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
	transition: stroke-dashoffset 5s linear, opacity 0s linear;
}

@media (max-width: 768px){
	.c-banner1 .swiper-pagination{
		bottom: 80px;
	}
}

/* section2 */
.section2{position: relative;}
.mainbanner{position:relative;height: 100%;}
.mainbanner .myday{display:block;height: 100%;}

.mainbanner .conbox{position:absolute;margin:0 auto;width:100%;height:100%;z-index:7;left:50%;top:0;transform:translate(-50%)}
.mainbanner .breathli{display:flex;align-items:center;position:absolute;transform:translateY(-50%);z-index:6}
.mainbanner .breathli.showleft .breathtt{order:0}
.mainbanner .breathli.showleft .breath{order:1}
.mainbanner .breathli.showleft:hover .breathtt{width:auto;opacity:1;visibility:visible;transform:translate(-14px,0)}
.mainbanner .breathli:hover{z-index:10}
.mainbanner .breathli:hover .breathtt{width:auto;opacity:1;visibility:visible;transform:translate(14px,0)}

.mainbanner .breathli.my1{left:24%;top:17%}
.mainbanner .breathli.my2{left:32%;top:16%}
.mainbanner .breathli.my3{left:23%;top:41%}
.mainbanner .breathli.my4{left:32%;top: 61%;}
.mainbanner .breathli.my5{left:37%;top: 34%;}
.mainbanner .breathli.my6{left:44%;top: 34%;}
.mainbanner .breathli.my7{left:51%;top: 43%;}
.mainbanner .breathli.my8{left:43%;top: 86%;}
.mainbanner .breathli.my9{left: 59%;top: 93%;}
.mainbanner .breathli.my10{right:35%;top:71%}
.mainbanner .breathli.my11{right: 30%;top: 63%;}
.mainbanner .breathli.my12{right: 25%;top: 72%;}
.mainbanner .breathli.my13{right: 21%;top: 82%;}
.mainbanner .breathli.my14{right:22%;top: 89%;}


.mainbanner .breathli .breathtt{z-index:6;position:relative;padding:4px 14px 4px 6px;width:0;border-radius:23px;height:46px;background-color:rgba(214,21,24,.8);display:flex;align-items:center;opacity:0;visibility:hidden;transition:transform .5s,opacity .5s,width 0s}
.mainbanner .breathli .breathtt:hover .ii{transform:translate(2px,0)}
.mainbanner .breathli .breathtt:hover .ic .img{transform:scale(1.05)}
.mainbanner .breathli .breathtt .ic{background-color:#fff;width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.mainbanner .breathli .breathtt .ic .img{max-width:20px;max-height:20px;border-radius:50%;overflow:hidden;transition:all .3s}
.mainbanner .breathli .breathtt .tt{flex:1;margin:0 12px;color:#fff;line-height:1}
.mainbanner .breathli .breathtt .ii{flex-shrink:0;color:#fff;font-size:12px;transition:all .3s}

/* 左圆点 */
.breath{position:relative;z-index:5;width:22px;height:22px;border-radius:50%;cursor:pointer}
.breath .brecc{position:relative;background:#fff;border:8px solid var(--demo-color);border-radius:50%;z-index:5;width:100%;height:100%}
.breath::before{animation:breath1 3s ease-in-out 1s infinite normal forwards}
.breath::after{animation:breath1 3s ease-in-out 0s infinite normal forwards}
.breath::after,.breath::before{
	z-index:4;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--demo-color);border-radius:50%;opacity:0;transform:scale(1);
}

@keyframes breath1 {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	50% {
		opacity: 0;
		transform: scale(2.5)
	}

	100% {
		opacity: 0;
		transform: scale(2.5)
	}
}

.fix-h3{position:absolute;margin:0 auto;z-index:99;left:50%;top:1.6rem;transform:translate(-50%);width: 100%;text-align: center;}
.fix-h3 span{color: #2e2e2e;font-size: 0.4rem;padding: 10px 20px;background: rgba(255, 255, 255, .5);border-radius: 5px;font-weight: bold;letter-spacing: 2px;}
.fix-h3 span a{color: #2e2e2e;}


.mainbanner .conbox .img-index{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.vcover{object-fit:cover}
.w100{width:100%}
.h100{height:100%}
.max100{width:100%;height:100%}
.webbb{display:block;height: 100%;}
.mobilebb{display:none}


/* section3 */
.section3{
	position: relative;
	background: url(../images/section3-bg.jpg) no-repeat;
	background-size: cover;
}
.product_box{position:relative}
.pro_left{padding-left:1.3rem;position:relative;width:44.7916%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}
.pro_tit{position:relative;margin-bottom:.3rem}
.pro_tit h2{font-size:.4rem;color: #00a54f;font-weight:400;margin-bottom:.15rem}
.pro_tit h2 span{color:#00a54f;font-weight:700}
.pro_tit p{color:#707070;font-size:.18rem}
.section3 .list1{position:relative;display:flex;flex-wrap:wrap;margin-bottom:.1rem}
.section3 .list1 li{background:#fff;position:relative;width:calc(100%/4 - 20px);margin:0 20px 20px 0;padding:.1rem .22rem;border-radius:10px;box-shadow:0 0 12px rgba(0,0,0,.2)}
.section3 .list1 li a{display:block}
.section3 .list1 li a img{display:block;width:100%}
.section3 .list1 li.on{/*box-shadow:0 0 12px rgba(214,21,24,.2)*/ border: 1px solid #00a54f;}
.section3 .list1_txt{position:relative}
.section3 .list1_txt li{padding-right:.6rem}
.section3 .list1_txt li h3{font-size:.3rem;color: #00a54f;font-weight:400;margin-bottom:.15rem;padding-left: 0.3rem;display: flex;align-items: center;}
.section3 .list1_txt li h3::before{content: ''; display: block;width: 0.13rem;height: 0.3rem; background: #00a54f;position: absolute;left: 0;}
.section3 .list1_txt li p{font-size:.18rem;color:#686868;line-height:1.6;margin-bottom:.22rem}
.section3 .list1_txt li{position:absolute;left:0;top:0;z-index:9;right:0}
.section3 .list1_txt li{opacity:0;visibility:hidden;transition:all .5s ease}
.section3 .list1_txt li.on{position:static;opacity:1;visibility:visible}

.pu_link{overflow:hidden;display:inline-block;position:relative;transition:.4s}
.pu_link::before{z-index:1;transition:.6s;content:'';position:absolute;bottom:-1px;left:0;width:2px;height:.1rem;background:#fff}
.pu_link::after{transition:.6s;content:'';position:absolute;bottom:0;left:-1px;width:.2rem;height:2px;background:#fff}
.pu_link a{transition:.6s;position:relative;width:1.72rem;line-height:.52rem;text-align:center;color:#fff;border:1px solid rgba(255,255,255,.2);font-weight:700;display: block;font-size: 0.2rem;}
.pu_link a::before{z-index:1;transition:.6s;content:'';position:absolute;top:0;right:-1px;width:2px;height:.1rem;background:#fff}
.pu_link a::after{transition:.6s;content:'';position:absolute;top:-1px;right:0;width:.2rem;height:2px;background:#fff}
.pu_link:hover{background:#fff;transition-delay:.6s}
.pu_link:hover::before{height:100%}
.pu_link:hover::after{width:100%}
.pu_link:hover a{color:#00a54f;transition-delay:.6s}
.pu_link:hover a::before{height:100%}
.pu_link:hover a::after{width:100%}
.pu_link.color::before{background:#00a54f}
.pu_link.color::after{background:#00a54f}
.pu_link.color a{color: #00a54f;border-color:#ccc}
.pu_link.color a::before{background:#00a54f}
.pu_link.color a::after{background:#00a54f}
.pu_link.color:hover{background:#00a54f}
.pu_link.color:hover a{color:#fff;border-color: #00a54f;}

.pro_right{position:relative;width:8.7rem}
.list2{position:relative;width:100%;height:100%}
.list2 li{position:absolute;width:8.7rem;height:8.7rem;display:flex;align-items:center;justify-content:center;flex-direction:column;left:50%;top:50%;transform:translate(-50%,-50%)}
.list2 li .yy1{width:8rem;height:8rem;border-radius:50%;border: 2px dashed #00a54f;position:relative;z-index:11;display: flex;justify-content: center;align-items: center;animation: run 10s linear infinite;}
.list2 li .yy1-1{width:7rem;height:7rem;border-radius:50%;border: 2px dashed #00a54f;position:relative;z-index:11;animation: run 20s linear infinite;}
.list2 li .yy2{width:6rem;height:6rem;border-radius:50%;background:rgba(0,92,169,.15);position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;left:50%;top:50%;transform:translate(-50%,-50%);z-index:12}
.list2 li .yy3{width:5.55rem;height:5.55rem;width:4.55rem;height:4.55rem;position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;left:50%;top:50%;transform:translate(-50%,-50%);z-index:13}
.list2 li .yy3 img{display:inline-block;max-width:100%;max-height:5.55rem;max-height:4.55rem;transform:translateY(50px);opacity:0;visibility:hidden;transition:all 1s ease 0s}
.list2 li.on .yy3 img{transform:translateY(0);opacity:1;visibility:visible}
.list2 li .yy1::before{
	content: '';
	display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: #00a54f;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    left: 0.2rem;
    bottom: 2.35rem;
}
.list2 li .yy1 .yy1-1::before{
	content: '';
	display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: #00a54f;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    left: 1.08rem;
    top: .75rem;
}
.list2 li .yy1 .yy1-1::after{
	content: '';
	display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: #00a54f;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    right: 0.85rem;
    bottom: 1rem;
}
    
@keyframes run{
	0%{
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(360deg);
	}
}   
/* section4 */
.section4{
	position: relative;
}

.whlist_box{
	position: relative;
}
.whlist-title h3{
	font-size: 0.4rem;
	letter-spacing: .05rem;
	margin-bottom: 0.2rem;
	color: #fff;
}
.whlist-title p{
	font-size: 0.18rem;
	color: #fff;
}


.whlist-wrap{
	position: relative;
}

.whlist-list{
	margin-top: .6rem;
    font-size: 0;
    width: 100%;
    height: 4.2rem;
	height: 1.7rem;
    position: relative;
    background: url(../images/53aff4b76c28568f9fbe1c8e0574ae9741deee08.png) 0 30px no-repeat;
    background-size: 100% 82px;
}
.whlist-list li{
    position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
    z-index: 2;
}

.whlist-list li.i1 {
  left: 6.77083%;
  top: 5px;
}
.whlist-list li.i2 {
  left: 21.875%;
  top: 0px;
}
.whlist-list li.i3 {
  left: 37.5%;
  top: 25px;
}
.whlist-list li.i4 {
  left: 55.2083%;
  top: 60px;
}
.whlist-list li.i5 {
  right: 21.875%;
  top: 77px;
}
.whlist-list li.i6 {
  right: 6.25%;
  top: 52px;
}

.whlist-list li .wztop{
	position: relative;
	width: 67px;
	height: 67px;
	margin-left: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.whlist-list li .wztop_aa{
	position: relative;
    z-index: 5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
}
.whlist-list li .wztop_aa .yyaa{
    position: relative;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    z-index: 5;
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.whlist-list li .wztop_aa .yyaa .i22{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}

.wztop_aa::before {
	animation: breath1 3s ease-in-out 1s infinite normal forwards;
}

.wztop_aa::after {
	animation: breath1 3s ease-in-out 0s infinite normal forwards;
}

.wztop_aa::after,.wztop_aa::before {
	z-index: 4;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	opacity: 0;
	transform: scale(1);
}

.whlist-list li .wztop_bb{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}
.whlist-list li .wztop_bb .zhuan1{
	position: relative;
	width: 67px;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.whlist-list li .wztop_bb .zhuan1 img{
	-webkit-animation: rotate360 10s linear infinite;
    animation: rotate360 10s linear infinite;
}

.whlist-list li .wztop_bb .zhuan2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	font-size: 0.16rem;
	color: #00a54f;
	font-weight: bold;
} 


@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}

@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}

@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}


.whlist-wrap .bd{
	position: relative;
	z-index: 99;
}

.whlist-wrap .bd .wz2{
	/* position: absolute;
	left: 0px;
	top: 1.5rem; */
	width: 5.2rem;
	/* visibility: hidden;
	opacity: 0; */
}
.whlist-wrap .bd .wz2 h3{
	color: #fff;
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.whlist-wrap .bd .wz2 p{
	color: #fff;
	font-size: 0.18rem;
	font-weight: lighter;
	line-height: 1.7;
	margin-bottom: 0.7rem;
}

.whlist-wrap .bd .wz2 .pu_link a{
	color: #fff;
}

/* .whlist-list li.on .wz2{
	visibility: visible;
	opacity: 1;
} */

.whlist-list li.on .wztop_aa{
	opacity: 0;
	visibility: hidden;
}
.whlist-list li.on .wztop_bb{
	opacity: 1;
	visibility: visible;
}


.whlist-wrap .arrow{
	position: absolute;
	right: 1.2rem;
	bottom: 0px;
	z-index: 999;
	display: flex;
	align-items: center;
}

.whlist-wrap .arrow a{
	width: 60px;
	height: 60px;
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.whlist-wrap .arrow .prev{
	margin-right: 20px;
	background: url(../images/aa74067679c9c59e6d2024d7a0bff19f54662b5d.png) no-repeat center;
}

.whlist-wrap .arrow .next{
	margin-right: 0px;
	background: url(../images/45e5d8ef33005a3954a5070db71555b4cfa1a24e.png) no-repeat center;
}

/* mobile-section */
.mobile-whlist-swiper{
	position: relative;
	width: 100%;
	height: 100%;
}

.mobile-whlist-swiper .bg-img{
	height: 100%;
}
.mobile-whlist-swiper .bg-img img{
	width: 100%;
	height: 100%;
}
.mobile-whlist-swiper .wz2x{
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 99;
	padding: 0 .3rem;
}
.mobile-whlist-swiper .wz2x .ppa{
	color: #fff;
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}
.mobile-whlist-swiper .wz2x .ppi{
	color: #fff;
	font-size: 0.18rem;
	line-height: 1.7;
	margin-bottom: 0.2rem;
}
.mobile-whlist-swiper .wz2x .pu_link.color a{
	font-weight: normal;
	color: #fff;
}

.mobile-whlist-swiper .wz2x .nexpre{
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}
.mobile-whlist-swiper .wz2x .swiper-button-prev,
.mobile-whlist-swiper .wz2x .swiper-button-next{
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 40px;height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
}

.mobile-whlist-swiper .wz2x .swiper-button-prev{
	background: url(../images/aa74067679c9c59e6d2024d7a0bff19f54662b5d.png) no-repeat center;
	background-size: 9px 16px;
}

.mobile-whlist-swiper .wz2x .swiper-button-next{
	background: url(../images/45e5d8ef33005a3954a5070db71555b4cfa1a24e.png) no-repeat center;
	background-size: 9px 16px;
}
.mobile-whlist-swiper .wz2x .swiper-pagination2{
	position: relative;
	left: 0px;
	bottom: 0px;
	width: auto;
	text-align: left;
	color: #fff;
	font-size: 0.25rem;
}
.mobile-whlist-swiper .wz2x .swiper-pagination2 span.swiper-pagination-current{
	font-size: 0.45rem;
}
.mobile-whlist-swiper .wz2x .swiper-pagination2 span::before{
	content: "0";
}



@media (max-width: 768px){
	.mobile-whlist-title{
		position: absolute;
		left: 0px;
		top: 100px;
		z-index: 99;
	}
}



/* section5 */
.blue{color: #ffffff;}
.section5{
	position: relative;
	background: url(../images/section5-bg.jpg) no-repeat center bottom; 
	background-size: cover;
}

.about_box{
	position: relative;
	z-index: 9;
}

.about-top{
	position: relative;
	margin-bottom: 0.5rem;
	flex-direction:column;
	align-items: flex-start;
}

.ab-item1{
	/*width: 290px;*/
	position: relative;
}
.ab-item1 h3{
	font-size: 0.4rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: .05rem;
}
 
.ab-item1 h3 > img{
	height: 0.8rem;
	margin-left: 0.3rem;
}
.ab-item1 p{
	font-size: 0.3rem;
	color: #2e2e2e;
}

.ab-item1 p img{
	margin-right: 5px;
}

.ab-item2{
	position: relative;
	font-size: 0.18rem;
	margin-top: .2rem;
	color: #747474;
	line-height: 2;
	width: 95%;
}

.ab-item2 a{
	color: #ffffff;
}

.section5 .img_index{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}


.ab-item3{
	position: relative;
	margin-top: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.pu_link2{overflow:hidden;display:inline-block;position:relative;transition:.4s}
.pu_link2::before{z-index:1;transition:.6s;content:'';position:absolute;bottom:-1px;left:0;width:2px;height:.1rem;background:#fff}
.pu_link2::after{transition:.6s;content:'';position:absolute;bottom:0;left:-1px;width:.2rem;height:2px;background:#fff}
.pu_link2 a{transition:.6s;position:relative;width:1.72rem;line-height:.52rem;text-align:center;color:#fff;border:1px solid rgba(255,255,255,.2);font-weight:700;display: block;font-size: 0.2rem;}
.pu_link2 a::before{z-index:1;transition:.6s;content:'';position:absolute;top:0;right:0;width:2px;height:.1rem;background:#fff}
.pu_link2 a::after{transition:.6s;content:'';position:absolute;top:0;right:0;width:.2rem;height:2px;background:#fff}
.pu_link2:hover{background:#fff;transition-delay:.6s}
.pu_link2:hover::before{height:100%}
.pu_link2:hover::after{width:100%}
.pu_link2:hover a{color:#00a54f;transition-delay:.6s}
.pu_link2:hover a::before{height:100%}
.pu_link2:hover a::after{width:100%}
.pu_link2.color::before{background:#00a54f}
.pu_link2.color::after{background:#00a54f}
.pu_link2.color a{color: #ffffff;border-color:#ccc}
.pu_link2.color a::before{background:#00a54f}
.pu_link2.color a::after{background:#00a54f}
.pu_link2.color:hover{background:#00a54f}
.pu_link2.color:hover a{color:#fff}


.number {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 999;
	padding: .9rem .6rem;
	/* background: rgba(0,156,79,.6); */
	border-radius: .15rem;
}

.number li {
	position: relative;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.number li .aimg{
	position: relative;
	width: 60px;
    height: 60px;
    background-color: #fff;
    opacity: 1;
	border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;
}

.number li .aimg img{
	max-width: 100%;
	max-height: 36px;
}

.number li h3 {
	color: #fff;
	display: inline-block;
}

.number li h3 i {
	font-style: inherit;
	color: #fff;
	font-size: .7rem;
	font-weight: bold;
}

.number li h3 span {
	font-size: .2rem;
	margin-left: .1rem;
	font-weight: normal;
	font-style: inherit;
	color: #fff;
}

.number li p {
	font-size: .2rem;
	line-height: 1.7;
	color: #fff;
	letter-spacing: 2px;
	font-weight: normal;
}


/* section6 */
.section6{
	position: relative;
	background: url(../images/section6-bg.jpg) no-repeat center bottom;
	background-size: cover;
}


.world{position:relative;width:100%;height:600px}
.world a{-webkit-transition:ease 1s;transition:ease 1s}
.world a:hover{-webkit-transform:translate(10px,0);transform:translate(10px,0)}

.z_slogo_box{width:12.8125vw;height:12.8125vw;position:absolute;z-index:1;left:42.5%;top:33.33%}
.z_slogo_box::before{content:"";display:block;width:100%;height:100%;border:2px dashed #fff;padding:.18rem;-webkit-animation:rotateT 100s linear infinite;animation:rotateT 100s linear infinite;position:absolute;left:50%;top:50%;z-index:1;pointer-events:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%}
.z_slogo_box::after{content:"";display:block;width:100%;height:100%;border:2px dashed #fff;padding:.42rem;-webkit-animation:rotateT 60s linear infinite;animation:rotateT 60s linear infinite;position:absolute;left:50%;top:50%;z-index:2;pointer-events:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%}
.z_slogo{width:100%;height:100%}
.z_slogo a{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden}
.z_slogo a img{display:block;width:100%;height:100%}

.z_slogo_box::after,
.z_slogo_box::before{
 	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
}

.z_lclogo{z-index:0;position:absolute}
.z_lclogo a{width:100%;height:100%;background-color:#fff;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%}
.z_lclogo a img{max-width:100%;max-height:100%}


.z_lclogo1{width:8.333vw;height:8.333vw;left:0%;top:37%;-webkit-animation:moves2 2s linear infinite;animation:moves2 2s linear infinite}
.z_lclogo2{width:7.29vw;height:7.29vw;left:13.125%;top:20%;-webkit-animation:moves2 3s linear infinite;animation:moves2 3s linear infinite}
.z_lclogo3{width:6.35vw;height:6.35vw;left:14.375%;top:49.16%;-webkit-animation:moves2 4s linear infinite;animation:moves2 4s linear infinite}
.z_lclogo4{width:7.13vw;height:7.13vw;left:18.125%;top:75.83%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo5{width:6.35vw;height:6.35vw;left:23.75%;top:8.33%;-webkit-animation:moves2 2s linear infinite;animation:moves2 2s linear infinite}
.z_lclogo6{width:5.67vw;height:5.67vw;left:29.06%;top:38.33%;-webkit-animation:moves2 3s linear infinite;animation:moves2 3s linear infinite}
.z_lclogo7{width:7.03vw;height:7.03vw;left:38.125%;top:6.66%;-webkit-animation:moves2 4s linear infinite;animation:moves2 4s linear infinite}
.z_lclogo8{width:6.35vw;height:6.35vw;left:38.43%;top:77.5%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo9{width:7.29vw;height:7.29vw;left:55%;top:8.33%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo10{width:5.67vw;height:5.67vw;left:59.375%;top:73.33%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo11{width:7.13vw;height:7.13vw;left:65%;top:33.33%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo12{width:7.29vw;height:7.29vw;left:76.25%;top:68.33%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo13{width:7.13vw;height:7.13vw;left:83.125%;top:40.83%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo14{width:8.48vw;height:8.48vw;left:86.875%;top:12.5%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}
.z_lclogo15{width:7.29vw;height:7.29vw;right:0%;top:60%;-webkit-animation:moves2 5s linear infinite;animation:moves2 5s linear infinite}


.partner-title {
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}
.partner-title h3{
	font-size: 0.4rem;
	color: #fff;
	margin-bottom: 0.16rem;
	letter-spacing: 2px;
}
.partner-title h3 span{
	font-weight: bold;
	color: #00a54f;
}
.partner-title p{
	letter-spacing: 2px;
	font-size: 0.18rem;
	color: #fff;
}


@media screen and (max-width:1000px){
	.z_slogo_box{width:160px;height:160px}
	.z_lclogo1{width:108px;height:108px}
	.z_lclogo2{width:90px;height:90px}
	.z_lclogo3{width:106px;height:106px}
	.z_lclogo4{width:91px;height:91px}
	.z_lclogo5{width:91px;height:91px}
	.z_lclogo6{width:80px;height:80px}
	.z_lclogo7{width:91px;height:91px}
	.z_lclogo8{width:89px;height:89px}
}
@media screen and (max-width:750px){
	.z_slogo_box{top:32%}
	.z_lclogo1{top:20%;left:24%}
	.z_lclogo2{top:45%}
	.z_lclogo3{top:61%}
	.z_lclogo4{top:61%}
	.z_lclogo5{top:16.7%}
	.z_lclogo6{top:66%}
	.z_lclogo7{top:49%}
}

@media screen and (max-width:600px){
	.z_slogo_box{left:43%}
	.z_lclogo7{left:78%;top:44%}
}
@-webkit-keyframes moves2{
	0%{-webkit-transform:translateY(0);transform:translateY(0)}
	50%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes moves2{
	0%{-webkit-transform:translateY(0);transform:translateY(0)}
	50%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes rotateT{
	50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}
	100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes rotateT{
	50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}
	100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}
}
@-webkit-keyframes circle-shadow{
	0%{-webkit-box-shadow:0 0 0 0 #00a54f;box-shadow:0 0 0 0 #00a54f}
	100%{-webkit-box-shadow:0 0 0 25px rgba(0,88,167,0);box-shadow:0 0 0 25px rgba(0,88,167,0)}
}
@keyframes circle-shadow{
	0%{-webkit-box-shadow:0 0 0 0 #00a54f;box-shadow:0 0 0 0 #00a54f}
	100%{-webkit-box-shadow:0 0 0 25px rgba(0,88,167,0);box-shadow:0 0 0 25px rgba(0,88,167,0)}
}



/* section7 */
.section7{
	position: relative;
	background: url(../images/bd176701f46ca3ce393248206a9bf61e0d5a8f78.jpg) no-repeat;
	background-size: cover;
}

.news_top{
	position: relative;
	margin-bottom: 0.3rem;
}

.hm-news-tit h3{
	font-size: 0.4rem;
	color: #00a54f;
	font-weight: normal;
	margin-bottom: 0.15rem;
	letter-spacing: 2px;
}
.hm-news-tit h3 span{
	font-weight: bold;
	color: #00a54f;
}
.hm-news-tit p{
	letter-spacing: 2px;
	font-size: 0.18rem;
	color: #707070;
}

.hm-news-sort{
	display: flex;
	align-items: center;
}
.hm-news-sort li{
	position: relative;
	margin-left: 0.5rem;
	transition: all .5s;
}
.hm-news-sort li a{
	display: block;
	font-size: 0.25rem;
	color: #2e2e2e;
	letter-spacing: 2px;
	transition: all .5s;
}

.hm-news-sort li.on{
	background: url(../images/section7-on.png) no-repeat bottom center;
	background-size: contain;
}
.hm-news-sort li.on a{
	color: #00a54f;
}

.list_pp1{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 63.25%;
}

.list_pp1 li{
	position: relative;
	width: calc(50% - 20px);
	margin: 0 20px 0px 0px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	background: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.list_pp1 li a{
	display: block;
	height: 100%;
}
.list_pp1 li .img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.list_pp1 li .img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
	width: 100%;
}
.list_pp1 li .dess{
	background: #fff;
	padding: .2rem .2rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: calc(.2rem + 25px);
	position: relative;
}

.list_pp1 li .dess h3{
	font-size: 0.2rem;
	color: #2e2e2e;
	margin-bottom: 0.05rem;
}
.list_pp1 li .dess span{
	font-size: 0.16rem;
	color: #2e2e2e;
}
.list_pp1 li .dess i{
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #00a54f;
	border-radius: 50%;
	background: url(../images/6edcae52439b422587026a2c07d0ee00539f185c.png) no-repeat center;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: absolute;
	right: .2rem;
	top: .2rem;
}

.list_pp1 li:hover{
	box-shadow: 0 0 10px rgba(0,92,169,.3);
}
.list_pp1 li:hover .dess i{
	background: url(../images/fb24acf34609b92e2792c51cffde5b4863a864d9.png) no-repeat center #00a54f;
}


.list_pp2{
	position: relative;
	width: 36.25%;
}

.list_pp2 li{
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.list_pp2 li:not(:last-child){
	margin-bottom: 0.2rem;
}

.list_pp2 li a.imgx{
	display: flex;
	justify-content: space-between;
}

.list_pp2 li .img{
	width: 190px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.list_pp2 li .img img{
	display: block;
	width: 100%;
}
.list_pp2 li .dess{
	padding: .2rem;
	padding-right: 0.4rem;
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	width: calc(100% - 190px);
}
.list_pp2 li .dess h3{
	font-size: 0.2rem;
	color: #2e2e2e;
	margin-bottom: 0.05rem;
}
.list_pp2 li .dess span{
	display: block;
	font-size: 0.16rem;
	color: #2e2e2e;
}
.list_pp2 li .dess > .flex{
	position: absolute;
	right: .4rem;
	bottom: .15rem;
}
.list_pp2 li .dess i{
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #00a54f;
	border-radius: 50%;
	background: url(../images/6edcae52439b422587026a2c07d0ee00539f185c.png) no-repeat center;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.list_pp2 li:hover{
	box-shadow: 0 0 10px rgba(214,21,24,.3);
}
.list_pp2 li:hover .dess i{
	background: url(../images/fb24acf34609b92e2792c51cffde5b4863a864d9.png) no-repeat center #00a54f;
}


/* section8 */
.section8{
	position: relative;
	background: #1a1a1a;
}
.foot-top{position: relative;padding-top: 0.65rem;padding-bottom: 0.4rem;}
.foot_nav{position:relative;width: calc(100% - 610px);border-right: 1px solid #3c3c3c;max-width: 1050px;justify-content: space-around;}
.foot_nav li{float:left;/*flex: 0 0 14.28%;*/}
.foot_nav li > a{font-size:.24rem;color:#fff;display:block;}
.foot_nav li .x-nav-menu{width:100%;margin-top:1.13em}
.foot_nav li .x-nav-menu a{display:block;font-size:16px;line-height:2.2;color:#d9d9d9;font-weight:400}
.foot_nav li .x-nav-menu a:hover{margin-left: 2px;color: #1983db;}

.fa_right{position: relative;}
.f_contact{width: 325px;}
.f_weixin{width: 230px;color:rgba(255,255,255,.6);overflow:hidden;line-height:32px}

.fa_right .f_contact .tel{line-height:30px;margin:8px 0 10px 0;font-family:PingFang SC Bold;clear:both}
.fa_right .f_contact .tel,.fa_right .f_contact .tel a{font-weight:700;color: #00a54f;font-size: 0.22rem;}
.fa_right .f_contact .tel a:hover{opacity:.9;filter:Alpha(opacity=90)}
.fa_right .f_contact .text{line-height:26px;color:#c4c4c4;margin-top:.2rem;font-size:.22rem;padding-left:33px;background-repeat:no-repeat;background-position:left center;white-space: nowrap;}
.fa_right .f_contact .text.bgs1{background-image:url(../images/ft-tel.png);background-size:auto 27px}
.fa_right .f_contact .text.bgs2{background-image:url(../images/ft-mail.png);background-size:auto 14px}
.fa_right .f_contact .text.bgs3{background-image:url(../images/ft-addr.png);background-size:auto 26px}
.fa_right .f_contact .text2{color:#c4c4c4;font-size:.2rem;line-height:1.6;overflow:hidden;margin-top:8px}
.fa_right .f_contact .text2 a{color:#c4c4c4}
.fa_right .f_contact .text2 a:hover{color:#1983db}

.f_weixin .f_logo{text-align: center;margin-bottom: 0.2rem;}
.f_weixin .f_logo img{display: inline-block;max-width: 100%;max-height: .82rem;}
.f_weixin ul li{margin-left:22px;text-align:center; font-size: .22rem;color: #fff;  line-height: 1.6;}
.f_weixin ul li .img{display:block;width:100%}

.yqlink{position: relative;font-size: 14px;color: #d9d9d9;padding-top: 20px;padding-bottom: 20px;}
.yqlink a{font-size: 14px;color: #d9d9d9;margin-right: 15px;line-height: 1.7;}
.yqlink a:hover{color:#1983db}


.foot-bom{position: relative;border-top: solid 1px #313131;line-height: 32px;padding: 15px 0;color: rgba(255, 255, 255, 0.4);font-size: 14px;}
.foot-bom a{color: #c4c4c4;}
.foot-bom a:hover{  color:#1983db;}






/* 延迟 */

.delay0,.delay00{ transition-delay: 0s; -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s; -o-transition-delay: 0s;}
.delay01{ transition-delay: 0.1s; -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s;}
.delay02{ transition-delay: 0.2s; -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s;}
.delay03{ transition-delay: 0.3s; -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s;}
.delay04{ transition-delay: 0.4s; -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s;}
.delay05{ transition-delay: 0.5s; -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s;}
.delay06{ transition-delay: 0.6s; -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s;}
.delay07{ transition-delay: 0.7s; -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s; -o-transition-delay: 0.7s;}
.delay08{ transition-delay: 0.8s; -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s;}
.delay09{ transition-delay: 0.9s; -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s; -o-transition-delay: 0.9s;}
.delay10{ transition-delay: 1.0s; -moz-transition-delay: 1.0s;
  -webkit-transition-delay: 1.0s; -o-transition-delay: 1.0s;}
.delay11{ transition-delay: 1.1s; -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s; -o-transition-delay: 1.1s;}
.delay12{ transition-delay: 1.2s; -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s; -o-transition-delay: 1.2s;}
.delay13{ transition-delay: 1.3s; -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s; -o-transition-delay: 1.3s;}
.delay14{ transition-delay: 1.4s; -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s;}
.delay15{ transition-delay: 1.5s; -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s; -o-transition-delay: 1.5s;}
.delay16{ transition-delay: 1.6s; -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s; -o-transition-delay: 1.6s;}
.delay17{ transition-delay: 1.7s; -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s; -o-transition-delay: 1.7s;}
.delay18{ transition-delay: 1.8s; -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s; -o-transition-delay: 1.8s;}
.delay19{ transition-delay: 1.9s; -moz-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s; -o-transition-delay: 1.9s;}
.delay20{ transition-delay: 2s; -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s; -o-transition-delay: 2s;}

.hasani{ transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.dura03{ transition-duration: 0.3s; -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.dura04{ transition-duration: 0.4s; -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.dura05{ transition-duration: 0.5s; -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
.dura06{ transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
.dura07{ transition-duration: 0.7s; -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s;}
.dura08{ transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s;}
.dura09{ transition-duration: 0.9s; -moz-transition-duration: 0.9s;
  -webkit-transition-duration: 0.9s; -o-transition-duration: 0.9s;}
.dura10{ transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}
.dura11{ transition-duration: 1.1s; -moz-transition-duration: 1.1s;
  -webkit-transition-duration: 1.1s; -o-transition-duration: 1.1s;}
.dura12{ transition-duration: 1.2s; -moz-transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s; -o-transition-duration: 1.2s;}
.dura13{ transition-duration: 1.3s; -moz-transition-duration: 1.3s;
  -webkit-transition-duration: 1.3s; -o-transition-duration: 1.3s;}
.dura14{ transition-duration: 1.4s; -moz-transition-duration: 1.4s;
  -webkit-transition-duration: 1.4s; -o-transition-duration: 1.4s;}
.dura15{ transition-duration: 1.5s; -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s; -o-transition-duration: 1.5s;}
.dura16{ transition-duration: 1.6s; -moz-transition-duration: 1.6s;
  -webkit-transition-duration: 1.6s; -o-transition-duration: 1.6s;}
.dura17{ transition-duration: 1.7s; -moz-transition-duration: 1.7s;
  -webkit-transition-duration: 1.7s; -o-transition-duration: 1.7s;}
.dura18{ transition-duration: 1.8s; -moz-transition-duration: 1.8s;
  -webkit-transition-duration: 1.8s; -o-transition-duration: 1.8s;}
.dura19{ transition-duration: 1.9s; -moz-transition-duration: 1.9s;
  -webkit-transition-duration: 1.9s; -o-transition-duration: 1.9s;}
.dura20{ transition-duration: 2s; -moz-transition-duration: 2s;
  -webkit-transition-duration: 2s; -o-transition-duration: 2s;}
.dura25{ transition-duration: 2.5s; -moz-transition-duration: 2.5s;
  -webkit-transition-duration: 2.5s; -o-transition-duration: 2.5s;}
.dura30{ transition-duration: 3s; -moz-transition-duration: 3s;
  -webkit-transition-duration: 3s; -o-transition-duration: 3s;}
.dura40{ transition-duration: 4s; -moz-transition-duration: 4s;
  -webkit-transition-duration: 4s; -o-transition-duration: 4s;}


@media only screen and (max-width: 1366px) {
	.foot_nav{width:calc(100% - 520px)}
	.f_contact{width:250px}

}

@media only screen and (max-width:768px){
	.fz80{font-size:40px}
	.fz56{font-size:36px}
	.fz40{font-size:26px}
	.fz38{font-size:28px;font-weight:700}
	.fz36{font-size:28px;font-weight:500}
	.fz30{font-size:24px}
	.fz28{font-size:22px}
	.fz24{font-size:18px}
	.fz22{font-size:16px}
	.fz20{font-size:16px}
	.fz18{font-size:14px}
	.fz16{font-size:14px}

	.mainbanner{min-height:79vw}
	.mainbanner .breathli.showleft.active .breathtt{width:auto;opacity:1;visibility:visible;transform:translate(-14px,0)}
	.mainbanner .breathli.active .breathtt{width:auto;opacity:1;visibility:visible;transform:translate(14px,0)}
	.mainbanner .breathli.my127{left:15%;top:35%}
	.mainbanner .breathli.my122{left:4%;top:47%}
	.mainbanner .breathli.my126{left:37%;top:25%}
	.mainbanner .breathli.my119{left:31%;top:67%}
	.mainbanner .breathli.my125{right:43%;top:26%}
	.mainbanner .breathli.my121{right:34%;top:44%}
	.mainbanner .breathli.my120{right:34%;top:74%}
	.mainbanner .breathli.my124{right:31%;top:33%}
	.mainbanner .breathli.my320{right:22%;top:58%}
	.mainbanner .breathli.my123{right:4%;top:50%}
	.mainbanner .breathli .breathtt{padding:4px 14px 4px 6px;width:0;border-radius:23px;height:46px}
	.mainbanner .breathli .breathtt .ic{width:38px;height:38px}
	.mainbanner .breathli .breathtt .tt{margin:0 12px;line-height:1}

	.fix-h3{top: 1.2rem;}
	.fix-h3 span{font-size: 0.26rem;}

	.mainbanner .breathli.my1,
	.mainbanner .breathli.my2,
	.mainbanner .breathli.my3,
	.mainbanner .breathli.my9,
	.mainbanner .breathli.my10,
	.mainbanner .breathli.my11,
	.mainbanner .breathli.my12,
	.mainbanner .breathli.my13,
	.mainbanner .breathli.my14{
		display: none;
	}

	.mainbanner .breathli.my4{
		left: 15%;
	}
	.mainbanner .breathli.my5{
		left: 10%;
		top: 30%;
	}
	.mainbanner .breathli.my6{
		left: 28%;
		top: 35%;
	}
	.mainbanner .breathli.my7{
		left: 62%;
		top: 47%;
	}
	.mainbanner .breathli.my8{
		left: 55%;
    	top: 75%;
	}

	.pro_tit{margin-bottom: 0.15rem;}
	.pro_tit h2{font-size: 0.26rem;}

	.pro_left{width: 100%;padding-left: 0.2rem;z-index: 999;}
	.pro_right{width: 2.7rem;height: 2.7rem;margin: 0 auto;}
	.list2{position:relative;width:100%;height:100%}
	.list2 li{width: 3.57rem;height: 3.57rem;}
	.list2 li .yy1{width: 3.52rem;height: 3.52rem;}
	.list2 li .yy1-1{width: 3.12rem;height: 3.12rem;}
	.list2 li .yy1::before{left: 0.23rem;bottom: 0.6rem;}
	.list2 li .yy1 .yy1-1::before{left: 0.13rem;top:.6rem}
	.list2 li .yy1 .yy1-1::after{right: 0.02rem;bottom:0.85rem}
	.list2 li .yy2{width: 2.8rem;height: 2.8rem;}
	.list2 li .yy3{width: 2.1rem;height: 2.1rem;}
	.list2 li .yy3 img{max-height:2.65rem;}
	
	.section3 .list1 li{width: calc(100% / 4 - 10px);margin: 0 10px 10px 0;}
	.section3 .list1_txt li h3{font-size: 0.22rem;}

	.whlist-title h3{font-size: 0.26rem;margin-bottom: 0.1rem;}

	.about-top{margin-bottom: 0.1rem;}
	.ab-item1{width: 100%;margin-bottom: 0.15rem;}
	.ab-item1 h3{font-size: 0.26rem;display: flex;align-items: center;}
	.ab-item1 h3 > img {
		height: 0.5rem;
		margin-left: 0.2rem;
	}
	.ab-item1 p{font-size: 0.2rem;}
	.ab-item2{padding: 0 0;border: none;margin-bottom: 0.15rem;line-height: 1.7;flex: 0 0 100%; width: 100%;    margin-top: 0.1rem;}
	.ab-item3{width: 100%; right: 0px;top: 0px;padding: 0 ; align-items: flex-start;margin-top: 0.1rem;}
	.ab-item3 .pu_link2.color a{color: #00a54f;font-size: 15px;font-weight: normal;}
	.ab-item3 .pu_link2.color:hover a{color: #fff;}

	.number{flex-wrap: wrap;padding: .2rem .2rem;}

	.number > a{width: 50%;}
	.number li{width: 100%;}
	.number li .aimg{width: 40px;height: 40px;}
	.number li .aimg img{max-height: 25px;}
	.number li h3 i{font-size: 0.3rem;}
	.number li p{font-size: 0.14rem;letter-spacing: 0px;}

	.partner-title h3{font-size: 0.26rem;margin-bottom: 0.1rem;}
	.world{height: 500px;}

	.z_lclogo1,.z_lclogo12,.z_lclogo13,.z_lclogo14,.z_lclogo15,.z_lclogo2,.z_lclogo3,.z_lclogo4{display:none}
	.z_lclogo5{left:0}
	.z_lclogo6{left:1%;top:40%;width:70px;height:70px}
	.z_lclogo7{left:30%;top:12%}
	.z_lclogo8{left:15%}
	.z_lclogo9{width:84px;height:84px;left:65%;top:16%}
	.z_lclogo10{width:74px;height:74px;left:71.375%;top:73.33%}
	.z_lclogo11{width:84px;height:84px;left:80%;top:40%}
	.z_slogo_box{width:140px;height:140px}
	.z_lclogo a{box-shadow:0 0 5px 5px rgba(0,0,0,.01)}
	.z_lclogo5{width:81px;height:81px}
	.z_lclogo5 a img{max-width:60px}
	.z_lclogo7 a img{max-width:50px}
	.z_lclogo8 a img{max-width:70px}
	.z_lclogo9 a img{max-width:50px}
	.z_lclogo10 a img{max-width:50px}
	.z_lclogo11 a img{max-width:100px}
	.z_slogo_box{left:50%;top:40%;transform:translateX(-50%)}
	.partner-title{top:0}
	.hm-news-tit{margin-bottom:.2rem;text-align:center;width:100%}
	.hm-news-tit h3{font-size:.26rem;margin-bottom:.1rem}
	.hm-news-sort{justify-content:center;width:100%}
	.hm-news-sort li{margin:0 .15rem}
	.hm-news-sort li a{font-size:.22rem}
	.list_pp2{width:100%}
	.f_contact{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:.2rem}
	.f_weixin{width:100%}
	.f_weixin .f_logo{text-align:center}
	.f_weixin ul{justify-content:center}
	.foot-top{padding-top:.3rem;padding-bottom:.3rem}
	.foot-bom{padding-bottom:80px;line-height:1.7;font-size:12px}

}

@media only screen and (max-width:500px){
	.fz80{font-size:38px}
	.fz56{font-size:34px}
	.fz40{font-size:24px}
	.fz38{font-size:20px;font-weight:700}
	.fz28{font-size:20px}
	.fz24{font-size:16px}
	.fz22{font-size:14px}
	.fz20{font-size:14px}
	.fz18{font-size:12px}
	.fz16{font-size:12px}
	.h80{height:40px}
	.h116{height:70px}
	.h124{height:80px}
	.h138{height:90px}
}

@media only screen and (max-width:415px){
	.mainbanner .breathli.showleft.active .breathtt{width:auto;opacity:1;visibility:visible;transform:translate(-14px,0)}
	.mainbanner .breathli.active .breathtt{width:auto;opacity:1;visibility:visible;transform:translate(14px,0)}
	.mainbanner .breathli .breathtt{padding:4px 10px 4px 6px;width:0;border-radius:17px;height:34px}
	.mainbanner .breathli .breathtt .ic{width:26px;height:26px}
	.mainbanner .breathli .breathtt .tt{margin:0 6px;line-height:1;max-width:100px;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}
}


/* inbanner */
.inbanner{width:100%;position:relative;z-index:2;overflow:hidden;-webkit-perspective:1500px;perspective:1500px}
.inbanner .ibwrap{position:relative;width:100%;height:100%;z-index:0;overflow:hidden}
.inbanner .ibwrap>img{position:relative;width:100%;height:100%;height:calc(100vh - 80px);-o-object-fit:cover;object-fit:cover;z-index:0}
.inbanner .cover{background:url(../images/jab4.png) left/cover no-repeat}


.inbanner .img_nei{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}


.ibcate{position:absolute;left:0;top:50%;z-index:3;width:100%;color:#fff;text-align:center;margin-top:-68px}
.ibcate .bg{position:absolute;left:50%;top:50%;z-index:0;width:6.3rem;height:6.28rem;background:url(../images/5312babb3d3b90af35c581ec34f631081d57f68a.png) center no-repeat;margin-left:-3.15rem;margin-top:-3.14rem;opacity:1;-webkit-animation:rotate360 120s linear infinite;animation:rotate360 120s linear infinite;background-size: 6.3rem 6.28rem;}
.ibcate .cn,.ibcate .en{position:relative;z-index:2}
.ibcate .cn{font-size:.36rem;line-height:54px;font-weight:normal}
.ibcate .en{font-size:.6rem;line-height:74px;text-transform:uppercase;}

@media screen and (max-width:1023px){
	/* .inbanner{height:800px} */
}
@media screen and (max-width:750px){
	/* .inbanner{height:500px} */

	.ibcate .bg{
		width: 4.3rem;
		height: 4.28rem;
		margin-left: -2.15rem;
		margin-top: -2.14rem;
		background-size: 4.3rem 4.28rem;
	}
	
}
@media screen and (max-width:1023px){
	.ibcate{margin-top:-60px}
	.ibcate .cn{font-size:30px;line-height:46px}
	.ibcate .en{font-size:50px;line-height:60px}
}
@media screen and (max-width:750px){
	.ibcate .cn{font-size:24px;line-height:36px}
	.ibcate .en{font-size:35px;line-height:50px}
}

.shutwindowup{-webkit-transform:translateZ(-500px) rotateX(-80deg);transform:translateZ(-500px) rotateX(-80deg);opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0}
.slowscale11{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.active .shutwindowup,.ani.shutwindowup{-webkit-transform:translateZ(0) rotateX(0);transform:translateZ(0) rotateX(0);opacity:1}
.active .shutwindowup{-webkit-transition-duration:1s;transition-duration:1s}
.active .slowscale11,.ani.slowscale11{-webkit-transform:scale(1,1);transform:scale(1,1)}
.active .slowscale11,.hasani.slowscale11{-webkit-transition-duration:8s;transition-duration:8s}


/* baninfo */
.baninfo{
	padding: 18px 0;
    position: relative;
    background-color: #00a54f;
	z-index: 2;
}

.nei_cate{position: relative;}
.nei_cate .xypg-left-nav{margin:0 0px;display: flex;flex-wrap: wrap;}
.nei_cate .xypg-left-nav>li{position:relative;border:none;text-align: center;margin-right: 0.1rem;}
.nei_cate .xypg-left-nav>li:last-child{border-bottom:none}
.nei_cate .xypg-left-nav>li>a{display:block;font-size:18px;color:#fff;padding:0px 0;line-height: 45px;border-radius: 22px;min-width: 142px;}
.nei_cate .xypg-left-nav>li.clicked>a,.nei_cate .xypg-left-nav>li:hover>a{color:#fff;}
.nei_cate .xypg-left-nav > li .first-nav-btn{display: none!important;}
.nei_cate .xypg-left-nav>li.clicked>a{ font-weight: bold;}

.page-wrap-first{
	position: relative;
	padding-top: 3.64583vw;
	background: #f4f4f4;
	padding-bottom: .6rem;
}
.xypg-product-bg{
	position: absolute;
    top: 0;
    right: auto;
    left: auto;
    margin: auto;
    transform: translateX(0.7rem);

}
.xypg-product-bg img{
	max-height:7.26rem;
}
.xypg-product-content{
	width: 10.19rem;
	height: 6.28rem;
	position: relative;
	z-index: 9;
	color: #fff;
	background: url(../images/app-smallbg.png) no-repeat;
	background-size: cover;
	margin-top: 0.8rem;
	padding: .6rem .8rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.xypg-product-content .en{
	font-size: .36rem;
	margin-bottom: .2rem;
	line-height: 1.3;
	text-transform: uppercase;
}
.xypg-product-content .cn{
	font-size: .48rem;
	padding-bottom: .28rem;
	margin-bottom: .3rem;
	font-weight: bold;
	position: relative;
}
.xypg-product-content .cn::after{
	content: '';
	display: block;
	width: 1.72rem;
	height: 0.08rem;
	background: url(../images/app-line.png)left no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.xypg-product-content-text{
	font-size: .2rem;
	line-height: 2;
	overflow-y: auto;
}

.xypg-product-content-text::-webkit-scrollbar {
    width: 9px;
    border-radius: 20px;
    background-color: #e6e6e6;
}
.xypg-product-content-text::-webkit-scrollbar-thumb{border-radius:20px;background-color:#00a54f}
.mybubble:hover {
  color: #fff;
  font-weight: bold;
  
}

@-webkit-keyframes bubbles1 {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  }
}
@keyframes bubbles1 {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  }
}

.tree{
	color: #fff;
	font-size: .16rem;
	line-height: 45px;
}
.tree a{
	color: #fff;
}


@media screen and (min-width:750px){
	::-webkit-scrollbar{ width:5px; height: 5px;}
	::-webkit-scrollbar-thumb:vertical{background-color:rgba(0,92,169,.6);border-radius:10px;-webkit-border-radius:10px;}
	::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,92,169,.8);}
}


.pianyi {
  padding-top: 70px;
  margin-top: -70px;
}

/* about-one */
.about-one{
	position: relative;
}
.about-one-left{
	position: relative;
	padding-left: 1.3rem;
	padding-right: 0.7rem;
	padding-top: 0.8rem;
	padding-bottom: 0.4rem;
	flex: 1;
}
.about-one-left .en{
 
    opacity: 1;
    font-family: arial;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .22rem;
    display: block;
    overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: .4rem;
}
.about-one-left .cn{
	font-size: 0.48rem;
	
	font-weight: normal;
	position: relative;
	font-weight: bold;
}

.about-one-left .en::before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1.71rem;
	height: .08rem;
	background: url(../images/about-type-ftbg.png) no-repeat left bottom;
	content: "";
	background-size: contain;
}

.about-one-left > h4{
	color: #494949;
	font-size: 0.4rem;
	line-height: 1.5;
	margin-bottom: 0.55rem;
}

.about-one-left .about-one-txt{
	font-size: 0.2rem;
	color: #686868;
	line-height: 2;
}


.about-one-right{
	position: relative;
	width: 8.14rem;
}
.about-one-right img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
}

.about-number{display: flex;justify-content: space-between;position: relative;z-index: 999;flex-wrap: wrap;padding: .6rem 0;}
.about-number li{position: relative;text-align: left;transition: all 0.8s;-webkit-transition: all 0.8s;padding: 10px 0;flex: 1; margin-left: 0.7rem;}
.about-number li h3 {color: #00a54f;display: inline-block;}
.about-number li h3 i {font-style: inherit;color: #00a54f;font-size: .7rem;font-weight: 600; margin-right: 10px;}
.about-number li h3 span {font-size: .4rem;font-weight: normal;font-style: inherit;color: #00a54f;}
.about-number li p {font-size: .25rem;line-height: 1.7;color: #333;padding-top: 5px;}



/* about-two */

.wenhua-tit{position: relative;}
.wenhua-tit .en{
	
    opacity: 1;
    font-family: arial;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .22rem;

 
    display: block;
    overflow: hidden;
}
.wenhua-tit .cn{
	font-size: 0.48rem;
	color: #fff;
	font-weight: normal;
	position: relative;
	font-weight: bold;
}


.wenhua{padding:90px 0 0;background:url(../images/ln-bg.png) center/cover no-repeat;position:relative}
.whlist{margin-top:80px;font-size:0;width:100%;height:578px;position:relative;background:url(../images/70bb1ea4e5913afb7e8104b7f7c05f374a03241d.png) 0 210px no-repeat;background-size:100% 158px}
.whlist li{width:0;height:0;position:absolute;text-align:center;z-index:2}
.whlist li.i1{left:22%;top:212px}
.whlist li.i2{left:47.1875%;top:332px}
.whlist li.i3{left:69.27%;top:360px}
.whlist li.i4{left:86.04%;top:300px}
.whlist li a{display:block;border-radius:50%;padding:94px 0 0;width:414px;height:414px;position:absolute;left:0;top:0;z-index:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.whlist i{position:absolute;left:50%;top:50%;z-index:0;border-radius:50%}
.whlist i.bg1{width:100%;height:100%;background:#00a54f;opacity:0;-webkit-box-shadow:0 0 0 25px rgba(255,255,255,.05);box-shadow:0 0 0 25px rgba(255,255,255,.05);-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);-webkit-transition:1s;transition:1s}
.whlist i.bg2{width:30px;height:30px;background-color:#fff;opacity:1;-webkit-box-shadow:0 0 0 10px rgba(255,255,255,.2);box-shadow:0 0 0 10px rgba(255,255,255,.2);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.5s;transition:.5s}
.whlist li.on i.bg1{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
.whlist li.on i.bg2{opacity:0}
.whlist .tupian{width:100%;height:94px;position:relative;opacity:0;-webkit-transition:.5s;transition:.5s}
.whlist li.on .tupian{opacity:1}
.whlist .hex{position:absolute;left:50%;top:50%;z-index:1;width:94px;height:94px;-webkit-transition:2s;transition:2s;background:url(../images/f068190c48004520885bf0dbe88842a9d3925c64.png) center no-repeat;margin-left:-47px;margin-top:-47px}
.whlist li.on .hex{-webkit-animation:rotate360 4s linear infinite;animation:rotate360 4s linear infinite}
.whlist .pic{position:absolute;left:50%;top:50%;z-index:2;width:94px;height:94px;margin-left:-47px;margin-top:-47px;font-size:0;line-height:94px}
.whlist .pic img{max-width:100%;max-height:100%}
.whlist li .wz{position:relative;z-index:3;margin-top:24px;opacity:0;-webkit-transition:.5s;transition:.5s}
.whlist li h3{font-size:.36rem;color:#fff;line-height:52px;height:52px;overflow:hidden;font-weight:700;margin-bottom: 0.1rem;}
.whlist li h4{font-size:.2rem;color:#fff;line-height:30px;height:30px;overflow:hidden;position:absolute;left:0;top:50%;z-index:1;width:100%;margin-top:28px;opacity:1}
.whlist li .txt{font-size: .16rem;color:#fff;line-height:26px;padding:0 10px}
.whlist li.on .wz{opacity:1}
.whlist li.on h4{opacity:0}
@media screen and (max-width:1440px){
	.whlist li a{padding:54px 0 0;width:334px;height:334px}
}
@media screen and (max-width:1160px){
	.wenhua .cate5{text-align:center}
	.wenhua{padding:60px 0}
	.whlist{height:auto;background-image:none}
	.whlist li{display:inline-block;width:50%;height:auto;position:relative;left:auto!important;top:auto!important;margin:25px 0}
	.whlist li a{position:relative;-webkit-transform:translate(0,0);transform:translate(0,0);margin:0 auto}
	.whlist li i.bg1{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
	.whlist li i.bg2{opacity:0}
	.whlist li .tupian{opacity:1}
	.whlist li .wz{opacity:1}
	.whlist li h4{opacity:0}
}
@media screen and (max-width:750px){
	.wenhua{padding:40px 0}
	.whlist{margin-top:40px}
	.whlist li{width:50%}
}





/* history */
.history{
	position: relative;
	background:url(../images/935f5184f8721f90bdad606ffe7e8c2c63e75c4f.jpg) center/cover no-repeat;
	padding: .8rem 0 1.4rem;
}
.history-tit{position: relative;}
.history-tit .en{
	 
    opacity: 1;
    font-family: arial;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .22rem;
    display: block;
    overflow: hidden;
}
.history-tit .cn{
	font-size: 0.48rem;
	position: relative;
	 font-weight: bold;
}

.history-swiper{
	margin-top: 1rem;
	position: relative;
	overflow: hidden;
}

.history-swiper .swiper-slide{
	position: relative;
	padding-right: .6rem;
	border-right: 1px solid #e1e1e1;
	height: auto;
}

.history-swiper .swiper-slide h3{
	height: .8rem;
	font-size: 0.4rem;
	color: #808080;
}

.history-swiper .swiper-slide h4{
	font-size: 0.2rem;
	color: #808080;
	font-weight: normal;
	margin-bottom: 0.1rem;
}

.history-swiper .swiper-slide p{
	font-size: 0.16rem;
	color: #808080;
	line-height: 1.7;
}

.history-swiper .swiper-slide.swiper-slide-active h3{
	font-size: 0.4rem;
	color: #00a54f;
}


/* honor */
.honor{
	position: relative;
	background: url(../images/honor-bg.png) no-repeat;
	background-size: cover;
	padding: .7rem 0;
}
.honor-tit .cn{
 font-weight: bold;
}

.honor-swiper{
	margin-top: .5rem;
	position: relative;
	overflow: hidden;
}
.honor-swiper .swiper-slide{
	position: relative;
	background: #fff;
	padding: .3rem .4rem .2rem;
	border-radius: 10px;
}
.honor-swiper .swiper-slide a{
	display: block;
}
.honor-swiper .swiper-slide .img{
	margin-bottom: 0.15rem;
}
.honor-swiper .swiper-slide .img img{
	display: block;
	width: 100%;
}
.honor-swiper .swiper-slide p{
	font-size: 0.2rem;
	color: #2e2e2e;
	line-height: 1.5;
	text-align: center;
}



/* partner */
.partner{
	position: relative;
	padding: .8rem 0;
}

.partner-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}
.partner-list .swiper-slide{
	position: relative;
	width: calc(100%/5 - 15px);
	margin: 0 7.5px 15px 7.5px;
}
.partner-list .swiper-slide a{
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border: 1px solid #cccccc;
	transition: all .3s;
	border-radius: 10px;
	display: block;
}
.partner-list .swiper-slide a img{
	border-radius: 10px;
	display: block;
	width: 100%;
}

.partner-list .swiper-slide:hover a{
 
	border-color: #00a54f;
}


/* mobile */

.partner-list2{
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.partner-list2 .swiper-slide{
	position: relative;
}
.partner-list2 .swiper-slide .slicon{
	margin-bottom: 10px;
}
.partner-list2 .swiper-slide a{
	border: 1px solid #cccccc;
	transition: all .3s;
	border-radius: 10px;
	display: block;
}
.partner-list2 .swiper-slide a img{
	border-radius: 10px;
	display: block;
	width: 100%;
}
.partner-list2 .swiper-slide .slicon:hover a{
	border-color: #00a54f;
}

.partner-list2 .swiper-pagination{
	position: relative;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
}
.partner-list2 .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	background: #c4c4c4;
}

.partner-list2 .swiper-pagination .swiper-pagination-bullet-active{
	background: #00a54f;
}


/* culture */
.culture{
	position: relative;
	background: url(../images/548683463be224dd57aea28d0784ebca1272181f.jpg) no-repeat;
	background-size: cover;
	padding: .8rem 0 .4rem;
}

.culture-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
	margin-top: 0.5rem;
}
.culture-list .swiper-slide{
	position: relative;
	width: calc(100%/4 - 36px);
	margin: 0 18px 36px 18px;
}
.culture-list .swiper-slide a{
	transition: all .3s;
	display: block;
}
.culture-list .swiper-slide img{
	display: block;
	width: 100%;
}



/* 客户案例页面 */
.op0{ opacity: 0;}.ani.op0{ opacity: 1;}
.op05{ opacity: 0.5;}.ani.op05{ opacity: 1;}
.wr100{ width: 100%;}.ani.wr100{width: 0;}
.hr100{ height: 100%;}.ani.hr100{ height: 0;}



.fadeindown60{ -webkit-transform:translateY(60px); -moz-transform:translateY(60px);
  -o-transform:translateY(60px); -ms-transform:translateY(60px); transform:translateY(60px);}
.ani.fadeindown60{ -webkit-transform:translateY(0); -moz-transform:translateY(0);
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}

.fadeinup60{ -webkit-transform:translateY(-60px); -moz-transform:translateY(-60px);
  -o-transform:translateY(-60px); -ms-transform:translateY(-60px); transform:translateY(-60px);}
.ani.fadeinup60{ -webkit-transform:translateY(0); -moz-transform:translateY(0);
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}

.fadeinleft60{ -webkit-transform:translateX(-60px); -moz-transform:translateX(-60px);
  -o-transform:translateX(-60px); -ms-transform:translateX(-60px); transform:translateX(-60px);}
.ani.fadeinleft60{ -webkit-transform:translateX(0); -moz-transform:translateX(0);
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}

.fadeinright60{ -webkit-transform:translateX(60px); -moz-transform:translateX(60px);
  -o-transform:translateX(60px); -ms-transform:translateX(60px); transform:translateX(60px);}
.ani.fadeinright60{ -webkit-transform:translateX(0); -moz-transform:translateX(0);
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}

.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
  0% { -webkit-transform: translate(0px, 0px); }
  25% { -webkit-transform: translate(0px, -10px); }
  50% { -webkit-transform: translate(0px, 0px); }
  75% { -webkit-transform: translate(0px, 10px); }
  100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
  0% { -moz-transform: translate(0px, 0px); }
  25% { -moz-transform: translate(0px, -10px); }
  50% { -moz-transform: translate(0px, 0px); }
  75% { -moz-transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0px, 0px);}
}
@keyframes updown {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(0px, -10px);}
  50% { transform: translate(0px, 0px);}
  75% { transform: translate(0px, 10px);}
  100% { transform: translate(0px, 0px);}
}


.find{ -webkit-transform:translateY(60px); -moz-transform:translateY(60px); opacity: 0;
  -o-transform:translateY(60px); -ms-transform:translateY(60px); transform:translateY(60px);}
.tfind{ -webkit-transform:translateY(20px); -moz-transform:translateY(20px); opacity: 0;
  -o-transform:translateY(20px); -ms-transform:translateY(20px); transform:translateY(20px);}
.ani.find,.ani.tfind{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}

.finu{ -webkit-transform:translateY(-60px); -moz-transform:translateY(-60px); opacity: 0;
  -o-transform:translateY(-60px); -ms-transform:translateY(-60px); transform:translateY(-60px);}
.tfinu{ -webkit-transform:translateY(-20px); -moz-transform:translateY(-20px); opacity: 0;
  -o-transform:translateY(-20px); -ms-transform:translateY(-20px); transform:translateY(-20px);}
.ani.finu,.ani.tfinu{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}

.finl{ -webkit-transform:translateX(-60px); -moz-transform:translateX(-60px); opacity: 0;
  -o-transform:translateX(-60px); -ms-transform:translateX(-60px); transform:translateX(-60px);}
.tfinl{ -webkit-transform:translateX(-20px); -moz-transform:translateX(-20px); opacity: 0;
  -o-transform:translateX(-20px); -ms-transform:translateX(-20px); transform:translateX(-20px);}
.ani.finl,.ani.tfinl{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}

.finr{ -webkit-transform:translateX(60px); -moz-transform:translateX(60px); opacity: 0;
  -o-transform:translateX(60px); -ms-transform:translateX(60px); transform:translateX(60px);}
.tfinr{ -webkit-transform:translateX(20px); -moz-transform:translateX(20px); opacity: 0;
  -o-transform:translateX(20px); -ms-transform:translateX(20px); transform:translateX(20px);}
.ani.finr,.ani.tfinr{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}

.scl01{ -webkit-transform:scale(0.1, 0.1); -o-transform:scale(0.1, 0.1); transform:scale(0.1, 0.1);
  -moz-transform:scale(0.1, 0.1); -ms-transform:scale(0.1, 0.1); opacity: 0;}
.scl05{ -webkit-transform:scale(0.5, 0.5); -o-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);
  -moz-transform:scale(0.5, 0.5); -ms-transform:scale(0.5, 0.5); opacity: 0;}
.scl09{ -webkit-transform:scale(0.9, 0.9); -o-transform:scale(0.9, 0.9); transform:scale(0.9, 0.9);
  -moz-transform:scale(0.9, 0.9); -ms-transform:scale(0.9, 0.9); opacity: 0;}
.scl12{ -webkit-transform:scale(1.2, 1.2); -o-transform:scale(1.2, 1.2); transform:scale(1.2, 1.2);
  -moz-transform:scale(1.2, 1.2); -ms-transform:scale(1.2, 1.2); opacity: 0;}
.scl15{ -webkit-transform:scale(1.5, 1.5); -o-transform:scale(1.5, 1.5); transform:scale(1.5, 1.5);
  -moz-transform:scale(1.5, 1.5); -ms-transform:scale(1.5, 1.5); opacity: 0;}
.ani.scl01,.ani.scl05,.ani.scl09,.ani.scl12,.ani.scl15{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);
  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1); opacity: 1;}





.findsc05{ -webkit-transform:translateY(60px) scale(0.5, 0.5); -moz-transform:translateY(60px) scale(0.5, 0.5);
  -o-transform:translateY(60px) scale(0.5, 0.5); -ms-transform:translateY(60px) scale(0.5, 0.5);
  transform:translateY(60px) scale(0.5, 0.5); opacity: 0;}
.finusc05{ -webkit-transform:translateY(-60px) scale(0.5, 0.5); -moz-transform:translateY(-60px) scale(0.5, 0.5);
  -o-transform:translateY(-60px) scale(0.5, 0.5); -ms-transform:translateY(-60px) scale(0.5, 0.5);
  transform:translateY(-60px) scale(0.5, 0.5); opacity: 0;}
.ani.finusc05,.ani.findsc05{ -webkit-transform:translateY(0) scale(1, 1); -moz-transform:translateY(0) scale(1, 1);
  -o-transform:translateY(0) scale(1, 1); -ms-transform:translateY(0) scale(1, 1);
  transform:translateY(0) scale(1, 1); opacity: 1;}


.finlsc05{ -webkit-transform:translateX(-60px) scale(0.5, 0.5); -moz-transform:translateX(-60px) scale(0.5, 0.5);
  -o-transform:translateX(-60px) scale(0.5, 0.5); -ms-transform:translateX(-60px) scale(0.5, 0.5);
  transform:translateX(-60px) scale(0.5, 0.5); opacity: 0;}
.finrsc05{ -webkit-transform:translateX(60px) scale(0.5, 0.5); -moz-transform:translateX(60px) scale(0.5, 0.5);
  -o-transform:translateX(60px) scale(0.5, 0.5); -ms-transform:translateX(60px) scale(0.5, 0.5);
  transform:translateX(60px) scale(0.5, 0.5); opacity: 0;}
.ani.finrsc05,.ani.finlsc05{ -webkit-transform:translateX(0) scale(1, 1); -moz-transform:translateX(0) scale(1, 1);
  -o-transform:translateX(0) scale(1, 1); -ms-transform:translateX(0) scale(1, 1);
  transform:translateX(0) scale(1, 1); opacity: 1;}


.scaleout{ -webkit-animation: scaleout 1.2s infinite ease-in-out; animation: scaleout 1.2s infinite ease-in-out;}
@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(1.0); }
  100% { -webkit-transform: scale(1.1); opacity: 0; }
}
@keyframes scaleout {
  0% { transform: scale(1.0); -webkit-transform: scale(1.0); }
  100% { transform: scale(1.1); -webkit-transform: scale(1.1); opacity: 0; }
}

.rotate180-1 { -webkit-animation: rotate180 .4s 1 linear; animation: rotate180 .4s 1 linear;}
@-webkit-keyframes rotate180 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
}
@keyframes rotate180 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
}


.beforeY01{ -webkit-transform:scale(1, 0.1); -o-transform:scale(1, 0.1); transform:scale(1, 0.1);
  -moz-transform:scale(1, 0.1); -ms-transform:scale(1, 0.1);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}


/*一屏式*/
.active .scale01,.active .scale05{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);
  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}
.active .rotate90{ -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);
  -moz-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.active .s01r90{-webkit-transform:rotate(0deg) scale(1); -o-transform:rotate(0deg) scale(1);
  transform:rotate(0deg) scale(1); -moz-transform:rotate(0deg) scale(1); -ms-transform:rotate(0deg) scale(1);}
.active .skew90{ -webkit-transform: skewX(0deg); -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg); -o-transform: skewX(0deg); transform: skewX(0deg);}
.active .rotateX360{ -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg); transform: rotateX(0deg);}
.active .beforeY01{ webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);
  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1);}



.active .op0,.active .op05{ opacity: 1;}
.active .fadeindown60{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.active .fadeinup60{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.active .fadeinleft60{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.active .fadeinright60{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}


.active .find,.active .tfind{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.active .finu,.active .tfinu{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.active .finl,.active .tfinl{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.active .finr,.active .tfinr{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}


.active2 .find,.active2 .tfind{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.active2 .finu,.active2 .tfinu{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;
  -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.active2 .finl,.active2 .tfinl{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.active2 .finr,.active2 .tfinr{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;
  -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}





.active .scl01,.active .scl05,.active .scl09,
.active .scl12,.active .scl15{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);
  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1); opacity: 1;}
.active .finusc05,.active .findsc05{ -webkit-transform:translateY(0) scale(1, 1); -moz-transform:translateY(0) scale(1, 1);
  -o-transform:translateY(0) scale(1, 1); -ms-transform:translateY(0) scale(1, 1);
  transform:translateY(0) scale(1, 1); opacity: 1;}
.active .finrsc05,.active .finlsc05{ -webkit-transform:translateX(0) scale(1, 1); -moz-transform:translateX(0) scale(1, 1);
  -o-transform:translateX(0) scale(1, 1); -ms-transform:translateX(0) scale(1, 1);
  transform:translateX(0) scale(1, 1); opacity: 1;}



.section.active .scale01,.section.active .scale05,
.section.active .rotate90,.section.active .s01r90,
.section.active .skew90,.section.active .rotateX360{ 
  transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .op0,.section.active .op05,.section.active .fadeindown60,.section.active .fadeinup60,
.section.active .fadeinleft60,.section.active .fadeinright60{ 
  transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .find,.section.active .finu,.section.active .finl,.section.active .finr,
.section.active .tfind,.section.active .tfinu,.section.active .tfinl,.section.active .tfinr
{ transition-duration: 1s; -moz-transition-duration: 1s; -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .scl01,.section.active .scl05,.section.active .scl09,
.section.active .scl12,.section.active .scl15,.section.active .finusc05,
.section.active .findsc05,.section.active .finrsc05,.section.active .finlsc05{ 
  transition-duration: 1s; -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; -o-transition-duration: 1s;}

.section.active .beforeY01{ transition-duration: 1s; -moz-transition-duration: 1s;
   -webkit-transition-duration: 1s; -o-transition-duration: 1s;}




.section .scale01,.section .scale05,.section .rotate90,.section .s01r90,.section .skew90,
.section .rotateX360{ transition-duration: 0.3s; -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

.section .op0,.section .op05,.section .fadeindown60,.section .fadeinup60,
.section .fadeinleft60,.section .fadeinright60{ transition-duration: 0.3s; -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

.section .find,.section .finu,.section .finl,.section .finr,
.section .tfind,.section .tfinu,.section .tfinl,.section .tfinr
{ transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

.section .scl01,.section .scl05,.section .scl09,
.section .scl12,.section .scl15,.section .finusc05,
.section .findsc05,.section .finrsc05,.section .finlsc05{ transition-duration: 0.3s; -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

.section .beforeY01{ transition-duration: 0.3s; -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;}





@-webkit-keyframes rotate-360
    {0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(-180deg);}
    100%{-webkit-transform:rotate(-360deg);}
}@-moz-keyframes rotate-360
    {0%{-moz-transform:rotate(0deg);}
    50%{-moz-transform:rotate(-180deg);}
    100%{-moz-transform:rotate(-360deg);}
}@-ms-keyframes rotate-360
    {0%{-ms-transform:rotate(0deg);}
    50%{-ms-transform:rotate(-180deg);}
    100%{-ms-transform:rotate(-360deg);}
}@keyframes rotate-360
    {0%{transform:rotate(0deg);}
    50%{transform:rotate(-180deg);}
    100%{transform:rotate(-360deg);}
}






.caselist li {
	width: 100%;
	height: 520px;
}

.caselist li a {
	display: block;
	height: 100%;
	overflow: hidden;
}

.caselist li .imgbox {
	float: right;
	width: 57.4%;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.caselist li .imgbox .cov {
	height: 100%;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #00a54f;
}

.caselist li .imgbox:hover .imgbg{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.caselist li:nth-child(even) .imgbox .cov {
	left: auto;
	right: 0;
	background-color: #e6e6e6;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.caselist li .infobox {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 42.6%;
	float: left;
	background-color: #00a54f;
	position: relative;
}

.caselist li:nth-child(even) .infobox {
	background-color: #e6e6e6;
}

.caselist li .infobox > div {
	padding: 20px 17.7% 20px 17.7%;
	width: 100%;
}

.caselist li .num {
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: .24rem;
	font-weight: bold;
	height: .4rem;
	line-height: .4rem;
	padding: 0 .25rem 0 .2rem;
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
	margin-bottom: .1rem;
}

.caselist li h3 {
	font-size: 30px;
	color: #fff;
	line-height: 46px;
	margin-top: -46px;
}

.caselist li h4 {
	font-size: .4rem;
	color: #fff;
	line-height: 46px;
}

.caselist li .hx {
	width: 100%;
	height: 1px;
	margin: .15rem 0 .2rem;
	background-color: rgba(255, 255, 255, 1);
}

.caselist li h5 {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
}

.caselist li .desc {
	font-size: 16px;
	line-height: 1.7;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 0.3rem;
	color: #fff;
}

.caselist li:nth-child(even) .imgbox {
	float: left;
}

.caselist li:nth-child(even) .infobox {
	float: right;
}

.caselist li:nth-child(even) .num {
	color: #033333;
	border-color: #033333;
}

.caselist li:nth-child(even) h3,
.caselist li:nth-child(even) h4,
.caselist li:nth-child(even) h5{
	color: #2e2e2e;
}

.caselist li:nth-child(even) .hx{
	background-color: #b4b4b4;
}

.caselist li:nth-child(even) .desc{
	color: #2e2e2e;
}


.imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: ease 1s;
	transition: ease 1s;
}

@media screen and (max-width: 1440px) {
	.caselist li .infobox > div {
		padding: 20px 12%;
	}
}

@media screen and (max-width: 980px) {
	.caselist li {
		height: auto;
	}

	.caselist li .imgbox .cov {
		display: none!important;
	}

	.caselist li .imgbox {
		width: 100%;
		height: 60vw;
	}

	.caselist li .infobox {
		width: 100%;
		height: auto;
	}

	.caselist li .infobox > div {
		padding: 20px 5%;
	}

	.caselist li h3 {
		font-size: 24px;
	}

	.caselist li h4 {
		font-size: 24px;
	}

	.caselist li .descbox .num {
		font-size: 90px;
	}
}




/* 新闻详情 */
.news-detail-awap{
    position: relative;
}
.xypg-news-detail{
    position: relative;
    width: 69.3%;
}
.news-right-tjlist{
    position: relative;
    padding-left: .6rem;
    width: 30.7%;
}
.news-right-tjlist > h2{
    font-size: .3rem;
    color: #212122;
    font-weight: bold;
    margin-bottom: .6rem;
}

.relate-news-tjlist{
    position: relative;
}
.relate-news-tjlist li {
    position: relative;
	margin-bottom: 0.4rem;
    background: #e6e6e6;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
}
.relate-news-tjlist li .img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.relate-news-tjlist li .img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    width: 100%;
}
.relate-news-tjlist li .wep{
    padding: .3rem .3rem .2rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.relate-news-tjlist li .coent {
    position: relative;
    width: calc(100% - .53rem);
}
.relate-news-tjlist li .coent h3 {
    font-size: .18rem;
    color: #2e2e2e;
    font-weight: normal;
    margin-bottom: 0.3rem;
     -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.relate-news-tjlist li .coent .date1 {
    font-size: .16rem;
    color: #676767;
}
.relate-news-tjlist li .more {
    position: relative;
    opacity: 0;
    margin-bottom: 0.15rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.relate-news-tjlist li .more span {
    display: flex;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: url(../images/7397bbe05048b3df9cdfad5906a272f4f39e030c.png) no-repeat center #00a54f;
    background-size: .11rem .19rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.relate-news-tjlist li:hover .coent h3 {
    color: #00a54f;
}
.relate-news-tjlist li:hover .more{
    opacity: 1;
}


/* 联系页面 */
.lianxi-service{
	position: relative;
	padding: .8rem 0 .4rem;
}
.lianxi-tit{
	margin-bottom: 0.5rem;
}
.lianxi-tit h3{
	font-size: 0.5rem;
	color: #2e2e2e;
	font-weight: normal;
}

.service-list{
	display: flex;
	flex-wrap: wrap;
}
.service-list li{
	position: relative;
	width: calc(100%/3 - .5rem);
	margin: 0 .25rem .5rem .25rem;
}
.service-list li .img{
	position: relative;
}
.service-list li .img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(to top,rgba(214,21,24,.6) 10%,rgba(72,167,191,.1));
	background-image: linear-gradient(to top,rgba(214,21,24,.6) 10%,rgba(72,167,191,.1));
	-webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
	transition: all 1s cubic-bezier(.4,0,.2,1)
}
.service-list li .img:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-image: -webkit-linear-gradient(to top,rgba(214,21,24,.35) 10%,rgba(214,21,24,.35));
	background-image: linear-gradient(to top,rgba(214,21,24,.35) 10%,rgba(214,21,24,.35));
	z-index: 9;
	-webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
	transition: all 1s cubic-bezier(.4,0,.2,1)
}
.service-list li .img img{
	display: block;
	width: 100%;
}
.service-list li .cont{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    z-index: 9;
    padding: 0 1.041666vw;
	display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.service-list li .cont .cluus{
	-webkit-transition: all 1s cubic-bezier(.4,0,.2,1);
    transition: all 1s cubic-bezier(.4,0,.2,1);
	padding-bottom: 8%;
    width: 100%;
}
.service-list li .cont .cluus h3{
	text-align: center;
	margin-bottom: .15rem;
	font-size: 0.28rem;
	color: #fff;
}
.service-list li .cont .cluus p{
	text-align: center;
	line-height: 2;
	font-size: 0.2rem;
	color: #fff;
}
.service-list li:hover .img::before{
	height: 100%;
}
.service-list li:hover .img::after{
	height: 0%;
	opacity: 0;
}
.service-list li:hover .cont .cluus{
	padding-bottom: 50%;
}

/* lianxi-map */
.lianxi-map{
	position: relative;
}

.map-left{
	position: relative;
	width: 33.8%;
	height: 8.2rem;
}  

.map-left-infor{
	padding-top: .5rem;
}

.map-left-h1 .cn{
	font-size: .48rem;
	color: #333;
	font-weight: bold;
}

.map-left-h1 .en{
	font-size: .22rem;
	color: #333;
	text-transform: uppercase;
	margin-bottom: .2rem;
}

.map-left-h2 .contact-name{
	font-size: .48rem;
	color: #00a54f;
	margin-bottom: .3rem;
}

.map-left-h2 .item{
	color: #363636;
	font-size: .24rem;
	margin-bottom: .2rem;
	padding-left: .79rem;
}
.map-left-h2 .tel p:last-child{
	font-size: .28rem;
	color: #00a54f;
}
.map-left-h2 .address p:last-child{
	font-weight: bold;
}
.map-left-h2 .email p:last-child{
	font-weight: bold;
}

.map-left-h2 .tel{
    background-repeat: no-repeat;
    background-position: left center;
	background-image: url(../images/phone.png);
    background-size: auto .63rem;
}

.map-left-h2 .address{
    background-repeat: no-repeat;
    background-position: left center;
	background-image: url(../images/add.png);
    background-size: auto .5rem;
}

.map-left-h2 .email{
	
    background-repeat: no-repeat;
    background-position: left center;
	background-image: url(../images/email.png);
    background-size: auto .33rem;
}

.map-infor{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	width: 58.33%;
	background: #00a54f;
	box-shadow:  0 0 5px rgba(0, 0, 0, .01);
	padding:.8rem .6rem;
	padding-right: 1.8rem;
	border-bottom-left-radius: .8rem;
}
 .right-text{
	text-transform: uppercase;
	font-size: 1.7rem;
	color: rgba(255, 255, 255, .1);
	width:1.7rem;
	transform: rotate(90deg);
    text-align: right;
    position: absolute;
    right: 0;
    top: 0px;
    height: auto;
	z-index: 999;
	font-weight: bold;
}
.map-infor .map-h1{
	position: relative;
	font-size: 0.18rem;
	color: #fff;
	font-weight: 500;
	 
 
}
.map-infor .map-h2{
	font-size: 0.18rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.map-infor .map-h2 a{
	font-size: .3rem;
	color: #fff;
}
  
.map-left-map{
	max-height: 2rem;
	width: 100%;
}
.map-left-map .map{
	height: 2rem;
	width: 100%;
	border: 2px solid #eee;
}
.lianxi-fgs{
	position: relative;
	padding: .8rem 0;
}
.fgs-box{
	display: flex;
	justify-content: space-between;
}

.fgs-box .fgs-item{
	margin-right: .7rem;
}
.fgs-box .fgs-item:last-child{
	margin-right: 0px;
}


/* lianxi-inquiry */
.lianxi-inquiry{
	position: relative;
	padding: .8rem 0;
}
.inqu-left{
	position: relative;
	width: 42%;
}
.inqu-left h2{
	font-size: 0.5rem;
	color: #2e2e2e;
	font-weight: normal;
	margin-bottom: 0.7rem;
}
.inqu-left h2 span{
	display: block;
	font-size: 0.2rem;
	color: #2e2e2e;
	padding-top: 0.15rem;
}
.inqu-left .ii img{
	max-width: 100%;
	max-height: 3.126rem;
}

.inqu-right{
	position: relative;
	padding-right: 0.8rem;
	width: 51.8%;
}

.inqu-right > h4{
	font-size: 0.3rem;
	color: #2e2e2e;
	line-height: 1.6;
	margin-bottom: 0.3rem;
}


/*  */
.x-message-wrap2 {margin-left: 0px;margin-right: 0px;max-width: 500px;}
.x-message-wrap2 .row {margin-left: -5px;font-size: 0;margin-right: -5px}
.x-message-wrap2 div[class^='col-'] {padding-left: 5px;padding-right: 5px;position: relative;}
.x-message-wrap2 span{color: #00a54f;font-size: 0.16rem;position: absolute;left: 20px;top: .22rem;width: 10px;}
.x-message-wrap2 input[type='text'],.x-message-wrap2 textarea {width: 100%;height: .6rem;border: none;padding: 0 20px;font-size: .16rem;color: #fff;background: none;
outline: none;margin-bottom: .25rem;border: 1px solid #fff;}
.x-message-wrap2 input[type='text']::-webkit-input-placeholder,.x-message-wrap2 textarea::-webkit-input-placeholder {color: #fff}
.x-message-wrap2 input[type='text']:-ms-input-placeholder,.x-message-wrap2 textarea:-ms-input-placeholder {color: #fff}
.x-message-wrap2 input[type='text']::-ms-input-placeholder,.x-message-wrap2 textarea::-ms-input-placeholder {color: #fff}
.x-message-wrap2 input[type='text']::placeholder,.x-message-wrap2 textarea::placeholder {color: #fff;}
.x-message-wrap2 textarea {padding-top: 18px;height: 130px;resize: none}
.x-message-wrap2 #checkcode {float: left;width: 72.29813665%;margin-bottom: 0;}
.x-message-wrap2 #codeimg2 {float: right;display: block;text-align: center;width: 25.39130435%;height: .6rem;font-size: 0;background: #e7e4e4;padding: 0px;}
.x-message-wrap2 .x-submit {margin-top: .75rem; height: .6rem;background: #fff;color: #0c63a9;    padding: 0 0.4rem;font-size: .24rem;border: none;outline: none;
-webkit-transition: all .5s ease;transition: all .5s ease;}
.x-message-wrap2 .x-submit:hover {}
.x-message-wrap2 .n-default .x-textarea .msg-wrap{top: 10px;}




/* 产品页面 */
.product-box1{position:relative;background-color: #f4f4f4}
.product-box1 .top{position:relative;margin-bottom:.4rem;padding-top: 0.4rem;}
.product-box1 .top .wen{width:50.14%;position:relative}
.product-box1 .top .wen .en{ opacity:1;font-family:arial; text-transform:uppercase;white-space:nowrap;font-size:.22rem; line-height:1;display:block;overflow:hidden;color:#333;margin-bottom:.4rem;margin-top: 5px;}
.product-box1 .top .wen .cn{font-size:.48rem; color:#00a54f;font-weight:700;position:relative;margin-top:-.3rem;}
.product-box1 .top .wen .p{line-height:1.7;font-size:.18rem;color:#686868;padding-bottom:3.64vw;position: relative;}

.product-box1 .top .wen .p::after{
	content:'';
	display: block;
	width: 1.71rem;
    height: 0.08rem;
    background: url(../images/about-type-ftbg.png) no-repeat left bottom;
    background-size: contain;
	position: absolute;
	bottom: 0.64vw;
}
.product-box1 .top .pic{width:44.57%;display:flex;align-items:center;padding: 0.75rem;}
.product-box1 .top .pic img{max-width:100%}
.product-box1 .bom .liss{display:flex;margin:0 -.25rem;justify-content:space-between;flex-wrap:wrap}
.product-box1 .bom .liss li{position:relative;width:calc(25% - .5rem);margin:0 .25rem .5rem .25rem;background:#f5f5f5;padding:.2rem .25rem}
.product-box1 .bom .liss li .icon{height:.6rem;width:.5rem;display:flex;justify-content:center;align-items:center;margin-bottom:.2rem}
.product-box1 .bom .liss li .icon img{max-width:100%;max-height:100%}
.product-box1 .bom .liss li .h1{font-size:.24rem;line-height:1.5;color:#2e2e2e;margin-bottom:.5vw;}
.product-box1 .bom .liss li .p1{line-height:1.5;color:#2e2e2e;font-size:.18rem}


/* product-wrap */
.product-wrap{
	background: #fff;
	position: relative;
	padding-bottom: 0%;
}

.product-content{
	position: relative;
	background: #fff;
	padding: .6rem 0 .3rem;
}

.product-content1{
	 
}


/* 二级分类 */

.erji_cate{
	margin-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.erji_cate li{
	flex: 1;
	text-align: center;
	position: relative;
}
.erji_cate li a{
	display: block;
	font-size: 0.24rem;
	color: #676767;
}
.erji_cate li .ca-img{
	margin-bottom: 0.1rem;
	height: .57rem;
}
.erji_cate li .ca-img img{
	max-width: 100%;
	max-height: .57rem;
}
.erji_cate li.clicked a{
	font-weight: bold;
	color: #2e2e2e;
}
.erji_cate li.clicked .ca-img img{
	filter: invert(41%) sepia(92%) saturate(4654%) hue-rotate(339deg) brightness(77%) contrast(126%);
}


/* 产品分类1 */
.xypg-product-list1{position: relative;}
.xypg-product-list1 li{width:33.333%;margin-bottom:20px;padding:.1rem .35rem;-webkit-transition:all .3s ease;transition:all .3s ease}
.xypg-product-list1 li .img{display:block}
.xypg-product-list1 li .img img{display: block;width: 100%;}
.xypg-product-list1 li .secc{position: relative;padding: .2rem 0;}
.xypg-product-list1 li .secc h3{font-size: 0.34rem;color: #333;font-weight: normal;margin-bottom: 0.1rem;}
.xypg-product-list1 li .secc .ph{font-size: 0.22rem;color: #686868;line-height: 1.5;margin-bottom: 0.1rem;}
.xypg-product-list1 li a{display:flex; align-items: center;justify-content: center;}
.xypg-product-list1 li a i{background: url(../images/49583d6d605b28b105d88f2669b98c793fea0f44.png) no-repeat left center;width: 9px;height: 15px;margin-left: 10px;display: block;}
.xypg-product-list1 li:hover{box-shadow: 0 0 20px rgba(9,17,36,.2);background: #f4f4f4;}
 



/* 产品分类2 */
.xypg-product-list2{position: relative;}
.xypg-product-list2 li{position: relative;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius: 20px;}
.xypg-product-list2 li:not(:last-child){margin-bottom:.6rem;}
.xypg-product-list2 li:nth-child(odd){background: url(../images/50ffaef3c4b2b29f312315688ea8e230f825e68e.png) no-repeat;background-size: cover;}
.xypg-product-list2 li:nth-child(even){background: url(../images/49a3f8188c18755bc8d92ab2df364c8c8024cfed.png) no-repeat;background-size: cover;}
.xypg-product-list2 li:nth-child(even) .itemm{flex-direction: row-reverse;}
.xypg-product-list2 li .itemm{padding:.3rem 1rem;}
.xypg-product-list2 li .txt{width: 50%;position: relative;}
.xypg-product-list2 li .txt h3{font-size: 0.34rem;color: #2e2e2e;margin-bottom: 0.3rem;}
.xypg-product-list2 li .txt .uh{font-size: 0.26rem;color: #2e2e2e;line-height: 2;margin-bottom: 0.3rem;}
.xypg-product-list2 li .txt a{display: flex;width: 1.45rem;line-height: .52rem;background: #00a54f;color: #fff;border-radius: 5px;font-size: 0.22rem;align-items: center;justify-content: center;}
.xypg-product-list2 li .txt a i{background: url(../images/93fd78e424701427694f884bf71a7b689b4f56bf.png) no-repeat left center;width: 9px;height: 15px;margin-left: 10px;display: block;}
.xypg-product-list2 li .img{position: relative;width: auto;max-width: 50%;}
.xypg-product-list2 li .img img{max-width: 100%;max-height: 6.3rem;}



/* 产品详情页 */
.page-product-detail-box{
	position: relative;
	background: url(../images/prodetail-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 50px;
}
.page-product-detail-prev{position:relative;padding:.5rem 0;max-width:50%;flex:1}
.page-product-detail-prev>h1{font-size:.42rem;color:#00a54f;position:relative; padding-bottom: .1rem;}
.page-product-detail-prev>.desc{font-size: .24rem;color: #333;margin-bottom: .4rem;}
.page-product-detail-prev .page-product-txt{font-size: 20px;color:#2e2e2e;line-height:1.7;max-width:530px}
.page-product-detail-prev .page-product-more a{display: flex;width: 1.45rem;line-height: .52rem;background: #00a54f;color: #fff;border-radius: 5px;font-size: 0.22rem;align-items: center;justify-content: center;}
.page-product-detail-prev .page-product-more a i{background: url(../images/93fd78e424701427694f884bf71a7b689b4f56bf.png) no-repeat left center;width: 9px;height: 15px;margin-left: 10px;display: block;}


.page-product-detail-next{position:relative;width:500px}
.product-detail-swiper{overflow:hidden}
.product-detail-swiper .swiper-slide{position:relative;text-align:center}
.product-detail-swiper .swiper-slide img{display:block;width:100%}
.product-detail-swiper .swiper-pagination{font-size:0;padding:8px 10px;position:relative;left:0!important;top:0!important;bottom:0!important;right:0!important;width:auto!important;margin:0 0!important;background:rgba(19,19,19,.15);border-radius:30px;display:inline-block}
.product-detail-swiper .swiper-pagination .swiper-pagination-bullet{opacity:1;background:#fff;margin:0 7px!important;width:14px;height:14px}
.product-detail-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#00a54f}
.product-detail-tabbox{
	margin-bottom: .4rem;
}
.p_detail_first{position:relative;padding-top:.6rem;padding-bottom:0;background: #f1f4f9;}
.product-detail-item-p1{position:relative;font-size: .22rem;color: #333;line-height: 1.7;background: #fff;padding: 2%;margin-bottom: 40px;}
.product-detail-item-p1 img{max-width: 100%;}
.p_detail_second{position:relative;padding-top:.6rem;padding-bottom:0}
.hh-detail-h4{padding:.1rem 0;text-align:center;background:#00a54f;font-size:.2rem;color:#fff}
.p_detail_three{position:relative;padding-top:.6rem;padding-bottom:0}
.p_detail_four{position:relative;padding-top:.6rem;padding-bottom:.6rem}

.cp-lianxi-inquiry{background:#f5f5f5;}
.product-detail-item-p2 tr td{
	text-align: center;
}

/* xijie-product */
.xijie-product{position: relative;margin: 0 -10px;display: flex;flex-wrap: wrap;}
.xijie-product li{position: relative;width: calc(100%/4 - 20px);margin: 0 10px 20px 10px;text-align: center;background: #f3f4f7;padding: .25rem .4rem .4rem;cursor: pointer;}
.xijie-product li p{font-size: 0.2rem;color: #2e2e2e;position: relative;padding-bottom: .15rem;margin-bottom: .4rem; -webkit-transition: all .5s ease;transition: all .5s ease;}
.xijie-product li p::before{position: absolute;width: 50px;height: 2px;background: #00a54f;content: "";left: 50%;margin-left: -25px;bottom: 0px;}
.xijie-product li .img{overflow: hidden;}
.xijie-product li .img img{display: block;width: 100%;}
.xijie-product li:hover p{color: #00a54f;}


/* 应用领域 */
.solution-wap{position:relative;overflow:hidden}
.solution-tab{padding-top: 0px;height: 100vh;}

.solution-left{position:absolute;background:rgba(214,21,24,.8);padding-top:80px;width:4.58rem;height:100%;z-index:999;left:0;top:0}
.solution-left::before{right:-20px;top:1.4rem;content:'';width:0;height:0;line-height:0;font-size:0;overflow:hidden;border-width:20px;cursor:pointer;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent rgba(214,21,24,.8);border-right:none;position:absolute;margin-top:-20px;z-index:99}
.h-solution-sort{width:100%;height:100%;padding-left:1.2rem;padding-right:.5rem;padding-top:1rem}
.h-solution-sort li{position:relative;display:flex;align-items:center;height:54px;line-height:54px;margin-bottom:.5rem;cursor:pointer}
.h-solution-sort li .small-img{position:relative;width:54px;height:54px;border-radius:50%;background:transparent;-webkit-border-radius:50%;transform:scale(1);transition:all .3s ease 0s;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;}
.h-solution-sort li .small-img img{max-width:100%;max-height:35px}
.h-solution-sort li .cname{width: calc(100% - 74px);padding-left: 0.3rem;}
.h-solution-sort li .cname span{display:block;font-weight:500;line-height: 1.3;font-size:.24rem;color:#fff;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.h-solution-sort li i{width: 20px;height: 15px;background: url(../images/59f3684ec17c6e478df0a2294871b23728103e2c.png) no-repeat;}
.h-solution-sort li.on .small-img{background-color: #fff;border-color: #fff;}
.h-solution-sort li.on .small-img img{filter: invert(41%) sepia(92%) saturate(4654%) hue-rotate(339deg) brightness(77%) contrast(126%);}

.solution-right{position:relative;height: 100%;}
.h-solution-list{height: 100%;}
.h-solution-list li{position:relative;height: 100%;}
.h-solution-list li .img{height: 100%;}
.h-solution-list li .img img{display:block;width:100%;height: 100%;object-fit: cover;}
.h-solution-list .fix-content{position:absolute;left:4.58rem;top:0px;padding-left: 0.6rem;padding-top: 1.8rem;height: 100%;}
.h-solution-list .fix-content .tit1 .en{background:linear-gradient(180deg,#eee 0,rgba(238,238,238,0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:1;font-family:arial;color:rgba(255,255,255,.28);text-transform:uppercase;white-space:nowrap;font-size:.5rem;height:50px;line-height:1;display:block;overflow:hidden}
.h-solution-list .fix-content .tit1 .cn{font-size:.5rem;color:#fff;font-weight:400;position:relative;margin-top:-30px;padding-bottom:20px;margin-bottom:.9rem;line-height: 1.2;}
.h-solution-list .fix-content .tit1 .cn::before{position:absolute;left:0;bottom:0;width:78px;height:4px;background:url(../images/586f5860eedc4ca9693c98b33355a04918a221a9.png) no-repeat left bottom;content:""}
.h-solution-list .fix-content .tit2{max-width: 680px;}
.h-solution-list .fix-content .tit2 h3{font-size: 0.3rem;color: #fff;margin-bottom: 0.2rem;}
.h-solution-list .fix-content .tit2 p{font-size: 0.24rem;color: #fff;margin-bottom: 0.8rem;}
.h-solution-list .fix-content .tit2 a.mo{display: flex;width: 1.45rem;line-height: .52rem;background: #00a54f;color: #fff;border-radius: 5px;font-size: 0.22rem;align-items: center;justify-content: center;}
.h-solution-list .fix-content .tit2 a.mo i{background: url(../images/93fd78e424701427694f884bf71a7b689b4f56bf.png) no-repeat left center;width: 9px;height: 15px;margin-left: 10px;display: block;}


/* 应用领域详情页 */
.page-case-detail-box{position:relative}
.page-case-detail-left{position:relative;padding-top:.3rem;border-top:12px solid #00a54f;margin-bottom:.5rem;width:47.28%}
.page-case-detail-left>h1{font-size:.5rem;color:#2e2e2e;letter-spacing:2px;font-weight:500;margin-bottom:.2rem}
.page-case-detail-left .case-detail-con{font-size:.16rem;color:#2e2e2e;line-height:1.7;height:250px;padding-right:20px;overflow-y:scroll}
.page-case-detail-left .case-detail-con p{margin-bottom:10px}
.page-case-detail-left .case-detail-con::-webkit-scrollbar-track{border-radius:20px;background-color:#e6e6e6}
.page-case-detail-left .case-detail-con::-webkit-scrollbar{width:9px;border-radius:20px;background-color:#e6e6e6}
.page-case-detail-left .case-detail-con::-webkit-scrollbar-thumb{border-radius:20px;background-color:#00a54f}
.page-case-detail-right{position:relative;margin-bottom:.5rem;width:47.28%}
.page-case-detail-right .big-img{width:100%}
.page-case-detail-right .big-img img{display:block;width:100%;height:100%;object-fit:cover}



/* 应用领域详情-相关产品 */
.xg-product{position: relative;padding-top: .6rem;}
.xg-title{margin-bottom: 0.4rem;}
.xg-title span{font-size: 0.48rem;color: #333;font-weight: bold;}
.xg-title span i{
	font-style: normal;
}
.xg-title .en{
	margin-top: .08rem;
	font-size: .22rem;
	color: #333;
}




@media (max-width: 1280px) {
	.relate-product-slick .owl-item{
		width: calc(100%/4 - 15px);
	}
	.inqu-right{
		padding-right: 0px;
	}
	.about-one-left{
		text-align: center;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		padding-top: 0.5rem;
	}
	.about-one-left .en::before{
		left: 50%;
		margin-left: -.85rem;
	}
	.about-one-left .about-one-txt{
		font-size: 14px;
	}

	.partner-list .swiper-slide{
		width: calc(100% / 5 - 15px);
	}

	.erji_cate{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}

	.xypg-product-list2 li .txt .uh{
		font-size: 0.2rem;
	}


}

@media (max-width: 1024px) {
	.nei_cate .xypg-left-nav>li>a{
		font-size: 16px;
	}
	.tree{
		font-size: 14px;
	}

	.hlang .icon{
        font-size: 14px;
    }

	/* 产品详情页 */
	.pro-flex > .flex{
		flex-direction: column-reverse;
	}
	.page-product-detail-box{
		padding-bottom: 0px;
	}
	.page-product-detail-prev{
		max-width: 100%;
	}
	.page-product-detail-prev>h1{
		font-size: .35rem;
	}
	.page-product-detail-prev>.desc{
		font-size: .22rem;
	}
	.page-product-detail-next{
		width: 100%;
	}

	.xijie-product li{
		width: calc(100% / 2 - 20px);
    	margin: 0 10px 20px 10px;
	}

	.relate-product-slick .owl-item{
		width: calc(100%/2 - 15px);
	}

	.partner-list .swiper-slide{
		width: calc(100% / 4 - 15px);
	}

	.page-case-detail-left{
		width: 100%;
	}

	.page-case-detail-right{
		width: 100%;
	}


	.xypg-news-detail{
		width: 100%;
	}
	.news-right-tjlist{
		width: 100%;
        margin-top: 30px;
		padding-left: 0px;
	}	


	.product-box1 .top{
		flex-wrap: wrap;
	}

	.product-box1 .top .wen{
		width: 100%;
		padding-bottom: 30px;
	}

	.product-box1 .top .wen .tit{
		text-align: center;
	}
	.product-box1 .top .wen .p{
		font-size: 15px;
	}

	.product-box1 .top .pic{
		width: 100%;
		padding: 0.4rem;
	}


	.product-box1 .bom .liss li{
		width: calc(50% - .5rem);
    	margin: 0 .25rem .5rem .25rem;
	}

	.erji_cate{
		flex-wrap: wrap;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: .1rem;
	}
	.erji_cate li{
		flex: 0 0 25%;
		margin-bottom: 30px;
	}

	.erji_cate li a{
		font-size: 0.2rem;
	}

	.xypg-product-list2 li .img{
		max-width: 40%;
	}


}

@media (max-width: 990px) {
    .relate-news-tjlist li{
       margin-bottom: 20px;
    }
	
	.cp-lianxi-inquiry{
		background:#f3f4f7;
		padding: .5rem 0;
	}

	.inqu-right{
		width: 100%;
	}

	.page-product-detail-prev .page-product-more a{
		width: 125px;
		line-height: 45px;
	}


	.about-one-left .en{
		font-size: 0.18rem;
	}
	.about-one-left .cn{
		font-size: 0.35rem;
	}
	.about-one-left > h4{
		font-size: 0.3rem;
	}
	.about-number{
		padding: .2rem 0 .3rem;
	}
	.about-number li{
		flex: 0 0 50%;
		margin-left: 0px;
		text-align: center;
	}
	.about-number li h3 i{
		font-size: 0.34rem;
	}
	.about-number li h3 span{
		font-size: 0.28rem;
	}

	.wenhua-tit{
		text-align: center;
	}
	.wenhua-tit .en{
		font-size: 0.18rem;
	}
	.wenhua-tit .cn{
		font-size: 0.35rem;
	}
	.whlist li h3{
		font-size: 0.3rem;
		height: 40px;
		line-height: 40px;
	}
	.whlist li .txt{
		font-size: 0.16rem;
	}

	.history{
		padding: .5rem 0 .6rem;
	}
	.history-tit{
		text-align: center;
	}
	.history-tit .en{
		font-size: 0.18rem;
	}
	.history-tit .cn{
		font-size: 0.35rem;
	}

	.history-swiper{
		margin-top: 0.5rem;
	}
	.honor-swiper .swiper-slide{
		padding: .2rem .2rem .2rem;
	}
	.history-swiper .swiper-slide.swiper-slide-active h3{
		font-size: 0.4rem;
	}

	.honor-swiper{
		margin-top: 0.3rem;
	}
	.honor-swiper .swiper-slide p{
		font-size: 14px;
	}
	.honor-swiper .swiper-slide p br{
		display: none;
	}
	.culture-list{
		margin: 0 -.15rem;
		margin-top: 0.5rem;
	}
	.culture-list .swiper-slide{
		width: calc(100% / 2 - .3rem);
    	margin: 0 .15rem .3rem .15rem;
	}

	.partner{
		padding: .5rem 0;
	}

	.culture{
		padding: .5rem 0;
	}

	.news-right-tjlist > h2{
		font-size: 20px;
		margin-bottom: 0.3rem;
	}

	.nei_cate .xypg-left-nav>li>a{
		min-width: 100px;
	}

	.solution-left{
		width: 230px;
		padding-top: 0.8rem;
	}
	.h-solution-sort{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		padding-top: 0px;
	}

	.h-solution-list .fix-content{
		padding-right: 0.3rem;
		padding-top: 0.8rem;
		left: 230px;
	}
	.h-solution-list .fix-content .tit2{
		max-width: 100%;
	}

	.h-solution-list .fix-content .tit1 .cn{
		margin-bottom: 0.4rem;
	}
	.xypg-product-bg{
	 
	}
	.xypg-product-bg img{
		max-width: 100%;
	}
	.xypg-product-content{
		width: 100%;
		 
	}
	.xypg-product-content .cn{
		font-size: 0.3rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.xypg-product-content .en{
		font-size: 0.26rem;
		margin-bottom:0.1rem
	}
	.xypg-product-content .cn::after{
		height: 0.05rem;
	}
	.xypg-product-content{
		margin-top: 0.3rem;
		padding: 0.3rem;
		border-top-right-radius: 0.5rem;
	}
	


	.page-case-detail-left{
		border-top-width: 8px;
		margin-bottom: 0.3rem;
		padding-top: 0.1rem;
		border-top: none;
	}
	.page-case-detail-right{
		margin-bottom: 0rem;
	}
	.page-case-detail-left > h1{
		font-size: 0.35rem;
	}	
	.xg-title{
		margin-bottom: 0.25rem;
	}
	.xg-title span{
		font-size: 0.3rem;
	}

	.page-wrap{
		padding-top: 30px;
	}

	.page-case-detail-left .case-detail-con{
		height: 100%;
		overflow: hidden;
		padding-right: 0px;
	}

	.xypg-product-list li h3{
		font-size: 0.2rem;
		margin-bottom: 0.05rem;
	}
	.xypg-product-list li .xqin{
		font-size: 0.18rem;
	}

	.product-box1 .bom .liss{
		margin: 0 0;
	}
	.product-box1 .bom .liss li{
		width: 100%;
		margin: 0 0 .3rem 0;
	}

	.xypg-product-list1 li{
		width: 50%;
	}

	.erji_cate li{
		flex: 0 0 33.33%;
	}

	.xypg-product-list1 li a{
		font-size: 0.18rem;
	}

	.product-box1 .top .wen .cn{
		font-size: 0.4rem;
		margin-top: 0px;
	}
	
	.xypg-product-list2 li .txt .uh{
		display: none;
	}

	.xypg-product-list2 li .itemm{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.xypg-product-list2 li .txt{
		width: 60%;
	}
	.xypg-product-list2 li .txt h3{
		font-size: 0.24rem;
	}
	.xypg-product-list2 li .txt a{
		font-size: 0.18rem;
	}

	.service-list li:not(:last-child){
		width: calc(100% / 2 - .5rem);
    	margin: 0 .25rem .5rem .25rem;
	}

	.service-list li{
		width: 100%;
	}

	.service-list li:not(:last-child):hover .cont .cluus{
		padding-bottom: 50%;
	}

	.service-list li:hover .cont .cluus{
		padding-bottom: 15%;
	}

	.lianxi-tit h3{
		font-size: 0.4rem;
	}

	.map-infor{
		padding-right: 0.6rem;
	}


 
	.map-left-h1 .cn{
		font-size: .35rem;
	}
	.map-left-h1 .en{
		font-size: .18rem;
	}
	.map-left-h2 .contact-name{
		font-size: .35rem;
	}
	.x-message-wrap2 #checkcode{
		width: 50%;
	}
	.x-message-wrap2 .x-submit{
		margin-top: 0.3rem;
	}
	.fgs-box .fgs-item {
		margin-right: 0.4rem;
	}
}

@media (max-width: 768px) {
	.fa_right{
		width: 100%;
	}
	.xypg-product-list2 li:not(:last-child){
		margin-bottom: 0.3rem;
	}

	.xypg-product-list2 li .itemm{
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}
	.xypg-product-list2 li .txt{
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.xypg-product-list2 li .txt h3{
		font-size: 0.2rem;
	}
	.xypg-product-list2 li .txt a{
		width: 105px;
		line-height: 40px;
		font-size: 14px;
	}

	.product-content{
		padding-top: 0.4rem;
	}
	.xypg-product-list2 li .img img{
		max-height: 100%;
	}

	.pu_link a{
		font-size: 15px;
		font-weight: normal;
	}	


	.lianxi-map{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.map-left{
		height: auto;
		width: 100%;
	}

	 
	.map-infor{
		width: 100%;
		padding: .5rem .3rem;
		position: relative;
		transform: none;
		top: 0px;
	}


	.section5{
		background-image: url(../images/f2c925178c2e0b5f393791ce7e63944005b0239e.jpg);
	}


	.whlist li a{padding:10px 0 0;width:164px;height:164px}
	.whlist .hex{width: 54px;height: 54px;margin-left: -27px;margin-top: -27px;background-size: 100% 100%;}
	.whlist .pic{width:30px;height:30px;margin-left:-15px;margin-top:-15px;font-size:0;line-height:30px}
	.whlist .tupian{height: 54px;}
	.whlist i.bg1{box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);}
	.whlist li .wz{margin-top: 8px;}
	.whlist li h3{font-size: 16px;line-height: 20px;height: 20px;}
	.whlist li .txt{font-size: 12px;line-height: 1.5;min-height: 40px;}
	.whlist li .txt br{display: none;}
	.fgs-box{
		flex-direction: column;
	}
	.fgs-box .fgs-item{
		margin-right: 0px;
	}
	.relative{
		position: static;
	}
}


@media (max-width: 600px) {
	.nei_cate .xypg-left-nav>li>a{
		font-size: 14px;
		line-height: 38px;
	}
	.page-product-detail-prev .page-product-more a{
		font-size: 0.18rem;
	}
	.product-detail-tabcon h2{
		font-size: 0.25rem;
	}
	.product-detail-item-p1 > p{
		font-size: 0.17rem;
	}
	.xijie-product li{
		padding: .15rem .2rem .2rem;
	}
	.xijie-product li p{
		margin-bottom: 0.2rem;
	}
	.inqu-right > h4{
		font-size: 0.22rem;
	}

	.solution-tab{
		height: 500px;
	}

	.solution-left{
		width: 180px;
		padding-top: .3rem;
	}
	.h-solution-sort li{
		margin-bottom: 0.2rem;
	}
	.h-solution-sort li .small-img{
		width: 40px;
		height: 40px;
	}
	.h-solution-sort li .small-img img{
		max-height: 21px;
	}

	.h-solution-sort li .cname{
		width: calc(100% - 50px);
		padding-left: 0.1rem;
	}
	.h-solution-sort li .cname span{
		font-size: 0.16rem;
		display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
	}

	.h-solution-sort li i{
		width: 10px;
	}

	.h-solution-list .fix-content{
		left: 180px;
		padding-left: 0.3rem;
		padding-right: 0.2rem;
		padding-top: 1rem;
	}

	.h-solution-list .fix-content .tit1 .en{
		font-size: 0.35rem;
	}
	.h-solution-list .fix-content .tit1 .cn{
		font-size: 0.3rem;
		margin-top: -35px;
	}
	.h-solution-list .fix-content .tit2 h3{
		font-size: 0.2rem;
	}
	.h-solution-list .fix-content .tit2 p{
		font-size: 0.18rem;
		margin-bottom: 0.4rem;
	}
	.h-solution-list .fix-content .tit2 a.mo{
		width: 105px;
		line-height: 40px;
		font-size: 14px;
	}
	.xypg-product-list1 li{
		width: 100%;
	}

	.aa > div{
		margin-top: 0rem!important;
	}

	.fa_right .f_contact .text.bgs1{
		background-size: auto 22px;
	}
	.fa_right .f_contact .text.bgs2{
		padding-left: 26px;
		background-size: auto 12px;
	}
	.fa_right .f_contact .text.bgs3{
		padding-left: 26px;
		background-size: auto 22px;
	}

	.foot-bom{
		padding-top: 0px;
		border-top: none;
	}

	.service-list li:not(:last-child){
		width: calc(100% / 2 - .2rem);
        margin: 0 .1rem .2rem .1rem;
	}

	.service-list li{
		margin: 0 0rem .2rem 0rem;
	}

	.service-list li .cont .cluus h3{
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}

	.service-list li .cont .cluus p{
		line-height: 1.7;
		font-size: 12px;
	}

	.lianxi-service{
		padding: .4rem 0 0;
	}

	.map-infor .map-h1{
	 
	}
	.map-infor .map-h2{
		 
	}
	.map-infor .map-h2 a{
		font-size: .2rem;
	}
	.map-infor .map-phone a{
		 
	}
	
	.map-infor .map-phone,
	.map-infor .map-h2{
		margin-bottom: 0.2rem;
	}

	.map-left .boss{
		width: 0.6rem;
		height: 0.6rem;
	}
	.boss img{
		left: .1rem;
    	top: -.2rem;
	}

	.list_pp2 li .img{
		width: 130px;
	}
	.list_pp2 li .dess{
		width: calc(100% - 130px);
	}
	.right-text{
		font-size: 1.5rem;
	}
}





@media (min-width: 1921px){
	.x-menu > li > a{
		font-size: 18px;
	}
	.hphone span{
		font-size: 16px;
	}
	.whlist li h3{
		font-size: 36px;
	}
	.whlist li .txt{
		font-size: 20px;
	}
	.history-swiper .swiper-slide.swiper-slide-active h3{
		font-size: 65px;
	}
	.history-swiper .swiper-slide p{
		font-size: 16px;
	}
	.honor-swiper .swiper-slide p{
		font-size: 20px;
	}
	.xypg-news-list li .coent h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.xypg-news-list li .more span{
		width: 50px;
		height: 50px;
		background-size: 11px 19px;
	}
	.product-detail-tabcon h2,
	.h-solution-list .fix-content .tit2 h3,
	.ab-item1 p{
		font-size: 30px;
	}
	.product-detail-item-p1 > p{
		font-size: 20px;
	}
	.foot_nav li > a,
	.product-box1 .top .wen .p,
	.product-box1 .bom .liss li .p1,
	.xypg-product-list1 li .secc .ph,
	.about-one-left .about-one-txt,
	.about-number li p,
	.whlist-title p{
		font-size: 24px;
	}
	.fa_right .f_contact .text{
		font-size: 22px;
	}
	.fa_right .f_contact .tel, .fa_right .f_contact .tel a{
		font-size: 32px;
	}
	.fa_right .f_contact .text2 a,
	.fa_right .f_contact .text2,
	.relate-news-tjlist li .coent .date1{
		font-size: 20px;
	}

	.tree,
	.x-message-wrap2 input[type='text'], .x-message-wrap2 textarea{
		font-size: 16px;
	}
	.x-message-wrap2 input[type='text'], .x-message-wrap2 textarea,
	.x-message-wrap2 #codeimg2,
	.x-message-wrap2 .x-submit{
		height: .4rem;
	}

	.x-message-wrap2 span{
		top: 16px;
	}

	.xypg-product-list li h3{
		font-size: 28px;
	}
	.xypg-product-list li .xqin,
	.xypg-product-list1 li a,
	.page-product-detail-prev .page-product-more a,
	.xypg-product-list2 li .txt a,
	.h-solution-list .fix-content .tit2 a.mo{
		font-size: 22px;
	}
	.product-box1 .top .wen .en,
	.product-box1 .top .wen .cn,
	.inqu-left h2,
	.about-one-left .cn,
	.about-one-left .en,
	.h-solution-list .fix-content .tit1 .en,
	.h-solution-list .fix-content .tit1 .cn{
		font-size: 50px;
	}

	.product-box1 .bom .liss li .h1,
	.erji_cate li a,
	.xypg-product-list1 li .secc h3,
	.h-solution-sort li .cname span,
	.h-solution-list .fix-content .tit2 p{
		font-size: 28px;
		font-weight: bold;
	}

	.relate-product-slick .owl-item p,
	.inqu-left h2 span,
	.x-message-wrap2 .x-submit,
	.number li h3 span,
	.number li p,
	.pu_link2 a,
	.pu_link a{
		font-size: 20px;
	}

	.xypg-product-list2 li .txt h3{
		font-size: 34px;
	}
	.xypg-product-list2 li .txt .uh{
		font-size: 26px;
	}

	.about-one-left > h4,
	.about-number li h3 span,
	.fix-h3 span,
	.ab-item1 h3,
	.whlist-list li .wz2 h3,
	.whlist-title h3{
		font-size: 40px;
	}

	.about-number li h3 i,
	.number li h3 i{
		font-size: 70px;
	}
	.news-right-tjlist > h2{
		font-size: 30px;
		margin-bottom: 60px;
	}
	.xypg-detail-pn div,
	.xypg-detail-pn div b,
	.xypg-detail-pn div a,
	.back-history,
	.relate-news-tjlist li .coent h3,
	.ab-item2{
		font-size: 18px;
	}

	.relate-news-tjlist li .more span{
		width: 45px;
		height: 45px;
		background-size: 11px 19px;
	}
	.hlang .lan_down dd a{
		font-size: 16px;
	}


}


.down-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.down-list li{
	width: 49%;
	padding: 10px 0;
	border-bottom: 1px dashed #e7e7e7;
}
.down-list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.down-list li .title{    
	font-size: .22rem;
	font-weight: normal;
	color: #333;
}
.down-list li .other{
	background: #f2f3f5;
	border-radius: 3px;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	width: 80px;
	min-width: 80px;
	padding: 0 10px;
	text-align: center;
	font-size: .22rem;
	color: #333;
}
.down-list li:hover .title{
	color: #00a54f;
}
.down-list li:hover .other{
	background-color: #00a54f;
	color: #fff;
}
@media(max-width: 768px){
	.down-list li{width: 100%;}
}