/*20160429 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;
}

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

/*--------------------------------------loading畫面 開始---------------------------------*/
.lodding {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 
 
	
	.loading_tit{
		padding:20px 0px 0px 15px;
		display:inline-block;
		font-size:16px;
		font-weight:bold;
		color:#333;
		font-family:微軟正黑體;
		text-align:center;
	}	
	
	
	
	
	/*Loading畫面CSS開始*/
#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgb(4,104,205);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
	/*Loading畫面CSS結束*/

/*-------------------------------------loading畫面 結束---------------------------------*/



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

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

.wrap {
	width:1000px;
	margin:0 auto;
	padding: 0;
}
	@media (max-width: 1040px){
		.wrap {
			width: 900px;
		}
	}
		@media (max-width: 992px){
			.wrap {
				width: 800px;
			}
		}
			@media (max-width: 850px){
				.wrap {
					width: auto;
					padding:0px 20px;
				}
			}
				/*@media (max-width: 780px){
					.wrap {
						width: auto;
						padding:0px 15px;
					}
				}*/

/*-------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;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 32px;
    line-height: 42px;
    border: solid 1px #aeaeae;
    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:#0669cc;
	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;
    border: solid 1px #aeaeae;
    width: 100%;
    resize: none;
    height: 100px;
    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;
	border: solid 1px #aeaeae;
	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;
	border-radius:3px;
}
	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){/*Judy修改20181029*/
							
							.banner {
								padding-top: 85px;
							}	
							.pc_banner {
								display: none;
							}
							.mobileBanner {
								display:block;
							}
						}
	
				
/*-------頁次--RWD版 by kevin 20150629------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		/*background:#fff;*/
		background:#0669cc;
		line-height:40px;
		font-weight:bold;
		text-align:center;
		border-radius:3px;
		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:#a4a4a4;*/
			color:#fff;
			height:40px;
			/*border: solid 1px #a4a4a4;*/
			border-radius:3px;
		}
			.page_left_arrow:hover, .page_right_arrow:hover {
				opacity:0.7;
			}
	.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;
		}

/*-------頁籤------------------------------------------------------------------------*/
.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:#0669cc;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #0669cc;
				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:#10674b;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0669cc;
					}
	
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:255px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #000;
		/*background: #333;*/
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 830px){
		.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 2px 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: 830px){
							/*表單區左*//*表單區右*/
							.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;
	}
}


body.active {
	/*overflow:hidden;*/
}
body.in_body {
	/*background:#F9F9F9;*/
}

