.advice_banner{
    font-size: 0;
}

.advice_banner img{
    width: 100%;
    height: auto;
}


.advice01{
  width: 1200px;
  height: 400px;
  display: block;
  margin: 0 auto;
  padding-top: 100px;

}




.advice01 input{
    width: 270px;
    height: 58px;
    border: 1px solid #222;
    padding-left: 15px;
    border-radius: 10px;
    font-size: 23px;
    margin-right: 12px;

}



#message{
    width: 1200px;
    height: 116px;
    font-size: 28px;
    padding-top: 10px;
    padding-left: 10px;
}


.advice01 .btn{
    width: 200px;
    height: 58px;
    line-height: 58px;
    display: block;
    margin: 0 auto;
    background-color: #0536B9;
    color: #fff;
    cursor: pointer;
}
