@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	font-family:"微软雅黑";
	margin:0 auto;
	padding:0;
	font-size:12px;
}

ul li {
	list-style:none;
}
img {
	border:none;
}

/*首页产品列表*/
.product_list {
	width:188px;
	float:left;
}
.product_list_nr li {
	line-height:40px;
}
.product_list_nr a {
	cursor:pointer;
	color:#333;
	font-family:"微软雅黑";
	text-decoration:none;
	margin-left:0px;
	padding-left:30px;
	font-size:14px;
	line-height:40px;
	display:block;
	width:150px;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.product_list_nr a:hover {
	color: #FF3300;
}
.product_list_nr {
	width:188px;
}
.f_x {
	background:url(../images/leftn.jpg) no-repeat 0px 0px;
	width:188px;
	line-height:40px;
	margin-bottom:0px;
}
.f_x ul {
	margin-top:10px;
	margin-bottom:13px;
	list-style:none;
}
.f_x ul li {
	padding-left:20px;
	line-height:34px;
	border-bottom:1px solid #eee;
	background:url(../images/jia.jpg) no-repeat 30px 15px;
}
.f_x ul li a {
	font-size:12px;
	color:#444;
}
.f_x ul li a:hover {
	font-size:12px;
	color: #FF0000;
}
.f_x ul {
	display:none;
}
#menus {
	display:block;
}
.product_list {
	border:0px solid #63bce6;
}
.product_list_title {
	padding-bottom:10px;
}