@charset "utf-8";
/* CSS Document */
#lang {
	position: absolute;
	right: 100px;
	z-index: 999;
	top: 33px;
}
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 12px;
	line-height: 22px;
	position: relative;
	background:#4E0E0E;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#wrapper_box {
	width: 100%;
	clear: both;
	position: relative;
}
/***普通通用*********************************************************/
/***LOGO*******************************************************/
#logo {
	width: auto;
	height: auto;
	position: absolute;
	top: 30px;
	left: 70px;
	z-index: 50;
}
/***LOGO*******************************************************/
/***主視圖******************************************************/
#banner {
	width:100%;
	min-width:1300px;
	padding:133px 0 0 0;
	min-width: 1000px;
	position: relative;
	background:#333;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 1;
	margin-top:70px;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	display: block;
	background-image: url(../../scripts/flexslider/progress.gif);
}
#banner #m_line {
	width: 1px;
	position: absolute;
	top: 245px;
	left: 50px;
	z-index: 50;
	background: #B5B6B6;
}
#banner #title {
	width: 25px;
	height: 116px;
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 50;
	background: url(logo/title.png) no-repeat;
}
/***主視圖********************************************************/
/***主要內容******************************************************/
#head_box {
	width: 100%;
	position: relative;
}
#head {
	width: 100%;
	min-width: 1000px;
	height: 145px;
	margin: 0 auto;
	margin-bottom: 37px;
	padding: 0px 0 0 0;
	position: relative;
	background: #FFF;
	background: url(../menu/bg.jpg) repeat-x
}
#main_box {
	min-width: 1120px;
	background: url(i_img/bg.png) center top repeat-x;
}
#main {
	width: 1120px;
	height: 209px;
	padding: 35px 0 0px 0;
	position: relative;
	margin:0 auto;
}
/*********************************************************/
/*********************************************************/
#top_u {
	width: 52px;
	height: 47px;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 50;
	cursor: pointer;
	margin-left: 542px;
	display: none;
}
/*********************************************************/
/*********************************************************/
#iabout {
	width: 416px;
	height: 176px;
	z-index: 50;
	float:right;
	position:relative;
	margin-right:50px;
	background:url(i_img/about_bg.png) no-repeat;
}
#iabout .con {
	width: 140px;
	height: 55px;
	color: #B2B2B2;
	font-size:12px;
	line-height:18px;
	overflow: hidden;
	position: absolute;
	right: 64px;
	top: 100px;
}
#iabout .more {
	width: 45px;
	height: 12px;
	position: absolute;
	right:20px;
	top: 143px;
}
/*********************************************************/
/*********************************************************/
#inews {
	width: 537px;
	height: 136px;
	top: 460px;
	float:left;
	margin-left:50px;
	padding:40px 25px 0 25px;
	background: url(i_img/news_bg.png) 0 0px no-repeat;
}
#inews .list span{
	color:#928A72;
}
#inews .list spand{
	color: #AE1515;
}
#inews .list:last-child {
	border: none;
}
#inews .list {
	height: 24px;
	line-height: 24px;
	color: #B2B2B2;
	padding:0 55px 0 5px;
	position: relative;
	text-decoration: none;
	border-bottom:#444444 1px dotted;
}
#inews .list a{
	color: #B2B2B2;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#inews .list a:visited{
	color: #B2B2B2;
	text-decoration:none;
}
#inews .list a:hover{
	color: #928A72;
	text-decoration:none;
}
#inews .more{
	width: 45px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 6px;
	z-index: 10;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
.more a {
	width:100%;
	height:100%;
	display:block;
	background:url(i_img/more.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.more a:hover {
	background:url(i_img/more_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
