/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, 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, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
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;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* 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;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#d70010;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#d70010;
	color:#fff;
}

.wrap {
	width:984px;
	margin:0 auto;
	padding: 0;
}

.wrap {
	margin:0 auto;
	width: auto;
	padding: 0px 60px;
}



@media (max-width: 1080px){
 .wrap {
	padding: 0px 20px;
 }

}


@media (max-width: 990px){
 .wrap {
	width: auto;
  }
}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:162px;
	height:42px;
	background:#de484d;
	color:#fff;
	border-radius:5px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	
/*-------輪播----------------------------------------------------------------------------*/
.banner {
	background:#fff;
	position:relative;
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:-20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
					
					@media (max-width: 880px){
						.device {
							height:auto;
						}
							/*左右鍵*/
							.device .arrow-left, .device .arrow-right {
								display:none;
							}
					}
						@media (max-width: 640px){
							/*.pcBanner {
								display: none;
							}
							.mobileBanner {
								display:block;
							}*/
						}
						
						
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#FFF;
			line-height:40px;
			background:#099596;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				opacity:0.5;
				
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	border-bottom: solid 1px #c4c4c4;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:#808080;
					border-right: solid 1px #c4c4c4;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#333;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@media (max-width: 760px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								/*position: absolute;*/
								width: 100%;
								z-index: 999;
							}
								.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
									float:none;
									text-align:center;
									width:100%;
									font-size:15px;
									border-radius:0px;
									border: none;
									border-bottom: solid 1px #f3f3f3;
								}
									.tabs li.active:after {
										content:"";
									}
					}

			









/*-------浮動top鍵----------------------------------------------------------------------------*/
.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #555;
		border-radius: 3px;
		padding: 2px 11px 3px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration: none;
		vertical-align: middle;
		margin: 0px 0px 0px 5px;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}



/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 800px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		text-align:center;
		font-size:15px;
		line-height:22px;
		padding:10px 0px 5px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			border-radius:3px;
			font-size:12px;
			color:#fff;
			background:#c13e42;
			line-height:18px;
			padding:0px 5px;
		}

	/*表單區*/
	.form_area {
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				font-size:15px;
				line-height:21px;
				/*border-bottom: dotted 1px #0f0f0f;*/
				padding:12px 0px 0px 0px;
			}
				.fL_tit {
					font-weight:bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						position:absolute;
						right:0px;
					}
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address select {
						margin:0px 5px 0px 0px;
					}
					.fL_info.address input[type='text']:nth-of-type(1) {
						width:97px;
					}
					.fL_info.address input[type='text']:last-of-type {
						margin:12px 0px 0px 0px;
					}
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}

/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------版頭--------*/
/*/////////////////////////////////////////////////////////*/

