/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#0048dc;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#0048dc;
	color:#fff;
}

.wrap {
	width:1180px;
	margin:0 auto;
	padding: 0;
}
	@media (max-width: 1200px){
		.wrap {
			width:970px;
		}
	}
		@media (max-width: 990px){
			.wrap {
				width:auto;
				padding:0px 20px;
			}
		}
			@media (max-width: 660px){
				.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: 150px;
    height: 35px;
    color: #fff;
    background: #fa9a2a;
    /* border: solid 1px #898989; */
    border-radius: 3px;
    line-height: 35px;
    transition: 0.2s ease all;
    letter-spacing: 1px;
	font-size: 13px;
}
	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:-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: 17px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 10px;
			  height: 10px;
			  border-radius: 5px;
			  background: #fa9a2a;
			  margin: 0 7px;
			  cursor: pointer;
			  border-radius: 50%;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #0090d4;
			}
				/*客制區塊*/
				.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:#fa9a2a;
		line-height:30px;
		font-weight:bold;
		text-align:center;
		border-radius:4px;
		display: inline-block;
		vertical-align: top;		
		
		/*width: 30px;
		font-size: 15px;
		background: #fff;
		line-height: 30px;
		font-weight: bold;
		text-align: center;
		border-radius: 50%;
		border: 1px solid #898989;*/	
	}
	
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			border-radius:4px;
			/*color:#898989;
			border-radius:50%;*/
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#898989;
			}
	.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;
	}
		.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;
			}
			
			/*檔案上傳樣式*/
			.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;*/
			margin:0px 10px;
		}
		.form_btn_area input:nth-of-type(2) {
			background:#555;
		}
		
		
		
		
		
		
		
			@media (max-width: 800px){		
				.form_btn_area {
					text-align: center; 
				}	
				
				.form_btn_area input {
					margin:0px 20px;
				}				
				
			}	
		
		
		
		
		
			@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;
				}
			}
			
/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 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;
	}
}

/*-------漣漪效果----------------------------------------------------------------------------*/
.ripplesBtn {
	position:relative;
	display:block;
	line-height:50px;
	text-align:center;
	background:#09C;
	color:#fff;
}



