/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 542px;
    background: url(../images/home/bg10.png) no-repeat center;
}
.line9{
    width: 3px;
    height: 45px;
    background: #0A79C2;
}
.line10{
    width: 56px;
    height: 4px;
    background: #F85D19;
    border-radius: 2px;
    margin: auto;
}
.line11{
    width: 565px;
    height: 1px;
    background: #0A79C2;
    margin: auto;
}
/* 产品 */
.productBg{
    width: 100%;
    height: 542px;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.productCenterActive a{
    color: #F88A19;
 }
 .productCenterActive a:hover{
     color: #F88A19;
 }
 .productCenterData li div{
    margin-top: -10px;
    height: 89px;
    padding: 0 20px;
    background: rgba(255, 255, 255, .5);
 }
 .productCenterData li{
     padding-bottom: 40px;
 }
 .productCenterDataActive div{
    background: #0A79C2 !important;
    color: rgba(255, 255, 255, .8);
 }  
 .productCenterData{
     width: 870px;
     padding-bottom: 110px;
 } 
.productNav p{
    height: 85px;
    line-height: 85px;
    border-bottom: 1px dashed #CCCCCC;
}
/* 加盟 */
.joinBg{
    width: 100%;
    height: 542px;
    background: url(../images/home/bg11.jpg) no-repeat center;
}
.joinContent{
    width: 1200px;
    height: 590px;
    background: #FFFFFF;
    position: relative;
    margin-top: -50px;
}
.joinContent ul li{
    width: 252px;
    height: 185px;
    background: #0174C0;
    border-radius: 20px;
    margin-bottom: 43px;
}
.joinContent ul{
    margin: auto;
    width: 900px;
    margin-top: 86px;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 542px;
    background: url(../images/home/bg14.jpg) no-repeat center;
}
.newsData{
    padding: 50px;
}
.newsData li{
    padding-bottom: 35px;
}
.newsData li img{
    margin-right: 50px;
}
/* 联系我们 */
.contactBg{
    width: 100%;
    height: 542px;
    background: url(../images/home/bg13.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;
 }