/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 200px;
    background: url(../images/home/bg3.jpg) no-repeat center;
}
/* 产品 */
.productBg{
    width: 100%;
    height: 200px;
    background: url(../images/home/bg4.jpg) no-repeat center;
}
.productBox div:nth-child(1){
    width: 453px;
    height: 399px;
    border: 1px solid #fff;
}
.productBox div:nth-child(1) img{
    max-width: 453px;
    max-height: 399px;
}
.productBox div:nth-child(2){
    width: 700px;
}
.productBox div:nth-child(2) p:nth-child(1){
    margin-bottom: 25px;
}
.productCon li{
    padding: 30px 0;
}
.productConActive .productBox div:nth-child(1){
    border: 1px solid #880014 !important;
}
.otherImg{
    min-height: 500px;
    padding-bottom: 150px;
}
.otherImg img{
    max-width: 1200px;
}
/* 加盟 */
.joinBg{
    width: 100%;
    height: 200px;
    background: url(../images/home/bg5.jpg) no-repeat center;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 200px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.newBox div:nth-child(1){
    width: 288px;
    height: 218px;
}
.newBox div:nth-child(1) img{
    max-width: 288px;
    max-height: 218px;
}
.newBox div:nth-child(2){
    width: 880px;
} 
.newBox div:nth-child(2) p:nth-child(2){
    margin: 5px 0 10px 0;
}
.newsCon li{
    padding: 15px 0;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 200px;
    background: url(../images/home/bg7.jpg) no-repeat center;
}
.contactCon li img{
    margin-right: 13px;
}
.contactCon li div{
    width: 260px;
}
.contactCon li div p:nth-child(1){
    margin-bottom: 35px;
}
.contactCon li{
    margin-bottom: 50px;
}
.contactCon li:last-child{
    margin-bottom: 50px;
}