@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: #fff;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto;
	background-image: url(index/wrapper.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/***普通通用*********************************************************/
/***頁頭********************************************************/
#header_box {
	width: 100%;
	height: auto;
	background-image: url(index/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 1000px;
	height:158px;
	margin: 0 auto;
	position: relative;
}
#header .skye{
	position: absolute;
	top: 381px;
	right: -60px;
}
/***頁頭********************************************************/
/***LOGO*******************************************************/
#logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	z-index: 5;
	top: 0px;
}

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

/***主視圖******************************************************/
#banner_bg {
	width: 100%;
	background-image: url(index/ad-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 411px;
}
#banner {
	height: 399px;
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

/***主視圖********************************************************/
/***主要內容******************************************************/
#main_box {
	width: 100%;
	height: auto;
}
#main {
	width: 1000px;
	height: auto;
	min-height:531px;
	position: relative;
	margin: 0 auto;
}


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

#about{
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #444444;
	float: left;
	height: 172px;
	width: 254px;
	line-height: 23px;
	background-image: url(index/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	padding-top: 50px;
	padding-left: 223px;
}



#news{
	float: right;
	width: 443px;
	background-image: url(index/news.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 222px;
	margin-right: 20px;
	padding-left: 40px;
}
#news .more{
	text-align: right;
	height: 42px;
	width: 440px;
	padding-top: 34px;
}
#news .photo{
	float: left;
	height: 118px;
	width: 158px;
	border: 1px solid #CCCCCC;
}
#news .list{
	line-height: 29px;
	color: #777777;
	float: right;
	height: 29px;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 13px;
	background-image: url(index/dot.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding-left: 20px;
}
#news .list:hover{
	background-color: #E4ECF4;
}
#news .list span{
	padding-right:10px;
	float:left;
}
#news .list a{
	color: #2D3379;
	text-decoration: none;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
	width:170px;
	float:left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#news .list:hover a{
	font-weight: bold;
	color: #D83500;
}


#products{
	background-image: url(index/products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 310px;
	width: 960px;
	position: relative;
	font-family: "微軟正黑體";
	margin: auto;
}
#products .more{
	text-align: right;
	height: 42px;
	width: 960px;
	padding-top: 10px;
}
#products .photo{
	height: 150px;
	width: 150px;
	background-color: #EEEEEE;
	background-image: url(index/products-list.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 4px;
}
#products .photo:hover{
	background-color: #A9C9F2;
	background-image: url(index/products-hover.jpg);
}
#products .title{
	font-size: 13px;
	line-height: 32px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
#products .title a{
	color: #003366;
	text-decoration: none;
}
#products .title a:hover{
	color: #003366;
}
#products .mast{
	font-size: 12px;
	line-height: 20px;
	color: #D90000;
	text-align: center;
	width: 100%;
}
#products .money{
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #E10000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

/***社群*******************************************************/
#community {
	position: absolute;
	top: 56px;
	right:20px;
}
/***社群*******************************************************/
/***頁底*********************************************************/
#footer_box {
	width: 100%;
	height: auto;
	background-image: url(footer/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}

#footer .menu {
	width: 1000px;
	height: auto;
	color: #FFDF77;
	position: absolute;
	top: 0px;
	font-size: 13px;
	right: 0px;
	text-align: center;
	line-height: 31px;
}
#footer .menu a {
	color: #FFDF77;
	text-decoration: none;
	padding: 0 15px;
}
#footer .menu a:hover {
	color: #BFDFFF;
}

#footer .qr{
	position: absolute;
	right: 90px;
	top: 43px;
}
#footer .logo{
	position: absolute;
	left: 20px;
	top: 49px;
}

#footer .info {
	color: #DDE4F2;
	position: absolute;
	top: 60px;
	left: 220px;
}
#footer .copyright {
	color: #8CA5DF;
	position: absolute;
	top: 85px;
	left: 220px;
	font-size: 13px;
}
#footer .copyright span{color: #E5B8FE;}
#footer .copyright a {
	color: #8CA5DF;
	text-decoration: none;
}
#footer .copyright ins{
	text-decoration: underline;
}
#footer .copyright a:hover {
	color: #E5B8FE;
	text-decoration: none;
}

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