/*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-字型 結束-------------------------------*/







/*--------------------------------------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畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:#63b2ec;  /*此為Loading的點點顏色*/
		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_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/








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

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

.wrap {
	width:1155px;
	margin:0 auto;
	padding: 0;
}
	@media (max-width: 1200px){
		.wrap {
			width:1000px;
		}
	}
	
	@media (max-width: 1050px){
			.wrap {
				width:auto;
				padding:0px 25px;
			}
	}	
	
	
		@media (max-width: 990px){
			.wrap {
				width:auto;				
				padding:0px 20px;
			}
		}





		@media (max-width: 768px){
			.wrap {
				/*width:auto;				
				padding:0px 20px;*/
			}
		}		
		
		
			@media (max-width: 660px){
				.wrap {
					/*padding:0px 15px;*/
				}
			}
		
		
			@media (max-width: 425px){
				.wrap {
					/*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;
	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:102px;
	height:33px;
	background:#63b2ec;
	color:#fff;
	border-radius:4px;
	line-height:30px;
	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 {
	width: 100%;
	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:0px;
				/*left:-20px;*/
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:0px;
				/*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 20150629------------------------------------------------------------------------*/							
.page_area_rwd {
	text-align:center;
	padding: 25px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:66px;
		font-size:15px;
		background:#63b2ec;
		line-height:30px;
		font-weight:bold;
		text-align:center;
		border-radius:4px;
		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;
			border-radius:4px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				/*background:#464646;*/
				background:#c0d9ec;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:12px !important;
			padding:7px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:30px !important;
			box-sizing:border-box;
			border-radius:3px;
		}
			@media (max-width: 760px){
				.page_left_arrow, .page_right_arrow {
					line-height: 40px;
					width: 83px
				}
				.page_select select {
					font-size: 15px !important;
					padding: 8px 18px 7px 16px !important;
					height: 40px !important;
					font-size: 15px !important;
				}
			}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	margin: 14px 0px 10px 0px;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		background:#595959;
		color:#fff;
		font-size:13px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
	}
		.tabs_btn_now:hover {
			background:#00a0e9;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #FFF;
			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;
		background:#595959;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:13px;
				}
					.tabs li a:hover {
						background:#00a0e9;
					}
					.tabs a { 
						color:#fff;
						text-decoration:none;
						display:block;
						padding:0px 36px 0px 36px;
						transition:0.3s ease all;
						background:#595959;
					}
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active a {
							background:#00a0e9;
						}
						.tabs li.active:after {
							/*content:url(../product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
}
					@media (max-width: 980px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;
							}
								.tabs li {
									float:none;
									text-align:center;
								}
									.tabs li.active:after {
										content:"";
									}
					}
		
/*-------驗證碼----------------------------------------------------------------------------*/
.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 {
	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;
		padding:10px 8px 0px;
	}
		.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;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 23px;
				padding: 9px 0px 10px;
			}
			
			
						
			.form_list.business {
				position: relative;
				padding: 23px 8px 0px 90px;
			}
			
				.form_list.business .fL_tit {
					position: absolute;
					top: 38px;
					left: 8px;
				}			
							
				.form_list.business .fL_right {
					/* padding: 23px 8px 0px; */
				}		
						
			
			
			
			
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
				}
			
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fLR_address {
			}
				.fLR_address select {
					width:auto;
					margin: 0px 5px 0px 0px;
				}
				input.fLRA_postalCode {
					width: 97px;
				}
				input.fLRA_address {
					margin: 12px 0px 0px 0px;
				}
			
			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.8%;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;
		}

		.agreeToTerms a {
			color:#ca0000;
		}
	
	/*表單區 按鍵區*/
	.form_btn_area {
		padding:30px 0px 0px;
		text-align:center;
	}
		.form_btn_area input {
			margin:0px 20px;
		}
		.form_btn_area input:nth-of-type(2) {
			background:#555;
		}
			@media (max-width: 540px){
				/*一列兩個樣式*/
				.fLType2 {
					width:auto;
					display:block;
				}
				
				/*表單區 按鍵區*/
				.form_btn_area input {
					float:left;
					width:48%;
					margin:0px;
				}
					.form_btn_area input:nth-of-type(2) {
						float:right;
					}
				.form_btn_area.one input {
					float:none;
				}
				
				
				
							
				.form_list.business {
					position:static;
					padding: 23px 8px 0px;
				}
				
					.form_list.business .fL_tit {
						position:static;
						top:auto;
						left:auto;
					}			
								
					.form_list.business label {
						display: block;
					}

				
			}
			
/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 0px;
}






			/*按鈕*/
			.btn_area {
				font-size: 0px;
				text-align: center;
				padding: 50px 0px 0px 0px;
			}
			
				.btn_area input {
					margin: 0px 15px;
					/*margin: 0px 30px 0px 8px;*/
				}		
				
				/*返回按鈕*/
				input.back[type="button"]{
					background-color: #63b2ec;
					/* background: rgba(255,255,255,0); */
					/* border: 1px solid #c9caca; */
					border-radius: 7px;
					color: #fff;
					font-size: 14px;
					width: 102px;
					height: 33px;
					line-height: 33px;
					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"]{
				width: 102px;
				height: 33px;
				line-height: 33px;
				border-radius: 7px;
				background: #63b2ec;
				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: 0.6;
				/*color: #f9ff00;*/
			}



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





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

}

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

/*-------漣漪效果----------------------------------------------------------------------------*/
.ripplesBtn {
	position:relative;
	display:block;
	line-height:50px;
	text-align:center;
	background:#09C;
	color:#fff;
}