.header {		
	padding: 30px 0px;
}
	.header > .wrap{
	}
		
		/*手機menu按鍵*/
		.menu_btn {
			position:absolute;
			width:20px;
			top: 26px;
			right: 20px;
			cursor:pointer;
			display:none;
			z-index: 1001;
		}
			.menu_btn span {
				display:block;
				background:#3c3c3c;
				height:2px;
				margin: 4px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}

				/*hover*/
				.header:hover .menu_btn span {
					background:#000;
				}
				
				
				/*點擊*/
				.menu_btn.active {
					top: 26px;
					right: 20px;
					position:fixed;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						transform: rotate(39deg);
						transform-origin: top left;
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(3) {
						transform: rotate(-39deg);
						transform-origin: bottom left;
						background:#fff;
					}	
					
		
		.logo{
			float: left;
			padding-top: 29px;
		}
			.logo a{
				display: block;
			}
				.logo img{
					width:;
					height: auto;
				}
	
		.header_rightArea{
			float: right;
			position: relative;
		}
		
		/*語系_pc版*/
		.lang_pc{
			position: absolute;
			right: 0px;
			z-index:999;
			/*width: 125px;*/
			width: 123px;
			height: 34px;
		}
			.lang_pc > a{
				display:block;
				padding: 10px 36px 10px 28px;
				background-color: transparent;
				color:#c3c1c1;
				font-size:12px;
				text-align:center;
				text-decoration:none;
				position:relative;
				
				/*border-radius: 5px;*/
				border: solid 1px #c5c3c3;
			}
			
				.lang_pc > a span{
					position:absolute;
					top: 13px;
					right: 21px;
				}
				

			.lang_listArea{
				display:none;
			}
				.lang_list{
					text-align:center;
					filter:alpha(opacity=90);
					background: #ccc;
					opacity:0.9;
					filter:alpha(opacity=90);
				}
					.lang_list a{
						display:block;
						color:#fff;
						font-size:12px;
						padding:8px;
						text-decoration:none;
					}
					
					/*hover*/
					.lang_list:hover a{
						background:rgba(0,0,0,1);
					}
	
@media all and (-ms-high-contrast:none) {
	.lang_list{
		background: #ccc;
		opacity:0.9;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
	}
	*::-ms-backdrop, .lang_list{
		background: #ccc;
		opacity:0.9;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
	}
		.lang_list a{
			opacity: 1;
			filter:alpha(opacity=100);
			-moz-opacity:1;
			font-weight: bold;
		}
		*::-ms-backdrop, .lang_list a{
			opacity: 1;
			filter:alpha(opacity=100);
			-moz-opacity:1;
			font-weight: bold;
		}
}			


		
		
		/*主按鍵*/				
		.navbar{
			padding-top: 55px;
			transition: 0.3s ease all;
		}	
			.lang_mobileArea{
				display: none;
			}
			
			.nav{
				float:left;
				position:relative;
			}
			.nav:after{
			   content: '|';
			   display:inline-block;
			   margin:0px -5px;
				color:#ccc;
			  }
			  .nav:nth-of-type(1):after{
			  }
			  
			  .nav:nth-child(6):after{
				  display:none;
			  }
			   
			   
			   .nav > a{
				color:#000;
				text-decoration:none;
				/*padding:10px 22px;*/
				padding:10px 28px;
				font-size:15px;
			   }
			   
			   /*.nav:nth-child(6) > a{
				padding-right: 0px;
			  }*/
			  .nav > a:hover{
				color:#24b55c;
			  }


@media (max-width: 860px){

.header {
	padding: 15px 0px;
}

	/*手機menu按鍵*/
	.menu_btn {
		display: block;
	}
	
	.logo{
		padding-top: 0px;
	}
	
	/*語系_pc*/
	.lang_pc{
		display:none;
	}
	
	/*語系_mobile*/	
	.lang_mobileArea{
		display:block;
		padding: 10px 17.5px;
		background: rgba(132,132,132,1);
		text-align: center;
		margin-bottom: 30px;
	}
		.lMA_list{
			width: 50%;
			box-sizing:border-box;
			float:left;
			position:relative;		
		}
			.lMA_list a{
				display:block;
				font-size: 16px;
				line-height: 20px;	
				color: #333;
				text-decoration: none;	
			}
			/*hover*/
			.lMA_list:hover a{
				color: #fff;
			}
			/*active*/
			.lMA_list.active a{
				color: #fff;
			}
				.lMA_list:after {
					content:'/';
					position:absolute;
					top: 2px;
					right: -4px;
					color: #333;
				}
					.lMA_list:nth-of-type(2):after {
						display:none;
					}
	
	/*主按鍵*/
	.navbar {
		position:fixed;
		top:0px;
		right:-225px;
		transition:0.3s ease all;
		width:225px;
		box-sizing:border-box;
		background: rgba(23,23,25,0.7);
		height: 100%;
		overflow-y:auto;
		z-index: 1000;
		padding: 72px 0px 0px;
		margin: 0px;
	}
		.navbar.active {
			right:0px;
		}
			.nav {
				padding: 0px;
				width: 100%;
			}
			
			/*當前模式*/
			.nav.active {
			}
			
			
				.nav  a {
					color:#fff;
					border:none;
					position:relative;
				}
					.nav > a {
						text-decoration: none;
						transition: 0.2s ease all;
						font-size: 16px;
						line-height: 20px;
						display: block;
						padding: 10px  17.5px;
						position: relative;
						letter-spacing: 2px;
						position: relative;
						border: 0px;
					}
						/*hover*/
						.nav > a:hover {
							/*color: #88c8ff;*/
						}
						.nav:hover > a{
							border: 0px;
						}
						
						/*當前模式*/
						.nav.active > a{
							background: transparent;
							color: #88c8ff;
						}

	
}

			  

		
/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/


.index_middleArea{
	padding: 50px 0px 20px;
    /*background: #eaeaea;*/
}
	/*標題*/
	.index_titArea{
		position: relative;
	}
		.index_titImg{
			position:absolute;
			left: 0px;
		}
		.index_titIn{
			position: relative;
			/*padding-left: 25px;*/
			padding-left: 36px;
			/*color: #006633;*/
			color: #000;
			font-size: 20px;
			font-weight: bold;
			line-height: 32px;
		}
	
	
	
	/*內容*/
	.index_middleIn{
	}
		/*左半部*/
		.iMA_leftArea{
			float: left;
			width: 65%;
			box-sizing: border-box;
		}
			.iMA_leftIn{
				padding-top: 15px;
			}
				/*圖片*/
				.iMA_leftImg{
					float: left;
					width: 37%;
					box-sizing: border-box;
				}
					.iMA_leftImg img{
						width: 100%;
						height: auto;
					}
							
				/*文字區塊*/
				.iMA_leftText{
					float: left;
					width: 63%;
					box-sizing: border-box;
					line-height: 22px;
					font-size: 15px;
    				padding: 0px 34px;
    				word-break: break-word;
					overflow: hidden;
				}

			/*more按鍵*/
			.index_moreBtn{
    			text-align: right;
    			/*padding: 7px 30px 0px 0px;*/
				padding: 0px 30px 0px 0px;
			}
				.index_moreBtn a{
					color: #999;
					display: inline-block;
					font-size: 16px;
					padding: 3px 5px;
					border: 1px solid #ccc;
					border-radius: 3px;
				}
			
@media (max-width: 1920px){ 
	/*文字*/
	.iMA_leftText{
		/*max-height: 218px;*/
		max-height: 223px;
	}
}

@media (max-width: 1440px){ 
	/*文字*/
	.iMA_leftText{
		max-height: 156px;
	}
}
@media (max-width: 1280px){ 
	/*文字*/
	.iMA_leftText{
		max-height: 135px;
	}
}



@media (max-width: 768px){
	/*左半部*/
	.iMA_leftArea{
		float: none;
		width: 100%;
		position: relative;
	}
		.iMA_leftImg{
			float: none;
			width: 100%;
		}
		.iMA_leftText{
			float: none;
			width: 100%;
			padding: 15px 0px 0px;
			max-height: none;
			height: auto;
		}
		
		/*more按鍵*/
		.index_moreBtn{
			position: absolute;
			top: 0px;
			right: 0px;
			padding: 0px;
		}
}


@media (max-width: 640px){ 
	/*文字*/
	.iMA_leftText{
		width: 100%;
    	padding: 18px 0px;
		max-height:none;
    	padding-bottom: 0px;
	}
}
				
		
		/*右半部*/
		.iMA_rightArea{
			float: left;
			width: 35%;
			box-sizing: border-box;
			border-left: 1px solid #b2b2b2;
			padding: 0px 0px 0px 30px;
		}




/*首頁下半部區塊*/
.index_bottomArea{
	padding: 30px 0px 0px;
}

	/*內容*/
	.index_bottomIn{
	}
		/*商品列表區塊*/
		.iBI_listArea{
    		padding-top: 15px;
			margin: 0px -9px;
			text-align: center;
		}
			.iBI_list{
				display: inline-block;
				vertical-align: top;
				width: 24%;
				box-sizing: border-box;
				padding: 30px 0px;
			}
				/*圖片*/
				.iBI_listImg{
    				border: 1px solid #ccc;
				}
				/*hover*/
				.iBI_listImg:hover{
    				border: 1px solid #ccc;
				}
					.iBI_listImg a{
						display: block;
						position:relative;
						transition: 0.4s ease all;
						overflow: hidden;
					}
						.iBI_listImg a:after{
							display: none;
							transition: 0.4s ease all;
						}
						.iBI_listImg img{
							width: 100%;
							height: auto;
							overflow: hidden;
							transition: 0.4s ease all;
						}
						
					/*hover*/
					.iBI_listImg a:hover {
						background: url(../images/read_more.png) center center no-repeat;
						background-size: cover;
						transition: 0.4s ease all;
					}
	
					.iBI_listImg a:hover img {
						opacity:0.3;
						transform: scale(1.5);
						transition: 0.4s ease all;
						overflow: hidden;
					}
					
				/*名稱*/
				.iBI_listTit{
					padding-top: 17px;
					text-align: center;
					font-size: 16px;
					line-height: 22px;
					color: #330000;
					word-break: break-all;
				}



@media (max-width: 640px){
	/*商品列表區塊*/
	.iBI_listArea{
		margin: -10px -10px 0px;
	}
		.iBI_list{
			width: 49%;
			padding: 10px 10px;
		}
}

@media (max-width: 320px){
	/*商品列表區塊*/
	.iBI_listArea{
		margin: -20px 0px 0px;
	}
		.iBI_list{
			width: 100%;
			padding: 20px 0px 10px;
		}
}


/*首頁影音*/
.index_video_list {
	position:relative;
	/*float:left;*/
	cursor:pointer;
	background:#000;
	margin: 15px 0px 0px 0px;
	
	/*width: 100/*%;*/
	*/width: 90%;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		
		width: 100%;
		height: auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		text-align:center;
		top:0px;
		box-sizing: border-box;
		padding:70px 20px 20px 20px;
		font-size:16px;
		line-height:22px;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			padding:0px 0px 8px 0px;
		}
		/*hover*/
		.index_video_list:hover > img {
			opacity:1;
		}	


@media (max-width: 768px){
	
	/*右半部*/
	.iMA_rightArea{
		float: none;
		width: 100%;
		border-left: 0px;
		padding: 50px 0px 0px;
	}	
	
		.index_video_list{
			/*width: 100%;*/
		}
	
		
}






/*-------燈箱----------------------------------------------------------------------------*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		/*width:1024px;*/
		width: 80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#bc0000;
			cursor: pointer;
			position:absolute;
			top:-24px;
			/*right:-24px;*/
			right: 20px;
			transition:0.3s ease all;
			z-index: 2;
		}
			.lightboxCloseBtn:hover {
				background:#ecae3a;
			}
			
		/*燈箱資料區*/
		.lightboxContentArea {
			height: 100%;
		}



