body{
	background: url(/Public/Jxfz/Home/images/bg001.jpg) no-repeat fixed center top transparent;
	/* background: #eeeeee; */
	font-size: 14px;
	color: #333333;
	text-align: center;
	overflow-x: hidden;
}
img,li{
	vertical-align: middle;
}
a{color: #333333;text-decoration:none;}a:hover{color: #ea792b;}
#page{
	text-align: left;
	width: 990px;
	min-height: 800px;
	margin: 0 auto 20px;
}
#page .carousel{
	position: relative;
	width: 1920px;
	height: 250px;
	margin-bottom: 10px;
	overflow: hidden;
	top: 0px;
	left: -465px;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
#page .con{
	width: 1920px;
	height: 250px;
}
#page .con li{
	width: 1920px;
	height: 250px;
}
#page .prev{
	width: 59px;
	height: 59px;
	position: absolute;
	top: 100px;
	left: 460px;
	background: url(/Public/Jxfz/Home/images/icon_Arrow01_l.png);
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	transition: opacity 0.5s ease-in-out 0s;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);

}
#page .next{
	width: 59px;
	height: 59px;
	position: absolute;
	top: 100px;
	right: 460px;
	background: url(/Public/Jxfz/Home/images/icon_Arrow01_r.png);
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	transition: opacity 0.5s ease-in-out 0s;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
#page .carousel:hover .prev,
#page .carousel:hover .next{
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#cats{
	width: 25%;
	overflow: hidden;
	float: left;
	margin: 20px 1% 0 0;

}
#cats .title{
	width: 100%;
	height: 250px;
	line-height: 250px;
	text-align: center;
	margin: 0 0 10px 0;
	background: #ea792b;
	font-size: 2em;
	color: #ffffff;
	float: left;
	background: url(/Public/Jxfz/Home/images/cpfl001.jpg);
}
#cats .item{
	width: 100%;
	height: 76px;
	overflow: hidden;
	margin: 0 0 10px 0;
	float: left;
}
#cats .item .icon{
	width: 30%;
	height: 76px;
	line-height: 76px;
	background: #ea792b;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
	float: left;
}
#cats .item .text{
	width: 56%;
	height: 76px;
	line-height: 76px;
	font-size: 1.2em;
	float: left;
	padding: 0 7%;
	background: #ffffff;
	color: #222222;
}

#introduce{
	margin: 20px 0 30px 0;
	width: 74%;
	height: 680px;
	overflow: hidden;
	background: #ffffff;
	/* text-indent:2em; */
	float: left;
}
#introduce .hd{
	margin: 20px 2% 10px 2%;
	width: 96%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	background: #ea792b;
}
#introduce .hd .title{
	width: 120px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	background: #222222;
	color: #eeeeee;
	font-size: 1.2em;
	float: left;
}
#introduce .bd{
	margin: 0 3% 10px 3%;
	width: 94%;
	overflow: hidden;
}
#introduce .bd p{
	margin: 0 0 5px 0;
}

#products{
	margin: 0 0 40px 0;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding-bottom: 15px;
}
#products .hd{
	margin: 20px 2% 30px 2%;
	width: 96%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	background: #ea792b;
	color: #111111;
}
#products .hd .title{
	width: 120px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	background: #222222;
	color: #eeeeee;
	font-size: 1.2em;
	float: left;
}
#products .hd .more{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-size: 0.9em;
	float: right;
	text-decoration: none;
	/* color: #ffffff; */
}
#products .items{
	width: 96%;
	overflow: hidden;
	margin: 0 2%;
}
#products .items .item{
	margin: 1%;
	width: 23%;
	height: 200px;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
