@charset "utf-8";
/* CSS Document */
/*--reset--*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

html {
	min-height: 100%;
	_height:100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	_height:100%;
	height: 100%;
}
a{text-decoration:none;}
/*--reset_END--*/

/*--共用版型--*/
body{ font-family:"微軟正黑體";}
   
/*背景漸層色*/  
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #BDEAEF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #BDEAEF 100%);

/*背景漸層色*/ 
 
  }
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#DIV_PARENT {
    position: relative;
    background:rgba(0,0,0,0);
	// 這個DIV是提供定位點的父區塊，一般設為 relative
    // 提供定位點的父區塊，因為只提供定位點，一般不設定寬度與高度
} 

.clear_b{
	clear:both;
}	

/* sec */

.bg { width:100%; position: relative; margin-top:84px; padding:0;}
.abouttit { width: 60%; margin:0px auto; padding:5px 0;}
.abouttit p { display: inline-block; color:black; }
.sectit { text-align: center; font-size: 25px; font-family: 華康粗圓體,華康細圓體,Microsoft JhengHei,Comic Sans MS,arial,helvetica,sans-serif,DFKai-sb,MingLiU; }
.secbox { width: 100%; padding:20px 0 100px; margin-bottom: 5px; background: url(../img/News_01.jpg) no-repeat top center; background-size: cover; }
.seccon { width: 1000px; margin:0px auto; text-align: center; }
.secc { width: 240px; display: inline-block; margin:50px 1% 0; vertical-align: top;}
.secc_img { height: 160px; -webkit-box-shadow: 4px 4px 10px rgba(20%,20%,40%,0.5); -moz-box-shadow: 4px 4px 10px rgba(20%,20%,40%,0.5); box-shadow: 4px 4px 10px rgba(20%,20%,40%,0.5); }
.secc span { margin-top: 10px; color:#de4078; font-family: Engravers MT,Arial; float: left; text-shadow: 0px 0px 3px #fff;}
.secc p { line-height: 1.6; text-align: left; margin:5px 0; color:rgba(0,0,0,0.8); clear: both; letter-spacing: 1px; text-shadow:0px 0px 5px #fff; font-family: 華康粗圓體,華康細圓體,Microsoft JhengHei,Comic Sans MS,arial,helvetica,sans-serif,DFKai-sb,MingLiU; }
.more { float: right; width: 40%; }
.more:hover { opacity: 0.8; }





.gotop_ { position: fixed; bottom:2%; right:2%; cursor: pointer; background: white; border-radius: 100%; }



@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1150px){
	.env_pic { width: 200px; height: 160px; margin:0px 12px; }
	.extimg { width: 17%; }
}
@media screen and (max-width: 1000px){
	.abouttit { width: 70%; }
	.seccon { width: 100%; }
	.sec_share,.sec_concent { width: 85%; }
	.env_pic { width: 180px; height: 140px; margin:0px 8px; }
}
@media screen and (max-width: 880px){
	.env_pic { width: 280px; height: 210px; margin:10px; }
	.extimg { width: 25%; }
}
@media screen and (max-width: 720px){
	
	.sec_line { margin-bottom: 10px; }
	.env_pic { width: 220px; height: 180px; margin:10px; }
	.extimg { width: 28%; }
}
@media screen and (max-width: 550px){
	.env_pic { width: 175px; height: 135px; margin:10px; }
	.extimg { width: 35%; }
}
@media screen and (max-width: 480px){
	.abouttit { width: 90%; } 
	.env_pic { width: 240px; height: 190px; }
	.extimg { width: 53%; }
}
