/*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:#004080;
	color:#fff;
}

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

.wrap {
	/*width: 85%;*/
	width: 75%;
	margin:0 auto;
}
/*modify by pekey 20180509 start*/
/*@media (max-width: 1920px){
	.wrap {
		width: auto;
		padding: 0px 60px;
	}
}
@media (max-width: 1280px){
	.wrap {
		width:1155px;
		margin:0 auto;
		padding: 0;
	}
}*/
/*modify by pekey 20180509 end*/
	
/*.wrap {
	width:1155px;
	margin:0 auto;
	padding: 0;
}
*/	

	@media (max-width: 1200px){
		.wrap {
			width:80%;
			/*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:162px;
	height:42px;
	background:#004080;
	color:#fff;
	border-radius:4px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	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;*/ /*modify by pekey 20180509*/
							}
							
							/*modify by pekey 20180509 start*/
							.device .arrow-left {
								/*opacity:1;*/
								left:20px;
							}
							.device .arrow-right {
								/*opacity:1;*/
								right:20px;
							}
							/*modify by pekey 20180509 end*/
					}
						@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:#004080;
		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:#b7b7b7;
			}
	.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 {
	
	/*modify by pekey 20180509*/
	border-bottom: solid 1px #bebebe;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}




				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:15px;
					width: auto;
				}
					.tabs span {
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#E8E8E8;
						text-align:center;
						cursor:pointer;
						/*border-bottom: solid 1px #bebebe;*/ /*modify by pekey 20180509*/
						border-right: solid 1px #bebebe;/*modify by karol 20191213*/
					}
					
					/*新增 modify by karol 20191213 start*/
					.tabs :first-of-type span {
						border-left: solid 1px #bebebe;
					}
					/*新增 modify by karol 20191213 end*/
					
						.tabs li span:hover {
							background:#fff;
						}
						
					.tabs li.active {
					}
						.tabs li.active span {
							background:#004080;    
							color:#fff;
						}
						.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 {
	background:#fff;
	padding:10px;
}
					@media (max-width: 760px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
     							border: solid 1px #e3e3e3;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								/*position: absolute;*/
								width: 100%;
								z-index: 999;
							}
								.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
									float:none;
									text-align:center;
									width:100%;
									font-size:15px;
									border-radius:0px;
								}
									.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;*/ /*modify by pekey 20180509*/
	margin: 0 -8px;
}
	.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;*/
		padding: 15px 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;
		}
		.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;
				}
			}
			
/*分隔線*/
.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 30px;
					/*margin: 0px 30px 0px 8px;*/
				}		
				
				/*返回按鈕*/
				input.back[type="button"]{
					background-color: #004080;
					/* background: rgba(255,255,255,0); */
					/* border: 1px solid #c9caca; */
					border-radius: 8px;
					color: #fff;
					font-size: 14px;
					width: 102px;
					height: 33px;
					line-height: 30px;
					transition: 0.3s ease all;
				}
				
				input.back[type="button"]:hover{
					    opacity: 0.5;
				}





		/*按鍵區*/	
		.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: #004080;
				color: #fff;*/
				background: #004080;
				color: #fff;
				font-size: 14px;
				transition: 0.3s ease all;
			}
			
			.in_page_btn input[type="reset"]{
				width: 102px;
				height: 33px;
				line-height: 33px;
				border-radius: 7px;
				background:#004080;
				color: #fff;
				font-size: 14px;
				transition: 0.3s ease all;
			}
			
			.in_page_btn input[type="submit"]:hover,  .in_page_btn input[type="button"]:hover{
				transition: 0.3s ease all;
				/*opacity: 1;*/
				opacity: 0.7;
				/*color: #f9ff00;*/
			}



			/*.in_page_btn input[type="button"] {
				background: #004080;
			}*/





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

		.btn_area input {
			margin: 0px 10px;
			width:45%;
		}	


}

