.banner-img{
    height: 320px;
    background: url('../images/concat/pic_banner_contact.png') no-repeat center center #0C133A;
}


.center-area{
    margin-top: 48px;
}
.center-area>div,.q-lists>div{
    display: inline-block;
}
.center-area .pre-consultation{
    background: url("../images/concat/bg_contact_consult.png") no-repeat center center;
    width: 588px;
    height: 180px;
}
.center-area .technical-support{
    background: url("../images/concat/bg_contact_tech.png") no-repeat center center;
    width: 588px;
    height: 180px;
    margin-left: 24px;
}
.center-area .text{
    margin-top: 45px;
    font-size: 24px;
    font-weight: 600;
    color:rgba(46,47,51,1);
}
.center-area .text-description{
    font-size: 15px;
    color:rgba(144,146,153,1);
    margin: 8px 0;
}
.center-area .submit-info{
    width:96px;
    height:32px;
    line-height: 30px;
    border-radius:16px;
    border:1px solid rgba(220,223,230,1);
    cursor: pointer;
}
.center-area .submit-info:hover{
    color: #ffffff;
    background: #2354DB;
}
.other-questions{
    margin: 80px 0 100px;
}
.other-questions .q-text{
    background: url('../gw/title_question.png') no-repeat center center;
    margin-bottom: 16px;
    width: 400px;
    height: 50px;
}
.q-lists .q-item{
    position: relative;
    width: 384px;
    height: 96px;
    line-height: 96px;
    border-radius: 16px;
    color: rgba(46,47,51,1);
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding-left: 32px;
    margin: 0 12px;
}
.q-lists .q-item:hover{
    color:rgba(35,84,219,1);
    background:rgba(250,251,253,1);
}
.q-lists .q-item img{
    position: absolute;
    left: 72px;
    top: 24px;
    width: 48px;
    height: 48px;
}