@charset "utf-8";

/* 内页案例列表 */

.nyallb {
  margin-top: 90px;
}

.gsls_title {
  text-transform: capitalize;
  word-break: break-all;
  font-size: 36px;
}

.gslsct {
  margin-top: 60px;
  position: relative;
}

.gslsct.col {
  padding: 0;
}

.gslsct_xl,
.gslsct_xr {
  position: absolute;
  top: 0;
  width: auto;
  height: 20px;
  background-color: #fff;
  z-index: 10;
}

.gslsct_xl {
  left: 0;
}

.gslsct_xr {
  right: 0;
}

.gslsct_per,
.gslsct_next {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  z-index: 20;
  cursor: pointer;
  outline: none;
}

.gslsct_per {
  left: 0;
  transform: translate(-50%, -28px);
  -webkit-transform: translate(-50%, -28px);
  -moz-transform: translate(-50%, -28px);
  -ms-transform: translate(-50%, -28px);
  -o-transform: translate(-50%, -28px);
}

.gslsct_next {
  right: 0;
  transform: translate(50%, -28px);
  -webkit-transform: translate(50%, -28px);
  -moz-transform: translate(50%, -28px);
  -ms-transform: translate(50%, -28px);
  -o-transform: translate(50%, -28px);
}

.gslsct_per i,
.gslsct_next i {
  font-size: 24px;
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
  color: #999;
}

.gslsct_container {
  width: 100%;
  padding-bottom: 50px;
}

.gslsct_slideitem_x {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 8px;
  position: relative;
}

.gslsct_slideitem_x::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_sj {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}

.gslsct_slideitem_img {
  padding: 20px;
}

.gslsct_slideitem_img>div {
  overflow: hidden;
}

.gslsct_slideitem_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_txt {
  padding: 0 25px;
}

.gslsct_slideitem_txt p {
  color: #777;
  line-height: 24px;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef8d01;
}

.gslsct_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
  background-color: #ef8d01;
  border-color: #ef8d01;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
  color: #ef8d01;
}


/*内页合作伙伴  */

.nyhzhb {
  margin-top: 30px;
}

.nyhzhb_ct {
  margin-top: 40px;
}

.nyhzhb_container {
  width: 100%;
  height: 330px;
  padding-bottom: 65px;
}

.nyhzhb_slide {
  /* height: calc((100% - 20px) / 2); */
  margin-bottom: 30px;
}

.nyhzhb_slideitem {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

.nyhzhb_slideitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nyhzhb_slideitem:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyhzhb_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.nyhzhb_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef8d01;
}

/* .gslsct_pagination,
.gslsct_per, .gslsct_next{
  display: none;
} */

@media screen and (max-width:1500px){
  .gslsct_pagination,.gslsct_per, .gslsct_next{
    display: block;
  }
}

@media screen and (max-width:992px) {
  .gslsct_slideitem_txt { display: none;}
  .gsls_title,
  .nyqtydadw {
    font-size: 30px;
  }
  .nyallb {
    margin-top: 50px;
  }
  .gslsct {
    margin-top: 30px;
  }
  .gslsct_slideitem_sj {
    margin-top: 20px;
    font-size: 26px;
  }
  .gslsct_slideitem_img {
    padding: 10px;
  }
  .gslsct_slideitem_txt {
    padding: 0 15px;
  }
  .gslsct_per,
  .gslsct_next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .nyhzhb {
    margin-top: 40px;
  }
  .nyhzhb_ct {
    margin-top: 25px;
  }
}

@media screen and (max-width:768px) {
  .gslsct_per,
  .gslsct_next {
    display: none;
  }
  .gslsct.col {
    padding: 0;
  }
  .gslsct {
    margin-top: 15px;
  }
  .gslsct_slideitem_sj {
    font-size: 16px;
  }
  .gslsct_slideitem_img {
    padding: 5px;
  }
  .gslsct_slideitem_txt {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px
  }
  .nyqtyd .nyqtyda {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 160px;
  }
  .gsls_title,
  .nyqtydadw {
    font-size: 26px;
  }


}