/*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:#005B75;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#005B75;
	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:860px){
			/*.wrap {
				width:auto;
				padding:0px 20px;
			}*/
		}
				


			@media (max-width: 660px){
				.wrap {
					padding:0px 15px;
				}
			}
			
			


			@media (max-width: 510px){
				.wrap {
					width:auto;
				}
			}			
			
			
			

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="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; */
    width: 130px;
    height: 35px;
    background:#005b75;
    color: #fff;
    border-radius: 3px;
    line-height: 35px;
    transition: 0.2s ease all;
    letter-spacing: 1px;
}

	
input[type="button"], 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;*/
	width:130px;
	height:35px;
	background: #525252;
	color:#fff;
	border-radius:3px;
	line-height:35px;
	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;
	}


	

			@media (max-width: 510px){
				input[type="button"], input[type="submit"]{
					width:100%;
				}
			}	
	
	
	
	
	
	
	
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: 86px;
	/*height: 117px;*/
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
	
textarea.company_form {
    height: 103px;
}
	/*textarea.company_form:focus {
		border: solid 1px #d5d5d5;
	}	*/
	
	
	
	
	
	
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	
	




	/*select.toplange:before {
	content:url(../images/icon.png);
	position:absolute;
	bottom:-6px;
	left:0px;
	margin:0px 0px 0px -10px;
	}*/




	
/*-------輪播----------------------------------------------------------------------------*/
.banner {
	background:#fff;
	position:relative;
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:-20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			}
			
			
			
			/*首頁_案例介紹_列表區塊*/
			
		 .indexAd_listArea{
					/*text-align:center;*/
					max-width: 90%;
					/*margin:0 -13px;*/
					margin:0 auto;
					padding:0px 0px 0px;
				}
					.device4{
						overflow: inherit;
					}
						/*左右鍵*/
						.device4 .ad_left, .device4 .ad_right {
							position:absolute;
							z-index:2;
							top:50%;
							margin:-18px 0px 0px 0px;
							border-radius:100%;
							box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
						}
						
						/*左鍵*/
						.device4 .ad_left {
							/*left: -13px;*/
							left: -39px;
						}
						/*右鍵*/
						.device4 .ad_right {
							/*right: -13px;*/
							right: -39px;
						}
							
							.indexAd_list{
								margin: 0px 13px;
								
								box-sizing: border-box;
								/*float: left;
								width: 25%;
								padding: 0px 13px;*/
							}
								.indexAd_listImg {
									position:relative;
								}
									.indexAd_list img {
										width:100%;
										height: auto;
										border: solid 1px #E6E6E6;
										transition: all .2s ease-out;
									}	
									
			
			
			
			
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
					
					@media (max-width: 880px){
						.device {
							height:auto;
						}
							/*左右鍵*/
							.device .arrow-left, .device .arrow-right {
								display:none;
							}
					}
						/*@media (max-width: 640px){
							.pcBanner {
								display: none;
							}
							.mobileBanner {
								display:block;
							}
						}*/
				
/*-------頁次--RWD版 by kevin 20150629------------------------------------------------------------------------*/							
.page_area_rwd {
	text-align:center;
	padding: 25px 0px 25px;
}
	.page_left_arrow, .page_right_arrow {
		width:66px;
		font-size:15px;
		background: #005B75;
		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:#c7c7c7;
			}
	.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;
		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:#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:90px;
		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;
	}

/*-------表單區----------------------------------------------------------------------------*/
.white_bg{
	padding:15px 0px 0px ;
}
	.fA_bg{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		/*padding: 0px 20px;*/
		padding: 10px 20px 0px;  /*修改 by pekey 20170608*/
	}
	.form_area {
		font-size:0px;
		margin: 0 auto;
		padding:7px;
	}
		.form_area br {
			font-size:15px;
		}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}

.form_left{
	float:left;
	width:40%;
	box-sizing:border-box;
	padding-right: 20px;
	}

.form_right{
	/*float:right;*/
	float:left;
	width:40%;	
	box-sizing:border-box;
	padding-left:20px;
	}


	
	
/*表單區備註*/
.form_remark {
	text-align:center;
	font-size:15px;
	line-height:22px;
	padding:10px 0px 5px 0px;
}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
		width: 85px;
    	letter-spacing: 0px;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}
	
	.form_list {
		/*padding:23px 8px 0px;*/
		box-sizing:border-box;
		display: table;
		padding: 10px 0px 0px;
		width: 100%;
	}


		.required_icon {
			color:#f00;
			display:inline-block;
			position:absolute;
			padding-top: 15px;
			vertical-align: top;
		}


		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			color:#000;
			width: 130px;
			display: table-cell;
			vertical-align: middle;
		}
		
		.fL_tit.mess{
			padding-top: 7px;
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			color:#000;
			width: 111px;
			display: table-cell;
			vertical-align:top;
			}
		



.fL_tit.dealer{
	padding-left:15px;
	position:relative;
	width: 195px;
}


