@charset "utf-8";
/* CSS Document */
/***麵包屑*********************************************************/
#breadcrumbs {
	text-align: right;
	color: #8C8C8C;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	position: absolute;
	right: 5px;
	top: 29px;
	word-spacing: 5px;
	padding:0 0 0 18px;
	background:url(img/home.png) 0 3px no-repeat;
}
#breadcrumbs span {
	text-decoration: none;
	color: #8C8C8C;
}
#breadcrumbs img {
	vertical-align: middle;
	padding: 0px 5px;
}
#breadcrumbs a {
	color: #8C8C8C;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#breadcrumbs a:visited {
	color: #8C8C8C;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #1266B1;
	text-decoration: none;
}
#topbtn_box {
	position: absolute !important;
	right:50px;
	top:0px !important;
	z-index:50;
}
/***麵包屑*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 12px;
	line-height: 22px;
	position: relative;
}
#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: -70px;
	left: 60px;
	z-index: 50;
}
/***LOGO*******************************************************/
/***主視圖******************************************************/
#banner_box {
	width:100%;
	min-width:1122px;
	padding:91px 0 0 0;
	background:url(banner/bg_top.jpg) center no-repeat;
}
#banner {
	width:1122px;
	height:439px !important;
	position: relative;
	margin:0 auto;
}
#banner .top{
	width:181px;
	height:439px;
	background: url(banner/top.png);
	position:absolute;
	right:0px;
	top:0px;
	z-index:50;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 1;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	display: block;
	background-image: url(../../scripts/flexslider/progress.gif);
}
/***主視圖********************************************************/
/***主要內容******************************************************/
#head_box {
	width: 100%;
	position: relative;
}
#head {
	width:100%;
	min-width:1122px;
	height:91px;
	margin:0 auto;
	padding: 0;
	position:relative;
	background:url(i_img/bg_top.jpg) center no-repeat;
}
#main_box {
	width:100%;
	min-width: 1122px;
	padding: 37px 0 40px 0;
