@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:auto;
}
#header {
	background:url(../images/headerbg.png);
	height:80px;
}
#logo {
	margin-top:20px;
}
.top {
	text-align:right;
	margin-top:15px;
}
#footer {
	width:100%;
	height:70px;
	text-align:center;
	color:#eaeaea;
	background:#000;
	line-height:70px;
}
.hl {
	background:url(../images/hlbg.jpg);
}
.hl .inner {
	width:1280px;
	margin:auto;
	position:relative;
}
.hl span {
	position:absolute;
	z-index:9;
	top:0;
}
.che {
 *width:96%;
 *padding:0 2%;
	background:#4c4c4c;
	text-align:center;
	position:relative;
}
.che li {
	display:inline-block;
 *float:left;
	width:16%;
 *width:18%;
	margin:0 1%;
}
.che li img {
	float:left;
	width:100%;
}
.che .che_ck {
	height:35px;
	background:#000;
	text-align:center;
	line-height:35px;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-70px;
	color:#fff;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
}
.lun {
	width:300px;
	position:absolute;
	top:140px;
	right:50px;
	color:#fff;
	text-align:center;
	z-index:99;
}
.luntop {
	height:	100px;
	background:url(../images/headerbg.png);
	margin-bottom:1px;
}
.luntop .click{
	display:block;
	width:240px;
	margin:auto;
	height:35px;
	line-height:35px;
	background:#000;
	cursor:pointer;
}
.luntop p {
	padding-top:15px;
	line-height:36px;
}
.luncenter {
	height:	310px;
	background:url(../images/headerbg.png);
	margin-bottom:15px;
}
.luncenter ul {
	padding:20px 29px 5px;
		display:none;
	height:248px;

}
.luncenter li {
	width:91px;
	height:91px;
	padding:12px;
	float:left;
	margin:3px;
	background:#000;
	cursor:pointer;
}
.luncenter li img {
	width:100%;
	height:100%;
}
.lundown {
	height:35px;
	background:#000;
	line-height:35px;
}
.cn_nav {
	text-align:center;	
	width:80px;
	margin-left:110px;
	*margin-left:0px;
}
a.cn_next, a.cn_prev {
	float:left;
	height:23px;
	width:35px;
	background:#000;
	cursor:pointer;
	outline:none;
	border:1px solid #000;
}
a.cn_next {
	background:url(../images/hlnext.png);
}
a.cn_prev {
	margin-right:6px;
	background:url(../images/hlprev.png);
}
.cn_nav a.disabled{opacity:0.6;}

