body.nav-open {
  /*overflow-y: hidden;*/
}

.pageMenu * {
  box-sizing: border-box;
}

.pageMenu .content-wrap .content {
  margin-left: 495px;
}

.pageMenu .menuWrap .content {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*overflow: inherit;*/
  float: none;
  border: none;
  padding: 0;
}

.pageMenu {
  position: sticky;
  z-index: 10;
  width: 100%;
  top: 0;
}

.pageMenu .menuContent {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.pageMenu .content-wrap {
  background: rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.pageMenu .menubar {
  display: flex;
}

.pageMenu .menuItem {
  margin-right: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
}

.pageMenu .menuItem a {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.pageMenu .menuContent-left .menuItem a {
  font-size: 16px;
}


.pageMenu .menuItem.active a,
.pageMenu .menuItem:hover a {
  color: #0E9AFF;

}

.pageMenu .menuItem.active {
  border-bottom: 3px solid #0E9AFF;
  background: none;
}

.pageMenu .menubar {
  height: 100%;
}

.pageMenu .tool-icon-nav-close {
  display: none;
}

.nav-open .pageMenu .tool-icon-nav-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.pageMenu .menuContent-right .tool-icon-nav-close span {
  top: 50%;
}

.pageMenu .tool-icon-nav-close span:nth-of-type(1) {
  opacity: 0;
}

.pageMenu .tool-icon-nav-close span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 100%;
}

.pageMenu .tool-icon-nav-close span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.pageMenu .menuContainer {
  border-top: 1px solid rgba(255,255,255,0.15);
  width: 100%;
  min-height: 224px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.pageMenu .menuContainer .content {
  min-height: 224px;
}

.pageMenu .menuContainer .menuWrap {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  width: 100%;
  min-height: 224px;
  z-index: 10;
}

.pageMenu .menuContainer .menuWrap {
  z-index: 11;
}

.pageMenu .menuContainer .menuFirst {
  flex: 0 0 450px;
  overflow: hidden;
  background: url("../img/menuFirstBg.png") no-repeat;
  background-size: cover;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.pageMenu .menuContainer .subMainMenu {
  flex: 1;
  display: flex;
  padding-left: 358px;
  background: url("../img/menuSecondBg.png") no-repeat;
  background-size: cover;
}

.pageMenu .menuContainer .subMainMenu .topmenuSide {
  /*flex: 0 0 236px;*/
  /*padding: 16px 40px;*/
  /*border-right: 1px solid rgba(255,255,255,0.15);*/
  height: 100%;
  overflow: auto;
}

.topmenuSide .titleBg {
  width: 282px;
  height: 160px;
  margin-top: 32px;
  padding: 55px 0 0 32px;
}

#planNav .topmenuSide .titleBg {
  background: url("../img/header/productBg.png") no-repeat;
  background-size: cover;
}

#consultNav .topmenuSide .titleBg {
  background: url("../img/header/coreBg.png") no-repeat;
  background-size: cover;
}

#serviceNav .topmenuSide .titleBg {
  background: url("../img/header/solutionBg.png") no-repeat;
  background-size: cover;
}
#dataNav .topmenuSide .titleBg {
  background: url("../img/banner_new.png") no-repeat;
  background-size: cover;
}

#investmentNavBar .topmenuSide .titleBg {
  background: url("../img/header/aboutBg.png") no-repeat;
  background-size: cover;
}

.topmenuSide .titleBg .titleName {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0,0,0,0.65);
  line-height: 22px;
}

.topmenuSide .titleBg .titleENName {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,0.45);
  line-height: 22px;
  margin-top: 6px;
}

.pageMenu .menuContainer .subMainMenu .topMenu {
  display: flex;
  height: 100%;
  /*padding-top: 12px;*/
  padding-bottom: 8px;
  padding-left: 20px;
  overflow: auto;
}

.pageMenu .menuContainer .subMainMenu .topMenu .navItem {
  width: 282px;
  height: 160px;
  margin: 32px 16px 0 0;
  cursor: pointer;
  padding: 50px 0 0 32px;
  background: url("../img/header/menuBg.png") no-repeat;
  background-size: cover;
}

.subMainMenu .topMenu .navItem .menuIcon,.subMainMenu .topMenu .navItem .menuWhiteIcon {
  width: 30px;
  height: 30px;
}

.subMainMenu .topMenu .navItem .menuWhiteIcon {
  display: none;
}

.subMainMenu .topMenu .navItem:hover .menuIcon {
  display: none;
}

.subMainMenu .topMenu .navItem:hover .menuWhiteIcon {
  display: block;
}

.subMainMenu .topMenu .navItem .menuName {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 10px;
}