/*-------版頭----------------------------------------------------------------------------*/
.header {
	box-shadow: 0px 0px 6px #d9dad8;
	position:relative;
	border-top: 6px solid #fa9a2a;
}
	.header .wrap {
		position:relative;
	}
		/*logo*/
		.logo {
			float:left;
			padding-top: 25px;
		}
			.logo img {
				width:100%;
				height:auto;
			}
			
			
			
			/*logo的閃光*/
			.logo_flash {
				position:absolute;
				width:20px;
				height:115px;
				background: rgba(255,255,255,0.8);
				top:0px;
				left:-36px;   /*Judy修改20180326*/
				/*left:-22px;*/
				transform:rotate(20deg);
				transform-origin:center;
				box-shadow: 0px 0px 10px #FFF;
			}
				.logo_flash_hover {
					left:300px;   /*Judy修改20180326*/
					/*left:222px;*/
					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: #fa9a2a;
				height:2px;
				margin: 4px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					/*top: 22px;*/
					top: 60px;
					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;
			padding: 10px 0px 0px;
			/*width:655px;*/
		}
			/*版頭右上*/
			.headerRightTop {
				padding: 25px 0px 0px;
				/*padding:11px 0px 0px;*/
			}
				/*版頭社群*/
				/*.headerRightTop_socialLinkArea {
					float:right;
					padding:0px 7px;
				}
					.hRT_socialLink {
						float:left;
						padding:0px 7px;
					}
						.hRT_socialLink a {
							display:block;
						}
							.hRT_socialLink img {
							}
								.hRT_socialLinkImg1 {
								}
								.hRT_socialLinkImg2 {
									display: none;
								}*/
									/*hover*/
									/*.hRT_socialLink a:hover .hRT_socialLinkImg1 {
										display:none;
									}
									.hRT_socialLink a:hover .hRT_socialLinkImg2 {
										display: block;
									}*/








	/*版頭商品搜尋*/
	.header_search_area{
		float: right;
		vertical-align:middle;
	}
		#search{
			color:#777; /*修改by pekey 20170725*/
		}
		@-moz-document url-prefix() { 
			#search{
				color:#ccc;
			}
		}
		.header_search{
			position: relative;
			font-size: 0px;
			/* background: #fff; */
			border-bottom: solid 1px #fa9a2a;
			width: 195px;
			/* padding-right: 22px; */
			/* border-radius: 15px; */
		}
			.header_search input {
				height: 26px;
				line-height: 26px;
			}
				.header_search input[type='text']  {
					border: none;
					/*padding:5px;*//*在IE顯示會擠壓到*/
					font-size: 13px;
					background: rgba(255, 255, 255, 0);
					/*padding: 0px 12px 0px 0px;*/
				}
				.header_search input[type='submit'] {
					position:absolute;
					float:left;
					padding: 0px 0px 6px ;
					display:none;
				}
						
						.header_search label  {
							position: absolute;
							left: 0px;
							top: 0px;
							margin: 3px 0px 0px -31px;
						}
						
							.header_search  i{
								font-size: 30px;
								color: #fa9a2a;
								margin: -3px;
							}

							.header_search:hover  i{
								opacity:0.7;
							}


				/*版頭語系*/
				.lang {
					float:right;
					padding-left:25px;
				}

				
					.langLink {
						position:relative;
						float:left;						
						background:#f7942c;
						border: solid 1px #f7942c;
					}
					
						.langLink a {
							padding:1px 2px;
							display:block;
							text-decoration:none;
							font-size:15px;
							line-height:22px;
							color:#fff;
						}					
					
					
					/*語系當前模式*/
					.langLink.active {						
						background:#fbf5f9;
						border: solid 1px #f7942c;
					}
					
						.langLink.active a {
							color:#f7942c;
						}					

							.langLink a:hover {
								color:#000;
							}
							
							
							
							
							
							
							
							
							
			/*主按鍵*/
			.navbar {
				padding:12px 0px 0px;
				margin:0px -18px;
				letter-spacing:0px;
			}
				.nav {
					float:left;
					box-sizing:border-box;					
					position:relative;
				}
					.nav a {
						display: block;
						text-decoration: none;
						position: relative;
						height: 40px;
						padding: 10px 35px 10px;
					}
					.nav > a {
						text-align:center;
						font-size:18px;
						line-height: 22px;
						color:#717171;
					}
					
					.nav:hover , .nav.active {
						background:#fa9a2a;
					}
						.nav:hover > a , .nav.active > a  {
							color:#fff;
						}					
					
					


							/*主按鍵展開*/
							.navOpen {
								position:absolute;
								left:50%;
								padding:9px 0px 0px;
								width:164px;
								margin:0px 0px 0px -82px;
								display:none;
								z-index: 2;
							}
							.nav:hover .navOpen.pc {
								display:block;
							}
							.navOpen.mobile {
								display:none;
								opacity:0;
								z-index:-999999;
							}
								.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:15px;
												color:#fff;
												line-height:22px;
												padding:7px 0px;
												background:rgba(0,0,0,0.65);
												transition:0.3s ease all;
											}
												.navOpenList a:hover {
													background: rgba(0, 72, 220, 0.78);
												}
	
	@media (max-width: 1200px){
		/*logo*/
		.logo {
			padding: 40px 0px 0px;
		}
			/*.logo img {
				width: 372px;
				height: auto;
			}*/
		
		/*版頭右*/
		.headerRight {
			/*width: 550px;*/
		}
			/*主按鍵*/
			.navbar {
				margin: 0px -7px;
			}
				.nav {
					padding: 0px 7px;
				}
					.nav > a {
						font-size:18px;
						line-height: 23px;
						 padding: 15px 25px;
					}
			
					
	}
	
	
	
		@media (max-width: 990px){
			/*logo*/
			
		.logo {
			padding: 40px 0px 20px;
		}			
			
			
			
			
			/*手機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;
				overflow-y: scroll;
				z-index: 4;
			}
				.headerRight.active {
					right: 0px;
					box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
				}
					/*版頭社群*/
					/*.headerRightTop_socialLinkArea {
						float: none;
						padding: 0px;
						background: rgba(255, 255, 255, 0.95);
						position: absolute;
						width: 100%;
						bottom: 0px;
						text-align: right;
					}
						.hRT_socialLink {
							float: none;
							display: inline-block;
							padding: 0px;
						}
							.hRT_socialLink a {
								padding: 9px 9px;
							}*/
					
					/*版頭語系*/
					.lang {
						float: none;
						border: none;
						/*background: #0048dc;*/
						border-radius: 0px;
						padding-left: 0px;
					}
					
	
						.langLink {
							box-sizing:border-box;
							width:50%;
							text-align:center;
						}
							.langLink a {
								line-height: 42px;
								/*color: #7093dc;*/
							}

							.langLink:after {
								top: 14px;
								right: -3px;
								color:#fff;
							}
		
							
							
							
					/*版頭搜尋*/							
							
					.header_search_area {
						/*float: right;
						vertical-align: middle;*/
						width: 100%;
					}
					
					
					.header_search {
						/*position: relative;
						font-size: 0px;
						border-radius: 0px;
						padding-right: 0px;*/
						width: 100%;				
						border:none;
					}
					
					
					.header_search input[type='text'] {
						/*border: none;
						font-size: 13px;*/
						background: #fff;
						padding: 0px 0px 0px 45px;
						border-radius: 0px;
					}
					
					.header_search input {
						height: 50px;
						/*line-height: 26px;*/
					}
					
					.header_search label {
						/*position: absolute;
						left: 0px;
						top: 0px;*/
						margin: 14px 0px 0px 8px;
					}							
												
							
							
							
							
							
							
							
							
							
								
								
					/*主按鍵*/
					.navbar {
						margin:0px;
						padding:0px;
						border-top: solid 2px #ccc;
					}
						.nav {
							float:none;
							width:auto;
							padding: 0px;
							border-bottom: solid 1px #d4d4d4;
						}

						.nav:nth-child(4) a {
							height: 47px;
						}
						
							.nav > a {
								border:none;
								border-radius:0px;
								background: #f3f3f3;
								text-align:left;
								padding: 13px 15px 13px;
								line-height:40px;
							}
						
							.nav:nth-child(4) > a {
								line-height: 28px;
							}							
							
							
							
							
							
							.nav.active > a{
								background:#fa9a2a;
							}							
							
							.nav:hover > a {
								background:#fa9a2a;
							}
							
							
								/*主按鍵展開*/
								.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: 460px){
				
				
				.logo {
					width: 230px;
				}		
							
					
				/*手機menu按鍵*/
				.menu_btn {
				}
					.menu_btn.active {
						top: 4vw;
					}
				
				/*版頭右*/
				.headerRight {
					padding: 12.2vw 0px 0px;
				}
			}
			
			
			
			@media (max-width: 425px){
		
				.logo {
					width: 200px;
				}		
					
			}			
			
			
			
			