/*-------版頭----------------------------------------------------------------------------*/
.header {
	box-shadow: 0px 0px 6px #d9dad8;
	position:fixed;    /* position: fixed; */
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.9);
}
	.header .wrap {
		position:relative;
	}
		
		.logo {
			float:left;
			margin:34px 0px 22px 0px;	
		}
			.logo img {
			}
				.logo_s {
				}
				.logo_b {
					display:none;
				}
				
			/*logo的閃光*/
			.logo_flash {
				position:absolute;
				width:20px;
				height:86px;
				background: rgba(255,255,255,0.8);
				/*top:3px;
				left:-25px;*/ /*modify by pekey 20180425*/
				/*top: 14px;*/ /*modify by pekey 20180516*/
				top: -12px;
				left: -34px;
				transform:rotate(20deg);
				transform-origin:center;
				box-shadow: 0px 0px 10px #FFF;
				pointer-events: none;
			}
				.logo_flash_hover {
					left:482px;
					transition:0.4s ease all;
				}
		
		/*手機menu按鍵*/
		.menu_btn {
			position:absolute;
			width:20px;
			top: 50%;
			right: 15px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -10px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background:#000000;
				height:2px;
				margin: 4px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					/*top: 22px;*/
					top: 51px;
					position: fixed;
					margin: 0px;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						transform: rotate(39deg);
						transform-origin: top left;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
					}
					.menu_btn.active span:nth-of-type(3) {
						transform: rotate(-39deg);
						transform-origin: bottom left;
					}
				
		/*版頭右*/
		.headerRight {
			float:right;
			/*width: 906px;*/
		}
			/*版頭右上*/
			.headerRightTop {
				text-align:right;
				padding:15px 0px 0px;
			}
				/*語系*/
				.lang {
					float:right;
				}
					.lang select {
						font-size: 13px;
						color: #5e5e5e;
						border-color: #919191;
						border-radius: 4px;
						padding: 0px 13px;
						width: 103px;
						text-align: center;
						height: 27px;
						
						/*modify by pekey 20180425*/
						line-height: 17px;
						cursor: pointer;
					}

				
			/*主按鍵*/
			.navbar {
				padding:22px 0px 0px;
				letter-spacing:0px;
				font-size:0px;
				text-align:right;
			}
				.nav {
					display:inline-block;
					vertical-align:middle;
					/*width:14.28%;*/
					box-sizing:border-box;
					padding-left:50px;
					position:relative;
					font-weight:bold;
				}
					.nav a {
						display:block;
						text-decoration:none;
						position:relative;
					}
					.nav > a {
						text-align:center;
						font-size:16px;
						line-height:30px;
						color:#5d5956;
					}
						.nav:hover > a {
							/*color:#006e36;*/  /*modify by pekey 20180425*/
							color:#087ded;
						}
							/*主按鍵展開*/
							.navOpen {
								position:absolute;
								left:50%;
								padding:9px 0px 0px;
								width:136px;
								margin:0px 0px 0px -68px;
								display:none;
								z-index: 2;
							}
								.navOpenBg {
									position:relative;
								}
									.navOpenBg:before {
										position: absolute;
										content:'';
										border-bottom: solid 8px rgba(0,0,0,0.65);
										border-left: solid 12px rgba(255,255,255,0);
										border-right: solid 12px rgba(255,255,255,0);
										top:-8px;
										left:50%;
										margin:0px 0px 0px -12px;
									}
										.navOpenList {
										}
											.navOpenList a {
												text-align:center;
												font-size:14px;
												color:#fff;
												line-height:22px;
												padding:7px 0px;
												background:rgba(0,0,0,0.65);
												transition:0.3s ease all;
											}
												.navOpenList a:hover {
													background: #006e36;
												}
				/*各語系設定*/
				.navbar.en .nav, .navbar.de .nav {
				}
					.navbar.en .nav > a, .navbar.de .nav > a {
						font-size: 15px;
						letter-spacing: 0px;
					}
		@media (max-width: 1200px){
		/*版頭右*/
		.headerRight {
			width: auto;
		}
			/*主按鍵*/
			.nav {
				padding:0px 21px;
			}
				/*各語系設定*/
				.navbar.en .nav, .navbar.de .nav {
					padding:0px 17px;
				}
	}
	
		@media (max-width: 1040px){
			/*logo*/
			.logo_s {
				display:none;
			}
			.logo_b {
				display: block;
				width: 147px;
				height: auto;
			}
			
			/*手機menu按鍵*/
			.menu_btn {
				display:block;
			}
			
			/*版頭右*/
			.headerRight {
				position: fixed;
				width: 200px;
				top: 0px;
				right: -200px;
				height: 100%;
				box-sizing: border-box;
				background: rgba(0, 14, 43, 0.72);
				transition: 0.3s ease all;
				/*padding: 56px 0px 0px;*/
				padding: 85px 0px 0px;
				overflow-y: scroll;
				/*z-index: 3;*/
				z-index: 7;
			}
				.headerRight.active {
					right: 0px;
					box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
				}
					/*版頭右上*/
					.headerRightTop {
					}
						/*語系*/
						.lang {
							float:none;
						}
							.lang select {
								width:100%;
								border:none;
								border-radius:0px;
								padding: 9px 0px 10px 7px;
								height:42px;
								font-size:15px;
							}
						/*站內搜尋*/
						.siteSearch {
							float:none;
							padding:0px;
						}
							.siteSearchBg {
								border-radius: 0px;
								background: #fff;
								width: auto;
							}
								.siteSearchBg input[type='text'] {
									height:38px;
									line-height:38px;
									font-size:15px;
								}
								.siteSearchBg label {
									height:38px;
									padding: 10px 6px;
								}
						
					/*主按鍵*/
					.navbar {
						padding:0px;
					}
						.nav {
							display:block;
							padding:0px;
							border-bottom: solid 1px #797979;
						}
						.navbar.en .nav, .navbar.de .nav {
							padding:0px;
						}
							.nav > a {
								color:#fff;
								padding: 6px 5px;
							}
								.nav:hover > a {
									color:#fff;
									background:#000;
								}
									.navOpen {
										position: relative;
										top: 0px;
										left: 0px;
										margin: 0px;
										padding: 0px;
										width: auto;
									}
										.navOpenList a {
											padding: 10px 0px;
											border-bottom: solid 1px #424242;
										}
		}

			
			@media (max-width: 640px){
				/*logo*/
				/*.logo img{
					width:80%;
				}*/
				
				.logo{
					width: 230px;
				}
					.logo img{
						width:100%;
					}
				
				
				/*手機menu按鍵*/
				.menu_btn.active {
					/*top:11px;*/
					top:37px;
				}
				
				.headerRight{
					padding: 56px 0px 0px;
				}

			}
	
			
					
