.banner{
    width: 100%;
}
.banner img{
    display: block;
    width: 100%;
}
.con{
    width: 100%;
    margin:0.5rem 0;
}
.con_box{
    width: 9.4rem;
    margin:0 auto;
}




.voi_l{
    float: left;
    width: 630px;
}
.voi_t input{
    display: block;
    outline: none;
    float: left;
    width: 4.5rem;
    box-sizing: border-box;
    border:1px solid #eaeaea;
    line-height: 45px;
    color:#666;
    padding-left: 10px;
    font-size: 0.3rem;
}
.voi_t input:first-child{
    margin-right: 0.4rem;
   
    
}
.voi_l>input{
    width: 9.4rem;
    font-size: 0.3rem;
    display: block;
    border:1px solid #eaeaea;
    line-height: 45px;
    color:#666;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 8px;
}
.voi_l textarea{
    outline: none;
    width: 9.4rem;
    box-sizing: border-box;
    border:1px solid #eaeaea;
    line-height: 45px;
    color:#666;
    padding-left: 10px;
    margin-top: 8px;
    height: 95px;
    font-size: 0.3rem;
}
.voi_r{
    float: right;
}
.yzm{
    margin-top: 8px;
    position: relative;
}
.yzm input{
    display: block;
    outline: none;
    float: left;
    width: 5.5rem;
    box-sizing: border-box;
    border:1px solid #eaeaea;
    line-height: 45px;
    color:#666;
    padding-left: 10px;
    font-size:0.3rem;
}
.yzm button{
    width: 3.5rem;
    border-radius: 5px;
    background-color: #09307e;
    outline: none;
    border:0;
    float: left;
    margin-left: 0.4rem;
    line-height: 45px;
    text-align: center;
    color:#fff;
    font-size: 0.3rem;
}
.yzm img{
    display: block;
    position: absolute;
    left:3rem;
    top: 1px;
}
.voi_l p{
    font-size: 0.26rem;
    color:#999;
    margin-bottom:8px
}