@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{padding: 0 60px;position: fixed;left: 0;top: 0; width: 100%;z-index: 99999;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.Header-wrapper .contain{width: 100%;}
.Header-phone{margin-right: 30px;float: right;position: relative;display: block;font-weight: 700; color: #252b3a;font-size: 16px;height: 104px;line-height: 104px;}
.Header-phone::after{content: "";width: 27px;height: 28px;position: absolute;left: -35px;top: 50%;transform: translateY(-50%);background: url('../images/common/header-phone.png') no-repeat center/100% auto;}
.Header-more{height: 104px;float: right;display: flex;align-items: center;}
.Header-more a{display: flex;align-items: center;border-radius: 3px; justify-content: center;width: 114px;height: 37px;color: #fff;background: #c7000b;font-family: "思源黑体 CN", "Source Han Sans CN", "noto sans";transition: all .4s ease;}
.Header-more a:hover{background: #d9030f;text-decoration: underline;}
.Header-logo{float: left;width: 160px;height: 104px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}
.Header-navbar{float: left;margin-left: 70px;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 30px;position: relative;z-index: 9;font-weight: 500;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 104px;display: flex;align-items: center;font-size: 16px;color: #252b3a;transition: color .4s ease;font-weight: 500;}
.Header-menu::before{content: "";width: 0;left: 0;opacity: 0;height: 4px;position: absolute;bottom: 0;background: #d9030f;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #d9030f;}
.Header-navbar li.active .Header-menu::before,.Header-navbar li:hover .Header-menu::before{opacity: 1;width: 100%;}

.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f5f5f5;top: 104px;left: 50%;width: 268px;margin-left: -134px;padding: 10px 24px;}
.Header-drop a{display: flex;width: 100%;height: 44px;border-bottom: 1px solid transparent; font-size: 14px;font-weight: 400; color: #252b3a;align-items: center;justify-content: space-between;transition: all .4s ease;}
.Header-drop a::after{content: "\e765";font-family: "icon";color: #555;display: inline-block;font-weight: 700;font-size: 16px;}
.Header-drop a.active, .Header-drop a:hover{color: #d9030f;border-color: #dcdcdc;}
.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: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;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;}
.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);}
}
/* 咨询 */
.ask{align-items: center;justify-content: center; background: url('../images/common/ask-bg.jpg') no-repeat center/100% 100%;}
.ask-more{margin-left: 70px;border-radius: 3px;position: relative; align-items: center;justify-content: center;width: 145px;height: 40px;background: #c7000b;transition: all .4s ease;}
.ask-more::after{content: "";position: absolute;left: 38px;width: 0;bottom: 5px;height: 2px;background: #fff;transition: all .4s ease;}
.ask-more:hover{background: #d8010d;}
.ask-more:hover::after{width: 72px;}
/* 底部 */
.Footer-wrapper{width: 100%;background: #f3f3f3;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 60px 0 30px;}
.Footer-navbar{width: 100%;user-select: none;}
.Footer-navbar ul{width: 50%;float: left;justify-content: space-between;}
.Footer-contact{float: right;margin-right: 30px;}
.Footer-con-phone{position: relative;padding-left: 50px;color: #c7000b;margin-bottom: 8px;}
.Footer-con-phone::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 35px;height: 35px;background: url('../images/common/footer-phone.jpg') no-repeat center/100% auto;}
.Footer-con-phone a{font-size: 28px;font-weight: 700;line-height: 1.2;}
.Footer-con-item{color: #666;margin-top: 15px;}
.Footer-QRcode{float: right;text-align: center;}
.Footer-QRcode .title{color: #333;margin-top: 10px;}
/* .Footer-navbar li{width: 20%;} */
.Footer-navbar li:first-child{margin-left: 0;}
.Footer-menu{font-size: 16px;color: #333;display: block;font-weight: 700;}
/* .Footer-link{font-size: 15px;} */
.Footer-link .contain{padding: 14px 0;display: flex;flex-wrap: wrap; align-items: center;border-top: 1px solid rgba(0, 0, 0, .1);border-bottom: 1px solid rgba(0, 0, 0, .1);}
.Footer-link .Footer-link-list{flex: 1;padding-left: 15px;margin-top: -3px;}
.Footer-link a{display: inline-block;margin:3px 15px 0 0;transition: all .4s ease;color: #666;}
.Footer-link a:hover{color: #333;text-decoration: underline;}
.Footer-drop{width: 100%;margin-top: 15px;}
body.PC .Footer-drop{display: flex !important;flex-direction: column;align-items: flex-start;}
.Footer-drop a{color: #666;position: relative; line-height: 1;padding: 10px 0; transition: all .4s ease;}
.Footer-drop a::before{content: "";position: absolute;left: 0;bottom: 6px;width: 0;height: 1px;background: #000;transition: all .4s ease;}
.Footer-drop a:hover{color: #000;}
.Footer-drop a:hover::before{width: 100%;}
.FooterCode{display: flex;float: right;}
.FooterCode a{display: flex;align-items: center;justify-content: center;position: relative;margin-right: 16px;width: 30px;height: 30px;border-radius: 50%;background: #c7000b;}
.FooterCode a span{font-size: 14px;color: #fff;}
.FooterCode a:last-child{margin-right: 0;}
.FooterCode-img{display: none;width: 132px;height: 132px;position: absolute;bottom: 40px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 24px 0;}
.Footer-logo{width: 145px;float: left;}
.Footer-copyright .info{color: #666;font-size: 14px;float: left;margin-left: 24px;}
.Footer-copyright .info p:not(:first-child){margin-top: 5px;}
/* 置顶 */
/* .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: #d9030f;}
.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%;margin-top: 104px;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain-1600, .contain-1400, .contain{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width: 1280px;}

/* 弹窗 */
/* 侧栏 */
/* .Footer-tabs-blank, .Footer-tabs{display: none;}
.sideBar-wrapper{position: fixed;top: 50%;right: 2px;margin-top: -101px;height: 206px;width: 50px;z-index: 6666;margin-top: -103px;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;display: block;}
.sideBar-wrapper ul li.relQq{top: 52px;width: 132px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 104px;width: 170px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 156px;width: 62px;}
.sideBar-wrapper ul li a{display: block;font-family: "Microsoft Yahei";color: #fff;font-size: 15px;height: 50px;line-height: 50px;overflow: hidden;background-color: #b0150c;border-radius: 6px;transition: all .2s ease;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;height: 24px;margin: 12px 16px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #b0150c;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -76px;}
.sideBar-wrapper ul li.relDh:hover{left: -114px;}
.sideBar-wrapper-ewm{position: absolute;top: -153px;left: -148px;background: #b0150c;width: 146px;padding: 3px;height: 146px;display: none;}
.sideBar-wrapper-ewm::after{content: "";position: absolute;width: 9px;height: 9px;background: url('../images/common/side-arr.png') no-repeat;right: 0;bottom: -9px;}
.sideBar-wrapper-ewm img{display: block;width: 140px;height: 140px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
@media all and (max-width:1000px) {
    .sideBar-wrapper{display: none;right: 4px;width: 50px;height: auto;top: auto;bottom: 60px;margin-top: 0;}
    .sideBar-wrapper ul li{display: none;height: 46px;}
    .sideBar-wrapper ul li.backTop{display: block;width: 46px;}
    .sideBar-wrapper ul li a{height: 46px;line-height: 46px;background-color: #b0150c !important;}
    .sideBar-wrapper ul li a img {margin: 11px 10px 11px 12px;}
} */

.side{position: fixed;right: 18px;top: 50%;transform: translateY(-50%);z-index: 999;background: #b0150c;padding: 17px 0;border-radius: 30px;}
.side li{cursor: pointer; position: relative;width: 56px;display: flex;justify-content: center;}
.side li .sideDrop{opacity: 0;pointer-events: none;visibility: hidden;transition: all .6s ease; position: absolute;left: -10px;background: #b0150c;white-space: nowrap;}
.side li.phone .sideDrop{padding: 10px 20px;top: 50%;transform: translate(-130%,-50%);font-size: 16px;border-radius: 3px;}
.side li.phone .sideDrop::before{content: "";position: absolute;right: -10px;top: 0;width: 10px;height: 100%;}
.side li.weChat .sideDrop{padding: 3px;width: 120px;height: 120px;top: -10px;transform: translate(-100%,-130%);left: -5px;}
.side li.weChat .sideDrop::before{content: "";position: absolute;right: -5px;top: 0;width: 5px;height: 100%;}
.side li.weChat .sideDrop::after{content: "";position: absolute;right: 0;bottom: 0;width: 9px;height: 9px;transform: translate(0,100%);background: url('../images/common/side-arr.png') no-repeat center/100% auto;}
.side li.backTop::after{content: "";position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 35px;height: 1px;background: rgba(255, 255, 255, .4);}
.side li.phone:hover .sideDrop{opacity: 1;pointer-events: auto;visibility: visible;transform: translate(-100%,-50%);}
.side li.weChat:hover .sideDrop{opacity: 1;pointer-events: auto;visibility: visible;transform: translate(-100%,-100%);}








/* -------------------------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{width: 1200px;}
    .contain{width: 1080px;}
    .Footer-contact{width: 25%;}
    .Footer-QRcode{width: 10%;}
    .Footer-navbar ul{width: 55%}
}
@media all and (max-width:1439px) {
    /* 1360 */
}
@media all and (max-width:1359px) {
    /* 1280 */
    .Header-navbar li {margin: 0 15px;}
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain-1400{width: 960px;}
    .contain{width: 880px;}
    .Header-navbar{margin-left: 40px;}
    .Header-navbar li{margin: 0 15px;}
    .ask-more{margin-left: 40px;}
    .Footer-navbar ul{justify-content: space-between;width: 58%;}
    .Footer-navbar li{margin-left: 0;}
    .Footer-con-phone a{font-size: 23px;}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .Header-wrapper{padding: 0;}
    .Header-phone{height: 60px;line-height: 60px;font-size: 14px;margin-right: 5px;}
    .Header-phone .text{display: none;}
    .Header-more{margin-left: 78px;height: 60px;float: left;}
    .ask{padding: 30px 4%;}
    .ask-title{width: 100%;}
    .ask-more{margin: 15px 0 0;width: 120px;height: 35px;}
    .Footer-navbar ul{width: 100%;}
    .Header-more a{width: 80px;height: 30px;font-size: 13px;}
    .contain-1600, .contain-1400, .contain{width: 92%;}
    .Header-wrapper .contain{width: 100%;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;width: 110px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{margin-left: 0; display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;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}
    .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;line-height: 44px;font-size: 20px;font-style: normal;color: #666;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: #666;}
    .Header-navbar li.active .Header-menu{color: #d9030f;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;justify-content: flex-start;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: #d9030f;z-index: 2;color: #fff;}
    .Footer-items{padding: 30px 0 0;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "\e61f";font-family: "icon";text-align: center;font-weight: 400;width: 44px;height: 40px;line-height: 40px;font-size: 20px;color: #333;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 10px 4%;font-size: 14px;display: block;}
    .Footer-drop a::before{display: none;}
    .Footer-drop{display: none;margin-top: 0;}
    .FooterCode {text-align: center;margin-top: 25px;padding: 0;justify-content: center; width: 100%;float: left;}
    .Footer-friend{display: none;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright .info.text{display: block;}
    .Footer-copyright .info.link{width: 100%;margin-top: 8px;}
    .Footer-copyright .info p:not(:first-child) {margin-left: 0;}
    .Footer-QRcode{width: 100%;margin-top: 20px;}
    .Footer-contact{width: 100%;margin-right: 0;margin-top: 30px;padding: 0 4%;}
    .Footer-con-item{margin-top: 10px;}
    .Footer-con-phone{margin-bottom: 15px;padding-left: 40px;}
    .Footer-con-phone::after{width: 30px;height: 30px;}
    .Footer-con-phone a{font-size: 24px;}
    .Footer-logo{display: none;}
    .Footer-copyright .info{margin-left: 0;}
    .side{padding: 15px 0;display: none;}
    .side li{display: none;}
    .side li.backTop{margin-top: 0;padding-top: 0;width: 52px;text-align: center;display: flex;}
    .side li.backTop::after{display: none;}
    .side{border-radius: 3px;right: 10px;transform: translateY(0);top: auto;bottom: 20px;}
    #newBridge .nb-icon-right-bottom{bottom: 90px !important;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Footer-link{display: none;}
}