@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/
header,#banner,#section1,#section2,#section3,#section4,footer{
	text-align:center;
}
article{
	padding: 50px 0 80px 0;
	margin:0 auto;
}
h1{
	display: block;
	width: 200px;
	color: #fff;
	letter-spacing: 5px;
	margin: 0 auto 50px auto;
	padding: 20px 0;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.h1_style{
	color:#fe8383;
	border-bottom: 3px solid #fe8383;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}
p{
	color:#4d4d4d;
    letter-spacing:2px;
    font-size: 1.2em;
	line-height: 2.5em;
	font-weight:bold;
}
.buttonMore{
	width:100px;
    height:100px;
    background-color: #fff;
    margin: 50px auto 0 auto;
    transition: background-color 0.5s ease 0s;
    line-height: 100px;
	position:relative;
	border-radius:50%;
	box-shadow:5px 5px 5px rgba(0,0,0,0.5)
}
.buttonMore:hover{
	background-color:#fe8383;

}
.buttonMore p{
	line-height: inherit;
	font-weight:bold;
	transition:background-color 0.5s ease 0s;
	color:#fe8383;
	display: block;
}
.buttonMore p:hover{
	color:#fff;
}
.buttonMore.buttonMore_style{
	background-color: #fe8383;
	border:2px solid #fe8383;
}
.buttonMore.buttonMore_style:hover{
	background-color:#fff;
}
.buttonMore.buttonMore_style p{
	color:#fff;
}
.buttonMore.buttonMore_style p:hover{
	color:#fe8383;
}
/*------------------------------------------------------------wrapper--------------------------------------------------*/
#wrapper{
	width:100%;
}
/*---------------------------------------------------header---------------------------------------*/
header{
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 0;
}
/*-----------------------nav-----------------------*/
nav{
    background-color: #fff;
    margin: 0 auto;
    line-height: 100px;
    height: 100px;
}
nav > ul{
    width:1440px;
    margin: 0 auto;
    height: 100px;
}
nav ul > li{
    float: left;
    width: 10%;
    height: 100px;
}
nav ul > li#logo{
    width: auto;
    padding: 13px 20px;
}
nav ul > li a{
    color: #4d4d4d;
    font-size: 1.2em;
    font-weight: bold;
	display:block;
	letter-spacing:2px;
	transition:background-color 0.3s ease;
}
nav ul > li a:hover{
	background-color:#c52b45;
	color:#fff;
}
nav ul > li#logo a:hover{
	background-color:transparent;
}
nav > ul > li#n1 > a{
	background-color:#c52b45;
	color:#fff;
}
/*--------子選單-----------*/
nav ul > li > ul{
	visibility:hidden;
	z-index: 9999;
    position: absolute;
	width: 20%;
	border-top:3px solid #c52b45;
}
nav ul > li:hover ul{
	visibility:visible;
}
nav ul > li > ul > li{
	width: 100%;
    height: 100px;
    float: none;
    background-color:#c52b45;
    display: inline-block;
}
nav ul > li > ul > li a{
    color: #fff;
    font-size: 1em;
    font-weight: bold;
	display:block;
	letter-spacing:1px;
	transition:background-color 0.3s ease;
}
nav ul > li > ul > li a:hover{
	background-color:#fff;
	color:#c52b45;
}
/*-------------navButtonBox,SnavBox----------------*/
#navButtonBox,#SnavBox{
	display:none;
}
/*---------------------------------------------------main---------------------------------------*/
/*---------------------------------------banner------------------------------------------*/
#banner {
    width: 100%;
	margin-top: 100px;
	position:relative;
	overflow: hidden;
}
#item_linkBox{
	position: fixed;
	width:56px;
	top: 120px;
	right:0;
	cursor:pointer;
	opacity: 0.9;
	box-shadow: -2px -2px 3px rgba(0,0,0,0.5);
    z-index: 99;
	transition:all 0.5s ease;
}
#item_link{
	box-shadow: -2px -2px 3px rgba(0,0,0,0.5);
}
#item_link1{
	background-image:url(../img/item_link1.jpg);
	width:56px;
	height:56px;
}
.item_link2{
    border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transition:all 0.5s ease;
}
.item_link2:hover {
	opacity:0.5;
}
/*--------------------------------------section1----------------------------------------*/
#section1{
	min-height:300px;
	background-color:#c52b45;
}
#section1 article{
    width: 700px;
}
.indexW {
    width: 100%;
	max-height: 500px;
}
#section1 article .indexW p{
	color:#fff;
	}
