body{font-size: 18px;} 


.inner{ width:84vw;   margin: 0 auto;  }
.pl-inner{ padding-left: 8vw;}
.pr-inner{ padding-right: 8vw;}
.ml-inner{ margin-left:8vw;}
.mr-inner{ margin-right: 8vw;}

.zwHeader{ height: 110px;}
.zw{ margin-top: -110px; padding-top: 110px;}

.h-40{ height: 40px;}
.h-50{ height: 50px;}.w-50{ width: 50px;}
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}

header{ transition: all .36s; position: fixed; top: 0; left: 0; z-index: 100; background: #fff; width: 100%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.logoImg{ height:100px;}
.oneNav{ line-height:110px; white-space: nowrap; display: block; padding: 0  1.3vw; font-size: 18px;  }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:#134144; transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li{ position: relative;}
nav li.on .oneNav span ,nav li:hover .oneNav span { color: #134144;}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav:hover > li:not(:hover) .oneNav{ color: #333; }
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:#134144}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 


 
.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #333;  transition: .8s; display:inline-block;       }
header.scroll .h_nav .burger,header:hover .h_nav .burger{ background: #333;}
.h_nav .burger:nth-of-type(2){  width:66%;}
  /* .h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }

.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }   */
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #333;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }

.nav{  padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%);  background: #fff; position: fixed; top: 100px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(0, 0, 0, 0.15); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(0, 0, 0, 0.15); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #fff; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #efefef; width: 1px; }



.idxBan .text{ position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.idxbanImg{ width: 100%; height: 100vh; object-fit: cover; min-height: 360px;}
.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.15) }
.idxBan .buttom{ bottom: 5vw; right: 0; z-index: 10; position: absolute;}
.idxBan .buttom .btn:hover{ color: #fff; background: var(--color);}

.neiBan .text{ position: absolute; bottom: 6vw; left: 50%; transform: translateX(-50%); z-index: 15; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.neiBan .text h1{

    background-image: linear-gradient(to bottom, rgb(255 255 255 / 75%), rgb(255 255 255 / 18%));
  -webkit-background-clip: text;
  color: transparent;

}
.photo{ background:url(../images/mainTop.png) no-repeat top center / 100% auto ;  margin-top: -4.5vw;  }
.photo:after { display: block;content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)
}
.playMore{ width: 160px;}
.playMore img{animation: yuan 10s infinite linear;
    -webkit-animation: yuan 10s infinite linear;}
.playMore .posi-a{ width: 70%; height: 70%; left: 15%; top: 15%;}


.footLogo{ height: 100px;}
.aboutMap{ margin-top: -5vw;}
.aboutMapUl li{position: absolute;}
.aboutMapUl li button{ min-height: 50px;}
.aboutMapUl li .line{background: linear-gradient(to bottom,#6dcd2d,#ffd000);}
.aboutMapUl li.li01 .line{ width: 1px; height: 8vw; }
.aboutMapUl li.li01{ flex-direction: column-reverse;  bottom: 52%; left: 6%;}
.aboutMapUl li.li02{ top: 56%;  left: 41%;}
.aboutMapUl li.li02 .line{ width: 4vw; height: 1px; background: #ffd000;}
.aboutMapUl li.li03{ flex-direction: column; top: 70%;  left:36%;}
.aboutMapUl li.li03 .line{width: 1px; height: 8vw; background: linear-gradient(to bottom,#6dcd2d,#ffd000);}
.aboutMapUl li.li04{ top: 75%;  left: 50%;}
.aboutMapUl li.li04 .line{ width: 4vw; height: 1px; background: #6dcd2d;}
.aboutMapUl li.li05{ flex-direction: column; top: 40%;  left:62%;}
.aboutMapUl li.li05 .line{width: 1px; height: 8vw; background: linear-gradient(to bottom,#6dcd2d,#ffd000);}
.aboutMapUl li.li07{ top: 47%;  left:38%;}
.aboutMapUl li.li07 .line{ width: 4vw; height: 1px; background: #6dcd2d;}

.aboutMap .li06{ position: absolute; left: 80%;top: -10%;}

.idxServices{ background: url(../images/idxServiBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.idxServices .title{ position: sticky; top: 0; left: 50%; z-index: 15; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxServices .inner{ height: 78vw;}

.idxServicesUl li{ position: absolute;}
.idxServicesUl li:nth-child(1){ width: 24vw; left: 2.3%; top: 9.4%;}
.idxServicesUl li:nth-child(2){ width: 24vw; left: 67.3%; top: 2%;}
.idxServicesUl li:nth-child(3){ width:14.5vw; left: 82%; top:27.4%;}
.idxServicesUl li:nth-child(4){ width:16.9vw; left: 14.5%; top:51.4%;}
.idxServicesUl li:nth-child(5){ width:13vw; left:73.5%; top:64.8%;}
.idxServicesUl li:nth-child(6){ width:15vw; left:0; bottom:2%;}

.idxGroup::after{ display: block; content: ''; width: 100%; height:50%; position: absolute; left: 0; top: 0; background:#c3ece1 }
.idxGroupUl li:first-child{ margin-top: 0;}
.idxGroupImg{ width: 100%; height: 0; padding-bottom: 62.5%;}
.idxGroupImg:after {
    content: '';
    width: 86%;
    height: 100%;
    position: absolute;
    bottom: -5vw;
    left: 7%;
    background: url(../images/img-3.png) right center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.idxTeamUl01{display: grid; grid-gap: 2.6vw; grid-template-columns: repeat(2,1fr);}
.idxTeamUl01 li{min-width:0}

.idxTeamUl li .img{ width: 100%; height: 0; padding-bottom: 100%;}
.idxTeamUl01 li .more{ border-top-right-radius: 1vw;border-bottom-left-radius: 1vw;}
.idxTeamUl01 li .more:hover{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

.idxTeamUl02{ margin-top: 2.6vw;}
.idxTeamUl02{display: grid; grid-gap: 1.5vw; grid-template-columns: repeat(5,1fr);}
.idxTeamUl02 li{min-width:0}

.zwFooter{ height: 6vw;}
footer{ background: #134144;}
footer::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:url(../images/footerTop.png) no-repeat top center / 100% auto ;  margin-top: -6vw;  }

.footForm input{ width: 250px;}
footer input::-webkit-input-placeholder  {color:#fff;}
footer input:-moz-placeholder {color:#fff;}
footer input::-moz-placeholder  {color:#fff;}
footer input:-ms-input-placeholder  {color: #fff;}

footer a:hover{ color: rgb(255, 255, 255,.5);}
.w28{ width: 28%;}
.bg-white09{ background: rgb(255, 255, 255,.09);}

.briefSwiper .img{ width: 100%; height: 0; padding-bottom: 92%;}
.briefIcon{ max-width: 66%;}

.coopCon{ background: #a2dfbd;}
.coopConUl{ display: grid; grid-gap: 1.3vw; grid-template-columns: repeat(8,1fr);}
.coopConUl li {min-width:0 ; height: 80px;}

.value .tilte{ position: absolute; left: 5%; top: 70%; z-index: 10;}
.base{ background: url(../images/baseBg.png) no-repeat top right; background-size: 91% auto;}

.baseSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.baseSwiper .swiper-slide{ transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.baseSwiper .swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.baseSwiper .swiper-slide-active .text{ opacity: 1;}
.base .prev,.base .next{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.base .prev{ left: 20%;}
.base .next{ right: 20%;}
.base .next:hover,.base .prev:hover{ background: var(--color); color: #fff;}

.mypagination  .swiper-pagination-bullet{ width: 6px; height: 6px; margin:  0 2px;}

.cooSwiper{ height: 280px;}
.cooSwiper .swiper-slide{ height: calc((100% - 40px)/3);}

.resourcesRight{ background: rgb(255, 255, 255,.18);}

.teamBox .idxTeamUl li{ box-shadow: 0 0  2vw rgb(0, 174, 76,.1);}
.teamInfo{background:url(../images/teamInfoBg.png) no-repeat top left / 96% auto ; }

.teamLeft .img{ width: 100%; height: 0; padding-bottom: 100%;}
.teamLeft{ background: #f3feff;}

.imgHeight08{height: .8em;}
.teamLeft{ box-shadow: 0 0 3vw rgb(0, 0, 0,.18);}
.teamTitle::after{ display: block; content: ''; width: 2em; height: 5px; position: absolute; left: 0;  bottom: -2px; background:var(--color) }

.w38{ width: 38%;}
.plansImg{ width: 100%; height: 0; padding-bottom: 100%;}
.plansCenter{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

@media screen and (min-width:900px) { 
    .plansUl li:nth-child(2n){ text-align: right; justify-content: end;}
    .plansUl li:last-child{ width: 100%; justify-content: center; text-align: center;}

}


.Park{ padding-top: 12.8vw;}
.Park .bg{ width: 100%; height: 83%; background: url(../images/parkBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.line-height1-4 { line-height: 1.5;}

.bg-e9{ background: #e9f3ed;}
.parkLine{ background: #c6d7d8; width: 1px; height: 4vw;}
.parkUl::after{ display: block; content: ''; width: 85%; left: 7.5%; height: 1px; position: absolute;   top: 0; background:#c6d7d8 }
.parkUl li{ width: 15%;}
.parkUl li .bg-e9{ min-height: 8em;}

.parkUl2 li{ width: 23.7%;  }
.parkUl2 li .tit{ height: 5em;}

.data{ background: url(../images/dataBg.jpg) no-repeat center center / cover; background-attachment: fixed;}

.newsTopSwiper .img{ width: 100%; height: 0; padding-bottom: 69.6%;}

.newsTopSwiper .pagination{ position: absolute; left: 0; bottom: 0; z-index: 10; width: 50% !important;}
.newsTopSwiper .pagination .swiper-pagination-bullet{ background: #fff;}
.newsTopSwiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--color);}

 
.newslist{ display: grid; grid-gap: 4vw; grid-template-columns: repeat(3,1fr);}
.newslist li {min-width:0}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 65.5%;}

.newsPage a img{ width: 5em; height: 5em; object-fit: cover;}
.newsPage a:last-child{   flex-direction: row-reverse;}

.newsRight .tit::after{ height: 1em; width: 6px; background: var(--color); display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.newsRightUl{ position: sticky; right: 0; top: 15px;}
.newsRightUl a .img{ width: 185px; height: 115px;}
.newsRightUl a .img img{ width: 100%; height: 100%; object-fit: cover;}
.newsRightUl a .text{ width: calc(100% - 204px);}
.newsRightUl a:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.w53{ width: 53%;}
.companyImg{ max-width: 60%;}

.bhdUl{ display: grid; grid-gap: 25px; grid-template-columns: repeat(3,1fr);}
.bhdUl li {min-width:0}
.videoSwiper li .img{ width: 100%; padding-bottom: 70%; height: 0;}
.videoSwiper li .videoPlay{ min-width: 30px;  width: 14%; position: absolute; left: 50%; top: 50%; z-index: 10; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

.RecycledInfo .img{ width: 100%; height: 0; padding-bottom: 75%;}

.proInfo{ background: url(../images/proInfoBg.jpg) no-repeat center top / 100% auto;}
.proInfoTit::after{ display: block; content: ''; width: 3em; height: 5px; position: absolute; left: 50%; margin-left: -1.5em; bottom: -3px; background:var(--color) }

.productiBottom ul  li{ display: flex;}
.productiBottom ul  li::before { flex-shrink: 0; height: 1em; margin-top: .3em;  
    content: url('../images/duiIcon.png'); /* 图标路径 */
    margin-right: 10px; /* 根据需要调整图标与文本之间的间距 */
}

.w57{ width: 57%;}
.qualifyTop{ background: url(../images/qualifyTop.png) no-repeat center bottom / 100% auto;}

.qualifyList{ display: grid; grid-gap: 3.5vw; grid-template-columns: repeat(3,1fr);}
.qualifyList li {min-width:0}
.qualifyList li .img{ width: 100%; padding-bottom: 122%; height: 0; background: #fefffa;}
.imgHeight07{ height: .7em;}

.contactType .left{ background: url(../images/contactTypeLeftBg.jpg) no-repeat center bottom / cover;} 


.contactType .right{ width: 58.2%; background: url(../images/contactTypeRightBg.jpg) no-repeat center bottom / cover;} 

.contactUl{ display: grid; grid-gap: 3.5vw; grid-template-columns: repeat(3,1fr);}
.contactUl li {min-width:0}
.contactUl li .desc{ height: 15em;}
.contactUl li .img{ height: 7vw;}

.online{ background: url(../images/onlineBg.jpg) no-repeat right bottom / 100% auto;}