.swiper-pagination-bullet{
    width: 80px;
    height: 5px;
    background: #fff;
     opacity: 0.8;
     border-radius: 5px;
  }
  .swiper-pagination-bullet-active{
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
  }
.row{
	margin-bottom: 0;
}

.coupletCard-index .coupletCard-info{
	width: 1200px;
}
.coupletCard-index .img-btn{
	display: inline-block;
	float: left;
	margin-top: 36px;
  position: absolute;
  right: 67%;
}

/* 推荐位 */
.hot-recomment{
  padding-top: 80px;
}
.hot-recomment .ti{
  font-size: 30px;
  font-weight:lighter;
  text-align: center;
  margin-bottom: 12px;
}
.hot-recomment .line{
  width: 180px;
  height: 4px;
  background: #3a66ff;
  display: block;margin: 0 auto;
  margin-bottom: 70px;
}
.hot-recomment .row{
  margin-bottom: 20px;
}
.hot-recomment .row .big-news{
  width: 770px;
  height: 375px;
  float: left;
}
.hot-recomment .row .infos{
  overflow: hidden;
}
.hot-recomment .row .infos img{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.5s;
}
.hot-recomment .row .spacing{
  width: 20px;
  height: 375px;
  float: left;
}
.hot-recomment .row .spacing1{
  width: 20px;
  height: 250px;
  float: left;
}
.hot-recomment .row .big-pro{
  width: 375px;
  height: 375px;
  float: left;
}
.hot-recomment .row .samll-news{
  width: 375px;
  height: 250px;
  float: left;
}
.hot-recomment .row .infos a{
  position: relative;
  display: block;
  height: 100%;
}
.hot-recomment .row .infos .hover-img h3{
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 0;
}
.hot-recomment .row .infos .hover-img p{
  font-size: 16px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
.hot-recomment .row .hover-img .read-more{
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  font-size: 18px;
}
.hot-recomment .row .hover-img .read-more span{
  padding-right: 20px;
  background: url(../image/index_commom/hot-right.png);
  background-repeat:no-repeat;
  background-position: right;
}
.hot-recomment .row .infos .hover-img{
    bottom: -31px;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 0px 30px;
    height: auto;
    position: absolute;
    transition: all 0.5s;
    z-index: 4;

   background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%);
}
.hot-recomment .row .samll-news .hover-img{
  bottom: -31px;
   background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%);
}
.hot-recomment .row .infos:hover .hover-img  .read-more {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}
.hot-recomment .row .infos:hover img{
    transform: scale(1.2);
}
.hot-recomment .row .infos:hover .hover-img{
    padding-bottom:  20px;
    bottom: 0;

    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%);
}

.hot-recomment .row .samll-news:hover .hover-img{
  padding-bottom:  20px;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%);
}

.hot-recomment .moreinfo{
  margin-top: 50px;
  margin-bottom:90px;
  text-align: center;

}
.hot-recomment .moreinfo a{
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 8px 50px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 10px;
  text-decoration: none;
}
.hot-recomment .moreinfo .active{
  background: #3a66ff;
  color: #fff;
  border: 1px solid #3a66ff;
}
 .hot-recomment .moreinfo a:hover{
  background: #3a66ff;
  color: #fff;
  border: 1px solid #3a66ff;
} 
/* 关于我们 */
.about_Us{
  width:100%;
  background: url(../image/index_commom/index-about.png);
  background-size: 100% 100%;
  padding: 80px 0;
  color: #fff;
  font-size: 18px;
}
.about_Us .btn-about{
  margin-top: 50px;
  padding: 5px 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;/* 
  box-shadow: darkgrey 0px 0px 6px 1px; */
}
.about_Us p{
  font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.about_Us .btn-about:hover{
  text-decoration:none;
  border: 1px solid #3a66ff;
  background: #3a66ff;
  color: #fff;
  
  
}

/* 
合作伙伴 */
.share_{
  margin-bottom: 90px;
}
.share_ .partner{
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.share_ .ti{
  padding: 60px 0 0px 0;
  font-size: 30px;
  font-weight: lighter;
  text-align: center
}
.share_ .line{
    width: 180px;
    height: 4px;
    background: #3a66ff;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.swiper-partner .swiper-slide{
  width: auto;
}
.swiper-partner .swiper-slide img{
  width: 100%;
}