/*-------首頁內容----------------------------------------------------------------------------*/			
			
.indexMain {
	background: #212121;
	padding-bottom: 38px;
}
	.indexMain .wrap {
		font-size:0px;
	}	
			
			
			
/*-------首頁產品區-------*/			
			
.indexProdArea{
	/*width:100%;*/
	margin: 0px -15px;
	padding-top:66px;
}


	.indexProdList{
		width:25%;
		box-sizing:border-box;
		float:left;
		padding: 0px 15px;
	}
	
	.indexProdListIN{
		position:relative;
	}	
	
	
	
		.indexProd{
		}
						
		
			.indexProd_IMG{
				width:100%;
			}

		
			.indexProd_IMG img{
				width:100%;
				height:auto;
			}

									 
			.indexProd_Title{
				font-size:31px;  /*Judy 修改20180312*/
				color:#fff;
				background:#646a73;
				padding:16px 49px;
				border-top:3px solid #fa9a2a;
				text-align:center;
			} 			
					
			
			
			
			
			
		/*首頁產品目錄	*/	
		.indPrLi_area{
			position:absolute;
			top: 0px;
			background: rgba(0, 0, 0, 0.8);	
			width: 100%;
			display:none;
		}



			.indPrLi_inT{
				text-align:center;
				color:#fff;
				font-size:28px;
				padding:15px 0px;
				border-bottom:2px #fa9a2a solid;
			}
			
				
				in.dPrLi_in{
				}
										
					.indPrLi_inList{
						text-align:center;
						/*padding:14px 0px;*/
					}			
						
					.indPrLi_inList >a{						
						padding:10px 10px;  /*Judy修改20180316*/
						text-align:left;  /*Judy修改20180316*/
						display:block;
						color:#fff;
						font-size:25px;
						text-decoration:none;
						text-align:left;
					}			
			
					.indPrLi_inList:hover >a{
						background:#fa9a2a;	
					}			
			
			
		/*選單滑入出現效果*/			
		.indexProdList:hover .indPrLi_area{
			display:block;
		}			
			
			
			
			
	
	
	
			
/*-------首頁最新消息區-------*/		
	
.indexNewsArea{
	padding:55px 0px 36px;
}


	.indexNewsTop{
		background:url(../images/news_line.png) top left repeat-x;
		position: relative;
		height:19px;
	}

		
		.indexTitStyle1{
			padding:0px 40px;
			position:absolute;
			color:#fff;
			font-size:35px;
			background:#212121;
			top:0px;
			left:50%;
			margin: -7px 0px 0px -111px;
		}

  
	.indexNews{
		padding-top: 45px;
	}                    


		.indexNewsList{
			box-sizing:border-box;
			width:49.5%;	
			padding-right:35px;		
			
			}
		
		.indexNewsList:first-child {
			float:left;			
			/*padding-left:35px;*/	
		}
		
		.indexNewsList:nth-child(2){
			float:right;
		}		

				
			/*首頁最新消息左側*/     
			.indexNewsIMG{
				float:left;
				border:1px solid #8e97a4;
			}       
			.indexNewsIMG img{
				height:auto;
				width:100%;
			} 						
				
				.indexNewsIMG a{
					display:block;		
				}

				.indexNewsIMG:hover a{
					opacity:0.7;
				}			

					
			
			/*首頁最新消息右側*/
			.indexNewsRight{
				float:right;
				width:60%;				
			}  

									
				.indexNewsDate{
					color:#fff799;
					font-size:17.5px;
					padding-bottom:12px;
				}
								
				.indexNewsTitle{
					color:#fff;
					font-size:17.5px;					
				}   
				    
					.indexNewsTitle a{
						color:#fff;
						font-size:17.5px;
						text-decoration:none;
						display:block;					
					} 
					
					.indexNewsTitle:hover a{
						color:#fa9a2a;			
					} 					
					
					
												
				.indexNewsInfo{
					word-break: break-all;  /*Judy 修改20180322*/
					padding-top:20px;
					color:#b5b5b5;
					font-size:14.5px;
					line-height:23px;					
				}	
	
	
	

	

	
	
/*-------首頁快速連結區-------*/		
	
	
.indexLinkBg{
	background: #8e97a4;
	padding: 26px 0px;
	}	
	
	
	
.indexLink{	
	margin:0px -10px;
    }


.indexLinkList{
	float:left;
    width: 25%;
    box-sizing: border-box;
	padding:0px 10px;
	}

.indexLinkList_in{
	position: relative;
	}

             
.indexLinkList_in a{
	display:block;
	}
	
.indexLinkList_in:hover a{
	opacity:0.7;
	}
	