.fL_tit.mess.dealer{
	padding-left:15px;
	position:relative;	
}




		
		

			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
			display: table-cell;
		}
			.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: 42px;
				display: table-cell;
				vertical-align: middle;
				padding: 0px 0px 0px 0px;
				/*padding: 0px 0px 0px 18px;*/
			}
				.fLR_info a {
					display:inline-block;
					vertical-align:top;
					padding:0px 8px;
					color:#006e36;
					text-decoration:underline;
				}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 90px 0px 0px;
			}
			.inputFile + .inputFile {
				margin-top:15px;
			}
				.delFile {
					position: absolute;
					cursor: pointer;
					font-size: 12px;
					letter-spacing: 0px;
					border-radius: 100%;
					background: #b73f3f;
					color: #fff;
					width: 20px;
					height: 20px;
					line-height: 20px;
					text-align: center;
					top: -10px;
					right: -10px;
					z-index: 2;
					transition:0.3s ease all;
				}
					.delFile:hover {
						background:#006e36;
					}
				.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: 14px;
						line-height: 42px;
						text-align:center;
						/*width:80px;*/
						display: inline-block;
						transition:0.3s ease all;
						padding: 0px 15px;
					}
						.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;
					letter-spacing:0px;
				}
			
			/*沒有輸入框時*/
			.fL_info.no_input {
				padding: 10px 0px 25px 0px;
				line-height: 24px;
				font-size:15px;  /*新增by pekey 20170605*/
			}
			
			.fL_info label {
				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;
				}
				
				
				
				
				
		@media (max-width:860px){
			.form_left , .form_right{
				width:100%;
				float:none;
				padding:0px;
			}
		}				
				

				
				
				
				
				
				
				
				
			
			@media (max-width: 375px){
				/*地址樣式*/
				input.fLRA_postalCode {
					margin-top: 10px;
				}
			}
			
			/*新增by pekey 20170725*/
			@media (max-width: 320px){
				/*生日樣式*/
				.fLR_info.birthday {
					letter-spacing: 0px;
					white-space: nowrap;
					position:relative;
				}	
					.fLR_info.birthday select{
						display:block;
						width:85%;
						margin:5px 0px;
					}
						span.birthday_year{
							position:absolute;
							right:3px;
							top:15px;
						}
						span.birthday_month{
							position:absolute;
							right:3px;
							top:61px;
						}
						span.birthday_date{
							position:absolute;
							right:3px;
							top:107px;
						}
					
			}
			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
					/*firefox*/
					@-moz-document url-prefix() { 
						.dateRange select {
							margin:0px 1px;
						}
					}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
					
			/*日期區間樣式2*/
			.fL_timeInterval {
			}
				.fL_timeInterval input {
					width: 44%;
					font-size: 12px;
					letter-spacing: 0px;
					padding: 0px 3px;
				}
	
	/*一列兩個樣式*/
	.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;
}

/*-------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;
}






				/*站內搜尋*/
				.siteSearch {
					float:right;
					padding:0px 20px 0px 16px;
				}
					.siteSearchBg {
						    border: solid 1px #d4d1d1;
							border-radius: 3px;
							position: relative;
							width: 217px;
							height: 29px;
							box-sizing: border-box;
							padding-right: 30px;
							background: #f4f4f4;
							/*color: #b9b8b8;*/
					}
						.siteSearchBg input[type='text'] {
							border: none;
							background: none;
							height: 27px;
							line-height: 23px;
							font-size: 13px;
							color: #b9b8b8;
						}
						.siteSearchBg label {
							position:absolute;
							top:0px;
							right:0px;
							height:23px;
							box-sizing:border-box;
							padding: 2px 6px;
						}
							.siteSearchBg i {
								font-size: 23px;
    							color: #005B75;
							}
							.siteSearchBg input[type='submit'] {
								display:none;
							}




		@media (max-width: 990px){
			.siteSearchBg i {
				color: #005B75;
			}
		}





/*-------版頭語言--------------------------------------------------*/

		.lang_pc{
			position: absolute;
			right: 50%;
			top: 10px;
			margin: 0px -333px 0px 0px;
			/*border: solid 1px #ececec;*/
			border-radius: 5px;
			z-index:550;
		}
			.lang_pc > a{
				display:block;
				padding: 10px 36px 10px 28px;
				/*background-color: transparent;
				color:#c3c1c1;*/
				color: #005B75;
				background: #fff;
				font-size:14px;
				border-radius:4px;
				text-align:center;
				text-decoration:none;
				position:relative;
			}
			.lang_pc > a:after{
				position:absolute;
				content:url(../images/select_arrow_y.png);
				/*border-top: solid 8px #c3c1c1;
				border-left: solid 5px rgba(255,255,255,0);
				border-right: solid 5px rgba(255,255,255,0);*/
				/*font-size:13px;*/
			    top: 11px;
			    right: 11px;
			}


			/*.lang_pc > a:before{
				position:absolute;
				content:url(../images/Lan_icon.png);
				border-top: solid 8px #c3c1c1;
				border-left: solid 5px rgba(255,255,255,0);
				border-right: solid 5px rgba(255,255,255,0);*/
				/*font-size:13px;
			    top: 7px;
    			left: -2px;
			}*/

			
			.nL_in{
				display:none;
			}
				.nLI_list{
					text-align:center;
				}
					.nLI_list a{
						display: block;
						color: #0078d3;
						background:#dedede;
						font-size: 14px;
						padding: 8px;						
						text-decoration: none
					}
					.nLI_list:hover a{
						color:#005B75;
						/*background:rgba(0,0,0,1);*/
					}



				/*.Lan_icon{
					position:absolute;
					right:50%;
					}*/











