@media screen and (min-width: 1200px) {
    .header_menu_big {
    display: none;
    -webkit-align-items: center;
    align-items: center;
    }
    
    .header_menu_big{
        display: none;
    }
}
.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;
    }
    .width-auto {
    padding: 0 4.1666vw;
    margin: 0 auto;
}
    .header_box {
        padding: 0 1.666vw;
    }
    .header_logo_box {
    padding: 1.5vw 0;
    width: 70%;
}
.header_logo {
    width: 8.333vw;
    margin-right: 0.366vw;
}
.header_logo_name{
    font-size: 4.1666vw;
    line-height: 5.75vw;
}
.header_logo_name span{
    font-size: 3.25vw;
    line-height: 5.75vw;
}
    .header_logo_demo{
    font-size:14px;
}
    .header_menu_big {
        position: relative;
        z-index: 10000;
    }
    .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;
    }

    .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: #ffffff;!important;
    }

    .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:#e2de68;
    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:#7fb031;
    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:#7fb031;
    }

    .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_tit{
        font-size: 30px;
        line-height: 42px;
    }
    .index_banner_ad{
        font-size:18px;
        line-height: 36px;
        margin: 10px 0 25px;
    }
    .index_banner_button a {
        padding: 8px 30px;
    }
    .index_contact_text {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
}
.index_contact_list::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #7fb031;
    border-radius: 50%;
    left: 0;
    top: 18px;
    margin-top: -3px;
}
.public_header .public_name, .index_contact_name {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}
.public_btn .btn{
    padding: 8px 30px;
}
    .index_about_content{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #3e3e3e;
    margin: 36px auto;
}
.index_contact_list {
    position: relative;
    line-height: 36px;
    padding-left: 10px;
}
.index_business_item{
    width: 100%;
    padding: 30px 20px;
    margin-right: 0;
    margin-bottom: 15px;
    background: #ffffff;
    border: #ededed 2px solid;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_business_item .index_business_name{
    font-size: 18px;
    color: #222222;
    margin: 15px 0;
}
.index_business_icon .iconfont {
    font-size: 40px;
}

.index_service_name{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.index_service_list .icon-jiantou{
    font-size: 12px;
}
.index_choose_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.index_choose_icon .iconfont {
    font-size: 60px;
    color: #a1c070;
}
.bannernav_img{
    padding-bottom: 38%;
}
.bannernav_public_read{
    padding-top: 20%;
}
.bannernav_public_name {
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    color: #7fb031;
    margin-bottom: 15px;
}
.bannernav_public_text{
    font-size: 18px;
    line-height: 35px;
    width: 80%;
}
.bannernav_public_menu{
    margin-top: 0.8735vw;
}
.bannernav_public_menu a{
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    padding: 10px 28px;
    border: #7fb031 2px solid;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.business_content_title{
    font-size:24px ;
    font-weight: bold;
}
.business_content_text{
    line-height: 30px;
    margin-top: 15px;
}
.businessview_service_icon .iconfont {
    font-size: 48px;
    color: #7fb031;
}
.businessview_service_title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.businessview_service_list{
    width:48%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 3.625vw 2.5vw 2vw;
}
.businessview_service_list:nth-child(2n),.business_phase_item_box:nth-child(2n) {
    margin-right: 0;
}
.businessview_service_ul li,.business_phase_item_text ul li {
    position: relative;
    line-height: 36px;
    padding-left: 15px;
}
.businessview_service_ul li::after,.business_phase_item_text ul li::after{  
    top: 18px;
}
.public_nav_title,.service_company_title {
    font-size: 24px;
    font-weight: bold;
}
.business_company_item_content {
    position: relative;
    height: 100%;
    -webkit-align-content: space-between;
    align-content: space-between;
    padding: 15px;
    z-index: 2;
}

.business_company_item_icon,.business_phase_item_icon,.service_model_icon  {
    width: 80px;
    height: 80px;
}

.business_company_item_icon .iconfont,.business_phase_item_icon .iconfont,.service_model_icon .iconfont {
    font-size: 48px;
}

.business_company_item_title,.business_phase_item_title,.service_model_item_title,.newsview_title,.about_team_name {
    font-size: 18px;
    line-height: 36px;
    color: #222222;
    font-weight: bold;
}

.business_company_item_text,.service_model_item_text {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 10px;
}


.business_company_item_read,.service_model_tab {
    margin-top: 40px;
}

.business_phase_item_box {
    width: 48.7058%;
    margin: 0 1.7256% 2% 0;
    position: relative;
    padding-top: 35px;
}
.business_phase_item_read {
    padding:60px 20px 36px;
}
.newsview_page_wrap {
    padding: 160px 0 40px;
}
.news_page_text {
    padding: 20px;
}
.kv-title {
    font-size:18px;
}

.kv-desc {
    font-size:16px;
    line-height: 26px;
}
.about_progress_box {
    margin: 48px 0 0;
    justify-content: space-between;
}
.about_progress_right {
    width: 25%;
    display: none;
}
.index_business_pagination_wrap .index_business_pagination_box {
    position: relative;
    height: 2px !important;
    background: #ffffff;
    width: 100%;
}
.contact_info_item h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer_content_box{
    display: none;
}
.footer_copyright{
    border-top:none;
    margin-top: 0;
}
.footer_wrap {
    padding: 2.25vw 0;
}

}