.ILinkTitle{
	display: none;  /*Judy 修改20180322*/
	position: absolute;
    top: 50%;
    margin: -33px 0px 0px 0px;
    text-align: center;
    font-size: 31px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 18px 0px;
    width: 100%;
	}
                        
.ILinkImg{
	width:100%;
	}

                        
	.ILinkImg img{
		width:100%;
		height:auto;
		}	
	
	
	
	
	
		
	
@media (max-width: 1200px){	


	/*首頁產品*/
	.indexProd_Title {
		font-size: 25px;
		padding: 16px 0px;
	}

	/*首頁最新消息*/
	.indexNewsRight {
		width: 50%;
	}
}
	
	
	
@media (max-width: 990px){	

	/*首頁最新消息*/
	.indexNewsList{
		width:100%;
		height:160px;
		padding-right:0px;		
		
		}
	
	.indexNewsList:first-child , .indexNewsList:nth-child(2) {
		float:none;		
	}
		
	
	.indexNewsRight {
		width:auto;
		float:left;
		padding-left:20px;
	}
	
	
		/*首頁快速連結*/
		.indexLinkList {
			width: 50%;
			padding-bottom:20px;
		}	


}
		
	
	
@media (max-width: 768px){	


	/*首頁產品*/
	.indexProdList {
    	width: 50%;
		padding-bottom:40px;
	}
	
	
	

	/*首頁最新消息*/
	.indexNewsList{
		height:auto;	
		
		}

	.indexNewsIMG {
		float:none;
		width:100%;
	}
		
	
	.indexNewsRight {
		width:100%;
		float:none;
		padding:20px 0px;
	}

	
}
	
	
	
	
	
	
	
@media (max-width: 660px){		

	.indexTitStyle1 {
		font-size: 25px;
		margin: -4px 0px 0px -109px;
	}
	
}
	
	
	
	
	
@media (max-width: 425px){	


	/*首頁產品*/	
	.indexProdArea {
    	margin: 0px;
	}
	
	.indexProdList {
    	width: 100%;
		padding: 0px 0px 40px;
	}
	
	
	/*首頁最新消息*/
	.indexTitStyle1 {
		margin: -4px 0px 0px -100px;
	}
		
	
	

	/*首頁快速連結*/
	.indexLinkList {
		width: 100%;
		padding:10px 0px;
	}

	.ILinkTitle {
		margin: -28px 0px 0px 0px;
		font-size: 25px;
	}

}	
	
			
			

/*-------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: #001133;
		position: relative;
		padding: 20px 0px 10px;
		border-bottom: solid 1px #ccc;
	}
		.titStyle2:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:#0048dc;
			top:0px;
			left:0px;
			display:none;
		}
		.titStyle2:after {
			position:absolute;
			content:'';
			height:1px;
			width:40px;
			background:#0048dc;
			bottom:-1px;
			left:0px;
		}
	
	/*內頁上圖*/
	.inBanner {
		height:126px;
		box-shadow: 0px 4px 10px rgba(187, 187, 187, 0.62);
		background-color: #002269!important;
		background-color: #a8c5ff!important;
		position:relative;
		overflow: hidden;
	}
		.inBanner:before {
			display:none;
			position: absolute;
			content: '';
			width: 400px;
			height: 400px;
			background: rgba(0, 0, 0, 0.22);
			transform: rotate(120deg);
			top: 50%;
			margin: -200px 0px 0px;
			left: -50px;
		}
		.inBanner .wrap {
			height:100%;
		}
			.inBannerTit {
				font-weight:bold;
				font-size:30px;
				color:#fff;
				display:inline-block;
				vertical-align:middle;
				position:relative;
				/*padding: 13px 0px 0px;*/
				text-shadow: 0px 0px 5px #000;
			}
				.inBannerTit:before {
					position: absolute;
					content: '';
					width: 20px;
					height: 2px;
					background: #fff;
					left: 0px;
					top: 0px;
					display:none;
				}
			.inBannerSpace {
				display:inline-block;
				vertical-align:middle;
				height:100%;
			}
		@media (max-width: 715px){
			.inBanner {
				background-size: 1000px !important;
				height: 98px;
			}
				.inBanner:before {
					left: -248px;
				}
				.inBannerTit {
					font-size:20px;
				}
		}
	
	/*麵包屑*/
	.crumb {
		font-size:12px;
		line-height:18px;
		color:#666;
		text-align:right;
		padding:20px 0px 0px;
	}
		.crumb a {
			color:#0048dc;
		}
			.crumb i {
				font-size: 15px;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
	
	/*網編區*/
	.textArea {
		padding:25px 0px 0px;
		font-size:15px;
		color:#333;
		line-height:23px;
	}
		.textArea a {
			color:#0048dc;
		}
		.textArea img {
			max-width:100%;
			height:auto;
		}





/*-------footer----------------------------------------------------------------------------*/



.footer {
	/*background: #212121;
	padding:36px 0px 25px;*/
}
	/*返回最上面*/
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:3;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}


	.footerBg{
		background: #212121;
		padding-bottom:22px;
		}
	
	
	/*內頁版腳底色*/
	.footerBg.FoIn {
		background: #fff;
	}	
		
		
		
			
	
	.wrap.footerLine{
		border-top: 1px #4c4c4c solid;
	}
		
	
		/*版腳左*/
		.footerLeft {
			float:left;
			width: 55%;
			padding-top:27px;
		}
			.footerLeft_info {
				color:#fff;
				font-size:15.5px;
				line-height:20px;
			}
				.footerLeft_info span {
					display:inline-block;
					padding:3px 0px;
					padding-right:7px;
				}
				.footerLeft_infoName {
					font-size:15.5px;
				}
					.fL_infoNameTit {
						    color: #fff;
					}
					
					/*內頁版腳資訊顏色*/
					.footerLeft_info.FoIn , .fL_infoNameTit.FoIn{
						color:#595757;
						}
					
					
			.copyright {
				font-size: 16px;
				color: #737373;
				padding: 14px 0px 0px;
			}
				.copyright a {
					color: #737373;
					/*text-decoration:none;*/
				}
				.copyright:hover a {
					opacity:0.7;
				}


				
		/*版腳右*/
		.footerRight {
			float:right;
			padding:55px 0px 0px;
		}
		

		.footerRight_link{
			padding-left:40px;
			float: left;
			}		

			
		.footerRight_link img{
			width:100%;
			height:auto;
		}		
		
		
		.footerRight_link a{
			display:block;
		}		
		
		.footerRight_link:hover a{
			opacity:0.7;
		}			
		
		
		
		
		


		@media (max-width: 990px){
			
			
			/*版腳左*/
			.footerLeft {
				float:none;
				width:auto;
				text-align:center;
				width: 100%;
			}
			/*版腳右*/
			.footerRight {
				float:none;
				padding: 40px 0px 0px;
				text-align:center;
			}

			.footerRight_link{
				padding:0px 20px;
				display:inline-block;
				float:none;
			}




		}
			@media (max-width: 510px){
				/*返回最上面*/
				.topBtn {
					position: relative;
					bottom: 0 !important;

					right: 0px;
				}
					.topBtn a {
						border-radius: 0px;
						width: auto;
						border: none;
						background: #0048dc;
						color: #fff !important;
						padding: 21px 0px 0px;
						height: 42px;
					}
						.topBtn a:before {
							top:10px;
							left: 50%;
							border-bottom-color: #fff !important;
							margin: 0px 0px 0px -4px;
						}
				
				/*版腳左*/
				.copyright {
					/*white-space: nowrap;
					transform: scale(0.8);
					transform-origin: bottom left;*/
				}
				



			}
	
	
	
	
	
	
	
	