background: #ffffff; /* Old browsers */
background:url(img/bg.png) center top repeat-x, -moz-linear-gradient(top,  #ffffff 16%, #f2f2f2 100%); /* FF3.6+ */
background:url(img/bg.png) center top repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(16%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background:url(img/bg.png) center top repeat-x, -webkit-linear-gradient(top,  #ffffff 16%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background:url(img/bg.png) center top repeat-x, -o-linear-gradient(top,  #ffffff 16%,#f2f2f2 100%); /* Opera 11.10+ */
background:url(img/bg.png) center top repeat-x, -ms-linear-gradient(top,  #ffffff 16%,#f2f2f2 100%); /* IE10+ */
background:url(img/bg.png) center top repeat-x, linear-gradient(to bottom,  #ffffff 16%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}
#main {
	width: 1122px;
	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;
}
/*********************************************************/
/*********************************************************/
#leftside {
	width: 257px;
	position: relative;
	padding:10px 0 0 0;
	float: left;
	margin:0 0 0 100px;
}
.lefbtn_box {
	padding: 35px 0 0 0;
}
.leftside_title {
	margin-left:20px;
}
.leftnav_btn {
	width: 234px;
	margin:0 auto 15px auto;	
}
.leftnav {
	width:257px;
	height: auto;
	position:relative;
	background:url(leftnav/center2.png) center top repeat-y;
}
.leftnav_title {
}
.leftnav_bottom{
	width:257px;
	height:81px;
	background:url(leftnav/bottom.png) center no-repeat;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#rightside{
	width:733px;
	float:right;
}
#right_title {
	margin-bottom: 30px;
	padding: 0px 0 0 0px;
	color: #938B6C;
	font-size: 24px;
	font-weight: bold;
}
#right_title span{
	font-size:15px;
	color:#9F9F9F;
	font-weight:bold;
	font-family:Arial;
}
#right_title img {
}
#right_title span.line{
	color:#8EA5C1;
}
#right_title a {
	color: #594637;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#right_title a:visited {
	color: #594637;
	text-decoration: none;
}
#right_title a:hover {
	color: #793D17;
	text-decoration: none;
}
/*********************************************************/
/*********************************************************/
#contentbody_info {
	color:#E9E9E9;
	margin: 0 auto;
	text-align:center;
	margin-bottom: 30px;
	padding:5px 10px;
	background:rgba(75,15,15,0.6);
}
#contentbody_info a {
	color: #262626;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#contentbody_info a:visited {
	color: #262626;
	text-decoration: none;
}
#contentbody_info a:hover {
	color: #D86C00;
	text-decoration: none;
}
#contentbody_info span {
	color: #E9E9E9;
	margin-left: 10px;
}
/********************************************************************************/
#contentbody_list {
	font-size: 16px;
	height: 26px;
	color: #133A8D;
	margin:0 0 25px 9px;
	margin-bottom: 20px;
	padding: 0 20px;
	overflow: hidden;
	background:url(../case/dot.jpg) 8px 10px no-repeat;
}
#contentbody_list img {
	float: left;
	z-index: 100;
}
#contentbody_list .list {
	float: left;
}
#contentbody_list a:first-child {
	padding: 0 13px 0 20px;
	background: url(img/ar.png) center left no-repeat;
}
#contentbody_list a {
	color: #716E6E;
	font-size: 13px;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 13px;
	border: #CCCCCC 1px solid;
	border-left: none;
	text-decoration: none;
	background-color: #FFF;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#contentbody_list a:visited {
	color: #716E6E;
	text-decoration: none;
}
#contentbody_list a:hover {
	color: #000000;
	background-color: #F1F2F3;
	text-decoration: none;
}
#contentbody_list a.active {
	color: #000000;
	background-color: #F1F2F3;
	text-decoration: none;
}
#contentbody_list span {
	color: #F33791;
	font-weight: bold;
}
/******************************************************************************/
#contentbody_title {
	width:684px;
	height:46px;
	line-height: 46px;
	margin:0 0 25px 9px;
	font-size: 16px;
	color: #FFF;
	padding: 0 10px 0 30px;
	background:url(img/title_bg.jpg) no-repeat;
}
#contentbody_title img {
	float: left;
	z-index: 100;
}
#contentbody_title .list {
	float: left;
}
#contentbody_title a:first-child {
	background: url(img/ar.png) center left no-repeat;
}
#contentbody_title a {
	color: #716E6E;
	font-size: 13px;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border: #CCCCCC 1px solid;
	border-left: none;
	text-decoration: none;
	background-color: #FFF;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#contentbody_title a:visited {
	color: #716E6E;
	text-decoration: none;
}
#contentbody_title a:hover {
	color: #000000;
	background-color: #F1F2F3;
	text-decoration: none;
}
#contentbody_title span {
	color: #F33791;
	font-weight: bold;
}
.contentbody {
	width: 733px;
	font-size: 13px;
	position: relative;
	line-height: 26px;
	padding:0 0 0px 0;
	color: #999999;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
#footer_box {
	width: 100%;
	min-width:1122px;
	height: 113px;
	position: relative;
	background:url(img/footer_bg.jpg) center no-repeat;
}
#footer {
	width: 1122px;
	height: 113px;
	margin: 0 auto;
	position: relative;
}
#footer .pic {
	position: absolute;
	left: -25px;
	top: -230px;
}
#footer .menu {
	font-size: 12px;
	color: #FFFFBF;
	position: absolute;
	left: 80px;
	top: 33px;
	height: 20px;
}
#footer .menu a {
	color: #FFFFBF;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .menu a:visited {
	color: #FFFFBF;
	text-decoration: none;
}
#footer .menu a:hover {
	color: #DADA8C;
	text-decoration: none;
}
#footer .info {
	font-size: 13px;
	color: #7E8BB8;
	line-height: 18px;
	position: absolute;
	right: 480px;
	top: 30px;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 5px;
}
#footer .info span {
	color: #DF0000;
	font-size: 13px;
	font-weight: bold;
}
#footer .qr {
	position: absolute;
	right:72px;
	top: 28px;
}
#footer .copyright {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #435392;
	text-align: right;
	letter-spacing: 0px;
	position: absolute;
	right: 480px;
	top: 72px;
}
#footer .copyright spanc {
	color: #878787;
}
#footer .copyright span {
	color: #435392;
}
#footer .copyright span a {
	color: #435392;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright span a:visited {
	color: #435392;
	text-decoration: underline;
}
#footer .copyright span a:hover {
	color: #7E8BB8;
	text-decoration: underline;
}
#footer .copyright a {
	color: #435392;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright a:visited {
	color: #435392;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #7E8BB8;
	text-decoration: none;
}
#footer .top_use {
	width: 62px;
	height: 43px;
	position: absolute;
	right: 0px;
	top: -42px;
}
#footer .top_use a {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#footer .top_use a:hover {
	background: url(footer/top_.png) no-repeat;
}