@import url("about-tabs.css");

.about-shared-banner{
  position:relative;
  display:flex;
  width:100%!important;
  height:300px!important;
  min-height:300px!important;
  max-height:300px!important;
  align-items:center;
  justify-content:center;
  flex:none;
  overflow:hidden;
  color:#fff;
  background:#090f19 url("shared/skin/images/about_future.jpg") center center/cover no-repeat;
}
.about-shared-banner::before{
  position:absolute;
  inset:0;
  content:"";
  background:
    radial-gradient(circle at 72% 42%,rgba(20,83,151,.22),transparent 34%),
    linear-gradient(90deg,rgba(3,8,19,.22),rgba(3,8,19,.08) 48%,rgba(3,8,19,.3));
}
.about-shared-title{
  position:relative;
  z-index:1;
  margin:0 0 38px;
  color:#fff;
  font-family:Arial,"Microsoft YaHei",sans-serif!important;
  font-size:44px;
  font-weight:700;
  letter-spacing:.025em;
  line-height:1;
  text-align:center;
}
.about-shared-seo-title{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.about-shared-nav{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  height:60px!important;
  min-height:60px!important;
  max-height:60px!important;
  background:rgba(2,5,12,.74);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.about-shared-nav ul{
  display:grid;
  width:min(760px,100%);
  height:100%;
  margin:0 auto;
  padding:0;
  grid-template-columns:repeat(4,1fr);
  list-style:none;
}
.about-shared-nav li{height:100%;margin:0;padding:0}
.about-shared-nav a{
  display:flex;
  height:100%;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  color:#fff!important;
  font-size:18px;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  transition:background-color .2s ease,color .2s ease;
}
.about-shared-nav li.active a,
.about-shared-nav a:hover{
  color:#17120a!important;
  background:#ffcb07;
}
.about-shared-banner-compact{
  height:300px!important;
  min-height:300px!important;
  max-height:300px!important;
}
/* 公司介绍沿用旧版固定导航，需要为导航预留空间，避免首图上半部被遮挡。 */
body.about-tabs-page:not(.geo-page) > .about-shared-banner{
  margin-top:50px;
}
/* 联系我们使用 local-page 外壳，也与公司介绍保持同一套 150px 桌面导航。 */
@media(min-width:1181px){
  .local-page .geo-header .geo-container{
    width:min(calc(100% - 20px),1840px);
    padding-right:0;
    padding-left:0;
  }
  .local-page .geo-nav{
    position:relative;
    height:150px;
    align-items:flex-start;
    gap:28px;
    padding-top:50px;
  }
  .local-page .geo-brand{display:flex;flex:0 0 310px;height:50px;align-items:center}
  .local-page .geo-brand img{width:300px;height:auto;object-fit:contain}
  .local-page .knowledge-header-tools{
    position:absolute;
    top:0;
    right:0;
    z-index:3;
    display:flex;
    height:50px;
    align-items:center;
    gap:22px;
  }
  .local-page .knowledge-header-search,
  .local-page .knowledge-header-menu{
    display:flex;
    width:42px;
    height:50px;
    align-items:center;
    justify-content:center;
    margin:0;
    padding:0;
    color:#fff;
    background:transparent;
    border:0;
    cursor:pointer;
  }
  .local-page .knowledge-header-search span{
    position:relative;
    display:block;
    width:14px;
    height:14px;
    border:2px solid currentColor;
    border-radius:50%;
  }
  .local-page .knowledge-header-search span::after{
    position:absolute;
    right:-5px;
    bottom:-4px;
    width:7px;
    height:2px;
    content:"";
    background:currentColor;
    transform:rotate(-48deg);
    transform-origin:left center;
  }
  .local-page .knowledge-header-menu{font-size:25px;line-height:1}
  .local-page .knowledge-header-search:hover,
  .local-page .knowledge-header-menu:hover{color:#ffcb07}
  .local-page .geo-nav-links{
    position:relative;
    display:flex;
    height:100px;
    align-items:stretch;
    justify-content:space-between;
    gap:0;
    padding-right:210px;
    font-size:16px;
  }
  .local-page .geo-nav-links>li{display:flex;flex:0 0 auto;height:50px;align-items:stretch}
  .local-page .geo-nav-links>li>a{display:flex;height:50px;align-items:center;padding:0}
  .local-page .geo-has-menu>a::after{display:none}
  .local-page .geo-nav-links>li:nth-last-child(2),
  .local-page .geo-nav-links>li:last-child{
    position:absolute;
    right:0;
    width:190px;
    height:50px;
    align-items:center;
    justify-content:flex-end;
  }
  .local-page .geo-nav-links>li:nth-last-child(2){top:50px}
  .local-page .geo-nav-links>li:last-child{top:0}
  .local-page .geo-nav-links>li:nth-last-child(2)>a,
  .local-page .geo-nav-links>li:last-child>a{
    height:50px;
    justify-content:flex-end;
    padding:0;
    color:#fff!important;
    background:transparent;
    border:0;
    border-radius:0;
    font-size:14px;
    font-weight:400;
  }
  .local-page .geo-nav-links>li:nth-last-child(2)>a:hover,
  .local-page .geo-nav-links>li:last-child>a:hover{color:#ffcb07!important}
  .local-page .geo-mega{top:100px}
  .local-page .geo-product-mega,
  .local-page .geo-solution-mega{top:150px;max-height:calc(100vh - 166px)}
}
@media(min-width:1201px){
  body.about-tabs-page:not(.geo-page) > .about-shared-banner{
    margin-top:150px;
  }
}
html.site-embedded-view body.about-tabs-page:not(.geo-page) > .about-shared-banner{
  margin-top:0!important;
}
@media(max-width:900px){
  .about-shared-banner{height:220px!important;min-height:220px!important;max-height:220px!important}
  .about-shared-banner-compact{height:220px!important;min-height:220px!important;max-height:220px!important}
  .about-shared-title{margin-bottom:38px;font-size:36px}
  .about-shared-nav{height:54px}
  .about-shared-nav a{padding:0 12px;font-size:16px}
}
@media(max-width:560px){
  .about-shared-banner{height:190px!important;min-height:190px!important;max-height:190px!important;background-position:center center}
  .about-shared-banner-compact{height:190px!important;min-height:190px!important;max-height:190px!important}
  .about-shared-title{margin-bottom:36px;font-size:30px}
  .about-shared-nav{height:48px;overflow:hidden}
  .about-shared-nav ul{display:grid;width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr))}
  .about-shared-nav li{min-width:0}
  .about-shared-nav a{padding:0 3px;font-size:13px;white-space:nowrap}
}
