

/*友情链接 开始*/
.foot_links{
	line-height: 38px;
	font-size: 16px;
}
ul.links_list_out{
	overflow: hidden;
	min-height: 60px;
}
ul.links_list_out li{
	float: left;
	line-height: 28px;
	margin: 0 5px;
	font-size: 14px;
}
ul.links_list_out li:hover a {
    color: #2B82EC;
}


/*new*/
.firend_link{
	overflow: hidden;
	margin-top: 30px;
}
.links_type{
	overflow: hidden;
	margin-bottom: 10px;
}
.links_type li{
    float: left;
	height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
}
.links_type li.active{
    background: #396DBA;
    color: #fff;
}
.links_type_con .link_hide{
	display: none;
}
.links_type_con .active_link{
	display: block;
}
/*友情链接 结束*/


/*底部 开始*/
.footer_limits{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.footer_limits li{
	display:inline;
	margin:0px 15px;
	font-size:14px;
}
.footer_limits li a{
	font-size:14px;
}
.footer_limits li img{
	height:35px;
}
/*底部 结束*/