body{font-size: 16px; overflow-x: hidden;} 
.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);}

.w1200{ width: 90%; max-width: 1400px; margin: 0 auto;}


header{  width: 100%; left: 0; right: 0; top: 0; z-index: 100; position: fixed; color: #fff;}
header .con{  padding: 0 3vw;}


.searchBox{ background:  var(--color); z-index: 20; position: absolute; transform: translateY(-115%); transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-transform: translateY(-115%); -moz-transform: translateY(-115%); -ms-transform: translateY(-115%); -o-transform: translateY(-115%); }
.searchBox .form{ width: calc(100% - 80px);}
.searchBox .keys{ width: 80%; background: url(../images/search-w.png) no-repeat left center; }
.searchBox .submit{ width: 90px; height: 40px; border: 1px solid #fff;}
.searchBox input::-webkit-input-placeholder  {color:rgba(255, 255, 255, .65);}
.searchBox input:-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input::-moz-placeholder {color:rgba(255, 255, 255, .65);;}
.searchBox input:-ms-input-placeholder  {color: rgba(255, 255, 255, .65);;}
.searchBox.show{ transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); }


.logoImg{ height:50px ;}
header .icon02{ display: none;}

.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 2vw; 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:last-child .oneNav{ padding-right: 0;}
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%); }
 
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,header.news{  color: #333;}
header.scroll::after,header:hover::after{    background-color: #fff;  height: 100%;}
header.scroll .icon01,header:hover .icon01,header.news .icon01{  display: none;}
header.scroll .icon02,header:hover .icon02,header.news .icon02{  display: block; }
header.scroll .oneNav  span::after,header:hover .oneNav  span::after,header.news  .oneNav  span::after{ background: var(--color); }
header.scroll .on .oneNav  ,header:hover .on .oneNav  ,header.news .on .oneNav   { color: var(--color); }

header.scroll  .searchBtn  ,header:hover .searchBtn   { color: var(--color); }


.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:  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; }

 

.neiBanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 260px;}

.idxBanImg{ width: 100%; max-height: 100vh; object-fit: cover; min-height: 360px;}
.idxBan .text{ 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%); }
.line-height1-3{ line-height: 1.3;}
.idxBan  .swiper-slide-active .idxBanImg{ animation: swiper_img_move 8s linear 0s infinite normal both ; -webkit-animation: swiper_img_move 8s linear 0s infinite normal both ; }

.scollIcon{  position: absolute; left: 0; bottom: 8%; z-index: 10;}

.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;}

.idxKuai{ position: absolute; z-index: 10; height:62vw ; right: 0; top: -31vw; z-index: 10;}
.w85{ width: 85%;}
.idxAbout{ background:url(../images/idxAboutBg.jpg) no-repeat center center  / cover;}
.idxAbout .w85{ margin-bottom: 7vw; }
.videoBtn{ position: absolute; bottom: -6.5vw; right: -6.5vw; width: 13vw ; height: 13vw; filter: drop-shadow(0 0 3vw rgba(198, 160, 97,0.3)); -webkit-filter: drop-shadow(0 0 3vw rgba(198, 160, 97,0.3)); }
.videoBtn::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/videoBg.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }
 
