/* ====================公共样式========================= */
.mainBox{padding: 0 5%;}
.row{margin: 0;}
.text-c{text-align: center;}
.relative{position: relative;}
div{display: block;user-select: none}
/* 头部 */
.Header-wrapper{width: 100%;background: transparent;position: fixed;left: 0;top: 0;z-index:9;transition: all .4s ease-in-out;}
.Header-container{width: 92%;height: 75px;margin: 0 auto;}
.Header-logo{float: left;position: relative;z-index: 999999;}
.Header-logo a{height: 75px;line-height: 75px;float: left;}
.Header-logos{display: block;}
.Header-logoh{display: none;}
.Header-logo.onhover .Header-logos{display: none;}
.Header-logo.onhover .Header-logoh{display: block;}
/* 语言 */
.Header-lang{width: 50px;height: 75px;float: right;user-select: none;cursor: pointer;position: relative;padding-left: 27px;background: url('../images/public/lang.png') 3px center no-repeat;}
.Header-lang a{display: block;font-size: 16px;color: #fff;line-height: 75px;}
.Header-lang:hover{background: url('../images/public/langH.png') 3px center no-repeat;}
.Header-lang:hover a{color: #2f44d0;}

/* 菜单 */
.Header-navbar{float: right;font-size: 0;margin-right: 12px;}
.Header-navbar ul li{display: inline-block;padding: 0 12px;position: relative;}
.Header-navbar ul li:first-child .Header-Menu::after{display: none;}
.Header-Menu{display: block;height: 75px;line-height: 75px;font-size: 16px;color: #fff;padding: 0 10px;transition: all .4s ease-in-out;position: relative;}
.Header-Menu:before{content: "";position: absolute;width: 0;right: 0;height: 3px;background: #2f44d0;top: 0;transition: all .4s ease;}
.Header-Menu::after {pointer-events: none;position: absolute;z-index: 9999;content: '';border-style: solid;-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;left: calc(50% - 10px);bottom: 0px;
border-width: 0 10px 10px 10px;border-color: transparent transparent #2f44d0 transparent;opacity: 0;}
.Header-Menu:hover::after{opacity: 1;}
.Header-navbar ul li.ontrue .Header-Menu:before{width: 100%;}
.Header-Menu:hover{color: #2f44d0;}
.Header-navbar ul li:hover .Header-Menu:before{width: 100%;right: auto;left: 0;}
.Header-sunNav{display: none;position: absolute;left: 50%;top: 75px;width: auto;z-index: 991;font-size: 0;background:linear-gradient(to bottom, #2f44d0, #0066cc);transform: translateX(-50%);}
.Header-sunNavl{margin: 0 auto;padding:10px 8px;min-width:200px;width: auto;}
.Header-sunNavl p{position: relative;width: 100%;padding: 0 4px;}
.Header-sunNavl p::after{height: 100%;width: 0%;background-color: rgba(0, 0, 0, 0.2);transition: all .4s ease;content: '';position: absolute;left: 50%;transform: translateX(-50%);top: 0;}
.Header-sunNavl p:hover::after{width: 100%;}
.Header-sunNavl p a{display: block;line-height: 20px;padding: 12px 10px;font-size: 16px;color: #fff;text-align: center;position: relative;z-index: 4;}
.Header-sunNavl p a:hover{color: #fff;}
/* 大标题1 */
.first-title {text-align: center;position: relative;}
.first-title .title {font-size: 36px;font-weight: bold;color: #000;position: absolute;left: 50%;top: 55%;transform: translate(-50%,-50%);z-index:1;width: 100%;}
.first-title .title strong{color: #d9261c;}
.first-title .english{font-size: 140px;font-family: Heavy;
    color: #f4f3f9;text-transform: uppercase;font-weight: bold;
    background:linear-gradient(180deg, #efefef 0%, #fcfcfc 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.first-title .english.bgColor{background:linear-gradient(180deg, #efefef 0%, #fcfcfc 75%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.first-title .title-white{font-weight: bold;color: #fff;position: absolute;left: 50%;top: 55%;transform: translate(-50%,-50%);z-index: 1;}
.first-title .english-white{opacity: .1;}
.first-title .subtit{color: #666;font-size: 16px;padding: 0 20px;position: absolute;bottom:20px;left: 0;width: 100%;;}
/* 正副大标题 */
.section-title{position: relative;width: 100%;text-align: center;margin:60px 0 20px;}
.section-title .title-count {
    left: 50%;top: 30%;transform: translate(-50%, -50%);position: absolute;font-family: Heavy;
    font-weight: bold;font-size: 160px;z-index: 0;opacity: 0.1;color: #999;width: 100%;
}
.section-title .text{font-size: 36px;font-weight: bold}
.section-title .textsub{font-size: 16px;padding: 20px 0;}

/* 手机下拉按钮 */
.Header-sunNavClick{display: none;position: absolute;width: 44px;height: 44px;right: 0;top: 0;z-index: 9996;background: url('../images/public/icon-dd1.png') no-repeat center center /16px auto;}
.Header-sunNavClick.ontrue{transform: rotate(180deg);}

/* 导航 hover  */
.Header-wrapper.Header-wrapperOn{background: #fff;}
.Header-wrapper.Header-wrapperOn .Header-Menu{color: #333;}
.Header-wrapper.Header-wrapperOn .Header-Menu:hover{color: #2f44d0;}
.Header-wrapper.Header-wrapperOn .Header-navbar ul li.ontrue .Header-Menu{color: #2f44d0;}
.Header-wrapper.Header-wrapperOn .Header-logos{display: none}
.Header-wrapper.Header-wrapperOn .Header-logoh{display: block}
.Header-wrapper.Header-wrapperOn .Header-lang a{color: #333;}
.Header-wrapper.Header-wrapperOn .Header-lang a:hover{color: #2f44d0;}
.Header-wrapper.Header-wrapperOn .Header-lang{background: url('../images/public/langH.png') 3px center no-repeat;}
.Header-wrapper.Header-wrapperOn .Header-lang:hover{background: url('../images/public/lang2.png') 3px center no-repeat;}

.Header-wrapper.Header-wrapperScr{background: #fff;box-shadow: 0 10px 20px rgba(0, 0, 0, .07);}
.Header-wrapper.Header-wrapperScr .Header-Menu{color: #333;}
.Header-wrapper.Header-wrapperScr .Header-Menu:hover{color: #2f44d0;}
.Header-wrapper.Header-wrapperScr .Header-navbar ul li.ontrue .Header-Menu{color: #2f44d0;}
.Header-wrapper.Header-wrapperScr .Header-logos{display: none}
.Header-wrapper.Header-wrapperScr .Header-logoh{display: flex}
.Header-wrapper.Header-wrapperScr .Header-lang a{color: #333;}
.Header-wrapper.Header-wrapperScr .Header-lang a:hover{color: #2f44d0;}
.Header-wrapper.Header-wrapperScr .Header-lang{background: url('../images/public/langH.png') 3px center no-repeat;}

/* 手机键 */
.Header-navclick{height: 60px;margin-right: 0%;cursor: pointer;float: right;user-select: none;display: none;width: 30px;}
.Header-navclick span{width: 30px;height: 2px;background: #333;display: block;position: relative;margin-top: 29px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -8px;}
.Header-navclick span:after{top: 8px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);-ms-transform: translateY(8px) rotate(0);-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);-ms-transform: translateY(-8px) rotate(0);-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
/* 图片放大 */
.ImgBoxsrc.active{display: block;}
.ImgBox{width:80%;height:80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);overflow: hidden;}
.ImgBoxsrc{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0, 0, 0, .6);z-index:10;display: none;}
.ImgBoxsrc img{width:100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border: 12px solid rgba(141, 141, 141, 0.8);border-radius: 10px;}
.box-close {font-weight: normal;font-size: 0;width: 40px;height: 40px;text-align: center;overflow: hidden;background-color:#ff00008a;position: absolute;top:12px;right:12px;cursor: pointer;z-index: 9;}
.box-close:hover {background-color:rgba(255, 0, 0,1);}
.box-close i {width: 18px;height: 18px;background-repeat: no-repeat;background-image: url(../images/public/Video-plyr-close.png);display: inline-block;margin-top: 11px;transition: all .6s ease-in-out;}
.get-morebtn{
  border-radius: 4px;letter-spacing: 2px;text-align: center;
  background-image: -moz-linear-gradient(0deg, #1890ff 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(0deg, #1890ff 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(0deg, #1890ff 0%, #0066cc 100%);
  padding: 15px 40px;color: #fff;font-size:28px;margin: 20px auto;display: inline-block;
}
.get-morebtn.blue{background-image: linear-gradient(180deg, rgb(37, 133, 243) 0%, rgb(22, 91, 194) 100%);}
.get-morebtn:hover{color: #fff;}
/* 底部 */
.Footer-wrapper{width: 100%;background-color: #1e1e18;padding: 60px 0;background: url(../images/背景图01.jpg)no-repeat top center fixed;background-size: cover;position: relative;;}
.Footer-wrapper:before {content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));}
.Footer-container{width: 1280px;margin: 0 auto;position: relative;z-index: 1;}
.Footer-list{width: 100%;border-bottom: 1px solid #35352f;padding-bottom: 20px;margin-bottom: 26px;}
.Footer-navbar{width: 72%;float: left;}
.Footer-navbar ul li{float: left;padding-right: 24px;font-size: 16px;color: #fff;line-height: 36px;transition: all .4s ease;}
.Footer-navbar a:hover{color: #1890ff;}
.down-select{float: right;width: 28%;height: auto;position: relative;background-color: #1e1e18;max-width: 214px;}
.down-select p{width: 100%;padding: 0 15px;line-height: 36px;font-size: 14px;color: #1890ff;background: url('../images/public/Footer-ico1.png') no-repeat 96% center; cursor: pointer;border: 1px solid #19536c;user-select: none;}
.down-select ul{top: 36px;border: 1px solid #19536c;width: 100%;z-index: 99999;display: none;position: absolute;background-color: #1e1e18;}
.down-select ul li{line-height: 30px;font-size: 12px;color: #fff;padding-left: 15px;}
.down-select ul li:hover{background-color: #19536c;color: #fff;}
.down-select ul li a{display: block;color: #999;}
.down-select ul li:hover a{color: #1890ff;}
.Footer-text-box{width: 100%;overflow: hidden;}
.Footer-textimg{float: right;display: flex;align-items: center;justify-content: center;margin: 20px 0;}
.Footer-textimg li{margin: 5px 15px;}
.Footer-textimg img{max-width: 100px;}
.Footer-textimg p{font-size: 14px;color: #fff;line-height: 24px;margin-top: 10px;opacity: .5;text-align: center;}
.Footer-text{float: left;padding-top: 10px;opacity: .8;}
.Footer-text p{color: #fff;font-size: 14px;line-height: 28px;}
.Footer-text h6{color: #fff;font-size: 14px;line-height: 28px;margin-top: 30px;}



/* 中间+共用部分 */
.contain{width: 1280px;margin: 0 auto;}

.sunBan{width: 100%;overflow: hidden;position: relative;}
.sunBan img{width: 100%;object-fit: cover;min-height: 360px;}
.sunBan-words{width: 100%;text-align: center;position: absolute;z-index: 2;top: 56%;transform: translateY(-50%);left: 0;}
.sunBan-words h6{font-family: 'Heavy';font-size: 36px;color: #fff;text-transform: uppercase;letter-spacing: .11em;animation: sunBanH 1.2s ease both;}
.sunBan-words i{width: 54px;height: 3px;background: #fff;display: inline-block;margin-top: 17px;animation: sunBanI 1s ease both 1s;}
@keyframes sunBanH{0%{opacity: 0;transform: scale(0);}100%{opacity: 1;transform: scale(1);}}
@keyframes sunBanI{0%{opacity: 0;width: 0;}100%{opacity: 1;width: 54px;}}
.sunMenu{width: 100%;font-size: 0;text-align: center;background: #2f44d0;overflow: hidden;}
.sunMenu a{display: inline-block;line-height: 65px;position: relative;padding: 0 28px;font-size: 16px;color: #fff;transition: all .4s ease;}
.sunMenu a:before,.sunMenu a:last-child:after{content: "";position: absolute;left: 0;top: 0;width: 1px;background: #fff;opacity: .2;height: 100%;}
.sunMenu a:last-child:after{left: auto;right: 0;}
.sunMenu a.ontrue, .sunMenu a:hover{background: rgba(255, 255, 255, .2);}

.fullpage{width: 100%;font-size: 0;text-align: center;margin-top: 60px;}
.fullpage a{display: inline-block;vertical-align: middle;border: 1px solid #e5e5e5;width: 46px;height: 46px;text-align: center;line-height: 46px;font-size: 16px;color: #666;margin: 0 3px;transition: all .4s ease;}
.fullpage a:first-child, .fullpage a:last-child{width: 80px;}
.fullpage a:hover,.fullpage a.ontrue{background: #2f44d0;border-color: #2f44d0;color: #fff;}

/* 动效-果冻 */
@keyframes btn-pudding{
    0%{transform:scale(1.2,0.8)}
    1%{transform:scale(1.18,0.82)}
    2%{transform:scale(1.16,0.84)}
    3%{transform:scale(1.13,0.87)}
    4%{transform:scale(1.1,0.9)}
    5%{transform:scale(1.07,0.93)}
    6%{transform:scale(1.04,0.96)}
    7%{transform:scale(1.01,0.99)}
    8%{transform:scale(0.99,1.01)}
    9%{transform:scale(0.97,1.03)}
    10%{transform:scale(0.95,1.05)}
    11%{transform:scale(0.94,1.06)}
    12%{transform:scale(0.93,1.07)}
    13%{transform:scale(0.93,1.07)}
    14%{transform:scale(0.93,1.07)}
    15%{transform:scale(0.93,1.07)}
    16%{transform:scale(0.94,1.06)}
    17%{transform:scale(0.94,1.06)}
    18%{transform:scale(0.95,1.05)}
    19%{transform:scale(0.96,1.04)}
    20%{transform:scale(0.98,1.02)}
    21%{transform:scale(0.99,1.01)}
    22%{transform:scale(1,1)}
    23%{transform:scale(1,1)}
    24%{transform:scale(1.01,0.99)}
    25%{transform:scale(1.02,0.98)}
    26%{transform:scale(1.02,0.98)}
    27%{transform:scale(1.02,0.98)}
    28%{transform:scale(1.03,0.97)}
    29%{transform:scale(1.03,0.97)}
    30%{transform:scale(1.02,0.98)}
    31%{transform:scale(1.02,0.98)}
    32%{transform:scale(1.02,0.98)}
    33%{transform:scale(1.02,0.98)}
    34%{transform:scale(1.01,0.99)}
    35%{transform:scale(1.01,0.99)}
    36%{transform:scale(1.01,0.99)}
    37%{transform:scale(1,1)}
    38%{transform:scale(1,1)}
    39%{transform:scale(1,1)}
    40%{transform:scale(0.99,1.01)}
    41%{transform:scale(0.99,1.01)}
    42%{transform:scale(0.99,1.01)}
    43%{transform:scale(0.99,1.01)}
    44%{transform:scale(0.99,1.01)}
    45%{transform:scale(0.99,1.01)}
    46%{transform:scale(0.99,1.01)}
    47%{transform:scale(0.99,1.01)}
    48%{transform:scale(0.99,1.01)}
    49%{transform:scale(1,1)}
}

/* 侧栏悬浮 */
.sideBar-wrapper {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 50px;
    height: 154px;
    z-index: 100;
    z-index: 2;
  }
  .sideBar-wrapper ul li {
    height: 50px;
    position: absolute;
    left: 0;
  }
  .sideBar-wrapper ul li.backTop {
    top: 0;
    width: 62px;
  }
  .sideBar-wrapper ul li.relDh {
    top: 102px;
    width: 172px;
    transition: all 0.4s;
  }
  .sideBar-wrapper ul li.relDh:hover {
    left: -116px;
  }
  .sideBar-wrapper ul li.relEwm {
    top: 51px;
    width: 62px;
  }
  .sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm {
    display: block;
  }
  .sideBar-wrapper ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: linear-gradient(to right, #2785ef, #986ffe);
    opacity: 0.8;
    border-radius: 6px;
  }
  .sideBar-wrapper ul li a i {
    display: flex;
    align-items: center;
    float: left;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
    font-size: 24px;
  }
  .sideBar-wrapper ul li a:hover {
    background: linear-gradient(to right, #00c3ff, #0066cc);
    opacity: 1;
  }
  .sideBar-wrapper-ewm {
    position: absolute;    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    top: -90px;
    left: -144px;
    width: 140px;
    height: 149px;
    padding-bottom: 9px;
    display: none;
  }
  .sideBar-wrapper-ewm img {
    display: block;
    background-color: #FFF;
    width: 140px;
    height: 140px;
  }

/* 资质 */
.flairBox{position: relative;}
/* .flair{width: 100%;height: 500px;overflow: hidden;}、 */
.flairBox .swiper-container,.flairBox .swiper-container-horizontal{width: 100%;height: 100%;}
.flairBox .swiper-wrapper,.flairBox .flair-img,.flairBox  .swiper-slide{width: 100%;height: 100%;}
.flairBox .flair-img{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.flairBox .flair-img img{height: 90%;}
.flairBox .flair-img p{font-size: 24px;text-align: center;margin-bottom: 60px;}
.flairBox .swiper-button-next, .flairBox .swiper-button-prev{top: inherit;bottom: 60px;margin-top: inherit;opacity:0;padding: 20px;}
.flairBox .swiper-container:hover .swiper-button-next, .flairBox .swiper-container:hover .swiper-button-prev{opacity: 1;}
.box-shade {position: absolute;border-radius: 20px;background: #fafbff;
    box-shadow: 0px 20px 40px 0px rgba(32, 110, 191, 0.2);top: 50%;left: 50%;
    transform: translate(-50%, -50%);background: #fff;width: 60%;height: 60%;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-navbar ul li{padding: 0 8px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li{padding: 0 6px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-Menu{font-size: 14px;}
    .Header-lang a{font-size: 14px;}
    .Footer-container{width: 92%;}
    .contain{width: 92%;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navbar ul li{padding: 0 4px;}
    .Header-Menu{font-size: 14px;}
    .Footer-wrapper{padding: 40px 0;}
    .Footer-navbar ul li{font-size: 14px;}
    .Footer-text p,.Footer-text h6{font-size: 12px;}
    .Header-logo a img{height: 40px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar ul li{padding: 0px;}
    .sunBan-words h6{font-size: 32px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper{background: #fff !important;}
    .Header-container{height: 60px;}
    .Header-logo{height: 60px;}
    .Header-logo a {height: 60px;line-height: 60px;}
    .Header-logo a img{height: 30px;}
    .Header-logos{display: none;}
    .Header-logoh{display: block;}
    .Header-lang{height: 60px;background: url('../images/public/langH.png') 3px center no-repeat;margin-right: 5px;}
    .Header-lang a{font-size: 14px;color: #333;line-height: 60px;}
    .Header-navclick{display: block;}

    .Header-navbarbox{display: none;width: 100%;background: #fff;position: absolute;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: auto;max-height: 450px;overflow-y: auto !important;background: #fff !important;border-top: 1px solid #f3f3f3;padding-bottom: 10px;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;margin: 0;}
    .Header-Menu{width: 100%;height: 44px;line-height: 44px;font-size: 16px;color: #333;padding: 0 3%;font-weight: normal;margin: 0;}
    .Header-Menu:before{display: none;}
    .Header-Menu::after{display: none;}
    .Header-navbar ul li.ontrue .Header-Menu{border-bottom: 0px;color: #2f44d0;}
    .Header-sunNavClick{display: block;}
    .Header-sunNav{position: static;top: 0;left: 0;padding: 24px 0;margin-left: 0%;padding: 5px 0;background: #f5f5f5 !important;transform: translateX(0);}
    .Header-sunNavl p a{text-align: left;color: #666;}
    .Header-sunNav a{text-align: left;padding: 0 3%;font-size: 14px;}
    .Header-sunNavl{width: 100%;padding: 0;}

    .Header-sunNavl p::after{display: none;}
    .Header-sunNavl p a:hover{color: #2f44d0;}

    .Footer-wrapper{padding: 30px 0;}
    .Footer-navbar{width: 100%;}
    .down-select{width: 100%;margin-top: 20px;max-width: none;}
    .Footer-text h6{margin-top: 20px;}

    .sunMenu a {width: 50%;line-height: 24px;padding: 10px 0;font-size: 14px;float: left;border-bottom: 1px solid rgba(255, 255, 255, .2);}
    .sunMenu a:before{display: none;}
    .sunMenu a:after{content: "";position: absolute;right: 0;top: 0;width: 1px;background: #fff;opacity: .2;height: 100%;}
    .sunMenu a:nth-child(2n):after{display: none;}
    .sunMenu.sunlong a{width: 100%;}
    .fullpage{margin-top: 40px;}
    .first-title .title{font-size: 28px;}
    .first-title .subtit{font-size: 14px;}
    .first-title .english{font-size: 80px;}
    .flairBox .flair-img img{width: 90%;}    

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Footer-navbar ul li{width: 50%;}
    .Footer-textimg{width: 100%;text-align: center;}
    .Footer-text{width: 100%;}
    .Footer-text p, .Footer-text h6{line-height: 22px;}
    .sunBan img {min-height: 280px;}
    .sunBan-words h6 {font-size: 24px;}
    .sunBan-words i {margin-top: 13px;}
    .fullpage{margin-top: 32px;}
    .fullpage a {width: 38px;height: 38px;line-height: 38px;font-size: 14px;}
    .fullpage a:first-child, .fullpage a:last-child {width: 60px;}
    .first-title .subtit {font-size: 14px;position: inherit;margin-top: 15px;    }
    .first-title .english {font-size:60px;}
    .first-title .title{top:40%;}    
}

