

.swiper{
  height: 400px;
}

.swiper .swiper-left{
  vertical-align: top;
  display: inline-block;
  background-color: red;
  height: 100%;
  width: 100%;
}
.swiper .swiper-left img{
  width: 100%;
  height: 100%;
}
.swiper .swiper-right>div{
  padding: 0px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper .swiper-slide .swiper-mes{
  position: absolute;
  bottom: 0;
  padding: 20px;
  padding-top: 150px;
  width: 100%;
  background-image: linear-gradient(to top,rgba(0, 0, 0, 0.6) ,transparent );
}
.swiper .swiper-slide .swiper-mes p{
  color: #f5f5f5;
}
.swiper .swiper-slide .swiper-mes p:nth-child(1){
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
.swiper .swiper-slide .swiper-mes p:nth-child(2){
  font-size: 12px;
  line-height: 16px;
}

.swiper-right-mes h3{
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  font-weight: 600;
}
.swiper-right-mes h3 span{
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}
.swiper-right-mes .mes1{
  height: 130px;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.swiper-right-mes .mes1 p{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 5px 0px;
}
.swiper-right-mes .mes2{
  padding: 20px 0px;
}
.swiper-right-mes .mes2 li span:nth-child(1){
  font-size: 14px;
  color: #333333;
  line-height: 27px;
}
.swiper-right-mes .mes2 li span:nth-child(2){
  font-size: 12px;
  color: #666666;
  line-height: 27px;
}
.swiper-right-mes .mes3{
  color:#e05579;
  font-size: 14px;
  line-height: 27px;
}


.progress-img{
  margin: 30px 0px;
}
.progress-img img{
  width: 100%;
}


.column-item .column-title{
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.column-item .more-link{
  color: #999999;
  font-size: 14px;
  float: right;
  line-height: 30px;

}
.column-item .more-link img{
  line-height: 30px;
  vertical-align: text-top;
}
.column-item .column-header{
  margin: 20px 0px;
}

.column-item .item-list li{
  height: 316px;
  margin-bottom: 20px;
  width: 370px;
  float: left;
  margin-right: 30px;
}
.column-item .item-list li:nth-child(3n){
  margin-right: 0px;
}

.column-item .item-list li img{
  display: inline-block;
  height: 208px;
  width: 370px;
  vertical-align:bottom;
}


.column-item .cont{
  padding: 10px 25px;
  background-color: #fff;
  height: 108px;
}
.column-item .cont .mes{
  font-size: 12px;
  color:#333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column-item .cont .cont-title{
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.column-item .more-btn{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.column-item .more-btn a{
  width: 206px;
  height: 40px;
  line-height: 40px;
  background: rgb(91, 115, 220);
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.history-div .history-title{
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  margin: 30px;
}
.history-div .history-ul{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.history-div .history-ul li{
  width: 25%;
  text-align: center;
}
.history-div .history-ul li a{
  color: #5c76d7;
  font-size: 16px;
  line-height: 36px;
}
.company-div ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.company-div ul li{
  font-size: 14px;
  line-height: 30px;
  padding:0 30px;
  color: #333333;
}

  /* 轮播 */
  .swiper-container {
    --swiper-theme-color: #fff;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    bottom: 20px !important;
  }


  .swiper-outside>div {
    display: inline-block;
    font-size: 0px;
    height: 400px;
    background-color: white;
  }

  .swiper-right-mes {
    padding: 25px;
    width: 430px;
    float: right;
  }

  .swiper-outside .swiper {
    width: 720px;
  }


/* phone */
@media (max-width: 720px){
  .swiper{
    height: 60vw;
  }
  .column-item .item-list li:nth-child(n+5)
  {
  display: none;
  }
  .special>div:nth-child(n+2){
    display: none;
  }
}