/*影音燈箱顯示時才會加*/
.video_use {
	padding: 100px 0px;
}
	.video_use .lightboxMain {
		height:450px;
	}

/*影音燈箱*/
.video {
	height:100%;
}
	.video iframe {
		height:1px;
		height:100%;
		width:100%;
	}



		
/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer{
    background: #eaeaea;
    border-top: 1px solid #c5c5c5;
	padding: 25px 0px;
	margin-top: 50px;
}
	
	/*版腳資訊*/
	.footerInfoArea {
		color:#000;
		font-size:14px;
		line-height:27px;
		text-align:center;
	}
		.footerInfoArea span {
			position:relative;
			padding:0px 10px 0px 0px;
			display: inline-block;
	
		}
			.footerInfoArea span:before {
				content: attr(data-title);
				display:inline-block;
			}
			
			.footerInfoArea span:after {
				position:absolute;
				content:'|';
				width:1px;
				height:14px;
				left:-10px;
				
			}
				.footerInfoArea span:nth-of-type(1):after, .footerInfoArea span:nth-of-type(5):after {
					display:none;
				}
			
		.copyright {
			font-size:12px;
			color:#a3a3a3;
		}
			.copyright a {
				color:#a3a3a3;
			}





/*麵包屑*/

/*-------main共用區----------------------------------------------------------------------------*/


