@charset "utf-8";
/***
 *	MeeBoss Base Style
 *
 *	http://www.meeboss.com
 *
 *	Copyright (c) 2013 MeeBoss. All rights reserved.
 **/
.headerTop {
	height: 30px;
	line-height: 250px;
	clear: both;
}

.headerMiddle {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	clear: both;
	position: relative;
}

.headerLogo {
	width: 300px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/gofun.png) 0px 0px no-repeat;
}

.language {
	position: relative;
	float: right;
	padding-left: 20px;
	padding-top: 20px;
}

.language select {
	
}

.headerSlogan {
	width: 300px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 4px;
	background: url(../images/zh-tw/slogan.png) 0px 0px no-repeat;
}

.headerMiddle .headerLogo {
	height: 60px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

.headerMiddle .headerSlogan {
	height: 60px;
	float: right;
	padding-left: 20px;
	padding-top: 20px;
}

.headerBottom {
	clear: both;
	height: 38px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	z-index: 1;
}

.headerBottom .headerMiddleNav {
	height: 38px;
	clear: both;
	float: left;
	top: 30px;
}

.headerBottom .headerMiddleNavLeft {
	float: left;
	height: 38px;
	width: 1px;
	background: url(../images/titlebarbar.jpg) no-repeat;
	height: 38px;
}

.headerBottom .headerMiddleNavContent {
	background: url("../images/titlebarbar.jpg") repeat-x;
	float: left;
	height: 40px;
	width: 899px;
}

.headerBottom .headerMiddleNavRight {
	float: right;
	height: 38px;
	width: 1px;
	background: url(../images/titlebarbar.jpg) no-repeat;
}

.headerBottom .headerMiddleNavContent .icon {
	height: 34px;
	line-height: 60px;
	float: left;
	padding: 0px 10px;
	margin-left: 10px;
	background: url(../images/titlesplit.jpg) left no-repeat;
}

.headerBottom .headerMiddleNavContent li {
	height: 33px;
	line-height: 34px;
	float: left;
	padding: 0px 5px;
}

.headerBottom .headerMiddleNavContent li a {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.headerBottom .headerMiddleNavContent li a:hover {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #ffffff;
	text-decoration: underline;
}

.headerBottom .headerMiddleNavContent li.context {
	background: url(../images/select.png) center no-repeat;
}

.headerBottom .headerMiddleNavContent li.context a {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #2f1f6b;
	text-decoration: none;
}

.bodyLeft .left-stations{
	height:384px;
	background: url(../images/zh-tw/left-stations.jpg) center no-repeat;
}