body{
	font-family: "微软雅黑";
	width: 100%;
	min-width: 1200px;
}
/*<!--header-->*/
#sn-header{
	width: 100%;
	height: 407px;
	min-width: 1200px;
	margin: 0 auto;
	background: url(/img/static/sn-evens-bg_01.png) no-repeat center center;
}
/*<!--top-->*/
.sn-top-contianer{
	position: relative;
	width: 1200px;
	height: 100px;
	margin:  0 auto;
}
.sn-topLogo-icon{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 130px;
	height: 50px;
	background: url(/img/static/icon/sn-app_icon_03.png) no-repeat center center;
}
/*<!--nav-->*/
.sn-topNav-content{
	width: 100%;
	text-align: right;
	font-size: 0px;
	padding-top: 36px;
}
.sn-topNav-item{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-left: 50px;
	font-weight: 300;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}
.sn-topNav-item:hover{
	color: #77cc32;
}

/*<!--content-nav-->*/
.sn-events-nav{
	width: 1200px;
	margin: 0 auto;
}
.sn-nav-item{
	float: left;
	width: 50%;
	text-align: center;
	padding: 25px 0px;
}
.sn-nav-text{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: 400;
	cursor: pointer;
}
.sn-nav-text.active{
	border-bottom: 3px solid #77cc32;
}
/*<!--event-lists-->*/
#sn-event-lists{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.sn-event-list{
	display: none;
	width: 100%;
	background: url(/img/static/icon/sn-eventList-icon.jpg) repeat-y 0px 0px;
}
.sn-event-list.active{
	display: block;
}
.sn-event-item{
	float: left;
	width: 33.333334%;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;/*文字显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
}
.sn-event-item>a{
	font-size: 14px;
	color: #333333;
	line-height: 36px;
}
.sn-event-item>a:hover{
	color: #77cc32;
}



