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: 3.0729vw 2.7083vw 2.7604vw;
}
.module_1 .module_box .desc {
  margin-bottom: 2.7083vw;
}
.module_1 .module_box .desc > div + div {
  margin-top: 3.0208vw;
}
.module_1 .module_box .desc img {
  margin-bottom: 1.3542vw;
}
.module_1 .module_box .desc h4 {
  font-size: 24px;
  text-align: left;
  color: #64B5A2;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8333vw;
}
.module_1 .module_box .desc p {
  font-size: 20px;
  line-height: 1.6;
  color: #62779C;
}
.module_1 .module_box .desc p.li_p {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  text-align: left;
  color: #62779C;
  line-height: 1.6;
}
.module_1 .module_box .desc p.li_p:after {
  display: block;
  content: '';
  width: 8px;
    height: 8px;
  border-radius: 50%;
  background: #64B5A2;
  position: absolute;
  left: 0;
  top: 10px;
}
.module_1 .module_box ul {
  display: flex;
  gap: 1.7708vw;
}
.module_1 .module_box ul li .left_img {
  width: 40.6771vw;
  height: 27.0313vw;
  background: #cecece;
}
.module_1 .module_box .part_two {
  margin: 2.6042vw 0;
  display: flex;
  align-items: center;
}
.module_1 .module_box .part_two a {
  padding: 0 24px;
  background-color: #64B5A2;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  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: 59px 52px 53px;
  }
  .module_1 .module_box .desc {
    margin-bottom: 52px;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 58px;
  }
  .module_1 .module_box .desc img {
    margin-bottom: 26px;
  }
  .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 {
    font-size: 20px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box .desc p.li_p {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
  }
  .module_1 .module_box .desc p.li_p:after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #64B5A2;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .module_1 .module_box ul {
    display: flex;
    gap: 34px;
  }
  .module_1 .module_box ul li .left_img {
    width: 781px;
    height: 519px;
    background: #cecece;
  }
  .module_1 .module_box .part_two {
    margin: 50px 0;
    display: flex;
    align-items: center;
  }
  .module_1 .module_box .part_two a {
    padding: 0 24px;
    background-color: #64B5A2;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    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: 3.0729vw 2.7083vw 2.7604vw;
  }
  .module_1 .module_box .desc {
    margin-bottom: 2.7083vw;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 3.0208vw;
  }
  .module_1 .module_box .desc img {
    margin-bottom: 1.3542vw;
  }
  .module_1 .module_box .desc h4 {
    font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.8333vw;
  }
  .module_1 .module_box .desc p {
    font-size: 20px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box .desc p.li_p {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
  }
  .module_1 .module_box .desc p.li_p:after {
    display: block;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #64B5A2;
      position: absolute;
      left: 0;
      top: 10px;
  }
  .module_1 .module_box ul {
    display: flex;
    gap: 1.7708vw;
  }
  .module_1 .module_box ul li .left_img {
    width: 40.6771vw;
    height: 27.0313vw;
    background: #cecece;
  }
  .module_1 .module_box .part_two {
    margin: 2.6042vw 0;
    display: flex;
    align-items: center;
  }
    .module_1 .module_box .part_two a {
      padding: 0 24px;
      background-color: #64B5A2;
      line-height: 50px;
      height: 50px;
      font-size: 18px;
      font-weight: bold;
      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: 5.5556vw;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 5.5556vw;
  }
  .module_1 .module_box .desc img {
    width: 44.4444vw;
    margin-bottom: 4.1667vw;
  }
  .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 .desc p.li_p {
    padding-left: 5.5556vw;
    position: relative;
    font-size: 3.8889vw;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
    margin-bottom: 2.7778vw;
  }
  .module_1 .module_box .desc p.li_p:nth-of-type(1) {
    margin-top: 2.2222vw;
  }
  .module_1 .module_box .desc p.li_p:after {
    display: block;
    content: '';
    width: 2.2222vw;
    height: 2.2222vw;
    border-radius: 50%;
    background: #64B5A2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    gap: 9.4444vw;
  }
  .module_1 .module_box ul li .left_img {
    width: 100%;
    height: unset;
  }
  .module_1 .module_box .part_two {
    margin: 0 0 5.5556vw;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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: 20px;
  }
  .module_1 .module_box .desc > div + div {
    margin-top: 20px;
  }
  .module_1 .module_box .desc img {
    width: 160px;
    margin-bottom: 15px;
  }
  .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 .desc p.li_p {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .module_1 .module_box .desc p.li_p:nth-of-type(1) {
    margin-top: 8px;
  }
  .module_1 .module_box .desc p.li_p:after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #64B5A2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .module_1 .module_box ul li .left_img {
    width: 100%;
    height: unset;
  }
  .module_1 .module_box .part_two {
    margin: 0 0 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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: 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;
  }
}
