@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: url(../images/bg2.jpg) repeat;
  	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);
}

/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
.wrapper.wrap-style2{
	width: 100%;
	max-width: 1280px;
	height: 560px;
	margin: 0 auto;
	position: relative;
}
.header{
	width: 100%;
	height: 560px;
	background-color:#232517;
	position: relative;
}

.header-wp{
	width: 1280px;
	height: 560px;
	background: url(../images/header_bg_1.jpg) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -640px;

}
.header .wrapper{
	height: 100%;
	position: relative;
}
.lh-logo{
	width: 150px;
	height: 47px;
	background: url(../images/lh-logo.png) center no-repeat;
	position: absolute;
	top: 22px;
	left: 34px;
}
.tosxpal-logo{
	width: 205px;
	height: 139px;
	background: url(../images/tosxpal-logo.png) center no-repeat;
	position: absolute;
	top: 391px;
	left: 284px;
}
.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;
}

.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: 90; 
	-webkit-border-image-width: 5em; 
	-webkit-border-image-repeat: round; 

	/* Firefox */
	-moz-border-image-source: url(../images/border.png); 
	-moz-border-image-slice: 90; 
	-moz-border-image-width: 5em; 
	-moz-border-image-repeat: round; 

	/* Opera */
	-o-border-image-source: url(../images/border.png); 
	-o-border-image-slice: 90; 
	-o-border-image-width: 5em; 
	-o-border-image-repeat: round; 

	/* CSS3 */
	border-image-source: url(../images/border.png); 
	border-image-slice: 90; 
	border-image-width: 5em; 
	border-image-repeat: round; 	
}
.btn-wp{
	width: 500px;
}
.ev-btn{
	display: block;
	width: 200px;
	height: 76px;
	background: url(../images/ev-btn.png) no-repeat;
	margin: 20px auto;
	cursor: pointer;	
}
.ev-btn:hover{
	background: url(../images/ev-btn-h.png) no-repeat;	
}
.ev-btn2{
	display: block;
	width: 300px;
	height: 76px;
	background: url(../images/ev-btn2.png) no-repeat;
	margin: 20px auto;
	cursor: pointer;	
}
.ev-btn2:hover{
	background: url(../images/ev-btn2-h.png) no-repeat;	
}
.special-box{
	background: url(../images/board_bg.jpg) repeat;
	margin: 13px;
}
.content{
	width: 100%;
	padding: 50px 0;
}
.content .wrapper{
	padding: 50px 40px;
}
.content h2{
	font-weight: 400;
  	color: #DCCF69;
	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: #f4f4f4;
	line-height: 1.6;
	font-size: 20px;
}
.content p{
	color: #AEAEAE;
	line-height: 1.6;
	font-size: 18px;
	margin: 18px 0 ;
}
.content p span{
	color: #f4f4f4;
	font-size: 25px;
}
.content p.award-t{
	font-size: 24px;
	margin: 15px 0px 5px;
	color: #D54D05;
}
.content p.award-ts{
	font-size: 24px;
	margin: 15px 0px 5px;
  	color: #059ED5;
}
.content p.award-c{
	margin: 0;
	color: #FFE064;
	padding-left: 25px;
}
.content p.award-w{
	margin: 0 0 15px;
	padding-left: 25px;
}
.pstyle2{
	display: block;
	width: 178px;
	background-color: #1B523F;
	padding: 0 15px;
	color: #AEAEAE;
	font-size: 18px;
}
.ex{
  	font-size: 15px;
  	color: #3E9894;
}
.content p span.pstyle3{
	color: #D54D05;
	font-size: 18px;
	margin: 0 0 10px;
}
.content h4{
	width: 100%;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	font-size: 26px;
	background-color: rgba(108, 105, 81, 0.46);
    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: #AEAEAE;
	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: 940px) and (min-width: 560px){
	.header-wp{
		width: 940px;
		height: 560px;
		background: url(../images/header_bg_2.jpg) top right no-repeat;
		left: 50%;
		margin-left: -470px;
	}

}
@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: 730px) and (min-width: 320px){
	.lh-logo{
		width: 130px;
		background-size: 130px auto;
		left: 15px;
		top: 10px;	
	}

}
@media screen and (max-width: 600px) and (min-width: 320px){
	.content h2{
		font-size: 34px;
	}
	.header{
		height: 430px;
	}
	.header-wp{
		width: 600px;
		height: 430px;
		background: url(../images/header_bg_3.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: 360px) and (min-width: 320px){
	.content h2{
		font-size: 28px;
		text-align: center;
	}	
}