.quanwei {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 1170px;
}

.quanwei_content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.quanwei_dange {
    padding-top: 5px;
    width: 30%;
    height: auto;
    min-height: 160px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
}

.quanwei_dange_box {
    width: 100%;
    height: auto;
}

.quanwei_img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.quanwei_img img {
    width: 30%;
    object-fit: contain;
}

.quanwei_biaoti {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
    font-weight: 600;
}

.quanwei_contyeny {
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: center;
}

.quweitupian_bai {
    display: none;
}

.quanwei_dange:hover .quweitupian_red {
    display: none;
}

.quanwei_dange:hover .quweitupian_bai {
    display: block;
}

.quanwei_dange:hover {
    display: block;
    background-color: rgb(213, 15, 32);
    color: white;
}

.quanwei_dange_righrt {
    width: 100%;
    height: auto;
}

.shangqing {
    width: 100%;
    height: auto;
    padding: 20px 0 !important;
}

.yanse {
    background-color: rgb(238, 238, 240);
}

.shangqing_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    max-width: 1170px;
    align-items: center;
}

.shangqing_left {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.shangqing_left_tiele {
    width: 100%;
    font-size: 15px;
    height: auto;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

.shangqing_left_subtiele {
    font-weight: 700;
    width: 100%;
    font-size: 15px;
    height: auto;
    text-align: center;
    color: #d71518;
}

.shangqing_left img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.shangqing_right {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shangqing_right img {
    width: 100%;
    object-fit: contain;
}

.shangqing_top {
    width: 100%;
    height: auto;
    border: 1px solid red;

}

.shangqing_top img {
    width: 100px;
    object-fit: contain;
    height: auto;
}

.shangqing_left_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-weight: 700;
    font-size: 15px;
}

@media (min-width:768px) {
    .quanwei_dange_box {
        display: flex;
        min-height: 160px;
        align-items: center;
    }

    .quanwei_biaoti {
        font-size: 20px;
        text-align: left;
    }

    .quanwei_contyeny {
        font-size: 16px;
        text-align: left;
    }

    .quanwei_img {
        width: 38%;
    }

    .shangqing {
        padding: 50px 0 !important;
    }

    .quanwei_img img {
        width: 60%;
        max-height: 63px;
        max-width: 63px;
        object-fit: contain;
    }

    .shangqing_left img {
        width: 200px;
    }

    .shangqing_left_tiele {
        font-size: 35px;
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .shangqing_left_subtiele {
        font-size: 35px;
    }
    .shangqing_left_box{
        font-size: 35px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media (min-width:1024px) {}