.pageMenu .menuContainer .subMainMenu .topMenu .navItem:hover {
  background: url("../img/header/menuSelectedBg.png") no-repeat;
  background-size: cover;
}

#serviceNav .topMenu .navItem {
  width: 282px;
  height: 160px;
  margin: 32px 16px 0 0;
  cursor: pointer;
  padding: 38px 30px 0 32px;
  background: url(../img/header/menuBg.png) no-repeat;
  background-size: cover;
}

#serviceNav .topMenu .navItem:hover {
  background: url("../img/header/menuSelectedBg.png") no-repeat;
  background-size: cover;
}

#investmentNavBar .topMenu {
  padding-bottom: 24px;
}

.pageMenu .menuContainer .topMenu .topMenuItems {
  display: none;
}

.pageMenu .menuContainer .menubar {
  display: block;
  padding: 16px 20px 16px 245px;
}

.pageMenu .menuContainer .menuItem {
  height: auto;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
  border: none;
  cursor: pointer;
}

.pageMenu .menuContainer .menuItem a {
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: auto;
}

.pageMenu .menuContainer .menuItem:hover {
  border: none;
}

.pageMenu .menuContainer .topmenuSide li {
  margin-bottom: 10px;
  background: #000;
}

.pageMenu .menuContainer .topmenuSide a {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  display: block;
  word-break: break-all;
  padding-right: 15px;
}

.pageMenu .menuContainer .topmenuSide a:hover,
.pageMenu .menuContainer .topmenuSide li.current a,
.pageMenu .menuContainer .menuItem a:hover,
.pageMenu .menuContainer .menuItem.current a {
  color: #0E9AFF;
  font-weight: 600;
}

.pageMenu .menuContainer .topmenuSide li.current a,
.pageMenu .menuContainer .menuItem.current {
  background: url("../img/menuArrow.png") right center no-repeat;
  background-size: 7px 15px;
}

.pageMenu .topMenu .topMenuTitle {
  font-size: 14px;
  font-weight: 600;
  color: #0E9AFF;
  line-height: 35px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.pageMenu .menuContainer .topMenu .items dl {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  grid-column-gap: 20px;
  column-gap: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.pageMenu .topMenu .topMenuInner {
  width: 900px;
}

.pageMenu .topMenu .items dd {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  width: 100%;
  /* margin-bottom: 6px; */
}

.pageMenu .topMenu .items dt {
  width: calc((100%) / 6.8);
}

.pageMenu .topMenu .items dt a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageMenu .topMenu .items dt a:hover {
  color: #0E9AFF;
}

a {
  outline: 0;
  text-decoration: none
}

:focus {
  outline: 0
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

/*导航搜索框*/
#searchIcon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 16px;
  cursor: pointer;
}

.headerSearch {
  margin-right: 16px;
  display: none;
  font-size: 14px;
  position: relative;
}

.headerSearch #searchBox {
  width: 330px;
  height: 32px;
  color: #FFFFFF;
  border: 1px solid #0E9AFF;
  border-right: 0;
  padding: 4px 12px;
  background: rgba(4,4,4,0.5);
  border-radius: 4px 0 0 4px;
  backdrop-filter: blur(6px);
}

.headerSearch .searchBtn {
  width: 32px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.headerSearch #searchHistory {
  width: 330px;
  position: absolute;
  top: 35px;
  display: none;
  padding: 12px;
  z-index: 100;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.5);
  min-height: 64px;
  background: rgba(4,4,4,0.5);
  backdrop-filter: blur(6px);
}

.headerSearch #searchHistoryContent {
  margin-bottom: 12px;
}

.headerSearch #searchHistoryContent li {
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.headerSearch #searchHistoryContent li img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#searchHistory .line {
  width: 298px;
  height: 1px;
  background: rgba(255,255,255,0.22);
}


#searchHistory .recommend .title {
  color: #FFFFFF;
  margin: 10px 0;
}

#searchHistory .recommend .linkBox {
  display: flex;
  align-items: center;
}

#searchHistory .recommend .linkBox a {
  color: #FFFFFF;
  width: 68px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  cursor: pointer;
  margin-right: 10px;
}

#searchHistory .recommend .linkBox a:hover {
  background: #0E9AFF;
}

.productIpTips {
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  display: none;
  z-index: 100;
  position: absolute;
  top: 70px;
  left: 50%;
  padding-right: 12px;
  background: #FFF1F0;
  box-shadow: 0px 2px 12px 0px rgba(212,212,212,0.5);
  color: rgba(0,0,0,0.88);
  border: 1px solid #FFCCC7;
  transform: translateX(-50%);
  animation: fadeInOut 3s ease forwards;
}

.productIpTips img {
  width: 16px;
  height: 16px;
  margin: 0 10px;
}




















































































































































