/* 通用 */
/* ------------------------八等分 开始*/
.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1-8 {
  width: 12.5%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-8 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
}

/* ------------------------八等分 结束*/
/* ------------------------五等分  开始 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

/* ------------------------五等分  结束 */
/* 一排四个 */
.ypsg li {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  width: 310px;
  margin: 20px 0 20px;
}

.ypsg li i {
  font-size: 15px;
  margin-right: 10px;
  margin-top: 3px;
}

.ypsg li h5 {
  font-size: 16px;
  margin: 0px 0 7px;
}

.ypsg li p {
  font-size: 13px;
  color: #888;
  line-height: 25px;
}

.ypsg li:hover {
  background-color: #199fff;
  color: #fff;
}

.ypsg li:hover p {
  color: #fff;
}

/* 一排四个/ */
/* 标题 */
.tit-2024 {
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  padding: 50px 0;
}

.tit-2024 h2 {
  font-weight: normal !important;
  font-size: 28px;
  color: #333333;
}

.tit-2024 span {
  color: #199fff;
  font-size: 34px;
}

.tit-2024 p {
  margin-top: 10px;
  color: #7f868e;
  font-size: 16px;
  letter-spacing: 1px;
}

/* 标题/ */
/* 选项卡 */
.xuanxiang-tit {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.xuanxiang-tit .item {
  border-bottom: 5px solid #fff;
  padding: 0 20px;
}

.xuanxiang-tit .item:hover {
  border-bottom: 5px solid #199fff;
  background-color: #f4f9fd;
  color: #199fff;
}

.xuanxiang-tit .item p {
  font-size: 18px;
  padding-bottom: 20px;
}

.kanei {
  background: url(../../../front/public/image/cloud/linebg.png)no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  height: 500px;
  padding: 30px 0;
  box-sizing: border-box;
 
}
.kanei .right{
  width: 725px;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff;
}
.kanei .right h3{
  margin-bottom: 20px;
}
.kanei .right p{
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 50px;
}
.kanei .right .btn{
  width: 120px;
  height: 40px;
  background-color: #199fff;
  color: #fff;
  border-radius: 25px;
  margin-right: 20px;

}
.kanei .right .btn:hover{
  background-color: #1686d6;
}
/* 选项卡/ */