/*-------main----------------------------------------------------------------------------*/
.main {
}
	/*標題樣式1*/
	.titStyle1 {
		position:relative;
		font-size:18px;
		font-weight:bold;
		color:#333;
		padding:14px 0px 0px;
	}
		.titStyle1:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:#0048dc;
			top:0px;
			left:0px;
		}
		.titStyle1 a {
			font-size:12px;
			color:#929292;
			position:absolute;
			bottom:0px;
			right:0px;
			text-decoration:none;
			font-weight:100;
		}
			.titStyle1 a i {
				font-size:12px;
				color:#333;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
				.titStyle1 a:hover, .titStyle1 a:hover i {
					color:#0048dc;
				}
	
	/*標題樣式2*/
	.titStyle2 {
		font-size: 22px;
		font-weight: bold;
		color: #0368cd;
		position: relative;
		padding: 20px 0px;
		border-bottom: solid 1px #ccc;
	}
		.titStyle2:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:#0048dc;
			top:0px;
			left:0px;
			display:none;
		}
	
	/*內頁上banner*/
	.inBanner {
		position:relative;
		overflow:hidden;
		height:260px;
		margin: 0px 0px -20px;
		z-index: -1000;
	}
		.inBanner .wrap {
			position:relative;
		}
			.inBannerTit {
				position: absolute;
				color: #fff;
				font-size: 55px;
				z-index: 9;
				right: 0px;
				top: 165px;
				text-align: center;
				width: 100%;
				/*text-shadow: 1px 1px 10px #000, 1px 1px 10px rgba(0, 0, 0, 0.47);*/
			}
		.inBanner img {
			position:absolute;
			left:50%;
			margin:0px 0px 0px -1000px;
		}
	
	
	.inMain{
		padding:20px 0px 30px;
	}	
	
	
	/*麵包屑*/
	.crumb {
		font-size:12px;
		line-height:18px;
		color:#000;
		text-align:right;
		padding:20px 0px 0px;
	}
		.crumb a {
			color: #999;
		}
			.crumb i {
				font-size: 15px;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
	
	/*網編區*/
	.textArea {
		/*padding:10px 0px 0px;*/
		padding: 30px 0px 20px;
		/*font-size:15px;*/ /*modify by pekey 20180502*/
		font-size: 16px;
		color:#333;
		line-height:23px;
	}
/*		.textArea a {
			color:#0048dc;
		}*/
		.textArea img {
			max-width:100%;
			height:auto;
		}

@media (max-width: 860px){
		/*內頁上banner*/
		.inBanner {
			height:215px;
		}
			.inBannerTit {
				position: relative;
				z-index: 9;
				top: 95px;
				right: 0px;
				text-align: center;
				font-size: 40px;
				padding: 54px 0px 0px;
				font-weight:bold;
			}
			.inBanner img {
				top: 0px;
				width: 1200px;
				height: auto;
				margin: 0px 0px 0px -600px;
			}
}
	@media (max-width: 640px){
		/*內頁上banner*/
		.inBanner {
			height:190px;
		}
			.inBannerTit {
				top: 90px;
				right: 0px;
				font-size: 30px;
				padding: 40px 0px 0px;
			}
}
		@media (max-width: 400px){
			.inBannerTit {
				top: 97px;
				font-size: 22px;
			}
			
	}
/*-------首頁----------------------------------------------------------------------------*/
.indexMain {
}
	.indexMain .wrap {
		font-size:0px;
	}
	/*左側*/
	.left{
		float:left;
		width: 23%;
		padding: 60px 55px 0px 0px;
	}
	.now_tit {
		background:#0368cd;
		color: #FFF ;
		text-align: center;
		vertical-align: middle;
		font-size:22px;
		padding:20px 0px;
	}
		/*左側選單列表*/
		.leftListArea{
			background-color:#fff;
			font-weight: bold;
		}
			.leftList{
				width:100%;
				position: relative;

			}
			.leftList.active > a{
				color:#0368cd;
				font-weight:bold;
			}
				.leftList > a{
					display:block;
					text-decoration:none;
					color:#000;
					padding:15px 0px;
					border-bottom:1px solid #bebfc0;
					font-size: 17px;
					line-height: 22px;
				}
				.leftList:hover > a{
					opacity: 0.7;
				}
				
				.leftListA.active>a:after {
					position:absolute;
					content:'';
					border-left: solid 8px #000;
					border-top: solid 4px rgba(0,0,0,0);
					border-bottom: solid 4px rgba(0,0,0,0);
					top: 20px;
					left: 210px;
				}
				
		
			/*左側選單列表第二層*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}
					.leftList_open_list a {
						display: block;
						transition: 0.3s ease all;
						color: #000;
						/*padding: 10px 0px 10px 38px;*/
						padding: 10px 10px 10px 27px;
						font-size: 16px;
						/*line-height: 40px;*/
						line-height: 22px;
						font-weight:bold;
						position: relative;
						/*background: #e7e7e7;*/
						/*border-bottom:1px dashed #ccc;*/
					}
					
					
					.leftList_open_list a:a {
						position: absolute;
						/*content: '-';*/
						left: 14px;
						top: 10px;
					}
					
					.leftList_open_list.active a {
						color:#0368cd;
					}

					.leftList_open_list a:hover {
						opacity: 0.7;
						text-decoration:none;
					}
					
		
	/*右側*/
	.right{
		float: right;
		width: 70%;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	/*當沒有左側選單時*/
	.right.no_list {
		width: 100%;
		padding: 0px 0px 50px;
	}
	
	.indexAbout {
		width:367px;
		float:left;
		box-shadow: 0px -3px 7px rgba(0,0,0,0.15);
		margin:37px 0px 0px;
		padding:19px 17px;
		box-sizing:border-box;
	}
		.indexAboutInfo {
			font-size:15px;
			line-height:24px;
			color:#333;
			padding:18px 0px 0px;
			height: 142px;
			letter-spacing: 3px;
			/*多行文字限制*/
			display: -webkit-box;  
			overflow:hidden;
			text-overflow : ellipsis;
			-webkit-line-clamp: 6;/*限制行數*/
			-webkit-box-orient: vertical;
		}
			/*內頁大標*/
			.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:70px 0px 20px;
					color: #0368cd;
					font-size: 26px;
					line-height:24px;
					font-weight:bold;
					border-bottom: 1px #666666 solid;
				}