.main {
}


	
	/*內頁上圖*/
	.inBanner {
		width:100%;
		height:auto;
	}
	

	.inBanner img{
		width:100%;
		height:auto;
	}

	.crumb {
		font-size:13px;
		line-height:18px;
		color:#FFF;
		/*text-align:right;*/
		padding:15px 0px 15px;
		border-bottom:1px solid #858585;
	}
		.crumb a {
			color:#FFF;
			text-decoration:none;
		}

/*內頁大標*/
			.in_tit_area {
				position:relative;
				/*border-bottom: 1px solid #898987;
				padding:0px 0px 20px;
				margin: 0px 0px 20px;
				padding:0px 0px  8px;
				margin: 0px 0px 20px;*/
			}
				.in_tit {
					padding-top:40px;
					color: #000000;
					font-size: 26px;
					line-height:24px;
					font-weight:bold;
				}





	/*右*/
	.right {
		float:right;
		/* width:248px; */
		width: 20%;
		box-sizing:  border-box;
		position:relative;
		margin:0px 0px 30px;   /*修改by pekey 20170803*/
		/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);*/
	}
		
		/*右類別標題*/
		.leftSortTit {
			font-size:20px;
			line-height:27px;
			color:#099596;
			padding: 42px 0px 10px 0px;			
			font-weight:bold;
			border-bottom:#099596 2px solid;
		}
		
		/*右選單*/
		.leftListArea {
			min-height:153px;
			padding:25px 0px 0px;
			background: #fafafa; /* Old browsers */
			background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, 			
			Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff'
			,GradientType=0 ); /* IE6-9 */
			/*新增by pekey 20170803*/
			background:url('../images/left_area.png') no-repeat bottom left;   
			/*min-height:300px;*/
		}
		
			.leftList {
			}
				
				.leftList a {
					display:block;
					text-decoration:none;
					font-size: 17px;
					color:#333;
					position: relative;
					line-height: 22px;
					padding: 9px 35px 9px 20px;
					border-bottom: 1px #a0a0a0 solid;
				}
				
				/*.leftList:first-child a{  
					border-bottom: 0px;
				}*/
								
				.leftList:last-child a{		/*右側選單最後一個選項沒有下底線*/
					border-bottom: 0px;
				}				
				
				
					.leftList a:before {
						content:'';
						position:absolute;
						/*border-left: solid 4px #333;
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 4px rgba(0,0,0,0);*/
						/*top: 16px;*/
						top: 10px;
						left: 28px;
					}
					
						.leftList a:hover {
							color: #209596;
						}
						.leftList.active > a {
							color:#fff;
							/*font-size:18px;*/
							background: #099596;
						}
						
					
					/*有兩層選單時*/
					/*.leftList.lL_open > a:after {
						content:'';
						position:absolute;
						border-left: solid 4px rgba(0,0,0,0);
						border-right: solid 4px rgba(0,0,0,0);
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 6px #333;
						top: 18px;
						right:20px;
					}*/
					
					
						.lL_open_area{
							display:none;
						}
							.lLOA_list{
								
							}
								.lLOA_list a{
									display:block;
									text-decoration:none;
									font-size: 14px;
									color:#999;
									position: relative;
									line-height: 22px;
									padding: 9px 35px 9px 53px;
								}
					
	
		/*左*/
		.left {
			float:left;
			min-height: 250px;
			width: 938px;
			width: 70%;
			background: #fff;
			margin: 0px 0px 30px;
			box-sizing: border-box;
			/*padding: 13px 0px 30px 0px;*/
			padding: 0px 0px 30px 0px;
			height:auto;
			/*box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.12);*/
		}
		.no_type{
			width:100%;
			float:none;
			margin: 0px;
			padding: 13px 0px 30px;
		}


					
			/*內頁大標*/
			.in_tit_area {
				position:relative;
				/*border-bottom: 1px solid #898987;
				padding:0px 0px 20px;
				margin: 0px 0px 20px;
				padding:0px 0px  8px;
				margin: 0px 0px 20px;*/
			}
				.in_tit {
					padding-top:40px;
					color: #000000;
					font-size: 26px;
					line-height:24px;
					font-weight:bold;
				}


			@media (max-width: 1050px){
				.left{
					width:70%;
				}
			}



			@media (max-width: 990px){

				.right{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
				}
					.leftSortTit{
						cursor:pointer;
						width: 100%;
					}
					
					
					.leftSortTit:after{
						content:'';
						position:absolute;
						border-left: solid 4px rgba(0,0,0,0);
						border-right: solid 4px rgba(0,0,0,0);
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 6px #333;
						/*top: 16px;*/
						top: 50px;
						right:20px;
					    transition: 0.5s ease all;
					}
					
					.leftSortTit.active:after{
						-webkit-transform: rotate(180deg); /*Firefox*/
						-moz-transform: rotate(180deg); /*Chrome*/
						-ms-transform: rotate(180deg); /*IE9 、IE10*/
						-o-transform: rotate(180deg); /*Opera*/
						transform: rotate(180deg);
						top:50px;
						transition: 0.5s ease all;
					}
					
					/*右選單*/
					.leftListArea {
						display:none;
					}
				.left{
					float:none;
					width:100%;
					margin-top:20px;
				    padding: 13px 0px 30px;
				}
					/*內頁大標*/
					.in_tit {
						font-size: 20px;
						line-height: 26px;
						padding: 0px 0px 0px;
					}

			}
			