/*-------版頭----------------------------------------------------------------------------*/
.header {
	box-shadow: 0px 0px 6px #d9dad8;
	position:relative;
	/*height:115px;*/
	/*padding-bottom: 8px;*/
    /*border-bottom: 4px #005B75 solid;*/
}
	.header .wrap {
		position:relative;
	}
		/*logo*/
		.logo {
			float:left;
			padding-top: 0px;
			width:350px;
			height:auto;
		}
			.logo img {
				width:100%;
				height:auto;
			}
				.logo_s {
				}
				.logo_b {
					display:none;
				}
				
			
			
		
		/*手機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:#005B75;
				height:2px;
				margin: 4px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					top: 22px;
					position: fixed;
					margin: 0px;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						transform: rotate(39deg);
						transform-origin: top left;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
					}
					.menu_btn.active span:nth-of-type(3) {
						transform: rotate(-39deg);
						transform-origin: bottom left;
					}
				
		/*版頭右*/
		.headerRight {
			float:right;
			/*width:655px;*/
		}
			/*版頭右上*/
			.headerRightTop {
				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;

									}
				/*版頭語系*/
				.lang {
					float:right;
					border-radius:2px;
					display:none;
				}
					.langLink {
						position:relative;
						float:left;
						padding:0px 10px;
					}
					/*.langLink:nth-of-type(2) {
						padding-left:15px;
						padding-right:15px;
					}
						.langLink:after {
							content:'|';
							position:absolute;
							top:4px;
							right:0px;
						}
							.langLink:nth-of-type(3):after {
								display:none;
							}*/
							
						.langLink a {
							display:block;
							text-decoration:none;
							font-size:14px;
							line-height:22px;
							color:#8c8c8c;
						}
							.langLink a:hover, .langLink.active a {
								color:#0048dc;
							}
							
							
			/*主按鍵*/
			.navbar {
				float: right;
				padding-top:15px;
				margin: 0px -23px;
				z-index:500;				
			}
			
				.nav {
					display:inline-block;
					box-sizing: border-box;
					padding: 0px 23px 0px 23px;
					position: relative;
					
				}

					.nav.active >a {
						color:#0078d3;
						border:1px solid #0078d3;							
						border-radius:5px;
					}
				
					.nav a {
						display:block;
						text-decoration:none;
						/*position:relative;*/
					}
					
					.nav > a {
						color:#565656;
						border:1px solid #fff;
						padding:13px 18px;
						border-radius:5px;
						text-align:center;
						font-size: 16px; 
						font-weight: bold;
						display:block; 
					}


					
					.nav:hover > a {
						color:#ac8a47;
						border:1px solid #ac8a47;	
						border-radius:5px;						
						
					}


						/*.nav:after{
							position:absolute;
							content:'／';
							bottom: 15px;
    						left: -13px;
							color:#e5e5e5;
						}
						.nav:first-child:after {
							display:none;
						}*/						
						
	
							/*主按鍵展開*/
							.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;
    								box-shadow: 0px -1px 10px 2px rgba(10%,10%,10%,0.4);
								}
									.navOpenBg:before {
										position: absolute;
										content:url(../images/top_arrow.png);
										/*border-bottom: solid 8px #ffffff;
										border-left: solid 12px #fff;
										border-right: solid 12px #fff;*/
										top:-8px;
										left:50%;
										margin:0px 0px 0px -12px;
									}
										.navOpenList {
										}
											.navOpenList >a {
												/*text-align: center;*/
												text-align:left;  /*Judy修改20171226*/
												font-size: 15px;
												color: #676767;
												line-height: 22px;
												padding: 10px 0px 10px 10px; /*Judy修改20171226*/
												background: #fff;
												border-bottom: 1px #dfdfdf solid;
												transition: 0.3s ease all;
												width: 100%;
											}
												.navOpenList >a:hover {
													color:#ac8a47;
													border-right:23px #ac8a47 solid;
													/*color:#005B75;
													border-right:23px #005B75 solid;*/
													position:relative;
													letter-spacing:-1px;
												}
												
												.navOpenList a:hover:after{
													position:absolute;
													content:url(../images/hover_arrow.png);
													/*bottom: 18px;*/
													top:49%;
													/*margin:0px 0px 20px 0px;*/
													right: -15px;
												}		
												
												
												
												
												/*子選單當前模式*/
												.navOpenList.active a {
													color: #005B75;
													border-right: 23px #005B75 solid;
													position: relative;
												}

												.navOpenList.active a:after{
													position:absolute;
													content:url(../images/hover_arrow.png);
													top:49%;
													right: -15px;
												}													
												
												
												
	
	@media (max-width: 1200px){
		/*logo*/
		.logo {
			padding: 9px 0px;
		}




		.lang_pc {
			margin: 0px -224px 0px 0px;  /*Judy修改20180108*/
		}

			.navbar {
				margin: 0px -10px;	
			}
			
				.nav {
					padding: 0px 10px 0px;
					
				}
				

	}
	

	
		@media (max-width: 990px){
			
			/*手機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 {
						display:block;
						float: none;
						border: none;
						background: #c7c7c7;
						border-radius: 0px;
					}
						.langLink {  /*Judy20180108修改*/
							box-sizing: border-box;
							width: 100%;
							float: none;
							text-align: left;
						}
							.langLink a {
								line-height: 30px;
								color: #595959;
							}

							/*.langLink:after {
								top: 7px;
								right: -3px;
								color:#595959;
							}*/
								.langLink a:hover, .langLink.active a {
									color:#fff;
								}
								
								
				/*手機板搜尋*/				
				.siteSearch {
					float: none;
					width: 100%;
					padding: 0px;
					border: none;
				}				
								
				.siteSearchBg {
					/*border: none;*/
					border-radius: 0px;
					position: relative;
					width: 100%;
					padding-right: 0px;
					/*padding-right: 30px;*/
				}				
								
								
								
								
								
								
								
					/*主按鍵*/
					.navbar {
						margin:0px;
						padding:0px;
						border: none;
					}
						.nav {
							float: none;
							width: 100%;
							padding: 0px;
							border-bottom: solid 1px #757575de;
						}
							.nav > a {
								color:#fff;
								border: none;
								border-radius: 0px;
								/* background: #f3f3f3; */
								text-align: left;
								/* padding: 6px 15px; */
							}
							
							
							
							.nav:hover > a {
								/*border:none;*/
								border-bottom:1px solid #0078d3;
								border-left:none;
								border-right:none;	
								border-top:none;												
								/*border:1px solid #0078d3;	*/
							}
							
							.nav.active >a {
								color: #0078d3;
								border-top:none;
								border-right:none;
								border-left:none;
								border-bottom: 1px solid #0078d3;
								border-radius:0px;
							}

							
							
							
								/*主按鍵展開*/
								.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*/
				.logo {
					width:75%;
					/*padding: 0px 50px 0px 0px;*/
					padding: 15px 0px 0px 0px;
					float:none;
					box-sizing:border-box;
				}
					.logo img {
						width:100%;
					}
					.logo_flash {
						display:none;
					}
				/*手機menu按鍵*/
				.menu_btn {
				}
					.menu_btn.active {
						top: 4vw;
					}
				
				/*版頭右*/
				.headerRight {
					padding: 12.2vw 0px 0px;
				}
			}














/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/



