body{font-size: 16px;} 
.inner{ width:1640px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1640px)/2);}
.pr-inner{ padding-right: calc((100vw - 1640px)/2);}
.ml-inner{ margin-left: calc((100vw - 1640px)/2);}
.mr-inner{ margin-right: calc((100vw - 1640px)/2);}

.zw{ margin-top: -90px; padding-top: 90px;}
.zwHeader{ height: 90px;}

header{ position: sticky; top: 0; left: 0; z-index: 100; width: 100%; background: #fff;}
header.scroll{ box-shadow: 0 0 15px rgba(0,0,0,.15);}
.logoImg{ height: 60px;}
.oneNav{ line-height:90px; white-space: nowrap; display: block; padding: 0 1.6vw; font-size: 18px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--color); 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: var(--color);}
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:var(--color)}
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; background-color:var(--color); padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation:; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.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: #fff;      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{ color: #fff !important; padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%); background-color: var(--color); position: fixed; top: 60px; 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(255, 255, 255, 0.25); 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(255, 255, 255, 0.25); 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: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }

.text-shadow{ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}

.headerTel  .round{ width: 2em; height: 2em;}


/* .idxBan .swiper-slide::before{ display: block; z-index: 9; content: ''; width: 50%; height: 100%; position: absolute; left: 0; top: 0;   background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent); } */
.idxBan .text{ z-index: 10; position: absolute; left: 0; top: 50%; transform: translateY(-50%) ; z-index: 10; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.banImg{ width: 100%; max-height: calc(100vh - 90px); object-fit: cover; min-height: 325px;}
.banMouse{ animation: ani-svg 1s linear 0s alternate infinite; position: absolute; z-index: 20; left: 50%; transform: translateY(-50%) ; bottom: 5%; -webkit-transform: translateX(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; -webkit-animation: ani-svg 1s linear 0s alternate infinite; }
.idxBan  .swiper-slide-active .banImg{ animation: swiper_img_move 10s linear 0s infinite normal both ; -webkit-animation: swiper_img_move 10s linear 0s infinite normal both ; }


.idxAbout{ background: url(../images/idxAboutBg.png) no-repeat top 5% right; background-size: 75% auto;}
.idxAboutMoerYuan{width: 10.2vw; animation: yuan 10s infinite linear; -webkit-animation: yuan 10s infinite linear;}
.idxAboutMore::after{ display: block; content: ''; transition: all .36s; border-radius: 50%; width:40%; height: 40%; position: absolute; left:30%; top: 30%; background:var(--color) ; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxAboutMore:hover{ transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.idxAboutMore:hover::after{ transform: scale(1.6); -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); }

.numUl{ width: 32vw;}
.idxAboutImgBox{ margin-top: -10em; height: 70vh;}

.idxTitle .enTit{ margin-bottom: -.35em; font-size: 12.5vw;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to bottom, rgba(32,139,54,.1), transparent);}

.idxMore i{ border: 2px solid #fff; width: 17px; height: 17px;}
.idxMore i::before{ width:100%; right: 45%; top: -50%; height:calc(200%); background:var(--color); position: absolute; display: block; content: '';}
.idxMore i::after{ width:100%; transition: all .36s; left: -50%; top:  50%; margin-top: -1px; height: 2px; background:#fff; position: absolute; display: block; content: ''; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxMore:hover{ letter-spacing: 3px;}
.idxMore:hover i::after{ width: 300%;}

.idxProSwiper .swiper-slide .img{ width: 100%; padding-bottom: 76%; height: 0;}
.idxProSwiper .swiper-slide .text{padding-left: 10vw;}
.idxProSwiper .swiper-slide  .more:hover{ letter-spacing: 3px; box-shadow: 0 0 15px rgba(0,0,0,.2);}

.mySwiperBtn{ width: 70px; height: 70px;}
.mySwiperBtn:hover{ background: var(--color); color: #fff;}
.idxPro .mySwiperBtn{ position: absolute; z-index: 10; top: 50%; transform: translateY(-50%) ; -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
.idxPro .prev{ left: 0;}
.idxPro .next{ right: 0;}

.idxPro::after{ display: block; content: ''; width: 37%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/idxProBg.jpg) no-repeat center center / cover}
.idxNews{ background: #f2f8f5;}
.newsItem .img{ width: 100%; height: 0; padding-bottom: 63%;}
.newsItem .img .date{ position: absolute; left: 0; bottom: 20px; z-index: 10;}
.newsItem .text{ margin-top: -20px;}
.newsItem .text .tit{ height: 3em;}
.newsItem .text .line{ height:4px; background: url(../images/newsItemLine.png) no-repeat left center; background-size: auto 100%;}
.newsItem .text::after{ display: block; content: ''; width:20%; opacity: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newsItem:hover .text::after{ width: 100%; opacity: 1;}
.newsItem:hover div,.newsItem:hover .iconfont{ color: #fff !important;}
.newsItem:hover .line{ height:4px; background: url(../images/newsItemLine-w.png) no-repeat left center; background-size: auto 100%;}

.footEwm{ width: 150px;}
.footLogo{ height: 89px;}
.footNav a:last-child{ margin-right: 0;}
footer a:hover{ color: rgba(255,255,255,.6);}

.myPagination .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 3px;}

.neibanImg{ width: 100%; object-fit: cover; min-height: 220px;}
.neiBan .text{ background: rgba(0,0,0,.2);}

.subNav a{ padding: 0 4vw; height: 100px;}
.subNav a.on,.subNav a:hover{ color: var(--color);}
.subNav a.on::after{ display: block; content: ''; width: 50%; height:2px; position: absolute; left: 0;  bottom: -1px; background:var(--color) }
.subNav a.on::before{ display: block; content: ''; width: 1.4em ; height: 1.4em; position: absolute; left: 50%; bottom: 0; margin-left: -.7em; margin-bottom: -.7em; background: url(../images/subNavIcon.png) no-repeat center center; background-size: 100% 100%;}

.subNavLine{ height: 2px; position: absolute; left: 0; bottom: -1px;} 

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; padding:  7vw 0 8vw 0;}

.honorSwiper .swiper-slide{ box-shadow: 0 0 10px rgba(0,0,0,.1);}
.honorSwiper .swiper-slide::after{ display: block; content: ''; width: 0; transition: all .36s; height: 3px; position: absolute; left: 0; bottom: 0; background:var(--color) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.honorSwiper .swiper-slide .img{ width: 100%; padding-bottom:  125%; height: 0;}
.honorSwiper .swiper-slide-active{ transform:scale(1.1) ; z-index: 10; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.honorSwiper .swiper-slide-active::after{ width: 100%;}
 
.honor .mySwiperBtn{ position: absolute; z-index: 10; top: 50%; transform: translateY(-50%) ; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.honor .prev{ left: -100px;}
.honor .next{ right: -100px;}

.prolist li .img{ width: 100%; padding-bottom: 76%; height: 0;}
.prolist li .text{padding-left: 10vw;}
.prolist li .more:hover{ letter-spacing: 3px; box-shadow: 0 0 15px rgba(0,0,0,.2);}
@media screen and (min-width:900px) { 
    .prolist li:nth-child(2n) .inner{ flex-direction: row-reverse;}
    .prolist li:nth-child(2n)  .img .posi-a{justify-content: flex-end;}
}

.proMain{ background: url(../images/proMainBg.jpg) no-repeat center center / cover; min-height:70vh;}
.proMain::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(242,248,245,.9) }

.location .icon-arrow-right2-copy{ font-size: .8em;}
.proinfoRight .img{ width: 100%; padding-bottom: 76%; height: 0;}
.proinfoRight .desc li{list-style:square url("../images/san.png");list-style-position: inside;}
.proinfoRight .more:hover{ letter-spacing: 3px; box-shadow: 0 0 15px rgba(0,0,0,.2);}

.proNavLeft{ border-left: 1px solid rgba(32,139,54,.25); position: sticky; left: 0; top: 90px;}
.proNavLeft a.on{ color: var(--color); font-weight: bold;}
.proNavLeft a.on::after{ display: block; content: ''; width: 5px; height: 100%; position: absolute; left: -1px; top: 0; background:var(--color) }

.submenu a{ height: 2.7em;}
.submenu a.on{ background: var(--color); color: #fff;}

.newslist li{ width: calc((100% - 80px)/3); margin-right: 40px;}
@media screen and (min-width:1100px) {.newslist li:nth-child(3n){ margin-right: 0;} }
.newslist li .text{  background: #f2f8f5;}

.newsLeft{ width: 67%;}
.newsRight{ width: 24%;}

 .newsRightUl{ position: sticky; right: 0; top: 100px;}
.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); }

.joblist li{ background: #f2f8f5; border: 1px solid #f2f8f5;}
 
.joblist li .bottom {  display: none;}
.joblist li.on .icon-arrow-right-bold:before {   content: "\e689"; }
.joblist li.on{ background: #fff; border-color: var(--color);}
.joblist li.on .top .tit{ color: var(--color); font-weight: bold;}
.height3{ height: 3em;}

.joinSwiper .swiper-slide{ opacity: .5;}
.joinSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom:53.5% ;}
.joinSwiper .swiper-slide-active{ opacity: 1;}
.joinSwiper .swiper-slide .text{ transform: translateY(20px); -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); }
.joinSwiper .swiper-slide .text li{list-style:square url("../images/duiIcon.png");list-style-position: inside;}
.joinSwiper .swiper-slide .text .Shu{ font-size: 11.4vw; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.joinSwiper .swiper-slide-active .text{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }

.joinSwiper .mySwiperBtn{ position: absolute; top: 25%; z-index: 10;}
.joinSwiper .prev{ left: 22%;}
.joinSwiper .next{ right: 22%;}

.deliver { background: #f2f8f5;  }
.deliver li::after{ display: block; content: ''; width:0; height: 100%; position: absolute; left: 0; top: 0; border-right: 2px #888 dashed; }
.deliver li:first-child::after{ display: none;}


.pop{  width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 250; display: none;}
.pop .bg{ background: rgba(0, 0, 0, .4); }
.jobPop .con{ width: 96%; z-index: 10; max-width: 1200px; position: absolute; 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%); }
.w120{ width: 16em;}
.piacke .icon-arrow-down{ position: absolute; top: 50%; transform: translateY(-50%) ; right: 0; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.jobPop  .close{ transform: rotate(45deg); position: absolute; right: 0; top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.jobPop  .close:hover{ transform: rotate(180deg); color: red; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }


.city-picker-dropdown {position: absolute;top: 100%;left: 0;width: 100%;margin-top: 5px;background: #fff;border: 1px solid #ddd;border-radius: 4px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);display: none;z-index: 1000;}
.city-picker-tabs {display: flex;border-bottom: 1px solid #eee;}
.city-picker-tab {flex: 1;text-align: center;padding: 10px 0;cursor: pointer;background: #f5f5f5;}
.city-picker-tab.active {background: #fff;color: var(--color);border-bottom: 2px solid var(--color);}
.city-picker-content {padding: 10px;max-height: 300px;overflow-y: auto;}
.city-picker-list {display: none;}
.city-picker-list.active {display: block;}
.city-picker-item {padding: 8px 15px;cursor: pointer;border-radius: 4px;}
.city-picker-item:hover {background-color: #f0f7ff;}
.city-picker-item.selected {background-color: #e6f7ff;color: var(--color);}
.city-picker-path {padding: 10px 15px;border-top: 1px solid #eee;font-size: 14px;color: #666;}

label{ position: relative;}
#fileinp{ position: absolute; height: 100%; cursor: pointer; left: 0; top: 0; opacity: 0;}
#btn{ margin-right: 5px;}
 
#btn{     border: none;  }
#x_nei_content>span{ display: inline-block; width: 228px; height: 38px; line-height: 38px; text-align: center; background-color: #f8f8f8; border: 1px solid #c7c7c7; /* position: absolute; */ bottom: -2rem;margin-left: calc((100% - 114px) / 2);cursor: pointer;
}
#x_down_all{ margin-top: 8rem;}

.contactStyleUl li{ border: 1px solid #e8f3eb;}
.contactStyleUl li .img{ flex-shrink: 0; width: 92px; height: 92px; }
.line-height1-3{ line-height: 1.3;}

.mapBox{ height: 60vh;}
.messagesBox{background: #f2f8f5; }