/*網編區*/
	.textArea {
		width: 100%;
		padding:35px 0px 0px;
		font-size:15px;
		color:#333;
		line-height:23px;
	}
		.textArea a {
			color:#fff;
		}
		.textArea img {
			max-width:100%;
			/*width:100%;*/
			height:auto;
			margin-top: 20px;
		}

	
		@media (max-width: 1200px){
					
			/*內頁網編區*/					
			.textArea {
				padding-right:35px;
				}
		}


		@media (max-width: 1050px){
					
			/*內頁網編區*/					
			.textArea {
				padding-right:5px;
				}
		}
		
		
		@media (max-width: 990px){		
			.main_in{
			padding-top:40px;
			padding-bottom:30px;			
			}	
			
			/*內頁網編區*/					
			.textArea {
				padding-right:0px;
				/*margin:0 auto;*/
				}	
		}		
		

/*商品列表*/
.productListArea {
	font-size:0px;
	margin:0px -40px;
}
	.productList {
		display:inline-block;
		vertical-align:top;
		width:31.5%;
		box-sizing:border-box;
		/*overflow:hidden;*/
		padding:30px 26px 30px;
	}

	
		.productListImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.productListImg img {
				width:100%;
				height:auto;
				position:relative;
				/*border-radius:3px;*/
				border: solid 1px #ccc;
			}
		.productList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}

	.productList a{
		display:block;
		text-decoration:none;
		color:#000;		
	}


	@media (max-width: 1200px){
		.productListArea {
			margin: 0px -10px;
		}

		.productList {
			width: 47%;
			padding: 30px 10px 30px;
		}
	}



	@media (max-width: 1050px){

		.productList {
			width: 49%;
		}
	}