.indexMain {
	/*border-top: 4px #005B75 solid;*/
	border-top: 4px #10bcbd solid;
}
	.indexMain .wrap {
		font-size:0px;
	}
	


/*首頁公司簡介--------------------------------------------*/
.indexabout{
	margin: 50px 0px;
	padding: 70px 0px;
	/*background-color:#e6e6e6;*/
	background-image:url(../index/images/about_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
	
.indexabout .indextite {
    /*color: #333;*/
}

.indexaboutInfo{
	padding-top:45px;
	text-align:center;
	font-size:16px;
	color: #333;
	line-height:30px;
	}

.indextite {
    /*float: left;*/
    font-size: 26px;
    font-weight: bold;
    color: #005B75;
	text-align:center;
}








/*首頁產品---------------------------------------------------*/
.indexproductBg{
	padding: 50px 0px 30px;
}

	/*首頁_產品_列表區塊*/
	.indexProduct_listArea{
		max-width: 80%;
		margin:0 auto;
		text-align:center;
		padding:50px 0px 0px;
	}
		/*列表*/
		.indexProduct_list{
			display: inline-block;
			width: 30%;
			/*width: 16%;*/
			box-sizing:border-box;
			vertical-align:top;
			padding: 15px 35px;
		}
						   
				
				/*列表區塊_圖片*/
				.indexProduct_listImg{
					position:relative;
					transition: all .2s ease-out;
					border-radius: 100%;
					overflow: hidden;
				}
				/*hover*/
				.indexProduct_listImg:hover{
					transform: scale(1.05);
					transition: all .2s ease-out;
					animation: bounceIn;
				}
				
					.indexProduct_list a{
						display: block;
						text-decoration: none;
						background: #3ec8c9;
					}
					.indexProduct_list:nth-child(2n) a{
						background: #9fd85c;
					}						
						.indexProduct_listImg img{
							width:100%;
							height:auto;
							transition: all .2s ease-out;
						}
						/*hover*/
						.indexProduct_listImg:hover img{
							/*transform: scale(1.1);
							transition: all .2s ease-out;
							animation: bounceIn;
							opacity: 0.7;*/	
						}
				
				/*列表區塊_標題*/	
				.indexProduct_listTit{
					color:#3a3a3a;
					font-size:18px;
					font-weight:bolder;
					padding-top:20px;
					/*color:#6f6f6f;*/
					line-height: 24px;
				}
				.indexProduct_listTit span{
					font-weight:normal;
					color: #7d7d7d;
					padding: 5px 0px 0px;
					font-size: 14px;
					line-height: 22px;
					display:block;								
				}		

				
.indexProduct_coverArea{
	position: absolute;
	top: 40%;
	left: 50%;
	opacity: 0;
	width: 0%;
	height: 0%;
	background-color: rgba(0,0,0,0);
	color: #fff;
	border-radius: 100%;
	transition: all .2s ease-out;
}

.indexProduct_listImg:hover .indexProduct_coverArea{
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*border-radius: 100%;*/
	background-color: rgba(0,0,0,0.7);
	transition: all .2s ease-out;
}
.indexProduct_coverIn{
	position: relative;
	/*top: 40%;*/
	top: 35%;
	left: 0%;
}
.indexProduct_coverIn i{
	font-size: 40px;
}

.indexProduct_coverIn span{
	display: block;
	text-align: center;
	letter-spacing: 0;
	font-size: 18px;
}



@media (max-width: 1580px){
	.indexProduct_list {
		/*width: 14.5%;*/
		width: 28%;
		padding: 20px 40px;
	}
}



@media (max-width: 1280px){

	.indexProduct_list{
		width: 32%;
		padding: 25px 35px;
	}
}



/*@media (max-width: 990px){
	.indexProduct_list {
		width: 30%;
		padding: 20px 20px;
	}	
}*/



@media (max-width: 768px){
	
	.indexProduct_listArea {
		max-width:100%;
	}
	/*列表*/
	.indexProduct_list{
		/*width: 22%;*/
		width: 30%;
		padding: 20px 25px;
		/*float:none;
		display:block;*/
		/*padding: 15px 50px;*/
	}
}


@media (max-width: 640px){
	/*列表*/
	.indexProduct_list{
		width: 49.5%;
		padding: 15px 50px;
	}
}

@media (max-width: 510px){
	/*列表*/
	.indexProduct_list{
		padding: 15px 20px;
	}
}



/*-------首頁最新消息列表-------------------------------------------------------*/


.iN_list_area{
	width:100%;
	/*margin:70px 0px;*/
	padding: 40px 0px 70px;	
	/*margin-top:40px;*/
	margin-bottom: 40px;
}


		.iN_T{
		}
			
			
			.iN_tit{
				/*float: left;*/
				font-size: 26px;
				font-weight: bold;
				color: #005B75;
				text-align:center;
			}
						
						
			.iN_more{
				float:right;
				padding:5px;
				color:#c7c7c7;
				font-size:14px;
				border:1px solid #c7c7c7;
				border-radius:5px;
				display:block;
				}


				.iN_more input {
					height: 26px;
					line-height: 26px;
					display: none; 
				}



		
		.iN_list_arIN{
			margin:0px -15px;
			padding-top:30px;
			}
					
					
		.iN_list_arIN.second{
			display:none;
			}
					
						
		.iN_list{
			display:inline-block;
			box-sizing:border-box;
			padding:0px 15px;
			width:24.9%;
		}
		
			.inL_Img{
				overflow:hidden;
			}

			.inL_Img img{
				width:100%;
				height:auto;
			}
			.inL_Img:hover img{
				opacity:0.8;
				transform:scale(1.2);
				transition: 0.3s ease all;
			}				
				
			.iPL_Info{
				width:100%
				}
						
						
				.inL_date{
					padding-top:13px;				
				}	
									
				.inL_name{
					padding-top:13px;
					
					/*overflow: hidden;
					text-overflow:ellipsis;
					white-space: nowrap;*/					
				}
									
				.inL_date a{					
					color:#707070;
					font-size:12px;
					text-decoration:none;		
				}


				.inL_name a{
					color:#10bcbd;
					font-size:16px;
					font-weight:bolder;
					text-decoration:none;
					display: block;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}
					
				.inL_name a:hover{
					transition: 0.3s ease all;
					color:#707070;
					padding-left:15px;
				}					
					
					
				.iPL_Infoin{
					padding-top: 15px;
					color:#949494;
					font-size: 14px;
					line-height: 24px;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;				
				}



				/*最新消息點擊*/
				/*.iN_more.active{
					display:none;
					color:#fff;
					border:1px solid #fff;
				}*/
				

				/*第5-8個最新消息打開*/
				.iN_list_arIN.second.active{
					display:block;
				}


	@media (max-width: 1200px){
		
		.iN_list_arIN {
			margin: 0px -10px;
		}
		
		.iN_list {
			padding: 0px 10px;
		}

	}


	@media (max-width: 990px){
		.iN_list {
			padding: 10px 10px;
			width: 49.9%;
		}
	}


	@media (max-width: 510px){
		.iN_list {
			width: 100%;
		}
	}
	








/*/////////////////////////////////////////////////////////*/
/*-------footer區--------*/
/*/////////////////////////////////////////////////////////*/



.footer {
	background-color:#005B75; 
    padding: 32px 0px 17px;
}
	/*返回最上面*/
	.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 #005B75;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color: #005B75;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #005B75;
				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: 14px;
				}
				
				.footerLeft_info span.fL_TitLine{
					position:relative;
					margin-right: 10px;
				}
				
				.footerLeft_info span.fL_TitLine:after{
					position:absolute;
					content:"|";
					right: -6px;
					top: 2px;
				}				
				.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:#000;
							border: solid 1px #000;
							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: #005B75;
					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;
				}
				
				/*版腳右主按鍵*/
				.footerRight_navbar {
					display:none;
				}

				.footer_icon_area {
					padding: 5px 0px 15px;
				}

		}








