@charset "gb2312";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;/*--for opera--*/
	background-color: #dcd5bb;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: "宋体";
	font-size: 11pt;
	color: #000000;
}
li {
	list-style-type: none;
}
.clear {
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;/* IE清除浮动必备代码 */
	visibility:hidden;
}
a {
	font-family:"Verdana";
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
}
a:hover  {
	font-family:"Verdana";
	font-size: 11pt;
	color: #FF0000;
	text-decoration: underline;
	padding-top: 5px;
}
#header{
	width: 1000px;
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	}
#newdate{
	width: 220px;
	float: right;
	font-family: "宋体";
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	padding-top: 5px !important;
	padding-top: 5px;
	}
#newdate a {
	font-family:"宋体";
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
}
#newdate a:hover  {
	font-family:"宋体" ;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
	padding-top: 5px;
}
#nav{
	width: 1000px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(dh.jpg);
	background-repeat: no-repeat;
	}
/*主菜单，有下拉*/
#mainMenu{
	margin-left:auto;
	width: 850px;
	margin-right: auto;
	}
#mainMenu a {
	font-family:"宋体";
	font-size: 9pt;
	color: #e2ea2c;
	text-decoration: none;
	font-weight:bold;
}
#mainMenu a:hover  {
	font-family:"宋体" ;
	font-size: 9pt;
	color: #F00;
	text-decoration: underline;
	font-weight:bold;
}
#mainMenu ul{
	list-style:none; 
	padding: 0px;/* 取消列表边距 */
	margin: 0px;/* 取消列表边距 */
	}
#mainMenu li{
	float:left;
	width:100px;
	padding-top:2px;
	height:33px;
	}
#mainMenu ul li a{
	display:block;
	padding-top:10px;
	width:100px;
	text-align:center;
	height: 25px;/* 可以控制主菜单同下拉菜单的距离 */
	}
#mainMenu ul li:hover ul,/*解决无法缩回二级导航菜单问题*/
#mainMenu ul li a:hover{
	background-image: url(menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	padding-top:0px;/*子菜单的间隔高度*/
	width:100px;/*菜单的横向宽度，取消则水平列菜单*/
	position:absolute;
	border: 1px solid #A5AB23;
	}
#mainMenu ul li ul li{
	float:left;
	width:100px;/*子菜单选择前的宽度*/
	height:30px;
	background:#717419;
	}
#mainMenu ul li ul li a{
	display:block;
	padding:8px 6px 8px 6px;/*子菜单选择后的宽度上、左、下、右*/
	width:88px;/*子菜单选择后的宽度*/
	height:12px;
	font-size: 9pt;
	font-weight:normal;
	}
#mainMenu ul li ul li a:hover{
	background: #717419;
	font-size: 9pt;
	font-weight:normal;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}
#mainMenu ul li.sfhover ul{
	left:auto;
	}
/*主菜单，结束*/
#banner{
	width: 1000px;
	height: 280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}	
#main{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color:#FFF;
}
.news_list ul{
	list-style-type: none;
	padding: 5px;/* 取消列表边距 */
	margin: 0px;/* 取消列表边距 */
}
.news_list li{
	height: 24px;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	vertical-align:bottom;/* IE6/7及IE8对于LI的间距定义不同，IE8是0间距 */
}
#main_right{
	width: 750px;
	float: right;
}
#main_about,#main_product{
	width: 750px;
}
#main_about_lm{
	width: 740px;
	padding-left:10px;
	height:26px;
	padding-top:8px;
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	color:#666666;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:11pt;
	font-weight:bold;	
}
#main_about_list{
	width: 740px;
	background-color:#D8D1B7;
	padding: 5px;
	margin-bottom:10px;
	font-size:11pt;
}
#main_about_list p{
	margin:0;
}
#main_product_lm{
	width: 740px;
	padding-left:10px;
	height:26px;
	padding-top:8px;
	background-image: url(product.jpg);
	background-repeat: no-repeat;
	color:#666666;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:11pt;
	font-weight:bold;	
}
#main_product_list{
	width: 740px;
	background-color:#E6E6C2;
	padding: 5px;
}
/* 次页样式表 */
#tab{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:10px;
	background-color:#FFF;
}
#tab_left{
	width: 214px;
	float: left;
}
#tab_left_lm1{
	width: 204px;
	padding-left:10px;
	height: 27px;
	padding-top:8px;
	background-image: url(tab_lm1.jpg);
	background-repeat:  no-repeat;
	color:#666666;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:11pt;
	font-weight:bold;
}
#tab_left_lm2{
	width: 204px;
	padding-left:10px;
	height: 27px;
	padding-top:8px;
	background-image: url(tab_lm2.jpg);
	background-repeat:  no-repeat;
	color:#666666;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:11pt;
	font-weight:bold;
}
#tab_left_list1{
	width: 204px;
	padding:5px;
	background-color: #E6E6C2;
	margin-bottom:10px;
	font-size:11pt;
}
#tab_left_list2{
	width: 204px;
	padding:5px;
	background-image: url(tab_list2.jpg);
	background-repeat: repeat-y;
	font-size:11pt;
}
#tab_left_di2{
	width: 214px;
	height:15px;
	background-image: url(tab_di2.jpg);
	background-repeat: no-repeat;
}
#tab_left_list2 ul{
	list-style-type: none;/* 取消列表边距 */
	margin: 0px;
	padding:0px;
	width: 188px;
}
#tab_left_list2 li{
	width:75px;
	padding-left:15px;
	height:30px;
	background-image:url(class1.gif);
	background-repeat:no-repeat;
	background-position: 0px -2px;
	float:left;
}
#tab_right{
	width: 750px;
	float: right;
}
#content_lm{
	width: 740px;
	padding-left:10px;
	height:26px;
	padding-top:8px;
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	color:#666666;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:11pt;
	font-weight:bold;	
}
#content_lm a {
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size: 11pt;
	color:#666666;
	height: 24px;
	padding-top: 5px;
}
#content_lm a:hover  {
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size: 11pt;
	color: #FF0000;
	height: 24px;
	padding-top: 5px;
}
#content_news,#content_news1{
	width: 740px;
	padding: 5px;
	background-color:#D8D1B7;
}
#content_pic ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;/* 取消列表边距 */
	width: 740px;
}
#content_pic li{
	float:left;
	width:200px;
	padding-left: 10px;
	text-align: center;	
}
/* 版权页样式 */
#copyright{
	width: 100%;
	background-color:#603415;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 9pt;
	color: #FFF;
	padding-top: 10px;
	padding-bottom:10px;
	}
#copyright a {
	font-family:Arial, Helvetica, sans-serif, "宋体";
	font-size: 9pt;
	color: #FFF;
	text-decoration: none;
	line-height: 150%;
}
#copyright a:hover  {
	font-family:Arial, Helvetica, sans-serif, "宋体" ;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
	line-height: 150%;
}
/* 其它样式表 */
.left_wenzi{
	float: left;
	width: 340px;
}
.right_date{
	float: right;
	width: 100px;
}
.right_wenzi{
	float: right;
	width: 100px;
	font-family: "宋体";
	font-size: 9pt;
	color: #155BBB;
}
.left_title{
	float: left;
	width: 550px;
}
.wenzi1{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #FF0000;
	height: 190px;
}
.title{
	font-family: "宋体";
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	line-height: 220%;
}
.more{
	float:right;
	padding-top:10px;
	padding-right:10px;
	width:44px;
	height:13px;
	}