@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;border-bottom: 1px solid #ececec;transition: all .4s ease;}

.Header-logo{float: left;height: 96px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{width: 206px;}
.Header-logo img.s{display: block;}
.Header-logo img.h{display: none;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 96px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 96px;line-height: 96px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 148px;}
.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: #747474;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{visibility:visible;opacity:1;text-align:center;height:96px}
.navbarScroll{display:inline-block}
body.PC .Header-navbar{display:block!important}
.Header-navbar li{float:left;margin:0 35px;position:relative;z-index:9}
.Header-navbar li.hasChild{position:static}
.Header-navbar li:last-child{margin-right:0}
.Header-navbar li:first-child{margin-left:0}
.Header-menu{position:relative;height:96px;display:flex;align-items:center;font-size:16px;color:#555;transition:color .4s ease}
.Header-menu::before{content:"";width:100%;left:0;opacity:0;height:4px;position:absolute;bottom:0;background:#be0000;transition:all .4s ease}
.Header-navbar li.active .Header-menu,.Header-navbar li:hover .Header-menu{color:#be0000!important}
.Header-navbar li.active .Header-menu::before{opacity:1}
.Header-arrow{display:none}
.Header-drop.style1{display:none;position:absolute;background:#f7f7f7;top:96px;left:50%;width:238px;margin-left:-119px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden}
.Header-drop.style1 a{display:block;width:100%;height:76px;line-height:76px;font-size:16px;color:#444;text-align:center;transition:all .4s ease;position:relative;z-index:2}
.Header-drop.style1 a:after{content:'';background:url(../images/common/drop-bg.png) no-repeat right center/100% auto;width:100%;height:100%;position:absolute;right:0;top:0;z-index:-1;opacity:0;visibility:hidden;transition:all .4s ease;transform:translateX(10%)}
.Header-drop.style1 a.active,.Header-drop.style1 a:hover{background:#be0000;color:#fff}
.Header-drop.style1 a:hover:after{opacity:1;visibility:visible;transform:translateX(0)}
.Header-drop.style2{background:#fff;width:100%;position:absolute;left:0;top:97px;padding:70px 0 80px;display:none}
.Header-drop.style2 .in{display:flex;justify-content:center;margin-left:-100px;flex-wrap:wrap;margin-top:-30px}
.Header-drop.style2 .item{margin-left:100px;margin-top:30px;width:13.5%}
.Header-drop.style2 .item .pic{display:block;height:110px;width:100%;overflow:hidden;margin-top:20px}
.Header-drop.style2 .item .drop-sub{display:flex;flex-wrap: wrap;justify-content: space-between;margin-top:10px}
.Header-drop.style2 .item .pic:hover img{opacity:.8}
.Header-drop.style2 .item .tit{color:#333;font-size:18px;display:block}
.Header-drop.style2 .item .drop-sub a{display:block;font-family:samsung;color:#666;margin-top:7px;transition:color .4s ease;text-align: left}
.Header-drop.style2 .item .drop-sub a:hover{color:#be0000}
.Header-lang{height:96px;display:flex;align-items:center;float:right;font-size:0}
.Header-lang a{display:flex;width:30px;height:30px;align-items:center;justify-content:center;font-family:samsung;font-size:15px;line-height:1;color:#555;border-radius:50%;transition:background-color .4s ease,color .4s ease;margin-left:20px}
.Header-lang a.active,.Header-lang a:hover{background:#be0000;color:#fff}
.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:#777;display:block;position:relative;transition:all .2s linear}
.Header-navclick span:after,.Header-navclick span:before{content:"";position:absolute;height:2px;background:#777;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 .3s ease forwards;-webkit-animation:buttonAnimation .3s ease forwards;animation:buttonAnimation .3s ease forwards}
.Header-navclick.active span:before{-moz-animation:buttonAnimationBefore .3s ease forwards;-webkit-animation:buttonAnimationBefore .3s ease forwards;animation:buttonAnimationBefore .3s ease forwards}
.Header-navclick.active span:after{-moz-animation:buttonAnimationAfter .3s ease forwards;-webkit-animation:buttonAnimationAfter .3s ease forwards;animation:buttonAnimationAfter .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);}
}

/* 透明 */
body.NoGap .Container-wrapper{margin-top: 0;}
body.Lucency .Header-wrapper{background: transparent;border-bottom-color: rgba(255,255,255,.15)}
body.Lucency .Header-logo img.s{display: none;}
body.Lucency .Header-logo img.h{display: block;}
body.Lucency .Header-menu,body.Lucency li.active .Header-menu{color: #fff!important}
body.Lucency .Header-search-click{background-image: url('../images/common/searchW.svg');}
body.Lucency .Header-lang a{color: #fff}
/* -- */
body.Lucency.Mouse .Header-wrapper{background: #fff;border-bottom-color:#ececec}
body.Lucency.Mouse .Header-logo img.s{display: block;}
body.Lucency.Mouse .Header-logo img.h{display: none;}
body.Lucency.Mouse .Header-menu,body.Lucency.Mouse li.active .Header-menu{color: #555!important}
body.Lucency.Mouse .Header-search-click{background-image: url('../images/common/search.svg');}
body.Lucency.Mouse .Header-lang a:not(.active){color: #555}
/* -- */
body.Lucency.onSearch .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Lucency.onSearch .Header-logo img.s{display: block;}
body.Lucency.onSearch .Header-logo img.h{display: none;}
body.Lucency.onSearch .Header-menubody.Lucency.onSearch .Header-menu{color: #555!important}
body.Lucency.onSearch .Header-search-click.active{background-image: url('../images/common/close.svg');}
body.Lucency.onSearch .Header-lang a:not(.active){color: #555}

/* 底部 */
.Footer-wrapper{width: 100%;background: #19222c;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 50px 0 24px;}
.Footer-items .contain-1600{
    display: flex;
    flex-wrap: wrap;
}
.Footer-navbar{overflow: hidden;user-select: none;width: 100%;margin-top: 50px;}
.Footer-lft{width: 80%;}
.Footer-rgt{ width: 20%;text-align: right;}
.Footer-contact p{color: #a5aaaf;font-size: 15px;letter-spacing: 0.5em;line-height: 1;}
.Footer-contact .phone{color: #fff;font-size: 26px;line-height: 1;margin-top: 10px;}
.Footer-qrCode{margin-top: 55px;display: flex;justify-content: flex-end;}
.Footer-qritem{text-align: center;width: auto;}
.Footer-qrCode .Footer-qritem+.Footer-qritem{margin-left: 20px;}
.Footer-qrCode p{font-size: 18px;color: #fff;line-height: 1;}
.Footer-qrCode picture{width: 132px;height: 132px;border-radius: 5px;padding: 5px;display: block;overflow: hidden;background: #fff;margin: 10px 0 0 auto;}
.Footer-navbar ul{display: flex;flex-wrap: wrap}
.Footer-navbar li{width: 20%;}
.Footer-menu{font-size: 20px;color: #fff;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
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-copyright{width: 100%}
.Footer-copyright .contain-1600{border-top:1px solid #353d44;padding: 28px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #a5aaaf;line-height: 18px;}
.Footer-copyright h6{font-size: 15px;float: left;}
.Footer-copyright p{font-size: 15px;float: right;}

.FooterCode{width: 100%;font-size: 0;margin-top: 70px;display: flex;justify-content: flex-end}
.FooterCode a{display: flex;position: relative;align-items: center;justify-content: center;border-radius: 50%;background: #374b60;width: 26px;height: 26px;transition: background-color .4s ease}
.FooterCode a+a{margin-left: 6px}
.FooterCode a>img{width: 14px;}
.FooterCode a.qq>img{width: 18px}
.FooterCode a:hover{background: #a79a9a}
.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;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

.Footer-info img{width: 206px;}

/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #be0000 url('../images/common/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}

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



/* 视频弹窗 */
.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}
    .Header-drop.style2 .item{width: 15.5%}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600{width: 1200px}
    .Header-navbar li{margin: 0 20px}
    .Header-drop.style1 a{height: 60px;line-height: 60px}
    .Header-drop.style1{width: 200px;margin-left: -100px}
    .Header-drop.style2{padding: 60px 0}
    .Header-drop.style2 .item{width: 18%;margin-left: 80px}
    .Footer-qrCode{margin-top: 40px}
    .FooterCode{margin-top: 50px}
    .Footer-contact .phone{font-size: 24px;margin-top: 5px}
    .Footer-navbar{margin-top: 40px}
    .Footer-menu{font-size: 18px}
    .Footer-drop{margin-top: 5px}
    .Footer-qrCode picture{width: 120px;height: 120px}

    .Footer-lft{width: 76%;}
   .Footer-rgt{ width: 24%;}
}

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

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600{width: 960px}
    .Header-navbar li{margin: 0 15px}
    .Header-lang a{margin-left: 10px}
    .Header-drop.style2{padding: 40px 0}
    .Footer-rgt{width: 100%;text-align: center;margin-top: 30px}
    .Footer-qrCode picture{margin: 10px auto 0}
    .FooterCode{justify-content: center;margin-top: 20px}
    .Footer-lft{width: 100%}
    .Footer-navbar{border: 0}
    .Footer-qrCode{margin-top: 20px}
    .Footer-contact .phone{font-size: 22px}
    .Header-drop.style2 .item .pic{height: 92px;margin-top: 10px}
    .Footer-qrCode{justify-content: center;}
}

@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-1400, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain-1600{width: 100%;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{width: 164px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active 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;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: #555 !important;}
    .Header-navbar li.active .Header-menu{color: #be0000 !important;}
    .Header-drop.style1 {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop.style1 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;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: #be0000 url('../images/common/searchW.svg') no-repeat center /26px 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.svg') !important;}
    .Header-lang{height: 60px;margin-right: 20px}
    .Header-drop.style2{position: static;padding: 0 0 20px}
    .Header-drop.style1 a:after{display: none}
    .Header-drop.style2 .in{margin-left: 0;margin-top: -15px;justify-content: space-between}
    .Header-drop.style2 .item{width: 31%;margin-left: 0;margin-top: 15px}
    .Header-drop.style2 .item .drop-sub a{font-size: 13px;margin-top:0}
    .Header-drop.style2 .item .pic{height: 110px}
    .Footer-items .contain-1600{width: 100%}
    .Footer-info{padding: 0 4%}
    .Footer-navbar{margin-top: 20px}

    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .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-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;text-align: center}
    .Footer-copyright p{width: 100%;text-align: center}
    .FooterCode {text-align: center;margin-top: 28px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-lang a{width: 20px;height: 20px;margin-left: 5px}
    .Header-lang a.active{display: none}
    .Header-drop.style2 .item{width: 100%;margin-top: 20px}
    .Header-drop.style2 .item .tit{font-size: 16px}
    .Header-drop.style2 .item a{font-size: 13px;margin-top: 4px}
    .Header-drop.style2 .item .pic{height: auto;margin-top: 5px}
}