/*/////////////////////////////////////////////////////////*/
/*-------內頁共用樣式區--------*/
/*/////////////////////////////////////////////////////////*/




.headerIn{
	border-bottom::none;
	box-shadow: 0px 0px 6px #d9dad8;
    position: relative;
    padding-bottom: 8px;
}





.inBanner{
	background: url(../images/in_banner.png);
	/* background-size: 100% 100%; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 50%;
	position: relative;
	height: 200px;
	/*background:url(../images/in_banner.png) ;
	background-size:100% 100%;
	position:relative;
	height:127px;*/
}


	
.inBannerTit{
	font-size:30px;
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	position:absolute;
	top:50%;
	margin: -16px 0px 0px 0px;
}	






.main {
}
	
	/*麵包屑*/
	.crumb {
		font-size:12px;
		line-height:18px;
		color:#9b9b9b;
		padding:20px 0px 15px;
		border-bottom:1px solid #e5e5e5;
		margin-bottom:24px;
	}
		.crumb a {
			color:#005B75;
			text-decoration:none;
		}
			.crumb i {
				font-size: 15px;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}



	/*標題樣式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;
		}
	

		@media (max-width: 715px){
			.inBanner {
				background-size: 1000px !important;
				height: 98px;
			}
				.inBanner:before {
					left: -248px;
				}
				.inBannerTit {
					font-size:20px;
				}
		}

	
	/*網編區*/
	.textArea {
		padding:25px 0px 25px;
		font-size:15px;
		color:#333;
		line-height:35px;
	}
		.textArea a {
			color:#0048dc;
		}
		.textArea img {
			max-width:100%;
			height:auto;
		}