@media (max-width: 880px){/*@media (max-width: 800px){*/ /*modify by pekey 20180503*/
/*左邊_列表選單*/
.left {
	float:none;
	width: 100%;
	margin:0px;
	padding:50px 0px 0px 0px;
	text-align: center;
}
	.now_tit {
		display: block;
		/*color: #fff;*/
		/*background-color:#fff;*/
		/*border: 1px solid #333;*/
		line-height:28px;
		padding: 11px 0px;
		font-weight:bold;
		
		position: relative;
	}
		.now_tit:after {
			content: '';
			position: absolute;
			border-top: solid 10px;
			border-left: solid 6px rgba(0,0,0,0);
			border-right: solid 6px rgba(0,0,0,0);
			/*top:324px;*/ /*modify by pekey 20180511*/
			top: 20px;
			right:33px;
			/*left: 50%;*/
			/*margin: 0px 0px 0px -6px;*/
		}
		
	.leftListArea {
		z-index:2;
		display:none;
		/*width: 100%;*/
	}

		.leftListA.active>a:after{
			display: none;
		}

		.leftListArea.show {
			display:block;
		}
		.textArea .leftList > a {
			font-size: 15px;
			line-height: 21px;
			text-align: center;
			padding: 11px 0px;
		}
			.leftList a:before {
				display:none;
			}
	.phone_show{
		display:block;
	}
	
.right{
	width:100%;
}	
	
}

