.nav_top img {
    content: url('/wp-content/uploads/2020/03/logo.png');
}

.top-banner {
    background-image: url('/wp-content/uploads/2020/03/kouzhaonv.png');
}

.content {
    /* margin-bottom: 80px; */
}

.head-desc {
    margin-top: 0px;
    width: 90%;
}

.head-desc .tit {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.head-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    /* width: 875px; */
    /* margin-bottom: 56px;s */
}

.tab-list ul li {
    width: 150px;
}

.tab-card {
    text-align: left;
    margin-left: 80px;
}

.tab-content p {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {
    .elementor-inner {
        background-color: #f7f7f7;
    }
    .content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .top-banner {
        background-size: 110%;
    }
    .faq-wrap {
        background: #FFFFFF;
        border-radius: 0.5rem;
        margin-bottom: 2.5rem;
    }
    .faq-wrap .category {
        padding: 4rem 0 2.5rem 3.33rem;
    }
    .faq-wrap .category .txt {
        width: 92%;
        font-size: 3rem;
        font-weight: bold;
        color: #1B6A3E;
        line-height: 5rem;
        background-image: url('/wp-content/uploads/2020/03/cjwt_icon_up.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 3.08rem;
    }
    .faq-wrap .category .txt.open {
        background-image: url('/wp-content/uploads/2020/03/cjwt_icon_xiala.png');
    }
    .faq-wrap .faq {
        display: none;
        border-top: 1px solid #DFDFDF;
        padding: 4.08rem 3.33rem;
    }
    .faq-wrap .faq .question {
        font-size: 2.67rem;
        font-weight: bold;
        color: #000000;
        line-height: 5rem;
        /*margin-bottom: 2rem;*/
    }
    .faq-wrap .faq .anser {
        font-size: 2.33rem;
        font-weight: 400;
        color: #333333;
        line-height: 4rem;
    }
}