body{
    background: #f8f8f8;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    
    margin-bottom: 32px;
}
.content-rt{
    float: right;
    padding: 0 18px;
    width: 915px;
    background: #fff;
   
}
.cont-nav{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.cont-nav a{
    color: #0c7ed9;
}
.cont_div h5{
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 42px;
}
.input_ul{
    margin-bottom: 30px;
    margin-left: 100px;
}
.input_ul label {
    /*margin-right: 18px;*/
    width: 110px;
    font-size: 16px;
    background: url('../images/xing.png')no-repeat left center;
    padding-left: 14px;
    display: inline-block;
}
.input_ul input{
    display: inline-block;
    width: 410px;
    height: 32px;
    padding-left: 14px;
    border:1px solid #cccccc;
    line-height: 32px;
}
.input_ul li{
    margin-bottom: 28px;
}
.input_ul select{
    display: inline-block;
    width: 425px;
    height: 32px;
    padding-left: 14px;
    border:1px solid #cccccc;
    line-height: 32px;
   
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url('../images/xiala.png')no-repeat right 10px center;
}
.btn{
    width:424px;
    height: 34px;
    background: #0c7ed9;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 102px;
}
.tips {
    font-size: 12px;
    line-height: 24px;
    color: #333;
    width: 630px;
    margin: 0 auto;
    word-break: break-all;
    margin-bottom: 100px;
}

    .tips span {
        color: #ff0000;
        margin-right: 3px;
    }