/*-------版頭----------------------------------------------------------------------------*/
.header {
	box-shadow: 0px 0px 6px #d9dad8;
	position:relative;
}
	.header .wrap {
		position:relative;
	}
		/*logo*/
		.logo {
			width: 405px;
			padding: 38px 0px;
			float:left;
		}
			.logo img {
				width:100%;
				height:auto;
			}
			.logo a {
				display:block;
			}				
			.logo a:hover {
				opacity:0.5;
			}			
			
			
			
			/*logo的閃光*/
			.logo_flash {
				position:absolute;
				width:20px;
				height:72px;
				/*height:86px;*/
				background: rgba(255,255,255,0.8);
				top:3px;
				left:-25px;
				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: 20px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -10px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background:#555555;
				height:2px;
				margin: 4px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					top: 22px;
					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 {
			position: relative;
			float: right;
		}


				/*語系*/
				.lang {
					position: absolute;
					right: 0px;
					top: 10px;
					/* 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;
					}
				

			/*主按鍵*/
			.navbar {
				padding: 82px 0px 28px;
				box-sizing:border-box;
				overflow:hidden;
				margin-right: -25px;
			}
				.nav {
					float:left;
					box-sizing:border-box;
					padding:0px 25px;
					/*position:absolute;*/
					position:relative;
				}
				

				nav:first-child{
					margin-left:-25px;
					}
				.nav:nth-child(5){
					margin-right:-25px;
					}				
				
					.nav a {
						display:block;
						text-decoration:none;
						/*position:relative;*/
					}
					.nav > a {
						/*text-align:center;
						line-height:40px;*/					
						font-size:16px;
						color:#000000;
					}
						.nav:hover > a {
							color:#63b2ec;
						}

						.nav.active a{
							color:#04287e;
						}


	
	@media (max-width: 1200px){
		/*logo*/
		.logo {
		}
			.logo img {
			}

		.logo_flash {
			height: 59px;
		}
			/*主按鍵*/
			/*.navbar {
				margin: 0px -15px;
			}
				.nav {
					padding: 0px 15px;
				}*/
	}
	

	
@media (max-width: 990px){
		
	/*logo*/
	.logo {
		padding: 15px 0px;
	}

		
		/*手機menu按鍵*/
		.menu_btn {
			display:block;
		}
		
		/*版頭右*/
		.headerRight {
			position: fixed;
			width: 200px;
			top: 0px;
			right: -200px;
			height: 100%;
			box-sizing: border-box;
			background: rgba(0, 0, 0, 0.85);
			/*background: rgba(0, 95, 166, 0.74);*/
			transition: 0.3s ease all;
			padding: 56px 0px 0px;
			overflow-y: scroll;
			z-index: 4;
		}
			.headerRight.active {
				right: 0px;
				box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
			}


					.hRT_socialLink {
						float: none;
						display: inline-block;
						padding: 0px;
					}
						.hRT_socialLink a {
							padding: 9px 9px;
						}
						
						
						
				/*語系*/							
				.lang {
					position: static;
					right: auto;
					top: auto;
				}							
					.lang select {
						width: 100%;
						margin-bottom: 10px;
						border-radius: 2px;
					}		




				/*主按鍵*/
				.navbar {
					float:none;
					text-align:center;
					margin:0px;
					padding:0px;
					/*border-top: solid 2px #ccc;*/
				}
					.nav {
						float:none;
						width:auto;
						/*padding: 0px;*/
						/*border-bottom: solid 0.5px #6782bb;*/
					}
													
						.nav:first-child ,
						.nav:nth-child(5) {
							margin-left:0px;
							margin-right: 0px;
						}	
												
						.nav > a {
							color: #fff;
							border: none;
							border-radius: 0px;
							padding: 15px 10px;								
							/* background: #f3f3f3; 
							text-align: center;*/
						}
					
						
						
							/*主按鍵展開*/
							.navOpen {
								position: relative;
								width: auto;
								margin: 0px;
								left: 0px;
								top: 0px;
								padding: 0px;
							}
							.nav:hover .navOpen.pc {
								display:none;
								opacity:0;
								z-index:-999999;
							}
							.navOpen.mobile {
								display:none;
								opacity:1;
								z-index:1;
							}
								.navOpenBg:before {
									margin: 0px;
									left: 15px;
									border-width: 8px;
									border-bottom: solid 5px #000;
									top: -5px;
								}
									.navOpenList a {
										text-align:left;
										padding: 12px 15px;
										font-size:14px;
									}
}


@media (max-width: 425px){
	
	/*logo*/
	.logo {
		width: 90%;
	}

}



/*-------首頁----------------------------------------------------------------------------*/
.indexMain {
}
	.indexMain .wrap {
		font-size:0px;
	}
	
/*首頁公司最新消息*/

.indexnews{
	padding:40px 0px 35px;
	background-color:#f8f8f8;
	}


.indexnewsare_t{
	position:relative;
	/*float:right;
	display:inline-block;*/
	}

.indextite {
    /*float: left;*/
    font-size: 26px;
    font-weight: bold;
    color: #000000;
	text-align:center;
}


    
.indexmore{
	position:absolute;
	border:1px solid #c9caca;
	border-radius:5px;
	height:25px;
	top:-1px;
	right:25px;
	/*text-align:center;*/
	}
	
.indexmore a{
	line-height:24px;
	color:#595757;
	font-size:12px;
	padding:8px 12px;
	text-decoration:none;
	}	
	


.indexnewsarea{
	padding-top:50px;
	width:100%;
	}


.newsarea{
	padding-right:25px;
	padding-left:25px;
	border-right:2px solid #e6e6e6;
	display:inline-block;
	width:30%;
	}


.newsdate{
	color:#898989;
	font-size:14px;
	padding-bottom:10px;
	border-bottom:2px solid #63b2ec;
	width:80px;
	}


.newsInfo{
	padding-top:15px;
	font-size:16px;
	color:#595757;
	line-height:26px;
	}
	
.newsInfo a{
	font-size:16px;
	color:#595757;
	line-height:26px;
	text-decoration:none;
	}



.newsarea:first-child{
	margin-left:-25px;
	}

.newsarea:last-child{
	margin-right:-25px;
	border-right:0px;
	}



/*首頁公司簡介*/
.indexabout{
	padding-top:50px;
	}

.indexaboutInfo{
	padding-top:45px;
	text-align:center;
	font-size:16px;
	color:#595757;
	line-height:30px;
	}




/*首頁產品簡介*/
.indexproduct{
	padding-top:50px;
	padding-bottom:50px;
	}



/*首頁產品簡介輪播圖*/
	.iL_bg{
		margin:55px -6px 0px;
	}
		.device2{
			
		}
			.device2 .loverLeft{
				left:-10px;
				margin: -15px 0px 0px 0px;
			}
			.device2 .loverRight{
				right:-10px;
				margin: -15px 0px 0px 0px;
			}
			
			.device2:hover .loverLeft{
				left:-12px;
				
			}
			.device2:hover .loverRight{
				right:-12px;
				
			}			
			
			
			
				/*.loverItemArea{
					
				}*/




		/*首頁商品輪播區*/
		/*.swiper-container {
			height:auto;
		}*/
			.swiper-wrapper.prod {
				width:100%;
			}
				.swiper-slide.prod {
					padding: 0px 5px;
					box-sizing:border-box;
					overflow:hidden;
					/*width:25%;
					height:auto;*/
					}

					.swiper-slide.prod img {
						width:100%;
						height:auto;
					}



			
				.lover_Item{
					height: 204px;					
				}

				.lover_Item:hover{
					opacity:0.5;
					transition: 0.3s ease all;
				}
					.lover_Item a{
						display:-webkit-box;
						text-align: -webkit-center;
					}







	@media (max-width: 1200px){
		
		.newsarea{
			padding-right:15px;
			padding-left:15px;
			}
		.newsarea:first-child{
			margin-left:-15px;
			}
		
		.newsarea:last-child{
			margin-right:-15px;
			}	

	}


	@media (max-width: 768px){
		
		.indexnews {
			padding: 40px 0px 20px;
		}
		
		.newsarea{
			padding-right:0px;
			padding-left:0px;
			padding-bottom:20px;
			padding-top:20px;
			/*display:inline-block;*/
			width:100%;
			border-right:0px;
			border-bottom:2px solid #e6e6e6;
			}
			
		.newsarea:first-child{
			margin-left:0px;
			}
		
		.newsarea:last-child{
			margin-right:0px;
			border-bottom:0px;
			}	

	}



	@media (max-width: 425px){
		.indexmore{
			display:none;
		}		
	}












/*-------footer----------------------------------------------------------------------------*/
/* 浮動社群按鈕區塊 modify by Joanna 20251128 start */
/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					
.CommunityBtn_area{
	position:fixed;
	right:14px;
	/*bottom:190px;*/
	bottom: 20px;
	/*bottom:0px;*/
	/*z-index: 1000;*/
	z-index: 10;
	/*transform: scale(0.84);*/
	transition:0.3s ease all;
}
	
	

/*右側浮動FB-----------------------------------------------------*/
	.fbBtn {
		margin:7px 0px;
		position: relative;
	}
		.fbBtn a {
			display:block;
			transition:0.3s ease all;
			text-decoration:none;
			font-size:12px;
			line-height: 12px;
			text-align:center;
			width:50px;
			height:50px;
			box-sizing:border-box;
			border: solid 2px #0066b3;
			border-radius:100%;
			color:#674490;
			background: #fff;
			/*box-shadow:0px 0px 10px rgba(0,0,0,0.5);*/
			position:relative;
		}
			.fbBtn a i {
				font-size:40px;
				margin: -3px 0px -9px;
			}
			.fbBtn img{
				width: 45px;
				height: auto;
				position: absolute;
				top: 2px;
				right: 1px;
			}
				/*hover*/
				.fbBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #1e5070;
				}
					.fbBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					}
					
			/*標籤說明*/		
			.tab_description{
				display: none;
				position: absolute;
				left: -90px;
				top: 9px;
				background: rgba(0,0,0,0.6);
				color: #fff;
				padding: 10px 10px;
				font-size:13px;
    			transition: 0.3s ease all;
			}
			/*hover*/
			.fbBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
					

			
			
			
			
			
			
			
			
			
