/*
##########################
## 全局CSS样式表
## 韩友军
## hanyoujun@gmail.com
##########################
*/

*{
	margin:0;
	padding:0;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../images/background.jpg);
}

img{
	border: 0;
}

hr{
	height: 1px;
	color: #e6e6e6;
}

text,textarea,select{
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
}
.left{
	float:left;
}
.text_right{
	text-align:right;
}
.text_title{
	font-weight:bold;
	color:#CC0000;
}
.text_title1{
	font-weight:bold;
	color:#2E749A;
}
.text_title2{
	font-weight:bold;
	color:#2E749A;
	text-align:center;
}
.text_red{
	color:#CC0000;
}

.news_back{
	font-weight:bold;
	color:#2E749A;
	text-align:center;
	padding-top:30px;
	text-decoration:underline;
}
.news_back1{
	text-align:center;
	padding-top:30px;
}
.news_back1 button{
	width:100px;
	height:32px;
	text-align:center;
}
.imgLeft{
	padding:5px;
	float:left;
}
.clear{
	font-size:0;
	clear:left;
}
/*无圆点等特效*/
ul{
	list-style: none;
}
ol{
	list-style-position:inside;
}
.line li{
	float:left;
}
.more{
	text-align:right;
}
.font2{
	padding-left:2em;
}
.font4{
	padding-left:4em;
}
/*网页链接特效*/
a:link{
	text-decoration : none ;color : #1E6083;
}
a:visited{
	text-decoration : none ;color : #1E6083;
}
a:hover{
	text-decoration : underline;
	color : #4CA8D7;
}
a:active{
	text-decoration : none ;color : #1E6083;
}

h1{
	font-size: 22px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
/*简介等文字标题*/
h4{
	font-size: 16px;
	text-align:center;
	padding-bottom:20px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}

/*
##########################
##  页面公共CSS样式表
##  韩友军
##  hanyoujun@gmail.com
##  包括网页上部标头，菜单栏
##  Copyright
##########################
*/
/*表格属性*/
.table_attrib{
	border-collapse:collapse;
	border:0;
}
#top{
	position:relative;
	margin:10px auto 0 auto;
	border:2px solid #FFFFFF;
	background:url(../images/topBG.gif);
	width:861px;
	height:181px;
}
#top_flash{
	position:absolute;
	width:861px;
	height:107px;
	top:0;
	left:0;
	z-index:10;
}

#top_menu{
	position:relative;
	margin:2px auto;
	width:865px;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#FFFFFF;
	line-height:12px;
	overflow:hidden;
}
#top_menu ul{
	padding-left:2px;
}
#top_menu li{
	float:left;
}
#top_menu a{
	display:block;
	width:121px;
	height:28px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	margin:0 1px;
	text-align:center;
}
.menu_nosel a:link{background:url(../images/btn_bg1.jpg);}
.menu_nosel a:visited{background:url(../images/btn_bg1.jpg);}
.menu_nosel a:hover{background:url(../images/btn_bg.jpg);}
.menu_nosel a:active{background:url(../images/btn_bg1.jpg);}

.menu_select a:link{background:url(../images/btn_bg.jpg);}
.menu_select a:visited{background:url(../images/btn_bg.jpg);}
.menu_select a:hover{background:url(../images/btn_bg.jpg);}
.menu_select a:active{background:url(../images/btn_bg.jpg);}

#top_menu strong{font-size:14px;}
/*选中按钮*/


#copyright{
	position:relative;
	clear:both;
	margin:2px auto;
	width:861px;
	height:43px;
	text-align:center;
	line-height:43px;
	border:2px solid #FFFFFF;
	background:#616161;
	color:#B0B0B0;
}
#copyright a{
	color:#B0B0B0;
	text-decoration : none;
}