/* 顶部导航 立即注册颜色修改 */
.nav-li-register a {
  color: #6ac682;
}
/* 顶部导航 立即注册颜色修改 */
/* banner */
.sol-banner {
  background-color: #6ac682;
}

.sol-banner .container {
  background: url('../image/jiaoyu/bg.png') no-repeat 100% 80%;
  background-size: 43%;
}

.sol-banner a:hover {
  color: #6ac682;
  background-color: #fff;
}
 
/* banner */
/* banner下方的内容 */
.sol-menu_list {
  border-left: 1px solid rgba(106, 198, 130, 0.1);
}

.sol-menu_list:nth-last-child(1) {
  border-right: 1px solid rgba(106, 198, 130, 0.1);
}

.sol-menu_actived {
  background: rgba(106, 198, 130, 0.1);
}
/* banner下方的内容 */
/* 提升用户体验 */
.sol-part6_list {
  padding: 0.5rem 0 1.1rem;
}

.sol-part6_choosed .sol-part6_introduce--introduce,
.sol-part6_choosed .sol-part6_introduce--title {
  color: #6ac682;
}

.sol-part6_choosed .sol-part6_point {
  border: 1px solid #6ac682;
}

.sol-part6_choosed .point {
  background: #6ac682;
}
/* 提升用户体验 */

/* 行业痛点 */
.sol-img-inner {
  border-color: #6ac682; 
}

.sol-img-up {
  height: 4.54rem;
}

.sol-img-title {
  margin-bottom: 0.52rem;
  color: #6ac682;
}

.sol-img-content { 
  color: #6ac682;
}
/* 行业痛点 */

/* 轮播选中效果 */
.cut-button{
  bottom: 0!important;
}
.cut-button li{
    background-color: 
}
.carousel-indicators li.active {
  background-color: #3C7BFE !important;
}

/* 轮播选中效果 */

/* 客户案例 */
.sol-case-title {
  background-color: #6ac682;
}

.sol-case .carousel-item {
  border-color: #6ac682;
}

.sol-case-qrcode {
  border-color: #6ac682;
}

/* 客户案例 */

/* 适配部分 开始 */
@media (min-width: 1200px) {
  /* 大屏媒体播放设备 */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* 大屏媒体播放设备 */
}

@media (max-width: 1024px) {
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* 小屏幕电脑 */
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  /* 平板 */
}

@media (max-width: 500px) {
}

@media (max-width: 414px) {
  /* nav 背景色 */
  .nav-wrap {
    background: #6ac682 !important;
  }
  /* nav背景色 */

  /* 适用场景 */
  .sol-icon-box {
    width: 33.33%;
  }

  .sol-icon-circle {
    margin: 0 auto;
  }
  /* 适用场景 */
}
/* 适配部分 结束 */
  
  
  