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

* {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

dl dt dd {
	margin:0;
	padding:0;
}

td {
	padding-left:5px;
	}

body {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif, '微軟正黑體';
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
	
}



hr {
	border:0; height:1px; background-color:#d4d4d4;
	color:#d4d4d4;	/* IE6 */
	margin:30px 0;
}

#wrapper {
	width:100%;
	height:100%;
}

#header {
	width:1025px;
	background:#FFF;
	padding-top:10px;
	z-index:9999;
	margin:0 auto;
	text-align:center;
}

#line {
	margin:0 auto;
	width:950px;
	}
	
#logo {
	float:left;
	}


#menu {
	float:left;
	width:590px;
	height:37px;
	margin-top:18px;
	margin-left:135px;
	}


#menu a:hover {
	color:#F00;
	text-decoration:none;
}

#menu ul li {
	float:left;
	width:115px;
	height:20px;
	font-size:10pt;
	font-weight:bold;
	padding-right:3px;
}

#menu li a {
	display: block;
	width:115px;
	height:20px;
	background:#fff;
	color:#555;
	padding:5px 0px;
	text-decoration:none;
	border-top:#555 1px solid;
	border-bottom:#555 1px solid;
}

#menu .offline {
	display: block;
	width:115px;
	height:20px;
	background:#fff;
	color:#CCC;
	padding:5px 0px;
	text-decoration:none;
	border-top:#555 1px solid;
	border-bottom:#555 1px solid;
}

#menu li a:hover {
	background:#999;
	color:#fff;
	text-decoration:none;

}

#menu li.dropdown {
    display: inline-block;
	cursor: pointer;
}

#menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
	border-right:#999 2px solid;
	border-left:#999 2px solid;
	border-bottom:#999 2px solid;
	cursor: pointer;
}

#menu .dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
	background-color:#fff;
	color:#999;
    display: block;
    text-align: left;
}

#menu .dropdown-content a:hover {background-color: #F00}

#menu .dropdown:hover .dropdown-content {
    display: block;
}


.con {
	margin:0 auto;
	width:1025px;
	padding-top:20px;
	}
	
.con2 {
	margin:0 auto;
	width:950px;
	margin-top:130px;
	margin-bottom:-80px;
	}
	
#index_video {
	float:left;
	width:500px;
	}
	
#index_photo {
	float:left;
	width:500px;
	margin-left:25px;
	}
	
#index_about_title {
	width:1025px;
	height80px;
	border-top:#F00 2px solid;
	border-bottom:#F00 2px solid;
	padding:10px 0px;
	margin-top:20px;
	font-size:16pt;
	font-weight:bold;
	color:#F00;
	text-align:center;
	}
	
#index_about_text {
	line-height:175%;
	padding:30px;
	}
	
#product_left {
	float:left;
	width:195px;
	height:250px;
	/*margin-right:15px;*/
	font-weight:bold;
	margin-bottom:0px;
	text-align:center;
	border:#FFF 1px solid;
	margin-bottom:15px;
	}
	
#product_left:hover {
	cursor:pointer;
	color:#F00;
	border:#666 1px solid;
	}
	
#product_left img{
	width:193px;
	height:152px;
	}
	
#product_right {
	float:left;
	width:193px;
	height:250px;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0px;
	}
	
#product_right:hover {
	background:#DDD;
	color:#F00;
	cursor:pointer;
	}
	
#product_right img{
	width:193px;
	height:152px;
	}
	
#prodcut_image {
	background:#FFF;
	height:152px;
	}
	
#prodcut_title {
	font-size:18pt;
	color:#666;
	padding:10px 0px;
	margin-bottom:5px;
	font-weight:bold;
	width:720px;
	border-bottom:#CCC 1px dashed;
	}
	
#prodcut_group {
	text-align:center;
	font-size:10pt;
	padding:3px;
	margin-top:-5px;
	border:#DDD 1px solid;
	color:#000;
	display:inline-block;
	*display:inline;
	}
	
#prodcut_text {
	text-align:center;
	font-size:11pt;
	padding-top:3px;
	height:46px;
	}
	
#prodcut_price {
	text-align:center;
	font-size:8pt;
	height:30px;
	margin-top:0px;
	color:#000;
	}
	
	
#product_detail_left {
	float:left;
	width:480px;
	margin-right:25px;
	}
	
#product_detail_right {
	float:left;
	width:520px;
	padding-top:20px;
	margin-bottom:30px;
	}
	
#product_detail_right h2 {
	letter-spacing:2px;
	font-family: Arial, 微軟正黑體;
	margin-bottom:10px;
	}
	
#product_detail_right ol {
	list-style-type: decimal;
	line-height:200%;
	margin-left:25px;
	}
	
.price {
	color:#e12826;
	font-weight:bold;
	}
	
.product_text {
	padding-top:20px;
	line-height:175%;
	color:#2a2a2a;
	font-size:11pt;
	margin-bottom:20px;
	}
	
.product_block {
	background:#DDD;
	width:505px;
	height:30px;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:15px;
	padding-top:13px;
	color:#000;
	font-weight:bold;
	}
	
.product_detail {
	line-height:200%;
	font-size:11pt;
	}
	
.back {
	font-size:11pt;
	padding:5px;
	margin-top:20px;
	border:#999 2px solid;
	color:#000;
	display:inline-block;
	*display:inline;
	}
	
.back a {
	color:#000;
	text-decoration:none;
	}
	
.back:hover {
	background:#999;
	color:#FFF;
	}
	
#store_title {
	border-bottom:#666 1px solid;
	}
	
.store_detail{
	float:left;
	margin:15px 20px 10px 0px;
	width:188px;
	height:63px;
	}

