.foot_top{
    height: 3px;
    background-color: #eb011b;
}
.foot_con{
    background-color: #232323;
    height: 290px;
    padding-top: 25px!important;
}
.foot_con1{
    height: 265px;
}
.foot_con_div{
    display: flex;
    align-items: flex-end;
    color: #5a5a5a;
}
.foot_con_div_ul{
    display: flex;
    align-items: flex-end;
}
.foot_con_div_ul li a{
    color: #5a5a5a;
    margin-right: 17px;
}
.foot_con_div1{
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.foot_con_div1 a,.foot_con_div1 p{
    color: #5a5a5a;
}
.foot_con_div1_p{
    margin: 0 5px;
}
.foot_con_div1_div{
    display: flex;
    align-items: center;
}
.foot_con_div2{
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.foot_con_div2_div_p{
    color: #5a5a5a;
}
.foot_con_div2_img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.foot_con_div2_div_p1{
    color: #ffffff;
    font-size: 18px;
}
.foot_con_div3{
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: center;
}
.foot_con_div3_p{
    color: #c2c2c2;
}
.foot_con_div3_img{
    width: 120px;
    height: 120px;
}



.ind_foot_zpBg{
    width: 100%;
    background-color: #0b6f32;
    /*background:url("../img/index/index-line.png");*/
    /*background-size:100% 100%;*/
    /*background-repeat:no-repeat;*/
}
.ind_foot_zpBox{
    display: flex;
    justify-content: space-between;
}
.ind_foot_zpItem{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    width: 20%;
    border-right: 1px solid rgba(255,255,255,.3);
}
.ind_foot_zpItem:last-child{
    border-right: none;
}
.ind_foot_zpItem:hover{
    background-color: rgba(255,255,255,.1);
}
.ind_foot_zpItemPic{
    width: 56px;
    height: 56px;
}
.ind_foot_zpItemMsg{
    color: #fff;
    margin-left: 10px;
}
.ind_foot_zpItemTitle{
    font-size: 14px;
    margin-bottom: -2px;
}
.ind_foot_num{
    font-family: Impact;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.ind_foot_zpItemInfo{
    font-size: 12px;
    margin: 0;
}

.ind_foot_aboutBg{
    padding: 40px 0 80px 0;
}
.ind_foot_aboutUsUl{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;

}
.ind_foot_aboutUsItemW{
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #a0a0a0;
}
.ind_foot_aboutUsItem:last-child > a{
    border-right: none;
}
.ind_foot_aboutUsItemW:hover{
    color: #00a0e9;
}
.ind_foot_aboutCompany{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}
.ind_foot_aboutImgs{
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
    padding-top: 10px;
}
.ind_foot_aboutImgItem > img{
    width: 114px;
    height: 49px;
}
.index_content{
    width: 1200px;
    margin: 0 auto;
}















