
.bj_box {
    width: 100%;
    height: 748px;
    background: url(../images/bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bj_box-1 {
    width: 100%;
    height: 748px;
    background: url(../images/bj-1.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bj_cont {
    width: 980px;
    height: 439px;
    position: absolute;
    background: #fff;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bj_l {
    width: 623px;
    height: 439px;
}

.bj_r {
    flex: 1;
    height: 439px;
}

.bj_tile {
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 109px;
}

.bj_tile span {
    color: #333;
    font-size: 24px;
    display: block;
    padding-left: 15px;

}

.shu {
    width: 6px;
    height: 31px;
    background: #00a449;
    border-radius: 5px 5px 5px 5px;

}

.bif_form {
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.input_i {
    display: flex;
    align-items: center;
    height: 42px;
    margin-bottom: 40px;
}

.input_i span {
    color: #ffce73;
    margin-right: 23px;
    padding-top: 11px;
    font-size: 21px;
}

.input_i i {
    font-size: 14px;
    color: #333;
}

.input_i input[type="text"] {
    margin-left: 20px;
    border: 1px solid #eff0f3;
    height: 42px;
    width: 257px;
    border-radius: 5px;
    padding-left: 15px;
}
::-webkit-input-placeholder{
    color: #999999;
    font-size: 14px;
}
.form_bt{
    width: 177px;
    height: 177px;
    background: url(../images/gar.gif) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    margin-top: -133px;
}
.form_bt button{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}
.bj_barant{
    width: 276px;
    height: 233px;
    border-radius: 5px;
    border: 1px solid #eff0f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ti_01 span{
    font-size: 18px;
    color: #333;
}
.ti_01 i{
    font-size: 26px;
    color: #ffb62d;
}