﻿@charset "utf-8";

#link_txt {
	clear: both;
	text-align: center;
	margin: auto;
	width: 100%;
	color: #f1f1f1;
	height: auto;
	padding-top: 3px;
	text-indent: 0px;
}
#link_txt a{
	padding-right: 3px;
	padding-left: 3px;
	color: #f1f1f1;
	line-height: 40px;
	height: 40px;
}
#link_txt a:hover{
	text-decoration: underline;
}
#link_txt h3{
	width: 100%;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	background: url(../images/footer_title_bg.png) no-repeat center;
	font-weight: normal;
}
