td {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.a_bai:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.a_bai:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.a_bai:hover {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.line {
	background-attachment: fixed;
	background-image: url(img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.duanluo {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	text-indent: 24px;
}
.shuxian {
	background-attachment: fixed;
	background-image: url(img/l_2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #0066FF;
	text-decoration: underline;
}
.topmenu1{font-size:14px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#258AC7), to(#77BCE5));
/* Webkit: Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(top, #258AC7, #77BCE5);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #258AC7, #77BCE5);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #258AC7, #77BCE5);
/* IE 10 */
background: -ms-linear-gradient(top, #258AC7, #77BCE5);
/* IE < 10 */
/* 注意：这一行必须写在最后 */
FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#258AC7, endColorStr=#77BCE5);
cursor:pointer;
}


.topmenu{font-size:14px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#185B83), to(#77BCE5));
/* Webkit: Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(top, #185B83, #77BCE5);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #185B83, #77BCE5);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #185B83, #77BCE5);
/* IE 10 */
background: -ms-linear-gradient(top, #185B83, #77BCE5);
/* IE < 10 */
/* 注意：这一行必须写在最后 */
FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#185B83, endColorStr=#77BCE5);
cursor:pointer;}
