@media screen and (min-width: 750px) {
    .mbtext{
        display: none;
    }
}
.topbg ht{
    color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 80px;
    font-family: BebasKai;
   left: calc((100% - 1460px)/2);
    top:170px;
}
.topbg div{
    color: #fff;
    position: absolute;
    z-index: 1;
    left: calc((100% - 1460px)/2);
    top:260px;
    font-size: 40px;
    font-family: BebasKai;
    width: 460px;
}
.topbg img{
    width: 100%;
}
.faqbar{
    width: 20%;
}
.faqbar dt{
    color: #0a76ca;
    font-size: 32px;
    font-family: BebasKai;
    margin-bottom: 30px;
}
.faqbar dd{
    margin-bottom: 18px;
}
.faqbar dd.on{
background: url("../img/rarr.png") no-repeat left center;
    background-size:24px auto;
    padding-left: 34px;
}
.faqbar dd.on a{
    color: #2589ec;
}
.faqinfo{
    margin-bottom: 30px;
}
.faqinfo p{
    line-height: 1.2;
    font-size: 16px;
    margin-top: 8px;
}
.faqinfo b{
    font-size: 16px;
}
.faqinfo +.faqsectiont{
    margin-top: 0;
}
.faqsectiont{
    background: #f3f4f6;
    border-radius: 10px;
    color: #2589ec;
    font-size: 18px;
    padding: 14px 26px;
    margin-top: 52px;
}

dl.faq{
    padding-left: 10px;
    padding-right: 10px;
}
.faq dt{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    background-size:20px auto ;
    background-image: url("../img/jia.png");
    border-bottom: 1px solid #e6eaee;
    padding-bottom: 16px;
    padding-top: 20px;
}
.faq dt.ui-accordion-header-active{
background-image: url("../img/-.png");
    border: none;
    padding-bottom: 0;
}
.faq dd{
    padding-top: 20px;
}.faq dd ul{
     padding-left: 20px;

 }
 .faq dd ul li{
list-style-type: disc;
    font-size: 14px;
     line-height: 24px;
}
@media screen and (max-width: 750px) {
    .faqsectiont{
        padding-left: 15px;
    }
    .pctext{
        display: none;
    }.content>p{
             margin-bottom: 20px;
         }
    .topbg ht{
        font-size: 30px;
        left: 22px;
        top: 30px;
    }
    .topbg div{
        left: 22px;
        top: 65px;
        font-size: 20px;
        width: auto;
    }
    .faqbar{
        display: none;
    }
    .faqinfo{
        margin-bottom: 20px;
        padding-top: 5px;
    }
    .faqinfo p{
        font-size: 14px;
    }
    .faqinfo b{
        font-size: 14px;
    }
}