@charset "utf-8";
/* ---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;
}
/* 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 {	
	-webkit-text-size-adjust:none;
}

body{
font-family:"微軟正黑體", Arial;
background-color:f6f6f6;
}

#wrapper{
		width: 100%;
		margin: 0 auto;
		overflow:hidden;
		min-width:1300px;
		background-color: #70D1E2;
}
#cleardiv {
	 clear: both;
}
#headbody {
	width: 100%;
	min-width: 1020px;
	height: 120px;
	background-color: #70D1E2;
	margin: 0 auto;
}

#weblogo {
	width: 430px;
	height: 120px;
	background-image:url(../../img/logo.png);
	float: left;
	text-indent:-9999px;
}

#TOP-MENU{
	display:none;
}

#TOP-MENU #BTN{}

.UPUP{
	-webkit-transition:all 0s ease; /* 0s 代表取消動畫 */
	-webkit-transform:none; /* 取消所有的動作 */
	transform:none; /* 取消所有的動作 */
	-ms-transform:none; /* 取消所有的動作 */
	-moz-transform:none; /* 取消所有的動作 */
}

.DOWN{
	-webkit-transition:all 0s ease; /* 0s 代表取消動畫 */
	-webkit-transform:none; /* 取消所有的動作 */
	transform:none; /* 取消所有的動作 */
	-ms-transform:none; /* 取消所有的動作 */
	-moz-transform:none; /* 取消所有的動作 */
}
#NAV #XX{
	display:none;
}

#NAV {
	width:800px;
	float: right;
	background-color:#70D1E2;	
	position:relative;
	top:0;
	left:0;	
	z-index:888;
	box-shadow:none;
}

#NAV li a{
	float: left;
	display:block;
	font-size: 1.250em;
	line-height:120px;
	text-align:center;
	text-decoration:none;
	padding: 0px 12px 0px 12px;
	color:#0A3561;	
}

#NAV li a:hover{
	color:#FFF;
}

#BANNER{
	margin-top: 120px;
	width:100%;
	overflow: hidden;

}

#BANNER h1{
	display:block;
	width:100%;
	background-image:url(../../img/banner.jpg);
	background-position:center center;	/* 以中心為縮放點 */
	background-size: cover;
	padding-bottom: 40%;
	text-indent:-9999px;
}

#PRODUCTSCLASS {
	width: 100%;
	height:auto;
	margin: 0 auto;
	margin-top:30px;
	overflow:hidden;
}

#PRODUCTSCLASS ul {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

#PRODUCTSCLASS li a {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: block;
    width: 15%;
    font-size: 1.250em;
    line-height: 30px;
    text-align: center;
    border: solid 1px;
    text-decoration: none;
    background-color: #C2E8FE;
    padding: 12px 20px 12px 20px;
    color: #0A3561;	
}

#PRODUCTSCLASS li a:hover{
	background-color:#287E9B;
	color:#FFF;
}


#titlebg {


}

img#banner {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:30px;
	width:100%;
	height:auto;
}

#hotproducts {


}

#hotnews {
	width:98%;
	height:auto;
	margin: 0 auto;
    margin-top: 12px;
}

#hotnews li {
	width:100%;
	display:block;
	list-style-type:none;
	background-color:#A8DBEC;
	line-height:1.5em;
	padding:12px 6px 6px 12px;
	text-overflow : ellipsis;
	white-space : nowrap;
	border-bottom : #FFFFFF 2px solid;
}

#hotnews li:last-child {
	border-bottom:none;
}


#footerlink {
	background-color:#70D1E2;
	width:95%;
	height:60px;
	margin: 12px auto;
	line-height:1.5em;
	padding:15px 0px;
	font-size:1.125em;
	border-radius: 15px;
}
#footerlink li {
	list-style-type:none;
	float:left;
	padding:0px;
	width:25%;
	text-align:center;
	line-height:30px;
	border-right: #FFFFFF 2px solid;
}

#footerlink li:last-child {
	border-right: none;
}
#footerlink li a:hover {
	color:#333333;
}

#footer {
	width:95%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#footer_r {
	width:50%;
	height: 240px;
	background-color:#EEEEEE;
	float:right;
	padding:12px 12px 12px 12px;
	line-height:1.5;
}
#footer_l {
	width:50%;
	height: 240px;
	background-color:#EEEEEE;
	float:left;
	padding:12px 12px 12px 12px;
	line-height:1.5;
}

