/*footer开始*/
.footer3{
	width:100%;
	background:#01737B;
	padding:20px 0px;
}
.footer-con{
	width:1200px;
	height:190px;
	margin:0px auto;
}
.footer-con ul li{
	text-align: center;
	line-height:30px;
	color:#fff;
	font-size:14px;
}
.footer-con ul li a{
	color:#fff;
	line-height:25px;
	padding: 15px 0px;
}
.footer-con ul li a:hover{
	color:red;
}
.footer-con img{
	width:100px;
	margin-top:10px;
}
/*footer结束*/