/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {
    .loading_logo {
        width: 210px;
        margin: 0 auto;
    }

    .loading_logo svg {
        height: 100%;
    }

    .loading_line {
        width: 100%;
        margin: 20px auto 0;
    }

    .index_about_big {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index_about_icon svg {
        height: 100%;
    }

    .index_about_head_box {
        width: 100%;
    }

    .index_about_data_box {
        width: 100%;
    }

    .index_about_brief_box {
        width: 100%;
    }

    .loading_text {
        margin-top: 20px;
        font-size: 18px;
    }

    .web_center2 {
        padding: 0 15px;
    }

    .web_center {
        padding: 0 15px;
    }

    .header_logo_box {
        width: 148px;
        height: 26px;
    }

    .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;
    }

    .float_bottom_wrap {
        width: 3px;
        height: 120px;
    }

    .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: 22px;
    }

    .index_about_icon {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .index_about_head_read {
        margin-top: 20px;
    }

    .about_brief_line {
        width: 36px;
        height: 1px;
    }

    .about_brief_text {
        font-size: 16px;
        line-height: 28px;
    }

    .index_about_brief_read {
        margin-top: 16px;
    }

    .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: 2;
        -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_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_icon {
        font-size: 26px;
    }

    .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%;
    }

    .annotate_top {
        display: none;
    }

    .index_report_box {
        position: absolute;
        left: 0;
        top: 74%;
        padding: 0 15px;
        width: 100%;
    }

    .index_report_tit {
        font-size: 14px;
        line-height: 26px;
    }

    .index_report_item a {
        font-size: 12px;
        line-height: 24px;
    }

    .index_report_icon {
        font-size: 16px;
        line-height: 24px;
    }

    .index_report_item {
        width: 50%;
    }

    .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: 52px;
    }

    .news_item_text {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        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_en {
        display: block;
        margin-right: 15px;
        pointer-events: auto;
    }

    .header_wap_en a {
        font-size: 18px;
        color: #fff;
        width: 30px;
        text-align: center;
        -webkit-transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3s .3s cubic-bezier(.645, .045, .355, 1);
    }

    .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 .header_wap_en a {
        color: #333;
    }

    .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_en a {
        color: #333;
    }

    .header_active .header_wap_label {
        background: #333;
    }

    .public_wrap_active:after {
        top: -100%;
    }

    .public_wrap_active .logo_en {
        fill: #fff;
    }

    .public_wrap_active .logo_cn {
        fill: #fff;
    }

    .public_wrap_active .header_wap_en a {
        color: #fff;
    }

    .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;
    }

    .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_center {
        padding: 0 15px;
    }

    .business_page_wrap {
        padding: 50px 0;
    }

    .business_index_item {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .page_public_max {
        font-size: 22px;
        line-height: 34px;
    }

    .page_public_min {
        margin-top: 15px;
    }

    .page_public_min p {
        font-size: 14px;
        line-height: 26px;
    }

    .business_index_read {
        padding: 0 15px 10px 15px;
    }

    .business_item_tit {
        font-size: 18px;
    }

    .business_item_head {
        line-height: 54px;
    }

    .business_item_text {
        line-height: 26px;
        font-size: 14px;
        margin: 10px 0;
    }

    .business_item_line {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .business_head_wrap {
        padding: 50px 0;
    }

    .business_read_item {
        padding: 0;
    }

    .business_read_icon {
        width: 50px;
        height: 50px;
    }

    .business_read_list {
        margin-top: 30px;
    }

    .business_read_title {
        padding: 0 10px;
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }

    .business_read_line {
        margin: 15px auto;
    }

    .index_news_swiper {
        overflow: hidden;
    }

    .business_partner_item {
        width: 50%;
    }

    .business_partner_wrap {
        padding: 50px 0;
    }

    .business_back_box {
        padding-bottom: 140%;
    }

    .business_back_photo {
        width: 100%;
        margin: 30px 0;
    }

    .business_back_read {
        width: 100%;
        padding: 0;
    }

    .business_back_title {
        font-size: 22px;
        line-height: 34px;
        text-align: center;
    }

    .business_back_text {
        font-size: 14px;
        line-height: 34px;
        margin-top: 10px;
    }

    .business_back_text p {
        text-align: center;
    }

    .business_partner_list {
        margin-top: 30px;
    }

    .pre_back_box {
        padding-bottom: 140%;
    }

    .pre_content_left {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .pre_content_right {
        width: 100%;
        padding: 0;
    }

    .pre_content_img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .pre_content_list {
        margin-top: 30px;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .package_img_list {
        margin: 50px 0 0 0;
    }

    .page_banner_box {
        height: calc(100% - 60px);
        margin-top: 60px;
    }

    .business_read_item {
        width: 50%;
        margin-bottom: 20px;
    }

    .business_read_text {
        font-size: 12px;
        line-height: 20px;
    }

    .package_img_item:first-child {
        margin: 0;
    }

    .package_img_item {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .pro_content_wrap {
        padding: 50px 0;
    }

    .pro_content_head {
        width: 100%;
    }

    .pro_content_foot {
        width: 100%;
    }

    .pro_detailed_box {
        width: 100%;
        padding: 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .pro_claim_box {
        width: 100%;
        padding: 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .pro_content_head:after,
    .pro_detailed_box:after {
        display: none;
    }

    .pro_content_tit {
        font-size: 22px;
        line-height: 34px;
    }

    .pro_content_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }

    .pro_detailed_center {
        width: 100%;
    }

    .pro_detailed_title {
        font-size: 22px;
        line-height: 34px;
        margin: 35px 0 15px 0;
    }

    .pro_detailed_list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pro_detailed_item {
        width: 100%;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .pro_claim_box .pro_detailed_item {
        width: 100%;

    }
    .pro_active_first:after {
        display: none;
    }
    .about_head_box {
        padding: 0;
    }
    .pro_detailed_icon {
        font-size: 16px;
        line-height: 24px;
    }

    .pro_detailed_text {
        font-size: 14px;
        line-height: 18px;
        margin: 3px 0;
        padding-left: 5px;
        width: calc(100% - 16px);
    }
    .pro_active_item {
        -webkit-align-items: center;
        align-items: center;
    }
    .pro_content_item {
        width: 48%;
        margin: 0 4% 15px 0 !important;
    }

    .pro_content_item:nth-child(2n) {
        margin: 0 0 15px 0 !important;
    }

    .pro_content_title {
        font-size: 12px;
        line-height: 48px;
    }

    .pro_content_list {
        margin-top: 30px;
    }

    .pro_read_wrap {
        padding: 50px 0;
    }

    .pro_read_head_box {
        width: 100%;
        padding: 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .pro_read_head_list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .pro_read_head_box .pro_detailed_item {
        width: 100%;
    }

    .pro_read_head_center {
        width: 100%;
    }

    .pro_read_head_max .pro_detailed_item {
        width: 100%;
    }

    .pro_read_list {
        margin: 30px 0 0 0;
    }

    .pro_detailed_btn_text {
        font-size: 13px;
        line-height: 15px;
    }

    .pro_detailed_btn_icon {
        width: 10px;
        height: 10px;
    }

    .pro_read_head_box:after {
        display: none;
    }

    .pro_active_box {
        margin-top: 30px;
    }

    .pro_active_list {
        width: 100%;
        padding: 0;
    }

    .pro_active_list .pro_detailed_item {
        width: 100%;
    }

    .pro_active_foot_wrap {
        margin-top: 50px;
    }

    .pro_active_foot_item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .pro_active_foot_box {
        margin-top: 30px;
    }

    .pro_active_foot_title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .pro_active_foot_text {
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }

    .about_introduction_box {
        padding: 50px 0;
    }

    .about_foot_item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .about_foot_list {
        margin-top: 30px;
    }

    .about_foot_read_max {
        font-size: 38px;
        line-height: 48px;
    }

    .about_foot_read_min {
        font-size: 14px;
        line-height: 28px;
        margin-top: 14px;
        margin-left: 3px;
    }

    .about_foot_read_text {
        font-size: 12px;
        line-height: 16px;
    }

    .about_foot_read_item {
        padding: 15px 0;
    }

    .about_foot_icon {
        width: 36px;
    }
    .pro_popup_active .pro_popup_box {
        pointer-events: auto;
    }
    .pro_popup_content {
        width: 100%;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 ;
        z-index: 9;
    }
    .pro_popup_box {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: inline-block;
        padding: 0 15px;
    }
    .kefuboxadd {
        width: 36vw;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }
    .about_development_back {
        padding-bottom: 100%;
    }

    .about_development_content {
        margin-top: 50px;
    }

    .about_development_number {
        font-size: 46px;
        line-height: 60px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    .about_development_tit {
        font-size: 18px;
        line-height: 28px;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .about_development_text {
        font-size: 14px;
        line-height: 24px;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .about_development_left,
    .about_development_right {
        display: none;
    }

    .about_brand_wrap {
        padding: 50px 0;
    }

    .about_brand_item {
        width: 100%;
    }

    .about_brand_list {
        margin-top: 30px;
    }

    .about_brand_read {
        padding: 15px;
    }

    .about_brand_icon {
        font-size: 36px;
    }

    .about_brand_tit {
        font-size: 20px;
        line-height: 30px;
    }

    .about_brand_text {
        font-size: 14px;
        line-height: 24px;
    }

    .about_idea_back {
        padding-bottom: 210%;
    }

    .about_idea_item {
        width: 100%;
        margin: 0;
    }

    .about_idea_read_box {
        width: 90%;
        padding: 15px;
    }

    .about_idea_list {
        margin-top: 30px;
    }

    .about_idea_read_tit {
        font-size: 15px;
        line-height: 26px;
    }

    .about_idea_read_text {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .about_quality_wrap {
        padding: 50px 0;
    }

    .about_quality_head_item {
        width: 100%;
        padding: 0;
    }

    .about_quality_max_item .about_quality_label {
        width: 100%;
    }
    .about_quality_label {
        margin-bottom: 10px;
    }
    .about_quality_center_item {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .about_quality_min_item {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .about_quality_head_item:after {
        display: none;
    }

    .about_quality_tit {
        font-size: 22px;
        line-height: 34px;
        margin: 35px 0 15px 0;
    }

    .about_quality_icon {
        font-size: 16px;
        line-height: 24px;
    }

    .about_quality_text {
        font-size: 14px;
        line-height: 18px;
        margin: 3px 0;
        padding-left: 5px;
    }
    .pro_claim_box .pro_detailed_text {
        width: calc(100% - 16px);
    }
    .quality_foot_item {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .about_quality_foot {
        margin-top: 30px;
    }

    .about_partner_wrap {
        padding: 50px 0 0 0;
    }

    .about_partner_item {
        width: 50%;

    }

    .about_partner_item a {
        border-top: 1px dashed #dedede !important;
        border-right: 1px dashed #dedede !important;
    }

    .about_partner_item:nth-child(1) a {
        border-top: 1px dashed transparent !important;
    }

    .about_partner_item:nth-child(2) a {
        border-top: 1px dashed transparent !important;
    }

    .about_partner_item:nth-child(2n) a {
        border-right: 1px dashed transparent !important;
    }

    .news_list_wrap .index_news_item {
        width: 100%;
    }

    .AddNewsItem .index_news_after:after {
        border-right: 16px solid #00b4be;
    }

    .news_list_box {
        margin: 50px 0 20px 0;
    }

    .news_list_wrap .index_news_item {
        margin: 0 0 15px 0;
    }

    .news_list_wrap .index_news_item:nth-child(3n) {
        margin: 0 0 15px 0;
    }

    .news_list_wrap {
        padding-bottom: 50px;
    }

    .news_page_label a {
        font-size: 14px;
        line-height: 28px;
        margin: 0 5px;
    }

    .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: 24px;
    }

    .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;
    }

    .contact_map_wrap {
        padding: 50px 0;
    }

    .contact_map_head {
        margin-top: 30px;
    }

    .contact_map_item {
        width: 50%;
        padding: 20px 10px;
    }

    .contact_map_text, .contact_map_text a {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_map_icon {
        font-size: 22px;
    }

    .contact_map_title {
        font-size: 18px;
        line-height: 28px;
        margin-left: 10px;
    }

    .contact_map_foot {
        padding-bottom: 80%;
        margin-top: 30px;
    }

    .contact_join_wrap {
        padding: 50px 0;
    }

    .contact_join_after {

        padding-bottom: 50%;
    }

    .contact_join_slide {
        padding: 0 7px;
    }

    .contact_join_button {
        display: none;
    }

    .contact_join_read {
        font-size: 16px;
        line-height: 50px;
    }

    .contact_join_list {
        margin-top: 30px;
    }

    .join_head_item {
        font-size: 14px;
        line-height: 50px;
    }

    .join_head_item:nth-child(1) {
        padding: 0 10px;
        width: 30%;
    }

    .join_head_item:nth-child(2) {
        padding: 0 10px 0 0;
        width: 40%;
    }

    .join_head_item:nth-child(3) {
        width: 20%;
    }

    .join_head_item:nth-child(4) {
        width: 10%;
    }

    .join_tab_item_label:nth-child(1) {
        width: 30%;
        padding: 0 10px;

    }

    .join_tab_item_label:nth-child(2) {
        width: 40%;
        padding: 0 10px 0 0;
    }

    .join_tab_item_label:nth-child(3) {
        width: 20%;

    }

    .join_tab_item_label:nth-child(4) {
        width: 10%;
    }

    .join_tab_item_label {
        font-size: 14px;
        line-height: 50px;
    }

    .join_tab_item_icon {
        width: 80%;
        padding-bottom: 80%;
    }

    .join_tab_item_pd {
        padding: 15px;
    }

    .join_tab_item_big {
        padding: 0;
    }

    .join_tab_item_bjq p {
        font-size: 14px;
        line-height: 26px;
    }

    .join_tab_item_btn {
        position: relative;
        width: auto;
        margin-top: 20px;
    }

    .join_tab_item_btn a {
        font-size: 13px;
        line-height: 44px;
    }

    .join_tab_wrap {
        margin-top: 30px;
    }

    .index_video_close {
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px;
    }

    .index_video_box {
        width: 100%;
    }

    .about_quality_head {
        margin-top: 30px;
    }


    .index_annotate_btn_item {
        display: none;
    }

    .index_annotate_back {
        display: none;
    }

    .annotate_line:after {
        background: #ccc;
    }

    .page_banner_list {
        position: fixed;
        right: 0;
        top: 20%;
        z-index: 97;
        width: 42%;
        height: auto !important;
        display: flex;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        opacity: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }

    .page_banner_btn {
        display: block;
        position: relative;
        width: 44px;
        height: 44px;
        background: #00b4be;
        margin-bottom: 10px;
        overflow: hidden;
        pointer-events: auto;
    }

    .page_banner_label {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 18px;
        color: #fff;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .page_banner_label:nth-child(2) {
        left: 100%;
    }

    .page_banner_show .page_banner_label:nth-child(1) {
        left: -100%;
    }

    .page_banner_show .page_banner_label:nth-child(2) {
        left: 0;
    }

    .page_banner_show .page_banner_item {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .page_banner_center {
        display: block;
    }

    .page_nav_fixed {
        position: static;
        right: 0 !important;
        background: none;
    }

    .page_banner_item:first-child {
        margin-left: 0;
    }

    .page_banner_icon {
        font-size: 20px;
    }

    .page_banner_item {
        width: 100%;
        margin-left: 0;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
        pointer-events: auto;
    }

    .page_banner_text {
        margin-left: 5px;
        font-size: 14px;
    }

    .page_banner_item a {
        line-height: 44px;
    }

    .page_nav_fixed .page_banner_item a {
        line-height: 44px;
    }

    .page_nav_fixed .page_banner_text {
        color: #ffffff;
        font-size: 14px;
    }

    .page_nav_fixed .page_banner_item a {
        background: rgba(0, 0, 0, .4);
    }

    .page_nav_fixed .page_banner_current a {
        background: #00b4be;
    }

    .page_nav_fixed .page_banner_current .page_banner_text {
        color: #ffffff;
    }

    .page_nav_fixed .page_banner_current .page_banner_icon {
        color: #ffffff;
    }

    .page_nav_fixed .page_banner_icon {
        color: #ffffff;
        font-size: 20px;
    }

    @-webkit-keyframes CircleBanner {
        0% {
            stroke-dasharray: 31;
            stroke-dashoffset: 31;
        }
        100% {
            stroke-dasharray: 31;
            stroke-dashoffset: 0;
        }
    }

    @keyframes CircleBanner {
        0% {
            stroke-dasharray: 31;
            stroke-dashoffset: 31;
        }
        100% {
            stroke-dasharray: 31;
            stroke-dashoffset: 0;
        }
    }

    .page_banner_down {
        position: relative;

    }

    .page_banner_current .page_banner_down {
        display: block;
    }

    .page_banner_down_link a {
        width: 100%;
        font-size: 10px;
        line-height: 30px;
    }

    .pro_fixed_item {
        width: 44px;
        height: 44px;
    }

    .pro_fixed_read {
        font-size: 12px;
        line-height: 14px;
    }

    .pro_fixed_icon {
        font-size: 18px;
    }


    .pro_popup_text {
        font-size: 13px;
        line-height: 24px;
    }

    .pro_popup_title a, .pro_popup_title {
        color: #333;
        font-size: 13px;
    }

    .pro_banner_wrap {
        padding-bottom: 139%;
    }

    .pro_banner_wrap .page_banner_box {
        -wenkit-align-items: flex-start;
        align-items: flex-start;
    }

    .pro_banner_wrap .page_banner_read {
        position: absolute;
        left: 0;
        top: 20%;
    }

    .about_partner_list img {
        width: 118%;
        position: relative;
        left: -9%;
    }

    .html_scroll {
        overflow-x: hidden;
    }

    .pro_content_read2 {
        padding-top: 50px;
    }

    .banner_line_box {
        opacity: 0 !important;
    }
    .pro_content_max .pro_detailed_box {
        width: 100%;
    }
    .pro_content_max .pro_detailed_box:after {
        display: none;
    }
}


/*小屏幕*/
@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;
    }

    .float_bottom_wrap {
        width: 4px;
        height: 190px;
    }

    .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_icon {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .index_about_brief_read {
        margin-top: 10px;
    }

    .about_brief_line {
        width: 30px;
    }

    .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_icon {
        font-size: 26px;
    }

    .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_report_item a {
        font-size: 12px;
        line-height: 24px;
    }

    .index_report_box {
        left: 63%;
        width: 33%;
    }

    .index_report_tit {
        font-size: 14px;
        line-height: 26px;
    }

    .annotate_top {
        width: 80px;
        height: 80px;
    }

    .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;
    }

    .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: 12px;
        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;
    }

    .page_banner_icon {
        font-size: 22px;
    }

    .page_banner_text {
        font-size: 14px;
    }

    .page_center {
        padding: 0 8vw;
    }

    .business_page_wrap {
        padding: 80px 0;
    }

    .page_public_max {
        font-size: 26px;
        line-height: 38px;
    }

    .page_public_min p {
        font-size: 14px;
        line-height: 26px;
    }

    .page_public_min {
        margin-top: 15px;
    }

    .business_index_read {
        padding: 0 20px 10px 20px;
    }

    .footer_back {
        height: 50vh;
    }

    .business_item_tit {
        font-size: 16px;
    }

    .business_item_icon {
        width: 8px;
        height: 8px;
    }

    .business_item_head {
        line-height: 50px;
    }

    .business_item_text {
        line-height: 24px;
        font-size: 14px;
        margin: 8px 0;
    }

    .page_banner_item a {
        line-height: 50px;
    }

    .page_nav_fixed .page_banner_item a {
        line-height: 50px;
    }

    .page_banner_list {
        height: 50px;
    }

    .business_head_wrap {
        padding: 50px 0;
    }

    .business_read_icon {
        width: 70px;
        height: 70px;
    }

    .business_read_title {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }

    .business_read_list {
        margin-top: 40px;
    }

    .business_back_title {
        font-size: 26px;
        line-height: 38px;
    }

    .business_back_text {
        font-size: 14px;
        line-height: 36px;
        margin-top: 20px;
    }

    .business_partner_wrap {
        padding: 80px 0;
    }

    .pre_content_list {
        margin-top: 50px;
    }

    .business_read_text {
        font-size: 13px;
        line-height: 22px;
    }

    .pro_content_wrap {
        padding: 100px 0;
    }

    .pro_detailed_title,
    .pro_content_tit {
        font-size: 20px;
        line-height: 32px;

    }

    .pro_detailed_title {
        margin-bottom: 20px;
    }

    .pro_content_text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }

    .pro_detailed_icon {
        font-size: 16px;
        line-height: 34px;
    }

    .pro_detailed_text {
        font-size: 13px;
        line-height: 36px;
        margin-left: 6px;
    }

    .pro_content_list {
        margin-top: 40px;
    }

    .pro_content_title {
        font-size: 14px;
        line-height: 50px;
    }

    .pro_read_wrap {
        padding: 80px 0;
    }

    .pro_read_list {
        margin: 60px 0 0 0;
    }

    .pro_detailed_btn_box {
        margin-left: 10px;
    }

    .pro_detailed_btn_text {
        font-size: 12px;
        line-height: 16px;
    }

    .pro_detailed_btn_icon {
        width: 10px;
        height: 10px;
    }

    .pro_active_foot_wrap {
        margin-top: 50px;
    }

    .pro_active_foot_title {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }

    .pro_active_foot_text {
        font-size: 12px;
        line-height: 22px;
    }

    .page_nav_fixed {
        top: 76px;
    }

    .about_introduction_box {
        padding: 80px 0;
    }

    .about_foot_read_item {
        padding: 18px 0;
    }

    .about_foot_read_max {
        font-size: 40px;
        line-height: 52px;
    }

    .about_foot_read_min {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
    }

    .about_foot_read_text {
        font-size: 12px;
        line-height: 16px;
    }

    .about_development_content {
        margin-top: 100px;
    }

    .about_development_number {
        font-size: 120px;
        line-height: 140px;
    }

    .about_development_tit {
        font-size: 20px;
        line-height: 32px;
    }

    .about_development_text {
        font-size: 16px;
        line-height: 28px;
    }

    .about_development_left {
        top: 44%;
    }

    .about_development_right {
        top: 44%;
    }

    .about_development_button {
        width: 30px;
        height: 30px;
    }

    .about_brand_wrap {
        padding: 80px 0;
    }

    .about_brand_list {
        margin-top: 40px;
    }

    .about_brand_read {
        padding: 20px;
    }

    .about_brand_icon {
        font-size: 32px;
    }

    .about_brand_tit {
        font-size: 16px;
        line-height: 28px;
    }

    .about_brand_text {
        font-size: 13px;
        line-height: 24px;
    }

    .about_idea_list {
        margin-top: 40px;
    }

    .about_idea_tit {
        font-size: 22px;
    }

    .about_idea_read_box {
        padding: 15px 20px;
    }

    .about_idea_read_tit {
        font-size: 14px;
        line-height: 26px;
    }

    .about_idea_read_text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }

    .about_quality_wrap {
        padding: 80px 0;
    }

    .about_quality_text {
        font-size: 12px;
        line-height: 22px;
        margin: 6px 0;
        width: calc(100% - 16px);
    }

    .about_quality_icon {
        font-size: 16px;
        line-height: 34px;
    }

    .about_quality_list_box {
        margin-top: 20px;
    }

    .about_quality_tit {
        font-size: 18px;
        line-height: 30px;
    }

    .about_partner_wrap {
        padding: 80px 0 0 0;
    }

    .page_nav_fixed .page_banner_icon {
        font-size: 18px;
    }

    .page_nav_fixed .page_banner_text {
        font-size: 13px;
    }

    .news_list_wrap {
        padding-bottom: 80px;
    }

    .news_list_wrap .index_news_item {
        margin: 0 3.026315% 30px 0;
    }

    .news_list_wrap .index_news_item:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    .news_list_box {
        margin: 80px 0 0 0;
    }

    .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;
    }

    .contact_map_wrap {
        padding: 80px 0;
    }

    .contact_map_icon {
        font-size: 20px;
    }

    .contact_map_title {
        font-size: 14px;
        line-height: 26px;
        margin-left: 12px;
    }

    .contact_map_text, .contact_map_text a {
        font-size: 13px;
        line-height: 26px;
    }

    .contact_join_list {
        margin-top: 40px;
    }

    .contact_join_wrap {
        padding: 80px 0;
    }

    .contact_join_read {
        font-size: 14px;
        line-height: 50px;
    }

    .contact_join_btn {
        width: 30px;
        height: 30px;
    }

    .join_head_item {
        font-size: 14px;
        line-height: 60px;
    }

    .join_tab_item_label {
        font-size: 14px;
        line-height: 60px;
    }

    .join_tab_item_bjq p {
        font-size: 13px;
    }

    .join_tab_item_big {
        padding-right: 24%;
    }

    .join_tab_item_btn {
        width: 24%;
    }

    .join_tab_item_btn a {
        font-size: 12px;
        line-height: 50px;
    }

    .index_video_close {
        width: 40px;
        height: 40px;
    }

    .AddNewsItem .index_news_after:after {
        border-right: 24px solid #00b4be;
    }

    .news_page_label a {
        font-size: 16px;
        line-height: 28px;
        margin: 0 12px;
    }

    .about_foot_icon {
        width: 40px;
    }

    .header_nav_item .header_nav_link:after {
        top: 12px;
    }

    .header_nav_item .header_nav_link:before {
        top: 12px;
    }

    @-webkit-keyframes CircleBanner {
        0% {
            stroke-dasharray: 31;
            stroke-dashoffset: 31;
        }
        100% {
            stroke-dasharray: 31;
            stroke-dashoffset: 0;
        }
    }

    @keyframes CircleBanner {
        0% {
            stroke-dasharray: 31;
            stroke-dashoffset: 31;
        }
        100% {
            stroke-dasharray: 31;
            stroke-dashoffset: 0;
        }
    }

    .page_banner_down_link a {
        line-height: 36px;
        font-size: 12px;
    }


    .pro_fixed_item {
        width: 54px;
        height: 54px;
    }

    .pro_fixed_read {
        font-size: 14px;
        line-height: 18px;
    }

    .pro_fixed_icon {
        font-size: 22px;
    }

    .pro_claim_box {
        padding: 0 15px;
    }

    .pro_detailed_text {
        font-size: 12px;
        line-height: 22px;
        margin: 6px 0;
        width: calc(100% - 16px);

    }
    .pro_claim_box .pro_detailed_text {
        width: calc(100% - 16px);
    }
    .pro_read_head_center {
        min-width: 90%;
    }
    .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;
    }
}

/*中屏幕*/
@media screen and (min-width: 1400px) and (max-width: 1900px) {
    .header_logo_box {
        width: 170px;
        height: 29px;
    }

    .index_product_list {
        margin-top: 40px;
    }

    .header_nav_item .header_nav_link {
        font-size: 15px;
        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;
    }

    .float_bottom_wrap {
        width: 5px;
        height: 220px;
    }

    .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_icon {
        width: 36px;
        height: 36px;
        margin-left: 15px;
    }

    .index_about_brief_read {
        margin-top: 15px;
    }

    .about_brief_line {
        width: 40px;
    }

    .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: 22%;
        margin: 0 5.666666666%;
    }

    .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_icon {
        font-size: 30px;
    }

    .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_report_item a {
        font-size: 14px;
        line-height: 26px;
    }

    .index_report_box {
        left: 63%;
        width: 33%;
    }

    .index_report_tit {
        font-size: 15px;
        line-height: 28px;
    }

    .annotate_top {
        width: 100px;
        height: 100px;
    }

    .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;
    }

    .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: 13px;
        line-height: 36px;
    }

    .index_swiper_wrap .index_slide_item:last-child {
        height: 50vh !important;
    }

    .footer_wap_item a {
        font-size: 13px;
        line-height: 36px;
    }

    .footer_bq_link, .footer_build_item {
        font-size: 13px;
        line-height: 36px;
    }

    .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;
    }

    .page_banner_icon {
        font-size: 24px;
    }

    .page_banner_text {
        font-size: 16px;
    }

    .page_center {
        padding: 0 10vw;
    }

    .business_page_wrap {
        padding: 100px 0;
    }

    .page_public_max {
        font-size: 30px;
        line-height: 42px;
    }

    .page_public_min p {
        font-size: 16px;
        line-height: 28px;
    }

    .page_public_min {
        margin-top: 15px;
    }

    .business_index_read {
        padding: 0 30px 15px 30px;
    }

    .footer_back {
        height: 50vh;
    }

    .business_item_tit {
        font-size: 18px;
    }

    .business_item_icon {
        width: 10px;
        height: 10px;
    }

    .business_item_head {
        line-height: 54px;
    }

    .business_item_text {
        line-height: 26px;
        font-size: 15px;
        margin: 10px 0;
    }

    .page_banner_item a {
        line-height: 60px;
    }

    .page_banner_list {
        height: 60px;
    }

    .business_head_wrap {
        padding: 100px 0;
    }

    .business_read_icon {
        width: 90px;
        height: 90px;
    }

    .business_read_title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .business_read_list {
        margin-top: 50px;
    }

    .business_back_title {
        font-size: 30px;
        line-height: 42px;
    }

    .business_back_text {
        font-size: 16px;
        line-height: 40px;
        margin-top: 20px;
    }

    .business_partner_wrap {
        padding: 100px 0;
    }

    .pre_content_list {
        margin-top: 50px;
    }

    .business_read_text {
        font-size: 14px;
        line-height: 22px;
    }

    .pro_content_wrap {
        padding: 100px 0;
    }

    .pro_detailed_title,
    .pro_content_tit {
        font-size: 22px;
        line-height: 34px;

    }

    .pro_detailed_title {
        margin-bottom: 20px;
    }

    .pro_content_text {
        font-size: 15px;
        line-height: 30px;
        margin-top: 25px;
    }

    .pro_detailed_icon {
        font-size: 16px;
        line-height: 38px;
    }
    .pro_claim_box .pro_detailed_text {
        width: calc(100% - 16px);
    }
    .pro_detailed_text {
        line-height: 22px;
        margin: 8px 0;
        font-size: 13px;
        width: calc(100% - 16px);
    }

    .pro_content_list {
        margin-top: 50px;
    }

    .pro_content_title {
        font-size: 15px;
        line-height: 54px;
    }

    .pro_read_wrap {
        padding: 100px 0;
    }

    .pro_read_list {
        margin: 60px 0 0 0;
    }

    .pro_detailed_btn_box {
        margin-left: 10px;
    }

    .pro_detailed_btn_text {
        font-size: 14px;
        line-height: 16px;
    }

    .pro_detailed_btn_icon {
        width: 12px;
        height: 12px;
    }

    .pro_active_foot_wrap {
        margin-top: 60px;
    }

    .pro_active_foot_title {
        font-size: 20px;
        line-height: 32px;
        margin-top: 15px;
    }

    .pro_active_foot_text {
        font-size: 13px;
        line-height: 24px;
    }

    .page_nav_fixed {
        top: 78px;
    }

    .about_introduction_box {
        padding: 100px 0;
    }

    .about_foot_read_item {
        padding: 20px 0;
    }

    .about_foot_read_max {
        font-size: 48px;
        line-height: 60px;
    }

    .about_foot_read_min {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }

    .about_foot_read_text {
        font-size: 12px;
        line-height: 16px;
    }

    .about_development_content {
        margin-top: 120px;
    }

    .about_development_number {
        font-size: 140px;
        line-height: 160px;
    }

    .about_development_tit {
        font-size: 22px;
        line-height: 34px;
    }

    .about_development_text {
        font-size: 18px;
        line-height: 30px;
    }

    .about_development_left {
        top: 45%;
    }

    .about_development_right {
        top: 45%;
    }

    .about_development_button {
        width: 36px;
        height: 36px;
    }

    .about_brand_wrap {
        padding: 100px 0;
    }

    .about_brand_list {
        margin-top: 50px;
    }

    .about_brand_read {
        padding: 26px;
    }

    .about_brand_icon {
        font-size: 38px;
    }

    .about_brand_tit {
        font-size: 18px;
        line-height: 30px;
    }

    .about_brand_text {
        font-size: 14px;
        line-height: 26px;
    }

    .about_idea_list {
        margin-top: 50px;
    }

    .about_idea_tit {
        font-size: 28px;
    }

    .about_idea_read_box {
        padding: 20px 40px;
    }

    .about_idea_read_tit {
        font-size: 18px;
        line-height: 30px;
    }

    .about_idea_read_text {
        font-size: 13px;
        line-height: 22px;
    }

    .about_quality_wrap {
        padding: 100px 0;
    }

    .about_quality_text {
        line-height: 22px;
        margin: 8px 0;
        font-size: 13px;
        width: calc(100% - 16px);
    }

    .about_quality_icon {
        font-size: 16px;
        line-height: 38px;
    }

    .about_quality_list_box {
        margin-top: 20px;
    }

    .about_quality_tit {
        font-size: 22px;
        line-height: 34px;
    }

    .about_partner_wrap {
        background: #eeeeee;
        padding: 100px 0 0 0;
    }

    .page_nav_fixed .page_banner_icon {
        font-size: 20px;
    }

    .page_nav_fixed .page_banner_text {
        font-size: 14px;
    }

    .news_list_wrap {
        padding-bottom: 100px;
    }

    .news_list_box {
        margin: 100px 0 0 0;
    }

    .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;
    }

    .contact_map_wrap {
        padding: 100px 0;
    }

    .contact_map_icon {
        font-size: 22px;
    }

    .contact_map_title {
        font-size: 16px;
        line-height: 28px;
        margin-left: 15px;
    }

    .contact_map_text, .contact_map_text a {
        font-size: 15px;
        line-height: 30px;
    }

    .contact_join_list {
        margin-top: 50px;
    }

    .contact_join_wrap {
        padding: 100px 0;
    }

    .contact_join_read {
        font-size: 16px;
        line-height: 54px;
    }

    .contact_join_btn {
        width: 36px;
        height: 36px;
    }

    .join_head_item {
        font-size: 16px;
        line-height: 66px;
    }

    .join_tab_item_label {
        font-size: 16px;
        line-height: 66px;
    }

    .join_tab_item_bjq p {
        font-size: 14px;
    }

    .join_tab_item_big {
        padding-right: 22%;
    }

    .join_tab_item_btn {
        width: 22%;
    }

    .join_tab_item_btn a {
        font-size: 13px;
        line-height: 54px;
    }

    .index_video_close {
        width: 40px;
        height: 40px;
    }

    .AddNewsItem .index_news_after:after {
        border-right: 28px solid #00b4be;
    }

    .news_page_label a {
        font-size: 18px;
        line-height: 30px;
        margin: 0px 15px;
    }

    .page_nav_fixed .page_banner_item a {
        line-height: 60px;
    }

    .about_foot_icon {
        width: 44px;
    }

    @-webkit-keyframes CircleBanner {
        0% {
            stroke-dasharray: 37;
            stroke-dashoffset: 37;
        }
        100% {
            stroke-dasharray: 37;
            stroke-dashoffset: 0;
        }
    }

    @keyframes CircleBanner {
        0% {
            stroke-dasharray: 37;
            stroke-dashoffset: 37;
        }
        100% {
            stroke-dasharray: 37;
            stroke-dashoffset: 0;
        }
    }

    .page_banner_down_link a {
        line-height: 46px;
        font-size: 14px;
    }

    .pro_fixed_item {
        width: 62px;
        height: 62px;
    }

    .pro_fixed_read {
        font-size: 15px;
        line-height: 20px;
    }

    .pro_fixed_icon {
        font-size: 26px;
    }


    .index_vocational_item {
        padding-top: 15px;
    }

    .index_vocational_list {
        margin-top: 20px;
    }

    .vocational_item_text {
        margin-top: 10px;
    }

    .index_vocational_current {
        padding: 0;
    }
}


/*超过1920*/
@media screen and  (min-width: 1921px) {

}

