@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.Header-logo{width: 180px;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}
.logo-label{opacity: 0; position: absolute;top: 50%;left: 50%;transform: translateX(-50%);width: 76px;height: 32px;line-height: 32px;background: rgba(231,54,49,1);border-radius: 0px 18px 0px 18px;color: #fff;text-align: center;z-index: 999;}
.Header-logoMb{display: none;width: 200px;}
.Header-dropMb{display: none;}
.Header-dropMb a {padding: 0 4%;font-size: 16px; display: block;width: 100%;height: 40px;line-height: 40px;color: #333;transition: all .4s ease;background: #f7f7f7;}
/* 多个语言 */
.Header-wrapper .contain{display: flex;justify-content: center;transform: translateX(5.5%);}
.Header-icon{display: flex;align-items: center;margin-left: 30px;}
.Header-QRcode .QRcodeImg{display: none;position: absolute;left: 50%;bottom: -110px;transform: translateX(-50%);width: 100px;z-index: 20;}
.Header-QRcode:hover .QRcodeImg{display: block;}
.Header-icon a{position: relative; display: inline-block;width: 25px;height: 30px;margin-right: 10px;}
.Header-icon a:last-child{margin-right: 0;}
.Header-QRcode{background: url('../images/common/header-phone.png') no-repeat center/100% auto;}
.Header-login{background: url('../images/common/header-login.png') no-repeat center/100% auto;}
.Header-en{background: url('../images/common/header-english.png') no-repeat center/100% auto;}
.Header-login::after,.Header-en::after{display: none; content: "登录";padding:0 5px;position: absolute;right: -130%;bottom: -70%;background: #fff;color: #333;font-size: 12px;}
.Header-en::after{content: "切换英文";right: -230%;}
.Header-login:hover::after,.Header-en:hover::after{display: block;}
.Header-navbar{position: relative;}
.Header-navbar::after{opacity: 0; content:"";position: absolute;left: 3%;bottom: 10px;width: 0;height: 1px;background: #000;transition: all .4s ease;}
.Header-navbar:hover::after{opacity: 1;width: 94%;}
.Header-line{transition: all .3s linear; pointer-events: none; position: absolute;left: 0;bottom: 5px;width: 10px;height: 10px;border-radius: 50%;background: #e71a19;z-index: 4;display: none;transform: translateX(-50%);}
.drop-list{display: flex;padding: 15px 0 20px 0;width: 100%;}
.drop-list>li{width: calc(100% / 7);display: flex;flex-direction: column;align-items: center;position: relative;}
.drop-list>li::after{content: "";position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 90%;background: #e6e6e6;}
.drop-list>li:first-child::before{content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 1px;height: 90%;background: #e6e6e6;}
.drop-list-tit{color: #333;}
.drop-items{padding: 20px 0;}
.drop-item{color: #4d4d4d; display: flex;flex-direction: row;align-items: center;justify-content: center;margin-top: 10px;flex-wrap: wrap;}
.drop-item:first-child{margin-top: 0;}
.drop-item-img{width: 25px;height: 25px;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.drop-item a{margin-left: 10px;}
.Header-drop a:hover{color: #e71a19;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin-left: 65px;position: relative;z-index: 9;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-navbar li:nth-child(8),.Header-navbar li:last-child{display: none;}
.Header-menu{position: relative;height: 80px;display: flex;align-items: center;font-size: 16px;transition: color .4s ease;color: #fff;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #e71a19;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: fixed;background: #f7f7f7;top: 80px;left: 0;width: 100%;height: auto;}
.Header-drop a.active{color: #e71a19;}
.Header-navclick{display: none;width: 50px;height: 110px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 4px;background: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{z-index: 10; content: "";position: absolute;height: 4px;background: #777;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -15px;}
.Header-navclick span:after{top: 15px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.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;}

.Header-lang{position: relative;display: flex;align-items: center;color: #fff;margin-left: 10px;}
.Header-lang-menu{display: flex;align-items: center;transition: color .4s ease, height .4s ease;line-height: 1;}
.Header-lang-menu span{font-size: 14px;}
.Header-lang-menu i{display: inline-block;width: 22px;height: 22px; margin-right: 6px;opacity: .8;background: url('../images/common/langW.svg') no-repeat center/100% auto;}
.Header-lang-menu i img{width: 100%;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 150px;top: 100%; box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.08);background: #fff;position: absolute;padding: 16px 0;left: 50%;margin-left: -75px;}
.Header-lang-more a{display: flex;font-size: 16px;color: #333;height: 46px;align-items: center;justify-content: center;transition: all .4s ease;}
.Header-lang-more a span{background-position: left center;background-repeat: no-repeat;}
/* .Header-lang-more a i{width: 20px;height: 20px;display: inline-block;margin-right: 15px;} */
.Header-lang-more a i img{width: 100%;}
.Header-lang-more a.CN i{background-image: url('../images/common/icon-cn.png');}
.Header-lang-more a.EN i{background-image: url('../images/common/icon-en.png');}
.Header-lang-more a:hover {color: #fff;background: #c82126;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}





@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(15px) rotate(0);transform: translateY(15px) rotate(0);}
    100% {-moz-transform: translateY(15px) rotate(45deg);transform: translateY(15px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(15px) rotate(0);transform: translateY(15px) rotate(0);}
    100% {-webkit-transform: translateY(15px) rotate(45deg);transform: translateY(15px) 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(15px) rotate(0);-ms-transform: translateY(15px) rotate(0);-webkit-transform: translateY(15px) rotate(0);transform: translateY(15px) rotate(0);}
    100% {-moz-transform: translateY(15px) rotate(45deg);-ms-transform: translateY(15px) rotate(45deg);-webkit-transform: translateY(15px) rotate(45deg);transform: translateY(15px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-15px) rotate(0);transform: translateY(-15px) rotate(0);}
    100% {-moz-transform: translateY(-15px) rotate(-45deg);transform: translateY(-15px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-15px) rotate(0);transform: translateY(-15px) rotate(0);}
    100% {-webkit-transform: translateY(-15px) rotate(-45deg);transform: translateY(-15px) 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(-15px) rotate(0);-ms-transform: translateY(-15px) rotate(0);-webkit-transform: translateY(-15px) rotate(0);transform: translateY(-15px) rotate(0);}
    100% {-moz-transform: translateY(-15px) rotate(-45deg);-ms-transform: translateY(-15px) rotate(-45deg);-webkit-transform: translateY(-15px) rotate(-45deg);transform: translateY(-15px) 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: #121218;position: relative;z-index: 9;color: #fff;}
.Footer-items{width: 100%;padding: 50px 0 0;}
.Footer-navbar{width: 100%;overflow: hidden;user-select: none;display: flex;flex-wrap: wrap;}
.Footer-navbar li{float: left;width: calc(100%/7);}
.Footer-menu{transition: all .4s ease; font-size: 18px;display: block;}
.Footer-menu:hover{color: #e71a19;}
.Footer-drop{width: 100%;margin-top: 12px;}
.Footer-list,.FooterC-contain{width: calc(100% - 420px);}
.Footer-message,.FooterC-follow{width: 420px;}
.Footer-message-close{display: none;}
.Footer-message .title{color: #fff;margin-bottom: 10px;}
.Footer-message input,.Footer-message button,.Footer-message textarea{margin-top: 10px;border-radius: 5px;padding: 10px 15px;color: #fff;}
.Footer-message input,.Footer-message textarea{background: #25252d;}
.Footer-inp-company{width: 100%;}
.Footer-inp-name{width: 20%;}
.Footer-inp-phone,.Footer-inp-email{width: calc((100% - 20% - 20px)/2);margin-left: 5px;}
.Footer-inp-message{width: 100%;height: 90px;border: unset;}
.Footer-inp-submit{width: 100%;color: #fff;background: #e71a19;user-select: none;cursor: pointer;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #969da6;line-height: 1.1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 24px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #5d5d65;line-height: 18px;}
.Footer-copyright h6{font-size: 12px;float: left;}
.Footer-copyright p{font-size: 14px;float: right;}
.FooterCode{width: 100%;font-size: 0;margin: 32px 0;}
.FooterC-contain{display: flex;flex-wrap: wrap;align-items: flex-end;}
.FooterC-contain a{position: relative; padding-left: 35px;margin-left: 35px;}
.FooterC-contain a:first-child{margin-left: 0;}
.FooterC-contain a::before{position: absolute; content: "";left: 0; top: 50%;transform: translateY(-50%); width: 25px;height: 25px;background: url('../images/common/footer-phone.png') no-repeat center/85% auto;}
.FooterC-contain .FooterC-phone2::before{background-image: url('../images/common/footer-tel.png');background-size: 100%;}
.FooterC-contain .FooterC-fax::before{background-image: url('../images/common/footer-fax.png');}
.FooterC-follow .title{margin-bottom: 10px;}
.FooterC-follow a{position: relative; transition: all .4s ease; width: 35px;height: 35px;border-radius: 50%;background: rgba(255, 255, 255, 0.2);margin-left: 10px;align-items: center;justify-content: center;}
.FooterC-follow a:first-child{margin-left: 0;}
.FooterC-QRcode{position: absolute;top: -120px;left: 50%;transform: translateX(-50%);max-width: 120px;z-index: 20;display: none;}
.FooterC-follow a:hover{background: #e71a19;}
.FooterC-follow a:hover .FooterC-QRcode{display: block;}
.Footer-gongan{display: flex;align-items: center;margin-left: 5px;}
.Footer-gongan::before{margin-right: 5px; content: "";display: inline-block;width: 18px;height: 20px;background: url('../images/common/footer-gongan.png') no-repeat center/100% auto;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #e71a19 url('../images/common/top.svg') no-repeat center/22px auto;}
@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;}}
/* 中间+共用部分 */
.Container-wrapper{width: 100%;background: #fff;}
.contain-1600, .contain-1500, .contain,.contain-1100{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1500{width: 1500px;}
.contain-1100{width: 1100px;}
.contain{width: 1280px;}
/* banner */
/* .video-banner{position: relative; width: 100%;height: 100vh;overflow: hidden;} */
/* .video-banner video,.video-banner img{height: 100%;min-width: 100%;max-width: unset;} */
/* .video-banner-text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;z-index: 1;letter-spacing: 30px;} */
.public-ban video{display: none;}
.public-ban.video img{display: none;}
.public-ban{position: relative; width: 100%;height: 100vh;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.public-ban.img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .15);z-index: 1;}
.public-ban img{height: 100%;min-width: 100%;max-width: unset;animation: banAnimation 4s linear infinite;}
.public-ban.video video{height: 100%;width: 100%;display: block;}
.public-ban-text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;z-index: 2;letter-spacing: 20px;font-family: "zk";}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1600{width: 1400px;}
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600, .contain-1400,.contain-1500{width: 1200px;}
    .contain-1100{width: 960px;}
    .contain{width: 1080px;}
    .Header-logo{width: 160px;}
    .Header-navbar li{margin-left: 40px;}
    .Footer-message, .FooterC-follow{width: 320px;}
    .Footer-list, .FooterC-contain{width: calc(100% - 320px);}
    .Header-wrapper .contain{transform: translateX(6%);}
}
@media all and (max-width:1439px) {
    /* 1360 */
}
@media all and (max-width:1359px) {
    /* 1280 */
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain-1400,.contain-1500{width: 960px;}
    .contain-1100{width: 800px;}
    .contain{width: 880px;}
    .Header-navbar li{margin-left: 20px;}
    .Header-icon a{margin-right: 10px;}
    .drop-item a{margin-left: 5px;font-size: 13px;}
    .drop-list-tit{font-size: 13px;}
    .drop-item-img{width: 20px;height: 20px;}
    .Footer-list, .FooterC-contain,.FooterC-follow{width: 100%;}
    .Footer-message{width: 40%;margin-top: 20px;}
    .FooterCode{justify-content: space-between;}
    .FooterC-contain{width: 80%;}
    .FooterC-follow{width: 20%;}
    .Footer-copyright p{width: 100%;float: left;}
    .Header-icon{margin-left: 15px;}
    .Header-lang{margin-left: 10px;}
    .Header-wrapper .contain {transform: translateX(7%);}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-icon{margin-left: 10px;}
    .Header-navbar li:nth-child(8),.Header-navbar li:last-child{display: block;}
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1600, .contain-1400, .contain,.contain-1500,.contain-1100{width: 92%;}
    .Header-drop{display: none;}
    .Header-wrapper{background: #fff;transition: all .4s ease;}
    .Header-logoMb{display: flex;align-items: center;}
    .Header-icon .Header-QRcode{display: none;}
    .Header-login{background-image: url('../images/common/header-loginMb.png');}
    .Header-en{background-image: url('../images/common/header-englishMb.png');}
    .Header-icon a{width: 40px;height: 40px;margin-right: 30px;}
    .Header-menu{font-size: 18px;}
    .Header-navbar .Header-logoLi{display: none;}
    .Container-wrapper{margin-top: 110px;}
    .Header-wrapper .contain{width: 92%;display: block;transform: translateX(0);}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-lang{color: #777;}
    .Header-lang-menu i{background-image: url('../images/common/lang.svg');}
    .Header-icon{height: 70px;align-items: center;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 70px;}
    .Header-logo{margin-left: 4%;width: 110px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang-menu i {margin-right: 4px;}
    .Header-lang-menu span::after {display: none;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 70px;padding: 6px 0;}
    .Header-lang-more a{height: 38px;}
    .Header-wrapper.mb .Header-lang{color: #fff;}
    .Header-wrapper.mb .Header-lang-menu i{background-image: url('../images/common/langW.svg');}
    .Header-navbar{display: none;position: absolute;width: 110%;margin-right: 0;height: calc(100vh - 60px);top: 110px;left: -5%;padding: 20px 0;background: rgb(26, 26, 31);}
    .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%;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #fff;}
    .Header-navbar li.active .Header-menu{color: #e71a19;}
    .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;background: #fff;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #e71a19 url('../images/common/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/common/close.svg') !important;}
    .Header-search-click {background-image: url('../images/common/search.svg') !important;}
    .Footer-message{width: 60%;}
    .Footer-message .title{font-size: 24px;}
    .Footer-message input, .Footer-message button, .Footer-message textarea{padding: 15px;}
    .Footer-message button{font-size: 16px;}
    .FooterC-contain, .FooterC-follow{width: 100%;}
    .FooterC-follow{margin-top: 30px;display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-list li:nth-child(6) .Footer-menu::after,.Footer-list li:last-child .Footer-menu::after{width: 0;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright {padding: 20px 0;}
    .FooterCode {text-align: center;margin-top: 15px;}
    .public-ban.video video{display: none;}
    .public-ban.video img{display: block;}
    .public-ban.video {height: auto;}
    .public-ban-text{letter-spacing: 5px;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
    .public-ban{height: auto;}
    .public-ban img{width: 100%;height: 450px;min-width: unset;animation: none !important;}
    .Header-wrapper.mb{background: rgb(26, 26, 31);}
    .Header-wrapper.mb .Header-login{background-image: url('../images/common/header-login.png');}
    .Header-wrapper.mb .Header-en{background-image: url('../images/common/header-login.png');}
    .Header-wrapper.mb .Header-navclick span:before,.Header-wrapper.mb .Header-navclick span:after{background: #fff;}
    .Header-dropMb a{background: rgb(26, 26, 31);color: #b3b3b3;}
    .Header-menu:hover{color: #fff;}
    .Footer-list{display: none;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    @-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);}
    }
    .Container-wrapper{margin-top: 75px;}
    .Header-navclick{width: 30px; height: 75px;float: left;}
    .Header-navclick span,.Header-navclick span:before, .Header-navclick span:after{height: 2px;}
    .Header-navclick span:before {top: -8px;}
    .Header-navclick span:after{top: 8px;}
    .Header-icon a{width: 25px;height: 25px;margin-right: 15px;}
    .Header-logoMb{width: 120px;margin-left: 50px; float: left;height: 70px;display: flex;align-items: center;}
    .Header-lang{float: right;}
    .Header-icon{float: right;}
    .Header-navbar{top: 75px;}
    .Header-login:hover::after, .Header-en:hover::after{display: none;}
    .Footer-message .title{font-size: 20px;text-align: center;color: #333;}
    .Footer-message input, .Footer-message button, .Footer-message textarea{padding: 10px;width: 100%;margin-left: 0;}
    .FooterC-contain a{margin:10px 0 0 20% !important;text-align: left;}
    .Footer-items{padding: 10px 0 0;}
    .Footer-gongan{margin-left: 0;}
    .public-ban img{height: 230px;}
    .public-ban img.hsy{height: 400px;}
    .Footer-message{display: none; width: 100%;position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .7);align-items: center;justify-content: center;}
    .Footer-message.active{display: flex;}
    .Footer-message-box{position: relative; background: #fff;width: 90%;padding: 30px 15px 20px;}
    .Footer-message input, .Footer-message textarea{background: #fff;color: #989898;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
    .Footer-message.active .Footer-message-close{display: block; position: absolute;top: 15px;right: 15px;width: 15px;height: 15px;}
    

}