

.q1_right {
    width: 100%;
    height: auto;
}

.q1_right h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 28px;
    text-align: center;
}

.q1_right_img {
    width: 100%;
    text-align: center;
}

.q1_right_img img {
    max-width: 70%;
}
.q1_right img {
    max-width: 100%;
}

.q1_right p {
    font-size: 16px;
    line-height: 28px;
    /* color: #333333; */
    /*padding: 18px 0 2px;*/
}


.q_home_gsys_ul {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.q_home_gsys_ul li {
    height: 100%;
    background-color: #f0f0f0;
    text-align: center;
    font-size: 15px;
    padding: 0 25px;
    color: #555;
    line-height: 42px;
    border-right: 1px solid #e1e1e1;
}
.q_home_gsys_ul li:last-child {
    border-right:none;
}

.q_home_gsys_ul li:nth-child(2) {
    background-color: #f5f5f5;
}

.q_home_gsys_ul li:nth-child(3) {
    background-color: #f9f9f9;
}

.q_home_gsys_ul li.q_active {
    background-color: #cf2a0c;
    border-bottom: 2px solid #bb0002;
    color: #ffffff;
}


.index_product_box1,.index_product_box2,.index_product_box3,.index_product_box4 {
    margin: 20px 0;
}
.index_product_box p {
    font-size: 15px;
}
.index_product_box table{
    text-align: center;
}
.index_product_box table tr td {
    padding: 10px;
}

@media (max-width:768px) {
    .q1_right {
        width: 100%;
    }

    .q1_right h1 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 20px;
    }


    .q_product {
        padding: 50px 0;
    }

    .q1_right p {
        font-size: 14px;
        line-height: 20px;
    }
    

    .q_home_gsys_ul {
        height: 35px;
    }

    .q_home_gsys_ul li {
        line-height: 35px;
        font-size: 14px;
        padding: 0 8px;
    }
.index_product_box table{
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

}
