@import url("reset.css");
@import url("style.css");
/* 電腦版型 */
@media screen and (min-width:736px){

/* 內容區 */
#CONTENT{
	overflow: hidden;
	z-index:-1;
}
/*-----submenu-----*/
.submenu{
	width:945px;
	height:121px;
	overflow:hidden;
	margin:0 auto;
	}
.submenu li{
	width:150px;
	overflow:hidden;
	
	float:left;
	margin-right:9px;
	}
.submenu li:last-child{
	margin-right:0;
	}
.submenu a{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#666;
	text-align:center;
	letter-spacing:1px;
	line-height:30px;
	}
.submenu .list{
	width:150px;
	height:121px;
	overflow:hidden;
	clear:both;
	
	position:relative;
	}
.submenu .list li.pic{
	width:150px;
	height:91px;
	overflow:hidden;
	border:1px #999 solid;
	
	transition:all 0.5s;
	margin-top:30px;
	}
.submenu .list li.pic:hover{
	margin-top:0;
	}
.submenu .list li.pic img{
	width:150px;
	height:91px;
	}
.submenu .list li.word{
	width:150px;
	height:30px;
	background-color:#FFF;
	
	position:absolute;
	bottom:0;
	}


#CONTENT .MAIN2{
	width:945px;
	overflow:hidden;
	margin:0 auto;
	padding:30px 0;
}
#CONTENT .MAIN2 .BOX2{
	width:450px;
	overflow:hidden;
	margin-right:45px;
	
	float:left;
	position:relative;
}
#CONTENT .MAIN2 .BOX2:last-child{
	margin-right:0;
	}
#CONTENT .MAIN2 .BOX2 h4{
	font-size:20px;
	line-height:36px;
	color:#003366;
	border-bottom: 1px solid #003366;
}
#CONTENT .MAIN2 .BOX2 p{
	width:322px;
	height:60px;
	overflow:hidden;
	margin-bottom:15px;
}
#CONTENT .MAIN2 .BOX2 p a{
	color:#000;
	text-decoration: none;
	font-size:14px;
	line-height:20px;
}

#CONTENT .MAIN2 .BOX2 img{
	float: left;
	margin:10px; 
	border:1px solid #003366;
}
#CONTENT .MAIN2 .BOX2 h5{
	width:325px;
	height:25px;
	overflow:hidden;
	margin-top:10px;
	
	text-overflow:ellipsis;
	white-space:nowrap;
  
}
#CONTENT .MAIN2 .BOX2 h5 a{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	
	text-decoration:none;
	color:#000;
}
#CONTENT .MAIN2 .BOX2 h5 a:hover{
	color:#003366;
	}
#CONTENT .MAIN2 .BOX2 li{
	font-size:15px;
	color:#000;
	line-height:2;
	border-top: 1px dotted #003366;
	background: url(../img/arroow.png) 5px center no-repeat;
}
#CONTENT .MAIN2 .BOX2 li a{
	padding-left:25px;
	text-decoration:none;
	color:#333;
}
#CONTENT .MAIN2 .BOX2 li a:hover{
	color:#003366;
}
#CONTENT .MAIN2 .BOX2 .MORE a{
	position:absolute;
	top:10px;
	right:0;
	text-decoration:none;
	color:#999;
	font-weight:bold;
}
#CONTENT .MAIN2 .BOX2 .MORE a:hover{
	color:#003366;
}

#CONTENT .MAIN2 .BOX3{
	width:376px; 
	height: 310px;
	float:right;
	margin: 20px;
	border:2px solid #FFF;

}
#CONTENT .MAIN2 .BOX3 h4{
	padding:5px; 
}
#CONTENT .MAIN2 .BOX3 iframe{
	margin:30px auto;
	background-color: #aaa;
	margin-left: 30px;
}


#CONTENT .MAIN3{
	width:945px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:40px;
	clear: both;
} 
#CONTENT .MAIN3 .BOX4{
	width:280px;
	padding:10px;
	overflow:hidden;
	float:left;
	margin-right:22.5px;
	position:relative;
	background-color:#3799d8;
	border-radius:5px;
	
}
#CONTENT > .MAIN3 > div:last-child{
	margin-right:0;
	}
