/*-----------------------------------------首页-------------------------------------*/
.title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D94E0;
}
.point {
	font-size: 12px;
	font-weight: bold;
	color: #3D94E0;
}
a.top:link {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.top:visited {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.top:hover {
	font-size: 14px;
	font-weight: bold;
	color: #3D94E0;
	text-decoration: none;
}
.top_division {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a.English:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.English:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.English:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D94E0;
	text-decoration: none;
}
a.top_phone:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.top_phone:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.top_phone:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.sub_title:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.sub_title:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.sub_title:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.bottom_link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.bottom:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.bottom:hover {
	font-size: 12px;
	color: #3D94E0;
	text-decoration: none;
}
.bottom_division {
	font-size: 12px;
	color: #999999;
}
.bottom_copyright {
	font-size: 12px;
	color: #666666;
}
a.links:link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a.links:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a.links:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.activities {
	width: 180px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #3d94e0;
}
/*--------------------------------------内页左边菜单----------------------------------------*/
/*1级蓝色菜单*/
.a_1st_blue{
	background:#3D94E0;
	padding-left: 25px;
	margin: 0;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.a_1st_blue a{
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*1级蓝色菜单当前页面*/
.a_1st_blue_selected{
	padding-left: 25px;
	margin: 0;
	background-color: #3D94E0;
	background-image: url(images/point_h.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.a_1st_blue_selected a{
	color:#fff;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}

/*2级浅蓝菜单*/
.a_2nd_lightblue{
	background:url(/images/dot_black.gif) no-repeat 19px 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-left: 30px;
}
.a_2nd_lightblue a{
	color:#333333;
	text-decoration: none;
	font-size: 12px;
}

/*2级浅蓝菜单当前页面*/
.a_2nd_lightblue_selected{
	background:url(/images/dot_black.gif) no-repeat #ffffff 19px 3px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-left: 30px;
}
.a_2nd_lightblue_selected a{
	color:#3D94E0;
	text-decoration: none;
	font-size: 12px;
}
/*-------------------------------------内页文字-----------------------------------------*/
.text_title {
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
}
.text_subtitle{
	font-size: 12px;
	font-weight: bold;
	color: #3D94E0;
	line-height: 20px;
}
.text{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.textNews{
	text-align:left;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	width: 580px;
}

/*---------------------------------------右栏---------------------------------------*/
.register {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #6699cc;
	font-weight: normal;
}