@media (max-width: 715px){		
	.now_tit:after {
    	/*top: 297px;*/	
	}
}
@media (max-width: 460px){		
	.now_tit:after {
		/*position: inherit;
		float: right;
		margin: 10px;*/
	}
}
/*-------footer----------------------------------------------------------------------------*/
.footer {
	/*background: #510a12;*/
	background:#0669cc;
	/*padding:30px 0px;*/
}
	.footerBg{
		padding:55px 0px;
	}
		.footerLeft{
			display:inline-block;
			padding-right:20px;
			border-right:1px solid #7bb0e4;
			width:40%;
			box-sizing:border-box;
			text-align: left;
			vertical-align:top;
			
		}	
		.footerMiddle{
			display:inline-block;
			padding-left:50px;
			border-right:1px solid #7bb0e4;
			width:40%;
			box-sizing:border-box;
			text-align: left;
			vertical-align:top;
		}
		.footerRight{
			float:right ;
			padding-left:50px;
			width:18%;
			box-sizing:border-box;
			text-align: left;
			vertical-align:top;
		}
			.footer_Title{
				font-size: 20px;
				color: #fff;	
				border:1px solid #7bb0e4;
				padding: 7px;
				width:110px;
				text-align: center;
				margin-bottom: 15px;
			}
			.footerL_List{
				font-size:14px;
				color:#e9eff9;
				text-align:left;
				line-height:30px;
			}	
				.footerL_List span:nth-child(2):after{
					padding: 0px 10px;
					content: "|";
				}
			.footerM_List{
				font-size:14px;
				color:#e9eff9;
				text-align:left;
				line-height:30px;
			}
			.footerR_List{
				font-size:15px;
				color:#e9eff9;
				text-align:left;
				line-height:40px;
			}
			.footerR_List a{
				color:#e9eff9;
				text-decoration: none;
				display: block;
			}
			.footerR_List a:hover{
				opacity: 0.5;
			}
			
	/*copyright*/
	.copyright {
		color:#7bb0e4;
		text-align:center;
		font-size:12px;
		line-height: 30px;
		background:#0669cc;
		border-top:1px solid #7bb0e4;
	}
		.copyright a {
			color:#7bb0e4;
		}	

			
@media (max-width: 1040px){
		.footerLeft{
			width:49%;
		}
		.footerMiddle{
			width:49%;
			border-right:none;
		}
		.footerRight{
			display: inherit;
			width: 100%;
			border-right: none;
			text-align: center;
			padding: 0px 0px 40px 0px;
			
		}
			.footerR_List{
				display: inline-block;
				width: 24%;
			}	
			.footerR_List a{
				padding: 0px 25px;
				text-align: center;
			}
}

	@media (max-width: 660px){
		.footerLeft{
			border-right: none;
			display: inherit;
			width:auto;
			padding-left: 30px;
		}
		.footerMiddle{
			width:auto;
			display: inherit;
			padding:30px 0px 0px 30px;
		}
		.footerRight{
			display: none;
		}		
}