/*-------產品資訊----------------------------------------------------------------------------*/


	/*左*/
	.left {
		float: right;
		width:240px;
		width:20.5%;
		position:relative;
		/*padding:0px 0px 30px;*/
		
		margin:0px 0px 30px;   /*修改by pekey 20170803*/
		/*box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.12);*/
		/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);*/
	}
		
		/*左類別標題*/
		.leftSortTit {
			/* background: #d40011; */
			/* background: #d1d1d1; */
			font-size: 26px;
			line-height: 27px;
			color:#ac8a47;
			text-align: center;
			/* border-left: solid 12px #000; */
			/* border-left: solid 12px #333; */
			padding: 45px 0px 15px 0px;
			font-weight: bold;
		}
		
		/*左選單*/
		.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:250px;	
			/*min-height:830px;	*/
		}

			.leftList{
				background: #c5a76b;
				border-bottom: 4px #ffffff solid;
				/*background:#1fbdd8;
				border-bottom: 1px #5ae0f7 solid;*/
			}			
			

			.leftList:nth-child(2n){
				/*background: #78de5d;*/
				background:#d0bc94;
			}	
			
			.leftList > .lL_open_area a{
				background:#74e5ddb5;
				/*background: #005B75;*/
			}
			
			/*偶數層*/
			/*.leftList:nth-child(2n){
				background: rgba(0, 112, 189, 0.8);
			}			
			
			.leftList:nth-child(2n) > .lL_open_area a{
				background: rgba(0, 112, 189, 0.8);
			}*/			
			


			
						
			/*第一層橘色*/
			/*.leftList.A:nth-child(n+1){
				background:#005B75;
			}			
			
			.leftList.A:nth-child(n+1) > .lL_open_area a{
				background: #005B75;

			}*/		

			/*第二層綠色*/			
			/*.leftList.B:nth-child(n+1){
				background: #6297bb;
			}			
			
			.leftList.B:nth-child(n+1) > .lL_open_area a{
				background: #6297bb;
			}*/			



			/*第三層黃色*/
			/*.leftList.C:nth-child(n+1){
				background: #f7b51d;
			}			
			
			.leftList.C:nth-child(n+1) > .lL_open_area a{
				background: #f7b51d;
			}*/		
			
				
			/*第四層藍色*/			
			/*.leftList.D:nth-child(n+1){
				background: #18b2ba;
			}			
			
			.leftList.D:nth-child(n+1) > .lL_open_area a{
				background: #18b2ba;
			}*/			
			

				.leftList a {
					display: block;
					text-decoration: none;
					font-size: 18.2px;
					color: #fff;
					padding: 15px 0px 15px 14px;
					line-height: 25px;
				}
					.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;
					}
		
			


			/*第一層選單hover效果*/
			.leftList.lL_open:hover >a{
				/*border-right:23px solid rgba(0, 0, 0, 0.4);*/
				border-right: 23px solid #cab387;
				position:relative;
				color: rgba(33, 33, 33, 0.5);
				transition: 0.7s ease all;
			}
			
			.leftList.lL_open >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			
				
			/*.leftList.lL_open.A:hover >a{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.A >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			
			.leftList.lL_open.B >a:hover{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.B >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}		

			.leftList.lL_open.C:hover >a{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.C >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}		

			.leftList.lL_open.D >a:hover{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.D >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}*/	










			/*左側第一層選單now當前效果*/	
			.leftList.lL_open.now >a {
				/*border-right:23px solid rgba(0, 0, 0, 0.4);*/
				/*border-right: 23px solid rgb(2, 102, 119);*/
				border-right: 23px solid #cab387;
				position:relative;
				color:#ffffff;
			}

			.leftList.lL_open.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}				
			
			
			
					
			/*.leftList.lL_open.A.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#fff;			
			}

			.leftList.lL_open.A.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	



			.leftList.lL_open.B.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;			
			}

			.leftList.lL_open.B.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			
			

			.leftList.lL_open.C.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;			
			}

			.leftList.lL_open.C.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			

			.leftList.lL_open.D.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;			
			}

			.leftList.lL_open.D.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}*/	






				
			/*第二層選單hover效果*/
			.lLOA_list.leftList.lL_open > a:hover {
				/*border-right:23px solid rgba(0, 0, 0, 0.4);*/
				/*border-right: 23px solid rgb(2, 102, 119);*/
				border-right: 23px solid #fd7555;
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}	

			.lLOA_list.leftList.lL_open a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
				}			
					



			/*第二層選單當前now效果*/
			.lLOA_list.leftList.lL_open.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}	

			.lLOA_list.leftList.lL_open.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
				}


					
						.lL_open_area{
							display:none;
						}
							.lLOA_list{
								
							}
								.lLOA_list a{
									display: block;
									text-decoration: none;
									font-size: 14px;
									color: #fff;
									position: relative;
									line-height: 22px;
									padding: 13px 0px 13px 14px;
								}



	
		/*右*/
		.right {
			float:left;
			min-height: 250px;
			/*width:78%;*/
			width:74%;
			/*box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.12);*/
			/*background: #fff;*/
			margin: 0px 0px 30px;
			box-sizing: border-box;
			/*padding: 13px 30px 30px;*/
			/*padding: 13px 0px 30px 30px;
			min-height:400px;
			height:auto;*/
		}
		.right.no_type{
			width:100%;
			float:none;
			margin: 0px;
			padding: 13px 0px 30px;
		}


					
			/*產品頁大標*/
			.in_tit_area {
				position:relative;
				margin: 0px 0px 20px;
			}
				.in_tit {
					color: #005b75;
					font-size: 25px;
				}




			@media (max-width: 1160px){
				.right{
					width: 73%;
				}
				
				.left {
					width: 24.5%;				
				}
			}




			@media (max-width: 850px){
				.left{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
				}
					.leftSortTit{
						cursor:pointer;
						background: #eaeaea;
						padding: 15px 0px 15px 0px;
					}
					.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: 23px;
						/*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:18px;
						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){
				.right{
				  /*padding: 13px 10px 30px;*/
				}
			}







/*/////////////////////////////////////////////////////////*/
/*-------產品--------*/
/*/////////////////////////////////////////////////////////*/



/*產品列表*/
.product_list_area {
	font-size:0px;
	margin:0px -15px;
}
	.product_list {
		display: inline-block;
		vertical-align: top;
		padding: 15px 15px;
		width: 24%;
		box-sizing: border-box;
	}
		.pL_bg {			
			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 {
				/*border:1px solid #e2e2e2;*/
				/*background:url(../images/read_morebg.png);*/
				background: #005b75;
				z-index:7;
			}
			
				.pL_img img {
					width:100%;
					height:auto;					
				}
				
				
				.pL_img a {
					display:block;
					position:relative;
				}				
				
				.pL_img a:hover {
					opacity:0.3;
				}
				
				.pL_img a:hover:after {					
					position: absolute;
					content: url(../images/read_more.png);
					right: 50%;
					top:50%;
					z-index:9;
					/*width:100%;
					height:100%;*/
					margin: -8px -69px 0px 0px;
				}



					
			.pL_bottom {
				font-size:16px;
				/*padding:0px 12px 10px;*/
				padding:0px 0px 10px;	/*Judy修改20171229*/
			}
				.pLB_tit {
					/*border-bottom: 0.5px solid #959595;
    				padding-bottom: 10px;*/
				}
					.pLB_tit a {
						/*height:45px;*/	/*Judy修改20171229*/
						vertical-align:top;
						font-size: 17px;
						letter-spacing:0;
						color:#005b75;
						padding: 10px 12px 10px;  /*Judy修改20171229*/
						line-height: 24px;
						text-align: center;
						border-bottom: 0.5px solid #959595;
						word-wrap:break-word;  /*英文換行*/
						
					}
						.pLB_tit a:hover {
							color:#333;
						}
						
						
						
						
						
				.pL_Icon{
					text-align:center;
					margin:0px -3px;
					/*border-top: 0.5px solid #959595;*/
						}     
						
						
			   	.pL_IconImg{
					width: 24.6%;
					height: auto;
					display: inline-block;
					padding: 10px 3px 0px;
					box-sizing: border-box;
				   }
						
						
			   	.pL_IconImg img{
					width:100%;
					height:auto;
				   }
											
			   	.pL_IconImg a{
					display:block;
				   }						

	
						
				.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:49.9%;
									box-sizing:border-box;
								}
							}
								@media (max-width: 510px){
									.product_list_area {
										/*font-size: 0px;*/
										margin: 0px -5px;
									}
									.product_list {
										width:100%;
										padding: 15px 5px;
									}
								}
									
									@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%;*/
											}
										}

							

						
								
	
