body{font-size: 16px;} 
.inner{ width:1400px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1400px)/2);}
.pr-inner{ padding-right: calc((100vw - 1400px)/2);}
.ml-inner{ margin-left: calc((100vw - 1400px)/2);}
.mr-inner{ margin-right: calc((100vw - 1400px)/2);}


header{ position: sticky; top: 0; left: 0; right: 0; z-index: 100;}
header .con{ padding-left: 4vw;}

.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: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.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%); }
nav li.on .oneNav  ,  nav li:hover .oneNav  { color: var(--color);}

.telIcon{ height: 2em;}

.logoImg{ height: 72px;}

.languageBtn{ height: 100px; width: 100px;}
/* .languageBtn span{  font-size: 18px;}
.languageBtn dl{ line-height: 40px; position:absolute;text-align: center;min-width:100px; 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); }
.languageBtn dl a{ display: block; border-bottom: 1px solid #e5e5e5;}
.languageBtn dl a:hover{ background: var(--color); color: #fff;}
.languageBtn 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; }
.languageBtn: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%); }
.languageBtn .iconfont{ transform: scale(0.8); -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); }
 */

.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}


.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; }


header.scroll{ box-shadow: 0 0 15px rgba(0,0,0,.15);}


.idxBanImg { max-height: calc(100vh - 100px); min-height: 360px; object-fit: cover;}
.idxBanIcon{ max-width: 38vw;}
.idxBan .swiper-slide .text{ position: absolute; top:36%; z-index: 10; left: 0;   }

