@charset "utf-8";
/* CSS Document */
#TopBarB{ background-color: #fff; border-top: 4px solid #777; }
#TopBar{ height: 100px; margin: 0 auto; width: 900px; }
#Logo{ float: left; margin: 10px 0; width: 240px; }

#Menu{ float: right; width: 650px; }
#TopMenu{ font: 11px Arial, Helvetica, sans-serif bold; height: 30px; padding: 5px 0; text-align: right; }

#MainMenu{ height: 40px; }

#BannerB{ background-color: #000; border-top: 4px solid #777; }

/*首页banner*/
#Banner{
	background: url(images/banner.png) left center no-repeat;
	height: 300px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
/*内页banner2*/
#Banner2{
	background: url(images/banner2.png) left center no-repeat;
	height: 160px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
/*首页banner中ul样式*/
#Banner ul{ bottom: 10px; position: absolute; right: 0; width: 300px; }
#Banner ul a{
	border-bottom: 1px solid #888;
	background:url(images/circle_right-b.png) 270px 8px no-repeat;
	color: #fff;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 5px;
	text-decoration: none;
}
#Banner ul a:hover{ background:url(images/circle_right.png) 270px 8px no-repeat; color: #F90; }

/*内页banner中ul样式*/
#Banner2 ul{ bottom: 10px; position: absolute; right: 0; width: 250px; }
#Banner2 ul a{
	border-bottom: 1px solid #888;
	background:url(images/circle_right-b.png) 220px 8px no-repeat;
	color: #fff;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 5px;
	text-decoration: none;
}
#Banner2 ul a:hover{ background:url(images/circle_right.png) 220px 8px no-repeat; color: #F90; }


#MidB{ background:#fff}
/*首页正文部分*/
#Mid{ width:900px; padding:15px 0; margin:0 auto;}
#Mid2{ width:900px; padding:15px 0; margin:0 auto;}

/*首页正文左，右列样式*/
#Col-left-index{ float:left; width: 590px;}
#Col-right-index{ float:right;width: 300px;}

/*内页正文左，右列样式*/
#Col-left{ float:left; width: 640px;}
#Col-right{ float:right;width: 250px;}

/*首页联系我们灰色块 样式*/
#contactBox-index{ width:260px; height:150px; padding:20px; overflow:hidden; margin-top:20px; background:url(images/corner.png) center center no-repeat;}
#contactBox-index div{font-size:16px; line-height:200%;}

.Afont16{ display:block; 
	font-size:18px; 
	font-weight:600; 
	text-decoration:none;
	text-transform:capitalize;
	color:#555;
	margin:0 0 10px 0;
	border:1px solid #fff;
	padding:8px;
}
.Afont16:hover{ color:#Fff; background-color:#555;border:1px solid #999; }


/*footMenu样式*/
#FootMenuB{ background:#ef8304; border-top:4px solid #333;}
#FootMenu{ width:900px; padding:10px 0;  margin:0 auto}

#FootMenu-List{ float:left; width:600px;}
#FootMenu-List dl{ float:left; width:110px; padding:5px;}
#FootMenu-List dd{ margin:4px 0;}
#FootMenu-List dl a:link,
#FootMenu-List dl a:visited,
#FootMenu-List dl a:active{ font-size:11px; color:#333; text-decoration:none; line-height:16px;}
#FootMenu-List dl a:hover{ color:#Fff; background-color:#666}
#FootMenu-List dt a{ font-size:12px; font-weight:bold; text-transform:uppercase;}

#FootMenu-List2{ float:left; width:600px;}
#FootMenu-List2 dl{ float:left; width:140px; padding:5px;}
#FootMenu-List2 dd{ margin:4px 0;}
#FootMenu-List2 dl a:link,
#FootMenu-List2 dl a:visited,
#FootMenu-List2 dl a:active{ font-size:11px; color:#333; text-decoration:none; line-height:16px;}
#FootMenu-List2 dl a:hover{ color:#Fff; background-color:#666}
#FootMenu-List2 dt a{ font-size:12px; font-weight:bold; text-transform:uppercase;}



#GoodWord{ float:right; width:290px; padding:10px 0 5px 10px;line-height:150%;}
#GoodWord p.man{ text-align:right; color:#666; margin:5px;}


/*底部版权样式*/
#CopyrightB{ background:#333;}
#Copyright{ width:900px; margin:0 auto; padding:10px 0;color:#999;}


