﻿#consulting{
    padding-bottom: 170px;
    background: url("../img/qa_03.png") no-repeat center bottom;
}
#consulting .content{
    width: 1000px;
    margin: 80px auto;
    border-bottom: 2px solid #4880cb;
    padding-bottom: 60px;
}
#consulting .content>div{
    margin-top: 24px;
    margin-bottom: 24px;
}
#consulting h3{
    color: #4880cb;
    font-size: 24px;
    line-height: 80px;
}
#consulting p{
    color: #555555;
    font-size: 20px;
    line-height: 46px;
}
#consulting form{
    display: block;
    width: 1000px;
    margin: 0 auto;
}
#consulting form ul{
    overflow: hidden;
    padding: 0 36px;
}
#consulting form ul>li{
    float: left;
}
#consulting form ul>li span{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #4880cb;
    margin-right: 36px;
}
#consulting .name,#consulting .company,#consulting .companyPhone,#consulting .email{
    width: 50%;
    line-height: 74px;
}
#consulting .text{
    width: 100%;
}
#consulting .companyPhone input{
    box-sizing: border-box;
    width: 294px;
}
#consulting input{
    height: 38px;
    line-height: 38px;
    border: 1px solid #4880cb;
    width: 332px;
    padding-left: 8px;
    font-size: 16px;
    color: #555;
}
#consulting .text>span{
    display: block;
    width: 100%;
    margin: 36px 0 24px;
}
#consulting .text textarea{
    width: 100%;
    resize: none;
    height: 184px;
    background: #fff;
    border: 1px solid #4880cb;
    padding: 8px;
    font-size: 16px;
    color: #555;
}
#consulting .btn{
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
#consulting .btn>button{
    width: 400px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: #4880cb;
    cursor: pointer;
}
@media (max-width: 640px) {
    #consulting{
        padding-bottom: 100px;
    }
    #consulting .content{
        width: 100%;
        padding: 0 12px;
        margin-top: 30px;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    #consulting form {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #consulting form ul {
        overflow: hidden;
        padding: 0 12px;
    }
    #consulting .name, #consulting .company, #consulting .companyPhone, #consulting .email{
        width: 100%;
        line-height: 60px;
    }
    #consulting input {
        height: 38px;
        line-height: 38px;
        border: 1px solid #4880cb;
        width: 50%;
    }
    #consulting h3 {
        color: #4880cb;
        font-size: 22px;
        line-height: 60px;
    }
    #consulting p {
        font-size: 16px;
        line-height: 30px;
    }
    #consulting .companyPhone input {
        width:50%;
    }
    #consulting span{
        width: 96px;
    }
    #consulting .text>span {
        width: 100%;
        margin: 18px 0 12px;
    }
    #consulting .btn {
        margin-top: 30px;
    }
    #consulting .btn>button {
        width: 80%;
        height: 60px;
        font-size: 24px;
    }
}