.dotBox {position: absolute;bottom:120px;left: 0;width: 100%;height: 50px;z-index: 10; display: flex;align-items: center; }
.dotBox > li {position: relative;margin: 0 10px;cursor: pointer;}
.dotBox > li svg {display: block;width: 38px;height: 38px;position: relative;z-index: 5;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.dotBox > li svg circle {stroke-width: 2px;stroke: #fff;stroke-dasharray: 300%;stroke-dashoffset: 300%;transition: stroke-dashoffset 0.6s ease-out;-webkit-transition: stroke-dashoffset 0.6s ease-out;-moz-transition: stroke-dashoffset 0.6s ease-out;-o-transition: stroke-dashoffset 0.6s ease-out;-ms-transition: stroke-dashoffset 0.6s ease-out;}
.dotBox > li span {position: absolute;z-index: 4;top: 0;left: 0;width: 38px;height: 38px;border: 2px solid transparent;border-radius: 50%;transition: border-color 0.3s ease-out;-webkit-transition: border-color 0.3s ease-out;-moz-transition: border-color 0.3s ease-out;-o-transition: border-color 0.3s ease-out;-ms-transition: border-color 0.3s ease-out;}
.dotBox > li span:after {content: "";width: 5px;height: 5px;border-radius: 50%;background-color: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.dotBox > li.on svg circle { stroke-dashoffset: 0; transition: stroke-dashoffset 6s ease-out; -webkit-transition: stroke-dashoffset 6s ease-out; -moz-transition: stroke-dashoffset 6s ease-out; -o-transition: stroke-dashoffset 6s ease-out; -ms-transition: stroke-dashoffset 6s ease-out; }
.dotBox > li.on span {border-color: rgba(255, 255, 255, 0.3);}


.idxNum{ height: 200px; margin-top: -100px;}
.idxNum li{ margin-right:8.3vw ;}
.idxNumIcon{ height: 70px;}

.idxAbout .img .play-btn{ position: absolute; top: 50%; left: 50%; width: 120px; margin-left: -60px; margin-top: -60px; animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite;  }

.idxTitle .DIN{ margin-top: -.3em; position: absolute; left: 50%; transform: translateX(-50%); top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxProUl li{ width: calc((100% - 84px) /4); margin-right: 28px;}
.idxProUl li:nth-child(4n){ margin-right: 0;}
.idxProItem .img{ width: 100%; padding-bottom: 100%; height: 0;}
.idxProItem .more a{ height: 35px;}
/* .idxProItem .more::after{ display: block; content: ''; transition: all .36s; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background: var(--color); -webkit-clip-path: polygon(100% 0,95% 100%, 0 100%, 0 0) ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProItem .more:hover a{ width: 100%;  color: #fff;}
.idxProItem .more:hover a:not(:hover){ width: 0; opacity: 0;}
.idxProItem .more:hover::after{ width: 100%; -webkit-clip-path: none} */
.idxProItem:hover{ transform: translateY(-8px); box-shadow: 0 0 0 1px var(--color); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.idxProItem .more a.left{-webkit-clip-path: polygon(100% 0,95% 100%, 0 100%, 0 0) ; }
.idxProItem .more a.right{-webkit-clip-path: polygon(100% 0,100% 100%, 0 105%, 0 0) ; }
.idxProItem .more a:hover{ width: 70%;}
.idxProItem .more:hover a:not(:hover){ width:30%;  }
.LOGOIcon{ width: 20%;}


.idxMore{ padding: 5px;}
.idxMore::after{display: block; content: '';  position: absolute; width: 50px; height: 50px; border-radius: 40px; top: 5px; right: 5px; 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{ color: #fff;}
.idxMore:hover::after{ width: 100%; right: 0; top: 0; height: 100%;}

.idxAboutBox::after{ display: block; content: ''; width: 100%; height: 70%; position: absolute; left: 0; top: 0; background: url(../images/idxAboutBoxBg.jpg) no-repeat center center /cover; background-attachment: fixed; } 
.idxAbout .desc{ height: 10em;}
.shadow-color{ box-shadow: 0 0 15px rgba( 150,190,69,.2);}
.idxHonorSwiper .swiper-slide .img{ background: url(../images/qualificationsbg.png) no-repeat center bottom; background-size: 100% auto; width: 100%; height: 0; padding-bottom: 100%;}
.idxHonorSwiper .swiper-slide .img .con img{ max-width: 90%;  }

.mySwiper{ width: 68px ; height: 68px;}
.mySwiper:hover{ background: var(--color); color: #fff;}
.idxAboutBox .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%) ; }
.idxAboutBox .prev{ left: -88px;} 
.idxAboutBox .next{ right: -88px;} 

.idxAppCon{ width: 32vw; height: 32vw; border: 1px dashed #6bb590;}

@media screen and (min-width:900px) {

    .idxAppUl li { position: absolute;}
    .idxAppUl li .text{ width: 16.6vw;}
    .idxAppUl li .text::after{ display: block; content: ''; width: 10px; height: 10px; border-radius: 50%; position: absolute;  right: -5px; top: 50%; margin-top: -5px; background: var(--color); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
    .idxAppUl li .round{ width: 110px; flex-shrink: 0; height: 110px; border: 1px dashed var(--color);}
    .idxAppUl li:nth-child(2n){ flex-direction: row-reverse;}
    .idxAppUl li:nth-child(2n) .text{ text-align: left;}
    .idxAppUl li:nth-child(2n) .text::after{ right: auto; left: -5px;}

    .idxAppUl li:nth-child(1){ top: 0; right:66%; }
    .idxAppUl li:nth-child(2){ top: 0; left: 66%; }
    .idxAppUl li:nth-child(3){ top: 50%; right:88%; margin-top: -55px; }
    .idxAppUl li:nth-child(4){ top: 50%; left: 88%; margin-top: -55px; }
    .idxAppUl li:nth-child(5){ bottom: 0; right: 66%; }
    .idxAppUl li:nth-child(6){ bottom: 0; left: 66%; }
 }



.idxAppUl li:hover .text{box-shadow: 0 0 15px rgba( 150,190,69,.4); color: var(--color); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.idxNewsUl li{ width: calc((100% - 60px)/3); margin-right: 30px;}
.idxNewsUl li:nth-child(3){ margin-right: 0;}
.idxNewsUl li .desc{ height: 4em;}
.idxNewsUl li .img{ width: 100%; height: 0; padding-bottom: 70.5%;}
.idxNewsUl li.maskBox .text .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.idxNewsUl li.maskBox:hover .text .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
 
.idxNewsUl li:first-child::after{ display: block; content: ''; width: 100%; height: 60%; position: absolute; left: 0; bottom: 0; z-index: 6; background-image: linear-gradient(to top,rgba( 150,190,69,.8),transparent); }
.idxNewtext{ position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;}
.idxNewsUl li .idxNewsItem:last-child{ margin-bottom: 0;}
.idxNewsItem{ height: calc((100% - 60px)/3); margin-bottom: 30px;}
.idxNewsItem .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.idxNewsItem:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

footer{ background: url(../images/footBg.jpg) no-repeat center bottom / cover; background-attachment: fixed;}
footer::after{ display: block; content: ''; width: 100%; height: 100%; z-index: 2; position: absolute; left: 0; top: 0; background: rgba( 150,190,69,.9); }

.ewmBox .img img{ width:9em ;}
footer .button::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; z-index: 2; position: absolute; left: 0; top: 0; background: #fff; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
footer .button:hover::after{ width: 100%;}
footer .button:hover{ color: var(--color);}
footer .line{ width: 1em; height: 3px;}
footer a:hover{ opacity: .6;}
.friendLink a{ color: rgba(255,255,255,.5); }
.friendLink a:hover{ color: #fff; opacity: 1;}
.outLink a:last-child{ margin-right: 0;}

.neibanImg{ width: 100%; max-height: calc(100vh - 100px); object-fit: cover; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards; }
.location{ background: url(../images/locationBg.png) no-repeat center top; background-size: 100% 100%; width: 100%; height: 120px; margin-top: -118px;}

.neiBan .text{ background-image: linear-gradient(to right,rgba(0,0,0,.3),transparent);}

.w78{ width: 78%;}
.aboutBg{ width: 80%; position: absolute; left: -40%; top: 10%; transition: all 15s; -webkit-transition: all 15s; -moz-transition: all 15s; -ms-transition: all 15s; -o-transition: all 15s; }
.aboutMain:hover .aboutBg{ left: 0;}

.prolist li{ width: calc((100% - 80px)/3); margin-right: 40px;}


@media screen and (min-width:900px) {.prolist li:nth-child(3n){ margin-right: 0;}.proLeftBox{ max-width: 40%;} }

.LOGOIcon{ position: absolute ; top: 0; left: 0;}
.w53{ width: 53%;}
.proTitle::after{ display: block; content: ''; position: absolute; width: 6px; height: 80%; border-radius: 4px; left: 0; top: 10%; background: var(--color); -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }


.proLeft{ position: sticky; top: 105px; left: 0;  }

.honorList li{ width: calc((100% - 90px)/4); margin-right: 30px;}
@media screen and (min-width:1280px) {.honorList li:nth-child(4n){ margin-right: 0;} }
.honorList li .img{ width: 100%; height: 0; padding-bottom: 120%;}

.newslist li{ width: calc((100% - 80px)/3); margin-right: 40px;}
@media screen and (min-width:900px) {.newslist li:nth-child(3n){ margin-right: 0;} }

.newslist li .img{ width: 100%; height: 0; padding-bottom: 70.5%;}
.newslist li:hover{ box-shadow: 0 0 15px rgba( 150,190,69,.15); transform: translateY(-15px); -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); }
.newslist li  .tit span{
  /*text-decoration: underline;
  */background-image: linear-gradient(currentColor 0, currentColor 0);
  background-image: linear-gradient(currentColor 0 0);
  background-position: 0 calc(100% - 1px);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.newslist li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
  
.w72{ width: 72%;}

.newPageBack:hover{ background: var(--color); color: #fff;}
.newPageBack{ width: 56px; height: 56px;}

.newsRight{ position: sticky; right: 0; top: 105px;}
.contactTopUl li{ border-color: rgba( 150,190,69,.3);}
.contactTopIcon{ position: absolute; left: 0; top: 0; width: 7%;}
 
.contactTop{ border-bottom: 10px solid var(--color);}