@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: transform .4s;}
.Header-wrapper .contain{width: 100%;padding: 0 50px;}
.Header-logo{float: left;height: 86px;display: flex;align-items: center;position: relative;z-index: 999;flex-wrap: wrap;}
.Header-logo img{height: auto;}
.Header-logo p{font-size: 18px;color: #000;margin-left: 28px;}
.Header-logo p b{font-weight: 700;color: #1d2088;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 86px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;padding-right: 130px;height: 86px;line-height: 86px;top: 0;left: 0;background: #fff;z-index: 99;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 rgba(0, 0, 0, 0.1);font-size: 16px;color: #444;}
.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-navbar{float: right;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin-right: 42px;position: relative;z-index: 2;}
.Header-menu{position: relative;height: 86px;display: flex;align-items: center;font-size: 16px;color: #444;transition: all .4s ease;}
.Header-menu::before{content: "";width: 0%;right: 0;opacity: 0;height: 2px;position: absolute;bottom: 32%;background: #1d2088;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #1d2088;}
.Header-navbar li.active .Header-menu::before, .Header-navbar li:hover .Header-menu::before{opacity: 1;right: auto;left: 0;width: 100%;}
.Header-navbar li.active .Header-menu{font-weight: 700;}

.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: #444;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #444;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);}
}


/* 底部 */
.Footer-wrapper{width: 100%;background-color: #1f1f1f;}
.Footer-contact{width: 100%;background: #161616;}
.Footer-contact li{width: 33.3333%;float: left;padding: 0 68px 0 44px;height: 130px;display: flex;align-items: center;position: relative;}
.Footer-contact li::after{content: "";position: absolute;width: 2px;height: 42px;right: -1px;top: 50%;background: #1f1f1f;margin-top: -21px;}
.Footer-contact li:last-child::after{display: none;}
.Footer-contact-items{width: 100%;overflow: hidden;display: flex;flex-wrap: wrap;align-items: center;}
.Footer-contact-items i, .Footer-contact-items h6{display: block;position: relative;}
.Footer-contact-items i{width: 64px;float: left;}
.Footer-contact-items i img{max-width: 40px;}
.Footer-contact-items h6{width: calc(100% - 64px);float: right;padding-left: 26px;}
.Footer-contact-items h6 b{display: block;line-height: 1;font-size: 16px;color: #fff;font-weight: 700;margin-bottom: 8px;}
.Footer-contact-items h6 p{font-size: 14px;color: #c2c2c2;line-height: 22px;}
.Footer-contact-items h6::before{content: "";position: absolute;width: 1px;height: 20px;left: 0;top: 50%;background: #1d2088;margin-top: -10px;}
.Footer-items{width: 100%;padding: 80px 0 48px;border-bottom: 1px solid #2c2c2c;}
.Footer-logo{width:208px;float: left;}
.Footer-logo img{max-width: 100%;}
.Footer-navbar{width: 960px;float: right;}
.Footer-navbar ul{display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 18px;color: #fff;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop, .Footer-code{width: 100%;margin-top: 18px;}
.Footer-drop a{display: block;font-size: 14px;color: #cdcdcd;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color:#fff;}
.Footer-code img{max-width: 124px;margin-top: 12px;}
.Footer-copyright{width: 100%;padding: 20px 0;}
.Footer-copyright h6{font-size: 14px;color: #cdcdcd;height: 28px;line-height: 28px;float: left;}
.Footer-copyright-icon{float: right;font-size: 0;position: relative;padding-left: 70px;}
.Footer-copyright-icon span{color: #cdcdcd;font-size: 14px;height: 28px;line-height: 28px;position: absolute;left: 0;top: 0;}
.Footer-copyright-icon a{display: inline-block;opacity: 0.7;width: 28px;height: 28px;line-height: 28px;text-align: center;position: relative;margin-left: 10px;transition: all .4s ease;}
.Footer-copyright-icon a>img{height: 18px;}
.Footer-copyright-icon-code{display: none;width: 130px;height: 130px;padding: 2px;position: absolute;bottom: 40px;left: 50%;margin-left: -65px;background: #fff;}
.Footer-copyright-icon-code::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;}
.Footer-copyright-icon-code img{width: 100%;height: 100%;object-fit: cover;}
.Footer-copyright-icon a:hover{opacity: 1;}
.Footer-copyright-icon a:hover .Footer-copyright-icon-code{display: block;animation: FooterIcon .6s ease-in-out both;}
@keyframes FooterIcon{0%{transform: translateY(-16px);}100%{transform: translateY(0);}}


/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 86px;}
.contain-1400{width: 1400px;margin: 0 auto;}
.contain{width: 1200px;margin: 0 auto;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .Header-wrapper .contain {padding: 0 40px;}
    .Header-navbar li{margin-right: 30px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1400{width: 1200px;}
    .Header-logo p {font-size: 16px;margin-left: 20px;}
    .Header-wrapper .contain {padding: 0 30px;}
    .Header-navbar li{margin-right: 18px;}

    .Footer-contact li {padding: 0 36px 0 24px;}
    .Footer-items {padding: 68px 0 40px;}
    .Footer-navbar{width: 800px;}
    .Footer-contact li{height: 120px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .Header-wrapper .contain {padding: 0 20px;}
    .Header-navbar li {margin-right: 14px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
    .Header-logo p{display: none;}
    .Header-navbar li {margin-right: 20px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1400, .contain{width: 940px;}
    .Header-navbar li {margin-right: 14px;}

    .Footer-contact-items i{width: 50px;}
    .Footer-contact-items h6 {width: calc(100% - 50px);padding-left: 14px;}
    .Footer-contact li{height: 110px;width: 35%;padding: 0 20px 0 18px;}
    .Footer-contact li:nth-child(2){width: 30%;}
    .Footer-navbar{width: 650px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-logo img{height: 44px;}
    .Header-navbar li {margin-right: 8px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain-1400, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{padding: 0;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-menu, .Header-search-click{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 36px;}
    .Header-search{margin-right: 6px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 16px 0 20px;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-navbar li:hover .Header-menu{color: #444;}
    .Header-navbar li.active .Header-menu{color: #1d2088;}
    .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 .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: #1d2088 url('../images/common/searchWhite.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-wrapper .contain-1400{width: 100%;}
    .Footer-contact li {height: 100px;width: 100% !important;padding: 0 4%;}
    .Footer-contact li::after {width: 100%;height: 1px;right: 0;top: auto;bottom: 0;margin-top: 0;}
    .Footer-items{padding: 32px 0;}
    .Footer-logo{width: 100%;text-align: center;}
    .Footer-navbar{width: 100%;margin-top: 20px;}
    .Footer-navbar ul{display: block;}
    .Footer-navbar li{width: 100%;position: relative;}
    .Footer-menu{height: 40px;line-height: 40px;padding: 0 4%;position: relative;font-size: 16px;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDownHover.svg') no-repeat center /16px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop{margin-top: 0;background: #161616;padding: 8px 0;display: none;}
    .Footer-drop a{width: 100%;padding: 5px 4%;color: #fff;}
    .Footer-navbar li.Footer-drop-code{text-align: center;}
    .Footer-navbar li.Footer-drop-code .Footer-menu::after{display: none;}
    .Footer-code{margin: 10px 0 0;}
    .Footer-code img{margin-top: 0;}
    .Footer-copyright {padding: 16px 0;}
    .Footer-copyright h6{font-size: 12px;line-height: 24px;width: 100%;text-align: center;}
    .Footer-copyright-icon{width: 94%;margin: 0 auto;}
    .Footer-copyright-icon a{margin-left: 4px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}