/*-------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;
	/*background: #004080;*/
	/*background: #eee;*/
	border-top: 4px solid #004080;
	/*border-top: 2px solid #004080;*/
	
}
	.header .wrap {
		position:relative;
	}
		/*logo*/
		.logo {
			padding: 30px 0px 15px; 
			float:left;
			width: 305px;
		}
			.logo a {
				display:block;
			}				
			.logo a:hover {
				opacity:0.5;
			}
			.logo img {
				width: 100%;
				height: auto;
			}
				
			/*logo的閃光*/
			.logo_flash {
				position:absolute;
				width:20px;
				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;*/
			width: 25px;
			top: 50%;
			right: 15px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -16px 7px 0px 0px;
			/*margin: -16px 0px 0px;*/
		}
			.menu_btn span {
				display:block;
				/*background:#004080;*/
				/*background: #fff;*/
				background: #004080;
				height:2px;
				/*margin: 4px 0px;*/
				margin: 7px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					/*right: 15px;
					top: 31px;*/
					position: fixed;
					margin: 0px;
					right: 17px;
					top: 24px;
				}
					.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 {
			
			/*modify pekey 20180509*/
			float: right;
			position: relative;
			/*padding: 35px 0px 20px;*/ /*modify by karol 20191220*/
			padding: 15px 0px 20px;
		}




			/*主按鍵*/
			.navbar {
				/*padding:58px 0px 0px;*/ /*modify by pekey 20180509*/
				/*padding: 38px 35px 0px 0px;*/ /*modify by karol 20191220*/
				padding: 15px 0px 0px 0px;
				margin-right: -15px; /*modify by karol 20191220*/
				/*float:right;*/ /*modify by pekey 20180509*/
				float:left;
				box-sizing:border-box;
				/*overflow:hidden;*//*modify by pekey 20180509*/
			}
				.nav {
					float:left;
					box-sizing:border-box;
					/*padding:0px 25px;*/
					padding:0px 15px;
					position:relative;
				}
				

				nav:first-child{
					/*margin-left:-25px;*/
					margin-left:-15px;
				}
				.nav:nth-child(8){
					/*margin-right:-25px;*/
					margin-right:-15px;
				}				
				
					.nav a {
						display:block;
						text-decoration:none;
						text-align: center;
					}
					.nav > a {
						/* font-size:16px; */  /*modify by pekey 20180503*/
						font-size: 18px;
						line-height: 12px;
						color:#004080;
						cursor: auto; 
						
						/*modify by pekey 20180503*/
						/* letter-spacing: 0px; */
					}
					.nav:hover > a {
						color:#c2c2c2;
					}

					.nav.active a{
						color:#c2c2c2;
					}

					
					
					/*主按鍵展開*/
					.navOpen {
						position:absolute;
						left:50%;
						/*padding:9px 0px 0px;*/ /*modify by pekey 20180509*/
						padding: 24px 0px 0px;
						width:164px;
						margin:4px 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;*/ /*modify by pekey 20180509*/
										font-size:15px;
										color:#fff;
										line-height:22px;
										/*padding:7px 0px;*/ /*modify by pekey 20180509*/
										padding:12px 5px;
										background:rgba(0,0,0,0.65);
										transition:0.3s ease all;
									}
										.navOpenList a:hover {
											background: rgba(0, 64, 128, 0.85);
										}




	@media (max-width: 1280px){
		/*logo*/
		.logo {
			
		}
	}
	
	@media (max-width: 1210px){
		.logo {
			/*width: 170px;    
			padding-top: 30px;*/
		}
		
		.headerRight{
			position: relative;
			/*padding: 50px 0px 0px;*/ /*modify by karol 20191220*/
			padding: 15px 0px 0px;
		}
			
			/*主按鍵*/
			.navbar {
				float: none;
     			padding: 20px 0px;
			}


	}
	
	
	@media (max-width: 990px){	/*@media (max-width: 990px){*/  /*modify by pekey 20180509*/
			
		/*logo*/
		.logo {
			/*width:40%;*/ /*modify by pekey 20180509*/
			float:left;
			width: 160px;
			height:auto;
			
			/*modify by pekey 20180509*/
			padding: 25px 0px 20px;
		}

			
			/*手機menu按鍵*/
			.menu_btn {
				display:block;
			}
				.menu_btn span {
					margin: 5.5px 0px;
				}
			
			/*版頭右*/
			/*.headerRight {*/ /*modify by karol 20191220*/
			.navbar{
				position: fixed;
				width: 200px;
				top: 0px;
				right: -200px;
				height: 100%;
				box-sizing: border-box;
				/*background: rgba(0, 14, 43, 0.72);*/
				background: rgba(137, 137, 137, 0.9);
				transition: 0.3s ease all;
				/*padding: 56px 0px 0px;*/ /*modify by pekey 20180509*/
				padding: 88px 0px 0px;
				/*overflow-y: scroll;*/
				overflow-y: auto;
				z-index: 4;
			}
				/*.headerRight.active {*/ /*modify by karol 20191220*/
				.navbar.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;
							}
							
							
					.header_bottomArea{
					}
							

						/*主按鍵*/
						.navbar {
							margin:0px;
							/*padding:0px;*/		
												
							/*modify by pekey 20180509*/
							padding: 25px 0px 0px;
							float: none;
						}
							.nav {
								float:none;
								width:auto;
								
								/*modify by pekey 20180509*/
								padding: 0px;
							}
								.nav > a {
									color: #fff;
									border: none;
									border-radius: 0px;
									/*padding: 15px 40px;*/ /*modify by pekey 20180509*/
									padding: 15px 15px;				
									font-size: 16px;
								}
									/*主按鍵展開*/
									.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: 92px;
											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:60%;*/ /*modify by pekey 20180509*/
			}

		}




