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

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

.wrap {
	width: 70%;
	/*width:1024px;*/
	margin:0 auto;
	padding: 0;
}
	.in{
		/*background-color:#ebebea;  */
	}
	/*@media (max-width: 1200px){*/
	@media (max-width: 1200px){
		.wrap {
			width: 80%;
			/*width:980px;*/
		}
	}
		@media (max-width: 1000px){
			.wrap {
				width:auto;
				padding:0px 20px;
			}
		}
			@media (max-width: 800px){
				.in{
					background-color:#fff;
				}			
			}	

				@media (max-width: 500px){
					.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:12px;
	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: 37px;
    line-height: 37px;
    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: #e60013;
	color:#fff;
	border-radius:5px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	






/*-------輪播----------------------------------------------------------------------------*/
.banner {
	background:#fff;
	position:relative;
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:-20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -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;
				}
				.pcBanner2 {
				}
				.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 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 20px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:50px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		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;
		    line-height: 30px;
			background:#999;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#e60013;;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size: 12px !important;
			padding: 8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height: 30px !important;
			box-sizing: border-box;
			border-radius: 3px;
		}

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

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
}
					@media (max-width: 980px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;
							}
								.tabs li {
									float:none;
									text-align:center;
								}
									.tabs li.active:after {
										content:"";
									}
					}

/*-------浮動top鍵----------------------------------------------------------------------------*/

/*返回最上面*/
.topBtn {
	position:fixed;
	bottom:-70px;
	right:14px;
	/*z-index: 20;*/
	z-index: 9999;  /*修改 by pekey 20170608*/
}

	.topBtn a {
		display:block;
		text-align:center;
		box-sizing:border-box;
		width:33px;
		height:33px;
		border: solid 2px #999;
		position:relative;
		text-decoration:none;
		transition:0.3s ease all;
		border-radius:100%;
		background:#fff;
		padding: 10px 0px 0px;
		color:#999;
	}
		.topBtn a:before {
			position:absolute;
			content:'';
			border-bottom: solid 8px #999;
			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;
			color:#56433c;
			
			padding: 3.5px 0px 0px;
		}
		.topBtn a:hover span {
			color:#fa0b0c;
		}
			/*hover*/
			.topBtn a:hover {
				border-color:#fff;
				box-shadow:0px 0px 10px rgba(0,0,0,0.2);
				color: #f33638;
			}
				.topBtn a:hover:before {
					border-bottom: solid 8px #f33638;
				}

		
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    /*padding: 0px 0px 5px 0px !important;*/
	padding: 0px !important;
}
	.captcha input[type="text"] {
		/*width:80px;*/
		/*width:237px;*/
		/*width: 162px;*/
		width: 139px;
		margin-right:5px;
		display:inline-block;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #000;
		/*background: #333;*/
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
		display:inline-block;
	}
	
@media (max-width:1040px){
	.captcha input[type="text"] {
		width:100px;
	}
}

/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
    margin: 0 auto;
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		text-align: center;
		font-size: 12px;
		line-height: 24px;
		font-weight: bolder;
	}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
	}
	
	.form_list {
		padding:8px 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;
				}
			
			/*地址樣式*/
			.fL_info.address select {
				margin:0px 5px 0px 0px;
			}
			.fL_info.address input[type='text']:nth-of-type(1) {
				width:77px;
			}
			.fL_info.address input[type='text']:last-of-type {
				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;
}
/*-------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;
	}
}








/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*----------------------------版頭--------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	



.header {
}
	.header .wrap {
		position:relative;
	}
		.top_line {
			background: #e6e6e6;
			height: 1px;
			margin: 11px 0px; 
		}
		/*logo*/
		.logo {
			float: left;
			width: 300px;
			box-sizing:border-box;
		}
		.logo a {
			display:block;
		}	
		.logo a:hover {
			opacity:0.5;
		}				
		
			.logo img {
				width:100%;
				height:auto;
			}
				.logo_s {
				}
				.logo_b {
					display:none;
				}
				
		/*.search {
			float:right;
		    padding: 25px 0px;
		}
			.search input[type="text"] {
				float:left;
				width: 50%;
				line-height: 25px;
				padding: 0px 10px 0px 10px;
				border-radius: 16px;
			}
			.search input[type="submit"] {
				float:left;
				width: 10%;
				height: 26px;
				background: url(../images/search_but.png) top left no-repeat;
				border: none;
				outline: none;
				cursor: pointer;
				vertical-align: top;
				margin-left: 7px;
			}
		
		.fb_icon{
			float:right;
			margin:-5px 0px 0px 0px;
		}*/
		
		
		/*手機menu按鍵*/
		.menu_btn {
			position:absolute;
			width:20px;
			top: 50%;
			right: 20px;
			cursor:pointer;
			display:none;
			z-index: 1001;
			margin: -10px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background:#e70719;
				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;
					}
		
		/*主按鍵*/
		.navbar {
			padding: 10px 0px 10px;
		}
			.nav {
			    float: left;
			    box-sizing: border-box;
			    width: 20%;
			}
				.nav a {
					text-align: center;
					display:block;
					text-decoration:none;
					position:relative;
					color:#979797;
					font-size:16.3px;
					padding:10px 18px 18px 18px;
					letter-spacing: 4px;
				    font-weight: 600;
				}
					.nav a:before {
						width:1px;
						height:17px;
						position:absolute;
						content:'';
						left:-1px;
						background:#777;
					}
						.nav:nth-of-type(2) a:before {
							display:none;
						}
					.nav a:hover {
						color:#e60013;
					    transition: 0.5s ease all;
					}
					.nav.active > a {
						color:#e60013;
					}

	@media (max-width: 1200px){
		/*logo*/
		.logo{
		}
			.logo_s {
				display:none;
			}
			.logo_b {
				display: block;
				width: 100%;
				height: auto;
			}

		/*.search {
			padding: 10px 0px;
		}*/
		
		/*主按鍵*/
		.navbar {
			margin:0px;
			padding: 15px 0px 0px;
		}
	}
		@media (max-width: 1000px){
			
			.logo {
				padding: 0px 0px 15px;
				margin: 0px;
				width:250px;
			}

			
			/*手機menu按鍵*/
			.menu_btn {
				display:block;
			}
			
			/*主按鍵*/
			.navbar {
				position: fixed;
				width: 200px;
				top: 0px;
				right: -200px;
				height: 100%;
				box-sizing: border-box;
				background: rgba(0, 0, 0, 0.7);
				transition: 0.3s ease all;
				padding: 56px 0px 0px;
				overflow-y: scroll;
				z-index: 1000;
			}
			.navbar.active {
				right: 0px;
				box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
			}
				.nav {
					float:none;
					width:auto;
				}
					.nav a {
						color:#fff;
						font-size: 15px;
						padding: 15px 12px;
					}
			/*.search {
				display:none;
				float:right;
				width: 400px;
				padding: 10px 0px;
			}
				.search input[type="text"] {
					width: 42%;
				}
				.fb_icon {
					padding-right: 45px;
				}*/
		}
		

