/* 关于我们 */
.aboutUsBg{
    width: 100%;
    height: 400px;
    background: url(../images/home/bg4.jpg) no-repeat center;
}
.swiper3{
    width: 1200px;
    height:250px;
}
.next3{
    margin-top: -330px!important;
    margin-left: 1152px!important;
    background-image: url(../images/home/right.png) !important;
    width: 50px !important;
    height: 119px !important;
    outline: none!important;
}
.prev3{
    margin-top: -119px!important;
    margin-left: -2px!important;
    background-image: url(../images/home/left.png) !important;
    width: 50px !important;
    height: 119px !important;
    outline: none!important;
}
.swiper3 .swiper-slide div{
    width: 285px;
    height: 210px;
    margin: auto;
    margin-bottom: 10px;
}
.swiper3 .swiper-slide div img{
    max-width: 285px;
    max-height: 210px;
}
/* 产品 */
.productBg{
    width: 100%;
    height: 400px;
    background: url(../images/home/bg5.jpg) no-repeat center;
}
.productContent ul li{
    width: 385px;
    height: 432px;
    background: #F6F6F6;
    margin: 0 7px 30px 7px;
}
.productContent ul li div{
    width: 365px;
    height: 360px;
    background: #FFFFFF;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.productContent ul li div img{
    max-width: 365px;
    max-height: 360px;
}
/* 工程项目 */
.projectBg{
    width: 100%;
    height: 400px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.projectContent ul li{
    width: 580px;
    height: 610px;
    background: #F7F7F7;
    margin-bottom: 30px;
}
.projectContent ul li img{
    width: 560px;
    height: 422px;
    margin-top: 10px;
}
.projectContent ul li p{
    margin: 30px 0 10px 0;
}
/* 商业合作 */
.joinBg{
    width: 100%;
    height: 400px;
    background: url(../images/home/bg7.jpg) no-repeat center;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 400px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
.newsContent li{
    width: 1200px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 0px rgba(184, 189, 209, 0.39);
    margin-bottom: 20px;
}
.newsBox{
    width: 1174px;
    height: 200px;
    margin: auto;
    padding-top: 10px;
}
.newsBox div p:nth-child(1){
    padding: 20px 0 10px 0;
}
.newsBox div p:nth-child(3){
    margin-top: 10px;
}
.newsContentActive{
    box-shadow: 0px 10px 10px 0px rgba(184, 189, 209, 0.39) !important;
}
/* 联系我们 */
.contactUsBg{
    width: 100%;
    height: 400px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}