body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0px; padding:0px;
	background-color:#fdfdf5;
}
a{ text-decoration:none; color:#333;}
a:hover{
	color:#56aa0c; text-decoration:none; 
}

.subpage_title{
	filter: chroma(color=#CCCCCC); color: #000; background-color:#FFFFFF; font: bold 26px "宋体";
}
.subpage_title2{
	filter: chroma(color=#CCCCCC); color: #6fbf22; background-color:#fdfdf5; font: bold 26px "宋体";
}

.font_gray{color:#797670;}

/*左侧菜单*/
ul.left_nav{
	list-style-type:none;
	margin:0; padding:0;
}
ul.left_nav li{
	list-style-type:none; line-height:26px;
	margin:0; padding:0;float:left;width:160px;
}
ul.left_nav li a{ float:left;line-height:26px; width:160px; text-decoration:none; color:#333;}
ul.left_nav li a:hover{
	line-height:26px; color:#56aa0c; text-decoration:none; background:url(images/subpage_007.jpg) center right no-repeat;
}

.content{margin:10px; line-height:24px;}
.paginatorWrapper{float:left; display:block;text-align:right; width:640px;  margin:0 20px; line-height:25px; font-size:12px; color: #999}
.paginatorWrapper span { width:auto; float: none; margin:0 2px; padding:0; color:#999}
.paginatorWrapper a{ float:none;}
.paginatorWrapper .curr{  padding:0 3px 2px 3px; background: #F90; color:#FFF}

.article{ margin:0 20px; line-height:35px; color:#666}
.article ul{ list-style-type:none;margin:0 20px;}
.article span { float:right; color:#CCC;}
.article li{ border-bottom:1px dashed #CCC; background:url(images/list.png) left no-repeat; padding-left:20px;}

.text{  line-height:25px; margin:0 20px; color:#666}

.viewproduct{float:left;width:700px; display:block; line-height:25px; margin-top:10px;padding:0;}
.viewproduct ul{ list-style-type:none; margin:0; padding:0; margin-left:10px;}
.viewproduct li{ float:left; background-colro:red; text-align:center; margin-right:10px; margin-top:10px;}
.viewproduct img{ border:0; vertical-align:middle;}/* width:120px; height:120px;*/


.navitem1:link,
.navitem1:visited,
.navitem1:active{float:left;text-decoration:none; background:url(images/main_2.jpg) no-repeat; width:130px; height:68px;}
.navitem2:link,
.navitem2:visited,
.navitem2:active{float:left;text-decoration:none; background:url(images/main_3.jpg) no-repeat; width:130px; height:68px;}
.navitem3:link,
.navitem3:visited,
.navitem3:active{float:left;text-decoration:none; background:url(images/main_4.jpg) no-repeat; width:130px; height:68px;}
.navitem4:link,
.navitem4:visited,
.navitem4:active{float:left;text-decoration:none; background:url(images/main_5.jpg) no-repeat; width:125px; height:68px;}
.navitem5:link,
.navitem5:visited,
.navitem5:active{float:left;text-decoration:none; background:url(images/main_6.jpg) no-repeat; width:120px; height:68px;}

.navitem1:hover{float:left;text-decoration:none;background:url(images/main_2_over.jpg) no-repeat;width:130px; height:68px;}
.navitem2:hover{float:left;text-decoration:none;background:url(images/main_3_over.jpg) no-repeat;width:130px; height:68px;}
.navitem3:hover{float:left;text-decoration:none;background:url(images/main_4_over.jpg) no-repeat;width:130px; height:68px; }
.navitem4:hover{float:left;text-decoration:none;background:url(images/main_5_over.jpg) no-repeat; width:125px; height:68px;}
.navitem5:hover{float:left;text-decoration:none;background:url(images/main_6_over.jpg) no-repeat;width:120px; height:68px; }

.nav{
	height:68px; clear:both;
}
.mainNav{
	padding-left:24px; /*position:absolute;*/
}

/* 下拉菜单 */

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative;
	background:none url(nav_bg.gif) repeat-x;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li span {
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
    background-position: center bottom;
    cursor: pointer;}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 65px;
	background: #fdfdf5;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 140px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #56aa0c;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #56aa0c;
	border-bottom: 1px solid #56aa0c;
	clear: both;
	width: 140px;
}
html ul.topnav li ul.subnav li a {
	float: left; color:#000;
	width: 115px;
	background-color: #fdfdf5;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover {
	background-color: #fdfdf5;color:#56aa0c;
}

