body{font-size: 16px; overflow-x: hidden;} 
.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;}

.w46{ width: 46%;}
.zwHeader{ height: 90px;}
.zw{ margin-top: -90px; padding-top: 90px;}

.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{ position: sticky; left: 0; top: 0; width: 100%; z-index: 100;}
.oneNav{ line-height:90px; 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: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); font-weight: bold;}
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; font-weight: normal; }
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;  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 ; animation: leftFloat .6s; display: none; background: #fff; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-animation: leftFloat .6s; }
.nav.show{   display: block; }
.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; }


.search-popup {position: fixed;width: 100%;opacity: 0; height: 100%;top: 0;left: 0;z-index: -2;-webkit-transition: all 1s ease;-khtml-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;  }
  .search-popup .search-popup__overlay {  position: fixed;width: 224vw;height: 224vw;top: calc(90px - 112vw);right: calc(50% - 112vw);z-index: 3;display: block;-webkit-border-radius: 50%;-khtml-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;-webkit-transform: scale(0);-khtml-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transform-origin: center;transform-origin: center;-webkit-transition: transform 0.8s ease-in-out;-khtml-transition: transform 0.8s ease-in-out;-moz-transition: transform 0.8s ease-in-out;-ms-transition: transform 0.8s ease-in-out;-o-transition: transform 0.8s ease-in-out;transition: transform 0.8s ease-in-out;transition-delay: 0s;transition-delay: 0.3s;-webkit-transition-delay: 0.3s;background-color: #08091B;opacity: 0.8;cursor: url(../images/close.png), auto;  }
  @media (max-width: 767px) {.search-popup .search-popup__overlay {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  transform: none;  width: 100%;  height: 100%;  border-radius: 0;  transform: translateY(-110%);}  }
  .search-popup .search-popup__content {position: fixed;width: 0;max-width: 560px;padding: 30px 15px;left: 50%;top: 50%;opacity: 0;z-index: 3;-webkit-transform: translate(-50%, -50%);-khtml-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;-khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;-moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;-ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;-o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;transition-delay: 0s, 0.8s, 0s;transition-delay: 0s, 0.4s, 0s;transition-delay: 0.2s;-webkit-transition-delay: 0.2s;  }
  .search-popup .search-popup__content .search-popup__form {position: relative;  }
  .search-popup .search-popup__content .search-popup__form input[type=search],
  .search-popup .search-popup__content .search-popup__form input[type=text] {width: 100%;background-color: #ffffff !important;font-size: 15px;color: #697585;border: none;outline: none;height: 66px;padding-left: 30px;  }
  .search-popup .search-popup__content .search-popup__form button {padding: 0;width: 66px;height: 66px;border: 0;background: var(--color);color: #fff;display: flex;justify-content: center;align-items: center;text-align: center;position: absolute;top: 0;right: -1px;border-radius: 0;  }
  .search-popup .search-popup__content .search-popup__form button i {margin: 0;font-size: 24px;  }
  .search-popup .search-popup__content .search-popup__form button::after {background-color: #FFD600;  }
  .search-popup.active {z-index: 9999;  opacity: 1;}
  .search-popup.active .search-popup__overlay {top: auto;bottom: calc(90px - 112vw);-webkit-transform: scale(1);-khtml-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);transition-delay: 0s;-webkit-transition-delay: 0s;opacity: 0.8;-webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);-khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);-moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);-ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);-o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);  }
  @media (max-width: 767px) {.search-popup.active .search-popup__overlay {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  transform: none;  width: 100%;  height: 100%;  border-radius: 0;  transform: translateY(0%);}  }
  .search-popup.active .search-popup__content {width: 100%;opacity: 1;transition-delay: 0.7s;-webkit-transition-delay: 0.7s;  }
  
  .idxBan .slide2  .text,.idxBan .slide3  .text{ display: none !important;} 
  
