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);}

header{ position: fixed; left: 0; right: 0; top: 0; z-index: 100;}
header .con{ width: 90%; max-width: 1640px; margin: 0 auto;}
.searchBtn{ width: 50px; height: 50px;}

.languageBtn{ font-size: 20px; 
  }
.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:  #cc0000; 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%); }


.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
.logoImg{ height: 50px;}
nav li{ }
.oneNav{ line-height:100px; padding: 0 1.6vw; position: relative; white-space: nowrap; display: block; font-size: 18px; font-weight: bold;}
.oneNav::after{ width: 100%; height:50%; top: 25%; border-radius:40px ; display: block; content: ''; background:var(--color); transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; -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) ; -webkit-border-radius:40px ; -moz-border-radius:40px ; -ms-border-radius:40px ; -o-border-radius:40px ; }
nav li.on .oneNav::after,nav li:hover .oneNav::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::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:#fff;}


.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: #333 !important; padding-bottom: 60px; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #fff; 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(0, 0, 0, 0.1); 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.1); 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{ transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.sticky{ transform: translateY(-105px); -webkit-transform: translateY(-105px); -moz-transform: translateY(-105px); -ms-transform: translateY(-105px); -o-transform: translateY(-105px); }
header::after{ position: absolute; left: 0; bottom: 0; display: block; content: ''; transition: all .36s; width: 100%; height:  1px;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.scroll,header:hover{ 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 .searchBtn,header:hover .searchBtn{ background: var(--color); color: #fff;}

.idxBanImg{ width: 100%; height: 100vh; min-height: 360px; object-fit:cover ;}
/* .idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .12); } */
.idxBan .text{ z-index: 10; position: absolute; left: 0; top: 18%;   }
 
.dotBox {position: absolute;bottom:30px;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: var(--color);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(224,5,26, 0.3);}

.idxLine{ width: 50px; height: 3px;}
.idxPro .item::after{ display: block; content: ''; width: 100%; height:85%; position: absolute; border-radius: 20px; left: 0; top: 0; background:  url(../images/idxProBg.jpg) no-repeat center top; background-size: 100% 100%; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.idxPro .left .item{ height: 680px;}
.idxPro .right .item{ height: 340px;}
.idxPromore:hover{  letter-spacing: 2px; }
.idxProImg{ position: absolute; right: 0; bottom: 0 ; max-width: 60%; z-index: 4; max-height: 80%; object-fit: contain;} 

.pageMore{ padding: 2px; }
.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: 2px; top: 2px; 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% - 4px); height: calc(100% - 4px);}
.pageMore:hover .round{ border-color: transparent;}

/*  background: url(../images/Home_AboutBg.jpg) no-repeat center center / cover ; background-attachment: fixed; */
.idxAbout{ width: 100%; height: 100vh;}
.idxAbout  .scroll{ width: 150vw; height: 100vh;}
.idxAboutLeft{ width: 100vw; height: 100%;}
.idxAboutRight{ width: 50vw; height: 100%;}
.idxAboutImg{ width: 100vw;height: 100vh; object-fit: cover;}
.idxAbout .numBox{ opacity: 1; transform: translateX(50%); -webkit-transform: translateX(50%); -moz-transform: translateX(50%); -ms-transform: translateX(50%); -o-transform: translateX(50%); }
.idxAboutLeft::after{ display: block; content: ''; transition: all .36s; width: 100%; z-index: 2; height: 100%; position: absolute; left: 0; top: 0; background: rgba(224,5,26, 0.15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxAboutLeft.active .numBox{ opacity: 0;} 
.idxAboutLeft.active::after{ width: 0; } 

/* .idxAbout .numBox{ transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); } */
/* .idxAbout .scroll{ transform: translateX(-50vw); -webkit-transform: translateX(-50vw); -moz-transform: translateX(-50vw); -ms-transform: translateX(-50vw); -o-transform: translateX(-50vw); } */
 
.w52{ width: 52%;}

.newsSwiper .img{ width: 100%; height:0; padding-bottom: 70%;  }
.newsSwiper .swiper-slide { flex-direction: row-reverse;  }
.newsSwiper .swiper-slide .more::after{ display: block; border-radius: 40px; content: ''; transition: all .36s; width:3.6em; height: 3.6em; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: var(--color); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -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; }
.newsSwiper .swiper-slide .more:hover::after{ width: 120%; }
.newsSwiper .swiper-slide .more:hover{ color: #fff;}
.newsSwiper .swiper-slide .text{   }
.newsSwiper .swiper-slide .right{ width: 33vw;}
.newsSwiper .swiper-slide.swiper-slide-active{ flex-direction: row; }
.newsSwiper .swiper-slide.swiper-slide-active .text{    }


.idxNewBtn{ width: 60px; height: 60px; box-shadow: 0 0 15px rgba(224,5,26, 0.15);}
.idxNews .idxNewBtn{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%); }
.idxNewBtn:hover{ background: var(--color); color: #fff; }
.idxNews .prev{ left: -30px;  }
.idxNews .next{ right:30px;  }

 
.footForm .submit{ width: 50px; height: 50px; background: url(../images/footFormJian.png) no-repeat center center var(--color);} 
.footForm .submit:hover{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.footaddress{ width: 22em;}
.footLogo{ height: 35px;}
.ewmBox img{ width: 120px;}

.neiBanImg{ min-height: 260px; object-fit: cover; width: 100%;}

.w36{ width: 36.5%;}
.brief .sinceIcon{ position: absolute; left: 40%; top: 0; transition: all 15s; -webkit-transition: all 15s; -moz-transition: all 15s; -ms-transition: all 15s; -o-transition: all 15s; }
.brief:hover .sinceIcon{ left: 0;}
.sinceImg{ height:18.2vw ;}
.briefYears{ font-size:20vw ;}
.brief .round{ width: 9.5vw; height: 9.5vw; position: absolute; left: 0; top: 0; z-index: 5;}
.brief .round img{ animation: yuan 10s infinite linear; -webkit-animation: yuan 10s infinite linear; }
.className{ width: 15.6vw; height: 15.6vw;  position: absolute; left: 0; top: -8vw; }

.teamUl li { position: sticky; left: 0; right: 0;  }
.teamUl li .img{ width: 100%; height: 0; padding-bottom: 66.66%;}

.honor .top{ padding-bottom:12vw ; background: url(../images/honorBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.honor  .bottom .inner{ margin-top: -9vw;}
.honorSwiper .swiper-slide { width: 100%; height: 18vw; }
.honorSwiper .swiper-slide  img{ max-width: 100%; max-height: 100%; background: url(../images/honorIcon.png) no-repeat center center; background-size: 100% 100%; }
/* */

.honorBtn{ width: 60px; height: 60px; z-index: 10; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.honorBtn:hover{background: var(--color); color: #fff;}
.honorBtn.prev{ left: -30px;}
.honorBtn.next{ right: -30px;}
.myPagination .swiper-pagination-bullet{ margin: 0 3px; width: 6px; height: 6px;}

.dot{position:absolute; z-index: 10;}
.dot .dot_circle{ width:1vw; height:1vw; background:var(--color); position:relative; z-index:3; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; }
.conTactBan .dot:after,.idxMap .dot:before{content:""; position:absolute; border-radius:50%; top:0; left:0;; z-index:1;}
.conTactBan .dot:before {width:150%; height:150%; background:transparent; background:rgba(224,5,26,0.3); top:-25%; left:-25%; -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;}
.conTactBan .dot:after {width:200%; height:200%;background:transparent; /*background:#7e9ec3;*/ background:rgba(224,5,26,0.2);  left:-50%;  top:-50%; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}

.conTactBan  .text{ position: absolute; bottom: 10%; left: 0;}
.contactStyle .right{ width: 28.8%;}
.contactStyle  .ewmBox{ width: 40%;}
.contactStyle  .ewmBox img{ width: 100%;}
.w18{ width: 18%;}
.reqIcon{ 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%); }

.proSub a.on{ background: var(--color); color: #fff; }
.prolist li .img{ width: 100%; height: 0; padding-bottom:66%; }
.prolist li .btn{ height: 3.2em;}
.prolist li:hover{ transform: translateY(-8px); color: var(--color); border-color: #fff; box-shadow: 10px 0 30px rgba(224,5,26, 0.1); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.prolist li .btn::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; }
.prolist li .btn:hover::after{ width: 100%;}
.prolist li .btn:hover{ color: #fff;   }

.proInfoTop{ background: url(../images/proInfoTopBg.png) no-repeat bottom right #f8f8f8; background-size: 64% auto;}
.proInfoTop .button{ border-radius: 40px 40px  0 40px; -webkit-border-radius: 40px 40px  0 40px; -moz-border-radius: 40px 40px  0 40px; -ms-border-radius: 40px 40px  0 40px; -o-border-radius: 40px 40px  0 40px; }
.proInfoTop .button:hover{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

.proinfoItem{ margin-top: 125px;}
.proinfoItem .title{ position: absolute; top: -1.1em; left: 50%; transform: translateX(-50%); z-index: 10; height: 2.2em; border-radius: 80px; -webkit-border-radius: 80px; -moz-border-radius: 80px; -ms-border-radius: 80px; -o-border-radius: 80px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.FeaturesUl{display: grid; grid-gap: 2vw; grid-template-columns: repeat(2,1fr);}
.FeaturesUl li{min-width:0 ; height: 1.2em;}
.FeaturesUl li strong{ 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%); }
.FeaturesUl li:hover{  box-shadow: 0 0 20px rgba(224,5,26, 0.2);}
.FeaturesUl li:hover strong{ color: var(--color);}

.tjPro .swiper-container .swiper-slide{ height: auto;}
.tjPro .swiper-container .swiper-slide .img{ width: 100%; height: 0; padding-bottom:66%; }
.tjPro .swiper-container .swiper-slide .btn{ height: 3.2em;}
.tjPro .swiper-container .swiper-slide .btn::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; }
.tjPro .swiper-container .swiper-slide .btn:hover::after{ width: 100%;}
.tjPro .swiper-container .swiper-slide .btn:hover{ color: #fff;   }
.tjPro .swiper-container .swiper-slide:hover{ transform: scale(.95); box-shadow: 0 0 10px rgba(224,5,26, 0.15); color: var(--color); -webkit-transform: scale(.95); -moz-transform: scale(.95); -ms-transform: scale(.95); -o-transform: scale(.95); }
.tjPro .swiper-container .swiper-slide  h2{}

.supportList li .img{ padding-bottom: 75%; height: 0; width: 100%;}
.supportList li .title .line{ width: 1.5em; height: 4px;}
.supportList li .desc dd{ display: block;}
.supportList li .desc dd::after{ display: block; transform: rotate(45deg); content: ''; width: 8px; height:8px; position: absolute; left: 0; top:1em; background: var(--color); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.supportList li:nth-child(2n){ flex-direction: row-reverse;}
.supportList li:nth-child(2n) .text{ padding-left: 5vw;}

.supportList li:nth-child(1)::after{ display: block; content: ''; width: 14%; height: 130%; position: absolute; right: -7%; top: -15%; background:  var(--color); }
.supportList li:nth-child(2)::after{ display: block; content: ''; width: 7vw; height: 7vw; position: absolute; left:20%;  bottom: -3.5vw; background: rgba(224,5,26, 0.8); z-index: 10; }

.line-height2-2{ line-height: 2.22;} 

.faqForm .submit{ width: 50px; height: 50px; background: url(../images/search.png) no-repeat center center   ; background-size: 38% auto;} 

.faqsList .top{}
.faqsList .item .top .close{ display: none;}
.faqsList .item .bottom {  display: none;}
.faqsList .item.on .icon-arrow-down-bold:before {
    content: "\e687";
  }
/* .faqsList .item.on .open{ display: none;} */

.downlist li:hover{ transform: translateY(-8px); color: var(--color); border-color: #fff; box-shadow: 10px 0 30px rgba(224,5,26, 0.1); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.downlist li .tit{ height: 4em;}
.downlist li::after{ display: block; content: ''; width:33%; opacity: 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; }
.downlist li:hover::after{ width: 100%; opacity: 1;}
.downlist li:hover div,.downlist li:hover .tit{ color: #fff !important;}

.pop{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100; display: none;}
.pop .bg{ background: rgba(0, 0, 0, .4);}
.downPop .con{ width: 90%; max-width: 600px; z-index: 10; 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%); }
.downPop .con .icon-add-circle{ position: absolute; right: 0; top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.downPop .con .icon-add-circle:hover{ color: var(--color); transform: rotate(225deg); -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); }


.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); }


.newslist h1{ height: 4em;}
.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}
.newslist li  .icon-direction-right{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.newslist li:hover .icon-direction-right{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }

.newsClass.on{ color: var(--color);}

/* .newsRight{ position: sticky; top: 0; right: 0;} */