/*-------內頁共用----------------------------------------------------------------------------*/
	
	
	
.mainIn {
	padding-top:63px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/*-------最新活動----------------------------------------------------------------------------*/
/*最新消息列表*/
.news_list_area {
	padding-bottom:10px;
}
	.news_list {
		position: relative;
	/* Eric 20170130 修改 start */
		/*width: 50%;*/
		/*float: left;*/
		width: 49%;
		display:inline-block;
		vertical-align: top;
	/* Eric 20170130 修改 end */
		
		/* display: table; */
		/* border-bottom: dashed 1px #5a5a5a; */
		padding: 20px 0px 55px;
		
	}
	
	
	.news_list.newsR{
		float:right;
	}
	
	
	.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 {
				color: #67afc0;
			}
			
		.nL_img {
			width:200px;
			display:table-cell;
			vertical-align:top;
		}
			.nL_img a {
			}
			
				.nL_img:hover a {
					opacity:0.5;
				}
				
				.nL_img img {
					width:100%;
					height:auto;
				}
				
				
				
		.nL_right {
			display:table-cell;
			vertical-align:top;
			padding: 0px 20px;
		}
			.nLR_time {
				font-size: 18px;				
				display: inline-block;
				color: #fa9a2a;
				padding: 0px 0px 13px 0px;
				/*background: #fff;
				border-radius: 2px;*/
			}
			.nLR_tit {
			}
				.nLR_tit a {
					color: #333;
					font-size: 18px;
					 line-height: 22px; 
					font-weight: bold;
					padding: 0px 0px 12px;
				}
			.nLR_remark {
				word-break: break-all; /* Eric 20170130 修改 強制英文斷行 ，word-wrap:break-word; 自動判斷單字換行  */
				color: #595757;
				font-size: 14px;
				line-height:20px;
			}
			
			
	/*沒有照片時樣式*/
	/*.news_list.noImg .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: 18px;
		color: #fa9a2a;
    	padding: 0px 0px 18px;
		/* background: #0048dc; 
		display: inline-block; 
		border-radius: 2px; */
	}
	.nIT_tit {
		position: relative;
		font-size: 26px;
		line-height: 33px;
		font-weight: bold;
		padding: 0px 0px 20px;
	}
		/*.nIT_tit:after {
			position: absolute;
			content: '';
			bottom: 0px;
			background: #0048dc;
			width: 30px;
			height: 3px;
			right: 0px;
		}*/

/*回上一頁*/
.back {
	padding:30px 0px 0px;
}
	.back a {/*Judy 修改20180312*/
		display: block;
		text-decoration: none;
		transition: 0.3s ease all;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		background: #fa9a2a;
		border-radius: 3px;
		font-size: 13px;
		line-height: 35px;
		width: 150px;
	}
		.back a:hover {
			opacity:0.7;
		}



