@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*-----------------style------------------*/

#wrapper {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
}

/*====menu====*/
.nav1 {    
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	letter-spacing: 0.8px;
	color:#FFF
	}
    a.nav1:link, a.nav1:visited{
	color: #FFFFFF;
	text-decoration: none;
    }
    a.nav1:hover,a.nav1:active {
	text-decoration: none;
	color: #FFECC8;
    }
.series2 {    
	color:#FFF
	}
    a.nav1:link, a.nav1:visited{
	color: #FFFFFF;
	text-decoration: none;
    }
    a.nav1:hover,a.nav1:active {
	text-decoration: none;
	color: #FFECC8;
    }
/*====text====*/
.h1 {/*====meantitle====*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
    }
.h2 {/*====copyright====*/
	font-family:Arial, Helvetica, sans-serif,
	Noto Sans, sans-serif, WenQuanYi Zen Hei, 
	體-繁, Heiti TC, 微軟正黑體,
	Microsoft JhengHei, 
	標楷體, DFKai-SB, sans-serif;
	font-weight: 100;
	letter-spacing:1.2px;
	line-height: 22px;
	color: #CCC;
	}
.h3{ /*==article-title==*/
	font-family:Arial, Helvetica, sans-serif,
	Noto Sans, sans-serif, WenQuanYi Zen Hei, 
	體-繁, Heiti TC, 微軟正黑體,
	Microsoft JhengHei, 
	標楷體, DFKai-SB, sans-serif;
	font-weight:600;
	font-size:15px;
	line-height:20px;
	letter-spacing: 1px;
	
}
.h4{ /*==article2==*/
	font-family:Arial, Helvetica, sans-serif,
	Noto Sans, sans-serif, WenQuanYi Zen Hei, 
	體-繁, Heiti TC, 微軟正黑體,
	Microsoft JhengHei, 
	標楷體, DFKai-SB, sans-serif;
	font-weight: 100;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 1px;
	color: rgba(51,51,51,1);
}
.h5{/*==article3==*/
    font-family:Arial, Helvetica, sans-serif,
	Noto Sans, sans-serif, WenQuanYi Zen Hei, 
	體-繁, Heiti TC, 微軟正黑體,
	Microsoft JhengHei, 
	標楷體, DFKai-SB, sans-serif;
	font-weight: 300;
	font-size:13px;
	line-height:18px;
	letter-spacing: 1px;
	color: rgba(115,181,147,1);
}
.h6 {/*====series-title====*/
	font-family:'Cardo', serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 25px;
    }
.series2{/*==series menu==*/
	font-family:Arial, Helvetica, sans-serif,
	Noto Sans, sans-serif, WenQuanYi Zen Hei, 
	體-繁, Heiti TC, 微軟正黑體,
	Microsoft JhengHei, 
	標楷體, DFKai-SB, sans-serif;
	font-weight:100;
	line-height: 15px;
	color:rgba(51,51,51,1);
}



/*-----------------style------------------*/

/*============================================================================================*/
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/*============================================================================================*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*-------header-------480px and below-----*/
#header { 
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 55px;
	display: block;
	position:fixed;
	box-shadow: 0px 1px 8px 0px #333;
	background:rgba(0, 0, 0, 0.8);
}
#logo {
	clear: none;
	float: left;
	margin : 10px 0px 0px 5px;
	width: 70%;
	height: 35px;
	display: block;
}
#nav1 {
	clear:none;
	float:right;
	margin:15px 8px 5px 0px;
	width:auto;
	display:block;
	color: #FFF;
}
#main_menu {
	clear: none;
	float: right;
	margin:5px 0px 0px 0px;
	display: block;
}
/*-------header-------480px and below-----*/
/*------seriesmenu----480px and below-------*/
#seriesmenu{
	clear: both;
	float: left;
	padding: 80px 0px 0px 0px;
	width:100%;
	height:auto;
	text-align:center;
}
.series1{
	width:100%;
	height:50px;
	text-align:center;
	font-size: 15px;
	line-height: 50px;
	background-color:rgba(255,255,255,0.6);
    text-shadow: rgba(204,204,204,1) 1.5px 1.5px 1px;
}
.series2{
	clear: none;
	float: left;
	width:100%;
    font-size: 12px;
	text-align:center;
	background:rgba(47,188,190,0.8);
}
.s1,.s2,.s3,.s4,.s5{
	clear:none;
	float: none;
	width:auto;
	padding:5px 15px;
	background:rgba(47,188,190,0.8);
	display:inline-block;
}
/*------seriesmenu----480px and below-------*/
/*-------product-------480px and below-----*/
#product {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: rgba(51,51,51,0.8);
	background: linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -moz-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -webkit-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -o-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
	display: block;
}
.article1{
    clear: both;
	float: left;
	width:100%;
	display:none;
}
.article2{
    clear: both;
	float: left;
	width:100%;
	display:block;
}
/*-------product-------480px and below-----*/
/*--------footer------480px and below-----*/
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:url(image/footer%20bg.jpg);
	box-shadow: 0px 1px 8px 0px #333;
}
#contact {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	color:#FFF;
	text-align:center;
	font-size: 8px;
}
#copyright {
	clear: none;
	float: left;
	width:100%;
	display: block;
	background: rgba(220, 220, 220, 0.2);
	border-top-style: ridge;
	border-top-color: #999;
	border-top-width: 1px;
	text-align: center;		
	line-height: 25px;
	font-size: 13.5px;

}

