@import "base.css";
#main {
  font-family: "Source Han Sans";
  overflow: hidden;
}
@media only screen and (min-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: 3.38rem;
    border-right: 1px solid #18a0ae;
  }
  #main .section1 .section_content .section_left .sign {
    width: 2.33rem;
    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 {
    background-color: #f5f5f5;
    overflow: hidden;
  }
  #main .section2 .section2_content {
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .section2_content .project_num .project_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.49rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
  }
  #main .section2 .section2_content .project_num .project_item:last-child::after {
    background-color: transparent;
  }
  #main .section2 .section2_content .project_num .project_item:last-child .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item:nth-child(3) .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item .num {
    display: flex;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 1rem;
    color: #18a0ae;
  }
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 24px;
    color: #666;
    position: absolute;
    bottom: 0.2rem;
    left: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction {
    margin-bottom: 0.5rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 0.3rem;
  }
  #main .section2 .section2_content .project_num .project_item .look {
    margin-bottom: 0.38rem;
    font-size: 16px;
  }
  #main .section2 .section2_content .project_num .project_item .look a {
    color: #18a0ae;
    padding-bottom: 0.05rem;
  }
  #main .section2 .section2_content .project_num .project_item .look.active a {
    border-bottom: 1px solid #18a0ae;
  }
  #main .section2 .section2_content .detail_table {
    padding-bottom: 0.72rem;
    display: none;
  }
  #main .section2 .section2_content .detail_table.show {
    display: block;
  }
  #main .section2 .section2_content .detail_table table {
    width: 100%;
    background-color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr {
    height: 0.53rem;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .detail_table table tr th {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr th:first-child {
    width: 20%;
  }
  #main .section2 .section2_content .detail_table table tr th:last-child {
    width: 60%;
    text-align: left;
    padding-left: 4rem;
  }
  #main .section2 .section2_content .detail_table table tr td {
    color: #666;
  }
  #main .section2 .section2_content .detail_table table tr td:first-child {
    text-align: center;
  }
  #main .section2 .section2_content .detail_table table tr td:last-child {
    text-align: left;
    padding-left: 1rem;
  }
  #main .section3 {
    background-color: #18a0ae;
  }
  #main .section3 .section3_content {
    padding: 0.96rem 0.34rem 0.96rem 0.47rem;
    display: flex;
    justify-content: space-between;
  }
  #main .section3 .section3_content .left_data {
    width: 4rem;
  }
  #main .section3 .section3_content .left_data .data_title {
    margin-bottom: 0.54rem;
  }
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 24px;
    color: #fff;
    line-height: 0.44rem;
  }
  #main .section3 .section3_content .left_data .data_num {
    width: 4rem;
    display: flex;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    float: left;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 24px;
    color: #fff;
    float: left;
    margin-bottom: 0.2rem;
  }
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
  }
  #main .section3 .section3_content .left_data .data_num .num:first-child {
    margin-right: 0.6rem;
  }
  #main .section3 .section3_content .right_chart {
    flex: 1;
    width: 100%;
    height: 500px;
  }
  #main .section3 .section3_content .right_chart > div {
    width: 100%;
    height: 100%;
  }
  #main .section3 .section3_content .right_chart > div canvas {
    padding-right: 1.5rem !important;
    width: 11.9rem !important;
  }
  #main .section4 {
    background-color: #fff;
    overflow: hidden;
  }
  #main .section4 .section4_content {
    padding-left: 0.5rem;
    padding-top: 1.05rem;
  }
  #main .section4 .section4_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section4 .section4_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.4rem;
  }
  #main .section4 .section4_content ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform {
    margin-bottom: 0.35rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title {
    margin-bottom: 0.63rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .large_screen {
    display: block;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .small_screen {
    display: none;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container {
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.8rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section5 {
    background-color: #f2f2f2;
    background-image: url(../img/section5_bg_02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    overflow: hidden;
  }
  #main .section5 .section5_content {
    padding-left: 0.5rem;
    padding-top: 0.72rem;
  }
  #main .section5 .section5_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section5 .section5_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section5 .section5_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section5 .section5_content ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.36rem;
  }
  #main .section5 .section5_content .patents {
    padding-bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_title {
    margin-bottom: 0.63rem;
  }
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_large_screen {
    display: block;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_small_screen {
    display: none;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container {
    position: relative;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.8rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg2 {
    bottom: 5.8rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 10px solid #0d318f;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 1.2rem;
    width: 2rem;
    line-height: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .img_show_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  #main .img_show_dialog i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    cursor: pointer;
  }
  #main .img_show_dialog img {
    width: 4.5rem;
    height: 6.9rem;
    position: absolute;
    top: 10%;
    left: 40%;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .section2_content .detail_table table tr {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .detail_table table tr {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 640px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  #main .img_show_dialog i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  #main .img_show_dialog i {
    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: 3.38rem;
    border-right: 1px solid #18a0ae;
  }
  #main .section1 .section_content .section_left .sign {
    width: 2.6rem;
    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 {
    background-color: #f5f5f5;
    overflow: hidden;
  }
  #main .section2 .section2_content {
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num .project_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.49rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
  }
  #main .section2 .section2_content .project_num .project_item:last-child::after {
    background-color: transparent;
  }
  #main .section2 .section2_content .project_num .project_item:last-child .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item:nth-child(3) .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item .num {
    display: flex;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 1rem;
    color: #18a0ae;
  }
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 24px;
    color: #666;
    position: absolute;
    bottom: 0.2rem;
    left: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction {
    margin-bottom: 0.5rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 0.3rem;
  }
  #main .section2 .section2_content .project_num .project_item .look {
    margin-bottom: 0.38rem;
    font-size: 16px;
  }
  #main .section2 .section2_content .project_num .project_item .look a {
    color: #18a0ae;
    padding-bottom: 0.05rem;
  }
  #main .section2 .section2_content .project_num .project_item .look.active a {
    border-bottom: 1px solid #18a0ae;
  }
  #main .section2 .section2_content .detail_table {
    padding-bottom: 0.72rem;
    display: none;
  }
  #main .section2 .section2_content .detail_table.show {
    display: block;
  }
  #main .section2 .section2_content .detail_table table {
    width: 100%;
    background-color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr {
    height: 0.53rem;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .detail_table table tr th {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr th:first-child {
    width: 20%;
  }
  #main .section2 .section2_content .detail_table table tr th:last-child {
    width: 60%;
    text-align: left;
    padding-left: 4rem;
  }
  #main .section2 .section2_content .detail_table table tr td {
    color: #666;
  }
  #main .section2 .section2_content .detail_table table tr td:first-child {
    text-align: center;
  }
  #main .section2 .section2_content .detail_table table tr td:last-child {
    text-align: left;
    padding-left: 1rem;
  }
  #main .section3 {
    background-color: #18a0ae;
  }
  #main .section3 .section3_content {
    padding: 0.96rem 0.34rem 0.96rem 0.47rem;
    display: flex;
    justify-content: space-between;
  }
  #main .section3 .section3_content .left_data {
    width: 3.3rem;
  }
  #main .section3 .section3_content .left_data .data_title {
    margin-bottom: 0.54rem;
  }
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 24px;
    color: #fff;
    line-height: 0.44rem;
  }
  #main .section3 .section3_content .left_data .data_num {
    width: 3.3rem;
    display: flex;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    float: left;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 20px;
    color: #fff;
    float: left;
    margin-bottom: 0.2rem;
  }
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
  }
  #main .section3 .section3_content .left_data .data_num .num:first-child {
    margin-right: 0.6rem;
  }
  #main .section3 .section3_content .right_chart {
    flex: 1;
    width: 100%;
    height: 500px;
  }
  #main .section3 .section3_content .right_chart > div {
    width: 100%;
    height: 100%;
  }
  #main .section3 .section3_content .right_chart > div canvas {
    padding-right: 1.75rem !important;
  }
  #main .section4 {
    background-color: #fff;
  }
  #main .section4 .section4_content {
    padding-left: 0.5rem;
    padding-top: 1.05rem;
    overflow: hidden;
  }
  #main .section4 .section4_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section4 .section4_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section4 .section4_content ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform {
    margin-bottom: 0.35rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title {
    margin-bottom: 0.63rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .large_screen {
    display: block;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .small_screen {
    display: none;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container {
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.8rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section5 {
    background-color: #f2f2f2;
    background-image: url(../img/section5_bg_02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    overflow: hidden;
  }
  #main .section5 .section5_content {
    padding-left: 0.5rem;
    padding-top: 0.72rem;
  }
  #main .section5 .section5_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section5 .section5_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section5 .section5_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section5 .section5_content ul li p {
    font-size: 16px;
    color: #666;
    line-height: 0.36rem;
  }
  #main .section5 .section5_content .patents {
    padding-bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_title {
    margin-bottom: 0.63rem;
  }
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_large_screen {
    display: block;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_small_screen {
    display: none;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container {
    position: relative;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.8rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg2 {
    bottom: 5.8rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 10px solid #0d318f;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
    color: #fff;
    padding: 0.1rem;
    text-align: center;
    width: 2rem;
    height: 1.2rem;
    line-height: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .img_show_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  #main .img_show_dialog i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    cursor: pointer;
  }
  #main .img_show_dialog img {
    width: 4.5rem;
    height: 6.9rem;
    position: absolute;
    top: 10%;
    left: 40%;
  }
}
@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 .project_num .project_item .num span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .section2_content .detail_table table tr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .detail_table table tr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section4 .section4_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .img_show_dialog i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .img_show_dialog i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 30px;
    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: 3.38rem;
    border-right: 1px solid #18a0ae;
  }
  #main .section1 .section_content .section_left .sign {
    width: 2.6rem;
    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: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 {
    background-color: #f5f5f5;
    overflow: hidden;
  }
  #main .section2 .section2_content {
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num .project_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.49rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
  }
  #main .section2 .section2_content .project_num .project_item:last-child::after {
    background-color: transparent;
  }
  #main .section2 .section2_content .project_num .project_item:last-child .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item:nth-child(3) .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item .num {
    display: flex;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 0.9rem;
    color: #18a0ae;
  }
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 24px;
    color: #666;
    position: absolute;
    bottom: 0.2rem;
    left: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction {
    margin-bottom: 0.5rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 0.36rem;
  }
  #main .section2 .section2_content .project_num .project_item .look {
    margin-bottom: 0.38rem;
    font-size: 16px;
  }
  #main .section2 .section2_content .project_num .project_item .look a {
    color: #18a0ae;
    padding-bottom: 0.05rem;
  }
  #main .section2 .section2_content .project_num .project_item .look.active a {
    border-bottom: 1px solid #18a0ae;
  }
  #main .section2 .section2_content .detail_table {
    padding-bottom: 0.72rem;
    display: none;
  }
  #main .section2 .section2_content .detail_table.show {
    display: block;
  }
  #main .section2 .section2_content .detail_table table {
    width: 100%;
    background-color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr {
    height: 0.53rem;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .detail_table table tr th {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr th:first-child {
    width: 20%;
  }
  #main .section2 .section2_content .detail_table table tr th:last-child {
    width: 60%;
    text-align: left;
    padding-left: 4rem;
  }
  #main .section2 .section2_content .detail_table table tr td {
    color: #666;
  }
  #main .section2 .section2_content .detail_table table tr td:first-child {
    text-align: center;
  }
  #main .section2 .section2_content .detail_table table tr td:last-child {
    text-align: left;
    padding-left: 1rem;
  }
  #main .section3 {
    background-color: #18a0ae;
  }
  #main .section3 .section3_content {
    padding: 0.96rem 0.34rem 0.96rem 0.47rem;
    display: flex;
    justify-content: space-between;
  }
  #main .section3 .section3_content .left_data {
    width: 3.5rem;
  }
  #main .section3 .section3_content .left_data .data_title {
    margin-bottom: 0.54rem;
  }
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 16px;
    color: #fff;
    line-height: 0.44rem;
  }
  #main .section3 .section3_content .left_data .data_num {
    width: 3.16rem;
    display: flex;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    float: left;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 20px;
    color: #fff;
    float: left;
    margin-bottom: 0.2rem;
  }
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
  }
  #main .section3 .section3_content .left_data .data_num .num:first-child {
    margin-right: 0.6rem;
  }
  #main .section3 .section3_content .right_chart {
    flex: 1;
    width: 100%;
    height: 500px;
  }
  #main .section3 .section3_content .right_chart > div {
    width: 100%;
    height: 100%;
  }
  #main .section3 .section3_content .right_chart > div canvas {
    padding-right: 1.55rem !important;
  }
  #main .section4 {
    background-color: #fff;
  }
  #main .section4 .section4_content {
    padding-left: 0.5rem;
    padding-top: 1.05rem;
  }
  #main .section4 .section4_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section4 .section4_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section4 .section4_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.36rem;
  }
  #main .section4 .section4_content .technology_platform {
    margin-bottom: 0.5rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title {
    margin-bottom: 0.63rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .large_screen {
    display: block;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .small_screen {
    display: none;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container {
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.4rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination {
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section5 {
    background-color: #f2f2f2;
    background-image: url(../img/section5_bg_02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  #main .section5 .section5_content {
    padding-left: 0.5rem;
    padding-top: 0.72rem;
  }
  #main .section5 .section5_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section5 .section5_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section5 .section5_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section5 .section5_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.4rem;
  }
  #main .section5 .section5_content .patents {
    padding-bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_title {
    margin-bottom: 0.63rem;
  }
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_large_screen {
    display: block;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_small_screen {
    display: none;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container {
    position: relative;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.4rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg2 {
    bottom: 5.5rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #0d318f;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 14px;
    color: #fff;
    padding: 0.1rem;
    text-align: center;
    width: 2rem;
    height: 1.2rem;
    line-height: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .img_show_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  #main .img_show_dialog i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    cursor: pointer;
  }
  #main .img_show_dialog img {
    width: 4.5rem;
    height: 6.9rem;
    position: absolute;
    top: 10%;
    left: 40%;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #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 .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 .project_num .project_item .num span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .detail_table table tr {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .img_show_dialog i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .img_show_dialog i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 30px;
    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: 3.38rem;
    border-right: 1px solid #18a0ae;
  }
  #main .section1 .section_content .section_left .sign {
    width: 3rem;
    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 {
    background-color: #f5f5f5;
    overflow: hidden;
  }
  #main .section2 .section2_content {
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num .project_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.49rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
  }
  #main .section2 .section2_content .project_num .project_item:last-child::after {
    background-color: transparent;
  }
  #main .section2 .section2_content .project_num .project_item:last-child .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item:nth-child(3) .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item .num {
    display: flex;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 0.8rem;
    color: #18a0ae;
  }
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 0.2rem;
    left: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction {
    margin-bottom: 0.5rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 0.44rem;
  }
  #main .section2 .section2_content .project_num .project_item .look {
    margin-bottom: 0.38rem;
    font-size: 14px;
  }
  #main .section2 .section2_content .project_num .project_item .look a {
    color: #18a0ae;
    padding-bottom: 0.05rem;
  }
  #main .section2 .section2_content .project_num .project_item .look.active a {
    border-bottom: 1px solid #18a0ae;
  }
  #main .section2 .section2_content .detail_table {
    padding-bottom: 0.72rem;
    display: none;
  }
  #main .section2 .section2_content .detail_table.show {
    display: block;
  }
  #main .section2 .section2_content .detail_table table {
    width: 100%;
    background-color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr {
    height: 0.53rem;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .detail_table table tr th {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr th:first-child {
    width: 20%;
  }
  #main .section2 .section2_content .detail_table table tr th:last-child {
    width: 60%;
    text-align: left;
    padding-left: 4rem;
  }
  #main .section2 .section2_content .detail_table table tr td {
    color: #666;
  }
  #main .section2 .section2_content .detail_table table tr td:first-child {
    text-align: center;
  }
  #main .section2 .section2_content .detail_table table tr td:last-child {
    text-align: left;
    padding-left: 1rem;
  }
  #main .section3 {
    background-color: #18a0ae;
  }
  #main .section3 .section3_content {
    padding: 0.96rem 0.34rem 0.96rem 0.47rem;
    display: flex;
    justify-content: space-between;
  }
  #main .section3 .section3_content .left_data {
    width: 4rem;
  }
  #main .section3 .section3_content .left_data .data_title {
    margin-bottom: 0.54rem;
    width: 4rem;
  }
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 16px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section3 .section3_content .left_data .data_num {
    width: 4rem;
    display: flex;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    float: left;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 20px;
    color: #fff;
    float: left;
    margin-bottom: 0.2rem;
  }
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
  }
  #main .section3 .section3_content .left_data .data_num .num:first-child {
    margin-right: 0.6rem;
  }
  #main .section3 .section3_content .right_chart {
    flex: 1;
    width: 100%;
    height: 500px;
  }
  #main .section3 .section3_content .right_chart > div {
    width: 100%;
    height: 100%;
  }
  #main .section3 .section3_content .right_chart > div canvas {
    padding-right: 1.55rem !important;
  }
  #main .section4 {
    background-color: #fff;
  }
  #main .section4 .section4_content {
    padding-left: 0.5rem;
    padding-top: 1.05rem;
  }
  #main .section4 .section4_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section4 .section4_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section4 .section4_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section4 .section4_content .technology_platform {
    margin-bottom: 0.5rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title {
    margin-bottom: 0.63rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .large_screen {
    display: block;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .small_screen {
    display: none;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container {
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
    height: 0.6rem;
    width: 2rem;
    line-height: 0.36rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination {
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section5 {
    background-color: #f2f2f2;
    background-image: url(../img/section5_bg_02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  #main .section5 .section5_content {
    padding-left: 0.5rem;
    padding-top: 0.72rem;
  }
  #main .section5 .section5_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section5 .section5_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section5 .section5_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section5 .section5_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section5 .section5_content .patents {
    padding-bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_title {
    margin-bottom: 0.63rem;
  }
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_large_screen {
    display: block;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_small_screen {
    display: none;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container {
    position: relative;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg2 {
    bottom: 5.6rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #0d318f;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
    color: #fff;
    padding: 0.1rem;
    text-align: center;
    width: 2.4rem;
    height: 1.2rem;
    line-height: 0.36rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .img_show_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  #main .img_show_dialog i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    cursor: pointer;
  }
  #main .img_show_dialog img {
    width: 4.5rem;
    height: 6.9rem;
    position: absolute;
    top: 10%;
    left: 40%;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .detail_table table tr {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1440px) {
  #main .img_show_dialog i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1184px) and only screen and (max-width: 1024px) {
  #main .img_show_dialog i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 28px;
    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: 3.2rem;
    border-right: 1px solid #18a0ae;
  }
  #main .section1 .section_content .section_left .sign {
    width: 3rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 14px;
  }
  #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.5rem;
  }
  #main .section2 {
    background-color: #f5f5f5;
    overflow: hidden;
  }
  #main .section2 .section2_content {
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num .project_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.49rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
  }
  #main .section2 .section2_content .project_num .project_item:last-child::after {
    background-color: transparent;
  }
  #main .section2 .section2_content .project_num .project_item:last-child .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item:nth-child(3) .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item .num {
    display: flex;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 40px;
    color: #18a0ae;
  }
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 0.2rem;
    left: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction {
    padding: 0 0.1rem;
    margin-bottom: 0;
    height: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 0.4rem;
  }
  #main .section2 .section2_content .project_num .project_item .look {
    margin-bottom: 0.38rem;
    margin-top: 0.3rem;
    font-size: 14px;
  }
  #main .section2 .section2_content .project_num .project_item .look a {
    color: #18a0ae;
    padding-bottom: 0.05rem;
    border-bottom: 1px solid transparent;
  }
  #main .section2 .section2_content .project_num .project_item .look.active a {
    border-bottom-color: #18a0ae;
  }
  #main .section2 .section2_content .detail_table {
    padding-bottom: 0.72rem;
    display: none;
  }
  #main .section2 .section2_content .detail_table.show {
    display: block;
  }
  #main .section2 .section2_content .detail_table table {
    width: 100%;
    background-color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr {
    height: 0.7rem;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .detail_table table tr th {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr th:first-child {
    width: 15%;
  }
  #main .section2 .section2_content .detail_table table tr th:last-child {
    width: 60%;
    text-align: left;
    padding-left: 4rem;
  }
  #main .section2 .section2_content .detail_table table tr td {
    color: #666;
    line-height: 0.5rem;
  }
  #main .section2 .section2_content .detail_table table tr td:first-child {
    text-align: center;
  }
  #main .section2 .section2_content .detail_table table tr td:last-child {
    text-align: left;
    padding-left: 0.5rem;
  }
  #main .section3 {
    background-color: #18a0ae;
  }
  #main .section3 .section3_content {
    padding: 0.96rem 0.34rem 0.96rem 0.47rem;
    display: flex;
    justify-content: space-between;
  }
  #main .section3 .section3_content .left_data {
    width: 4rem;
  }
  #main .section3 .section3_content .left_data .data_title {
    margin-bottom: 0.54rem;
    width: 4rem;
  }
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 16px;
    color: #fff;
    line-height: 0.44rem;
  }
  #main .section3 .section3_content .left_data .data_num {
    width: 4rem;
    display: flex;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    float: left;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 16px;
    color: #fff;
    float: left;
    margin-bottom: 0.2rem;
  }
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
  }
  #main .section3 .section3_content .left_data .data_num .num:first-child {
    margin-right: 0.6rem;
  }
  #main .section3 .section3_content .right_chart {
    flex: 1;
    width: 100%;
    height: 500px;
  }
  #main .section3 .section3_content .right_chart > div {
    width: 100%;
    height: 100%;
  }
  #main .section3 .section3_content .right_chart > div canvas {
    padding-right: 1.55rem !important;
  }
  #main .section4 {
    background-color: #fff;
  }
  #main .section4 .section4_content {
    padding-left: 0.5rem;
    padding-top: 1.05rem;
  }
  #main .section4 .section4_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section4 .section4_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section4 .section4_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section4 .section4_content .technology_platform {
    margin-bottom: 0.5rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title {
    margin-bottom: 0.63rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .large_screen {
    display: block;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .small_screen {
    display: none;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container {
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination {
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section5 {
    background-color: #f2f2f2;
    background-image: url(../img/section5_bg_02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  #main .section5 .section5_content {
    padding-left: 0.5rem;
    padding-top: 0.72rem;
  }
  #main .section5 .section5_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section5 .section5_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section5 .section5_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section5 .section5_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section5 .section5_content .patents {
    padding-bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_title {
    margin-bottom: 0.63rem;
  }
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_large_screen {
    display: block;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_small_screen {
    display: none;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container {
    position: relative;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg2 {
    bottom: 5.6rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #0d318f;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
    color: #fff;
    padding: 0.1rem;
    text-align: center;
    width: 2.2rem;
    height: 1.2rem;
    line-height: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .img_show_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  #main .img_show_dialog i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    cursor: pointer;
  }
  #main .img_show_dialog img {
    width: 4.5rem;
    height: 6.9rem;
    position: absolute;
    top: 10%;
    left: 40%;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@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 .project_num .project_item .num h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .img_show_dialog i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .img_show_dialog i {
    font-size: 14px;
  }
}
@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.4rem;
    margin-bottom: 0.3rem;
  }
  #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: 3.2rem;
    border-right: 1px solid #18a0ae;
  }
  #main .section1 .section_content .section_left .sign {
    width: 3rem;
    height: 0.46rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    font-size: 14px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-left: 0.3rem;
  }
  #main .section1 .section_content .section_right p {
    font-size: 12px;
    color: #999;
    line-height: 0.5rem;
  }
  #main .section2 {
    background-color: #f5f5f5;
    overflow: hidden;
  }
  #main .section2 .section2_content {
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num {
    display: block;
    overflow: hidden;
  }
  #main .section2 .section2_content .project_num .project_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.49rem;
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
  }
  #main .section2 .section2_content .project_num .project_item:last-child::after {
    background-color: transparent;
  }
  #main .section2 .section2_content .project_num .project_item:last-child .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item:nth-child(3) .look {
    visibility: hidden;
  }
  #main .section2 .section2_content .project_num .project_item .num {
    display: flex;
    position: relative;
  }
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 40px;
    color: #18a0ae;
    width: 2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 0.2rem;
    left: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction {
    flex: 1;
    padding: 0 0.1rem;
    margin-bottom: 0;
    height: 1.2rem;
  }
  #main .section2 .section2_content .project_num .project_item .num_direction p {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 0.4rem;
  }
  #main .section2 .section2_content .project_num .project_item .look {
    margin-bottom: 0.38rem;
    margin-top: 0.3rem;
    width: 1rem;
    font-size: 14px;
  }
  #main .section2 .section2_content .project_num .project_item .look a {
    color: #18a0ae;
    padding-bottom: 0.05rem;
    border-bottom: 1px solid transparent;
  }
  #main .section2 .section2_content .project_num .project_item .look.active a {
    border-bottom-color: #18a0ae;
  }
  #main .section2 .section2_content .detail_table {
    padding-bottom: 0.72rem;
    display: none;
  }
  #main .section2 .section2_content .detail_table.show {
    display: block;
  }
  #main .section2 .section2_content .detail_table table {
    width: 100%;
    background-color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr {
    height: 0.7rem;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #main .section2 .section2_content .detail_table table tr th {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .section2 .section2_content .detail_table table tr th:first-child {
    width: 15%;
  }
  #main .section2 .section2_content .detail_table table tr th:last-child {
    width: 60%;
    text-align: left;
    padding-left: 2.5rem;
  }
  #main .section2 .section2_content .detail_table table tr td {
    color: #666;
    line-height: 0.5rem;
  }
  #main .section2 .section2_content .detail_table table tr td:first-child {
    text-align: center;
  }
  #main .section2 .section2_content .detail_table table tr td:last-child {
    text-align: left;
    padding-left: 0.5rem;
  }
  #main .section3 {
    background-color: #18a0ae;
  }
  #main .section3 .section3_content {
    padding: 0.3rem 0rem;
    display: block;
    justify-content: space-between;
  }
  #main .section3 .section3_content .left_data {
    width: 100%;
    height: 3rem;
  }
  #main .section3 .section3_content .left_data .data_title {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  #main .section3 .section3_content .left_data .data_title p {
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.44rem;
  }
  #main .section3 .section3_content .left_data .data_num {
    width: 100%;
    display: flex;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    float: left;
  }
  #main .section3 .section3_content .left_data .data_num .num .title_box span {
    font-size: 12px;
    color: #fff;
    float: left;
    margin-bottom: 0.2rem;
  }
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
  }
  #main .section3 .section3_content .left_data .data_num .num:first-child {
    margin-right: 0.6rem;
  }
  #main .section3 .section3_content .right_chart {
    width: 450px;
    height: 300px;
  }
  #main .section3 .section3_content .right_chart > div {
    width: 100%;
    height: 100%;
  }
  #main .section3 .section3_content .right_chart > div canvas {
    padding-right: 1.55rem !important;
  }
  #main .section4 {
    background-color: #fff;
  }
  #main .section4 .section4_content {
    padding-left: 0.5rem;
    padding-top: 1.05rem;
  }
  #main .section4 .section4_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section4 .section4_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.15rem;
    margin-right: 0.3rem;
  }
  #main .section4 .section4_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section4 .section4_content .technology_platform {
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title {
    margin-bottom: 0.3rem;
  }
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .large_screen {
    display: none;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .small_screen {
    display: block;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container {
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.2rem;
    width: 37rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    float: left;
    width: 2.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding-top: 0.2rem;
    height: 1rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination {
    bottom: 0.2rem;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section4 .section4_content .technology_platform .sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section5 {
    background-color: #f2f2f2;
    background-image: url(../img/section5_bg_02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  #main .section5 .section5_content {
    padding-left: 0;
    padding-top: 0.72rem;
  }
  #main .section5 .section5_content ul {
    margin-bottom: 0.7rem;
  }
  #main .section5 .section5_content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
  #main .section5 .section5_content ul li img {
    width: 0.1rm;
    height: 0.16rem;
    vertical-align: middle;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
  }
  #main .section5 .section5_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section5 .section5_content .patents {
    padding-bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_title {
    margin-bottom: 0.63rem;
  }
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_large_screen {
    display: none;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .patents_small_screen {
    display: block;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container {
    position: relative;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg {
    width: 100%;
    height: 2rem;
    background-color: #18a0ae;
    position: absolute;
    bottom: 0.2rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .bg2 {
    bottom: 5.6rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide {
    width: 33rem !important;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 33rem ;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li:hover p {
    color: #333;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li .img_box {
    width: 2rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #0d318f;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-wrapper .swiper-slide ul li p {
    font-size: 12px;
    color: #333;
    padding: 0.1rem;
    text-align: center;
    width: 2.2rem;
    height: 1.2rem;
    line-height: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #18a0ae;
  }
  #main .section5 .section5_content .patents .patents_sliders_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .img_show_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  #main .img_show_dialog i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    cursor: pointer;
  }
  #main .img_show_dialog img {
    width: 8rem;
    height: 6rem;
    position: absolute;
    top: 30%;
    left: 0;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@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: 1440px) {
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .num h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .section2_content .project_num .project_item .num span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .section2_content .project_num .project_item .look {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num .title_box h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content .left_data .data_num .num p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section4 .section4_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section4 .section4_content .technology_platform .tech_title h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .patents .patents_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .img_show_dialog i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .img_show_dialog i {
    font-size: 14px;
  }
}
