/*FAQ*/
.faq {
    min-width: 1280px;
    text-align: center;
    position: relative;
    margin: 30px auto 0;
}
.faq .main .title {
    padding-top: 37px;
}
.faq .main .title .img-left {
    width: 90px;
    height: 17px;
    margin-right: 20px;
    margin-bottom: 14px;
}
.faq .main .title .img-right {
    width: 90px;
    height: 17px;
    margin-left: 20px;
    margin-bottom: 14px;
}
.faq .title span {
    width: 227px;
    height: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
}
.faq .main{
    width: 1280px;
    margin:0 auto 0;
}

.faq .main .faq-list{
    width: 1050px;
    margin: 0 auto 0;
}
.faq .main .faq-list .faq-text{
    margin-top: 40px;
    text-align: left;
    border-bottom: 1px dashed #e2e2e2;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 40px;
}
.faq .main .faq-list .faq-text .question .li{
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fe5919;
    padding-right: 10px;
}
.faq .main .faq-list .faq-text .question .text{
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 1px;
    color: #333333;
}
.faq .main .faq-list .faq-text .answer .li{
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3e8eff;
    padding-right: 10px;
}

.faq .main .main  .consult a{
    width: 320px ;
    height: 42px ;
    margin-top: 40px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #3f8eff;
    line-height: 42px;
    border-radius: 5px;
    border: solid 1px #3f8eff;
}
.faq .main .main  .consult a:hover{
    background-color: #3f8eff;
    color: #ffffff;
}