#CONTENT .MAIN3 .BOX4 h4{
	font-size:20px;
	line-height:36px;
	color:#fff;
	border-bottom:1px solid #003366;
}

#CONTENT .MAIN3 .BOX4 .MORE2{
	position:absolute;
	top:25px;
	right:15px;
	border:none;
}
#CONTENT .MAIN3 .BOX4 .MORE2 a{
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
#CONTENT .MAIN3 .BOX4 .MORE2 a:hover{
	color:#003366;
}
#CONTENT .MAIN3 .BOX4 .INSIDE{
	width:280px;
	overflow:hidden;
	margin-top:10px;
}
#CONTENT .MAIN3 .BOX4 > div h5{
	width:280px;
	height:22px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	white-space:nowrap;
	}
#CONTENT .MAIN3 .BOX4 > div h5 a{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
}
#CONTENT .MAIN3 .BOX4 > div h5 a:hover{
	color:#fff;
	}
#CONTENT .MAIN3 .BOX4 > div p a{
	font-size: 14px;
	color:#fff;
	text-decoration:none;	
}
#CONTENT .MAIN3 .BOX4 .INSIDE p a:hover{
	text-decoration:none;
}

#CONTENT > .MAIN3 > .BOX4 > div p{
	width:280px;
	height:60px;
	overflow:hidden;
	margin-bottom:10px;
}
#CONTENT > .MAIN3 > .BOX4 > div p a{
	color:#000;
	font-size:14px;
	line-height:20px;
	text-decoration: none;
} 
#CONTENT > .MAIN3 > .BOX4 > div p a:hover{
	color:#fff;
}

#CONTENT > .MAIN3 > .BOX4 > div img{
	width:280px;
	height:200px;
	overflow:hidden;
	}	


#CONTENT .MAIN4{
	clear:both;
	width:945px;
	overflow:hidden;
	margin:0 auto;
}
#CONTENT .MAIN4 .DOC{
	width:450px;
	overflow:hidden;
	float:left;
}
#CONTENT .MAIN4 .DOC img{
	width:215px;
	height:155px;
	overflow:hidden;
	margin-top:15px;
	float:left;
	box-shadow:2px 2px 6px #999;
}
#CONTENT .MAIN4 .DOC h5{
	width:450px;
	border-bottom:1px solid #003366;
	
	font-size:20px;
	color:#003366;
	line-height:36px;
	text-decoration:none;
	}

#CONTENT .MAIN4 .DOC p{
	width:210px;
	height:200px;
	overflow:hidden;
	font-size:14px;
	color:#000;
	line-height:20px;
	margin-top:15px;
	float:right;
	}
#CONTENT .MAIN4 .DOC p a{
	font-size:14px;
	color:#000;
	line-height:20px;
	text-decoration:none;
}
#CONTENT .MAIN4 .DOC p a:hover{
	color:#003366;
	}

#CONTENT .MAIN4 .YOUTUBE{
	width:430px;
	float:right;
	position: relative;
}
#CONTENT .MAIN4 .YOUTUBE h4{
	width:430px;
	border-bottom:1px solid #003366;
	
	font-size:20px;
	color:#003366;
	line-height:36px;
	text-decoration:none;
}

#CONTENT .MAIN4 .YOUTUBE .M2 a{
	position:absolute;
	right:0;
	top:10px;
	font-weight:bold;
	color:#999; 
	text-decoration:none;
}
#CONTENT .MAIN4 .YOUTUBE .M2 a:hover{
	color:#003366;
	}
#CONTENT .MAIN4 .YOUTUBE iframe{
	width:430px;
	height:200px;
	margin-top:15px;
	overflow:hidden;
	}

.MAIN5{
	display:inline-block;
	margin: auto;
	width:100%;
	height:150px;
	clear:both;
	
	background-color:#3799d8; 
}
.MAIN5 .MAIN5box{
	width:945px;
	margin:0 auto;
	overflow:hidden;
	margin-top:35px;
	}
