
/* 内容区域 */
.process {
    width: 1250px;
    margin: 0 auto;
    /* background-color: #fff; */
    margin-bottom: 80px;
    /* height: 298px; */
    position: relative;
    margin-top: 90px;
    padding:20px 20px 10px
}
/* 二级banner 导航 -- 以下是固定部分*/
.productList-container-img{
    max-width: 100%;
}
.productList-container-img img{
    width: 100%;
    height: 100%;
}
.productList-container-type{
    width: 710px;
    margin: 0 auto;
    position: relative;
    bottom: 40px;
}
.productList-container-type-detail{
    position: relative;
    width: 200px;
    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: 6px;
}
.type-detail-marginR{
    margin-right: 3.776%
}
/* pc Mb banner切换 */
.bannerPc{
    display: block
}
.bannerMb {
    display: none;
}
/* 响应式图片 */
/* img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
} */
/* title 标题 */
#innovationList1 .titles1{
    font-size:42px;
    color:#028A1B;
    text-align: center;
}
#innovationList1 .titleLine1{
    text-align: center;
}
#innovationList1 .titleLine1 span{
    height: 3px;
    width: 100px;
    background-color: #028A1B;
    display: inline-block;
}
#innovationList1 .productText1{
    /*text-align: center;*/
    font-size:20px;
    color: #666666;
    margin-top: 15px;
    /*padding:0 100px;*/
}
.process .preview ul{
    overflow-x: scroll;
    white-space: nowrap;
}
@media screen and (min-width:320px) and (max-width:1080px){
    .show {
        display: none!important;
    }
    .view .swiper-title {
        position: absolute;
        top: 14px;
        left: 50%;
        margin-left: -73px!important;
        line-height: 45px!important;
        text-align: center;
        font-size: 22px!important;
        z-index: 9999;
        width: 148px!important;
        height: 45px!important;
        background: #fff!important;
        opacity: 0.6!important;
        color: #08821E!important;
        font-weight: 400;
    }
    .process {
        width: 92%;
        margin: 0 auto;
        /* background-color: #fff; */
        margin-bottom: 40px;
        /* height: 232.5px; */
        position: relative;
        /* top: 31px; */
        padding: 0 0;
    }
    .productList-container-type {
        width: 92%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        bottom: 0;
        top: 15px;
        box-shadow:0px 3px 29px 0px rgba(91,85,85,0.16);
    }
    
    .type-detail-marginR{
        margin: 0;
    }
    .productList-container-type-detail{
        width: 31.4%;
        height: 45px;
        line-height: 45px;
        background: #fff;
        font-size: 14px;
        box-shadow
        : 0px 5px 11px 0px#EFEFEF;
    }
    .productList-container {
        padding-top: 42px;
    }
    .pagination1{
        bottom: 0!important;
    }
    .swiper-container .arrow-right, .swiper-container .arrow-left {
        display: block;
        width: 40px;
    height: 45px;
    }
    .productList-container-type-detail span{
        color: #656565
    }

    .productList-container-type-detail img.icon {
        width: 14px;
        height: 22px;
        margin-right: 6px;
    }
    .productList-container-img{
        height: auto;
    }
    .productList-container-img img{
        width: 100%;
        height: 178px
    }
    .swiper-slide img{
       /* height: 100%;
       width: 100%; */
    }
    /* .hide {
        display: block!important;
    } */
    .list{
        width: 90%;
    }
    .list li img{
        width: auto;
    }
    .list li {
        width: 50%;
        height:auto
    }
    .top {
        margin:0 auto;
        margin-top: 30px;
        width: 90%;
    }
    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:20px
    }
    .productList-container-type-detail img.icon {
        width: 20px;
        height: 26px;
    }
    .productList-container-type-detail span{
        margin-left: 4px
    }
    .process {
        width: 1150px;
    }
    .preview .swiper-slide, .preview ul li {
        width: 100px!important;
        cursor: pointer;
    }
}


  