@charset "utf-8";
/* CSS Document */


/*關於我們*/
.aboutArea{
	padding:50px 0;
}
.aboutArea ul.introductionList li:nth-child(1) {
	border-top:none;
	border-left:none;	
}
.aboutArea ul.introductionList li:nth-child(2) {
	border-top:none;
}
.aboutArea ul.introductionList li:nth-child(3) {
	border-top:none;
}
.aboutArea ul.introductionList li:nth-child(4) {
	border-left:none;	
}

.aboutArea ul.introductionList li {
	text-align:center;
	border-top:solid 1px #ececec;
	border-left:solid 1px #ececec;
	padding:40px 30px;
}

.aboutArea ul.introductionList li h3{
	font-weight:normal;
	font-size:20px;
	color:#383838;
	line-height:3;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.aboutArea ul.introductionList li:hover h3{
	color:#ffa800;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.aboutArea ul.introductionList li h3 i{
	font-size:30px;
	padding-right:8px;
}
.aboutArea ul.introductionList li h3 a{
	font-size:20px;
}
.aboutArea ul.introductionList li p{
	font-size:13px;
	color:#b4b4b4;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}
.aboutArea ul.introductionList li:hover p{
	color:#ffa800;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.aboutArea h2{
	margin:30px 0;
	text-align:center;
	font-weight:normal;
	font-size:15px;

	color:#b4b4b4;
	background:url(../images/decoration.png) no-repeat bottom center;
	padding:0 0 30px 0;}
	
.aboutArea h2 strong{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#383838;}

.aboutArea .Img{
	margin-bottom:15px;}

.aboutArea .Txt{
	font-size:15px;
	color:#333;
	line-height:1.8;}


.activitiesArea{
}
.activitiesArea h2{
	margin:30px 0;
	text-align:center;
	font-weight:normal;
	font-size:15px;
	color:#383838;
	color:#b4b4b4;
	background:url(../images/decoration.png) no-repeat bottom center;
	padding:0 0 30px 0;}
	
.activitiesArea h2 strong{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#383838;}
.activitiesArea .Img{
	position:relative;
}
.activitiesArea .Img img.mainimg{
	width:100%;
}
.activitiesArea .Img img.activitydecoration{
	max-width:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	}
.activitiesArea .Img img.activitydecoration2{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	}
.activitiesArea .Txt{
	padding:0 0 50px 0;
	text-align:center;
	font-size:15px;
	color:#b4b4b4;
	line-height:1.8;}

.infoArea {
	background:#ffa800;
	position:relative;
	padding:30px 0 0 0 ;}
.infoArea .infobox{
	float:left;
	width:50%;
	position:relative;}
.infoArea .infobox .Img{
	float:left;}
.infoArea .infobox .Img img{
	float:left;}
.infoArea .infobox .Txt{
	margin-top:30px;
	padding:10px 20px;
	color:#fff;
	font-size:15px;
	line-height:2;
	border-right:1px solid #fff;}
.infoArea .infobox .Txt h2{
	font-weight:normal;
	color:#fff;
	font-size:20px;
	padding-bottom:20px;}
.infoArea .infobut{
	width:45%;
	float:left;
	position:relative;}
.infoArea .infobut{
	padding:80px 0 0 60px;}
.infoArea .infobut a{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	font-size:15px;
	border-radius:5px;
	border:1px solid #fff;
	padding:15px 50px;}
.infoArea .infobut a i{
	font-size:20px;
	padding-right:10px;}
.infoArea .infobut a:hover{
	background:#fff;
	color:#ffa800;}







/*圖文外連*/
.linkArea{
	position:relative;
	padding:50px 0 0 0;
	}
.linkArea img.decorationinfoArea{
	max-width:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);}
.linkArea h2{
	margin:30px 0;
	text-align:center;
	font-weight:normal;
	font-size:15px;
	color:#383838;
	color:#b4b4b4;
	background:url(../images/decoration.png) no-repeat bottom center;
	padding:0 0 30px 0;}
	
.linkArea h2 strong{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#383838;}

	

.linkArea ul{
	
	margin:0;
	padding:0;
}

.linkArea ul li{
	float:left;
	padding:0;
}
.linkArea ul li:nth-child(even){
	background:#f8f8f8;
}

.linkArea ul li .Img{}

.linkArea ul li .Img img{
	display:block;
	width:100%;}

.linkArea ul li .Txt{
	font-size: 13px;
	color:#383838;
	padding:25px;
}

.linkArea ul li .Txt h3{
	overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
	text-align:center;
	color:#383838;
	font-weight:normal;
	font-size:20px;}

.linkArea ul li .Txt h3 a{

	font-size:20px;
	color:#383838;
}
.linkArea ul li:hover .Txt h3 a{
	color:#ffa800;}

.linkArea ul li .Txt p{
	margin-top:20px;
	font-size:13px;
	color:#383838;
	line-height:20px;
	height:60px;
	overflow:hidden;
}
.linkArea ul li .but a{
	background:none;
	color:#d6d6d6;
	border:1px solid #d6d6d6;
	}
.linkArea ul li:hover .but a{
	background: #afafaf;
	color:#fff;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
	}
.linkArea ul li .but a i{
	color:#dfdfdf;
}
.linkArea ul li:hover .but a i{
	color:#fff;
}
.linkArea ul li .newsDate{
	color:#b4b4b4;
	padding:20px 0 0 0;
	font-size:13px;
	letter-spacing:2px;
}
.linkArea ul li .newsDate:before{
	font-family:fontAwesome;
	content:"\f073";
	color:#b4b4b4;}
	

.playerBox{
height:980px;
}
.contactArea{
	overflow:hidden;
	padding:50px 0;}
.contactArea h2{
	margin:30px 0 50px 0;
	text-align:center;
	font-weight:normal;
	font-size:15px;
	color:#383838;
	color:#b4b4b4;
	background:url(../images/decoration.png) no-repeat bottom center;
	padding:0 0 30px 0;}
	
.contactArea h2 strong{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#383838;}
	
.contactArea ul li{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding-top:10px;
}
.contactArea ul li img{
	width:100%;}

.contactArea ul li:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	}
	
.unitArea{
	color:#666;
	font-size:13px;
	line-height:2;}
.unitArea img{
max-width:100%;}
@media (max-width: 2150px){
.playerBox{
height:900px;
}
}
@media (max-width: 1950px){
.playerBox{
height:800px;
}
}
@media (max-width: 1720px){
.playerBox{
height:700px;
}
}
@media (max-width: 1400px){
.playerBox{
height:500px;
}
}
@media (max-width: 1010px){
.playerBox{
height:400px;
}
}
@media (max-width: 780px){
.playerBox{
height:300px;
}
}
@media (max-width: 580px){
.playerBox{
height:250px;
}
}
@media (max-width: 1920px){
.activitiesArea{
	overflow:hidden;}
.activitiesArea .Img img.activitydecoration2 {
    width: 1920px;
    left: 50%;
	margin-left:-960px;
}
}
@media (max-width: 1530px){
	.infoArea .infobox{
	float:left;
	width:55%;
}
.infoArea .infobut{
	width:40%;
}
.infoArea .infobut a {
    padding: 15px 20px;
}
}
@media (max-width: 1420px){
.infoArea .infobox{
	float:none;
	width:100%;
	
}
.infoArea .infobut{
	float:none;
	width:100%;
	text-align:center;
	padding: 60px 0px;
}
.infoArea .infobox .Txt {
    border-right: none;
}
}
@media (max-width: 1022px){
.aboutArea ul.introductionList li:nth-child(1) {
	border:none;
	border-bottom:1px solid #ececec;	
}
.aboutArea ul.introductionList li:nth-child(2) {
	border:none;
	border-bottom:1px solid #ececec;
}
.aboutArea ul.introductionList li:nth-child(3) {
	border:none;
	border-bottom:1px solid #ececec;
}
.aboutArea ul.introductionList li:nth-child(4) {
	border:none;
	border-bottom:1px solid #ececec;	
}
.aboutArea ul.introductionList li{
	border:none;
	border-bottom:1px solid #ececec;
}

}

@media(max-width: 500px){
.infoArea .infobox .Img{
float:none;
width:100%;}
.infoArea .infobox .Img img{
	float:none;
width:100%;}
}