.w67{ width: 67%;}
/*  */
.idxBanImg{ height: calc(100vh - 90px);width: 100%; object-fit: cover;}
.banIco{ position: absolute; right: 0; bottom: -1px; width: 32%; z-index: 20;}
.idxBan .text{ position: absolute; z-index: 5; left: 50%; transform: translateX(-50%); bottom: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxBan .more::after{ display: block; content: ''; width: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; }
.idxBan .more:hover{ color: #fff;}
.idxBan .more:hover::after{ width: 100%;}

.neiBanImg{max-height: calc(100vh - 90px); width: 100%; object-fit: cover; min-height: 220px;}
.neiBan .inner{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 15%; z-index: 15; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.pageMore{ padding: 6px; }
.pageMore .round{ border-color: rgba(255,255,255,.1); width: 56px; height: 56px;}
.pageMore::after{ transition: all .36s; display: block; content: ''; width: 56px; height: 56px; border-radius: 40px; position: absolute; right: 6px; top: 6px; background: #fff; z-index: 1; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.pageMore:hover{ color: var(--color); box-shadow: 0 0 10px rgba(28,50,133,.3);}
.pageMore:hover::after{ width: calc(100% - 12px); height: calc(100% - 12px);}
.pageMore:hover .round{ border-color: transparent;}

.idxAboutSwiper .img{ width: 100%; height: 0; padding-bottom: 106%;}
.idxProSwiper .img{ width: 100%; height: 0; padding-bottom: 94%;}
.color-e8{color: #e8e8e8;}
.idxProSwiper li.swiper-slide .img{ transition: all .3s; transform: scale(.9); -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; }
.idxProSwiper li.swiper-slide .text .iconfont{ margin: 0 2px;}
.idxProSwiper li.swiper-slide:hover .img .opacity0{opacity: 1;}
.idxProSwiper li.swiper-slide:hover .img{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.idxProPagination .swiper-pagination-bullet  { position: relative; background: #dcdcdc; opacity: 1; width: 7px; height: 7px; margin: 0 15px;}
.idxProPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--green);}
.idxProPagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ width: 20px; height: 20px; border: 1px solid var(--green); border-radius: 50%; display: block; content: ''; position: absolute; left: -7px; top: -7px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.idxPro .pageMore{ position: absolute; right: 0; bottom: -30px; z-index: 20;}

.idxNewsLeft .img{ width: 100%; height: 0; padding-bottom: 58.4%;}
.idxNewsRight a:last-child{ margin-bottom: 0;}
.idxNewsRight a::after{ display: block; content: ''; width:25%; opacity: 0; transition: all .36s; height: 2px; position: absolute; left: 0; bottom: -1px; background:var(--color) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxNewsRight a:hover::after{ width: 100%; opacity: 1;}

.idxMarketImg .img{width: 100%; height: 0; padding-bottom: 126.5%;  border: 5px solid #fff;}
.idxMarketImg{transform-origin: 50% 100%;}
.idxMarketImg li{ transform:  rotate(8deg); margin-left: -10%; -webkit-transform:  rotate(8deg); -moz-transform:  rotate(8deg); -ms-transform:  rotate(8deg); -o-transform:  rotate(8deg); }
.idxMarketImg li:first-child { margin-left: 0; transform:  rotate(-5deg); -webkit-transform:  rotate(-8deg); -moz-transform:  rotate(-5deg); -ms-transform:  rotate(-5deg); -o-transform:  rotate(-5deg); }
.idxMarketImg li:last-child{ transform:translateY(.8vw) rotate(8deg); -webkit-transform:translateY(.8vw) rotate(8deg); -moz-transform:translateY(.8vw) rotate(8deg); -ms-transform:translateY(.8vw) rotate(8deg); -o-transform:translateY(.8vw) rotate(8deg); }
.idxMarketImg li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.15); z-index: 10; transform: scale(1.2) rotate(0); -webkit-transform: scale(1.2) rotate(0); -moz-transform: scale(1.2) rotate(0); -ms-transform: scale(1.2) rotate(0); -o-transform: scale(1.2) rotate(0); }

/* 28,82,44 */
footer{ background: url(../images/footBg.png) no-repeat left bottom var(--color); background-size: 54% auto; color: #fff;}
.footerTit{ letter-spacing: .2em;}
.footerTel::before{ display: block; content: ''; width: 100%; height:1px; position: absolute; left: 0; top: 0; background: linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent) }
.footerTel::after{ display: block; content: ''; width: 100%; height:1px; position: absolute; left: 0; bottom: 0; background: linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent) }
footer a:hover{ color: rgba(255,255,255,.8);}
.ewmImg{ width: 130px;}

.Brand{ background: url(../images/BrandBg.jpg) no-repeat center bottom / cover; padding-bottom: 10vw;}
.BrandLeft{ position: absolute; bottom: 0; left: 0; }
.w43{ width: 43%;}

.Vision{ padding-top:11vw; margin-top: -8vw;}
.VisionUl li .img{ width: 100%; height: 0; padding-bottom: 70%;}
.VisionUl li .text{ position: absolute; bottom: 0; left: 0; z-index: 20;}
.VisionUl li:hover{ box-shadow: 0 0 1.5vw rgba(172,212,105,.3);}
.VisionUl li:hover .text{ bottom: 15%;}

.historySwiper .img{ width: 100%; height: 0; padding-bottom: 100%;}
.historySwiper .swiper-slide .line{ width: 70%; height: 1px; background: #dcdcdc;}
.historySwiper .swiper-slide .line::after{ display: block; content: ''; width:40%; height: 2px; position: absolute; left: 30%; bottom: 100%; background:#c6a445}
.historySwiper .swiper-slide-active .img{ background: url(../images/historyBg.png) no-repeat center center / cover;} 
.historySwiper .swiper-slide-active{ position: relative;z-index: 10;}
.historySwiper .swiper-slide-active div{  color: #fff !important;}
.historySwiper .swiper-slide-active .line::after{ background: #fff;}

.swiperBtn:hover{ background: var(--color); color: #fff;}

.Mission{ background: url(../images/MissionBg.jpg) no-repeat center bottom / cover;}
.MissionTit{ font-size: 12vw;}
 
.missionUl{ margin-top: -3vw; display: grid; grid-gap: 1.5vw; grid-template-columns: repeat(5,1fr);}
li {min-width:0}
.missionUl li{  backdrop-filter: blur(10px); background: linear-gradient(to bottom,rgba(255,255,255,.5),#fff,#fff);}
.missionUl li:hover{ transform: translateY(-1vw); -webkit-transform: translateY(-1vw); -moz-transform: translateY(-1vw); -ms-transform: translateY(-1vw); -o-transform: translateY(-1vw); }

.RD{ background: url(../images/RDBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.RD::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.26) }

.aboutBg{background: url(../images/aboutBg.jpg) no-repeat center top / cover;}
.w42{ width: 42%;}
.rdBottom::after{ display: block; content: ''; width:5.2vw; height: 12.55vw; position: absolute; left: 0; top: 0; background:var(--green) ; border-top-right-radius: 1.5vw; border-bottom-right-radius: 1.5vw;}

.processUl li{ width: 27%; margin-left: -2.6%;  }
.processUl li:first-child{ margin-left: 0;}
.processUl li:nth-child(1){ z-index: 10;}
.processUl li:nth-child(2){ z-index: 8;}
.processUl li:nth-child(3){ z-index: 6;}
.processUl li:nth-child(4){ z-index: 4;}
.processUl li .img img{ transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
/* .processUl li.on{ z-index: 20;} */
.processUl li .top{ background: rgba(172,212,105,.3);height: 100px; border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px;}
.processUl li .top .icon02{ display: none;}
.processUl li .top::after{ display: block; content: ''; width: 96%; height: 100%; position: absolute; left: 0; top: 0; background:#fff ; border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; }
.processUl li .top::before{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; z-index: 2; position: absolute; left: 0; top: 0; background:var(--color) ; border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.processUl li.on .top::before{width: 96%;}

.processUl li.on .top{ background: var(--green); color: #fff;}
 
.processUl li.on .top .icon01{ display: none;}
.processUl li.on .top .icon02{ display: block;}

.newslist{ display: grid; grid-gap: 3.6vw; grid-template-columns: repeat(3,1fr);}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 65%;}
.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); }

.proBan .text{ text-align: left; bottom:50%;}
.prolist li .text .star i + i{ margin-left: 8px;}
.border-green{ border: 1px solid var(--green);}

.prolist li .img{ width: 100%; height: 0; padding-bottom: 68%;}
.prolist li + li{ margin-top: 3.6vw;}

.contactType{ background: url(../images/contactTypeBg.png) no-repeat right top / 93.6% auto;}
.contactType .con{ padding: 8vw 0; background: url(../images/contactTypeConBg.jpg) no-repeat center center / cover; background-attachment: fixed;}

.messagesBox .inner{ position: absolute; bottom: 0; z-index: 10; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }


.mapUl li{ width: 1.6vw; height: 1.6vw; position: absolute;  }
.mapUl li:first-child{ left:14.2%; top:21.1% ;}
.mapUl li:nth-child(2){ left:41.05%; top:83.65% ;}
.circle-map:after,.circle-map:before{content:""; position:absolute; border-radius:50%; top:0; left:0;; z-index:1;}
.circle-map:before {width:500%; height:500%; background:transparent; background:rgba(255,255,255,0.3); top:-200%; left:-200%; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
.circle-map:after {width:1000%; height:1000%;background:transparent; /*background:#7e9ec3;*/ background:rgba(255,255,255,0.2);  left:-450%;  top:-450%; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}


.w56-8{ width: 56.8%;}
.platformUl li::after{ display: block; content: ''; width: 25%; 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; }
.platformUl li .icon02{ display: none;}
.platformUl li.on::after{ width: 100%; opacity: 1;}
.platformUl li.on { color: #fff;}
.platformUl li.on  .icon01{ display: none;}
.platformUl li.on  .icon02{ display: block;}

.searchTop form{ width: 700px;}
.searchTop form .text{ width: calc(100% - 70px); }
.searchTop form .submit{ width: 70px; height: 70px; background: url(../images/searchbig.png) no-repeat center center; background-size: 35% auto;}
.searchlist li::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background-color: var(--color); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.searchlist li .left{ width:70% ;}
.searchlist li .right{ width: 70px; height: 70px;}
.searchlist li:hover::after{ width: 100%;}
.searchlist li:hover .right{ background-color: var(--color); color: #fff; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
