/*===========ÍøÕ¾Î²²¿===========*/
#footer {
	position: relative;
	height: 190px;
	line-height: 2em;
	min-height: 190px;
	text-align: center;
	background: url(/_upload/tpl/0f/93/3987/template3987/images/foot-bg.png) #1d436f center 0 no-repeat;
	background-size: 100% 190px;
}

.footer-w {
	width: 1340px;
	margin: 0 auto;
	position: relative;
}


#footer ul {
	line-height: 50px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 10px 0;
	margin-bottom: 15px;
}

#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;
}