@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: transparent;user-select: none;box-shadow: none;transition: all .4s ease;}
.Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(255, 255, 255, 0.15);left: 0;bottom: 0;}

.Header-logo{float: left;width: 177px;height: 82px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;position: absolute;transition: all .4s ease;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}

.Header-phone{float: right;display: flex;align-items: center;height: 82px;}
.Header-phone a{font-size: 20px;color: #ea5703;font-weight: 500;font-family: Arial;position: relative;}
.Header-phone a::after{content: "";position: absolute;width: 0;height: 2px;background: #ea5703;right: 0;bottom: 0;transition: all .4s ease;}
.Header-phone a:hover:after{width: 100%;right: auto;left: 0;}

.Header-search{float: right;margin-right: 4px;}
.Header-search-click{width: 40px;height: 82px;cursor: pointer;background: url('../images/common/searchH.svg') no-repeat center /24px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/common/closeH.svg') no-repeat center/16px auto !important;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 82px;line-height: 82px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 174px;}
.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: #666;background: transparent;}
.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 /24px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{float: right;margin-right: 110px;visibility: visible;opacity: 1;position: relative;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;padding: 0 24px;z-index: 9;position: relative}
.Header-navbar li:last-child{padding-right: 0;}
.Header-navbar li:first-child{padding-left: 0;}
.Header-menu{position: relative;height: 82px;display: flex;align-items: center;font-size: 18px;color: #fff;transition: color .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #ea5703 !important;}
.Header-arrow{display: none;}
.Header-navbar-line{display: none;position: absolute;width: 0;left: 0;height: 3px;bottom: 0;background: #ea5703;z-index: 4;pointer-events: none;}
@media all and (max-width:1000px) {.Header-navbar-line{display: none !important;}}
.Header-drop{position:fixed;top:82px;left:0;width:100%;display:none;}
.Header-drop .in{display:flex;background:#fff url(../images/common/drop-bg.jpg) no-repeat center/cover;padding:46px 42px 68px}
.Header-drop .in .lft{width:34.5%}
.Header-drop .in .lft .cell:not(.active){display:none}
.Header-drop .in .lft .pic{width:100%;position:relative;display:block;padding-top:62%}
.Header-drop .in .lft .bott{display:flex;justify-content:space-between;margin-top:24px;align-items:center}
.Header-drop .in .lft .tit{color:#444;font-size:20px}
.Header-drop .in .lft .go{font-size:14px;line-height:1;display:flex;align-items:center;width:117px;height:34px;justify-content:center;transition:all .4s ease;border-radius:30px;color:#333;border:1px solid #ccc}
.Header-drop .in .lft .go i{display:block;background:url(../images/pages/go-btn-icon-color.png) no-repeat center/100%;width:15px;height:6px;margin-left:8px;transition:margin-left .4s ease,background .4s ease}
.Header-drop .in .lft .go:hover{color:#fff;background:#ea5703;box-shadow:0 4px 12px 4px rgba(234,84,3,.4)}
.Header-drop .in .lft .go:hover i{margin-left:14px;background-image:url(../images/pages/go-btn-icon.png)}
.Header-drop .in .rgt{width:65.5%;display:flex;flex-wrap:wrap}
.Header-drop .in .rgt .item{margin-left:60px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.Header-drop .in .rgt .item a+a{margin-top:20px}
.Header-drop .in .rgt .item a{transition:all .4s ease;position:relative;display:inline-flex;align-items:center}
.Header-drop .in .rgt .item a:not(:first-child),.Header-drop .in .rgt .item:not(:nth-child(1)) a{font-size:14px;color:#777}
.Header-drop .in .rgt .item i{display:block;background:url(../images/pages/go-btn-icon-orange.png) no-repeat center/100%;width:15px;height:6px;transition:all .4s ease;opacity:0;visibility:hidden;margin-left:10px;transform:translateX(-10px)}
.Header-drop .in .rgt .item a:first-child,.Header-drop .in .rgt .item:nth-child(1) a{font-weight:500;color:#222;font-size:16px;transition:all .4s ease}
.Header-drop .in .rgt .item a:hover,.Header-drop .in .rgt .item a.active{color:#ea5703}
.Header-drop .in .rgt .item a:hover i{transform:translateX(0);opacity:1;visibility:visible}
/* == */
.Header-navbar li.other .Header-drop{position: absolute;width: 150px;left: 50%;margin-left: -75px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);}
.Header-drop-other{width: 100%;background: #fff;padding: 12px 0;}
.Header-drop-other a{display: flex;align-items: center;justify-content: center;height: 44px;font-size: 16px;color: #666;transition: all .4s ease;}
.Header-drop-other a:hover{color: #ea5703;}

.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: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;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);}
}

/* 透明 */
.bodyScroll .Header-wrapper, .bodyMouse .Header-wrapper, .bodySearch .Header-wrapper, .noLucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.bodyScroll .Header-menu, .bodyMouse .Header-menu, .bodySearch .Header-menu, .noLucency .Header-menu{color: #666;}
.bodyScroll .Header-wrapper::after, .bodyMouse .Header-wrapper::after, .noLucency .Header-wrapper::after{background: rgba(0, 0, 0, 0.1);}
.bodyScroll .Header-logo img.s, .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 0;}
.bodyScroll .Header-logo img.h, .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 1;}
.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}
/* 不透明 */
.noLucency .Container-wrapper{margin-top: 82px;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #191d26;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 84px 0 76px;}
.Footer-items .contain{flex-direction: row-reverse;justify-content: space-between;}
.Footer-info{width: auto;color: #fff;}
.Footer-info .title{font-size: 14px;color: #727980;padding-left: 20px;background-position: left center;background-repeat: no-repeat;}
.Footer-info-phone .title{background-image: url('../images/common/F1.png');}
.Footer-info-address .title{background-image: url('../images/common/F2.png');}
.Footer-info-phone .text{font-size: 28px;font-weight: 700;font-family: Arial;line-height: 1.1;margin-top: 4px;}
.Footer-info-phone .text p::before{content: "/";margin: 0 6px 0 8px;}
.Footer-info-phone .text p:first-child:before{display: none;}
.Footer-info-address{margin-top: 20px;}
.Footer-info-address .text{color: #727980;line-height: 1.1;margin-top: 8px;}
.Footer-info-code{margin-top: 32px;}
.Footer-info-code .lis{text-align:center;width: 120px;}
.Footer-info-code .lis p{color:#727980;margin-top:5px}
.Footer-info-code .lis+.lis{margin-left:30px}
.Footer-info-code img{max-width: 100%;}
.Footer-navbar{width: 930px;overflow: hidden;user-select: none;}
.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: 14px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #727980;line-height: 1;padding: 8px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-other{width: 100%;padding-bottom: 20px;}
.Footer-other .contain{justify-content: space-between;align-items: flex-start;}
.FooterFriend{width: calc(100% - 400px);font-size: 14px;color: #727980;line-height: 30px;position: relative;padding-left: 70px;}
.FooterFriend span{position: absolute;left: 0;top: 0;}
.FooterFriend a{transition: all .4s ease;margin-right: 16px;}
.FooterFriend a:last-child{margin-right: 0;}
.FooterFriend a:hover{color: #fff;}
.FooterCode{width: auto;font-size: 0;}
.FooterCode a{position: relative;display: flex;align-items: center;justify-content: center;width: 30px;height: 30px;border-radius: 50%;border: 1px solid #727980;margin-left: 6px;transition: all .4s ease;}
.FooterCode a:first-child{margin-left: 0;}
.FooterCode a>img{width: 18px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;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{border: 1px solid #fff;background: #fff;}
.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: 20px 0;font-size: 14px;color: #727980;}
.Footer-copyright .contain{justify-content: space-between;align-items: center;}
.Footer-copyright .info{width: auto;}
.Footer-copyright .info p{margin-left: 6px;}
.Footer-copyright .info p:first-child{margin-left: 0;}
.Footer-copyright .link{width: auto;display: flex;}
.Footer-copyright .link a{margin-left: 36px;transition: all .4s ease;position: relative;}
.Footer-copyright .link a:first-child{margin-left: 0;}
.Footer-copyright .link a::before{content: "";position: absolute;width: 1px;background: #fff;opacity: 0.1;height: 14px;top: 50%;margin-top: -7px;left: -20px;pointer-events: none;}
.Footer-copyright .link a:first-child::before{display: none;}
.Footer-copyright .link a:hover{color: #fff;}
.Footer-menu i{display:none}

/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #ea5703 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%;}
.contain{width: 1500px;margin: 0 auto;}






/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain{width: 1400px;}
    .Header-navbar {margin-right: 80px;}
    .Footer-navbar {width: 880px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .Header-navbar {margin-right: 50px;}
    .Header-navbar li {padding: 0 18px;}
    .Footer-navbar {width: 780px;}
    .Header-menu{font-size: 16px}
    .Footer-info-phone .text {font-size: 24px;}
    .Footer-items {padding: 68px 0 60px;}
    .Header-drop .in{padding: 40px}
    .Header-drop .in .rgt .item a+a{margin-top: 15px}
    .Header-drop .in .lft .tit{font-size: 18px}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 960px;}
    .Header-navbar {margin-right: 12px;}
    .Header-navbar li {padding: 0 6px;}
    .Header-search {margin-right: 0;}
    .Footer-navbar {width: 660px;}
    .Footer-info {width: 230px;}
    .Footer-info-phone .text p::before{display: none;}
    .Footer-info-address .text{line-height: 1.4;}
    .Footer-items {padding: 60px 0 50px;}
    .Header-drop .in .rgt .item{margin-left: 40px}
    .Header-drop .in .rgt .item:nth-child(1) a, .Header-drop .in .rgt .item a:first-child{font-size: 14px}
    .Header-drop .in .rgt .item a+a{margin-top: 10px}
    .Header-drop .in .rgt .item:not(:nth-child(1)) a, .Header-drop .in .rgt .item a:not(:first-child){font-size: 13px}
    .Header-drop .in .lft .tit{font-size: 16px}
    .Header-drop .in .lft .go{width: 100px;height: 32px;font-size: 13px}
    .Header-drop .in .lft .go i{width: 12px;margin-left: 4px}
    .Header-drop .in .lft .go:hover i{margin-left: 8px}
    .Header-drop .in{padding: 30px 20px}
    .Header-drop .in .lft .bott{margin-top: 14px}
    .Footer-info-code .lis {width: 94px;}
    .Footer-info-code .lis+.lis {margin-left: 20px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-navbar li {padding: 0 4px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .Header-menu{color: #666;}
    .Header-wrapper::after{background: rgba(0, 0, 0, 0.1);}
    .Header-logo img.s{opacity: 0;}
    .Header-logo img.h{opacity: 1;}
    .bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .noLucency .Container-wrapper{margin-top: 60px;}
    
    .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-logo, .Header-search-click, .Header-phone{height: 60px;}
    .Header-phone{margin-right: 12px;}
    .Header-logo{margin-left: 4%;width: 114px;}
    .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: 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;padding: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrD.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #666 !important;}
    .Header-navbar li.active .Header-menu{color: #ea5703 !important;}
    .Header-drop .in{flex-wrap: wrap;padding: 10px 4%}
    .Header-drop .in .lft{width: 100%}
    .Header-drop .in .rgt{width: 100%;margin-top: 20px}
    .Header-drop .in .rgt .item:nth-child(1){margin-left: 0}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .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: #ea5703 url('../images/common/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-navbar li.other .Header-drop {position: relative;width: 100%;left: 0;margin-left: 0;box-shadow: none;}
    .Header-drop-other {padding: 6px 0;background: #f9f9f9;}
    .Header-drop-other a {height: 36px;justify-content: flex-start;padding: 0 4%;}

    .Footer-items{padding: 28px 0 32px;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 36px;line-height: 36px;padding: 0 4%;position: relative;font-size: 16px;z-index:1}
    .Footer-menu i{display:block;width: 40px;height: 36px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-info{width: 100%;margin-top: 18px;padding: 0 4%;}
    .Footer-info-phone .text {font-size: 20px;}
    .Footer-info-phone .text p::before{display: inline;}
    .Footer-info-address .text {margin-top: 2px;}
    .Footer-info-address {margin-top: 8px;}
    .Footer-info-code {margin: 20px auto 0;justify-content: center;}
    .Footer-other{display: none;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright .info{width: 100%;text-align: center;}
    .Footer-copyright .info p{width: 100%;margin: 0;}
    .Footer-copyright .link{width: 100%;justify-content: center;margin-top: 4px;}
    .Footer-copyright .link a {margin-left: 16px;}
    .Footer-copyright .link a::before {left: -8px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-drop .in .rgt .item{margin-left: 0;width: 100%}
    .Header-drop .in .rgt .item+.item{margin-top:10px;padding-top: 10px;border-top: 1px solid #f5ecec}
}