@media (min-width: 1200px) {
  .mb-img {
    display: none;
  }
  .p1 {
    width: 100%;
    height: 74.125rem;
    background-size: cover;
    text-align: center;
  }
  .text1 {
    font-size: 2.75rem;
  }
  .text2 {
    font-size: 1.125rem;
  }
  .text3 {
    font-size: 1.875rem;
  }
  .p1-text1 {
    margin: 5.5rem 0 1rem;
  }
  .p1-list {
    width: 83.375rem;
    font-weight: lighter;
    margin-top: 1.875rem;
  }
  .p2 {
    width: 100%;
    height: 59.875rem;
    background-size: cover;
    padding: 7.25rem 14.5rem 0 0;
    text-align: right;
  }
  .p2-text1 {
    margin: 5.5rem 0 1.875rem;
  }
  .p3 {
    width: 100%;
    height: 51.375rem;
    background-size: cover;
    padding: 5.5rem 0 0 14.5rem;
  }
  .p3-text1 {
    margin-bottom: 1.875rem;
  }
  .p4 {
    width: 100%;
    height: 74rem;
    color: white;
  }
  .p5 {
    width: 100%;
    height: 51.375rem;
    background-size: cover;
    padding-left: 14.5rem;
    align-items: center;
  }
  .p6 {
    width: 100%;
    height: 16.375rem;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: white;
    align-items: center;
  }
  .p6-list {
    width: 80.875rem;
    height: 10.125rem;
    flex-wrap: wrap;
  }
  .p6-item {
    display: flex;
    align-items: center;
    width: 26.875rem;
  }
  .p6-item img {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
  }
  .p6-right {
    display: flex;
    flex-flow: column;
  }
  .p7 {
    width: 100%;
    padding-bottom: 4rem;
  }
  .p7-list {
    width: 83.375rem;
    margin-top: 5rem;
    flex-wrap: wrap;
  }
  .p7-item {
    display: flex;
    align-items: center;
    width: 41.25rem;
    margin-bottom: 4rem;
  }
  .p7-item img {
    width: 14.625rem;
    height: 9.25rem;
    margin-right: 1.5rem;
  }
  .p7-item .text2 {
    font-weight: lighter;
  }
  .p7list-text1 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .p8 {
    width: 100%;
    height: 30.625rem;
  }
  .p8-list {
    width: 83.375rem;
    margin-top: 5rem;
  }
  .p8-list img {
    width: 20.875rem;
    height: 11.75rem;
  }
  .p8-text1 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .p9 {
    width: 100%;
    height: 65.5rem;
    text-align: center;
  }
  .p9-text1 {
    margin-top: 5.5rem;
  }
  .p9-text2 {
    margin-bottom: 1.875rem;
  }
  .p9-more {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 3rem;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    margin-top: 0.875rem;
    font-size: 0.75rem;
  }
  .p9-more i {
    font-size: 1rem;
  }
  .p10 {
    width: 100%;
    height: 62rem;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .p11 {
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  .p11-swiper {
    width: 100%;
    height: 62.25rem;
    overflow: hidden;
    position: relative;
  }
  .p11-swiper .swiper-slide {
    position: relative;
  }
  .swiper-slide {
    background-size: cover;
  }
  .p11-item {
    width: 15.375rem;
    margin-bottom: 5.5rem;
  }
  .p11-text1 {
    font-weight: bold;
  }
  .p11-text2 {
    margin-bottom: 1rem;
  }
  .p11-text {
    position: absolute;
    top: 20rem;
    left: 20rem;
  }
  .off {
    color: #a9a9a9;
  }
  .p11-icon1,
  .p11-icon2 {
    position: absolute;
    left: 17rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .p11-icon1 {
    top: 20rem;
  }
  .p11-icon2 {
    top: 35.5rem;
  }
  .p11-prev,
  .p11-next {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #ff6a00;
    border-radius: 50%;
    position: absolute;
    bottom: 3rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p11-prev i,
  .p11-next i {
    width: 1rem;
    height: 1rem;
  }
  .p11-prev i::before,
  .p11-next i::before {
    width: 1rem;
    height: 2px;
    background-color: white;
  }
  .p11-prev i::after,
  .p11-next i::after {
    height: 1rem;
    width: 2px;
    background-color: white;
  }
  .p11-prev {
    right: 13rem;
    transform: rotateZ(180deg);
  }
  .p11-next {
    right: 10rem;
  }
}
@media (max-width: 1199px) {
  .p1 {
    width: 100%;
    text-align: center;
  }
  .p1 .flex-col {
    width: 26.66666667vw;
    margin-bottom: 3.2vw;
  }
  .text1 {
    font-size: 5.86666667vw;
  }
  .text2 {
    font-size: 3.73333333vw;
  }
  .text3 {
    font-size: 4.26666667vw;
  }
  .p1-text1 {
    margin: 11.73333333vw 0 2.4vw;
  }
  .p1-list {
    font-weight: lighter;
    margin-top: 4vw;
    flex-wrap: wrap;
  }
  .p2 {
    text-align: center;
  }
  .p2 .text2 {
    padding: 0 5.6vw;
    margin-bottom: 6.13333333vw;
  }
  .p2-text1 {
    margin: 11.73333333vw 0 4vw;
  }
  .p3 {
    padding-top: 11.73333333vw;
    text-align: center;
  }
  .p3 .text2 {
    padding: 0 5.6vw;
    margin-bottom: 5.6vw;
  }
  .p3-text1 {
    margin-bottom: 4vw;
  }
  .p4 {
    text-align: center;
  }
  .p4 .text2 {
    padding: 0 5.6vw;
    margin-bottom: 5.6vw;
  }
  .p5 {
    flex-direction: column;
    text-align: center;
    padding-top: 11.73333333vw;
  }
  .p5 .text1 {
    margin-bottom: 5.6vw;
  }
  .p5 .text2 {
    padding: 0 5.6vw;
    margin-bottom: 5.6vw;
  }
  .p6 {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: white;
    align-items: center;
    padding: 5.6vw 0;
  }
  .p6-list {
    flex-direction: column;
  }
  .p6-item {
    display: flex;
    align-items: center;
  }
  .p6-item img {
    width: 8.26666667vw;
    margin-right: 3.2vw;
  }
  .p6-item + .p6-item {
    margin-top: 5.6vw;
  }
  .p7 > .text2 {
    text-align: center;
    padding: 0 5.6vw;
  }
  .p7-list {
    flex-direction: column;
  }
  .p7-item {
    display: flex;
    align-items: center;
    width: 92vw;
    margin: 3.2vw 0;
  }
  .p7-item img {
    width: 30.13333333vw;
    margin-right: 3.2vw;
  }
  .p7list-text1 {
    font-weight: bold;
    font-size: 4.26666667vw;
    margin-bottom: 1.06666667vw;
  }
  .p8-list {
    flex-direction: column;
  }
  .p8 {
    padding: 6.13333333vw 0;
  }
  .p8 .flex-col {
    margin: 4.26666667vw;
  }
  .p8 .flex-col img {
    width: 78.93333333vw;
  }
  .p8-text1 {
    font-size: 4.26666667vw;
    margin: 2.13333333vw 0;
  }
  .p9 {
    text-align: center;
  }
  .p9 br {
    display: none;
  }
  .p9-text2 {
    margin: 4.26666667vw 0;
  }
  .p9-more {
    display: inline-block;
    padding: 0.8vw 1.6vw;
    border-radius: 6.93333333vw;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    margin: 2.13333333vw 0;
  }
  .p10 {
    height: 112vw;
  }
  .p10 br {
    display: none;
  }
  .p10 .text2 {
    text-align: center;
    padding: 0 4.26666667vw;
  }
  .p10,
  .p11-swiper {
    position: relative;
  }
  .p11-swiper {
    text-align: center;
  }
  .p11 > .text2 {
    padding: 0 4.26666667vw;
    margin-bottom: 4.26666667vw;
  }
  .p11-item.off,
  .p11-prev,
  .p11-next,
  .p11-icon1,
  .p11-icon2 {
    display: none;
  }
}