/*-------首頁----------------------------------------------------------------------------*/
.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: #004080;
    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 #004080;
	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;
	}*/


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

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





/*首頁產品簡介*/
.indexproduct{
	/*padding-top:50px;
	padding-bottom:50px;*/  /*modify by pekey 20180503*/
	padding: 35px 0px 0px;
}



/*首頁產品簡介輪播圖*/
	.iL_bg{
		/*margin:55px -6px 0px;*/ /*modify by pekey 20180503*/
		margin: 0px -6px 0px;
	}
		.device2{
			
		}
			.device2 .loverLeft{
				position: absolute;
				z-index: 9;
				top: 50%;
				left:-10px;
				margin: -10px 0px 0px 0px;
				opacity: 0;
				transition: 0.3s ease all;
			}
			.device2 .loverRight{
				position: absolute;
				z-index: 9;
				top: 50%;
				right:-10px;
				margin: -10px 0px 0px 0px;
				opacity: 0;
				transition: 0.3s ease all;
			}
			
			.device2:hover .loverLeft{
				opacity:1;
				left:-12px;
			}
			.device2:hover .loverRight{
				opacity:1;
				right:-12px;
				
			}			
			
			
			.device.device2 a.loverLeft img ,
			.device.device2 a.loverRight img {
				width: 65px;
				height: auto;
			}
			
				/*.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;
					}
				
				.loverItemTit{
					font-size:18px;
					line-height:28px;
					color:#333;
					text-align:center;
					/* font-weight:bold; */
					padding:0px 0px 10px 0px;
				}
					.loverItemTit a{
						display: block;
						text-decoration: none;
						color: #2b2b2b;
						font-weight: 500;
						background: #dcdcdc;
						/* background: #004080; */
						padding: 15px 5px;
						border-radius: 10px 10px 0px 0px;
					}
					.loverItemTit a:hover{
						background:#004080;
						transition:ease-in all 0.3s;
						color:#fff;
					}			
			
			
			
				.lover_Item{
					/*height: 204px;*/  /*modify by pekey 20180503*/
					height: auto;	
					
				    /*border: 1px solid #ccc;*/		
				}

				.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;
			}	



		/*modify by pekey 20180509 start*/
		.device2 .loverLeft{
			opacity:1;
			left:-12px;
			margin: 10px 0px 0px 0px;	
		}
		.device2 .loverRight{
			opacity:1;
			right:-12px;
			margin: 10px 0px 0px 0px;	
			
		}	
			.device.device2 a.loverLeft img ,
			.device.device2 a.loverRight img {
				width: 45px;
				/*height: auto;*/
			}	
	
	}


	@media (max-width: 425px){
		.indexmore{
			display:none;
		}	
		
		.loverItemTit {
			font-size: 15px;
			line-height: 25px;
		}	
	}
	











/*/////////////////////////////////////////////////////////*/
/*-------footer區--------*/
/*/////////////////////////////////////////////////////////*/



.footer {
	background-color:#004080;
	padding: 32px 0px 17px;
	margin-top: 40px;
}

	/*返回最上面*/
	.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 #004080;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color: #004080;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #004080;
				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:#1fbdd8;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #1fbdd8;
					}


		/*版腳左*/
		.footerLeft {
			float:left;
			padding-bottom:20px;
			/*width:720px;*/
		}
			.footerLeft_info {
				color:#777;
				font-size:14px;
				line-height: 34px;
				/* padding: 24px 0px 0px; */		
			}
				.footerLeft_info span {
					display:inline-block;
					/* padding:3px 0px; */
					padding-right:7px;
					color: #ffffff;
					font-size: 13px;
					line-height: 30px;
				}
				.footerLeft_info span>a {
				    color: #ffffff;
				}
				
				.footerLeft_info span.fL_TitLine{
					position:relative;
					margin-right: 10px;
				}
				.footerLeft_info span.fL_TitLine a{
					color: #ffffff;
				}				
				.footerLeft_info span.fL_TitLine:after{
					position: absolute;
					content: "|";
					right: -6px;
					top: -1px;
					color: #a3d1ff;
				}				
				.footerLeft_info span.fL_TitLine:last-of-type:after{
					display:none;
				}
								
				.footerLeft_infoName {
					font-size:15px;
				}
					.fL_infoNameTit {
					}
			.copyright {
				text-align: center;
				font-size: 12px;
				color: #e5e5e5;
				padding: 17px 0px 0px;
				border-top: 1px #e5e5e5 solid;
			}
				.copyright a {
					color: #e5e5e5;
				}
				
		/*版腳右*/
		.footerRight {
			float:right;
		}
			/*版腳右主按鍵*/
			.footerRight_navbar {
				font-size:0px;
				text-align:right;
				margin:0px -6px;
			}
				.fR_nav {
					display:inline-block;
					vertical-align:top;
					padding:0px 6px;
				}
					.fR_nav a {
						font-size: 15px;
						color: #fff;
						border: solid 1px #fff;
						padding: 8px;
						text-decoration: none;
						display: block;
						border-radius: 3px;
						position: relative;
						transition: all 0.3s ease-out;
					}
						.fR_nav a:hover {
							color:#66ccff;
							border: solid 1px #66ccff;
							/*padding-left:20px;*/
							transition: all 0.3s ease-out;
						}
						


