@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{width: 100%;background: #f5f5f5;position: fixed;left: 0;top: 0;z-index: 1000;transition: all .4s ease-in-out;}
.Header-wrapper:after{content: "";position: absolute;width: 100%;height: 1px;background: #e7e9ec;left: 0;bottom: 0;opacity: 0;transition: all .4s ease-in-out;display: none;}
.Header-container{width: 1400px;height: 80px;margin: 0 auto;}
.Header-logo{float: left;position: relative;z-index: 9995;}
.Header-logo a{height: 80px;line-height: 80px;float: left;}
.Header-logo a img{height: auto;max-width: 100%;}
.Header-navbar{float: right;font-size: 0;margin-right: 12px;}
.Header-navbar ul li{display: inline-block;width: 140px;position: relative;}
.Header-Menu{display: block;height: 80px;line-height: 80px;font-size: 18px;color: #171717;position: static;text-align: center;}
.Header-Menu:hover{color: #bb1a2a;}
.Header-navbar ul li.ontrue .Header-Menu{color: #bb1a2a;}

.Header-sunNav{display: none;position: absolute;left: 0;top: 80px;width: 100%;padding: 10px 0;background: #f5f5f5;z-index: 991;font-size: 0;}
.Header-sunNav.ontrue{animation:sunNavDown 400ms ease both;}
.Header-sunNav a{display: block;width: 100%;line-height: 44px;font-size: 16px;text-align: center;}
.Header-sunNav a:hover{color: #bb1a2a;}
.Header-lang{width: 60px;height: 80px;float: right;font-size: 16px;color: #666;line-height: 80px;}
.Header-lang a{display: block;}
.Header-lang i{float: left;display: block;width: 27px;height: 80px;background:transparent url('../images/public/ball.png') no-repeat center center;margin-right: 8px;}
.Header-lang a:hover{color: #bb1a2a;}


/* 手机下拉按钮 */
.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);}

/* 手机汉堡键 */
.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: #393939;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: #393939;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); }
}




/* 底部 */
.Footer-wrapper{width: 100%;background: #0c0c0c;}
.Footer-container{width: 1400px;height: auto;margin: 0 auto;padding: 40px 0;overflow: hidden;}
.Footer-left{width: 50%;float: left;font-size: 16px;color: #fff;line-height: 36px;}
.Footer-right{float: right;}
.Footer-right img{max-width: 100%;height: auto;}
.Footer-ban{width: 100%;line-height: 50px;font-size: 16px;color: #0c0c0c;background-color: #dfdfdf;overflow: hidden;text-align: center;}

/* 中间+共用部分 */

.Container-wrapper{width: 100%;height: auto;margin-top: 80px;}

.pub-title{width: 100%;height: auto;overflow: hidden;}
.pub-title h4{font-size: 48px;color: #000;text-align: center;font-weight: bold;}
.pub-title h5{font-size: 30px;color: #000;text-align: center;font-weight: lighter;padding-top: 20px;opacity: 0.39;
font-family: '\6977\4F53_GB2312';}

.pub-title2{width: 100%;height: auto;overflow: hidden;z-index: 3;}
.pub-title2 h4{font-size: 48px;color: #fff;text-align: center;font-weight: bold;}
.pub-title2 h5{font-size: 30px;color: #fff;text-align: center;font-weight: lighter;padding-top: 20px;opacity: 0.39;
font-family: '\6977\4F53_GB2312';}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-container{width: 92%;}
    .Footer-container{width: 92%;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li{width: 140px;}
    .Header-Menu{font-size: 16px;}
    .Header-sunNav a{font-size: 14px;}

    .pub-title h4{font-size: 40px;}
    .pub-title h5{font-size: 24px;}
    .pub-title2 h4{font-size: 40px;}
    .pub-title2 h5{font-size: 24px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */

}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navbar ul li{width: 120px;}
    .Header-sunNav a{font-size: 12px;}

    .pub-title h4{font-size: 34px;}
    .pub-title h5{font-size: 20px;}
    .pub-title2 h4{font-size: 34px;}
    .pub-title2 h5{font-size: 20px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{width: 100%;height: auto;margin-top: 60px;}
    .Header-wrapper:after{opacity: 1;}
    .Header-container{height: 60px; position: static;}
    .Header-logo{max-width: 50%}
    .Header-logo a {height: 60px;line-height: 60px;width: 100%;}
    .Header-logo a img{height: 40px;}

    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;position: absolute;background: #f5f5f5;;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;max-height: 320px;overflow-y: auto !important;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;padding: 0;}
    .Header-Menu{width: 100%;height: 44px;line-height: 44px;font-size: 16px;color: #393939;padding: 0 3%;text-align: left;}
    .Header-navbar ul li.ontrue .Header-Menu{color: #bb1a2a;}
    .Header-sunNav {background: #f7fafc;}
    .Header-sunNav a{text-align: left;padding: 0 3%;font-size: 14px;}
    .Header-sunNavClick{display: block;}
    .Header-sunNav{position:static;top: 0;left: 0;padding: 0 0 10px 0;background: #f7fafc !important;}
    .Header-lang{height: 60px;line-height: 60px;margin-right: 4px;}
    .Header-lang i{height: 60px;}
    .Footer-container{height: auto;margin: 0 auto;padding: 20px 0;overflow: hidden;}
    .Footer-left{width: 100%;float: left;font-size: 14px;line-height: 30px;}
    .Footer-right {float: left;margin-top: 10px;}
    .Footer-right img{max-width: 100%;height: auto;}
    .Footer-ban{line-height: 40px;font-size: 12px;}


    .pub-title h4{font-size: 28px;}
    .pub-title h5{font-size: 18px;padding-top: 14px;}
    .pub-title2 h4{font-size: 28px;}
    .pub-title2 h5{font-size: 18px;padding-top: 14px;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

/* --------------------------fullpage-PUB-box------------------------------- */
.fullpage-PUB-box{width: 100%;overflow: hidden;padding: 30px 0;}
.fullpage-PUB{width: 100%;font-size: 0;text-align: center;}
.fullpage-PUB a{display: inline-block;width: 42px;height: 42px;line-height: 42px;background-color: #fff;font-size: 16px;color: #555;margin: 0 6px;border-radius: 3px;}
.fullpage-PUB a:first-child {font-family: '宋体';}
.fullpage-PUB a:last-child {font-family: '宋体';}
.fullpage-PUB a:hover{background-color: #bb1a2a;color: #fff;}
.fullpage-PUB a.hover{background-color: #bb1a2a;color: #fff;}
.fullpage-PUB .on{background-color: #bb1a2a; color: #fff;}
@media all and (max-width:1000px) {.fullpage-PUB a {width: 40px;height: 40px;line-height: 40px;font-size: 14px;margin: 0 3px;}.fullpage-PUB-box {padding: 20px 0 20px 0;}}