@media (max-width: 425px){
		.productListArea {
			margin: 0px auto;
		}

		.productList {
			width: 100%;
			padding: 30px 0px 0px;
		}

			}









/*-------產品展示內頁----------------------------------------------------------------------------*/
/*商品類別列表內頁*/
.product_inArea {
	font-size:0px;
	margin:0px -10px;
}
	.product_in {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.product_in a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
			color:#fff;
			position:relative;
		}
			.product_in img {
				width:100%;
				height:auto;
				transition:0.3s ease transform , 0.4s ease top;
				position:relative;
				border: solid 3px #fff;
				border-radius:5px;
				top:0px;
			}
			/*.productSortList_tit {
				font-size:18px;
				line-height:24px;
				color:#000;
				padding:10px 0px 0px;
				position:relative;
				transition:0.3s ease all;
			}*/
				/*hover*/
				.product_in a:hover img {
					transform:scale(1.2);
					z-index:2;
					box-shadow:0px 0px 10px rgba(0,0,0,0.3);
					top:-30px;
				}
				.product_in a:hover .productSortList_tit {
					/*color:#0048dc;*/
					/*z-index:3;*/
				}

/*商品列表內頁*/
.product_inArea {
	font-size:0px;
	margin:0px -8px;
}
	.product_in {
		display:inline-block;
		vertical-align:top;
		width:33%;
		box-sizing:border-box;
		/*overflow:hidden;*/
		padding:15px 8px 15px;
	}

	
		.productinImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.productinImg img {
				width:100%;
				height:auto;
				position:relative;
				/*border-radius:3px;*/
				border: solid 1px #ccc;
			}
		/*.productList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}*/

	.product_in a{
		display:block;
		text-decoration:none;
		color:#000;		
	}


	@media (max-width: 1200px){
		.product_inArea {
			margin: 0px -10px;
		}

		.product_in {
			width: 47%;
			padding: 30px 10px 30px;
		}
	}



	@media (max-width: 1050px){

		.product_in {
			width: 49.6%;
		}
	}


@media (max-width: 425px){
		.product_inArea {
			margin: 0px auto;
		}

		.product_in {
			width: 100%;
			padding: 30px 0px 0px;
		}

			}






