@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper { 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); }
.Header-logo { float: left; height: 88px; display: flex; align-items: center; position: relative; z-index: 999; }
.Header-logo img { max-width: 100%; max-height:70px;}
.Header-lang { float: right; position: relative; z-index: 999; margin-left: 12px; }
.Header-lang-menu { display: flex; align-items: center; height: 88px; color: #777; transition: color .4s ease; }
.Header-lang-menu span { font-size: 16px; font-family: Arial; }
.Header-lang-menu i { margin-right: 4px; }
.Header-lang.active .Header-lang-menu { color: #00519c; }
/* 多个语言 */
.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: 88px; 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: block; font-size: 16px; color: #666; text-align: center; padding: 10px 0; transition: all .4s ease; }
.Header-lang-more a span { display: inline-block; }
.Header-lang-more a:hover { color: #fff; background: #00519c; }
.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; margin-right: 10px; }
.Header-search-click { width: 40px; height: 88px; color: #666; font-size: 20px; cursor: pointer; z-index: 999; display: flex; align-items: center; justify-content: center; position: relative; }
.Header-search-click::after { content: "\e649"; font-family: "icon"; color: #00519c; font-weight: 700; }
.Header-search-click.active::after { content: "\e64e"; }
.Header-search-item { display: none; position: absolute; width: 100%; height: 88px; line-height: 88px; 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: #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: #333; background: transparent; cursor: pointer; margin-right: 0; }
.Header-search-item button::after { content: "\e649"; font-family: "icon"; color: #00519c; }
body.onSearch .Header-navbar { visibility: hidden; opacity: 0; }
.Header-navbar { float: right; margin-right: 14%; visibility: visible; opacity: 1; }
body.PC .Header-navbar { display: block !important; }
.Header-navbar li { float: left; margin: 0 18px; position: relative; z-index: 9; font-weight: 700; }
.Header-navbar li:last-child { margin-right: 0; }
.Header-navbar li:first-child { margin-left: 0; }
.Header-menu { position: relative; height: 88px; display: flex; align-items: center; font-size: 16px; color: #333; transition: color .4s ease; }
.Header-menu::before { content: ""; width: 100%; left: 0; opacity: 0; height: 4px; position: absolute; bottom: 0; background: #00519c; transition: all .4s ease; }
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu { color: #00519c; }
.Header-navbar li.active .Header-menu::before { opacity: 1; }
.Header-arrow { display: none; }
.Header-drop { display: none; position: absolute; background: #f7f7f7; top: 88px; left: 50%; width: 160px; margin-left: -80px; }
.Header-drop2{ opacity:0; visibility:hidden;}
.Header-drop a { display: flex; width: 100%; height: 48px; align-items: center; justify-content: center; font-size: 16px; color: #333; transition: all .4s ease; }
.Header-drop a.active, .Header-drop a:hover { background: #00519c; 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: #00519c; display: block; position: relative; transition: all .2s linear; }
.Header-navclick span:before, .Header-navclick span:after { content: ""; position: absolute; height: 2px; background: #00519c; display: block; left: 0; width: 100%; transition: all .2s linear; }
.Header-navclick span:before { top: -7px; }
.Header-navclick span:after { top: 7px; }
.Header-navclick.active span { -moz-animation: buttonAnimation 0.3s ease forwards; -webkit-animation: buttonAnimation 0.3s ease forwards; animation: buttonAnimation 0.3s ease forwards; }
.Header-navclick.active span:before { -moz-animation: buttonAnimationBefore 0.3s ease forwards; -webkit-animation: buttonAnimationBefore 0.3s ease forwards; animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after { -moz-animation: buttonAnimationAfter 0.3s ease forwards; -webkit-animation: buttonAnimationAfter 0.3s ease forwards; animation: buttonAnimationAfter 0.3s ease forwards; }
@-moz-keyframes buttonAnimationBefore {  
0% {
-moz-transform: translateY(0px) rotate(0);
transform: translateY(0px) rotate(0);
}
 50% {
-moz-transform: translateY(7px) rotate(0);
transform: translateY(7px) rotate(0);
}
 100% {
-moz-transform: translateY(7px) rotate(45deg);
transform: translateY(7px) rotate(45deg);
}
}
@-webkit-keyframes buttonAnimationBefore {  
0% {
-webkit-transform: translateY(0px) rotate(0);
transform: translateY(0px) rotate(0);
}
 50% {
-webkit-transform: translateY(7px) rotate(0);
transform: translateY(7px) rotate(0);
}
 100% {
-webkit-transform: translateY(7px) rotate(45deg);
transform: translateY(7px) rotate(45deg);
}
}
@keyframes buttonAnimationBefore {  
0% {
-moz-transform: translateY(0px) rotate(0);
-ms-transform: translateY(0px) rotate(0);
-webkit-transform: translateY(0px) rotate(0);
transform: translateY(0px) rotate(0);
}
 50% {
-moz-transform: translateY(7px) rotate(0);
-ms-transform: translateY(7px) rotate(0);
-webkit-transform: translateY(7px) rotate(0);
transform: translateY(7px) rotate(0);
}
 100% {
-moz-transform: translateY(7px) rotate(45deg);
-ms-transform: translateY(7px) rotate(45deg);
-webkit-transform: translateY(7px) rotate(45deg);
transform: translateY(7px) rotate(45deg);
}
}
@-moz-keyframes buttonAnimationAfter {  
0% {
-moz-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
 50% {
-moz-transform: translateY(-7px) rotate(0);
transform: translateY(-7px) rotate(0);
}
 100% {
-moz-transform: translateY(-7px) rotate(-45deg);
transform: translateY(-7px) rotate(-45deg);
}
}
@-webkit-keyframes buttonAnimationAfter {  
0% {
-webkit-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
 50% {
-webkit-transform: translateY(-7px) rotate(0);
transform: translateY(-7px) rotate(0);
}
 100% {
-webkit-transform: translateY(-7px) rotate(-45deg);
transform: translateY(-7px) rotate(-45deg);
}
}
@keyframes buttonAnimationAfter {  
0% {
-moz-transform: translateY(0) rotate(0);
-ms-transform: translateY(0) rotate(0);
-webkit-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
 50% {
-moz-transform: translateY(-7px) rotate(0);
-ms-transform: translateY(-7px) rotate(0);
-webkit-transform: translateY(-7px) rotate(0);
transform: translateY(-7px) rotate(0);
}
 100% {
-moz-transform: translateY(-7px) rotate(-45deg);
-ms-transform: translateY(-7px) rotate(-45deg);
-webkit-transform: translateY(-7px) rotate(-45deg);
transform: translateY(-7px) rotate(-45deg);
}
}
@-moz-keyframes buttonAnimation {  
0% {
background: transparent;
}
 50% {
background: rgba(255, 255, 255, 0);
}
 100% {
background: rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes buttonAnimation {  
0% {
background: transparent;
}
 50% {
background: rgba(255, 255, 255, 0);
}
 100% {
background: rgba(255, 255, 255, 0);
}
}
@keyframes buttonAnimation {  
0% {
background: transparent;
}
 50% {
background: rgba(255, 255, 255, 0);
}
 100% {
background: rgba(255, 255, 255, 0);
}
}
/* 底部 */
.Footer-wrapper { width: 100%; background: #181818; position: relative; z-index: 9; }
.Footer-items { width: 100%; padding: 90px 0 80px; }
.Footer-navbar { width: 65%; user-select: none; float: left; display: flex; }
.Footer-logo{}
.Footer-logo img{ max-height:100px;}
.Footer-navbar ul { flex: 1; padding-left: 70px; }
.Footer-navbar li { width: calc(100% / 3); }
.Footer-menu { font-size: 16px; color: #fff; font-weight: 700; display: block; }
.Footer-drop { width: 100%; margin-top: 12px; }
body.PC .Footer-drop { display: block !important; }
.Footer-contact { width: 35%; float: right; text-align: right; font-size: 16px; }
.Footer-name { color: #fff; font-weight: 700; }
.Footer-name:first-child { margin-bottom: 5px; }
.Footer-phone, .Footer-email, .Footer-position, .Footer-address { color: rgba(255, 255, 255, .5); }
.Footer-phone { margin-top: 25px; display: block; }
.Footer-email { margin-top: 5px; }
.Footer-address { margin-top: 10px; }
.Footer-more { font-weight: 700; display: flex; user-select: none; align-items: center; justify-content: center; width: 240px; height: 54px; border-radius: 50px; margin: 80px 0 0 auto; color: #fff; background: #7c7c7c; transition: all .4s ease; cursor: pointer; }
.Footer-more::after { content: ""; width: 24px; height: 19px; display: inline-block; margin-left: 15px; background: url('../images/footer-email.png') no-repeat center/100% auto; }
.Footer-more:hover { background: #00519c; }
.Footer-drop a { display: block; font-size: 14px; color: rgba(255, 255, 255, .5); line-height: 1; padding: 7px 0; transition: all .4s ease; }
.Footer-drop a:hover { color: #fff; }
.FooterCode { display: flex; float: right; }
.FooterCode a { display: flex; align-items: center; justify-content: center; position: relative; margin-right: 30px; }
.FooterCode a span { font-size: 20px; color: #fff; }
.FooterCode a:last-child { margin-right: 0; }
.FooterCode-img { display: none; width: 152px; height: 152px; padding: 6px; position: absolute; bottom: 40px; 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-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%; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 24px 0; }
.Footer-copyright h6, .Footer-copyright p { color: rgba(255, 255, 255, .5); line-height: 18px; float: left; }
.Footer-copyright p { margin-left: 10px; }
.Footer-copyright p a { text-decoration: underline; transition: all .4s ease; }
.Footer-copyright p a:hover { color: #fff; }
/* 置顶 */
.backTop { display: none; right: 40px; bottom: 60px; width: 44px; height: 44px; line-height: 44px; font-size: 23px; color: #fff; text-align: center; border-radius: 4px; position: fixed; cursor: pointer; z-index: 9999; background: #00519c; }
.backTop::after { content: "\e684"; font-family: "icon"; }
@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; }
}
/* 视频弹窗 */
.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 { width: 1000px; position: relative; opacity: 0; }
.popVideo-video { width: 100%; }
.popVideo-video video { width: 100%; }
.popVideo-video iframe { width: 100%; height: 500px; }
.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 { height: 400px; }
}
@media all and (max-width:640px) {
.popVideo-video iframe { height: 200px; }
}
/* 底部弹窗 */
.popup-box { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999; background: rgba(0, 0, 0, .7); display: none; }
.popup { width: 360px; padding: 70px 40px 80px; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; border: 5px solid #bc0b19; }
.popup-close { user-select: none; position: absolute; top: 30px; right: 20px; cursor: pointer; width: 40px; height: 40px; transition: all .6s ease; }
.popup-close::after, .popup-close::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 75%; height: 1px; background: #000; transition: all .6s ease; }
.popup-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.popup-close:hover { transform: rotate(180deg); }
.popup-title { letter-spacing: 4px; }
.popup input { width: 100%; height: 43px; line-height: 43px; padding-left: 20px; border: 1.5px solid #e0e0e0; }
.popup input::-webkit-input-placeholder {
color: #333;
}
.popup button { user-select: none; width: 100%; cursor: pointer; position: relative; transition: all .4s ease; }
.popup button span { transition: all .4s ease; display: block; }
.popup button::after, .popup button::before { content: ""; position: absolute; top: 50%; right: 0; width: 95px; height: 1px; background: #d4d0db; transition: all .4s ease; }
.popup button::after { right: auto; left: 0; }
.popup button:hover span { transform: translateY(-5px); }
.popup button:hover::after, .popup button:hover::before { width: 75px; }
/* 中间+共用部分 */
.Container-wrapper { width: 100%; margin-top: 88px; }
.contain-1600, .contain-1400, .contain { margin: 0 auto; }
.contain-1600 { width: 1600px; }
.contain-1400 { width: 1400px; }
.contain { width: 1280px; }






/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
/* 1600 × (900) */
.contain-1600 { width: 1400px; }
}
 @media all and (max-width:1599px) {
/* 1440 × (700)  */
.contain-1600, .contain-1400 { width: 1200px; }
.contain { width: 1080px; }
.Header-navbar { margin-right: 8%; }
.Footer-navbar ul { padding-left: 40px; }
.Footer-more { width: 210px; height: 50px; margin: 40px 0 0 auto; }
}
 @media all and (max-width:1439px) {
/* 1360 */
}
 @media all and (max-width:1359px) {
/* 1280 */
}
 @media all and (max-width:1279px) {
/* 1152 × (700) */
.contain-1600, .contain-1400 { width: 960px; }
.contain { width: 980px; }
.Header-navbar { margin-right: 4%; }
.Header-navbar li { margin: 0 10px; }
.Header-search-item .contain { padding-right: 90px; }
.Footer-logo { width: 150px; }
.FooterCode a { margin-right: 15px; }
}
 @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 { 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, .Header-lang-menu { height: 60px; }
.Header-logo { margin-left: 4%; width: 70px; }
.Header-navclick { display: flex; margin-right: 4%; }
.Header-lang { margin: 0 12px 0 4px; }
.Header-lang-more { width: 120px; margin-left: -60px; top: 60px; }
.Header-lang-more a { padding: 6px 0; }
.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; line-height: 44px; font-size: 20px; font-style: normal; color: #666; text-align: center; position: absolute; z-index: 9; right: 0; top: 0; }
.Header-arrow::after { content: "\e61f"; font-family: "icon"; }
.Header-arrow.active { transform: rotate(180deg); }
.Header-navbar li:hover .Header-menu { color: #666; }
.Header-navbar li.active .Header-menu { color: #00519c; }
.Header-drop { position: relative; top: 0; left: 0; width: 100%; margin-left: 0; overflow: hidden; padding: 8px 0; }
.Header-drop2{ opacity:1; visibility:visible;}
.Header-drop a { height: 34px; justify-content: flex-start; 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: #00519c; z-index: 2; color: #fff; }
.Footer-logo { display: none; }
.Footer-items { padding: 25px 0 36px 4%; }
.Footer-items .contain { width: 100%; }
.Footer-navbar { width: 100%; flex-wrap: wrap; }
.Footer-navbar ul { width: 100%; padding: 0; }
.Footer-navbar li { width: 100% !important; }
.Footer-menu { height: 40px; line-height: 40px; position: relative; }
.Footer-menu::after { content: "\e61f"; font-family: "icon"; text-align: center; font-weight: 400; width: 44px; height: 40px; line-height: 40px; font-size: 20px; color: #fff; position: absolute; z-index: 9; right: 0; top: 0; }
.Footer-menu.active::after { transform: rotate(180deg); }
.Footer-drop a { padding: 7px 0; }
.Footer-drop { display: none; margin-top: 0; }
.FooterCode { text-align: center; margin-top: 28px; padding: 0; }
.Footer-friend { display: none; }
.Footer-copyright h6 { width: 100%; margin-bottom: 8px; }
.Footer-copyright p { margin-left: 0; width: 100%; }
.Footer-copyright { padding: 20px 0; }
.Footer-contact { width: 100%; text-align: left; margin-top: 30px; }
.FooterCode { float: left; }
.Footer-more { margin: 30px 0 0; width: 160px; height: 45px; }
.Footer-phone { margin-top: 15px; }
.Header-search { margin-right: 0; }
}
@media all and (max-width:640px) {
/* 移动终端以上 360 适配 */
.popup { width: 80%; padding: 40px 20px; border: 4px solid #bc0b19; }
.popup-close { top: 10px; width: 30px; height: 30px; right: 15px; }
.popup input { font-size: 14px; padding-left: 10px; }
 .popup input::-webkit-input-placeholder {
font-size: 14px;
}
}
.pro-drop{ width:840px; background:#f7f7f7; padding:10px 0; position:absolute; top:110%; left:50%; transform:translateX(-50%); opacity:0; visibility:hidden; transition:all .3s ease;}
.Header-navbar li:hover .pro-drop{ opacity:1; visibility:visible; top:100%;}
.pro-drop dl{ }
.pro-drop dl dd{ float:left; width:18%; margin:0 1%;}
.pro-drop dl dd a{}
.pro-drop dl dd .img{ padding-bottom:100%; position:relative; background:#fff;}
.pro-drop dl dd .img img{ width:100%; height:100%; object-fit:contain; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro-drop dl dd .txt{ color:#999; text-align:center;}
.pro-drop dl dd .txt .h2{ font-size:14px; line-height:24px; font-weight:700; color:#333; margin-top:5px;}
.pro-drop dl dd .txt .h3{ font-size:12px; line-height:16px; font-weight:300;}
@media(max-width:1000px){
.pro-drop{ display:none !important;}
}