@media (max-width: 640px){

	/*logo*/
	.logo img {
	}
		.menu_btn{
			top:45%
		}
			
		/*.search {
			width:100%;
		}	
			.fb_icon {
				padding-right: 0px;
			}*/
			.lang_area{
				display: none;
			}
			/*.search input[type="text"]{
				width:70%;
			}
			.search input[type="submit"]{
				width: 10%;
			}*/
}



@media (max-width: 510px){
	
	.logo {
		width:180px;
	}
	
	.menu_btn {
		top: 45%;
	}

}















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



.footer {
	padding:15px 0px;
}


	.footer > .wrap.sp {
		background: #ebebea;
		padding-top:7.55px;
		padding-bottom: 14.6px;
	}

	.footer_info{
		position:relative;
		float:left;
		width:326px;  
		margin: 0px 11.5px;
	}
	.footer_info:first-child {
		border-left: none;
		margin: 0px 0.5px 0px 0px;
		
	}
	.footer_info:nth-of-type(3){
		margin: 0px 0px 0px 11.5px;
	}
		
	.footer_info:before {
		width: 1px;
		height: 60px;
		position: absolute;
		content: '';
		left: -11.5px;
    	background: #ccc;	
	}
	.footer_info:first-child:before {
		display:none;
	}
		.footer_info > a{
			text-decoration: none;
			display:block;
			margin-top: 5px;
		}
		.footer > .footer_info > a:hover{
			text-decoration:none;
		}
		

		.fi_img{
			position: relative;
			width: 18%;
			display: inline-block;
			vertical-align:middle;
			padding:0px 11px;
		}
			.footer_info:first-of-type .fi_img:before{
				display:none;
			}
				.fi_img img{
					padding-top:2px;
					width:48px;
					height:auto;
				}
		.fi_info{
			position: relative;
			font-size: 10px;
			color: #404040;
			line-height: 20px;
			width: 73%;
			vertical-align:middle;
		}
		
		.fi_info a{
			font-size: 12px;
			color:#999;
			text-decoration: none;
			margin:0px -8px;
			display:inline-block;
		}
		.fi_info a:hover{
			color:#ccc;
		}
	.footer_top_line {
		background: #e6e6e6;
		height: 1px;
	    margin: 10px 0px;
	}
	.footer_content{
	    font-size: 10px;
		color: #cccccc;
		padding: 10px 0px;
	}
		.fc_info_left{
			float:left;
		}
		.fc_info_right{
			float:right;
		}
		
	.fi_info_top{
		font-size: 14px;
		color: #404040;
		line-height: 18px;
		font-weight: bold;
	}
	.fi_info_bottom{
		font-size: 10px;
		color: #404040;
		line-height: 18px;
		
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
	}
		.fi_info_bottom > .fi_info{
			width: auto;
			line-height:22px;
			padding-right:10px;
			/*padding-right: 30px;*/ /*modify by pekey 20180917*/
		}
		

		.fi_info_bottom > .fi_info:nth-of-type(2){
		}
		
		
		.fi_info_bottom > .fi_info:nth-of-type(4){
			float:right;
			color:#ccc;

			padding-right:0px;
			width:100%;
			
			float: none;
			display: block;
			color: #999;
		}
		
			.fi_info_bottom > .fi_info > a{
				margin: 0px;
			}
			
			
		
		
@media (max-width: 768px){	

	.fi_info_bottom{
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
	}
	.fi_info_bottom > .fi_info {
		transform: scale(0.9);
		transform-origin: left;
		padding: 0px;
	}
}
		














/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*----------------------------首頁--------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	





/*/////////////////////////////////////////////////////////*/
/*首頁_關於我們區塊*/
/*/////////////////////////////////////////////////////////*/	
	
.index_company{
	background:url(../index/images/background.jpg) center no-repeat;
	background-size: 100% 100%;
	position:relative;
}
	/*陰影線*/
	.box_shadow{
		position:absolute;
		width:100%;
	}
		.box_shadow img{
			width:100%;
		}
		.box_shadow.top{
			top: 0px;
		}
		.box_shadow.bottom{
			bottom: 0px;
		}
		
	.index_company_left{
		/*background-color: #a90b18;*/
		padding: 60px 0px;
		/* float:left; */
	}
		/*文字介紹*/
		.introduction_text{
			float:left;
			/* padding: 30px 0px 17px 17px; */
			font-size:14px;
			line-height: 22px;
			color:#666;
			width: 50%;
			box-sizing: border-box;

			display: -webkit-box;  /*Judy修改20200109*/
			-webkit-box-orient: vertical;
			-webkit-line-clamp:10;
			overflow: hidden; 
		}
			.introduction_tit{
				font-size:18px;
				color:#221912;
				padding-bottom:17px;
			}
		
			
			
		
			

		/*首頁介紹圖輪播*/
		.indexFactory {
			width: 45%;
			/* width:270px; */
			/* padding: 55px; */
			/*float:left;*/
			float:right;
			box-sizing: border-box;
			/*padding-left:20px;*/
		}
			.indexFactory .device {
				overflow:visible;
			}
				/*輪播點點*/
				.indexFactory .pagination {
				  position: absolute;
				  bottom: -20px;
				  width: 100%;
				  text-align: -webkit-center;
				}
					.indexFactory .swiper-pagination-switch {
					  display: inline-block;
					  width: 8px;
					  height: 8px;
					  border-radius: 100%;
					  background: #fff;
					  margin: 0 3px;
					  cursor: pointer;
					  border: 1px solid #666;
					}
					.indexFactory .swiper-active-switch {/*輪播點點當前模式*/
					  background: #666666;
					}
					
					
					
					

	/*.index_company_right{
		background-color:#fff;
		float:right;
		padding:22px 0px 25px 34px;
	}
		.index_company_right_tit{
			font-size:22px;
			font-weight:bold;
			color:#221912;
			padding: 0px 0px 8px 40px
		}
		.index_company_right_img{
			position:relative;
			width:315px;
		}
				.icr_img{
					width:100%;
					height:auto;
				}
					.icr_img img{
						box-shadow: 5px 9px 15px #e6e6e6;
						width:100%;
						height:auto;
					}
					.index_company_right_img a:hover .icr_img img{
						opacity: 0.7;
					}
			
				.icr_more{
					position:absolute;
					bottom:9px;
					right:24px;
					z-index: 9;
				}*/
					