/*--------------------------------------section2----------------------------------------*/
#section2{
	padding:80px 0;
}
/*-------------s2_left(左邊)----------------*/
#s2_left{
	width:50%;
	height:650px;
	float:left;
	background:url(../img/s2.jpg) center center no-repeat;
	background-size:cover;
}
/*-------------s2_right(右邊)---------------*/
#s2_right{
	width:50%;
	height:650px;
	float:left;
}
#section2 article{
    width: 80%;
	padding: 0;
}
/*--------------------------------------section3----------------------------------------*/
#section3 {
    background-color: #c52b45;
    padding: 50px 0 100px 0;
}
#section3 h2{
	padding: 20px 10px;
    transition: background-color 0.3s ease;
    line-height: 1.5em;
}
#section3 h2.h2_link:hover{
	background-color:#76000E;
}
#s3_left{
    width: 90%;
    height:500px;
    margin: 0 auto;
    background: url(../img/s3.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
figure {
	width: 650px;
    height: 300px;
    background-color: rgba(254, 131, 131, 0.8);
    padding: 100px 0;
}
/*---------------#s3_link------------------*/
#s3_link{
    width: 426px;
    margin: 30px auto;
	position:relative;
}
#s3_link img {
    width: 113px;
	height:113px;
    float: left;
    margin: 0 50px;
}
#section3 .mask{
    width: 113px;
    height: 113px;
    position: absolute;
    background-color: rgba(118, 0, 14,0.8);
    margin: 0 50px;
	opacity:0;
	transition:opacity 0.5s ease;
}
#section3 .mask:hover{
	opacity:1;
}

/*--------------------------------------section4----------------------------------------*/
#section4{
	background-color:#c52b45;
}
#section4 h2{
	color:#cbb59b;
	margin: 30px 0 10px 0;
}
#videoBox{
	background-color: #fff;
    width: 90%;
	padding: 50px 10px 80px 10px;
	margin:0 auto;
}
#video_imgBox {
    transform: translateY(10px);
}
.video_img {
    width: 29.33%;
    float: left;
    margin: 0 2%;
	text-align: left;
	z-index:9;
	position:relative;
}
.video_img p{
	line-height:1.5em;
}
#section4 .mask{
	position:absolute;
	background-color:rgba(118, 0, 14, 0.8);
	display:none;
	opacity:0;
}
#section4 .buttonMore{
	clear:both;
}
/*---------------------------------------------------footer---------------------------------------*/
footer{
	clear:both;
	padding:30px 5%;
	background-color:#c52b45;
}
footer p{
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 1px;
	display: block;
}
footer .Sp{
	display:none;
}
footer #buttonTop{
	background:url(../img/buttonTop.png) no-repeat center center rgba(255,255,255,0.3);
	width:50px;
	height:50px;
	border:2px solid #fff;
	box-shadow:-2px -2px 3px rgba(0,0,0,0.5);
	position: fixed;
	display: none;
	cursor: pointer;
	opacity:0;
    right: 0;
    bottom: 0;
	transition:transform 0.5s ease;
}
footer #buttonTop:hover{
	transform:translateY(-10px);
}
/*熒幕尺寸【小於】1441時頁面顯示*/
@media (max-width:1440px) {
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/
	h1 {
		font-size: 1.6em;
		border-bottom: 2px solid #fff;
	}
	h2 {
		font-size: 1.3em;
	}
	p {
		font-size: 1.1em;
	}
/*---------------------------------------------------header---------------------------------------*/
/*-----------------------nav-----------------------*/
	nav > ul{
		width:1280px;
	}
	nav ul > li {
    	width:9.7%;
	}
}

/*熒幕尺寸【小於】1281時頁面顯示*/
@media (max-width: 1280px) {
/*---------------------------------------------------header---------------------------------------*/
/*-----------------------nav-----------------------*/
	nav{
		display:none;
	}
/*------------------navButtonBox-------------------*/
	#navButtonBox{
		display: block;
		width: 100%;
		height:100px;
		background-color:#fff;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	}
	#navButton{
		width: 30px;
		height: 30px;
		background-color:#c52b45;
		position: relative;
		top: 35px;
		left: 95%;
		cursor:pointer;
	}
	#navButton:before{
		content: '';
		width: 30px;
		height: 5px;
		background-color:#fff;
		position: absolute;
		top:22%;
		left: 0;
		transition: all 0.5s ease 0s;
	}
	#navButton:after{
		content: '';
		width: 30px;
		height: 5px;
		background-color:#fff;
		position: absolute;
		top: 60%;
		left: 0;
		transition: all 0.5s ease 0s;
	}
	#navButton.open:before{
		top:40%;
		transform: rotate(-45deg);
	}
	#navButton.open:after{
		top:40%;
		transform: rotate(227deg);
	}
/*-------------logo----------------*/
	#Slogo {
		width: 95%;
		float: left;
		height: 72px;
	}
	#Slogo img{
		width:auto;
		margin: 10px auto 0 auto;
	}
