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);}

.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}

header{ position: sticky; z-index: 100; left: 0; right: 0; top: 0; background: #fff;}
.logoImg{ height: 50px;}
.oneNav{ line-height:100px; 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);}
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: long 2s linear infinite; }
.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: #77d5ae; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #0b4f33; width: 1px; }

header.scroll{  box-shadow: 0 0 15px rgba(0,0,0,.15); }

.idxBanImg,.neiBan{ width: 100%; min-height: 220px; height: calc(100vh - 100px) ; object-fit: cover;}
.idxBan  .swiper-slide-active .idxBanImg{ animation: swiper_img_move 10s linear 0s infinite normal both ; -webkit-animation: swiper_img_move 10s linear 0s infinite normal both ; }
.idxBan .pagination{ position: absolute;  z-index:10;width: 100%; bottom: 5%; left: 0;}
.idxBan .pagination .swiper-pagination-bullet{ background: #fff; opacity: .3; color:var(--color); margin: 0 6px; width: 2em; height: 2em; display: flex; align-items: center; justify-content: center;}
.idxBan .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1; background: var(--color); color: #fff;}



.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center center  / cover;}

.imgHeight{ height: 1em;}
.idxAboutFlower{ position: absolute; right: -10%; height: 78%;  }
.idxTitLine{ position: absolute; right: calc(100% + 1vw); top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxTitle .line i{ height: 8px; width: 8px;}
.idxTitle .line i.right{ width: 100%;  background-image: linear-gradient(to right,transparent,var(--color)); }
.idxTitle .xian{ height: 1px;}

.h-60{ height: 60px; }
.h-50{ height:50px;}

.w-60{ width: 60px; }
.w-50{ width:50px;}

.idxFeatureUl li::after{ transition: all .2s; z-index: 2; display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.35) ; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; }
.idxFeatureUl li  .roud{ z-index: 5; width: 100px; height: 100px; bottom: 10%; transform: translateX(-50%); position: absolute; left: 50%; border: 1px dashed #fff; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.idxFeatureUl li  .text{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; z-index: 10; width: 70%; position: absolute; bottom: 0; left:15% ; transform: translateY(50%); opacity: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); }
.idxFeatureUl li  .text .img{ margin-top: -4vw;}
.idxFeatureUl li  .text .more::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background:#fff; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxFeatureUl li  .text .more:hover::after{ width: 100%;}
.idxFeatureUl li  .text .more:hover{ color: var(--color); box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);}
.idxFeatureUl li.on::after{ opacity: 0;}
.idxFeatureUl li.on .roud{   bottom: 0; opacity: 0; }
.idxFeatureUl li.on .text{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.idxFeatureUl li.on .idxFeatureImg{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.idxProSwiper{ padding-right: 20px;}
.idxProSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 110%;}
.idxProSwiper .swiper-slide .idxProIcon{ position: absolute; right: -35%; top: 50%; transform: translateY(-50%); opacity: 0; max-width: 90%; max-height: 80%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxProSwiper .swiper-slide .more{ transform: scale(0); width: 6em; height:6em; position: absolute; top: -3em; right:-20px; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }

.idxProSwiper .swiper-slide:hover .idxProIcon{ opacity: .3; right: -15%;}
.idxProSwiper .swiper-slide:hover .more{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.idxPro .prev:hover,.idxPro .next:hover{ background: var(--color);  color: #fff;}

.newsItem .img{ width: 100%; height: 0; padding-bottom: 65%;}
.newsItem:hover .more{ color: var(--color); letter-spacing: 2px;}

.idxNews .button .prev,.idxNews .button .next{ width: 100px;}
.idxNews .button .icon { filter: grayscale(100%); transition:all 0s ; -webkit-transition:all 0s ; -moz-transition:all 0s ; -ms-transition:all 0s ; -o-transition:all 0s ; }
.idxNews .button .prev:hover,.idxNews .button .next:hover{ background: var(--color);}
.idxNews .button .prev:hover .icon,.idxNews .button .next:hover .icon{filter: grayscale(100%) brightness(500%); }
.idxNews .pagination{ width: 30vw; height: 5px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}

.idxBottom{ background: url(../images/idxBottomBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.idxBottom::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.idxBottom .idxTitle .line i{ height: 8px; width: 8px;}
.idxBottom .idxTitle .line i.right{ width: 100%;  background-image: linear-gradient(to right,transparent,#fff); }

.idxBottomTop{ position: absolute; left: 0; top: -1px; z-index: 15;}
footer a:hover{ opacity: .8;}

.ewmUl .img{ width: 120px; }
.neiBan .img{ position: absolute; left: 0; bottom: -1px; z-index: 15; width: 62.7%;}

.mainBg{  background: url(../images/mainBg.png) no-repeat center top / 100% auto;}
.briefIconbg{ width: 34vw; position: absolute ;right: 0; bottom: 0;}
.briefIcon{ width: 11.5vw; filter: drop-shadow(0 0 15px rgba(82,107,70 ,.35));  -webkit-filter: drop-shadow(0 0 15px rgba(82,107,70 ,.35)); }


.briefTextIcon{  animation: circular-text-rotate 5s linear paused infinite;}
.briefText:hover .briefTextIcon{ animation-play-state: running;}
.briefText::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; border-radius: 50%; left: 0; top: 0; background: var(--color); transition: all .5s; transform: scale(0);}
.briefText:hover::after{ transform: scale(1);}
.briefText:hover img{filter: grayscale(100%) brightness(500%); }

@keyframes circular-text-rotate {
to {
transform: rotate(1turn);
}
}


.system{ background: url(../images/systemBg.jpg) no-repeat center bottom / cover;}

.partner{ background: url(../images/partnerBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.partnerSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 42.3%;}
.partner .pagination .swiper-pagination-bullet{ transition: all .36s; width: 24px; height: 24px; background: transparent; border: 1px solid transparent; display: flex; align-items: center; justify-content: center; opacity: 1; margin: 0 5px; position: relative; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.partner .pagination .swiper-pagination-bullet::after{ display: block; content: ''; width: 40%; height: 40%; border-radius: 50%;  background:rgba(255,255,255,.4) ; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.partner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ border-color: #fff;}
.partner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ background: #fff;}

.honorTit li{ width: 15em;}
.honorTit li.on{ background: linear-gradient(to bottom,#edc952,#d6a745) ; color: #fff;}

.swiTabCon .img{ background: url(../images/honorIconBg.png) no-repeat center bottom; height: 260px; padding-bottom: 80px;}
.swiTabCon .slide-c .swiper-wrapper .swiper-slide:nth-child(2n){ padding-top: 70px;}
.swiTabCon .slide-c .title img{ flex-shrink: 0;}
.honor .pagination{ height: 5px; background: #e5ecf4; position: relative; left: auto; bottom: auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.honor .pagination .swiper-pagination-progressbar-fill{ background: var(--color);}



@media screen and (min-width:900px) { 

    
.natureUl li{ margin-top: -1px;}

.natureUl li::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:#889c6c ; transition:all .36s ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.natureUl li:nth-child(1)::after{  background: #a8bb90; -webkit-clip-path:polygon(100% 0,87% 100%,13% 100%,0 0)}
.natureUl li:nth-child(2)::after{  background: #98ab7e;-webkit-clip-path:polygon(87% 0,74% 100%,26% 100%,13% 0)}
.natureUl li:nth-child(3)::after{  background: #889c6c;-webkit-clip-path:polygon(74% 0,61% 100%,39% 100%,26% 0)}

 
.natureUl li:nth-child(4)::after{  background: #889c6c;-webkit-clip-path:polygon(61% 0,50% 100%,  39% 0)}
.natureUl li .right{ position: absolute; left: 110%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.natureUl li .text{ width: 35vw;}
.natureUl li:nth-child(2) .right{ left: 100%;}
.natureUl li:nth-child(3) .right{ left: 90%;}

.natureUl li:hover{ z-index: 10;}
.natureUl li:hover::after{ transform: scale(1.1); }
.natureUl li:last-child::after{ transform: none;}

}


.partner .x-li{ width: 260px; height: 110px;}
/* .partner  .x-xia::after {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%) rotate(180deg);width: 20%;height: 100%;pointer-events: none;z-index: 10;background: linear-gradient(270deg, #f5f5f5 0%, hsla(0, 0%, 100%, 0));}
.partner .x-xia::before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 20%;height: 100%;pointer-events: none;z-index: 10;background: linear-gradient(270deg, #f5f5f5 0%, hsla(0, 0%, 100%, 0));}
 */


.natureUl li .natureJian{ position: absolute; left: 50%; bottom: -.5em; transform: translateX(-50%); z-index: 20; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }


.natureUl li:nth-child(3) .natureJian{ display: none;}


.activeList 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;
  }
.activeList li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
    
 

.subNav{ padding: 6px;  margin-top: -33px;}
.subNav .on{ background: var(--color); color: #fff;}

.prolist li .img{ width: 100%; height: 0; padding-bottom: 120%;}
.tip{ border: 1px solid #e0e4de;color: var(--color); background: #ebeee8;}
.prolist li .button .right{ border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -2px;}
.prolist li .button .right:hover{ color: var(--color); font-weight: bold;}
.prolist li .idxProIcon{ position: absolute; left: -35%;   opacity: 0; max-width: 90%; max-height: 90%;  bottom: -1.5vw; }
.prolist li:hover{ box-shadow: 0 0 15px rgba(82,107,70 ,.35);}
.prolist li:hover .idxProIcon{ opacity: .3; left: -15%;}

.proInfoTop{ background: url(../images/proInfoTopBg.jpg) no-repeat center bottom / 100% auto;}
.proInfoSwiper .img{width:100%; height: 0; padding-bottom: 85%;}
.proInfoTop .idxProIcon{ position: absolute; bottom: 2%; opacity: .3; right: 5%; max-width: 90%; max-height: 90%;}
.proInfoTop .next,.proInfoTop .prev{ 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%); }
.proInfoTop .next{ right: 20px;}
.proInfoTop .prev{ left: 20px;}
.proInfoTop .next:hover,.proInfoTop .prev:hover{ background: var(--color); color: #fff;}

.proInfoBottom{ background: url(../images/proInfoBottomBg.png) no-repeat center top / 100% auto;}
.proInfoBottomTit::after{ display: block; content: ''; width: 3em; height:5px; position: absolute; left: 50%; margin-left: -1.5em; bottom: -2px; background:var(--color) }

.newslist li{ margin-right: 3vw;width: calc((100% - 6vw)/3);}
.newslist li:nth-child(3n){ margin-right: 0;}


.newsLeft{ width: 65%;}
.newsRight{ width: 31%;}
.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); }

.w38{ width: 38%;}.w62{ width: 62%;}

.activeList .img{ width: 100%; height: 0; padding-bottom: 70%;}
.activeList li:hover .more{ font-weight: bold; color: var(--color); letter-spacing: 2px;}

.join{ background: url(../images/joinBg.jpg) no-repeat center top / cover; padding: 10vw 0 15vw 0;}

.contactType{ margin-top: -8vw;}
.contactTypeIcon{ height: 70px;}

.newsItem .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;
  }
.newsItem:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
    


.wyz{ position: fixed;  bottom: 25vh; right: 0;  z-index: 100; line-height: 1;}
.blockOne{ width: 50px; height: 50px; border-radius: 5px; background-color: var(--color); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.blockTWO{ width: 180px; height: 50px; z-index: 2; position: absolute; right: 0; top: 0;transform-origin : 100% 0 0; transform: scaleX(0);
	 -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); }
.wyz li{ margin-bottom: 5px;}
.navWap-show{ display: none;}

.wyz li:hover .blockOne{ opacity: 0;}.wyz li:hover .blockTWO{ transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); }
.wyz li.zaef:hover .blockOne{ opacity: 1; background-color: var(--color);}
.rightEwm{ position: absolute; right: 110%; bottom: 0;}
.wyz li.messages{ width: 50px; height: 50px;  border-radius: 5px;  background-color: var(--color);}
.wyz li.messages:hover{ background-color: var(--color);}
.toTop{ width: 50px; height: 50px; border-radius: 5px;    background: linear-gradient(to bottom,#edc952,#d6a745); display: none;}.toTop:hover{ background-color: var(--color);}
.toTop.show{ display: block;}

.newsBg{ background: url(../images/newsBg.jpg) no-repeat center center / cover;}
 
/* @media screen and (max-width:1440px) {
 
    .blockOne,.wyz li.messages,.toTop{     width: 60px; height: 60px;  }



}
@media screen and (max-width:750px) {

    .blockOne,.wyz li.messages,.toTop{     width: 50px; height: 50px;  }
	 
  } */