@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::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;width: 180px;height: 84px;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-left: 12px;}
.Header-lang-menu{display: flex;align-items: center;height: 84px;color: #444444;transition: color .4s ease;}
.Header-lang-menu span{font-size: 17px;font-family: "AM";}
.Header-lang-menu i{font-size: 22px;margin-right: 4px;}
.Header-lang.active .Header-lang-menu{color: #e60012;}
/* 多个语言 Header-lang-more添加class="hasIcon" 就会启用图标 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 84px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef 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: #e60012;}
.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{width: 40px;height: 84px;color: #444444;font-size: 16px;cursor: pointer;z-index: 999;transition: color .4s ease;
    display: flex;align-items: center;justify-content: center;position: relative;font-weight: 700;}
.Header-search-click::after{content: "\e6a6";font-family: "icon";}
.Header-search-click.active::after{content: "\e903";font-size: 16px;}
.Header-search-click:hover{color: #e60012 !important;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 84px;align-items: center;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 170px;}
.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{margin-right: 0;visibility: visible;opacity: 1;display: flex;justify-content: center;}
/* body.PC .Header-navbar{display: block !important;} */
.Header-navbar>ul>li{float: left;margin: 0 31px;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: 84px;display: flex;align-items: center;font-size: 16px;color: #000;transition: color .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 3px;position: absolute;bottom: 0;background: #e60012;transition: all .4s ease;}
.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #e60012;}
.Header-navbar>ul>li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f2f4f9;top: 84px;left: 50%;width: 160px;margin-left: -80px;}
.Header-drop-menu{display: flex;width: 100%;position: relative;}
.Header-drop-menu>a{height: 100px;transition: all .4s ease;font-size: 16px;color: #666;display: flex;align-items: center;width: 100%;justify-content: center;}
.Header-drop-menu.active, .Header-drop-menu>a:hover{background: #e60012;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;}
    
    .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: #323232;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 80px 0 25px;}
.Footer-navbar{width: 100%;}
.Footer-navbar>ul{justify-content: space-between;}
.Footer-navbar>ul>li{width: auto;position: relative;}
.Footer-menu{font-size: 16px;color: #fff;display: flex;font-family: "AS";}
.Footer-arrow{display: none;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop-menu{display: flex;position: relative;width: 100%;}
.Footer-drop-menu>a{font-size: 13px;padding: 7px 0;color: #a2a2a2;display: flex;line-height: 1.24;transition: all .4s ease;font-family: "AM";}
.Footer-drop-menu>a:hover{color: #fff;}
.Footer-code{width: 100%;margin-top: 32px;display: flex;}
.Footer-code .muen{display: flex;align-items: center;justify-content: center;position: relative;margin-right: 18px;user-select: auto;text-decoration: auto;}
.Footer-code .muen span{display: flex;justify-content: center;align-items: center;width: 30px;height: 30px;border-radius:50%;background:#565656;}
.Footer-code .muen span img{position: absolute;transition: all .4s ease;max-width:20px;max-height:18px}
.Footer-code .muen:hover span{background:#ea121d}
.Footer-code .muen:last-child{margin-right: 0;}
.Footer-code-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 40px;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: -15px;left: 50%;margin-left: -8px;}
.Footer-code-img img{width: 100%;height: 100%;object-fit: cover;}
.Footer-code .muen: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: 50px;}
.Footer-friend-hint, .Footer-friend-link a {color: #7a7a7a;line-height: 24px;font-size: 12px;}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: 15px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #fff;}
.Footer-copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 30px 0;}
.Footer-copyright .contain{justify-content: space-between;align-items: center;}
.Footer-copyright .info{color: #7a7a7a;line-height: 16px;font-size: 12px;}
.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;}

/* 侧边栏 */
.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: #ea121d;}
.sideBar-list li:hover .sideBar-code{display: block;}
.sideBar-list li:hover .sideBar-phone{display: flex;}
.sideBar-list li:hover .sideBar-menu{color:#e60012}
@media all and (max-width:1590px) {.sideBar{right:20px}}
@media all and (max-width:680px) {.sideBar{display:none}}



/* 视频弹窗 */
.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: 84px;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain{width: 1560px;margin: 0 auto;}

.Header-Btn{float: right;height: 84px;display: flex;align-items: center;margin-left: 32px;}
.Header-Btn .list{width: 165px;height: 40px;position: relative;}
.Header-Btn .list > div{background-image: -moz-linear-gradient( 0deg, rgb(251,103,80) 0%, rgb(230,0,18) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(251,103,80) 0%, rgb(230,0,18) 100%);background-image: -ms-linear-gradient( 0deg, rgb(251,103,80) 0%, rgb(230,0,18) 100%);
    border-radius: 20px;display: flex;justify-content: center;align-items: center;transition: all .4s ease;width: 100%;height: 40px;position: absolute;top: 0px;left: 0px;
    overflow: hidden;
}
.Header-Btn a {height: 40px;display: flex;align-items: center;}
.Header-Btn a img{margin-right: 10px;transition: all .4s ease;}
.Header-Btn a:hover img{transform: rotate(90deg);}
.Header-Btn .list > div:hover{height: 120px;}

.Header > .contain{width: auto;margin: 0px 80px;}
.Footer-content {width: 40%;}
.Footer-navbar {width: 60%;}
.Footer-content li{color: #a2a2a2;margin-bottom: 5px;}
.Footer-content li:last-child{margin-bottom: 0px;}

.Header-drop{position: fixed;top: 84px;background-color: #f2f4f9;left: 0px;margin-left: 0px;width: 100%;}
.Header-drop > .muen{display: flex;justify-content: center;width: 100%;}
.Header-drop-menu{font-size: 15px;color: #555;width: fit-content;margin: 0px 22px;}
.Header-drop-menu>a:hover{color: #e60012;background-color: rgba(0, 0, 0, 0);}

.Header-drop_pro{background-color: #f5f4f8;position: fixed;top: 84px;width: 100%;left: 0px;margin-left: 0px;height: 700px;}
.Header-drop_pro .contain{height: 100%;}
.Header-drop_pro-cont {height: 100%;}
.Header-drop_pro-cont .cont-l{width: 17%;background-color: #f8f8fb;border-right: 1px solid #e6e6e6;padding: 20px 0px;height: 100%;}
.Header-drop_pro-cont .cont-r{width: 83%;padding: 64px 230px 95px 85px;}
.Header-drop_pro-cont .cont-l a{width: 100%;height: 40px;display: flex;align-items: center;justify-content: center;margin-bottom: 5px;transition: all .4s ease;}
.Header-drop_pro-cont .cont-l a:last-child{margin-bottom: 0px;}
.Header-drop_pro-cont .cont-l a span{font-size: 12px;color: #e60012;transition: all .4s ease;display: block;transform: rotate(180deg);margin-left: 20px;}
.Header-drop_pro-cont .cont-l a.active {background-color: #e60012;color: #fff;}
.Header-drop_pro-cont .cont-l a.active span{color: #fff;}
.Header-drop_pro-list {margin-right: -40px;margin-bottom: -44px;}
.Header-drop_pro-list .list {width: calc(100%/4 - 40px);margin-right: 40px;margin-bottom: 44px;}
.Header-drop_pro-list .list .line{width: 100%;background-color: #e5e5e5;height: 1px;position: relative;}
.Header-drop_pro-list .list .line::before{content: "";position: absolute;left: 0px;top: 0px;width: 28px;height: 1px;background-color: #e60012;}
.Header-drop_pro-list .list li{margin-bottom: 4px;}
.Header-drop_pro-list .list li:last-child{margin-bottom: 0px;}
.Header-drop_pro-cont .cont-r > .muen{display: none;}
.Header-drop_pro-cont .cont-r > .muen.active{display: block;}
.Header-drop_pro-cont .cont-r a{transition: all .4s ease;}
.Header-drop_pro-cont .cont-r a:hover{color: #e60012;}

.Header-drop_fanan{height: auto;background-color: #f2f4f9;}
.Header-drop_fanan-list {padding: 90px;margin-right: -60px;margin-bottom: -50px;}
.Header-drop_fanan-list .list {border-bottom: 1px solid #e4e4e4;display: block;width: calc(100%/5 - 60px);margin-right: 60px;margin-bottom: 50px;padding-bottom: 15px;}
.Header-drop_fanan-list .list .title{display: flex;align-items: center;transition: all .4s ease;}
.Header-drop_fanan-list .list .img{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;margin-right: 12px;}
.Header-drop_fanan-list .list .img img{width: 100%;height: 100%;}
.Header-drop_fanan-list .list:hover .title{color: #e60012;}

.searchan{background-color: #f3f3f3;}
.searchan-from{display: flex;position: relative;display: flex;justify-content: center;align-items: center;}
.searchan-from .muen{width: 620px;border: 2px solid #e60012;height: 40px;border-radius: 20px;}
.searchan-from .btn1{display: flex;justify-content: center;align-items: center;width: 45px;height: 100%;}
.searchan-from .btn1 i{color: #e60012;font-weight: 700;border-radius: 20px;}
.searchan-from .btn2{width: 110px;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 20px;height: 100%;background-color: #e60012;}
.searchan-from  input{width: calc(100% - 110px - 45px);height: 100%;padding-right: 15px;background-color: rgba(0, 0, 0, 0);}
.searchan-list {display: flex;}
.searchan-list span{margin-right: 15px;}
.searchan-list a{margin-right: 28px;padding-bottom: 15px;display: flex;}
.searchan-list a.active{border-bottom: 2px solid #e60012;color: #e60012;}

.searchlb{background-color: #f9f9f9;}
.searchlb-cont .cont-l{width: 75%;}
.searchlb-cont .cont-r{width: 25%;padding-left: 88px;}
.searchlb-list .list{border: 1px solid rgb(238, 238, 238);border-radius: 6px;background-color: #fff;display: flex;padding: 50px 60px;flex-direction: column;margin-bottom: 20px;}
.searchlb-list .list .title{display: flex;align-items: center;position: relative;}
.searchlb-list .list .title > .icon{position: absolute;right: 0px;transform: rotate(180deg);}
.searchlb-list .list .title i{color: #e60012;font-size: 12px;}
.searchlb-list .list .img{height: 25px;overflow: hidden;display: flex;align-items: center;margin-right: 20px;}
.searchlb-list .list .img img{max-height: 100%;}
.searchlb-list .list .title .text{padding-right: 20px;transition: all .4s ease;}
.searchlb-list .list:hover .title .text{color: #e60012;}
.searchlb-list .list:last-child{margin-bottom: 0px;}
.searchlb-muen{border: 1px solid rgb(238, 238, 238);border-radius: 6px;background-color: #fff;}
.searchlb-muen a{padding: 40px 30px 30px 40px;display: flex;flex-direction: column;border-bottom: 1px solid #eeeeee;}
.searchlb-muen .title {position: relative;display: flex;align-items: center;}
.searchlb-muen .title i{transform: rotate(180deg);font-size: 12px;color: #e60012;display: block;position: absolute;right: 0px;}
.searchlb-muen .text{padding-right: 40px;}
.searchlb-muen .title span{transition: all .4s ease;}
.searchlb-muen a:hover .title span{color: #e60012;}
.searchlb-cont .cont-r > .title{padding-left: 30px;}

/* 侧栏 */
.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 20px;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: #e60012;}
.slideList ul li.active>.menu{color: #e60012;}
.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;}
/* -- */
.Header-drop-mb{display: none;}
.Header-drop-pc {display: flex;justify-content: center;padding: 55px 0px 76px 0px;}
.Header-drop-pc .cont{width: 788px;align-items: center;}
.Header-drop-pc .cont .cont-l{width: 56%;border-radius: 6px;overflow: hidden;}
.Header-drop-pc .cont .cont-l img{width: 100%;height: 100%;transition: all .4s ease;}
.Header-drop-pc .cont .cont-l:hover img{transform: scale(1.04);}
.Header-drop-pc .cont .cont-r{width: 44%;padding-left: 60px;}
.Header-drop-pc .cont .cont-r a{height: 55px;display: flex;width: 100%;position: relative;align-items: center;border-bottom: 2px solid #ededed;transition: all .4s ease;}
.Header-drop-pc .cont .cont-r a .title{width: calc(100% - 20px);transition: all .4s ease;}
.Header-drop-pc .cont .cont-r a i{width: 20px;display: flex;align-items: center;height: 100%;transform: rotate(180deg);font-size: 12px;color:#e60012;opacity: 0;}
.Header-drop-pc .cont .cont-r a:hover{border-bottom: 2px solid #e60012;}
.Header-drop-pc .cont .cont-r a:hover .title{color: #e60012;}
.Header-drop-pc .cont .cont-r a:hover i{opacity: 1;}


.Header-navbar>ul>li:nth-child(3) .Header-menu{cursor: default;}
.Header-navbar>ul>li:nth-child(4) .Header-menu{cursor: default;}
.Header-navbar>ul>li:nth-child(5) .Header-menu{cursor: default;}
.Header-navbar>ul>li:nth-child(6) .Header-menu{cursor: default;}

.sideBar{margin-top: -140px;}













/* -------------------------4k端 S=50% Y*2--------------------------- */
@media all and (min-width:3000px) and (max-width:5000px) {}
/* -------------------------2k端 S=75% Y*1.5--------------------------- */
@media all and (min-width:2000px) and (max-width:3000px) {}

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

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain{width: 1200px;}
    .Header-search-item .contain {padding-right: 180px;}
    .Header > .contain {width: auto;margin: 0px 40px;}
    .Header-drop_pro-cont .cont-r {width: 83%;padding: 54px 170px 70px 80px;}
    .Header-drop_fanan-list {padding: 50px;margin-right: -60px;margin-bottom: -50px;}
    .searchlb-cont .cont-r {padding-left: 50px;}
    .searchlb-muen a{padding: 26px;}
    .searchlb-muen .text {padding-right: 30px;}
    .searchlb-list .list {padding: 35px 40px;}
    .Header-drop_pro{height: 570px;}
}

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

@media all and (max-width:1350px) {
    /* 1280 */
    .Header-navbar>ul>li {margin: 0 16px;}
    .Header-search-item .contain {padding-right: 260px;}
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .contain{width: 960px;}
    .Header-navbar>ul>li {margin: 0 12px;}
    .Header-Btn a {width: 140px;height: 40px;}
    .searchlb-cont .cont-l{width: 100%;}
    .searchlb-cont .cont-r{width: 100%;padding-left: 0px;margin-top: 25px;}
}

/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .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;top: 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: #e60012;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-menu::before{display: none;}
    .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: #e60012;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop-menu>a{height: 34px;justify-content: flex-start;padding: 0 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 {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;}
    .Header-Btn{display: none;}
    .Header .contain{margin: 0px;}
    .Header-lang{margin: 0px;margin-right: 30px;}
    .Header-search-click{width: auto;margin-right: 30px;}
    .Footer-content{width: 100%;padding: 0px 4%;}
    .Header-drop_pro-cont .cont-r{display: none;}
    .Header-drop_pro-cont .cont-l{width: 100%;padding: 0px;}
    .Header-drop_pro-cont .cont-l a span {display: none;}
    .Header-drop_pro-cont .cont-l a {justify-content: flex-start;padding: 0px 4%;}
    .Header-drop_pro-cont .cont-l a.active{background-color: rgba(0, 0, 0, 0);color: #555;}
    .Header-drop_fanan-list .list {border-bottom: 0px solid #e4e4e4;width: 100%;margin-right: 0px;margin-bottom: 5px;padding-bottom: 0px;height: 40px;align-items: center;display: flex;}
    .Header-drop_fanan-list {margin-right: 0px;margin-bottom: 0px;padding: 0px 4%;}
    .Header-drop_fanan-list .list .img{display: none;}
    .Header-drop > .muen{flex-wrap: wrap;}
    .Header-drop-menu {width: 100%;padding: 0px 4%;margin: 0px;}
    .Header-drop-menu>a{height: 40px;padding: 0px;align-items: center;display: flex;}
    .Header-drop{height: auto;background-color: #f2f4f9;}
    .Header-drop-mb{display: block;}
    .Header-drop-pc{display: none;}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .Footer-code {margin-top: 12px;}
    .Header-logo{padding: 5px;margin-right: 20px;}
    .Header-logo img{max-height: 100%;}
    .Header-search-click{margin-right: 20px;}
    .searchan-list a {margin-right: 15px;padding-bottom: 5px;}
    .searchan-from .muen{width: 100%;}
    .searchlb-list .list {padding: 18px;margin-bottom: 10px;}
    .searchlb-list .list > .text{margin-top: 12px;}
    .searchlb-cont .cont-r > .title{padding-left: 0px;}
    .searchlb-muen a {padding: 12px;}
}