@charset "utf-8";
body{
	overflow-x:hidden;
	background:#fff;
}
.content{
	width:1920px;
	margin:0 auto;
	position:relative;
	left:50%;
	margin-left:-960px;
	background:#fff;
}
.header{
	margin:0 auto;
	width:1000px;
	background:#fff;
	padding:10px 0;
}
#flashContent{

}
.nav{
	background:#0090ea url(../images/fnavbg.jpg) no-repeat center center;
	height:43px;
	line-height:21px;
	position:absolute;
	top:800px;
	left:0;
	padding:6px 0;
	width:100%;
}
.navlist{
	margin:0 auto;
	width:1000px;
	background:url(../images/line.jpg) no-repeat left center;
	overflow:hidden;
}
.nav a{
	color:#fff;
	font-size:14px;
	display:block;
	width:142px;
	float:left;
	text-align:center;
	font-family:微软雅黑;
	background:url(../images/line.jpg) no-repeat right center;
}
.nav a span{
	font-size:12px;
}
.footer{
	background:#fff;
	margin:0 auto;
	padding:15px 0;
	color:#676767;
	margin:0 auto;
	width:1000px;
}
.footer .link{
	line-height:18px;
}
.copy{
	float:right;
	margin-top:10px;
}
.footer a{
	color:#676767;
}
.footer .link a{
	display:inline-block;
	width:65px;
	text-align:center;
}
.inner{
	position:relative;
	width:1440px;
	margin-left:-720px;
	left:50%;
}
.top{
	margin:0 auto;
	width:1000px;
	padding:15px 0;
}
.inner .intro{
	position:absolute;
	z-index:10;
	text-align:center;
	width:100%;
	left:0;
	color:#fff;
	font-size:14px;
	height:195px;
	top:50%;
	margin-top:-97px;
}
.inner .intro .link .left{
	background:url(../images/navbg.png) no-repeat left center;
	display:inline-block;
	width:204px;
	height:75px;
	margin:0 30px;
}
.inner .intro .link .right{
	background:url(../images/navbg.png) no-repeat right center;
	display:inline-block;
	width:204px;
	height:75px;
	margin:0 30px;
}
.inner .intro .link .left:hover{
	background:url(../images/navbgs.png) no-repeat left center;
	display:inline-block;
	width:204px;
	height:75px;
	margin:0 30px;
}
.inner .intro .link .right:hover{
	background:url(../images/navbgs.png) no-repeat right center;
	display:inline-block;
	width:204px;
	height:75px;
	margin:0 30px;
}
.inner .intro .con{
	margin-top:65px;
}