/*-------產品展示----------------------------------------------------------------------------*/
/*商品類別列表*/
.productSortListArea {
	font-size:0px;
	margin:0px -10px;
}
	.productSortList {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.productSortList a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
			color:#fff;
			position:relative;
		}
			.productSortList 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*/
				.productSortList a:hover img {
					transform:scale(1.2);
					z-index:2;
					box-shadow:0px 0px 10px rgba(0,0,0,0.3);
					top:-30px;
				}
				.productSortList a:hover .productSortList_tit {
					/*color:#6e3fb8;*/
					/*z-index:3;*/
				}

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

	
		.productListImg {
			/*border: solid 3px #fff;*/  /*modify by pekey 20180509*/		      
			border: solid 1px #ccc;
			/*border-radius:5px;*//*modify by pekey 20180509*/		      
			cursor:pointer;
			overflow: hidden;
		}
			.productListImg img {
				width:100%;
				height:auto;
				position:relative;
				/*border-radius:3px;*/
				/*border: solid 1px #ccc;*/  /*modify by pekey 20180509*/		      
				
				/*modify by pekey 20180509*/
				box-sizing: border-box;
				transition: 0.4s ease all;
			}
			/*hover*/
			.productListImg:hover img {
				opacity: 0.7;
				transform: scale(1.1);
				transition: 0.4s ease all;
				overflow: hidden;
			}
			
		.productList_tit {
			font-size: 18px;
			line-height: 21px;
			color: #0368cd;
			padding: 20px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			/*text-align: center;*/
			font-weight: bold;

		}
		.productList_field {
			font-size: 14px;
			padding: 5px 0px;	
		}
			.productList_field span{
				display: block;
				line-height:20px;
				/*font-weight: bold;*/
			}
	.productList a{
		display:block;
		text-decoration:none;
		color:#000;		
	}


	@media (max-width: 1200px){
		.productListArea {
			/*margin: 0px -10px;*/  /*modify by pekey 20180509*/
		}
			.productList {
				/*width: 47%;
				padding: 30px 10px 30px;*/  /*modify by pekey 20180509*/
			}
	}

	@media (max-width: 1050px){
		.productList {
			/*width: 49.9%;*/ /*modify by pekey 20180509*/
		}
	}
	
	/*modify by pekey 20180509 start*/
	@media (max-width: 768px){
		.productListArea {
			margin: 0px -5px;  
		}
			.productList {
				padding: 30px 5px 30px;  
			}
	}
	
	@media (max-width: 640px){
		.productListArea {
		}
			.productList {
				width: 49.8%;
			}
	}
	
	@media (max-width: 320px){
		.productListArea {
			margin: 0px 0px;
		}

		.productList {
			width: 100%;
			padding: 30px 0px 0px;
		}
	}
	/*modify by pekey 20180509 end*/


	/*modify by pekey 20180509*/
	/*@media (max-width: 425px){
		.productListArea {
			margin: 0px auto;
		}

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

	}*/


/*-------產品內頁專區----------------------------------------------------------------------------*/


