@charset "utf-8";
*{margin:0; padding:0;}
img{ border:0; }
body{
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	margin:0px;
}
ul li{
	list-style-type: none;
}
a{outline:none;}
A:link {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	color: #333333;
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;	transition:color 0.4s linear;
	font-family: "微软雅黑";
}
A:visited {
	color: #333333;
	TEXT-DECORATION: none;
	font-size: 14px;
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;	transition:color 0.4s linear;
	font-family: "微软雅黑";
}
A:active {
	COLOR: #2E8800;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-family: "微软雅黑";
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;transition:color 0.4s linear;
}
A:hover {
	COLOR: #2E8800;
	TEXT-DECORATION: underline;
	font-size: 14px;
	font-family: "微软雅黑";
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;transition:color 0.4s linear;	
}
#main-n{
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-n{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middle-n{
	width:1180px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-n{
	width: 100%;
	height: 340px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-width:1180px;
	background-image: url(../images/footer-nbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clear{
	clear:both;
	height: 1px;
}

#header{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer{
	width: 1180px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #498D13;
	height: 360px;
}
.logo{
	width:1200px;
	height: 140px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.logo .pic{
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 搜索 */
.search-n{
	width: 520px;
	float: left;
	text-align: center;
	padding-top: 43px;
	margin-left: 100px;
	height: 50px;
}
.search-n .searchdown-n{
	border:2px solid #349B01;
	height:42px;
	width:511px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.search-n .searchdown-n select{display:none;}
.search-n .searchdown-n .select_box{
	font-size:16px;
	color:#666666;
	width:110px;
	line-height:42px;
	float:left;
	position:relative;
	height: 42px;
}
.search-n .searchdown-n .select_showbox{
	height:42px;
	background-image: url(../images/search_ico.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	text-align: center;
}
.search-n .searchdown-n .select_showbox .active{
	background-image: url(../images/search_ico_hover.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	height: 42px;
	text-align: center;
}
.search-n .searchdown-n .select_option{
	display:none;
	left:-2px;
	top:42px;
	position:absolute;
	z-index:99;
	background:#fff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #349B01;
	border-bottom-color: #349B01;
	border-left-color: #349B01;
}
.search-n .searchdown-n .select_option li{
	width:110px;
	cursor:pointer;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
}
.search-n .searchdown-n .select_option li.selected{
	background-color:#F3F3F3;
	color:#666666;
	font-size: 16px;
}
.search-n .searchdown-n .select_option li.hover{
	color:#fff;
	background-color: #349B01;
}
.search-n .searchdown-n input.inp_srh,.searchdown-n input.btn_srh{border:none;background:none;height:42px;line-height:42px;float:left}
.search-n .searchdown-n input.inp_srh{
	outline:none;
	width:291px;
	margin-left: 10px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
}
.search-n .searchdown-n input.btn_srh{
	color:#FFFFFF;
	font-size:20px;
	width:100px;
	font-family: "微软雅黑";
	outline:none;
	cursor: pointer;
	background-color: #349B01;
}

.right-n{
	float: right;
	margin-top: 36px;
	margin-right: 20px;
}
.right-n ul li{
}
.right-n ul li a{
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #349B01;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	text-align: center;
}
.right-n ul li a:hover{
	text-decoration: none;
	color: #FFFF00;
	background-color: #6FBA2A;
}

/* 主导航 */
#menubox{
	width: 100%;
	height: 80px;
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
}
#menu {
	width:1180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	display:block;
	list-style-type: none;
}
#nav .mainlevel {float:left; text-align:center; display:block;}
#nav .mainlevel a {
	color:#FFFFFF;
	text-decoration:none;
	height:80px;
	text-align:center;
	display:block;
	_width:48px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	font-size: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #114A00;
}
#nav .mainlevel a img{
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 3px;
}
#nav .mainlevel a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/nav_current.png);
	background-repeat: repeat-x;
}
#nav .mainlevel .current {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/nav_current.png);
	background-repeat: repeat-x;
}
#nav .mainlevel ul {
	position:absolute;
	display:none;
	*width:2000px;/*IE is great need, width>=li.length*/	z-index: 999;
}
#nav .mainlevel li {
	list-style-type: none;
	background-color: #349B01;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #246404;
	border-left-width: 0px;
}
#nav .mainlevel li a {
	line-height:40px;
	height:40px;
	display:block;
	color: #FFFFFF;
	z-index: 999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 18px;
	text-align: center;
	width: 130px;
	padding: 0px;
}
#nav .mainlevel li a:hover {color:#FFFFFF; text-decoration:none;}


