.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: 133vh;
  background: url("../img/cooperate/bg.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.container .section-1 .title {
  position: absolute;
  top: 7.4074074074vh;
  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;
}

.container .section-1 .tag {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 113.8vh;
  background: url("../img/cooperate/tag.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1000px){
    .container .section-1 {
        height: 133vh;
    }
    .container .section-1 .title .eng {
        font-size: 12px;
    }
    .container .section-1 .title .txt {
        font-size: 21px;
    }
    .container .section-1 .tag {
        height: 872px;
        background: url("../img/cooperate/p-tag.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .container .section-1 .title {
            z-index: 1;
    left: 25px;
    top: 24px;
    }
}
