.wholesale{
    width: 100%;
    /*height: 400px;*/
}
.wholesale>img{
    /*height: 100%;*/
    width: 100%;
}
.wholesale_tab{
    height: 50px;
    width: 100%;
}
.partner_tab{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px #ccc;
}
.partner_tab>li{
    width: 200px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 100%;
    background-color: var(--7f7f7f);
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.partner_tab>.partner_tab_active{
    background-color: var(--27397c);
}
.wholesale_num>ul>li{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    margin: auto;
}
.wholesale_num>ul>li>img{
    max-width: 100%;
}
.wholesale_num>ul>.img_block{
    display: block;
}

/* PC */
@media screen and (min-width:981px) { 
    .contactUs_title{
        padding: 50px 0;
        font-size: 20px;
        text-align: center;
    }
    .contactUs_ul>li{
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .contactUs_ul>li>span{
        font-size: 18px;
    }
    .contactUs_ul>li>.contactUs_son{
        width: 50%;
    }
    .contactUs_son>li{
        display: flex;
        justify-content:right;
    }
    .contactUs_son>li>div{
        min-width: 200px;
        margin-left: 50px;
        display: flex;
        justify-content: space-between;
    }
    .contactUs_son1>li{
        display: flex;
        font-size: 20px;
        line-height: 30px;
        /*justify-content:right;*/
    }
    .contactUs_son1>li>div{
        min-width: 200px;
        /*margin-left: 50px;*/
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    .contacUS_two{
        border-top: 2px solid var(--d80c24);
        margin-bottom: 60px;
    }
    .contacUS_two_title{
        padding: 30px 0 20px;
        text-align: center;
        color: var(--27397c);
    }
    .contacUS_site{
        margin: auto;
        background-color:#f1f1f1;
        min-height: 180px;
        width: 1120px;
        border-radius: 5px;
        box-shadow: 0px 2px 3px #ccc;
        margin-bottom:30px;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
    }
    .contacUS_content>h3{
        color: #333;
        font-weight: 600;
        margin: 0;
        margin-bottom: 10px;
    }
    .contacUS_content>p{
        margin: 0;
    }
    .contacUS_size{
        font-size: 20px;
    }
    .contacUS_button{
        position: relative;
        min-width:170px;
        display: flex;
        /*flex-wrap: wrap;*/
        align-items: end;
        justify-content: space-between;
    }
    .contacUS_button>button{
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--27397c);
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 4px 0;
    }
    /*弹框*/
    .register_shade_contact{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(155,155,155,.5);
        display: none;
    }
    .check_shade_img{
        width: 905px;
        height: 620px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    
    }
    .check_shade_img>img{
        /*width: 160px;*/
    }
    .check_shade_img>p{
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }
    .copy{
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
        background: var(--27397c);
        padding: 4px;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        cursor: pointer;
    }
    .Recruitment{
        display: inline-block;
        width: 100%;
        padding: 3% 0;
        font-size: 2vw;
        text-align: center;
        color: #304282;
    }
    .text_news{
        display: flex;
        justify-content: space-between;
    }
    .text_news h3{
        margin: 0;
        padding-left: 10px;
    }
    /* 折叠内容 */
    .li_drop_down{
        min-height: auto;
        margin-bottom: 40px;
        /* padding: 10px 20px; */
        background: #fbfbfb;
        display: flex;
        box-shadow: 1px 1px 5px 2px #f1f1f1;
    }
    .li_drop_down_title{
        font-size: 20px;
        padding: 10px 25px;
        /*display: none;*/
    }
    .li_drop_down_text{
        padding:10px 0px;
        /*display: none;*/
    
    }
    .news_headline_ul{
        padding: 0 5%;
        margin: 1% 0;
    }
    .news_headline_ul_li{
        /*padding: 0 20px 0 15px;*/
        border-left: 8px solid var(--27397c);
        cursor: pointer;
        box-shadow: 0 1px 5px 2px #ccc;
        position: relative;
        z-index: 10;
        font-weight: 600;
        font-size: 1.3vw;
    }
    .li_drop_down_P{
        padding-right:20px;
        margin: 0;
        max-width: 1020px;
        font-size: 1.3vw;
    }
    .eMailAddress{
        border-top: 3px solid var(--d80c24);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 3% 0;
    }
    .eMailAddress>p{
        font-size: 1.4vw;
        margin: 0;
    }
    .eMailAddress>p>u{
        color: #0075ff;
        /*cursor: pointer;*/
    }
    .wholesaleImg{
        display: none;
    }
    .recruitment{
        display: inline-block;
        font-size: 40px;
        border-bottom: 1px solid #000;
    }
    .recruitment_content{
        /*display: flex;*/
        /*flex-direction: column;*/
        text-align: center;
        padding: 10% 0;
    }
}

/* H5 */
@media screen and (max-width:980px) {
    .contactUs_title{
        padding: 50px 0;
        font-size: 20px;
        text-align: center;
    }
    .contactUs_ul>li{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .contactUs_ul>li>span{
        font-size: 18px;
        font-weight: 700;
    }
    .contactUs_ul>li>.contactUs_son{
        width: 50%;
    }
    .contactUs_son>li{
        display: flex;
        justify-content:right;
    }
    .contactUs_son>li>div{
        min-width: 200px;
        margin-left: 50px;
        display: flex;
        justify-content: center;
    }
    .contactUs_son1>li{
        display: flex;
        font-size: 20px;
        line-height: 30px;
        justify-content: center;
        text-align: center;
        /*justify-content:right;*/
    }
    .contactUs_son1>li>div{
        min-width: 200px;
        /*margin-left: 50px;*/
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    .contacUS_two{
        border-top: 2px solid var(--d80c24);
        margin-bottom: 60px;
    }
    .contacUS_two_title{
        padding: 30px 0 20px;
        text-align: center;
        color: var(--27397c);
    }
    .contacUS_site{
        margin: auto;
        background-color:#f1f1f1;
        min-height: 180px;
        /* width: 1120px; */
        border-radius: 5px;
        box-shadow: 0px 2px 3px #ccc;
        margin-bottom:30px;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .contacUS_content>h3{
        color: #333;
        font-weight: 600;
        margin: 0;
        margin-bottom: 10px;
    }
    .contacUS_content>p{
        margin: 0;
    }
    .contacUS_size{
        font-size: 20px;
    }
    .contacUS_button{
        position: relative;
        min-width:170px;
        display: flex;
        /*flex-wrap: wrap;*/
        align-items: end;
        justify-content: space-between;
    }
    .contacUS_button>button{
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--27397c);
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 4px 0;
    }
    /*弹框*/
    .register_shade_contact{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(155,155,155,.5);
        display: none;
    }
    .check_shade_img{
        width: 905px;
        height: 620px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    
    }
    .check_shade_img>img{
        /*width: 160px;*/
    }
    .check_shade_img>p{
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }
    .copy{
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
        background: var(--27397c);
        padding: 4px;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        cursor: pointer;
    }
    .Recruitment{
        display: inline-block;
        width: 100%;
        padding: 3% 0;
        font-size: 28px;
        text-align: center;
        color: #304282;
    }

    .news_headline_title_h5 {
        font-size: 24px !important;
        text-align: center;
    }

    .text_news{
        display: flex;
        justify-content: space-between;
    }
    .text_news h3{
        margin: 0;
        padding-left: 10px;
    }
    .text_news > div {
        display: block !important;
        width: 100% !important;
    }
    /* 折叠内容 */
    .li_drop_down{
        min-height: auto;
        margin-bottom: 40px;
        /* padding: 10px 20px; */
        background: #fbfbfb;
        display: flex;
        box-shadow: 1px 1px 5px 2px #f1f1f1;
    }
    .li_drop_down_title{
        font-size: 20px;
        padding: 10px;
        /*display: none;*/
    }
    .li_drop_down_text{
        padding:10px 0px;
        /*display: none;*/
    
    }
    .news_headline_ul{
        padding: 0 5%;
        margin: 1% 0;
    }
    .news_headline_ul_li{
        /*padding: 0 20px 0 15px;*/
        border-left: 8px solid var(--27397c);
        cursor: pointer;
        box-shadow: 0 1px 5px 2px #ccc;
        position: relative;
        z-index: 10;
        font-weight: 600;
        font-size: 1.3vw;
    }
    .li_drop_down_P{
        padding-right:20px;
        margin: 0;
        max-width: 1020px;
        /* font-size: 1.3vw; */
        font-size: 16px !important;
        line-height: 16px !important;
    }
    .eMailAddress{
        border-top: 3px solid var(--d80c24);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 3% 0;
    }
    .eMailAddress>p{
        /* font-size: 1.4vw; */
        font-size: 16px;
        margin: 0;
    }
    .eMailAddress>p>u{
        color: #0075ff;
        /*cursor: pointer;*/
    }
    .wholesaleImg{
        display: none;
    }
    .recruitment{
        display: inline-block;
        font-size: 40px;
        border-bottom: 1px solid #000;
    }
    .recruitment_content{
        /*display: flex;*/
        /*flex-direction: column;*/
        text-align: center;
        padding: 10% 0;
    }
}

