body{
    background: #fff!important;
}
/* 二级banner 导航 */

.productList-container-img{
    max-width: 100%;
}
.productList-container-img img{
    width: 100%;
    /* height: 100%; */
}
.productList-container-type{
    width: 77.08%;
    margin: 0 auto;
    position: relative;
    bottom: 40px;
}
.list{
    width: 77.08%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 78px;
}
.list li {
    width: 24%;
    margin-top: 8px;
    margin-left: 8px;
    padding: 20px 0;
    height: 296px;
    position: relative;
}
.list li img{
    width:auto;
    margin: 0 auto;
    /*height: 225px;*/
    max-width: 98%;
    max-height: 225px;
}
.productList-container-type-detail{
    position: relative;
    width: 13.52%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    font-size:24px;
    box-shadow:0px 5px 11px 0px#EFEFEF;
}
.productList-container-type-detail img.hide{
    z-index: -1;
    position: absolute;
}
.productList-container-type-detail img.icon{
    width:28px;
    /* height:33px; */
    margin-right: 4px;
}
.type-detail-marginR{
    margin-right: 3.776%
}
/* title 标题 */
.titles{
    font-size:42px;
    color:#ECAF77;
    text-align: center;
    padding-top:70px;
}
.titleLine{
    text-align: center;
}
.titleLine span{
    height: 3px;
    width: 100px;
    background-color: #ECAF77;
    display: inline-block;
}
.productText{
    text-align: center;
    font-size:20px;
    color: #3D3D3D;
    margin-top: 15px
}
.top{
    height: 50px;
    line-height: 50px;
    background: #EEEEEE;
}
.top .pull-left{
    font-size:16px;
    margin-left: 30px;
    color:#6A6A6A;
    
}

.top .pull-right {
    background: #068F1F;
    width: 6.73%;
    min-width:56px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.bannerPc{
    display: block
}
.bannerMb {
    display: none;
}
.pro_list-text {
    font-size: 18px;
    color: #333333;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 250px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media screen and (min-width:320px) and (max-width:1080px){
    .show {
        display: none!important;
    }
    .pro_list-text {
        font-size: 16px;
        margin-top: 10px;
        top:220px
    }
    .productList-container-img{
        height: auto;
    }
    .productList-container-img img{
        width: 100%;
        /* height: 178px */
    }
    .hide {
        display: block!important;
    }
    .list{
        width: 90%;
    }
    .list li img{
        /*width: 130px;*/
        /*height: 200px;*/
        max-height: 200px;
    }
    .list li {
        width: 47%;
        height: 265px;
    }
    .top {
        margin:0 auto;
        margin-top: 30px;
        width: 90%;
        display: none!important;
    }
    img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
    }
    .bannerPc{
        display: none;
    }
    .bannerMb {
        display: block;
    }
}
@media screen and (min-width:1080px) and (max-width:1440px){
    .productList-container-type-detail{
        font-size:18px
    }
    .productList-container-type-detail img.icon {
        width: 20px;
        height: 26px;
    }
    .productList-container-type-detail span{
        margin-left: 4px
    }
    .titles {
        font-size: 28px;
    }
    .productText {
        font-size: 18px;
    }
}


  