@charset "utf-8";
body {
	text-align: center;
	font-family: tahoma, Arial, "微軟正黑體", "Microsoft JhengHei";
	font-size: 14px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	color: #4c4c4c;
	-webkit-text-size-adjust: none; /*Font size render in iphone*/
	background: url("../images/bg.jpg") repeat scroll center top;
}
a:link, a:visited { color: #666666; }
a:hover { text-decoration: underline; }
a:active { color: #666666; }
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
/*表單*/
input[type="button"] , input[type="submit"] , button {
    font-family: inherit;
	font-size: 14px;
    cursor:pointer;
    border: 0 none;
    text-align: center;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height:  ; /*都要設定*/
	height:  ; /*都要設定*/
}
input[type="text"] , input[type="password"] {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	line-height: 21px;
	height: 21px;
	padding: 0px 0px 0px 6px;
	margin: 0px;
}
select {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	padding: 3px 2px 4px 6px;
	margin: 0px;
}
select option {
	padding-left: 10px;
	padding-right: 17px;
}
textarea {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.t_overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap:normal;
}
.table  {
	border-spacing: 0px;	/*cellspacing*/
	border: 0px none;	/*border*/
}
.table tr td , table tr th {
	padding: 0px;	/*cellpadding*/
	border: 0px none;	/*border*/
}
.transform * {
	-moz-transition:all 0.5s;/* Firefox 4 */
	-webkit-transition:all 0.5s;/* Safari and Chrome */
	-o-transition:all 0.5s;/* Opera */
	transition: all 0.5s;
}
/*編輯器*/
.EditCont {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	margin-top:20px;
}
.EditCont table {border-collapse:collapse;}
.EditCont table td, .EditCont table th {
	border:1px solid #b3b3b3;
	padding: 10px;
}
.EditCont h1 ,.EditCont h2,.EditCont h3,.EditCont h4,.EditCont h5{

	text-decoration:none;
}
/*.EditCont h1 {
	font-size: 24px;
	color: #333333;
	margin: 25px 0;
	font-weight: bold;
}
.EditCont h2 {
	font-size: 18px;
	color: #e2007e;
	margin: 25px 0;
	font-weight: bold;
}
.EditCont h3 {
	font-size: 16px;
	color: #f29600;
	margin: 25px 0;
	font-weight: bold;
}*/
.EditCont p {
	font-size: 14px;
	margin: 0px 0;
	font-weight: normal;
}
.EditCont img {
	max-width: 715px;
	/*margin: 25px 0;*/
}
.EditCont ol , .EditCont ul {
	/*margin: 25px 0;*/
}
.EditCont ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:20px;	
}
.EditCont ul li {
	list-style-position: outside;
	list-style-type: disc;	
	margin-left:20px;
}
.EditCont strong {
	font-weight: bold;
}
.EditCont em {
	font-style: italic;
}
/*---------------------------------------------------*/
.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.header {
	position:relative;
	z-index:999;
}
.header .logo {
	float: left;
	margin-left: -40px;
}
.header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 121px;
	width: 356px;
}
.header .logo a:hover {
	filter:alpa(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	transition: all 0.2s linear;
}
.header .nav {
	float: right;
	padding-top:29px;
}
.header .nav .up {
	overflow: hidden;
	margin-bottom:18px;
}
.header .nav .up .search {
	float: right;
}
.header .nav .up .search input {
	width: 130px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	line-height:24px;
	height:24px;
	border-bottom:1px solid #bfbfbf;
	border-left: none;
	border-top: none;
	border-right: none;
	padding:0;
}
.header .nav .up .search a {
	display: inline-block;
	padding: 0 8px 1px 6px;
    vertical-align: bottom;
}
.header .nav .up .search a:hover {
	filter:alpa(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.header .nav .up .menu {
	float: right;
	margin:8px 2px 0 0;
}
.header .nav .up .menu li {
	float: right;
	border-left:1px solid #c8c8c8;
	line-height:12px;
}
.header .nav .up .menu li a {
	font-size: 12px;
	line-height: 12px;
	color: #808080;
	padding:0 20px;
}
.header .nav .up .menu li a:hover {
	/*color: #f53b63;*/
	color: #8EC220;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
.header .nav .under {
	overflow:hidden;
}
.header .nav .under .fb,
.header .nav .under .gift p,
.header .nav .under .login,
.header .nav .under .logout {
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
	float: right;
	margin-left:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.header .nav .under .fb {
	background: url(../images/header_icon_fb.png) 0px 0px no-repeat #4fc1f0;
	padding:0 13px 0 33px;
}
.header .nav .under .gift {
	float: right;
}
.header .nav .under .gift p {
	background: url(../images/header_icon_gift.png) 10px center no-repeat #f29702;
	padding:0 13px 0 33px;
}
.header .nav .under .gift p a {
	color: #FFF;
}
.header .nav .under .gift .gift_box {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	margin-left: -7px;
	margin-top: -5px;
	z-index: 1;
	background: url(../images/top_btn_hover.png) 0px 0px no-repeat;
	height: 430px;
	width: 1014px;
}
.header .nav .under .gift .gift_box ul {
	overflow: hidden;
	padding-top: 31px;
	padding-left: 92px;
}
.header .nav .under .gift .gift_box ul .right{
	float:left;
	margin-bottom:20px;
}
.header .nav .under .gift .gift_box ul .left {
	background: url(../images/top_btn_hover_dot.png) top right repeat-y;
	padding-right:40px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.header .nav .under .gift .gift_box ul li .img {
	float:left;
	padding-right:15px;
}
.header .nav .under .gift .gift_box ul li .img img {
	height: 150px;
	width: 150px;	
}
.header .nav .under .gift .gift_box ul li .text {
	float:left;
	width:242px;
}
.header .nav .under .gift .gift_box ul li .text dt {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap:normal;
	padding-bottom:8px;
	padding-top: 2px;
}
.header .nav .under .gift .gift_box ul li .text .cont {
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	height: 85px;
	overflow: hidden;
	padding-bottom:14px;	
}
.header .nav .under .gift .gift_box ul li .text .time {
	font-size: 12px;
	line-height: 30px;
	color: #d94221;
	border:1px solid #d94221;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
}
.header .nav .under .gift .gift_box ul li:hover .img {
	filter:alpa(opacity=60);   /* IE */
	-moz-opacity:0.6;       /* Moz + FF */
	opacity:0.6;            /* 支持CSS3的瀏覽器(FF1.5也支持) */
}
.header .nav .under .gift .gift_box ul li:hover .text dt {
	/*color: #e2017d;*/
	color: #d94221;
}
.header .nav .under .gift .gift_box ul li:hover .text .cont {
	/*color: #f46b9b;*/
	color: #d94221;
}
.header .nav .under .gift .gift_box ul li:hover .text .time {
	/*color: #e2017d;
	border:1px solid #f566b5;*/
	color: #d94221;
	border:1px solid #d94221;
	
}
.header .nav .under .login {
	background: url(../images/header_icon_member.png) 10px center no-repeat #f53b63;
	padding:0 13px 0 33px;
}
.header .nav .under .logout {
	padding:0 10px;
	background-color:#f53b63;
}
.header .nav .under a:hover {
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
.header .nav .under .fb:hover,
.header .nav .under .login:hover,
.header .nav .under .gift:hover p,
.header .nav .under .logout:hover {
	filter:alpa(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/*-----footer-----*/
.footer {
	padding:40px 0 35px;
	position: relative;
    z-index: 1;
}
.footer .Fmenu {
	overflow: hidden;
	background: url(../images/decoration_line.png) left bottom repeat-x, url(../images/decoration_line.png) left top  repeat-x;
	padding-left: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
	margin-bottom:23px;
}
.footer .Fmenu li {
	height:12px;
	line-height:12px;
	font-size:12px;
	border-right:1px dotted #b8b8b8;
	float:left;
}
.footer .Fmenu li:last-of-type {
	border-right: none;
}
.footer .Fmenu li a {
	color: #666666;
	padding:0 53px;
}
.footer .Fmenu li a:hover {
	/*color: #f53b63;*/
	color: #8EC220;
	text-decoration: none;
	transition: all 0.1s linear;
}
.footer .info {
	overflow: hidden;
}
.footer .info .QR {
	float: left;
	margin-right: 15px;
}
.footer .info .QR img {
	height: 97px;
	width: 97px;
}
.footer .info .detail {
	float: left;
}
.footer .info .tel {
	overflow:hidden;
	width:600px;
	padding-bottom:8px;
}
.footer .info .tel li {
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #8c8c8c;
	width:50%;
}
.footer .info .tel li:nth-of-type(5) {
	width:100%;
}
.footer .info .detail .fbGood {}
.footer .info .detail .fbGood img {
	vertical-align: middle;
}
.footer .info .detail .fbGood p {
	font-size: 12px;
	color: #000;
	display: inline;
	padding-left:5px;
}.footer .info .Flogo {
	float: right;
	padding-top: 5px;
}
.footer .info .Flogo img {
	height: 48px;
	width: 210px;
}
.footer .ifram {
	z-index: 999999;
}

/*-----MidCont-----*/
.MidCont {
	display:table;
	position: relative;
    z-index: 1;
}
.MidCont .left {
	display:table-cell;
	width: 200px;
	border-right:1px solid #d6d6d6;
	vertical-align:top;
	padding-right:12px;
}
.MidCont .left .ad {
	margin-bottom: 6px;
}
.MidCont .left img {
	width: 200px;
}
.MidCont .left .partner {
	background-color: #f5f5f5;
	border-bottom:1px solid #e3e3e3;
	margin-bottom: 6px;
}
.MidCont .left .partner .title {
	background-color: #fff;
	border-bottom:1px solid #e9e9e9;
	overflow:hidden;
}
.MidCont .left .partner .title h6 {
	background-attachment: scroll;
	background-image: url(../images/left_title_partner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 15px;
	width: 60px;
	margin:10px 0 8px 10px;
	float:left;
}
.MidCont .left .partner .title p {
	font-size: 12px;
	float:right;
	margin-top: 9px;
}
.MidCont .left .partner .title p a {
	color: #999999;
	text-transform: uppercase;
	padding:8px 10px;
}
.MidCont .left .partner .title p a:hover {
	/*color: #f53b63;*/
	color: #8EC220;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
.MidCont .left .partner .inner {
	padding-top: 10px;
	margin-left: 10px;
}
.MidCont .left .partner .inner li {
	margin-bottom: 10px;
}
.MidCont .left .partner .inner li img {
	width: 180px;
}
.MidCont .left .partner .inner li a img {
	width: 180px;
}
.MidCont .right {
	display:table-cell;
	width: 775px;
	padding-left:12px;	
	vertical-align:top;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*---bread_crumbs---*/
.bread_crumbs {
	overflow: hidden;
	background: url(../images/decoration_line.png) repeat-x scroll left bottom;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.bread_crumbs li {
    background: url(../images/bread_crumbs_icon.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    font-size: 12px;
    margin-left: 10px;
    padding-left: 17px;
	color: #808080;
}
.bread_crumbs li:first-of-type {
    background: none;
	margin-left: 0;
    padding-left: 0;
}
.bread_crumbs li a:link, .bread_crumbs li a:visited {
	color: #808080;
	text-decoration: none;
}
.bread_crumbs li a:hover {
    text-decoration: underline;
	/*color: #f53b63;*/
	color: #8EC220;
	transition: all 0.2s linear 0s;
}
.ContTitle {
	font-size: 30px;
	line-height: 100px;
	color: #FFF;
	background-image: url(../images/ContTitle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 1000px;
	padding-left:48px;
	margin-bottom:15px;
	position: relative;
    z-index: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*---BTN---*/
.BtnBox {
	text-align: center;
}
.BtnBox a ,
.BtnBox input {
	color: #fff;
    display: inline-block;
    line-height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    width: 150px;
	border:1px solid #cccccc;
}
.BtnBox .gray {
	background-color:#808080;
	border:1px solid #808080;
	color:#fff;
}
.BtnBox .white {
	border:1px solid #cccccc;
	background-color:#fff;
	color:#808080;
}
.BtnBox a:hover,
.BtnBox input:hover {
	
	background-color:#8EC220;
	border:1px solid #8EC220;
	/*background-color:#e2007e;
	border:1px solid #e2007e;*/
	color:#fff;
	text-decoration: none;
	transition: all 0.3s linear;
}

/*--- 頁碼 ---*/
.pagination {
	text-align: center;
}
.pagination a , .pagination a:visited {
	border: 1px solid #cccccc;
	color: #808080;
	line-height:32px;
	padding:0 13px;
	margin:0 2px;
	display: inline-block;
	font-size:12px;
	text-decoration:none;
}
.pagination a:hover {
	background-color:#e0e0e0;
	text-decoration:none;
}
.pagination a.current {
	color: #FFF;
	background-color: #b3b3b3;
	border: 1px solid #b3b3b3;
}

/*--- 導覽 ---*/
.map {
	padding-top:60px;
	padding-bottom: 115px;
}
.map ul {
	overflow:hidden;
}
.map ul li {
	float:left;
	width:33.3333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 18px;
}
.map ul li:nth-of-type(1),
.map ul li:nth-of-type(2),
.map ul li:nth-of-type(3) {
	height:115px;
	margin-bottom: 80px;
}
.map ul li h2 {
	text-align:center;
	padding-bottom:16px;
	background-image: url(../images/map_boldLine.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.map ul li .cont {}
.map ul li .cont li {
	float:none;
	background-image: url(../images/left_title_news_li_border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:0;
	margin:0;
	width:100%;
	height:39px;
}
.map ul li .cont li a {
	font-size: 15px;
	line-height: 38px;
	color: #7f7f7f;
	text-align: center;
	display:block;
}
.map ul li .cont li a:hover {
	color: #8ec220;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
	transition: all 0.2s linear;
}