@media (max-width: 920px){
	.news_list {
		width: 48%;
	}
}


@media (max-width: 768px){
	.news_list	,	.news_list.newsR {
		width: 100%;
		float:none;
		padding: 10px 0px 10px;
	}
}

@media (max-width: 510px){
	.nL_img {
			
			display:block;/* Eric 20170130 修改  */
			width:100%;
			/*vertical-align:top;
			width:200px;*/
	}
	
	.nL_right {
			display:block;/* Eric 20170130 修改  */
			/*vertical-align:top;*/
			padding: 15px 0px;
	}


}





















/*-------國外部----------------------------------------------------------------------------*/





	/*-----------新增by pekey 20170801 (分成左側選單+右側區塊)------------*/
	/*左*/
	.left {
		border-right: 1px solid #c9caca;
		float: left;
		/*width: 240px;*/
		width: 18%;
		position: relative;
		margin: 0px 0px 30px;
		padding-top: 23px;
	}
		
		/*左類別標題*/
		.leftSortTit {
			font-size: 25px;
			color: #595757;
			font-weight: bold;
			padding: 0px 0px 15px 15px;
		}
		
		/*左選單*/
		.leftListArea {
			min-height:153px;
			padding:9px 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:830px;	
		}
			.leftList {
			}
				.leftList a {
					display:block;
					text-decoration:none;
					font-size: 18px;
					color:#000000;
					position: relative;
					line-height: 22px;
					padding: 15px 30px 15px 15px;
					border-bottom: 1px solid #e0e0e0;  /*Judy 修改20180312*/
					 /*padding: 9px 35px 9px 27px; 修改by pekey 20170803*/
				}
					.leftList a:before {
						content:'';
						position:absolute;
						/*border-left: solid 4px #333;
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 4px rgba(0,0,0,0);*/
						/*top: 16px;*/
						top: 10px;
						left: 28px;
					}
					
						.leftList a:hover {
							color:#fff;
							background:#67afc0;
						}
						.leftList.active > a {
							color:#fff;
							background:#67afc0;
						}
						
						.leftList > a:after {
							content:url(../images/product_R_arrow.png);
							position: absolute;
							width: 0;
							height: 0;
							top: 20px;
							right: 20px;
							-webkit-transform: rotate(0deg);
							-moz-transform: rotate(0deg);
							-ms-transform: rotate(0deg);
							-o-transform: rotate(0deg);
							transform: rotate(0deg);
						}						
						
						
						.leftList.active >a:after {
							-webkit-transform: rotate(90deg);
							-moz-transform: rotate(90deg);
							-ms-transform: rotate(90deg);
							-o-transform: rotate(90deg);
							transform: rotate(90deg);
							top: 20px;
							transition: 0.5s ease all;						
						}
												
						
						
						
					
					/*有兩層選單時*/
					/*.leftList.lL_open > a:after {						
						content:url(../images/product_R_arrow.png);
						position: absolute;
						width: 0;
						height: 0;
						top: 20px;
						right: 20px;
						border-style: solid;
						border-width: 4px 0px 4px 7px;
						border-color: #ffffff00 transparent #ffffff00 #ffffff;
						content: '';
					}*/
					
					/*有兩層選單當前時*/
					/*.leftList.active.lL_open > a:after {
						content:url(../images/product_B_arrow.png);
						position: absolute;
						width: 0;
						height: 0;
						top: 20px;
						right: 20px;
					}	*/				
					
					
					
						.lL_open_area{
							display:none;
							padding-left:30px;
						}
							.lLOA_list{
								
							}
								.lLOA_list a{
									display:block;
									text-decoration:none;
									font-size: 16px;
									color:#000;
									position: relative;
									line-height: 22px;
									padding: 9px 0px 9px 0px;
								}
								
								.lLOA_list:hover a{
									color:#000;
									background:#fff;
								}					
					
					
					
								.lLOA_list_area{
									padding-left:15px;
									}
                                
									.lLOA_listIn{										
										}					
					
                                
									.lLOA_listIn >a{
										font-size:16px;
										color:#595757;
										padding:10px 0px;
										text-decoration:none;										
									}		
												
									.lLOA_listIn.active a , .lLOA_listIn:hover a{
										color:#fa9a2a;									
									}					
					
					
					
					
					
	
		/*右*/
		.right {
			float: right;
			/* width: 938px; */
			width: 81%;
			background: #fff;
			margin: 0px 0px 30px;
			box-sizing: border-box;
			padding: 23px 0px 30px 30px;
			min-height: 300px;
			height: auto;
		}
		.no_type{
			width:100%;
			float:none;
			margin: 0px;
			padding: 13px 0px 30px;
		}


					
			/*內頁大標*/
			.in_tit_area {
				position: relative;
				border-bottom: 1px solid #c9caca;
				padding: 0px 0px 18px;
				margin: 0px 0px 20px;
			}
				.in_tit {
					color: #000;
					font-size: 30px;
					font-weight: bold;
				}
				
				/*麵包屑*/
				/*.crumb {
					position:absolute;
					top:0px;
					right:0px;
					font-size:12px;
					line-height:20px;
					color:#9a9a9a;
				}*/
					.crumb > div {
						display:inline-block;
						position:relative;
						padding: 0px 5px;
					}
						.crumb > div:before {
							position:absolute;
							content:'/';
							top:1px;
							left: -4px;
						}
							.crumb > div:first-of-type:before {
								display:none;
							}
						.crumb a {
							display:block;
							text-decoration:none;
							transition:0.3s ease all;
							color:#9a9a9a;
						}
							.crumb a:hover {
								opacity:0.7;
							}
			/*網編區*/
			.text_area {
				font-size:15px;
				line-height:23px;
				color:#333;
				
				min-height:350px;
				
				/*新增by pekey 20170804*/
				overflow-x: auto;
			}
			.text_area img{
				max-width:100%;
				/*min-width:100%;*/
				height:auto;
				}



			/*@media (max-width: 850px){*/
			@media (max-width: 990px){
				.left{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
					border-right: none;
				}
					.leftSortTit{
						cursor:pointer;
					}
					.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: 10px;
						/*left: 28px;*/
						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:8px;
						transition: 0.5s ease all;
					}
					
					/*左選單*/
					.leftListArea {
						display:none;
					}
				.right{
					float:none;
					width:100%;
					margin-top:20px;
				    padding: 13px 0px 30px;
				}
					/*內頁大標*/
					.in_tit {
						font-size: 20px;
						line-height: 26px;
						padding: 40px 0px 0px;
					}
					/*麵包屑*/
					.crumb {
						right: auto;
						left: -5px;
						/*top: -20px;*/
					}
			}
			
			@media (max-width: 640px){
				
				
			.leftSortTit {
				font-size: 35px;
				text-align: center;				
			}				

			.leftSortTit:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(0,0,0,0);
				border-right: solid 6px rgba(0,0,0,0);
				border-bottom: solid 6px rgba(0,0,0,0);
				border-top: solid 9px #333;
				top: 12px;
				right: 20px;
				transition: 0.5s ease all;
			}
			
			
				.right{
				  /*padding: 13px 10px 30px;*/
				}
			}





