@media (max-width: 1200px){
	.index_company_left{
		/*width: 68%;*/
	}
		.introduction_text {
			width: 45%;
			/*padding: 30px 5px 17px 5px;
			width: 55%;*/
		}
		.indexFactory {
			width: 50%;
			/*width: 40%;
			padding: 56px 10px;*/
		}
		
		
		/*文字介紹*/
		.introduction_text{
			/*display: -webkit-box;
			-webkit-box-orient: vertical;*/
			-webkit-line-clamp:8; /*Judy修改20200109*/
			/*overflow: hidden; */
		}		
		
	/*.index_company_right {
		padding: 22px 0px 25px 0px;
		width: 30%;
		text-align:center;
	}
		.index_company_right_tit{
			padding: 0px 0px 8px 0px;
			width:100%;
			text-align:left;
		}
		.index_company_right_img{
			position:relative;
			width:100%;
		}*/
}


@media (max-width: 950px){
	.index_company {
		/*background: linear-gradient(to top, #fff 66%, #d4c945 34%);*/
	}
		
		.index_company_left{
			width: 100%;
			float: none;
			padding: 30px 0px;
			/*background-color: #d4c945;*/
		}
			.introduction_text{
				width:50%;
			}
			.indexFactory {
				width:45%;
				/*padding: 20px 0px 40px;
				margin: 0px 10px;
				float:right;*/
			}
			
		/*.index_company_right {
			width: 100%;
			float: none;
			background-color: rgba(0, 0, 0, 0);
		}
			.icr_img img {
				box-shadow: none;
			}*/
}


@media (max-width: 768px){
	.index_company {
		background: rgba(0, 0, 0, 0);
	}
		.box_shadow.top, .box_shadow.bottom {
			display:none;
		}
		
		.introduction_text{
			width:100%;
			/*width:96%;*/
			float:none;
			/*margin: 0px 2%;*/
		}
		.indexFactory {
			width:100%;
			float:none;
			padding: 30px 0px 0px;
			/*width:90%;
			margin: 0px 5%;*/
		}
}
	
	















/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*----------------------------內頁--------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	




body {
}