#buy_btn{
	text-align:center;
	width:100px;
	height:35px;
	background:#e12826;
	color:#FFF;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:3px;
	}

#buy_btn:hover{
	background:#7a242f;
	color:#FFF;
	cursor:pointer;
	}
	
#photo {
	/*position: relative;*/
	width: 480px;
	/*height:480px;*/
	background-color:#FFF;
	overflow: hidden;
}
#photo img {
	display: block;
}
#photo .content {
	clear: both;
	/*height: 260px;*/
	overflow: hidden;
}
#photo .content .box {
	/*position: relative;*/	
	width: 480px;
	float: left;
}
#photo .content .side {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 93px;
}
#photo .content .side li.first {
	zoom:1;
	padding: 0 0 3px;
	*padding: 0;
}
#photo .box img {
	/*position: absolute;*/
	top: 0;
}
#photo .box h3 {
	margin: 0;
	/*position: absolute;*/
	top: 102px;
	width: 480px;
	color: #fff;
	padding: 8px 0;
	height: 22px;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
}
#photo .box .mask {
	/*position: absolute;*/
	background: #000;
	top: 102px;
	height: 38px;
	width: 480px;
	z-index: 999;
}
#photo .list {
	clear: both;
	margin: 0;
	padding-left:0px;
	list-style: none;
	width: 100%;
}
#photo .list li {
	float: left;
	width: 35px;
	padding-right: 60px;
	
}
#photo .list .last {
	padding: 0 0 0 1px;
}
#photo .box img {
	width: 480px;
	height: 480px;

}
#photo .side img, #photo .list img {
	margin-top:10px;
	width:80px;
	/*height:80px;*/
	margin-left:-70px;
	border:1px solid #ccc;
}

#map{
	width:465px;
	height:350px;
	margin-top:20px;
}

#company {
	line-height:175%;
	margin-bottom:30px;
	font-weight:bold;
	margin-top:20px;
	font-size:11pt;
	}
	
.Data-Content {
width: 100%; /* 表單寬度 */
line-height: 40px;
margin-top:30px;
}
 

.Data-Title {
float: left;
width: 150px; /* Label寬度，視情況調整 */
margin-right: 0px;
line-height:300%;
}
 

.Data-Items {
float: left;
width: 25%;

}

#example_bg {
	float:left;
	width:225px;
	height:225px;
	margin:20px 15px 0px 15px;
	}

#example {
	width:225px;
	height:225px;
	border:#CCC 1px solid;
	border-radius:0px;
	padding:0px;
	}
	
#example img {
	
	}
	
#example_text {
	margin-top:10px;
	font-size:10.5pt;
	}
	
/*footer*/
#footer {
	border-top:2px solid #DDD;
	font-size:11pt;
	background-color:#eee;
	text-align:center;
    position: relative;
    margin-top: 10px;  /*影響footer高度*/
	height: 35px;
    padding:0px 0px 50px 0px;
	color:#000;
}
#footer a{
	color:#666;
	text-decoration:none;}
#footer a:hover{
	color:#333;}
	
#footer_logo {
	float:left;
	margin-top:-15px;
	}
	
#footer_logo img {
	width:188px;
	height:75px;
	}
	
#footer_text {
	float:left;
	font-size:11pt;
	margin-left:20px;
	margin-top:15px;
	text-align:left;
	line-height:150%;
	}

#line {
	margin:0 auto;
	width:1025px;
	height:0px;
	}
	
#line_add {
	width:80px;
	position:relative;
	top:-25px;
	left:945px;
	}
	
#new_item {
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	z-index:999;
	}
	
#new_item img{
	width:35px;
	height:35px;
	}
	

.discoNav button{
	width:250px;
	font-size: 12pt;
	border:1px solid #e2e9ed;
	padding: 5px 10px;
	line-height: 1;
	background:#ffffff;
	-moz-transition: 0.35s ease-out; 
	-webkit-transition: 0.35s ease-out; 
	transition: 0.35s ease-out;
	outline:none;
	margin-bottom:10px;
	border-radius:5px;
	text-align:left;
}

.discoNav li {
	list-style: none;
	/*display: inline-block;*/
	margin-left: 5px;
	margin-right: 5px;
}

.discoNav li a {
	text-decoration:none;
	color:#000;
	}
	
.discoNav button:hover{
	border:1px solid #333;
	background:#ffffff;
}


/* Controls
---------------------------------------------------------------------- */

.controls {
	text-align:left;
	margin-top:15px;
	}

.control {
    cursor: pointer;
}



/* Container
---------------------------------------------------------------------- */

.container {
    padding: 1rem;
    text-align: justify;
    font-size: 0.1px;
}

.container:after {
    content: '';
    display: inline-block;
    
}

/* Target Elements
---------------------------------------------------------------------- */

.mix {
    display: inline-block;
    vertical-align: top;
	box-sizing: border-box;
}

.mix {
    background: #fff;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
	box-sizing: border-box;
}
/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
}


.nav-container{ repeat-x 0 0;}
	.f-nav{ position: fixed; top: 15px; width: 300px;} /* this make our menu float top */
	
	.nav { height: 42px;}
	.nav ul { list-style: none; }
	.nav ul li{float: left; margin-top: 6px; padding: 6px; border-right: 1px solid #ACACAC;}
	.nav ul li:first-child{ padding-left: 0;}
	.nav ul li a { }
	.nav ul li a:hover{ text-decoration: underline;}
	
#product_list_left {
	float:left;
	width:300px;
	}
	
#product_list_right {
	float:left;
	width:720px;
	}
	
#new_item {
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	z-index:999;
	}
	
#new_item img {
	width:40px;
	height:40px;
	}
	
.design {
	border:#F00 2px solid;
	margin-top:10px;
	padding:5px;
	}