@charset "utf-8";
/* CSS Document */

/***普通通用*********************************************************/

.clear {
	zoom: 1;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.bold {
	font-weight: bold;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

/***普通通用*********************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	background-color: #303436;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto;
	background-image: url(index/warpper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/***普通通用*********************************************************/

/***頁頭********************************************************/

#header_box {
	width: 100%;
	height: auto;
}
#header {
	width: 1000px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}
/***頁頭********************************************************/

/***LOGO*******************************************************/

#logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	z-index: 5;
	top: 0px;
}
/***LOGO*******************************************************/



/***主視圖******************************************************/

#ad_bg {
	width: 100%;
	height: auto;
}
#ad {
	height: 600px;
	position: relative;
	overflow: hidden;
	width: 1920px;
	margin: 0 auto;
}
/***主視圖********************************************************/

/***主要內容******************************************************/

#main_box {
	width: 100%;
	height: auto;
	background-image: url(index/main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#main {
	width: 1000px;
	height: auto;
	min-height: 635px;
	position: relative;
	margin: 0 auto;
}
/***主要內容******************************************************/



#about {
	width: 502px;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #666666;
	float: right;
	height: 190px;
	margin-top: 54px;
	padding :51px 20px 0 478px;
	background-image: url(index/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#about .mast {
	height: 117px;
	line-height: 25px;
}
#about .more {
	padding-top: 5px;
	text-align: right;
}
#introduction {
	clear: both;
	height: 280px;
	width: 1000px;
}
#introduction .photo {
	float: right;
	height: 280px;
	width: 560px;
}
#introduction .box {
	float: left;
	width: 320px;
	height: 220px;
	background-color: #191B24;
	padding: 20px 60px 40px 60px;
}
.superslide {
	width: 320px;
	height: 220px;
	position: relative;
	margin: auto;
}
.superslide .prev, .superslide .next {
	width: 40px;
	height: 100%;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	position: absolute;
	background-position: center center;
	top: 0px;
	z-index: 1;
}
.superslide .prev {
	left: 10px;
	background-image: url(index/slider-prev.png);
}
.superslide .next {
	right: 10px;
	background-image: url(index/slider-next.png);
}
#introduction .list-wrap {
	float: left;
	width: 320px;
	height: 220px;/*必要元素*/
	overflow: hidden;
	margin: 0px;
	list-style-type: upper-alpha;
}
#introduction .list-wrap li {
	width: 320px;
	height: 280px;
	float: left;
}
#introduction .title {
	width: 320px;
	height: 93px;
}
#introduction .mast {
	width: 320px;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #A4A4A4;
	line-height: 24px;
}
/***社群*******************************************************/

#community {
	position: absolute;
	top: 1px;
	left: 86px;
}
#community img {
	cursor:pointer;
	display: block;
	float: left;
}
/***社群*******************************************************/

/***頁底*********************************************************/

#footer_box {
	width: 100%;
	height: auto;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
}
#footer .qr {
	position: absolute;
	left: 0px;
	top: 1px;
}
#footer .info {
	color: #999999;
	position: absolute;
	top: 30px;
	left: 280px;
}
#footer .copyright {
	color: #525252;
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
#footer .copyright span {
	color: #858585;
}
#footer .copyright a {
	color: #525252;
	text-decoration: none;
	padding: 0 5px;
}
#footer .copyright ins {
	text-decoration: underline;
}
#footer .copyright a:hover {
	color: #858585;
	text-decoration: none;
}



/***頁底*********************************************************/