/*------------------SnavBox------------------------*/
	#SnavBox{
		display:none;
		width:100%;
	}
	#scrollHidden {
		width: 106%;
		overflow-y: scroll;
	}
	#Snav {
    	padding: 30px 0;
		background-color:#fe8383;
	}

	#Snav ul > li{
		padding: 20px 0;
	}

	#Snav ul > li > a{
		display: block;
		height: 30px;
		color: #fff;
		font-size: 1.2em;
		letter-spacing:2px;
		font-weight:bold;
	}
	#Snav ul > li a:hover{
		color:#c52b45;
	}
	.SnavS{
		display:none;
		margin: 10px 0;
		background-color:#D75362;
		border-top:3px solid #c52b45;
		border-bottom:3px solid #c52b45;
	}
	#Snav ul > li > ul > li> a{
		color: #fff;
	}
	#Snav ul > li >ul > li > a:hover{
		color: #fff;
		text-shadow:3px 3px 3px #4d4d4d;
	}
/*---------------------------------------------------main---------------------------------------*/
/*---------------------------------------banner------------------------------------------*/
	#banner {
		overflow: hidden;
	}
	#bannerImg{
		transform: scale(1.2);
	}
/*--------------------------------------section1----------------------------------------*/
	#section1 article{
		width:70%;
	}
/*--------------------------------------section2----------------------------------------*/
	#section2{
		padding:0;
	}
/*-------------s2_left(左邊)----------------*/
	#s2_left{
		width:100%;
		height:500px;
		float:none;
		background: url(../img/s2.jpg) center top no-repeat;
		background-size: cover;
	}
/*-------------s2_right(右邊)---------------*/
	#s2_right{
		width:100%;
		height:auto;
		float:none;
	}
	#s2_right article{
		width:70%;
		padding: 50px 0 80px 0;
	}
/*--------------------------------------section3----------------------------------------*/
	#s3_left{
		background-attachment:inherit;
	}
	figure {
		width: 500px;
	}
/*--------------------------------------section4----------------------------------------*/
	#section4 h2 {
		margin: 20px 0 10px 0;
	}
	.video_img{
		width:500px;
		float: none;
		margin:0 auto;
	}
	.video_img:first-child,.video_img:nth-child(2){
		margin: 0 auto 80px auto;
	}
}

/*熒幕尺寸【小於】769時頁面顯示----平板*/
@media (max-width: 768px) {
/*---------------------------------------------------header---------------------------------------*/
/*------------------navButtonBox-------------------*/
	#navButtonBox{
		height:80px;
	}
	#navButton {
    	left: 90%;
		top: 25px;
	}
/*-------------logo----------------*/
	#Slogo img {
		height: 60px;
	}
/*---------------------------------------------------main---------------------------------------*/
/*---------------------------------------banner------------------------------------------*/
	#banner {
		margin-top: 80px;
	}
	#item_linkBox{
		top:80px;
	}
/*--------------------------------------section3----------------------------------------*/
	#section3 h2{
		padding: 15px 10px;
	}
	#s3_left {
		height: 350px;
	}
	figure {
		width: 100%;
		height: 250px;
		padding: 50px 0;
	}
/*---------------#s3_link------------------*/
	#s3_link{
		width: 360px;
		margin: 15px auto;
	}
	#s3_link img {
		width:80px;
		height:auto;
	}
	#section3 .mask {
		width: 80px;
		height: 80px;
	}
/*--------------------------------------section4----------------------------------------*/
	#videoBox {
		width: 87%;
	}
	.video_img{
		width:80%;
	}
	.video_img:first-child,.video_img:nth-child(2){
		margin: 0 auto 50px auto;
	}
/*---------------------------------------------------footer---------------------------------------*/
	footer p span{
		display:none;
	}
	footer .Sp{
		display:none;
	}
}

/*熒幕尺寸【小於】481時頁面顯示---手機*/
@media (max-width: 480px) {
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/
	article {
		width: 280px;
	}
	h1{
		font-size: 1.5em;
		letter-spacing: 3px;
	}
	h2 {
		font-size: 1.2em;
	}
	p {
		font-size:1em;
	}
	.buttonMore{
		width:80px;
		height:80px;
		line-height:80px;
	}
/*---------------------------------------------------header---------------------------------------*/
/*------------------navButtonBox-------------------*/
	#navButton {
    	left: 88%;
	}
/*------------------SnavBox------------------------*/
	#Snav ul > li > ul > li> a{
		font-weight:normal;
	}
/*---------------------------------------------------main---------------------------------------*/
/*---------------------------------------banner------------------------------------------*/
	#bannerImg {
		transform: scale(1.3);
	}
/*--------------------------------------section2----------------------------------------*/
/*-------------s2_left(左邊)----------------*/
	#s2_left{
		height:400px;
	}
/*--------------------------------------section3----------------------------------------*/
	#s3_left {
		width: 92%;
		height: 425px;
	}
	figure {
		padding: 75px 0 100px 0;
	}
/*---------------#s3_link------------------*/
	#s3_link {
		width: 280px;
	}
	#s3_link img {
		margin: 0 30px;
	}
	#section3 .mask {
		left: -20px;
	}
}
/* fancybox */
.fancybox-nav {
	top: 30%;
	width: 20%;
	height: 40%;
}
