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.2);
}
.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 4.7917vw;
}
.module_1 .module_box .desc {
  margin-bottom: 3.0208vw;
}
.module_1 .module_box .desc p {
  /* width: 72.9167vw; */
  font-size: 20px;
  line-height: 1.6;
  color: #62779C;
}
.module_1 .module_box ul {
  display: flex;
  flex-direction: column;
  gap: 2.3958vw;
}
.module_1 .module_box ul li {
  display: flex;
  align-items: center;
  gap: 2.9688vw;
}
.module_1 .module_box ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.module_1 .module_box ul li:nth-of-type(2n) h4,
.module_1 .module_box ul li:nth-of-type(2n) .txt {
  padding-left: 0.625vw;
}
.module_1 .module_box ul li:nth-of-type(2n) a {
  margin-left: 0.625vw;
}
.module_1 .module_box ul li .left_img {
  width: 41.6146vw;
  height: 25.7292vw;
  background: #cecece;
  object-fit: cover;
  object-position: center;
}
/* .module_1 .module_box ul li > div img {
  margin-bottom: 0.5208vw;
} */
.module_1 .module_box ul li > div h4 {
font-size: 24px;
        text-align: left;
        color: #64B5A2;
        font-weight: bold;
        line-height: 1.6;
        padding-left: 6px;
}
.module_1 .module_box ul li > div .txt {
  margin: 0.5208vw 0 2.6042vw;
  width: 34.7917vw;
  padding-left: 0.3125vw;
  padding-right: 1.6146vw;
}
.module_1 .module_box ul li > div .txt h5 {
  font-size: 1.0417vw;
}
.module_1 .module_box ul li > div .txt span {
  font-size: 20px;
        text-align: left;
        color: #62779C;
        line-height: 1.6;
        display: inline-block;
        margin-bottom: 20px;
}
.module_1 .module_box ul li > div .txt p {
  font-size: 20px;
        text-align: left;
        color: #62779C;
        line-height: 1.6;
        display: inline-block;
        margin-bottom: 20px;
}
.module_1 .module_box ul li > div .txt 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 li > div a {
    padding: 0 23px 0 24px;
    margin-left: 6px;
    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 ul li > div a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box ul li > div a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box ul li > div a:hover .icon {
    right: -4px;
  }
.module_1 ::-webkit-scrollbar {
  width: 0.1042vw;
  height: 0.1042vw;
  background-color: #707070;
}
.module_1 ::-webkit-scrollbar-track {
  background-color: #707070;
}
.module_1 ::-webkit-scrollbar-thumb {
  background-color: #64b5a2;
  border-radius: 0.3125vw;
  border: 0.1042vw solid #64b5a2;
}
.module_1 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@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.2);
  }
  .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 92px;
  }
  .module_1 .module_box .desc {
    margin-bottom: 58px;
  }
  .module_1 .module_box .desc p {
    /* width: 1400px; */
    font-size: 20px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  .module_1 .module_box ul li {
    display: flex;
    align-items: center;
    gap: 57px;
  }
  .module_1 .module_box ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .module_1 .module_box ul li:nth-of-type(2n) h4,
  .module_1 .module_box ul li:nth-of-type(2n) .txt {
    padding-left: 12px;
  }
  .module_1 .module_box ul li:nth-of-type(2n) a {
    margin-left: 12px;
  }
  .module_1 .module_box ul li .left_img {
    width: 799px;
    height: 494px;
    background: #cecece;
  object-fit: cover;
  object-position: center;
  }
  /* .module_1 .module_box ul li > div img {
    margin-bottom: 10px;
  } */
  .module_1 .module_box ul li > div h4 {
    font-size: 24px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 6px;
  }
  .module_1 .module_box ul li > div .txt {
    margin: 10px 0 50px;
    width: 668px;
    padding-left: 6px;
    padding-right: 31px;
  }
  .module_1 .module_box ul li > div .txt h5 {
    font-size: 20px;
  }
  .module_1 .module_box ul li > div .txt span {
    font-size: 20px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 20px;
  }
  .module_1 .module_box ul li > div .txt p {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
  }
  .module_1 .module_box ul li > div .txt 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 li > div a {
    padding: 0 23px 0 24px;
    margin-left: 6px;
    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 ul li > div a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box ul li > div a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box ul li > div a:hover .icon {
    right: -4px;
  }
  .module_1 ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #707070;
  }
  .module_1 ::-webkit-scrollbar-track {
    background-color: #707070;
  }
  .module_1 ::-webkit-scrollbar-thumb {
    background-color: #64b5a2;
    border-radius: 6px;
    border: 2px solid #64b5a2;
  }
  .module_1 ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@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.2);
  }
  .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 4.7917vw;
  }
  .module_1 .module_box .desc {
    margin-bottom: 3.0208vw;
  }
  .module_1 .module_box .desc p {
    /* width: 72.9167vw; */
    font-size: 20px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    gap: 2.3958vw;
  }
  .module_1 .module_box ul li {
    display: flex;
    align-items: center;
    gap: 2.9688vw;
  }
  .module_1 .module_box ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .module_1 .module_box ul li:nth-of-type(2n) h4,
  .module_1 .module_box ul li:nth-of-type(2n) .txt {
    padding-left: 0.625vw;
  }
  .module_1 .module_box ul li:nth-of-type(2n) a {
    margin-left: 0.625vw;
  }
  .module_1 .module_box ul li .left_img {
    width: 41.6146vw;
    height: 25.7292vw;
    background: #cecece;
  object-fit: cover;
  object-position: center;
  }
  /* .module_1 .module_box ul li > div img {
    margin-bottom: 0.5208vw;
  } */
  .module_1 .module_box ul li > div h4 {
    font-size: 24px;
        text-align: left;
        color: #64B5A2;
        font-weight: bold;
        line-height: 1.6;
        padding-left: 6px;
  }
  .module_1 .module_box ul li > div .txt {
    margin: 0.5208vw 0 2.6042vw;
    width: 34.7917vw;
    padding-left: 0.3125vw;
    padding-right: 1.6146vw;
  }
  .module_1 .module_box ul li > div .txt h5 {
    font-size: 1.0417vw;
  }
  .module_1 .module_box ul li > div .txt span {
    font-size: 20px;
        text-align: left;
        color: #62779C;
        line-height: 1.6;
        display: inline-block;
        margin-bottom: 20px;
  }
  .module_1 .module_box ul li > div .txt p {
    font-size: 20px;
        text-align: left;
        color: #62779C;
        line-height: 1.6;
        display: inline-block;
        margin-bottom: 20px;
  }
  .module_1 .module_box ul li > div .txt 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 li > div a {
    padding: 0 23px 0 24px;
    margin-left: 6px;
    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 ul li > div a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box ul li > div a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box ul li > div a:hover .icon {
    right: -4px;
  }
  .module_1 ::-webkit-scrollbar {
    width: 0.1042vw;
    height: 0.1042vw;
    background-color: #707070;
  }
  .module_1 ::-webkit-scrollbar-track {
    background-color: #707070;
  }
  .module_1 ::-webkit-scrollbar-thumb {
    background-color: #64b5a2;
    border-radius: 0.3125vw;
    border: 0.1042vw solid #64b5a2;
  }
  .module_1 ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@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: 5vw;
  }
  .module_1 .module_box .desc p {
    width: 100%;
    font-size: 3.8889vw;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    gap: 12.7778vw;
  }
  .module_1 .module_box ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
  }
  .module_1 .module_box ul li:nth-of-type(2n) {
    flex-direction: column;
  }
  .module_1 .module_box ul li:nth-of-type(2n) h4,
  .module_1 .module_box ul li:nth-of-type(2n) .txt {
    padding-left: 0;
  }
  .module_1 .module_box ul li:nth-of-type(2n) a {
    margin-left: 0;
  }
  .module_1 .module_box ul li .left_img {
    width: 100%;
    height: unset;
  }
  .module_1 .module_box ul li > div h4 {
    font-size: 5.5556vw;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 0;
  }
  .module_1 .module_box ul li > div .txt {
    margin: 1.6667vw 0 5.5556vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .module_1 .module_box ul li > div .txt h5 {
    font-size: 3.8889vw;
    margin-top: 2.7778vw;
  }
  .module_1 .module_box ul li > div .txt span {
    font-size: 3.8889vw;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 0;
  }
  .module_1 .module_box ul li > div .txt p {
    padding-left: 5.5556vw;
    position: relative;
    font-size: 3.8889vw;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
  }
  .module_1 .module_box ul li > div .txt p:nth-of-type(1) {
    margin-top: 2.2222vw;
  }
  .module_1 .module_box ul li > div .txt 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 li > div a {
    padding: 0 6.3889vw 0 6.6667vw;
    background-color: #64B5A2;
    line-height: 11.1111vw;
    height: 11.1111vw;
    font-size: 3.8889vw;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 8.0556vw;
  }
  .module_1 .module_box ul li > div a .icon {
    width: 4.4444vw;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box ul li > div a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box ul li > div 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: 18px;
  }
  .module_1 .module_box .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: #62779C;
  }
  .module_1 .module_box ul {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  .module_1 .module_box ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }
  .module_1 .module_box ul li:nth-of-type(2n) {
    flex-direction: column;
  }
  .module_1 .module_box ul li:nth-of-type(2n) h4,
  .module_1 .module_box ul li:nth-of-type(2n) .txt {
    padding-left: 0;
  }
  .module_1 .module_box ul li:nth-of-type(2n) a {
    margin-left: 0;
  }
  .module_1 .module_box ul li .left_img {
    width: 100%;
    height: unset;
  }
  .module_1 .module_box ul li > div h4 {
    font-size: 20px;
    text-align: left;
    color: #64B5A2;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 0;
  }
  .module_1 .module_box ul li > div .txt {
    margin: 6px 0 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .module_1 .module_box ul li > div .txt h5 {
    font-size: 14px;
    margin-top: 10px;
  }
  .module_1 .module_box ul li > div .txt span {
    font-size: 14px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 0;
  }
  .module_1 .module_box ul li > div .txt p {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    text-align: left;
    color: #62779C;
    line-height: 1.6;
  }
  .module_1 .module_box ul li > div .txt p:nth-of-type(1) {
    margin-top: 8px;
  }
  .module_1 .module_box ul li > div .txt 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 li > div a {
    padding: 0 23px 0 24px;
    background-color: #64B5A2;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    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 ul li > div a .icon {
    width: 16px;
    position: relative;
    right: 0;
    transition: right 0.35s ease-in-out;
  }
  .module_1 .module_box ul li > div a:hover {
    background-color: #20344a;
  }
  .module_1 .module_box ul li > div a:hover .icon {
    right: -4px;
  }
}
