/* 代码整理：懒人之家 www.lanrenzhijia.com */
body {
	font-family:"微软雅黑";
	color: #333333;
	font-size: 14px;
	background:#ffffff;
}

.daohang { color:#FFFFFF; font-size:18px}

.menu_list { background:#FFFFFF}
.menu_head { cursor: pointer; position: relative; text-align:left; font-size:14px; font-weight:bold; line-height:24px; margin:0}
.menu_body { display:none; line-height:22px; text-align:left; padding-left:12px; font-size:12px; margin-bottom:10px}
.menu_body a { display:block; color:#333333; text-decoration:none; }
.menu_body a:hover { color: #6ebd00; text-decoration:none; }
.menu_list p { padding:4px}

.menu_list1 { background:#FFFFFF}
.menu_head1 { cursor: pointer; position: relative; text-align:center; font-size:16px; line-height:30px; font-weight:bold; background-color:#f5f5f5}
.menu_body1 { display:none; line-height:26px; text-align:left; padding-left:25px; font-size:14px; margin-top:-10px}
.menu_body1 a { display:block; color:#333333; text-decoration:none; }
.menu_body1 a:hover { color: #6ebd00; text-decoration:none; }
.menu_list1 p { padding:4px}

a:link {color: #333333;text-decoration: none;}
a:visited {text-decoration: none;color: #333333;}
a:hover {text-decoration: none;color: #6ebd00;}
a:active {text-decoration: none;color: #6ebd00;}

.daohang a:link {color: #FFFFFF;text-decoration: none;}
.daohang a:visited {text-decoration: none;color: #FFFFFF;}
.daohang a:hover {text-decoration: none;color: #DDDDDD;}
.daohang a:active {text-decoration: none;color: #DDDDDD;}

.STYLE11 a:link {color: #CCCCCC;text-decoration: none;}
.STYLE11 a:visited {text-decoration: none;color: #CCCCCC;}
.STYLE11 a:hover {text-decoration: none;color: #FF6600;}
.STYLE11 a:active {text-decoration: none;color: #FF6600;}

.STYLE22 a:link {color: #CCCCCC;text-decoration: none;}
.STYLE22 a:visited {text-decoration: none;color: #CCCCCC;}
.STYLE22 a:hover {text-decoration: none;color: #6ebd00;}
.STYLE22 a:active {text-decoration: none;color: #6ebd00;}

.STYLE33 a:link {color: #333333;text-decoration: none;}
.STYLE33 a:visited {text-decoration: none;color: #333333;}
.STYLE33 a:hover {text-decoration: none;color: #6ebd00;}
.STYLE33 a:active {text-decoration: none;color: #6ebd00;}

.STYLE1 {font-size: 14px;color: #555555;}
.STYLE2 {font-size: 32px; line-height:32px;}
.STYLE3 {font-size: 27px; line-height:27px; font-weight:bold}
.STYLE4 {font-size: 24px; line-height:24px; color:#FFFFFF}
.STYLE11 {font-size: 18px;color: #CCCCCC;}
.STYLE22 {font-size: 14px; color:#CCCCCC}
.STYLE33 {font-size: 12px;color: #333333;}

.menu {
font-family: arial, sans-serif; 
width:1190px; 
margin:0 auto;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
z-index:2; position:relative;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:170px; 
height:50px; 
color:#FFF; 
line-height:50px; 
font-size:16px;
font-family:"微软雅黑";
font-weight:bold;
}
.menu ul li ul {
display: none;
}
.menu ul li:hover a {
color:#fff; 
background:#61a600;
}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:50px;
left:0; 
width:170px;
}
.menu ul li:hover ul li a {
display:block; 
background:#6ebd00; 
color:#FFF;
border-top:1px #FFFFFF solid;
height:40px;
line-height:40px;
font-weight:normal;
}
.menu ul li:hover ul li a:hover {
background:#61a600; 
color:#FFF;
border-top:1px #FFFFFF solid;
}


.product-box{
	background-color: #6ebd00;
	color: #fff;
	padding: 5px;
}
.product-title{
	padding: 20px 0;
}
.product-title span{
	font-size: 16px;
	color: #fff;
  padding-top: 5px;
}
.product-title h3{
	margin: 0;
	color: #fff;
	font-size: 26px;
	
}
.product-list,
.contact{
	background-color: #fff;
	padding: 10px;
}
.product-list li{
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a{
	display: block;
	height: 40px;
	padding: 0 30px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover{
	background: #6ebd00 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-item{
	margin-top: 20px;
}