﻿body{font-size: 16px;} 
.inner{ width:1680px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1680px)/2);}
.pr-inner{ padding-right: calc((100vw - 1680px)/2);}
.ml-inner{ margin-left: calc((100vw - 1680px)/2);}
.mr-inner{ margin-right: calc((100vw - 1680px)/2);}

header{ position: fixed; top: 0; left: 0; z-index: 100; width: 100%;  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);}
/* header .con{ width: 96%; max-width: 1680px;} */
header .con{ width: 100%; max-width: 1680px;padding: 0 2%;}

.neiBody header { color: #fff;}

.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0  .8vw; 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:; -o-transform:; -webkit-transform:; -moz-transform:; transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; -webkit-filter:alpha(opacity=0); }
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%); }

header {color: #fff;}
header .line{ height: 1em; width: 1px; background: #888888;}
.logonBtnIcon{ filter: grayscale(100%); -webkit-filter: grayscale(100%); }

.idxBody header{  /*top: 50px;*/background: transparent;}
.idxBody header .con{ /*background: rgba(255,255,255,.8);*/ padding: 0 25px;}
.idxBody header .oneNav{ /*line-height:140px;*/}
.idxBody header .oneNav span::after{ background: var(--color);}
.idxBody header  nav li.on .oneNav  ,.idxBody header:hover  nav li:hover .oneNav  { color: var(--color);}


header.scroll{ top: 0; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.15);}
header.scroll,header:hover{   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  ,header:hover  nav li:hover .oneNav  { color: var(--color);}
header.scroll .logoImg,header:hover .logoImg{ filter: none; -webkit-filter: none; }
header.scroll .line,header:hover .line{  background: #aaa; }
header.scroll .oneNav{ line-height:100px;}


.h_nav{ height: 60px; width: 60px; background-color:var(--color); padding: 18px 8px ;    align-items: flex-end; display: none;}
.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); }
.h_nav.close{align-items: center; justify-content: center;}

.logonBtn:hover .logonBtnIcon{ filter: none; -webkit-filter: none; }
.logonBtn:hover { color: var(--color);}
/* 208,41,32 */

.navPop{-webkit-clip-path: circle(0% at 100% 0px);clip-path: circle(0% at 100% 0px);transition: -webkit-clip-path 1.5s;transition: clip-path 1.5s;transition: clip-path 1.5s, -webkit-clip-path 1.5s; width: 100%; height: 100vh; background: url(../image/navPopBg.jpg) no-repeat center center  ; background-size: cover; position: fixed; top: 0; left: 0; z-index: 200;}
.navPop.open {-webkit-clip-path: circle(150% at 100% 0px);clip-path: circle(150% at 100% 0px)}
.navPop dl { width: 20%; margin-top: 25px;}
.navPop dt{ font-size: 1.3em; font-weight: bold; color: #000; margin-bottom: 5px;}
 .navPopClose{ width: 50px; height: 50px; position: absolute; right: 5vw; top: 2vw;}
 .navPopClose:hover .iconfont{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.navEwm .img{ width: 120px; border-width: 2px;}


.idxBanImg{ min-height: 360px; width: 100%; object-fit: cover;}

.idxBan .swiper-pagination .swiper-pagination-bullet{ background: #fff;}


.linka a:hover{ color: var(--color);}
.idxNotice .right{ width: 73.8%;}
.noticeSwiper .swiper-slide::after{ display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--color); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.noticeSwiper .swiper-slide:hover::after{ height: 5px;}
.noticeSwiper .swiper-slide .tit{ height: 3.2em;}

.idxNotice .left{  width: 22.6%;  background: url(../image/idxNoticeBg.jpg) no-repeat center center; background-size: cover;}
.idxNotice .left .tit{ position: absolute; left: 0;  bottom: 100%; background: url(../image/idxNoticeBg.jpg) no-repeat center center; background-size: cover; }
.idxNoticeImg{ position: absolute; right: 0; bottom: 0; max-width: none; width: 112%; }
.idxTit::before{ display: block; content: ''; width: 50%; height: 180%; position: absolute; left: 0; top: -40%; background: url(../image/idxTitBg.png) no-repeat center left; background-size: auto 100%;}
/* .idxTit:hover{  padding-left: 15px;} */
.dynamicsUl a{ height: 50px;}
.dynamicsUl a.on{ background: var(--color); color: #fff;}

.dynamicsSwiper .img{  width: 100%; height: 0; padding-bottom: 55%;}
.dynamicsSwiper .text { height: 6.5em; background: rgba(208,41,32,.9); position: absolute; width: 100%;  bottom: 0; left: 0; z-index: 5;}
.dynamicsSwiper .pagination{height:5em; width: auto; position: absolute; right: 0; z-index: 10; left: auto;}
.dynamicsSwiper .swiper-pagination-bullet{ background: #fff; width: 10px; height: 10px; margin: 0 6px !important;}
/* .dynamicsSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{} */

.dynamicsRight{ width: calc(40% - 15px);}
.dynamicsRight .item{  height: calc(100% / 3);}
.dynamicsRight .item 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;
  }
.dynamicsRight .item:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.dynamicsRight .item:hover .more,.idxMore:hover{ background: var(--color); color: #fff; padding: 0 20px;}
  

.idxCenter::before{ height: 50%; width: 100%; position: absolute; bottom: 0; left: 0; display: block; content: '';
    background: url(../image/idxCenterBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;
  }

.w57{  width: 57%;}

.idxNewsItem{ width: calc((100% - 70px)/3);}
.bg-f8{ background: #f8f8f8;}
.bg-fff{ background: #ffffff;}
.idxNewsItemCon a::before{ display: block; content: '' ; width: 5px; height: 5px; position: absolute; border-radius: 50%; left: 0; background: var(--color); top: 50%; transform: translateY(-50%);}

.idxClassItem{ width: calc((100% - 70px)/3);}
.idxClassItemLeft{ background: url(../image/idxClassItemLeftBg.jpg) no-repeat center center / cover;}
.idxClassItemCenter .w15{ width: 15%; writing-mode: vertical-lr; -webkit-writing-mode: vertical-lr; -ms-writing-mode: vertical-lr; }

.idxClassItemCenter li::before{ display: block; content: '' ; width: 5px; height: 5px; position: absolute; border-radius: 50%; left: 0; background: var(--color); top: 50%; transform: translateY(-50%);}

.MemberUl li{ width: calc((100% - 2vw)/2); margin-right:2vw ;}
/* .MemberUl li:nth-child(2n){ margin-right: 0;} */
.MemberUl li:nth-child(3n){ margin-right: 0;}
.MemberUl li .img{ width: 100%; padding-bottom:78%; height: 0;}
.pic::before {content: "";width: 100%;height: 100%;position: absolute;z-index: 10;left: 0px;}
a:hover .pic::before { animation: gradient-rectangle 1s ; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); -webkit-animation: gradient-rectangle 1s ; }

.PartyUl .img{width: 100%; padding-bottom: 63.6%; height: 0;}
.PartyUl .item 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;
  }
.PartyUl .item:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

.brandSwiper{ height: 450px;}
.brandSwiper .swiper-slide{ height: calc(100% / 3);display: flex !important;}
.associationUl a:first-child{ border-left: none;}
.associationUl a:last-child{ padding-right: 0;}
.associationUl a.on{ color: var(--color);}


.newsSwiper .img{ width: 100%; padding-bottom: 57%; height: 0;}
.idxNewslist 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;
}
.idxNewslist li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
.idxNewslist li:hover  .tit{ opacity: .8;}
.idxAssociationCon::before{ width: 54%; left: 46%; display: block; content: '';  height: 100%; position: absolute;  top: 0; background:  url(../image/idxAssociationBg.jpg) no-repeat center center; background-size: cover; }

.myswiperBtn{ width: 60px; height: 60px;}
.myswiperBtn:hover{ background: var(--color); color: #fff;}
.idxAssociationCon .button{ position: absolute; left: 0; bottom:-5%; z-index: 10;}

.idxLinkUl li::before {z-index: 1;transition: 0.36s;content: '';position: absolute;bottom: -1px;left: 0;width: 1px;height: 14px;
  background: var(--color);-webkit-transition: 0.36s;-moz-transition: 0.36s;-ms-transition: 0.36s;-o-transition: 0.36s;}
.idxLinkUl li::after {transition: 0.36s;content: '';position: absolute;bottom: 0;left: -1px;width: 14px;height: 1px;
  background:  var(--color);-webkit-transition: 0.36s;-moz-transition: 0.36s;-ms-transition: 0.36s;-o-transition: 0.36s;}
.idxLinkUl li a {transition: 0.36s;position: relative;width: 100%;line-height:3;text-align: center;border: 1px solid rgba(208,41,32, 0.1);
  font-weight: bold;-webkit-transition: 0.36s;-moz-transition: 0.36s;-ms-transition: 0.36s;-o-transition: 0.36s;}
.idxLinkUl li a::before {z-index: 1;transition: 0.36s;content: '';position: absolute;top: 0;right: 0;width: 1px;height: 14px;background:  var(--color);-webkit-transition: 0.36s;-moz-transition: 0.36s;-ms-transition: 0.36s;-o-transition: 0.36s;}
.idxLinkUl li a::after {transition: 0.36s;content: '';position: absolute;top: 0;right: 0;width: 14px;height: 1px;
  background:  var(--color);-webkit-transition: 0.36s;-moz-transition: 0.36s;-ms-transition: 0.36s;-o-transition: 0.36s;}
.idxLinkUl li:hover {background: var(--color); color: #fff;transition-delay: 0.36s;}
.idxLinkUl li:hover::before {height: 100%;}
.idxLinkUl li:hover::after {width: 100%;}
.idxLinkUl li:hover a {color: #fff;transition-delay: 0.36s;}
.idxLinkUl li:hover a::before {height: 100%;}
.idxLinkUl li:hover a::after {width: 100%;}
.idxLinkUl li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.15);}

footer{ background: url(../image/footer-bg.png);}
footer a:hover{ color: #fff;}
.footEwm li{ background: #404040; width: 66px; height: 66px;}
.footEwm li .img{ width: 120px; position: absolute; left: 50%; margin-left: -60px; bottom: calc(100% + 5px); display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.footEwm li:hover .img{ display: block;}
.footEwm li:hover{ background: var(--color);}
footer .bottom a:hover{ color: rgba(255, 255, 255, .8);}
footer .center .left dl{ margin-right: 5vw;}
footer .center .left dl:last-child{ margin-right: 0;}


.neiBanImg{ object-fit: cover; width: 100%; max-height: 100vh; min-height: 260px; animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards;}
/* .neiBan::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0, 0, 0, .25); } */
.neiBan::after{ display: block; content: ''; width: 100%; height: 60%; position: absolute; left: 0; top: 0; z-index: 2; 
 background-image: linear-gradient(to bototm,rgba(0,0,0,.4),transparent); }
.neiBan .text{ position: absolute;   z-index: 10;  right: 0; bottom: 0; }
.neiBan .text .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); }

.aboutMore{ 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%); }

.dynamicstopSwiper .swiper-slide .img{ width: 100%; padding-bottom:58% ; height: 0;}
.dynamicstopSwiper  .swiper-slide .text{ border-top: none;}

.dynamicsBotlist li{ width: calc((100% - 2vw)/2); margin-right:2vw;}
.dynamicsBotlist li:nth-child(2n){ margin-right: 0;}
.newTwo::after{ display: block; content: ''; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background:  url(../image/newtwoBg.jpg) no-repeat center center ;background-size: cover; }

.newTwoLeft .img{ padding-bottom: 56%; height: 0; width: 100%;}

.newThereUl .item{ width: calc((100% - 2vw)/2); margin-right:2vw;}
.newThereUl .item:nth-child(2n){ margin-right: 0;}
.newThereUl .item .img{width: 100%; padding-bottom: 63.6%; height: 0;}
.w28{ width: 28%;}
.w68{ width: 68%;}
.newThereUl .item  .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;
}
.newThereUl .item:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

.mainLeft{ width: 280px;}
.mainRight{ width: calc(100% - 340px);}

.mainLeftUl{  border-left: 10px solid var(--color);}
.mainLeft { box-shadow: 10px 0 20px rgba(0,0,0,.15);}
.mainLeft .title{ line-height: 3; border-left: 10px solid var(--color); position: absolute; left: 0; bottom: 100%;}
.mainLeftUl li { border-color: #e5e5e5;}
.mainLeftUl li a{ line-height: 3.2;}
.mainLeftUl li::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background: #f8f8f8; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.mainLeftUl li:hover::after,.mainLeftUl li.on::after{   width: 100%; }
.mainLeftUl li:last-child{ border: none;}
.mainLeftUl li .iconfont{ transform: translateX(5px); -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); }
.mainLeftUl li.on ,.mainLeftUl li:hover{ color: var(--color);}
.mainLeftUl li.on .iconfont,.mainLeftUl li:hover .iconfont{ opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.mainLeftUl li dd{ display: none;}
.mainLeftUl li.on dd,.mainLeftUl li:hover dd{ display: block;}
.mainLeftUl li dd a:hover,.mainLeftUl li dd a.on{ color: var(--color);}

.leftsidebar a{height: 32px;  }
.leftsidebar a.on{ background: var(--color); color: #fff; }

.mainRightTit{ border-left: 5px solid var(--color);}

.xhzcUl li .date{ background: #f4ead7;}
.xhzcUl li .date::after{ display: block; content: ''; transition: all .36s; width:0; 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; }
.xhzcUl li:hover .date::after{ width: 100%;}
.xhzcUl 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;
}
.xhzcUl li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
  
.xhzcUl li:hover .date{ color: #fff;}

.newsPiclist li{ width: calc((100% - 4vw)/3); margin-right: 2vw;}
.newsPiclist li:nth-child(3n){ margin-right: 0;}
.newsPiclist li .img{ width: 100%; padding-bottom: 70%; height: 0;} 
 
.mainRightInfo{ border-top: 5px solid var(--color);}
.newsPage{ border-top: 1px solid #333; border-bottom: 1px solid #333;}
.backBtn{ width: 60px; height: 60px;}
.backBtn:hover{ background: var(--color); color: #fff;}

.newsPage ul{ line-height: 3;}
.downList li{border-top: none;}
.serviceOne{ background: url(../image/serviceOneBg.png) no-repeat bottom left #f8f8f8; background-size: 56% auto;}
.serviceOne .text{ width: 47%;position: absolute; top: 0; left: 0;}
.serviceThere .text{ width: 38%;}
.serviceThere .img{ width: 62%;}

.busTitle .engTit{ opacity: .05; position: absolute; top: 0; left: 0;}
.busOneUl{display: grid; grid-gap: 20px; grid-template-columns: repeat(4,1fr)}
.busOneUl li.div1{grid-area: 1 / 1 / 2 / 3;}
.busOneUl li .img{ width: 100%; height: 315px;}
.busOneUl li.div1 .img{ height: 100%;}
.busOneUl li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.15);}

.busTwoSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.busTwoSwiper .text .more .radius50{ width: 42px; height: 42px;}
.busTwoSwiper .text .more:hover{ transform: translateX(20px); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); }
.busTwoSwiper .text .more:hover .left{ background: var(--color); color: #fff;}
.busTwoCon .button{ position: absolute; right: 50%; bottom: 0; z-index: 10;}
.busTwoCon .button .line{ height: 1em; width: 1px;}

.screenBox{ margin-top: -85px;}
.screenBox .item{ min-height: 85px; padding-top: 0;}
.screenBox .item + .item{ border-top: 1px solid #e5e5e5;}
.screenBox a{ height: 45px;}
.screenBox a.on{ background: var(--color); color: #fff;}
.proinfoTopLine{ background: #cdcdcd; height: 1px;}
.proinfoTopLine i{ background: var(--color); position: absolute; left: 0; top: -2px; width: 2em; height: 4px; display: inline-block;}

.proinfoTop{ margin-top: -250px;}
.proinfoTop .text .icon{ height: 1.2em;}
.proinfoTop .right .img{ height: 550px;}
.proinfoTop .right .button{ position: absolute; bottom: 0; right: 0; z-index: 10;}

.proinfoLeft{ width: calc(100% - 430px);}
.proinfoRight{  width: 410px;}

.proinfoPageMore{ width: 200px; height: 60px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.proinfoPageMore span{ border: 1px dashed #fff; width: 24px; height: 24px; border-radius: 50%; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.proinfoPageMore span::after{ transition:all .36s ; content: "\ea66"; display: block; font-family: "iconfont" !important; font-size: 20px; position: absolute; left: 15px; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.proinfoPageMore:hover span::after{ left: -10px;}
.proinfoPageMore:hover{ color: #fff !important; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);}

.proinfoRight .box{ position: sticky; top: 0; right: 0;}
.proinfoRightUl .img{ height: 250px;}
.proinfoRightUl li + li{ border-top: 1px solid #e5e5e5;}

.memberOne .dynamicsSwiper .img{ padding-bottom: 71%;}
.memberOne .dynamicsSwiper .text{ background: linear-gradient(to bottom,transparent,rgba(0,0,0,.99));}
.memberOne .next{ position: absolute; top: 50%; z-index: 10; right: 3%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.memberOne .next.swiper-button-disabled{ opacity: .2; cursor: no-drop;}
.memberOne .aboutMore{ position: relative; left: auto; right: auto; top: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }

.memberOne::before{ display: block; content: ''; width: calc(100% / 3); height: 100%; position: absolute; left: 0; top: 0; background: url(../image/memberOneBg.jpg) no-repeat center center;  }
.memberThere .con{ background: url(../image/memberThereBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}

.memberThereImg{ position: absolute; right: 0; bottom: 0; width: 25vw; min-width: 120px; }
.contactStyle{ background: url(../image/contactStyleColor.png) no-repeat left  top; background-size: auto 100%;}
.contactStyle .con{ background: url(../image/contactStyleBg.png) no-repeat center bottom #fff;  background-size: 100% auto;}
.contactEwm  .border-color{border-width: 3px; width: 180px;}

.mapBox{ height: 66vh;}
.mapMain::after{ display: block; content: ''; width: 20%; height: 66vh; top: 0; position: absolute; right: 0;   background: var(--color); }
.contactStyleIcon{ height: 64px;}

.loginTit{
  text-shadow:
  -2px -2px 0 #fff,  
  2px -2px 0 #fff,
  -2px  2px 0 #fff,
  2px  2px 0 #fff; 
  /* -webkit-text-stroke:2px #fff  */
}
.loginBox{ margin-top: -35vh; max-width: 1000px; width: 90%;} 
.loginBox .item{ border: 2px solid #fae9e8;}
.loginBox .item .left{ border-right: 1px solid #fae9e8;} 
.loginInput{ line-height: 66px;}
.loginBox button{ width: 180px; height: 66px;}
.loginBox button:hover{ opacity: .85;}
.yzmImg{ height: 70%; position: absolute; right: 0; top:15%; z-index: 10;}


.searchbigBox{  margin-top: -80px; box-shadow: 0 0 10px rgba(0, 0, 0, .15); position: relative; z-index: 5;}
.serviceback {width: 160px;line-height: 50px; display: block;perspective: 500;-webkit-perspective: 500; }
.serviceback .w {position: relative;-webkit-transition: all 0.25s;-o-transition: all 0.25s;transition: all 0.25s;-webkit-transform-style: preserve-3d;        transform-style: preserve-3d;pointer-events: none;}
.serviceback .f { background: rgba(208, 41, 32, .1);padding: 0 30px; color: #333; } 
.serviceback .t {position: absolute;background-color: var(--color);width: 100%;height: 100%;padding: 0 30px;left: 0;color: #fff;top: -50px;-webkit-transform-origin: center bottom;    -ms-transform-origin: center bottom;        transform-origin: center bottom;-webkit-transform: rotateX(90deg);        transform: rotateX(90deg);-webkit-backface-visibility: hidden;        backface-visibility: hidden;}
.serviceback:hover .w {-webkit-transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);        transform: translateY(25px) translateZ(-25px) rotate3d(1, 0, 0, -90deg);}
 
.searchbigBox .input{ line-height: 50px; width: 72%; padding: 0 25px; color: #000; border: 1px solid #e5e5e5;}
.searchbigBox button{ line-height: 50px; width: 14%;}

 
.searchbot  ul a{    border-bottom: 1px solid #e5e5e5;}
.searchbot  ul a:last-child{ border-bottom: none;}
.searchbot  ul a:hover{ color: var(--color);}
.searchbot ul a span{ width: 80%; word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}


.floatPic{ position: fixed; right: 0 ; z-index: 999; top: 30%; width: 200px;}

.side_bar {

  background-color: rgb(255 255 255/ 0.95);border-radius: 5px;box-shadow: 0 0  10px 0 rgba(0, 0, 0, .15);position: fixed;right: 10px;top: 40%;width: 70px;z-index: 100

}

.side_bar>ul>li {height: 70px;border-bottom: 1px solid #e5e5e5;}

.side_bar>ul>li a span {font-size: 12px;line-height: 2}

  .messageJump  { animation: messageJump .5s linear infinite; -webkit-animation: messageJump .5s linear infinite; }


.side_bar .iconfont.f26{ font-size: 20px;}

.side_bar>ul>li.side_bar_phone {position: relative}



.side_bar>ul>li.side_bar_phone .box {

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    left: 0;

    opacity: 0;

    pointer-events: none;

    position: absolute;

    top: 50%;

    -webkit-transform: translate(-100%, -50%);

    -ms-transform: translate(-100%, -50%);

    transform: translate(-100%, -50%);

    -webkit-transition: all .5s;

    transition: all .5s;

    visibility: hidden;

    z-index: 20

}



@media (max-width:1180px) {

    .side_bar>ul>li.side_bar_phone .box {

        display: none !important

    }

}



.side_bar>ul>li.side_bar_phone .box:after {

    border: 10px dashed transparent;

    border-left: 10px solid #fff;

    border-right: none;

    content: "";

    cursor: pointer;

    font-size: 0;

    height: 0;

    line-height: 0;

    overflow: hidden;

    -webkit-transform: translateX(-1px);

    -ms-transform: translateX(-1px);

    transform: translateX(-1px);

    width: 0

}



.side_bar>ul>li.side_bar_phone .box_inner {

    background-color: rgb(255 255 255/ 1);

    border-radius: 5px;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

    font-family: Manrope;

    font-weight: 700;

    padding: 15px

}



.side_bar>ul>li.side_bar_phone .box_inner,

.side_bar>ul>li.side_bar_phone .box_inner .icon {

    -webkit-box-align: center;

    -ms-flex-align: center;

    --tw-bg-opacity: 1;

    -webkit-align-items: center;

    align-items: center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex

}



.side_bar>ul>li.side_bar_phone .box_inner .icon {

    -ms-flex-negative: 0;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    background-color: rgb(243 245 247/ 1);

    border-radius: 9999px;

    -webkit-flex-shrink: 0;

    flex-shrink: 0;

    height:42px;

    -webkit-justify-content: center;

    justify-content: center;

    margin-right: 10px;

    width:42px

}



.side_bar>ul>li.side_bar_phone .box_inner .icon svg {

    

    color: rgb(170 169 175/ 1);

    height: 40%;

    width: 40%

}



.side_bar>ul>li.side_bar_phone .box_inner p {

    white-space: nowrap

}



.side_bar>ul>li.side_bar_phone .box_inner p span {

    

    color: rgb(255 0 0/ 1);

    display: block;

    font-size: var(--20px)

}



.side_bar>ul>li.side_bar_phone .box_inner p em {

    

    color: rgb(148 148 148/ 1);

    font-size: 14px;

    font-style: normal

}



.side_bar>ul>li.side_bar_phone:hover .box {

    opacity: 1;

    pointer-events: auto;

    visibility: visible

}



.side_bar>ul>li.side_bar_wechat {

    position: relative

}



.side_bar>ul>li.side_bar_wechat .box {

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    left: 0;

    opacity: 0;

    pointer-events: none;

    position: absolute;

    top: 50%;

    -webkit-transform: translate(-100%, -50%);

    -ms-transform: translate(-100%, -50%);

    transform: translate(-100%, -50%);

    -webkit-transition: all .5s;

    transition: all .5s;

    visibility: hidden;

    width: 140px;

    z-index: 20

}



@media (max-width:1180px) {

    .side_bar>ul>li.side_bar_wechat .box {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        bottom: 54px;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

        -webkit-justify-content: center;

        justify-content: center;

        left: 50%;

        top: auto;

        -webkit-transform: translate(-50%);

        -ms-transform: translate(-50%);

        transform: translate(-50%)

    }

}



.side_bar>ul>li.side_bar_wechat .box:after {

    content: ""

}



@media (max-width:1180px) {

    .side_bar>ul>li.side_bar_wechat .box:after {

        border: 10px dashed transparent;

        border-bottom: none;

        border-top: 10px solid #fff;

        cursor: pointer;

        font-size: 0;

        height: 0;

        line-height: 0;

        overflow: hidden;

        -webkit-transform: translateY(-1px);

        -ms-transform: translateY(-1px);

        transform: translateY(-1px);

        width: 0

    }

}



@media (min-width:1180px) {

    .side_bar>ul>li.side_bar_wechat .box:after {

        border: 10px dashed transparent;

        border-left: 10px solid #fff;

        border-right: none;

        cursor: pointer;

        font-size: 0;

        height: 0;

        line-height: 0;

        overflow: hidden;

        -webkit-transform: translateX(-1px);

        -ms-transform: translateX(-1px);

        transform: translateX(-1px);

        width: 0

    }

}



.side_bar>ul>li.side_bar_wechat .box p {

    background-color: #fff;

    border-radius: 5px;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

    padding: 5px

}



.side_bar>ul>li.side_bar_wechat .box p span {

    display: block;

    font-size: 12px;

    text-align: center;

    white-space: nowrap

}



.side_bar>ul>li.side_bar_wechat:hover .box {

    opacity: 1;

    pointer-events: auto;

    visibility: visible

}



@media (min-width:968px) {

    .side_bar>ul>li.side_bar_backtotop {

        display: none

    }

}

 



@media screen and (max-width:1440px) {

        .side_bar{ width: 60px; right: 0;}

        .side_bar>ul>li{ height: 60px;}

        .side_bar>ul>li a{ height: 60px; }

    }

    

    

@keyframes  messageJump {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }



    25% {

        -webkit-transform: translateY(-5px);

        transform: translateY(-5px)

    }



    50% {

        -webkit-transform: translateY(5px) scale(1.1, .9);

        transform: translateY(5px) scale(1.1, .9)

    }



    75% {

        ransform: translateY(-5px)

    }



    to {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}