.f-question{
    padding: 80px 0 60px;
}
.faq{
    background: url("../image/bg-image-1.jpg") no-repeat center;
    height: 270px;
}
.f-title{
    background: url("../image/QuestionsandAsked.png") no-repeat center;
    width: 505px;
    height: 48px;
    margin: 0 auto;
}
.faq-uh{
    background-color: #F8F9FB;
    width: 400px;
    color: #C3C3C3;
    font-size: 18px;
    height: 72px;
    float: left;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
    margin: 40px 0 44px;
}
.faq-h{
    color: #3E69F6;
    background-color: #fff;
    box-shadow: 0 2px 10px #cccccc;
    border-radius: 2px;
}
.faq-q{
    display: none;
}
