body{
	margin: 0;}
.topImg{
	width: 100%;
	
	height: auto;
	max-height: 409px;}
.topImg img{
	max-height: 409px;}
.navs{
	background-color: #aa2016;
	margin: 0px;
	width: 100%;
	height: 31px;
	list-style-type: none;
	padding: 10px 0px;
	position: relative;}
.navs .lis{
	float: left;
	width: 25%;
	text-align:center;
	margin-top:0px;}
.navs .lis a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;}
.swfPlay{
text-align:center;
	width: 70%;
	margin: 0 auto;
	display:block;}
 .box2{
 	margin: 0 auto;
 	text-align: center;
	display: none;
	z-index:1;}
.address{
	font-size: "微软雅黑";
	color:#fff;
	background-color: #aa2016;
	text-align: center;
	padding-bottom: 20px;}
.navs ul{
	width: 20%;
	display: none;
	position: absolute;
	z-index: 9;}
.navs ul li{
	widows: 20%;
	list-style-type: none;
	background-color: #aa2016;}
.navs ul li .aArray{
	font-size: 20px;
	
	text-decoration: none;
	color: #fff;}
.lisHover:hover .ulShow{
	display: block;}