.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}

@media screen and (max-width: 950px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}






.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
}

.mobhead-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    background: #fff;
    position: fixed;
    z-index: 9998;
    left: 0px;
    top: 0px;
}

.mobhead-bar-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-l>a>.img1 {
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-bar-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.mobhead-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: red;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 60px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #006CB4;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/



@media screen and (max-width: 950px) {
    .main_warp {
        position: relative;
        z-index: 99;
        min-width: 100%;
        padding-top: 0px;
        box-sizing: border-box;
        min-height: 600px;
    }

    .foot_warp {
        width: 100%;
        box-sizing: border-box;
        min-height: 290px;
        background: #4E4E4E;
        position: relative;
        height: auto;
        padding: 30px 10px;
    }

    .foot_top {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .inner {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 0 10px 0;
    }

    .foot_l {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .contact_des {
        margin: 0px 0 0 0;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10px;
        float: right;
    }

    a.back_top2 {
        display: none;
        width: 207px;
        height: 30px;
        text-align: center;
        line-height: 26px;
        background: url(../images/back_top.png) no-repeat;
        color: #f39700;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 407px;
    }

    .foot_nav {
        min-height: 204px;
        width: 100%;
        padding: 0 0px;
        border-left: 0px solid #676767;
        border-right: 0px solid #676767;
        float: left;
    }

    .banner_warp {
        position: relative;
        margin-top: 0px;
        z-index: 0;
        height: auto;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 0 0;
        aspect-ratio: 1920/400;
    }

    .sub_nav {
        width: 100%;
        float: left;
        background: #4C4C4C;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .sub_nav li {
        box-sizing: border-box;
        width: 50%;
        float: left;
        text-align: center;
        margin: 0 0 10px 0;
        padding: 0 8px;
        font-size: 16px;
        text-transform: capitalize;
        background: url(../images/sub_02.png) left 40px no-repeat;
    }

    .position {
        float: left;
        font-size: 13px;
        line-height: 24px;
        background: url(../images/sub_03.png) left center no-repeat;
        margin: 0px;
        margin-top: 0px;
        color: #666;
        box-sizing: border-box;
        padding: 0 0px 0 15px;
        width: 100%;
    }

    .sub_guide {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 10px;
        border-bottom: 0px solid #999999;
        padding: 0 10px;
    }

    .sub_tit {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 18px;
        width: 100%;
        height: 60px;
        margin-top: 0px;
        float: left;
        padding: 0 10px;
        color: #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 30px;
    }

    .message_form {
        margin: 0 0 0 0 !important;
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
    }

    .sub_nav li a {
        display: block;
        width: 100%;
        line-height: 55px;
        color: #fff;
        filter: alpha(opacity=70);
        opacity: 0.70;
        background: url(../images/title_dec3.png) center bottom no-repeat;
    }

    .sub_nav li:hover a, .sub_nav li.sub_cur a {
        line-height: 55px;
        background-color: #006cb4;
        filter: alpha(opacity=100);
        opacity: 1.00;
    }

    .form_line {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .form_line label {
        display: inline-block;
        vertical-align: middle;
        width: 125px;
        text-align: left;
        font-size: 16px;
        padding-right: 20px;
    }

    .message {
        width: 100%;
        box-sizing: border-box;
    }

    .form_line input {
        width: 100% !important;
        padding: 13px 0 !important;
    }

    .form_txt,
    .form_yu {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 100px;
        line-height: 20px;
        background: #fff;
        padding: 13px 0 13px 0px;
        border: 1px solid #d2d2d2;
        font-size: 14px;
        box-sizing: border-box;
    }

    .form_handle {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 !important;
        padding: 0 0 !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }

    .sub_top {
        position: relative;
        margin-top: 0px;
        z-index: 10;
        height: auto;
        overflow: hidden;
        background: #4C4C4C;
        color: #fff;
    }

    .cooper {
        width: 100%;
        padding: 40px 0;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #customers_brand li {
        box-sizing: border-box;
        width: 50% !important;
        height: 150px !important;
        float: left;
        padding: 28px 14px;
        border: 1px solid #ddd;
        margin: -1px 0 0 -1px;
        position: relative;
        overflow: hidden;
    }

    .way {
        width: 100%;
        padding: 60px 0;
        box-sizing: border-box;
    }

    .way_list {
        width: 100%;
        box-sizing: border-box;
        margin: 40px 0 0 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .way_tit {
        font-size: 18px;
        line-height: 30px;
        float: left;
        color: #000;
        width: 100%;
        padding: 20px 0 30px;
        background: url(../images/title_dec8.png) left bottom no-repeat;
    }

    .way_info {
        width: 100%;
        height: auto;
        float: right;
    }

    .culture {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
    }

    .culture li {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding: 30px 0 20px;
        border-bottom: 2px solid #ddd;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .culture li img {
        width: 100%;
        display: block;
        float: left;
        object-fit: cover;
    }

    .culture_tit {
        width: 100%;
        font-size: 28px;
        color: #006cb4;
        font-family: Aparajita;
        text-transform: uppercase;
    }

    .staff_info {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 0 20px;
        overflow: hidden;
        border-left: 2px solid #cccccc;
        border-right: 2px solid #cccccc;
    }

    .staff_area {
        background: #fff;
        font-size: 13px;
        line-height: 26px;
        color: #333;
        position: static;
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 100;
    }

    .staff_show {
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: -1;
        display: none;
    }

    .scr_con .viewport {
        width: 203px;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .scr_con .overview {
        position: static;
        left: 0;
        top: 0;
    }

    .staff-list {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        flex: 1;
        height: auto;
        text-align: center;
        column-count: 3;
        column-gap: 10px;
    }

    .intro {
        padding: 10px 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .intro_video {
        width: 100%;
        height: 408px;
        float: left;
        position: relative;
    }

    .intro_txt {
        width: 100%;
        padding-top: 38px;
        float: right;
        font-size: 14px;
        line-height: 34px;
        color: #333;
    }



    .history {
        padding-top: 5px;
        height: auto;
        overflow: hidden;
        margin-top: 50px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .history ul {
        background: url(../images/history_03.gif) center top repeat-y;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        perspective: initial !important;

    }

    .history ul li {
        margin-bottom: 40px;
        zoom: 1;
        width: 80%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .sub_item {
        margin: 20px 0;
        width: 100%;
        float: left;
        font-size: 32px;
        color: #333;
        text-align: center;
        padding-right: 25px;
        background: url(../images/title_dec4.png) right bottom no-repeat;
        line-height: 44px;
        box-sizing: border-box;
    }

    .start-stop {
        text-align: center;
        font-family: "黑体";
        font-size: 64px;
        color: #006cb4;
        padding: 10px 0;
        display: block !important;
    }


    .global_map {
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }

    .global {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0 40px;
        padding-top: 50px;
        background: url(../images/global_01.png) center top no-repeat;
    }

    .history_year {
        width: 100%;
        float: left;
        text-align: right;
        margin-top: -5px;
        cursor: pointer;
    }

    .history_box {
        width: 100%;
        float: right;
        font-size: 14px;
        line-height: 26px;
        margin-top: -5px;
    }

    .news_box {
        padding-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }


    .news_list li {
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .news_img {
        display: block;
        width: 100%;
        float: left;
        overflow: hidden;
        margin-right: 40px;
    }

    .news_img img {
        width: 100%;
        object-fit: cover;
    }

    .sub {
        padding: 20px 0 0;
        min-height: 600px;
        width: 100%;
        box-sizing: border-box;
    }

    #portamento_container2 {
        float: left;
        position: relative;
        display: none !important;
    }

    .sub_r {
        width: 100%;
        float: right;
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    .pro_list2 li {
        width: 100%;
        height: 429px;
        padding: 20px 30px 0;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        float: left;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .mode {
        float: left;
        margin: 4px 0 0 35px;
        display: none;
    }

    .pro_list2 li a.pro_img {
        width: 100%;
        height: 237px;
        box-sizing: border-box;
        border: 1px solid #fff;
        margin-bottom: 20px;
        object-fit: cover;
    }

    .pro_list2 li a.pro_img img {
        width: 100%;
        object-fit: cover;
    }

    .side {
        width: 250px;
        float: left;
        display: none;
    }

    .pic_focus {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        zoom: 1;
    }

    .pic_focus .bd {
        width: 100%;
        height: 458px;
        box-sizing: border-box;
        border: none;
        padding: 0 0px;
    }

    .pic_focus .bd>ul {
        width: 100% !important;
        height: 458px;
        box-sizing: border-box;
        border: none;
    }

    .pic_focus .bd img {
        width: 100% !important;
        object-fit: contain;
    }

    .detail_info {
        box-sizing: border-box;
        width: 100%;
        float: right;
        font-size: 13px;
        line-height: 24px;
        padding: 10px 10px;
    }

    .parameter {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-top: 40px;
        font-size: 13px;
        line-height: 26px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .relgoods {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }

    .re_list {
        width: 100%;
        padding-bottom: 15px;
        background: url(../images/re_01.gif) center bottom no-repeat;
        margin-left: 0px;
        margin: 0 0;
        box-sizing: border-box;
    }

    .re_area {
        margin-top: 50px;
        padding-top: 40px;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
    }

    .pic_focus .hd ul {
        margin-right: 0px;
        overflow: hidden;
        zoom: 1;
        width: 100%;
        margin: 10x 0;
        padding: 0 10px;
    }

    .article {
        margin-bottom: 60px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        background: url(../images/article_01.gif) 927px top repeat-y;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .article_l {
        width: 100%;
        box-sizing: border-box;
        float: left;
        font-size: 13px;
        line-height: 24px;
        padding: 30px 0 0 0;
        color: #333;
    }

    #portamento_container {
        float: right;
        position: relative;
        width: 100% !important;
        height: auto;
        box-sizing: border-box;
    }

    .article_page {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 7px 0;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        background: url(../images/article_04.gif) center center no-repeat;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 10px;

    }


    a.back_list {
        margin-top: 30px;
        display: block;
        float: left;
        width: 100px;
        padding-left: 90px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #666;
        background: url(../images/article_05.png) no-repeat;
    }

    .article_r {
        width: 100%;
        float: right;
        box-sizing: border-box;
        padding: 0 0px;
    }

    .article_page li {
        width: 290px;
        padding: 10px 0px 10px 0px;
        float: left;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        font-size: 13px;
        color: #333;
    }


    .industry_scr {
        margin-top: 20px;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
    }

    .industry_scr .bd ul li {
        width: 100%;
        float: left;
        _display: inline;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 2px solid #ddd;
        margin-left: 30px;
    }


    .re_list li {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        margin-left: 0px;
        float: left;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        font-size: 14px;
        background: url(../images/list_ico1.png) left center no-repeat;
        margin-bottom: 15px;
    }

    .re_pro {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .re_pro li {
        width: 50%;
        box-sizing: border-box;
        height: 232px;
        float: left;
        overflow: hidden;
        position: relative;
        margin-left: 0px;
    }

    .re_pro li img {
        width: 100%;
        object-fit: contain;
    }

    .pro_focus .hd {
        height: auto;
        box-sizing: border-box;
        padding: 0px;
        background: #eeeeee;
        overflow: hidden;
        position: relative;
        margin-top: 0px;
    }

    .pro_focus .hd img {
        width: 100%;
        object-fit: contain;
    }

    .index_sec2 {
        background-color: #f0f0f0;
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
    }

    .college {
        width: 100%;
        float: right;
        box-sizing: border-box;
    }

    .news {
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

    .video_box {
        width: 100%;
        height: 250px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .video_box>div {
        width: 100 !important;
    }

    .index_sec1 {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .sec_tit {
        text-align: center;
        font-size: 30px;
        background: url(../images/title_dec1.png) left bottom repeat-x;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }

    .flex_slider {
        width: 100%;
        min-width: 100%;
        height: 210px;
        overflow: hidden;
        position: relative;
        margin-top: 0px;
        z-index: 0;
    }
    .flex_slider .slides li {
        float: left;
        height: 210px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .flex_slider .flex-control-nav {
        display: inline-block;
        padding: 5px 10px;
        background: url(../images/tou_blue60.png) repeat;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0px;
        z-index: 100;
        border-radius: 5px;
    }

    .flex_slider .flex-control-nav li a {
        display: block;
        width: 8px;
        height: 8px;
        font-size: 0;
        border-radius: 100%;
        overflow: hidden;
        background: url(../images/banner_ico.png) left center no-repeat;
        cursor: pointer;
    }

    .pro_sort {
        margin: 25px 0 0 0px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content:space-between;
        flex-wrap: wrap;

    }
    .pro_li {
        float: left;
        overflow: hidden;
        position: relative;
        margin: 0px 0 0 0px;
        width: 50%;
        height: auto;
        box-sizing: border-box;
        margin-top: 0!important;
    }
    .pro_pic {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .pro_pic img{
        width: 100%!important;
        height: 150px!important;
        box-sizing: border-box;
        object-fit: cover;
    }

    .pro_original {
        background: url(../images/tou_black50.png) repeat;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding: 5px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .pro_original>a {
        font-size: 14px;
    }

    .pro_sort>.pro_li:nth-last-child(1){
        margin-top: 0px!important;
    }
    .pro_sort>.pro_li:nth-last-child(1) img{
        height:150px!important;
    }

    .way_info>.pagedetail{
        width: 100%!important;
    }
    .way_info>.wqrcode{
        margin: 30px 0 0 0;
        width: 100%;
        justify-content: center;
    }

    .contact_list li.halfrow {
        width: 100%;
    }


    .way_list2 {
        margin: 20px 0 0 0px;
        box-sizing: border-box;
        width: 100%;
        display: grid;
        grid-template-columns:repeat(1,1fr);
        grid-template-rows:auto; /* 同一行的高度相同 */
        grid-column-gap:10px;
        grid-row-gap:10px;
    }

    .tabdis-nav-item-on {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        cursor: pointer;
        border-bottom: 2px solid #006CB4;
    }

    .tabdis-nav-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 0px 0px;
    }
    .tabdis-nav-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        cursor: pointer;
        border-bottom: 2px solid #fff;
    }
    .tabdis-nav-item-on>.img1 {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .tabdis-nav-item>.img1 {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .way_list2 li {
        width: 100%;
        height: auto;
        padding: 10px 10px 10px 10px;
        background: #fff;
        float: left;
        margin: 10px 0 10px 0px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
        border: solid 1px #eee;
    }

    #customers_brand {
        width: 100%;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-left: solid 1px #ddd;
        border-top: solid 1px #ddd;
    }

    #customers_brand li {
        box-sizing: border-box;
        width: 100% !important;
        height: 150px !important;
        float: left;
        padding: 28px 14px;
        border: 1px solid #ddd;
        margin: -1px 0 0 -1px;
        position: relative;
        overflow: hidden;
    }

}


@media (max-width: 639px) {}