/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg4.jpg) no-repeat center;
}
/* 产品 */
.productBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg5.jpg) no-repeat center;
}
.productNav li{
    width: 130px;
    height: 70px;
    line-height: 70px;
}
.productNav a{
    color: #666666;
}
.productNav a:hover{
    color: #666666;
}
.productNavActive{
    background: #E00A0B !important;
}
.productNavActive a{
    color: #fff !important;
}
.productHotImg{
    width: 570px;
    height: 460px;
    background: #FFFFFF;
}
.productHotImg img{
    max-width: 435px;
    max-height: 334px;
}
.procudtCon li{
    width: 285px;
    height: 310px;
    background: #F7F7F7;
    margin: 0 7px 30px;
}
.procudtCon li div{
    width: 265px;
    height: 240px;
    background: #FFFFFF;
    margin: 10px;
    margin-bottom: 15px;
}
.procudtCon li div img{
    max-width: 256px;
    max-height: 200px;
}
/* 合作 */
.joinBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg7.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;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
.contactData li{
    padding-bottom: 64px;
 }
 .contactData li p:nth-child(1){
     padding-bottom: 10px;
     border-bottom: 1px solid rgba(51, 51, 51, .2);
 }
 .contactData li p:nth-child(2){
     margin-top: 24px;
 }