@import "base.css";
#main {
  font-family: "Source Han Sans";
}
@media only screen and (min-width: 1680px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 40px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
  }
  #main .section1 .section_content .section_left {
    width: 5.3rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 4.5rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 20px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.78rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: 7.2rem;
    background: url("../img/global_pic.png") no-repeat center center / cover;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 2rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2.22rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 54px;
    color: #18a0ae;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 54px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 2.5rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 14px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.66rem;
    padding-right: 0.8rem;
    margin-bottom: 0.9rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 16px;
    color: #fff;
    line-height: 0.3rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.7rem;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 16px;
    color: #fff;
    line-height: 0.3rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 44px;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 20px;
    color: #333;
    position: relative;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../img/five_03.png) no-repeat;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.3rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 40px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
  }
  #main .section1 .section_content .section_left {
    width: 5.3rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 5rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 20px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.78rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: auto;
    background: url("../img/global_pic.png") no-repeat center center / cover;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 2rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2.5rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 54px;
    color: #18a0ae;
    font-weight: 500;
    width: 80%;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 54px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 2.9rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 14px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.66rem;
    padding-right: 0.8rem;
    margin-bottom: 0.9rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.7rem;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 44px;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 20px;
    color: #333;
    position: relative;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/five_03.png) no-repeat;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 40px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
  }
  #main .section1 .section_content .section_left {
    width: 6rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 5.5rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 20px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.78rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: auto;
    background: url("../img/global_pic.png") no-repeat center center / contain;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 2rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 54px;
    color: #18a0ae;
    font-weight: 500;
    width: 80%;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 54px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 3rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 14px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.66rem;
    padding-right: 0.8rem;
    margin-bottom: 0.9rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.7rem;
    flex: 1;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    overflow: hidden;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 44px;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 20px;
    color: #333;
    position: relative;
    line-height: 0.5rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/five_03.png) no-repeat;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 36px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
  }
  #main .section1 .section_content .section_left {
    width: 6rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 5.5rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 18px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.78rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: auto;
    background: url("../img/global_pic.png") no-repeat center center / contain;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 2rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 50px;
    color: #18a0ae;
    font-weight: 500;
    width: 80%;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 50px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 3.3rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 14px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.66rem;
    padding-right: 0.8rem;
    margin-bottom: 0.9rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.7rem;
    flex: 1;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    overflow: hidden;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 44px;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 20px;
    color: #333;
    position: relative;
    line-height: 0.5rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/five_03.png) no-repeat;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 32px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
  }
  #main .section1 .section_content .section_left {
    width: 7rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 6.2rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 16px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.78rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 14px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: auto;
    background: url("../img/global_pic.png") no-repeat center center / contain;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 2rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2.22rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 30px;
    color: #18a0ae;
    font-weight: 500;
    width: 80%;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 30px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 2.5rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 14px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.66rem;
    padding-right: 0.8rem;
    margin-bottom: 0.9rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.7rem;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 16px;
    color: #333;
    position: relative;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/five_03.png) no-repeat center center / cover;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 32px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
  }
  #main .section1 .section_content .section_left {
    width: 7rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 6.2rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 16px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.78rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 14px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: auto;
    background: url("../img/global_pic.png") no-repeat center center / contain;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 2rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0.7rem;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2.5rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 34px;
    color: #18a0ae;
    font-weight: 500;
    width: 60%;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 34px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 2.6rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 14px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.66rem;
    padding-right: 0.8rem;
    margin-bottom: 0.9rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.7rem;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 16px;
    color: #333;
    position: relative;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/five_03.png) no-repeat center center / cover;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text1 h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.3rem;
  }
  #main .section1 h1 {
    font-size: 0.4rem;
    color: #333;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content {
    display: flex;
    flex-direction: column;
  }
  #main .section1 .section_content .section_left {
    width: 7rem;
    border-right: 1px solid #18a0ae;
    padding-right: 0.64rem;
    box-sizing: border-box;
  }
  #main .section1 .section_content .section_left .sign {
    width: 6.2rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 16px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0;
    margin-top: 0.3rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 14px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    width: 100%;
    height: auto;
    background: url("../img/global_pic.png") no-repeat center top / contain;
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail {
    overflow: hidden;
  }
  #main .section2 .section2_content .text_detail h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 0.35rem;
    margin-top: 3rem;
  }
  #main .section2 .section2_content .map_info {
    display: flex;
    justify-content: space-between;
  }
  #main .section2 .section2_content .map_info .num_info {
    padding-top: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul {
    width: auto;
    padding: 0.32rem 0;
  }
  #main .section2 .section2_content .map_info .num_info ul:first-child {
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .map_info .num_info ul li {
    position: relative;
    padding: 0 0.4rem;
    color: #2aa7b4;
    float: left;
    width: 2rem;
    margin-bottom: 0.2rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 24px;
    color: #18a0ae;
    font-weight: 500;
    width: 60%;
  }
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    flex: 1;
    font-size: 24px;
    color: #18a0ae;
    text-align: center;
    line-height: 1;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    background-color: rgba(141, 226, 233, 0.5);
    width: 0.4rem;
    height: 1.04rem;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
  }
  #main .section2 .section2_content .map_info .num_info ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(4) {
    width: 2.5rem;
  }
  #main .section2 .section2_content .map_info .num_info ul li:nth-child(5) h3 {
    width: 100%;
  }
  #main .section2 .section2_content .map_info .num_info ul li p {
    font-size: 12px;
    color: #666;
  }
  #main .section2 .section2_content .map_info .num_info ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main .section2 .section2_content .map_info .num_info ul li:last-child::after {
    background-color: transparent;
  }
  #main .section3 {
    width: 100%;
    background: url(../img/release_bg_02.jpg) no-repeat center center / cover;
    padding-bottom: 1.02rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text1 {
    padding-top: 0.4rem;
    padding-right: 0.1rem;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text1 h3 {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text1 p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .section3_content .text_img .left_text {
    margin-right: 0.1rem;
  }
  #main .section3 .section3_content .text_img .left_text h3 {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .text_img .left_text p:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content .text_img .right_img {
    width: 6.28rem;
    height: 3.54rem;
  }
  #main .section3 .section3_content .text_img .right_img .img_box {
    width: 6.28rem;
    height: 3.54rem;
    overflow: hidden;
  }
  #main .section3 .section3_content .text_img .right_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  #main .section3 .section3_content .text_img .right_img img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 {
    width: 100%;
    background: url(../img/operate_bg_03.jpg) no-repeat center center / cover;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_title h2 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  #main .section4 .section4_content .cooperation_contnet ul li {
    padding-top: 0.36rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.4rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li:last-child {
    border: none;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3 {
    font-size: 0.3rem;
    color: #333;
    position: relative;
  }
  #main .section4 .section4_content .cooperation_contnet ul li h3::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/five_03.png) no-repeat center center / cover;
    left: -0.3rem;
    top: 0.05rem;
  }
  #main .section4 .section4_content .cooperation_contnet ul li p {
    font-size: 0.26rem;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .text_detail h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .map_info .num_info ul li > div span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .map_info .num_info ul li:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text1 p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .text_img .left_text p {
    font-size: 12px;
  }
}
