@charset "utf-8";
/* ====================公共样式========================= */

@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) 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(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) 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(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) 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);}
}

/* 透明 */
.bodyScroll .Header-wrapper, .bodyMouse .Header-wrapper, .noLucency .Header-wrapper{background: #000;}
/* 不透明 */
.noLucency .Container-wrapper{margin-top: 88px;}



/* 置顶 */
.backTop{display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;line-height: 44px;font-size: 23px;color: #fff;text-align: center;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999;background: #ba2217;}
.backTop::after{content: "\e684";font-family: "icon";}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}

/* 视频弹窗 */
.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 40px;height: 40px;right: -40px;top: -40px;line-height: 40px;opacity: 0.7;text-align: center;position: absolute;z-index: 3;font-size: 22px;color: #fff;cursor: pointer;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun {0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;}.popVideo-close{right: -8px;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 1520px;margin: 0 auto;}
.section{width: 100%;position: relative;overflow: hidden;}

.Header-landing{float: right;margin-left: 20px;}
.Header-landing a{display: flex;justify-content: center;align-items: center;height: 88px;}
.Header-landing .img{margin-right: 10px;}

.tanCk{position: fixed;width: 100%;height: 100%;z-index: -9999999;top: 0px;left: 0px;opacity: 0;}
.tanCk-bg{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.tanCk-bg .bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0 , .5);}
.tanCk-cont{padding: 60px 80px;background-color: #fff;position: relative;width: 480px;transition: all .4s ease;margin-top: -500px;}
.tanCk.active .tanCk-cont{transform: translateY(0px);margin-top: 0px;}
.tanCk-title{color: #000;font-size: 28px;font-weight: 900;text-align: center;}
.tanCk-close{position: absolute;top: 32px;right: 32px;}
.tanCk-close i{color: #000;font-size: 18px;}
.tanCk-input{height: 40px;width: 100%;margin-bottom: 15px;}
.tanCk-input input{height: 100%;width: 100%;border: 2px solid #d4dce4;border-radius: 30px;}
.tanCk-btn {background-color: #ba2217;border-radius: 30px;display: flex;justify-content: center;align-items: center;height: 40px;width: 100%;}
.tanCk-text{padding: 0px 30px;}
.tanCk-text a{color: #ba2217;border-bottom: 1px solid #ba2217;}

.tanCk-input input{padding: 0px 15px;}

.Header-navbar li:nth-child(2) .Header-drop{width: 230px;margin-left: 0px;left: 50%;transform: translateX(-50%);}
.Header-navbar li:nth-child(4) .Header-drop{width: 150px;margin-left: 0px;left: 50%;transform: translateX(-50%);}
.Header-navbar li:last-child .Header-drop{width: 150px;margin-left: 0px;left: 50%;transform: translateX(-50%);}

.backTop{background: url(../images/backtop.png)center no-repeat;background-size: auto;width: 50px;height: 50px;}
.backTop::after{display: none !important;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain{width: 1400px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .Footer-wrapper {padding: 70px 0 40px;}
    .Footer-navbar {padding: 70px 0 60px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 960px;}
    .Header-navbar {margin-right: 10px;}
    .Header-navbar li {margin-left: 20px;}
    .Footer-wrapper {padding: 60px 0 30px;}
    .Footer-navbar {padding: 60px 0 50px;}
    .Header-navbar li {margin-left: 10px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-wrapper{background: #000;}
    .noLucency .Container-wrapper{margin-top: 60px;}
    
    .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-logo, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;width: 113px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin-right: 20px;}
    .Header-lang-menu i {font-size: 23px;margin-right: 6px;}
    .Header-lang-menu span {font-size: 16px;}
    .Header-lang-more{width: 130px;margin-left: -65px;top: 60px;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #000;}
    .Header-navbar::before{content: "";position: absolute;width: 100%;height: 1px;top: 0;left: 0;background: rgba(255, 255, 255, .2);}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;font-size: 16px;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;font-size: 18px;font-style: normal;color: #fff;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e61f";font-family: "icon";}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #fff !important;}
    .Header-navbar li.active .Header-menu{color: #ba2217 !important;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;text-align: left;background: rgba(30, 30, 30, .8);}
    .Header-drop a {height: 34px;line-height: 34px;padding: 0 4%;justify-content: flex-start;font-size: 15px;}

    .Footer-wrapper{padding: 40px 0 28px;}
    .Footer-wrapper .contain {width: 100%;}
    .Footer-navbar{width: 100%;padding: 20px 0 16px;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-navbar li.main{display: flex;padding: 0 4%;justify-content: space-between;}
    .Footer-menu, .Footer-menu-main{height: 38px;padding: 0 4%;position: relative;font-size: 16px;}
    .Footer-menu-main{padding: 0;}
    .Footer-arrow{display: block;width: 38px;height: 38px;line-height: 38px;font-size: 18px;font-style: normal;color: #fff;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-arrow::after{content: "\e61f";font-family: "icon";}
    .Footer-arrow.active{transform: rotate(180deg);}
    .Footer-drop a{padding: 5px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-bottom{width: 100%;padding: 0 4%;}
    .Footer-copyright{width: 100%;justify-content: center;}
    .FooterCode {justify-content: center;width: 100%;margin-top: 10px;}
    .Header-drop-hover {height: auto;line-height: 34px;padding: 0 4%;justify-content: flex-start;font-size: 15px;flex-wrap: wrap;}
    .Header-drop-lt{display: block;position: static;background-color: rgba(0, 0, 0, 0);box-shadow:none;width: 100%;padding: 0px;}
    .Header-landing a{height: 60px;}
    .Header-landing .text{display: none;}
    .Header-landing{margin: 0px 10px;}
    .Header-lang{margin-right: 10px;}
    .tanCk-cont {padding: 35px;}
    .Header-landing .img{height: 24px;}
    .Header-landing .img img{max-height: 100%;}
    .settys-list{margin-right: -15px;margin-bottom: -15px;}
    .settys-list li {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}