.MAIN5 .PY{
	width:400px;
	height:100px;
	background:url(../img/pyramid.png);
	background-repeat:repeat;
	border:2px solid #003366;
	border-radius:15px;
	float:left;
	background-color:#003366;
	
	margin:0 34px;
}
.MAIN5 .PY img{
	width:80px;
	height:auto;
	margin-top:8px;
	margin-left:30px;
}
.MAIN5 .PY p{
	font-size:22px;
	text-align:center;
	margin-top:40px;
	font-weight:bold;
	float:right;
}
.MAIN5 a{
	text-decoration: none;
	color:#fff;
}
.MAIN5 a:hover{}
}



/* 手機版型 */
@media screen and (max-width: 736px){
	
	#CONTENT{
		overflow: hidden;
		z-index: -1;
		padding-bottom:10%;
	}
/*------submenu------*/
.submenu{
	display:block;
	width:100%;
	margin:5% auto;
	overflow:hidden;
	}
.submenu li{
	width:50%;
	overflow:hidden;
	float:left;
	}
.submenu .list{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:10%;
	}
.submenu .list li{
	width:100%;
	height:auto;
	overflow:hidden;
	
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	color:#666;
	text-align:center;
	}
.submenu .list li img{
	width:98%;
	height:auto;
	border:1px #999 solid;
	}	

	#CONTENT .MAIN2{
		width: 100%;
		height:auto;
		overflow: hidden;
	}
	#CONTENT .MAIN2 .BOX2{
		width:100%;
		height:auto;
		
		position:relative;
	}
	#CONTENT .MAIN2 .BOX2 h4{
		font-size:1.5em;
		font-weight:bold;
		line-height:2em;
		color:#003366;
		border-bottom: 1px solid #003366;
	}
	#CONTENT .MAIN2 .BOX2 .MORE a{
		display:block;
		position:absolute;
		right:0;
		top:4%;
		text-decoration:none;
		color:#999;
		font-weight:bold;
	}
	#CONTENT .MAIN2 .BOX2 .MORE a:hover{
		color:#003366;
	}	
	#CONTENT .MAIN2 .BOX2 img{
		width:30%;
		height:auto;
		float: left;
		border:1px solid #003366;
		margin-right:3%;
	}
	#CONTENT .MAIN2 .BOX2 h5{
		width:65%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		}	
	#CONTENT .MAIN2 .BOX2 h5 a{
		font-size:1.2em;
		font-weight:bold;
		color:#000;
		text-decoration:none;
		}
	#CONTENT .MAIN2 .BOX2 h5 a:hover{
		color:#003366;
		}
	#CONTENT .MAIN2 .BOX2 p{
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	#CONTENT .MAIN2 .BOX2 p a{
		font-size:1em;
		line-height:1.5em;
		color:#333;
		text-decoration:none;
		float: none;
	}

	#CONTENT .MAIN2 .BOX2 ul{
		clear:both;
		padding-top:5%;
		}
	#CONTENT .MAIN2 .BOX2 li{
		border-top:1px dotted #003366;
		background: url(../img/arroow.png) 5px center no-repeat;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	#CONTENT .MAIN2 .BOX2 li a{
		font-size:1em;
		color:#333;
		line-height:2em;
		
		padding-left:10%;
		text-decoration:none;
		color:#333;
	}
	#CONTENT .MAIN2 .BOX2 li a:hover{
		color:#003366;
	}



#CONTENT .MAIN3{
	width:100%;
	overflow:hidden;
	margin-top:10%;
	clear: both;
}
#CONTENT .MAIN3 .BOX4{
	width:90%;
	padding:5%;
	overflow:hidden;
	position:relative;
	background-color:#3799d8;
	border-radius:5px;
	
	margin-bottom:10%;
}
#CONTENT > .MAIN3 > div:last-child{
	margin-right:0;
	}
#CONTENT .MAIN3 .BOX4 h4{
	font-size:1.5em;
	line-height:1.5em;
	color:#fff;
	border-bottom:1px solid #003366;
}

