/* 方案模版单独样式 */
.fx-header .menu .solution-list-pc .solution-li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.fx-header .menu .solution-list-pc .solution-li-title {
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.fx-header .menu .solution-list-pc .solution-li-filler {
  width: 1px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: 0 10px;
}

.fx-header .menu .solution-list-pc .solution-link {
  color: #474b51;
  float: none;
}

.navbar-hover:hover {
  background: rgba(0, 172, 190, 0.05);
}

.fx-header .menu .solution-li .info-item {
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: left;
}

.fx-header .menu .solution-li .info-item .item-img {
  width: 18px;
  margin-right: 7px;
  margin-left: 12px;
  vertical-align: text-top;
}

.fx-header .menu .solution-li .info-item span {
  display: inline-block;
  /* width: 100px; */
  font-size: 16px;
  font-weight: 400;
}



  /* header 重构代码 */
  .nh-sub-cont-v2:hover div {
    color: #2F364C !important;
  }
  .nh-sub-cont {
    display: flex;
    justify-content: flex-start;
  }
  .nh-sub-cont-r {
    border-left: 1px solid #E0E0E0;
  }
 
 
  .nh-sub-cont-l div a {
    color: #2F364C;
  }
  .nh-sub-cont-nav {
    text-align: center;
    padding-right: 60px;
  }
  .nh-sub-cont-r {
    padding-left: 50px;
  }
  .nh-sub-cont-nav a {
    width: 200px;
    height: 60px;
    display: block;
  }
  .nh-sub-cont-active {
    width: 200px;
    height: 60px;
    background: rgba(0,176,181,0.1);
    border-radius: 8px;
    color: #00B6B9 !important;
    font-weight: 500;
    display: inline-block;
    position: relative;
  }

  .nh-sub-cont-active::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #00B9BB;
    position: absolute;
    left: 45px;
    top: 24px;
  }

  .nh-sub-r-nav > a{
    width: 250px;
    display: inline-block;
    color: #2F364C;
    position: relative;
    margin-bottom: 20px;
  }
  .nh-sub-r-nav-descs{
    position: absolute;
    top: 55px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #999DA8;
    line-height: 20px;
    overflow: hidden;
    height: 22px;
  }
  .nh-sub-cont-v2:hover .nh-sub-r-nav-descs{
    color: #999DA8 !important;
  }  
  .nh-sub-r-nav a span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: linear-gradient( #D1EDE5 0%, #00B0BD 100%);
    box-shadow: 0px 4px 8px 0px rgba(0,194,199,0.3);
    border-radius: 4px;
    border: 0px solid;
    vertical-align: text-bottom;
    border-image: linear-gradient(360deg, rgba(7, 161, 158, 1), rgba(148, 235, 236, 1));
    margin-right: 10px;
    position: relative;
  }
  .nh-sub-r-nav a span img {
    width: 24px;
    position: absolute;
    left: 2px;
    top: 1px;
  }
  .nh-sub-r-nav >a> i {
    font-style: normal;
    color: #2F364C !important;
    display: inline-block;
    position: absolute;
    bottom: 2px;
  }
  .nh-sub-r-nav a:hover i {
    color: #00B6B9 !important; 
  }
  .nh-sub-r-nav-hy {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .nh-sub-r-nav-hy > div {
    margin-bottom: 40px;
  }
  .nh-sub-r-nav-hy-item {
    display: flex;
    width: 220px;
    overflow: hidden;
  }
  .nh-sub-r-nav-hy-item-top {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #DEDEDE;
  }
  .nh-sub-r-nav-hy-item-top>a {
    width: 130px !important;
    overflow: hidden;
    position: relative;
  }
  .nh-sub-r-nav-hy-item-top> span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: linear-gradient( #D1EDE5 0%, #00B0BD 100%);
    box-shadow: 0px 4px 8px 0px rgba(0,194,199,0.3);
    border-radius: 4px;
    border: 0px solid;
    vertical-align: text-bottom;
    border-image: linear-gradient(360deg, rgba(7, 161, 158, 1), rgba(148, 235, 236, 1));
    margin-right: 10px;
  
  }
  .nh-sub-r-nav-hy-item-top > a > i {
    font-size: 18px;
    color: #2F364C !important;
    position: absolute;
    bottom: 2px;
  }
  .nh-sub-cont-v2:hover .nh-sub-r-nav-hy-item-top a > i {
    color: #2F364C !important;
  }

  .nh-sub-r-nav-hy-item-top >span> img {
    width: 24px;
    position: absolute;
    left: 2px;
    top: 1px;
  }

  .nh-sub-r-nav-hy-item-bottom {
    width: 130px;
  }
  .nh-sub-r-nav-hy-item-bottom a:nth-child(1) {
	 font-weight: bold;
   }
  .nh-sub-r-nav-hy-item-bottom> a {
    color: #474b51 !important;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #999DA8 !important;
    line-height: 20px !important;
    padding-top: 16px;
  }

  .nh-sub-r-nav-hy-item-bottom> a:hover {
    color: #00B6B9 !important;
  }
  .nh-sub-r-nav-con-mobile {
    display: none;
  }

  @media (min-width: 1200px){
    .nh-sub-r-nav-hy-item {
      display: flex;
      width: 180px;
      overflow: hidden;
    }
  }

  @media (max-width: 1200px) {
    .nh-sub-r-nav a{
      width: 220px;
      display: inline-block;
      color: #2F364C;
      position: relative;
    }
    .nh-sub-r-nav-hy-item-bottom> a {
      color: #474b51 !important;
      display: block;
      font-weight: 400;
      font-size: 14px;
      color: #999DA8 !important;
      line-height: 20px !important;
      padding-top: 16px;
    }
    .nh-sub-r-nav-hy-item {
      display: flex;
      width: 180px;
      overflow: hidden;
    }
    .nh-sub-r-nav-con-mobile {
      display: none;
    }
  }


@media screen and (max-width: 997px) {
  .nh-sub-r-nav a{
    width: 150px;
    display: inline-block;
    color: #2F364C;
    position: relative;
  }
  .nh-sub-r-nav-hy-item-bottom> a {
    color: #474b51 !important;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #999DA8 !important;
    line-height: 20px !important;
    padding-top: 16px;
  }

  .nh-sub-r-nav-hy-item {
    display: flex;
    width: 135px;
    overflow: hidden;
  }

  .nh-sub-r-nav-con-mobile {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  .nh-sub-r-nav-hy-item {
    display: flex;
    width: 135px;
    overflow: hidden;
  }

  .nh-sub-r-nav-con-mobile {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .nh-sub-cont {
    display: none;
  }

  .nh-sub-r-nav-con-mobile {
    display: block;
  }
  .nh-header-parts {
	display: none;
   }
}
