@charset "utf-8";
#index-banner {
	min-width: 970px;
	height: 765px;
	position: relative;
	width: 100%;
}

#index-banner-pic1 {
	height: 100%;
	width: 100%;
	background-image: url(../images/banner-1.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 51;
}

#index-banner-pic2 {
	height: 100%;
	width: 100%;
	background-image: url(../images/banner-2.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 52;
	display: none;
}
#index-banner-pic3 {
	height: 100%;
	width: 100%;
	background-image: url(../images/banner-3.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 53;
	display: none;
}

.session-title {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]min-width: 970px; */
	max-width: 1220px;
	height: 100%;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 65px;
}

.area-title {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.area-title b {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	display: block;
}
.go-down-bar {
	margin-top: 38px;
	margin-bottom: 38px;
}
.go-down-bar img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
#session-1 {
	border-bottom-style: none;
}

#session-1-area {
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 100px; */
	/* [disabled]margin-bottom: 100px; */
}
#session-1-area li {
	float: left;
	width: 21%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0;
}

#session-1-area li b {
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	width: 100%;
	display: block;
	color: #000000;
}

.session-1-area-pic {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.session-1-area-pic img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.area-pic-mark {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity:1;
	-webkit-transform: opacity 0.5s linear;
	-moz-transform: opacity 0.5s linear;
	-o-transform: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.area-pic-mark:hover {
	opacity: 0;
}
.session-2-bk {
	background-image: url(../images/session-2-area-bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	background-color: #F1F1F1;
	padding-bottom: 100px;
}


#session-2-area {
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 100px; */
	/* [disabled]margin-bottom: 100px; */
}
#session-2-area li {
	float: left;
	width: 33.33%;
	margin-bottom: 0;
}
#session-2 li a {
	text-decoration: none;
	color: #5f52a0;
}

#session-2-area li b {
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	width: 100%;
	display: block;
	color: #5f52a0;
}

.session-2-area-pic {
	width: 95%;
	height: 0px;
	padding-bottom: 95%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
}
.session-2-area-pic img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.area-pic-mark2 {
	height: 31%;
	width: 100%;
	position: absolute;
	left: 0px;
	opacity: 0;
	-webkit-transform: opacity 0.3s linear;
	-moz-transform: opacity 0.3s linear;
	-o-transform: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	background-color: #000;
	bottom: 0px;
	overflow: hidden;
	font-size: 15px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.session-2-area-pic:hover .area-pic-mark2 {
	opacity: 0.7;
}
.index-more {
	padding-top: 100px;
}

.index-more a {
	display: block;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 24px;
	color: #535353;
	text-decoration: none;
	border: 1px solid #535353;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index-more a:hover {
	color:#FFF;
    -o-transition: background-color .50s linear;
    -webkit-transition: background-color .50s linear;
    -moz-transition: background-color .50s linear;
    transition:  background-color .50s linear;
	background-color: #535353;
}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {


	#index-banner {
		min-width: 0;
		height: 0px;
		position: relative;
		width: 100%;
		padding-bottom: 41%;
	}

	#session-1-area {
		width: 95%;
		margin-top: 0;
	}
	#session-1-area li {
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 3%;
	}

	#session-2-area {
	width: 90%;
	}

	#session-2-area li {
		width: 50%;
		margin-bottom: 0;
	}
	
	.index-more a {
		width: 30%;
	}	
	
}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#index-banner {
		min-width: 0;
		height: 0px;
		position: relative;
		width: 100%;
		padding-bottom: 41%;
	}

	#session-1-area {
		width: 95%;
		margin-top: 0;
	}
	#session-1-area li {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-bottom: 3%;
	}

	#session-2-area {
		width: 85%;
	}

	#session-2-area li {
		float: none;
		width: 100%;
		margin-bottom: 10%;
	}

	.index-more {
		padding-top: 30px;
	}
	.index-more a {
		width: 80%;
	}	

}
