/* banner  start*/
.banner {
    width: 100%;
    height: 600px;
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/cooperation_banner.png');
    background-size: 100% 100%;
    position: relative;
}

.banner_text {
    width: 325px;
    height: 325px;
    position: absolute;
    right: 230px;
    top: 150px;
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/cooperation_txt.png');
    background-size: 100% 100%;
    padding-top: 5px;
}

.banner_text_title {
    width: 100%;
    text-align: right;
    padding-right: 40px;
    font-size: 35px;
    font-family: PingFang SC;
    font-weight: 500;
    font-style: italic;
    color: #FFFFFF;
}

.banner_text_info {
    margin-top: 50px;
    padding: 0 35px 0 25px;
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

/*banner end*/

.middle{
    margin: 115px 0 115px;
}

.middle_item {
    margin-top: 106px;
    justify-content: space-between;
}

.middle_item img {
    width: 608px;
    height: 407px;
}

.middle_item_info {
    width: 359px;
}

.middle_item_info_num {
    height: 75px;
    line-height: 75px;
    font-size: 100px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FB948A;
}

.middle_item_info_name {
    margin-top: 26px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FDC589;
}

.middle_item_info_txt {
    margin-top: 50px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FDC589;
}