.footer{
	width:100%;
	margin: 80px 0px 0px;
	background:#eeeeef;
} 
.footer ul.top{
	width: 86%;
	margin: 50px auto 30px;
	display:flex;
}
.footer ul.top li{
	width:16.5%;
}
.footer ul.footnav li{
	width:100%
}
.footer ul.top li.left{
	width:34%;
}
.footer ul.top li.left h4 img{
	width:58%;
	margin-bottom: 20px;
}
.footer ul.top li.left p{
	margin-top: 12px;
	display: flex;
}  
.footer ul.top li.left p a{font-size:1vw;margin-top: 3px;}
.footer ul.top li.left p::before{
	content: "";
	width: 24px;
	height:24px;
	margin-right: 12px;
}
.footer ul.top li.left p.tel::before{
	background:url(../img/tubiao.png) 0 0 no-repeat;
	background-size: 100%;
}
.footer ul.top li.left p.mail::before{
	background:url(../img/tubiao.png) 0 -34px no-repeat;
	background-size: 100%;
}
.footer ul.top li.left p.add::before{
	background:url(../img/tubiao.png) 0 -64px no-repeat;
	background-size: 100%;
}
.footer ul.top li.left div.weixin{margin-top: 30px;}
.footer ul.top li.left div.weixin img{
	width:36%;
}
.footer ul.top a.menulink{
	color:#253974;
	font-size:1.5vw;
	font-weight: 700;
	display: block;
	margin:10px 0 15px;
}
.footer ul.footnav li{
	margin-bottom: 10px;
}
.footer ul.footnav li a{
	font-size:1.2vw;
	letter-spacing: 0.2em;
	color:#555;
}
ul.bottom{
	margin: 0px auto;
	padding: 20px 7%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	background: #253974;
}
ul.bottom li p,ul.bottom li p a{
	font-size:1.1vw;
	color:#fff;
	font-weight: lighter;
}
ul.bottom li p a:hover,.footer ul.footnav li a:hover{
	color:#ba2636;
}
/**
.footer a{
	color:#eee;
} 
.footer .center{
	width:1200px;
	margin:0 auto;
	padding:50px 0px 30px;
	display:flex;
	justify-content: space-between;
}
.footer ul.fleft li{
	margin:0px 0px 5px;
	line-height:24px;

}
.footer ul.fleft li.footnav{ font-size:16px; margin-bottom:15px; }
.footer .fleft span{
   width:24px;
   height:24px;
   margin-right: 15px;
}
.footer .fleft li.tel span{
	background:url(../img/tubiao.png) 0 0 no-repeat;
	   background-size:100%;
}
.footer .fleft li.mail span{
	background:url(../img/tubiao.png) 0 -34px no-repeat;
	   background-size:100%;
}
.footer .fleft li.add span{
	background:url(../img/tubiao.png) 0 -64px no-repeat;
	   background-size:100%;
}
.footer .fleft li.copyright span{
	background:url(../img/banquan.png) 0 0px no-repeat; 
	   background-size:100%;
}
.copyright p {
    margin-right: 10px;
}
.footer ul.fright li{
	margin:5px 0px 10px;
	    text-align: center;
}
.footer .fright li.weixin img{
	width:100px;
	height:100px;
}
li.share .bdshare-button-style1-16 {
    display:flex;
	justify-content:center;
}
li.share .bdshare-button-style1-16 a,li.share .bdshare-button-style1-16 .bds_more {
    float:none;
	margin:6px 4px 6px;
}
@media (max-width:1200px) {
.footer .center {
    width: 95%;
}
}
@media (max-width:750px) {
.footer .center {
    flex-wrap: wrap;
	justify-content: center;
}
.footer ul.fleft li {
    text-align: center;
    justify-content: center;
}
}**/