#CONTENT .MAIN3 .BOX4 .MORE2{
	position:absolute;
	top:10%;
	right:5%;
	border:none;
}
#CONTENT .MAIN3 .BOX4 .MORE2 a{
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
#CONTENT .MAIN3 .BOX4 .MORE2 a:hover{
	color:#003366;
}
#CONTENT .MAIN3 .BOX4 .INSIDE{
	width:100%;
	overflow:hidden;
	margin-top:5%;
}
#CONTENT .MAIN3 .BOX4 > div h5{
	width:100%;
	height:22px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	white-space:nowrap;
	}
#CONTENT .MAIN3 .BOX4 > div h5 a{
	font-size:1.2em;
	line-height:22px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
}
#CONTENT .MAIN3 .BOX4 > div h5 a:hover{
	color:#FFF;
	}
#CONTENT .MAIN3 .BOX4 > div p a{
	font-size:1em;
	color:#fff;
	text-decoration:none;	
}
#CONTENT .MAIN3 .BOX4 .INSIDE p a:hover{
	text-decoration:none;
}

#CONTENT > .MAIN3 > .BOX4 > div p{
	width:100%;
	height:63px;
	overflow:hidden;
	margin-bottom:5%;
}
#CONTENT > .MAIN3 > .BOX4 > div p a{
	color:#000;
	font-size:1em;
	line-height:1em;
	text-decoration: none;
} 
#CONTENT > .MAIN3 > .BOX4 > div p a:hover{
	color:#fff;
}

#CONTENT > .MAIN3 > .BOX4 > div img{
	width:100%;
	height:auto;
	overflow:hidden;
	}




	#CONTENT .MAIN4{
		clear:both;
		width: 100%;
		height:auto;
		overflow: hidden;
	}
	#CONTENT .MAIN4 .DOC{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-bottom:10%;
	}
	#CONTENT .MAIN4 .DOC h5{
		font-size:1.5em;
		font-weight:bold;
		line-height:2em;
		color:#003366;
		border-bottom: 1px solid #003366;
	}	
	#CONTENT .MAIN4 .DOC img{
		width:100%;
		height:auto;
	}	
	#CONTENT .MAIN4 .DOC p{
		width:100%;
		overflow:hidden;
		margin-top:5%;
	}
	#CONTENT .MAIN4 .DOC p a{
		width:100%;
		overflow:hidden;
		
		font-size:1em;
		line-height:1.5em;
		color:#000;
		text-decoration:none;
		}	
	#CONTENT .MAIN4 .DOC p a:hover{
		color:#003366;
		}
	#CONTENT .MAIN4 .YOUTUBE{
		position:relative;
		width:100%;
		height:auto;
	}
	#CONTENT .MAIN4 .YOUTUBE h4{
		font-size:1.5em;
		font-weight:bold;
		line-height:2em;
		color:#003366;
		border-bottom: 1px solid #003366;
		
	}	
	#CONTENT .MAIN4 .YOUTUBE .M2 a{
		display:block;
		position:absolute;
		right:0;
		top:4%;
		color:#999;
		font-weight:bold; 
		text-decoration:none;
	}
	#CONTENT .MAIN4 .YOUTUBE .M2 a:hover{
		color:#003366;
		}	
	#CONTENT .MAIN4 .YOUTUBE iframe {
		width:100%;
		height:250px;
	}

	.MAIN5{
		width:100%;
		overflow:hidden;
		clear:both;
		background-color:#3799d8; 
	}
	.MAIN5 .MAIN5box{
		width:95%;
		margin:0 auto;
		}
	.MAIN5 .MAIN5box .PY{
		overflow:hidden;
		border:2px solid #003366;
		border-radius:10px;
		padding:5% 0;
		margin:5% 0;
	}
	.MAIN5 .MAIN5box .PY img{
		display:none;
	}
	.MAIN5 .MAIN5box .PY p{
		margin:0 !important;
		text-align:center;
		}
	.MAIN5 .MAIN5box a{
		font-size:1em;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		}

}