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

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

.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 .section-1 {
  width: 100%;
  height: 80vh;
  background: url("../img/cooperate/honor-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.container .section-1 .title {
  position: absolute;
  top: 9.2592592593vh;
  right: 9.375vw;
}

.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 .title-ctx {
  width: 39.0625vw;
}

.container .section-1 .title .title-ctx p {
  line-height: 2.7777777778vh;
  font-size: 1.6666666667vh;
  color: #525252;
}

.container .section-1 .tip-img {
  width: 37.5vw;
  height: 35.1851851852vh;
  position: absolute;
  top: 12.962962963vh;
  left: 10.4166666667vw;
  border-radius: 16px;
}

.container .section-1 .tip-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

strong {
    all: unset;
    line-height: 2.7777777778vh;
}


@media screen and (max-width: 1000px){
    .about-content-max-box .about-content-box {
        padding-top: 24px;
    }
    .about-content-max-box .yuanJing-content-box .yuanJing-title-text-box {
        margin-top: 10px;
    }
    .about-content-max-box .yuanJing-content-box .yuanJing-title-text-box .content-text {
        margin-top: 10px;
    }
     .about-content-max-box .yuanJing-content-box .yuanJing-title-text-box .content-text p {
         font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #525252;
        line-height: 30px
     }
     .container .section-1 .tip-img {
         width: 325px;
        position: absolute;
        left: 25px;
        top: 24px;
        padding: 0;
        height: 160px;
     }
     .container .section-1 .tip-img img {
         border-radius: 6px;
     }
     .container .section-1 .title {
        position: absolute;
        top: 30.259259vh;
        left: 25px;
        width: 320px;
     }
     .container .section-1 .title .title-ctx {
         width: 100%;
         margin-bottom: 10px;
     }
     .container .section-1 .title .txt {
          margin-bottom: 10px;
     }
     .container .section-1 {
         height: 95vh;
     }
}