body{font-size: 16px;} 
.inner{ width:1600px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1600px)/2);}
.pr-inner{ padding-right: calc((100vw - 1600px)/2);}
.ml-inner{ margin-left: calc((100vw - 1600px)/2);}
.mr-inner{ margin-right: calc((100vw - 1600px)/2);}

.iPad-flex{ display: none;}
header .con{ padding: 0 2vw  ;}
.logoImg{ height: 65px; transition: all .0s; -webkit-transition: all .0s; -moz-transition: all .0s; -ms-transition: all .0s; -o-transition: all .0s; }
.oneNav{ line-height:100px; 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:#fff; 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::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%); }
 
.bg-fa{ background: #fafafa;}

.semenu{ position: absolute; left: 0; top: 100%; height: 0; transform: scale(1,.5); opacity: 0; transition: all .5s; -webkit-transform-origin: top center; pointer-events: none;     box-shadow: 2px 23px 25px rgb(0 0 0 / 10%);}
.semenu>ul>li{ position: relative;background: rgba(255,255,255,.95); }
.semenu>ul>li>a{padding: 10px 15px; white-space:nowrap; display: block; color: #555; transition: all .5s; min-width: 150px;font-size: 16px;}

.thmenu>ul>li{ position: relative;}
.thmenu>ul>li>a{padding:  8px 15px; white-space:nowrap; display: block; background: #fff; color: #555; transition: all .5s; min-width: 150px;font-size: 15px;}
.nameh3{display: none;}


@media (min-width:1200px){
    .semenu>ul>li:hover>a,
  .thmenu>ul>li>a:hover{background: #fff;  color:  var(--color);  padding-left: 20px;}
  .thmenu{ position: absolute; left:100%; top: 0; min-height: 100%;  transform: scale(0,1); -webkit-transform-origin: top left; opacity: 0; width: 0; pointer-events: none;     box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);}
  
  header nav>li:hover .semenu{ height: auto; transform: scale(1); opacity: 1; pointer-events: unset;}
  .semenu>ul>li:hover .thmenu{transform: scale(1);  opacity: 1; width: auto; transition: all .5s; pointer-events: unset; }
  }




.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
header .icon02{ display: none;}
header.scroll .icon02,header:hover .icon02{ display: block;}
header.scroll .icon01,header:hover .icon01{display: none;}
header{  transition: all .36s; width: 100%; color: #fff; z-index: 100; top: -200px; left: 0; right: 0; position: fixed; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.sticky-on {opacity: 1; top: 0;}
/* header .con{ width: 95.8%; margin: 0 auto;} */

header::after{ position: absolute; left: 0; top: 0; display: block; content: ''; transition: all .36s; width: 100%; height: 0;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header:hover { color: #333;}

header.scroll { box-shadow: 0 0 15px rgba(0, 0, 0, .15);  color: #333; }
header.scroll::after,header:hover::after{    background-color: #fff;  height: 100%;}
header.scroll .oneNav span::after,header:hover .oneNav span::after{background: var(--color);}
header.scroll nav li.on .oneNav span ,header:hover  nav li:hover .oneNav  span{ color: var(--color);}

 
.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: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #000; 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; }

 
 .headertel{ background: url(../images/headerLine-w.png) no-repeat center right; height: 100px;background-size: auto 66%;}
 header.scroll .headertel,header:hover .headertel{background: url(../images/headerLine.png) no-repeat center right; background-size: auto 66%;}

header.scroll .h_nav,header:hover .h_nav{background: var(--color);}
header .icon-sousuo:hover{ color: var(--color);}

  

.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(0, 0, 0, .33); } 
.idxBanImg{animation: swiper_img_move 8s linear 0s infinite normal both; width: 100vw;  height: 100vh; object-fit: cover; min-height: 360px; }
.idxBan .text{ position: absolute; z-index: 20; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxBanBot{   position: absolute; left: 0; bottom: 0; z-index: 10;}

.scroll-tip{position:absolute;width:66px;height:66px; left:50%  ;margin-left: -33px; bottom: 18%; z-index:50}
.scroll-tip:before{height:130px;width:1px;content:'';position:absolute;left:50%;background-color:#fff;top:66px;opacity:.4}
.scroll-tip.no-line:before{display:none}
.mouse-tip{position:absolute;width:24px;height:40px;border:2px solid #fff;border-radius:24px;left:50%;bottom:13px;z-index:5;transform:translate(-50%,0);overflow:hidden}
.mouse-tip:before{ content:''; position:absolute; width:2px; left:50%; margin-left:-1px; top:3px; height:2px; background-color:#fff; animation:mouse 2s ease infinite; -webkit-animation:mouse 2s ease infinite; }

.banIcon{ pointer-events: none;  bottom: -30px; left: 0; right: 0; position: absolute; z-index: 20;}

.yinIcon{ width: 30px;}
.idxProMore::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background: var(--color); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProMore:hover{ color: #fff;}
.idxProMore:hover::after{ width: 100%;}

.idxProSwiper .desc{ height: 18em;}

.idxMore{ padding: 2px;}
.idxMore::after{ display: block; content: ''; z-index: 1; position: absolute; width: 50px; height: 50px; border-radius: 40px; top: 2px; right: 2px; background: var(--color); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.idxMore .round{ width: 50px; height: 50px;}
.idxMore:hover span{ color: #fff;}
.idxMore:hover::after{ width: 100%; right: 0; top: 0; height: 100%;}

.idxProSwiper .swiper-slide{ opacity: .5;pointer-events: none;}
.idxProSwiper .swiper-slide-active{ opacity: 1; pointer-events: auto;}
.idxProSwiper .swiper-slide h2{ height: 3em;}

.mySwiper{ width: 60px; height: 60px; }
.mySwiper:hover{ background: var(--color); color: #fff;}
.idxPro .button{ right:20.6%;   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%); }

.idxWhy{ height: 100vh; }
/*  background: url(../images/idxWhyImg01.jpg) no-repeat center center / cover; background-attachment: fixed; */

.idxWhyBan{ width: 100%; height: 100vh; transform: scale(1.1); object-fit: cover;-webkit-transform: scale(1.1); -moz-transform: scale(1.1); }
/**/

 
.idxWhyText{  position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; }
.w42{ width: 42%;}
.w58{ width: 58%;}


.idxWhyText{ background: rgba(0, 0, 0, .84);}
.idxWhyUl li span::after{ display: block; content: ''; width: 0; transition: all .36s; height: 7px; position: absolute; left: 0; bottom: -6px; background-image: linear-gradient(to right,#fff,transparent); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxWhyUl li.on span::after{ width:7em;}
.idxWhyUl li dl{ display: none; animation: idxWhyrightFloat .3s; width: 26vw; position: absolute; background: rgba(21, 30, 64, 1); right: 100%; top: 50%; transform: translateY(-50%); /*clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); */clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%, 0 100%); -webkit-animation: idxWhyrightFloat .3s; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
}
.idxWhyUl li.on dl{ display: block;}
.idxWhySwiper .swiper-slide{ height: 100vh;}
 .idxWhySwiper .swiper-slide .idxWhyBan{   }
.idxWhySwiper .swiper-slide-active .idxWhyBan{ animation: idxWhyBan_img_move 2s linear 0s   normal both; -webkit-animation: idxWhyBan_img_move 2s linear 0s   normal both; }
 
.idxNews{ background: #efefef;}
.newsItem .img{ width: 100%; height: 0; padding-bottom: 74%;}
.newsItem .date{ position: absolute; left: 0; bottom: 0; z-index: 5;}
.newsItem .date::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background: var(--color); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newsItem:hover .date{ color: #fff;}
.newsItem:hover .date::after{ width: 100%;}
.newsItem .text h1{ height: 3em;}

footer{ background: #282828 ; color: #fff;}
.footerForem .Send{ width: calc(100% - 60px); background: #3d3d3d;}
.footerForem .submit{ height: 60px; width: 100px; background: url(../images/footerForemRight.png) no-repeat center center var(--color); background-size:auto 30%;}

.ewmbOX .img{ background: url(../images/ewmBg.png) no-repeat center center / 100% 100%;  width: 154px; }
.footNav::after{ display: block; content: ''; width: 100%; height: 1px; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .1); }
.footNav a:hover{ color: rgba(255, 255, 255, 0.68);}
.footNav a{ min-width:25%;}
.neibanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards; }
.neiBan::after{ display: block; content: ''; background-image: linear-gradient(to bottom,rgba(0,0,0,.35),transparent); position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%;}
.neiBan .text{ position: absolute; left: 0; right: 0; top: 50%; z-index: 10; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }



.ourlink li .round{ width: 50px; height: 50px;}
.ourlink li .img{ width: 140px; position: absolute; bottom: calc(100% + 5px); left: 50%; margin-left: -70px; display: none;animation: rightTop .3s;}
.ourlink li:hover .img{ display: block;}
.ourlink li:hover  .iconfont{ opacity: 1;}

.prolist li .img{ width: 100%; padding-bottom: 70%; height: 0;}
.prolist li .desc{ height: 12em;}

.proinfoTop{ background: url(../images/proinfoTopBg.jpg) no-repeat center center / cover;}

.proinfoTop .img{ width: 100%; padding-bottom: 70%; height: 0;}
.proinfoLine{ background: #cdcdcd; height: 1px;}
.proinfoLine i{ width: 1em; height: 4px; left: 0; bottom: -2px; position: absolute;}
.proinfoTop .desc{ height: 12em;}
.messageIcon{ height: 1.2em;}

.otherPro li{ width: calc((100% - 45px)/4); margin-right: 15px;}
.otherPro li .img{ width: 100%; padding-bottom: 70%; height: 0;}
.otherPro li:nth-child(4n){ margin-right: 0;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.culture::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .32); }
.culture .right{ width: 43%; border: 1px dashed rgba(255, 255, 255, .6);}
.cultureUl li::after{ display: block; content: ''; width:9px; height: 9px; position: absolute; left: 0; top:22%; background: #fff; }

.brandSwiper .swiper-slide{ height: auto;}
.brandSwiper .swiper-slide .img { border: 10px solid #000;}
.brand .mySwiper{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 15; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.brand .mySwiper.prev{ left: -100px;}
.brand .mySwiper.next{ right: -100px;}

.baseSwiper .swiper-slide .img{ width: 100%; padding-bottom: 60%; height: 0;}
.baseSwiper .swiper-slide{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }
.baseSwiper .swiper-slide.swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
 
.base .mySwiper{ 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 .mySwiper.prev{ left: 22%;}
.base .mySwiper.next{ right: 22%;}

.newslist li{ width: calc((100% - 160px)/3); margin-right: 80px;}
@media screen and (min-width:1100px) { .newslist li:nth-child(3n){ margin-right: 0;}}

.newsPage img{ width: 100px; height: 80px; object-fit: cover;}
.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: 110px;}
.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); }

.pop{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 200; display: none;}
.pop .bg{ background: rgba(0, 0, 0, .6);  }
.pop .con{ z-index: 10; max-width: 1000px; width: 90%; 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%); }
.closeBtn{ width: 66px; height: 66px; transform: rotate(45deg); position: absolute; right: -33px; top: -33px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.closeBtn:hover{ color:var(--red);}

.contactValueIcon{  height: 2.3em;}
.contactValue li{ max-width: 28%; min-width: 25%;}
.mapBox{ height: 66vh;}

.contactValueBox::after{display: block; content: ''; width: 100%; height: 100%; position: absolute;  top: 60%; left: 0; background: url(../images/contactValueBoxBg.png) no-repeat bottom center ; background-size: 100% auto;}
.helpList li{ width: calc((100% - 80px)/3); margin-right: 40px;}
@media screen and (min-width:1100px) { .helpList li:nth-child(3n){ margin-right: 0;}}
.helpList li .more{ height: 3.2em;}
.helpList li .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; }
.helpList li .more:hover::after{ width: 100%;}
.helpList li .more:hover{ color: #fff;}
.helpList li h2{ height: 6.6em;}
.helpList li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

 
.SectorsImg{ width: 100%; height: 450px; object-fit: cover;}
.sectorsSwiper .swiper-slide .img{ padding-bottom: 128%; height: 0; width: 100%;}
.sectorsSwiper .swiper-slide .text{ position: absolute; left: 0; bottom: 0; z-index: 10;}
.sectorsSwiper .swiper-slide::after{ display: block; content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 7; background-image: linear-gradient(to top, black, transparent); }
.sectorsSwiper .swiper-slide:hover::after{ background-image: linear-gradient(to top, rgba(21 ,30, 64), transparent);}

.searchsubmit{ height: 80px; background:url(../images/search-w.png) no-repeat center center  var(--color); width: 15%;}

.soluNav{ position: sticky; left: 0; top: 1vw;}
.soluNav li .firstNav a{ height:50px;}
.soluNav li dl{   display: none;}
.soluNav li dl .iconfont{ transform: translateX(-1vw); opacity: 0; -webkit-transform: translateX(-1vw); -moz-transform: translateX(-1vw); -ms-transform: translateX(-1vw); -o-transform: translateX(-1vw); }

.soluNav li dl a.on{ color: var(--color);}
.soluNav li dl a.on .iconfont{ transform: translateX(0); opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.soluNav li.on .firstNav a{   font-weight: bold; }
 
.soluNav li.on .icon-add:before {
    content: "\e681";
  }
  .proNavShow.close .iconfont:before {
    content: "\e689";
  }

  .soluNavShow.close .iconfont:before {
    content: "\e689";
  }
  .soluNav dl a.on{ font-weight: bold;}
  .linka a:hover{ color: var(--color);}
  .newsProlist{ display: grid; grid-gap:30px 20px; grid-template-columns: repeat(3,1fr);}
  .newsProlist li {min-width:0}
  .newsProlist li .img{ width: 100%; height: 0; padding-bottom: 100%;}
  .w73{ width: 73%;}