/* 回頂端 */
#goTop {
	border:1px solid #CCC;
	color:#aaa;
	background:#FFF;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%; 
	border-radius: 100%; 
	-webkit-box-shadow: #EEE 0px 0px 5px; 
	-moz-box-shadow: #EEE 0px 0px 5px;
	 box-shadow: #EEE 0px 0px 5px; 
	 font-size: .8em;
	 z-index:9;
}
#goTop:hover { 
	background:#0054ad;
	color:#FFF;
}
#goTop:before {
	content: '\f102';
	font-family: 'FontAwesome';
	display: block;
	margin: -10px 0 -33px 0;
	text-align: center;
	font-size: 1.5em;
}

#copyright {
	clear:both;
	width:100%;
	text-align:center;
	padding: 24px 12px 12px 12px;
    margin: 0 auto;
}

#CONTENT1 {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 15px 50px 15px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #f3f3f3;
    line-height: 1.6;
    min-height: 250px;
    overflow:hidden;
}

#CONTENT1 .PRODUCTS_PTITLE p {
	font-size: 18px;
	padding: 10px 0px 20px 22px;
}

#CONTENT1 .about h1 {
	font-size:28px;
}

#CONTENT1 .about img {
//	width:400px;
//	height:300px;
//	float:right;
//    margin: 10px 20px;
	}

#CONTENT1 ol {
	list-style-position: outside;
	list-style-type:disc;
	padding-left: 30px;
}

#CONTENT1 ul {
	list-style-position: outside;
	padding-left: 12px;
}


#CONTENT1 .pimg img {
	width:600px;
	height:400px;
	float:left;
    margin: 10px 20px;
	}

#CONTENT1 .pinfo {
	 margin: 10px 20px;

}
#CONTENT1 sup {
    vertical-align: super;
    font-size: smaller;
}

#CLEARHR {
	clear: both;
	padding: 1px;
}

@media screen and (max-width: 736px) {
	*{
		box-sizing:border-box;
	}
	
	html,body{
		-webkit-text-size-adjust:none;
	}
	
	#wrapper{
		width: 100%;
		min-width:320px;
		margin: 0 auto;
		overflow:hidden;
		background-color: #70D1E2;
}
#cleardiv {
	 clear: both;
}
#headbody {
min-width: 100%;
	height:66px; //高度0 不顥示
	background-color: #000;
	margin: 0 auto;
	position: fixed;
	z-index: 2;
	top: 0;
    left: 0;
	}

#weblogo {
    width: 200px;
    height: 66px;
    background-image: url(../../img/logo.png);
    background-position: center;
    background-size: 200px auto;
    position: fixed;
    top: 0;
    left: 0;
    text-indent: -9999px;
    z-index: 3;
		}
#TOP-MENU{
		display:block;
		width:100px;
		height:66px;
		position:fixed;
		top:0;
		right: 0;
		background-color:#70D1E2;
		z-index: 3;
	}
	
	#TOP-MENU #BTN{
		display:block;
		width:60px;
		height:40px;
		background-image:url(../../img/btn.jpg);
    	position: fixed;
    	right: 15px;
    	top: 15px;
		text-indent:-9999px;
		z-index: 4;
	}
	
	#NAV{
		width:280px;
		height:250px;
		background-color:#FFF;
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
		z-index: 9;	
	}
.UPUP{
		-webkit-transition:all 0s ease; /* 0s 代表取消動畫 */
		-webkit-transform:translate3d(0px,-1000px,0px);
		transition:all 0s ease; /* 0s 代表取消動畫 */
		-ms-transform:translate3d(0px,-1000px,0px);
		-moz-transform:translate3d(0px,-1000px,0px);
	}
	
	.DOWN{
		-webkit-transition:all 0s ease; /* 0s 代表取消動畫 */
		-webkit-transform:translate3d(0px,0px,0px);
		transition:all 0s ease; /* 0s 代表取消動畫 */
		-ms-transform:translate3d(0px,0px,0px);
		-moz-transform:translate3d(0px,0px,0px);
	}
	
	#NAV #XX{
		display:block;
		width:30px;
		height:30px;
		background-color:#F00;
		color:#FFF;
		box-shadow:1px 1px 15px #000;
		border-radius:50%;
		text-align:center;
		line-height:30px;
		position:absolute;
		right:-10px;
		top:-10px;
	}	
	#NAV ul{
		width:100%;
		height:100%;
	}	
	#NAV li{
		width:100%;
		float:none;
	}	
	#NAV li a{
		display:block;
		width:100%;
		line-height:48px;
		text-align:center;
		text-decoration:none;
		background-color:#246697;
		border:1px solid #333;
		color:#FFF;	
	}	
	#NAV li a:hover{
		border:1px solid #CCC;
	}
	#DOWN{
		clear:both;
		width:100%;
		margin:20px auto;
		background-color:#369;
		padding:20px 0px;
	}	
	#DOWN p{
		font-size:13px;
		text-align:center;
		line-height:1.8;
		color:#FFF;
	}
	
	#BANNER{
	margin-top: 120px;
	width:100%;
	overflow: hidden;

}

