/*@charset "UTF-8";*/
@media screen and (max-width: 1200px) {
    .html_top_wrap_top {
        bottom: 20px;
    }

    .html_top_wrap {
        display: none;
    }

    .cursorDiv {
        display: none;
    }

    .header_nav_tel {
        display: none;
    }

    .header_content_xgl {
        display: none !important;
    }

    .header_nav_box {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .9);
        -webkit-align-items: center;
        align-items: center;
        pointer-events: none;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_nav_list {
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    .header_nav_item {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_nav_item .header_nav_link {
        font-size: 18px;
        line-height: 28px;
        color: rgba(255,255,255,.8) !important;
    }

    .index_banner_title {
        font-size: 22px;
        line-height: 32px;
    }

    .index_banner_text {
        line-height: 22px;
    }

    .header_box {
        height: 60px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .web_center, .brand_picList .web_center {
        padding: 0 20px;
    }

    .page_content_wrap {
        margin-top: 60px;
        border-bottom-width: 8px;
    }

    .header_logo_box a {
        width: 110px;
    }

    .header_wap_button {
        width: 30px;
        padding: 6px 0;
        display: block;
        position: relative;
    }

    .header_wap_button: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: all .6s ease;
        transition: all .6s ease;
    }

    .header_wap_button: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: all .6s ease;
        transition: all .6s ease;
    }

    .header_wap_span {
        width: 100%;
        height: 2px;
        background: #000;
        margin-bottom: 6px;
        -webkit-transition: all .6s .3s ease;
        transition: all .6s .3s ease;
        position: relative;

    }

    .header_wap_span:nth-child(2) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }


    .header_wap_span:last-child {
        margin-bottom: 0;
    }

    .index_banner_button {
        display: none;
    }

    .index_banner_content {
        bottom: 80px;
    }

    .index_banner_pagination .swiper-pagination-bullet {
        height: 2px;
    }

    .index_banner_xgl_pagingation, .index_gai_banner_xgl_pagingation {
        top: auto;
        bottom: 20px;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }

    .index_banner_wrap_for_case .index_banner_xgl_pagingation, .index_gai_banner_xgl_pagingation {
        bottom: 10px;
    }

    .index_banner_xgl_bullet, .index_gai_banner_xgl_bullet {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    .index_banner_xgl_bullet .svg_circle, .index_gai_banner_xgl_bullet .svg_circle {
        stroke-dasharray: 0 63;
    }

    .index_banner_xgl_bullet_active .svg_circle, .index_gai_banner_xgl_bullet_active .svg_circle {
        stroke-dasharray: 63 63;
    }

    .index_banner_xgl_bullet .dot, .index_gai_banner_xgl_bullet .dot {
        width: 4px;
        height: 4px;
        margin: -2px 0 0 -2px;
    }


    .index_describe_wrap {
        margin: 50px 0 0;
    }

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

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

    .describe_content_line {
        margin-top: 43px;
        padding-bottom: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .index_case_xtop_wrap_for_case_wap {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        padding: 5px;

    }

    .index_case_xtop_wrap_for_case_wap .lnk {
        width: -webkit-calc(33.333% - 10px);
        width: calc(33.333% - 10px);
        margin: 5px;
        font-size: 15px;
        line-height: 32px;
        text-align: center;
        background: #eaeaea;
        color: #000;
        cursor: pointer;
    }

    .index_case_xtop_wrap_for_case_wap2 .lnk {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px;
    }

    .index_case_xtop_wrap_for_case_wap .lnk.current {
        background: #0f19df;
        color: #fff;
    }

    .index_case_xtop_wrap_for_case {
        display: none;
    }

    .index_case_xtop {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-size: 22px;
        line-height: 32px;
        color: #000;
        padding: 25px 0;
    }

    .index_case_xtop .index_case_xtop_right {
        display: none;
    }

    .describe_read_en {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }

    .describe_read_title {
        font-size: 18px;
        line-height: 28px;
        margin: 10px 0;
    }

    .describe_content_title {
        font-size: 28px;
        line-height: 38px;
        margin-top: 30px;
    }

    .describe_content_en {
        padding-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .describe_content_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 30px;
    }

    .index_case_item {
        width: 100%;

    }

    .index_case_button {
        padding: 30px 0;
    }

    .index_case_button a {
        font-size: 18px;
        line-height: 32px;
    }

    .index_case_button a:hover:after {
        background: #000;
    }

    .IndexFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .index_case_read {
        padding: 20px;

    }

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

    .index_case_text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }

    .index_case_item:nth-child(3n+1) a {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .index_case_item:nth-child(3n+2) a {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .index_case_item:nth-child(3n) a {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .index_advertise_back {
        padding-bottom: 100%;
        background-attachment: initial !important;
    }

    .index_advertise_text {
        font-size: 26px;
        line-height: 36px;
        width: 100%;
        text-align: center;
    }

    .index_advertise_icon {
        width: 25px;
        height: 25px;
        margin: 10px auto;
    }

    .index_15years {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ind_15years {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index_15years_inner {
        padding-bottom: 30px;
    }

    .ind_15years_item {
        width: 38%;
        padding-bottom: 28.046%;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin: 5% 0;
    }

    .ind_15years_item:nth-child(2n-1) {
        margin-left: 12%;
    }

    .ind_15years_item:nth-child(2n) {
        margin-right: 12%;
    }

    .ind_15years_item .span-wrap {
        height: 60px;
        margin-top: -30px;
    }

    .ind_15years_item .span-tit-wrap {
        font-size: 26px;
        line-height: 36px;
    }

    .ind_15years_item .span-con-wrap {
        font-size: 12px;
        font-size: 10px;
        line-height: 20px;
    }

    .index_brands {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    .index_brand_item {
        width: 100%;
        margin-bottom: 40px;
    }

    .index_brand_item_mar {
        margin-right: 0;
    }

    .index_brand_item_tit {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .index_brand_item_tit:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 1px;
        background: #d7d7d7;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .index_brand_item_tit .tit {
        font-size: 22px;
        line-height: 30px;
    }

    .index_brand_item_tit .btn_cir {
        -webkit-transform: scale(.675);
        -moz-transform: scale(.675);
        transform: scale(.675);
    }

    .index_brand_item_sub {
        padding-bottom: 40px;
    }

    .index_brand_item_sub .img-wrap {
        margin-bottom: 30px;
    }

    .index_brand_item_sub .info-wrap {
        font-size: 14px;
        line-height: 28px;
    }

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

    .index_gai_news_wrap {
        padding-top: 44px;
        padding-bottom: 50px;
    }

    .index_news_wrap {
        padding: 50px 0 30px 0;
    }

    .index_15years_bot_t {
        font-size: 16px;
        padding-bottom: 4%;
    }


    .index_news_title a {
        font-size: 22px;
        line-height: 32px;
    }

    .index_gai_news_title {
        margin-bottom: 15px;
    }

    .index_gai_news_title a {
        font-size: 22px;
        line-height: 32px;
    }

    .index_news_title a:after, .index_gai_news_title a:after {
        display: none;
    }

    .index_case_button a:after {
        background: #9a9a9a;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .index_news_title {
        margin-bottom: 10px;
    }

    .index_news_item {
        width: 100%;
        margin: 0;
    }

    .index_news_list {
        padding: 20px 0;
    }

    .index_gai_news_body .leftBox {
        float: none;
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .index_gai_news_body .rightBox {
        float: none;
        width: 100%;
    }

    .index_news_gai_item {
        position: relative;
    }

    .index_news_gai_item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .index_news_gai_item + .index_news_gai_item:after {
        background: #dedede;
    }

    .index_news_gai_item + .index_news_gai_item {
        padding-top: 14px;
        border-top: none;
        margin-top: 14px;
    }

    .index_news_gai_item_gai_title {
        font-size: 15px;
        line-height: 26px;
    }

    .index_news_gai_item_gai_info {
        font-size: 15px;
        line-height: 26px;
    }

    .index_news_gai_item_lnk {
        width: -webkit-calc(25% - 12px);
        width: calc(25% - 12px);
        font-size: 12px;
        line-height: 22px;
    }

    .index_news_gai_item_list b {
        width: 1px;
        margin-left: 7px;
        margin-right: 8px;
        height: 14px;
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }

    .index_news_gai_item_gai {
        padding-bottom: 6px;
    }


    .IndexNewsFade {
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }

    .pc_xgl_wx_box {
        display: none !important;
    }

    .footer_ewm_wrap {
        width: 100%;
    }

    .footer_ewm_box {
        padding-right: 0;
    }

    .footer_ewm_img {
        margin: 0 auto;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .footer_ewm_title {
        text-align: center;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .footer_ewm_title,
    .footer_content_title,
    .footer_content_address {
        font-size: 12px;
        line-height: 22px;
    }

    .footer_box {
        padding: 50px 0 30px 0;
    }

    .footer_ewm_service {
        display: none;
    }

    .footer_content_read {
        display: none;
    }

    .footer_tel_box {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer_content_wrap {
        width: 100%;
    }

    .footer_content_tel {
        padding-right: 0;
        width: 100%;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .footer_content_tel a {
        margin: 0 auto;
        font-size: 15px;
        line-height: 25px;
    }

    .footer_share_box {
        display: none;
    }

    .footer_link_box {
        display: none;
    }

    .footer_link_copyright {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .footer_link_copyright a {
        display: block;
        text-align: center;
    }

    .footer_link_js {
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .footer_link_js a {
        text-align: center;
    }

    .footer_content_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .AddFooterFade .footer_ewm_img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .AddFooterFade .footer_ewm_title {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .AddFooterFade .footer_content_tel:nth-child(1) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .AddFooterFade .footer_content_tel:nth-child(2) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .AddFooterFade .footer_content_tel:nth-child(3) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .AddFooterFade .footer_content_line {
        -webkit-transform: translateY(0) scaleY(.5);
        transform: translateY(0) scaleY(.5);
        opacity: 1;
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .AddFooterFade .footer_link_copyright {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .AddFooterFade .footer_link_js {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .header_nav_current .header_nav_box {
        top: 0;
        pointer-events: auto;
    }

    .header_nav_current .header_wap_button .header_wap_span {
        width: 0;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_nav_current .header_wap_button:after {
        width: 100%;
        -webkit-transition: all .6s .3s ease;
        transition: all .6s .3s ease;
    }

    .header_nav_current .header_wap_button:before {
        width: 100%;
        -webkit-transition: all .6s .3s ease;
        transition: all .6s .3s ease;
    }

    .header_nav_current .header_nav_item {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_nav_current .header_nav_item:nth-child(1) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .header_nav_current .header_nav_item:nth-child(2) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .header_nav_current .header_nav_item:nth-child(3) {
        -webkit-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .header_nav_current .header_nav_item:nth-child(4) {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .header_nav_current .header_nav_item:nth-child(5) {
        -webkit-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .header_nav_current .header_nav_item:nth-child(6) {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .header_nav_current .header_nav_item:nth-child(7) {
        -webkit-transition-delay: 650ms;
        transition-delay: 650ms;
    }

    .header_nav_current .header_nav_item:nth-child(8) {
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .case_details_banner {
        height: 35vh;
    }

    .case_details_read {
        margin: 50px 0;
    }

    .details_title_box {
        width: 100%;
    }

    .details_text_box {
        width: 100%;
        padding-top: 30px;
    }

    .details_title_max {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .details_title_min,
    .details_bjq {
        font-size: 14px;
        line-height: 28px;
    }

    .case_details_img {
        padding-bottom: 30px;
    }

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

    .details_ewm_item {
        margin: 0 10px;
        width: 40%;
    }

    .details_ewm_img {
        width: 80%;
        height: auto;
    }

    .details_ewm_text {
        margin-top: 5px;
        font-size: 12px;
    }

    .case_details_btn {
        padding: 30px 0;
    }

    .case_details_item {
        width: 15%;
    }

    .case_details_item a {
        width: 100%;
    }

    .case_details_item:hover a {
        width: 100%;
    }

    .case_details_list {
        margin: 0 15px;
    }

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


    .case_details_link .case_details_after {
        width: 80%;
    }

    .case_details_link .case_details_before {
        width: 80%;
    }

    .case_details_item a .details_after {
        top: 13px;
        width: 19px;
    }

    .case_details_item a .details_before {
        bottom: 13px;
        width: 19px;
    }

    .related_case_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .related_button_item {
        width: 40px;
        height: 40px;
    }

    .related_list_box:hover .related_button_prev {
        left: 20px;
        opacity: 1;
        pointer-events: auto;
    }

    .related_list_box:hover .related_button_next {
        right: 20px;
        opacity: 1;
        pointer-events: auto;
    }

    .related_list_box .related_button_prev {
        left: 20px;
        opacity: 1;
        pointer-events: auto;
    }

    .related_list_box .related_button_next {
        right: 20px;
        opacity: 1;
        pointer-events: auto;
    }

    .related_button_icon:after {
        width: 31%;
        top: 24.5%;
    }

    .related_button_icon:before {
        width: 31%;
        bottom: 24.5%;
    }

    .index_banner_pagination {
        bottom: 30px;
    }

    .index_banner_wrap {
        height: calc(100vh - 60px);
        position: relative;

    }

    .index_banner_wrap_for_case {
        padding-bottom: 0;
        height: auto;
    }

    .about_banner_wrap .index_banner_wrap {
        padding-bottom: 60%;
        height: 0;
    }

    .about_banner_wrap .index_banner_swiper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .about_banner_wrap .index_banner_pagination {
        bottom: 20px;
    }

    .about_content_read,
    .about_advertise_read,
    .core_head_box,
    .core_item_box,
    .core_ewm_box,
    .news_bjq_content,
    .related_news_box,
    .news_bjq_btn {
        width: 100%;
    }

    .related_news_box {
        padding-bottom: 30px;
    }

    .about_content_tit {
        width: 100%;
    }

    .about_text_box {
        font-size: 18px;
        line-height: 36px;
    }

    .about_core_tips,
    .about_core_text,
    .about_advertise_title,
    .about_advertise_text,
    .core_head_text,
    .core_item_text {
        font-size: 14px;
        line-height: 28px;
    }

    .about_content_title {
        position: relative;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .about_content_title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #cacaca;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .about_content_wrap1 {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .about_content_wrap2 {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .about_content_wrap_line {
        display: none;
    }

    .about_adv .lay_info {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
        margin-top: -30px;
    }

    .about_team_box {
        padding-top: 20px;
    }

    .about_team_box_title {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 4px;
    }

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

    .about_team_box_content {
        padding-top: 40px;
        font-size: 14px;
        line-height: 28px;
    }

    .about_team_box_content .box_chd1, .about_team_box_content .box_chd_line, .about_team_box_content .box_chd_fra {
        margin-bottom: 6px;
    }

    .about_team_box_content .myteam_box {
        padding: 3px 10px;
        border-radius: 3px;
    }

    .about_team_box_content .box_chd_line_img {
        width: 1.45%;
        height: auto;
    }

    .about_team_box_content .box_chd_fra {
        width: 73.95%;
        height: auto;
    }

    .about_team_box_content .box_chd_fra_img {
        width: 100%;
        height: auto;
    }

    .about_team_box_content .box_chd_fra .myteam_box1 {
        margin-left: 2px;
    }

    .about_team_box_content .box_chd_fra .myteam_box3 {
        margin-left: -2px;
    }

    .about_team_box_content .box_chd_list {
        width: 100%;
    }

    .about_content_wrap_line {
        display: none;
    }

    .about_content_box {
        padding: 0;
    }


    .about_core_box {
        padding: 30px 0 0 0;
    }

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

    .about_content_wrap3 {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .about_adverxgl_content {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about_adverxgl_content_line {
        display: none;
    }

    .about_people_item {
        width: 32%;
        margin: 0 2% 2% 0 !important;
    }

    .about_people_item:nth-child(3n) {
        margin: 0 0 2% 0 !important;
    }

    .about_people_box {
        margin: 30px 0;
    }

    .about_adverxgl_box {
        padding-bottom: 20px;
    }

    .about_adverxgl_box .about_content_title {
        padding-bottom: 25px;
    }

    .about_adverxgl_box .about_adverxgl_xglinfo {
        font-size: 14px;
        line-height: 28px;
        min-height: 0;
    }

    .about_adverxgl_item .about_content_tit2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

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

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

    .about_adverxgl_img_wrap_inner {
        margin-right: 0;
    }


    .about_core_line,
    .about_partner_line,
    .about_advertise_line,
    .core_head_line,
    .core_item_line {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .about_core_line {
        margin: 20px 0;
    }

    .about_core_img {
        margin-bottom: 20px;
    }

    .about_core_tips {
        font-weight: bold;
        color: #666;
    }

    .about_content_box {
        padding: 30px 0 10px 0;
    }

    .about_advertise_img {
        padding-bottom: 50%;
    }

    .about_advertise_box {
        padding: 30px 0;
    }

    .about_advertise_line {
        margin: 10px 0;
    }

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

    .about_partner_line {
        margin: 20px 0;
    }

    .about_partner_wrap {
        padding-top: 35px;
    }

    .about_partner_list {
        padding-top: 10px;
        padding-bottom: 10px;

    }


    .about_partner_item {
        width: 32% !important;
        margin-right: 2% !important;
        margin-bottom: 2%;
    }

    .about_partner_item:nth-child(3n+1) {
        -webkit-transition-delay: 150ms !important;
        transition-delay: 150ms !important;
    }

    .about_partner_item:nth-child(3n+2) {
        -webkit-transition-delay: 200ms !important;
        transition-delay: 200ms !important;
    }

    .about_partner_item:nth-child(3n) {
        margin-right: 0 !important;
        -webkit-transition-delay: 250ms !important;
        transition-delay: 250ms !important;
    }

    .about_page_wrap {
        padding-bottom: 50px;
    }

    .corePage_wrap {
        padding: 30px 0 36px;
    }

    .corePage_banner_inner .tit {
        font-size: 28px;
        line-height: 36px;
    }

    .corePage_banner_inner .con {
        margin-top: 60px;
    }

    .corePage_banner_inner .ico {
        width: 28px;
        height: 28px;
    }

    .corePage_banner_inner .txt {
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .corePage_banner_inner .lay_arr {
        width: 10px;
        height: 16px;
        margin: 0 18px;
    }

    .corePage_banner_inner .lay_arr:before {
        right: 2px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .corePage_info_wrap .lnk {
        padding: 18px 20px;
    }

    .corePage_info_wrap .info_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }


    .corePage_info_wrap .info_content {
        font-size: 12px;
        line-height: 24px;
        min-height: 192px;
    }

    .corePage_table .corePage_col {
        width: 50%;
        border-top: none;
        border-left: none;
    }

    .corePage_table .corePage_col:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #d2d2d2;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }

    .corePage_table .corePage_col:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #d2d2d2;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .corePage_table .corePage_col1_1, .corePage_table .corePage_col3_1, .corePage_table .corePage_col_n3_2 {
        width: 100%;
    }

    .corePage_table .corePage_col_n2_1 {
        margin-left: 0;
        width: 100%;
    }

    .corePage_table .corePage_col1_1:before, .corePage_table .corePage_col3_1:before {
        display: none;
    }

    .corePage_table .corePage_col_n3_2:before {
        background: #000;
    }

    .corePage_table .corePage_col_n3_1:after, .corePage_table .corePage_col_n3_2:after {
        display: none;
    }

    .corePage_table .corePage_row4 .corePage_col:nth-child(1):after, .corePage_table .corePage_row4 .corePage_col:nth-child(2):after {
        display: none;
    }

    .corePage_info_wrap_n3_2 {
        height: auto;
        padding-bottom: 0;
    }
    .corePage_table .corePage_col_n3_2:hover:before{
        background:#ffe303;
    }

    .corePage_info_wrap_n3_2 .corePage_info_wrap {
        position: relative;
        height: auto;
    }

    .corePage_col .corePage_caseBox {
        bottom: 0;
        left: 0;
        padding: 0 2.5vw;
    }

    .corePage_caseItem .lnk {
        position: relative;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        padding-right: 32px;
    }

    .corePage_caseItem + .corePage_caseItem .lnk {
        border-top: none;
    }

    .corePage_caseItem .lnk:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .corePage_caseItem + .corePage_caseItem .lnk:before {
        background: #cdcdcd;
    }


    .corePage_caseItem .tit {
        padding-left: 10px;
    }

    .corePage_caseItem .btn_cir {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
    }


    .corePage_more_lnk {
        width: 90px;
        height: 90px;
        margin-top: -45px;
        margin-left: -45px;
    }

    .corePage_more_lnk .btn_cir i {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-right: -5px;
    }

    .corePage_more_lnk .btn_cir .line {
        width: 32px;
        height: 2px;
        margin-top: -1px;
        margin-right: -8px;
    }

    .corePage_more_lnk:hover .btn_cir i {
        margin-right: -11px;
    }

    .corePage_more_lnk:hover .btn_cir .line {
        margin-right: -14px;
    }

    .core_banner_title {
        font-size: 26px;
        line-height: 36px;
    }

    .core_banner_text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 5px;
    }

    .core_banner_wrap {
        height: 0;
        padding-bottom: 60%;
    }

    .core_banner_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .core_content_box {
        padding: 50px 0 0 0;
    }

    .core_head_line {
        margin: 20px 0;
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .core_title_box {
        width: 100%;
        padding: 0;
    }

    .core_item_tips {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .core_item_img {
        margin-bottom: 30px;
    }

    .core_item_box {
        padding: 20px 0;
    }

    .core_ewm_center {
        display: none;
    }

    .core_ewm_list {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .core_ewm_item {
        width: 40%;
        margin: 0 10px;
    }

    .core_ewm_img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .core_ewm_wrap {
        padding: 0;
    }

    .core_ewm_title {
        font-size: 12px;
        line-height: 24px;
        margin-top: 5px;
        text-align: center;
    }

    .core_content_wrap {
        padding-bottom: 50px;
    }

    .news_page_item {
        width: 100%;
        margin: 0;
    }

    .news_page_center {
        width: 100%;
        padding: 30px 0;
    }

    .news_page_photo {
        width: 100%;
    }

    .news_page_content {
        width: 100%;
        padding: 0;
        position: relative;
        margin-top: -30px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        overflow: hidden;
    }

    .news_page_title,
    .news_page_text,
    .news_page_button {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .AddNewsItemFade .news_page_time {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .AddNewsItemFade .news_page_title {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .AddNewsItemFade .news_page_text {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .AddNewsItemFade .news_page_button {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .AddNewsItemFade .news_page_line {
        width: 100%;
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .news_page_title a {
        font-size: 18px;
        line-height: 28px;
    }

    .news_page_text {
        height: 48px;
        -webkit-line-clamp: 2;
        margin: 10px 0;
        font-size: 13px;
        line-height: 24px;
    }

    .news_page_line {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .news_page_time {
        width: auto;
        background: rgba(0, 0, 0, .5);
        padding: 5px 10px;
        font-size: 12px;
        line-height: 20px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #fff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .news_page_read {
        padding: 10px 0 0 0;
    }

    .news_button_box {
        font-size: 13px;
    }

    .public_page_list {
        padding: 50px 0;
    }

    .public_page_list a {
        font-size: 18px;
        line-height: 30px;
        margin: 0 6px;
    }

    .news_bjq_head {
        padding: 50px 0 30px 0;
    }

    .news_bjq_title {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }

    .news_bjq_time {
        text-align: left;
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
        color: #dedede;
    }

    .news_bjq_line,
    .related_news_line {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .news_bjq_read {
        padding: 30px 0;
    }

    .news_bjq_end {
        padding: 0;
    }

    .news_bjq_btn .case_details_item {
        width: 15%;
    }

    .news_bjq_btn .case_details_btn {
        padding: 30px 0;
    }

    .news_bjq_btn .case_details_list {
        margin: 0 15px;
    }

    .news_bjq_box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .related_news_wrap {
        width: 100%;
        padding: 30px 20px;
    }

    .related_news_title {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 20px 0;
    }

    .related_news_box:after {
        display: none;
    }

    .related_news_list {
        padding: 20px 0 0 0;
    }

    .related_item_time {
        font-size: 12px;
        width: 30%;
    }

    .related_item_title {
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contact_wap_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_wap_item:last-child {
        margin-bottom: 0;
    }

    .contact_wap_content {
        padding-bottom: 60%;
    }

    .BMap_bubble_pop {
        width: 60vw !important;
    }

    .BMap_bubble_title {
        font-size: 13px !important;
        line-height: 24px !important;
    }

    .BMap_bubble_center, .BMap_bubble_content {
        line-height: 20px !important;
        font-size: 12px !important;
    }

    .contact_item_box {
        width: 100%;
        padding-top: 50px;
    }

    .contact_ewm_list {
        position: relative;
        -webkit-justify-content: center;
        justify-content: center;
        padding-bottom: 50px;
        border-bottom: none;
    }

    .contact_ewm_list:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #cacaca;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .contact_tel_list {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_ewm_item {
        width: 40%;
        margin: 0 10px !important;
    }

    .contact_ewm_img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .contact_ewm_text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
        text-align: center;
    }

    .contact_content_wrap {
        padding: 0;
    }


    .contact_tel_item a {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 2px;
    }

    .contact_tel_item a:after {
        height: 2px;
    }

    .contact_ewm_read {
        margin-top: 50px;
    }

    .contact_ewm_max,
    .contact_ewm_min {
        font-size: 22px;
        line-height: 36px;
    }

    .contact_page_wrap {
        padding: 30px 0 0;
    }

    .contact_wap_text {
        margin: 10px 0;
    }

    .FadeInUp {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .about_core_tips,
    .about_core_text {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .about_core_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .AddCoreReadFade .about_core_line {
        -webkit-transform: translateY(0) scaleY(.5);
        transform: translateY(0) scaleY(.5);
    }

    .aboutFade {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .about_advertise_title,
    .about_advertise_text {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);

    }

    .about_advertise_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .AddAdvertiseFade .about_advertise_line {
        -webkit-transform: translateY(0) scaleY(.5);
        transform: translateY(0) scaleY(.5);
    }

    .PartnerFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .about_partner_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .AddPartnerFade .about_partner_line {
        -webkit-transform: translateY(0) scaleY(.5);
        transform: translateY(0) scaleY(.5);
    }

    .NewsFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .news_bjq_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .AddNewsHeadFade .news_bjq_line {
        -webkit-transform: translateY(0) scaleY(.5);
        transform: translateY(0) scaleY(.5);
    }

    .core_ewm_content:after {
        height: 0;
        width: 100%;
    }

    .core_ewm_item:nth-child(2) {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }

    .AddNewsEwmFade .core_ewm_content:after {
        height: 100%;
    }

    .AddNewsEwmFade .core_ewm_item:nth-child(1) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .AddNewsEwmFade .core_ewm_item:nth-child(2) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .RelatedFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .related_news_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .AddNewsRelatedBox .related_news_line {
        -webkit-transform: translateY(0) scaleY(.5);
        transform: translateY(0) scaleY(.5);
    }

    .CoreHeadFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .AddCoreHeadFade .core_head_line {
        -webkit-transform: translateX(0) scaleY(.5);
        transform: translateX(0) scaleY(.5);
    }

    .CoreItemFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .core_item_line {
        -webkit-transform: translateY(30px) scaleY(.5);
        transform: translateY(30px) scaleY(.5);
    }

    .CoreItemFade .core_item_line {
        -webkit-transform: translateX(0) scaleY(.5);
        transform: translateX(0) scaleY(.5);
    }

    .AddCoreItemFade .core_item_line {
        -webkit-transform: translateX(0) scaleY(.5);
        transform: translateX(0) scaleY(.5);
    }

    .TelFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .ContactEwmFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .ContactReadFade {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);


    }

    .wap_xgl_wx_box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .wap_xgl_wx_box .wap_xgl_wx_box_inner {
        position: absolute;
        width: 316px;
        height: 250px;
        top: 50%;
        left: 50%;
        margin-left: -158px;
        margin-top: -125px;
        background: #fff;
        border-radius: 8px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        padding: 20px;
    }

    .wap_xgl_wx_box .wap_xgl_wx_item {
        width: 148px;
    }

    .wap_xgl_wx_box .wap_xgl_wx_line {
        width: 1px;
        height: 200px;
        margin-left: 10px;
        margin-right: 9px;
        background: #e5e5e5;
    }

    .wap_xgl_wx_box .wap_xgl_wx_item .img_wrap {
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto;
    }

    .wap_xgl_wx_box .wap_xgl_wx_item .img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wap_xgl_wx_box .info_wrap {
        padding: 12px 10px;
    }

    .wap_xgl_wx_box .msg {
        position: relative;
        min-height: 20px;
        padding-left: 18px;
    }

    .wap_xgl_wx_box .msg .lay_icon {
        position: absolute;
        left: 0;
        top: 1px;
        width: 14px;
        height: 14px;
    }

    .wap_xgl_wx_box .msg .p-tit, .wap_xgl_wx_box .msg .p-inf {
        font-size: 12px;
        line-height: 20px;
    }

    .wap_xgl_wx_box.msg .p-tit {
        color: #000;
        font-weight: bold;
    }

    .wap_xgl_wx_box .msg .p-inf {
        color: #969696;
    }

    .wap_xgl_wx_close_btn {
        width: 28px;
        height: 28px;
        position: absolute;
        right: 0;
        top: -44px;
        cursor: pointer;
    }

    .wap_xgl_wx_close_btn::before, .wap_xgl_wx_close_btn::after {
        content: '';
        position: absolute;
        width: 141.4%;
        left: 50%;
        margin-left: -70.7%;
        top: 50%;
        height: 2px;
        margin-top: -1px;
        background: #fff;
    }

    .wap_xgl_wx_close_btn::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .wap_xgl_wx_close_btn::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    /*品牌（手机）*/
    .brand_page_banner .banner_info_inner {
        position: relative;
        border-top: none;
        border-bottom: none;
    }

    .brand_page_banner .banner_info_inner:before, .brand_page_banner .banner_info_inner:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, .5);
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .brand_page_banner .banner_info_inner:before {
        top: 0;
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    .brand_page_banner .banner_info_inner:after {
        bottom: 0;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    .brand_page_banner .banner_info1 .banner_info_inner {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
    }

    .brand_page_banner .banner_info2 {
        top: 22%;
    }

    .brand_page_banner .banner_info2 .banner_info_inner {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
    }

    .brand_page_banner .banner_subinfo {
        bottom: 7%;
    }

    .brand_page_banner .banner_subinfo_inner {
        font-size: 12px;
        line-height: 26px;
    }

    .brand_xgl {
        padding-top: 10px;

    }

    .brand_xgl .about_content_read {
        width: 100%;
    }

    .brand_marketing {

        padding-bottom: 25px;
    }

    .brand_marketing .about_content_box {
        padding-top: 20px;
    }

    .brand_marketing_img_wrap {
        padding-top: 16px;
        padding-bottom: 30px;
        width: 60%;
    }

    .brand_marketing_lay_inf {
        width: 20%;
    }

    .brand_marketing_item1, .brand_marketing_item2 {
        margin-bottom: 220%;
    }

    .brand_marketing_item3, .brand_marketing_item4 {
        margin-bottom: 0;
    }

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

    .brand_marketing_box_for_wap .brand_marketing_item_title .line1 {
        height: 1px;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .brand_marketing_item_content {
        display: none;
    }

    .brand_marketing_item_content .span1 {
        margin-right: 9px;
    }


    .brand_marketing_box_for_wap {
        display: block;
        padding-top: 20px;
    }

    .brand_marketing_box_for_wap .brand_marketing_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .brand_marketing_box_for_wap .brand_marketing_item_title {
        font-size: 18px;
        line-height: 52px;
    }

    .brand_marketing_box_for_wap .brand_marketing_item_content {
        display: block;
        font-size: 14px;
        line-height: 32px;
        padding-top: 12px;
        min-height: 0px;
        width: 100%;
    }


    .brand_role_box_inner {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .brand_role_box {
        font-size: 14px;
        line-height: 20px;

    }

    .brand_role_box table tr td {
        padding: 10px 4px;
    }


    .brand_journey_content_read {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brand_journey_box {
        height: 31.23vw;
    }

    .brand_journey_box .brand_journey_background {
        width: 85.4vw;
        margin-left: -42.7vw;
        height: 10.41vw;
    }

    .brand_journey_background .cir {
        width: 64.57vw;
        height: 7.81vw;
        margin-left: -32.285vw;
        margin-top: -3.905vw;

    }


    .brand_journey_item .number_cir {
        position: relative;
        border: none;
        width: 3.332vw;
        height: 3.332vw;
        line-height: 3.23vw;
        font-size: 1vw;

    }

    .brand_journey_item .number_cir:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        border: 1px solid #fff;
        border-radius: 100%;
        width: 200%;
        height: 200%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .brand_journey_item .txt {
        font-size: 1.354vw;
        line-height: 1.666vw;
        padding: 0.833vw 0;
    }

    .brand_journey_item .line {
        height: 0;
    }


    .brand_journey_item1 {
        bottom: 5.2vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item1 .line {
        height: 14.56vw;
    }

    .brand_journey_item2 {
        bottom: 8.32vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item2 .line {
        height: 15.08vw;
    }

    .brand_journey_item3 {
        bottom: 2.08vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item3 .line {
        height: 12.48vw;
    }

    .brand_journey_item4 {
        bottom: 8.84vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item4 .line {
        height: 17.16vw;
    }

    .brand_journey_item5 {
        bottom: 1.56vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item5 .line {
        height: 11.96vw;
    }

    .brand_journey_item6 {
        bottom: 5.2vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item6 .line {
        height: 14.56vw;
    }

    .brand_journey_item7 {
        bottom: 7.8vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item7 .line {
        height: 17.68vw;
    }

    .brand_journey_item8 {
        bottom: 1.56vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item8 .line {
        height: 12.48vw;
    }

    .brand_journey_item9 {
        bottom: 10.4vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item9 .line {
        height: 16.64vw;
    }

    .brand_journey_item10 {
        bottom: 6.5vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item10 .line {
        height: 16.9vw;
    }


    .brand_world_front {
        padding-top: 0px;

    }

    .brand_world .about_content_box {
        padding: 10px 0;
    }

    .brand_world .about_content_wrap_line {
        display: none;
    }

    .brand_world .about_content_title {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 5px;
        text-align: left;
        display: inline-block;
        border-bottom: none;
    }

    .brand_world .about_content_title:after {
        display: none;
    }

    .brand_world .about_content_title br {
        display: none;
    }

    .brand_world_front .brand_world_bot_info {
        bottom: 20px;
    }

    .brand_world_bot_info .info {
        margin-right: 8px;
        padding-left: 14px;
        font-size: 12px;
        line-height: 20px;
    }

    .brand_world_bot_info .dot {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }

    .brand_picList {
        padding: 50px 0;
    }


    .brand_picList .about_content_title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .brand_picList .about_content_title:after {
        display: none;
    }

    .brand_picList .brand_picList_fra {
        display: none;
        padding-bottom: 12px;
    }

    .brand_picList_list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .brand_picList_item {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .brand_picList_item .box_top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brand_picList_item .box_ico {
        padding-bottom: 15px;
    }

    .brand_picList_item .ico {
        width: 60px;
        height: 60px;
    }

    .brand_picList_item .box_tit {
        font-size: 15px;
        line-height: 30px;
    }

    .brand_picList_item .box_bot {
        padding: 20px 18px 18px;
    }

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

    .brand_picList_item .box_content .span1 {
        margin-right: 5px;
    }

    .brand_picList_list .cir_wrap {
        width: 100%;
        height: 60px;
    }

    .brand_picList_list .cir {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
    }

    .brand_picList_list .cir .arr {
        width: 8px;
        height: 8px;
        margin-top: -6px;
        margin-right: -4px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .brand_jing_circle_inner {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
    }

    .brand_jing_dot {
        width: 6px;
        height: 6px;
        margin-top: -3px;
        margin-left: -3px;
    }
    .header_nav_item_active .header_nav_link {
        color: #fff!important;
    }

}

/*小屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .page_content_wrap {
        margin-top: 42px;
    }

    .header_box {
        line-height: 42px;
        height: 42px;
    }

    .header_nav_item {
        padding: 0 20px;
    }

    .header_nav_item .header_nav_link {
        font-size: 14px;
    }

    .header_nav_tel {
        padding-left: 30px;
    }

    .header_tel_box {
        font-size: 14px;
    }

    .header_content_xgl {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .header_content_xgl_title {
        font-size: 64px;
        line-height: 76px;
    }

    .header_content_xgl_item {
        font-size: 22px;
        line-height: 58px;
        height: 58px;
    }

    .header_content_xgl_item .tit {
        padding: 0 16px;
    }

    .header_content_xgl_item .btn_cir {
        right: 16px;
        -wekbit-transform: scale(.72);
        transform: scale(.72);
    }

    .header_nav_item .header_nav_link {
        font-size: 13px;
    }

    .header_tel_box {
        font-size: 13px;
    }

    .web_center {
        padding: 0 40px;
    }

    .index_describe_wrap {
        margin: 80px 0 68px;
    }

    .footer_content_box {
        padding-bottom: 10px;
    }

    .describe_read_en {
        font-size: 18px;
        line-height: 24px;
    }

    .footer_share_box {
        margin-bottom: 15px;
    }

    .describe_read_title {
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0;
    }

    .footer_link_box {
        padding: 21px 0;
    }

    .index_describe_read {
        padding: 0 40px;
    }

    .index_describe_content {
        width: 66.6667%;
        padding: 0 40px 0 0;
    }

    .describe_content_title {
        font-size: 41px;
        line-height: 58px;
    }

    .describe_content_en {
        font-size: 30px;
        line-height: 44px;
        padding-top: 22px;
    }

    .describe_content_line {
        margin-top: 94px;
        padding-bottom: 26px;
    }

    .footer_share_icon a {
        font-size: 22px;
    }

    .footer_share_icon a.icon-zhanku1 {
        font-size: 21px;

    }

    .footer_box {
        padding: 40px 0;
    }

    .describe_content_text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 50px;
    }

    .index_case_xtop {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 24px;
    }

    .index_case_xtop .index_case_xtop_right a {
        margin-left: 48px;
    }

    .index_banner_pagination {
        bottom: 30px;
    }

    .index_banner_wrap {
        height: calc(100vh - 42px);
    }

    .index_banner_wrap_for_case {
        height: auto;
    }

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

    .cursor_banner_btn {
        font-size: 38px !important;
    }

    .index_banner_pagination .swiper-pagination-bullet {
        height: 2px;
    }

    .index_case_title {
        font-size: 17px;
        line-height: 28px;
    }

    .index_case_read {
        padding: 20px 25px;
    }

    .index_case_button {
        padding: 30px 0 50px 0;
    }

    .index_case_button a {
        font-size: 15px;
        line-height: 28px;
    }

    .index_advertise_text {
        font-size: 44px;
        line-height: 56px;
    }

    .footer_ewm_box {
        padding-right: 40px;
    }

    .index_advertise_icon {
        width: 48px;
        height: 48px;
    }

    .index_15years {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .index_15years_inner {
        padding-bottom: 30px;
    }

    .ind_15years_item .span-wrap {
        height: 116px;
        margin-top: -58px;
    }

    .ind_15years_item .span-tit-wrap {
        font-size: 74px;
        line-height: 86px;
    }

    .ind_15years_item .span-con-wrap {
        font-size: 12px;
        line-height: 24px;
    }

    .index_15years_bot_t {
        font-size: 24px;
    }

    .index_brands {
        padding-top: 98px;
        padding-bottom: 85px;
    }

    .index_brand_item {
        width: -webkit-calc(25% - 27px);
        width: calc(25% - 27px);
    }

    .index_brand_item_mar {
        margin-right: 36px;
    }

    .index_brand_item_tit {
        padding-bottom: 16px;
        margin-bottom: 22px;
    }

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

    .index_brand_item_tit .btn_cir {
        -webkit-transform: scale(.675);
        -moz-transform: scale(.675);
        transform: scale(.675);
    }

    .index_brand_item_sub {
        padding-bottom: 35px;
    }

    .index_brand_item_sub .img-wrap {
        margin-bottom: 21px;
    }

    .index_brand_item_sub .info-wrap {
        font-size: 13px;
        line-height: 26px;
    }

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

    .index_gai_news_wrap {
        padding-top: 56px;
        padding-bottom: 52px;
    }

    .index_news_wrap {
        padding-top: 40px;
    }

    .footer_ewm_wrap {
        width: 23%;
    }

    .footer_content_wrap {
        width: 77%;
    }

    .index_news_list {
        padding: 30px 0 50px 0;
    }

    .index_news_title {
        margin-bottom: 20px;
    }

    .index_gai_news_title {
        margin-bottom: 13px;
    }

    .index_news_title a {
        font-size: 26px;
        line-height: 40px;
    }

    .index_gai_news_title a {
        font-size: 31px;
        line-height: 42px;
    }

    .index_news_title a:after, .index_gai_news_title a:after {
        height: 1px;
    }

    .index_gai_news_body .leftBox {
        padding-top: 4px;
        width: 45%;
    }

    .index_gai_news_body .rightBox {
        width: 45%;
    }

    .index_news_gai_item + .index_news_gai_item {
        padding-top: 14px;
        border-top: 1px solid #dedede;
        margin-top: 14px;
    }

    .index_news_gai_item_gai_title {
        font-size: 15px;
        line-height: 26px;
    }

    .index_news_gai_item_gai_info {
        font-size: 15px;
        line-height: 26px;
    }

    .index_news_gai_item_lnk {
        width: -webkit-calc(25% - 12px);
        width: calc(25% - 12px);
        font-size: 12px;
        line-height: 22px;
    }

    .index_news_gai_item_list b {
        width: 1px;
        margin-left: 7px;
        margin-right: 8px;
        height: 14px;
    }

    .index_news_gai_item_gai {
        padding-bottom: 6px;
    }

    .index_news_item a {
        line-height: 28px;
        font-size: 12px;
    }

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

    .footer_ewm_title, .footer_content_title, .footer_content_address {
        font-size: 12px;
        line-height: 22px;
    }

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

    .footer_content_tel {
        padding-right: 10px;
    }

    .details_title_max {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .details_title_min, .details_bjq {
        font-size: 13px;
    }

    .case_details_read {
        margin: 80px 0;
    }

    .details_ewm_img {
        width: 130px;
        height: 130px;
    }

    .details_ewm_item {
        margin: 0 50px;
    }

    .details_ewm_text {
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }

    .case_details_btn {
        padding: 60px 0;
    }

    .case_details_item a .details_after {
        left: -4px;
        top: 9px;
        width: 20px;
    }

    .case_details_item a .details_before {
        left: -4px;
        bottom: 9px;
        width: 20px;
    }

    .case_details_item a {
        width: 100px;
    }

    .case_details_item:hover a {
        width: 110px;
    }

    .case_details_item {
        width: 150px;
    }

    .case_details_list {
        width: 40px;
        height: 40px;
        margin: 0 100px;
    }

    .related_case_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 60px;
    }

    .about_content_wrap1 {
        padding-top: 112px;
        padding-bottom: 93px;
    }

    .about_content_wrap2 {
        padding-top: 104px;
        padding-bottom: 82px;
    }

    .about_content_wrap_line {
        margin-bottom: 8px;
    }

    .about_content_wrap_line {
        margin-bottom: 16px;
    }

    .about_content_box {
        padding: 8px 0;
    }

    .about_text_box {
        font-size: 23px;
        line-height: 46px;
    }


    .about_adv .lay_info {
        font-size: 54px;
        line-height: 80px;
        height: 160px;
        margin-top: -80px;
    }

    .about_team_box {
        padding-top: 116px;
    }

    .about_team_box_title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 3px;
    }

    .about_team_box_info {
        font-size: 18px;
        line-height: 36px;
    }

    .about_team_box_content {
        padding-top: 54px;
        font-size: 20px;
        line-height: 40px;
    }

    .about_team_box_content .box_chd1, .about_team_box_content .box_chd_line, .about_team_box_content .box_chd_fra {
        margin-bottom: 8px;
    }

    .about_team_box_content .myteam_box {
        padding: 8px 40px;
        border-radius: 8px;
    }

    .about_team_box_content .box_chd_line_img {
        width: 12px;
        height: 60px;
    }

    .about_team_box_content .box_chd_fra, .about_team_box_content .box_chd_fra_img {
        width: 586px;
        height: 80px;
    }

    .about_team_box_content .box_chd_fra .myteam_box1 {
        margin-left: 2px;
    }

    .about_team_box_content .box_chd_fra .myteam_box3 {
        margin-left: -2px;
    }

    .about_team_box_content .box_chd_list {
        width: 780px;
        height: 58px;
    }

    .about_core_tips, .about_core_text, .about_advertise_title, .about_advertise_text, .core_head_text, .core_item_text {
        font-size: 14px;
        line-height: 30px;
    }

    .about_core_box {
        padding: 100px 0 0 0;
    }

    .about_core_item {
        width: 40%;
        margin-right: 15%;
    }

    .about_core_img {
        margin-bottom: 25px;
    }

    .about_core_line {
        margin: 25px 0;
    }

    .about_content_wrap3 {
        padding-top: 85px;
        padding-bottom: 65px;
    }

    .about_people_box {
        margin: 85px 0 0;
    }

    .about_advertise_box {
        padding: 50px 0 80px 0;
    }

    .about_adverxgl_content {
        padding-top: 100px;
        padding-bottom: 123px;
    }

    .about_adverxgl_content_line {
        margin-bottom: 16px;
    }

    .about_adverxgl_box {
        padding-bottom: 112px;
    }

    .about_adverxgl_box .about_content_title {
        padding-bottom: 50px;
    }

    .about_adverxgl_box .about_adverxgl_xglinfo {
        font-size: 14px;
        line-height: 28px;
        min-height: 224px;
    }

    .about_adverxgl_item .about_content_tit2 {
        padding-top: 30px;
        padding-bottom: 54px;
    }

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

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

    .about_partner_title {
        font-size: 24px;
        line-height: 38px;
    }

    .about_partner_wrap {
        padding-top: 145px;
    }

    .about_partner_list {
        padding-top: 100px;
        padding-bottom: 46px;

    }

    .about_partner_item {
        margin-bottom: 30px;
    }

    .corePage_wrap {
        padding: 40px 0 34px;
    }

    .corePage_banner_inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .corePage_banner_inner .tit {
        font-size: 53px;
        line-height: 66px;
    }

    .corePage_banner_inner .ico {
        width: 28px;
        height: 28px;
    }

    .corePage_banner_inner .txt {
        padding-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .corePage_banner_inner .lay_arr {
        width: 8px;
        height: 12px;
        margin: 0 28px;
    }

    .corePage_banner_inner .lay_arr:before {
        right: 4px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }

    .corePage_info_wrap .lnk {
        padding: 1.6vw 2.5vw;
    }

    .corePage_info_wrap .info_title {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 19px;
    }


    .corePage_info_wrap .info_content {
        font-size: 13px;
        line-height: 26px;
        min-height: 208px;
    }

    .corePage_col .corePage_caseBox {
        bottom: 3.2vw;
        left: 0;
        padding: 0 2.5vw;
    }

    .corePage_caseItem .lnk {
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        padding-right: 22px;
    }

    .corePage_caseItem .tit {
        padding-left: 8px;
    }

    .corePage_caseItem .btn_cir {
        -webkit-transform: scale(.675);
        -moz-transform: scale(.675);
        transform: scale(.675);
    }


    .corePage_more_lnk {
        width: 90px;
        height: 90px;
        margin-top: -45px;
        margin-left: -45px;
    }

    .corePage_more_lnk .btn_cir i {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-right: -5px;
    }

    .corePage_more_lnk .btn_cir .line {
        width: 32px;
        height: 2px;
        margin-top: -1px;
        margin-right: -8px;
    }

    .corePage_more_lnk:hover .btn_cir i {
        margin-right: -11px;
    }

    .corePage_more_lnk:hover .btn_cir .line {
        margin-right: -14px;
    }

    .core_banner_title {
        font-size: 70px;
        line-height: 110px;
    }

    .core_banner_text {
        font-size: 26px;
        line-height: 46px;
    }

    .core_content_box {
        padding: 80px 0 0 0;
    }

    .core_head_line {
        margin: 60px 0;
    }

    .core_item_tips {
        font-size: 30px;
        line-height: 56px;
    }

    .core_item_box {
        padding: 15px 0 60px 0;
    }

    .core_item_img {
        margin-bottom: 60px;
    }

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

    .core_ewm_title {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }

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

    .core_ewm_list {
        width: 40%;
    }

    .core_ewm_center {
        width: 60%;
    }

    .core_ewm_icon {
        width: 30px;
        height: 30px;
    }

    .news_page_time {
        font-size: 12px;
        line-height: 22px;
    }

    .news_page_title a {
        font-size: 18px;
        line-height: 28px;
    }

    .news_page_content {
        padding-left: 25px;
    }

    .news_page_text {
        font-size: 12px;
        line-height: 22px;
        height: 66px;
        -webkit-line-clamp: 3;
    }

    .news_button_box {
        font-size: 12px;
    }

    .news_page_center {
        padding: 35px 0;
    }

    .public_page_list {
        padding: 60px 0;
    }

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

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

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

    .news_bjq_head {
        padding: 30px 0;
    }

    .news_bjq_read {
        font-size: 13px;
        line-height: 25px;
        padding: 30px 0;
    }

    .related_news_wrap {
        padding: 30px 0 0 60px;
    }

    .related_news_box {
        padding-bottom: 60px;
    }

    .related_news_title {
        font-size: 22px;
        line-height: 34px;
        padding: 15px 0 15px 19px;
    }

    .related_news_list {
        padding: 10px 0 10px 19px;
    }

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

    .related_item_title:after {
        width: 3px;
        height: 3px;
    }

    .news_bjq_btn .case_details_btn {
        padding: 16px 0 50px;
    }

    .contact_content_wrap {
        padding: 75px 0 0 0;
    }

    .contact_ewm_list {
        padding-bottom: 75px;
    }

    .contact_tel_list {
        padding-top: 60px;
        padding-bottom: 80px;
    }


    .contact_tel_item a {
        font-size: 34px;
        line-height: 48px;
        padding: 2px 0;
    }

    .contact_tel_item a:after {
        height: 2px;
        bottom: 3px;
    }

    .contact_ewm_img {
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }

    .contact_ewm_text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }

    .contact_ewm_item {
        margin-right: 45px;
    }

    .contact_ewm_read {
        margin-top: 80px;
    }

    .contact_ewm_max,
    .contact_ewm_min {
        font-size: 30px;
        line-height: 54px;
    }

    .contact_wap_text {
        font-size: 15px;
        line-height: 22px;
        margin: 23px 0;
    }

    .html_top_wrap {
        width: 34px;
        height: 34px;
    }

    .html_top_wrap, .html_top_box_wx {
        height: 34px;
    }

    .html_top_wrap_top, .html_top_wrap, .html_top_box_wx {
        width: 34px;
    }

    .html_top_icon {
        font-size: 16px;
    }

    .html_top_box_wx:after {
        left: -16px;
        width: 20px;
    }

    .pc_xgl_wx_box {
        padding: 20px 16px;
        right: 54px;
        top: -57px;
    }

    .pc_xgl_wx_box:before, .pc_xgl_wx_box:after {
        right: -5px;
        border-left-width: 5px;
        border-top-width: 5px;
        border-bottom-width: 5px;
        margin-top: -5px;
    }

    .pc_xgl_wx_box:before {
        border-left-color: #ccc;
        border-left-width: 6px;
        right: -6px;
    }

    .pc_xgl_wx_line {
        width: 2px;
        height: 114px;
    }


    .pc_xgl_wx_box_inner {
        width: 608px;
    }

    .pc_xgl_wx_item {
        width: 270px;
    }

    .pc_xgl_wx_item .info_left {
        width: 144px;
    }

    .pc_xgl_wx_item .msg {
        padding-left: 18px;

    }

    .pc_xgl_wx_item .msg .lay_icon {
        top: 5px;
        width: 14px;
        height: 14px;
    }

    .pc_xgl_wx_item .msg .p-tit, .pc_xgl_wx_item .msg .p-inf {
        font-size: 14px;
        line-height: 26px;
    }


    .pc_xgl_wx_item .info_right {
        width: 114px;
        height: 114px;
    }

    .about_content_title {
        font-size: 52px;
        line-height: 68px;
    }


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

    /*品牌（小）*/
    .brand_page_banner .banner_info1 .banner_info_inner {
        font-size: 72px;
        line-height: 102px;
        padding: 6px 0;
    }

    .brand_page_banner .banner_info2 .banner_info_inner {
        font-size: 79px;
        line-height: 112px;
        padding: 14px 0;
    }

    .brand_page_banner .banner_subinfo_inner {
        font-size: 24px;
        line-height: 34px;
    }

    .brand_world_front {
        padding-top: 54px;
    }

    .brand_world_front .brand_world_bot_info {
        bottom: 67px;
    }

    .brand_world_bot_info .info {
        margin-right: 28px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 27px;
    }

    .brand_world_bot_info .dot {
        width: 12px;
        height: 12px;
        margin-top: -6px;
    }

    .brand_picList {
        padding: 100px 0;
    }

    .brand_picList .web_center {
        padding: 0 135px;
    }

    .brand_picList .about_content_title {
        margin-bottom: 22px;
    }

    .brand_picList .brand_picList_fra {
        padding-bottom: 28px;
    }

    .brand_picList_item {
        width: 30%;
    }

    .brand_picList_item .box_top {
        padding-top: 25px;
        padding-bottom: 22px;
    }

    .brand_picList_item .box_ico {
        padding-bottom: 22px;
    }

    .brand_picList_item .ico {
        width: 90px;
        height: 90px;
    }

    .brand_picList_item .box_tit {
        font-size: 21px;
        line-height: 30px;
    }

    .brand_picList_item .box_bot {
        padding: 50px 23px 23px;
    }

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

    .brand_picList_item .box_content .span1 {
        margin-right: 9px;
    }

    .brand_picList_list .cir_wrap {
        width: 10%;
    }

    .brand_picList_list .cir {
        width: 28px;
        height: 28px;
        margin-top: -14px;
        margin-left: -14px;
    }

    .brand_picList_list .cir .arr {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-right: -2px;
    }

    .brand_jing_circle_inner {
        width: 28px;
        height: 28px;
        margin-top: -14px;
        margin-left: -14px;
    }

    .brand_jing_dot {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
    }

    .brand_xgl {
        padding-top: 72px;

    }

    .brand_marketing {

        padding-bottom: 81px;
    }

    .brand_marketing .about_content_box {
        padding-top: 28px;
    }

    .brand_marketing_img_wrap {
        padding-top: 23px;
        padding-bottom: 194px;
    }

    .brand_marketing_item {
        margin-bottom: 46px;
    }

    .brand_marketing_item_title {
        font-size: 18px;
        line-height: 58px;
    }

    .brand_marketing_item_content {
        font-size: 18px;
        line-height: 36px;
        padding-top: 14px;
        min-height: 180px;
        width: -webkit-calc(100% + 28px);
        width: calc(100% + 28px);
    }

    .brand_marketing_item_content .span1 {
        margin-right: 9px;
    }

    .brand_role_box_inner {
        padding-top: 43px;
        padding-bottom: 115px;
    }

    .brand_role_box {
        font-size: 18px;
        line-height: 36px;

    }

    .brand_role_box table tr td {

        padding: 12px 22px;
    }


    .brand_journey_content_read {
        padding-top: 72px;
        padding-bottom: 54px;
    }

    .brand_journey_box {
        height: 432px;
    }

    .brand_journey_box .brand_journey_background {
        width: 1180px;
        margin-left: -590px;
        height: 144px;
    }

    .brand_journey_background .cir {
        width: 892px;
        height: 108px;
        margin-left: -446px;
        margin-top: -54px;

    }


    .brand_journey_item .number_cir {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;

    }

    .brand_journey_item .txt {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 0;
    }

    .brand_journey_item .line {
        height: 0;
    }


    .brand_journey_item1 {
        bottom: 72px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item1 .line {
        height: 202px;
    }

    .brand_journey_item2 {
        bottom: 115px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item2 .line {
        height: 209px;
    }

    .brand_journey_item3 {
        bottom: 26px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item3 .line {
        height: 173px;
    }

    .brand_journey_item4 {
        bottom: 122px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item4 .line {
        height: 238px;
    }

    .brand_journey_item5 {
        bottom: 22px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item5 .line {
        height: 166px;
    }

    .brand_journey_item6 {
        bottom: 72px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item6 .line {
        height: 202px;
    }

    .brand_journey_item7 {
        bottom: 108px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item7 .line {
        height: 245px;
    }

    .brand_journey_item8 {
        bottom: 22px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item8 .line {
        height: 173px;
    }

    .brand_journey_item9 {
        bottom: 144px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item9 .line {
        height: 230px;
    }

    .brand_journey_item10 {
        bottom: 90px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item10 .line {
        height: 234px;
    }


}

/*中屏幕*/
@media screen and (min-width: 1400px) and (max-width: 1900px) {
    .page_content_wrap {
        margin-top: 48px;
    }

    .header_box {
        line-height: 48px;
        height: 48px;
    }

    .header_nav_item {
        padding: 0 24px;
    }

    .header_nav_item .header_nav_link {
        font-size: 16px;
    }

    .header_nav_tel {
        padding-left: 24px;
    }

    .header_tel_box {
        font-size: 16px;
    }

    .header_content_xgl {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header_content_xgl_title {
        font-size: 72px;
        line-height: 84px;
    }

    .header_content_xgl_item {
        font-size: 24px;
        line-height: 64px;
        height: 64px;
    }

    .header_content_xgl_item .tit {
        padding: 0 18px;
    }

    .header_content_xgl_item .btn_cir {
        right: 18px;
        -wekbit-transform: scale(.8);
        transform: scale(.8);
    }

    .index_describe_wrap {
        margin: 100px 0 86px;
    }

    .index_banner_pagination {
        bottom: 40px;
    }

    .describe_read_en {
        font-size: 24px;
        line-height: 30px;
    }

    .describe_read_title {
        font-size: 18px;
        line-height: 30px;
        margin: 10px 0;
    }

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

    .describe_content_en {
        font-size: 36px;
        line-height: 52px;
        padding-top: 26px;
    }

    .describe_content_line {
        margin-top: 120px;
        padding-bottom: 34px;
    }

    .describe_content_text {
        font-size: 16px;
        line-height: 32px;
        margin-top: 60px;
    }

    .index_case_xtop {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 27px;
    }

    .index_case_xtop .index_case_xtop_right a {
        margin-left: 54px;
    }

    .index_banner_wrap {
        height: calc(100vh - 48px);
    }

    .index_banner_wrap_for_case {
        height: auto;
    }

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

    .cursor_banner_btn {
        font-size: 38px !important;
    }

    .index_banner_pagination .swiper-pagination-bullet {
        height: 2px;
    }

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

    .index_case_read {
        padding: 20px 30px;
    }

    .index_case_button {
        padding: 40px 0 60px 0;
    }

    .index_case_button a {
        font-size: 18px;
        line-height: 32px;
    }

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

    .index_advertise_icon {
        width: 54px;
        height: 54px;
    }

    .index_15years {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index_15years_inner {
        padding-bottom: 35px;
    }

    .ind_15years_item .span-wrap {
        height: 124px;
        margin-top: -62px;
    }

    .ind_15years_item .span-tit-wrap {
        font-size: 80px;
        line-height: 92px;
    }

    .ind_15years_item .span-con-wrap {
        font-size: 13px;
        line-height: 26px;
    }

    .index_15years_bot_t {
        font-size: 26px;
    }

    .index_brands {
        padding-top: 120px;
        padding-bottom: 95px;
    }

    .index_brand_item {
        width: -webkit-calc(25% - 27px);
        width: calc(25% - 27px);
    }

    .index_brand_item_mar {
        margin-right: 36px;
    }

    .index_brand_item_tit {
        padding-bottom: 19px;
        margin-bottom: 24px;
    }

    .index_brand_item_tit .tit {
        font-size: 29px;
        line-height: 46px;
    }

    .index_brand_item_tit .btn_cir {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
    }

    .index_brand_item_sub {
        padding-bottom: 37px;
    }

    .index_brand_item_sub .img-wrap {
        margin-bottom: 23px;
    }

    .index_brand_item_sub .info-wrap {
        font-size: 14px;
        line-height: 28px;
    }

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

    .index_gai_news_wrap {
        padding-top: 86px;
        padding-bottom: 80px;
    }

    .index_news_wrap {
        padding-top: 60px;
    }


    .index_news_list {
        padding: 40px 0 60px 0;
    }

    .index_news_title {
        margin-bottom: 30px;
    }

    .index_gai_news_title {
        margin-bottom: 20px;
    }

    .index_news_title a {
        font-size: 30px;
        line-height: 45px;
    }

    .index_gai_news_title a {
        font-size: 36px;
        line-height: 48px;
    }

    .index_news_title a:after, .index_gai_news_title a:after {
        height: 1px;
    }

    .index_gai_news_body .leftBox {
        padding-top: 6px;
        width: 44%;
    }

    .index_gai_news_body .rightBox {
        width: 44%;
    }

    .index_news_gai_item + .index_news_gai_item {
        padding-top: 16px;
        border-top: 1px solid #dedede;
        margin-top: 16px;
    }

    .index_news_gai_item_gai {
        padding-bottom: 6px;
    }

    .index_news_gai_item_gai_title {
        font-size: 15px;
        line-height: 27px;
    }

    .index_news_gai_item_gai_info {
        font-size: 15px;
        line-height: 27px;
    }

    .index_news_gai_item_lnk {
        width: -webkit-calc(25% - 15px);
        width: calc(25% - 15px);
        font-size: 13px;
        line-height: 24px;
    }

    .index_news_gai_item_list b {
        width: 1px;
        margin-left: 9px;
        margin-right: 10px;
        height: 15px;
    }

    .index_news_item a {
        line-height: 28px;
        font-size: 12px;
    }

    .footer_ewm_img {
        width: 120px;
        height: 120px;
    }

    .footer_ewm_title, .footer_content_title, .footer_content_address {
        font-size: 13px;
        line-height: 24px;
    }

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

    .footer_content_tel {
        padding-right: 20px;
    }

    .details_title_max {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .details_title_min, .details_bjq {
        font-size: 13px;
    }

    .case_details_read {
        margin: 80px 0;
    }

    .details_ewm_img {
        width: 130px;
        height: 130px;
    }

    .details_ewm_item {
        margin: 0 70px;
    }

    .details_ewm_text {
        margin-top: 10px;
        font-size: 13px;
        line-height: 24px;
    }

    .case_details_btn {
        padding: 60px 0;
    }

    .case_details_item a .details_after {
        left: -4px;
        top: 9px;
        width: 20px;
    }

    .case_details_item a .details_before {
        left: -4px;
        bottom: 9px;
        width: 20px;
    }

    .case_details_item a {
        width: 100px;
    }

    .case_details_item:hover a {
        width: 110px;
    }

    .case_details_item {
        width: 150px;
    }

    .case_details_list {
        width: 40px;
        height: 40px;
        margin: 0 100px;
    }

    .related_case_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 60px;
    }

    .about_content_wrap1 {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .about_content_wrap2 {
        padding-top: 112px;
        padding-bottom: 88px;
    }

    .about_content_wrap_line {
        margin-bottom: 9px;
    }

    .about_content_box {
        padding: 9px 0;
    }

    .about_content_title {
        font-size: 48px;
        line-height: 64px;
    }

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

    .about_core_tips, .about_core_text, .about_advertise_title, .about_advertise_text, .core_head_text, .core_item_text {
        font-size: 15px;
        line-height: 34px;
    }

    .about_adv .lay_info {
        font-size: 58px;
        line-height: 86px;
        height: 172px;
        margin-top: -86px;
    }

    .about_team_box {
        padding-top: 140px;
    }

    .about_team_box_title {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 4px;
    }

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

    .about_team_box_content {
        padding-top: 58px;
        font-size: 25px;
        line-height: 50px;
    }

    .about_team_box_content .box_chd1, .about_team_box_content .box_chd_line, .about_team_box_content .box_chd_fra {
        margin-bottom: 8px;
    }

    .about_team_box_content .myteam_box {
        padding: 10px 52px;
        border-radius: 8px;
    }

    .about_team_box_content .box_chd_line_img {
        width: 14px;
        height: 70px;
    }

    .about_team_box_content .box_chd_fra, .about_team_box_content .box_chd_fra_img {
        width: 733px;
        height: 100px;
    }

    .about_team_box_content .box_chd_fra .myteam_box1 {
        margin-left: 3px;
    }

    .about_team_box_content .box_chd_fra .myteam_box3 {
        margin-left: -3px;
    }

    .about_team_box_content .box_chd_list {
        width: 976px;
        height: 72px;
    }

    .about_core_box {
        padding: 100px 0 0 0;
    }

    .about_core_item {
        width: 40%;
        margin-right: 15%;
    }

    .about_core_img {
        margin-bottom: 25px;
    }

    .about_core_line {
        margin: 25px 0;
    }

    .about_content_wrap3 {
        padding-top: 92px;
        padding-bottom: 70px;
    }

    .about_people_box {
        margin: 98px 0 0;
    }

    .about_advertise_box {
        padding: 50px 0 80px 0;
    }

    .about_adverxgl_content {
        padding-top: 108px;
        padding-bottom: 132px;
    }

    .about_adverxgl_content_line {
        margin-bottom: 18px;
    }

    .about_adverxgl_box {
        padding-bottom: 120px;
    }

    .about_adverxgl_box .about_content_title {
        padding-bottom: 55px;
    }

    .about_adverxgl_box .about_adverxgl_xglinfo {
        font-size: 15px;
        line-height: 30px;
        min-height: 240px;
    }

    .about_adverxgl_item .about_content_tit2 {
        padding-top: 32px;
        padding-bottom: 58px;
    }

    .about_adverxgl_item .about_content_title2 {
        font-size: 15px;
        line-height: 30px;
    }

    .about_adverxgl_item .about_adverxgl_xglinfo2 {
        font-size: 15px;
        line-height: 30px;
    }

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

    .about_partner_wrap {
        padding-top: 158px;
    }

    .about_partner_list {
        padding-top: 108px;
        padding-bottom: 50px;

    }

    .about_partner_item {
        margin-bottom: 34px;
    }

    .corePage_wrap {
        padding: 45px 0 38px;
    }

    .corePage_banner_inner {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .corePage_banner_inner .tit {
        font-size: 66px;
        line-height: 82px;
    }

    .corePage_banner_inner .ico {
        width: 32px;
        height: 32px;
    }

    .corePage_banner_inner .txt {
        padding-top: 12px;
        font-size: 20px;
        line-height: 26px;
    }

    .corePage_banner_inner .lay_arr {
        width: 10px;
        height: 16px;
        margin: 0 32px;
    }

    .corePage_banner_inner .lay_arr:before {
        right: 2px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .corePage_info_wrap .lnk {
        padding: 1.6vw 2.5vw;
    }

    .corePage_info_wrap .info_title {
        font-size: 26px;
        line-height: 48px;
        margin-bottom: 21px;
    }


    .corePage_info_wrap .info_content {
        font-size: 14px;
        line-height: 28px;
        min-height: 224px;
    }

    .corePage_col .corePage_caseBox {
        bottom: 3vw;
        left: 0;
        padding: 0 2.5vw;
    }

    .corePage_caseItem .lnk {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        padding-right: 24px;
    }

    .corePage_caseItem .tit {
        padding-left: 10px;
    }


    .corePage_caseItem .btn_cir {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
    }


    .corePage_more_lnk {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

    .corePage_more_lnk .btn_cir i {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -6px;
    }

    .corePage_more_lnk .btn_cir .line {
        width: 37px;
        height: 2px;
        margin-top: -1px;
        margin-right: -9px;
    }

    .corePage_more_lnk:hover .btn_cir i {
        margin-right: -12px;
    }

    .corePage_more_lnk:hover .btn_cir .line {
        margin-right: -15px;
    }

    .core_banner_title {
        font-size: 84px;
        line-height: 134px;
    }

    .core_banner_text {
        font-size: 30px;
        line-height: 46px;
    }

    .core_content_box {
        padding: 80px 0 0 0;
    }

    .core_head_line {
        margin: 60px 0;
    }

    .core_item_tips {
        font-size: 30px;
        line-height: 56px;
    }

    .core_item_box {
        padding: 15px 0 60px 0;
    }

    .core_item_img {
        margin-bottom: 60px;
    }

    .core_ewm_img {
        width: 130px;
        height: 130px;
    }

    .core_ewm_title {
        font-size: 13px;
        line-height: 25px;
        margin-top: 10px;
    }

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

    .core_ewm_icon {
        width: 36px;
        height: 36px;
    }

    .news_page_time {
        font-size: 12px;
        line-height: 22px;
    }

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

    .news_page_content {
        padding-left: 35px;
    }

    .news_page_text {
        font-size: 13px;
        line-height: 25px;
        height: 100px;
    }

    .news_button_box {
        font-size: 13px;
    }

    .news_page_center {
        padding: 40px 0;
    }

    .public_page_list {
        padding: 60px 0;
    }

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

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

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

    .news_bjq_head {
        padding: 30px 0;
    }

    .news_bjq_read {
        font-size: 13px;
        line-height: 25px;
        padding: 30px 0;
    }

    .related_news_wrap {
        padding: 30px 0 0 60px;
    }

    .related_news_box {
        padding-bottom: 60px;
    }

    .related_news_title {
        font-size: 22px;
        line-height: 34px;
        padding: 15px 0 15px 19px;
    }

    .related_news_list {
        padding: 10px 0 10px 19px;
    }

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

    .related_item_title:after {
        width: 3px;
        height: 3px;
    }

    .news_bjq_btn .case_details_btn {
        padding: 16px 0 50px;
    }

    .contact_content_wrap {
        padding: 90px 0 0 0;
    }

    .contact_ewm_list {
        padding-bottom: 78px;
    }

    .contact_tel_list {
        padding-top: 65px;
        padding-bottom: 90px;
    }

    .contact_tel_item a {
        font-size: 38px;
        line-height: 54px;
        padding: 2px 0;
    }

    .contact_tel_item a:after {
        height: 2px;
        bottom: 3px;
    }

    .contact_ewm_img {
        width: 150px;
        height: 150px;
    }

    .contact_ewm_text {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
    }

    .contact_ewm_item {
        margin-right: 50px;
    }

    .contact_ewm_read {
        margin-top: 80px;
    }

    .contact_ewm_max,
    .contact_ewm_min {
        font-size: 35px;
        line-height: 60px;
    }

    .contact_wap_text {
        font-size: 16px;
        line-height: 24px;
        margin: 28px 0;
    }

    .html_top_wrap {
        width: 40px;
        height: 40px;
    }

    .html_top_wrap, .html_top_box_wx {
        height: 40px;
    }

    .html_top_wrap_top, .html_top_wrap, .html_top_box_wx {
        width: 40px;
    }

    .html_top_icon {
        font-size: 20px;
    }

    .html_top_box_wx:after {
        left: -16px;
        width: 20px;
    }

    .pc_xgl_wx_box {
        padding: 20px 16px;
        right: 54px;
        top: -57px;
    }

    .pc_xgl_wx_box:before, .pc_xgl_wx_box:after {
        right: -5px;
        border-left-width: 5px;
        border-top-width: 5px;
        border-bottom-width: 5px;
        margin-top: -5px;
    }

    .pc_xgl_wx_box:before {
        border-left-color: #ccc;
        border-left-width: 6px;
        right: -6px;
    }

    .pc_xgl_wx_line {
        width: 2px;
        height: 114px;
    }


    .pc_xgl_wx_box_inner {
        width: 608px;
    }

    .pc_xgl_wx_item {
        width: 270px;
    }

    .pc_xgl_wx_item .info_left {
        width: 144px;
    }

    .pc_xgl_wx_item .msg {
        padding-left: 18px;

    }

    .pc_xgl_wx_item .msg .lay_icon {
        top: 5px;
        width: 14px;
        height: 14px;
    }

    .pc_xgl_wx_item .msg .p-tit, .pc_xgl_wx_item .msg .p-inf {
        font-size: 14px;
        line-height: 26px;
    }


    .pc_xgl_wx_item .info_right {
        width: 114px;
        height: 114px;
    }

    .about_content_title {
        font-size: 52px;
        line-height: 68px;
    }

    /*品牌（中）*/
    .brand_page_banner .banner_info1 .banner_info_inner {
        font-size: 80px;
        line-height: 114px;
        padding: 8px 0;
    }

    .brand_page_banner .banner_info2 .banner_info_inner {
        font-size: 88px;
        line-height: 126px;
        padding: 16px 0;
    }

    .brand_page_banner .banner_subinfo_inner {
        font-size: 27px;
        line-height: 39px;
    }

    .brand_world_front {
        padding-top: 60px;
    }

    .brand_world_front .brand_world_bot_info {
        bottom: 75px;
    }

    .brand_world_bot_info .info {
        margin-right: 32px;
        padding-left: 23px;
        font-size: 20px;
        line-height: 30px;
    }

    .brand_world_bot_info .dot {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }

    .brand_picList {
        padding: 110px 0;
    }

    .brand_picList .web_center {
        padding: 0 150px;
    }

    .brand_picList .about_content_title {
        margin-bottom: 24px;
    }

    .brand_picList .brand_picList_fra {
        padding-bottom: 32px;
    }

    .brand_picList_item {
        width: 30%;
    }

    .brand_picList_item .box_top {
        padding-top: 28px;
        padding-bottom: 24px;
    }

    .brand_picList_item .box_ico {
        padding-bottom: 24px;
    }

    .brand_picList_item .ico {
        width: 112px;
        height: 112px;
    }

    .brand_picList_item .box_tit {
        font-size: 23px;
        line-height: 34px;
    }

    .brand_picList_item .box_bot {
        padding: 56px 26px 26px;
    }

    .brand_picList_item .box_content {
        font-size: 16px;
        line-height: 32px;
    }

    .brand_picList_item .box_content .span1 {
        margin-right: 10px;
    }

    .brand_picList_list .cir_wrap {
        width: 10%;
    }

    .brand_picList_list .cir {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
    }

    .brand_picList_list .cir .arr {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-right: -2px;
    }

    .brand_jing_circle_inner {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
    }

    .brand_jing_dot {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
    }

    .brand_xgl {
        padding-top: 80px;

    }

    .brand_marketing {

        padding-bottom: 90px;
    }

    .brand_marketing .about_content_box {
        padding-top: 32px;
    }

    .brand_marketing_img_wrap {
        padding-top: 25px;
        padding-bottom: 216px;
    }

    .brand_marketing_item {
        margin-bottom: 52px;
    }

    .brand_marketing_item_title {
        font-size: 20px;
        line-height: 66px;
    }

    .brand_marketing_item_content {
        font-size: 20px;
        line-height: 40px;
        padding-top: 16px;
        min-height: 200px;
        width: -webkit-calc(100% + 32px);
        width: calc(100% + 32px);
    }

    .brand_marketing_item_content .span1 {
        margin-right: 10px;
    }

    .brand_role_box_inner {
        padding-top: 48px;
        padding-bottom: 128px;
    }

    .brand_role_box {
        font-size: 20px;
        line-height: 40px;

    }

    .brand_role_box table tr td {

        padding: 13px 24px;
    }


    .brand_journey_content_read {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .brand_journey_box {
        height: 480px;
    }

    .brand_journey_box .brand_journey_background {
        width: 1312px;
        margin-left: -656px;
        height: 160px;
    }

    .brand_journey_background .cir {
        width: 992px;
        height: 120px;
        margin-left: -496px;
        margin-top: -60px;

    }


    .brand_journey_item .number_cir {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;

    }

    .brand_journey_item .txt {
        font-size: 20px;
        line-height: 26px;
        padding: 12px 0;
    }

    .brand_journey_item .line {
        height: 0;
    }


    .brand_journey_item1 {
        bottom: 80px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item1 .line {
        height: 224px;
    }

    .brand_journey_item2 {
        bottom: 128px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item2 .line {
        height: 232px;
    }

    .brand_journey_item3 {
        bottom: 32px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item3 .line {
        height: 192px;
    }

    .brand_journey_item4 {
        bottom: 136px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item4 .line {
        height: 264px;
    }

    .brand_journey_item5 {
        bottom: 24px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item5 .line {
        height: 184px;
    }

    .brand_journey_item6 {
        bottom: 80px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item6 .line {
        height: 224px;
    }

    .brand_journey_item7 {
        bottom: 120px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item7 .line {
        height: 272px;
    }

    .brand_journey_item8 {
        bottom: 24px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item8 .line {
        height: 192px;
    }

    .brand_journey_item9 {
        bottom: 160px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item9 .line {
        height: 256px;
    }

    .brand_journey_item10 {
        bottom: 100px;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item10 .line {
        height: 260px;
    }


}


/*超过1920*/
@media screen and  (min-width: 1921px) {
    .brand_journey_box {
        height: 31.23vw;
    }

    .brand_journey_box .brand_journey_background {
        width: 85.4vw;
        margin-left: -42.7vw;
        height: 10.41vw;
    }

    .brand_journey_background .cir {
        width: 64.57vw;
        height: 7.81vw;
        margin-left: -32.285vw;
        margin-top: -3.905vw;

    }


    .brand_journey_item .number_cir {
        width: 3.332vw;
        height: 3.332vw;
        line-height: 3.332vw;
        font-size: 1.354vw;

    }

    .brand_journey_item .txt {
        font-size: 1.354vw;
        line-height: 1.666vw;
        padding: 0.833vw 0;
    }

    .brand_journey_item .line {
        height: 0;
    }


    .brand_journey_item1 {
        bottom: 5.2vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item1 .line {
        height: 14.56vw;
    }

    .brand_journey_item2 {
        bottom: 8.32vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item2 .line {
        height: 15.08vw;
    }

    .brand_journey_item3 {
        bottom: 2.08vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item3 .line {
        height: 12.48vw;
    }

    .brand_journey_item4 {
        bottom: 8.84vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item4 .line {
        height: 17.16vw;
    }

    .brand_journey_item5 {
        bottom: 1.56vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item5 .line {
        height: 11.96vw;
    }

    .brand_journey_item6 {
        bottom: 5.2vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item6 .line {
        height: 14.56vw;
    }

    .brand_journey_item7 {
        bottom: 7.8vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item7 .line {
        height: 17.68vw;
    }

    .brand_journey_item8 {
        bottom: 1.56vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item8 .line {
        height: 12.48vw;
    }

    .brand_journey_item9 {
        bottom: 10.4vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item9 .line {
        height: 16.64vw;
    }

    .brand_journey_item10 {
        bottom: 6.5vw;
    }

    .brand_journey_list.AddFadeInUp .brand_journey_item10 .line {
        height: 16.9vw;
    }

}

