@charset "gb2312";
/* CSS Document */
.footer{
	margin-top: 30px;
	padding-top: 15px;
	width: 100%;
	height: 230px;
	background: #d2d2d2;
}

.footer-c{
	width: 1060px;
}

.footer-c1{
	float: left;
	width: 230px;
	height: 180px;
}

.footer-c3{
	float: right;
	width: 230px;
	height: 180px;
}

.footer-c2{
	float: left;
	margin-left: 155px;
	margin-right: 155px;
	width: 230px;
	height: 180px;
}

.footer-c1T,.footer-c2T,.footer-c3T{
	width: 280px;
	height: 40px;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EAEAEA;
}

.footer-c1B,.footer-c2B,.footer-c3B{
	width: 360px;
	height: 139px;
}

.footer-c1B a{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 28px;  	
}

.footer-c1B a:hover{
	color: #093;    	
}

.footer-c2B ul li img{
    margin-bottom: 2px;
	padding-right: 5px;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}
 
.footer-c2B ul li{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.footer-c2B ul li a{
	line-height: -50px;
}

.footer-c3B img{
	float:left;
	display:inline;
	margin-top: 20px;
	margin-left:10px;
	width: 105px;
}

.bottom{
	width: 100%;
	height: 50px;
	background: #095e9f;
}

.bottom p{
	display: block;
	font-family: "Microsoft Yahei";
	letter-spacing: 0.5px;
	line-height: 50px;
	text-align: center;
	color: #CCC;
}

.bottom p a{
	color: #CCC;
}

.bottom p a:hover{
	color: #F60;
}

