
.main_body ul li {
    width: 100%;
    min-height: 52px;
}

.main_body ul li a {
    font-size: 18px;
    line-height: 57px;
    width: 100%;
    height: 100%;
    /*display: block;*/
    text-indent: 50px;
    border-bottom: 1px solid #0075c2;
    display: flex;
    justify-content: left;
    background: url('../image/menuListNoOn_0508.png') 38px 23px no-repeat;
    /*color: #c1c1c1;*/
}

.main_body ul li.on a {
    border-bottom: 1px solid #0075c2;
    font-weight: bold;
    color: #0075c2;
    background: url('../image/menuListOn_0508.png') 38px 23px no-repeat;
}

.menu_title {
    background-image: url('../image/menuTitleBg_0508.png');
    height: 75px;
    line-height: 75px;
    color: white;
    font-size: 34px;
    text-align: center;
}

.body_main {
    margin-bottom: 50px;
}

.scywhln p {
    float: left;
    width: 548px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #666666;
    line-height: 28px;
}

.ryzz_div {
    width: 30%;height: 300px;display: flex;flex-direction: column;margin: 10px;
}

.ryzz_div_img {

}

.ryzz_div_p {
    text-align: center;margin: 20px 0;
}

.xjsb_right_body {
    background-color: rgb(238, 238, 238);
    background-image: url('../image/logo2.png');
    background-repeat: no-repeat;
    background-position: 749px 95%;
    height: 600px;
    padding: 15px;
}

.xjsb_right_body p {
    line-height: 30px;
    padding-bottom: 10px;
    user-select: none;
    font-size: 16px;
    text-indent: 10px;
}

.product_swiper_span {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    font-size: 16px;
    user-select: none;
}

.product_image_title {
    font-size: 20px;
    font-weight: 600;
    color: #017ec6;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #017ec6;
    padding-bottom: 10px
}


.body_main_content {
    width: 90%;
    display: flex;
    margin: auto;
}

.body_main_product_content {
    width: 90%;
    display: flex;
    margin: auto;
}


.main_body_left {
    min-width: 270px;
}

.product_image {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin: auto;
}

.product_image_item {
    width: 22%;
    margin: 20px 10px;
}


.product_image_item img {
    cursor: pointer;
    transition: all 0.8s;
}

.product_image_item img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .main_body_left {
        display: none;
    }
}
