@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 999999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);}
/*.Header-wrapper .contain{width: 100%;padding: 0 42px;}*/

.Header-logo{float: left;height: 88px;display: flex;align-items: center;position: relative;z-index: 9999;}
.Header-logo img{height: 56px;}

.Header-lang{float: right;display: flex;align-items: center;height: 88px;position: relative;z-index: 9999;margin-left: 12px;}
.Header-lang span{display: block;padding-left: 26px;line-height: 22px;font-size: 18px;color: #777;font-family: Arial;}
.Header-lang:hover span{color: #337ab7;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 88px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /20px auto;position: relative;z-index: 9999;}
.Header-search-click:hover{background-image: url('../images/common/searchH.svg');}
.Header-search-click.active{background: url('../images/common/closeH.svg') no-repeat center/28px auto;}
.Header-search-click.active:hover{background-image: url('../images/common/closeY.svg');}
.Header-search-item{display: none;position: absolute;width: 100%;height: 88px;line-height: 88px;top: 0;left: 0;background: #fff;z-index: 999;padding: 0 168px 0 42px;text-align: right;}
.Header-search-item.active{display: block;}
.Header-search-item input{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: #747474;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item input[type="submit"]{width: 60px;height: 40px;background: url('../images/common/search.svg') no-repeat center /20px auto;cursor: pointer;margin-right: 0;}
.Header-search-item input[type="submit"]:hover{background-image: url('../images/common/searchH.svg');}

.Header-navbar{float: right;margin-right: 60px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 24px;position: relative;z-index: 2;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;display: block;height: 88px;display: flex;align-items: center;font-size: 16px;color: #747474;transition: all .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 4px;position: absolute;bottom: 0;background: #337ab7;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #337ab7;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 88px;left: 50%;width: 200px;margin-left: -100px;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #337ab7;color: #fff;}

.Header-navclick{display: none;width: 26px;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: -8px;}
.Header-navclick span:after{top: 8px;}
.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(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%;background: #40464f;position: relative;z-index: 4;}
.Footer-item{width: 100%;}
.Footer-item .contain{padding: 50px 0 60px;position: relative;}

.Footer-navbar{width: calc(100% - 260px);float: left;overflow: hidden;user-select: none;}
.Footer-navbar li{float: left;}
.Footer-navbar li:nth-child(1){width: 22%;}
.Footer-navbar li:nth-child(2){width: 23%;}
.Footer-navbar li:nth-child(3){width: 18.2%;}
.Footer-navbar li:nth-child(4){width: 18.6%;}
.Footer-navbar li:nth-child(5){width: 18.2%;}
.Footer-menu{font-size: 16px;color: #337ab7;font-weight: 700;display: block;height: 34px;}
.Footer-drop{width: 100%;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #969da6;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}

.Footer-code{width: 260px;float: right;padding-left: 92px;}
.Footer-code::before{content: "";position: absolute;width: 1px;height: 100%;background: rgba(255, 255, 255, 0.08);top: 0;right: 260px;}
.Footer-code-img{width: 140px;background: #fff;margin: 0 auto 16px;border-radius: 8px;padding: 12px;text-align: center;}
.Footer-code-img img{width: 100%;object-fit: cover;}
.Footer-code-img p{font-size: 14px;color: #000;line-height: 1;margin-top: 8px;}
.Footer-code a{width: 100%;display: block;font-size: 20px;line-height: 1;color: #337ab7;font-weight: 700;font-family: Arial;padding-left: 24px;background: url('../images/common/Ficon.png') no-repeat left center;}

.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.08);padding: 24px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #969da6;line-height: 18px;}
.Footer-copyright h6{font-size: 12px;float: left;}
.Footer-copyright p{font-size: 14px;float: right;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 88px;}
.contain{width: 1300px;margin: 0 auto;}


/* 侧栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -101px;width: 50px;height: 203px;z-index: 6666;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;}
.sideBar-wrapper ul li.relQq{top: 51px;width: 126px;transition: all .4s;}
/*.sideBar-wrapper ul li.weixin{top: 51px;width: 62px;z-index: 2;}*/
.sideBar-wrapper ul li.relDh{top: 102px;width: 172px;transition: all .4s;}
.sideBar-wrapper ul li.relDh2{top: 51px;width: 172px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 102px;width: 62px;z-index: 2;}
.sideBar-wrapper ul li a{display: flex;align-items: center;font-family: "Microsoft Yahei";color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #000;opacity: .7;border-radius: 6px;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;margin: 12px 12px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #de1c31;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -70px;}
.sideBar-wrapper ul li.relDh:hover{left: -116px;}
.sideBar-wrapper ul li.relDh2:hover{left: -116px;}
.sideBar-wrapper-ewm{position: absolute;top: -80px;left: -144px;background: url('../images/side-arr.png') no-repeat bottom right;width: 140px;height: 149px;padding-bottom: 9px;display: none;}
.sideBar-wrapper-ewm img{display: block;background-color: #FFF;width: 140px;}
.sideBar-wrapper ul li.weixin .sideBar-wrapper-ewm{top: 50%;margin-top: -70px;background: none;height: 140px;padding: 0;left: auto;right: 76px;}
.sideBar-wrapper ul li.weixin .sideBar-wrapper-ewm::before{content: "";position: absolute;top: 50%;margin-top: -8px;right: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid  #fff;width: 0;height: 0;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
.sideBar-wrapper ul li.weixin:hover .sideBar-wrapper-ewm{display: block;}








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

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1100px;}
}

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

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 900px;}
    .Header-navbar{margin-right: 36px;}
    .Header-navbar li{margin: 0 20px;}
    .Footer-navbar {width: calc(100% - 200px);}
    .Footer-code {width: 200px;padding-left: 32px;}
    .Footer-code::before{right: 200px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-navbar li{margin: 0 16px;}
    .Header-navbar{margin-right: 24px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}
    .contain{width: 92%;}
    .Header-wrapper .contain{padding: 0;}
    .Header-logo, .Header-search-click, .Header-lang{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{height: 44px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-navbar{display: none;padding: 12px 0 20px;width: 100%;margin-right: 0;position: absolute;top: 60px;left: 0;background: #fff;}
    .Header-navbar li{width: 100%;margin: 0;}
    .Header-menu{height: 36px;padding: 0 4%;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 36px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowH.svg') no-repeat center /20px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #747474;}
    .Header-navbar li.active .Header-menu{color: #337ab7;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;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;}
    .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 input[type="submit"] {position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #337ab7 url('../images/common/searchW.svg') no-repeat center /20px auto !important;z-index: 2;}

    .Footer-item .contain {padding: 32px 0 36px;width: 100%;}
    .Footer-code::before{display: none;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-code {width: 100%;padding-left: 0;margin-top: 24px;}
    .Footer-code a{width: 154px;font-size: 18px;margin: 0 auto;}
    .Footer-menu {height: 34px;line-height: 34px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 36px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrow.svg') no-repeat center /20px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright {padding: 20px 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}