
.wh_header_img{
    width: 100%;
}
.wh_header_img img{
    width: 100%;
}
.wh_nav{
    width: 100%;
    height: 50px;
	box-shadow: 0px 1px 8px 0px 
		rgba(208, 208, 208, 0.35);
}
.wh_nav1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    line-height: 50px;
    justify-content: space-between;
}
.wh_nav1_1 ul{
    display: flex;
}
.wh_nav1_1 img{
    width: 15px;
    height: 14px;
    margin-top: -3px;
    
}
.wh_nav1_1 li{
    font-size: 14px;
	color: #999999;
}
.wh_nav1_1 a:last-child {
    color: #164a7a;
}
.wh_nav1_1 .wh_nav_active{
    font-size: 14px;
	color: #164a7a;
}
.wh_nav1_2{
    width: 464px;
}
.wh_nav1_2 ul{
    display: flex;
    justify-content: space-between;
}
.wh_nav1_2 li{
    font-size: 15px;
	letter-spacing: 0px;
    color: #666666;
    position: relative;
}
.wh_nav1_2 li:hover::after{
    width: 50%;
    height: 1px;
    background-color: #164a7a;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 15px;
}
.wh_nav_active2::after{
    width: 50%;
    height: 1px;
    background-color: #164a7a;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 15px;
}
.wh_nav_active2 a{
    color: #164a7a;
}
.wh_nav1_2 li:hover{
    color: #164a7a;
}
.wh_nav1_3{
    width: 320px;
}
.wh_nav1_4{
    width: 188px;
}
.wh_nav3 li{
    display: none;  
}
.wh_nav2{
    display: none;  
}
.wh_nav3 li a{
    font-size: 12px;
}

@media (max-width:1199px) {
    .wh_nav{
        padding: 0 15px;
    }
    .wh_nav1{
        width: 100%;
    }
    .wh_nav1_2{
        width: 350px;
    }
    .wh_nav1_4{
        width: 150px;
    }
    .wh_nav1_2 li a{
        font-size: 14px;
    }
}
@media (max-width:990px) {
    .wh_nav{
        height: 40px;
    }
    .wh_nav1{
        line-height: 40px;
    }
    
    .wh_nav1_2{
        width: 300px;
    }
    .wh_nav1_4{
        width: 150px;
    }
    .wh_nav1_2 li{
        font-size: 13px;
    }
    .wh_nav1_2 li:hover::after{
        top: 40px;
        left: 15px;
    }
    .wh_nav_active2::after{
        top: 40px;
        left: 15px;
    }
}

@media (max-width:767px) {
    .wh_nav{
        height: auto;
    }
    .wh_nav1_1 ul{
        flex-wrap: wrap;
        height: auto;
    }
    .wh_nav1_1 .wh_nav_h2{
        width: 100%;
        line-height: 20px;
        margin-top: -10px;
    }
    .wh_nav1_2{
        display: none;
    }
    .wh_nav3 li{
        display: block;
        width: 100%;
        line-height: 20px;
        background-color: #164a7a;
        margin-bottom: 1px;
        text-align: center;
        line-height: 20px;
        color: white;
        font-size: 19px;
    }
    .wh_nav2{
        display: block;
        width: 100%;
        line-height: 20px;
        background-color: #164a7a;
        margin-bottom: 1px;
        text-align: center;
        line-height: 20px;
        color: white;
        font-size: 19px;
    }
}




.wh_title{
    width: 1200px;
    margin: 0 auto;
    padding-top: 59px;
}
.wh_title1 .wh_title_hr1{
    width: 720px;
    display: flex;
    margin: 0 auto;
    
}
.wh_title1 .wh_title_hr1 hr{
    width: 170px;
    border: 0.5px solid #e5e5e5;
}

.wh_title1 .wh_title_hr2{
    display: flex;
    margin: 0 auto;
    width: 420px; 
}
.wh_title1 .wh_title_hr2 hr{
    width: 20px;
    border: solid 0.5px #164a7a;
    margin-top: -8px;
}

.wh_title1 h1{
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin-top: -30px;
    font-weight: 600;
}
.wh_titleA  .wh_title_hr1{
    width: 1080px;
}
.wh_titleA .wh_title_hr2{
    width: 780px;
}
@media (max-width:1199px) {
    .wh_title{
        width: 100%;
        padding-top: 30px;
    }
    .wh_title1 h1{
        font-size: 25px;
        margin-top: -25px;
    }
}

@media (max-width:990px) {
    .wh_title1 h1{
        font-size: 20px;
        margin-top: -20px;
    }
    .wh_title1 .wh_title_hr1{
        width: 450px;
    }
    .wh_title1 .wh_title_hr2{
        width: 290px;
    }
    .wh_title1 .wh_title_hr1 hr{
        width: 100px;
    }
    .wh_titleA  .wh_title_hr1{
        width: 700px;
    }
    .wh_titleA .wh_title_hr2{
        width: 540px;
    }
}

@media (max-width:767px) {
    .wh_title{
        padding-top: 15px;
    }
    .wh_title1 h1{
        font-size: 17px;
        margin-top: -18px;
    }
    .wh_title1 .wh_title_hr1{
        width: 320px;
    }
    .wh_title1 .wh_title_hr1 hr{
        width: 50px;
    }
    .wh_title1 .wh_title_hr2{
        width: 244px;
    }
    .wh_title1 .wh_title_hr2 hr{
        width: 12px;
    }
    .wh_titleA  .wh_title_hr1{
        display: none;
    }
    .wh_titleA .wh_title_hr2{
        display: none;
    }
    .wh_titleA h1{
        margin-top: 0;
    }
    
    
}