/*產品內頁上*/
.product_in_top {
	border-bottom: solid 1px #dcdcdc;
    padding: 0px 0px 20px;
	margin:0px 0px 20px;
}
	/*產品內頁產品圖*/
	.product_in_img {
		width:40%;
		float:left;
		padding: 20px 0px 0px;
	}

		/*大圖*/
		.pII_big {
		}
			.pIIB_img {
				display:none;
			}
				.pIIB_img img {
					width:100%;
					height:auto;
					border-radius:5px;
				}
			#b_img1 {
				display:block;
			}
		
		/*小圖*/
		.pII_s {
			margin:0px -5px;
			padding:20px 0px 0px;
		}
			.pII_s .device {
			}
				.pII_s .swiper-slide {
					box-sizing:border-box;
					padding:0px 5px;
				}
					.pII_s .swiper-slide img {
						width: 100%;
						height: auto;
						border: 1px solid #bfbfbf;
					}
			.pII_s .arrow-left {
				left:2px;
			}
			.pII_s .arrow-right {
				right:2px;
			}
	
	/*產品內頁上右*/
	.pIT_right {
		float:right;
		width:55%;
	}

		
		.pITR_tit {
			font-size: 20px;
			color:#707070;
			font-weight: bold;
			line-height: 26px;
			padding: 15px 0px 0px 0px;
		}

		
		/*商品說明短文字*/
		.pITR_remark {
			padding: 10px 0px 0px 0px;
			font-size: 15px;
			line-height: 23px;
			color: #666;
			
			word-wrap: break-word;
			word-break: break-all;
		}

		.pITR_desc {
			padding: 10px 0px 0px 0px;
			font-size: 15px;
			line-height: 23px;
			color: #666;
			
			word-wrap: break-word;
			word-break: break-all;
		}

			.pITR_remark span{
				display: block;
				line-height:20px;			
			}
			
			.pITR_desc span{
				display: block;
				line-height:20px;
			}
			

		@media (max-width: 1024px){
			
			/*產品內頁產品圖*/
			.product_in_img {
				width:38%;
			}	
		}
		
		
		
		@media (max-width: 925px){								
			
			/*產品內頁產品圖*/
			.product_in_img {
				width:80%;
				float:none;
				padding-bottom:15px;					
			}								
			
			/*產品內頁上右*/
			.pIT_right {
				width:100%;
				float:none;
			}								


		}							


		@media (max-width: 910px){


			/*產品內頁產品圖*/
			.product_in_img {
				width:34%;
				float:left;
				padding-bottom:0px;					
			}								
			
			/*產品內頁上右*/
			.pIT_right {
				width:60%;
				float:right;
			}								

		}
									
									
		
		@media (max-width: 768px){

			.product_in_top {
				text-align: center;
			}									

			/*產品內頁產品圖*/
			.product_in_img {
				width:70%;
				float:none;
				display:inline-block;					
			}								
			
			/*產品內頁上右*/
			.pIT_right {
				padding-top: 25px;
				width:100%;
				float:none;
				text-align:left;
			}										

		}									
		
									
		@media (max-width: 640px){

			/*產品內頁產品圖*/
			.product_in_img {
				width:100%;			
			}								

			/*.pITR_quantity select {
				margin: 5px 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:#6e3fb8;
			}
		.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%;
		}
	}


/*回上一頁*/
/*.back {
	text-align:center;
	padding:15px 0px 0px;
}
	.back a {
		display: block;
		transition: 0.3s ease all;
		text-decoration: none;
		width: 162px;
		line-height:33px;
		font-size:15px;
		margin: 0 auto;
		background: #303030;
		color: #fff;
		border-radius: 4px;
		padding: 0px 0px;
	}
		.back a:hover {
			opacity:0.7;
		}*/

/*按鍵區*/
.btn_area {
	font-size:0px;
	text-align:center;
	padding:20px 0px 0px 0px;
}
	.btn_area input {
		margin:0px 30px;
	}
		.btn_area input:nth-of-type(2) {
			background: #555;
		}
			.btn_area input:nth-of-type(2):hover {
				background: #9f9f9f;
			}
				/*FB按鍵*/
				input.fb_btn {
					background: #47639e;
					width: 195px;
				}
					input.fb_btn:hover {
						background: #47639e;
						opacity:0.7;
					}
				@media (max-width: 525px){
					.btn_area input {
						float:left;
						width:48%;
						margin:0px;
					}
					.btn_area input:nth-of-type(2) {
						/*float:right;*/
					}
					
					/*只有一個按鍵時*/
					.btn_area.one input {
						float:none;
					}
				}






/*-------最新活動----------------------------------------------------------------------------*/
/*最新消息列表*/
.news_list_area {
	padding-bottom:10px;
}
	.news_list {
		position:relative;
		display: table;
		border-bottom: dashed 1px #5a5a5a;
		padding: 20px 0px;
		width:100%;
	}
	.news_list:first-of-type {
		/*padding-top:0px;*/
	}
		.news_list a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
		}
			.news_list a:hover {
				opacity:0.7;
			}
			
		.nL_img {
			width:200px;
			display:table-cell;
			vertical-align:top;
		}
			.nL_img a {
			}
				.nL_img img {
					width:100%;
					height:auto;
				}
		.nL_right {
			display:table-cell;
			vertical-align:top;
			padding: 0px 20px;
		}
			.nLR_time {
				font-size: 12px;
				/*background: #423d35;*/
				background:#c70216;
				display: inline-block;
				color: #fdfdfd;
				padding: 5px 5px;
				border-radius: 2px;
			}
			.nLR_tit {
			}
				.nLR_tit a {
					color:#333;
					font-size:18px;
					line-height:26px;
					font-weight:bold;
					padding: 9px 0px;
				}
			.nLR_remark {
				color:#989898;
				font-size:14px;
				line-height:22px;
			}
	/*沒有照片時樣式*/
	.news_list.no_img .nL_img {
		display:none;
	}
	
				@media (max-width: 920px){
					.nL_right {
						padding: 0px 0px 0px 20px;
					}
				}
					@media (max-width: 425px){
						.nL_img {
							display:block;
							width:100%;
						}
						.nL_right {
							display:block;
							padding: 15px 0px 0px;
						}
					}

