@charset "utf-8";

* { 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;   
 box-sizing: border-box;    
}

.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
  	position: relative;
  	background-color: #fff;
  	overflow: hidden;
}
p, li, a{
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: #f4f4f4;
	text-decoration: underline;
}
a:hover {
	color: #ed6d00;
}
h2{
	color: #333;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 20px;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 25px;
	border: 1px solid #444;
	background: #666;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
}
.btn:hover {
	background: #c8770a;
	text-decoration: none;
	color: #fff;
}
.hide-text{
	white-space: nowrapper;
	overflow: hidden;
	text-indent: -1000%;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#img-preload{
	height: 0px;
}
.green{
	color: rgb(200, 255, 149);
  	font-size: 20px;
}
.green2{
	color: rgb(132, 255, 91);
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 15;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.header-wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.lh-logo {
	width: 150px;
	height: 50px;
	background: url(../images/livehouse-logo.jpg) no-repeat;
	background-image: url(../images/livehouse-logo.svg), none;
	background-size: cover;
	text-decoration: none;
	display: inline-block;
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
.wrapper.wrap-style2{
	width: 100%;
	max-width: 1280px;
	height: 500px;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
}
.banner{
	width: 100%;
	height: 500px;
	background: url(../images/head_bg.jpg) center repeat-x; 
	margin-top: 70px;
	position: relative;
}

.banner-wp{
	width: 1280px;
	height: 500px;
	background: url(../images/header_bg_1.png) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -640px;

}
.banner .wrapper{
	height: 100%;
	position: relative;
}
.headline{
	width: auto;
	height: 163px;
	margin: 250px auto 0;
	background-size: 51.5% auto;
	display:none;
}
.event-btn{
	display: block;
	width: 202px;
	height: 77px;
	background: url(../images/lr_btn_1.png) no-repeat;
	position: absolute;
	top: 376px;
	left: 850px;
	cursor: pointer;
	z-index: 10;
}
.event-btn:hover{
	background: url(../images/lr_btn_1_h.png) no-repeat;
}
.sally1{
	position: absolute;
	top: 334px;
	left: 1005px;
	z-index: 12;
	display: none;
}
.sally2{
	position: absolute;
	top: 350px;
	left: 1020px;
	z-index: 12;
	display: block;
}
.content .section1,.content .section2{
	width:100%;
	max-width: 1000px;
	border: 8px solid #8A848E;
	margin: 0 auto 25px;
	/* Safari and Chrome */
	-webkit-border-image-source: url(../images/border.png); 
	-webkit-border-image-slice: 38; 
	-webkit-border-image-width: 2.2em; 
	-webkit-border-image-repeat: round; 

	/* Firefox */
	-moz-border-image-source: url(../images/border.png); 
	-moz-border-image-slice: 38; 
	-moz-border-image-width: 2.2em; 
	-moz-border-image-repeat: round; 

	/* Opera */
	-o-border-image-source: url(../images/border.png); 
	-o-border-image-slice: 38; 
	-o-border-image-width: 2.2em; 
	-o-border-image-repeat: round; 

	/* CSS3 */
	border-image-source: url(../images/border.png); 
	border-image-slice: 38; 
	border-image-width: 2.2em; 
	border-image-repeat: round; 	
}
.special-box{
	background: url(../images/board_bg.jpg) repeat;
	margin: 13px;
}

.content{
	width: 100%;
	background-color: #301B3F;
	padding: 50px 0;
}
.content .wrapper{
	padding: 50px 40px;
}
.content h2{
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	font-size: 38px;
}
.imgword-wp{
	margin: 23px 10px 10px 10px;
}
.word-right{
	width: 259px;
	float: right;
	text-align: center;
}
.word-right>img{
	margin-top: 80px;
}
.word-left{
	width: 520px;
	font-size: 18px;
	float: left;
	padding-left: 25px;
}
.content .imgword-wp p{
	width: 100%;
	max-width: 740px;
	font-size: 22px;
  	color: #FFD700;
	margin: 0;
	line-height: 1.2;
	padding-left: 35px;
}
.content .word-left ul{
	list-style: disc;
	padding-left: 40px;
}
.content .word-left li{
  	color: #ECECEC;
	font-size: 20px;
	line-height: 1.2;
}.content .word-left li .highlight{
	font-size: 22px;
	font-weight: 800;
	background-color: #4DA0E5;
	color: #FFFF00;
	padding: 0 8px;
}
.share-btn{
	display: block;
	width: 230px;
	height: 75px;
	background: url(../images/lr_btn_3.png) no-repeat;
}
.share-btn:hover{
	background: url(../images/lr_btn_3_h.png) no-repeat;
}
.content .pstyle1{
	color: #8eb1bc;
	line-height: 1.6;
	font-size: 20px;
}
.content p{
	color: #80959b;
	line-height: 1.6;
	font-size: 18px;
	margin: 18px 0 ;
}
.content p span{
	color: #f4f4f4;
	font-size: 25px;
}
.content h4{
	width: 100%;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 0 16px #009cff;
	font-size: 26px;
	background-color: rgba(43, 255, 207, 0.54);
    border-radius: 6px;
    margin-top: 10px;
}
.content h4 .icon{
	width: 45px;
	height: 37px;
	background: url(../images/icon.png) center no-repeat;
	float: left;
	margin-top: -5px;
}
.content ol{
	padding: 10px 40px 0px 25px;
}
.content ol li,.content ul li{
	color: #80959b;
	line-height: 1.2;
	font-size: 18px;
	margin: 18px 0 ;
}
.content ul{
	list-style: none;
}
.content ol li .highlight{
	color: #fff;
	font-size: 19px;
}
.mid-btn{
	display: block;
	width: 230px;
	height: 75px;
	background: url(../images/lr_btn_2.png) no-repeat;	
	float: right;
}
.mid-btn:hover{
	background: url(../images/lr_btn_2_h.png) no-repeat;	
}

/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
@media screen and (max-width: 1120px) and (min-width: 320px){
	.sally1{
		position: absolute;
		top: 338px;
		left: 180%;
		z-index: 1;
		display: none;
	}
	.sally2{
		position: absolute;
		top: 350px;
		left: 180%;
		z-index: 1;
		display: none;
	}	
	.wrapper.wrap-style2 img{
		display: none;
	}	
}
@media screen and (max-width: 1040px) and (min-width: 320px){
	.banner-wp{
		width: 1140px;
		height: 500px;
		background: url(../images/header_bg_2.jpg) top right no-repeat;
		left: 50%;
		margin-left: -520px;
	}
	.event-btn{
		position: absolute;
		top: 376px;
		left: 600px;
		cursor: pointer;
		z-index: 10;
	}
}
@media screen and (max-width: 900px) and (min-width: 320px){
	.banner-wp{
		width: 900px;
		height: 500px;
		background: url(../images/header_bg_3.jpg) top right no-repeat;
		left: 50%;
		margin-left: -450px;
	}
	.event-btn{
		position: relative;
		width: 202px;
		height: 77px;
		top: 0px;
		left: 0px;
		margin: 300px auto 0; 
	}
}
@media screen and (max-width: 865px) and (min-width: 320px){
	.content .imgword-wp p {
	  padding-left: 0px;
	}	
	.special-box{
		height: auto;
	}
	.word-right{
		width: 100%;
		float: none;
	}
	.word-right>a{
		float: right;
		margin-right: 20px;
	}
	.word-right>img{
		display: none;
	}
	.content .word-left{
		width: 100%;
		padding-left: 0px;
	}
	.content .word-left ul {
	  	width: 500px;
	  	padding-left: 20px;
	}
}
@media screen and (max-width: 600px) and (min-width: 320px){
	.content h2{
		font-size: 34px;
	}
	.banner{
		height: 337px;
	}
	.banner-wp{
		width: 600px;
		height: 337px;
		background: url(../images/header_bg_4.jpg) top right no-repeat;
		left: 50%;
		margin-left: -300px;
	}
	.event-btn{
		position: relative;
		width: 202px;
		height: 77px;
		top: 0px;
		left: 0px;
		margin: 170px auto 0; 
	}
	.mid-btn {
		float: none;
		margin: 0 auto;
	}
	.word-right>a{
		float: none;
		margin: 0 auto;
	}	
	.content .word-left ul {
	  	width: 95%;
	  	padding-left: 20px;
	}
}
@media screen and (max-width: 440px) and (min-width: 320px){
	.banner{
		height: 247px;
	}
	.banner-wp{
		width: 440px;
		height: 247px;
		background: url(../images/header_bg_5.jpg) top right no-repeat;
		left: 50%;
		margin-left: -220px;
	}
	.event-btn{
		position: absolute;
		width: 202px;
		height: 77px;
		top: -6px;
		left: 50%;
		margin-left: -80px;
		background-size: 85% auto;
	}
	.event-btn:hover{
		background-size: 85% auto;
	}
}
@media screen and (max-width: 360px) and (min-width: 320px){
	.content h2{
		font-size: 28px;
		text-align: center;
	}	
}