/* 产品与服务 */
.wh_service1{
    width: 1200px;
    margin: 50px auto 80px;
    display: flex;
    justify-content: space-between;
}
.wh_service1_1{
	width: 285px;
	height: 240px;
	border: solid 1px #e4e4e4;
}
.wh_service1_2{
    display: block;
    margin: 36px auto 27px;
}
.wh_service1_3{
    display: none;
}
.wh_service1_1:hover{
    background-color: #164a7a;
	box-shadow: 0px 0px 10px 0px 
		rgba(8, 34, 57, 0.39);
}
.wh_service1_1:hover .wh_service1_2{
    display: none;
}
.wh_service1_1:hover .wh_service1_3{
    display: block;
    margin: 36px auto 27px;
}
.wh_service1_1:hover h1{
    color: white;
}
.wh_service1_1 hr{
    width: 30px;
    border: 1px solid #f3782b;
}
.wh_service1_1 h1{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	color: #666666;
}
@media (max-width:1199px) {
    .wh_service1{
        width: 100%;
        margin: 30px auto 60px;
    }
    .wh_service1_1{
        width: 24.5%;
        height: 240px;
    }
    .wh_service1_1 h1{
        font-size: 15px;
    }
}

@media (max-width:990px) {
    .wh_service1{
        margin: 20px auto 40px;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .wh_service1_1{
        width: 49%;
        height: 240px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .wh_service1{
        margin: 15px auto 20px;
    }
    .wh_service1_1{
        width: 90%;
        height: 200px;
        margin: 0 auto 10px;
    }
    
    .wh_service1_2{
        display: block;
        margin: 25px auto 20px;
    }
    .wh_service1_1:hover .wh_service1_3{
        display: block;
        margin: 25px auto 20px;
    }
    .wh_service1_1 h1{
        font-size: 14px;
    }
}

.wh_service2{
    width: 100%;
	background-color: #f4f7fa;
}
.wh_service2_1{
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wh_service2_2{
    width: 585px;
	height: 445px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.wh_service2_2_img1{
    width: 100%;
	height: 260px;
}
.wh_service2_2_img2{
    display: block;
    margin: 26px auto 20px;
}
.wh_service2_2 h1{
    font-size: 18px;
	line-height: 18px;
    color: #333333;
    text-align: center;
    font-weight: 600;
}
.wh_service2_2 h2{
    font-size: 14px;
	line-height: 14px;
    color: #8c8c8c;
    text-align: center;
    margin-top: 20px;
}
.wh_service3{
    width: 100%;
    height: 50px;
    background-color: #f4f7fa;
}
@media (max-width:1199px) {
    .wh_service2_1{
        width: 100%;
        margin: 40px auto 0;
    }
    .wh_service2_2{
        width: 49%;
        height: 445px;
        margin-bottom: 30px;
    }
    .wh_service3{
        height: 30px;
    }
    .wh_service2_2 h2{
        padding: 0 10px;
    }
}

@media (max-width:990px) {
    .wh_service2_1{
        margin: 25px auto 0;
    }
    .wh_service2_2{
        height: 400px;
        margin-bottom: 20px;
    }
    .wh_service2_2_img1{
        height: 200px;
    }
}

@media (max-width:767px) {
    .wh_service2_2{
        width: 80%;
        height: 100%;
        margin: 0 auto 15px;
    }
    .wh_service2_2_img1{
        height: 55%;
    }
    .wh_service2_2_img2{
        display: block;
        margin: 20px auto 15px;
    }
    .wh_service2_2 h1{
        font-size: 16px;
        line-height: 16px;
    }
    .wh_service3{
        height: 10px;
    }
    .wh_service2_2 h2{
        margin-bottom: 25px;
    }
}



/* 人事代理 */
.wh_our_sevice{
    width: 1200px;
    margin: 49px auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wh_our_sevice1{
    width: 277px;
	height: 150px;
    border: solid 1px #eeeeee;
    margin-bottom: 28px;
}
.wh_our_sevice1:hover{
    background-color: #ebf0f5;
    border: solid 1px #164a7a;
}
.wh_our_sevice1 div{
    height: 102px;
}
.wh_our_sevice1 img{
    display: block;
    margin: 0 auto;
    padding-top: 32px;
}

.wh_our_sevice1 h1{
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.wh_our_sevice_br{
    display: none;
}

@media (max-width:1199px) {
    .wh_our_sevice{
        width: 100%;
        margin: 20px auto 20px;
    }
    .wh_our_sevice1{
        width: 240px;
        margin-bottom: 18px;
    }
}

@media (max-width:990px) {
    .wh_our_sevice{
        padding: 0 0.5%;
    }
    
    .wh_our_sevice1{
        width: 24%;
        height: 130px;
        margin-bottom: 18px;
    }
    .wh_our_sevice1 div{
        height: 90px;
    }
    .wh_our_sevice1 img{
        padding-top: 25px;
    }
}

@media (max-width:767px) {
    .wh_our_sevice{
        padding: 0 6%;
    }
    .wh_our_sevice1{
        width: 49%;
        height: 130px;
        margin-bottom: 10px;
    }
    .wh_our_sevice1 h1{
        font-size: 14px;
    }
}



.wh_servich_map{
    width: 100%;
    background-color: #f8f8f8;
}
.wh_servich_map1{
    width: 1200px;
    margin: 57px auto 0;
    display: flex;
    justify-content: space-between;
}
.wh_servich_map1 img{
    width: 807px;
    margin-bottom: 72px;
}
.wh_servich_map2{
    width: 262PX;
    margin-top: 280px;
}
.wh_servich_map2 h1{
    font-size: 20px;
	color: #333333;
}
.wh_servich_map2 span{
    padding-bottom: 20px;
    border-bottom: solid 3px #164a7a;
}
.wh_servich_map2 h2{
    font-size: 14px;
    color: #666666;
    margin-top: 43px;
    text-align: left;
}
@media (max-width:1199px) {
    .wh_servich_map1{
        width: 100%;
        margin: 57px auto 0;
        display: flex;
        justify-content: space-around;
    }
    .wh_servich_map1 img{
        width: 645.6px;
        height: 532px;
    }
    .wh_servich_map2{
        width: 262PX;
        margin-top: 200px;
    }
}

@media (max-width:990px) {
    .wh_servich_map1{
        margin-top: 30px;
    }
    .wh_servich_map1 img{
        width: 484.2px;
        height: 399px;
        margin-bottom: 30px;
    }
    .wh_servich_map2{
        width: 262PX;
        margin-top: 120px;
    }
    .wh_servich_map2 h1{
        font-size: 18px;
    }
    .wh_servich_map2 span{
        padding-bottom: 10px;
    }
    .wh_servich_map2 h2{
        font-size: 13px;
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .wh_servich_map1{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .wh_servich_map1 img{
        width: 90%;
        height: 90%;
        display: block;
        margin: 0 auto;
        
    }
    .wh_servich_map2{
        width: 220PX;
        margin: 20px auto 20px;

    }
    .wh_servich_map2 h1{
        font-size: 16px;
    }
    .wh_servich_map2 span{
        padding-bottom: 6px;
    }
    .wh_servich_map2 h2{
        font-size: 13px;
        margin-top: 15px;
    }
}


/* 制造业外包 */
.wh_manufacture1{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.wh_manufacture1_1{
    min-width: 6px;
	height: 6px;
    background-color: #164a7a;
    margin-top: 7px;
    margin-right: 10px;
}
.wh_manufacture1 h1{
    font-size: 14px;
	color: #666666;
}

.wh_manufacture2{
    width: 1200px;
    margin: 35px auto 81px;
    display: flex;
    justify-content: space-between;
}
.wh_manufacture2_1{
    width: 380px;
	height: 140px;
	background-color: #ffffff;
	box-shadow: 0px 3px 16px 0px 
        rgba(190, 190, 190, 0.25);
    border-top: 2px solid #164a7a;
    display: flex;
}
.wh_manufacture2_1 img{
    width: 55px;
    height: 59px;
    margin: 41px 28px 0 10.5%;
}
.wh_manufacture2_1 div{
    height: 70px;
    width: 225px;
    margin-top: 35px;
    padding: 10px 0 0 30px;
    border-left: 1px solid #eeeeee;
}
.wh_manufacture2_1 h1{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
}
.wh_manufacture2_1 p{
    margin-top: 8px;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
.wh_manufacture2_2{
    border-top: 2px solid #c2652a;
}
.wh_manufacture2_3{
    border-top: 2px solid #d89844;
}

@media (max-width:1199px) {
    .wh_manufacture1{
        margin-top: 30px;
        padding: 0 10%;
        text-align: center;
    }
    .wh_manufacture2{
        width: 100%;
        margin: 25px auto 60px;
        flex-direction: column;
    }
    .wh_manufacture2_1{
        height: 140px;
        margin: 0 auto;
        width: 80%;
    }
    .wh_manufacture2_1 img{
        margin: 41px 40px 0 10.5%;
    }
    .wh_manufacture2_1 div{
        width: 60%;
        margin-top: 35px;
        padding: 10px 0 0 60px;
    }
}

@media (max-width:990px) {
    .wh_manufacture2{
        margin: 20px auto 40px;
    }
}

@media (max-width:767px) {
    .wh_manufacture1{
        margin-top: 15px;
    }
    .wh_manufacture1 h1{
        font-size: 13px;
    }
    .wh_manufacture2{
        margin: 20px auto 30px;
    }
    .wh_manufacture2_1{
        width: 90%;
        height: 140px;
        margin: 0 auto;
        padding-right: 10px;
    }
    .wh_manufacture2_1 div{
        width: 58%;
        padding: 0 0 0 15px;
    }
    
}

.wh_manufacture3{
    width: 100%;
    padding-top: 66px;
    background-color: #f7f7f7;
}
.wh_manufacture3_1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.wh_manufacture3_2,.wh_manufacture3_3{
    width: 580px;
    height: 300px;
    padding: 115px 91px 0;
    margin-bottom: 70px;
}
.wh_manufacture3_2{
    background-image: url("../images/wh/wh_bgimg1.png");
    background-size: 100% 100%;
}
.wh_manufacture3_3{
    background-image: url("../images/wh/wh_bgimg2.png");
    background-size: 100% 100%;
}
.wh_manufacture3_1 h1{
    font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
@media (max-width:1199px) {
    .wh_manufacture3_1{
        width: 100%;
    }
    .wh_manufacture3_2{
        width: 80%;
        padding: 10% 10% 0;
        margin: 0 5px 30px 10px;
    }
    .wh_manufacture3_3{
        width: 80%;
        padding: 10% 10% 0;
        margin: 0 10px 30px 5px;
    }
}

@media (max-width:990px) {
    .wh_manufacture3{
        padding-top: 40px;
    }
    .wh_manufacture3_2{
        width: 80%;
        padding: 10% 10% 0;
    }
    .wh_manufacture3_3{
        width: 80%;
        padding: 10% 10% 0;
    }
}

@media (max-width:767px) {
    .wh_manufacture3_1{
        display: flex;
        flex-direction: column;
    }
    .wh_manufacture3_2{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 20% 15% 0;
    }
    .wh_manufacture3_3{
        width: 80%;
        margin: 0 auto;
        padding: 20% 15% 0;
        margin-bottom: 20px;
    }
}


/* 专业招聘 */
.wh_recruit1{
    display: flex;
    justify-content: center;
}
.wh_recruit1_1{
    width: 399px;
    display: flex;
    margin: 37px 0;
}
.wh_recruit1_1 img{
    width: 70px;
    height: 70px;
    margin-left: 29.5%;
}
.wh_recruit1_1 div{
    margin-left: 20px;
}
.wh_recruit1_1 div h1{
    font-size: 18px;
    line-height: 18px;
    font-weight: 550;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 13px;
}
.wh_recruit1_1 div h2{
    font-size: 14px;
    line-height: 14px;
	letter-spacing: 0px;
    color: #999999;
    margin-top: 10px;
}
.wh_recruit1_2{
    width: 0;
    height: 60px;
    border: solid 0.5px #e5e5e5;
    margin-top: 43px;
}
@media (max-width:990px) {
    .wh_recruit1_1{
        display: flex;
        flex-direction: column;
        margin: 20px 0; 
    }
    .wh_recruit1_1 img{
        width: 70px;
        height: 70px;   
        display: block;
        margin: 0 auto;
    }
    .wh_recruit1_1 div{
        margin-left: 0px;
    }
    .wh_recruit1_1 div h1{
        text-align: center;
    }
    .wh_recruit1_1 div h2{
        text-align: center;
    }
    .wh_recruit1_2{
        width: 0;
        height: 100px;
    }
}

@media (max-width:767px) {
    .wh_recruit1_1 img{
        width: 50px;
        height: 50px;
    }
    .wh_recruit1_1 div h1{
        font-size: 16px;
    }
    .wh_recruit1_1 div h2{
        font-size: 13px;
        line-height: 13px;
    }
    .wh_recruit1_2{
        width: 0;
        height: 60px;
    }
}



.wh_recruit2{
    width: 100%;
    background-color: #f2f5f7;
}
.wh_recruit2_1{
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.wh_recruit2_2{
    width: 285px;
	height: 359px;
    background-color: #ffffff;
}
.wh_recruit2_2 img{
    width: 285px;
}
.wh_recruit2_2 div{
    padding: 30px 21px 0;
}
.wh_recruit2_2:hover{
    background-color: #164a7a;
}
.wh_recruit2_2 h1,h2{
    text-align: center;
}
.wh_recruit2_2:hover h1{
    color: white;
}
.wh_recruit2_2:hover h2{
    color: white;
}
.wh_recruit2_2 h1{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
	color: #333333;
}
.wh_recruit2_2 h2{
    margin-top: 14px;
    font-size: 14px;
    line-height: 25px;
	color: #666666;
}

.wh_recruit2_3{
    width: 100%;
    height: 80px;
    background-color: #f2f5f7;
}
@media (max-width:1199px) {
    .wh_recruit2_1{
        width: 100%;
        margin: 50px auto 0;
        flex-wrap: wrap;
    }
    .wh_recruit2_2{
        width: 49.5%;
        height: 160px;
        margin-bottom: 20px;
        display: flex;
    }
    .wh_recruit2_2 div{
        padding: 10px 10px 0;
    }
    .wh_recruit2_2 h1{
        font-size: 16px;
        line-height: 16px;
    }
    .wh_recruit2_2 h2{
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .wh_recruit2_3{
        height: 50px;
    }
}

@media (max-width:990px) {
    .wh_recruit2_1{
        margin: 30px auto 0;
    }
    .wh_recruit2_3{
        height: 30px;
    }
    .wh_recruit2_2{
        width: 80%;
        height: 160px;
        margin: 0 auto;
        margin-bottom: 20px;
        display: flex;
    }
    .wh_recruit2_2 div{
        padding: 30px 21px 0;
    }
}

@media (max-width:767px) {
    .wh_recruit2_1{
        margin: 15px auto 0;
    }
    .wh_recruit2_3{
        height: 10px;
    }
    .wh_recruit2_2{
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .wh_recruit2_2 img{
        width: 100%;
    }
    .wh_recruit2_2 h2{
        margin-bottom: 20px;
        padding: 15px 20px 0;
    }
}



.wh_recruit3_1{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.wh_recruit3_2{
    width: 20%;
    padding-top: 40px;
    text-align: center;
}
.wh_recruit3_3{
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    
}
.wh_recruit3_3 img{
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.wh_recruit3_4{
    width: 16px;
    height: 16px;
    display: block;
    margin: -8px auto 25px;
}
.wh_recruit3_2 h2{
    width: 68.75%;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
    color: #999999;
    margin: 16px auto 70px;
    text-align: center;
}
@media (max-width:1199px) {
    .wh_recruit3_1{
        width: 100%;
    }
}

@media (max-width:990px) {}

@media (max-width:767px) {
    .wh_recruit3_1{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .wh_recruit3_2{
        width: 90%;
        height: 150px;
        padding-top: 20px;
        display: flex;
        margin: 0 auto;
        border-bottom: 1px dashed #e5e5e5;
    }
    .wh_recruit3_3{
        width: 30%;
        height: 110px;
        border-bottom: none;
        border-right: 1px dashed #e5e5e5;
    }
    .wh_recruit3_3 img{
        display: block;
        margin: 25px auto;
    }
    .wh_recruit3_4{
        width: 16px;
        height: 16px;
        display: block;
        margin: 57px 0 0;
        margin-left: -8px;
    }
    .wh_recruit3_2 div{
        width: 50%;
    }
    .wh_recruit3_2 h2{
        width: 68.75%;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #999999;
        margin: 16px auto 10px;
        text-align: center;
    }
}


/* 关于我们 */
.wh_about1{
    width: 1200px;
    margin: 50px auto 80px;
    display: flex;
    justify-content: space-between;
}
.wh_about1_1{
    display: flex;
}
.wh_about1_1 h1{
    width: 192px;
	height: 42px;
    background-color: #164a7a;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    margin-top: 258px;
    z-index: 999;
}
.wh_about1_1 img{
    width: 396px;
    height: 320px;
    margin-left: -122px;
    z-index: -1;
}
.wh_about1_2{
    width: 57%;
}
.wh_about1_2 h2{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
	line-height: 18px;
    color: #164a7a;
    margin-top: 37px;
}
.wh_about1_2 h2 span{
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}
.wh_about1_2 p{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 38px;
    color: #666666;
    margin-top: 20px;
}
@media (max-width:1199px) {
    .wh_about1{
        width: 100%;
        margin: 40px auto 60px;
    }
    .wh_about1_1{
        margin-right: 20px;
    }
    .wh_about1_2 p{
        line-height: 30px;
        margin-top: 15px;
    }
}

@media (max-width:990px) {
    .wh_about1{
        width: 100%;
        margin: 30px auto 40px;
    }
    .wh_about1_1{
        margin-right: 15px;
    }
    .wh_about1_1 h1{
        margin-top: 200px;
    }
    .wh_about1_1 img{
        width: 350px;
        height: 283.5px;
        margin-left: -140px;
    }
    .wh_about1_2 h2{
        margin-top: 15px;
    }
    .wh_about1_2 p{
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width:767px) {
    .wh_about1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .wh_about1_1{
        width: 80%;
        margin: 0 auto;
    }
    .wh_about1_1 h1{
        margin-top: 45%;
        width: 170px;
        height: 35px;
        font-size: 13px;
        line-height: 35px;
    }
    .wh_about1_1 img{
        width: 80%;
        height: 80%;
        margin-left: -122px;
    }
    .wh_about1_2{
        width: 85%;
        margin: 0 auto;
    }
}


.wh_about2{
    width: 100%;
    height: 380px;
    background-image: url("../images/wh/wh_about2.png");
    background-size: 100% 100%;
}
.wh_about2_1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.wh_about2_2{
    width: 380px;
	height: 240px;
    background-color: #ffffff;
    margin: 70px 0;
    
}
.wh_about2_2 img{
    width: 49px;
	height: 45px;
    display: block;
    margin: 35px auto 27px;
}
.wh_about2_2 hr{
    width: 30px;
	height: 2px;
	border: solid 1px #f3782b;
}
.wh_about2_2 h1{
    text-align: center;
    font-size: 16px;
	line-height: 16px;
    color: #333333;
    margin-top: 27px;
    font-weight: 600;
}
.wh_about2_2 h2{
    margin-top: 16px;
    font-size: 14px;
	line-height: 22px;
    color: #666666;
    text-align: center;
}
@media (max-width:1199px) {
    .wh_about2{
        height: 340px;
    }
    .wh_about2_1{
        width: 100%;
        padding: 0 10px;
    }
    .wh_about2_2{
        width: 32%;
        margin: 50px 0;
    }
}
@media (max-width:767px) {
    .wh_about2{
        height: 370px;
    }
    .wh_about2_1{
        display: flex;
        flex-direction: column;
    }
    .wh_about2_2{
        width: 80%;
        height: 100px;
        margin: 10px auto 10px;
        display: flex;
        padding-right: 15px;
    }
    .wh_about2_2 hr{
        display: none;
    }
    .wh_about2_2 img{
        width: 49px;
        height: 45px;
        display: block;
        margin: 27px 8% 0;
    }
    .wh_about2_2 div{
        padding-left: 15px;
        border-left: 1px solid #e5e5e5;
        height: 70px;
        margin-top:15px;
    }
    .wh_about2_2 h1{
        font-size: 16px;
        line-height: 16px;
        margin-top: 0px;
        text-align: left;
    }
    .wh_about2_2 h2{
        margin-top: 10px;
        font-size: 13px;
        line-height: 16px;
        color: #666666;
        text-align: left;
    }
    .wh_about2_2 br{
        display: none;
    }
}


/* 联系我们 */
.wh_contact{
    width: 1200px;
    margin: 50px auto 80px;
    display: flex;
    justify-content: space-between;
}
.wh_contact_map{
    width: 700px;
	height: 360px;
	border: solid 1px #164a7a;
}
.wh_contact1{
    width: 419px;
}
.wh_contact1 h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.wh_contact2{
    display: flex;
    margin-top: 20px;
}
.wh_contact2 div{
    width: 33px;
}
.wh_contact2 img{
    height: 16px;
    margin-right: 20px;
}
.wh_contact2 h2{
    text-align: left;
    font-size: 14px;
	color: #333333;
}
.wh_contact3{
    margin-top: 30px;
    display: flex;
}
.wh_contact3 img{
    width: 77px;
	height: 76px;
}
.wh_contact3 h3{
    margin-left: 18px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #164a7a;
    margin-top: 30px;
}
#dituContent_1 {
    width: 690px;
    height: 350px;
    margin: 5px auto;
}

@media (max-width:1199px) {
    .wh_contact{
        width: 100%;
        margin: 40px auto 60px;
        padding: 0 20px;
    }
    .wh_contact_map{
        width: 58%;
    }
    #dituContent_1 {
        width: 99%;
    }
    .wh_contact1{
        width: 35%;
    }
}
@media (max-width:990px) {
    .wh_contact3 h3{
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .wh_contact{
        margin: 20px auto 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wh_contact_map{
        width: 100%;
        height: 250px;
    }
    #dituContent_1 {
        width: 99%;
        height: 244px;
        margin: 3px auto;
    }
    .wh_contact1{
        width: 100%;
    }
    .wh_contact1 h1{
        font-size: 17px;
        line-height: 17px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .wh_contact2{
        margin-top: 10px;
    }
    .wh_contact3{
        margin-top: 15px;
    }
}

/* 内部招聘 */
.wh_recruitment0{
    height: 30px;
}
.wh_recruitment{
	width: 1200px;
	height: 50px;
    background-color: #f7f7f7;
    margin: 20px auto 0;
    padding: 0 20px 0 33px;
    display: flex;
    justify-content: space-between;
}

.wh_recruitment h1{
    line-height: 50px;
    font-size: 16px;
	color: #666666;
}
.wh_recruitment h2{
    line-height: 50px;
    font-weight: 600;
    font-size: 30px;
	color: #666666;
}
.wh_recruitment1{
    width: 1200px;
	height: 50px;
    margin: 20px auto 0;
    padding: 0 20px 0 33px;
    display: flex;
    justify-content: space-between;
    background-color: #164a7a;
}
.wh_recruitment1 h1{
    line-height: 50px;
    font-size: 16px;
	color: white;
}
.wh_recruitment1 h2{
    line-height: 50px;
    font-weight: 600;
    font-size: 30px;
	color: white;
}
.wh_recruitment2{
    width: 1200px;
	height: 570px;
    background-color: #f7f7f7;
    margin: 0 auto;
    padding-left: 31px;
    padding-top: 31px;
}

.wh_recruitment2 p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #666666;
    margin-bottom: 5px;
}
.wh_recruitment2 strong{
    margin-bottom: 31px;
    font-size: 14px;
	line-height: 14px;
    color: #333333;
    font-weight: 600;
    width: 569px;
}
/* .wh_recruitment2 span{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
} */
/* .wh_recruitment2 h2{
    text-align: left;
    font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.wh_recruitment2 div{
    width: 569px;
    margin-bottom: 20px;
} */
@media (max-width:1199px) {
    .wh_recruitment0{
        height: 10px;
    }
    .wh_recruitment{
        width: 100%;
    }
    .wh_recruitment1{
        width: 100%;
    }
    .wh_recruitment2{
        width: 100%;
    }
    
}

@media (max-width:767px) {
    .wh_recruitment{
        margin: 5px auto 0;
        padding: 0 20px 0 20px;
    }
    .wh_recruitment1{
        margin: 5px auto 0;
        padding: 0 20px 0 20px;
        height: 40px;
    }
    
    .wh_recruitment1 h1{
        line-height: 40px;
    }
    .wh_recruitment1 h2{
        line-height: 40px;
    }
    .wh_recruitment2{
        height: 100%;
        padding-left: 20px;
        padding-top: 15px;
    }
    .wh_recruitment2 strong{
        margin-bottom: 15px;
    }
    .wh_recruitment2 p{
        width: 95%;
    }
}


/* 合作伙伴 */
.wh_partner{
    width: 1200px;
    margin: 38px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wh_partner img{
    width: 280px;
    height: 120px;
    margin-bottom: 27px;
}
@media (max-width:1199px) {
    .wh_partner{
        width: 100%;
        margin: 25px auto 20px;
        padding: 0 20px;
    }
}
@media (max-width:990px) {
    .wh_partner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media (max-width:767px) {
    .wh_partner{
        width: 100%;
        margin: 15px auto 10px;
    }
    .wh_partner img{
        width: 280px;
        height: 120px;
        margin-bottom: 10px;
    }
}


/* 新闻动态 */
.wh_new{
    padding-top: 60px;
}
/* .wh_new ul li{
    display: flex;
    flex-direction: column;
} */
.wh_news{
    width: 1200px;
	height: 246px;
    background-color: white;
    margin: 0 auto 0;
    border-bottom: solid 1px #e5e5e5;
}
.wh_news a{
    display: flex;
}
.wh_news:hover{
    background-color: #f5f5f5;
    border: none;
}
.wh_news1{
    width: 13.6%;
    padding-top: 82px;
}
.wh_news1 h1{
    font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
    color: #999999;
    text-align: center;
}
.wh_news1 hr{
    width: 90px;
    height: 1px;
    border:0.5px solid #999999;
    margin-top: 30px;
}
.wh_news1 h2{
    font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
    color: #999999;
    margin-top: 23px;
    text-align: center;
}
.wh_news:hover .wh_news1 h1{
    color: #164a7a;
}
.wh_news:hover .wh_news1 h2{
    color: #164a7a;
}
.wh_news:hover .wh_news1 hr{
    border:0.5px solid #164a7a;
}
.wh_news2 img{
    width: 290px;
    height: 166px;
    margin-top: 40px;
}
.wh_news3{
    width: 58.75%;
    margin-left: 38px;
    padding-top: 45px;
}
.wh_news3 h1,h2{
    text-align: left;
}
.wh_news3 h1{
    font-size: 18px;
	line-height: 18px;
	color: #333333;
}
.wh_news:hover .wh_news3 h1{
    color: #164a7a;
}
.wh_news3 h2{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
}
.wh_news3_1{
    display: flex;
    justify-content: space-between;
    padding-right: 33px;
    margin-top: 30px;
}
.wh_news3_1 div{
    display: flex;
}
.wh_news3_2,.wh_news3_3{
    width: 24px;
	height: 14px;
}
.wh_news3_3{
    display: none;
}
.wh_news:hover .wh_news3_2{
    display: none;
}
.wh_news:hover .wh_news3_3{
    display: inline;
}
.wh_news3 h3{
    margin-left: 10px;
    color: #999999;
}
.wh_news:hover h3{
    color: #164a7a;
}
.wh_news3_4{
    display: none;
    width: 31px;
    height: 20px;
}
.wh_news:hover .wh_news3_4{
    display: inline;
}
.wh_news4 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 49px auto 80px;
}
/* .wh_news4 div{
    width: 58px;
	height: 28px;
    border: solid 1px #e5e5e5;
    line-height: 28px;
    text-align: center;
} */
/* .wh_news4 h1{
    width: 28px;
	height: 28px;
    border: solid 1px #e6e6e6;
    line-height: 28px;
    text-align: center;
} */
 /* .wh_news4_active{
    background-color: #164a7a;
    color: white;
} */
/* .wh_news4 div:hover{
    background-color: #164a7a;
    color: white;
} */

.totalPage{
    display: none !important;
}
.wh_news4 span{
    display: none !important;
}
.wh_news4 li{
    margin: 0 3px;
}
.wh_news4 li a{
    font-size: 13px !important;
    height: 28px!important;
    border: solid 1px #e5e5e5!important;
    line-height: 28px!important;
    background-color:white!important;
    padding: 0 10px !important;
    color: #4d4d4d !important;
    text-shadow: none !important;
    
}
.wh_news4 li:hover a{
    background-color: #164a7a !important;
    color: white!important;
}
.wh_news4 li a.active{
    background-color: #164a7a !important;
    color: white!important;
}




@media (max-width:1199px) {
    .wh_new{
        padding-top: 40px;
    }
    .wh_news{
        width: 100%;
        height: 246px;
    }
    .wh_news2 img{
        width: 100%;
        height: auto;
    }
    .wh_news3_1{
        margin-top: 20px;
    }
    .wh_news4 ul{
        margin: 40px auto 60px;
    }
}

@media (max-width:990px) {
    .wh_new{
        padding-top: 25px;
    }
    .wh_news{
        height: 100%;
    }
    .wh_news1{
        width: 13.6%;
        padding-top: 45px;
    }
    .wh_news2{
        width: 28%;
    }
    .wh_news2 img{
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .wh_news3{
        margin-left: 20px;
        padding-top: 3%;
    }
    .wh_news3_1{
        margin-top: 10px;
        margin-bottom: 2%;
    }
    .wh_news3 h1{
        font-size: 17px;
    }
    .wh_news3 h2{
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .wh_news3_1{
        margin-top: 2%;
    }
    .wh_news4 ul{
        margin: 30px auto 40px;
    }
    
    
    
}
@media (max-width:767px) {
    .wh_new{
        padding-top: 15px;
    }
    .wh_news a{
        display: flex;
        flex-wrap: wrap;
    }
    .wh_news{
        margin-bottom: 10px;
    }
    .wh_news1{
        width: 100%;
        flex-direction: row;
        padding-top: 0px;
        display: flex;
        justify-content: center;
    }
    .wh_news1 hr{
        display: none;
        /* margin-top: 10px;
        width: 30px; */
    }
    .wh_news1 h2{
        margin-top: 18px;
    }
    .wh_news2{
        width:90%;
        margin: 0 auto;
    }
    .wh_news2 img{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .wh_news3{
        width: 90%;
    }
    .wh_news3_1{
        margin-top: 2%;
        margin-bottom: 15px;
    }
    .wh_news4 ul{
        margin: 20px auto 20px;
    }
}




/* 新闻详情 */
.wh_news_detail{
    width: 1200px;
    margin: 52px auto 80px;
}
.wh_news_detail h1{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.wh_news_detail h2{
    text-align: center;
    font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #333333;
    opacity: 0.8;
    margin-top: 18px;
    margin-bottom: 30px;
}
.wh_news_detail p{
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    opacity: 0.8;
}
.wh_news_detail1{
    display: flex;
    justify-content: space-between;
}
.wh_news_detail1 img{
    width: 585px;
    height: 360px;
    margin: 10px 0;
}
.wh_news_detail3{
    display: flex;
    flex-direction: row-reverse;
}
.wh_news_detail3 h3{
    width: 150px;
	height: 50px;
    background-color: #164a7a;
    font-size: 16px;
	line-height: 50px;
	letter-spacing: 0px;
    color: #fefeff;
    text-align: center;
    margin-top: 50px;
}
.wh_news_detail hr{
    height: 1px;
    border: 0.5px solid #363123;
    opacity: 0.08;
    margin-top: 40px;
}
.wh_news_detail2{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.wh_news_detail2 h4{
    font-size: 12px;
	line-height: 12px;
	color: #333333;
	opacity: 0.8;
}
@media (max-width:1199px) {
    .wh_news_detail{
        width: 100%;
        margin: 40px auto 60px;
    }
    .wh_news_detail1 img{
        width: 49%;
        height: 50%;
    }
    .wh_news_detail p{
        padding: 0 10px;
    }
}

@media (max-width:990px) {
    .wh_news_detail{
        margin: 30px auto 40px;
    }
    .wh_news_detail h2{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .wh_news_detail p{
        line-height: 20px;
    }
    .wh_news_detail3 h3{
        width: 130px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-top: 30px;
    }
    .wh_news_detail hr{
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .wh_news_detail{
        margin: 20px auto 20px;
    }
    .wh_news_detail h2{
        margin-bottom: 10px;
    }
    .wh_news_detail1{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wh_news_detail h1{
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px;
    }
    .wh_news_detail1{
        padding: 0 10px;
    }
    .wh_news_detail1 img{
        width: 100%;
        height: 50%;
        margin: 5px auto;
    }
    .wh_news_detail2 h4{
        padding: 0 10px;
        line-height: 20px;
    }
    .wh_news_detail3{
        padding-right: 10px;
    }
    .wh_news_detail3 h3{
        width: 120px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        margin-top: 15px;
    }
    .wh_news_detail hr{
        margin-top: 10px;
    }
}


/* 首页 */
.swiper-button-prev{
    background-image: url("../images/wh/wh_prev.png");
    background-size: 100% 100%;
    width: 2.6%;
    height: 18.1%;
    margin-left: -0.8%;
}
.swiper-button-next{
    background-image: url("../images/wh/wh_next.png");
    background-size: 100% 100%;
    width: 2.6%;
    height: 18.1%;
    margin-right: -0.8%;
}
.wh_homepage_swiper .swiper-slide img{
    width: 100%;
}
.wh_homepage_swiper .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 1%;
}
.wh_homepage_swiper .swiper-pagination-bullet .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: black;
}

@media (max-width:767px) {
    .swiper-button-prev{
       display: none;
    }
    .swiper-button-next{
        display: none;
    }
    .wh_homepage_swiper .swiper-pagination-bullet{
        width: 30px;
    }
}

.wh_homepage{
    width: 1200px;
    margin: 0 auto ;
    display: flex;
    justify-content: space-between;
}
.wh_homepage1{
    width: 1px;
    height: 120px;
	border: 0.5px solid #164a7a;
    opacity: 0.2;
    margin-top: 44px;
}
.wh_homepage2{
    width: 24.8%;
}
.wh_homepage2 .wh_homepage2_1{
    width: 70px;
    height: 70px;
    display: block;
    margin: 25px auto 20px;
}
.wh_homepage2_2{
    display: none;
}
.wh_homepage2:hover .wh_homepage2_1{
    display: none;
}
.wh_homepage2:hover .wh_homepage2_2{
    width: 70px;
    height: 70px;
    display: block;
    margin: 25px auto 20px;
}
.wh_homepage2 h1{
    font-size: 18px;
    line-height: 18px;
    text-align: center;
	color: #333333;
}
.wh_homepage2 h2{
    width: 210px;
    margin: 18px auto 25px;
    font-size: 14px;
	line-height: 20px;
    color: #999999;
    text-align: center;
}
.wh_homepage1_1{
    display: none;
}
@media (max-width:1199px) {
    .wh_homepage{
        width: 100%;
        padding: 0 10px;
        flex-wrap: wrap;
    }
}

@media (max-width:990px) {
    .wh_homepage2{
        width: 49.8%;
    }
    .wh_homepage1_1{
        display: inline;
    }
}

@media (max-width:767px) {
    .wh_homepage{
        margin-bottom: 10px;
    }
    .wh_homepage2{
        width: 80%;
        margin: 0 auto;
        border-bottom: solid 1px #999999;
    }
    .wh_homepage1{
        display: none;
    }
}