/* 以下为html标签重定义  */
body { margin:0 auto; font-size:12px; font-family:Verdana; line-height:1.5;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
td,p,li,div,select,input,body {font-size:12px;}
ul { list-style:none;}
img { border:0px;}

a { color:#444; text-decoration:none;}
a.:link,A.:visited {text-decoration:none;color:#0000FF}
a.:active,A.:hover {text-decoration:underline;color:#FF0000}

p {
	font-family: "宋体", "Arial", "幼圆", "Verdana", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	white-space: normal;
	cursor: text;
}
H1{
	color: #FFFFFF;
	margin: 10px;
	font: bold normal 18px/normal 微软雅黑,宋体,Arial,Verdana,arial,serif;
	background: #999999;
}
H2{
	font-family: "黑体", "楷体_GB2312", "Arial Black", "serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF0000;
	line-height: 20px;
	margin: 5px;
	padding: 5px;
	background-color: #CCCCCC;
}

/* 自定义CSS类  */
.clearfloat {clear:both;width:900px;height:0;font-size: 1px;line-height: 0px;} 
.red{color:#FF0000}

.borderblue {
	BORDER-BOTTOM: #0040ab 1px solid; BORDER-LEFT: #0040ab 1px solid; BORDER-RIGHT: #0040ab 1px solid; BORDER-TOP: #0040ab 1px solid
}
.font105 {
	FONT-SIZE: 10.5pt; LINE-HEIGHT: 15pt
}
.font12 {
	FONT-SIZE: 12pt; LINE-HEIGHT: 16pt
}
.font16 {
	FONT-SIZE: 16pt; LINE-HEIGHT: 18pt
}
.MyShow {
	font-family: "黑体", "楷体_GB2312", "Arial Black", "serif";
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;

}
.MyBigFont{
	font-family: 微软雅黑,宋体,Arial,Verdana,arial,serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
}

/*body*/
#container { width:900px; margin:0 auto;background:#eeeeee;}

/*header*/
#header { height:71px;}
#logo { float:left; margin-top:18px;}

#nav { width:900px;height:66px; background:url(../bg/nav_bg.gif) 0 0 repeat-x; margin-bottom:8px;margin-top:-2px;}
#nav_l { float:left; height:66px; width:5px; overflow:hidden; background:url(../bg/nav_bg.gif) 0 -66px no-repeat; margin-right:10px;}
#nav_r { float:right; height:66px; width:5px; overflow:hidden; background:url(../bg/nav_bg.gif) -5px -66px no-repeat;}
.nav_main { height:36px; overflow:hidden;}
.nav_main ul li { float:left; font-size:14px; font-weight:bold; margin:5px 5px 0 5px;}
.nav_main ul li a { float:left; display:block; height:26px; line-height:26px; color:#fff; padding-left:20px;}
.nav_main ul li a span { float:left; display:block; padding-right:20px;}
.nav_main ul li a:hover { background:url(../bg/nav_bg.gif) 0 -163px no-repeat; color:#fff;}
.nav_main ul li a:hover span  { background:url(../bg/nav_bg.gif) right -163px no-repeat; cursor:pointer;}
.nav_main ul li a#nav_current { height:31px; line-height:31px; background:url(../bg/nav_bg.gif) 0 -132px no-repeat; color:#646464;}
.nav_main ul li a#nav_current span { height:31px; background:url(../bg/nav_bg.gif) right -132px no-repeat;}
.nav_son { height:30px;position:relative;}
.nav_son ul{
	display:none;	
	position:absolute;  /* 通过JavaScript控制具体位置  */
}
.nav_son ul li { float:left; margin-top:4px;}
.nav_son ul li a { display:block; width:78px; height:22px; line-height:22px; text-align:center; color:#6e6e6e;}
.nav_son ul li a:hover { background:url(../bg/nav_bg.gif) 0 -198px no-repeat;}

/*footer*/
#footer { text-align:center;}
#footer dl dt {
	height:28px;
	line-height:28px;
	background:#FF9900;
	color:#fff;
}
#footer dl dt a { font-weight:bold; color:#fff;}
#footer dl dd { padding:8px 0; color:#666; line-height:2;}

/*---以上为标准CSS布局结构，下面是通用CSS设置--------------*/

.YeWu {
	width:900px;
	margin:0 auto;
	overflow: auto;
}

#YeWu1,#YeWu3{
	width: 445px;	
	height:275px;	
	float:left;	
	background:url(../bg/bg_hot1.jpg) no-repeat;
}
#YeWu2,#YeWu4{
	width: 445px;	
	height: 275px;	
	float:right;	
	background:url(../bg/bg_hot1.jpg) no-repeat;
}

.YeWu H1{
	color: #FF6600;
	margin: 25px 15px 10px 25px;
	font: bold normal 18px/normal 黑体,微软雅黑,宋体,Arial,Verdana,arial,serif;
	background: none;
	text-align:left;
	line-height:1.3;
}
.YeWu H2{
	color:#000000;
	margin: 15px 6px 5px 8px;
	padding-left:15px;	
	font: bold normal 15px/normal 微软雅黑,宋体,Arial,Verdana,arial,serif;
	background:none;
	text-align:left;
	line-height:1.5;
}
.YeWu P{
	color:#FF0000;
	margin: 15px 15px 10px 15px;
	font: bold normal 18px/normal 黑体,微软雅黑,宋体,Arial,Verdana,arial,serif;
	background: none;
	text-align:right;
	line-height:1.3;
}
