body {
  padding-top: 5.2083vw;
}
.banner {
  position: relative;
  height: 42.0313vw;
}
.banner .bg {
  position: relative;
}
.banner .bg:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.banner .text-box {
  position: absolute;
  top: 15.1042vw;
  bottom: 0;
  right: 0;
  left: 5.7292vw;
  z-index: 1;
}
.banner .text-box p {
  margin-bottom: 2.0833vw;
  text-align: left;
  font-size: 1.25vw;
  color: #FFFFFF;
  text-shadow: 0vw 0.1563vw 0.3125vw #00000080;
  opacity: 1;
}
.banner .text-box h1 {
  text-align: left;
  font-size: 3.125vw;
  color: #FFFFFF;
  text-shadow: 0vw 0vw 1.0417vw #00000080;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
}
.module_1 {
  margin-top: -5.6771vw;
  padding-bottom: 5.5208vw;
  background-color: #e2ece0;
  background-image: url(../img/box_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
.module_1 .module_box {
  width: 88.5417vw;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 2.7083vw 2.7083vw 4.2708vw;
}
.module_1 .module_box .desc {
  margin-bottom: 2.7083vw;
}
.module_1 .module_box .desc > div + div {
  margin-top: 2.0833vw;
}
.module_1 .module_box .desc h4 {
  font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px;
}
.module_1 .module_box .desc p {
  /* width: 67.8125vw; */
  font-size: 20px;
    line-height: 1.6;
    color: #62779C;
}
.module_1 .module_box .swiper_box {
  position: relative;
}
.module_1 .module_box .swiper_box .swiper {
  margin-bottom: 3.6979vw;
}
.module_1 .module_box .swiper_box .swiper .swiper-slide {
  width: 27.0833vw;
  height: 18.0208vw;
}
.module_1 .module_box .swiper_box .swiper .img_box {
  text-align: center;
}
.module_1 .module_box .swiper_box .swiper .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 18.0208vw;
  background: #cecece;
}
.module_1 .module_box .swiper_box .swiper-button-next,
.module_1 .module_box .swiper_box .swiper-button-prev {
  width: 3.125vw;
  height: 3.125vw;
  background: #64b5a2;
  border-radius: 50%;
}
.module_1 .module_box .swiper_box .swiper-button-prev {
  left: -2.0833vw;
}
.module_1 .module_box .swiper_box .swiper-button-next {
  right: -2.0833vw;
}
.module_1 .module_box .swiper_box .swiper-button-next:after,
.module_1 .module_box .swiper_box .swiper-button-prev:after {
  font-size: 1.875vw;
  color: #fff;
}
.module_1 .module_box .part_two {
  text-align: center;
}
.module_1 .module_box .part_two a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .module_1 .module_box .part_two a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .part_two a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .part_two a:hover .icon {
    right: -4px;
  }
@media screen and (max-width: 1923px) {
  body {
    padding-top: 100px;
  }
  .banner {
    position: relative;
    height: 807px;
  }
  .banner .bg {
    position: relative;
  }
  .banner .bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .banner .text-box {
    position: absolute;
    top: 290px;
    bottom: 0;
    right: 0;
    left: 110px;
    z-index: 1;
  }
  .banner .text-box p {
    margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000080;
    opacity: 1;
  }
  .banner .text-box h1 {
    text-align: left;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #00000080;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
  }
  .module_1 {
    margin-top: -109px;
    padding-bottom: 106px;
    background-color: #e2ece0;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
  }
  .module_1 .module_box {
    width: 1700px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 52px 52px 82px;
  }
  .module_1 .module_box .desc {
    margin-bottom: 52px;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 40px;
  }
  .module_1 .module_box .desc h4 {
    font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .module_1 .module_box .desc p {
    /* width: 1302px; */
    font-size: 20px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box .swiper_box {
    position: relative;
  }
  .module_1 .module_box .swiper_box .swiper {
    margin-bottom: 71px;
  }
  .module_1 .module_box .swiper_box .swiper .swiper-slide {
    width: 520px;
    height: 346px;
  }
  .module_1 .module_box .swiper_box .swiper .img_box {
    text-align: center;
  }
  .module_1 .module_box .swiper_box .swiper .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 346px;
    background: #cecece;
  }
  .module_1 .module_box .swiper_box .swiper-button-next,
  .module_1 .module_box .swiper_box .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: #64b5a2;
    border-radius: 50%;
  }
  .module_1 .module_box .swiper_box .swiper-button-prev {
    left: -40px;
  }
  .module_1 .module_box .swiper_box .swiper-button-next {
    right: -40px;
  }
  .module_1 .module_box .swiper_box .swiper-button-next:after,
  .module_1 .module_box .swiper_box .swiper-button-prev:after {
    font-size: 36px;
    color: #fff;
  }
  .module_1 .module_box .part_two {
    text-align: center;
  }
  .module_1 .module_box .part_two a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .module_1 .module_box .part_two a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .part_two a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .part_two a:hover .icon {
    right: -4px;
  }
}
@media screen and (max-width: 1918px) {
  body {
    padding-top: 5.2083vw;
  }
  .banner {
    position: relative;
    height: 42.0313vw;
  }
  .banner .bg {
    position: relative;
  }
  .banner .bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .banner .text-box {
    position: absolute;
    top: 15.1042vw;
    bottom: 0;
    right: 0;
    left: 5.7292vw;
    z-index: 1;
  }
  .banner .text-box p {
    margin-bottom: 2.0833vw;
    text-align: left;
    font-size: 1.25vw;
    color: #FFFFFF;
    text-shadow: 0vw 0.1563vw 0.3125vw #00000080;
    opacity: 1;
  }
  .banner .text-box h1 {
    text-align: left;
    font-size: 3.125vw;
    color: #FFFFFF;
    text-shadow: 0vw 0vw 1.0417vw #00000080;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
  }
  .module_1 {
    margin-top: -5.6771vw;
    padding-bottom: 5.5208vw;
    background-color: #e2ece0;
    background-image: url(../img/box_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
  }
  .module_1 .module_box {
    width: 88.5417vw;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 2.7083vw 2.7083vw 4.2708vw;
  }
  .module_1 .module_box .desc {
    margin-bottom: 2.7083vw;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 2.0833vw;
  }
  .module_1 .module_box .desc h4 {
    font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .module_1 .module_box .desc p {
    /* width: 67.8125vw; */
    font-size: 20px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box .swiper_box {
    position: relative;
  }
  .module_1 .module_box .swiper_box .swiper {
    margin-bottom: 3.6979vw;
  }
  .module_1 .module_box .swiper_box .swiper .swiper-slide {
    width: 27.0833vw;
    height: 18.0208vw;
  }
    .module_1 .module_box .swiper_box .swiper .img_box {
      text-align: center;
    }
  .module_1 .module_box .swiper_box .swiper .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 18.0208vw;
    background: #cecece;
  }
  .module_1 .module_box .swiper_box .swiper-button-next,
  .module_1 .module_box .swiper_box .swiper-button-prev {
    width: 3.125vw;
    height: 3.125vw;
    background: #64b5a2;
    border-radius: 50%;
  }
  .module_1 .module_box .swiper_box .swiper-button-prev {
    left: -2.0833vw;
  }
  .module_1 .module_box .swiper_box .swiper-button-next {
    right: -2.0833vw;
  }
  .module_1 .module_box .swiper_box .swiper-button-next:after,
  .module_1 .module_box .swiper_box .swiper-button-prev:after {
    font-size: 1.875vw;
    color: #fff;
  }
  .module_1 .module_box .part_two {
    text-align: center;
  }
  .module_1 .module_box .part_two a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .module_1 .module_box .part_two a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .part_two a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .part_two a:hover .icon {
    right: -4px;
  }
}
@media screen and (max-width: 992px) {
  footer .container .right-box .partner-logo::after {
    width: 100%;
  }
  body {
    padding-top: 80px;
  }
  .banner .text-box {
    top: 8.3333vw;
  }
  .banner .text-box p {
    font-size: 4.4444vw;
  }
  .banner .text-box h1 {
    font-size: 7.7778vw;
  }
  .module_1 {
    padding-bottom: 13.8889vw;
    background-size: 100%;
  }
  .module_1 .module_box {
    width: 91.6667vw;
    padding: 5.5556vw 4.1667vw 8.8889vw;
  }
  .module_1 .module_box .desc {
    margin-bottom: 10.5556vw;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 5.5556vw;
  }
  .module_1 .module_box .desc h4 {
    font-size: 5.5556vw;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2.7778vw;
  }
  .module_1 .module_box .desc p {
    width: 100%;
    font-size: 3.8889vw;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box .swiper_box {
    position: relative;
  }
  .module_1 .module_box .swiper_box .swiper {
    margin-bottom: 8.3333vw;
  }
  .module_1 .module_box .swiper_box .swiper .swiper-slide {
    width: 100% !important;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .module_1 .module_box .swiper_box .swiper .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    background: #cecece;
  }
  .module_1 .module_box .swiper_box .swiper-button-next,
  .module_1 .module_box .swiper_box .swiper-button-prev {
    width: 10vw;
    height: 10vw;
    background: #64b5a2;
    border-radius: 50%;
  }
  .module_1 .module_box .swiper_box .swiper-button-prev {
    left: -5.5556vw;
  }
  .module_1 .module_box .swiper_box .swiper-button-next {
    right: -5.5556vw;
  }
  .module_1 .module_box .swiper_box .swiper-button-next:after,
  .module_1 .module_box .swiper_box .swiper-button-prev:after {
    font-size: 6.1111vw;
    color: #fff;
  }
  .module_1 .module_box .part_two {
    width: 100%;
  }
  .module_1 .module_box .part_two a {
    padding: 0 6.3889vw 0 6.6667vw;
    background-color: #64B5A2;
    line-height: 11.1111vw;
    height: 11.1111vw;
    font-size: 3.8889vw;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 3.6111vw;
  }
  .module_1 .module_box .part_two a .icon {
    width: 4.4444vw;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .part_two a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .part_two a:hover .icon {
    right: -1.1111vw;
  }
}
@media screen and (max-width: 361px) {
  .mask-box {
    display: none;
  }
  footer .container .right-box .partner-logo::after {
    width: 100%;
  }
  body {
    padding-top: 80px;
  }
  .banner .text-box {
    top: 30px;
  }
  .banner .text-box p {
    font-size: 16px;
  }
  .banner .text-box h1 {
    font-size: 28px;
  }
  .module_1 {
    padding-bottom: 50px;
    background-size: 100%;
  }
  .module_1 .module_box {
    width: 330px;
    padding: 20px 15px 32px;
  }
  .module_1 .module_box .desc {
    margin-bottom: 38px;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 20px;
  }
  .module_1 .module_box .desc h4 {
    font-size: 20px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .module_1 .module_box .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box .swiper_box {
    position: relative;
  }
  .module_1 .module_box .swiper_box .swiper {
    margin-bottom: 30px;
  }
  .module_1 .module_box .swiper_box .swiper .swiper-slide {
    width: 100%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .module_1 .module_box .swiper_box .swiper .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    background: #cecece;
  }
  .module_1 .module_box .swiper_box .swiper-button-next,
  .module_1 .module_box .swiper_box .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: #64b5a2;
    border-radius: 50%;
  }
  .module_1 .module_box .swiper_box .swiper-button-prev {
    left: -20px;
  }
  .module_1 .module_box .swiper_box .swiper-button-next {
    right: -20px;
  }
  .module_1 .module_box .swiper_box .swiper-button-next:after,
  .module_1 .module_box .swiper_box .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
  }
  .module_1 .module_box .part_two {
    width: 100%;
  }
  .module_1 .module_box .part_two a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 13px;
  }
  .module_1 .module_box .part_two a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box .part_two a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box .part_two a:hover .icon {
    right: -4px;
  }
}
