.swiper {
  width: 79vw;
  height: 100%;
}

.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 80px;
}

.swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 154px;
}

.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    bottom: 5%;
    top: inherit;
    transform: scale(.5);
    background: #efefef;
    padding: 10px 30px;
    color: black;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: inherit;
    right: 70px;
    bottom: 5%;
    top: inherit;
    transform: scale(.5);
    background: #efefef;
    padding: 10px 30px;
    color: black;
}

.container {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.container .section {
  scroll-snap-align: start;
  scroll-snap-stop: always; }

.container .banner {
  width: 100%;
  height: 41.6666666667vh;
  background: url("../img/cooperate/gywm.jpg") no-repeat;
  background-size: 100% 100%;
}

.container .section-1 {
  width: 100%;
  height: 360.3333333333vh;
  /*height: 108.3333333333vh;*/
  background: url("../img/cooperate/honor-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.container .section-1 .title {
  position: absolute;
  top: 7.4vh;
  left: 10.4166666667vw;
}

.container .section-1 .title .eng {
  font-size: 2.1296296296vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  text-transform: uppercase;
}

.container .section-1 .title .txt {
  font-size: 3.8888888889vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
}

.container .section-1 .title p {
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  /*font-weight: bold;*/
  color: #525252;
  line-height: 3.3333333333vh;
  width: 79.1666666667vw;
  /*text-indent: 2em;*/
  padding-top: 1.8518518519vh;
}

.container .section-1 .b-1 {
  display: flex;
  flex-direction: column;
  width: 79.1666666667vw;
  margin: 0 auto;
  overflow-x: auto;
  position: absolute;
  top: 29.6296296296vh;
  left: 10.4166666667vw;
}

.container .section-1 .h {
  display: flex;
  margin: 20px 0;
  margin-top: 60px;
  justify-content: space-around;
}

.container .section-1 .h .b-item {
  width: 11.5104166667vw;
  height: 26.7592592593vh;
  background: url("../img/cooperate/border-1.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  position: relative;
}

.container .section-1 .h .b-item img {
  position: absolute;
  width: 8.2291666667vw;
  height: 17.5925925926vh;
  top: 4.4444444444vh;
  left: 1.5625vw;
  right: 1.5625vw;
}

.container .section-1 .b-2 {
  display: flex;
  width: 79.1666666667vw;
  margin: 0 auto;
  overflow-x: auto;
  position: absolute;
  top: 61.1111111111vh;
  left: 10.4166666667vw;
}
.container .section-1 .v {
  margin: 20px 0;
  margin-top: 60px;
  display: flex;
}

.container .section-1 .v .b-item {
  width: 15.0520833333vw;
  height: 20.462962963vh;
  background: url("../img/cooperate/border-2.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-right: 1.0416666667vw;
  position: relative;
}

.container .section-1 .v .b-item img {
  position: absolute;
  width: 10.1041666667vw;
  height: 14.8148148148vh;
  top: 2.7777777778vh;
  left: 2.34375vw;
  right: 1.5625vw;
}

.container .section-1 .b::-webkit-scrollbar {
  width: 0;
}

.phone-b1{
    display: none;
}
.phone-b2 {
    display: none;
}


.ctx {
    width: 80.1666666667vw;
}

.border {
    width: 14.5833333333vw;
    height: 20.3703703704vh;
    background: url("../img/cooperate/border.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0.9259259259vh 0.5208333333vw;
    position: relative;
}

.border .img {
    position: absolute;
    width: 13.5416666667vw;
    height: 18.3vh;
    /*background: red;*/
    top: 1.1111111111vh;
    left: 0.4166666667vw;
    -o-object-fit: cover;
    object-fit: cover;
}

.border .img-w {
    width: 7.5520833333vw;
    height: 18vh;
    /*background: blue;*/
    left: 50%;
    transform: translateX(-50%);
}

.mask {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  z-index: 3;
}
.mask img {
  /* width: 80%; */
  height: 80%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  
}

@media screen and (min-width: 1500px) and (max-width: 1680px) {
  .container .section-1 .h .b-item {
      height: 240px;
      width: 175px;
      margin-right: 32px;
  }

  .container .section-1 .h .b-item img {
      width: 128px;
      height: 160px;
      top: 39px;
      left: 22px;
  }

  .container .section-1 .b-2 {
      top: 69.4444444444vh;
  }

  .container .section-1 .v .b-item {
      height: 170px;
      width: 245px;
      margin-right: 0px;
  }

  .container .section-1 .v .b-item img {
      height: 124px;
      top: 22px;
      width: 166px;
  }
}

@media screen and (max-width: 1000px){
    .container .section-1 {
        height: inherit;
    }
    .container .section-1 .b-1,.container .section-1 .b-2 {
        display: none;
    }
    .phone-b1，.phone-b2{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .phone-b1 {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: space-evenly;*/
        /*padding-top: 250px;*/
        display: inline-block;
        width: 100%;
            padding: 20px 0px 20px 30px;
        box-sizing: border-box;
        padding-top: 40vh;
    }
    .phone-b1 .b-item {
        width: 150px;
        height: 195px;
        background: url("../img/cooperate/border-2.png") no-repeat;
      background-size: 100% 100%;
      /*flex-shrink: 0;*/
      /*margin-right: 1.0416666667vw;*/
      position: relative;
      margin-bottom: 10px;
      margin-right: 15px;
      display: inline-block;
    }
    .phone-b1 .b-item:nth-child(even) {
        marfin-right: 0;
    }
   .phone-b1 .b-item img {
        width: 105px;
        height: 141px;
        object-fit: cover;
        position: absolute;
        top: 25px;
        left: 20px;
    }
    .phone-b2 {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*padding: 0 25px;*/
        display: inline-block;
        width: 100%;
        padding: 0px 0px 20px 30px;
        box-sizing: border-box;
        margin-top: -15px;
    }
    .phone-b2 .b-item {
        width: 150px;
        height: 115px;
        background: url("../img/cooperate/border-2.png") no-repeat;
      background-size: 100% 100%;
      position: relative;
      margin-bottom: 10px;
      margin-right: 15px;
      display: inline-block;
    }
     .phone-b2 .b-item:nth-child(even) {
         margin-right: 0px;
     }
    
    .phone-b2 .b-item img {
        width: 100px;
        height: 83px;
        position: absolute;
        top: 15px;
        left: 23px;
    }
}