/*版腳社群*/
.footer_icon_area{
	text-align:right;
	padding-top: 25px; 
}
					
	.footer_icon{
		display:inline-block;
		padding-left:10px;
	}
						
		.footer_icon a{
			display:block;
		}
		
		.footer_icon a:hover{
			opacity:0.7;
		}
								
		.footer_icon img{
			width:50px;
			/*width:34px;*/
			height:auto;
	
			/*360旋轉效果*/
			transition: 0.7s ease-in-out;	
		} 

		/*hover*/
		.footer_icon a:hover img{
			opacity: 0.7;
											
			/*360旋轉效果*/
			/*modify by pekey 20180612*/
			transition: 0.7s ease-in-out;
			-moz-transform: rotateY(360deg);
			-o-transform: rotateY(360deg);
			-ms-transform: rotateY(360deg);
			-webkit-transform: rotateY(360deg);
			transform: rotateY(360deg);
		}




	
	@media (max-width: 1200px){
		/*版腳左*/
		.footerLeft {
			/*width:500px;*/
		}
			span.fL_infoNameTit {
				padding-bottom:0px;
				margin: 0px 0px -3px;
			}
	}
		@media (max-width: 990px){
			/*版腳左*/
			.footerLeft {
				float:none;
				width:auto;
			}
			
			.footerLeft_info {
				text-align:center;		
			}			
			
			.footerLeft_info span {
				padding: 0px;			
			}
			.footerLeft_info span.fL_TitLine:after {
				/*position: absolute;
				content: "|";*/
				right: -9px;
				top: 0px;
			}
						
			
			/*版腳右*/
			.footerRight {
				float:none;
				width:auto;
			}
				/*版腳右主按鍵*/
				.footerRight_navbar {
					text-align:center;
				}
					.fR_nav {
						/*width:19.5%;*/
						box-sizing: border-box;
					}
						.fR_nav a {
							padding: 8px 5px;
						}
						
				.footer_icon_area {
					text-align:center;
					padding-top: 30px;
				}		
				
				.footer_icon {
					padding: 0px 9px;
				}						
						

		}



		@media (max-width: 510px){
			
			
			/*返回最上面*/
			.topBtn {
				/*position: relative;
				bottom: 0 !important;

				right: 0px;*/
				
				position: relative;
				top: -32px;
				bottom: auto;
				right: 0px;				
				
			}
				.topBtn a {
					border-radius: 0px;
					width: auto;
					border: none;
					background: #004080;
					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;
					}			
			
			
	
			
				.footerLeft_info {
					letter-spacing: 0;
				}
			
				.footerLeft_info span {
					line-height: 20px;
					padding-bottom: 5px;
				}
				
				.footerLeft_info span.fL_TitLine {
					line-height:25px;
					margin-right: 0px;
					padding-bottom: 0px;
				}			
				.footerLeft_info span.fL_TitLine:after {
					display:none;
				}

						
				/*版腳右主按鍵*/
				.footerRight_navbar {
					display:none;
				}

				.footer_icon_area {
					padding: 5px 0px 15px;
				}

		}








