
.companyDevelopment {
    width: 77.08%;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 80px;
    margin-top: 90px;
}
.companyDevelopment-img{
    background-color: #fff;
    box-shadow:0px 3px 29px 0px rgba(91,86,85,0.16);
    padding: 30px 26px;
    line-height: 28px;
}
.companyDevelopment-news {
    width: 100%;
    box-shadow:0px 3px 29px 0px rgba(91,86,85,0.16);
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 26px;
    line-height: 30px;
}
.companyDevelopment-news img{
	width: 100%;
}
.companyDevelopment-news-content{
    padding:40px 68px
}
.companyDevelopment-news .title{
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    /* text-indent:40px */
}
.companyDevelopment-news .text{
    line-height: 40px;
    font-size: 18px;
}
.bannerPc{
    display: block
}
.bannerMb {
    display: none;
}
.view .swiper-slide img{
	width: 100%;
}
@media screen and (min-width:320px) and (max-width:1080px){
    .companyDevelopment-img{
        padding:10px;
        line-height: 26px;
    }
    .preview .swiper-container {
        /* overflow-x: scroll!important; */
        left: 0
    }
    .preview .swiper-container::-webkit-scrollbar { width:0; height:0; display: none; } 
    .preview .swiper-slide div.img, .preview ul li div.img {
        height: 65px!important;
        width: 65px!important;
        line-height: 65px;
    }
    .preview .arrowImg {
        padding: 1px;
        position: absolute;
        top:50px !important;
        left: 50%;
        margin-left: 25px!important;
        margin-top: -28px!important;
        width: 14px!important;
    }.preview .active-text {
        font-size: 16px!important;
        font-weight: 400;
        color: #666666;
        margin-top: 8px;
    }

    .preview .swiper-slide, .preview ul li {
        width: 100px!important;
    }
    .preview img {
        padding: 1px;
        /*position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -31px!important;
        margin-top: -32px!important;*/
        width: 28px;
        position: relative;
        bottom: 9px;
        left: 1px;
    }
    .productList-container{
        padding-top: 42px;
    }
    .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-type-detail span{
        color: #656565
    }

    .productList-container-type-detail img.icon {
        width: 14px;
        height: 22px;
        margin-right: 6px;
    }
    .show {
        display: none!important;
    }
    .productList-container-img{
        height: auto;
    }
    .productList-container-img img{
        width: auto;
        height: auto;
    }
    .companyDevelopment {
        width: 92%;
        margin: 0 auto;
        background-color: #fff;
        margin-bottom: 40px;
        margin-top: 15px;
    }
    .companyDevelopment-img {
        padding: 10px 10px;
    }
    .companyDevelopment-news-content {
        padding: 20px 10px;
    }
    .companyDevelopment-news {
        width: 100%;
        box-shadow: 0px 3px 29px 0px rgba(91,86,85,0.16);
        /* background-color: #fff; */
        margin-top: 0;
        padding:30px 26px;
    }
    .companyDevelopment-news .title {
        font-size: 13px;
        font-weight: 600;
        /* text-indent: 13px; */
        text-align: center;
    }
    .companyDevelopment-news .text {
        line-height: 28px;
        font-size: 13px;
    }
    .hide {
        display: block!important;
    }
   
    .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:768px) and (max-width:1280px){
    .bannerMb {
        width: 100%;
    }
    .companyDevelopment-news{
    	padding: 10px;
    }
}

@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
    }
}