/*右側浮動Line-----------------------------------------------------*/
	.LineBtn {
		margin:7px 0px;
		position: relative;
	}
		.LineBtn a {
			display:block;
			transition:0.3s ease all;
			text-decoration:none;
			font-size:12px;
			line-height: 12px;
			text-align:center;
			width:50px;
			height:50px;
			box-sizing:border-box;
			border: solid 2px #21b54d;
			border-radius:100%;
			color:#674490;
			background: #fff;
			/*box-shadow:0px 0px 10px rgba(0,0,0,0.5);*/
			position:relative;
		}
			.LineBtn a i {
				font-size:40px;
				margin: -3px 0px -9px;
			}
			.LineBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 5px;
			}
				/*hover*/
				.LineBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #1e5070;
				}
					.LineBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					}
					
			/*標籤說明*/		
			/*.tab_description{
				display: none;
				position: absolute;
				left: -90px;
				top: 9px;
				background: rgba(0,0,0,0.6);
				color: #fff;
				padding: 10px 10px;
				font-size:13px;
    			transition: 0.3s ease all;
			}*/
			/*hover*/
			.LineBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
						
	


.footer_all {
	/*padding:36px 0px 25px;*/
}
	/*返回最上面*/
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:10;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:50px;
			height:50px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 1.5625rem 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #4c4944;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 15px;
			}
			.topBtn a span {
				font-size:0.75rem;
				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:#63b2ec;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #63b2ec;
					}
/* 浮動社群按鈕區塊 modify by Joanna 20251128 end */

.footer{
	background-color:#6f6f6f;
	padding:20px 0px 20px;
	}
	
.footerLeft_info{
	font-size:14px;
	color:#dcdddd;
	text-align:center;
	line-height:30xp;
	}


