/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {	
	font-family:Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	background-color:#EEE;
}

body{
	padding-bottom:30px;
}


#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
	box-shadow:0px 3px 10px #666;
	
}



/*----TOP-----*/

#top{
	width:960px;
	height:70px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}

#top h1{
	float:left;
	padding-left:20px;
}

#top h1 a{
	display:block;
	width:460px;
	height:66px;
	background-image:url(../img/logo.png);
	text-indent: -9999px;
	padding-top:0px;
}


#top no{
	width:188px;
	height:66px;
	background-image:url(../img/no.png);

	
	}

#top img{
	padding-top:15px;
	padding-right:30px;
	float:right;}


/*----BANNER-----*/
#banner{
	margin-left:25px;}



/*----首頁內容區-----*/

#content{
	width:960px;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:30px;
	background-color:#FFF;
	overflow:hidden;
}


#content ul{
	width:900px;
	margin:0 auto;
}

#content li{
	display:block;
	width:450px;
	height:70px;
	float:left;
	margin-bottom:0px;
	padding-bottom:30px;
}

#content li img{
	float:left;
}

#content li .WORD{
	width:330px;
	float:left;
	margin-left:20px;
	padding-top:2px;
}

#content li .WORD a{
	font-size:1em;
	line-height:1.5;
	color:#069;
	text-decoration:none;
	
	

}

#content li .WORD a:hover{
	color:#099;
}

#content li .WORD p{
	color:#666;
	font-size:0.7em;
	line-height:1.5;
}


/*----內頁的內容區-----*/

#content-1{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0px;
	font-weight: normal;

}

#content-1 img{

	margin: 0 auto;
	}



#content-1 h1{
	padding-top: 20px;
	font-size: 20px;
	line-height: 2;
	color: #d20037;
	font-weight: normal;
	}
	
#content-1 p{
	color: #333;
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
	font-weight: normal;

	}

#content-1 a{
	color:#C72B00;
	
}


h2{
	color: #FF8000;
	padding: 20px 0 10px 0;
	font-weight: bold;

	}
	
h3{	
	color:#008080;
	font-size:1em;
	line-height:1.5;
	text-align:justify;
	
	}	

h3 a{
	color:#4E7EED;
}

#content-1 h3 img{
	padding:3px 0px;
	line-height:15px;

	}

h6{
	color:#999;
	font-size:10px;

	}
	
h6 a{
	color:#999;;
	text-decoration:none;}	
	
	
	
#content-1 span{
	color:#F00;
	font-weight:bold;

	


	}
	

table{
	margin:0 auto;
	width:100%;
	}

table,th,td{ 
	border-collapse:collapse;
	border: 1px solid black;
	}

th{
	height:150px;
	}

tr{ 
	border-bottom:1px solid #000; 
	}

td{
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:14px;
	color: #333;
	}

th{
	color:red;}
	
	

/*-----頁尾區-----*/

#footer{
	clear:both;
	width:960px;
	height:80px;
	margin:0 auto;
	padding-top:20px;
	background-color:#970c31;
	border-top:8px solid #d20037;
}

#footer p{
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	font-weight: normal;
}

a{
	color:#FFF;
	text-decoration:none;}
	
	
	
	
	
/*-----影片RWD-----*/
	
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;left: 0;
width: 100%;
height: 100%;}	
	
	
	
	
	
	
	
	
	
	
	



/*-----手機版-------------------------------------------------------*/
@media screen and ( max-width:736px) {
	
*{
	box-sizing:border-box;
}

html,body{
	-webkit-text-size-adjust:none;
}

#wrapper{
	width:100%;
	height:auto;
	background-color:#FFF;

}


#CONTENT.flexslider{
	width:100%;
	height:auto;
	}
	
/*----TOP-----*/

#top{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}

#top h1{
	width:100%;
	height:auto;
	float:none;
	padding-left:0px;
		
}

#top h1 a{
	display:block;

	height:auto;
	background-image:url(../img/logo-1.png);
	text-indent: -9999px;
	padding-top:50px;
}


#top no{
	width:100%;
	height:auto;
	background-image:url(../img/no.png);

	
	}

#top img{
	width:30%;
	height:auto;
	padding-top:0px;
	padding-right:10px;
	float:none;}


/*----BANNER-----*/
#banner{
	width:100%;
	height:auto;
	margin-left:0;}
	
.flexslider{
	width:100%;
	height:auto;
	}	
#banner ul{
	width:100%;
	height:auto;
	}


#banner ul img{
	width:100%;
	height:auto;
	}



/*----首頁內容區-----*/

#CONTENT{
	width:100%;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:30px;
	background-color:#FFF;
	overflow:hidden;
}


#content ul{
	width:90%;
	margin:0 auto;
}

#content li{
	display:block;
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
	padding-bottom:30px;
}

#content li img{
	float:left;
}

#content li .WORD{
	width:100%;
	height:auto;
	float:none;
	margin-left:85px;
	padding-top:2px;
}

#content li .WORD a{
	font-size:1.5em;
	line-height:1.5;
	color:#069;
	text-decoration:none;
	
	

}

#content li .WORD a:hover{
	color:#099;
}

#content li .WORD p{
	color:#666;
	font-size:1em;
	line-height:1.5;
}


/*----內頁的內容區-----*/

#content-1{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	font-weight: normal;

}

#content-1 img{

	padding:0px 0px;
	width:100%;
	height:auto;
 			
	}

#content-1 h1{
	width:100%;
	height:auto;
	
	padding-top: 20px;
	font-size: 20px;
	line-height: 2;
	color: #d20037;
	font-weight: normal;
	}
	
#content-1 p{
	color: #333;
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
	font-weight: normal;
	
	width:auto;
	padding:0 10px;

	}


h2{
	color: #FF8000;
	padding: 20px 0 10px 0;
	font-weight: bold;

	}
	
h3{	
	color:#008080;
	font-size:1em;
	line-height:1.5;
	text-align:justify;
	
	}	
#content-1 h3 img{
	padding:3px 0px;
	line-height:15px;

	}

h6{
	color:#999;
	font-size:10px;

	}
	
h6 a{
	color:#999;;
	text-decoration:none;}	
	
	
	
#content-1 span{
	color:#F00;
	font-weight:bold;

	


	}
	

table{
	margin:0 auto;
	width:100%;
	}

table,th,td{ 
	border-collapse:collapse;
	border: 1px solid black;
	}

th{
	height:150px;
	}

tr{ 
	border-bottom:1px solid #000; 
	}

td{
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:14px;
	color: #333;
	}

th{
	color:red;}
	
	

/*-----頁尾區-----*/

#footer{
	clear:both;
	width:100%;
	height:120px;
	margin:0 auto;
	padding-top:10px;
	background-color:#970c31;
	border-top:8px solid #d20037;
}

#footer p{
	font-size: 0.7em;
	text-align: center;
	line-height: 2.5;
	color: #FFF;
	font-weight: normal;
}

a{
	color:#FFF;
	text-decoration:none;}	
	
	
}