/*-------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;
		border-bottom:1px solid #cfcfcf;
	}
		.crumb a {
			color:#004080;
			text-decoration:none;
		}



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







	
	/*網編區*/
	.textArea {
		/*width: 100%;*/ /*modify by pekey 20180509*/
		padding:35px 0px 0px;
		font-size: 16px;
		color:#171717;
		line-height:30px;
	}
		.textArea a {
			color:#333;
			text-decoration:none;
		}		
		.textArea a:hover {
			opacity:0.5;
		}		
		.textArea img {
			max-width:100%;
			/*width:100%;*/
			height:auto;
		}
		.textArea iframe {
			max-width:100%;
		}

		.p_tab_text_area .textArea {
			padding:5px 0px 0px;
		}

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


		@media (max-width: 1050px){
					
			/*內頁網編區*/					
			.textArea {
			}
		}
		
		


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

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


	/*左*/
	.left {
		/*float:right;*/ /*modify by pekey 20180509*/
		float: left;
		/*width:248px;*/  /*modify by pekey 20180509*/
		width:20.5%;
		position:relative;
		margin:0px 0px 30px;   /*修改by pekey 20170803*/
		/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);*/
		
		/*modify by pekey 20180509*/
		box-sizing: border-box;
	}
		
		/*左類別標題*/
		.leftList_tit {
			font-size:20px;
			line-height:27px;
			color:#004080;
			padding: 42px 0px 10px 0px;			
			font-weight:bold;
			border-bottom:#004080 2px solid;
			width:150px;
		}
		
		
		
		/*左選單*/
		.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;*/
					font-size: 16px;
					color:#333;
					position: relative;
					line-height: 22px;
					padding: 9px 35px 9px 20px;
					border-bottom: 1px #cfcfcf solid;
				}
				
				/*.leftList:first-child a{  
					border-bottom: 0px;
				}*/
								
				.leftList:last-child a{		/*右側選單最後一個選項沒有下底線*/
					border-bottom: 0px;
				}				
				
				
					.leftList a:before {
						display:none;
						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:#004080;
						}
						.leftList.active > a {
							color:#fff;
							/*font-size:18px;*/
							background: #004080;
						}
						
					
					
			
					/*左側選單列表第二層*/
					.leftList_open{
						display: none;
					}
					.leftList_open.active{
						display:block;
					}
						.leftList_open_list{
						}
							.leftList_open_list a {
								display: block;
								transition: 0.3s ease all;
								color: #838383;
								/*padding: 10px 0px 10px 38px;*/
								padding: 10px 10px 10px 38px;
								line-height: 26px;
								/*font-size:18px;
								line-height: 40px;*/  /*modify by pekey 20180509*/
 								font-size:15px;
								line-height: 22px;
								font-weight:normal;
								
  							    /*modify by pekey 20180509*/
								background: #efefef;
								letter-spacing: 0px;
							}
							.leftList_open_list.active a {
								color: #004080;
							}
							.leftList_open_list a:hover {
								color: #004080;
								text-decoration:none;
							}

					
	
		/*右*/
		.right {
			/*float:left;*/ /*modify by pekey 20180509*/
			float: right;
			min-height: 250px;
			/*width: 938px;*/  /*modify by pekey 20180509*/
			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);*/		
		
			/*modify by pekey 20180509*/
			box-sizing: border-box;	
		}
		
		/*無左側選單時*/
		.no_type{
			width:100%;
			float:none;
			margin: 0px;
			/*padding: 13px 0px 30px;*/  /*modify by pekey 20180509*/
			padding: 13px 0px 40px;
		}


					
			/*內頁大標*/
			.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){
				/*右側*/
				.right{
					/*width:70%;*/
				}
			}



			@media (max-width: 990px){
				
				/*左測*/
				.left{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
				}
					.leftList_tit{
						cursor:pointer;
						width: 100%;
					}

					
					
					.leftList_tit: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;
					}
					.leftList_tit.no_arrow:after{
						display: none;
					}
		
					
					
					.leftList_tit.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;
					}
					
				/*右側*/	
				.right{
					float:none;
					width:100%;
					margin-top:20px;
				    padding: 13px 0px 30px;
				}
					/*內頁大標*/
					.in_tit {
						font-size: 20px;
						line-height: 26px;
						padding: 0px 0px 0px;
					}

			}
			













/*商品列表-----------------------------------------------*/