.copyright{
	padding-top:10px;
	font-size:12px;
	color:#dcdddd;	
	text-align:center;	
	line-height:30px;	
}
	.copyright a{
		color:#dcdddd;
		text-decoration:none;
	}
	.copyright a:hover{
		color:#10bcbd;
		text-decoration:none;
	}
	





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


.main {
}


	
	/*內頁上圖*/
	.inBanner {
		/*width:100%;
		height:auto;*/
	}
		.inBanner img{
			width:100%;
			height:auto;
		}
		
	
	
	/*麵包屑*/
	.crumb {
		font-size:13px;
		line-height:18px;
		color:#858585;
		/*text-align:right;*/
		padding:15px 0px 15px;
		box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.15);
		margin-bottom:2px;
		/*border-bottom:1px solid #858585;*/
	}
		.crumb a {
			color:#4f99d0;
			text-decoration:none;
		}



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







	
	/*網編區*/
	.textArea {
		width: 100%;
		padding:35px 0px 0px;
		font-size:16px;
		color:#333;
		line-height:35px;
	}
		.textArea a {
			color:#fff;
		}
		.textArea img {
			max-width:100%;
			height:auto;
		}
		.textArea iframe {
			width:100%;
			height:500px;
		}


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

/*-------公司簡介----------------------------------------------------------------------------*/


	/*右*/
	.right {
		float:right;
		width:248px;
		/*width:20.5%;*/
		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:#63b2ec;
			padding: 42px 0px 10px 0px;			
			font-weight:bold;
			border-bottom:#63b2ec 2px solid;
			width:85px;
		}
		
		/*右選單*/
		.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.active > a {
							color:#fff;
							/*font-size:18px;*/
							background: #63b2ec;
						}
						.leftList a:hover {
							/*color:#286bb4;*/
							background:#c0d9ec;
						}						
					
					/*有兩層選單時*/
					/*.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:75%;
			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);*/			
		}
		.left.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;
					}

			}
			






/*-------公司訊息----------------------------------------------------------------------------*/


.newsArea{
	padding-top:7px;
	}


.newsList{
	padding-top:28px;
	padding-bottom:10px;
	border-bottom:#a0a0a0 1px dotted;
	}




.newsindate{
	color:#898989;
	font-size:14px;
	padding-bottom:5px;
	border-bottom:2px solid #63b2ec;
	width:80px;
	}

.news_tit{
	padding-top:15px;
	color:#595757;
	font-size:18px;
	font-weight:bolder;
	text-decoration:none;
	}

.news_tit a{
	color:#595757;
	font-size:18px;
	font-weight:bolder;
	text-decoration:none;	
	}

.newsInfo{
	color:#595757;
	font-size:16px;
	line-height:30px;
	}

.newsmore{
	padding-top:5px;
	float:right;	
	}
.newsmore a{
	/*text-align:right;*/
	color:#04287e;
	font-size:14px;
	text-decoration:none;
	}




.newsList.newsin{
	/*padding-top:35px;*/
	border-bottom:0px;	
	}












/*-------產品展示----------------------------------------------------------------------------*/
/*商品類別列表*/
.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:#0048dc;*/
					/*z-index:3;*/
				}

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

	
		.productListImg {
			border: solid 1px #ccc;
			border-radius:5px;
			cursor:pointer;
			overflow:hidden;
		}
			.productListImg img {
				width:100%;
				height:auto;
				position:relative;
			}
		.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;		
	}

	.productListImg:hover{
		border: solid 1px #4f99d0;
	}
		.productListImg:hover img{
			opacity:0.6;
			transform:scale(1.3);
			transition: ease 0.3s all;
		}		
	.productList a:hover .productList_tit{
		color:#4f99d0;		
	}	
	
	

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

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



	@media (max-width: 768px){
		.productListArea {
			margin: 0px -10px;
		}
			.productList {
				width: 49.9%;
				padding: 0px 10px 30px;
			}
	}


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

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

			}









/*-------產品展示內頁----------------------------------------------------------------------------*/








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

.product_in_top{
	padding:35px 0px 20px;
}
								
	.product_in_img{
		float:left;
		width:50%;
		box-sizing:border-box;
		border: solid 1px #ccc;
	}						
		.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: 990px){
	.product_in_top {
		padding: 0px 0px 20px;
	}
}
@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:#97c7eb;
			top:0px;
			left: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%;
		}
	}






















/*-------精密設備----------------------------------------------------------------------------*/
/*精密設備列表*/
.equipmentListArea {
	font-size:0px;
	margin:0px -10px;
}
	.equipmentList {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.equipmentList a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
			color:#fff;
			position:relative;
		}
			.equipmentList 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;
			}
			.equipmentList_tit {
				font-size:18px;
				line-height:24px;
				color:#000;
				padding:10px 0px 0px;
				position:relative;
				transition:0.3s ease all;
			}
				/*hover*/
				.equipmentList a:hover img {
					transform:scale(1.2);
					z-index:2;
					box-shadow:0px 0px 10px rgba(0,0,0,0.3);
					top:-30px;
				}
				.equipmentList a:hover .equipmentList_tit {
					/*color:#0048dc;*/
					/*z-index:3;*/
				}

/*設備列表*/
.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;
		}

			}








