.w1400{
    width:1400px;
    margin:50px auto;
}
.lxwm_left {
    width:50%;
    float:left;
    background-color: #f4f4f4;
    padding: 50px 80px;
}
.lxwm_lx{
    font-size:24px;
    font-weight:bolder;
    line-height:2.2;
}
.lxwm_gs{
    margin-top:15px;
    margin-bottom:15px;
    font-size:24px;
    font-weight:bolder;
    line-height:2.2;
}
.lxwm_left p{
    font-size:14px;
    color:#666;
    line-height:2.2;
}
.lxwm_right {
    width:50%;
    float:right;
    background-color: #e60013;
    padding: 50px 80px;
}

.form-control {
    border-radius: 0px;
    max-width: none;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    color: #ffffff;
    box-shadow: none;
    height: 32px;
}
.InputText {
    border-radius: 0px;
    padding-left: 0px;
    height:50px;
    line-height:50px;
    background: none !important;
    width:100%;
    color:#FFF;
}
.InputText:focus{ outline: none !important;color:#FFF;font-size:14px;}
.InputText::placeholder {
    font-weight: 400;
    color: #fff;
    font-size:14px;
 }
 .btna{
     background:#fff;
     color:#e60013;
     width:150px;
     height:35px;
     line-height:35px;
     margin-top:42px;
 }



