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

#index-banner-pic1 {
	height: 100%;
	width: 100%;
	background-image: url(../images/banner-11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-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;
}
#index1-text {
	width: 446px;
	margin-top: 149px;
	margin-left: 259px;
	float: left;
	height: auto;
}
#index1-text img {
	height: auto;
	width: 100%;
}

#index-banner-pic2 {
	height: 100%;
	width: 100%;
	background-image: url(../images/banner-22.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-33.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-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-1-left {
	width: 48%;
	/* [disabled]margin-left: 5%; */
	float: left;
}
#session-1-right {
	float: right;
	width: 48%;
	/* [disabled]margin-right: 5%; */
	padding-top: 2%;
	margin-top: 0;
}
#session-1-right img {
	width: 79%;
	height: auto;
}
#session-1-right-title {
	font-size: 32px;
	font-weight: bolder;
	color: #000;
	letter-spacing: 1px;
}


#session-1-right p {
	font-size: 15px;
	color: #000000;
	line-height: 1.8;
	text-align: justify;
	font-weight: bold;
	padding-top: 7%;
}

.session-1-bottom-line {
	padding-bottom: 120px;
	padding-top: 120px;
}

.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: 30%;
}
.area-title span {
	text-align: center;
	display: block;
	font-size: 30px;
	color: #2d0078;
}
.area-title b {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #2d0078;
	display: block;
}

#session-2-area {
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#session-2-area li {
	float: left;
	width: 33.33%;
}
#session-2 li a {
	text-decoration: none;
	color: #535353;
}

#session-2-area li b {
	font-size: 24px;
	text-align: center;
	line-height: 3;
	width: 100%;
	display: block;
	color: #2f3176;
	font-weight: bold;
}

.session-2-area-pic {
	width: 56%;
	height: 0px;
	padding-bottom: 56%;
	margin-right: auto;
	margin-left: auto;
}

.session-2-area-pic img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* ==平板電腦====================================== 
@media screen and (min-width: 640px) and (max-width: 969px) {

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

	#index1-text {
		width: 50%;
		margin-top: 12%;
		margin-left: 2%;
	}

	.go-down-bar {
		margin-top: 38px;
		margin-bottom: 38px;
	}
	.go-down-bar img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	#session-1-left {
		width: 45%;
		margin-left: 2%;
		float: left;
	}
	#session-1-left img {
		width: 100%;
	}
	#session-1-right {
		float: right;
		width: 45%;
		margin-right: 2%;
		padding-top: 0;
		margin-top: 0;
	}
	#session-1-right img {
		width: 79%;
		height: auto;
	}
	
	#session-1-right p {
		font-size: 15px;
		color: #313131;
		line-height: 1.8;
		text-align: justify;
		font-weight: bold;
		padding-top: 7%;
	}

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

	#session-2-area li p {
		width: 80%;
	}

	.session-2-area-pic {
		width: 70%;
		padding-bottom: 70%;
	}

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

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

	#index1-text {
		width: 50%;
		margin-top: 25%;
		margin-left: 2%;
	}

	#session-1-left {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#session-1-right {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-top: 50px;		
	}
	#session-1-right img {
		width: 90%;
		height: auto;
	}
	
	#session-1-right p {
		font-size: 18px;
		padding-top: 5%;
	}
	
	#session-2-area {
		width: 95%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 50px;
		margin-bottom: 0;
	}
	#session-2-area li {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	#session-2-area li b {
		font-size: 26px;
	}
	#session-2-area li p {
		width: 85%;
		font-size: 18px;
	}

	.session-2-area-pic {
		width: 50%;
		padding-bottom: 50%;
	}

}
*/