/*/////////////////////////////////////////////////////////*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

/*下載列表*/
.download_list_area{
	padding:35px 0px 20px;
	/*margin:0px -12px;*/
}
	/*下載列表_清單*/
	.dLA_list{
		padding: 0px 0px 15px;
		/*float:left;*/
		width:48%;
		box-sizing:border-box;
	}
	.dLA_list:nth-child(2n+1){
		float:left;
	}
	.dLA_list:nth-child(2n){
		float:right;
	}
	
		/*下載列表_清單_in*/
		.dLA_list_in{
			/*background:#e6e6e6;*/
			background: rgba(230, 230, 230, 0.8);
			padding:25px 25px;
			border-radius:7px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 /*border: 1px #10bcbd solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
		}			

		/*下載列表_清單_左側*/
		.dLAL_left{
			float:left;
			box-sizing:border-box;
			width:60%;
			/*width:335px;*/
		}
			/*下載_標題*/
			.dLALL_tit{				
				color: #000;
				font-size: 16px;
				line-height:20px;
				font-weight: bolder;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*下載_內容*/
			.dLALL_text{			
				padding-top:7px;
				color: #595757;
				font-size: 14px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*下載_按鈕*/
		.download_btn{
			float: right;
		}
			.download_btn a{
				display:block;
				color: #10bcbd;
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid #10bcbd;
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				color:#fff;
				background-color:#10bcbd;
				/*border:1px solid #333;
				padding: 14px 50px;*/
				transition: 0.2s ease all;
			}


			



@media (max-width:860px){
	


	/*下載列表_清單*/
	.dLA_list{
		width:100%;
		float:none;
		padding:15px 0px;
	}


		/*下載列表_清單_左側*/
		.dLAL_left{
			width:75%;
		}
}

@media (max-width:680px){
	
		/*下載列表_清單_左側*/
		.dLAL_left{
			width:100%;
			float:none;
		}
		
		/*下載_按鈕*/
		.download_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.download_btn a {
				padding: 10px 0px;
			}		
				.download_btn a:hover{
					padding: 10px 0px;
				}		
		
}







/*-------聯絡我們----------------------------------------------------------------------------*/
/*聯絡我們左*/
.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;
}
	.map iframe{
		width:100%;
		height:450px;
	}	
	


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

				.map iframe{
					height:200px;
				}				

	
	}
	


/*================*/
/*main*/
/*================*/	

.main {
	
}								
								
	/*右*/
	.right_b{
		float: right;
		padding-left: 39px;
		width: 72.5%;
		padding-top:5px;
	}
	
		.right_bg{
			margin: 0px -39px;
		    padding: 30px 39px 0px;
		}
		
	
		/*右上*/
		.inT_bg{
				
		}
			.inTit{
				position:relative;
				height:60px;
				background: url(../images/decoration_dot.png) top left repeat-x;	
			}
				.rT_icon{
					float:left;
					background:#fff;
				}	
					.rT_icon img{
						width:60px;
						height:60px;
					}
										
					.rT_icon i{		
						font-size: 68px;
					    color: #cce25f;
					}
					
					
				.rT_tit{
					font-size:20px;
					color: #777;
					
					float:left;
					padding-top:39px;
					font-weight:bold;
					background:#fff;
					padding: 39px 23px 0px 12px;
				}
				
			/*右下*/	
			.rightListArea{
				padding-top:30px;
			}
				.rightList{
					padding-top:30px;
				}
				.rightList:first-of-type{
					padding-top:0px;
				}
					.rightList img{
						float:left;
						position: relative;
						text-align: center;
						padding-right:11px;
					}
					.rightList a{
						font-size:16px;
						line-height: 24px;
						color:#606060;
						text-decoration:underline;
						font-weight:bold;
					}
					.rightList a:hover{
						color:#aace36;
						font-weight:bold;
					}
				
				/*網編區*/	
				.textArea{
					font-size:15px;
					color:#2e2e2e;
					line-height:22px;
				}
				
				.rightList_tit{
					font-size:16px;
					line-height: 22px;
					color:#606060;
					font-weight:bold;
				}
					.rightList_tit img{
						padding-right:6px;
					}
						.rL_textArea{
							font-size:14px;
							color:#2e2e2e;
							line-height:22px;
							padding-top: 20px;
						}
						
				/*聯絡我們*/		
				.rLA_down{
					padding: 30px 0px 0px;
					margin: 0px -15px;
				}
					/*表單區*/
					.form_list:nth-of-type(5) {
						border-bottom: none;				
					}
						.form_btn_area input:first-of-type {
							margin-right:10px;
						}
						.form_btn_area input:last-of-type {
							margin-left:10px;
						}
		
					
@media (max-width: 1066px){
	.right {
		width:72%;
	}
		
}
@media (max-width: 1001px){	
	.lCA_list{
		
	}
		.lCA_icon {
		}
			.lCA_list img{
			}
		.lCA_info {
		}		
}
@media (max-width: 926px){
	.right {
		width:71%;
	}
}
@media (max-width: 950px){
	.left{
		float:none;
		width:100%;
	}
		.leftListArea{
			display:none;
		}
			.lCA_wrap{
				float: left;
				width: 33.3%;
			}
			.lCA_wrap:nth-of-type(2), .lCA_wrap:nth-of-type(3){
				border-top: 1px solid #aace36;
			}
			
				
		.leftContactArea{
			padding-top:30px;
			width:100%;
		}
			.lCA_list{
				padding: 15px 20px 15px 120px;
			}
				.lCA_icon {
					width: 70px;
				}
					.lCA_list img{
					}
				.lCA_info {
				}	
	.right{
		float:none;
		width: 100%;
		padding-left: 0px;	
	}
}

@media (max-width: 768px){ 
	
	.lCA_wrap{
		width:50%; 
	}
	 .lCA_wrap:nth-of-type(3){
		 border-top: 0px;
	 }
}

@media (max-width: 639px){
	.lCA_list {
    	padding: 15px 20px 15px 80px;
	}
		.lCA_icon {
			width: 50px;
		}

			
		.lCAI_ENtit {
			font-size: 16px;
			line-height: 20px;
		}
		
		
	
	.rLA_down{
		margin: 0px;
	}	
		
}

@media (max-width: 425px){
	.textArea img{
		width: 99%;
		height: auto;		
	}
	
	.lCA_wrap{
		float: none;
		width:100%;
	}

	.lCA_wrap:nth-of-type(2){
		border-top: 0px;
	}
			.lCA_list{
				padding: 15px 20px 15px 100px;
			}
				.lCA_icon {
					width: 70px;
				}
				
				.lCAI_ENtit {
					font-size: 15px;
				}


	.inTit{
	}
		.rT_tit {
			padding: 39px 0px 0px;
		}
}
@media (max-width: 357px){
	.lCA_icon {
		padding-left: 0px;
	}	
}

/*================*/
/* 最新消息模組*/
/*================*/


/*最新消息列表區塊*/
.news_list_area{
	
}
	.nLA_list{
		padding:7px 0px;
		position:relative;    
		border-bottom: 1px dotted #ccc;
	}
	.nLA_list:first-of-type{
		padding-top:0px;
	}
		.nLA_list_date{
			width: 13%;
    		padding: 5px 0px;
			float: left;
			text-decoration: none;
			box-sizing: border-box;
			font-size:15px;
			color: #97c7eb;
			font-weight:bold;
		}
		.nLA_list_tit{
			width: 87%;
			padding: 4px 0px 4px 10px;
			padding-left: 15px;
			float: left;
			text-decoration: none;
			box-sizing: border-box;
			text-overflow: ellipsis;
		}
			.nLA_list_tit a{
				font-size:15px;
				color:#4f4f4f;
				display:block;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				line-height:17px;
			}
			
			

@media (max-width:640px){
	
	.nLA_list{
	}
		.nLA_list_date{
			float: none;
			width: auto;
		}
		.nLA_list_tit{
			float: none;
			width: 100%;
			padding:5px 0px;
		}
}


/*================*/
/* 最新消息模組_內頁*/
/*================*/

/*新聞內頁標題區塊*/
.inPage_news_area{
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
	.iPNA_date{
		font-size:15px;
		color: #97c7eb;
	}
	.iPNA_tit{
		padding: 15px 0px;
		font-size:18px;
		font-weight:bold;	
	    line-height: 22px;
	}
		
	.textArea iframe{
		max-width:100%;
	}
	.textArea img{
		max-width:100%;
	}


/*////////////////////////////*/
/*----------版頭商品搜尋-----------*/
/*////////////////////////////*/

/*版頭商品搜尋*/
.header_search_area{
	position:absolute;
	right:0px;
	padding-top: 20px;
}
	#search{
		color:#000; 
	}
	@-moz-document url-prefix() { 
		#search{
			color:#ccc;
		}
	}
	.header_search{
		position: relative;
		font-size: 0px;
		background: #fff;
		border: solid 1px #c9caca;
		width: 263px;
		padding-right: 31px;
		border-radius: 2px;
		display: inline-block;
		vertical-align: top;
	}
		.header_search input {
			height: 31px;
			line-height: 30px;
		}
			.header_search input[type='text']  {
				border: none;
				/*padding:5px;*//*在IE顯示會擠壓到*/
				font-size: 14px;
				background: rgba(255, 255, 255, 0);
				padding: 0px 7px;
			}
			.header_search input[type='submit'] {
				position:absolute;
				float:left;
				padding: 0px 0px 6px ;
				display:none;
			}
					
					.header_search label  {
						position: absolute;
						right: 0px;
						top: 0px;
						background: #63b2ec;
						border-radius: 0px 2px 2px 0px;
						width: 31px;
						height: 31px;
					}
					/*hover*/
					.header_search label:hover{
						opacity: 0.7;
					}
					
					
						.header_search  i{
							font-size: 26px;
							color: #fff;
							position: relative;
							top: 3.5px;
							left: 3px;
						}
								
										
	.header_search_area.in{
		right:0px;
		width: 100%;
		display:none;
		z-index: 999;
	}