#BANNER h1{
	display:block;
	width:100%;
	background-image:url(../../img/banner.jpg);
	background-position:center center;	/* 以中心為縮放點 */
	background-size: cover;
	padding-bottom: 40%;
	text-indent:-9999px;
}


#PRODUCTSCLASS {
	width: 100%;
	height:auto;
	margin: 0 auto;
	margin-top:80px;
	padding-bottom: 1px;
	overflow:hidden;
}

#PRODUCTSCLASS ul {
	width: 100%;
	margin: 0 auto;
}


#PRODUCTSCLASS li a {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 2px;
    margin-bottom: 2px;
    display: block;
    width: 42%;
    font-size: 0.83em;
    line-height: 30px;
    text-align: center;
    border: solid 1px;
    text-decoration: none;
    background-color: #C2E8FE;
    padding: 6px 12px 6px 12px;
    color: #0A3561;	
}

#PRODUCTSCLASS li a:hover{
	background-color:#287E9B;
	color:#FFF;
}

#CONTENT1 .PRODUCTS_PTITLE p {
	font-size: 18px;
	padding: 10px 0px 20px 0px;
}

#titlebg {


}

img#banner {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:30px;
	width:100%;
	height:auto;
}

#hotproducts {


}

#hotnews {
	width:95%;
	height:auto;
	margin: 0 auto;
    margin-top: 12px;
}

#hotnews li {
	list-style-type:none;
	background-color:#A8DBEC;
	font-size: 0.83em;
	line-height:1.5em;
	padding:12px 6px 6px 12px;
	text-overflow : ellipsis;
	white-space : nowrap;
	border-bottom : #FFFFFF 2px solid;
}

#hotnews li:last-child {
	border-bottom:none;
}


#footerlink {
	background-color:#70D1E2;
	width:95%;
	height:60px;
	margin: 12px auto;
	padding:15px 0px;
	border-radius: 15px;
}
#footerlink li {
	list-style-type:none;
	float:left;
	padding:0px;
	border-right: #FFFFFF 2px solid;
}

#footerlink li:last-child {
	border-right: none;
}
#footerlink li a {
	font-size:0.83em;
	text-align:center;
	line-height:30px;
}
#footerlink li a:hover {
	color:#333333;
}

#footer {
	width:100%;
	height:auto;
	overflow:hidden;
}

#footer_r {
	width:100%;
	height: 240px;
	background-color:#EEEEEE;
	padding:12px 12px 12px 12px;
	line-height:1.5;
}
#footer_l {
	width:100%;
	height: 180px;
	background-color:#EEEEEE;
	padding:12px 12px 12px 12px;
	line-height:1.5;
	font-size: 12px;
}

/* 回頂端 */
#goTop {
	border:1px solid #CCC;
	color:#aaa;
	background:#FFF;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%; 
	border-radius: 100%; 
	-webkit-box-shadow: #EEE 0px 0px 5px; 
	-moz-box-shadow: #EEE 0px 0px 5px;
	 box-shadow: #EEE 0px 0px 5px; 
	 font-size: .8em;
	 z-index:9;
}
#goTop:hover { 
	background:#0054ad;
	color:#FFF;
}
#goTop:before {
	content: '\f102';
	font-family: 'FontAwesome';
	display: block;
	margin: -10px 0 -33px 0;
	text-align: center;
	font-size: 1.5em;
}

#copyright {
	width:100%;
	text-align:center;
	padding: 24px 12px 30px 12px;
    margin: 0 auto;
}

#CONTENT1 {
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #f3f3f3;
    line-height: 1.6;
    min-height: 250px;
    overflow:hidden;
}
#CONTENT1 .about h1 {
	font-size:22px;
}
#CONTENT1 .about img {
	width:95%;
	height:95%;
	float:none;
	margin:10px 10px;
}

#CONTENT1 ul {
	list-style-position: outside;
	padding-left: 12px;
}
#CONTENT1 img{
	float:none;
	width:90%;
	height:auto;
}
#CONTENT1 sup {
    vertical-align: super;
    font-size: smaller;
}

#CONTENT1 .pimg img {
	width:95%;
	height:95%;
	float:none;
    margin: 10px 10px;
	}

#CONTENT1 .pinfo {
	margin: 10px 20px;

}

#CONTENT1 table {
	font-size:10px;	
}


}