.productListArea {
	font-size:0px;
	margin:0px -26px; 
}
	.productList {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:30px 26px 30px;
		
	}

	
		.productListImg {	      
			border: solid 1px #ccc; 
			cursor:pointer;
			overflow: hidden;
		}
			.productListImg img {
				width:100%;
				height:auto;
				position:relative;
				box-sizing: border-box;
				transition: 0.4s ease all;
			}
			/*hover*/
			.productListImg:hover img {
				opacity: 0.7;
				transform: scale(1.1);
				transition: 0.4s ease all;
				overflow: hidden;
			}
			
		.productList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}

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



	@media (max-width: 768px){
		.productListArea {
			margin: 0px -5px;  
		}
			.productList {
				padding: 30px 5px 30px;  
			}
	}
	
	@media (max-width: 640px){
		.productListArea {
		}
			.productList {
				width: 49.8%;
			}
	}
	
	@media (max-width: 320px){
		.productListArea {
			margin: 0px 0px;
		}

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










            

/*應用列表-----------------------------------------------*/

.ApplicationListArea {
	font-size:0px;
	margin:0px -26px; 
}
	.ApplicationList {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:30px 26px 30px;
		
	}

	
		.ApplicationListImg {	      
			border: solid 1px #ccc; 
			cursor:pointer;
			overflow: hidden;
		}
			.ApplicationListImg img {
				width:100%;
				height:auto;
				position:relative;
				box-sizing: border-box;
				transition: 0.4s ease all;
			}
			/*hover*/
			.ApplicationListImg:hover img {
				opacity: 0.7;
				transform: scale(1.1);
				transition: 0.4s ease all;
				overflow: hidden;
			}
			
		.ApplicationList_tit {
			font-size: 16px;
			line-height: 21px;
			color: #595757;
			padding: 10px 0px 0px;
			position: relative;
			transition: 0.3s ease all;
			text-align: center;

		}

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


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

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

                
                
                
                







/*-------產品展示內頁----------------------------------------------------------------------------*/
/*商品類別列表內頁*/
/*.product_inArea {
	font-size:0px;
	margin:0px -10px;
}
	.product_in {
		display:inline-block;
		vertical-align:top;
		width:33.2%;
		box-sizing:border-box;
		padding:40px 10px 0px;
	}
		.product_in a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
			color:#fff;
			position:relative;
		}
			.product_in img {
				width:100%;
				height:auto;
				transition:0.3s ease transform , 0.4s ease top;
				position:relative;
				border: solid 3px #fff;
				border-radius:5px;
				top:0px;
			}*/

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

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

	
		.productinImg {
			border: solid 3px #fff;
			border-radius:5px;
			cursor:pointer;
		}
			.productinImg img {
				width:100%;
				height:auto;
				position:relative;
				border: solid 1px #ccc;
			}


	.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;
		}

			}*/










/*產品燈箱----------------------------------*/
.product_lightBox {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:99;
	display:none;
}
	.product_lightBox_bg {
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.8);
	}
	.pLb_info_area {
		background:#fff;
		position:absolute;
		width:900px;
		height:75%;
		min-height:400px;
		left:50%;
		top: 10%;
		margin:0px 0px 0px -450px;
		border-radius:5px;
		box-sizing:border-box;
		padding:20px 30px;
	}
		.pLb_close {
			position: absolute;
			letter-spacing: 0px;
			border-radius: 100%;
			text-align: center;
			width: 35px;
			line-height: 35px;
			border: solid 1px #ccc;
			color: #777;
			background: #fff;
			top: -18px;
			right: -18px;
			cursor: pointer;
			transition:0.2s ease all;
			font-size:15px;
		}
			.pLb_close:hover {
				box-shadow:0px 0px 10px rgba(0,0,0,0.2) inset;
				color:#333;
			}
			
		.pLbI_info {
			height:100%;
			overflow-y: scroll;
		}
			/*產品內頁上*/
			.pLb_info_area .product_in_top {
				padding: 0px 0px 30px;
				height:100%;
			}
				/*產品內頁產品圖*/
				.pLb_info_area .product_in_img {
					width:40%;
					float:left;
					border-radius:5px;
					/*padding: 20px 0px 0px;*/
				}
					.pLb_info_area .product_in_img img {
						width:100%;
						height: auto;
					}
				
				/*產品內頁右*/
				.pLb_info_area .product_in_right {
					float:right;
					width: 55%;
					padding: 0px 0px 0px;
					height:100%;
					overflow-y:scroll;
					box-sizing:border-box;
				}
					.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:22px;
						line-height: 30px;
						padding:5px 0px 10px;
						color:#383838;
					}
					.pLb_info_area .pIR_remark {
						font-size:14px;
						line-height:22px;
						color:#808080;
						padding:10px 0px 0px;
					}
					
							@media (max-width: 1160px){
								/*產品內頁產品圖*/
								.pLb_info_area .product_in_img {
									width: 43%;
								}
								/*產品內頁右*/
								.pLb_info_area .product_in_right {
									width: 54%;
								}
							}
								@media (max-width: 920px){
									.pLb_info_area {
										width: 600px;
										margin: 0px 0px 0px -300px;
										padding: 15px;
									}
								}
										@media (max-width: 860px){
											.pLb_info_area {
												width:90%;
												margin:0px;
												left:5%;
											}
												.pLbI_info {
													overflow-y:scroll;
												}
													
													/*產品內頁產品圖*/
													.pLb_info_area .product_in_img {
														float:none;
														width: 300px;
														max-width:100%;
														margin:0 auto;
													}
													
													/*產品內頁右*/
													.pLb_info_area .product_in_right {
														float:none;
														width:auto;
														padding: 15px 0px 0px;
														height:auto;
														overflow:auto;
													}
										}












