@charset"utf-8";
/*CSS Document*/
/*global*/

strong {
    color: rgb(90, 90, 90);
}
h2 {
    padding-bottom: 30px;
    margin-bottom: 35px;
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
}
.faq-main {
    font-family: "Open Sans", Arial, Helvetica, Cambria, sans-serif;
}
.faq-container {
    max-width: 1060px;
    margin: auto;
    padding: 0 20px;
}
/*faq head*/
.faq-head-content-title {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#faq-head {
    position: relative;
    /*background-color: #448FCB;
    background-image: url(/faq/img/faq_banner.jpg);*/
    background-color: #4b555a;
    background-image: url("/images/home/banner.jpg");
    padding: 60px 20px 140px 20px;
}
#faq-head-content {
    width: 100%;
    height: 100%;
    color: #eee;
    text-align: center;
}
#faq-head-content h1 {
    margin-top: 0px;
    font-size: 100px;
    font-size: 10.0rem;
}
#faq-head-content p {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 35px;
}
/*faq recent*/

#faq-recent {
    margin-top: 100px;
    color: #000;
}
/*faq wrap*/

.faq-wrap {
    margin-bottom: 17px;
}
.faq-question {
    position: relative;
    font-size: 17px;
    font-size: 1.7rem;
    /*font-weight: bold;*/
    cursor: pointer;
    line-height: 24px;
    color: #457DA9;
}
.faq-question:hover {
    color: #4797ec;
}
.faq-question.faq-question-active {
    color: #525252;
}
.faq-question:active, .faq-question:focus {
    color: red;
}
.faq-icon {
    position: absolute;
    top: 7px;
    width: 10px;
    height: 10px;
    background-image: url(img/faq-icon.png);
    background-repeat: no-repeat;
}
.faq-question > .faq-icon {
    background-position: -5px -6px;
}
.faq-question.faq-question-active > .faq-icon {
    background-position: -5px -26px;
}
.faq-question span {
    padding-left: 20px;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.faq-answer {
    padding: 5px 0 6px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
    line-height: 22px;
    display: none;
}
.faq-answer a:hover {
    text-decoration: underline;
}
/*faq general*/

#faq-general {
    color: #000;
    position: relative;
    padding-bottom: 80px;
}
#faq-general-content {
    overflow: hidden;
    margin-top: -100px;
    background: #fff;
}
#faq-general-content h2 {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
#faq-general-left {
    display: inline-block;
    float: left;
    max-width: 100%;
    width: 100%;
}
#faq-general-right {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 1100px) {
    #faq-general-right, #faq-general-left {
        max-width: 480px;
    }
    #faq-general-right {
        padding-left: 25px;
    }
    #faq-general-left {
        padding-right: 25px;
    }
}

.faq-use-as {
    background-color: #f9f9f9;
    padding: 80px 0;
    overflow: hidden;
}
.af-home-use-as {
    border: 1px solid #eee;
    position: relative;
    padding: 24px 20px 10px 20px;
    margin: 0 auto;
    max-width: 1100px;
    background-color: #fff;
    border-radius: 3px;
}
.af-home-use-as-context > a {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
}
.af-home-use-as-context > a:hover {
    text-decoration: underline;
}