/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 650px;
    background: url(../images/home/bg5.jpg) no-repeat center;
}
.line5{
    width: 3px;
    height: 45px;
    background: #034AC6;
    border-radius: 0px;
}
.line6{
    width: 56px;
    height: 4px;
    background: #034AC6;
    border-radius: 2px;
    margin: auto;
}
.line7{
    width: 565px;
    height: 1px;
    background: #034AC6;
}
.otherNav a{
    color: rgba(127, 127, 127, .8);
}
.otherNav a:hover{
    color: rgba(127, 127, 127, .8);
}
/* 业务 */
.businessBg{
    width: 100%;
    height: 650px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
.productCenterActive a{
    color: #DD171E !important;
 }
 .productCenterActive a:hover{
    color: #DD171E !important;
 }
 .productCenterData li .productCenterDataBox{
    width: 376px;
    height: 89px;
    background: rgba(255, 255, 255, .5);
    padding: 0 20px;
    margin-top: -7px;
 }
 .productCenterData li{
     padding-bottom: 40px;
 }
 .productCenterDataActive .productCenterDataBox{
    background: #034AC6 !important;
    color: rgba(255, 255, 255, .8);
 }  
 .productCenterData{
     width: 870px;
 } 
 .productNav a{
     color: #7F7F7F;
 }
 .productNav a:hover{
    color: #7F7F7F;
}
.productNav p{
    height: 85px;
    line-height: 85px;
    border-bottom: 1px dashed #CCCCCC;
}
.productCenterDataActive .productCenterDataicon img:nth-child(2){
    display: none !important;
}
.productCenterDataActive .productCenterDataicon img:nth-child(1){
    display: block !important;
}
.productCenterData .productCenterDataicon img:nth-child(1){
    display: none;
}
.productCenterData .productCenterDataicon img:nth-child(2){
    display: block;
}
.productCenterDataActive .productCenterDataTitle p{
    color: #ffffff !important;
}
/* 案例 */
.witnessBg{
    width: 100%;
    height: 650px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
.witnessContent li img{
    width: 380px;
    height: 400px;
    margin-bottom: 15px;
}
.witnessContent li{
    margin: 0 10px 30px 10px;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 650px;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.newsData{
    padding: 50px;
}
.newsData li{
    padding-bottom: 35px;
}
.newsData li img{
    margin-right: 50px;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 650px;
    background: url(../images/home/bg11.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;
 }