/*-------聯絡我們----------------------------------------------------------------------------*/
/*聯絡我們左*/
.contactLeft {
	float: left;
    width: 49%;
    padding: 0px 10px 20px 0px;
    box-sizing: border-box;	
}

.map{
	padding-top:30px;
}
	

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


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






/*/////////////////////////////////////////////////////////*/
/*新增樣式by 20180509   開始*/
/*/////////////////////////////////////////////////////////*/

/*手機版搜尋按鈕*/
.search_icon{
	display: none;
}

/*搜尋框*/
.search{
	width: 190px;
	height: 30px;
	/*padding: 28px 0px 0px 0px;*/  /*modify by karol 20191220*/
	padding: 5px 10px 0px 0px;
	z-index: 10;
	float: right;
}
	.search_in {
		position: relative;
		top: 0;
	}
		.search_in input[type='text']{
			height: 30px;
			line-height: 30px;
			font-size: 14px;
			border-radius:36px;
			border-right:0px;
			background:#fff;
			border:0px;
			padding: 0px 48px 0px 16px;
			color: #333;
			border: solid 0.5px #ccc;
		}
		.search_in label{
			width: 35px;
			height: 30px;
			cursor: pointer;
			transition: 0.3s ease all;
			position: absolute;
			right: 0px;
			top: 0px;
			background: #004080;
			border-radius: 0px 36px 36px 0px;
		}
		
		.search_in label:hover{
			opacity:0.7;
			transition: 0.3s ease all;
		}
			.search_in i{
				position: relative;
				right: -6px;
				top: 3.5px;
				z-index:10;
				color:#fff;		
			}
			.search_in input[type='submit']{
				width: 35px;
				height: 30px;
				cursor: pointer;
				transition: 0.3s ease all;
				position: absolute;
				right: 0px;
				top: 0;
				background: rgba(255,255,255,0);
			}
			
			
	.search_area2{
		display: none;
	}




@media (max-width: 1280px){
		
	/*搜尋框*/
	.search{
		width: 135px;
	}
	
}

@media (max-width: 1210px){
	.search{
		/*modify by karol 20191220 start*/
		/*float: none;
     	padding: 0px;
		position: absolute;*/
		/*right: 0px;*/
		/*right: 135px;*/
		width: 157px;
		top: 20px;
		/*modify by karol 20191220 end*/
	}
	
}

@media (max-width: 990px){
	.search{
		display: none;
	}
	
	.search_icon{
		display: block;
		position: absolute;
		width: 30px;
		top: 50%;
		/*right: 65px;*/ /*modify by karol 20191220*/
		right: 90px;
		cursor: pointer;
		z-index: 2;
		margin: -16px 0px 0px;
	}
		.search_icon label{
			width: 30px;
		}
			.search_icon i{
				font-size: 30px;
				color: #004080;
			}
			
	
	
	/*版頭搜尋區塊*/	
	.search_area2{
		-webkit-transition: top .2s;
		transition: top .2s;
		z-index: 15;
		position: fixed;
		width: 100%;
		/*z-index: 21;*/
		z-index: 2000;
		overflow: hidden;
		display:none;
		top: 0px;
		left: 0px;
		background: #000;
	}
		.search_in2{
			padding: 15px;
		}
			.search_in2 input{
				background: transparent;
				border: 0px;
				text-align: center;
				color: #fff;
				font-size: 34px;
				font-weight: bold;
				line-height: 40px;
				height: 58px;
    		 	padding: 0px 80px;
			}
			.search_in2 input[type="text"]:focus{
				border: 0px;
			}
			
		.search_in2 a{	
			z-index: 2002;
			color: #fff;
			position: absolute;
			right: 30px;
			top: 37px;
			text-decoration: none;
		}
			.search_in2 span{
				display:inline-block;
				vertical-align:middle;
			}
			.close_icon{
				font-size:22px;
				font-weight:lighter;
			}
			
}

@media(max-width: 640px){
	.search_in2 input{
		padding: 0px 55px;
	}
	
	.search_in2 a{	
		z-index: 2002;
		color: #fff;
		position: absolute;
		right: 30px;
		top: 25px;
		text-decoration: none;
	}
		.search_in2 span:nth-child(2){
			display:none;
		}
		.close_icon{
			font-size:40px;
		}
}		








