@media screen and (min-width: 1200px) {
    .header_menu_big {
    display: none;
    -webkit-align-items: center;
    align-items: center;
    }
    .header_menu_item_icon {
        display: none;
    }

    .index_banner_ad{
        font-size: 1.7708333vw;
        line-height:2.5vw ;
        font-family: 'Barlow-Regular';
        font-weight: 600;
        margin: 0.625vw 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }


    .index_banner_tit {
        font-size:3.020833vw;
        font-family: 'Barlow-Bold';
        line-height: 84px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .index_banner_button {
        margin-top: 40px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .index_banner_id0 .index_banner_button {
        margin-top: 26px;
    }

    .index_banner_pagination {
        bottom: 35px !important;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .index_banner_pagination .swiper-pagination-bullet {
        width: 60px;
        height: 4px;
    }

    .banner_content_box {
        padding: 0 60px;
    }

    .banner_btn_box {
        width: 50px;
        height: 50px;
    }

    .banner_btn_line {
        width: 12px;
    }

    .banner_btn_icon {
        width: 12px;
        height: 12px;
    }

    .banner_cursor_wrap {
        bottom: 75px;
    }

    .banner_cursor_box {
        width: 40px;
        height: 66px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .banner_cursor_box:after {
        width: 10px;
        height: 10px;
    }

    .index_banner_button a:hover .index_banner_icon {
        margin-left: 20px;
    }

    .index_public_icon {
        width: 15px;
        height: 15px;
        margin-top: 8px;
    }


    .index_public_text {
        font-size: 20px;
        line-height: 32px;
        margin-top: 10px;
        padding-left: 22px;
    }


    
    
}
.header_menu_btn_box {
    width: 37.2%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_btn_box svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_btn_box svg circle {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.header_click {
    opacity: 0;
    pointer-events: none !important;
}

.header_click:after {
    height: 0 !important;
}

.header_click .header_logo_box {
    opacity: 0;
}

.header_click .header_menu_box {
    opacity: 0;
}

.header_click .header_menu_button {
    pointer-events: auto;
}

.header_click .header_menu_btn_box {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header_click .header_menu_btn_box svg circle:nth-child(2),
.header_click .header_menu_btn_box svg circle:nth-child(6) {
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    body{
        font-size: 16px;
        line-height: 26px;
    }
    .header_logo img{
        height: 80px;
    }
    .header_content_right{
        display: none;
    }
    .header_menu_big {
        position: relative;
        z-index: 10000;
    }
    .header_click .header_menu_big{
        z-index: 9999;
    }
    .header_menu_wap_box {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        -webkit-backdrop-filter: blur(2vw);
        backdrop-filter: blur(2vw);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        padding: 19.3236vw 3.62318vw;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }
    .header_menu_wrap {
        width: auto;
        padding: 0;
    }
    .header_menu_button {
    background:#282e84;
    width: 8vw;
    height: 8vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

    .header_menu_box {
        width: 100%;
        height: 100%;
        overflow: auto;
        display: block;
    }

    .header_menu_down_box:after {
        display: none;
    }
    .header_wrap:hover .header_menu_item_active .header_menu_item_text,
.header_active .header_menu_item_active .header_menu_item_text,
.header_menu_item_active .header_menu_item_link,
.header_menu_item_active .header_menu_item_text {
    background: none;
    color: #ed6102;
    font-weight: 500;
}

    .header_menu_down_wrap {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-border-radius: 0;
        border-radius: 0;

    }

    .header_menu_down_box {
        background: none;
    }

    .header_menu_down_ul {
        opacity: 1;
        pointer-events: auto;
        padding: 0;
    }

    .header_menu_down_li {
        padding: 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-transform: translateY(6vw);
        transform: translateY(6vw);
        opacity: 0;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_menu_down_show .header_menu_down_li {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
    }

    .header_menu_down_show .header_menu_item_link:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header_menu_down_li a {
        width: 100%;
        font-size: 3.86473vw;
        line-height: 11.594202vw;
        color: #ffffff;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 3.623188vw;
        position: relative;
        pointer-events: auto;
    }

    .header_menu_down_li a:after {
        display: none;
    }

    .header_menu_down_li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, .3);
    }

    .header_click .header_menu_box {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: auto;

    }


    .header_click .header_menu_wap_box {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: auto;
        z-index: 9;
    }

    .header_click .header_menu_item_box {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_click .header_menu_item_text {
        color: #ed6102;;
    }

    .header_menu_item_box {
        margin-right: 0;
        width: 100%;
        opacity: 0;
        -webkit-transform: translateY(6vw);
        transform: translateY(6vw);
    }

    .header_menu_item_box:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, .3);
    }

    .header_menu_item_icon {
        display: none;
    }

    .header_menu_item_text {
        font-size: 3.86473vw;
        line-height: 11.594202vw;
        width: calc(100% - 3vw);
        text-align: left;
    }

    .header_menu_item_link {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header_menu_down_item .header_menu_item_link {
        pointer-events: none;
    }

    .header_menu_down_item .header_menu_item_link:after {
        content: "";
        width: 2.89855072vw;
        height: 2.89855072vw;
        background: url(../images/xiangxia.svg) no-repeat;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }
    .index_banner_ad{
        font-size: 3vw;
        line-height:2.5vw ;
        font-family: 'Barlow-Regular';
        font-weight: 600;
        margin: 0.625vw 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }


    .index_banner_tit {
        font-size:4.25vw;
        font-family: 'Barlow-Bold';
        line-height: 84px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    .index_business_item{
    width: calc(50% - 2.25vw);
    margin-bottom: 3%;
    }
    .index_public_btn_label {
    font-size: 16px;
    line-height: 36px;
    padding: 0 10px;
    }
    .index_public_title {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}
.index_business_title {
    font-size: 2.34375vw;
    font-weight: bold;
}
.index_business_item{
    padding: 3.125vw;
}
.index_business_icon .iconfont{
    font-size: 10.41666vw;
}
.index_business_text{
    font-size: 1.82916666vw;
    line-height: 3.3854vw;
    margin: 0.8333vw 0 1.5vw;
    
}
.index_public_btn_box {
    width:6.041666vw;
    height: 6.041666vw;
}
.index_media_content .swiper{
    width: 85%;
}
.index_case_item_title,.index_media_item_text {
    font-size: 16px;
    line-height: 35px;
}
.index_news_title, .index_news_item_title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news_item_date .index_news_item_year {
    font-size: 12px;
    color: #666666;
}
.index_news_text{
    display: none;
}
.publicnav_title_cn,.public_header_title{
    font-size: 36px;
    line-height: 42px;
}
.publicnav_title_en,.public_header_en {
    font-size: 16px;
    line-height: 24px;
}
.about_culture_name{
    font-size: 20px;
}
.about_culture_icon .iconfont{
    font-size: 4.6875vw;
}
.about_culture_item {
    width: calc(50% - 3.5vw);
    background: #ffffff;
    cursor: pointer;
    margin-right: 3.5vw;
    margin-bottom: 2.625vw;
}
.about_culture_item:nth-child(2n) {
    margin-right: 0;
}
.about_culture_text {
    padding: 10px;
}
.business_process_item_number {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}
.business_process_item_text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.business_process_item_box {
    width: 24.342105%;
    margin: 0 13.4868425% 8.333vw 0;
    padding: 1.3541666vw 0;
    position: relative;
}
.business_process_item_box:nth-child(3n), .business_process_item_box:nth-child(4) {
    margin: 0 0 8.333vw 0;
}
.business_process_item_box:nth-child(3) .business_process_item_line, .business_process_item_box:nth-child(4) .business_process_item_line {
    width: 1px;
    height: 6.125vw;
    background: #cccccc;
    margin: 0 auto;
}
.business_process_item_box:nth-child(5), .business_process_item_box:nth-child(6) {
    width: 24.342105%;
    margin: 0 0 8.3333vw 13.4868425%;
    padding: 1.3541666vw 0;
    position: relative;
}
.business_process_item_box .business_process_item_tips {
    right: -0.9875vw;
    top: 48%;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}
.business_process_item_box:nth-child(3) .business_process_item_jt:after, .business_process_item_box:nth-child(4) .business_process_item_jt:after {
    border-left: 0.41666vw solid transparent;
    border-right: 0.41666vw solid transparent;
    border-top: 0.8333vw solid #666666;
}
.business_process_item_line {
    width: 10.8333vw;
}
.business_process_item_jt {
    width: 0.8333vw;
    height: 0.8333vw;
    position: relative;
}
.business_process_item_jt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 0.41666vw solid transparent;
  border-top: 0.41666vw solid transparent;
  border-left: 0.8333vw solid #666666;
}
.publicnav_menu_item a {
    position: relative;
    padding:5px 15px;
    background: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.about_advantage_item_box {
    width: 50%;
}
.about_advantage_item_icon {
    width: 8.6125vw;
    height: 8.6125vw;
}
.about_advantage_item_icon .iconfont {
    font-size:36px;
}
.about_advantage_item_content {
    width: 100%;
    padding: 24px 18px;
}
.about_advantage_item_label {
    width: 4.1666vw;
    height: 4.1666vw;
}
.about_advantage_item_title {
    font-size: 18px;
    line-height: 30px;
}
.about_advantage_item_subtitle {
    font-size: 16px;
    line-height: 24px;
}
.case_page_text {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
.news_content_item_title {
    margin: 8px 0 12px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
}
.news_content_item_date .iconfont {
    font-size: 18px;
    color: #23438c;
    margin-right: 10px;
}
.news_content_item_date {
    font-size: 14px;
    color: #666666;
}
.news_details_btn_icon {
    width: 20px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.news_details_btn_text {
    font-size: 16px;
    line-height: 36px;
}
.news_pagination_box a {
    width: 4.1666vw;
    height: 4.1666vw;
    font-size: 16px;
    margin: 0 5px;
}
.leader_page_name {
    font-size: 18px;
    font-weight: bold;
}
.join_page_item_text {
    font-size: 18px;
    line-height: 60px;
    width: calc(100% - 3.25vw);
}
.join_page_item_icon {
    width: 2.25vw;
    height:2.25vw;
    margin-right: 1vw;
}
.join_page_item_label {
    font-size: 16px;
    line-height: 60px;
}
.join_page_item_btn {
    width: 2.25vw;
    height: 2.25vw;
}
.join_page_item_title {
    width: 75%;
}
.join_page_item_read {
    width: 25%;
}
.join_page_item_bjq h2 {
    font-size: 18px;
    line-height: 36px;
}
.join_page_item_bjq p {
    font-size: 16px;
    line-height: 28px;
    color: #444444;
}
.contact_content_list h2 {
    font-size: 20px;
}
.contact_content_text h3 {
    font-size: 18px;
}
.contact_content_text p {
    color: #666666;
    line-height: 30px;
    margin-bottom: 15px;
}
.contact_content_list .iconfont {
    font-size: 24px;
    color: #282e84;
    margin-right: 10px;
}
.footer_menu_title {
    font-size: 2.34375vw;
    color: #ffffff;
    margin-bottom: 0.75vw;
}
.footer_menu_item{
    display: none;
}
}
@media screen and (max-width: 560px) {
    .header_logo img {
        height: 65px;
    }
        .header_menu_button {
        
        width: 10vw;
        height: 10vw;
        }
    .index_banner_ad{
        font-size:24px;
        line-height:36px;
        font-family: 'Barlow-Regular';
        font-weight: 600;
        margin:10px 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }


    .index_banner_tit {
        font-size:36px;
        font-family: 'Barlow-Bold';
        line-height:48px;
        margin-bottom: 15px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    .index_banner_button a {
        padding:6px 15px;
    }
    .index_business_title {
        font-size: 18px;
        font-weight: bold;
    }
    .index_business_btn a {
    padding: 5px 25px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 20px;
    border: #ffffff 1px solid;
}
.index_business_text {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 15px;
    }
        .index_business_item {
        width: calc(100% - 0vw);
        margin-bottom: 3%;
    }
    .index_about_content {
        text-align: left;
    }
    .index_news_list {
    width: 100%;
    margin-bottom: 0.8735rem;
}
.index_news_item_date .index_news_item_day {
    font-size: 36px;
    line-height:48px;
    text-align: center;
}
.index_news_item_memo{
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_public_btn_box {
    margin-top: 15%;
}
.index_news_right {
    width: 100%;
}
.index_public_btn_icon {
    width: 42%;
}

.bannernav_wrap{
    padding-bottom: 56%;
}
.publicnav_title_cn,.public_header_title{
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #222222;
}
    .about_culture_icon .iconfont {
        font-size: 6.875vw;
    }
    .about_culture_name {
        font-size: 18px;
    }
    .publicnav_menu_list{
        margin-top: 15px;
    }
    .contentnav_business_name{
    font-size:30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin:15px 0;
}
.contentnav_news_time {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.news_details_btn_read {
    padding: 0 15px;
}
.news_pagination_box a {
    width: 6.8526vw;
    height: 6.8526vw;
    font-size: 14px;
    margin: 0 5px;
}
.case_page_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    border-top-left-radius: 0.7813vw;
    border-top-right-radius: 0.7813vw;
    background: #ffffff;
    overflow: hidden;
}
.news_content_item {
    margin: 0vw 0 2.6042vw 0;
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}
.leader_page_photo {
    width: 100%;
}
.leader_page_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3%;
}
.career_talent_list {
    width: 100%;
    margin-right: 0;
}
.career_talent_item {
    width: 100%;
    padding: 15px;
}
.contact_content_list {
    width: 100%;
}
    .footer_menu_title {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px;
    }

}