/* CSS Document */

html,body,div,table,tr,td,ul,li,ol,p,br,span,a,img{
margin:0;
padding:0;
border:none;
top:0;
bottom:0;
left:0;
right:0;}
html,body{
width:100%;
height:100%;}


/* 外层 */
.index{
width:100%;
height:100%;
position:relative;}


/* 导航 */
.nav{
width:100%;
height:92px;
background:url(../images/NavBg.png) repeat;
position:absolute;
z-index:999999999999999999999999999999999999999999;
position: fixed;
top: 0;
left:0}
.navContent{
width:1280px;
height:92px;
margin:auto;}
.navLogo{
	width:140px;
	height:92px;
	float:left;
	margin-top:6px;
}
.navItem{
	width:1140px;
	height:92px;
	float:left;
}
ul.navUl{
	list-style:none;
	display:block;
	height:35px;
	margin-top:48px;
}
ul.navUl li{
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	position:relative;
	line-height: 28px;
	text-align: center;
	padding:0 24px 0 23px;
}
ul.navUl li p{
	padding-left:0px;
}
ul.navUl li img{
width:auto;
height:17px;}


.navUl a{
text-decoration:none;
color:#FFFFFF;
}

/*-----------------------新添加---------------*/
#more ,#moreTwo ,#moreThree ,  .more{
	width:100px;
	height:45px;
	overflow:hidden;
	position:relative;
	left:0px;
}
#more a{
display:block;}
#more a.spe{
background:none;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
margin-bottom:37px;}

#moreTwo a{
display:block;
padding:0px;}
#moreTwo a.spe{
	background:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-bottom:9px;
	text-align: center;
}
#moreTwo{
	left:0px;
	height:45px;
}

/* -----------moreThree Start---------------- */
#moreThree a{
	display:block;
	padding:0px;}
#moreThree a.spe{
		background:none;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:0px;
		margin-bottom:9px;
		text-align: center;}
#moreThree{
		left:0px;
		height:45px;}
/* ----------moreThree End----------------- */

.xiaLaCaiDan{
	position:absolute;
	padding:0px;
	margin:0px;
	margin-top:45px;
	width:147px;
	height:auto;
	background:url(../images/NavBg.png) repeat;}
.xiaLaCaiDan a{
	display: block;
	margin-top:20px;}
.xiaLaCaiDan br{
	margin:0;
	padding:0;
	left:0;
	right:0;
	top:0;
	border:0;
	bottom:0;
	margin-top:10px;}

ul.navUl li.navContact{
	margin-right:0px;
	padding-right:0px;}


/* 脚本 */
.footer{
width:100%;
height:25px;
background:url(../images/NavBg.png) repeat;
position:relative;
top:-25px;
z-index:999999999999999999999999999999999999999999;}
.footer p{
font-family:Arial, Helvetica, sans-serif;
color:#5c6163;
font-size:12px;
width:1280px;
padding-top:5px;
text-align:center;
margin:auto;}
.prev,.prev img,.next,.next img{
width:40px;
height:151px;}
.prev{
position:absolute;
margin:auto auto auto 3.5%;
float:left;}
.next{
position:absolute;
margin:auto 3.5% auto auto;
float:rigth;}






