@charset "utf-8";
/* ====================公共样式========================= */

/* ==头部== */
.Header-wrapper{width: 100%;background: #fff;position: fixed;left: 0;top: 0;z-index: 999999;padding: 0 5%;transition: all .4s ease;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);}
.Header-wrapper:after{content: "";position: absolute;width: 100%;height: 1px;background: #fff;opacity: .12;z-index: -1;left: 0;bottom: 0;}
/* 导航 */
.Header-logo{float: left;height: 84px;display: flex;align-items: center;}
.Header-logo img{height: 50px;float: left;}
.Header-logo .Header-logosr{display: block;}
.Header-logo .Header-logowt{display: none;}
.Header-navbar{float: right;font-size: 0;}
body.winter .Header-navbar{display: block !important;}
.Header-navbar li{display: inline-block;vertical-align: middle;margin: 0 46px;position: relative;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-menu{display: block;height: 84px;line-height: 84px;position: relative;font-size: 16px;color: #333;transition: all .4s ease;}
.Header-menu:after{content: "";position: absolute;width: 0%;height: 2px;background: #00479d;top: 0;right: 0;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu:after, .Header-navbar li.ontrue .Header-menu:after{width: 100%;right: auto;left: 0;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.ontrue .Header-menu{color: #00479d;}
.Header-lang{padding-left: 28px;margin-left: 42px;height: 84px;font-size: 16px;line-height: 84px;color: #00479d;position: relative;transition: all .4s ease;float: right;}
.Header-lang:after{content: "";position: absolute;width: 1px;height: 20px;position: absolute;left: 0;top: 50%;margin-top: -10px;background: #dcdcdc;}

.Header-sunNav{display: none;position: absolute;left: 50%;transform: translateX(-50%);top: 84px;width: 150px;;z-index: 991;font-size: 0;background: rgba(255, 255, 255, .9);}
.Header-sunNav a{display: block;text-align: center;font-size: 14px;color: #666;line-height: 40px;transition: all .3s;}
.Header-sunNav a:hover{background-color: #00479d;color: #fff;}


/* 手机下拉按钮 */
.Header-sunNavClick{display: none;position: absolute;width: 40px;height: 44px;right: 0;top: 0;z-index: 9996;background: url('../images/public/icon-dd1.png') no-repeat center center /16px auto;}
.Header-sunNavClick.ontrue{transform: rotate(180deg);}




/* 首页透明头部 */
.Index-body .Header-wrapper{background: transparent;box-shadow: none;}
.Index-body .Header-wrapper:after{display: none;}
.Index-body .Header-logo .Header-logosr{display: none;}
.Index-body .Header-logo .Header-logowt{display: block;}
.Index-body .Header-menu{color: #000;}
.Index-body .Header-navclick span{background: #fff;}
.Index-body .Header-navclick span:before, .Index-body .Header-navclick span:after{background: #fff;}
/* 滚动之后 */
/* .Header-scroll{} */

/* 手机汉堡键 */
.Header-navclick{display: none;height: 60px;cursor: pointer;float: right;user-select: none;}
.Header-navclick span{width: 30px;height: 3px;background: #333;display: block;position: relative;margin-top: 29px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 3px;background: #333;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -8px;}
.Header-navclick span:after{top: 8px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue 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(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);}
}
@-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%;overflow: hidden;background: #1b1b1b;}
.Footer-gather{width: 100%;padding: 80px 0 60px;border-bottom: 1px solid #484848;}
.Footer-logo{width: 25.8%;float: left;}
.Footer-logo a{display: block;width: 100%;margin-bottom: 24px;}
.Footer-logo a img{max-width: 100%;}
.Footer-logo p{font-size: 15px;color: #8f8f8f;}
.Footer-logo h6{font-size: 22px;color: #fff;font-weight: 700;padding: 12px 0;}
.Footer-navbar{width: 62%;float: left;overflow: hidden;}
.Footer-navbar li{width: 20%;float: left;position: relative;}
.Footer-menu{display: block;width: 100%;height: 42px;font-size: 18px;color: #fff;}
.Footer-menuarr{display: none;}
.Footer-sonmenu{width: 100%;}
body.winter .Footer-sonmenu{display: block !important;}
.Footer-sonmenu a{display: block;width: 100%;font-size: 13px;color: #6e6e6e;padding: 3px 0;line-height: 24px;transition: all .4s ease;}
.Footer-sonmenu a:hover{color: #fff;}
.Footer-wxrel{width: 118px;float: right;text-align: center;}
.Footer-wx{width: 100%;border: 1px solid #363636;padding: 10px;}
.Footer-wx img{width: 100%;object-fit: cover;}
.Footer-wxrel p{font-size: 14px;color: #999;margin-top: 10px;}
.Footer-copy{width: 100%;font-size: 0;padding: 18px 0 24px;}
.Footer-copyright{display: block;float: left;font-size: 0;}
.Footer-copyright p, .Footer-copyright a{display: inline-block;vertical-align: middle;font-size: 13px;color: #5c5c5c;margin-right: 12px;line-height: 30px;}
.Footer-copylink{display: block;float: right;font-size: 0;}
.Footer-copylink a{display: inline-block;vertical-align: middle;width: 32px;height: 32px;border-radius: 50%;background: #444;text-align: center;line-height: 30px;margin: 0 4px;transition: all .4s ease;}
.Footer-copylink a:hover{background-color: #00479d;}


/* ==中间+共用部分== */
.Container-wrapper{width: 100%;overflow: hidden;margin-top: 84px;}
.Index-body .Container-wrapper{margin-top: 0;}
.contain{width: 1280px;margin: 0 auto;}
.PUBtit{width: 100%;text-align: center;}
.PUBtit h6{font-size: 36px;color: #333;}
.PUBtit i{display: block;width: 32px;height: 4px;background: #00479d;margin: 14px auto 0;}

/*靠边客服控制点*/
.kefu-ctrl-box {width: 40px; position: fixed; right: 5px; bottom: 100px; z-index: 1002; display: none; }
.kefu-ctrl-more { cursor: pointer; width: 40px; height: 40px; border-radius: 5px; overflow: hidden; background: #00479d url("../images/kefu-more.png") no-repeat center; margin-bottom: 10px; }
.kefu-ctrl-more:hover {background-color: #00479d;}

/*客服*/
.kefu-box{width: 132px;height: auto;border-radius: 6px;position: fixed;right: 60px;bottom: 150px;box-shadow: 0 4px 10px #e0e0e0; -webkit-box-shadow: 0 4px 10px #e0e0e0; z-index: 1000;border-bottom: 20px solid #f5f5f5;}
.kefu-top {width: 100%; height: 64px; padding: 12px 0; cursor: pointer;background: #00479d;border-top-left-radius: 6px;border-top-right-radius: 6px;}
.kefu-top h3 {padding-left: 38px; height: 24px; line-height: 24px; background: url("../images/kefu-tel.png") no-repeat 20px center; color: #fff; }
.kefu-top h5 {text-align: center; color: #fff; }
.kefu-box ul {width: 100px;zoom: 1;background: #fff;padding: 20px 16px 16px;box-sizing: content-box;}
.kefu-box ul:after {content: ''; clear: both; display: block; width: 0; height: 0; }
.kefu-box ul li {float: left; width: 40px; height: 40px; margin: 0 5px 10px; -webkit-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
.kefu-box ul li a {display: block; width: 40px; height: 40px; }
.kefu-box ul li.qq {background: url("../images/kefu-qq.png") no-repeat center; }
.kefu-box ul li.weixin {background: url("../images/kefu-weixin.png") no-repeat center; position: relative; cursor: pointer; }
.kefu-box ul li.weixin .img {box-sizing: content-box;width: 114px; height: 144px; position: absolute; right: 0; bottom: 50px; background-color: #fff; padding: 10px; border: 1px solid #ccc; display: none; }
.kefu-box ul li.weixin .img h5 {height: 30px; line-height: 30px; width: 114px; text-align: center; font-size: 12px; color: #666; }
.kefu-box ul li.weixin .img:after {display: block; content: ''; width: 0; height: 0; border: 8px solid transparent; border-top: 8px solid #ccc; position: absolute; bottom: -16px; right: 12px; } 
.kefu-box ul li.weixin:hover .img {display: block; }
.kefu-close { width: 40px; height: 40px; background: url("../images/kefu-close.png") no-repeat center; cursor: pointer; position: absolute; bottom: -28px; right: 45px; }
/*客服*/





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .PUBtit h6{font-size: 32px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .contain{width: 92%;}
    .Header-navbar li {margin: 0 30px;}
    .Footer-gather {padding: 68px 0 52px;}
    .PUBtit h6{font-size: 28px;}
    .PUBtit i{margin-top: 12px;height: 3px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navbar li {margin: 0 24px;}
    .Header-lang {padding-left: 20px;margin-left: 28px;}
    .Footer-gather {padding: 58px 0 48px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar li {margin: 0 20px;}
    .Footer-logo{width: 25%;}
    .Footer-navbar{width: 61%;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-wrapper {padding: 0 4%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-navbar{display: none;position: absolute;width: 100%;left: 0;top: 60px;background: #fff;padding: 10px 0 16px;}
    .Header-navbar li {margin: 0;display: block;width: 100%;position: relative;}
    .Header-menu {height: 42px;line-height: 42px;font-size: 16px;padding: 0 4%;}
    .Header-logo {height: 60px;line-height: 60px;}
    .Header-lang{height: 60px;margin-right: 10px;line-height: 60px;margin-left: 0;padding: 0 10px;}
    .Header-lang:after{display: none;}
    .Header-navclick{display: block;}
    .Header-wrapper:after {background: #eee;opacity: .6;}

    .Header-sunNavClick{display: block;}
    .Header-sunNav{position: static;background-color: none;width: 100%;display: none;left: 0;transform: translateX(0);}
    .Header-sunNav a{text-align: left;padding: 0 3%;line-height: 26px;}




    .Footer-gather {padding: 30px 0 28px;}
    .Footer-logo{width: 100%;}
    .Footer-logo a {margin-bottom: 18px;}
    .Footer-logo h6 {font-size: 20px;padding: 10px 0;}
    .Footer-navbar{width: 100%;margin-left: 0;margin-top: 16px;}
    .Footer-navbar li{width: 100%;text-align: left;}
    .Footer-menu{line-height: 42px;font-size: 16px;}
    .Footer-sonmenu{display: none;}
    .Footer-menuarr{display: block;position: absolute;width: 42px;height: 42px;z-index: 4;top: 0;right: 0;background: url('../images/public/menuArrW.png') no-repeat center;}
    .Footer-menuarr.ontrue{transform: rotate(180deg);}
    .Footer-wxrel {float: left;margin-top: 10px;overflow: hidden;}
    .Footer-copy {padding: 16px 0 24px;}
    .Footer-copylink{width: 100%;text-align: center;margin-top: 10px;}
    .Footer-copyright {width: 100%;text-align: center;}
    .Footer-copyright p, .Footer-copyright a{line-height: 22px;margin-right: 0;display: block;width: 100%;}
    .Index-body .Header-menu {color: #666;}
    .PUBtit h6{font-size: 24px;}
    .PUBtit i{margin-top: 10px;height: 2px;}
    .Header-menu:after{display: none !important;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .kefu-box,.kefu-ctrl-more{display: none !important;}
}