/*產品燈箱*/
.productLightBox {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0;
	z-index:-999;
	transition:0s ease opacity;
}
.productLightBox.show {
	opacity:1;
	z-index:99;
	transition:0.3s ease opacity;
}
	.productLightBox_Bg {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		cursor: pointer;
	}
	.productLightBox_infoBg {
		position:absolute;
		/*width:700px;*/
		/*margin:-224px 0px 0px -350px;*/	
		left:50%;
		top:50%;
		width:450px;  /*Judy 2017/11/08修改*/
		margin:-250px 0px 0px -250px;  /*Judy 2017/11/08修改*/
	}
		.productLightBox_close {
			position:absolute;
			z-index:2;
			width:34px;
			line-height:34px;
			text-align:center;
			letter-spacing:0px;
			color:#333;
			background:#fff;
			border-radius:100%;
			top:-17px;
			right:-17px;
			cursor:pointer;
			box-shadow:0px 0px 10px rgba(0,0,0,0.3);
			font-size:13px;
			font-weight:bold;
			transition:0.3s ease all;
		}
			.productLightBox_close:hover {
				color:#fff;
				background:#0048dc;
			}
		.productLightBox_info {
			/*width:70%;*/
			background:#fff;
			border-radius:4px;
			padding:20px 15px;
			border: solid 1px #ccc;
		}
			.productLightBox_info img {
				width:100%;
				height:auto;
				box-sizing:border-box;
				border: solid 1px #ccc;
			}
			.productLightBox_tit {
				font-size:15px;
				padding:15px 0px 0px;
			}
	@media (max-width: 800px){
		.productLightBox_infoBg {
			top:30%;
			left:5%;
			width:90%;
			margin:0px;
		}
	}
	@media (max-height: 520px){
		.productLightBox_infoBg {
			top:5%;
		}
	}


/*下載列表*/
.downloadListArea {
}
	.downloadList {
		position:relative;
		border-bottom: dashed 1px #5a5a5a;
		padding: 15px 120px 15px 5px;
	}
	.downloadList:nth-of-type(2n+0) {
		background:#c9caca7a;
	}
		.downloadList_tit {
			font-size:15px;
			line-height:23px;
			word-break: break-all;
			
		}
		.downloadList_btn {
			position: absolute;
			right: 5px;
			top: 19px;
		}
			.downloadList_btn a {
				text-decoration: none;
				display: block;
				
				background:#099596;
				color: #fff;
				font-size: 12px;
				border-radius: 3px;
				padding: 4px 8px;
			}
				.downloadList_btn i {
					vertical-align: middle;
					font-size: 20px;
				}
					/*hover*/
					.downloadList_btn a:hover {
						opacity:0.7;
					}	
			.downloadList_time{
				color: #999;
				}

.no_type{
			width: 90%;
			float:none;
			margin: 0px;
			padding: 30px 14px 30px;
		}

.main_in{    /*沒有右側選單時*/
	/*padding-top:40px;*/
	padding-bottom:50px;
	}



/*-------聯絡我們----------------------------------------------------------------------------*/
/*聯絡我們左*/
.contactLeft {
	float: left;
    width: 49%;
    padding: 0px 10px 20px 0px;
    box-sizing: border-box;	
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14); */
    /* margin: 44px 0px 0px; */
    /* background: #fff; */
    /* border-radius: 5px; */
}

.map{
	padding-top:30px;
	}
	

.iframe{
	width:100%;
	height:auto;
	}	
	


/*聯絡我們右*/
.contactRight {
	float:right;
	width:49%;
	/*padding:25px 0px 0px;*/
}
	@media (max-width: 768px){
		.contactLeft, .contactRight {
			float:none;
			width:auto;
		}
			.contactLeft {
				margin:15px 0px 0px;
			}
			
			
		.contactLeft {
    		padding: 0px 0px 20px 0px;
		}
			
			
			
			
			
			
			
	}