/*/////////////////////////////////////////////////////////*/
/*-------------------共用區塊----------------*/
/*/////////////////////////////////////////////////////////*/	
	
	
	
	
/*內頁banner------------------------------*/
.inbanner{
	background-image:url(../images/inbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:200px;
	position:relative;
}
	.inbannerTit{
		position:absolute;
		top:50%;
		left:50%;
		width: 100%;
    	max-width: 100%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		text-align:center;
		font-size: 30px;
    	font-weight: bold;
		color:#fff;
		z-index: 100;
	}
		.inbannerTit > .wrap{
			/*width:auto;*/
		}









/*標題樣式1*/
.titType1 {
	position:relative;
	font-size:14px;
	color:#2987cd;
	font-weight:bold;
	padding:26px 0px 8px;
}
	.titType1 span {
		color:#164e78;
	}
	.titType1:after {
		position:absolute;
		content:'';
		width:100%;
		height:1px;
		bottom:0px;
		left:0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7c7c7+0,ffffff+100 */
		background: #c7c7c7; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #c7c7c7 0%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  #c7c7c7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  #c7c7c7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

	
	
	
		/*網編區*/
		.textArea {
			font-size:14px;
			line-height: 24px;
			color:#000;
			padding: 20px 0px 0px;
		}
			.textArea img {
				max-width:100%;
				height:auto;
			}
			.textArea table {
				max-width:100%;
			}
			.textArea a {
				word-break:break-all;
			}
		/*.back {
			margin-top: 20px;
		}
		.back a{
			display: block;
			text-decoration: none;
			transition: 0.3s ease all;
			margin: 0 auto;
			text-align: center;


			color: #fff;
			background: #333;
			border-radius: 3px;
			font-size: 13px;
			line-height: 20px;
			width: 150px;
			color: #333;
			background: #fff;
		}*/
			


/*按鍵-------------------*/
.btn_area{
	text-align: center;
	padding:25px 0px;
}
.btn_area.one{
	text-align:center;
}

/*back按鍵*/
input.back{
	/*background: #735749;
	color: #fff;*/
}
@media (max-width: 425px){
	input[type="button"], input[type="submit"], input[type="reset"] {
		width: 44%;
    	margin: 0px 5px;
	}
}





/*內頁大標*/
.inTit {
	color: #706c6c;
	padding: 15px 0px 30px;
	text-align: left;
	position:relative;
	display:none;
}

/*.inTit:before {
    position: absolute;
    content: url('../images/deco_icon.png');
    right: -10px;
	top: 70px;
}*/
	.inTit_tw{
		font-size:14.5px;
		padding:10px 0px 7px 0px;
		font-weight:bold;
	}
	.inTit_en{
		font-size:18px;
		text-shadow: 2px 2px 0px #fff;   /*新增 by pekey 20170419*/
	}

/*.mainTop {
	padding:20px 0px 0px;
}
	.mainTop img {
		width:100%;
		height:auto;
	}

.mainCenter {
	background:url(../images/main_mid_bg.png) top center repeat-y;
	min-height: 245px;
}
.mainCenter2 {
	background:url(../images/main_mid_bg_2.png) top center repeat-y;
}
	.mainCenter2Bg {
		min-height: 245px;
		padding: 0px 24px 20px;
	}*/
	
	
	.content{
		padding:20px 0px 0px;
	}
	
	/*左邊*/
	.left {
		float: left;
		width: 20%;
		box-sizing: border-box;
		padding: 0px 25px 25px 25px;
		/*background-color: #ebebea;*/
	}
		/*左選單*/
		.leftListArea {
		    padding-left: 5px;
		}
			.leftList {
				padding:15px 0px 0px;
			}
				.leftList a {
					display:block;
					text-decoration:none; 
					transition:0.3s ease all;
					position:relative;
					color:#000;
					font-size: 18px;
					line-height: 30px;
				}
				.leftList > a {
					letter-spacing: 1px;
					padding: 0px 0px 0px 7px;
				}
					.leftList > a:before {
						position:absolute;
						content:'';
						width:4px;
						height:4px;
						background:#7f7f7f;
						border-radius:100%;
						top:12px;
						left:-4px;
					}
						/*當前模式*/
						.leftList.active > a ,
						.leftList:hover > a {
							color:#e60013;
							/*font-size:15.3px;*/
							transition: 0.3s ease all;
						}
						
						/*左側選單列表第二層*/
						.leftList_open{
							display: none;
							padding: 16px 0px 0px;
						}
						.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 5px;
									font-size: 15px;
    								line-height: 20px;
									font-weight:normal;
									text-decoration:none;
								}
								.leftList_open_list.active a {
									color: #e60013;
								}
								.leftList_open_list a:hover {
									color: #e60013;
								}
						
						
						
							/*第二層展開*/
							/*.leftListOpen {
								padding: 0px 0px 10px;
								display:none;
							}
								.llO_list {
									padding: 6px 0px 0px 23px;
								}
									.llO_list a {
										letter-spacing: 2.6px;
										font-size:13px;
										letter-spacing:1px;
									}
										.llO_list a:before {
											position: absolute;
											content:'-';
											top: -1px;
											left: -15px;
										}
										.llO_list.active a {
											font-weight:bold;
											color:#e60013;
										}
										.llO_list a:hover {
											font-weight:bold;
											color:#000;
										}
							
								.leftListOpenArea{
								    position: absolute;
									margin: -56px 0px 0px 117px;
								    display: none;
								}
									.show{
										display:block;
									}
								.leftListOpenArea img{
									width:86%;
									height:100%;
								}
								.lloa_tit{
									position: absolute;
									font-family: "Times New Roman", Times, serif;
									font-size: 28px;
									font-weight: bold;
								    top: 28px;
								    left: 40px;
								}
								.lloa_btn1{
									position: absolute;
									left: 40px;
									top: 78px;
								}
									.lloa_btn1 a{
										background-color: #232323;
										padding: 0px 8px 0px;										
										color:#FFF;
									    border-radius: 4px;
										border: solid 1px;
									    box-shadow: 0px 20px 20px rgba(70,70,70,0.5) inset;
									}
									
									.lloa_btn1 a:before {
										position: absolute;
										content:'';
									}
									
									.lloa_btn1 a:hover {
										background-color: #232323;
									    color: #FFF;
									}
								.lloa_btn2{
									position: absolute;									
								    left: 40px;	
									top: 108px;								
								}
									.lloa_btn2 a{
										background-color: #232323;
										padding: 0px 8px 0px;										
										color:#FFF;
									    border-radius: 4px;
										border: solid 1px;
									    box-shadow: 0px 20px 20px rgba(70,70,70,0.5) inset;
									}
									
									.lloa_btn2 a:before {
										position: absolute;
										content:'';
									}
									
									.lloa_btn2 a:hover {
										background-color: #232323;
									    color: #FFF;
									}		
										.llO_list:hover .leftListOpenArea {
											display:block;
										}*/	
									
	/*右邊*/
	.right {
		width: 75%;
		float: right;
		box-sizing: border-box;
		/* padding: 0px 0px 0px 12px; */
		background-color: #ffffff;
		min-height: 600px;
	}
	.right.noleft {
		width: 100%;
		float:none;
	}
		
		
		
		/*.mainBottom {
			padding:0px 0px 20px;
		}
			.mainBottom img {
				width:100%;
				height:auto;
			}*/
	

		
		
	@media (max-width: 1200px) {
		
		/*.mainCenter {
			background-size:100%;
		}*/
			/*左邊*/
			.left {
				box-sizing: border-box;
				width: 30%;
				/*padding: 0px 16px;*/
			}
			
			/*右邊*/
			.right {
				width: 67%;
				/*padding: 0px 1.9% 0px 0px;*/
			}
	}	
	
	
	@media (max-width: 1000px){
		.titType1 {
			font-size:16px;
		}
	}
		
		@media (max-width: 800px){
	
			/*左邊*/
			.left {
				min-height:auto;
			}
				.inTit:before {
					display:none;
				}
				
			.inTit_tw {
				font-size: 18px;
			}				
			
			.llO_list:hover .leftListOpenArea {
				display:none;
			}	
			
			.back a{
				float: none;
			}
			.textArea{
				padding:20px 0px 0px;
			}
		}


	
		@media (max-width: 800px) {

					
		/*內頁banner------------------------------*/
		.inbanner {
			min-height: 150px;
		}
		
		
			/*.mainTop {
			}
				.mainTop img {
					display:none;
				}
			
			.mainCenter {
				background:none;
				background:#efefef;
				border-radius:6px 6px 0px 0px;
				box-shadow: 0px 0px 18px rgb(144, 144, 144) inset;
				padding: 0px 18px 20px;
			}
			.mainCenter2 {
				padding: 20px 18px 20px;
			}
				.mainCenter2Bg {
					padding: 5px 10px 20px;
					background: #fff;
					border-radius: 5px;
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
				}*/
				
				/*左邊*/
				.left {
					float:none;
					width:100%;
					padding: 0px 25px 0px 15px;
					background-color: #ebebea;
					transition: 0.3s ease ease-out;
				}
					/*內頁大標*/
					.inTit {
						padding: 5px 0px 9px;
						text-align:left;
					}
						/*有左選單樣式*/
						.inTit.hasOpen {
							display: block;
							cursor:pointer;
							position:relative;
							padding-right: 18px;
						}
							.inTit.hasOpen:after {
								position:absolute;
								content:'';
								border-top: solid 6px #333;
								border-left: solid 4px rgba(255,255,255,0);
								border-right: solid 4px rgba(255,255,255,0);
								top: 20px;
								right: 3px;
							}
					
					/*左選單*/
					.leftListArea {
						padding:10px 0px 0px;
						display:none;
						transition: 0.3s ease ease-out;
					}
					.leftListArea.active {
						display:block;
						transition: 0.3s ease ease-out;
					}
						.leftList {
							padding:0px;
							border-bottom: dashed 1px #c4c4c4;
						}
							.leftList > a {
								letter-spacing: 1px;
								padding: 10px 0px;
								font-size: 15px;
								line-height: 21px;
								padding-left: 13px;
							}
								.leftList > a:before {
									left: 0px;
									top: 18px;
								}
									/*第二層展開*/
									.llO_list {
										padding: 0px 0px 0px 31px;
									}
										.llO_list a {
											padding: 10px 0px;
										}
											.llO_list a:before {
												top: 10px;
											}
				
				/*右邊*/
				.right {
					float: none;
					width: 100%;
					padding: 20px 20px 20px;
					background: #fff;
					border-radius: 5px;
					margin: 10px 0px 0px;
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
					min-height: 165px;
				}
			
			/*.mainBottom {
			}
				.mainBottom img {
					display:none;
				}*/
		}
			/*@media (max-width: 500px) {
				.mainTop {
					padding:56px 0px 0px;
				}
				.mainCenter {
					padding: 0px 13px 20px;
				}
				.mainCenter2 {
					padding: 20px 13px 20px;
				}
			}*/















/*-------最新消息----------------------------------------------------------------------------*/
	.NewsArea{
		padding:0px 8px;
	}
		.NewsTitle{
		}
			.NewsTitle img {
				max-width: 100%;
				height: auto;
			}
			.ntTitle{
				padding:0px 0px 0px 20px;
				float:left;
				color:#FFF;
				font-size:14px;
			}
			.ntDay{
				padding:0px 50px 0px 0px;
				float:right;
				color:#FFF;
			}
		.NewsList{
			position:relative;
		    /*min-height: 29px;*/
			min-height: 24px;  /*修改by pekey 20170713*/
		    background: #f7f7f7;
			/*padding:7px 0px 0px 10px;*/
			padding:7px 10px; /*修改by pekey 20170713*/
			
		}
		.NewsList:hover .nl_title a{
			color:#e60013;
		}
		.NewsList:nth-of-type(2n+1){
		    background: #ececec;
		}
			.nl_tag{
				display: inline-block;
			    vertical-align: middle;
				padding-left:1px;
				width:43px;
			}
			.nl_title{
				width:70%;
				display: inline-block;
			    vertical-align: middle;
				/*padding: 4px 10px 0px 0px;*/
				padding: 4px 10px;	/*修改by pekey 20170713*/	
				
				/*新增by pekey 20170713*/	
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;		
			}
			.nl_title a{
				font-size: 14px; /*修改 by pekey 20170419*/
				color: #000; /*修改 by pekey 20170419*/
				text-decoration: none;
				display: block;
				overflow : hidden;
				text-overflow: ellipsis;
				/*display: -webkit-box;*/
				display:block;  /*修改by pekey 20170713*/
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
				/*transition: 0.3s ease all;*/ /*修改 by pekey 20170419*/

				/*modify by pekey 20181031*/				
				line-height: 18px;
			}
				.nl_title a:hover{
					color: #e60013;
				}	
			.nl_time{
				position:absolute;
				right:60px;
				display: inline-block;
			    vertical-align: middle;
				padding:6px 10px 0px 0px;
				color:#585858;
				font-size:10px;
			}
			.nl_more{
				position:absolute;
				right:1px;
				display: inline-block;
			    vertical-align: middle;
				padding:5px;
			}
			.nl_download{
				position:absolute;
				right:11px;
				display: inline-block;
			    vertical-align: middle;
			}
				.nl_download a{ 
					display:block;
				}
	
	@media (max-width: 1000px){
		.nl_title{
			width:60%;
		}
	}
	@media (max-width: 960px){
		.NewsArea{
			width:auto;
		}
	}	
	@media (max-width: 800px){

		
		.nl_more{
			display:none;
		}	
		.nl_time{
			right:1px;
		}
		
		/*新增by pekey 20170713*/
		.nl_title{
			/*white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;*/
			padding: 0px;
		}
	}
	@media (max-width: 500px){
			.nl_title{
				display: block;
				/*width:90%;*/
				width:auto; /*修改by pekey 20170713*/
			}
			.nl_tag{
				display:none;
			}
			.nl_time{
				float:none;
				position:relative;
				padding: 10px 10px 4px 0px;
			}
			.nl_download{
				/*display:none;*/
				display: block;
				position:relative;
				padding:10px 0px 5px 0px;
			}
	}			
/*-------最新消息內頁----------------------------------------------------------------------------*/
	.NewsInTitle{
	    font-size: 15px;
		font-weight: bold;
		background:url(../news/images/news_in_tit.png) bottom right no-repeat; 
		border-bottom: solid 1px #b5b5b5;
		padding: 41px 0px 8px 2px;
		line-height:22px; /*新增 by pekey 20170504*/
	}
	
	/*網編區*/
	.NewsArea .textArea{
		padding-top: 15px;
	}
	
	
@media (max-width:800px){
	.NewsInTitle{
		background:none; 
		padding-top:20px;
	}
}
/*-------常見問題----------------------------------------------------------------------------*/
/*常見問題列表*/
.qa_list_area {
	/*padding:0px 0px 10px 0px;*/ /*修改 by pekey 20170419*/
}
	.qa_list {
		border-bottom: solid 1px #dadada;
		padding-bottom:10px;
		margin-bottom:10px; /*增加 by pekey 20170420*/
	}
		.qaL_tit {
			font-size:15px;
			/*line-height:22px;*/
			color:#fff;
			background: #b5b5b5;
			position:relative;
			padding:10px 36px;   /*修改 by pekey 20170419*/
			cursor:pointer;
		}
			.qaL_tit:before {
				content:'Q:';  /*修改 by pekey 20170419*/
				position:absolute;
				font-size:14px;
				color:#fff;
				border-radius:100%;
				/*background: #ffa555;*/  /*修改 by pekey 20170419*/
				width:25px;
				height:25px;
				text-align:center;
				line-height:25px;
				/*font-weight:bold;*/  /*修改 by pekey 20170419*/
				top:5px;  /*修改 by pekey 20170419*/
				left:8px;
				box-sizing: border-box;
				padding: 0px 0px 0px 2px;
			}
			.qaL_tit:after {
				content:'▼';
				position: absolute;
				font-size:13px;
				color: #9d9d9d; /*修改 by pekey 20170419*/
				top: 11px;  /*修改 by pekey 20170419*/
				right: 14px;
				transition:0.3s ease all;
				transform-origin:center center;
				text-shadow: 1px 1px 0px #fff; /*增加 by pekey 20170419*/
			}
			
		.qaL_text {
			position:relative;
			font-size:14px;
			line-height:24px;
			color:#464545;
			/*padding:11px 10px 11px 44px;*/
			padding:11px 14px 11px 14px;  /*修改 by pekey 20170601*/
			display:none;
			text-align: justify;
		}
		
		.qa_close {
			text-align: right;
			margin-right: 16px;
			cursor: pointer;
		}
			/*.qaL_text:before {
				content:'！';
				position:absolute;
				border-radius:100%;
				text-align:center;
				width:25px;
				height:25px;
				line-height:25px;
				font-size:14px;
				font-weight:bold;
				color:#fff;
				background:#c61826;
				box-sizing: border-box;
				padding: 0px 0px 0px 2px;
				top:9px;
				left:8px;
			}*/
			.qaL_text  img {
				max-width:100%;
				height:auto;
			}
			/*hover*/
			/*.qaL_tit:hover {
				background:#b5b5b5;
			}*/
			/*當前模式*/
			.qa_list.active .qaL_tit {
				/*background:#b5b5b5;*/
				/*border-radius:5px;*/
			}
				.qa_list.active .qaL_tit:after {
					/*-webkit-transform: rotate(45deg);
							transform: rotate(45deg);*/
				}
				
@media (max-width:1100px){				
/*常見問題列表*/
.qa_list_area {
	padding-left:15px; /*新增 by pekey 20170419*/
}			
}
@media (max-width:800px){
/*常見問題列表*/
.qa_list_area {
	padding-left:0px; /*新增 by pekey 20170419*/
}	
	.qa_list {
		padding-top:10px;
	}
}


/*新增部分by pekey 20170713*/
/*常見問題網編區*/
table.sp_QA {
	font-size:24px;
    padding-left: 95px;
}
	.sp_QA_tit{
		padding:10px 0px;
	}
	.sp_QA td {
		line-height: 40px;
	}

@media (max-width:800px){
	/*常見問題網編區*/
	table.sp_QA {
		padding-left:50px;
	}
}
@media (max-width:640px){
	/*常見問題網編區*/
	table.sp_QA {
		font-size:20px;
		padding-left:50px;
	}
		.sp_QA td {
			line-height: 30px;
		}
}
@media (max-width:580px){
	/*常見問題網編區*/
	table.sp_QA {
		font-size:16px;
		padding-left:25px;
	}
		.sp_QA td {
			line-height: 25px;
		}
}





/*------------產品列表-------------------------------------------------------------------------------------*/		
	/*產品列表*/
	.product_list_area {
		font-size:0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
		margin: 0px -15px;
	}
		/*首頁產品列表*/
		.product_list {
			/*display:inline-block;
			vertical-align:top;
			width:32.88%;*/
			width:33.3%;
			padding:20px 15px;
			box-sizing:border-box;
			text-align:center;
		}
		
		
		.product_list:hover .p_l_tit a{
			color:#e60013;
		} /*修改 by pekey 20170419*/
		
		
			.p_l_img {
				position:relative;
			}
				.p_l_img a {
					display:block;
					text-decoration:none;
					transition:0.3s ease all;
					overflow: hidden;
				}
					.p_l_img a img {
						width:100%;
						height:auto;   /*修改by pekey 20170713*/
						/*height:233px;*/  /*修改 by pekey 20170601*/
						transition:0.3s ease all;
					}
						.p_l_img a:hover img {
							/*transform:scale(1.1);*/
						}
						
						/*修改 by pekey 20170419*/
						/*.p_l_img a:hover {
							border: solid 1px #e60013;   
						}*/
						
		.product_download_but {
			font-size: 12px;
			margin-top: 24px;
			letter-spacing: 1px;
		}
			.product_download_but a {
				text-decoration:none;
				color:#5c5a5a;
			}
				.product_download_but a:hover {
					color:#a2a2a2;
				}
						
						
				.p_l_img_no {
					background:url(../index/images/tab_bg_1.png) top left no-repeat;
					background-size:100% 100%;
					width:70px;
					height:26px;
					position:absolute;
					font-size:12px;
					color:#fff;
					top:-1px;
					left:-7px;
					padding:0px 0px 0px 12px;
					box-sizing:border-box;
					line-height:20px;
					text-align: left;
					font-weight:bold;
				}
				.index_product_area_2 .p_l_img_no {
					background:url(../index/images/tab_bg_2.png) top left no-repeat;
					background-size:100% 100%;
					width:90px;
				}
				
				.p_l_img_stock {
					width:73px;
					height:25px;
					color:#fff;
					line-height:25px;
					text-align:center;
					position:absolute;
					bottom:0px;
					right:0px;
					font-size:14px;
				}
					.p_l_img_stock.pre {
						background:#840213;
					}
					.p_l_img_stock.sold_out {
						background:#7f7f7f;
					}
					.p_l_img_stock.maturity {
						background:#014582;
					}

			.p_l_tit {
				font-size:15px;
				line-height:21px;
			    font-weight: bold;
				/*padding: 8px 0px 8px 8px;*/
				padding: 8px 8px; /*修改 by pekey 20170622*/
				/*white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;*/  /*修改 by pekey 20170601*/
				border-bottom: solid 1px #b5b5b5;
				text-align:left;
			}
				.p_l_tit a {
					display:block;
					text-decoration:none;
					transition:0.3s ease all;
					overflow: hidden;  
					white-space: nowrap;  /*新增 by pekey 20170601*/
					text-overflow: ellipsis;  /*新增 by pekey 20170601*/
					color: #000000;
				}
				.p_l_tit a:hover {
					color:#e60013;
				}
			.p_l_contn {
				font-size:12px;
				/*padding:7px 0px 5px 7px;*/
				padding:7px 7px 5px 7px;  /*修改 by pekey 20170622*/
				/*font-weight:bold;*/  /*修改 by pekey 20170419*/
				text-align:left;
				
				/*新增 by pekey 20170622*/
				word-break: break-all; 
				line-height:16px;
			}
			
			.p_l_contn  .pITR_remark{
				padding:10px 0px 0px;
				color: #949494;
				
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;
			}
			
			
	@media (max-width: 900px){
		.product_list {
			width:50%;
			/*width:48.88%;*/
		}
		
	}
	@media (max-width: 500px){
		
		.product_list_area {
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
			margin: 0px 0px;
		}
		.product_list {
			width:100%;
			padding: 10px 0px;
		}
		
	}
	
	
/*--------------------------產品內頁---------------------------------------------*/



/*商品內頁*/
.productIn {
	padding:0px 95px;
}
	/*商品內頁上*/
	.productInTop {
		padding:50px 0px 0px;
	}
		/*商品內頁上 左*/
		.productInTopLeft {
			float:left;
			width:50%;
			box-sizing:border-box;
			padding:0px 30px 0px 0px;
		}
		.productInTopLeft img {
			width:100%;
			height:auto;
		}
		
		
			/*商品內頁圖片區*/
			.productInImg {
				padding-top:43px; 
				padding-left:15px;
			}
				.productImgBig {
					border: solid 1px #cacaca;
				}
					.productImgBig img {
						width:100%;
						height:auto;
					}
				.productImgSmall {
					font-size:0px;
					margin:0px -5px;
				}
					.pIS_list {
						float:left;
						width:25%;
						box-sizing:border-box;
						padding:12px 5px 0px;
					}
						.pIS_list img {
							width:100%;
							height:auto;
							cursor:pointer;
						    border: solid 1px #cacaca;
						}
			
			
				/*新增 by pekey 20170602*/
				/*產品圖片切換輪播*/
				.p_banner {
					/*margin-top: 36px;
					margin-left: 18px; */ 
					position: relative;
				}
				
				.p_slider-button {
					float: left;
					width: 23px;
					cursor: pointer;
					height: 53px;
					/*margin-top: 134px;*/
					margin-top: -23px;
					text-align: center;
					position: absolute;
					z-index: 9;
					
					/*modify by pekey 20180927*/
					top: 50%;
				}
				 
				.p_left_arrow {
					left: -3px;
				}
				.p_right_arrow {
					/*top: 0;*/ /*modify by pekey 20180927*/
					right: -3px;
				}	
							
		/*新增 by pekey 20170504*/				
		@media (max-width:800px){
			/*商品內頁圖片區*/
			.productInImg {
				padding-top:20px;
				padding-left:0px;
			}
		}
		
		
		
		/*商品內頁上 右*/
		.productInTopRight {
			float:right;
			width:50%;
			box-sizing:border-box;
		}
			.pITR_tit {
				font-size:19px;
				line-height:27px;
				font-weight:bold;
				color:#313131;
				padding:21px 0px 0px;
			    border-bottom: solid 1px #b5b5b5;
				margin-bottom:15px;  /*修改 by pekey 20170504*/
			}
			.pITR_quantityAndAddCart {
				position:relative;
				padding:19px 0px 0px 223px;
			}
				.pITR_quantity {
					position:absolute;
					top:19px;
					left:0px;
				}
					.pITRQ_btn {
						background:#eee;
						border-radius:10px;
						width:46px;
						height:46px;
						line-height:46px;
						text-align:center;
						font-size:26px;
						color:#393939;
						cursor:pointer;
						float:left;
					}
					.pITRQ_text {
						background:#eee;
						border-radius:10px;
						float:left;
						width:75px;
						height:46px;
						line-height:46px;
						margin:0px 9px;
					}
						.pITRQ_text input[type='text'] {
							width:100%;
							border:none;
							background:none;
							font-size:25px;
							color:#393939;
							font-weight:bold;
							text-align:center;
							height:46px;
							line-height:46px;
						}
				@media (max-width:800px){
					.pITR_tit{
						margin:0px;
					}	
				}
				.pITR_addCart {
				}
					.pITR_addCart input {
						background:#009c4a;
						font-size:22px;
						font-weight:bold;
						color:#fff;
						height:46px;
						/*line-height:46px;*/
						width:100%;
						border-radius:10px;
					}
			
			.pITR_remark {
				padding:28px 0px 0px;
			}
				.pITR_remarkTabsList {
					font-size:0px;
					border-bottom: solid 1px #bcbcbc;
					padding:0px 0px 14px;
				}
					.pITR_remarkTab {
						font-size:14px;
						color:#898989;
						display:inline-block;
						vertical-align:middle;
						cursor:pointer;
					}
						.pITR_remarkTab:after {
							content:'/';
							display:inline-block;
							text-align:center;
							width:13px;
							box-sizing: border-box;
							padding: 0px 5px 0px 0px;
							color:#010000;
						}
							.pITR_remarkTab:last-of-type:after {
								display:none;
							}
							
						/*當前模式*/
						.pITR_remarkTab.active {
							color:#010000;
						}
						
				.pITR_remarkTextArea {
					padding:13px 0px;
					border-bottom: solid 1px #bcbcbc;
				}
					.pITR_remarkText {
						font-size:14px;
						line-height:20px;
						color:#090804;
						display:none;
					}
					.pITR_remarkText:first-of-type {
						display:block;
					}
				
				.productNo {
					font-size:14px;
					color:#333;
					padding:10px 0px 0px 0px;
				}
	
	/*商品內頁下*/
	.productInBottom {
		border-bottom: solid 1px #ddd;
		padding:0px 0px 44px;
		margin:0px 0px 20px;
	}
		.oriductInBottomTit {
			padding:71px 0px 14px;
			border-bottom: solid 1px #ddd;
		}
			.oriductInBottomTit div {
				width:192px;
				line-height:42px;
				margin:0 auto;
				font-size:15px;
				font-weight:bold;
				color:#fff;
				text-align:center;
				background:#4d4d4d;
			}
	
	/*相關商品*/
	.relatedProduct {
		padding:42px 0px 0px;
	}
		.relatedProductTit {
			font-size:19px;
			font-weight:bold;
			color:#373737;
		}
			.relatedProductTit img {
				vertical-align:middle;
				position: relative;
				top: -3px;
			}
		.relatedProductListArea {
			font-size:0px;
			padding:8px 17px 0px;
		}
			.relatedProductList {
				display:inline-block;
				vertical-align:top;
				width:16.5%;
				box-sizing:border-box;
				padding:15px 13px;
			}
				.relatedProductList a {
					font-size:14px;
					line-height:20px;
					color:#373737;
					display:block;
					white-space: normal;
				}
					.relatedProductList img {
						width:100%;
						height:auto;
						padding:0px 0px 7px;
					}
	
	@media (max-width: 1240px){
		/*商品內頁*/
		.productIn {
			padding:0px 0px;
		}
	}
		@media (max-width: 870px){
			/*商品內頁上*/
			.productInTop {
				padding: 20px 25px 0px;
			}
				/*商品內頁上 左*/
				.productInTopLeft {
					padding: 0px 30px 0px 0px;
				}
					/*商品內頁圖片區*/
					.pIS_list {
						/*width: 24.7%;*/
					}
					
				/*商品內頁上 右*/
				.pITR_quantityAndAddCart {
					padding: 19px 0px 0px 200px;
				}
					.pITR_addCart input {
						font-size:17px;
					}
				
			/*相關商品*/
			.relatedProductList {
				width:33.2%;
			}
		}
			@media (max-width: 768px){
				/*相關商品*/
				.relatedProductListArea {
					padding: 8px 0px 0px;
					overflow-x:scroll;
					white-space: nowrap;
				}
				.relatedProductListArea:after {
					display: block;
					content:'';
					clear:both;
					height:1px;
				}
					.relatedProductList {
						width: 158px;
					}
			}
				@media (max-width: 800px){
					/*商品內頁上 左*/
					.productInTopLeft {
						padding-top:10px;
						float:none;
						width:auto;
						padding:0px;
					}
					
					/*商品內頁上 右*/
					.productInTopRight {
						float:none;
						width:auto;
					}
						.pITR_remarkTab {
							font-size:16px;
						}
					
					/*相關商品*/
					/*.relatedProductListArea {
						padding: 8px 0px 0px;
					}
						.relatedProductList {
							width:49.8%;
						}*/
				}





/*/////////////////////////////////////////////////////////*/
/*新增 型號樣式 by pekey 20171107*/
/*/////////////////////////////////////////////////////////*/

.sp_contn{
	display:table;
}
	
	.p_l_contn_before{
		display:table-cell;
		width:40px;
	}
	.p_l_contn_after{
		display:table-cell;
	}
	



/*/////////////////////////////////////////////////////////*/
/*新增 聯絡我們  by pekey 20180916*/
/*/////////////////////////////////////////////////////////*/

/*聯絡我們表單區塊*/
.form_box_area{
	padding-top: 20px;
	/*margin: 0px -40px;*/
	
	/*background-color: #fff;*/
}
		
	/*聯絡我們左*/
	.contactLeft {
		/*float: left;
		width: 50%;
		padding: 5px 10px 10px;
    	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
		box-sizing: border-box;
		border-radius: 5px;
		box-sizing: border-box;*/
	}
	
		/*網編區*/
		.text_Area{
			font-size: 16px;
			line-height: 30px;
		}
		
		.contactLeft .textArea a {
			word-break: break-all;
			color: #333;
			text-decoration: underline;
		}
		
		
	
	/*聯絡我們右*/
	.contactRight {
		float:right;
		width:50%;
		padding: 0px 30px 20px;
		/*padding:25px 0px 0px;*/
		box-sizing: border-box;
	}
		/*表單區備註*/
		.form_remark {
			text-align: left;
			font-size: 16px;
			line-height: 30px;
			padding: 0px 0px 15px 0px;
		}
		
		.form_area {
			font-size: 0px;
			margin: 0 -10px;
		}
			.form_list {
				font-size: 15px;
				border-bottom: 0px; 
				/* padding: 12px 0px 0px 0px; */
				padding: 7px 10px;
				/*margin: 0px 4px;*/
				box-sizing: border-box;
			}

.form_box_area .btn_area{
    font-size: 0px;
    text-align: left;
    padding: 30px 10px;
}

	.form_box_area .btn_area input {
		  margin: 0px 30px 0px 0px;
	}

	.form_box_area .btn_area input{
		width: 139px;
	}
	
@media (max-width: 990px){   /*@media (max-width: 540px){*/

/*聯絡我們表單區塊*/
.form_box_area{
	margin: 0px -20px;
}
		
	
	/*聯絡我們左*/
	.contactLeft {
		/*padding: 0px 20px;*/
	}
	/*聯絡我們右*/
	.contactRight {
		padding: 0px 20px;
	}


	/*表單區 按鍵區*/
	.form_box_area .btn_area input {
		float:left;
		width:48%;
		margin:0px;
	}
		.form_box_area .btn_area input:nth-of-type(2) {
			float:right;
		}
		
	.form_box_area .btn_area input {
		float:none;
	}
}


@media (max-width: 768px){  

/*聯絡我們表單區塊*/
.form_box_area{
	margin: 0px;
}
		
	
	/*聯絡我們左*/
	.contactLeft {
		/*padding: 0px;
		float: none;
		width: 100%;
		box-shadow: none;*/
	}
	/*聯絡我們右*/
	.contactRight {
		padding: 0px;
		float: none;
		width: 100%;
	}
}




/*語系*/
.lang_area {
	float:right;
	box-sizing: border-box;
	margin-right: 10px;
}
	.lang_area select {
		width: 90px;
		/*width: 77px;*/
		font-size: 12px;
		color: #5e5e5e;
		border: 1px solid #aeaeae;
		/*border-radius: 4px;*/
		border-radius: 30px;
		padding: 0px 13px;
		text-align: center;
		height: 30px;
		line-height: 28px;
		cursor: pointer;
		background: #fff url(../images/select_arrow2.png) no-repeat;
		background-size: 18px;
		/*background-position: 53px 8.5px;*/
		background-position: 70px 8.5px;
		padding-right: 25px !important;
	}

/*手機版語系*/
.nav.mobile_language_Area{
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
}
	.nav.mobile_language_Area select{
		width: 100%;
		border-radius: 0px;
		padding: 9px 0px 10px 15px;
		background: #fff url(../images/select_arrow.png) no-repeat;
		background-size: 13px;
		background-position: 166px;
		padding-right: 18px !important;
	}





@media (max-width:1000px){	

	.lang_area {
		margin-right: 35px;
		margin-top: 11px;  /*Judy修改20200109*/
	}
}

@media (max-width: 768px){	
/*語系*/
.lang_area {
	display: none;
}
	/*手機版語系*/
	.nav.mobile_language_Area{
		display: block;
		border: 0px;
		padding: 0px 0px 5px;
	}
	

		/*.search {
			padding: 14px 0px;
		}
			.search input[type="text"] {
				width: 66%; 
			}*/
	
}





/*/////////////////////////////////////////////////////////*/
/*新增 產品內頁_下方_網邊區塊  by pekey 20180927*/
/*/////////////////////////////////////////////////////////*/

.product_bottomArea{
	padding-top: 15px;
}
		


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


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