/*--------footer------480px and below-----*/



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*--------headr-------481px to 768px-------*/
#header {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	position: fixed;
	height: 85px;
	box-shadow: 0px 1px 8px 0px #333;
	background:rgba(0, 0, 0, 0.8);
}
#logo {
	clear: none;
	float: left;
	margin : 10px 0px 0px 30px;
	width:65%;
	height:38px;
	display: block;
	
}
#nav1 {
	clear: none;
	float: right;
	margin: 15px 18px 0px 0px;
	width: auto;
	display: block;
	color: #FFF;
}
#main_menu {
	clear: both;
	float: right;
	margin:5px 0px auto auto;
	display: block;
}

/*--------headr-------481px to 768px-------*/
/*------seriesmenu----up to 769px-------*/
#seriesmenu{
	clear: both;
	float: left;
	padding: 85px 0px 0px 0px;
	width:100%;
	height:auto;
	text-align:center;
}
.series1{
	width:100%;
	height:150px;
	text-align:center;
	font-size: 30px;
	line-height: 150px;
	background-color:rgba(255,255,255,0.6);
    text-shadow: rgba(204,204,204,1) 2px 2px 1px;
}
.series2{
	clear: none;
	float: left;
	width:100%;
    font-size: 12px;
	text-align:center;
	background:rgba(47,188,190,0.8);
}
.s1,.s2,.s3,.s4,.s5{
	clear:none;
	float: none;
	width:auto;
	padding:5px 15px;
	background:rgba(47,188,190,0.8);
	display:inline-block;
	
}
/*------seriesmenu----up to 769px-------*/
/*-------product------481px to 768px------*/
#product {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: rgba(51,51,51,0.8);
	background: linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -moz-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -webkit-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -o-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
	display: block;
}
.article1{
    clear: both;
	float: left;
	width:100%;
	display:block;
}
.article2{
    clear: both;
	float: left;
	width:100%;
	display:none;
}
/*-------product------481px to 768px------*/
/*------footer-------480px to 768px-----*/
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:url(image/footer%20bg.jpg);
	box-shadow: 0px 1px 8px 0px #333;
}
#contact {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	color:#FFF;
	text-align: center;
	font-size: 8px;
}
#copyright {
	clear: none;
	float: left;
	width:100%;
	display: block;
	background: rgba(220, 220, 220, 0.2);
	border-top-style: ridge;
	border-top-color: #999;
	border-top-width: 1px;
	text-align: center;	
    line-height: 25px;
	font-size: 13.5px;

}

/*------footer-------480px to 768px-----*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*--------headr-------up to 769px-------*/
#header {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	position: fixed;
	height: 85px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 1px 8px 0px #333;
	}
#logo {
	clear: none;
	float: left;
	margin : 10px 0px 0px 30px;
	width:65%;
	height:38px;
	display: block;
}
#nav1 {
	clear: none;
	float: right;
	margin: 15px 98px 0px 0px;
	width: auto;
	display: block;
	color: #FFF;
}
#main_menu {
	clear: both;
	float: right;
	margin:5px 90px auto auto;
	width:auto;
	display: block;
}
/*--------headr-------up to 769px-------*/
/*------seriesmenu----up to 769px-------*/
#seriesmenu{
	clear: both;
	float: left;
	padding: 85px 0px 0px 0px;
	width:100%;
	height:auto;
}
.series1{
	width:100%;
	height:150px;
	text-align:center;
	font-size: 30px;
	line-height: 150px;
	background-color:rgba(255,255,255,0.6);
    text-shadow: rgba(204,204,204,1) 2px 2px 1px;
}
.series2{
	clear: none;
	float:none;
	width:100%;
    font-size: 13px;
	text-align:center;
	background:rgba(47,188,190,0.8);
}
.s1,.s2,.s3,.s4,.s5{
	clear:none;
	float: none;
	width:auto;
	padding:5px 30px;
	background:rgba(47,188,190,0.8);
	display:inline-block;
}
/*------seriesmenu----up to 769px-------*/
/*-------product------up to 769px-----*/
#product {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: rgba(51,51,51,0.8);
	background: linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -moz-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -webkit-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
    background: -o-linear-gradient(-90deg, rgba(203, 225, 238, 0.8)0%, rgba(255, 255, 255, 0.8)100%); 
	display: block;
}
.article1{
    clear: both;
	float: left;
	width:100%;
	display:block;
}
.article2{
    clear: both;
	float: left;
	width:100%;
	display:none;
}
/*-------product------up to 769px-----*/
/*-------footer-------up to 769px-------*/
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(image/footer%20bg.jpg);
	background-position: center;
	box-shadow: 0px 1px 8px 0px #333;	
}
#contact {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	color:#FFF;
	text-align: center;
	font-size: 8px;
}
#copyright {
	clear: none;
	float: left;
	width:100%;
	display: block;
	background: rgba(220, 220, 220, 0.2);
	border-top-style: ridge;
	border-top-color: #999;
	border-top-width: 1px;
	text-align: center;
	line-height: 25px;
	font-size: 13.5px;

}

/*-------footer-------up to 769px-------*/

}
