.hf_warp .warp_content{
    width: 100%;
}

.hf_warp .warp_content .os_banner{
    background: url(../../images/products/roadshow_banner.jpg) no-repeat center;
}

.hf_warp .warp_content .os_products_introduce{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hf_warp .warp_content .os_products_introduce >h1{
    margin-top: 60px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .os_products_introduce >p{
    margin-top: 24px;
    margin-bottom: 40px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.20);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .os_products_introduce .description{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.hf_warp .warp_content .os_products_introduce .description > img{
    width: 530px;
    height: 330px;   
}

.hf_warp .warp_content .os_products_introduce .description .training-room{
    width: 590px;
    display: flex;
    justify-content: center;
}

.hf_warp .warp_content .os_products_introduce .description .training-room >p{
    font-family: Impact;
    font-size: 80px;
    color: rgba(0,0,0,0.10);
    text-align: center;
    font-weight: 900;
}

.hf_warp .warp_content .os_products_introduce .description .training-room >h2{
    width: 590px;
}

.hf_warp .warp_content .os_products_introduce .description .training-room .training-room-content{
    width: 483px;
    margin-left: 33px;
    position: relative;
}

.hf_warp .warp_content .os_products_introduce .description .training-room .training-room-content::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(60,176,191,0.08);
    left: -20px;
    top: 0px;
}

.hf_warp .warp_content .os_products_introduce .description .training-room .training-room-content >p{
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.60);
    line-height: 28px;
    font-weight: 500;
    margin-top: 24px;
    text-indent: 36px;
}


.hf_warp .warp_content .equipment_lists{
    width: 100%;
    min-height: 520px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.02) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hf_warp .warp_content .equipment_lists >h1{
    margin-top: 60px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .equipment_lists >p{
    margin-top: 24px;
    margin-bottom: 40px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.20);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .equipment_lists > img{
    width: 1200px;
    height: auto;
}

.hf_warp .warp_content .application_value{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hf_warp .warp_content .application_value >h1{
    margin-top: 60px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: rgba(0,0,0,0.60);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .application_value >p{
    margin-top: 24px;
    margin-bottom: 100px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.20);
    text-align: center;
    font-weight: 500;
}

.hf_warp .warp_content .application_value .up_content{
    width: 1200px;
    display: flex;
    margin-bottom: 135px;
}

.hf_warp .warp_content .application_value .up_content li{
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    color: rgba(0,0,0,0.80);
    text-align: center;
    font-weight: 400;
    margin-left: 90px;
    position: relative;
}

.hf_warp .warp_content .application_value .up_content .one::before, .two::before, .three::before, .four::before{
    position: absolute;
    top: -42px;
    left: -42px;
    font-family: Impact;
    font-size: 80px;
    color: rgba(60,176,191,0.20);
    text-align: center;
    font-weight: 900;
}

.hf_warp .warp_content .application_value .up_content .one::before{
    content: "01";
}

.hf_warp .warp_content .application_value .up_content .two::before{
    content: "02";
}

.hf_warp .warp_content .application_value .up_content .three::before{
    content: "03";
}

.hf_warp .warp_content .application_value .up_content .four::before{
    content: "04";
}



