/*-----------------------------reset開始-------------------------------------*/
@charset "utf-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 15px;
	color:#333;	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	color:#333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;		
}
/* change colours to suit your needs */
ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	font-style: normal;
}
ul {
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
/*-----------------------------reset結束-------------------------------------*/
.wrapper {}

.nav {
	width:100%;
	height:60px;
	line-height:60px;
	padding:0 40px;
	}
.nav li {
	float:right;
	margin-left:15px;
	}
.nav li a {
	font-weight:bold;
	}
.nav li a:hover {
	color:#825938;
	border-bottom:1px solid #825938;
	padding-bottom:6px;
	}
.nav li:nth-child(5) a, .nav li:nth-child(6) a {
	color:#e61a0f;
	}
.nav li:nth-child(5) a:hover, .nav li:nth-child(6) a:hover {
	color:#e61a0f;
	border-bottom:1px solid #e61a0f;
	}		
.nav li a img {
	width:30px;
	height:auto;
	margin-right:5px;
	vertical-align:middle;
	margin-top:-3px;
	}
.nav_mb {
	display:none;}		

.kv {
	clear:both;
	width:100%;
	height:0;
	padding-bottom:30%;
	background-image:url(../images/kv.jpg);
	background-position:left top;
	background-size:contain;
	background-repeat:no-repeat;
	}
h1 {
	text-indent:-9999px;
	}
h2{
	font-size:40px;
	font-weight:bold;
	margin-left:0px;
	display:inline-block;
	padding:30px 20px 20px 20px;
	}
	

.contain {}
.width990 {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding-top:80px;
	padding-bottom:80px;
	overflow:hidden;
	border-bottom:1px solid #999;		
	} 
h3 {
	font-size:26px;
	margin:20px 0;
	}
h4 {
	font-size:20px;	
	margin:20px 0 40px 0;	
	font-weight:normal;
	line-height:28px;
	}

.width990 ul {
	overflow:hidden;
	}
.width990 p {
	line-height:24px;
	}
.box2{}
.box2 li {
	width:49%;
	float:left;
	margin-right:2%;	
	}
.box2 li a {}
.box2 li:nth-child(2) {
	margin-right:0%;	
	}

.box4{}
.box4 li {
	width:23.5%;
	float:left;
	margin-right:2%;	
	}
.3box4 li a {}
.box4 li:nth-child(4) {
	margin-right:0%;		
	}

.moreBt {
	display:block;
	width:200px;
	margin:0 auto;
	padding:10px;
	background-color:#e61a0f;
	color:#fff;
	margin-top:30px;
	margin-bottom:40px;
    }
	
.box3{}
.box3 li {
	width:32%;
	float:left;
	margin-right:2%;
	}
.box33 li {
	width:48%;	
}
.box3 li a, .box2 li a, .box4 li a {
	display:block;
	width:100%;
	height:350px;
	}
.box3 li p img {
	display:block;
	margin:0 auto;
	margin-bottom:20px;
	}

.box3 li:nth-child(3) {
	margin-right:0%;
	}	
.box3Content {}
.box3Content li:nth-child(1) {
	background-color:#fff;
	}
.box3Content li:nth-child(2) {
	background-color:#fff;	
	}	
.box3Content li:nth-child(3) {
	background-color:#fff;
	}	
.box3Content li:hover a {
	background-color:rgba(176,135,226,0.6);
	}
.box3Content li a {}
.box3Content {
	}
.contentC {
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:33px;
	position:relative;
	top:50%;
    transform:translateY(-50%);
	color:#672e66;
	}
.contentC span {
	display:block;
	font-size:15px;
	font-weight:normal;
	margin-top:8px;
	color:#333;
	line-height:24px;		
	}
.contentC b {
	color:#e61a0f;
	font-weight:bold;
	}	
.contentC span i {
	color:#e61a0f;
	font-weight:bold;
	font-size:18px;	
	}

.box2Content li {
	}
.box2Content li a {
	cursor:default;
	}			
.box2Content li:nth-child(1) {
	background-color:#eaf2ff;
	background-size:cover;
	}
.box2Content li:nth-child(2) {
	background-color:#eaf2ff;
	background-size:cover;	
	}
.box2Contain {
	padding:20px;	
	position:relative;
	top:50%;
    transform:translateY(-50%);
	}
.box2Title {
	font-size:24px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:18px;
	color:#224685;
	}		
.box2Info {
	font-size:18px;
	font-weight:bold;
	margin-bottom:18px;	
	}
#box2List {
	text-align:left;
	margin-left:10px;
	}
#box2List li {
	width:100%;
	background-image:none;
	margin-bottom:10px;
	background-color:inherit;	
	}
#box2List li span {
	display:inline-block;
	background-color:#000;
	color:#fff;
	padding:5px 8px;
	margin-right:8px;
	}
#box2List li b {
	color:#e61a0f;
	font-weight:bold;
	font-size:18px;	
	margin-right:5px;	
	}
#box2List02 {
	text-align:center;
	}
#box2List02 li {
	width:100%;
	background-image:none;
	margin-bottom:10px;
	background-color:inherit;		
	}
#box2List02 li b {
	color:#e61a0f;
	font-weight:bold;
	font-size:18px;	
	margin-right:5px;	
	}
#box2Icon {
	width:57%;
	margin:0 auto;
	}
#box2Icon li {
	background-image:none;
	background-color:inherit;		
	display:inline-block;
	text-align:center;	
	width:auto;
	}
#box2Icon li:nth-child(1) {
	margin-right:15px;
	}
#box2Icon li:nth-child(2) {
	margin-right:15px;
	}			