/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
    margin: 0 auto;
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
	}
	
	.form_list {
		padding:23px 8px 0px;
		box-sizing:border-box;
	}
		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
		}
			.required_icon {
				color:#f00;
				display:inline-block;
			}
			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.8%;
	}
	
		/*按鈕*/
			.btn_area {
				font-size: 0px;
				text-align: center;
				padding: 50px 0px 0px 0px;
			}
			
				.btn_area input {
					margin: 5px 30px;
					/*margin: 0px 30px 0px 8px;*/
				}		
				
				/*返回按鈕*/
				input.back[type="button"]{
					background-color: #099596;
					/* background: rgba(255,255,255,0); */
					/* border: 1px solid #c9caca; */
					border-radius: 8px;
					color: #fff;
					font-size: 14px;
					width: 102px;
					height: 33px;
					line-height: 30px;
					transition: 0.3s ease all;
				}
				
				input.back[type="button"]:hover{
					    opacity: 1;
						/* border: 1px solid #f90; */
						transition: 0.3s ease all;
						color: #f9ff00;
				}



	/*按鍵區*/	
		.btn_area.in_page_btn{
			padding:0px;
			margin:35px 0px 0px;
		}
			.in_page_btn input[type="submit"], .in_page_btn input[type="button"] , .in_page_btn input[type="reset"]{
				width: 102px;
				height: 33px;
				line-height: 33px;
				border-radius: 7px;
				background: #099596f2;
				color: #fff;
				/* border: 1px solid #c9caca; */
				font-size: 14px;
				transition: 0.3s ease all;
			}
			.in_page_btn input[type="submit"]:hover,  .in_page_btn input[type="button"]:hover{
				/*border: 1px solid #f8b62d;*/ 
				transition: 0.3s ease all;
				opacity: 1;
				color: #f9ff00;
			}



			.in_page_btn input[type="button"] {
				background: #04287e;
			}

			@media (max-width:640px){
	
				.in_member_wrap{
				width:auto;
				}

			}

/*設備列表*/
.equipmentListArea {
	font-size:0px;
	margin:0px -10px;
}
	.equipmentList {
		display:inline-block;
		vertical-align:top;
		width:24.9%;
		box-sizing:border-box;
		/*overflow:hidden;*/
		padding:19px 10px 19px;
	}

	
		.equipmentListImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.equipmentListImg img {
				width:100%;
				height:auto;
				position:relative;
				/*border-radius:3px;*/
				border: solid 1px #ccc;
			}
		
		.equipmentList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}

		.equipmentList a{
			display:block;
			text-decoration:none;
			color:#000;		
		}







	@media (max-width: 1200px){
		.equipmentListArea {
			margin: 0px -10px;
		}

		.equipmentList {
			width: 33%;
			padding: 30px 10px 30px;
		}
	}



	@media (max-width: 1050px){

		.equipmentList {
			width: 49.9%;
		}
	}


	@media (max-width: 660px){
		.equipmentListArea {
			margin: 0px auto;
		}

		.equipmentList {
			width: 100%;
			padding: 30px 0px 0px;
		}

	}



/*-------產品內頁---------------------------------*/

.product_in_top{
}
								
	.product_in_img{
		float:left;
		width:50%;
		box-sizing:border-box;
	}						
		.product_in_img img{
			width:100%;
			height:auto;
		}
		
	.product_in_right{
		float:right;
		width:46%;
		box-sizing:border-box;
	}
		
		.pIR_remark{
			font-size:15px;
			color:#626262;
			line-height:25px;
		}
		
		.C_Down_btn{
			font-size: 0px;
			/*text-align: center;*/
			padding: 50px 0px 0px 0px;
		}
		
			.C_Down_btn a{
				-webkit-appearance: none;
				-webkit-border-radius: 0px;
				margin: 0;
				padding:13px 50px;
				outline: none;
				cursor: pointer;
				vertical-align: middle;
				width: 162px;
				height: 42px;
				background: #099596;
				color: #fff;
				font-size:15px;
				border-radius: 4px;
				text-decoration:none;
			}





@media (max-width: 620px){

	.product_in_img{
		float:none;
		width:100%;
	}	
		
	.product_in_right{
		padding-top: 30px;
		float:none;
		width:100%;
		/*box-sizing:border-box;*/
	}
		

}

/*標題樣式1*/
	.titStyle1 {
		position: relative;
		font-size: 20px;
		text-align: left;
		font-weight: bold;
		color: #404040;
		padding: 0px 0px 20px 17px;
	}
		.titStyle1:before {
			position:absolute;
			content:'';
			width:8px;
			height:17px;
			background:#099596;
			top:0px;
			left:0px;
		}


.inMain{
	padding-top:50px;
	padding-bottom:40px;
}


@media (max-width: 768px){
	
	/*標題樣式1*/
	/*.titStyle1 {
		text-align:center;
	}
		.titStyle1:before {
			left: 50%;
    		margin: 0px 0px 0px -92px;
		}*/

}




/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}


