.hz_box {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.hz_tit {
    text-align: center;
    line-height: 104px;
    font-size: 26px;
    font-weight: 900;
    color: #242424;
    width: 900px;
    margin: 0 auto;
    background-size: 100% 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.tab {
    justify-content: space-between;
    align-items: center;
}

.tab li {
    width: 540px;
    height: 100px;
    cursor: pointer;
}

.tab_img,
.tab_img img {
    width: 100%;
    height: 100%;
}

.hz_cont {
    padding-top: 30px;
}

.hz_cont_box {
    display: none;
}

.hz_dates {
    width: 100%;
}

.hz_date,
.hz_date img {
    width: 400px;
    height: 250px;
}

.hz_info {
    background: white;
    padding: 28px 34px;
    flex: 1;
}

.hz_info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
}

.hz_info h4 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}

.hz_info ul li {
    width: 100%;
    justify-content: space-between;
}

.hz_info ul li img {
    width: 200px;
    height: 80px;
    margin-top: 40px;
}

.hz_banner {
    width: 100%;
    height: 150px;
    background-image: url("/statics/yzb/wsbhz/img/hz_bg.png");
    background-size: 100% 100%;
}

.hz_banner_btn {
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.wsb_to{
    cursor: pointer;
    position: relative;
}
.wsb_img{
    display: none;
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: -43px;
    left: -132px;
}
.hz_banner_btn li:hover {
    opacity: 0.9;
}

.hz_banner_btn li {
    width: 180px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    color: #0461d2;
    transition: 0.2s;
}

.hz_banner_btn a .zx {
    color: #ec3a45;
    margin: 0 51px 0 31px;
}

.hz_tips {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.hz_comm_tit {
    background: white;
}

.show_platform {
    width: 100%;
    margin-top: 60px;
    justify-content: space-between;

}

.show_platform li {
    width: 250px;
    box-shadow: 0px 0px 18px 0px rgba(195, 195, 195, 0.32);
}

.platform_img,
platform_img img {
    width: 250px;
    height: 150px;
}

.show_platform li p {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    color: #333333;
    text-align: center;
}

.show_platform li span {
    padding: 0 22px 28px 18px;
    display: block;
    font-size: 14px;
    color: #999999;

}

.hz_comm_tit_2 {
    background-color: #f8f8f8;
}

.show_jx {
    width: 100%;
    margin-top: 60px;
    width: 100%;
    background-color: #ff4f1f;
    justify-content: space-around;
    justify-content: space-evenly;
    padding: 25px 0;
}

.show_jx li {
    width: 250px;
    height: 150px;
    background-color: #ffffff;
}

.show_jx li h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    color: #333333;
    text-align: center;
}

.show_jx li p {
    font-size: 14px;
    color: #999999;
    padding: 0 32px 28px 18px;
}
.cooperation_con{
    background:white;
}
.yzb_hz_box{
    position: relative;
}
.yzb_hz_img{
    position: absolute;
    display: none;
    width: 130px;
    height: 130px;
    top: 0;
    left: 0;
    z-index: 10;
}
.cooperation_banner {
    width: 1100px;
    height: 200px;
    background-image: url("/statics/yzb/wsbhz/img/cooperation_banner.png");
    background-size: 100% 100%;
    box-shadow: 0 0 30px #fff inset;
}

.show_cooperation {
    justify-content: space-between;
    margin: 30px 0;
}
.show_cooperation li{
    border-radius:30px;
	border: solid 1px #dcecff;
    padding-bottom: 36px;
    background-size: white;
}
.show_cooperation li h4 {
    width: 250px;
    line-height: 70px;
    text-align: center;
    background-image: url("/statics/yzb/wsbhz/img/show_cooperation.png");
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: 600;
    color: #f8f8f8;
    margin-bottom: 6px;
}

.show_cooperation li p {
    text-align: center;
    width: 230px;
    line-height: 36px;
    background-color: #e8f2ff;
    border-radius: 18px;
    margin: 20px auto 0 ;
    	color: #0461d2;
}
.show_cooperation li p:nth-child(2n-1){
    	background-color: #f8f8f8;
    color: #333333;
}
.cooperation_func{
    width: 1100px;
	height: 150px;
    background-image: url("/statics/yzb/wsbhz/img/cooperation_func.png");
    background-size: 100% 100%;
}

.cooperation_func_btn {
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.yzb_hz_bottom{
    position: relative;
}
.yzb_hz_bottom_img{
    position: absolute;
    display: none;
    width: 130px;
    height: 130px;
    top: -37px;
    left: -138px;
    z-index: 10;
}
.cooperation_func_btn li:hover {
    opacity: 0.9;
}

.cooperation_func_btn li {
    width: 180px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    color: #0461d2;
    transition: 0.2s;
}

.cooperation_func_btn a .zx {
    color: #ec3a45;
    margin: 0 51px 0 31px;
}