/*內頁大標------------------------------*/
/*.in_tit_Ip {
	color: #676767;
	font-size: 20px;
}*/


.product_in_top {
    padding: 0px 0px 30px;
}	
	
.product_in_left{
	width: 40%;
	float: left;
	}	
		
	.product_in_img {
		border:#e2e2e2 1px solid;
	}	
		
		
		.product_in_img img {
			width: 100%;
			height:auto;
		}	
	
	
.pL_Icon_in{
	text-align:left;
	padding-top:35px;
	}
	
	
	.pL_IconImg_in{
		width:45px;
		height:auto;
		display:inline-block;
		padding-right:10px;
		}
			
		.pL_IconImg_in img{
			width:100%;	
			height:auto;
			}
		
		
		
		
.product_in_right {
    float: right;
    width: 55%;
}	


	.pIR_text {
		padding-left: 10px;
		font-size: 15px;
		line-height: 26px;
	}	
		



	@media (max-width: 660px){
		
		.product_in_left{
			width: 100%;
			float: none;
		}
		
		.product_in_right {
			width: 100%;
			float: none;
			padding: 25px 0px 0px;
		}		
		
	
	}



	












/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}














	
	
	
	

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	border-bottom: solid 1px #c4c4c4;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color: #000;
					border-right: solid 1px #c4c4c4;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#005B75;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#005B75;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #005B75 inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}

@media (max-width: 760px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			/*position: absolute;*/
			width: 100%;
			z-index: 999;
		}
			.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
				float:none;
				text-align:center;
				width:100%;
				font-size:15px;
				border-radius:0px;
				border: none;
				border-bottom: solid 1px #f3f3f3;
			}
				.tabs li.active:after {
					content:"";
				}
}

			

		
							
							
							

/*回上一頁*/
/*.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 {
   /* text-align: center;*/
   text-align:left;
   padding-top: 40px;
}


.btn_area {
	font-size:0px;
	text-align:center;
	display:inline-block;
	padding:0px;
}
	.btn_area input {
		/*margin:0px 30px;*/
		margin-right:20px;
	}
		.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:510px){
				.btn {
				   text-align: center;
				}
				
				.btn_area {
					display:inherit;
				}
											
				.btn_area input {
					/*margin:15px 15px 0px;*/
					margin:15px 0px 0px;
				}	
			
				
			}				
					
					

					
					
					




/*/////////////////////////////////////////////////////////*/
/*-------內頁最新消息--------*/
/*/////////////////////////////////////////////////////////*/


/*最新消息列表*/
.news_list_area {
	padding-bottom:30px;
}
	.news_list {
		position: relative;
		display: table;
		border-bottom: dashed 1px #c9c9c9;
		padding: 20px 0px;
		/*width: 100%;*/
		width: 48%;
		box-sizing:border-box;
	}
	.news_list:nth-child(2n+1) {
		float:left;
	}
	.news_list:nth-child(2n) {
		float:right;
	}	
	
	
	
		.news_list a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
		}
			.news_list a:hover {
				color:#005B75;
			}
			
		.nL_img {
			width:200px;
			display:table-cell;
			vertical-align:top;
			overflow:hidden;
		}
			.nL_img a {
			}
				.nL_img img {
					width:100%;
					height:auto;
				}
		.nL_img:hover img {
			transform:scale(1.2);
			opacity:0.8;
			transition: 0.3s ease all;
		}				
				
				
				
				
		.nL_right {
			display:table-cell;
			vertical-align:top;
			padding: 0px 20px;
		}
			.nLR_time {
				color: #707070;
    			font-size: 12px;
				/*background:#10bcbd;
				display: inline-block;
				color: #fff;
				padding: 5px 5px;
				border-radius: 2px;*/
			}
			.nLR_tit {
				padding:15px 0px 10px;
			}
				.nLR_tit a {
					color: #10bcbd;
					font-size: 16px;
					font-weight: bolder;
					text-decoration: none;
					display: block;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					/*color: #707070;
					font-size: 16px;
					line-height: 26px;
					font-weight: bold;
					padding: 9px 0px;
					text-decoration:none;*/
				}
				.nLR_tit a:hover{
					transition: 0.3s ease all;
					color:#707070;
					padding-left:15px;
				}
				
				
				/*最新消息內頁標題*/
				.nLR_tit.Newin {
					padding: 15px 0px 0px;
					color:#10bcbd;
					font-size: 16px;
					line-height: 26px;
					font-weight: bold;
				}

			.nLR_remark {
				/*padding-top: 15px;*/
				color: #949494;
				font-size: 14px;
				line-height: 24px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;				
				/*color: #707070;
				font-size: 18px;
				line-height:29px;*/
			}
			
			
			
			
	/*沒有照片時樣式*/
	.news_list.noImg .nL_img {
		display:none;
	}
	
				@media (max-width: 990px){
						
					/*最新消息列表*/
					.news_list_area {
						padding-bottom:30px;
					}
						.news_list {
							/*position: relative;*/
							display:block;
							width: 100%;
						}
						.news_list:nth-child(2n+1) {
							float:none;
						}
						.news_list:nth-child(2n) {
							float:none;
						}
					
				}	
	
	
				/*@media (max-width: 920px){
					.nL_right {
						padding: 0px 0px 0px 20px;
					}
				}*/
					@media (max-width: 510px){
						.nL_img {
							display:block;
							width:100%;
						}
						.nL_right {
							display:block;
							padding: 15px 0px 0px;
						}
					}

