*{
    font-size:14px;
}
#advice{
    width:100%;
    background:#EEF3FA;
    padding-top:20px;
    padding-bottom:40px;
    margin-top:20px;
}
#content{
    width:1000px;
    background:#fff;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 60px 100px 60px;
}
#content h1{
    font-size:26px;
    text-align:center;
    padding:40px 0;
}
#content .process{
    overflow:hidden;
    width:920px;
    margin:0 auto;
    height:160px;
    padding:20px 0;
    text-align:center;
}
#content .process div{
    margin-top:10px;
}
#content .process li{
    float:left;
    width:100px;
}
#content .process .middle{
    margin:50px 30px;
}
#content .process li:first-child{
    margin-top:-20px;
}
#content h2{
    font-size:20px;
    margin:20px 0;
}
#content .two{
    width:600px;
    margin:30px auto;
    text-align:center;
}
#content .two>span{
    margin-right:100px;
}
.two input{
    cursor:pointer;
}
.form{
    width:600px;
    margin:50px auto;
}
.form span{
    margin:10px 50px 10px 0;
}
.form select{
    width:120px;
    height:30px;
}
.pro{
    margin-right: 50px;
}
.form tr td{
    padding-top:15px;
}
.form tr td:first-child{
    width:120px;
}
.form tr td:nth-child(2){
    width:400px;
}
.form tr td:last-child{
    color:#f00;
}
.form tr td input{
    width:380px;
    height:30px;
    padding-left:10px;
}
.form .sub{
    display:block;
    width:380px;
    height:40px;
    margin:100px auto;
    background:#4AB8F3;
    color:#fff;
    font-size:18px;
    border:1px solid #4AB8F3;
}
.tel{
    width:400px;
    margin:0 auto;
}
.tel td{
    padding:5px 10px;
}
.active{
    display:none;
}