@charset "utf-8";

/* CSS Document */ /*footer*/
#footer {
	height: 130px;
	background-color: #005d9f;
	padding-top: 10px;
}

.footer_con {
	width: 1200px;
	height: 130px;
}

.footer_con .ul_01 {
	width: 150px;
	float: left;
	text-align: left;
}

.footer_con .ul_01 .li_01 {
	height: 35px;
}

.footer_con .ul_01 .li_01 a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	height: 35px;
}

.footer_con .ul_01 .li_01 a:hover {
	color: #003962;
}

.footer_con .ul_01 .li_02 {
	height: 22px;
}

.footer_con .ul_01 .li_02 a {
	font-size: 12px;
	color: #fff;
	height: 22px;
	line-height: 22px;
}

.footer_con .ul_01 .li_02 a:hover {
	color: #003962;
}

.footer_con .ul_02 {
	width: 300px;
	float: left;
	text-align: left;
}

.footer_con .ul_02 .li_02 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	height: 35px;
}

.footer_con .ul_02 .li_03 {
	font-size: 12px;
	color: #fff;
	height: 50px;
	line-height: 20px;
}

.footer_con .ul_03 {
	width: 200px;
	float: right;
	text-align: left;
}

.footer_con .ul_03 .li_02 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	height: 35px;
}

.footer_con .ul_03 .li_03 {
	font-size: 12px;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.footer_bottom {
	height: 40px;
	background-color: #003962;
}

.footer_bottom .con {
	width: 1200px;
	line-height: 40px;
}