.crumbs_tabs {
    margin-bottom: 80px;
}

.public_nav_list {
    display: none;
}

.active {
    display: block;
}


/* .publickBtnBox{
    margin-top: 80px;
} */

.public_context {
    padding-top: 40px;
}

.publicContextImg_top {
    width: 100%;
}

.publicContextImg_top div {
    margin-top: 40px;
}

.publicContextImg_top div a {
    display: block;
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
}

.productList a {
    width: 380px;
    height: 380px;
    line-height: 380px;
    text-align: center;
    display: block;
}

.productList1 a,
.productList2 a {
    height: 585px;
    line-height: 585px;
    width: 585px;
    display: block;
    text-align: center;
}

.productList1 a>img,
.productList2 a>img {
    max-width: 585px;
    max-height: 585px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.productList1 a>.fontSize_18,
.productList2 a>.fontSize_18 {
    font-size: 24px;
    height: 26px;
    line-height: 26px;
}

.productList1 {
    float: left;
}

.productList2 {
    float: right;
}

.productList+.productList {
    margin-left: 30px;
}

.productList a>img {
    max-width: 380px;
    max-height: 380px;
    overflow: hidden;
    display: inline-block;
}

.publicContextImg_bottom {
    margin-top: 30px;
    margin-right: -20px;
}

.publicContextImg_bottom div {
    width: calc(33.333% - 20px);
    margin-right: 20px;
}

.publicContextImg_bottom img {
    width: 100%;
}

.publicTextStyle {
    /* font-weight: bold; */
    width: 92%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-left: 4%;
    height: 20px;
    line-height: 20px;
}

.padding_r {
    margin-right: 25px;
}


/* 响应式布局 */

@media (max-width:768px) {
    .publicContextImg_top div {
        width: 47.5% !important;
        height: auto;
        overflow: hidden;
        margin-bottom: 0px;
    }
    .publicContextImg_top div:nth-child(odd) {
        margin-right: 5%;
    }
    .publicContextImg_top div img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .publicContextImg_bottom {
        margin-right: 0px;
    }
    .publicContextImg_bottom div {
        margin-right: 0px;
        width: calc(50% - 20px);
    }
    .publicTextStyle {
        bottom: 10px;
        margin-left: 4%;
    }
    .publicContextImg_bottom p {
        width: 100%;
        position: static;
        padding: 15px 0px;
    }
    .crumbs_tabs {
        margin: 0px;
    }
    .publicContextImg_bottom {
        margin-top: 0px;
    }
    .padding_r {
        padding: 0px;
    }
    .productList+.productList {
        margin-left: 0px;
    }
    .publicContextImg_top .productList1 {
        margin-top: 0px;
    }
    .publicContextImg_top .productList1,
    .publicContextImg_top .productList2 {
        width: 100% !important;
        max-height: 340px;
        overflow: hidden;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    .publicContextImg_top .productList1 img,
    .publicContextImg_top .productList2 img {
        max-width: 100%;
        height: auto;
        max-width: 100%;
    }
    .publicContextImg_top div {
        margin-top: 20px;
    }
    .public_context {
        padding-top: 20px;
    }
    .productList a {
        height: 200px;
        line-height: 160px;
        width: 100%;
    }
    .productList1 a>.fontSize_18,
    .productList2 a>.fontSize_18 {
        font-size: 20px;
    }
    .productList1 a,
    .productList2 a {
        height: 340px;
        width: 100%;
        line-height: 340px;
    }
    .productList .publicTextStyle {
        bottom: 0px;
        margin-left: 0px;
        width: 100%;
        height: 40px;
        padding: 0px 4%;
        overflow: hidden;
        background-color: #fff;
        line-height: 40px;
    }
}