@media (max-width: 530px) {
    .width-auto {
    padding: 0 2%;
    margin: 0 auto;
}
    .header_box {
        padding: 0 3.125vw;
    }
    .header_logo_box {
    padding:2.5vw 0;
    width: 70%;
}
.header_logo {
    width: 10.41666vw;
    margin-right: 0.8333vw;
}
.header_logo_text{
    vertical-align: middle;
    align-items: center;
}
.header_logo_name{
    font-size: 6.25vw;
    line-height: 5.75vw;
    margin-top: 15px;
}
.header_logo_name span{
    font-size: 4.666vw;
    line-height: 5.75vw;
}
    .header_logo_demo{
        display: none;
    }
    .header_menu_button {
        width: 10vw;
        height: 10vw;
    }

    
.index_service_item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    background: #e7efda;
    border-radius:15px;
    padding: 30px;
}
.index_choose_item{
    width: 100%;
    margin:0 0 3% 0;
    padding: 30px;
}
.index_choose_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.index_choose_icon .iconfont {
    font-size: 48px;
    color: #a1c070;
}
.index_choose_content {
    width: calc(100% - 10%);
}
.index_choose_icon {
    width: 10%;
    text-align: center;
}
.index_contact_customer,.index_contact_content{
    width: 100%;
    z-index: 9;
}
.index_partner_item_box {
    width: 48.41176%;
    margin: 0 1.9853% 1.9853% 0;
}
.index_partner_item_box:nth-child(2n),.index_partner_tab .index_partner_item_box:nth-child(10) {
    margin: 0 0 1.9853% 0;
}
.index_partner_item_box:nth-child(5n) {
    margin: 0 1.9853% 1.9853% 0;
}
.bannernav_img{
    padding-bottom: 68%;
}
.business_content_left,.public_nav_left,.about_culture_box .public_nav_img{
    width:100%;
    margin-bottom: 3%;
}
.business_content_img,.public_nav_img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

.bannernav_public_menu a {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 5px 15px;
    border: #7fb031 2px solid;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.businessview_service_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 48px 20px 15px;
}
.bannernav_public_text{
    font-size: 16px;
    line-height: 28px;
    width:100%;
}
.service_page_wrap .public_nav_title, .service_page_wrap .public_nav_text {
    text-align: center;
    width: 100%;
    margin: 12px auto;
}
.business_company_item_box {
    width: 100%;
    position: relative;
}
.business_company_item_read, .service_model_tab {
    margin-top: 5px;
}
.business_company_item_content {
    padding: 36px 25px;
}
.business_company_number {
    margin-top: 25px;
    font-size:36px;
    line-height:60px;
    color: #eeeeee;
    width: 100%;
}
.business_phase_item_box {
    width: 100%;
    margin: 0 0 2% 0;
    position: relative;
    padding-top: 35px;
}
.service_model_item_box {
    width: 100%;
    margin: 0 0 3% 0;
    position: relative;
    padding:36px 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: #ececec 1px solid;
}
.news_page_list {
    width: 100%;
    margin: 0 0 3% 0;
    position: relative;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
}
.newsview_box {
    padding: 15px;
}
.contact_info_img{
    display: none;
}
.feedback_item_list {
    width: 100%;
    margin: 0 0 2rem 0;
}
}