@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;transition: all .4s ease;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;opacity: 0;transition: all .4s ease;}

.Header-logo{float: left;height: 76px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: auto;}

.Header-lang{float: right;position: relative;z-index: 999;height: 76px;display: flex;align-items: center;}
.Header-lang-mix{font-size: 0;}
.Header-lang-menu{font-size: 16px;color: #4b4b4b;display: inline-block;vertical-align: middle;margin-left: 14px;transition: color .4s ease;}
.Header-lang-menu:first-child{margin-left: 0;}
.Header-lang-menu:hover{color: #e8413c;}
.Header-lang-menu.active{color: #fff;width: 64px;height: 38px;line-height: 38px;text-align: center;background: #e8413c;border-radius: 19px;}

.Header-search{float: right;}
.Header-search-click{width: 50px;height: 76px;cursor: pointer;background: url('../images/common/search.png') no-repeat center /17px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/18px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 76px;line-height: 76px;top: 0;left: 0;background: #fff;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 150px;}
.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: #4b4b4b;}
.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.png') no-repeat center /18px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{float: right;margin-right: 54px;visibility: visible;opacity: 1;transition: visibility .4s ease, opacity .4s ease;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{display: inline-block;position: relative;}
.Header-menu{position: relative;margin: 0 28px;height: 76px;display: flex;align-items: center;font-size: 15px;color: #303030;transition: color .4s ease;}
.Header-menu::after{content: "";position: absolute;width: 0%;height: 2px;background: #e8413c;left: 0;right: 0;margin: 0 auto;bottom: -1px;z-index: 2;transition: all .4s ease;}
.Header-navbar li.active .Header-menu::after,.Header-navbar li:hover .Header-menu::after{width: 100%;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #e8413c !important;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 76px;left: 50%;width: 168px;margin-left: -84px;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 14px;color: #303030;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #e02b26;color: #fff;}
.Header-navbar li:nth-child(2) .Header-drop{width:285px;}
.Header-navbar li:nth-child(3) .Header-drop{width:285px;}
.Header-navbar li:nth-child(2) .Header-drop a,.Header-navbar li:nth-child(3) .Header-drop a{width:50%;float:left;}


.Header-navclick{display: none;width: 24px;height: 66px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #4b4b4b;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #4b4b4b;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: #241f1e;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 74px 0 84px;}
.Footer-items .contain{display: flex;justify-content: space-between;}
.Footer-navbar{width: 940px;position: relative;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: top;}
.Footer-navbar li{width: auto;}
.Footer-menu, .Footer-relation{font-size: 18px;color: #fff;display: block;line-height: 1;}
.Footer-drop, .Footer-relation-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a, .Footer-relation-drop p{display: block;font-size: 14px;color: #777;line-height: 1;padding: 5px 0;transition: all .4s ease;line-height: 24px;}
.Footer-drop a:hover{color: #fff;}
.Footer-relation-drop p{max-width: 240px;}
.Footer-code{/*width: 258px;*/float: right;margin-top: 50px;}
.Footer-code-logo{width: 100%;}
.Footer-code img{max-width: 100%;}
.Footer-code-mix{margin-top: 14px;width: 100%;}
.Footer-code p{font-size: 16px;color: #fff;line-height: 1;}
.Footer-drop{max-height: 170px;overflow: hidden;}
.Footer-drop-long{visibility: hidden;width: 100%;height: 24px;background: url('../images/common/arrDW.svg') no-repeat left 14px center/12px auto;cursor: pointer;opacity: 0.4;transition: opacity .4s ease;}
.Footer-drop-long:hover{opacity: 1;}
.Footer-drop-long.active{transform: rotate(180deg);background-position: right 14px center;}
.Footer-phone{font-size: 18px;color: #fff;font-weight: 600;text-align: right;position: absolute;right: 140px;bottom: 60px;}
.Footer-code-icon{display:none;vertical-align: middle;position: relative;}
.Footer-code-icon{width: 32px;text-align: center;margin: 0 5px;}
.Footer-code-icon>img{width: 26px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 34px;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;}
.Footer-code-icon: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%;background: #1c1817;padding: 22px 0;}
.Footer-copyright-link{text-align: center;font-size: 0;}
.Footer-copyright-info{float: right;font-size: 0;}
.Footer-copyright-link p, .Footer-copyright-link a, .Footer-copyright-info p, .Footer-copyright-info a{display: inline-block;vertical-align: middle;font-size: 12px;color: #777;position: relative;transition: all .4s ease;}
.Footer-copyright-info a:hover{color: #fff;}
.Footer-copyright-info a{margin-left: 16px;}
.Footer-copyright-info a:first-child{margin-left: 0;}
.Footer-copyright-link p{margin-right: 28px;}
.Footer-copyright-link a:first-child{width:auto;text-align: center;}
.Footer-copyright-link a{width: 42px;text-align: center;}
.Footer-copyright-link a>img{width: 24px;opacity: 0.4;transition: all .4s ease;}
.Footer-copyright-link a:hover>img{opacity: 1;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;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;}
.Footer-copyright-link a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

/* 置顶 */
/*.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #e8413c 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;}}*/

/* 侧栏 */
/*.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -101px;width: 50px;height: 203px;z-index: 6666;}*/
.sideBar-wrapper{position: fixed;bottom: 60px;right: 0;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.relDh{top: 102px;width: 208px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 153px;width: 62px;}
.sideBar-wrapper ul li a{display: block;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;height: 24px;margin: 12px 12px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #e02b26;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -70px;}
.sideBar-wrapper ul li.relDh:hover{left: -152px;}
.sideBar-wrapper-ewm{position: absolute;top: -144px;left: -144px;background: url('../images/common/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;height: 140px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
@media all and (max-width:1000px) {
    /*.sideBar-wrapper{display: none;}*/
    .sideBar-wrapper ul li{display: none;height: 46px;}
    .sideBar-wrapper ul li.backTop{display: block;width: 46px;}
    .sideBar-wrapper {right: 4px;width: 50px;height: auto;top: auto;bottom: 60px;}
    .sideBar-wrapper ul li a{height: 46px;line-height: 46px;}
    .sideBar-wrapper ul li a img {margin: 11px 10px 11px 12px;}
}



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


/* 视频弹窗 */
.popVideo{display: none;opacity: 0;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;display: none;padding: 34px 34px 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('../images/common/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}


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

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600, .contain{width: 1200px;}
    .Header-menu {margin: 0 24px;}
    .Header-navbar {margin-right: 30px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 420px;}}
    .Footer-items {padding: 66px 0 74px;}
    .Footer-navbar {width: 860px;}
    .Footer-phone{right: 110px;}
}

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

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain{width: 960px;}
    .Header-menu {margin: 0 14px;}
    .Header-navbar {margin-right: 18px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 320px;}}
    .Footer-items {padding: 60px 0 68px;}
    .Footer-navbar {width: 680px;}
    .Footer-phone{right: 70px;bottom: 50px;font-size: 16px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1600, .contain{width: 92%;}
    .Container-wrapper{margin-top: 66px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-wrapper::after{opacity: 1;}
    .Header-logo, .Header-search-click, .Header-lang{height: 66px;}
    .Header-logo{margin-left: 4%;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 0;}
    .Header-lang-menu {margin-left: 6px;}
    .Header-lang-menu.active {width: 32px;height: 32px;line-height: 32px;border-radius: 50%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 66px);top: 66px;left: 0;padding: 24px 0;background: #fff;transition: all 0s ease 0s;}
    .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-navbar li:nth-child(2) .Header-drop{width:100%;}
    .Header-navbar li:nth-child(3) .Header-drop{width:100%;}
    .Header-menu{height: 50px;margin: 0 4% !important;}
    .Header-menu::after{display: none;}
    .Header-arrow{display: block;width: 44px;height: 50px;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: #444 !important;}
    .Header-navbar li.active .Header-menu{color: #e8413c !important;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 16px 0;text-align: left;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;width: 33.3333%;margin: 0;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 66px;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: #e8413c url('../images/common/searchW.png') no-repeat center /18px 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.png') !important;width: 40px;}

    .Footer-items{padding: 36px 0;}
    .Footer-items .contain {width: 100%;display: block;}
    .Footer-navbar{width: 100%;}
    .Footer-drop-long{display: none !important;}
    .Footer-navbar::before{display: none;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu, .Footer-relation{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: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-relation-drop{width: 100%;margin-top: 4px;}
    .Footer-relation-drop p {max-width: 100%;}
    .Footer-drop a, .Footer-relation-drop p{padding: 3px 4%;}
    .Footer-drop{display: none;margin-top: 0;max-height: none;}
    .Footer-phone{text-align: center;margin-top: 20px;position: static;}


    .Footer-code{width: 100%;margin-top: 20px;display: flex;justify-content: center;align-items: center;}
    .Footer-code-logo{width: 100px;}
    .Footer-code-mix {width: auto;margin-top: 0px;margin-left: 28px;}
    .Footer-copyright{padding: 18px 0;text-align: center;background: #000;}
    .Footer-copyright-link{width: 100%;}
    .Footer-copyright-link p{margin: 0;}
    .Footer-copyright-link a:first-child{display: none !important;}
    .Footer-copyright-link a{width:30px;}
    .Footer-copyright-info{width: 100%;margin-top: 4px;}
    .Footer-copyright-info a{margin-left: 10px;}

   
   


}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */

    .Header-logo img{max-width: 120px;}
    .Footer-phone{font-size: 18px;font-weight: 400;position: relative;padding:0 4% 20px;left: 0;top: 0;text-align: center;}
    .Footer-phone::after{content: '';width: 92%;height: 1px;background-color: #81868c;position: absolute;bottom: 10px;right: 0;left: 0;margin: 0 auto;}
    .Footer-code{text-align: left;padding: 0 4%;margin: 3px 0;}
    .Footer-code-mix{margin-left: 10px;}
    .Footer-code p{font-size: 14px;}
    .indxw-list{height:230px;}
}