/*===========网站尾部===========*/
#footer {
	position: relative;
	height: 190px;
	line-height: 2em;
	min-height: 190px;
	text-align: center;
	background: #264589;
	background-size: 100% 190px;
}

.footer-w {
	width: 1340px;
	margin: 0 auto;
	position: relative;
}


#footer ul {
	line-height: 50px;
	overflow: hidden;
	zoom: 1;
	padding: 10px 0;
	margin-bottom: 1px;
}
.flink::after {
	content: '';
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    display: block;
}


#footer li {
	display: inline-block;
	margin: 0 10px;
}
#footer .foot-link{
     color:rgba(255,255,255,0.88);
}
#footer .foot-link:hover{
color:#fff;
}
#footer li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	border-left: 1px solid #fff;
	margin-left: 20px;
	position: relative;
	top: 1px;
}

#footer li:last-child:after {
	display: none;
}

#footer li a {
	color: rgba(255,255,255,0.88);
	font-size: 16px;
	text-decoration: none;
}

#footer li a:hover {
	color: #fff;
}

#footer p {
	margin-bottom: 5px;
}

#footer p span {
	color: rgba(255,255,255,0.88);
	margin: 0 10px;
	font-size: 15px;
}