.mobile_searchArea{
	display: none;
	position: relative;
}

	.mobile_searchMain{
      padding: 0px 125px 0px 0px;
	}
		.mobile_searchIn{
			position: relative;
			font-size: 0px;
			background: #fff;
			border-radius: 2px;
			padding-right: 0px;
		}
			.mobile_searchIn input{
				border: none;
				font-size: 14px;
				background: rgba(255, 255, 255, 0);	
			    padding: 0px 38px 0px 7px;
				height: 31px;
				line-height: 30px;
			}
			.mobile_searchIn label{
				background: rgba(255,255,255,0);
				border-radius: 0px 2px 2px 0px;
				width: 31px;
				height: 31px;
				position: absolute;
				right: 0px;
				top: 0px;
			}
				.mobile_searchIn i{
					position: relative;
					top: 3.5px;
					left: 3px;
					color: #555555;	
				}
				.mobile_searchIn input[type='submit']{
					position: absolute;
					float: left;
					padding: 0px 0px 6px;
					display: none;
				}
				



	/*詢價車按鈕*/
	.header_inquiryArea{
		padding-left: 10px;
		float: right;
	}
		.header_inquiryArea a{
			display: block;
			font-size: 12px;
			background: #63b2ec;
			height: 33px;
			text-decoration: none;
			line-height: 27px;
			padding: 0px 10px;
			color:#fff;
			border-radius: 2px;
		}
		
		/*hover*/
		.header_inquiryArea a:hover{
			opacity: 0.7;
		}
		
			.header_inquiryArea i{
				display: inline-block;
				font-size: 18px;
				position: relative;
				top: 8px;
			}

			.header_inquiryArea span{
				display: inline-block;
				font-size: 14px;
				position:relative;
				top: 4px;
			}	
			
			.hearder_inquiryQuantity {
				border-radius:100%;
				color:#fff;
				background:#909090;
				text-align:center;
				font-size:12px;
				width:22px;
				height:22px;
				line-height: 25px;
				display:inline-block;	
				letter-spacing:0px;
				position: relative;
				top: 3px;
				transition: 0.3s ease all;
			}
					
			
			
					
