@charset "utf-8";
/* CSS Document */
#adv{
	position:relative;
	width:100%;
	height:350px;
	overflow:hidden;
}
#adv .logo{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	background-position:top center;
}
#adv .adList{
	position:relative;
	width:100%;
	height:350px;
	background-color:#755b3c;
}

#adv .adList li a.columnName,#adv .adList a.title,#adv .adList .upDateTime,#adv .adList .description{
	display:none;
}


#adv #close{
	position: absolute;
	right: 50px;
	top: 50px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../images/close.gif);
	z-index:100;
}
	
body{
	background-image:url(../images/bodyBg.gif);
	background-position:bottom center;
	height:auto;
	/*min-height:100%;*/
	/*background-color:#282828;*/
}
header{
	height:650px;
}

header .logo{
	position:absolute;
	display:block;
	width:100%;
	height:0px;
	z-index:9999;
	top:0px;
	overflow:visible;
	background:none;
}
header .logo a{
	text-indent:-9999px;
	position:relative;
	margin:0px auto;
	display:block;
	width:150px;
	height:230px;
	top:55px;
	left:-425px;
	background:url(../images/logo.png) top center no-repeat;
	z-index:9999;
}


.banner{
	display:block;
	width:100%;
	height:595px;
	margin-top:0px;
	}
	
	
.banner.focusModule .control{
	position:relative;
	width:200px;
	padding-left:800px;
	margin:auto;
	right:5px;
	top:auto;
}

.banner.focusModule .detail {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.banner.focusModule .control .masker .controlList li{
	background:#fffff;
	height:10px;
	}
.banner.focusModule .control .masker .controlList li.focusOpen{
	background:#131114;
	height:10px;
	}
	
	
	
	
	
	
	
	
	
	
.pageBody{
	width:1000px;
	height:210px;
	margin-top:25px;
	/*background:#fff;*/
}
footer{
	/*background:url(../images/pageFooterbg.png) top center no-repeat;*/
}
footer .copyright{
	color:#86868b;
}
footer .webDesign a{
	color:#86868b;
}
footer .miitbeian{
	display:none;
}
footer .falseNav a{
	color:#86868b;
}
#introduce{
	position:absolute;
	top:15px;
	left:15px;
	width:240px;
	height:180px;
	}
#introduce.focusModule .control{
	display:block;
	width:150px;
	margin:auto;
	top:170px;
	right:5px;
	}

#introduce.focusModule .detail {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
#introduce.focusModule .control .masker .controlList li{
	background:#f8f8f8;
	height:5px;
	width:5px;
	}
#introduce.focusModule .control .masker .controlList li.focusOpen{
	background:#f00;
	height:5px;
	width:5px;
	}
#news{
	background:url(../images/pageBodyBg_03.png) top left no-repeat;
	display:block;
	top:15px;
	width:330px;
	height:185px;
	position:absolute;
	left:288px;
	}
.newsList{
	margin-top:30px;
	margin-left:10px;
	}
ul.newsList li{
	float:left;
	display:block;
	background:none;
	overflow:hidden;
	}
ul.newsList li:hover{
	border:none;
	background:none;
	}
ul.newsList li .title{
	left:10px;
	}
#meishi{
	top:8px;
	background-image:url(../images/meishi.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	display:block;
	width:345px;
	height:190px;
	left:644px;
	}	
	
#meishi .swf{
	left:0px;
	width:100%;
	height:100%;
	}
#title{
	position:absolute;
	width:70px;
	height:18px;
	top:0px; 
	left:15px;
	font-size:16px;
	color:#76705f;
	}
#more{
	position:absolute;
	width:30px;
	height:14px;
	left:290px;
	top:5px;
	font-size:12px;
	color:#76705f;
	}