@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;background: #ffffff;position: fixed;left: 0;top: 0;z-index: 99999999; box-shadow: 2px 0 7px rgba(0, 0, 0, .10);}
.Header-logo{float: left;width: 220px;}
.Header-logo a{display: block;width:100%;height: 90px;line-height: 90px;user-select: none;}
.Header-logo a img{max-width: 100%;object-fit: cover;}

.Header-navber{font-size: 0;width: 100%;text-align: center;}
.Header-navber li{display: inline-block;margin: 0 40px;position: relative;}
.Header-drop{opacity: 0;width: 138px; position: absolute;left: -38px;top: 90px;transition: opacity .5s ease;}
.Header-drop a{display: block;font-size: 15px;color: #616161;width: 100%;height: 40px;line-height: 40px;background-color: #ffffff;transition: all .4s ease;}
.Header-drop a img{width: 32px;height: 32px;display: inline-block;object-fit: cover;}
.Header-navber li:first-child{margin-left: 0;}
.Header-navber li:last-child{margin-right: 0;}
.Header-menu{display: block; font-size: 15px;font-weight: 800; color: #616161;height: 90px;line-height: 90px;transition: all .4s ease;}
.Header-navber li:hover .Header-menu,.Header-navber li.active .Header-menu{color:#ffe100;}
.Header-navber li:hover .Header-drop{opacity: 1;}
.Header-drop a:hover{color:#fff100;font-weight: 800;}
.Header-lang{float:right;position: relative;user-select: none;}
.Header-langlink{display: block;font-size: 16px;color: #616161;height:90px;;line-height: 90px;}
.Header-langlink i{display: inline-block; width: 17px;height: 17px;background: url(../images/public/lang.png) no-repeat center;vertical-align: middle;margin: -2px 4px 0 0;}


.Header-lang{float:right;position: relative;user-select: none;}
.Header-langlink{display: block;font-size: 16px;color: #616161;height:90px;;line-height: 90px;}
.Header-langlink i{display: inline-block; width: 17px;height: 17px;background: url(../images/public/lang.png) no-repeat center;vertical-align: middle;margin: -2px 4px 0 0;}


.Header-search-click{width: 20px;height: 90px;background: url(../images/public/search.png) no-repeat center;float: right;cursor: pointer;transition: all .4s ease;position: relative; z-index: 2;margin-right: 26px;}
.Header-search{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.8);z-index: 9999;}
.Header-search-close{position: absolute;z-index: 2;width: 40px;height: 40px;right: 17%;top: 16%;background: url('../images/public/close.png') no-repeat center;opacity: .8;transition: all .4s ease;cursor: pointer;}
.Header-search-close:hover{opacity: 1;transform: rotate(90deg);}
.Header-search-item{position: absolute;z-index: 2;width: 406px;height: 42px;left: 0;top: 0;bottom: 0;right: 0;margin: auto;}
.Header-search-item input{width: 100%;background: transparent;height: 42px;font-size: 16px;color: #fff;padding-right: 34px;}
.Header-search-item button{position: absolute;width: 34px;height: 42px;cursor: pointer;background: url('../images/public/searchW.png') no-repeat right center;top: 0;right: 0;z-index: 2;opacity: 0;transition: background .4s ease;}
.Header-search-item button:hover{background-image: url('../images/public/searchH.png');}
.Header-search-item::after{content: "";position: absolute;width: 0%;height: 1px;background: #fff;left: 0;bottom: 0;}
.Header-search-item.ontrue::after{width: 100%;transition: all .8s ease .4s;}
.Header-search-item.ontrue button{opacity: 1;transition: opacity .4s ease 1.2s;}


/* 搜索 */

/* 手机汉堡键 */
.Header-navclick{height: 60px;cursor: pointer;user-select: none;display: none;float:right;}
.Header-navclick span{width: 24px;height: 2px;background:#616161;display: block;position: relative;margin-top: 44px;transition: all .2s linear;}
.Header-navclick span::before,.Header-navclick span::after{content: "";position: absolute;height: 2px;background:#616161;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span::before{top: -7px;}
.Header-navclick span::after{top: 7px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span::before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue 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-color:#585858;}
.Footer-listitem{width: 100%;padding-top:58px;}
.Footer-list{width: 50%;float: left; padding: 0 10px;}
.Footer-list li{width:24.8% ;float: left;}
.Fotter-menu{display: block;width:100%; font-size: 16px;color: #ffffff;font-weight: bold;margin-bottom: 10px;}
.Footer-navarr{display: none;}
.Footer-menulist{width: 100%; display: flex;flex-direction: column;}
.Footer-menulist a{display: block;width: 100%;font-size: 12px;color: #cccccc;line-height: 26px;transition: all .4s ease;}
.Footer-menulist a:hover{color: #fff100;}
.Footer-menuewm{width: 100%;display: flex;}
.Footer-menuewm img{display: block;object-fit: cover;margin-right: 7px;}
.Footer-menuewm a{display: block;}
.Footer-listtel{width: 50%;float: right;}
.Footer-listtelitem {float: right;}
.Footer-listtelitem img{display:inline-block;object-fit: cover;margin-bottom: 15px;}
.Footer-listtelitem p{font-size: 12px;color: #cccccc;line-height: 22px;}
.Footer-copy{width: 100%;border-top: 1px solid #666666;margin-top: 38px;}
.Footer-copyitem{width: 100%;padding: 0 10px;}
.Footer-copylft{float: left;}
.Footer-copylft a{display: inline-block; font-size: 12px;color: #cccccc;height: 68px;line-height: 68px;}
.Footer-copyrgt{float: right;}
.Footer-copyrgt a{display: inline-block;height: 68px;display: flex;align-items: center;}
.Footer-copyrgt a span{font-size: 12px;color: #cccccc;}
.Footer-copyrgt i{display: inline-block;width: 14px;height: 8px;background: url(../images/public/top.png) no-repeat center;margin-left: 7px;}

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



/* 视频 */
.popVideo {display: none;position: fixed;z-index: 99999;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);top: 0;left: 0;}
.popVideo-content {display: flex;justify-content: center;align-items: center;position: relative;width: 66%;height: 100%;margin: 0 auto;}
.popVideo-core {position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.popVideo-core video {width: 100%;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top:0;z-index: 3;background: url('../images/public/close.png') no-repeat center;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover {opacity: 1;}
@media all and (max-width:1279px) {.popVideo-content{width: 92%;}.popVideo-close{right: 0;}}
/* ---- */


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

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .contain{width: 92%;}
    .Header-navber li{margin: 0 36px;}
    .Header-search-close {right: 8%;}
}

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

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navber li{margin: 0 30px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-search-close {right: 9%;}
  
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navber li{margin: 0 18px;}
    .Header-search-close {top: 10%;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}
    .Header-logo a{height: 60px;line-height: 60px;width: 82%;}
    .Header-langlink{height: 60px;line-height: 60px;}
    .Header-search-click{height: 60px;}
    .Header-navclick span{margin-top: 30px;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;background:#d9d9d9;position: absolute;left: 0;bottom: 0;}
    .Header-navclick{display: block;}
    .Header-langlink{margin-right: 20px;}
    .Header-navber{display: none; position: absolute;left: 0;top: 60px;background-color: #ffffff;z-index: 3;}
    .Header-navber ul{display: flex;flex-direction: column;width: 100%;text-align: left;margin: 0 4%;}
    .Header-navber li{margin: 0;}
    .Header-menu{height: 52px;line-height: 52px;} 
    .Footer-listitem {padding-top: 42px; }
    .Footer-listtelitem p {font-size: 16px;}
    .Footer-list{width: 100%;}
    .Footer-list li{position: relative;width: 100%;}
    .Footer-list li:last-child{text-align: center;margin-top: 40px;}
    .Fotter-menu {margin-bottom: 16px;font-size: 18px;}
    .Footer-menulist{display: none;padding-bottom: 14px;}
    .Footer-menulist a {font-size: 16px;}
    .Footer-menuewm{justify-content: center;}
    .Footer-navarr {width: 40px;height: 40px;display: block;background: url(../images/public/iconArrW.png) no-repeat center;position: absolute;right: 0;top: -8px;z-index: 2;transition: .2s ease;}
    .Footer-listtel{width: 100%;text-align: center;}
    .Footer-listtel img{text-align: center;}
    .Footer-listtelitem{width: 100%;}
    .Footer-copyitem{display: flex;flex-direction: column-reverse;text-align: center;height: 68px;}
    .Footer-copyrgt{width: 100%;}
    .Footer-copyrgt a{justify-content: center;height: 20px;}
    .Footer-copyrgt a span{font-size: 14px;}
    .Footer-copylft{width: 100%;}
    .Footer-copylft a{height: 38px;line-height: 22px;font-size: 14px;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-logo{width:188px;}
    .Header-search-item{width: 248px;}
    .Footer-listitem {padding-top: 28px;}
    .Fotter-menu {font-size: 15px;margin-bottom: 8px;}
    .Footer-menulist a {font-size: 14px;}
    .Footer-listtelitem p {font-size: 12px;}
    .Footer-copylft a {height: 42px;line-height: 18px;font-size: 12px; }
    .Footer-list li:last-child {margin-top: 28px;}
    .Footer-copy {margin-top: 24px;}

}