/*最新消息內頁標題*/
.newsInTit {
}
	.nIT_time {
		 font-size: 12px;
		background: #0048dc;
		display: inline-block;
		color: #fdfdfd;
		padding: 5px 5px;
		border-radius: 2px;
	}
	.nIT_tit {
		position: relative;
		font-size: 25px;
		line-height: 33px;
		font-weight: bold;
		border-bottom: solid 1px #0048dc;
		padding: 7px 0px;
	}
		.nIT_tit:after {
			position: absolute;
			content: '';
			bottom: 0px;
			background: #0048dc;
			width: 30px;
			height: 3px;
			right: 0px;
		}

/*回上一頁*/
.back {
	padding:30px 0px 30px;
}
	.back a {
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 0 auto;
		text-align: center;

		color: #fff;
		background:#005b75;
		border-radius: 3px;
		font-size: 13px;
		line-height: 35px;
		width: 150px;
		color: #fff;
		/*background: #005B75;*/
		/* border: solid 1px #686868; */
	}
		.back a:hover {
			opacity:0.7;
		}









/*/////////////////////////////////////////////////////////*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

/*下載列表*/
.download_list_area{
	padding:5px 0px 20px;
	/*margin:0px -12px;*/
}
	/*下載列表_清單*/
	.dLA_list{
		padding:15px 0px;
		/*float:left;*/
		width:48%;
		box-sizing:border-box;
	}
	.dLA_list:nth-child(2n+1){
		float:left;
	}
	.dLA_list:nth-child(2n){
		float:right;
	}
	
		/*下載列表_清單_in*/
		.dLA_list_in{
			/*background:#e6e6e6;*/
			background: rgba(230, 230, 230, 0.8);
			padding:25px 25px;
			border-radius:7px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 /*border: 1px #10bcbd solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
		}			

		/*下載列表_清單_左側*/
		.dLAL_left{
			float:left;
			box-sizing:border-box;
			width:60%;
			/*width:335px;*/
		}
			/*下載_標題*/
			.dLALL_tit{				
				color: #000;
				font-size: 16px;
				line-height:20px;
				font-weight: bolder;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*下載_內容*/
			.dLALL_text{			
				padding-top:7px;
				color: #595757;
				font-size: 14px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*下載_按鈕*/
		.download_btn{
			float: right;
		}
			.download_btn a{
				display:block;
				color: #10bcbd;
				font-weight:bold;
				font-size: 14px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid #10bcbd;
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				color:#fff;
				background-color:#10bcbd;
				/*border:1px solid #333;*/
				padding: 14px 50px;
				transition: 0.2s ease all;
			}


			



@media (max-width:860px){
	


	/*下載列表_清單*/
	.dLA_list{
		width:100%;
		float:none;
		padding:15px 0px;
	}


		/*下載列表_清單_左側*/
		.dLAL_left{
			width:75%;
		}
}

@media (max-width:680px){
	
		/*下載列表_清單_左側*/
		.dLAL_left{
			width:100%;
			float:none;
		}
		
		/*下載_按鈕*/
		.download_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.download_btn a {
				padding: 10px 0px;
			}		
				.download_btn a:hover{
					padding: 10px 0px;
				}		
		
}












/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/


.company_form_area{
	width:100%;
	margin:0 auto;
	padding-bottom:40px;
}



/*聯絡我們左*/
.contactLeft {
	float: left;
	box-sizing:border-box;
    width: 30%;
	/*padding: 10px 0px 0px;*/
	/*vertical-align:top;*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);*/
   /* margin: 44px 0px 0px;
    background: #fff;
    border-radius: 5px;*/
}

.contact_textArea{
	padding: 9px 0px 0px;
    font-size: 15px;
    color: #333;
    line-height: 23px;
}




/*聯絡我們右*/
.contactRight {
	float:right;
	width:69%;
	box-sizing:border-box;
}


.ContFo_left{
	width:47%;
	box-sizing:border-box;
	vertical-align:top;
	float:left;
}


.ContFo_right{
	width:47%;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}

.company_map{
	padding-top:40px;
}


.company_map iframe{
	width:100%;
	height:400px;
}



	@media (max-width: 1200px){

		.contactLeft {
			float: none;
			width: 100%;
		}

		.contactRight{
			float: none;
			width: 100%;
			padding-top:15px;
		}	

	}



	@media (max-width: 860px){
		.ContFo_left ,.ContFo_right {
			width:100%;
			float:none;
		}
	}








/*-------技術支援----------------------------------------------------------------------------*/



/*內頁右半部*/		
/*.right_in{
	width:100%;
	padding:25px 0px 0px;
}
	
	.right_list_area{
		padding: 20px 0px 0px;
		background:#fff;
	}	

.sp_table_area{
    padding: 4px 7px 14px;
}

	.right_list_area.text_in{
		padding: 10px 15px;
		border: 0px;
		min-height: 500px;
	}
		.right_list{
			padding:20px 7px 10px;
			width:32.7%;
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
		}
			.rL_img{
				
			}
			.rL_img:hover{
				opacity:0.5;
			}
				.rL_img img{
					width:100%;
					height:auto;
				}
			.rL_bottom{
				padding:15px 15px 5px;
			}
				.rL_name{
					font-size:14px;
					color:#595757;
					padding:0px 0px 21px 0px;
				}
					.rL_name a{
						font-size:14px;
						line-height:20px;
						color:#595757;
					}
				.rL_originalPrice{
					font-size:14px;
					color:#595757;
					padding-right:7px;
				}
					.rL_originalPrice span{
						text-decoration:line-through;
					}
				.rL_price{
					padding-top:12px;
					font-size:16px;
					color:#e60011;
				}*/




/*-------搜尋結果----------------------------------------------------------------------------*/



/*.in_tit_result{
	color:#9f9f9f;
	font-size:14px;
	padding-top:45px;
	position:relative;
	}

.in_tit_result >i.material-icons {
    color: #e60012;
    font-size: 21px;
	position:absolute;
    bottom: -3px;	
}

.in_tit_result >span{
	padding-left: 29px;
}*/





/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}