﻿


/* 关于我们 */
section {display: block;}
.indexTle strong {font-size: 2vw;color: #111111; line-height: 1.2;margin-bottom: 1.5rem; display: block;color: #ff0000;}
.indexTle strong span {display: block; padding-bottom: 2%; /*font-family: Har;*/color: #333;}
.indexTle .text {font-size: 0.96vw;color: #333; line-height: 1.5; padding-bottom:1.2%;}
.indexOne {padding: 7rem 0;}
.indexOne .box {display: flex; justify-content: space-between; align-items: center;}
.indexOne .le {width: 46%;}
.indexOne .le ul {padding: 1.8rem 0 1.2rem 0; border-top: 2px solid #DCDCDC; border-bottom: 2px solid #DCDCDC; margin: 1.6rem 0;}
.indexOne .le ul {display: flex; justify-content: space-between;}
.indexOne .le ul li span {color: #666666; padding-bottom: 4%; display: block;}
.indexOne .le ul li .counter {font-size: 3rem;font-weight: 700;color: #333333;  line-height:3rem; font-family: neu;}
.indexOne .le ul li em {font-size: 1.18rem;color: #333333;}
.indexOne .le ul li i {font-style: normal;font-size: 1.18rem;color: #333333;}
.indexOne .le ul li i sup {font-size: 1.1rem;}
.indexOne .re {width: 44%;}
.indexOne .re .videoBox {position: relative; overflow: hidden;}
.indexOne .re .videoBox > img {width: 140%; max-height: 33rem;}
.indexOne .re a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

/* 了解更多 */
.inMore {width: 10rem; height: 2.52rem;background: #1E386B; z-index: 1; display: block; display: flex; align-items: center; justify-content: center; transition: 1s; position: relative;}
.inMore span {color: #fff; font-size: 1rem;color: #ffffff; margin-right: 20%; transition: .5s; position: relative; z-index: 1;}
.inMore img {position: relative; left: 0; transition: .5s;}
.inMore:hover img {left: 5%;}
/* .inMore:hover {border-radius: .5rem;} */
.inMore:hover {background: none; transition-delay: .1s;}
.inMore::before {content: "";  z-index: 0;   display: block;width: 0%;height: 100%;background-color: #333;position: absolute; left: 0;bottom: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;margin: auto;}
.inMore:hover:before { width: 100%;}

/* tc */
.video-js {width: 100%;height: 100%;}
.video-js .vjs-tech { position: relative;}
.vjs-control-bar { opacity: 0;}
.video-js .vjs-control-bar { position: relative;background-color: rgba(43, 51, 63, 0.2);}
#hi-video-pop {display: none;position: fixed;top: 0;left: 0; z-index: 99999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); text-align: center; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
#hi-video-pop * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#hi-video-pop .hi-close {position: absolute;top: 100%; left: 50%; z-index: 5;margin: 20px 0 0 -20px;width: 40px;height: 40px;color: #fff; background: #fff; border-radius: 50%;transition: 0.3s;cursor: pointer;}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {content: "";position: absolute; top: 50%; left: 50%; z-index: 5; width: 20px; height: 2px; margin: -1px 0 0 -10px; background: #333; transition: 0.3s;}
#hi-video-pop .hi-close:hover { background: #0072a4;}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {background: #fff;}
#hi-video-pop .hi-close:after {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#hi-video-pop .hi-close:before {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#hi-video-pop .hi-video-box {position: fixed; left: 0;top: 0; z-index: 1; width: 100%;height: 100%;display: flex;align-items: center; justify-content: center;}
#hi-video-pop .hi-video-box .hi-video-wrap {position: relative;max-width: 100vh;border: 2px solid #fff;}
#hi-video-pop .hi-video-box .hi-video-wrap video { width: 100%;height: 100%; vertical-align: top;}
@media (max-width: 767px) { #hi-video-pop .hi-video-box .hi-video-wrap {max-width: 90%;}}
 
#hi-video-pop2 { display: none;height: 0; width: 0;}


/*pro*/
.prod_bg{background: #f8f8f8; padding-top: 5%; padding-bottom:5%;}
.prod_list{text-align: center;margin-bottom:40px; margin-top:20px;display: none;}
.prod_list ul{display: inline-block; background:#fff; padding:10px 20px; border-radius: 100px; box-shadow: 0px 0px 24px 0px #D9D9D9;}
.prod_list ul li{float:left;}
.prod_list ul li:hover dl{transform: rotateX(0deg);}
.prod_list ul li a{line-height:40px;color:#666;font-size:16px;display: block;position: relative;transition: all 0.3s ease;padding:0 100px;}

.prod_list ul li:last-child a:after{display: none;}
.prod_list ul li a:hover,.prod_list ul li.on a{background: #1E386B; color:#fff; line-height:40px;  border-radius: 100px}
.prod{margin: 0 auto;margin-top: 40px;width: 1300px;/*max-width:80%;min-width:1400px;*/}

.pro_prev{position: absolute;top: 50%;left: 0;margin-top: -54px;}
.pro_next{position: absolute;top: 50%;right: 0;margin-top: -54px;}
.prod_list ul li a+dl{transition: all .5s;transform: rotateX(90deg);transform-origin: top; margin-top:1px;}
.prod_list ul li dl{position: absolute; z-index: 2; background:#fff;padding:1% 0;}
.prod_list ul li dl a{ font-size:15px !important; font-weight:normal; line-height:42px !important; border-top:rgba(255,255,255,0.3) solid 1px;}
.prod_list ul li dl a:hover{background:#1E386B;}
.prod_list .prolist2021{}
.prod_list ul li a+dl{ background:#fff;}
.prod_list ul li dl a{ background:none !important; color:#666 !important;}
.prod{margin: 0 auto;margin-top: 0px; width: 100%; max-width: 84%; min-width: 1200px;}
.pro_bcc{overflow: hidden;}
.pro_cc .divproduct_new_div{display: flex;    width: 100%;flex-shrink: 0;}
.pro_cc .divproduct_new_div{flex-wrap: wrap;}
.pro_cc .divproduct_new_div .divproduct_new_div_item{display: flex;flex-direction: column-reverse;width: 23.3%;flex-shrink: 0;background: #ffffff;padding: 1%;border-radius:20px; border: 2px #eee solid;margin-top:2%;}
.pro_cc .divproduct_new_div .divproduct_new_div_item+.divproduct_new_div_item{margin-left: 2%;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:nth-child(5){margin-left: 0%;}
.pro_cc .product_div_item_pic{overflow:hidden}
.pro_cc .product_div_item_pic img{ width: 100%;transition:all .5s;display:block;}
.pro_cc{margin-top: 0px;position:relative;    display: flex
;    transition: 0.5s;}
.pro_cc .divproduct_new_div_item_title a{font-size: 20px;color: #333;display: block;margin: 30px 0 18px;position:relative;}
.pro_cc .divproduct_new_div_item_title a:after{content: "+MORE";width: 45%;height: 36px;line-height: 36px;font-size: 14px;color: #333;transition:all .5s;display: block;margin: 20px auto 0;background: linear-gradient(to top, #f8f8f8, #f8f8f8);border-radius: 20px;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:hover  .divproduct_new_div_item_title a:after{background:#1E386B;color:#fff;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:hover .product_div_item_pic img{transform:scale(1.1)}
.pro_cc .divproduct_new_div_item_content{text-align: center;}
.pro_cc .divproduct_new_div_item_body{width: 84%;margin: 0 auto;line-height: 30px;color:#888;font-size:15px;display:none;}
.pro_prev{position: absolute;top: 50%;left: 0;margin-top: -54px;}
.pro_next{position: absolute;top: 50%;right: 0;margin-top: -54px;}
.prod_list ul li a+dl{display: none;}
.prod_list .prolist2021{}


/* 公用标题 */
.index-title {text-align: center;}
.index-title h3 {color: #333333;font-size:42px;margin-bottom: 10px; font-weight: bold;  /*  font-family: Har;*/}
.index-title span {font-size: 20px;color: #777777;line-height: 2; display: block;    font-family: axt;}

.ProductZone {overflow: hidden; position: relative;margin-top:30px;}
.zone-zz {position: absolute; width: 50%; height: 100%;opacity: 0.48; right: 0; background: #1b1b1b; z-index: 2;}
.ProductZone .hd {position: absolute; z-index: 2; width: 70%; right: 0; padding: 20px 0; box-sizing: border-box; }
.ProductZone .hd li {height: 120px; position: relative; overflow: hidden;}
.ProductZone .hd li a {display: flex; justify-content: space-between; align-items: center; height: 100%; width: 80%; padding-left: 60px; box-sizing: border-box;}
/* .ProductZone .bd img {display: block;width: 100%;} */
.ProductZone .bd li a {width: 100%; display: block; height: 660px;}
.ProductZone .hd li::after {background: #1E386B; position: absolute; content: ""; right: 0; width: 0; top: 0; transition: .5s; height: 100%;}
.ProductZone .hd li p img {transition: .5s;}
.ProductZone .hd li p {display: flex; align-items: center; position: relative; z-index: 2; opacity: 0; transition: .5s;}
.ProductZone .hd li p span {font-size: 22px;color: #ffffff; display: inline-block; }
.ProductZone .hd li h3 {font-size: 24px;font-weight: 500;color: #ffffff; line-height: 24px; position: relative; z-index: 2; width: 300px;font-family: axt;}
.ProductZone .hd li h3 span {font-size: 13px;opacity: 0.46;color: #ffffff;font-weight: 400;display: block; padding-top:2%;font-family: axt;}
.ProductZone .hd li a img {position: relative; z-index: 2;}
.ProductZone .hd li a i{position: relative; z-index: 2; font-size:42px;color: #ffffff;line-height:1;}
.ProductZone .hd li:hover:after  { width: 100%; }
.ProductZone .hd li:hover p {opacity: 1;}
.ProductZone .hd li:hover p img {transform: rotate(180deg);}
@media screen and (min-width: 200px) and (max-width: 1300px) {
  /* .ProductZone .hd {width: 60%;} */
  .ProductZone .hd li p {margin-right: 20%;}

}
@media screen and (min-width: 200px) and (max-width: 900px) {
  .ProductZone .hd {width: 78%;}
}
.aboutfive{background: #f5f5f5;padding-bottom: 5%;padding-top: 5%;}
.aboutfive .fiveTle {display: flex; align-items: center; justify-content: space-between;}
.aboutTitle h3 {
    font-size: 3rem;
    font-weight: normal;
    color: #000000;
    line-height: 4rem;
/*font-family: Har;*/
}
.aboutTitle h4 {
    font-size: 2.38rem;
    color: #e4e4e4;
    font-family: Arial, Helvetica, sans-serif;
}
.aboutfive .fiveTle ul {display: flex; gap: 5rem; align-items: center; margin-top: 1rem;}
@media screen and (max-width: 1680px){
.aboutfive .fiveTle ul {gap: 2rem;}
}
@media screen and (max-width: 1500px){
.aboutfive .fiveTle ul {gap: 2rem;}
}
@media screen and (max-width: 1440px){
.aboutfive .fiveTle ul {gap: 2rem;}
}
@media screen and (max-width: 1366px){
.aboutfive .fiveTle ul {gap: 2rem;}
}
@media screen and (max-width: 1280px){
.aboutfive .fiveTle ul {gap: 2rem;}
}
.aboutfive .aboutTitle {margin-left: 5%; text-align: left;}
.aboutfive .fiveTle ul li {font-size: 1.4rem;font-weight: 400;color: #666666; transition: .5s; cursor: pointer; position: relative; line-height:1.6;}
.aboutfive .fiveTle ul li.on {font-size: 1.5rem;font-weight: 700;color: #1E386B;}
.aboutfive .fiveTle ul li::after {content: ""; position: absolute; bottom: 0; width: 0; left: 50%; height: 1px; background: #1E386B; transition: .5s;}
.aboutfive .fiveTle ul li.on::after {width: 90%; left: 5%;}
.aboutfiveSlide {position: relative; margin-top:0%;}
.aboutfiveSlide .bd {margin-left: 5%; margin-top: 10rem; background: #fff;}
.aboutfiveSlide .bd ul li {display: flex; position: relative; height: 34rem;}
.aboutfiveSlide .bd ul li::after {content: ""; position: absolute; left: -70px; z-index:1; top: 0; width: 7.44rem; height: 24.69rem; background: #1E386B;}
.aboutfiveSlide .bd ul li .le {width: 52%;}
.aboutfiveSlide .bd ul li .le .imgBox {position: relative;bottom: 73px; right: 2px;background: url() no-repeat center; height: 31.25rem;z-index: 9;}
.aboutfiveSlide .bd ul li .le  img {display: none; width: 100%;  image-rendering: pixelated; }
.aboutfiveSlide .bd ul li .re {width: 48%; position: relative;}
.aboutfiveSlide .bd ul li .re .reCon {padding: 4rem 4.25rem 0 4.25rem; box-sizing: border-box; }
.aboutfiveSlide .bd ul li .re .reCon i{font-size:44px; color: #1E386B;}
.aboutfiveSlide .bd ul:nth-child(2) li .re .reCon i{font-size:52px;}
.aboutfiveSlide .bd ul:nth-child(4) li .re .reCon i{font-size:52px;}
.aboutfiveSlide .bd ul li .re .reCon .reIcon img {display: block;animation:changeright 6s linear infinite;}
.aboutfiveSlide .bd ul li .re h5 {font-size: 1.88rem;font-weight: bold;color: #333333;margin: 2rem 0; font-family: "Microsoft YaHei";}
.aboutfiveSlide .bd ul li .re span{display: block;font-size: 22px; padding-top:12px; font-family: axt;color: #999; font-weight: 100;}
.aboutfiveSlide .bd ul li .re p {font-size: 1.1rem;color: #666;font-weight: 100;line-height: 2; padding-bottom: 6rem;}
.aboutfiveSlide .bd ul li .re .more {display: flex; position: absolute; bottom: 0; width: 100%;}
.aboutfiveSlide .bd ul li .re a {height: 7.38rem;width: 50%; font-size: 1.25rem;font-weight: 400;color: #fff; background: #1E386B; display: flex; align-items: center; justify-content: center;}
.aboutfiveSlide .bd ul li .re a>span{font-family: axt;color: #fff; padding-top: 0px;}
.aboutfiveSlide .bd ul li .re a i{font-size:30px; padding-right:2%;}
.aboutfiveSlide .bd ul li .re a:nth-child(2) {background: #990100;}
.aboutfiveSlide .bd ul li .re a img {transition: .5s; margin-right: 1rem;}
.aboutfiveSlide .bd ul li .re a:hover img {transform: rotateY(180deg);}
.aboutfiveSlide .hd .arrow {position: absolute; left: 15%;bottom: 6%; z-index: 2;}
.aboutfiveSlide .hd .arrow a {cursor: pointer; display: block;}
.aboutfiveSlide .hd .arrow .prev {display: block; width: 5.44rem;height: 1.13rem;background: url(../image/20251017171259_463522683.png) no-repeat center; background-size: 100%;}
.aboutfiveSlide .hd .arrow .next {display: block; position: absolute;right: -200px; width: 5.44rem;height: 1.13rem;background: url(../image/20251017171259_463522683.png) no-repeat center; transform: rotate(180deg); background-size: 100%;}
.aboutfiveSlide .hd .arrow .next::after {position: absolute;top: -6px; right: -55px; width: 0.06rem;height: 1.88rem;opacity: 0.4;background: #959595;  content: ""; }

/*news*/
.news_tit{display: flex;justify-content: space-between;align-items: center; padding-bottom:30px;}
.new_lc b{font-size: 2vw;color: #000;line-height: 100%;font-weight:normal;}
.new_lc p{font-size: 18px;color: #999;padding: 5px 0 10px;line-height: 100%;text-transform: uppercase;}
.new_lc span{width: 20px;height: 3px;background: #1E386B;display: block;}
.news_cate ul{display: flex;}
.news_cate ul li+li{margin-left: 20px;}
.news_cate ul li a{display: block;width: 140px;height: 40px;line-height: 40px;color: #333;text-align: center;font-size: 18px;border-radius: 50px;}
.news_cate ul li.on a{background: #1E386B;color: #fff;}
.news_bc{width: 100%;background:#f5f5f5 url(../image/20251017204819_1186864495.jpg) no-repeat center top;padding:5% 0 5% 0;margin-top: 0px;}

.news_wz .news_div_item {
    width: 30%;
    float: left;
padding:1.5%;
border: 1px solid #eee;
}

.news_wz .news_div_item:nth-child(3),.news_wz .news_div_item:nth-child(4),.news_wz .news_div_item:nth-child(5) {
    width: 37%;
    border: 1px solid #f8f8f8;
    padding: 2.01% 3%;
    float: right;
    background: #fff;
}
@media screen and (max-width: 1680px){
.news_wz .news_div_item:nth-child(3),.news_wz .news_div_item:nth-child(4),.news_wz .news_div_item:nth-child(5) {padding: 1.16% 3%;}
}
@media screen and (max-width: 1440px){
.news_wz .news_div_item:nth-child(3),.news_wz .news_div_item:nth-child(4),.news_wz .news_div_item:nth-child(5) {padding: 1.16% 3%;}
}
.news_wz .news_div_item:nth-child(3) .news_div_item_pic, .news_wz .news_div_item:nth-child(4) .news_div_item_pic, .news_wz .news_div_item:nth-child(5) .news_div_item_pic {
    display: none;
}

.news_wz .news_div_item:nth-child(3) .news_div_item_date, .news_wz .news_div_item:nth-child(4) .news_div_item_date, .news_wz .news_div_item:nth-child(5) .news_div_item_date {
    display: none;
}

.new_c>div {
    display: flex;
    width: 100%;
    transition:all .5s;
}
.new_c{overflow: hidden;}
.new_c .news_wz {
    flex-shrink: 0;
    width: 100%;
}

.news_wz .news_div_item:nth-child(2) {
    margin-left: 20px;
}

.news_wz .news_div_item:nth-child(1),.news_wz .news_div_item:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
}

.news_wz .news_div_item:nth-child(1) .news_div_item_body, .news_wz .news_div_item:nth-child(2) .news_div_item_body {
padding: 0 2% 0 2%;
color: #666;
line-height:2;
font-family: 'axt';
font-size:15px;
}

.new_c .news_div_item_date {
    display: flex;
    font-size: 14px;
    color: #cacbcd;
    font-family: "Arial";
}

.news_div_item_title {}

.news_wz .news_div_item .news_div_item_a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    position: relative;display:block;
}
.news_wz .news_div_item_pic img {
    width: 100%;
    height: auto;
transition: all 0.2s;
overflow: hidden;
}
.news_wz .news_div_item_pic{overflow: hidden;}
.news_wz .news_div_item_pic:hover img{transform: scale(1.1);transition: all 0.2s;}

.news_wz .news_div_item:nth-child(1) .news_div_item_title, .news_div_item:nth-child(2) .news_div_item_title {
    padding:5% 2% 4% 2%;
}

.news_wz .news_div_item:nth-child(1) .news_div_item_date, .news_div_item:nth-child(2) .news_div_item_date {
    padding:5% 2% 4% 2%;
}

.news_wz .news_div_item:nth-child(1) .news_div_item_a:after,.news_wz .news_div_item:nth-child(2) .news_div_item_a:after {
    position: absolute;
    content: "\e88e";
    font-family: 'iconfont';
    color: #4d4d4d;
    font-size: 25px;
    top: 66px;
    right: 0;
    font-weight: lighter;
}

.news_wz .news_div_item:nth-child(3) .news_div_item_a, .news_wz .news_div_item:nth-child(4) .news_div_item_a, .news_wz .news_div_item:nth-child(5) .news_div_item_a {
    color: #4d4d4d;position: relative;display: block;
}
.news_wz .news_div_item:nth-child(3) .news_div_item_a:after, .news_wz .news_div_item:nth-child(4) .news_div_item_a:after, .news_wz .news_div_item:nth-child(5) .news_div_item_a:after {
    position: absolute;
       content: "\e88e";
    font-family: 'iconfont';
    color: #4d4d4d;
    font-size: 25px;
    top: 28px;
    right: -68px;
font-weight: lighter;
}
.news_wz .news_div_item:nth-child(3) .news_div_item_title, .news_wz .news_div_item:nth-child(4) .news_div_item_title, .news_wz .news_div_item:nth-child(5) .news_div_item_title {
    padding-bottom: 10px;
}

.news_wz .news_div_item:nth-child(3) .news_div_item_body, .news_wz .news_div_item:nth-child(4) .news_div_item_body, .news_wz .news_div_item:nth-child(5) .news_div_item_body {
    font-size: 14px;
    color: #666;
    line-height: 24px;font-family: 'axt';}


/*--kf--*/
.fixAside a { position: relative;}
.modeFix { transition: all .3s; opacity: 1;}
.hideFix { opacity: 0; transition: all .3s; left: 50%; transform: translateX(-50%); position: absolute; top: 0;}
.fixAside a:hover .hideFix { opacity: 1;}
.fixAside a:hover .modeFix { opacity: 0;}
.fixAside a:hover p { color: #1E386B;}
.fixAside { box-shadow: 0 0 10px rgba(0,0,0,0.1); padding:10px 2px 4px;  z-index:999; position: fixed; left: 30px; top: 80%; transform: translateY(-50%); background: #ffffff; width: 62px; border-radius: 60px;}
.chatPhone { align-items: center; display: flex; margin: 0 auto; position: relative; width: 44px; height: 44px; border-radius: 50%; background: #1E386B;}
.chatPhone i{ display: block; margin: 0 auto; font-size: 20px; color: #999; text-align: center;}
.chatPhone::after { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(230,33,42, 0.8);
    border: 1px solid rgb(230,33,42);
    animation: yuanRun 2s infinite linear;}
.chatPhone::before { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(230,33,42, 0.8);
    border: 1px solid rgb(230,33,42);
    animation: yuanRun 2s 1s infinite linear;}
.circleClass { position: relative; border-radius: 50%;}
.circleClass img { position: relative; z-index: 2;}
.circleClass::after { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(51,111,183, 1);
    border: 1px solid rgb(51,111,183);
    animation: yuanRun 2s infinite linear;}
.circleClass::before { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(51,111,183, 1);
    border: 1px solid rgb(51,111,183);
    animation: yuanRun 2s 1s infinite linear;}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.chatPhone img { z-index: 3; display: block; margin: 0 auto; position: relative;}
.fixAside li p { text-align: center; font-size: 13px; color: #666666; line-height:1;margin: 4px 0 10px 0}
.fixAside li { position: relative; margin-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.fixAside li:last-child {border: none; margin-bottom: 0;}
.fixAside img { display: block; margin: 0 auto;}
.fixAside li i{ display: block; margin: 0 auto; font-size: 20px; color: #fff; text-align: center;position: relative;z-index: 999;}
.fixAside li .revi-hotline-wrapper {
  display: none;
  position: absolute;
  right: -232px;
  bottom: -5px;
  width: 235px;
  height: 80px;
  border-radius: 8px;
}
.fixAside li:hover .revi-hotline-wrapper { display:block;}
.fixAside li .revi-hotline {
  position: absolute;
  left: 0;
  width: 221px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: text;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: -2px 3px 25px rgba(0,0,0,0.1);
  padding-left:12px;
  border-radius: 8px;
}
.fixAside li .revi-hotline h3 {
  margin: 16px 0 8px;
 /* font-family: 'Har';*/
  font-size: 28px;
  color: #1E386B;
  font-weight:bold;
}
.fixAside li .revi-hotline h4{ font-weight:normal; font-size:13px;}
/*--serverBar--*/
.serverBar{display:none;position:fixed;z-index:999;top:30%;right:0;transform:translateY(-50%);}
.serverBar li{position:relative;margin-bottom:10px; line-height: 26px;}
.serverBar li a{display:block;padding:5px;width:70px;height:60px;text-align:center;color:#000 !important;background:#fff;border:#eee solid 1px;}
.serverBar li a>i{display:block;font-size:22px;line-height:28px;}
.serverBar li a>span{display:block;font-size:14px;}
.serverBar li:hover a{color:#fff !important;background: linear-gradient(to right, #1E386B, #009cff);border-color:rgba(255,255,255,0.1);}
.serverBar li .infos{display:none;position:absolute;right:70px;padding:10px;background:#fff;border:#eee solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);}
.serverBar li .tel{top:0;}
.serverBar li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#eee solid 1px;}
.serverBar li .tel dd{padding-top:6px;font-size:20px;font-family: 'srm';color:#1985a;white-space:nowrap;line-height:1.5;}
.serverBar li .QRcode{bottom:0;overflow:hidden;}
.serverBar li .QRcode .item1{overflow:hidden;}
.serverBar li .QRcode .item1 i{display:block;width:100px;}
.serverBar li .QRcode .item1 img{display:block;width:100%;}
.serverBar li .QRcode .item1 p{font-size:14px;color:#000;text-align:center;}
.serverBar li:hover .infos{display:block;}
@media(max-width:1200px){
.serverBar{display:none !important;}
}
.ban_page {
    max-width: 1600px;
    position: absolute;
    bottom: -10%;
    left: 0px;
    width: 100%;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 1%;
}
.banLeft {
    float: left;
    text-align: center;
}
.banLeft .banLine {
    width: 50px;
    height: 4px;
    display: none;
    background: rgb(254, 0, 0);
}
.banLeft h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    font-family: neu;
    text-transform: uppercase;
    padding: 27px 0px 15px;
}
.banLeft h2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 1;
    font-family: axt;
    padding: 0px 0px 28px;
}
/*--end serverBar--*/