.experience-content{
    min-width: 1200px;
}
.banner{
    width: 100%;
    height: 270px;
    background: #0E64F4;
    background-image: url(../../images/home2/plan2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 100px 0 128px;
    color: #fff;
}
.banner_box{
    width: 1200px;
    margin: auto;
}
.banner_left_title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner_left_tips{
    font-size: 13px;

}
.banner_left_labels{
    font-size: 13px;
    margin-top: 20px;
    color: #fff;

}
.banner_left_label{
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}
.banner_left_label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 17px;
    height: 13px;
    background: url(../../images/experience/01-yes.png) no-repeat center;
    background-size: contain;
}
.form_content_box{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.content-left{
    width: 40%;
    margin-right: 30px;
}
.content-left-title{
    text-align: center;
    color: #262626;
    margin-top: 35px;
    font-size: 22px;
}
.content-left img{
    width: 100%;
}

.centent-right{
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: -100px;
    border: 1px solid #eee;
}
.form-box{
    margin-bottom: 10px;
}
.form-label{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.form-value{
    width: 100%;
    height: 50px;
    border: 1px solid #DEE0E3;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.form-btn-primary{
    width: 80%;
    text-align: center;
    background: #0665E0;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    border-radius: 10px;
    cursor: pointer;
}