@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 160px;height: 100vh;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.08);}

.Header-logo{width: 100%;height: 86px;display: flex;align-items: center;justify-content: center;position: relative;z-index: 999;background: #fff;}
.Header-logo img{max-width: 107px;}

.Header-navbar{width: 100%;position: absolute;height: 100%;padding-top: 86px;top: 0;left: 0;background: #fff;z-index: 996;}
.Header-navbar::before{content: "";position: absolute;width: 100%;height: 100%;background: #fff;left: 0;top: 0;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{display: block;width: 100%;border-top: 1px solid #eee;background: #fff;}
.Header-navbar li:last-child{border-bottom: 1px solid #eee;}
.Header-menu{position: relative;width: 100%;height: 110px;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.Header-menu .icon{width: 100%;position: relative;text-align: center;font-size: 0;z-index: 4;}
.Header-menu .icon img{max-height: 28px;max-width: 28px;transition: all .4s ease;}
.Header-menu .icon img.h{position: absolute;left: 0;right: 0;margin: 0 auto;top: 0;opacity: 0;}
.Header-menu .name{font-size: 16px;color: #798185;line-height: 1.1;margin-top: 10px;position: relative;z-index: 4;transition: all .4s ease;}
.Header-menu::before{content: "";width: 0;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;background: #f2f6fc;transition: width .4s ease, opacity .1s ease .4s;}
.Header-navbar li:hover .Header-menu .icon img.s, .Header-navbar li.active .Header-menu .icon img.s, .Header-navbar li.click .Header-menu .icon img.s{opacity: 0;}
.Header-navbar li:hover .Header-menu .icon img.h, .Header-navbar li.active .Header-menu .icon img.h, .Header-navbar li.click .Header-menu .icon img.h{opacity: 1;}
.Header-navbar li:hover .Header-menu .name, .Header-navbar li.active .Header-menu .name, .Header-navbar li.click .Header-menu .name{color: #0c419c;}
.Header-navbar li.active .Header-menu::before, .Header-navbar li.click .Header-menu::before{width: 100%;opacity: 1;transition: width .4s ease .1s, opacity .1s ease;}
.Header-arrow{display: none;}
.Header-drop{transform: translateX(-180px);opacity: 0;pointer-events: none;z-index: -1;background: rgba(38, 99, 204, 0.95);left: 160px;position: absolute;width: 180px;height: 100%;padding-top: 120px;top: 0;transition: transform .4s ease, opacity .1s ease .4s;}
.Header-drop a{display: flex;width: 100%;height: 80px;font-size: 16px;color: #fff;align-items: center;justify-content: center;transition: all .4s ease;position: relative;}
.Header-drop a::after{content: "";position: absolute;width: 100%;height: 1px;background: #3d71cd;left: 0;bottom: 0;}
.Header-drop a.active, .Header-drop a:hover{background: rgba(55, 125, 246, 0.95);}
.Header-navbar li.click .Header-drop{transform: translateX(0);opacity: 1;pointer-events: auto;transition: transform .4s ease .1s, opacity .1s ease;}
.Header-navbar.hasClick li.click .Header-drop{transition: none !important;}
.Header-navbar.hasClick li .Header-drop{transition: none !important;}
.Header-shade{position: fixed;width: 100%;height: 100%;z-index: 990;top: 0;left: 0;background: rgba(0,0,0,.5);opacity: 0;pointer-events: none;visibility: hidden;transition: all .5s ease;}
.Header-shade.click{opacity: 1;visibility: visible;pointer-events: auto;}
.Header-drop-close{width: 40px;height: 40px;line-height: 40px;font-size: 18px;position: absolute;top: 10px;left: 292px;cursor: pointer;z-index: 998;text-align: center;color: #fff;opacity: 0;pointer-events: none;visibility: hidden;transition: opacity .4s ease 0, transform .4s ease;}
.Header-drop-close.show{opacity: 1;visibility: visible;pointer-events: auto;transition: opacity .4s ease .4s, transform .4s ease;}
.Header-drop-close:hover{transform: rotate(-90deg);}

.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;user-select: none;align-items: center;position: relative;z-index: 999;}
.Header-navclick span{width: 100%;height: 2px;background: #0c419c;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #0c419c;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: #0c244a;position: relative;z-index: 9;padding-left: 160px;}
.Footer-items{width: 100%;padding: 50px 0 100px;}
.Footer-info{width: 332px;}
.Footer-info-logo{width: 100%;}
.Footer-info-logo img{max-width: 107px;}
.Footer-info-address{width: 100%;margin-top: 34px;display: flex;position: relative;}
.Footer-info-address::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: #fff;}
.Footer-info-address a{display: flex;align-items: center;position: relative;color: #fff;font-size: 15px;height: 36px;padding-bottom: 2px;line-height: 1;transition: all .4s ease;margin-right: 13px;}
.Footer-info-address a:last-of-type{margin-right: 0;}
.Footer-info-address a::after{content: "";position: absolute;width: 1px;height: 16px;background: rgba(255, 255, 255, 0.4);pointer-events: none;top: 50%;margin-top: -8px;right: -7px;}
.Footer-info-address a:last-of-type:after{display: none;}
.Footer-info-address a::before{content: "";position: absolute;left: 50%;opacity: 0;transition: all .4s ease;margin-left: -8px;bottom: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #3ab3ff;width: 0;height: 0;}
.Footer-info-address a:hover, .Footer-info-address a.active{color: #3ab3ff;}
.Footer-info-address a.active::before{opacity: 1;}
.Footer-info-cont{width: 100%;margin-top: 20px;}
.Footer-info-cont .items{width: 100%;display: none;}
.Footer-info-cont .items.active{display: block;}
.Footer-info-cont .items>div{font-size: 15px;color: #949eaf;line-height: 18px;padding-left: 22px;position: relative;margin-top: 8px;display: block;}
.Footer-info-cont .items>div:first-child{margin-top: 0;}
.Footer-info-cont .items>div::before{content: "";position: absolute;width: 16px;height: 16px;border-radius: 50%;left: 0;top: 1px;}
.Footer-info-cont .items>div.add::before{background: rgba(255, 255, 255, 0.2) url('../images/common/Fic1.png') no-repeat center;}
.Footer-info-cont .items>div.rel::before{background: rgba(255, 255, 255, 0.2) url('../images/common/Fic2.png') no-repeat center;}
.Footer-code{width: 150px;text-align: center;}
.Footer-code img{max-width: 100%;}
.Footer-code p{font-size: 14px;color: #fff;line-height: 1.1;margin-top: 10px;}
.Footer-navbar{width: auto;user-select: none;flex: 1;padding: 0 70px 0 80px;}
.Footer-navbar ul{justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 18px;color: #fff;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 15px;color: #949eaf;line-height: 1.1;padding: 8px 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: 28px 0;justify-content: space-between;align-items: center;}
.Footer-copyright .info{color: #949eaf;line-height: 18px;font-size: 15px;}
.Footer-copyright .info p:not(:first-child){margin-left: 16px;}
.Footer-copyright .info a{transition: all .4s ease;}
.Footer-copyright .info a:hover{color: #fff;}
.Footer-copyright .info.link p:not(:first-child){margin-left: 30px;position: relative;}
.Footer-copyright .info.link p:not(:first-child)::before{content: "";width: 1px;height: 16px;background: #949eaf;pointer-events: none;position: absolute;top: 50%;margin-top: -8px;left: -15px;}

/* 置顶 */
.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: #0c419c;}
.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;}}

/* contactUs */
.contactUs{width: 100%;background: url('../images/common/contactUs.jpg') no-repeat center right/cover;padding: 44px 0 44px 160px;color: #fff;}
.contactUs .name{line-height: 1.1;font-size: 26px;}
.contactUs .link{width: 132px;height: 40px;border-radius: 3px;border: 2px solid #fff;display: flex;align-items: center;justify-content: center;font-size: 16px;margin-top: 18px;transition: background .4s ease, box-shadow .4s ease;line-height: 1;}
.contactUs .link span{padding-left: 28px;background: url('../images/common/contactUsic.png') no-repeat left center;transition: all .4s ease;display: flex;align-items: center;height: 21px;}
.contactUs .link:hover{background: #fff;box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.4);}
.contactUs .link:hover span{color: #0c419c;background-image: url('../images/common/contactUsicH.png');}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;padding-left: 160px;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain{width: 1400px;margin: 0 auto;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain{width: 1260px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .Header-wrapper {width: 140px;}
    .Footer-wrapper {padding-left: 140px;}
    .Container-wrapper {padding-left: 140px;}
    .contain{width: 1100px;}
    .Header-menu {height: 90px;}
    .Header-drop {transform: translateX(-150px);left: 140px;width: 150px;padding-top: 100px;}
    .Header-drop a {height: 68px;}
    .Header-drop-close{left: 244px;}
    .Footer-items {padding: 50px 0 80px;}
    .Footer-code {width: 130px;}
    .Footer-navbar {padding: 0 30px 0 32px;}
    .Footer-info {width: 300px;}
    .Footer-info-address a {font-size: 13px;}
    .Footer-menu {font-size: 16px;}
    .Footer-drop a {padding: 7px 0;}

    .contactUs{padding: 36px 0 36px 140px;}
    .contactUs .name {font-size: 24px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 820px;}
    .Footer-navbar{display: none;}
    .Footer-items {justify-content: space-between;padding: 50px 0 60px;}
    .Footer-info {width: 332px;}
    .Footer-info-address a {font-size: 15px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain{width: 92%;}
    .Footer-wrapper {padding-left: 0;}
    .Container-wrapper {padding-left: 0;margin-top: 60px;}
    .Header-wrapper {width: 100%;height: 60px;display: flex;justify-content: space-between;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;z-index: 999;}
    .Header-logo{margin-left: 4%;width: 107px;height: 60px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-shade, .Header-drop-close{display: none;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar::before{display: none;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{position: relative;display: block;border: none !important;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-arrow{display: block;pointer-events: none;width: 44px;height: 44px;line-height: 44px;font-size: 18px;font-style: normal;color: #798185;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e61f";font-family: "icon";}
    .Header-navbar li.on  .Header-arrow::after{content: "\e61e";}
    .Header-menu{height: 44px;padding: 0 4%;align-items: flex-start;}
    .Header-menu .icon{display: none;}
    .Header-menu::before{display: none;}
    .Header-menu .name {margin-top: 0;}
    .Header-navbar li:hover .Header-menu .name{color: #798185;}
    .Header-navbar li.active .Header-menu .name{color: #0c419c;}
    .Header-drop {display: none;background: #f7f7f7;position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;transform: none !important;opacity: 1;pointer-events: auto;z-index: 2;height: auto;transition: none !important;}
    .Header-drop a {height: 34px;justify-content: flex-start;padding: 0 4%;color: #798185;font-size: 15px;}
    .Header-drop a::after{display: none;}
    .Header-drop a.active, .Header-drop a:hover {background: #f7f7f7;color: #0c419c;}
    
    .contactUs{padding: 36px 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */  .Footer-info{margin: 0 auto;}
    .Footer-info-logo{width: 100%;text-align: center;}
    .Footer-info-address {margin-top: 12px;}
    .Footer-items{padding: 36px 0 28px;}
    .Footer-info-cont {margin-top: 14px;}
    .Footer-code{width: 100%;margin-top: 24px;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright .info.text{display: block;}
    .Footer-copyright .info.text p{display: inline;}
    .Footer-copyright .info {line-height: 16px;font-size: 13px;justify-content: center;}
    .Footer-copyright .info.link{width: 100%;margin-top: 8px;}
    .Footer-copyright .info p:not(:first-child) {margin-left: 12px;}
    .Footer-copyright .info.link p:not(:first-child) {margin-left: 20px;}
    .Footer-copyright .info.link p:not(:first-child)::before {height: 13px;margin-top: -8px;left: -10px;}

    .contactUs{padding: 24px 0;text-align: center;}
    .contactUs .name {font-size: 18px;}
    .contactUs .link {width: 124px;height: 38px;margin: 12px auto 0;}
}