

.footer1{
	width:100%;
	background:#1384CE;
	position:fixed;
	bottom:0;
	left:0;
	opacity: 0.8; width:100%; filter: alpha(opacity=50);
	z-index:999
}
.footer1 ul li{
	float:left;
	width:20%;
	text-align:center;
	padding-top:2%;
	
}
.footer1 ul li img{
	width:40%;
}
.footer1 ul li a{
	color:#fff;
	font-size:12px;
	font-family: Georgia, serif;
}

.footer1 ul li .foot_more{
	width:50px;
	height:32px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	position:relative;
	
}
.footer1 ul li .foot_more #more_btn{
	width:40px;
	height:40px;
	background:#1384CE;
	position:absolute;
	top:-70%;
	left:0;
	border-radius:50%;
	color:#fff;
	padding:5px;
}
.footer1 ul li .foot_more .more_lanmu{
	width:30px;
	height:30px;
	line-height:30px;
	background:#1384CE;
	position:absolute;
	top:-50%;
	left:10%;
	border-radius:50%;
	color:#fff;
	padding:5px;
	z-index:-1;
}