@charset "utf-8";
.zaixianliuyan{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #d82128;
    padding-top: 90px;
}

.zxlyp{
    text-align: center;
    font-size: 20px;
    margin-top: 21px;
}

.message_list{
    width:1175px;
    margin: auto;
    height: 800px;
    position: relative;
}

.form_list{
    width: 50%;
    float: left;
    margin-bottom: 60px;
}

.form_xingxing{
    color: #d82128;
    font-size: 38px;
    line-height: 30px;
    display: inline-block;
    float: left;
}

.form_title{
    font-size: 22px;
    color: #414141;
    display: inline-block;
    float: left;
    margin-left: 8px;
}

.form_input{
    display: inline-block;
    width: 62%;
    margin-left: 20px;
    height: 30px;
    text-indent: 1em;
}

.message_form{
    margin-top: 120px;
}

.form_list:nth-child(6) .form_xingxing{
    margin-left: 22px;
}

.form_list:nth-child(6) .form_input{
    float: left;
    width: 43.7%;
}

.form_list:nth-child(7){
    width: 100%;
}

.form_list:nth-child(7) .form_input{
    width: 100%;
}

.form_textarea{
    margin-left: 18px;
    width: 81.3%;
    height: 368px;
}

.two_button{
    width: 470px;
    height: 50px;
    margin: auto;
    position: absolute;
    display: block;
    bottom: 0px;
    transform: translate(-50%,0%);
    left: 50%;
}

.tb_sumbit{
    width: 195px;
    height: 60px;
    border: none;
    color: white;
    font-size: 27px;
    float:left;
    outline: none;
    background: #dddddd;
    text-align: center;
}

.tb_chongzhi{
    width: 195px;
    height: 60px;
    border: none;
    color: white;
    font-size: 27px;
    float:right;
    outline: none;
}

.ditu{
    width: 1290px;
    margin: auto;
    height: 550px;
    margin-top: 92px;
    background: white;
}

.ditu_left{
    width: 37%;
    position: relative;
    height: 100%;
    float:left;
}

.ditu_right{
    width: 63%;
    position: relative;
    height: 100%;
    float:left;
}

.liuyan{
    width: 100%;
    height: 1988px;
    background: url(../images/081.png) no-repeat;
    background-size: 100% 100%;
}

.bottom_red {
    width: 100%;
    height: 3px;
    background: #db1e24;
}

.dl_one{
    width: 78.6%;
    height: 207px;
    margin: auto;
    border-bottom: 1px solid #626262;
}

.dl_two{
    width: 78.6%;
    height: 139px;
    margin: auto;
    border-bottom: 1px solid #626262;
}

.dl_three{
    width: 78.6%;
    height: 202px;
    margin: auto;
}

.di_one_weizhi{
    margin-top: 105px;
}

.dl_one_weizhi{
    margin-top: 105px;
    float: left;
}

.dl_two_weizhi{
    margin-top: 48px;
    float: left;
}

.dl_one_right{
    width: 80%;
    float: left;
    margin-top: 100px;
    position: relative;
}

.dl_two_right{
    width: 80%;
    float: left;
    margin-top: 40px;
    position: relative;
}

.dor_top{
    font-size: 24px;
    padding-left: 25px;
}

.dor_bottom{
    font-size: 16px;
    padding-left: 25px;
    margin-top: 12px;
    color: #6b6b6b;
}

.dl_three_weizhi{
    margin-top: 70px;
    float: left;
}

.dl_three_right{
    margin-top: 57px;
    width: 80%;
    float: left;
    position: relative;
}

.verifyimg {
    width: 17.5%;
    margin-left: 5px;
    display: block;
    float: left;
    height: 34px;
}

@media screen and (max-width:1310px) {
    .ditu{
        width: 90%;
    }

    .zaixianliuyan{
        padding-top: 60px;
    }

    .message_list{
        width:90%;
    }

    .message_form {
        margin-top: 70px;
    }

    .dl_one_weizhi {
        margin-top: 75px;
    }

    .dl_one_right{
        margin-top: 57px;
    }
}

@media screen and (max-width:768px) {
    .form_input {
        width: 50%;
    }

    .form_textarea{
        width: 75%;
    }

    .form_list:nth-child(6) .form_input {
        width: 30%;
    }
}

@media screen and (max-width:450px) {
    .verifyimg {
        width: 32%;
    }

    .two_button{
        width: 270px;
    }

    .zaixianliuyan{
        padding-top: 30px;
        font-size: 24px;
    }

    .zxlyp {
        font-size: 15px;
        margin-top: 15px;
    }

    .message_form {
        margin-top: 15px;
    }

    .form_xingxing{
        font-size: 20px;
        line-height: 20px;
    }

    .form_list {
        width: 100%;
    }
  
    .form_title {
        font-size: 14px;
    }
    
    .form_input{
        width: 65%;    
        height: 23px;
        border-radius: 5px;
        border: 1px solid #757575;
    }

    .form_list{
        margin-bottom: 15px;
    }

    .form_list:nth-child(6) .form_xingxing {
        margin-left: 14px;
    }

    .form_textarea {
        width: 65%;
        height: 200px;
        border-radius: 5px;
    }

    .tb_sumbit {
        width: 100px;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .tb_chongzhi {
        width: 100px;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .message_list {
        height: 540px;
    }

    .ditu{
        margin-top: 22px;
        height: 210px;
    }

    .ditu_left{
        width: 100%;
    }

    .ditu_right{
        width: 100%;
    }

    .dl_one{
        height: 75px;
    }

    .dl_one_weizhi{
        width: 20px;
        margin-top: 15px;
    }

    .dl_one_right {
        margin-top: 5px;
    }

    .dor_top {
        font-size: 17px;
    }

    .dor_bottom{
        font-size: 14px;
        margin-top: 4px;
    }

    .dl_two_weizhi{
        width: 20px;
        margin-top: 20px;
    }

    .dl_two_right{
        margin-top: 10px;
    }

    .dl_two{
        height: 65px;
    }

    .dl_three_weizhi{
        margin-top: 22px;
        width: 25px;
    }

    .dl_three_right{
        margin-top: 10px;
    }

    .liuyan{
        height: 1230px;
    }
}