/*最新消息內頁標題*/
.newsInTit {
}
	.nIT_time {
		 font-size: 12px;
		background: #423d35;
		display: inline-block;
		color: #fdfdfd;
		padding: 5px 5px;
		border-radius: 2px;
	}
	.nIT_tit {
		position: relative;
		font-size: 25px;
		line-height: 33px;
		font-weight: bold;
		border-bottom: solid 1px #ffc4c8;
		padding: 7px 0px;
	}
		.nIT_tit:after {
			position: absolute;
			content: '';
			bottom: 0px;
			background: #d40011;
			width: 30px;
			height: 3px;
			right: 0px;
		}

/*回上一頁*/
.back {
	padding:30px 0px 0px;
}
	.back a {
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		background: #555;
		border-radius: 3px;
		font-size: 13px;
		line-height: 35px;
		width: 150px;
		/*color:#333;*/
		/*background:#fff;*/
		border: solid 1px #686868;
	}
		.back a:hover {
			opacity:0.7;
		}

/*-------型錄下載----------------------------------------------------------------------------*/
/*下載列表*/
.downloadListArea {
	padding: 20px 0px;
}
	.downloadTit {
		font-size: 25px;
		color: #0669cc;
		font-weight: bold;
		border-bottom: 1px solid #999;
		padding: 20px 0px;
	}
	.downloadList {
		position:relative;
		border-bottom: dashed 1px #5a5a5a;
		padding: 15px 120px 5px 5px;
	}
	/*.downloadList:nth-of-type(2n+0) {
		background:#f9f9f9;
	}*/
		.downloadList_tit {
			font-size:15px;
			line-height:23px;
		}
		.downloadList_time{
			color: #999;	
		}
		.downloadList_btn {
			position: absolute;
			right: 5px;
			top: 30px;
		}
			.downloadList_btn a {
				text-decoration: none;
				display: block;
				background: #0462b5;
				/*background:#c70216;*/
				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;
					}	


/*-------聯絡我們----------------------------------------------------------------------------*/
/*聯絡我們左*/
.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:20px 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:0px 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: left;
				padding: 50px 0px 0px 0px;
			}
			
				.btn_area input {
					margin: 5px 10px;
					/*margin: 0px 30px 0px 8px;*/
				}		
				
				/*返回按鈕*/
				input.back[type="button"]{
					background-color: #0669cc;
					/* 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: 0.7;
						/* border: 1px solid #f90; */
						transition: 0.3s ease all;
						/*color: #f9ff00;*/
				}



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

			.in_page_btn input[type="button"] {
				background: #04287e;
			}
			.one{
				text-align: center;	
			}
			@media (max-width:640px){
	
				.in_member_wrap{
				width:auto;
				}

			}
			
/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

	

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


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