.wh_news{
    width: 100%;
    height: 841px;
    background-color: #f8f8f8;
    padding-top: 90px;
}
.wh_news1{
    width: 1400px;
    margin: 0 auto;
}
.wh_title h1{
    font-size: 52px;
    font-weight: bold;
    color: #224364;
    letter-spacing: -2px;
    opacity: 0.12;
    text-align: center;
}
.wh_title h2{
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    color: #333333;
    margin-top: -30px;
    font-weight: 600;
}
.wh_new2{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.wh_new2_1{
    width: 560px;
    height: 460px;
}
.wh_new2_1 img{
    width: 100%;
    height: 260px;
}
.wh_new2_2{
    width: 100%;
	height: 180px;
    background-color: #1e57a6;
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
}
.wh_new2_3{
    margin-top: 40px;
}
.wh_new2_3 h1{
    font-size: 32px;
	color: #ffffff;
    text-align: center;
}
.wh_new2_3 h2{
    font-size: 16px;
    color: #f0f0f0;
    text-align: center;
}
.wh_new2_4{
    width: 416px;
}
.wh_new2_4 h1{
    font-size: 20px;
    color: #ffffff;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px;
}
.wh_new2_4 p{
    font-size: 14px;
	color: #efefef;
}
.wh_new3{
    width: 810px;
}
.wh_new3 ul{
    width: 100%;
}
.wh_new3 ul li{
    width: 100%;
    height: 120px;
    padding: 0 50px 0 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 50px;
}
.wh_new3 ul li div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.wh_new3 ul li div h1{
    font-size: 20px;
	color: #333333;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; 
}
.wh_new3 ul li div h2{
    font-size: 20px;
	color: #999999;
}
.wh_new3 ul li div p{
    width: 618px;
    font-size: 14px;
    line-height: 24px;
	color: #666666;
}
.wh_new3 ul li div img{
    width: 20px;
    height: 12px;
    margin-top: 25px;
}
.wh_new3_img2{
    display: none;
}
.wh_new3 ul li:hover div h1{
    color: #1e57a6;
}
.wh_new3 ul li:hover .wh_new3_img{
    display: none;
}
.wh_new3 ul li:hover .wh_new3_img2{
    display: block;
}
.wh_news1 h4{
    width: 160px;
	height: 51px;
	background-color: #1e57a6;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}
@media (max-width:1477px) {
    .wh_new3 {
        width: 730px;
    }
    .wh_news1 {
        width: 1350px;
        margin: 0 auto;
    }
    .wh_news{
        width: 100%;
        height: 800px;
        background-color: #f8f8f8;
        padding-top: 50px;
    }
}

@media (max-width:1365px) {
    .wh_new3 {
        width: 550px;
    }
    .wh_news1 {
        width: 1180px;
    }
    .wh_new3 ul li div p {
        width: 400px;
    }
}

@media (max-width:1199px) {
    .wh_new3 {
        width: 485px;
    }
    .wh_news1 {
        width: 950px;
    }
    .wh_new3 ul li div p {
        width: 400px;
    }
    .wh_new3 ul li {
        width: 100%;
        height: 120px;
        padding: 0 ;
        margin-bottom: 10px;
    }
    .wh_new2_1 {
        width: 425px;
        height: 460px;
    }
    .wh_new2_2 {
        padding: 0px 10px;
    }
    .wh_new2_4 h1 {
        margin-top: 25px;
    }
    .wh_new2_4 {
        width: 325px;
    }
}

@media (max-width:990px) {
    .wh_news {
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding: 0 2%;
    }
    .wh_news1 {
        width: 100%;
    }
    .wh_new2 {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wh_new2_1 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .wh_new2_4 {
        width: auto;
    }
    .wh_new2_2 {
        padding: 0px 2%;
    }
    .wh_new2_3{
        width: 100%;
        margin-top: 10px;
    }
    .wh_new3 {
        width: 100%;
    }
    .wh_new2_4 h1 {
        font-size: 16px;
        margin-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .wh_new2_2 {
        flex-direction: column;
        height: auto;
    }
    .wh_new2_4 p {
        margin-bottom: 20px;
    }
    .wh_title h1 {
        font-size: 42px;
    }
    .wh_title h2{
        font-size: 34px;
    }
    .wh_new3 ul li div{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .wh_new3 ul li {
        height: auto;
    }
    .wh_new3 ul li div h1{
        text-align: center;
    }
    .wh_new3 ul li div h2{
        text-align: center;
    }
    .wh_new3 ul li div p {
        width: 100%;
    }
    .wh_new3 ul li div img {
        display: none;
    }
    .wh_new3 ul li:hover .wh_new3_img2 {
        display: none;
    }
    .wh_news{
        padding-bottom: 20px;
    }
    .wh_news1{
        padding: 50px 0;
    }
    .wh_news1 .wh_title{
        padding-bottom: 20px;
    }
}







.wh_partner{
    margin-top: 90px;
    margin-bottom: 90px;
}
.wh_partner2{
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
}

.wh_partner2 .swiper-container .swiper-button-next{
    width: 56px;
    height: 57px;
    background-image: url("../image/wh_next.png");
    background-size: 100% 100%;
    right: 0;
    left: unset;
}
.wh_partner2 .swiper-container .swiper-button-prev{
    width: 56px;
    height: 57px;
    background-image: url("../image/wh_prev.png");
    background-size: 100% 100%;
    top: 28px;
    left: 0;
}
.wh_partner2 .swiper-container{
    height: 70px;
    position: unset;
}
.wh_partner2{
    padding: 0 86px;
    position: relative;
}
.wh_partner2 .swiper-container .swiper-slide{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wh_partner2 .swiper-container .swiper-slide img{
    max-height: 100%;
    max-width: 100%;
}


@media (max-width:1477px) {
    .wh_partner{
        padding: 0 2%;
    }
    /* .wh_partner2 .swiper-container .swiper-button-prev{
        display: none;
    }
    .wh_partner2 .swiper-container .swiper-button-next{
        display: none;
    } */
    .wh_partner2{
        width: 100%;
    }
    .wh_partner {
        margin: 50px 0;
    }
}

@media (max-width:990px) {
    .wh_partner {
        margin: 30px 0;
    }
    .wh_partner2 .swiper-container .swiper-wrapper .swiper-slide img{
        display: block;
        margin: 0 auto;
    }
}


@media (max-width:767px) {
    .wh_title h1{
        font-size: 36px;
    }
    .wh_title h2{
        font-size: 22px;
    }
    .wh_partner2 .swiper-container .swiper-button-prev,
    .wh_partner2 .swiper-container .swiper-button-next{
        width: 40px;
        height: 42px;
        background-size: 100%;
    }
    .wh_partner2 .swiper-container .swiper-button-prev{
        left: 3%;
    }
    .wh_partner2 .swiper-container .swiper-button-next{
        right: 3%;
    }
    .wh_partner2 {
        margin-top: 20px;
    }
    .wh_news1 {
        padding: 5.5vw 0;
    }
    .wh_news1 .wh_title {
        padding-bottom: 0;
    }
    .wh_news1 h4{
        width: 130px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
    }
}


