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 1.3021vw;
}
.module_1 .module_box h4 {
  font-size: 24px;
  text-align: left;
  color: #64B5A2;
  font-weight: bold;
  line-height: 1.6;
}
.module_1 .module_box ul {
  display: flex;
  padding-bottom: 3.125vw;
  flex-wrap: wrap;
}
.module_1 .module_box ul li {
  display: flex;
  align-items: flex-start;
  padding: 1.25vw 0;
  width: 100%;
  border-top: 0.0521vw solid rgba(80, 80, 80, 0.1);
}
.module_1 .module_box ul li:last-child {
  border-bottom: 0.0521vw solid rgba(80, 80, 80, 0.1);
}
.module_1 .module_box ul li div {
  width: 25%;
}
.module_1 .module_box ul li h5 {  
    font-size: 18px;
  text-align: left;
  color: #00286A;
  line-height: 1.6;
  margin-bottom: 0.5208vw;
}

.module_1 .module_box.en-box ul li h5,
.module_1 .module_box.en-box ul li span {
  font-size: 16px;
}
.module_1 .module_box ul li span {
    font-size: 18px;
  text-align: left;
  color: #62779C;
  line-height: 1.71;
  display: inline-block;
  padding-left: 1.0417vw;
  position: relative;
}
.module_1 .module_box ul li span:after {
  content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8A9AB5;
    position: absolute;
    left: 0;
    top: 10px;
}
@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 25px;
  }
  .module_1 .module_box h4 {
    font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
  }
  .module_1 .module_box ul {
    display: flex;
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
  .module_1 .module_box ul li {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    width: 100%;
    border-top: 1px solid rgba(80, 80, 80, 0.1);
  }
  .module_1 .module_box ul li:last-child {
    border-bottom: 1px solid rgba(80, 80, 80, 0.1);
  }
  .module_1 .module_box ul li div {
    width: 25%;
  }
  .module_1 .module_box ul li h5 {
    font-size: 18px;
    text-align: left;
    color: #00286A;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .module_1 .module_box.en-box ul li h5,
.module_1 .module_box.en-box ul li span {
  font-size: 16px;
}
  .module_1 .module_box ul li span {
    font-size: 18px;
    text-align: left;
    color: #62779C;
    line-height: 1.71;
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
  .module_1 .module_box ul li span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8A9AB5;
    position: absolute;
    left: 0;
    top: 10px;
  }
}
@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 1.3021vw;
  }
  .module_1 .module_box h4 {
    font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
  }
  .module_1 .module_box ul {
    display: flex;
    padding-bottom: 3.125vw;
    flex-wrap: wrap;
  }
  .module_1 .module_box ul li {
    display: flex;
    align-items: flex-start;
    padding: 1.25vw 0;
    width: 100%;
    border-top: 0.0521vw solid rgba(80, 80, 80, 0.1);
  }
  .module_1 .module_box ul li:last-child {
    border-bottom: 0.0521vw solid rgba(80, 80, 80, 0.1);
  }
  .module_1 .module_box ul li div {
    width: 25%;
  }
  .module_1 .module_box ul li h5 {
    font-size: 18px;
    text-align: left;
    color: #00286A;
    line-height: 1.6;
    margin-bottom: 0.5208vw;
  }
  .module_1 .module_box.en-box ul li h5,
  .module_1 .module_box.en-box ul li span {
  font-size: 16px;
}
  .module_1 .module_box ul li span {
    font-size: 18px;
    text-align: left;
    color: #62779C;
    line-height: 1.71;
    display: inline-block;
    padding-left: 1.0417vw;
    position: relative;
  }
  .module_1 .module_box ul li span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8A9AB5;
    position: absolute;
    left: 0;
    top: 10px;
  }
}
@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 11.1111vw;
  }
  .module_1 .module_box > div + div {
    margin-top: 10vw;
  }
  .module_1 .module_box h4 {
    font-size: 5.5556vw;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    border-top: 0.2778vw solid rgba(80, 80, 80, 0.1);
    border-bottom: 0.2778vw solid rgba(80, 80, 80, 0.1);
  }
  .module_1 .module_box ul li {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: none;
  }
  .module_1 .module_box ul li:last-child {
    border-bottom: none;
  }
  .module_1 .module_box ul li div {
    width: 100%;
    padding: 3.3333vw 0;
  }
  .module_1 .module_box ul li h5 {
    font-size: 4.4444vw;
    text-align: left;
    color: #64B5A2;
    line-height: 1.6;
    margin-bottom: 4.1667vw;
  }
  .module_1 .module_box ul li > div:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .module_1 .module_box ul li span {
    font-size: 3.8889vw;
    text-align: left;
    color: #62779C;
    line-height: 1.71;
    display: inline-block;
    padding-left: 4.4444vw;
  }
  .module_1 .module_box ul li span:after {
    content: '';
    display: block;
    width: 1.6667vw;
    height: 1.6667vw;
    border-radius: 50%;
    background: #8A9AB5;
    position: absolute;
    left: 0;
    top: 2.7778vw;
  }
}
@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 40px;
  }
  .module_1 .module_box > div + div {
    margin-top: 36px;
  }
  .module_1 .module_box h4 {
    font-size: 20px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    border-top: 1px solid rgba(80, 80, 80, 0.1);
    border-bottom: 1px solid rgba(80, 80, 80, 0.1);
  }
  .module_1 .module_box ul li {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: none;
  }
  .module_1 .module_box ul li:last-child {
    border-bottom: none;
  }
  .module_1 .module_box ul li div {
    width: 100%;
    padding: 12px 0;
  }
  .module_1 .module_box ul li h5 {
    font-size: 16px;
    text-align: left;
    color: #64B5A2;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .module_1 .module_box ul li > div:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .module_1 .module_box ul li span {
    font-size: 14px;
    text-align: left;
    color: #62779C;
    line-height: 1.71;
    display: inline-block;
    padding-left: 16px;
  }
  .module_1 .module_box ul li span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8A9AB5;
    position: absolute;
    left: 0;
    top: 10px;
  }
}