@media (max-width: 990px){ /*@media (max-width: 700px){*/

	.mobile_searchArea{
		display: block;
		padding: 15px 0px;
		background: #d4d4d4;
	}
		
			
	/*版頭商品搜尋*/
	.header_search_area{
		right:0px;
		width: 100%;
		display:none;
	}


	.header_search_area.in{
		left: 0px;
		right: 0px;
		width: 100%;
		margin: 0px;
		padding: 5px 0px;
		display: block;
		position: relative;
	}

		.header_search{
			position: relative;
			font-size: 0px;
			background: #fff;
			border: 0px;
			width: 170px;
			padding-right: 0px;
		}
			
			.header_search label{
				background:rgba(255,255,255,0);
			}
				.header_search i{
					color:#6278bd;
				}
			


.headerRight_topArea{
	display: none;
}

	/*手機版_語系區塊*/
	.mobile_langArea{
		display: block;
	}
		.mobile_langArea select {
			height: 45px;
		}
		
	
	.header_inquiryArea{
		position: absolute;
		top: 0px;
		right: 20px;
	}
		.header_inquiryArea a{
			height: 31px;
			background-color: #a7a7a7;
		}
}





@media (max-width:375px){
	
	.mobile_searchMain{
      padding: 0px 38px 0px 0px;
	}
	
	.header_inquiryArea a{
		padding: 0px;
		background: transparent;
		color: #555;
	}
		.header_inquiryArea i{
			font-size: 24px;
			top: 4px;
		}
		.header_inquiryArea span{
			display: none;
		}
		.hearder_inquiryQuantity{
			position: absolute;
			top: -5px;
			right: -12.5px;
			background-color: #63b2ec;
		}
}



	
	




				
/*////////////////////////////*/
/*----------詢價車-----------*/
/*////////////////////////////*/

/*詢價車按鈕區塊*/
.add_cartArea{
	padding: 40px 0px;
    box-sizing: border-box;
	
}
	.add_cartArea input{
		border-radius: 7px;
		color: #fff;
		font-size: 14px;
		width: 102px;
		height: 33px;
		line-height: 33px;
		transition: 0.3s ease all;
		background: #63b2ec;
	}
	
	.add_cartArea input:nth-of-type(1){
		background: #a4a7a7;
		margin-right: 15px;
	}
	




/*白底*/
.white_bg {
	background: #fff;
    padding: 15px 15px;
    border: solid 1px #bebebe;
    border-radius: 3px;
	
	/*modufy by pekey 20171221*/
	margin-top:25px;
}
@media (max-width: 950px){
	.white_bg {
		padding:10px;
	}
}

/*購物車區塊*/
.cart_area {
	width:100%;
	/*max-width:801px;*/
	margin:0 auto;
}

/*購物車商品列表*/
.cart_product_list_area {
	
}

	/*購物車備註*/
	.cart_remark {
		text-align:center;
		padding:0px 0px 15px 0px;
		color:#BF0000;
		line-height:22px;
	}
	
	.cart_product_list_area table {
		width:100%;
		margin:0 auto;
		border-radius: 3px;
		overflow: hidden;
	}
		.cart_product_list_area tr {
		}
			.cart_product_list_area td {
				text-align:center;
				vertical-align:middle;
				font-size:15px;
				line-height: 24px;
				color:#333;
				padding:10px 15px;
				box-sizing:border-box;
				border-bottom: solid 1px #bebebe;
				border-right: solid 1px #bebebe;
				background: #f4f4f4;
			}
				/*商品名稱*/
				.cPL_product {
					font-size:0px;
					min-height:72px;
					text-align:left;
					font-size:15px;
					position:relative;
				}
					/*加購品標籤*/
					.cPLP_label {
						position: absolute;
						top: 0px;
						left: 0px;
						font-size: 12px;
						color: #fff;
						background: #333;
						line-height: 20px;
						z-index: 1;
						padding: 0px 10px;
					}
					
					.cPL_product a {
						color:#000;
						text-decoration:none;
						display:block;
						
						width: 100px;
						z-index: 99;
					}
						.cPL_product img {
							width: 100%;
							height:auto;
							
							border: solid 1px #b4b4b4;
							background:#fff;
						}
						
					.cPL_product_tit {
						position: absolute;
						z-index: 1;
						top: 50%;
						-webkit-transform: translateX(0%) translateY(-50%);
   						transform: translateX(0%) translateY(-50%);
						
						width: 100%;
						box-sizing: border-box;
						
						padding:0px 0px 0px 125px;
						letter-spacing:0px;
					}
				
				/*商品規格*/
				.specification {
					text-align:left;
					font-size: 14px;
					line-height: 22px;
					padding: 6px 0px 0px;
					color: #226484;
				}
				
				.cart_product_list_area table input {
					height:40px;
					line-height:40px;
					margin:4px 0px;
				}
					.cart_product_list_area table input[type='text'] {
						width:66px;
						border: solid 1px #e7e7e7;
						text-align:right;
					}
					.cart_product_list_area table input[type='button'] {
						border-radius: 3px;
						font-weight: bold;
						width: auto;
						padding: 0px 8px;
						box-sizing: border-box;
						background: #969696;
						line-height: 28px;
						height: 28px;
						background: #FFFFFF;
						border: solid 1px #c4c4c4;
						color: #333;
					}
					.cart_product_list_area table input[type='button'].remittance_btn {
						width: auto;
						padding: 0px 12px;
						background: #BF4848;
						color:#fff;
					}					
						
		/*第一組tr*/
		.cart_product_list_area tr:first-of-type td {
			border-top: solid 1px #bebebe;
			padding: 5px;
			background-color:#e5e5e5;
		}
		/*第三組tr*/
		.cart_product_list_area tr:nth-of-type(3) td {
			/*background-color:#e5e5e5;	*/
		}
		
		
		/*第一個td*/
		.cart_product_list_area td:first-of-type {
			width:40%;
			border-left: solid 1px #bebebe;
		}
			td.cPL_twoBtn {
				padding: 5px 0px;
			}
		
		/*2進位的tr*/
		.cart_product_list_area tr:nth-of-type(2n+0) td {
			background:#fff;
		}
		
		/*折抵列*/
		.cart_product_list table {
			background: #e0e0e0;
			border-radius: 3px;
			border: 1px solid #bebebe;
			font-size: 14px;
			line-height: 25px;
			font-weight:bold;
		}
			.cart_product_list table input[type=text] {
				height: 22px;
				line-height: 22px;
				width: 62%;
			}
			.cart_product_list.single_row {
				padding: 22px 0px 0px;
			}
				.cart_product_list td {
					background: #f4f4f4;
					padding: 15px 5px;
					box-sizing: border-box;
					vertical-align: middle;
				}
				.cart_product_list td:nth-of-type(2),.cart_product_list td:nth-of-type(4) {
					color:#de494a;
				}
				
				.cart_product_list td:first-of-type,.cart_product_list td:nth-of-type(3) {
					background: #e5e5e5;
				}
					.c_p_l_del_btn.update {
						background: #de484d;
						background-size: 100%;
						/* font-weight: 100; */
						width: 42px;
					}
						input[type=button].c_p_l_del_btn {
							font-size: 14px;
							font-weight: 700;
							color: #fff;
							width: 35px;
							height: 22px;
							line-height: 22px;
							border-radius: 3px;
						}
	
	
	
	
	
	.cart_product_list_area td select {
		width: 46px;
		height: 36px;
		/*line-height: 28px;*/
	}
	
	
					
