@import "base.css";
#main {
  font-family: "Source Han Sans";
}
@media only screen and (min-width: 1680px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 40px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.36rem;
  }
  #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 .section_left {
    width: 3.38rem;
  }
  #main .section1 .section_content .section_left .sign {
    width: 2.63rem;
    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-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 18px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.38rem;
    height: 1.3rem;
    background: url(../img/process_icon_07.png) no-repeat center center / 100% 100%;
    text-align: center;
    line-height: 1.3rem;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 16px;
    color: #666;
    line-height: 0.3rem;
    margin-left: 0.77rem;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 20px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 16px;
    color: #fff;
    line-height: 0.3rem;
  }
  #main .section2 .industry_detail {
    height: 7.08rem;
    margin-bottom: 0.65rem;
    display: flex;
  }
  #main .section2 .industry_detail .detail_left {
    width: 4.73rem;
    height: 100%;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 4.73rem;
    height: 100%;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_left img:hover {
    background-color: #000;
  }
  #main .section2 .industry_detail .detail_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 16px;
    line-height: 0.32rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
  }
  #main .section2 .industry_detail .detail_right .img_box .right_img_box {
    width: 100%;
    overflow: hidden;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_right .img_box img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 1.1rem;
    padding-bottom: 0.94rem;
  }
  #main .section3 .section3_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
    width: 25%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 48px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 48px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 24px;
    color: #18a0ae;
    margin: 0 0.1rem;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 14px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 7rem;
    position: relative;
    padding: 0 0.6rem;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
  }
  #main .section4 .make_center_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section4 .make_center_content ul li {
    position: absolute;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 1%;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 20%;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 40%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 60%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 80%;
  }
  #main .section4 .make_center_content ul li:nth-child(even) {
    bottom: 13%;
  }
  #main .section4 .make_center_content ul li:nth-child(odd) {
    top: 0;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.35rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.35rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.5rem 0;
    width: 1.6rem;
    height: 0.4rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.4rem;
    font-size: 18px;
    color: #18a0ae;
    border-radius: 0.2rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 16px;
    color: #fff;
    width: 3rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 1.2rem;
    height: 5.62rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: -1.26rem;
    width: 5.62rem;
    height: 5.62rem;
  }
  #main .section5 .section5_content .left img {
    width: 100%;
    height: 100%;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 8rem;
    padding-top: 0.85rem;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section5 .section5_content .right p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 8.2rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    margin-top: 0.7rem;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section2 h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_title h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section4 .make_center_title h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_title h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_title h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .right h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .right h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .right h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 40px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.36rem;
  }
  #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 .section_left {
    width: 5rem;
  }
  #main .section1 .section_content .section_left .sign {
    width: 4rem;
    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-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 18px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.38rem;
    height: 1.3rem;
    background: url(../img/process_icon_07.png) no-repeat center center / 100% 100%;
    text-align: center;
    line-height: 1.3rem;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
    margin-left: 0.77rem;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 20px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section2 .industry_detail {
    height: 7.08rem;
    margin-bottom: 0.65rem;
    display: flex;
  }
  #main .section2 .industry_detail .detail_left {
    width: 4.73rem;
    height: 7.08rem;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 4.73rem;
    height: 7.08rem;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 16px;
    line-height: 0.4rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
  }
  #main .section2 .industry_detail .detail_right .img_box .right_img_box {
    width: 100%;
    overflow: hidden;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_right .img_box img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 1.1rem;
    padding-bottom: 0.94rem;
  }
  #main .section3 .section3_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
  }
  #main .section3 .section3_content ul li:first-child {
    width: 30%;
  }
  #main .section3 .section3_content ul li:nth-child(2) {
    width: 20%;
  }
  #main .section3 .section3_content ul li:nth-child(3) {
    width: 20%;
  }
  #main .section3 .section3_content ul li:nth-child(4) {
    width: 30%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 48px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 48px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 16px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 7rem;
    position: relative;
    padding: 0 0.6rem;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
  }
  #main .section4 .make_center_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section4 .make_center_content ul li {
    position: absolute;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 1%;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 20%;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 40%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 60%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 80%;
  }
  #main .section4 .make_center_content ul li:nth-child(even) {
    bottom: 13%;
  }
  #main .section4 .make_center_content ul li:nth-child(odd) {
    top: 0;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.35rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.35rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.5rem 0;
    width: 1.6rem;
    height: 0.4rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.4rem;
    font-size: 18px;
    color: #18a0ae;
    border-radius: 0.2rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 16px;
    color: #fff;
    width: 3rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 1.2rem;
    height: 5.62rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: -1.26rem;
    width: 5.62rem;
    height: 5.62rem;
  }
  #main .section5 .section5_content .left img {
    width: 100%;
    height: 100%;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 8rem;
    padding-top: 0.85rem;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section5 .section5_content .right p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 9rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section2 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section4 .make_center_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .right h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .right h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .right h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right .desc {
    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.36rem;
  }
  #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 .section_left {
    width: 3.38rem;
  }
  #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: 20px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 18px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.68rem;
    height: 1.6rem;
    background-image: url(../img/process_icon_07.png);
    text-align: center;
    line-height: 1.6rem;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 16px;
    color: #666;
    line-height: 0.3rem;
    margin-left: 0.77rem;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 20px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 16px;
    color: #fff;
    line-height: 0.3rem;
  }
  #main .section2 .industry_detail {
    height: 6.9rem;
    margin-bottom: 0.65rem;
    display: flex;
  }
  #main .section2 .industry_detail .detail_left {
    width: 4.73rem;
    height: 6.9rem;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 4.73rem;
    height: 6.9rem;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 16px;
    line-height: 0.32rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
  }
  #main .section2 .industry_detail .detail_right .img_box .right_img_box {
    width: 100%;
    overflow: hidden;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_right .img_box img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 1.1rem;
    padding-bottom: 0.94rem;
  }
  #main .section3 .section3_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
    width: 25%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 48px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 48px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 16px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 7rem;
    position: relative;
    padding: 0 0.6rem;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
  }
  #main .section4 .make_center_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section4 .make_center_content ul li {
    position: absolute;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 1%;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 20%;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 40%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 60%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 80%;
  }
  #main .section4 .make_center_content ul li:nth-child(even) {
    bottom: 13%;
  }
  #main .section4 .make_center_content ul li:nth-child(odd) {
    top: 0;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.35rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.35rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.5rem 0;
    width: 2rem;
    height: 0.4rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.4rem;
    font-size: 18px;
    color: #18a0ae;
    border-radius: 0.2rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
    color: #fff;
    width: 3rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 1.2rem;
    height: 5.62rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: -1.26rem;
    width: 5.62rem;
    height: 5.62rem;
  }
  #main .section5 .section5_content .left img {
    width: 100%;
    height: 100%;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 8rem;
    padding-top: 0.85rem;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section5 .section5_content .right p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 9rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    margin-top: 0.7rem;
  }
}
@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 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section2 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section4 .make_center_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .right h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .right h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .right h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 40px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.36rem;
  }
  #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 .section_left {
    width: 3.38rem;
  }
  #main .section1 .section_content .section_left .sign {
    width: 4rem;
    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-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.4rem;
  }
  #main .section2 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 18px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.22rem;
    height: 1.2rem;
    background-image: url(../img/process_icon_07.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.2rem;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
    margin-left: 0.6rem;
  }
  #main .section2 .require_box ul li .li_right p {
    font-size: 16px;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 20px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
  }
  #main .section2 .industry_detail {
    height: 6.08rem;
    margin-bottom: 0.65rem;
    display: flex;
  }
  #main .section2 .industry_detail .detail_left {
    width: 4.73rem;
    height: 6.08rem;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 4.73rem;
    height: 6.08rem;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 20px;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
    line-height: 0.32rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
    height: 3.47rem;
    overflow: hidden;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 1.1rem;
    padding-bottom: 0.94rem;
  }
  #main .section3 .section3_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
    width: 25%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 40px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 40px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 16px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 7rem;
    position: relative;
    padding: 0 0.6rem;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
  }
  #main .section4 .make_center_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section4 .make_center_content ul li {
    position: absolute;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 1%;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 20%;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 40%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 60%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 80%;
  }
  #main .section4 .make_center_content ul li:nth-child(even) {
    bottom: 13%;
  }
  #main .section4 .make_center_content ul li:nth-child(odd) {
    top: 0;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.35rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.35rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.5rem 0;
    width: 2rem;
    height: 0.4rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.4rem;
    font-size: 18px;
    color: #18a0ae;
    border-radius: 0.2rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 16px;
    color: #fff;
    width: 3rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 1.2rem;
    height: 5.62rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: -1.26rem;
    width: 5.62rem;
    height: 5.62rem;
  }
  #main .section5 .section5_content .left img {
    width: 100%;
    height: 100%;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 8rem;
    padding-top: 0.85rem;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section5 .section5_content .right p {
    font-size: 16px;
    color: #666;
    line-height: 0.4rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 10.4rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@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 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section2 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section4 .make_center_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .right h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .right h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .right h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 30px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.36rem;
  }
  #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 .section_left {
    width: 5rem;
  }
  #main .section1 .section_content .section_left .sign {
    width: 5rem;
    height: 0.6rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    font-size: 20px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
    line-height: 0.5rem;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section1 .section_content .section_right p {
    font-size: 16px;
    color: #999;
    line-height: 0.5rem;
  }
  #main .section2 h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 18px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.22rem;
    height: 1.2rem;
    background-image: url(../img/process_icon_07.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.2rem;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 16px;
    color: #666;
    line-height: 0.5rem;
    margin-left: 0.6rem;
  }
  #main .section2 .require_box ul li .li_right p {
    font-size: 16px;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 20px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 16px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section2 .industry_detail {
    height: 6.08rem;
    margin-bottom: 0.65rem;
    display: flex;
  }
  #main .section2 .industry_detail .detail_left {
    width: 4.73rem;
    height: 6.08rem;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 4.73rem;
    height: 6.08rem;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 20px;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
    line-height: 0.4rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
    height: 3.47rem;
    overflow: hidden;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 1.1rem;
    padding-bottom: 0.94rem;
  }
  #main .section3 .section3_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
  }
  #main .section3 .section3_content ul li:first-child {
    width: 30%;
  }
  #main .section3 .section3_content ul li:nth-child(2) {
    width: 20%;
  }
  #main .section3 .section3_content ul li:nth-child(3) {
    width: 20%;
  }
  #main .section3 .section3_content ul li:nth-child(4) {
    width: 30%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 36px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 34px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 20px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 14px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 7rem;
    position: relative;
    padding: 0 0.6rem;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
  }
  #main .section4 .make_center_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section4 .make_center_content ul li {
    position: absolute;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 1%;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 20%;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 40%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 60%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 80%;
  }
  #main .section4 .make_center_content ul li:nth-child(even) {
    bottom: 13%;
  }
  #main .section4 .make_center_content ul li:nth-child(odd) {
    top: 0;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.35rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.35rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.5rem 0;
    width: 2.4rem;
    height: 0.5rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 16px;
    color: #18a0ae;
    border-radius: 0.25rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 16px;
    color: #fff;
    width: 3rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 1.2rem;
    height: 5.62rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: -1.26rem;
    width: 5.62rem;
    height: 5.62rem;
  }
  #main .section5 .section5_content .left img {
    width: 100%;
    height: 100%;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 8rem;
    padding-top: 0;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.2rem;
  }
  #main .section5 .section5_content .right p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 10rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section2 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section2 .require_box ul li .li_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section4 .make_center_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .right h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .right h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .right h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.75rem;
  }
  #main .section1 h1 {
    font-size: 30px;
    color: #333;
    margin-top: 0.8rem;
    margin-bottom: 0.36rem;
  }
  #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 .section_left {
    width: 5rem;
  }
  #main .section1 .section_content .section_left .sign {
    width: 5rem;
    height: 0.6rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    font-size: 18px;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
    line-height: 0.5rem;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section1 .section_content .section_right p {
    font-size: 14px;
    color: #999;
    line-height: 0.5rem;
  }
  #main .section2 h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 16px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.22rem;
    height: 1.2rem;
    background-image: url(../img/process_icon_07.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.2rem;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
    margin-left: 0.6rem;
  }
  #main .section2 .require_box ul li .li_right p {
    font-size: 14px;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 18px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section2 .industry_detail {
    height: 9rem;
    margin-bottom: 0.65rem;
    display: flex;
  }
  #main .section2 .industry_detail .detail_left {
    width: 4.73rem;
    height: 9rem;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 4.73rem;
    height: 9rem;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 20px;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px;
    line-height: 0.4rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
    height: 3.47rem;
    overflow: hidden;
    margin-top: 0.4rem;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 1.1rem;
    padding-bottom: 0.94rem;
  }
  #main .section3 .section3_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
  }
  #main .section3 .section3_content ul li:first-child {
    width: 30%;
  }
  #main .section3 .section3_content ul li:nth-child(2) {
    width: 18%;
  }
  #main .section3 .section3_content ul li:nth-child(3) {
    width: 22%;
  }
  #main .section3 .section3_content ul li:nth-child(4) {
    width: 30%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 16px;
    color: #18a0ae;
    margin-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 12px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #18a0ae;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.75rem;
    margin-bottom: 0.6rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 7rem;
    position: relative;
    padding: 0 0.6rem;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
  }
  #main .section4 .make_center_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section4 .make_center_content ul li {
    position: absolute;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 1%;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 20%;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 40%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 60%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 80%;
  }
  #main .section4 .make_center_content ul li:nth-child(even) {
    bottom: 12%;
  }
  #main .section4 .make_center_content ul li:nth-child(odd) {
    top: 0;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.35rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.35rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.5rem 0;
    width: 2.4rem;
    height: 0.5rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 14px;
    color: #18a0ae;
    border-radius: 0.25rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
    color: #fff;
    width: 2.5rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 1.08rem;
    padding-bottom: 1.2rem;
    height: 5.62rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: -1.26rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  #main .section5 .section5_content .left img {
    width: 2.81rem;
    height: 2.81rem;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 9rem;
    padding-top: 0;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.2rem;
  }
  #main .section5 .section5_content .right p {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 12rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    position: absolute;
    right: 0;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section1 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section1 h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 16px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section1 .section_content .section_left .sign {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section2 h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1366px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1200px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section4 .make_center_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1200px) {
  #main .section4 .make_center_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section4 .make_center_title h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1440px) {
  #main .section5 .section5_content .right h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1200px) {
  #main .section5 .section5_content .right h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 1024px) {
  #main .section5 .section5_content .right h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 996px) and only screen and (max-width: 767px) {
  #main .section5 .section5_content .right .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .section1 {
    background-color: #fff;
    margin-bottom: 0.4rem;
  }
  #main .section1 h1 {
    font-size: 0.4rem;
    color: #333;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #main .section1 h1::after,
  #main .section1 h1::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #main .section1 h1::before {
    margin-right: 0.4rem;
  }
  #main .section1 h1::after {
    margin-left: 0.4rem;
  }
  #main .section1 .section_content .section_left {
    width: 5rem;
  }
  #main .section1 .section_content .section_left .sign {
    width: 5rem;
    height: 0.6rem;
    background-color: #18a0ae;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
  }
  #main .section1 .section_content .section_left p {
    color: #999;
    font-size: 14px;
    line-height: 0.5rem;
  }
  #main .section1 .section_content .section_right {
    flex: 1;
    padding-bottom: 0.27rem;
    border-bottom: 1px solid #ccc;
    font-size: 14px !important;
  }
  #main .section1 .section_content .section_right p {
    font-size: 14px;
    color: #999;
    line-height: 0.5rem;
  }
  #main .section2 {
    height: auto;
  }
  #main .section2 h3 {
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.24rem;
  }
  #main .section2 p {
    font-size: 16px;
    color: #666;
  }
  #main .section2 .require_box {
    margin-top: 0.48rem;
    margin-bottom: 0.5rem;
  }
  #main .section2 .require_box ul {
    display: block;
  }
  #main .section2 .require_box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  #main .section2 .require_box ul li.active .li_left {
    background-image: url(../img/process_icon_03.png);
  }
  #main .section2 .require_box ul li.active:hover .li_left {
    color: #fff;
  }
  #main .section2 .require_box ul li.active:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_left {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li:hover .li_right p {
    color: #18a0ae;
  }
  #main .section2 .require_box ul li .li_left {
    width: 1.22rem;
    height: 1.2rem;
    background-image: url(../img/process_icon_07.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.2rem;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
  }
  #main .section2 .require_box ul li .li_right {
    font-size: 14px;
    color: #666;
    line-height: 0.5rem;
    margin-left: 0.6rem;
  }
  #main .section2 .require_box ul li .li_right p {
    font-size: 14px;
  }
  #main .section2 .require_content {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.88rem;
    background-color: #18a0ae;
    display: none;
  }
  #main .section2 .require_content.selected {
    display: block;
  }
  #main .section2 .require_content .content_title {
    font-size: 18px;
    color: #fff;
  }
  #main .section2 .require_content p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
  }
  #main .section2 .industry_detail {
    height: auto;
    margin-bottom: 0.65rem;
    display: block;
  }
  #main .section2 .industry_detail .detail_left {
    width: 100%;
    height: 9rem;
    margin-right: 0.6rem;
  }
  #main .section2 .industry_detail .detail_left .img_box {
    width: 100%;
    height: 9rem;
    overflow: hidden;
    transition: all 1s;
  }
  #main .section2 .industry_detail .detail_left .img_box:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section2 .industry_detail .detail_left img {
    width: 100%;
    height: 100%;
  }
  #main .section2 .industry_detail .detail_right {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .section2 .industry_detail .detail_right .text_box {
    margin-top: 0.2rem;
  }
  #main .section2 .industry_detail .detail_right .text_box h3 {
    font-size: 0.3rem;
  }
  #main .section2 .industry_detail .detail_right .text_box p {
    font-size: 14px !important;
    line-height: 0.4rem;
  }
  #main .section2 .industry_detail .detail_right .img_box {
    width: 100%;
    height: 3.47rem;
    overflow: hidden;
    margin-top: 0.4rem;
  }
  #main .section2 .industry_detail .detail_right .img_box img {
    width: 100%;
  }
  #main .section3 {
    background-color: #f8f8f8;
  }
  #main .section3 .section3_content {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  #main .section3 .section3_content ul {
    display: block;
  }
  #main .section3 .section3_content ul li {
    position: relative;
    padding-right: 0.5rem;
    margin-bottom: 0.3rem;
  }
  #main .section3 .section3_content ul li:first-child {
    width: 100%;
  }
  #main .section3 .section3_content ul li:nth-child(2) {
    width: 100%;
  }
  #main .section3 .section3_content ul li:nth-child(3) {
    width: 100%;
  }
  #main .section3 .section3_content ul li:nth-child(4) {
    width: 100%;
  }
  #main .section3 .section3_content ul li h3 {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 24px;
    color: #18a0ae;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  #main .section3 .section3_content ul li .space_title i {
    font-size: 16px;
    color: #18a0ae;
    margin-bottom: 0.1rem;
  }
  #main .section3 .section3_content ul li p {
    font-size: 12px;
    color: #666;
    text-align: center;
  }
  #main .section3 .section3_content ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.5rem;
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #main .section3 .section3_content ul li:last-child::after {
    background-color: transparent;
  }
  #main .section4 {
    background: url(../img/industry_content_bg_02.jpg) no-repeat center center / 100% 100%;
  }
  #main .section4 .make_center_title {
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  #main .section4 .make_center_title h3 {
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
  }
  #main .section4 .make_center_content {
    height: 16rem;
    position: relative;
    padding: 0;
  }
  #main .section4 .make_center_content .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
    display: none;
  }
  #main .section4 .make_center_content ul {
    display: block;
    position: relative;
    height: 16rem;
  }
  #main .section4 .make_center_content ul li {
    width: 48%;
    position: absolute;
    height: 5.5rem;
  }
  #main .section4 .make_center_content ul li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section4 .make_center_content ul li:first-child {
    left: 0;
    top: 0;
  }
  #main .section4 .make_center_content ul li:nth-child(2) {
    left: 50%;
    top: 0;
  }
  #main .section4 .make_center_content ul li:nth-child(3) {
    left: 0;
    top: 30%;
  }
  #main .section4 .make_center_content ul li:nth-child(4) {
    left: 50%;
    top: 30%;
  }
  #main .section4 .make_center_content ul li:nth-child(5) {
    left: 0;
    top: 60%;
  }
  #main .section4 .make_center_content ul li .img_box {
    width: 3.6rem;
    height: 2.53rem;
    overflow: hidden;
  }
  #main .section4 .make_center_content ul li img {
    width: 3.6rem;
    height: 2.53rem;
    transition: all 2s;
  }
  #main .section4 .make_center_content ul li img:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .section4 .make_center_content ul li .proc_title {
    margin: 0.1rem 0;
    width: 2.4rem;
    height: 0.5rem;
    background-color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 14px;
    color: #18a0ae;
    border-radius: 0.25rem;
  }
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 14px;
    color: #fff;
    width: 3rem;
    text-align: center;
  }
  #main .section5 {
    background: url(../img/industry_content_bg_03.jpg) no-repeat center center / 100% 100%;
  }
  #main .section5 .section5_content {
    position: relative;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    height: 12rem;
    box-sizing: content-box;
  }
  #main .section5 .section5_content .left {
    position: absolute;
    left: 1.74rem;
    width: 4rem;
    height: 4rem;
  }
  #main .section5 .section5_content .left img {
    width: 4rem;
    height: 4rem;
  }
  #main .section5 .section5_content .right {
    position: absolute;
    right: 0;
    width: 100%;
    padding-top: 0;
    top: 5rem;
  }
  #main .section5 .section5_content .right h3 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  #main .section5 .section5_content .right p {
    font-size: 12px;
    color: #666;
    line-height: 0.5rem;
  }
  #main .section5 .section5_content .right .desc {
    width: 7rem;
    height: 0.48rem;
    background-color: #18a0ae;
    border-top-left-radius: 0.24rem;
    border-bottom-right-radius: 0.24rem;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 0.48rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_left p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section1 .section_content .section_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1366px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_left {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .require_box ul li .li_right p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section2 .require_content .content_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section2 .require_content .content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section2 .require_content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1200px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1366px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section3 .section3_content ul li .space_title i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .section4 .make_center_content ul li .proc_desc {
    font-size: 12px;
  }
}
