
#top_logo {
	z-index: 9999;
	position:  absolute;
	top: 300px;
	left:  50%;
	margin-left: -217px;
}
#top_btn {
	z-index: 9999;
	position: absolute;
	top: 620px;
	left: 50%;
	margin-left: -25px;
}

#timer {
	background: url(../images/top/timer_bg.jpg) no-repeat center 0;
	 -webkit-background-size: cover;
   background-size: cover;
   background-attachment: fixed;
}
#full_content {
	width: 980px;
	margin: 0 auto;
}
#location_select {
	position: relative;
	clear: both;
	height: 240px;
}
#location_select li {
	list-style: none;
	float: right;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 12px;
	letter-spacing: 1px;
}
#location_select li.active {
	color: #3a3a3a;
	background: #ffffff;
}
#location_select li:hover {
	cursor: pointer;
}
#location_select .content .date {
	font-size: 13px;
	letter-spacing: 2px;
	position: relative;
	top: 25px;
}
#location_select .content {
	position: absolute;
	top: 25px;
	height: 240px;
	margin-left: 25px;
}
.digit {
	float: left;
	font-size: 94px;
	font-weight: bold;
}
.dash_title {
	float: left;
	position: relative;
	top: 95px;
	font-size: 14px;
	letter-spacing: 1px;
}
#countdown_list {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 30px;
	padding: 0px;
}
#countdown_list ul {
	width: 2000px;
}
#countdown_list li {
	float: left;
	list-style: none;
	background-color: rgba(151,151,151,0.5);
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0;
	width: 200px;
	margin-right: 60px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.9);
  -webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.9);
}
#countdown_list li a {
	color: #fff;
	text-decoration: none;
}
#countdown_list li a:hover,#countdown_list li:hover {
	opacity: 0.5;
}
#countdown_list li .date {
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin: 0 30px;
}


#event_about {
	background: url(../images/top/event_about_bg.jpg) no-repeat center 0;
	background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#event_about h2 {
	padding: 15px 0;
}
#event_about .box {
	clear: both;
	padding: 0 30px;
	margin-bottom: 40px;
}
#event_about .txt {
	width: 400px;
	line-height: 1.8;
	font-size: 14px;
}
#event_about_inner {
	background-color: rgba(51,51,51,0.6);
	width: 980px;
	padding: 20px 0;
	margin-bottom: 30px;
}
#event_about_inner h3 {
	font-size: 20px;
	letter-spacing: 1px;
}
#bnr_list {
	width: 750px;
	margin: 0 auto 30px;
	overflow: hidden;
	padding: 0;
}
#bnr_list li {
	list-style: none;
}
#company_about {
	background: url(../images/top/company_about_bg.png);
	color: #3f3f3f;
	padding: 60px 0;
}
#company_about .img {
	margin-bottom: 30px;
}
#company_about .txt {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
#acMenu {
    position:  absolute;
    right:  30px;
    top: 30px;
    z-index: 9999;
    padding: 0;
}
#acMenu dt {
    float:left;
}
#acMenu dt a {
    color:  #ffffff;
    text-decoration: none;
    padding:  7px 20px;
    background: #222;
    border:#666 1px solid;
    width: 50px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
}
#acMenu dd{
    float: left;
}
#acMenu dd a {
    display: inline-block;
    width: 50px;
    margin: 0;
    color: #ffffff;
    background: #444;
    padding: 7px 20px;
    border:#666 1px solid;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
}
