﻿#inner {
	width:100%;
	margin: 0 auto;
	height:590px;
}
.hot-event {
	padding: 0px;
	position: relative;
}
.hot-event .switch-tab {
	text-align:right;
	width:990px;
	margin:0px auto;
	height:35px;
	line-height:35px;
	position:relative;
	margin-top:350px;
	z-index:99;
}
.hot-event .switch-tab a, .hot-event .switch-tab .current {
	margin: 0 2px;
	display: inline-block;
	width:19px;
	height:19px;
	background:#333333;
	overflow: hidden;
	vertical-align:middle;
	color:#FFF;
	line-height:19px;
	text-align:center;
}
.hot-event .switch-tab .current {
	background:#F7941C;
}
.hot-event .switch-nav {
	position:relative;
	width:100%;
	height:66px;
	left:0px;
	top:170px;
	z-index: 2;
}
.hot-event .switch-nav .prev {
	width:65px;
	height:138px;
	background:url(../../../images/left.png) no-repeat;
	position:absolute;
	left:5px;
	top:0px;
	border:none;
	z-index:99;
}
.hot-event .switch-nav .next {
	width:65px;
	height:138px;
	background:url(../../../images/right.png) no-repeat;
	position:absolute;
	right:5px;
	top:0px;
	border:none;
	z-index:99;
}
.hot-event .switch-nav a {
	display:block;
}
.hot-event .event-item {
	height: 590px;
	width:100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	overflow:hidden;
}
.hot-event .event-item .banner {
	display: block;
}
.hot-event .event-item img {
	-webkit-box-reflect: below 0 -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(85%, transparent), to(rgba(255,255,255,.2)));
	border: 0;
	width:1920px;
	height:590px;
}
.hide-clip {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	line-height: 0!important;
	width: 1px!important;
	overflow: hidden;
}

