/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: Suzie --*/
/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {
    
    .index_about_big {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    

    .index_about_head_box {
        width: 100%;
    }

    .index_about_data_box {
        width: 100%;
    }

    .index_about_brief_box {
        width: 100%;
    }



    .web_center {
        padding: 0 15px;
    }

    .header_logo_box {
        width: 148px;
        height: 42px;
    }

    .header_box {
        padding: 14px 0;
    }

    .header_nav_box {
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    .header_language_box {
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    .index_banner_en {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .index_banner_cn {
        font-size: 25px;
        line-height: 36px;
    }

    .index_wap_link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 11;
    }

    .index_banner_button_wrap {
        margin-top: 20px;
    }

    .index_banner_link {
        width: 150px;
    }

    .index_banner_link:before {
        height: calc(100% - 16px);
    }

    .index_banner_link:after {
        width: calc(100% - 16px);
    }

    .index_banner_button_ji {
        width: 16px;
        height: 16px;
    }

    .index_banner_button_box:after {
        width: 16px;
        height: 16px;
    }

    .index_banner_button_after:before {
        border-right: 16px solid #fff;
        border-top: 16px solid transparent;
    }

    .index_banner_current .index_banner_link .index_banner_button_after:before {
        border-right: 16px solid #00b4be;
    }

    .index_banner_btn_text {
        line-height: 48px;
        font-size: 14px;
    }

    .index_banner_btn_icon {
        width: 18px;
        margin-left: 10px;
    }


    .index_about_item {
        width: calc(100vw - 30px);
    }

    .index_top_img {
        width: calc(100vw - 30px);
        padding-bottom: 50%;
    }

    .index_about_read {
        padding-left: 0;
    }

    .index_about_title {
        font-size: 24px;
    }
    .about_brief_text {
    color: #333333;
    font-size: 20px;
    line-height: 36px;
}


    .index_about_head_read {
        margin-top: 20px;
    }


    .index_about_brief_read {
        margin-top: 10px;
    }

    .index_about_summary_read {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        color: #666666;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    /*.index_about_btn_after {*/
    /*    display: none;*/
    /*}*/
    .index_about_height {
        padding-bottom: 50%;
    }

    .index_about_data_read {
        margin-top: 10px;
    }

    .index_about_link {
        width: 150px;
    }

    .index_about_btn_text {
        line-height: 48px;
        font-size: 14px;
    }

    .index_about_btn_icon {
        width: 18px;
        margin-left: 10px;
    }

    .index_about_btn_wrap {
        position: relative;
        margin-top: 40px;
        width: 100%;
    }

    .float_nav_wrap {
        display: none;
    }

    .about_data_number {
        font-size: 40px;
        line-height: 50px;
    }

    .about_data_text {
        font-size: 18px;
        margin: 8px 0 0 0;
    }

    .index_about_button_box:after {
        width: 16px;
        height: 16px;
    }

    .index_about_button_ji {
        width: 16px;
        height: 16px;
    }

    .index_about_link:after {
        width: calc(100% - 16px);
    }

    .index_about_link:before {
        height: calc(100% - 16px);
    }

    .index_slide_current .index_about_button_after:before {

        border-right: 16px solid #29298c;
    }

    .index_about_button_after:before {

        border-right: 16px solid #00b4be;
        border-top: 16px solid transparent;
    }

    .about_data_read {
        font-size: 12px;
        line-height: 14px;
    }

    .index_vocational_read {
    margin-top: 0px;
    }

    .index_vocational_center {
        padding: 0 15px;
    }

    .index_vocational_title {
        font-size: 22px;
        line-height: 34px;
    }

    .index_vocational_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .index_vocational_item {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .vocational_item_wrap {
        -webkit-border-radius: 14vw;
        border-radius: 14vw;
        padding: 2vw;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background: none;
        position: relative;
    }

    .vocational_item_wrap:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 28vw;
        -webkit-border-radius: 14vw;
        border-radius: 14vw;
        height: 100%;
        background-image: linear-gradient(to bottom, #29298c, #00b4be);
        z-index: -1;
        -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
        transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .vocational_item_box {
        width: 24vw;
        height: 24vw;
        padding-bottom: 0;
    }

    .vocational_icon_box {
        width: 36%;
    }

    .index_vocational_list {
        height: auto;
        padding: 2vw;
        display: block;
        margin-top: 0;
    }

    .vocational_item_foot {
        width: calc(100% - 24vw);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        opacity: 0;
        height: auto !important;
        -webkit-align-items: center;
        align-items: center;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .vocational_icon_text {
        font-size: 16px;
        line-height: 28px;
    }

    .vocational_item_label {
        margin: 0 auto;
        width: 22px;
        height: 22px;
    }

    .vocational_item_label:before {
        left: 10px;
    }

    .vocational_item_label:after {
        top: 10px;
    }

    .index_vocational_item .vocational_item_wrap:after {
        width: 100%;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .index_vocational_item .vocational_item_foot {
        height: auto !important;
        opacity: 1;
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .index_vocational_item .vocational_item_pd {
        padding: 0;
    }

    .vocational_item_text {
        width: calc(80%);
        margin-top: 0;
    }

    .vocational_item_text p {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }

    .index_product_title {
        font-size: 22px;
        line-height: 34px;
    }

    .index_product_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .index_product_swiper .index_product_wrapper {
        flex-wrap: initial;
    }

    .product_item_text {
        padding: 0 15px;
        max-height: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

    .product_item_text p {
        font-size: 13px;
        line-height: 26px;

    }

    .product_item_title {
        line-height: 50px;
    }


    .product_title_text {
        font-size: 16px;
        margin-left: 10px;
    }

    .product_item_read:after {
        top: calc(-100% + 50px);
    }

    .product_item_button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .product_item_btn {
        line-height: 40px;
    }

    .product_item_line {
        margin: 15px auto;
        height: 2px;
    }

    .index_product_list {
        margin-top: 35px;
    }

    .index_product_pagination {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 30px;
    }

    .index_product_pagination .swiper-pagination-bullet {
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .index_product_pagination .swiper-pagination-bullet-active {
        background: rgba(0, 180, 190, 1);
    }

    .index_annotate_box {
        padding: 0 15px;
        width: 100%;
        top: 14%;
    }

    .index_annotate_en {
        font-size: 16px;
        line-height: 28px;
    }

    .index_annotate_cn {
        font-size: 22px;
        line-height: 34px;
        margin-top: 0;
    }

    .annotate_read_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .annotate_read_text {
        font-size: 14px;
        line-height: 26px;
        height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .index_annotate_read {
        margin-top: 15px;
    }

    .index_annotate_btn_item {
        margin-top: 20px;
    }

    .index_annotate_link {
        width: 150px;
    }

    .index_slide_current .index_annotate_button_after:before {
        border-right: 16px solid #29298c;
    }

    .index_annotate_button_after:before {
        border-right: 16px solid #00b4be;
        border-top: 16px solid transparent;
    }

    .index_annotate_button_ji {
        width: 16px;
        height: 16px;
    }

    .index_annotate_button_box:after {
        width: 16px;
        height: 16px;
    }

    .index_annotate_link:before {
        height: calc(100% - 16px);
    }

    .index_annotate_link:after {
        width: calc(100% - 16px);
    }

    .index_annotate_btn_text {
        line-height: 48px;
        font-size: 14px;
    }

    .index_annotate_btn_icon {
        width: 18px;
        margin-left: 10px;
    }

    .index_annotate_photo {
        left: -42% !important;
        top: 39% !important;
        width: 95%;
    }







    .index_annotate_label4 .annotate_line {
        width: 27.588299%;
    }

    .annotate_text {
        font-size: 12px;
        line-height: 24px;
        color: #333333;
        margin-left: 5px;
    }

    .index_annotate_label5 .annotate_line {
        width: 6%;
    }

    .index_partner_tit {
        font-size: 22px;
        line-height: 34px;
        margin: 20px 0;
    }

    .index_partner_pd {
        padding: 10px;
    }

    .index_partner_list {
        display: none;
    }

    .index_partner_pd img {
        max-width: 80%;
    }

    .index_partner_max {
        width: 16px;
        height: 16px;
    }

    .index_partner_label:before {
        border-right: 16px solid rgba(255, 255, 255, .2);
        border-top: 16px solid transparent;
    }

    .index_partner_label:after {
        border-right: 16px solid #00b4be;
        border-top: 16px solid transparent;
    }

    .index_partner_item {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .index_partner_item:nth-child(2n) {
        margin: 0 0 4% 0;
    }

    .index_partner_item a:before {
        width: calc(100% - 16px);
        height: 16px;
    }

    .index_partner_item a:after {
        height: calc(100% - 16px);
    }

    .index_partner_item:hover .index_partner_label:before {
        border-right: 16px solid #fff;
    }

    .index_partner_photo:after {
        border-left: 16px solid rgba(255, 255, 255, .2);
        border-bottom: 16px solid transparent;
    }

    .index_partner_item:hover .index_partner_photo:after {
        border-left: 16px solid #00b4be;
    }

    .index_news_tit {
        font-size: 22px;
        line-height: 34px;
        margin: 20px 0;
    }

    .index_news_head {
        margin-top: 30px;
    }

    .index_news_swiper {
        padding-bottom: 10px;
    }

    .index_news_swiper .index_news_item {
        width: 100%;
    }

    .index_news_read {
        padding: 10px 15px 15px 15px;
    }

    .news_item_title {
        font-size: 16px;
        line-height: 26px;
        height: 42px;
    }

    .news_item_text {
        font-size: 14px;
        line-height: 24px;
        height: 36px;
        margin: 10px 0 20px 0;
    }

    .news_item_time {
        font-size: 14px;
        line-height: 28px;
    }

    .index_news_center {
        padding: 0 !important;
    }

    .index_news_shadow:before {
        width: calc(100% - 16px);
        height: 16px;
    }

    .index_news_shadow:after {
        height: calc(100% - 16px);
    }

    .index_news_ji {
        width: 16px;
        height: 16px;
    }

    .head_wrap {
        z-index: 1002;
    }

    .index_slide_active .index_news_after:after {
        border-right: 16px solid #00b4be;
    }

    .index_news_after:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        border-right: 16px solid #fff;
        border-top: 16px solid transparent;
    }

    .index_news_pagination {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 30px;
    }

    .index_news_pagination .swiper-pagination-bullet {
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .index_news_pagination .swiper-pagination-bullet-active {
        background: rgba(0, 180, 190, 1);
    }

    .footer_logo_box {
        width: 42%;
        margin: 50px auto 0;
    }

    .footer_address_icon {
        font-size: 20px;
    }

    .footer_address_text {
        font-size: 14px;
        line-height: 36px;
    }

    .footer_address_icon.icon-youxiang {
        font-size: 15px;
    }

    .footer_wap_box {
        display: none;
    }

    .footer_address_box {
        width: 100%;
    }

    .footer_address_item {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer_bq_link {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
    }

    .footer_build_item {
        margin: 0 10px;
    }

    .footer_message_box {
        width: 100%;
    }

    .footer_bq_box {
        width: 100%;
    }

    .footer_build_box {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer_bq_link a:last-child {
        margin: 0 14px;
    }

    .footer_ewm_box {
        margin: 20px auto 0;
        width: 100px;
        height: 100px;
    }

    .index_banner_circle {
        width: 12px;
        height: 12px;
        margin: 0 10px;
    }

    .index_banner_circle:after {
        width: 4px;
        height: 4px;
    }

    .index_banner_pagination {
        bottom: 30px;
    }

    .public_wrap_nav {
        width: 32px;
        height: 32px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        z-index: 99999;
    }

    .public_wrap_nav:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrap_nav:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .header_wap_button {
        width: 28px;
        display: block;
        pointer-events: auto;
    }

    .header_wap_label {
        display: block;
        margin: 0 auto 6px;
        width: 100%;
        position: relative;
        height: 2px;
        background: #fff;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .header_wap_label:last-child {
        margin: 0 auto;
    }



    .header_wap_box {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .wap_nav_wrap {
        display: flex;
        position: fixed;
        left: 0;
        top: -100%;
        z-index: 1001;
        width: 100%;
        height: 100%;
        -webkit-align-items: center;
        align-items: center;
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .wap_nav_wrap:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .9);
        z-index: -1;
    }

    .wap_nav_box {
        width: 100%;
    }

    .wap_nav_item {
        text-align: center;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        pointer-events: none;
        -webkit-transition: .6s cubic-bezier(.645, .045, .355, 1);
        transition: .6s cubic-bezier(.645, .045, .355, 1);
    }


    .wap_nav_item a {
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }


    .wap_nav_active {
        top: 0;
        pointer-events: auto;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .wap_nav_active .wap_nav_item {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .6s cubic-bezier(.645, .045, .355, 1);
        transition: .6s cubic-bezier(.645, .045, .355, 1);
    }

    .wap_nav_active .wap_nav_item:nth-child(1) {
        -webkit-transition-delay: 500ms !important;
        transition-delay: 500ms !important;
    }

    .wap_nav_active .wap_nav_item:nth-child(2) {
        -webkit-transition-delay: 550ms !important;
        transition-delay: 550ms !important;
    }

    .wap_nav_active .wap_nav_item:nth-child(3) {
        -webkit-transition-delay: 600ms !important;
        transition-delay: 600ms !important;
    }

    .wap_nav_active .wap_nav_item:nth-child(4) {
        -webkit-transition-delay: 650ms !important;
        transition-delay: 650ms !important;
    }

    .wap_nav_active .wap_nav_item:nth-child(5) {
        -webkit-transition-delay: 700ms !important;
        transition-delay: 700ms !important;
    }

    .wap_nav_active .wap_nav_item:nth-child(6) {
        -webkit-transition-delay: 750ms !important;
        transition-delay: 750ms !important;
    }

    .wap_nav_active .wap_nav_item:nth-child(7) {
        -webkit-transition-delay: 800ms !important;
        transition-delay: 800ms !important;
    }


    .header_black .public_wrap_nav:before {
        background: #333;
    }

    .header_black .public_wrap_nav:after {
        background: #333;
    }

    .header_black .header_wap_label {
        background: #333;
    }


    .header_active .header_wap_label {
        background: #333;
    }

    .public_wrap_active:after {
        top: -100%;
    }




    .public_wrap_active .public_wrap_nav:before {
        background: #fff;
    }

    .public_wrap_active .public_wrap_nav:after {
        background: #fff;
    }

    .public_wrap_active .header_wap_label {
        background: #fff;
    }

    .public_wrap_active .public_wrap_nav:after {
        width: 24px;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrap_active .public_wrap_nav:before {
        width: 24px;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .public_wrap_active .header_wap_label {
        width: 0;
        -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s cubic-bezier(.645, .045, .355, 1);
    }

    .index_news_slide {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .wap_partner_wrap {
        display: block;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
    }

    .index_slide_current .wap_partner_wrap {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
        pointer-events: auto;
    }

    .wap_partner_pagination {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 30px;
    }

    .wap_partner_pagination .swiper-pagination-bullet {
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        background: #fff;
    }

    .wap_partner_pagination .swiper-pagination-bullet-active {
        background: rgba(0, 180, 190, 1);
    }

    .page_banner_wrap {
        padding-bottom: 96%;
        z-index: 1000;
    }

    .page_banner_title:after {
        border-left: 42px solid #00b4be;
        border-bottom: 42px solid transparent;
    }

    .page_banner_en {
        font-size: 30px;
        line-height: 42px;
    }

    .page_banner_cn {
        font-size: 22px;
        line-height: 34px;
    }

    .header_active .header_box, .header_inner .header_box {
        padding: 14px 0;
    }




    .page_banner_box {
        height: calc(100% - 60px);
        margin-top: 60px;
    }








    .news_read_back {
        padding-bottom: 80%;
    }

    .news_read_pd {
        padding-top: 100px;
    }

    .news_read_box {
        padding: 0 15px;
    }

    .news_head_title {
        font-size: 20px;
        line-height: 30px;
    }

    .news_head_text {
        font-size: 14px;
        line-height: 24px;
    }

    .news_read_content {
        padding: 15px;
        margin-top: 30px;
    }

    .news_read_bjq, .news_read_bjq p {
        font-size: 14px;
        line-height: 26px;
    }

    .news_read_bjq img {
        padding: 24px 0;
    }

    .news_read_button {
        margin-top: 20px;
    }

    .news_read_text {
        font-size: 14px;
        line-height: 26px;
    }

    .news_read_btn_icon {
        font-size: 15px;
    }

    .news_read_wrap {
        padding-bottom: 50px;
    }



    .index_annotate_btn_item {
        display: none;
    }

    .index_annotate_back {
        display: none;
    }

    .annotate_line:after {
        background: #ccc;
    }



.about_profile_item,.about_founder_item,.about_founder_content,.products_pagge_back {
    width: 100%;
}
.about_founder_content{
    margin: 15px 0 0;
}
.about_why_item {
    width: 100%;
    margin: 0.5rem 0;
}
.contact_title_en {
    font-size: 36px;
}
.about_profile_img,.contact_page_img,.feedback_img{
    width: 100%;
}
.products_page_list {
    width: 100%;
    padding:15px;
}
.products_item_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.products_item_list {
    width: 100%;
    margin: 2% 0% 2% 0;
}
.service_reason_wrap{
    padding: 40% 0 3.025rem;
}
.service_reason_img {
    height: 0;
    padding-bottom: 45%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.service_reason_box {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}
.service_advantage_item {
    width: calc(50% - 15px);
    background: #ffffff;
    border-radius: 0.875rem;
    border: #eef8f7 1px solid;
    padding: 2.25rem 1.5rem;
    margin: 0 15px 25px 0;
}

.contact_page_text {
    width: 100%;
    padding: 20px;
}
.feedback {
    width:100%;
    padding: 2rem;
}
.feedback_nav .feedback_title {
    text-align: left;
}
}

@media screen and (max-width: 768px) {
    .nav_public_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
    .service_products_text {
    width: 100%;
    padding: 1rem;
}
    .service_products_content {
    width: 100%;
    padding: 1rem;
    background: rgb(248, 250, 252);
    border-left: 0;
    border-top: 1px solid rgb(240, 240, 240);
}
.service_reason_item {
    width: 100%;
    padding: 3.25rem 0 0;
}
.feedback_nav input,.feedback_nav textarea{
    width: 100%;
}
.contact_page_wrap {
    position: relative;
    background: #f5f5f5;
    padding: 4.1666rem 0;
}
}





@media screen and (max-width:530px){
    .about_brief_text {
        font-size: 20px;
        line-height: 30px;
    }
    .index_about_brief_read {
        margin-top: 8px;
    }
}

/*小屏幕(笔记本窄屏 1200-1400)*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .header_logo_box {
        width: 150px;
        height: 26px;
    }

    .header_nav_item .header_nav_link {
        font-size: 14px;
        line-height: 28px;
        margin: 0 25px;
    }

    .header_language_item {
        font-size: 14px;
    }

    .header_box {
        padding: 30px 0;
    }

    .index_banner_en {
        font-size: 50px;
        line-height: 62px;
    }

    .index_banner_cn {
        font-size: 36px;
        line-height: 50px;
    }

    .index_banner_button_wrap {
        margin-top: 30px;
    }

    .float_nav_text {
        font-size: 13px;
        line-height: 26px;
    }

    .index_banner_btn_text {
        line-height: 50px;
        font-size: 14px;
    }

    .index_banner_btn_icon {
        width: 16px;
        margin-left: 10px;
    }

    .index_banner_link {
        width: 150px;
    }

    .index_banner_button_ji {
        width: 18px;
        height: 18px;
    }

    .index_banner_current .index_banner_link .index_banner_button_after:before {
        border-right: 18px solid #00b4be;
    }

    .index_banner_button_after:before {
        border-right: 18px solid #fff;
        border-top: 18px solid transparent;
    }

    .index_banner_link:before {
        height: calc(100% - 18px);
    }

    .index_banner_link:after {
        width: calc(100% - 18px);
    }

    .index_banner_button_box:after {
        width: 18px;
        height: 18px;
    }

    .index_banner_pagination {
        bottom: 40px;
    }

    .index_banner_circle {
        width: 12px;
        height: 12px;
        margin: 0 15px;
    }

    .index_banner_circle:after {
        width: 4px;
        height: 4px;
    }

    .index_about_read {
        padding-left: 40px;
    }

    .index_about_item {
        width: 50%;
    }

    .index_slide_current .index_about_photo {
        width: 100%;
    }

    .index_top_img {
        width: 100%;
    }

    .index_about_title {
        font-size: 26px;
    }

    .index_about_brief_read {
        margin-top: 10px;
    }

    .about_brief_text {
        font-size: 20px;
        line-height: 32px;
    }

    .index_about_summary_read {
        font-size: 13px;
        line-height: 22px;
        height: 88px;
        margin-top: 15px;
    }

    .index_about_data_read {
        margin-top: 15px;
    }

    .about_data_number {
        font-size: 40px;
        line-height: 40px;
    }

    .about_data_text {
        font-size: 15px;
        margin: 10px 0 0 0;
    }

    .about_data_read p {
        font-size: 10px;
    }

    .index_about_link {
        width: 150px;
    }

    .index_about_btn_text {
        line-height: 50px;
        font-size: 14px;
    }

    .index_about_btn_icon {
        width: 16px;
        margin-left: 10px;
    }

    .index_about_button_ji {
        width: 18px;
        height: 18px;
    }

    .index_slide_current .index_about_button_after:before {
        border-right: 18px solid #29298c;
    }

    .index_about_button_after:before {
        border-right: 18px solid #00b4be;
        border-top: 18px solid transparent;
    }

    .index_about_button_box:after {
        width: 18px;
        height: 18px;
    }

    .index_about_link:after {
        width: calc(100% - 18px);
    }

    .index_about_link:before {
        height: calc(100% - 18px);
    }

    .index_vocational_title {
        font-size: 26px;
        line-height: 38px;
    }

    .index_vocational_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .index_vocational_item {
        width: 22%;
        margin: 0 5.666666666%;
    }

    .vocational_icon_box {
        width: 44px;
    }

    .vocational_icon_text {
        font-size: 14px;
        line-height: 24px;
    }

    .vocational_item_text p {
        font-size: 13px;
        line-height: 23px;
    }

    .vocational_item_label {
        width: 20px;
        height: 20px;
        margin: 20px auto;
        position: relative;
    }

    .vocational_item_label:before {
        left: 10px;
    }

    .vocational_item_label:after {
        top: 10px;
    }

    .index_product_title {
        font-size: 26px;
        line-height: 38px;
    }

    .index_product_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .index_product_list {
        margin-top: 40px;
    }

    .index_vocational_current .vocational_item_foot {
        height: 9vw;
    }

    .product_item_read:after {
        top: calc(-100% + 50px);
    }

    .product_title_text {
        font-size: 14px;
        margin-left: 10px;
    }

    .product_item_title {
        line-height: 50px;
    }

    .product_item_line {
        height: 2px;
        margin: 10px auto;
    }

    .product_item_text {
        padding: 0 20px;
        height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .product_item_text p {
        font-size: 13px;
        line-height: 24px;
    }

    .index_product_item:hover .product_item_title {
        margin-top: 10px;
    }

    .product_item_btn {
        line-height: 40px;
    }

    .product_btn_text {
        font-size: 12px;
    }

    .index_annotate_en {
        font-size: 14px;
        line-height: 28px;
    }

    .index_annotate_cn {
        font-size: 26px;
        line-height: 38px;
    }

    .index_annotate_read {
        margin-top: 20px;
    }

    .annotate_read_title {
        font-size: 14px;
        line-height: 26px;
    }

    .annotate_read_text {
        font-size: 13px;
        line-height: 24px;
    }

    .index_annotate_btn_item {
        margin-top: 30px;
    }

    .index_annotate_link {
        width: 150px;
    }

    .index_annotate_btn_text {
        line-height: 50px;
        font-size: 14px;
    }

    .index_annotate_btn_icon {
        width: 16px;
        margin-left: 10px;
    }

    .index_annotate_link:before {
        height: calc(100% - 18px);
    }

    .index_annotate_link:after {
        width: calc(100% - 18px);
    }

    .index_annotate_button_ji {
        width: 18px;
        height: 18px;
    }

    .index_slide_current .index_annotate_button_after:before {
        border-right: 18px solid #29298c;
    }

    .index_annotate_button_after:before {
        border-right: 18px solid #00b4be;
        border-top: 18px solid transparent;
    }

    .index_annotate_button_box:after {
        width: 18px;
        height: 18px;
    }

    .annotate_text {
        font-size: 12px;
        line-height: 24px;
    }

    .index_partner_tit,
    .index_news_tit {
        font-size: 26px;
        line-height: 38px;
        margin: 40px 0;
    }

    .index_partner_item a:before {
        width: calc(100% - 18px);
        height: 18px;
    }

    .index_partner_item a:after {
        height: calc(100% - 18px);
    }

    .index_partner_max {
        width: 18px;
        height: 18px;
    }

    .index_partner_label:before {
        border-right: 18px solid rgba(255, 255, 255, .2);
        border-top: 18px solid transparent;
    }

    .index_partner_label:after {
        border-right: 18px solid #00b4be;
        border-top: 18px solid transparent;
    }

    .index_partner_item:hover .index_partner_photo:after {
        border-left: 18px solid #00b4be;
    }

    .index_partner_item:hover .index_partner_label:before {
        border-right: 18px solid #fff;
    }

    .index_partner_photo:after {
        border-left: 18px solid rgba(255, 255, 255, .2);
        border-bottom: 18px solid transparent;
    }

    .index_news_read {
        padding: 10px 20px 20px 20px;
    }

    .news_item_title {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .news_item_text {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
        margin: 10px 0 20px 0;
    }

    .news_item_time {
        font-size: 14px;
        line-height: 26px;
    }

    .index_news_shadow:before {
        width: calc(100% - 24px);
        height: 24px;
    }

    .index_news_shadow:after {
        height: calc(100% - 24px);
    }

    .index_news_ji {
        width: 24px;
        height: 24px;
    }

    .index_slide_active .index_news_after:after {
        border-right: 24px solid #00b4be;
    }

    .index_news_after:after {
        border-right: 24px solid #fff;
        border-top: 24px solid transparent;
    }
    .service_reason_img {
    padding-bottom: 58%;
}
    .service_reason_item {
    width: 65%;
    padding: 4.5rem 0 0;
}

    .footer_logo_box {
        width: 150px;
        margin-top: 80px;
    }

    .footer_address_icon {
        font-size: 18px;
    }

    .footer_address_icon.icon-youxiang {
        font-size: 13px;
    }

    .footer_address_text {
        font-size: 12px;
        line-height: 32px;
    }

    .index_swiper_wrap .index_slide_item:last-child {
        height: 50vh !important;
    }

    .footer_wap_item a {
        font-size: 14px;
        line-height: 32px;
    }

    .footer_bq_link, .footer_build_item {
        font-size: 12px;
        line-height: 32px;
    }

    .footer_ewm_box {
        width: 96px;
        height: 96px;
    }

    .page_banner_box {
        height: calc(100% - 76px);
        margin-top: 76px;
    }

    .page_banner_en {
        font-size: 40px;
        line-height: 60px;
    }

    .page_banner_cn {
        font-size: 26px;
        line-height: 34px;
    }

    .page_banner_title:after {
        border-left: 60px solid #00b4be;
        border-bottom: 60px solid transparent;
    }

    .footer_back {
        height: 50vh;
    }

    .news_head_title {
        font-size: 26px;
        line-height: 38px;
    }

    .news_head_text {
        font-size: 13px;
        line-height: 24px;

    }

    .news_read_pd {
        padding-top: 150px;
    }

    .news_read_content {
        padding: 60px;
        margin-top: 40px;
    }

    .news_read_bjq, .news_read_bjq p {
        font-size: 13px;
        line-height: 26px;
    }

    .news_read_bjq img {
        padding: 26px 0;
    }

    .news_read_button {
        margin-top: 20px;
    }

    .news_read_text {
        font-size: 13px;
        line-height: 24px;
    }

    .news_read_btn_icon {
        font-size: 14px;
    }

    .header_nav_item .header_nav_link:after {
        top: 12px;
    }

    .header_nav_item .header_nav_link:before {
        top: 12px;
    }

    .web_center {
        padding: 0 10vw;
    }

    .index_vocational_head {
        margin-top: 50px;
    }

    .index_vocational_list {
        margin-top: 30px;
    }

    .index_vocational_item {
        padding-top: 20px;
    }

    .index_vocational_list {
        margin-top: 15px;
    }

    .vocational_item_text {
        margin-top: 5px;
    }

    .index_vocational_current {
        padding: 0;
    }
}
/*中屏幕(笔记本宽屏 1400-1920)*/
@media screen and (min-width: 1401px) and (max-width: 1920px) {
    .header_logo_box {
        width: 170px;
        height: 29px;
    }

    .index_product_list {
        margin-top: 40px;
    }

    .header_nav_item .header_nav_link {
        font-size: 18px;
        line-height: 30px;
        margin: 0 28px;
    }

    .header_language_item {
        font-size: 15px;
    }

    .header_box {
        padding: 40px 0;
    }

    .index_banner_en {
        font-size: 60px;
        line-height: 72px;
    }

    .index_banner_cn {
        font-size: 46px;
        line-height: 60px;
    }

    .index_banner_button_wrap {
        margin-top: 40px;
    }

    .float_nav_text {
        font-size: 14px;
        line-height: 28px;
    }

    .index_banner_btn_text {
        line-height: 54px;
        font-size: 15px;
    }

    .index_banner_btn_icon {
        width: 18px;
        margin-left: 15px;
    }

    .index_banner_link {
        width: 180px;
    }

    .index_banner_button_ji {
        width: 20px;
        height: 20px;
    }

    .index_banner_current .index_banner_link .index_banner_button_after:before {
        border-right: 20px solid #00b4be;
    }

    .index_banner_button_after:before {
        border-right: 20px solid #fff;
        border-top: 20px solid transparent;
    }

    .index_banner_link:before {
        height: calc(100% - 20px);
    }

    .index_banner_link:after {
        width: calc(100% - 20px);
    }

    .index_banner_button_box:after {
        width: 20px;
        height: 20px;
    }

    .index_banner_pagination {
        bottom: 50px;
    }

    .index_banner_circle {
        width: 14px;
        height: 14px;
    }

    .index_banner_circle:after {
        width: 6px;
        height: 6px;
    }

    .index_about_read {
        padding-left: 50px;
    }

    .index_about_item {
        width: 50%;
    }

    .index_slide_current .index_about_photo {
        width: 100%;
    }

    .index_top_img {
        width: 100%;
    }

    .index_about_title {
        font-size: 30px;
    }

    .index_about_brief_read {
        margin-top: 15px;
    }

    .about_brief_text {
        font-size: 24px;
        line-height: 36px;
    }

    .index_about_summary_read {
        font-size: 14px;
        line-height: 24px;
        height: 96px;
        margin-top: 20px;
    }

    .index_about_data_read {
        margin-top: 20px;
    }

    .about_data_number {
        font-size: 50px;
        line-height: 50px;
    }

    .about_data_text {
        font-size: 18px;
        margin: 10px 0 0 0;
    }

    .about_data_read p {
        font-size: 12px;
    }

    .index_about_link {
        width: 180px;
    }

    .index_about_btn_text {
        line-height: 54px;
        font-size: 15px;
    }

    .index_about_btn_icon {
        width: 18px;
        margin-left: 15px;
    }

    .index_about_button_ji {
        width: 20px;
        height: 20px;
    }

    .index_slide_current .index_about_button_after:before {
        border-right: 20px solid #29298c;
    }

    .index_about_button_after:before {
        border-right: 20px solid #00b4be;
        border-top: 20px solid transparent;
    }

    .index_about_button_box:after {
        width: 20px;
        height: 20px;
    }

    .index_about_link:after {
        width: calc(100% - 20px);
    }

    .index_about_link:before {
        height: calc(100% - 20px);
    }

    .index_vocational_title {
        font-size: 30px;
        line-height: 42px;
    }

    .index_vocational_text {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .index_vocational_item {
        width: 16%;
        margin: 0 2%;
    }

    .vocational_icon_box {
        width: 50px;
    }

    .vocational_icon_text {
        font-size: 16px;
        line-height: 28px;
    }

    .vocational_item_text p {
        font-size: 16px;
        line-height: 26px;
    }

    .vocational_item_label {
        width: 22px;
        height: 22px;
        margin: 24px auto;
        position: relative;
    }

    .vocational_item_label:before {
        left: 10px;
    }

    .vocational_item_label:after {
        top: 10px;
    }

    .index_product_title {
        font-size: 30px;
        line-height: 42px;
    }

    .index_product_text {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }

    .product_item_read:after {
        top: calc(-100% + 60px);
    }

    .product_title_text {
        font-size: 15px;
        margin-left: 15px;
    }

    .product_item_title {
        line-height: 60px;
    }

    .product_item_line {
        height: 2px;
        margin: 10px auto;
    }

    .product_item_text {
        padding: 0 20px;
        height: 156px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .product_item_text p {
        font-size: 14px;
        line-height: 26px;
    }

    .index_product_item:hover .product_item_title {
        margin-top: 10px;
    }

    .product_item_btn {
        line-height: 48px;
    }

    .product_btn_text {
        font-size: 13px;
    }

    .index_annotate_en {
        font-size: 18px;
        line-height: 30px;
    }

    .index_annotate_cn {
        font-size: 30px;
        line-height: 42px;
    }

    .index_annotate_read {
        margin-top: 25px;
    }

    .annotate_read_title {
        font-size: 16px;
        line-height: 28px;
    }

    .annotate_read_text {
        font-size: 14px;
        line-height: 28px;
    }

    .index_annotate_btn_item {
        margin-top: 40px;
    }

    .index_annotate_link {
        width: 180px;
    }

    .index_annotate_btn_text {
        line-height: 54px;
        font-size: 15px;
    }

    .index_annotate_btn_icon {
        width: 18px;
        margin-left: 15px;
    }

    .index_annotate_link:before {
        height: calc(100% - 20px);
    }

    .index_annotate_link:after {
        width: calc(100% - 20px);
    }

    .index_annotate_button_ji {
        width: 20px;
        height: 20px;
    }

    .index_slide_current .index_annotate_button_after:before {
        border-right: 20px solid #29298c;
    }

    .index_annotate_button_after:before {
        border-right: 20px solid #00b4be;
        border-top: 20px solid transparent;
    }

    .index_annotate_button_box:after {
        width: 20px;
        height: 20px;
    }

    .annotate_text {
        font-size: 13px;
        line-height: 26px;
    }

    .index_partner_tit,
    .index_news_tit {
        font-size: 30px;
        line-height: 42px;
        margin: 40px 0;
    }

    .index_partner_item a:before {
        width: calc(100% - 20px);
        height: 20px;
    }

    .index_partner_item a:after {
        height: calc(100% - 20px);
    }

    .index_partner_max {
        width: 20px;
        height: 20px;
    }

    .index_partner_label:before {
        border-right: 20px solid rgba(255, 255, 255, .2);
        border-top: 20px solid transparent;
    }

    .index_partner_label:after {
        border-right: 20px solid #00b4be;
        border-top: 20px solid transparent;
    }

    .index_partner_item:hover .index_partner_photo:after {
        border-left: 20px solid #00b4be;
    }

    .index_partner_item:hover .index_partner_label:before {
        border-right: 20px solid #fff;
    }

    .index_partner_photo:after {
        border-left: 20px solid rgba(255, 255, 255, .2);
        border-bottom: 20px solid transparent;
    }

    .index_news_read {
        padding: 10px 20px 20px 20px;
    }

    .news_item_title {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }

    .news_item_text {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin: 10px 0 20px 0;
    }

    .news_item_time {
        font-size: 16px;
        line-height: 28px;
    }

    .index_news_shadow:before {
        width: calc(100% - 28px);
        height: 28px;
    }

    .index_news_shadow:after {
        height: calc(100% - 28px);
    }

    .index_news_ji {
        width: 28px;
        height: 28px;
    }

    .index_slide_active .index_news_after:after {
        border-right: 28px solid #00b4be;
    }

    .index_news_after:after {
        border-right: 28px solid #fff;
        border-top: 28px solid transparent;
    }
    .service_reason_img {
    padding-bottom: 50%;
}
    .service_reason_item {
    width: 56%;
    padding: 6.25rem 0 0;
}

    .footer_logo_box {
        width: 180px;
        margin-top: 100px;
    }

    .footer_address_icon {
        font-size: 20px;
    }

    .footer_address_icon.icon-youxiang {
        font-size: 15px;
    }

    .footer_address_text {
        font-size: 16px;
        line-height: 30px;
    }

    .index_swiper_wrap .index_slide_item:last-child {
        height: 50vh !important;
    }

    .footer_wap_item a {
        font-size: 16px;
        line-height: 30px;
    }

    .footer_bq_link, .footer_build_item {
        font-size: 15px;
        line-height: 30px;
    }

    .footer_ewm_box {
        width: 100px;
        height: 100px;
    }

    .page_banner_box {
        height: calc(100% - 78px);
        margin-top: 78px;
    }

    .page_banner_en {
        font-size: 46px;
        line-height: 70px;
    }

    .page_banner_cn {
        font-size: 32px;
        line-height: 40px;
    }

    .page_banner_title:after {
        border-left: 70px solid #00b4be;
        border-bottom: 70px solid transparent;
    }

    .footer_back {
        height: 50vh;
    }

    .news_head_title {
        font-size: 30px;
        line-height: 42px;
    }

    .news_head_text {
        font-size: 14px;
        line-height: 26px;

    }

    .news_read_pd {
        padding-top: 170px;
    }

    .news_read_content {
        padding: 70px;
        margin-top: 50px;
    }

    .news_read_bjq, .news_read_bjq p {
        font-size: 14px;
        line-height: 28px;
    }

    .news_read_bjq img {
        padding: 28px 0;
    }

    .news_read_button {
        margin-top: 30px;
    }

    .news_read_text {
        font-size: 14px;
        line-height: 26px;
    }

    .news_read_btn_icon {
        font-size: 15px;
    }

    .index_vocational_item {
        padding-top: 15px;
    }

    .index_vocational_list {
        margin-top: 20px;
    }

    .vocational_item_text {
        margin-top: 10px;
    }

    .index_vocational_current {
        padding: 0;
    }
}

/*超过1920(2K/4K)超大屏：内容区限宽居中示例*/
@media screen and (min-width: 1921px) {
    /* 作用：把内容区限制到 1600px 并居中，避免 2K/4K 屏上行宽过长；数值可按设计稿调整。 */
    .web_center {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
