@charset "utf-8";

/* ====================公共样式========================= */

/* 头部 */

.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}





.Header-logo{float: left;width: 180px;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;}

.Header-logo img{max-width: 100%;}

.Header-logo img.s{display: none;}



.Header-lang{float: right;position: relative;z-index: 999;margin-right: 24px;}

.Header-lang-menu{display: flex;align-items: center;height: 80px;color: #666;transition: color .4s ease;}

.Header-lang-menu span{font-size: 18px;font-family: Arial;}

.Header-lang-menu i{font-size: 18px;margin-right: 0px;font-weight: 600;}

.Header-lang.active .Header-lang-menu{color: #012fa7;}

/* 多个语言 Header-lang-more添加class="hasIcon" 就会启用图标 */

.Header-lang-more{display: none;z-index: 9;width: 140px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top:calc(100% - 4px);left: 50%;margin-left: -70px;border-top:4px solid #012fa7;border-radius:5px 5px 0 0;transition: top .4s ease;}

.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #012fa7 transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}

.Header-lang-more a{display: flex;font-size: 16px;color: #666;justify-content: center;padding: 10px 0;transition: all .4s ease;}

.Header-lang-more.hasIcon a span{background-repeat: no-repeat;background-position: left center;padding-left: 28px;min-width: 60px;}

.Header-lang-more.hasIcon a.CN span{background-image: url('../images/common/icon-cn.png');}

.Header-lang-more.hasIcon a.FT span{background-image: url('../images/common/icon-ft.png');}

.Header-lang-more.hasIcon a.EN span{background-image: url('../images/common/icon-en.png');}

.Header-lang-more.hasIcon a.DE span{background-image: url('../images/common/icon-de.png');}

.Header-lang-more.hasIcon a.BR span{background-image: url('../images/common/icon-br.png');}

.Header-lang-more.hasIcon a.ES span{background-image: url('../images/common/icon-es.png');}

.Header-lang-more.hasIcon a.FR span{background-image: url('../images/common/icon-fr.png');}

.Header-lang-more.hasIcon a.JP span{background-image: url('../images/common/icon-jp.png');}

.Header-lang-more.hasIcon a.RU span{background-image: url('../images/common/icon-ru.png');}

.Header-lang-more a:hover {color: #fff;background: #012fa7;}

.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}

@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}



.Header-search{float: right;}

.Header-search-click{height: 80px;color: #666;font-size: 18px;cursor: pointer;font-weight: 600;z-index: 999;transition: color .4s ease;display: flex;align-items: center;justify-content: center;position: relative;}

.Header-search-click::after{content: "\e6a6";font-family: "icon";}

.Header-search-click.active::after{content: "\e903";font-size: 17px;}

.Header-search-click:hover{color: #012fa7 !important;}

.Header-search-item{display: none;position: absolute;width: 100%;height: 80px;align-items: center;top: 0;left: 0;z-index: 99;text-align: right;}

.Header-search-item .contain{padding-right: 148px;}

.Header-search-item.active{display: flex;}

.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;font-size: 20px;color: #666;background: transparent;cursor: pointer;margin-right: 0;}

.Header-search-item button::after{content: "\e6a6";font-family: "icon";}

body.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}



.Header-navbar{float: right;margin-right: 40px;visibility: visible;opacity: 1;}

body.PC .Header-navbar{display: block !important;}

.Header-navbar>ul>li{float: left;margin: 0 28px;position: relative;z-index: 9;}

.Header-navbar>ul>li:last-child{margin-right: 0;}

.Header-navbar>ul>li:first-child{margin-left: 0;}

.Header-menu{position: relative;height: 80px;display: flex;align-items: center;font-size: 15px;color: #666;font-weight: 700;transition: color .4s ease;}

.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #012fa7;}

.Header-arrow{display: none;}

.Header-drop{display: none;position: absolute;background: rgba(255, 255, 255, 0.85);backdrop-filter: saturate(180%) blur(20px);left: 50%;width: 160px;margin-left: -80px;top:calc(100% - 4px);min-width:100%;border-top:4px solid #012fa7;border-radius:5px 5px 0 0;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);transition: top .4s ease;}

.Header-drop-menu{display: flex;width: 100%;position: relative;}

.Header-drop-menu>a{display: flex;width: 100%;height: auto;font-size: 15px;line-height: 24px;padding: 10px 4px;text-align: center;color: #666;align-items: center;justify-content: center;transition: all .4s ease;}

/* .Header-drop-menu.active, .Header-drop-menu>a:hover{background: #012fa7;color: #fff;} */



/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */

@media all and (min-width:1100px) {

    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}

    .Lucency .Header{background: transparent;box-shadow: none;}

    .Lucency .Header::after{background: rgba(255, 255, 255, 0.2);opacity: 1;}

    .Lucency .Header-menu{color: #fff;}

    .Lucency .Header-lang-menu{color: #fff;}

    .Lucency .Header-search-click{color: #fff;}

    

    .bodyMouse .Header, .bodySearch .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

    .bodyMouse .Header-menu, .bodySearch .Header-menu{color: #666;}

    .bodyMouse .Header::after, .bodySearch .Header::after{background: rgba(0, 0, 0, 0.1);opacity: 0;}

    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s{opacity: 0;}

    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h{opacity: 1;}

    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu{color: #666;}

    .bodyMouse .Header-search-click, .bodySearch .Header-search-click{color: #666;}

    .bodySearch .Header-lang{display: none;}



    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}

    .noGap .Container{margin-top: 0;}

    .noGap .Header-logo img.s{display: block;}

}



.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);}

}



/* 底部 */

.Footer{width: 100%;background: #16161b;position: relative;z-index: 9;}

.Footer-items{width: 100%;padding: 100px 0 30px;}

.Footer-navbar{width: 100%;user-select: none;}

.Footer-navbar>ul{justify-content: space-between;}

.Footer-navbar>ul>li{width: auto;position: relative;}

.Footer-menu{font-size: 16px;color: #ffffff;display: flex;}

.Footer-arrow{display: none;}

.Footer-drop{width: 100%;margin-top: 18px;}

body.PC .Footer-drop{display: block !important;}

.Footer-drop-menu{display: flex;position: relative;width: 100%;}

.Footer-drop-menu>a{font-size: 14px;padding: 6px 0;color: #6d6d6d;display: flex;line-height: 1.24;transition: all .4s ease;}

.Footer-drop-menu>a:hover{color: #fff;}

.Footer-code{width: 100%;margin-top: 32px;display: flex;justify-content: flex-end;}

.Footer-code a{display: flex;align-items: center;justify-content: center;position: relative;margin-right: 30px;}

.Footer-code a span{font-size: 20px;color: #888890;}

.Footer-code a:last-child{margin-right: 0;}

.Footer-code-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 44px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}

.Footer-code-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -14px;left: 50%;margin-left: -8px;}

.Footer-code-img img{width: 100%;height: 100%;object-fit: cover;}

.Footer-code a:hover .Footer-code-img{display: block;animation: FooterCode .6s ease-in-out both;}

@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

.Footer-friend{width: 100%;display: flex;align-items: flex-start;margin-top: 20px;}

.Footer-friend-hint, .Footer-friend-link a {color: #969da6;line-height: 24px;font-size: 14px;}

.Footer-friend-link{flex: 1;}

.Footer-friend-link a{transition: all .4s ease;margin-right: 14px;}

.Footer-friend-link a:last-of-type{margin-right: 0;}

.Footer-friend-link a:hover{color: #fff;}

.Footer-copyright{width: 100%;}

.Footer-copyright .contain{justify-content: space-between;align-items: center;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 40px 0;}

.Footer-copyright .info{color: #7d7d7d;line-height: 18px;font-size: 14px;}

.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;}



/* 视频弹窗 */

.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{max-width: 1000px;position: relative;opacity: 0;}

.popVideo-video{width: 100%;display: flex;justify-content: center;}

.popVideo-video video{max-height: 82vh;}

.popVideo-video iframe{width: 1000px;height: 600px;}

.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{width: 100%;height: 450px;}}

@media all and (max-width:680px) {.popVideo-video iframe{height: 220px;}}



/* 中间+共用部分 */

.Container{width: 100%;margin-top: 80px;}

.section{width: 100%;position: relative;overflow: hidden;}

.contain{width: 1400px;margin: 0 auto;}



.Header .contain{width: 100%;padding: 0px 120px;margin: 0px;position: relative;}

.Header::after{content: "";width: calc(100% - 240px);height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 50%;transform: translateX(-50%);bottom: 0;opacity: 0;transition: all .4s ease;}



.Footer-navbar{width: 77%;}

.Footer-content{width: 23%;display: flex;justify-content: flex-end;}



.IndBtn {transition: all .4s ease;display: flex;justify-content: center;align-items: center;}

.IndBtn.lty1{color: #fff;background-color: #012fa7;}

.IndBtn.lty1:hover{background-color: #003fe4;}

.IndBtn.lty2{background-color: #012fa7;color: #444444;}

.IndBtn.lty2:hover{color: #fff;background-color: #012fa7;}



.Header-drop {position: fixed;top: 80px;left: 0px;width: 100vw;margin-left: 0px;background-color: #fff;border-top: 1px solid #f0f0f0;border-radius: 0px;height: auto;}

.Header-drop-contain {display: flex;flex-wrap: wrap;justify-content: center;}

.Header-drop-menu {width: auto;}

.Header-drop-menu > a {width: auto;padding: 20px;position: relative;color: #6d6d6d;font-size: 14px;}

.Header-drop-menu > a span {position: relative;z-index: 2;transition: all .4s ease;}

.Header-drop-menu > a:hover span {color: #fff;}

.Header-drop-menu > a::before {content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;height: 0px;background-color: #012a98;transition: all .4s ease;}

.Header-drop-menu > a:hover::before {height: 100%;}

.Header-drop-menu > a.active span{color: #fff;}

.Header-drop-menu > a.active::before {height: 100%;}



.Header-drop_pro{padding: 35px 0px !important;}

.Header-drop_pro-contain{width: 100%;padding: 0px 120px;}

.Header-drop_pro-list {}

.Header-drop_pro-list > div{height: 700px;overflow-y: auto;padding-right: 20px;}

.Header-drop_pro-list > div::-webkit-scrollbar {width: 2px;}

.Header-drop_pro-list > div::-webkit-scrollbar-thumb {background: #012fa7;}

.Header-drop_pro-list > div::-webkit-scrollbar-track {background: #f1f1f1;}

.Header-drop_pro-list .list{margin-bottom: 15px;padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, .1);}

.Header-drop_pro-list .list:last-child{margin-bottom: 0px;padding-bottom: 0px;border-bottom: 0px solid transparent;}

.Header-drop_pro-img {width: 400px;position: relative;overflow: hidden;border-radius: 6px;}

.Header-drop_pro-img img{width: 100%;height: 100%;}

.Header-drop_pro-img span{position: absolute;top: 0px;left: 0px;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}

.Header-drop_pro-cont {width: calc(100% - 400px);padding-left: 60px;justify-content: space-between;}

.Header-drop_pro-cont .muen {border-bottom: 1px solid #efefef;display: flex;position: relative;padding-bottom: 15px;}

.Header-drop_pro-cont .muen::before{content: "";position: absolute;bottom: -1px;left: 0px;width: 45px;height: 1px;background-color: #012fa7;transition: all .4s ease;}

.Header-drop_pro-cont .muen span{display: block;width: calc(100% - 20px);transition: all .4s ease;}

.Header-drop_pro-cont .muen i{display: block;width: 20px;display: flex;justify-content: flex-start;align-items: center;transform: rotate(180deg);font-size: 12px;}

.Header-drop_pro-cont .muen:hover span{color: #012fa7;}

.Header-drop_pro-cont .muen:hover::before{width: 100%;}

.Header-drop_pro-cont .cont-l{width: 64%;}

.Header-drop_pro-cont .cont-r{width: 30%;}

.Header-drop_pro-cont .cont-r > div{height: 205px;overflow-y: auto;}

.Header-drop_pro-cont .cont-r .muen{margin-bottom: 15px;}

.Header-drop_pro-cont .cont-r .muen:last-child{margin-bottom: 0px;}

.Header-drop_pro-cont .cont-l .ul{margin-right: -40px;margin-bottom: -15px;display: block;}

.Header-drop_pro-cont .cont-l .ul .li{width: calc(100%/2 - 40px);margin-right: 40px;margin-bottom: 15px;}

.Header-drop_pro-cont .cont-l .ul .li ul{margin-bottom: -22px;}

.Header-drop_pro-cont .cont-l .ul .li ul span{color: #ff0006;margin-left: 5px;}

.Header-drop_pro-cont .cont-l .ul .li li{position: relative;padding-left: 17px;margin-bottom: 22px;margin-right: 45px;}

.Header-drop_pro-cont .cont-l .ul .li li::before{content: "";position: absolute;width: 6px;height: 6px;background-color: #b1b1b1;border-radius: 100px;left: 0px;top: 8px;}

.Header-drop_pro-cont .cont-l .ul .li:nth-child(odd){float: left;}

.Header-drop_pro-cont .cont-l .ul .li:nth-child(even){float: right;}

.Header-drop_pro-contain-mb{display: none;}



/* 侧栏 */

.slideBox{width: 100%;}

.slideList{width: 100%;}

.slideList ul{display: block;width: 100%;}

.slideList ul li{width: 100%;position: relative;}

.slideList ul li .menu{font-size: 18px;color: #000;display: flex;align-items: center;padding: 0 4%;height: 60px;transition: all .4s ease;position: relative;}

.slideList ul li .menu::after{display: none;content: "\e727";font-family: "icon";font-size: 14px;position: absolute;width: 44px;height: 44px;top: 0;right: 0px;transform: rotate(180deg);z-index: 3;}

.slideList ul li li .menu::after{height: 40px;width: 40px;}

.slideList ul li li .menu{font-size: 15px;color: #666;height: 40px;}

.slideList ul li li li .menu{font-size: 14px;height: 32px;}

.slideList ul li li li .menu::before{content: "-";margin-right: 4px;}

.slideList ul li .drop{width: 100%;display: none;}

.slideList ul li .menu:hover{color: #012fa7;}

.slideList ul li.active>.menu{color: #012fa7;}

.slideList ul li .drop.show{display: block;}

.slideList ul li .menu.click::after{display: flex;align-items: center;justify-content: center;}

.slideList ul li.on>.menu::after{transform: rotate(0);}

.slideClick, .slideShade, .slideClose{display: none;}

.slideShade{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 66;}

@media all and (max-width:1599px) {.slideList ul li .menu{height: 48px;}}

@media all and (max-width:640px) {

    .slideList ul li .menu {font-size: 16px;padding: 0 16px;height: 44px;}

}

.slideList ul li li{padding: 0px 20px;}

.slideList ul li li li{padding: 0px 20px;}

/* -- */



@keyframes DispShow {0%{opacity: 0;}100%{opacity: 1;}}



/* 协议-弹窗 */

.popDeal{position: fixed;width: 100%;height: 100%;z-index: 999;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);display: none;align-items: center;padding-top: 78px;}

.popDeal.active{display: flex;}

.popDeal .contain{position: relative;}

.popDeal-close{position: absolute;font-size: 20px;color: #cecece;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;right: 6px;top: 6px;cursor: pointer;transition: all .4s ease;}

.popDeal-close i{font-size: inherit;}

.popDeal-close:hover{color: #ff0000;}

.popDeal-more{width: 100%;background: #fff;border-radius: 16px;padding: 40px;}

.popDeal .title{width: 100%;text-align: center;}

.popDeal .line{width: 40px;height: 3px;background: #3598ff;margin-left: auto;margin-right: auto;}

.popDeal .content{width: 100%;max-height: 500px;overflow-y: auto;padding-right: 12px;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}

.popDeal .content::-webkit-scrollbar {width: 4px;border-radius: 4px;}

.popDeal .content::-webkit-scrollbar-thumb {background: #999;border-radius: 4px;}

.popDeal .content::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 4px;}

.popDeal .content{scrollbar-color:#999 #f1f1f1;scrollbar-width:thin;}

.popDeal .content{scrollbar-face-color: #999;scrollbar-shadow-color: #999;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}

.popDeal .content p{line-height: inherit;}

@media all and (max-width:1590px) {.popDeal .content{max-height: 440px;}.popDeal-more {padding: 32px;}.popDeal .line{width: 34px;}}

@media all and (max-width:680px) {.popDeal{padding-top: 60px;}.popDeal-more {padding: 20px 16px;border-radius: 10px;}.popDeal .line {width: 28px;height: 2px;}.popDeal-close{font-size: 16px;top: 0;right: 0;}}



/* 弹窗 */

.pop-up{width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;display: none;justify-content: center;align-items: center;z-index: 99999;}

.pop-up .back{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px; background-color: rgba(0, 0, 0, .5);}

.pop-up .cont{width: 530px;background-image: -webkit-linear-gradient( -73deg, rgb(250,250,250) 0%, rgb(255,255,255) 100%);position: relative;border-radius: 10px;padding: 45px;position: relative;}

.pop-up .cont .guanbi-btn{position: absolute;top: 16px;right: 16px;}

.pop-up .cont .guanbi-btn i{font-size: 30px;color: #012fa7;}

.pop-up .cont .pop-input{width: 100%;margin-bottom: 20px;}

.pop-up .cont .pop-input:last-child{margin-bottom: 0px;}

.pop-up .cont .pop-input input{width: 100%;height: 45px;box-shadow: inset 0px 6px 4px 0px rgba(148, 148, 149, 0.08);border-radius: 5px;border: 1px solid #e6e6f1;padding: 0px 16px;}

.pop-up .cont .pop-input textarea{width: 100%;height: 150px;box-shadow: inset 0px 6px 4px 0px rgba(148, 148, 149, 0.08);border-radius: 5px;border: 1px solid #e6e6f1;padding:10px 16px;}

.pop-up .cont .pop-input.row input{width: 66%;}

.pop-up .cont .pop-input.row .btn{width: 34%;height: 100%;background-color: #012fa7;}

.pop-up .cont .pop-input.row .btn a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}

.pop-up .cont .cont-btn{width: 100%;height: 45px;background-color: #012fa7;border-radius: 5px;transition: all .4s ease;}

.pop-up .cont .cont-btn:hover{background-color: transparent;border: 1px solid #012a98;}

.pop-up .cont .cont-btn a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;transition: all .4s ease;}

.pop-up .cont .cont-btn a:hover{color: #012a98;}

.pop-up .cont .title{color: #142637;}

.pop-up .cont .text{color: #778091;}

.pop-up .cont .pop-input.row input{border-radius: 5px 0px 0px 5px;}

.pop-up.active{display: flex;animation: pop-up .4s ease;}

@keyframes pop-up {0%{opacity: 0;}100%{opacity: 1;}}



i{line-height: 1;}



/* 侧边栏 */

.sideBar{position: fixed;z-index: 99999;top: 50%;transform: translateY(-50%);right: 28px;}

.sideBar-list{width: 100%;border-radius: 28px;background: #fff;padding:5px 0;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);}

.sideBar-list li{width: 100%;position: relative;width:54px}

.sideBar-list li::before{content: "";position: absolute;width: calc(100% - 28px);left: 14px;top: 0;height: 1px;background: rgba(0, 0, 0, 0.1);display:block}

.sideBar-list li:nth-child(1)::before{display: none;}

.sideBar-list .sideBar-menu{display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 8px 0;cursor: pointer;color: #666;transition: all .4s ease;user-select:none}

.sideBar-list .sideBar-menu i{font-size: 20px;}

.sideBar-code{display: none;position: absolute;right: 0;padding-right: 66px;top: 0;height: 100%;cursor: pointer;}

.sideBar-code p{display: flex;align-items: center;width: 120px;height: 114px;justify-content: center;border-radius: 5px;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);position: relative;color: #fff;}

.sideBar-code p img{width: 100%;height: 100%;}

.sideBar-phone{display: none;align-items: center;justify-content: center;position: absolute;right: 0;padding-right: 66px;top: 0;height: 100%;cursor: pointer;}

.sideBar-phone p{display: flex;align-items: center;width: 168px;height: 100%;font-size: 20px;background: #fff;justify-content: center;border-radius: 5px;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);position: relative;color: #012a98;}

.sideBar-list li:hover .sideBar-code{display: block;}

.sideBar-list li:hover .sideBar-phone{display: flex;}

.sideBar-list li:hover .sideBar-menu{color:#012a98}

@media all and (max-width:1590px) {.sideBar{right:20px}}

@media all and (max-width:680px) {.sideBar{display:none}}



.Footer-code a {width: 37px;height: 37px;border-radius: 50%;background-color: #1e1e1e;display: flex;justify-content: center;align-items: center;transition: all .4s ease;}

.Footer-code a span{color: #fff;font-size: 16px;transition: all .4s ease;}

.Footer-code a:hover{background-color: #fff;}

.Footer-code a:hover span{color: #012a98;}



.pop-up-img {position: absolute;top: 0px;left: -100%;width: 100%;height: 100%;}





/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {

    /* 1600 × (900) */

}



@media all and (max-width:1590px) {

    /* 1440 × (700)  */

    .contain{width: 1200px;}

    .Header-drop_pro-cont .cont-l .ul .li ul {margin-bottom: -10px;}

    .Header-drop_pro-cont .cont-l .ul .li li {padding-left: 15px;margin-bottom: 10px;margin-right: 10px;}

    .Header-drop_pro-img {width: 300px;}

    .Header-drop_pro-cont {width: calc(100% - 300px);padding-left: 30px;}

    .Header-drop_pro-list > div {height: 510px;}

}



@media all and (max-width:1430px) {

    /* 1360 */

}



@media all and (max-width:1350px) {

    /* 1280 */

    .Header-navbar>ul>li {margin: 0px 16px;}
}



@media all and (max-width:1270px) {

    /* 1152 × (700) */

    .contain{width: 960px;}

    .Header-navbar>ul>li {margin: 0 12px;}

    .Header .contain {padding: 0px 60px;}

    .Header::after{width: calc(100% - 120px);}

    .Header-drop_pro-cont .cont-r > div{height: auto;}

    .Header-drop_pro-cont .muen {padding-bottom: 10px;}

    .Header-drop_pro-cont .cont-r .muen {margin-bottom: 10px;}

    .Header-drop_pro-list .list {margin-bottom: 20px;}

}



/* ------------------------平板端（开始改变头部底部）-------------------------- */

@media all and (max-width:1100px) {

    /* 1024 横屏 */

    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}

    .contain-1600, .contain-1400, .contain{width: 92%;}

    .Container{margin-top: 60px;}

    .Header .contain{width: 100%;}

    .Header::after{opacity: 1;}

    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}

    .Header-logo{margin-left: 4%;width: 110px;}

    .Header-navclick{display: flex;margin-right: 4%;}

    .Header-lang{margin: 0 12px 0 4px;}

    .Header-lang.active .Header-lang-menu {color: #666;}

    .Header-lang-more{width: 120px;margin-left: -60px;}

    .Header-lang-more a{padding: 6px 0;}

    .Header-search-click:hover{color: #666 !important;}

    .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: #012fa7;z-index: 2;color: #fff;}

    .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>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}

    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}

    .Header-menu{height: 44px;padding: 0 4%;}

    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;transform: rotate(180deg);font-size: 18px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}

    .Header-arrow::after{content: "\e727";font-family: "icon";}

    .Header-arrow.active{transform: rotate(0);}

    .Header-navbar>ul>li:hover .Header-menu{color: #666;}

    .Header-navbar>ul>li.active .Header-menu{color: #012fa7;}

    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;border-radius: 0;border: none;background: #f9f9f9;backdrop-filter: inherit;box-shadow: none;}

    .Header-drop::before{display: none;}

    .Header-drop-menu>a{justify-content: flex-start;padding: 6px 4%;font-size: 15px;}

    

    .Footer-items{padding: 32px 0 36px;}

    .Footer-items .contain {width: 100%;}

    .Footer-navbar{width: 100%;}

    .Footer-navbar>ul>li{width: 100% !important;}

    .Footer-menu {height: 40px;align-items: center;padding: 0 4%;position: relative;}

    .Footer-arrow{display: block;width: 44px;height: 40px;line-height: 40px;transform: rotate(180deg);font-size: 18px;font-style: normal;color: #fff;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}

    .Footer-arrow::after{content: "\e727";font-family: "icon";}

    .Footer-arrow.active{transform: rotate(0);}

    .Footer-drop{display: none;margin-top: 0;}

    .Footer-drop-menu>a{padding: 7px 4%;width: 100%;}

    .Footer-code {justify-content: center;margin-top: 28px;padding: 0 4%;}

    .Footer-friend{display: none;}

    .Footer-copyright .contain{padding: 20px 0;}

    .Footer-copyright .info.text{display: block;}

    .Footer-copyright .info.text p{display: inline;}

    .Footer-copyright .info.link{width: 100%;margin-top: 8px;}

    .Footer-copyright .info p:not(:first-child) {margin-left: 12px;}



    .Footer-content{width: 100%;padding: 0px 4%;justify-content: flex-start;margin-top: 16px;}

    .Footer-items {padding: 32px 0 10px;}

    .Header .contain{padding: 0px;}

    .Header-search{margin-right: 30px;}

    .Header::after{width: 100%;}

    .Header-search-click {font-size: 18px;}



    .Header-drop_pro-contain{display: none;}

    .Header-drop-menu{width: 100%;}

    .Header-drop-menu > a::before{display: none;}

    .Header-drop-menu > a:hover span{color: #012fa7;}

    .Header-drop_pro-contain-mb{display: block;}

    .Header-drop_pro{padding: 0px !important;}



    .pop-up-img{display: none;}

}



@media all and (max-width:1000px) {

    /* 720 竖屏 */

}



/* ------------------------手机端-------------------------- */

@media all and (max-width:680px) {

    /* 移动终端 360 适配 */

    .pop-up .cont {width: 100%;padding: 20px;}

    .pop-up .cont .pop-input {margin-bottom: 15px;}

    .pop-up .cont .pop-input textarea {height: 100px;}

    .pop-up .cont .guanbi-btn i {font-size: 20px;}

    .pop-up .cont .cont-btn {height: 40px;margin-top: 15px;}

    .sideBar{display: none;}



    .Footer-copyright .info.text {text-align: center;}

    .Footer-copyright .info.text p{font-size: 12px;}

    .Footer-copyright .info.link {justify-content: center;}

    .Footer-menu {height: 35px;font-size: 14px;}

    .Footer-drop-menu>a{font-size: 12px;padding: 4px 4%;}

    .Header-menu {height: 40px;font-size: 14px;}

    .slideList ul li .menu {font-size: 12px;height: 35px;}

    .slideList ul li li .menu {font-size: 12px;height: 30px;}

    .slideList ul li li li .menu {font-size: 12px;height: 25px;}

    .Header-drop-menu > a.active span {color: #6d6d6d;}

    .Header-drop-menu > a {font-size: 12px;width: 100%;padding: 2px 4%;}

    .slideList ul li .menu::after {width: 35px;height: 35px;}

    .slideList ul li li .menu::after {height: 30px;width: 30px;}

    .Header-lang{margin: 0px;margin-right: 30px;}

    .Header-search {margin-right: 30px;}





}