body {
	font-family: 宋体;
	font-size: 12px;
	margin: 0px;
}
/* 默认蓝色字体*/
.gg_link a:link, .gg_link a:visited {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.gg_link a:hover {
	font-size: 14px;
	color: #red;
	text-decoration: none;
}

.gg_date {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

a:link {
	font-size: 12px;
	color: #3c66ab;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	color: #3c66ab;
	text-decoration: none;
}
/* 无连接字体样式*/
.White01 {
	font-size: 12px;
	color: #FFFFFF;
}

.White02 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.bottom_title {
	font-size: 14px;
	color: #505050;
}

.blue01 {
	font-size: 12px;
	color: #244a9f;
}

.blue02 {
	font-size: 12px;
	color: #2547a1;
	font-weight: bold;
}
/*导航菜单样式*/
.my_nav {
	height: 30px;
	width: 100%;
	margin: 0px;
	float: left;
}

.my_nav ul {
	list-style: none;
	margin: 0px 10px;
	width: 97%;
	border0: 1px solid #ccc;
	margin-left: -30px;
	*margin-left: 10px;
	_margin-left: 10px;
}

.my_nav ul li {
	float: left;
	margin: 0px 0px;
	padding: 7px 15px;
	background: url(link_sep.gif) no-repeat right;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-position: right center;
	list-style: none;
}

.my_nav ul a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

.my_nav ul a:hover {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

.my_nav ul a:link {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.my_nav ul a:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

.my_nav ul a:onclick {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}

.ctlCaptcha img {
	width: 85px;
	height: 23px;
	cursor: pointer;
	/* margin-top: 5px;
	margin-right: 5px; */
}

.ctlCaptcha div {
	display: none;
}

.ctlCaptcha input {
	width: 108px;
	height: 23px;
	margin-bottom: 4px;
	vertical-align: bottom;
}