#box2Icon li img {
	width:auto;
	height:60px;
	}
#box2Icon li b {
	display:block;
	font-size:12px;
	margin-top:3px;
	}	

#box2Icon02 {
	margin-top:20px;
	}
#box2Icon02 li {
	background-image:none;
	background-color:inherit;		
	text-align:center;
	width:100%;
	}
#box2Icon02 li img {
	width:auto;
	height:90px;
	}	
	

.boxPS {
	margin-top:15px;
	color:#e61a0f;
	font-weight:bold;		
	}
		
.box3Content02 .contentC {
	color:#333;
	}
.box3Content02 li:nth-child(1) {
	background-color:#fff;
	background-size:cover;
	}
.box3Content02 li:nth-child(2) {
	background-color:#fff;
	background-size:cover;
	}	
.box3Content02 li:nth-child(3) {
	background-color:#fff;
	background-size:cover;
	}	
.box3Content02 li:hover a {
	background-color:rgba(255,233,127,0.6);
	}		
.box3Content02 li a {}


.icon8 {}
.icon8 li {
	width:23%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;		
	}
.icon8 li a {
	display:block;
	width:100%;
	height:180px;
	}
.icon8 li a i {
	display:block;
	width:100%;
	display:block;
	width:120px;
	height:120px;
	margin:0 auto;
	background-size:cover;
	margin-bottom:15px;
	background-image:url(../images/icon02_3.png);
	}
.icon8 li:nth-child(1) a i {
	background-position:0 0px;
	
	}
.icon8 li:nth-child(2) a i {
	background-position:0 -120px;
	}
.icon8 li:nth-child(3) a i {
	background-position:0 -240px;
	}
.icon8 li:nth-child(4) a i {
	background-position:0 -360px;
	}
.icon8 li:nth-child(5) a i {
	background-position:0 -480px;
	}
.icon8 li:nth-child(6) a i {
	background-position:0 -1200px;
	}
.icon8 li:nth-child(7) a i {
	background-position:0 -960px;
	}
.icon8 li:nth-child(8) a i {
	background-position:0 -1080px;
	}	
.icon8 li a b {
	display:block;
	font-size:18px;
	}
.icon8 li a:hover b {
	color:#825938;
	}	
.icon8 li:nth-child(4), .icon8 li:nth-child(8) {
	margin-right:0%;		
}

.ticketLeft {
	width:33%;
	float:left;
	margin-right:1%;
	overflow:hidden;
	}
h5 {
	margin-top:20px;
	font-size:20px;
	border-bottom:1px solid #999;
	padding-bottom:10px;
	font-weight:bold;
	margin-bottom:20px;
	}
h6 {
	clear:both;
	font-size:15px;
	font-weight:normal;
	margin-top:30px;
	}	
.ticketLeft ul {}
.ticketLeft ul li {
	}
.ticketLeft ul li a {
	display:block;
	color:#fff;
	font-size:16px;	
	}
.ticketLeft ul li i {
	display:block;
	width:100%;
	height:130px;
	background-image:url(../images/pic02.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	}
.ticketLeft ul li b {
	display:block;
	background-color:#000;
	padding:15px 5px;
	margin-top:3px;							
	}

.ticketRight {
	width:66%;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
	}
.ticketRight ul {}
.ticketRight ul li {
	width:49.2%;
	float:left;
	}
.ticketRight ul li:nth-child(1) {
	margin-right:1.6%;
	}	
.ticketRight ul li a {
	display:block;
	color:#fff;
	font-size:16px;
	}
.ticketRight ul li i {
	display:block;
	width:100%;
	height:130px;
	background-size:contain;
	background-repeat:no-repeat;
	}
.ticketRight ul li:nth-child(1) i {
	background-image:url(../images/pic01.jpg);
	}
.ticketRight ul li:nth-child(2) i {
	background-image:url(../images/pic03.jpg);
	}
.ticketRight ul li b {
	display:block;
	background-color:#000;
	padding:15px 5px;
	margin-top:3px;				
	}

.btNow {
	display:block;
	width:120px;
	height:120px;
	text-align:center;
	border-radius:50%;
	background-color:#e61a0f;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	padding-top:28px;
	position:fixed;
	right:40px;
	bottom:40px;
	}
.btNow i {
	display:block;
	}


.ts_footer {
	clear:both;
	width:990px;
	margin:0 auto;
	padding:0 0 40px 0;
	}
.ts_footer p {
	line-height:30px;
	margin-bottom:15px;
	}
.ts_footer p span {
	font-size:20px;
	font-weight:bold;
	}
.ts_footer i {
	font-size:15px;
	}
	
#ll {
	line-height:30px;

	}
#lll {
	}	
.tt {
	margin-top:20px;
	color:#333;
	}
h4 strong {
	color:red;
	}
h3 strong {
	color:red;
	}
.mimi0828 li a i {
	background-image:url(../images/icon02_2.png);	
	}
.mimiTable {
	font-size:15px;
	text-align:center;
	}
.mimiTable tr {}
.mimiTable td {
	padding:15px;
	vertical-align:middle;
	border:1px solid #dadada;
	}
.mimiTable strong {
	color:red;
	}	

.dark {
	background-color:#000;
	color:#fff;
	vertical-align:middle;
	font-size:18px; 
	font-weight:bold;
	}
.dark02 {
	background-color:#c0c0c0;
	vertical-align:middle;
	font-weight:bold;
	}

.sd {
	display:block;
	width:200px;
	border:1px solid #dadada;
	box-shadow:4px 4px 0px #999;

	}

