@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 999999;top: 0;left: 0;background: transparent;user-select: none}
.Header-wrapper.white {background: #fff;box-shadow: 0 10px 10px rgba(0, 0, 0, .08);}
.header,.container-max{width: 1840px;margin: 0 auto}
.Header-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 9999;color: #fff;transition: all .6s ease}
.Header-wrapper.color .Header-logo,.Header-wrapper.white .Header-logo{color: #e7142d}
.Header-logo img{height: auto;}
.Header-lang{float: right;position: relative;z-index: 99;margin-right: 26px;transition: all .4s ease}
.Header-lang-menu{display: flex;align-items: center;height: 90px;}
.Header-lang-menu span{display: flex;font-size: 12px;color: #fff;position: relative;z-index: 5;width: 80px;height: 30px;align-items: center;justify-content: space-between;background: #e7142d;border-radius: 14px;padding: 0 14px}
.Header-lang.active .Header-lang-menu span{color: #fff;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 4;width: 100%;background: #e7142d;position: absolute;top: 48px;padding-top: 12px;border-radius: 14px;border-top-left-radius:0;border-top-right-radius: 0}
.Header-lang-more a{display: block;font-size: 12px;color: #fff;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #bd1529;}
.Header-lang svg{transition: all .4s ease}
.Header-lang.active svg{transform: rotate(180deg)}
.Header-search{float: right;}
.Header-search-click{width: 40px;height: 90px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 9999;}
.Header-wrapper.white .Header-search-click{background-image: url('../images/common/search-gray.svg');}
.Header-search-click:hover{background-image: url('../images/common/searchHover.svg');}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-click.active:hover{background-image: url('../images/common/closeHover.svg');}
.Header-search-item{display: none;position: absolute;width: 100%;height: 90px;line-height: 90px;top: 0;left: 0;background: transparent;z-index: 999;text-align: right;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid #fff;font-size: 16px;color: #fff;background: transparent}
.Header-search-item input::placeholder{color: #fff}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
.Header-search-item button:hover{background-image: url('../images/common/searchHover.svg');}
.Header-wrapper.white .Header-search-click.active {background-image: url('../images/common/closeHover.svg');}
.Header-wrapper.white .Header-search-item button {background-image: url('../images/common/search-gray.svg');}
.Header-wrapper.white .Header-search-item input[type="text"] {border-bottom: 1px solid #999;color: #000;}
.Header-wrapper.white .Header-search-item input::placeholder{color: #999}
.Header-navbar{float: right;margin-right: 50px;transition: all .4s ease}

body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 24px;position: relative;z-index: 2;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 90px;display: flex;align-items: center;font-size: 16px;color: #fff;transition: all .4s ease;text-transform: uppercase}
.Header-wrapper.white .Header-menu{color: #444;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #e7142d;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 90px;left: 50%;width: 200px;margin-left: -100px;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #e7142d;color: #fff;}
.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #fff;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #fff;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;z-index: 999}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active 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(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);}
}
/* 底部 */
.Footer-wrapper{width: 100%;background: #fff;position: relative;z-index: 4}
.Footer-logo{color: #e7142d}
.Footer-item{width: 100%;padding: 50px 0 60px;}
.Footer-item .contain{display: flex;justify-content: space-between}
.Footer-navbar{width: 56%;float: left;overflow: hidden;user-select: none;}
.Footer-navbar li{float: left;width: 33.33%}
.Footer-menu{font-size: 16px;color: #333;font-weight: 700;display: block;height: 48px;padding-top: 10px;text-transform: uppercase}
.Footer-drop{width: 100%;}

body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #969da6;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #e7142d}
.Footer-drop p{color: #888;font-size: 14px;line-height: 28px}
.Footer-drop p+p{margin-top: 5px}
.Footer-copyright{width: 100%;padding: 22px 0;background: #222}
.Footer-copyright h6{font-size: 14px;float: left}
.Footer-sns a{position: relative;}
.Footer-sns a:not(:first-child){margin-left: 22px}
.Footer-sns .wecaht:hover{color: #80d244}
.Footer-sns .weibo:hover{color: #df152c}
.Footer-sns .facebook:hover{color: #4064ac}
.Footer-sns .twitter:hover{color: #1c9cea}
.Footer-sns .linkedin:hover{color: #0270ad}
.FooterCode-img{display: none;width: 120px;height: 120px;position: absolute;bottom: 44px;left: 50%;margin-left: -60px;background: #80d244;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 6px solid transparent;border-top-color: #80d244;position: absolute;bottom: -12px;left: 50%;margin-left: -6px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;border-radius: 4px;}
.Footer-sns a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-12px);}100%{transform: translateY(0);}}
/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain{width: 1560px;margin: 0 auto;}
.obj-cover{width:100%;height:100%;object-fit:cover}
.of-hidden{overflow: hidden}
.placeholder{visibility:hidden!important;height:0!important;border:0!important;padding:0!important;margin:0!important}/*space-between占位*/
/* 动画 */
@keyframes to-up{0%{opacity: 0;transform: translate3d(0, 50px, 0);}100%{opacity: 1;transform: translate3d(0, 0, 0);}}
@keyframes to-upB{0%{opacity: 0;transform: translate3d(0, 100px, 0);}100%{opacity: 1;transform: translate3d(0, 0, 0);}}
/* 视频 */
.popVideo {display: none;position: fixed;z-index: 99999;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);top: 0;left: 0;}
.popVideo-content {display: flex;justify-content: center;align-items: center;position: relative;width: 62%;height: 100%;margin: 48px auto 0;}
.popVideo-core {position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.popVideo-core video {width: 100%;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/common/close.svg') no-repeat center/20px;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover {opacity: 1;}
@media all and (max-width:1279px) {.popVideo-content{width: 92%;}.popVideo-close{right: 0;}}

/* 验证页面 */
.loading{width: 100%;position: relative;overflow: hidden;}
.loading-bg{width: 100%;object-fit: cover;height: 100vh;}
.loading-box{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;top: 0;left: 0;z-index: 10;padding-bottom: 100px;}
.loading-content{width: 660px;text-align: center;color: #fff;}
.loading-content .logo img{max-width: 100%;}
.loading-content .logo p{width: 100%;font-size: 22px;font-family: Arial;margin-top: 8px;}
.loading-content .line{width: 100%;height: 1px;background: #fff;opacity: 0.15;margin: 54px 0;}
.loading-content .hint{font-size: 18px;}
.loading-content .form{display: flex;width: 100%;margin-top: 30px;align-items: center;justify-content: space-between;}
.loading-content .form input{width: calc(100% - 206px);background: #fff;font-size: 18px;color: #666;padding: 0 26px;height: 60px;}
.loading-content .form input::placeholder{font-size: 18px;color: #777;}
.loading-content .form input::-moz-placeholder{font-size: 18px;color: #777;}
.loading-content .form input::-ms-placeholder{font-size: 18px;color: #777;}
.loading-content .form input::-webkit-placeholder{font-size: 18px;color: #777;}
.loading-content .form button{width: 186px;background: #e7142d;font-size: 18px;height: 60px;color: #fff;cursor: pointer;transition: all .4s ease;}
.loading-content .form button:hover{box-shadow: 0 0 20px 4px rgba(255, 255, 255, .2);}
.loading-content .warn{font-size: 18px;margin-top: 40px;opacity: 0.22;}
@media all and (max-width:640px) {
    .loading-content {width: 92%;}
    .loading-content .line {margin: 24px 0;}
    .loading-content .hint {font-size: 14px;}
    .loading-content .logo p {font-size: 18px;}
    .loading-content .logo img {max-width: 141px;}
    .loading-content .form button {width: 74px;font-size: 16px;height: 38px;}
    .loading-content .form input {width: calc(100% - 84px);font-size: 16px;padding: 0 12px;height: 38px;}
    .loading-content .form input::placeholder{font-size: 16px;}
    .loading-content .form input::-moz-placeholder{font-size: 16px;}
    .loading-content .form input::-ms-placeholder{font-size: 16px;}
    .loading-content .form input::-webkit-placeholder{font-size: 16px;}
    .loading-content .form {margin-top: 20px;}
    .loading-content .warn {font-size: 16px;margin-top: 20px;}
}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .container-max,.contain,.header{width: 1360px}
    .Header-navbar li {margin: 0 18px;}
}
@media all and (max-width:1439px) {
    /* 1360 */
    .container-max,.contain,.header{width: 1160px}
}
@media all and (max-width:1359px) {
    /* 1280 */
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .container-max,.contain,.header{width: 960px}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .container-max,.contain,.header{width: 92%}
    .Header-wrapper .contain{width: 100%;}
    /* .Container-wrapper{margin-top: 60px;} */
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo img{max-height: 38px;}
    .Header-navclick{display: flex;margin: 0 0 0 20px}
    .Header-navclick.active span:before, .Header-navclick.active span:after,.Header-wrapper.color .Header-navclick span:after,.Header-wrapper.color .Header-navclick span:before,.Header-wrapper.color .Header-navclick span{background: #e7142d}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-lang-more{top: 40px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: 100vh;top:0;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;padding-top: 60px}
    .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%;color: #333}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDownHover.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #747474;}
    .Header-navbar li.active .Header-menu{color: #e7142d;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none !important;background: #000;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 44px;background: #e7142d url('../images/common/search.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/common/close.svg');}
    .Header-search-click {background-image: url('../images/common/search.svg');}
    .Header-wrapper.mb-color .Header-search-click,.Header-wrapper.color .Header-search-click{background-image: url(../images/common/searchHover.svg) !important;}
    .Header-wrapper.mb-color .Header-logo{color: #e7142d}
    .Header-logo{width: 30px}
    .Header-wrapper.white .Header-navclick span{background: #000;}
    .Header-wrapper.white .Header-navclick span:before, .Header-wrapper.white .Header-navclick span:after{background: #000;}
    .Header-wrapper.white .Header-search-item input::placeholder{color: #fff}
    .Header-lang.active .Header-lang-menu span{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
    .Footer-item{padding: 20px 0 30px;}
    .Footer-item .contain {width: 100%;flex-direction: column}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 34px;line-height: 34px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 34px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDownHover.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a,.Footer-drop p{padding: 7px 4%;}
    .Footer-drop p{line-height: 20px}
    .Footer-drop{display: none;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-logo{display: none}
    .Footer-sns{text-align: center;margin-top: 20px}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}