.banner {
    width: 100%;
    height: 600px;
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/business_banner.png');
    background-size: 100% 100%;
    position: relative;
}

.banner_text {
    width: 444px;
    height: 352px;
    position: absolute;
    top: 190px;
    right: 270px;
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/business_txt.png');
    background-size: 100% 100%;
}

.banner_text_top {
    position: absolute;
    left: -50px;
    top: -50px;
    font-size: 94px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.banner_text_info {
    margin-top: 6px;
    width: 100%;
    padding: 100px 0 0 105px;

}

.banner_text_info_item {
    margin-top: 10px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.banner_text_info_item span {
    display: inline-block;
    background: #F5A34B;
}

.banner_text_bottom {
    position: absolute;
    right: -50px;
    bottom: -17px;
    font-size: 94px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.middle {
    margin-top: 150px;
}

.mobile {
    width: 900px;
    height: 682px;
    padding: 176px 0 0 256px;
}

.pc {
    width: 1200px;
    height: 910px;
    padding: 246px 0 0 340px;
}

.middle_model {
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/business_base.png');
    background-size: 100% 100%;
    margin-bottom: 200px;
}

.middle_model_top,
.middle_model_bottom {
    justify-content: space-between;
    position: relative;
}

.pc .middle_model_top_corner,
.pc .middle_model_bottom_corner {
    width: 147px;
    height: 82px;
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 82px;
}

.pc .middle_model_top_center,
.pc .middle_model_bottom_center {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
    height: 182px;
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
}

.pc .middle_model_center {
    margin-top: 135px;
    padding: 0 58px 0 45px;
    justify-content: space-between;
}

.pc .middle_model_center_item {
    width: 180px;
    height: 180px;
}

.pc .middle_model_center_item {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
}

.pc .middle_model_bottom {
    margin-top: 168px;
}

.pc .middle_model_bottom_center {
    position: absolute;
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
    height: 182px;
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
}

.mobile .middle_model_top_corner,.mobile .middle_model_bottom_corner{
    width: 107px;
    height: 68px;
    text-align: center;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 68px;
}

.mobile .middle_model_top_center,.mobile .middle_model_bottom_center{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 134px;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
}

.mobile .middle_model_center{
    margin-top: 103px;
    padding: 0 48px 0 36px;
    justify-content: space-between;
}


.mobile .middle_model_center_item {
    width: 134px;
    height: 134px;
}

.mobile .middle_model_center_item {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
}


.mobile .middle_model_bottom {
    margin-top: 124px;
}

.mobile .middle_model_bottom_center {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 134px;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
}

.middle_tab {
    width: 100%;
    justify-content: space-between;
    margin: 114px 0 150px;
}

.middle_tab_item {
    width: 203px;
}

.middle_tab_item_box {
    width: 100%;
    padding: 40px 17px 0;
    height: 283px;
    border: 4px solid #F6A44D;
}

.middle_tab_item_box_num {
    text-align: center;
    font-size: 75px;
    font-family: FZBaoSong-Z04T;
    font-weight: 400;
    color: #F6A44D;
    padding-bottom: 20px;
    border-bottom: 2px solid #FDC589;
}

.middle_tab_item_box_title {
    text-align: center;
    margin-top: 19px;
    font-size: 24px;
    font-family: FZBeiWeiKaiShu-S19S;
    font-weight: 400;
    color: #F6A44D;
}

.middle_tab_item_info {
    margin-top: 18px;
    padding-left: 23px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}