/*-------商品專區----------------------------------------------------------------------------*/
/*產品列表*/
.product_list_area {
	font-size:0px;
	margin:0px -12px;
}
	.product_list {
		display:inline-block;
		vertical-align:top;
		padding:14px 12px;
		/*width:270px;*/		
		width: 33%;
        box-sizing: border-box;
	}
		.pL_bg {
			/*border-radius:5px;*/
			overflow:hidden;
			background:#fff;
			/*box-shadow:0px 0px 9px rgba(0,0,0,0.26);*/
		}
			.product_list a {
				display:block;
				transition:0.3s ease all;
				text-decoration:none;
			}
			
			.pL_img {
			}
				.pL_img img {
					/*border-radius:5px 5px 0px 0px;*/
					width:100%;
					height:auto;
				}
				.pL_img a:hover {
					opacity:0.7;
				}
					
			.pL_bottom {
				font-size:16px;
				padding:0px 12px 14px;
			}
				.pLB_tit {
				}
					.pLB_tit a {
						color: #000;
						font-size: 16px;
						font-weight: bolder;
						padding: 20px 0px 0px;
						/*line-height: 24px;*/
					}
						.pLB_tit a:hover {
							color:#fa9a2a;
						}
				.pLB_price {
					float:left;
					color:#d00000;
					/*padding:7px 0px 0px;*/
				}
					.pLB_price span {
						font-size:12px;
						color:#999;
						text-decoration:line-through;
						display: block;
						padding: 0px 0px 6px;
					}
					
				.pLB_add_cart {
					float:right;
					padding: 4px 0px 0px;
				}
					.pLB_add_cart a {
						width:47px;
						height:29px;
						text-align:center;
						border-radius:3px;
						background:#4e5967;
					}
						.pLB_add_cart a:hover {
							background:#ed6d00;
						}
							@media (max-width: 1160px){
								.product_list {
									/*width:24.9%;*/
									width:32.7%;
									box-sizing:border-box;
								}
							}
								@media (max-width: 740px){
									.product_list {
										width:49.8%;
									}
								}
								
								@media (max-width: 550px){
									.product_list {
										width:100%;
									}
								}
									@media(max-width:425px){
										.pLB_tit{
											/*text-align:center;*/
										}
									}
									
									@media (max-width: 375px){
										.pLB_price, .pLB_add_cart {
											float:none;
										}
											.pLB_price {
												padding:0px;
											}
											.pLB_add_cart {
												padding: 9px 0px 0px;
												text-align:right;
											}
												.pLB_add_cart a {
													width: auto;
													padding: 5px 0px;
													max-width: 48px;
													display: inline-block;
												}
									}
										@media (max-width: 320px){
											.product_list {
												/*width:100%;*/
											}
										}

