@charset "utf-8";
/* 主体部分 */
/* 品质理念 */
.sutai{
    margin:40px 0;
}
.sutai-title{
    text-align: center;
}
.sutai-title h1{
    line-height:68px;
    font-size: 40px;
    font-weight: bold;
    color:#0857b3;
    text-shadow:5px 2px 6px #999;
}
.sutai-title h3{
    font-size: 40px;
    text-shadow:3px 2px 5px #0857b3;
}
.sutai .sutai-img img{
    width:100%;
}

@media (max-width: 767px){
    .sutai{
        margin:20px 0;
    }
    .sutai-title h1{
        line-height:48px;
        font-size: 30px;
    }
    .sutai-title h1 img{
        width:120px;
    }
    .sutai-title h3{
        font-size: 20px;
    }
}


.common-box{
    margin:30px 0;
}
.title{
    font-size: 20px;
    font-weight: bold;
    color:#0857b3;
}
.title span{
    font-size: 14px;
    color:#2b2b2b;
    font-weight: 100;
    margin-left:10px;
}
.title .more a{
    font-size: 15px;
    font-weight: 100;
}


/* 公司概况 */
.about{
    padding-right:30px;
}
.about-content h1{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding:20px 0 10px 0;
}
.about-content p{
    text-indent: 2em;
    line-height: 25px;
}
/* 厂房厂貌 */
.changmao-content{
    margin:25px 0;
}
.changmao-content .changmao-img{
    height:230px;
}
.changmao-content .changmao-img img{
    width:100%;
    height:100%;
    transition: all 0.5s;
}
.changmao-content .changmao-img img:hover{
    transform: scale(1.1);
}
/* 新闻中心 */
.news{
    padding-right:30px;
}
.news-content{
    margin:25px 0;
}
.news-content .news-img{
    width:100%;
    height:300px;
}
.news-content .news-img img{
    width:100%;
    transition: all 0.5s;
}
.news-content .news-img img:hover{
    border-radius: 20px;
    box-shadow: 0 0 10px #ddd;
}
.news-content .news-title::before{
    content:'';
    display: inline-block;
    width:5px;
    border-left:5px solid #0857b3;
    border-top:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom: 5px solid transparent;
}
.news-content .news-list{
    padding:10px 5px;
    border-bottom:1px dotted #ddd;
    transition: all 0.5s;
}
.news-content .news-list:hover{
    box-shadow: 0 0 10px #ddd;
    transform: scale(1.1);
}
.news-content .news-time{
    color:#888;
}
/* 新品发布 */
.xinpin .xinpin-content{
    margin:25px 0;
}
.xinpin .swiper-slide{
    width:100%;
    height:300px;
    overflow: hidden;
}
.xinpin .swiper-slide a img{
    width:100%;
    height:100%;
    transition: all 0.5s;
}
.xinpin .swiper-slide a img:hover{
    transform: scale(1.1);
}



@media (max-width: 767px){
    .about{
        padding:0;
    }
    .xinpin .swiper-slide{
        height:250px;
    }
    .news{
        padding:0;
    }
    .news-content .news-img{
        overflow: hidden;
    }
}