@font-face {
  font-family: "FZS3JW";
  src: url("../fonts/FZS3JW.woff2") format("woff2"),
       url("../fonts/FZS3JW.woff") format("woff"),
       url("../fonts/FZS3JW.ttf") format("truetype"),
       url("../fonts/FZS3JW.eot") format("embedded-opentype"),
       url("../fonts/FZS3JW.svg") format("svg");
}
@font-face {
  font-family: "方正大标宋简体";
  src: url("../fonts/方正大标宋简体.woff2") format("woff2"),
       url("../fonts/方正大标宋简体.woff") format("woff"),
       url("../fonts/方正大标宋简体.ttf") format("truetype"),
       url("../fonts/方正大标宋简体.eot") format("embedded-opentype"),
       url("../fonts/方正大标宋简体.svg") format("svg");
}
/* 底部 开始*/
.zl_foot {
    height: 177px;
	background-color: #101010;
}
.zl_foot .center {
    display: flex;
    justify-content: space-between;
}
.zl_foot .center .center_left {
    display: flex;
    width: 50%;
    margin-top: 40px;
}
.zl_foot .center .center_left .tu {
    width: 9.16%;
}
.zl_foot .center .center_left .tu img {
    width: 55px;
	height: 55px;
}
.zl_foot .center .center_left .information {
    margin-left: 16px;
}
.zl_foot .center .center_left .information em {
    color: #666666;
    font-size: 14px;
}
.zl_foot .center .center_left .information .phone {
    font-size: 28px;
    color: #ffffff;
}
.zl_foot .center .center_right {
    margin-top: 56px;
    width: 28.75%;
}
.zl_foot .center .center_right ul {
    display: flex;
    justify-content: space-between;
}
.zl_foot .center .center_right ul li {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.zl_foot .center .center_right ul li:nth-of-type(2) {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}
.zl_foot .bottom {
    display: flex;
    justify-content: space-between;
}
.zl_foot .bottom .lf {
    margin-top: 42px;
    color: #999999;
    font-size: 14px;
}
.zl_foot .bottom .ri {
    margin-top: 42px;
    margin-right: 26px;
    color: #999999;
}
@media (max-width:767px) {
	.zl_foot {
	    height: auto;
	    background-color: #101010;
	}
	.zl_foot .center {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.zl_foot .center .center_left {
	    display: flex;
	    width: 100%;
	    margin-top: 13px;
	}
	.zl_foot .center .center_left .tu {
	    width: 9.16%;
	}
	.zl_foot .center .center_left .tu img {
	    width: 100%;
		height: 100%;
	}
	.zl_foot .center .center_left .information {
	    margin-left: 16px;
		display: flex;
	    align-items: center;
	}
	.zl_foot .center .center_left .information em {
	    color: #666666;
	    font-size: 14px;
	}
	.zl_foot .center .center_left .information .phone {
	    font-size: 16px;
	    color: #ffffff;
		padding-left: 10px;
	}
	.zl_foot .center .center_right {
	    margin-top: 0px;
	    width: 100%;
		padding-top: 8px;
	}
	.zl_foot .center .center_right ul {
	    display: flex;
	    justify-content: space-between;
	}
	.zl_foot .center .center_right ul li {
	    flex: 1;
	    text-align: center;
	    font-size: 14px;
	    color: #ffffff;
	}
	.zl_foot .center .center_right ul li:nth-of-type(2) {
	    border-left: 1px solid #666666;
	    border-right: 1px solid #666666;
	}
	.zl_foot .bottom {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.zl_foot .bottom .lf {
	    margin-top: unset;
	    color: #999999;
	    font-size: 12px;
	}
	.zl_foot .bottom .ri {
	    margin-top: unset;
	    margin-right: unset;
	    color: #999999;
	}
	
}