/*產品內頁上*/
.product_in_top {
    padding: 0px 0px 30px;
}
	/*產品內頁產品圖*/
	.product_in_img {
		width:43%;
		float:left;
		padding: 20px 0px 0px;
	}
		.product_in_img img {
			width:100%;
			height: auto;
			/*border-radius:5px;*/
		}
	
	/*產品內頁右*/
	.product_in_right {
		float:right;
		width: 54%;
		padding: 25px 0px 0px 0px;
	}
		.pIR_sort_tab {
			display: inline-block;
			font-size: 12px;
			padding: 5px 7px;
			border-radius: 3px;
			border: solid 1px #ababab;
			color: #ababab;
		}
		.pIR_tit {
			font-weight:bold;
			font-size:24px;
			line-height: 25px;
			padding:5px 0px 0px;
			color:#383838;
		}
		.pIR_remark {
			/*font-size:14px;
			line-height:22px;
			color:#808080;*/
			padding:10px 0px 0px;
		}
		
				@media (max-width: 1160px){
					/*產品內頁產品圖*/
					.product_in_img {
						width: 43%;
					}
					/*產品內頁右*/
					.product_in_right {
						width: 54%;
					}
				}
							@media (max-width: 640px){
								/*產品內頁產品圖*/
								.product_in_img {
									float:none;
									width:auto;
								}
								/*產品內頁右*/
								.product_in_right {
									float:none;
									width:auto;
									padding: 15px 0px 0px;
								}
								
								
								.pIR_tit {
									padding: 15px 0px 0px;
								}
								
							}

/*回上一頁*/
/*.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;
					}
				}





















			
/*-------服務據點----------------------------------------------------------------------------*/	
	
	

	
	
/*.indexNewsArea{
	padding:55px 0px 36px;
}*/


	.locationTop{
		background:url(../images/news_line.png) top left repeat-x;
		position: relative;
		height:19px;
		margin-bottom: 60px;
	}

		
		.locationTitStyle2{
			padding:0px 40px;
			position:absolute;
			color:#717171;
			font-size:35px;
			background:#fff;
			top:0px;
			left:50%;
			margin: -7px 0px 0px -127px;
			letter-spacing: 9px;
		}






.locationArea{
	padding-bottom: 79px;
    text-align: center;
    margin: 0px -12px;
}
        
		
	.locaList_o {
		padding: 0px 12px;
		width: 33%;
		box-sizing: border-box;
		display: inline-block;
		}    
             
	.locationList{
		border: 1px solid #c9caca;
		border-radius: 10px;
		display: block;
		padding: 17px 20px 17px 26px;
	}
					 
			
		.locationList >a{
			display:block;	
		}
			
		.locationList:hover a{
			opacity:0.7;
		}	
			
		.LocatListIMG{
			width:30%;
			height:auto;
			float:left;
			}               
	
		.LocatListIMG img{
			width:100%;
			height:auto;
			} 	
									 
		.LocatList_R{
			/*width:65%;*/
			width: 67%;
			box-sizing:border-box;
			float:right;
			}
								
			.Locat_Title{
				font-size:30px;
				color:#898989;
				padding: 11px 0px 27px;
				text-align: left;
				}
			
			
			.Locat_remark{
				}
									
				.Locat_in{
					padding-bottom:18px;
					width: 100%;
				}
				
					.Locat_m , .Locat_t{
						font-size: 14px;
						color: #595757;
						float: left;
						width: 86%;
						letter-spacing: 1px;
						text-align: left;
						line-height: 21px;										
					}
					
					
					/*.Locat_m:before{						
							content: url(../contact/images/map_icon.png);
							position:absolute;
						}
					
					
					.Locat_t:before{						
							content: url(../contact/images/tel_icon.png);
							position:absolute;
					}*/					
					
					
					
					.Locat_icon{
						float: left;
						padding-right: 8px;
						padding-top: 3px;
						width: 8.5%;
					}
						
						.Locat_icon img{
							width:100%;
							height:auto;
						}





@media (max-width: 1200px){
	
	
	.locationArea{
		margin: 0px -5px;
	}	
	
	
	.locaList_o {
		padding: 0px 5px;
		width: 32%;
	}
	

	
}



@media (max-width: 990px){
	
	.locationArea{
		margin: -10px -5px;
	}	

	.locaList_o {
		padding: 10px 5px;
		width:450px;
		/*width: 55%;*/
	}
	


	.Locat_icon {
		width:14px;
	}	

}



@media (max-width: 550px){
	
	.locationArea{
		margin: -10px 0px;
	}	

	.locaList_o {
		padding: 10px 0px;
		width:100%;
	}

	.LocatList_R {
			width:65%;
	}

}


@media (max-width: 460px){

	.LocatList_R {
		width: 100%;
		padding-top: 15px;
		float:none;		
	}
	
	.LocatListIMG {
		display: inline-block;
		float: none;
	}
	
}


/*-------聯絡我們----------------------------------------------------------------------------*/






.contactTitle{
	color:#717171;
	font-size:35px;
	text-align:center;
	letter-spacing: 9px;
	padding-bottom: 20px;
}


/*聯絡我們左*/
.contactLeft {
	float: left;
    width: 48%;
    padding: 0px 20px 20px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    margin: 29px 0px 0px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
}


.contactMap{
	}




/*聯絡我們右*/
.contactRight {
	float:right;
	width:50%;
	padding-bottom: 50px;
}
	@media (max-width: 800px){
		.contactLeft, .contactRight {
			float:none;
			width:auto;
		}
			.contactLeft {
				margin:15px 0px 0px;
			}
			
		.contactMap iframe{
			height:300px;	
		}			
			
			
	}












/*-------搜尋結果----------------------------------------------------------------------------*/


.searchArea{  /*Judy_20180119新增*/
	padding-bottom:40px;
}















/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}