/*語系*/
.lang {
	/*float:right;*/
    position: absolute;
    right: 0px;
	top: 20px;
}
	.lang select {
		font-size: 13px;
		color: #5e5e5e;
		border-color: #cecece;
		border-radius: 4px;
		padding: 0px 13px;
		width: 103px;
		text-align: center;
		height: 27px;
		
		/*modify by pekey 20180425*/
		line-height: 17px;
		cursor: pointer;
	}

@media (max-width: 1210px){
	/*語系*/
	.lang {
		 /*right: 180px;*/
		 right: 0px;
	}
}

@media (max-width: 990px){
	/*語系*/
	.lang {
		position: static;
	}
	
		.lang select{
			width: 100%;
			font-size: 15px;
			border-radius: 0;
			padding: 0px 13px;
			height: 35px;
			line-height: 35px;
		}

}

/*modify by karol 20191220 start*/

/*================*/
/*----- 版頭語系 -----*/
/*================*/							
.langArea {
	float:right;
}
	
	.langIn{
		box-sizing:border-box;
		position:relative;
	}
		.langIn a {

		}
		
			.langNav {
				position: relative;
			}
			/*hover*/
			.langArea:hover .langNav {
				background-color: #959595;
			}
			
				.langNav a{
					text-decoration:none;
					display:block;
				}
				.langNav > a{
					font-size: 17px;
					color:#004080;
				}

						.langOpen{
							width: 100px;
							/*height: 83px;*/ /*modify by karol 20200706*/
							height: 123px;
							background: #959595;
							position: absolute;
							right: 0;
							display: none;
							z-index: 2;
							top: 40px;
						}
						
						.header.fixed .langOpen {
							top:32px;
						}
						
						.langNav:hover .langOpen.pc {
							display:block;
						}
						   .langOpenBg{
								position:relative;
						   }
							
								.langOpenList {
								}
									.langOpenList a{
										font-size:16px;
										line-height:24px;
										color:#f6f4f1;	
										padding: 8px 10px;
										text-align:center;
										opacity: 0.7;
									}
									/*hover*/
									.lang:hover .langOpenList a{
										color: #f6f4f1;
									}
										.langOpenList a:hover{
											color:#fff;
											opacity: 1;
										}

					
				.langImg{
					width:24px;
					padding: 8px;
				}
					.langImg img{
						width:100%;
						height:auto;
					}	
					
				img.lang_iconBefore{
					display: block;
				}
				img.lang_iconAfter{
					display: none;
				}
				
				/*hover*/
				.langImg:hover .lang_iconBefore{
					display: none;
				}
				.langImg:hover .lang_iconAfter{
					display: block;
				}
				/*hover*/
				.langArea:hover .lang_iconBefore{
					display: none;
				}
				.langArea:hover .lang_iconAfter {
					display: block;
				}

				.langImg:hover {
					/*background:#000;*/
				}	
					

			
@media (max-width: 990px){	
.langArea {
	padding-right: 32px;
	float: none;
}
	
	.langOpen {
	  top:40px;
	}	
}	

@media (max-width: 640px){	
	.langOpen {
	  top:40px;
	}	
}	



/*modify by karol 20191220 end*/



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

.product_in_top{
	padding-top: 50px;
}
								
	.product_in_img{
		float:left;
		width:40%;
		box-sizing:border-box;
		border: solid 1px #ccc;
	}						
		.product_in_img img{
			width:100%;
			height:auto;
		}
		
	.product_in_right{
		float:right;
		/* float: left; */
		width: 59%;
		box-sizing:border-box;
		padding-left: 35px;
	}
		
		.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: #004080;
				color: #fff;
				font-size:15px;
				border-radius: 4px;
				text-decoration:none;
			}


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





@media (max-width: 620px){

	.product_in_img{
		float:none;
		width:100%;
	}	
		
	.product_in_right{
		padding-top: 30px;
		padding-left: 0px;
		float:none;
		width:100%;
	}
		

}









/*產品內頁下*/
.pI_bottom{
	background: #fff;
	border-radius: 3px;
	padding: 35px 0px 0px;
}
	.pIB_tit{
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
	}	
	.pI_bottom section.text_area p{
	}


	/*網編區*/
	.product_in_right .textArea{
		padding-top: 20px;
		font-size: 15px;
		line-height: 22px;
	}
		.textArea img{
			max-width: 100%;
			height: auto;
		}
	

/*/////////////////////////////////////////////////////////*/
/*新增樣式by pekey 20180509   結束*/
/*/////////////////////////////////////////////////////////*/

	

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


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