#footer01 footer {
    background-color: #10568a;
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
#footer01 footer .center {
    margin: auto;
    max-width: 1200px;
}
#footer01 footer .center .footer_links {
    padding: 20px 0;
}
#footer01 footer .center .footer_links ul {
    width: 100%;
}
#footer01 footer .center .footer_links ul li {
    float: left;
    width: 17.8%;
    text-align: center;
    border: 1px solid #74ACD6;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 2.1875rem;
    height: 2.1875rem;
    margin: 0 1%;
}
#footer01 a{color:#FFF;}
#footer01 .bfc::after {
    content: "";
    display: block;
    clear: both;
}
#footer01 footer .center .footer_links ul li a {
    color: #74ACD6;
}
#footer01 footer .center .footer_info {
    border-top: 2px solid #074675;
    padding: 20px 0;
}
#footer01 footer .center .footer_info table {
    width: 1100px;
    margin: auto;
    min-width: 1100px;
}
#footer01 footer .center .footer_info table .dz img {
    width: 80px;
}
#footer01 footer .center .footer_info tr ul li {
    font-size: 14px;
    color: #fff;
    line-height: 1.5625rem;
    /* height: 25px; */
}
#footer01 footer .center .footer_info tr td .jiucuo img, #footer01 footer .center .footer_info tr td .zhaocuo img {
    width: 6.875rem;
}
ul{list-style: none;}
a{text-decoration: none;}

/* 1200分辨率以下 */
@media only screen and (max-width: 1200px) {
	#footer01 footer .center {
	    width: 100%;
	    margin: auto;
	    min-width: 100%;
	}
	#footer01 footer .center .footer_links ul li {
	    margin-bottom: 1%;
		margin:0px 5px;
	}
	#footer01 footer .center .footer_info table {
	    width: 100%;
	    min-width: 100%;
	}
	.dz{display: none;}
	.zhaocuo{display: none;}
	#footer01 footer .center .footer_info tr ul li{
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	#footer01 footer .center .footer_links ul li{
		width: 45.8%;
		margin-bottom: 0.625rem;
	}
	#footer01 footer .center .footer_info tr ul li{
		line-height: 1.875rem;
		height: auto;
	}
}