/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg3.jpg) no-repeat center;
}
/* 名家 */
.productBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg4.jpg) no-repeat center;
}
.productCon li{
    width: 585px;
    height: 616px;
    background: url(../images/home/img35.jpg) no-repeat center;
    margin-bottom: 40px;
}
.productCon li div{
    width: 525px;
    margin: auto;
}
.productCon li div:nth-child(1){
    width: 525px;
    height: 324px;
    background: url(../images/home/img36.jpg) no-repeat center;
    padding: 30px;
}
.productCon li div:nth-child(1) img{
    max-width: 507px;
    max-height: 306px;
}
.productCon li div:nth-child(2) p:nth-child(2){
    margin: 10px 0 25px 0;
}
.productCon li div:nth-child(2) p:nth-child(3){
    width: 266px;
    height: 45px;
    background: url(../images/home/icona.png) no-repeat center;
    line-height: 45px;
    padding-left: 50px;
}
/* 加入 */
.joinBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg5.jpg) no-repeat center;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.newsCon li{
    width: 1200px;
    height: 260px;
    background: #F7F7F7;
    margin-bottom: 30px;
}
.newsBox div:nth-child(1){
    width: 330px;
    height: 220px;
    margin: 20px;
}
.newsBox div:nth-child(1) img{
    max-width: 330px;
    max-height: 220px;
}
.newsBox div:nth-child(2){
    width: 780px;
    margin-left: 20px;
    padding-top: 30px;
}
.newsBox div:nth-child(2) p:nth-child(1){
    margin-bottom: 10px;
}
.newsBox div:nth-child(2) p:nth-child(1) span:nth-child(2){
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}
.newsConActive .newsBox div:nth-child(2) p:nth-child(1) span:nth-child(2){
    color: rgba(170, 4, 4, 1) !important;
    border-bottom: 1px solid  rgba(170, 4, 4, .3) !important;
}
.newsConActive{
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1) !important;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg7.jpg) no-repeat center;
}