/* CSS Document */
body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#575757;
	line-height:1.3em;
	
}
/*默认链接颜色*/
a:link,a:visited {
	text-decoration: none;
	color:#CC0000;
	font-family:arial;
	line-height: 31px;
}
a:hover{
	color:#006CCE;
	}
/*批量可选链接颜色（一）*/
.link1 a:link,.link1 a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 12px;
	line-height: 30px;
}

.link1 a:hover{
	text-decoration: underline;
	LEFT: 1px;
	POSITION: relative;
	TOP: 1px;
	color:#FF6600;
	text-decoration:underline;
}
/*批量可选链接颜色（二）*/
.link2 a:link,.link2 a:visited{
	color:#006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
.link2 a:hover{
	color:#640032;
	text-decoration:underline;
}
/*单个可选链接颜色（一）*/
a.link3:link,a.link3:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #333333;
}

a.link3:hover {
	text-decoration: underline;
	color: #333333;
}
/*英文字体*/
.english_font{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 27px;
}
/*字号14象素加粗（－）*/
.font_14_1{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height: 30px;
}
/*字号14象素加粗（二）*/
.font_14_2{
	font-size:14px;
	font-weight:bold;
	color:#83C50C;
}
/*字体颜色*/
.red{
	color:#000000;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.blue{
	color:#575757
	font-size: 12px;
}
.white{
	color:#FFFFFF;
	font-size: 12px;
}
/*字体行间距*/
/*可选行间距(一)*/
.font_line_height{
	line-height:26px;
	font-size: 12px;
	color: #000000;
}
/*可选行间距(二)*/
.font_line_height2{
	line-height:22px;
	font-size: 12px;
	color: #000000;
}
/*可选行间距(三)*/
.font_line_height3{
	line-height:30px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
/*可选行间距(四)*/
.font_line_height4{
	line-height:31px;
	font-size: 12px;
	color: #000000;
	font-family: "宋体";
}
/*可选行间距(五)*/
.font_line_height5{
	line-height:normal;
	font-size: 12px;
	color: #B8001F;
	font-family: "宋体";
	font-weight: bold;
}
/*边框样式(一)--点划线*/
.line_box1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
/*实线边框--用于邮箱登录*/
.line_box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #888888;
}
/*左边框*/
.line_box_left{
	border-left:1px #336699 solid;
}
/*右边框*/
.line_box_right{
	border-right:1px  #e1e1e1 solid
}
/*底边框*/
.line_box_bottom{
	border-bottom:1px #336699 solid;
}
/*上边框*/
.line_box_top{
	border-top:1px #336699 solid;
	
}
/*一种可选的特殊的边框效果*/
.line_box_t {
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
/*文本段落首行缩进2个汉字*/
.text p{
	text-indent:24px;
	margin:8px;
}
/*控制上下左右各10像素间距*/
.out_both{
	padding:10px;
}
/*控制左右各10像素间距*/
.out_left_right{
	padding:0px 10px;
}
/*控制上下各10像素间距*/
.out_top_bottom{
	padding:10px 0px;
}
/*控制左10像素间距*/
.out_left{
	padding:0px 0px 0px 10px;
}

/*控制背景样式--顶端对齐重复*/
.bg_top{
	background:url(../images/bg.jpg) top no-repeat;
}
/*控制背景样式--左边对齐重复*/
.bg_left{
	background:url(../images/bg.jpg) left no-repeat;
}
/*控制背景样式--右边对齐重复*/
.bg_right{
	background:url(../images/bg.jpg) right no-repeat;
}
/*控制背景样式--底部对齐重复*/
.bg_bottom{
	background:url(../images/about_01.jpg) bottom no-repeat;
}
/*控制背景样式--左端对齐横向重复*/
.bg_left_x{
	background:url(../images/bg.jpg) left repeat-x;
}
/*控制背景样式--左端对齐横向重复*/
.bg_right_x{
	background:url(../images/bg.jpg) right repeat-x;
}
/*控制背景样式--顶端对齐纵向重复*/
.bg_top_y{
	background:url(../images/bg.jpg) top repeat-y;
}
/*控制背景样式--底端对齐纵向重复*/
.bg_bottom_y{
	background:url(../images/about_01.jpg) bottom repeat-y;
}
/*公司的版权样式*/
a.zzb07link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #BFD92E;
}

a.zzb07link:hover {
	text-decoration: underline;
	color: #7CA525;
}
.zzb07tail
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#7CA525;
}
/*CSS导航代码*/
#nav{
	text-align:center;
	width:870px;
	margin:0px auto;
}
#nav ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	#nav li {
		float:left;
		width:110px;
		text-align:center;
	}
	#nav li a:link,#nav li a:visited{
		text-align:center;
		color:#fff;
		font-weight:bold;
		display:block;
		height:25px;
		text-decoration:none;
		font-size:12px;
	}
	#nav li a:hover{
		background-image:url(../images/index_02_06.jpg);
		color:#FF6600;
	}
	#nav li.line{
		width:1px;
		height:15px;
		background-color:#fff;	
		margin-top:7px;
	}
.bg_a {
	background-image: url(../images/about_08.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.b01 {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.e1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
img{
	border:0px;
}
