/* 关于我们 */
.aboutUsBg{
   width: 100%;
   height: 555px;
   background: url(../images/home/bg8.jpg) no-repeat center;
}
.columnNav{
    width: 244px;
    /* height: 359px; */
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
}
.columnNavYes{
    display: none;
}
.columnNav .columnBoxNav li img{
    margin-right: 20px;
    margin-left: 30px;
}
.columnNav .columnBoxNav li{
    padding: 20px 0;
    border-top: 1px solid #CBCBCB;
}
.information{
    width: 244px;
    height: 305px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    padding-top: 40px;
    margin-top: 20px;
}
.columnNavActive p{
    color: #126F44 !important;
}
.columnNavActive .columnNavYes{
    display: block;
}
.columnNavActive .columnNavNo{
    display: none;
}
/* 产品 */
.productBg{
    width: 100%;
    height: 555px;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.productsub li a{
    color: #666666;
}
.productsub li{
    border-top: none !important;
    padding: 0 !important;
}
.productsub{
    border-top: 1px solid #CBCBCB;
    margin-top: 20px;
}
.productsubActive a{
    color: #126F44 !important;
}
.productCenterData li .productCenterDataBox{
    width: 396px;
    height: 89px;
    background: #F4F4F4;
    padding: 0 10px;
    margin-top: -5px;
 }
 .productCenterData li{
     padding-bottom: 40px;
 }
 .productCenterDataActive .productCenterDataBox{
    background: #126F44 !important;
    color: rgba(255, 255, 255, .8);
 }  
 .productCenterData{
     width: 870px;
 } 
.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;
}
/* 加盟 */
.joinBg{
    width: 100%;
    height: 555px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
.joinContent{
    width: 834px;
    height: 726px;
    background: rgba(255,255,255,.68);
    margin: auto;
    margin-top: -200px;
    position: relative;
}
.joinContent ul li{
    margin-bottom: 25px;
}
.joinNo{
    width: 232px;
    height: 245px;
    background: #ECECEC;
    border-radius: 10px;
}
.line7{
    width: 25px;
    height: 2px;
    margin: auto;
    background: #126F44;
    margin-top: 15px;
    margin-bottom: 15px;
}
.line7a{
    width: 25px;
    height: 2px;
    margin: auto;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.joinYes{
    width: 232px;
    height: 245px;
    background: #126F44;
    border-radius: 10px;
    display: none;
}
.joinContentActive .joinYes{
    display: block;
}
.joinContentActive .joinNo{
    display: none;
}
.joinButton{
    width: 272px;
    height: 51px;
    line-height: 51px;
    margin: auto;
    background: #FF923D;
    box-shadow: 1px 6px 8px 0px rgba(29, 29, 29, 0.15);
    border-radius: 26px;
    margin-top: 20px;
}
/* 联系我们 */
.contactBg{
    width: 100%;
    height: 555px;
    background: url(../images/home/bg11.jpg) no-repeat center;
}