.footbox_1{
	float: left;
	background-color: #316F00;
	width: 220px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-left: 100px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}
.footbox_1 div{
	font-size: 18px;
}
.footbox_1 p{
	font-size: 16px;
	margin-top: 20px;
}
.footbox_2{
	float: left;
	background-color: #316F00;
	width: 220px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-left: 60px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
	text-align: center;
}
.footbox_2 img{
	width: 135px;
	height: 135px;
}
.footbox_2 p{
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}

.footbox_3{
	float: left;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 60px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}
.footbox_3 div{
	font-size: 18px;
}
.footbox_3 p{
	font-size: 16px;
	margin-top: 20px;
}

.footbox_4{
	color: #FFFFFF;
	text-align: center;
	width: 1100px;
	margin:0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFE1C1;
	line-height: 50px;
	font-size: 16px;
}
.footbox_4 a{
	color: #ffffff;
}
.footbox_4 span{
	float: right;
}


.top-n{
	height: 210px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width:1180px;
}
.top-n .bg-n{
	height: 32px;
	width: 100%;
	line-height: 32px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	min-width:1180px;
}
.top-n .text-n{
	width:1180px;
	height: 32px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	position: relative;
}
.top-n .text-n .left-n{
	float: left;
}
.top-n .text-n .left-n span{
	margin-left: 15px;
}
.top-n .text-n .right-n{
	float: right;
}
.top-n .text-n .right-n span{
	margin-left: 5px;
}
.top-n .text-n .right-n span img {
    margin-right: 3px;
    margin-bottom: -1px;
}
.top-n .text-n .right-n span a{
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
}
.top-n .text-n .right-n span .button-n{
	border: 1px solid #FFFFFF;
	text-decoration: none;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
.top-n .text-n .right-n span .button-n:hover{
	border: 1px solid #FFFFFF;
	color: #FFFF99;
}
.top-n .text-n .right-n span .icon-n{
	background-image: url(../images/icodown.gif);
	background-repeat: no-repeat;
	background-position: 75px 10px;
	padding-right: 10px;
}
.top-n .text-n .right-n span .icon-n:hover{
	background-image: url(../images/icoup.gif);
	background-repeat: no-repeat;
}
.top-n .logo-n{
	height: 120px;
	width: 1180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top-n .logo-n .pic-n{
	width: 400px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*网站导航*/
.head-v3{
	background-color: #369D02;
	width: 95px;
}
.nav-down-menu{
	width:1178px;
	top:32px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #369D02;
	border-bottom-color: #369D02;
	border-left-color: #369D02;
	z-index: 9999;
	position:absolute;
	left: 50%;
	margin-left: -590px;
}
.nav-down-menu dl{
	float:left;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.nav-down-menu dl dt{
	color:#333333;
	margin-bottom:5px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369D02;
}
.nav-down-menu dl dd a{
	color:#333333;
	font-size: 14px;
	line-height: 28px;
	margin-right: 15px;
	margin-left: 1px;
}
.nav-down-menu dl dd a:hover{
	color:#369D02
}

/* 搜索 */
.search-n{
	width: 520px;
	float: left;
	text-align: center;
	padding-top: 33px;
	margin-left: 37px;
	height: 50px;
}
.search-n .searchdown-n{
	border:2px solid #6FBA2A;
	height:42px;
	width:511px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.search-n .searchdown-n select{display:none;}
.search-n .searchdown-n .select_box{
	font-size:16px;
	color:#666666;
	width:120px;
	line-height:42px;
	float:left;
	position:relative;
	height: 42px;
}
.search-n .searchdown-n .select_showbox{
	height:42px;
	background-image: url(../images/search_ico.png);
	background-repeat: no-repeat;
	background-position: 110px center;
	text-align: center;
}
.search-n .searchdown-n .select_showbox .active{
	background-image: url(../images/search_ico_hover.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	height: 42px;
	text-align: center;
}
.search-n .searchdown-n .select_option{
	display:none;
	left:-2px;
	top:42px;
	position:absolute;
	z-index:99;
	background:#fff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6FBA2A;
	border-bottom-color: #6FBA2A;
	border-left-color: #6FBA2A;
}
.search-n .searchdown-n .select_option li{
	width:110px;
	cursor:pointer;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
}
.search-n .searchdown-n .select_option li.selected{
	background-color:#F3F3F3;
	color:#666666;
	font-size: 16px;
}
.search-n .searchdown-n .select_option li.hover{
	color:#fff;
	background-color: #6FBA2A;
}
.search-n .searchdown-n input.inp_srh,.searchdown-n input.btn_srh{border:none;background:none;height:42px;line-height:42px;float:left}
.search-n .searchdown-n input.inp_srh{
	outline:none;
	width:275px;
	margin-left: 10px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
}
.search-n .searchdown-n input.btn_srh{
	color:#FFFFFF;
	font-size:20px;
	width:100px;
	font-family: "微软雅黑";
	outline:none;
	cursor: pointer;
	background-color: #6FBA2A;
}

/* 圈子 */
.top-n .logo-n .circle_n{
	float: right;
	width: 220px;
	margin-top: 26px;
}
.top-n .logo-n .circle_n ul li{
	float: right;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.top-n .logo-n .circle_n ul li a{
	border: 1px solid #94BF6D;
	color: #379B03;
	font-size: 14px;
	border-radius: 4px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.top-n .logo-n .circle_n ul li a:hover{
	border: 1px solid #FB5500;
	text-decoration: none;
	color: #FB5500;
}

/*!* 主导航 *!*/
/*#menubox{*/
/*	width: 100%;*/
/*	height: 50px;*/
/*	background-image: url(../images/navbg.png);*/
/*	background-repeat: repeat-x;*/
/*}*/
/*#menu {*/
/*	width:1180px;*/
/*	margin-top: 0px;*/
/*	margin-right: auto;*/
/*	margin-bottom: 0px;*/
/*	margin-left: auto;*/
/*}*/
/*#n_nav {*/
/*	display:block;*/
/*	list-style-type: none;*/
/*}*/
/*#n_nav .mainlevel {width:147px;float:left; text-align:center; display:block;}*/
/*#n_nav .mainlevel a {*/
/*	color:#FFFFFF;*/
/*	text-decoration:none;*/
/*	line-height:46px;*/
/*	height:46px;*/
/*	text-align:center;*/
/*	display:block;*/
/*	_width:48px;*/
/*	padding-top: 0;*/
/*	padding-right: 25px;*/
/*	padding-bottom: 0;*/
/*	padding-left: 25px;*/
/*	font-size: 20px;*/
/*	border-right-width: 1px;*/
/*	border-right-style: solid;*/
/*	border-right-color: #42A90F;*/
/*}*/
/*#n_nav .mainlevel a:hover {*/
/*	color:#FFFFFF;*/
/*	text-decoration:none;*/
/*	background-color: #2E8900;*/
/*}*/
/*#n_nav .mainlevel .current {*/
/*	color:#FFFFFF;*/
/*	text-decoration:none;*/
/*	background-color: #2E8900;*/
/*}*/
/*#n_nav .mainlevel ul {*/
/*	position:absolute;*/
/*	display:none;*/
/**width:2000px;!*IE is great need, width>=li.length*!	z-index: 999;*/
/*}*/
/*#n_nav .mainlevel li {*/
/*	float:left;*/
/*	list-style-type: none;*/
/*	background-color: #48A919;*/
/*	border-top-width: 1px;*/
/*	border-top-style: solid;*/
/*	border-top-color: #246404;*/
/*}*/
/*#n_nav .mainlevel li a {*/
/*	line-height:40px;*/
/*	height:40px;*/
/*	display:block;*/
/*	padding-top: 0;*/
/*	padding-right: 12px;*/
/*	padding-bottom: 0;*/
/*	padding-left: 12px;*/
/*	color: #FFFFFF;*/
/*	z-index: 999;*/
/*}*/
/*#n_nav .mainlevel li a:hover {color:#FFFFFF; text-decoration:none;}*/

/* 通知公告 */
.notice-n{
	width: 380px;
	float: left;
	margin-right: 20px;
}
.notice-n .title{
	color: #FF5500;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/orangebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.notice-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.notice-n .list{
	width: 380px;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
}
.notice-n .list span{
	background-image: url(../images/headline.png);
	display: inline-block;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 7px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 6px;
	font-weight: normal;
	margin-right: 5px;
	margin-top: 9px;
	float: left;
}
.notice-n .list h1{
	line-height: 36px;
	padding-top: 5px;
}

.notice-n .list h1 a{
	font-size: 18px;
	display: inline-block;
	width: 330px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice-n .list p{
	color: #666666;
	width: 380px;
	margin-left: 5px;
}
.notice-n .list_1{
	width: 380px;
	height: 210px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.notice-n .list_1 li{
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 35px;
	height: 35px;
	background-image: url(../images/noticelibg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.notice-n .list_1 li a{
	font-size: 15px;
}

/*焦点图*/
.focus{
	position:relative;
	width:780px;
	height:400px;
	background-color:#FFFFFF;
	float:left;
}  
.focus img{
	width:780px;
	height:400px;
} 
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{
	cursor:pointer;
	background-color: #024691;
}  
.focus .fPic{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 0;
}  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	z-index:10;
	height:50px;
	line-height: 50px;
	background-color: rgba(0,0,0,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000',endColorstr='#CC000000');
	text-align:left;
	background-position: 0;
}
.focus .shadow a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	overflow:hidden;
	margin-left:10px;
	font-family: "微软雅黑";
	width: 600px;
	height: 50px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}  
.focus .fcon{
	position:relative;
	width:100%;
	float:left;
	display:none;
	background-color: #FFFFFF;
	z-index: 0;
}  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:25px; right:10px; position:absolute; height:6px; text-align:center; z-index: 200; }  
.focus .fbg div{
	overflow:hidden;
	zoom:1;
}    
.focus .D1fBt a{
	position:relative;
	display:inline;
	width:14px;
	height:14px;
	color:#B0B0B0;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background-color: #D9D9D9;
	font-family: "\5B8B\4F53";
	font-size: 14px;
	line-height: 15px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background-color: #369D04;
}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;} 

/*场馆客流*/
.venue-nav{
	width: 1180px;
}
.venue-nav h1{
	background-image: url(../images/green-venue.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 1180px;
	height: 38px;
}
.venue-nav h1 b{
	display:inline-block;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	text-indent: 20px;
}
.venue-nav h1 span{ margin:15px 0; float:right;}
.venue-nav h1 span em{
	width:24px;
	height:12px;
	display:inline-block;
	cursor:pointer;
	background-color: #CCCCCC;
	margin-left: 5px;
}
.venue-nav h1 span em.emon{
	width:24px;
	height:12px;
	border:none;
	background-color: #166EB8;
}

.venue-nav .list1{
	width:1180px;
	height: 280px;
	margin-top: 4px;
}
.venue-nav .list1 li{
	width:380px;
	height: 280px;
	float:left;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-right: 17px;
	margin-bottom: 17px;
	position: relative;
}
.venue-nav .list1 li:nth-child(3n){
	margin-right: 0;
}
.venue-nav .list1 li a{
	text-decoration: none;
}
.venue-nav .list1 li .venue-img{
	width: 380px;
	height: 190px;
}
.venue-nav .list1 li .venue-title{
	width: 360px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background-color: #01114C;
	color: #ffffff;
	font-size: 18px;
}
.venue-nav .list1 li .venue-title .venue-name{
	display: inline-block;
	width: 216px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.venue-nav .list1 li .venue-title .start-img{
	height: 26px;
	float: right;
	margin-top: 12px;
}
.venue-nav .list1 li .venue-type{
	width: 360px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.venue-nav .list1 li .venue-type .per-type{
	width: 80px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border-radius: 12px;
	display: inline-block;
	margin-top: 8px;
}
.venue-nav .list1 li .venue-type .per-type:nth-child(1n){
	background-color: #E7F2FB;
	color: #096FC1;
}
.venue-nav .list1 li .venue-type .per-type:nth-child(2n){
	background-color: #FFEEE5;
	color: #FF5E00;
}
.venue-nav .list1 li .venue-type .per-type:nth-child(3n){
	background-color: #FCE9EA;
	color: #E22B36;
}
.venue-nav .list1 li .flowSum{
	width: 200px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	border-radius: 6px;
}

/*快速导航*/
.fastnav{
	width: 380px;
	float: left;
	margin-top: 18px;
}
.fastnav h1{
	background-image: url(../images/orangebg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 380px;
	height: 38px;
}
.fastnav h1 b{
	display:inline-block;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	text-indent: 20px;
}
.fastnav h1 span{ margin:15px 0; float:right;}
.fastnav h1 span em{
	width:24px;
	height:12px;
	display:inline-block;
	cursor:pointer;
	background-color: #CCCCCC;
	margin-left: 5px;
}
.fastnav h1 span em.emon{
	width:24px;
	height:12px;
	border:none;
	background-color: #166EB8;
}

.fastnav .list1{
	width:380px;
	display: none;
	margin-top: 4px;
	height: 260px;
}
.fastnav .list1 li{
	width:74px;
	float:left;
	background-color: #FFFFFF;
	padding-top: 5px;
	margin: 1px;
	border-radius:5px;
}
.fastnav .list1 li:hover{
	background-color: #ECFFCF;
}
.fastnav .list1 li img{
	width:55px;
	height:55px;
	margin-left: 10px;
}
.fastnav .list1 li p{
	height:24px;
	text-align:center;
	overflow:hidden;
	line-height: 20px;
	width: 76px;
}
.fastnav .list1 li a{
	text-decoration: none;
	font-size: 13px;
}


/*新闻*/
.news-n{
	width:780px;
	margin-top: 18px;
	float: left;
	margin-left: 20px;
}
.news-n .box {
	display: none;
}
.news-n .vertical{
	width: 780px;
	display: inline;
}
.news-n .vertical span{
	float: right;
	display: inline;
	position: relative;
	margin-top: -28px;
}
.news-n .vertical span a{
	font-size: 12px;
	color: #999999;
}
.news-n .vertical .tabs-n{
	width: 780px;
	height: 38px;
	background-image: url(../images/newsbg_2.png);
	background-repeat: repeat-x;
}
.news-n .vertical .tabs-n li{
	width: 134px;
	height: 38px;
	list-style-type: none;
	cursor: pointer;
	color: #666666;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	float: left;
	background-image: url(../images/newsbg_1.png);
	margin-right: 25px;
}
.news-n .vertical .tabs-n li:hover{
	width: 134px;
	color: #666666;
}
.news-n .vertical .tabs-n li.current{
	width: 134px;
	color: #369A02;
	line-height: 38px;
	height: 38px;
	background-image: url(../images/newsbg.png);
	font-size: 18px;
}
.news-n .visible{
	display: block;
}
.news-n .list{
	width: 370px;
	float: left;
}
.news-n .list ul li{
	line-height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/newsicon.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 18px;
	height: 42px;
	width: 370px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	
}.news-n .list ul li a{
	font-size: 15px;
}

/*广告条幅*/
.banner{
	width: 1180px;
	margin-top: 20px;
}

/*赛事活动*/
.match-n{
	float: left;
	width: 380px;
	margin-top: 15px;
}
.match-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/orangebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.match-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.match-n .list_m{
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 435px;
}
.match-n .list_m ul li{
	margin-bottom: 15px;
	float: left;
	margin-top: 10px;
}
.match-n .list_m ul li img{
	float: left;
	height: 120px;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
.match-n .list_m ul li p{
	width: 200px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	line-height: 28px;
	height: 28px;
}
.match-n .list_m ul li p a{
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	line-height: 25px;
}
.match-n .list_m ul li p em{
	font-size: 15px;
	color: #FF0000;
	margin-right: 3px;
	margin-left: 3px;
	font-style: normal;
}
.match-n .list_m ul li .place{
	border: 1px solid #FCAE52;
	color: #FF5400;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 70px;
	margin-top: 8px;
	line-height: 22px;
	height: 22px;
}
.match-n .list_m ul li .number{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	line-height: 28px;
	height: 28px;
}
.match-n .list_m ul li p span a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	float: right;
	display: block;
	background-color: #FF5256;
	text-align: center;
	width: 80px;
	margin-right: 3px;
	border-radius:3px;
	line-height: 28px;
	height: 28px;
}

/*热门圈子*/
.hotcircle-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 20px;
}
.hotcircle-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.hotcircle-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.hotcircle-n .list_h{
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 8px;
	height: 136px;
}
.hotcircle-n .list_h .titles a{
	color: #2D64B3;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 380px;
}
.hotcircle-n .list_h .content{
	width: 380px;
	line-height: 18px;
	height: 18px;
	margin-bottom: 5px;
}
.hotcircle-n .list_h .content .text{
	color: #FF5400;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	width: 80px;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hotcircle-n .list_h .content .time{
	color: #999999;
	font-size: 14px;
	float: left;
	margin-right: 10px;
}
.hotcircle-n .list_h p img{
	height: 70px;
	width: 70px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*培训*/
.train-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 20px;
}
.train-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.train-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.train-n .list_t{
	width:380px;
	height:214px;
	margin-top: 10px;
}
.train-n .list_t li{
	position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}
.train-n .list_t li img{
	width:380px;
	height:214px;
}
.train-n .list_t li span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 380px;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/all_bg.png);
	background-repeat: repeat;
	overflow: hidden;
}
.train-n .list_r{
	width: 380px;
	margin-top: 2px;
}
.train-n .list_r li{
	line-height: 29px;
	height: 29px;
	width: 380px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.train-n .list_r li a{
	font-size: 14px;
}
.train-n .list_r li span{
	color: #166EB8;

}
.train-n .list_r li em{
	color: #369D02;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}

/*健身指导*/
.guidance-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 20px;
}
.guidance-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/orangebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.guidance-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.guidance-n .list_1{
	width:380px;
	height:125px;
	margin-top: 10px;
}
.guidance-n .list_1 li{
	position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}
.guidance-n .list_1 li img{
	width:185px;
	height:125px;
}
.guidance-n .list_1 li span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 185px;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/all_bg.png);
	background-repeat: repeat;
	overflow: hidden;
}
.guidance-n .list_2{
	width: 380px;
	margin-top: 2px;
}
.guidance-n .list_2 li{
	line-height: 31px;
	height: 31px;
	width: 380px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.guidance-n .list_2 li a{
	font-size: 14px;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/*精彩视频*/
.video-n{
	float: left;
	width: 380px;
	margin-top: 15px;
}
.video-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.video-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.video-n .list{
	width: 400px;
}
.video-n .list .mosaic-block{
	float:left;
	position:relative;
	width:185px;
	height:110px;
	margin-right: 10px;
	margin-top: 10px;
}
.video-n .list .mosaic-backdrop{
    display:none;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
}
.video-n .list .mosaic-backdrop img{
    height:110px;
    width:185px;
}
.video-n .list .mosaic-backdrop span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 185px;
	font-size: 14px;
	height: 24px;
	color: #FFF;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	text-indent: 4px;
}
.video-n .list .mosaic-overlay{
    display:none;
    z-index:5;
    position:absolute;
    width:100%;
    height:100%;
    background:#111;
}
.video-n .list .mosaic-overlay{
    background:url(../images/hover-magnify.png) no-repeat center center;
    opacity:0;
    filter:alpha(opacity=00);
    display:none;
}

/*图片精选*/
.picture-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 20px;
}
.picture-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.picture-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.picture-n .list_b{
	width:380px;
	height:215px;
	margin-top: 10px;
}
.picture-n .list_b li{
	position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}
.picture-n .list_b li img{
	width:380px;
	height:215px;
}
.picture-n .list_b li span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 380px;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/all_bg.png);
	background-repeat: repeat;
	overflow: hidden;
}
.picture-n .list_s{
	width:380px;
	height:125px;
	margin-top: 10px;
}
.picture-n .list_s li{
	position: relative;
    float: left;
    display: inline-block;
    text-align: center;
}
.picture-n .list_s li img{
	width:185px;
	height:125px;
}
.picture-n .list_s li span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 185px;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/all_bg.png);
	background-repeat: repeat;
	overflow: hidden;
}

/*教练预约*/
.coach-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 20px;
}
.coach-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/orangebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.coach-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.coach-n .list_c{
	width: 400px;
	height:180px;
	margin-top: 10px;
}
.coach-n .list_c li{
	position: relative;
	float: left;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.coach-n .list_c li img{
	width:120px;
	height:180px;
}
.coach-n .list_c li span{
	position: absolute;
	left: 0px;
	display: block;
	width: 120px;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/all_bg.png);
	background-repeat: repeat;
	overflow: hidden;
	bottom: 30px;
}
.coach-n .list_c li p{
	line-height: 29px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	height: 29px;
	text-align: center;
	font-size: 15px;
	color: #C90000;
	overflow: hidden;
}
.coach-n .list_o{
	width: 380px;
	margin-top: 5px;
}
.coach-n .list_o li{
	line-height: 31px;
	height: 31px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 380px;
	overflow: hidden;
}
.coach-n .list_o li a{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.coach-n .list_o li font{
	margin-right: 15px;
	color: #0552A4;
}
.coach-n .list_o li b{
	margin-right: 15px;
	color: #666666;
	font-weight: normal;
}
.coach-n .list_o li em{
	margin-right: 15px;
	color: #C90000;
	font-style: normal;
}

/*场馆预定*/
.venue-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	/*margin-left: 20px;*/
}
.venue-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.venue-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.venue-n .list_v{
	width: 400px;
}
.venue-n .list_v li{
	position: relative;
	float: left;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}
.venue-n .list_v li img{
	width:185px;
	height:120px;
}
.venue-n .list_v li span{
	position: absolute;
	left: 0px;
	display: block;
	width: 185px;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/all_bg.png);
	background-repeat: repeat;
	overflow: hidden;
	bottom: 48px;
}
.venue-n .list_v li p{
	line-height: 24px;
	width: 185px;
	height: 24px;
	overflow: hidden;
	text-align: left;
}

/*网格地图*/
.map-n{
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 20px;
}
.map-n .title{
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.map-n .title span a{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 38px;
}
.map-n .list_p{
	width: 380px;
	margin-top: 10px;
}

/*页脚*/
.foot-n{
	width: 1180px;
	margin:0 auto;
}
.foot-n li {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	list-style-type: none;
	margin-right: 30px;
}
.foot-n li p{
	font-size: 16px;
}
.foot-n li p a{
	line-height: 25px;
	color: #666666;
}
.foot-n li p a:hover{
}
.foot-n .font{
	color: #666666;
	line-height: 25px;
	font-size: 14px;
}
.foot-n .font img{
	height: 125px;
	width: 125px;
}
.foot-n .line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #84AE0E;
	line-height: 35px;
	margin-bottom: 5px;
}
.foot-n .line img{
	margin-right: 4px;
	margin-bottom: -4px;
}
.add-n{
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	background-color: #369D03;
}
.foot_link-n{
	width: 1180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	
}
.foot_link-n dt{
	float: left;
	color:#666666;
	line-height: 22px;
}
.foot_link-n dd{
	float: left;
	width: 1100px;
	line-height: 22px;
}
.foot_link-n dd a{
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	white-space: nowrap;
}