@media (max-width: 715px){
	/*折抵列*/
	.cart_product_list.single_row td {
		display: block;
		width: 100%;
	}
	
	
	/*第一組tr*/
	.cart_product_list_area tr:first-of-type {
		display:none;
	}
	
	/*第一個td*/
	.cart_product_list_area td:first-of-type {
		width: auto;
		padding: 10px 14px;
	}
	
	/*最後一個td*/
	.cart_product_list_area td:last-of-type {
		/*border-bottom: solid 2px #ADABAB;*/
		border-bottom: solid 1px #ADABAB;
		padding: 5px 14px 10px 14px;
	}
	
	/*第五個td*/
	.cart_product_list_area td:nth-of-type(5) {
		padding: 5px 14px 10px 14px;
	}
		.cart_product_list_area td:nth-of-type(5):before {
			display:none;
		}
	
	.cart_product_list_area table {
		/*border: solid 2px #e1e1e1;
		border-top: solid 3px #e1e1e1;*/
		border-top: solid 1px #bebebe;
		border-radius:5px;
	}
		.cart_product_list_area td {
			display:block;
			border:none;
			text-align:left;
			border-left: solid 1px #bebebe;
			border-right: solid 1px #bebebe;
			padding: 5px 14px;
		}
		
			.cart_product_list_area td:before {
				content:attr(data-name);
			}
			/*商品名稱*/
			.cPL_product {
				border-bottom: solid 1px #bebebe;
				padding:0px 0px 15px 0px;
				/*color: #BA896F;*/
				/*font-weight: bold;*/
				font-size:16px;
			}
			
			.cart_product_list_area table input {
				height:40px;
				line-height:40px;
			}
				.cart_product_list_area table input[type='button'] {
					width:100%;
				}
			
					/*兩個按鍵時*/
					.cart_product_list_area table .cPL_twoBtn input[type='button'] {
						float:left;
						width:48%;
					}
					.cart_product_list_area table .cPL_twoBtn input[type='button']:nth-of-type(2) {
						float:right;
					}
}
			
			

/*運費提示詞*/
.shippingFee_remark {
	background: #ffd34d;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
    /*padding: 8px 5px;*/ /*modify by pekey 20171220*/
    padding: 8px 5px 6px;
	color:#333;
	font-weight:bold;
}

/*購物車合計區*/
.cart_total_area {
	padding:22px 0px 0px;
}
	.cart_total_area table {
		font-size:15px;
		line-height:29px;
		border-top: solid 2px #707070;
	}
		.cart_total_area tr {
		}
			.cart_total_area td {
				padding:6px 15px;
				text-align:right;
				border-bottom: solid 1px #bebebe;
				font-weight: bold;
			}
				.cart_total_area td strong {
					font-size:20px;
					color:#de494a;
				}
				.cart_total_area td span {
					/*font-size:13px;*/
					color:#666;
				}
					/*每一行第一個td*/
					.cart_total_area td:first-of-type {
						border-right: solid 1px #bebebe;
					}
					/*每一行第二個td*/
					.cart_total_area td:last-of-type {
						width:200px;
					}
					
						/*購物車表單最後的按鈕*/
						.btn_area {
							font-size: 0px;
							text-align: center;
							/*padding: 15px 0px 0px 0px;*/ /*modify by pekey 20171220*/
							padding: 30px 0px 0px;
						}
							.btn_area input {
								margin: 0px 30px;
							}
							.btn_area input:nth-of-type(2) {
							}
	
	
	




@media (max-width: 440px){
	/*每一行第二個td*/
	.cart_total_area td:last-of-type {
		width: 120px;
	}
}


/*未登入要顯示的提示*/
.not_logged_remark {
	background:#D4F4FB;
	text-align:center;
	font-size:15px;
	line-height:22px;
	border-radius:5px;
	margin:20px 0px 0px 0px;
	padding: 8px 5px;
}
	.not_logged_remark a {
		color:#027be1;
		text-decoration:underline;
		transition:0.3s ease all;
	}
		.not_logged_remark a:hover {
			color:#DE484D;
		}



/*表單區左*/
.form_left {
	width:50%;
	float:left;
}

/*表單區右*/
.form_right {
	width:50%;
	float:right;
}


.cart_member_area textarea {
	height: 206px;
    padding: 10px 6px;
}




@media (max-width: 640px){
	/*表單區左*//*表單區右*/
	.form_left, .form_right {
		float:none;
		width:auto;
	}
		/*沒有輸入框時*/
		.fL_info.no_input {
			padding: 0px 0px 5px 0px;
		}
		.fL_info label {
			padding: 6px 0px;
		}
		
}
	
	
	









	

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


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