.idxMore{ height: 60px;}
.idxMore::after{ display: flex; align-items: center; justify-content: center; content: "\e670"; color: #fff; border-radius: 50%; font-family: "iconfont" !important; width:60px; height: 60px; position: absolute; left: 94%; top: 0; transform: rotate(45deg); transition: all .36s; background:var(--color) ; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxMore:hover{ letter-spacing: 2px;}
.idxMore:hover::after{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }

.idxAbout .right .top .enTit{ line-height: 1.3;}
.color-text{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #132b88,#29a7e1);}

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.idxProBtn{ height: 4vw; width: 9.8vw; background: rgba(255, 255, 255, .1); border-radius: 2vw; -webkit-border-radius: 2vw; -moz-border-radius: 2vw; -ms-border-radius: 2vw; -o-border-radius: 2vw; }
.idxProBtn:hover{ background: var(--blue);}


.idxProItem::before{ display: block; border-radius: 20px; content: ''; transition: all .36s; position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-bottom: 70%; background: url(../images/idxProItemBg.png) no-repeat center center #fff ; background-size: cover; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProItem .img{ width: 100%; height: 0; padding-bottom: 70%;}
.idxProItem .text .line{ width: 1.1em; height: 3px;}

.leftText{ transition: all .6s; position: absolute; bottom: 0; left: 0; z-index: 10; height: 64%; opacity: 0; transform: translate(-50%,50%); background: url(../images/leftTextBg.png) no-repeat left center / 100% 100%; -webkit-transform: translate(-50%,50%); -moz-transform: translate(-50%,50%); -ms-transform: translate(-50%,50%); -o-transform: translate(-50%,50%); -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s;
}
.leftText .more{ width: 80px; height: 80px; border: 2px solid rgba(255, 255, 255, .25); }
.leftText .more .Shu{ 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%) ; }
.leftText .more:hover .Shu{ margin-left: 33px; }
.rightTextBg{   width: 32%; position: absolute ; right: 0; top: 0; opacity: 0; transform: translate(50%,-50%); -webkit-transform: translate(50%,-50%); -moz-transform: translate(50%,-50%); -ms-transform: translate(50%,-50%); -o-transform: translate(50%,-50%); }
/* .idxProItem:hover .leftText,.idxProItem:hover .rightTextBg{ transform: none; opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
.idxProItem:hover .text{ opacity: 0;}
.idxProItem:hover::before{ height: 100%; padding-bottom: 0;}  */

.idxProSwiper .swiper-slide-active .leftText,.idxProSwiper .swiper-slide-active .rightTextBg{ transform: none; opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
.idxProSwiper .swiper-slide-active .text{ opacity: 0;}
.idxProSwiper .swiper-slide-active .idxProItem::before{ height: 100%; padding-bottom: 0;} 

@media screen and (min-width:900px) { .idxNewsleft{ position: sticky; left: 0; top: 50px;}}

.w67{ width: 67%;}
.w52{ width: 52%;}
.idxNews{ background: url(../images/idxNewsBg.png) no-repeat left -2vw bottom / 38% auto;}
.idxNewslift li .img{ width: 100%; height: 0; padding-bottom: 62.2%;}
.idxNewslift li .text .tit{ height:6em;}

.idxLogo .x-li{
 width: 18.5vw;
 height: 7.8vw;
 border-radius: 4vw;
 -webkit-border-radius: 4vw;
 -moz-border-radius: 4vw;
 -ms-border-radius: 4vw;
 -o-border-radius: 4vw;
}
 /* 
.idxLogo .banner .swiper-container .swiper-wrapper {padding:1vw 0;}


.idxLogo .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 18.5vw;
    height: 7.8vw;
    border: 1px solid #e5e5e5;
    border-radius:4vw ;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius:4vw ;
    -moz-border-radius:4vw ;
    -ms-border-radius:4vw ;
    -o-border-radius:4vw ;
} */
.idxLogo .x-li img{ max-width: 90%; max-height:66%;}

.w34{ width: 34%;}

footer{ background: #080c1c; color: rgba(255, 255, 255, .35); position: relative; z-index: 20;}
.footForm .keys{ background: url(../images/emialIcon.png) no-repeat center left 25px / auto 40%; height: 2.5vw;}

footer a:hover{ color: #fff;}
.footNav a:hover{ color: #fff;}
.footEwm{ width: 140px;}
footer .left .text{ position: absolute; width: 100%; height: calc(100% + 80px); bottom: 0; left: 0;}
.pb-foot{ padding-bottom: 80px;}
.footLogo{ height: 50px;}
.footLogoIcon{ position: absolute; bottom: 0; right: 0;}

.bodyRight{ position: fixed; z-index: 101; bottom: 40%; right: 20px; width: 80px;}

/* .bodyRight .page-aside { background: #fff;} */
.bodyRight  img{ filter: drop-shadow(0 0 8px rgba(0,0,0,0.15)); -webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,0.15)); }

.neiBan::after{ display: block; content: ''; width: 100%; height: 70%; position: absolute; left: 0; opacity: .5; bottom: 0; background-image: linear-gradient(to top,rgba(19,43,136,.9),transparent);}
.neiBan .inner{ position: absolute; z-index: 15; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.neiBanNav a{ height: 3.5em;}
.neiBanNav a.on,.neiBanNav a:hover{ opacity: 1;}
.neiBanNav:hover a:not(:hover)  {  opacity: .4;}

.w36{ width: 36.5%;}
.biref .videoBtn{ 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%); }
.w67{ width: 67%;}

.core .img{ width: 100%; height: 0; padding-bottom: 80%;}
.core .left .item:last-child{ flex-direction: row-reverse;}
.core .right  { width: 30.4%;}

.vision{ background: url(../images/visionBg.jpg) no-repeat center center / cover;}
.vision .img{ border-radius: 50vw; border-bottom-left-radius: 0 !important; -webkit-border-radius: 50vw; -moz-border-radius: 50vw; -ms-border-radius: 50vw; -o-border-radius: 50vw; }

.w31{ width: 31%;}
.values .pic{ width: 78%;}
.valuesYin{ width: 7vw; position: absolute; right: -3.5vw; top: -2vw;}

.values .inner{ position: absolute; z-index: 10; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.valuesText{ background-image: linear-gradient(150deg,#29a7e1,#132b88);}
.valuesText li{ background: rgba(255, 255, 255, .2); height: 3.4em;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.culture li{ padding: 15vw 20px ; border-right: 1px solid rgba(255, 255, 255, .1); }
.w42{ width: 42%;}

.historyUl li .text .line{ width: 1em; height: 3px;}
.historyUl li::after{ display: block; content: ''; width:2px; margin-left: -1px; height: 100%; position: absolute; left: 50%; top: 0; background:#e7e9f3}
.historyUl li .dian{ width: 16px; height: 16px; z-index: 10; 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%); }
.historyUl li:nth-child(2n){ flex-direction: row-reverse;}
.historyUl li:nth-child(2n) .text{ align-items: flex-start;}

.historyUl li:nth-child(n+4){ display: none;}
.historyBtn{ height: 3.6em;}
.historyUl.show li:nth-child(n+4){ display: flex !important;}

.w38{ width: 38%;}
.line-height2-2{ line-height: 2.2;}

.socialRight{ padding-top: 10vw;}
.businessList li .more{ height: 3em;}
.businessList li .img{ width: 100%; height: 0; padding-bottom: 73%;}
.businessList li:nth-child(2n){ background: #f6f9fc; }
.businessList li:nth-child(2n) a{flex-direction: row-reverse;}
.businessList 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;
  }
.businessList li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
    
.busInfoTop{ background: url(../images/busInfoTopBg.jpg) no-repeat center center / cover;}

.busInfoTop .img{ width: 100%; height: 0; padding-bottom: 73%;}

.proinfoNav a{ height: 90px;}
.proinfoBoxTit{ height: 70px;}
.proinfoBox{ margin-top:-35px;}
.kefuIcon{ min-width: 50px; width: 5.2vw; filter: drop-shadow(0 0 15px rgba(19,43,136,.15)); -webkit-filter: drop-shadow(0 0 15px rgba(19,43,136,.15)); }

.honorSwiper .img{ width: 100%; height: 0; padding-bottom: 80%; background: url(../images/honrbg.png) no-repeat center bottom / 100% ;}
.honorSwiper .img img{ max-width: 60%; max-height: 90%; filter: drop-shadow(0 0 15px rgba(0,0,0,0.1)); -webkit-filter: drop-shadow(0 0 15px rgba(0,0,0,0.1)); }
.honorSwiper .swiper-slide .text{  padding-left: 8vw; padding-right: 8vw;}
.honorSwiper .swiper-slide-active .text{ transform: translateY(20px); opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); }

.honorTextUl li{ display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.honorTextUl li.on{ display: block;}
.honorBtn{ width: 60px; height: 60px; z-index: 20; 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;}
.honorSwiper .honorBtn.prev{ left: 28%;}
.honorSwiper .honorBtn.next{ right: 28%;}

.Chairman{ padding-bottom: 15vw;}
.yinIco{ position: absolute; width: 7vw; right: -3vw; top: -2vw;}
.ChairmanBox{ padding: 0 3vw; margin-top: -8vw;}
.ChairmanUl{ box-shadow: 10px 0 20px rgba(19,43,136,.2);}
.ChairmanUl li:last-child{ border: none;}

.learn{ background: url(../images/learnBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.learnSwiper .swiper-slide{ height: auto; padding-bottom: 6vw;}
.learnSwiper .swiper-slide .Shu{ position: absolute; bottom: -1.2vw; font-size: 10.5vw;  opacity: .1;  left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.learnLogoUl img{ height: 75px;}

.spaceSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 56.2%;}
.spaceSwiper .swiper-slide-active{ opacity: 1;}

.spaceSwiper .honorBtn.prev{ left:20%;}
.spaceSwiper .honorBtn.next{ right: 20%;}

.newslist li .img{ width: 100%; height: 0; padding-bottom: 63.3%;}
.newslist li::after{ transition: all .36s; display: block; content: ''; width: 60%; opacity: 0; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/newslistBg.jpg) no-repeat center center / cover; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newslist li:hover::after{ width: 100%; opacity: 1;}
.newslist li:hover{ color: #fff; box-shadow: 10px 0 30px rgba(19,43,136,.3)}

.winList li{ width: calc((100% - 120px) / 4); height: 140px; border-radius: 100px; margin-right: 40px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; }
.winList li:nth-child(4n){ margin-right: 0;}
.winList li:hover{ border-color: var(--color); box-shadow: 10px 0 20px rgba(19,43,136,.15);}
.winBox{ background: url(../images/winBg.jpg) no-repeat center center / cover;}

.mapBox{ width: 100%;   }
.mapBoxfloat{ 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%); 
  border: 4px solid;
  border-image: linear-gradient(to right, #29a7e1,#132c88) 1;}
.mapBoxfloat a{ background-image: linear-gradient(45deg,#29a7e1,#132c88);}
.w62{  width: 62%;}
.w38{ width: 38%;}
.tip{ 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%); }

.messages .right .btn{ height: 3em;}
.messages .right .btn.submit{ background-image: linear-gradient(to bottom, #29a7e1,#132b88)  ;;}

.contactType li .img{ width: 70px; height: 70px;}