.navbar-light .navbar-nav .nav-link {
  color: #051335 !important;
}

.index-navbar {
  transition: all 500ms linear;
}

.index-navbar.scrolled {
  background-color: #fff !important;
}

/* header通用 */
.header .active .nav-link {
  font-weight: bold;
}

.header .nav-item {
  position: relative;
}

.header .nav-item:hover .nav-link::before,
.header .active .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -14px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
}
.header .nav-item:hover .nav-link::before {
  background: #2274FB !important;
  z-index: 2;
}

.header .active .nav-link::after {
  background: #2274FB;
}

/* .header .active .subnav, */
.header .nav-item:hover .subnav {
  display: block;
}

.subnav {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.subnav .subnav-wrapper {
  padding-top: 24px;
}

.subnav .subnav-box {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 3px 24px 0px rgba(191, 196, 211, 0.5000);
}

.top-banner-wrapper {
  height: 600px;
}
.top-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}
.top-banner-info {
  width: 50%;
}

/* 页面主要title分割样式 */
.cpnt-title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 48px;
  white-space: nowrap;
}
.cpnt-title .linethrough-left {
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #48F0FF 0%, #034ADA 100%);
  border-radius: 2px;
}
.cpnt-title .cpnt-title-center {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 34px;
}
.cpnt-title .linethrough-right {
  width: 50px;
  height: 4px;
  background: linear-gradient(270deg, #48F0FF 0%, #034ADA 100%);
  border-radius: 2px;
}
.cpnt-title .cpnt-title-p1 {
  position: relative;
  font-size: 2.285rem;
  font-family: PingFangSC-Medium, sans-serif;
  color: #051335;
  z-index: 1;
}
.cpnt-title .cpnt-title-p2 {
  font-size: 24px;
  color: #2274FB;
  margin-top: -20px;
  opacity: 0.2;
}
.cpnt-title-dark .linethrough-left {
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0.33) 100%) !important;
}
.cpnt-title-dark .linethrough-right{
  background: linear-gradient(270deg, rgba(255,255,255,0.33) 0%, #FFFFFF 100%) !important;
}
.cpnt-title-dark .cpnt-title-p1,
.cpnt-title-dark .cpnt-title-p2 {
  color: #fff !important;
}
.cpnt-title-dark .cpnt-title-p2 {
  opacity: 0.3 !important;
}

/* 移动端 header navbar */
.header-mobile .nav-item {
  border-bottom: 1px solid rgba(5, 19, 53, 0.05);
}
.header-mobile .nav-item .nav-link {
  flex: 1;
  padding: 0;
}
.header-mobile .nav-item > ul {
  display: none;
  padding-bottom: 12px;
}
.header-mobile .nav-item > ul.active {
  display: block;
}
.header-mobile .nav-item > ul li {
  padding: 12px 20px;
}

/* solution 专家二维码 */
.solution-expert-qrcode {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #fff;
  width: 200px;
  height: 200px;
  padding: 16px;
  border-radius: 6px;
  transform: translateX(-50%);
  margin-bottom: 12px;
  box-shadow: 0px 2px 24px 0px rgba(191,196,211,0.5);
}
.solution-expert-qrcode::before {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent;
  z-index: 1;
}

.qrcode {
	width: 102px;
	height: 102px;
	margin-bottom: 12px;
}