/* 顶部 导航条 */
.nav-wrap {
  background-color: #6c9dff !important;
}
.nav-li-register a {
  color: #6c9dff;
}
/* 顶部导航条 */
/* banner */
.sol-banner {
  background-color: #6c9dff;
}

.sol-banner .container {
  background: url('../img/government/bg.png') no-repeat 100% 80%;
  background-size: auto;
}

.sol-banner a:hover {
  color: #6c9dff;
  background-color: #fff;
}
/* banner */
/* banner下方的内容 */
.sol-menu_list{
  border-left:1px solid rgba(108, 157, 255, 0.1);
}
.sol-menu_list:nth-last-child(1){
  border-right:1px solid rgba(108, 157, 255, 0.1);
}
.sol-menu_actived{
  background: rgba(108, 157, 255, 0.1);
}
/* banner下方的内容 */
/* 和民众的友好链接器 */
/* .sol-friend_line {
  width: 33.3%;
  border: 1px solid #ffff;
  display: inline-block;
  text-align: center;
}

.sol-friend_line--hover,
.sol-friend_line:hover {
  border: 1px solid rgba(108, 157, 255, 1);
  color: rgba(108, 157, 255, 1);
}

.sol-friend_line--hover .sol-friend_title,
.sol-friend_line--hover .sol-friend_introduce,
.sol-friend_line:hover .sol-friend_title,
.sol-friend_line:hover .sol-friend_introduce {
  color: rgba(108, 157, 255, 1);
}

.sol-friend_line img {
  margin: 1.8rem 0;
  width: 1.8rem;
  height: auto;
}

.sol-friend_title {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  line-height: 0.48rem;
  margin-bottom: 0.4rem;
}

.sol-friend_introduce {
  width: 70%;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  margin: 0 auto 0.9rem;
} */
/* 核心功能 选中色*/
.sol-part6_choosed .sol-part6_introduce--introduce,
.sol-part6_choosed .sol-part6_introduce--title {
  color: #28a1f6;
}

.sol-part6_choosed .sol-part6_point {
  border: 1px solid #28a1f6;
}

.sol-part6_choosed .point {
  background: #28a1f6;
}

/* 核心功能 选中色 */

/* 和民众的友好链接器 */
.sol-img-inner {
  border: 1px solid transparent;
}

.sol-img-inner:hover {
  border: 1px solid #6c9dff;
}

.sol-img-down {
}

.sol-img-content {
  line-height: 2.5em;
}

.sol-img-inner:hover .sol-img-title,
.sol-img-inner:hover .sol-img-content {
  color: #6c9dff;
}
/* 和民众的友好链接器 */

/* 视频会议 开始*/


.sol-video_introduce--list {
  display: inline-block;
  width: 50%;
  padding-top: 0.8rem;
}

.sol-video_left {
  position: relative;
  vertical-align: top;
}

.sol-video_left--point {
  width: 7px;
  height: 7px;
  background: #28a1f6;
  display: inline-block;
  position: absolute;
  transform: translate(150%, 150%);
  border-radius: 50%;
}

.sol-video_right--title {
  color: #28a1f6;
  height: 0.48rem;
  margin-bottom: 0.42rem;
  line-height: 0.48rem;
}

.sol-video_right--introduce {
  line-height: 0.5rem;
}
/* 视频会议 结束*/

/* 客户案例 */
.sol-case-title {
  background-color: #6c9dff;
}

.sol-case .carousel-item {
  border-color: #6c9dff;
}

.sol-case-qrcode {
  border-color: #6c9dff;
}

/* 客户案例 */

/* 轮播内容 */

.carousel-indicators .active {
  background-color:#6c9dff !important;
}

/* 轮播内容 */

/* 适配部分 开始 */
@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) {
  /* 414 视频会议 */
  .sol-video_introduce--list {
    width: 100%;
    padding-top: 5vw;
  }

  .sol-video_right--title {
    height: auto;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .sol-video_right--introduce {
    height: auto;
    line-height: 18px;
  }
  /* 414 视频会议 */
}
/* 适配部分 结束 */


