body {
	font-family: "宋体";
	FONT-SIZE: 12px;
	background-color: #FFFFFF;
}
 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6F02;
	text-decoration: underline;
}
/*=================================================== 文字 ============================================================*/
/*橙色文字*/
.font_Yellow{color:#FF6D01;}
a.font_Yellow:link,a.font_Yellow:visited{color:#FF6D01; text-decoration:none;} 
a.font_Yellow:hover,a.font_Yellow:active{color:#FF6D01; text-decoration:underline;}
/*咖啡色文字*/
.font_coff{color:#983402;}
a.font_coff:link,a.font_coff:visited{color:#983402; text-decoration:none;} 
a.font_coff:hover,a.font_coff:active{color:#983402; text-decoration:underline;}
/*白色文字*/
.font_bai{color:#ffffff;}
a.font_bai:link,a.font_bai:visited{color:#ffffff; text-decoration:none;} 
a.font_bai:hover,a.font_bai:active{color:#ffffff; text-decoration:underline;}
/*深绿色文字*/
.font_liu{color:#1D4801;}
a.font_liu:link,a.font_liu:visited{color:#1D4801; text-decoration:none;} 
a.font_liu:hover,a.font_liu:active{color:#1D4801; text-decoration:underline;}
/*白色标题文字*/
.font_baiCol{color:#ffffff;font-weight: bold;}
a.font_baiCol:link,a.font_baiCol:visited{color:#ffffff; text-decoration:none;} 
a.font_baiCol:hover,a.font_baiCol:active{color:#ffffff; text-decoration:underline;}
 
/*=================================================== 背景图片 ============================================================*/
/*顶部背景广告*/
.top_bg_AD{
    background-image: url(../img/main/top/top_AD280_60.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*长条背景图片*/
.maintop_left {
	background-image: url(../img/main/top/main_top_04.jpg);
	background-repeat: no-repeat;
}
.maintop_center {
	background-image: url(../img/main/top/main_top_05.jpg);
	background-repeat: repeat-x;
}
.maintop_right {
	background-image: url(../img/main/top/main_top_06.jpg);
	background-repeat: no-repeat;
}
/*搜索框关键词分隔长条*/
.maintop_spit {
	background-image: url(../img/main/top/main_top_32.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*按钮--搜索按钮*/
.maintop_button_search {
	border:0;
	cursor:pointer;
	text-align:center;
	height: 21px;
	width: 68px;
	background-image: url(../img/main/top/main_top_07.jpg);
	background-repeat: no-repeat;
}

/*大栏目菜单背景*/
.maintop_menu_cur {
	background-image: url(../img/main/top/main_top_01.jpg);
	background-repeat: no-repeat;
}
.maintop_menu_huang {
	background-image: url(../img/main/top/main_top_02.jpg);
	background-repeat: no-repeat;
}
.maintop_menu_lui {
	background-image: url(../img/main/top/main_top_03.jpg);
	background-repeat: no-repeat;
}
 
/*搜索框样式*/
.main_search_top { 
 width:250px;
 background:#FFFFFF url("/article/upimages/ico_username.gif") 2px 2px no-repeat; 
 padding-left:2px;
 BORDER-RIGHT: #569602 1px solid; 
 BORDER-TOP: #569602 1px solid; 
 FONT-SIZE: 12px; 
 BORDER-LEFT: #569602 1px solid;
 COLOR: #CCCCCC;
 BORDER-BOTTOM: #569602 1px solid; 
 HEIGHT: 14px
 }
/*=======================================================================*/
/*网页底部样式*/
.mainButton_huiFont {
    color: #6C6C6C;
}

.mainButtom_menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9B9B9B;
	border-bottom-color: #9B9B9B;
}

.mainButton_huiFont_link a{
    color: #6C6C6C;
}