/**
 * ########################################################################################################################
 * ### Header - Pc
 * ########################################################################################################################
 */
/* #header { display: none; } */
.header-pc-wrapper { position: fixed; width: 100%; left: 0; top: 0; z-index: 60; color: #FFFFFF; font-size: 18px; transition: all 0.6s, color 0s, font-size 0.1s; }

/* 隐藏 */
.header-pc-wrapper.hide { opacity: 0; }

/* 第一屏 */
.header-pc-wrapper.first-screen {  background: #242738; }
.header-pc-wrapper.second-screen {  background: #fff; color: #011240; }

/* 内页Header */
.header-pc-wrapper.header-inner-page { background: #FFFFFF; color: #000000; }

/* 媒体查询 */
@media screen and (max-width: 1366px) {
  .header-pc-wrapper { font-size: 16px; }
}
@media screen and (max-width: 1024px) {
  .header-pc-wrapper { font-size: 15px; }
}
@media screen and (max-width: 860px) {
  .header-pc-wrapper { font-size: 13px; }
}
@media screen and (max-width: 768px) {
  .header-pc-wrapper { display: none; }
}



/* Logo */
/* 首页：显示白色Logo，隐藏黑色Logo */
.header-pc-wrapper .logo { width: 100%; display: block; transition: all 0.6s, color 0s, font-size 0.1s; }
/* .header-pc-wrapper .logo-black { display: none; } */
.header-pc-wrapper .logo-color { width: 100%; display: none; }

/* 第三第四屏：显示原色Logo，隐藏其他Logo */
.header-pc-wrapper.second-screen .logo { display: none; }
.header-pc-wrapper.second-screen .logo-color { display: block; }
.header-pc-wrapper.second-screen .tel-number { color: #00979f; }
/* .header-pc-wrapper.second-screen:hover { color: #fff; }
.header-pc-wrapper.second-screen:hover .logo { display: block; }
.header-pc-wrapper.second-screen:hover .logo-color { display: none; }
.header-pc-wrapper.second-screen:hover .tel-number { color: #fff; } */
/* 内页：显示黑色Logo，隐藏白色Logo */
/* .header-pc-wrapper.header-inner-page .logo { display: none; } */
/* .header-pc-wrapper.header-inner-page .logo-black { display: block; } */

/* Header收起 */
.header-pc-wrapper.shrink .logo-link { width: 108px; top: 24px; }

/* 菜单为偶数 */
.header-pc-wrapper .logo-link-fixed { position: absolute; width: 128px; left: 50%; top: 36px; z-index: 9; margin: 0 auto; display: flex; align-items: center; justify-content: center; opacity: 1; transform: translateX(-50%) scale(1); transition: all 0.6s, color 0s, font-size 0.1s; }

/* 菜单为奇数 */
.header-pc-wrapper .logo-link-clone { width: 0px; overflow: hidden; transition: all 0.6s, color 0s, font-size 0.1s; }
.header-pc-wrapper .logo-link-clone .logo { width: 80px; transform: scale(0); opacity: 0; }

/* 媒体查询 */
@media screen and (max-width: 1366px) {
  .header-pc-wrapper .logo-link { width: 88px !important; }
}
@media screen and (max-width: 1024px) {
  .header-pc-wrapper .logo-link { width: 80px !important;; }
}
@media screen and (max-width: 860px) {
  .header-pc-wrapper .logo-link { width: 68px !important;; }
}



/* 导航菜单 */
/* 一级菜单 */
.header-pc-wrapper .nav-wrap-first { position: relative; height: 100px; display: flex; align-items: center; justify-content: center; 
padding: 0 30px 0; margin-top: 80px; transition: all 0.6s, color 0s, font-size 0.1s; }
.header-pc-wrapper .nav-wrap-first .language-switch { display: flex; align-items: center; position: absolute; top: 50%; left: 30px; font-size: 18px; 
font-family: 'DINProBold'; transform: translateY(-50%); }
.header-pc-wrapper .nav-wrap-first .language-switch .yuzhong { margin-right: 10px; font-size: 28px; }
.header-pc-wrapper .nav-wrap-first .language-switch .arrow { margin-left: 10px; font-size: 15px; transform: rotate(180deg); }

.header-pc-wrapper .nav-wrap-first .tel-number { position: absolute; top: 50%; right: 30px; display: flex; align-items: center; font-size: 30px; font-family: 'DINProMedium'; transform: translateY(-50%); }
.header-pc-wrapper .nav-wrap-first .tel-number .iconfont { margin-right: 15px; font-size: 25px; }
.header-pc-wrapper .nav-wrap-first .tel-number:hover span { color: var(--color); }


.header-pc-wrapper .nav-list-first { flex: 1; flex-shrink: 0; height: 100%; display: flex; align-items: center; justify-content: center; transition: all 0.6s, color 0s, font-size 0.1s; }
.header-pc-wrapper .item-first { padding: 0 0.36rem; height: 100%; display: flex; align-items: center; transition: all 0.6s, color 0s; }
.header-pc-wrapper .link-first { display: flex; align-items: center; transition: all 0.6s, color 0s, font-size 0.1s; }
.header-pc-wrapper .link-first .iconfont { margin-left: 10px; transition: all .6s; transform: rotate(180deg); font-size: 15px; }
.header-pc-wrapper .link-first:hover .iconfont { transform: rotate(0deg); }

.header-pc-wrapper .link-first.active { color: #00929A; }
/* .header-pc-wrapper .link-first.active .iconfont { transform: rotate(0deg); } */

.header-pc-wrapper .dropdown-icon { font-size: 16px; }

/* Header收起 */
.header-pc-wrapper.shrink .nav-wrap-first { height: 80px; margin-top: 0; }

/* 菜单为偶数 */
.header-pc-wrapper .nav-list-first_left { justify-content: flex-end; }
.header-pc-wrapper .nav-list-first_right { justify-content: flex-start; }

/* 菜单为奇数 */
.header-pc-wrapper.odd .item-first_logo-item { padding: 0; }

/* Header收起 + 菜单为偶数 */
.header-pc-wrapper.shrink.even .nav-list-first_left { padding: 0 100px; }
.header-pc-wrapper.shrink.even .nav-list-first_right { padding: 0 100px; }

/* Header收起 + 菜单为奇数 */
.header-pc-wrapper.shrink.odd .logo-link-fixed { transform: translateX(-50%) scale(0); opacity: 0; }
.header-pc-wrapper.shrink.odd .logo-link-clone { width: 80px; }
.header-pc-wrapper.shrink.odd .logo-link-clone .logo { transform: scale(1); opacity: 1; }
.header-pc-wrapper.shrink.odd .item-first_logo-item { padding: 0 0.36rem; }

/* 媒体查询 */
@media screen and (max-width: 1366px) {
  .header-pc-wrapper .nav-wrap-first { height: 70px; }
  /* .header-pc-wrapper.shrink .nav-wrap-first { height: 72px; } */
  .header-pc-wrapper.shrink.even .nav-list-first_left { padding: 0 80px; }
  .header-pc-wrapper.shrink.even .nav-list-first_right { padding: 0 80px; }
}
@media screen and (max-width: 1024px) {
  .header-pc-wrapper .nav-wrap-first { height: 50px; }
  /* .header-pc-wrapper.shrink .nav-wrap-first { height: 70px; } */
  .header-pc-wrapper.shrink.even .nav-list-first_left { padding: 0 46px; }
  .header-pc-wrapper.shrink.even .nav-list-first_right { padding: 0 46px; }
  .header-pc-wrapper .nav-wrap-first .language-switch { font-size: 14px; }
  .header-pc-wrapper .nav-wrap-first .language-switch .yuzhong { font-size: 18px; }
  .header-pc-wrapper .nav-wrap-first .language-switch .arrow { font-size: 12px; }

  .header-pc-wrapper .nav-wrap-first .tel-number { font-size: 18px; }
  .header-pc-wrapper .nav-wrap-first .tel-number .iconfont { font-size: 14px; }
}
@media screen and (max-width: 860px) {
  .header-pc-wrapper.shrink .nav-wrap-first { height: 60px; }
  .header-pc-wrapper.shrink.even .nav-list-first_left { padding: 0 30px; }
  .header-pc-wrapper.shrink.even .nav-list-first_right { padding: 0 30px; }
}



/* 子导航菜单 */
.header-pc-wrapper .child-nav-wrap { position: fixed; z-index: -1; width: 100%; top: -100vh; background: #666666; left: 0; display: flex; opacity: 0; transition: opacity 0.6s 0.3s; color: #FFFFFF; }
.header-pc-wrapper .child-nav-wrap.show { top: 180px; opacity: 1; }

/* 左侧盒子 */
.header-pc-wrapper .left-group { flex: 1; flex-shrink: 0; display: flex; justify-content: flex-end; position: relative; padding-bottom: 1rem; background: #1e212d; overflow: hidden; }



/* 二级菜单 */
.header-pc-wrapper .nav-wrap-second { width: 50%; padding: 18px 0 0; margin-right: 80px; font-size: 16px; }


.header-pc-wrapper .nav-tit { padding: 40px 0 16px; border-bottom: 1px #2e303b solid; }

.header-pc-wrapper .nav-list-second { display: flex; flex-wrap: wrap; width: 100%; max-height: 60vh; padding: 20px 0 40px; overflow-y: auto; }


.header-pc-wrapper .nav-list-second::-webkit-scrollbar{ width: 5px; height: 5px; background-color: #F5F5F5; }
.header-pc-wrapper .nav-list-second::-webkit-scrollbar-track{box-shadow: inset 0 0 6px rgba(0,0,0,0.3);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5; }
.header-pc-wrapper .nav-list-second::-webkit-scrollbar-thumb {border-radius: 5px;box-shadow: inset 0 0 6px rgba(0,0,0,.3);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #bdbdbd; }
.header-pc-wrapper .nav-list-second::-webkit-scrollbar-thumb:hover{border-radius: 5px;box-shadow: inset 0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);}


.header-pc-wrapper .item-second { width:33.3333%; padding: 5px 0; display: flex; align-items: center; color: rgba(255, 255, 255, .4); }

/* .header-pc-wrapper .item-second:nth-child(even) .link-second::after { left: 100%; }

.header-pc-wrapper .item-second:nth-child(odd) .link-second::after { right: 100%; }
.header-pc-wrapper .item-second.active:nth-child(even) .link-second::after { left: 0; }
.header-pc-wrapper .item-second.active:nth-child(odd) .link-second::after { right: 0; } */

.header-pc-wrapper .item-second.active { color: var(--color); }

.header-pc-wrapper .link-second { position: relative; overflow: hidden; display: inline-block; padding: 3px 0; transition: all 0.6s; }

/* .header-pc-wrapper .link-second::after { content: ""; width: 100%; height: 1px; background: #FFFFFF; position: absolute; bottom: 0; transition: all 0.6s; } */
.header-pc-wrapper .arrow-icon-right { font-size: 12px; margin-left: 3px; }

/* 三级菜单 */
.header-pc-wrapper .nav-wrap-third { position: absolute; right: -500px; width: 1.8rem; top: 40px; z-index: 9; transition: all 0.6s; font-size: 15px; line-height: 1.2; opacity: 0; }
.header-pc-wrapper .item-second.active .nav-wrap-third { right: 1rem; opacity: 1; }
.header-pc-wrapper .item-third { padding: 4px 0; }
.header-pc-wrapper .link-third { position: relative; overflow: hidden; display: inline-block; padding: 3px 0; }
.header-pc-wrapper .link-third::after { content: ""; width: 100%; height: 1px; background: #FFFFFF; position: absolute; bottom: 0; transition: all 0.6s; }
.header-pc-wrapper .item-third:nth-child(even) .link-third::after { left: 100%; }
.header-pc-wrapper .item-third:nth-child(odd) .link-third::after { right: 100%; }
.header-pc-wrapper .item-third.active:nth-child(even) .link-third::after { left: 0; }
.header-pc-wrapper .item-third.active:nth-child(odd) .link-third::after { right: 0; }

/* 右侧盒子 */
.header-pc-wrapper .right-group { flex: 1; flex-shrink: 0; }
.header-pc-wrapper .imgs-wrap {  background: #242738; padding: 90px 0 90px 120px; height: 100%; display: flex; align-items: center; }
.header-pc-wrapper .img-box { display: block; width: 64%; }
.header-pc-wrapper .img-outer { width: 100%; padding-bottom: 57%; position: relative; }
.header-pc-wrapper .img-inner { position: absolute; width: 100%; height: 100%; overflow: hidden; }
.header-pc-wrapper .img { display: block; width: 100%; height: 100%; opacity: 0; transform: scale(1); -o-object-fit: cover; object-fit: cover; position: absolute; z-index: 9; left: 0; top: -100%; transition: all 0.6s; }
.header-pc-wrapper .img.show { transform: scale(1); opacity: 1; top: 0; }

/* Header收起时 */
.header-pc-wrapper.shrink .child-nav-wrap { top: -100vh; }
.header-pc-wrapper.shrink .child-nav-wrap.show { top: 80px; }

/* 媒体查询 */
@media screen and (max-width: 1366px) {
  .header-pc-wrapper .child-nav-wrap.show { top: 150px; }
  .header-pc-wrapper.shrink .child-nav-wrap.show { top: 70px; }
  .header-pc-wrapper .nav-wrap-second { width: 50%; font-size: 14px; padding-bottom: 80px; }
  .header-pc-wrapper .img-box { width: 65%; }
  .header-pc-wrapper .item-second { padding: 3px 0; }
  .header-pc-wrapper .nav-wrap-third { font-size: 14px; }
  .header-pc-wrapper .item-third { padding: 3px 0; }
}
@media screen and (max-width: 1280px) {
  .header-pc-wrapper .nav-wrap-second { width: 60%; }
}
@media screen and (max-width: 1024px) {
  .header-pc-wrapper .child-nav-wrap.show { top: 130px; }
  .header-pc-wrapper.shrink .child-nav-wrap.show { top: 68px; }
  .header-pc-wrapper .nav-wrap-second { width: 64%; padding-bottom: 80px; margin-right: 100px; font-size: 13px; }
  .header-pc-wrapper .img-box { width: 78%; }
  .header-pc-wrapper .item-second { padding: 3px 0; }
  .header-pc-wrapper .nav-wrap-third { font-size: 13px; }
  .header-pc-wrapper .item-third { padding: 3px 0; }
}
@media screen and (max-width: 860px) {
  .header-pc-wrapper .child-nav-wrap.show { top: 100px; }
  .header-pc-wrapper.shrink .child-nav-wrap.show { top: 58px; }
  .header-pc-wrapper .nav-wrap-second { font-size: 12px; padding-bottom: 80px; }
  .header-pc-wrapper .img-box { width: 90%; }
  .header-pc-wrapper .item-second { padding: 2px 0; }
  .header-pc-wrapper .nav-wrap-third { font-size: 12px; }
  .header-pc-wrapper .item-third { padding: 2px 0; }
}



/* 鼠标移动到菜单上时添加底色 */
/* .header-pc-wrapper:not(.first-screen):hover .logo-link-fixed { background: #333333; }
.header-pc-wrapper:not(.first-screen):hover .nav-wrap-first { background: #333333; } */



/**
 * ########################################################################################################################
 * ### Header - Mo
 * ########################################################################################################################
 */
/* Wrap */
.header-mo-wrapper .header-mo-wrap { position: fixed; z-index: 15; width: 100%; height: 58px; left: 0; top: -100px; display: flex; align-items: center; justify-content: space-between; color: #FFFFFF; padding: 0 0.72rem; transition: all 0.6s; background: #000000; }

/* 内页 */
.header-mo-wrapper.header-inner-page .header-mo-wrap { background: #FFFFFF; color: #000000; }

/* Logo */
/* 首页：显示白色Logo，隐藏黑色Logo */
.header-mo-wrapper .header-mo-wrap .logo { width: 1.98rem; }
.header-mo-wrapper .header-mo-wrap .logo-black { display: none; }

/* 内页：显示黑色Logo，隐藏白色Logo */
.header-mo-wrapper.header-inner-page .header-mo-wrap .logo { display: none; }
.header-mo-wrapper.header-inner-page .header-mo-wrap .logo-black { display: block; }

/* 菜单按钮 */
.header-mo-wrapper .header-mo-wrap .menus-icon { font-size: 0.92rem; }



/* Mask */
.header-mo-wrapper .header-mo-content { position: fixed; z-index: 180; width: 100%; height: 100%; left: -100%; top: 0; background: #333333; transition: all 0.3s; opacity: 0; display: flex; flex-direction: column; }
.header-mo-wrapper .header-mo-content.show { opacity: 1; left: 0; }
.header-mo-wrapper .header-mo-content.hidden { opacity: 0; transition: all 0.6s; }



/* Top */
.header-mo-wrapper .header-mo-content .top-wrap { width: 100%; height: 58px; left: 0; top: 0; display: flex; align-items: center; justify-content: space-between; color: #FFFFFF; padding: 0 0.72rem; flex-shrink: 0; }
.header-mo-wrapper .header-mo-content .logo { width: 1.98rem; }
.header-mo-wrapper .header-mo-content .close-icon { font-size: 0.4rem; width: 0.6rem; height: 0.6rem; background: rgba(255, 255, 255,0.3); display: flex; align-items: center; justify-content: center; border-radius: 50%; }

/* 导航菜单 */
.header-mo-wrapper .header-mo-navs { flex: 1; overflow-y: auto; }
.header-mo-wrapper .header-mo-navs-content { color: #FFFFFF; font-size: 0.24rem; padding: 0.72rem 0.72rem 1rem; }

/* 一级菜单 */
.header-mo-wrapper .item-first { font-size: 0.36rem; padding: 6px 0; }
.header-mo-wrapper .link-first { display: inline-block; position: relative; overflow: hidden; padding: 4px 0; }
.header-mo-wrapper .link-first::after { content: ""; position: absolute; width: 100%; height: 1px; background: #FFFFFF; bottom: 0; z-index: 9; transition: all 0.6s; }
.header-mo-wrapper .item-first:nth-child(even) .link-first::after { left: 100%; }
.header-mo-wrapper .item-first:nth-child(odd) .link-first::after { right: 100%; }
.header-mo-wrapper .item-first.active:nth-child(even) .link-first::after { left: 0; }
.header-mo-wrapper .item-first.active:nth-child(odd) .link-first::after { right: 0; }
.header-mo-wrapper .arrow-icon-right { transition: all 0.6s; }
.header-mo-wrapper .item-first.active .arrow-icon-right-first { transform: rotate(90deg); }

/* 二级菜单 */
.header-mo-wrapper .nav-wrap-second { height: 0; overflow: hidden; font-size: 0.30rem; transition: all 0.6s; }
.header-mo-wrapper .nav-list-second { padding: 10px 10px 0; }
.header-mo-wrapper .item-second { padding: 6px; }
.header-mo-wrapper .link-second { display: inline-block; position: relative; overflow: hidden; padding: 4px 0; }
.header-mo-wrapper .link-second::after { content: ""; position: absolute; width: 100%; height: 1px; background: #FFFFFF; bottom: 0; z-index: 9; transition: all 0.6s; }
.header-mo-wrapper .item-second:nth-child(even) .link-second::after { left: 100%; }
.header-mo-wrapper .item-second:nth-child(odd) .link-second::after { right: 100%; }
.header-mo-wrapper .item-second.active:nth-child(even) .link-second::after { left: 0; }
.header-mo-wrapper .item-second.active:nth-child(odd) .link-second::after { right: 0; }
.header-mo-wrapper .item-second.active .arrow-icon-right-second { transform: rotate(90deg); }

/* 三级菜单 */
.header-mo-wrapper .nav-wrap-third { height: 0; overflow: hidden; font-size: 0.24rem; transition: all 0.6s; }
.header-mo-wrapper .nav-list-third { padding: 10px 10px 0; }
.header-mo-wrapper .item-third { padding: 4px; }
.header-mo-wrapper .link-third { display: inline-block; position: relative; overflow: hidden; padding: 4px 0; }
.header-mo-wrapper .link-third::after { content: ""; position: absolute; width: 100%; height: 1px; background: #FFFFFF; bottom: 0; z-index: 9; transition: all 0.6s; }
.header-mo-wrapper .item-third:nth-child(even) .link-third::after { left: 100%; }
.header-mo-wrapper .item-third:nth-child(odd) .link-third::after { right: 100%; }
.header-mo-wrapper .item-third.active:nth-child(even) .link-third::after { left: 0; }
.header-mo-wrapper .item-third.active:nth-child(odd) .link-third::after { right: 0; }

/* 媒体查询 */
@media screen and (max-width: 768px) {
  .header-mo-wrapper .header-mo-wrap { top: 0; height: 1rem; }
  .header-mo-wrapper .header-mo-content .top-wrap { height: 1rem; }
}

