.FooterZone{
	position: relative;
}
.foot-wrap{
	width:1200px;
	/*overflow: hidden;*/
	padding: 40px 0;
    box-sizing: border-box;
}
.footer-body{
	background: none;
    background-color: rgb(53, 53, 53);
}
.footer-container{
	display: flex;
	justify-content: space-between;
}
.footer-1{
	display: flex;
    justify-content: flex-start;
    color: #fff;
    flex-direction: column;
    position: relative;
    left:-80px;
}
.footer-link,.footer-link a{
	color:#fff;
	margin:10px;
	position: relative;
    cursor: pointer;
}
ul.footer-link li{
	padding-top: 0px;
    display: inline;
    
    line-height: 40px;
}

.footer-center{
	display: flex;
	justify-content: center;
	color:#fff;
	    padding: 0 100px;
    border-left: 1px solid rgb(89, 89, 89);
    border-right: 1px solid rgb(89, 89, 89);
}
.footer-center .wx-1{
 
	
}
.footer-center .wx-2{
	
	
}


.footer-center img{
   width: 90px;
    height: 90px;
    margin-right: 69px;
}
.footer-3{
	color:#fff;
}
.footer-bottom{
	    background-color: rgb(23, 23, 23);
}
.bottom-body{
	position: relative;
	overflow: hidden;
	height: 41px;
}

.bottom-body p{
	position: absolute;
	float: left;
	top: 0px;
	left:0px;
	color:#fff;
	padding: 10px;

}
.bottom-body p:nth-child(1){
	    left: 60%;
}
.contact{
	margin-top:30px;
}
.contact p{
	color:rgb(191, 191, 191);
	    word-wrap: break-word;
	    font-size: 14px;
}
.logo-img img{
	width:353px;
}
.sub-bottom-nav {
    background: #fff;
    width: 1175px;
    box-sizing: border-box;
    padding: 15px 10px 15px 30px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 88;
    display: none;
}
.sub-bottom-nav a {
    display: block;
    width: 33%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-right: 15px;
    color:#000;
    margin:0px;
}
.bg-bottom {
    height: 145px;
    background: rgb(53, 53, 53);
   /* background: url(../images/product/bg-q1.jpg)no-repeat left top;*/
    display: none;
    background-size: cover;
}