/*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: 'Hind Guntur','DM Serif Display', Arial, Helvetica, sans-serif, serif, 'Noto Sans TC', "微軟正黑體", "新細明體",'Zen Antique','Noto Sans JP';
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
 	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	/*新增by pekey 20171211*/
	padding-top:250px;
 } 


	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:rgb(201,9,21);  /*此為Loding的點點顏色*/
		width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;
	}
	
		#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}
	/*Loading畫面CSS結束*/

.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#80add4;
	font-family: 'Hind Guntur','DM Serif Display', Arial, Helvetica, sans-serif, serif, 'Noto Sans TC', "微軟正黑體", "新細明體",'Zen Antique','Noto Sans JP';
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#007bc2;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#007bc2;
	color:#fff;
}

.wrap {
	width:85%;
	margin:0 auto;
	padding: 0;
}



@media (max-width: 1280px){

	.wrap {
		width:95%;
	}			
					
}

@media (max-width: 1080px){

	.wrap {
		width:90%;
	}			
					
}
	  
@media (max-width: 990px){

	.wrap {
		width:85%;
	}			
					
}	





/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: 'Hind Guntur','DM Serif Display', Arial, Helvetica, sans-serif, serif, 'Noto Sans TC', "微軟正黑體", "新細明體",'Zen Antique','Noto Sans JP';
	font-size:15px;
	border-radius:3px;
	border: solid 1px #cacaca;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:100px;
	height:42px;
	background: #fff0;
	color: #231815;
    border: 1px solid #231815;
	border-radius:2px;
	font-size: 13px;
	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.5;
	}
	
	input[type="reset"] {
		background:#231815;
		color: #fff;
	}
	

	
	
	
	
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區*/
.BannerArea{
}


/*首頁banner----------------------*/
.banner {
	box-sizing:border-box;
	/*width:75%;*/
	background:#fff;
	position:relative;
	/* display: none; */
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			/*z-index:9;*/
			z-index:3;
			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;
				} */



			.bannerArea .swiper-pagination{
				text-align: right;
				right: 15px;
				bottom: 15px;
				left: unset !important;
			}
				.bannerArea .swiper-pagination-bullet-active {
				/*opacity: 1;*/
				background:#231815;
				}
				.bannerArea .swiper-pagination-bullet {
					width: 10px;
					height: 10px;
					margin: 0 5px;
					display: inline-block;
					border-radius: 100%;
					background: #000;
					opacity: 0.2;
				}
				.bannerArea .swiper-button-next,
				.bannerArea .swiper-button-prev{
					display: none;
				}

			.pcBanner{				
			}

			.mobileBanner{
				display: none;
			}


			.swiper-lazy-loading {/*loading 時候的css*/
				
				/*opacity: 0; 設定透明可以不用看到破圖*/
			}

			.swiper-kenburn {
			}  
				.swiper-kenburn .swiper-slide{
				}  
				.swiper-kenburn .swiper-slide a{
					display:block;
				}  
				.swiper-kenburn .swiper-slide img{
					transform: scale(1.2);             /*控制圖片起始放大倍數 */
					transition: transform 3s linear;   /*控制圖片zooming 時間 */
					max-width: 100%;
					width: 100%;
				}  

				.swiper-kenburn .swiper-slide.swiper-slide-duplicate-active, 
				.swiper-kenburn .swiper-slide.swiper-slide-active img{
					transform: scale(1); /* 特別注意swiper-slide-duplicate-active 這個clone 圖層的 active,如果沒加上效果,會產生圖片瞬移的問題 */
				}
				








@media (max-width: 640px){

	.banner {
		display: block;
		/*width:100%;*/
	}	
		
		.pcBanner{
			display: none;
		}
		.mobileBanner {
			display: block;
		}
		
	
}
				
	
/* feather 新增 20220126 start */
/* 首頁廣告輪播區------------------------ */
.indexAdBg{
	padding: 50px 0 160px;
	transform: translateY(60px);
}
	.indexAdBg .wrap{
		width: 80%;
	}
	
	.banner.banner_ad {
		background:unset;
		position:relative;
		overflow: hidden;
		padding-right: 20px;
		box-sizing: border-box;
	}

	/* 防止黑邊 */
	.swiper-container.swiper-container_pc{
		/* border: 2px solid #fff0; */
	}
		.pcBanner.pcBanner2{
			display: block;
		}
			/* 換頁樣式 */
			.swiper-button-prev.plus_img{
				background-image: url(../index/images/left_arrow.png);
				position: absolute;
				top: 50%;
				margin-top: -22px;
				z-index: 10;
				cursor: pointer;
				width: 60px;
				height: 60px;
				background-size: 60px;
				background-position: center;
				background-repeat: no-repeat;
			}
			.swiper-button-next.plus_img{
				background-image: url(../index/images/right_arrow.png);
				position: absolute;
				top: 50%;
				margin-top: -22px;
				z-index: 10;
				cursor: pointer;
				width: 60px;
				height: 60px;
				background-size: 60px;
				background-position: center;
				background-repeat: no-repeat;
			}




@media (max-width:990px) {

	.indexAdBg{
		padding: 0 0 80px;
		transform: translateY(0px);
	}
	
		/* 換頁樣式 */
		.swiper-button-prev.plus_img{
			background-image: url(../index/images/left_arrow.png);
			position: absolute;
			top: 55%;
			margin-top: -22px;
			z-index: 10;
			cursor: pointer;
			width: 45px;
			height: 45px;
			background-size: 45px;
			background-position: center;
			background-repeat: no-repeat;
		}
		.swiper-button-next.plus_img{
			background-image: url(../index/images/right_arrow.png);
			position: absolute;
			top: 55%;
			margin-top: -22px;
			z-index: 10;
			cursor: pointer;
			width: 45px;
			height: 45px;
			background-size: 45px;
			background-position: center;
			background-repeat: no-repeat;
		}
}

@media (max-width:768px) {
	.indexAdBg{
		padding: 30px 0 50px;
	}
		.indexAdBg .wrap{
			width: 80%;
		}

		.banner.banner_ad {
			padding-right: 0;
		}

		
}
/* feather 新增 20220126 end */





	
				
				
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		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:40px;
			background:#231815;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#f39800;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*置中*/
		/*margin: 0px 0px 0px auto;*//*靠右*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
	}
















/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}




				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:15px;
					width: auto;
				}
					/*.tabs li a { 
						line-height:39px;
						float:left;
						position: relative;
						font-size:15px;
						width: auto;
						text-decoration:none;
					}*/				
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#E8E8E8;
						text-align:center;
						cursor:pointer;
    					border-bottom: solid 1px #bebebe;
					}
						.tabs li span:hover {
							background:#fff;
						}
						
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active span {
							background:#fff;    
						}
						.tabs li.active:after {
							/*content:url(../product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}




/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}







@media (max-width: 1320px){

/*頁籤*/
.tab_area.TeamTabArea {
	position:relative;
}
	.TeamTabArea .tabs_btn_now {
		display:block;
	}
	
	.TeamTabArea .img-scroll {
		display:none;
		height:auto;
		/*position: absolute;*/
		width: 100%;
		/* z-index: 999; */
		z-index: 2;
	}
		.TeamTabArea .tabs li, 
		.TeamTabArea .img-scroll1 .tabs li, 
		.TeamTabArea .img-scroll2 .tabs li, 
		.TeamTabArea .img-scroll3 .tabs li, 
		.TeamTabArea .img-scroll4 .tabs li, 
		.TeamTabArea .img-scroll5 .tabs li,
		.TeamTabArea .img-scroll6 .tabs li, 
		.TeamTabArea .img-scroll7 .tabs li, 
		.TeamTabArea .img-scroll8 .tabs li, 
		.TeamTabArea .img-scroll9 .tabs li {
			float:none;
			text-align:center;
			width:100%;
			font-size:15px;
			border-radius:0px;
		}
			.TeamTabArea .tabs li.active:after {
				content:"";
			}

}


					@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;
								}
									.tabs li.active:after {
										content:"";
									}
					}






















/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #ffffff;
		background: #b6bfbe85;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 12px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration: none;
	}
		.captcha a:hover {
			opacity: 0.8;
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		font-size: 14px;
		color:#ffffff;
	}





/*-------表單區----------------------------------------------------------------------------*/

/*表單區底*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 800px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*表單區備註*/
	.form_remark {
		font-size:15px;
		line-height:22px;
		padding:0px 0px 25px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			font-size:18px;
			line-height:18px;
			color:#cb2923;
			background: #ffffff00;
			padding: 0px;
		}

	/*表單區*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		vertical-align: top;
		justify-content: space-between;
		align-content: flex-start;
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing:border-box;
				font-size:15px;
				line-height:21px;
				width:100%;
			}
			.form_list.fLType2{
				width:49%;
			}
			
			
				.fL_tit {
					font-size: 16px;
    				/* font-weight: bold; */
					padding:3px 0px 6px 0px;
					position:relative;
					color: #fff;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
					}
					
				.fL_info {
					/* padding:0px 0px 9px 0px; */
					padding:0px 0px 15px 0px;
				}
					
					.fL_info select{
						width:100%;
					}
					
				
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*地址樣式*/
					.fL_info.address{
						position: relative;
						padding-left: 320px;
					}
						.fL_info.address select {
							width: 75px;
							height: 42px;
							position: absolute;
							left: 0px;
						}
						.fL_info.address select:nth-of-type(2) {
							left:80px;
						}	
						.fL_info.address select:nth-of-type(3) {
							left:160px;
						}				
						.fL_info.address > input[type='text'] {
							position: absolute;
							width:75px;
							left:240px;
						}
						.fL_info.address div{
						}
						.fL_info.address div > input[type='text']{
						}
					
					
					
					/*地址樣式*/
					.fL_info.country{
					}
					
					.fL_info.country div{
						position: relative;
						padding-left: 80px;
					}     
						
						.fL_info.country select{
							position: absolute;
							width:75px;
							left:0px;
						}     
						
						.fL_info.country input{
						}					
					       
					
					
					
					
					
					
					
					
					
					
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							width: auto;
							margin:0px 0px 0px 0px;
						}
						
						
						
						
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	



			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
				margin: 0px 0px 17px;
			}
				.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: #6d3007;
						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;
				}
				
				


						
				/*多選----------------------------*/		
				.find_out_area{
					padding: 0px 0px 17px 0px;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					vertical-align: top;
					/* justify-content: space-between; */
					align-content: flex-start;
				}
					.find_out{
						padding: 0px 10px 0px 0px;
					}
					.find_out label{
					}
						.find_out input[type="checkbox"]{
						}
	
						
				/*同意條款*/
				.agreeToTerms {
					font-size:15px;
					line-height:23px;
					text-align:center; 
					margin: 20px 0px 0px;
				}
					.agreeToTerms strong {
						padding:10px 0px;
						display:inline-block;
					}
					.agreeToTerms a {
						color:#ca0000;
					}	
					
					
					
					
					
					
						@media (max-width: 990px){					
						
							/*地址樣式*/
							.fL_info.address{
								position: relative;
								padding-left: 280px;
							}
								.fL_info.address select {
									width: 65px;
								}
								.fL_info.address select:nth-of-type(2) {
									left: 70px;
								}	
								.fL_info.address select:nth-of-type(3) {
									left: 140px;
								}				
								.fL_info.address > input[type='text'] {
									position: absolute;
									width:65px;
									left: 210px;
								}					

						}
						
						
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
							
								.form_list.fLType2{
									width:100%;
								}
							
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
								
								.inputFile label {
									top: -6px;
								}
								
								
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
									/*地址樣式*/
									.fL_info.address{
										position: static;
										padding-left: 0px;
										display: flex;
										flex-wrap: wrap;
										flex-direction: row;
										align-items: flex-start;
										justify-content: space-between;
									}
										.fL_info.address select {
											width: 24%;
											height: 42px;
											position: static;
											left: inherit;
										}
										.fL_info.address select:nth-of-type(2) ,
										.fL_info.address select:nth-of-type(3) {
											left:inherit;
										}					
										.fL_info.address > input[type='text'] {
											position: static;
											width: 24%;
											left: inherit;
										}
										.fL_info.address div{
											margin-top: 6px;
											width: 100%;
										}	
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*生日樣式*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}













/*未出貨*/
.no_shipping {
	color:#007be4;
}

/*未付款*/
.unpaid {
	color:#d70d13;
}

/*已取消*/
.cancel {
	color:#929292;
}


	/*兩個按鍵時*/
	 table .cPL_twoBtn input[type='button'] {
		float:left;
		width:48%;
		padding: 0px 8px;
		text-align: center;
	}
	table .cPL_twoBtn input[type='button']:nth-of-type(2) {
		float: right;
		background-color: #757575;
		color: #fff;
		border: 1px #757575 solid;
	}











/*-------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: #80add4;
	}
}










/*/////////////////////////////////////////////////////////*/
/*表格*/
/*/////////////////////////////////////////////////////////*/	


	table {
		width:100%;
		/* margin:0 auto; */
		border-radius: 3px;
		overflow: hidden;
	}
		tr {
		}
			td {
				/* text-align: center; */
				vertical-align: top;
				font-size: 15px;
				line-height: 24px;
				color: #525252;
				padding: 5px;
				box-sizing: border-box;
				/* background: #f4f4f4; */
			}
			tr:first-child td{
			    /* border-top: solid 1px #cbcbcc; */
			}
			td:first-child{
			    /* border-left: solid 1px #cbcbcc; */
			}
			
@media (max-width: 768px){
	td{
		padding: 3px 0;
	}
}



@media (max-width: 768px){

	tr td {
		position:relative;
		display:block;
		line-height: 18px;
		/* border-left: solid 1px #cbcbcc;
		border-bottom: solid 0px #cbcbcc;
		border-top: solid 0px #cbcbcc; */
	}
	/* td:before {
		content: attr(data-name);
	} */

	td{
		padding: 0;
	}

	td:first-child{
		font-weight: bold;
		padding-top: 8px;
	}

	tr td:last-child{
		border-bottom: solid 1px #cbcbcc;
		padding-bottom: 8px;
	}
	
	/* tr td:nth-child(2){
		border-bottom: solid 1px #cbcbcc;
	}		 */

	tr:nth-child(2) td:first-child{
		/* border-top: solid 1px #cbcbcc; */
	}
					

}










/*購物車大標*/
.cart_big_tit {
	position:relative;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:0px 0px 0px 44px;
	margin-bottom: 30px;
}
	.cart_big_tit span {
		position:absolute;
		display:block;
		border-radius:100%;
		font-size:15px;
		font-weight:100;
		color:#fff;
		text-align:center;
		width:25px;
		background:#231815;
		left:0px;
		letter-spacing: 0px;
	}
	
.cart_big_tit span.red {
    position: unset;
    display: inline-block;
    border-radius: 0;
    /* font-size: 15px; */
    /* font-weight: 100; */
    color: #f00;
    text-align: left;
    width: auto;
    background: #ffffff00;
    left: unset;
    /* letter-spacing: 0px; */
}	
	
.order_complate_remark {
    font-size: 15px;
    line-height: 24px;
    padding: 25px 0px 30px;
}







/*/////////////////////////////////////////*/
/*------------首頁內容---------------------*/
/*/////////////////////////////////////////*/

	

.main{
	/* margin-top: 95px; */
}

/* 首頁內容區塊 */
.mainContent{

	background-image: url(../images/background_home.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* min-height: 80vh; */
}


@media (max-width: 990px){


	.main{
		padding-top: 82px;
	}


}





/*///////////////////////////////////////////////////////////////////////////////////////////*/
/*-------首頁 關於我們區域--------*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/

	.indexAboutBg{
		display: flex;
		flex-direction: row;
		/* flex-wrap: wrap; */
		justify-content: space-between;
		position: relative;
		/* width: 100%; */
		box-sizing:border-box;
		min-height: 50vh;
		z-index: 1;
	}

	/* 背景色塊 */
	.indexAboutBg:after {
		/*content: "";
		 background: #f0f0f0;
		position: absolute;
		width: 35%;
		height: 120%;
		z-index: -1;
		top: -150px;
		box-sizing: border-box; */
	}
		/* 關於我們_左區-------------------- */
		.about_L_Area{
			width: 33%;
			box-sizing:border-box;
			/* min-height: 100vh; */
			display: flex;
			align-items: center;
			justify-content: center;
			/* background-color: #f4f4f49c; */
			background-color: #f0f0f0;
			
		}
			.about_L_List{
				padding-bottom: 60px;
			}
				.about_L_List .index_tit{
				}



			

		/* 關於我們_右區-------------------- */
		.about_R_Area{
			width: 67%;
			box-sizing:border-box;
			/* min-height: 100vh; */
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 20px 0;
		}
			.about_R_List{
				/* padding:0 12%; */
				max-width: 80%;
			}
			.about_R_List .textArea{
			}





		/* 關於我們_下方_圖片區-------------------- */
		.about_D_Area{
			width: 34%;
			/* margin-top: -70px; */
			box-sizing: border-box;
			position: absolute;
			bottom: -150px;
			left: 10%;			
		}

			.about_D_List {
				/* padding-left: 15%; */
				box-sizing: border-box;
				max-width: 80%;
			}
			.about_D_List > .index_img {
				box-sizing: border-box;
				display: block;
				position: relative;
				padding-bottom: 65%;
				overflow: hidden;
				border-radius: 15px;
			}
				.about_D_List > .index_img img {				
					width: 100%;
					height: auto;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					/* opacity: 0.8;
					z-index: 2; */
					object-fit: cover;
					transition: 0.3s ease all;
				}
				








@media (max-width: 1400px){

	/* .indexAboutBg{
		min-height: 80vh;
	} */

	/* 關於我們_右區-------------------- */
	.about_R_Area{
		padding: 50px 0;
	}

}


@media (max-width: 990px){

	.indexAboutBg{
		display: block;
		flex-direction: unset;
		justify-content: unset;
		/* position: relative; */
		min-height: unset;
		padding: 0px 0 50px;
	}
		/* 關於我們_左區-------------------- */
		.about_L_Area{
			padding: 30px 10%;
			width: 100%;
			text-align: start;
			/* display: flex;
			align-items: center; */
			justify-content: flex-start;
		}
			.about_L_List{
				padding: 0;
			}
		/* 關於我們_右區-------------------- */
		.about_R_Area{
			width: 100%;
			display: block;
			justify-content: unset;
			align-items: unset;
			padding: 35px 0;
		}
			.about_R_List{
				max-width: 85%;
				margin: 0 auto;
			}

		/* 關於我們_下方_圖片區-------------------- */
		.about_D_Area{
			width: 100%;
			position: unset;
			bottom:unset;
			left:unset;
		}
			.about_D_List {
				max-width: 85%;
				margin: 0 auto;
			}



}


@media (max-width:768px) {
	/* 關於我們_左區-------------------- */
	.about_L_Area{
		padding: 30px 0;
		text-align: center;
		justify-content: center;
	}
}




/*/////////////////////////////////////////////////////////////*/
/*-------首頁 願景區--------*/
/*/////////////////////////////////////////////////////////////*/

.indexVisionBg{
	margin-top: -50px;
}

	.vision_T_List{
		padding-bottom: 20px;
	}
		.vision_T_List .wrap{
			width: 85%;
		}
			.indexVisionBg .index_tit{
				text-align: end;
			}

	.indexVisionArea{
		width: 67%;
		margin-left: auto;
		background-color: #f0f0f0;
	}
		.indexVisionArea .wrap{
			width: 80%;
		}
			.indexVision_InArea{
				display: flex;
				justify-content: center;
			}

				.indexVision_InArea .textArea{
					padding: 40px 0 40px 40px;
				}


@media (max-width: 990px){

.indexVisionBg{
	margin-top: 0;
}

	.indexVisionArea{
		width: 100%;
	}

	.indexVision_InArea .textArea{
		padding: 40px 0 40px 20px;
	}
}

@media (max-width: 768px){

	.vision_T_List{
		padding:0 0 35px 0;
	}
		.indexVision_InArea{
			display: block;
		}
			.indexVisionBg .index_tit{
				text-align: center;
			}

			.indexVision_InArea .textArea{
				padding: 30px 0 30px 0px;
			}
		
}


/*/////////////////////////////////////////////////////////////*/
/*-------首頁 產品快速連結區--------*/
/*/////////////////////////////////////////////////////////////*/


.indexProductsBg{
	max-width: 100%;
    /* margin-left: auto; */
    transform: translateY(200px);
    position: relative;
    z-index: 0;
}


	.products_T_List{		
		padding: 20px 0;
	}
		.products_T_List .wrap{	
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			width: 80%;
		}
			.indexProductsBg .index_tit{
			}

			.indexProductsBg .index_tit h2{
				padding-right: 35px;
			}
			.indexProductsBg .index_tit h4{
			}





	.indexProductsArea{
	    /* background-color: #f0f0f0; */
	    padding: 50px 0;
		/* overflow: hidden; */
	}
		.indexProductsArea:nth-of-type(3){
			/* background-color: #f0f0f0; */
			/* padding: 50px 0 160px; */
			/* overflow: hidden; */
		}

		

		.indexProductsArea .wrap{
			width: 80%;
		}



		/* 產品區域_標題 */
		.indexProductsTit{
			position: relative;
			/* width: 230px;
			text-align: center; */
			/* feather修改20220307 */
			width: auto;
			text-align: start;
			padding-left: 70px;
		}
			.indexProductsTit h4{
				padding: 0;
				margin: 0;
				font-size: 30px;
				line-height: 1;
				text-align: center;
				font-weight: normal;
				letter-spacing: 5px;
				/* background-color: #ffffff; */
				display: inline-block;
				position: relative;
				padding: 0 10px;
			}

			/* 標題裝飾線_一整條 */
			/* .indexProductsTit:before{
				position: absolute;
				content: "";
				background-color: #000;
				width: 230px;
				height: 1px;
				top: 50%;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			} */

			.indexPD_Tit{
				display: inline-block;
				position: relative;
			}

			/* 裝飾線_單獨左 */
			.indexPD_Tit:before{
				position: absolute;
				content: "";
				background-color: #000;
				width: 70px;
				height: 1px;
				top: 40%; /*feather調整 20220307*/
				left: -35px;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}
			/* 裝飾線_單獨右 */
			.indexPD_Tit::after{
				position: absolute;
				content: "";
				background-color: #000;
				width: 70px;
				height: 1px;
				top: 40%;/*feather調整 20220307*/
				right: -103px;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
			}



		/* 首頁_產品快速連結_特別排版-------------- start */
		
		.indexProductsArea_In{
			display: flex;
			flex-direction: row;
		}

		.indexProductsArea_In.reverse{
			display: flex;
			flex-direction: row-reverse;
		}


			/* 首頁_產品快速連結_列表區塊 */
			.indexProducts_List.IDP_List_one{
				min-width: 40%;
				margin: 0;
				box-sizing: border-box;
			}

			/* 首頁_產品快速連結_列表區塊 */
			.indexProducts_List.IDP_List_two{
				width: 60%;
				margin: 0;
				box-sizing: border-box;
			}

				/* 產品圖_樣式1 */
				.IDP_List_one .products_In_one{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				width: 100%;
				padding-right: 20px;
				box-sizing: border-box;
				overflow: hidden;
				}

					.indexProducts_List .products_In_one .product_img a{
						display: block;
						position: relative;
						padding-top: calc(150% + 20px);
						color: #fff;
						font-size: 17px;
						line-height: 1.5;
					}

				/* 產品圖_樣式2 */
				.indexProducts_List.IDP_List_two .products_In_two{
					padding: 0;
					margin: 0;
					display: block;
					list-style-type: none;
					width: 50%;
					padding-right: 20px;
					padding-bottom: 20px;
					box-sizing: border-box;
					overflow: hidden;
				}

					.indexProducts_List .products_In_two .product_img a{
						display: block;
						position: relative;
						padding-top: 100%;
						color: #fff;
						font-size: 17px;
						line-height: 1.5;
					}

				/* 產品圖_樣式3 */
				.indexProducts_List.IDP_List_two .products_In_three{
					padding: 0;
					margin: 0;
					display: block;
					list-style-type: none;
					width: 100%;
					padding-right: 20px;
					box-sizing: border-box;
					overflow: hidden;
				}

					.indexProducts_List .products_In_three .product_img a{
						display: block;
						position: relative;
						padding-top: 50%;
						color: #fff;
						font-size: 17px;
						line-height: 1.5;
					}

		/* 首頁_產品快速連結_特別排版-------------- end */
			

		/* 首頁_產品快速連結_列表區塊 */
		.indexProducts_List{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0 -30px -60px;
			padding-top: 40px;
		}

		/* 產品 */
		.products_In{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			width: 33.3%;
			padding: 0 50px 60px;
			box-sizing: border-box;
			overflow: hidden;
		}
			.indexProducts_List .product_img{
			}
				.indexProducts_List .product_img a{
					display: block;
					position: relative;
					padding-top: 100%;
					color: #fff;
					font-size: 17px;
					line-height: 1.5;
				}
				.indexProducts_List .product_img img{
					width: 100%;
					height: auto;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
				}


			/* 遮罩 */
			.productsMask{
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
				width: 100%;
				height: 100%;
				opacity: 0;
				background-color: #000000b3;
				transition: 0.8s ease all;
			}
				.productsMaskIn{
					width: 100%;
					height: 100%;
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					transition: 1.2s ease all;
					transform: translateY(100%);
					opacity: 0;	
				}
				.productsMask span.p_i_tit{
					display: block;
					padding-bottom: 10px;
					text-align: center;
				}
				.productsMask span.p_i_text{
					display: block;
				}

				/* 遮罩hover */
				.indexProducts_List .product_img a:hover .productsMask{
					opacity: 1;	
					transition: 0.8s ease all;
				}
				.indexProducts_List .product_img a:hover .productsMaskIn{
					transition: 1.2s ease all;
					-webkit-transform: translateY(0%);
					transform: translateY(0%);
					opacity: 1;	
				}
				

		/* 更多產品_按鈕 */
		.products_more{
			padding: 40px 0 0;
			font-family: 'Hind Guntur','DM Serif Display', Arial, Helvetica, sans-serif, serif, 'Noto Sans TC', "微軟正黑體", "新細明體",'Zen Antique','Noto Sans JP';
			/* background-color: #f0f0f0; */
		}

			.products_more > .index_more{
				transition: all 0.3s ease;
				width: auto;/* feather修改20220307 */
				/* margin: 0 auto; */
				margin: 0 10% 0 auto;
				/* border: 1px solid #fff; */
				font-size: 20px;
				/* display: flex; */
			}

			.products_more > .index_more:hover {
				transition: all 0.3s ease;
				/* border: 1px solid #727272; */
				opacity: 0.6;
			}

				.index_more > a {
					display: flex;
					/* align-items: center; */
					align-items: baseline;/* feather新增20220304 */
					justify-content: space-between;
					padding: 15px;
					text-decoration: none;
					color: #444;/* feather修改20220307 */
				}
				.index_more > a span{					
					display: block;
					/* feather新增20220307 */
					padding-right: 5px;
					margin: auto 0 0 auto;
					word-break: break-all;
				}
				.index_more > a svg{					
					display: block;
					padding-bottom: 5px; /* feather新增20220307 */
				}












@media (max-width: 1280px){

	/* 首頁_產品快速連結_列表區塊 */
	.indexProducts_List{
		margin: 0 -20px -40px;
		/* padding-top: 30px; */
	}

	/* 產品 */
	.products_In{
		padding: 0 30px 40px;
	}

}


@media (max-width: 990px){

	.indexProductsBg{
		max-width: unset;
		margin: 0;
		transform: unset;
		/* position: relative;
		z-index: 0; */
	}

	.products_T_List{
		padding: 30px 0;
	}

		.products_T_List .wrap{		
			display: block;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
		}

	.indexProductsArea:nth-of-type(3){
		padding:50px 0 50px;
	}


			/* 首頁_產品快速連結_列表區塊 */
			.indexProducts_List{
				margin: 0 -20px -40px;
				/* padding-top: 30px; */
			}

				/* 產品 */
				.products_In{
					padding: 0 20px 40px;
				}



		/* 更多產品_按鈕 */
		.products_more{
			padding: 30px 0 0;
		}

}


@media (max-width: 768px){

	.indexProductsBg{
		max-width: unset;
		margin: 0;
		transform: unset;
		/* position: relative;
		z-index: 0; */
	}


	.indexProductsBg .index_tit{
		text-align: center;
	}
		.indexProductsBg .index_tit h2{
			padding: 0 0 10px 0;
		}


	/* 產品區域_標題 */
	.indexProductsTit{
		text-align: center;
		padding: 0px;
	}

		.indexProductsTit h4{
			font-size: 21px;
			padding: 0 5px;
		}

		/* 裝飾線_單獨左 */
		.indexPD_Tit:before{
			width: 60px;
		}
		/* 裝飾線_單獨右 */
		.indexPD_Tit::after{
			width: 60px;
			right: -92px;
		}

	/* 首頁_特別排版_rwd------start */
	.indexProductsArea_In{
		display:flex;
		flex-direction:column;
	}

	.indexProductsArea_In.reverse{
		display:flex;
		flex-direction:column-reverse;
	}

		/* 首頁_產品快速連結_列表區塊 */
		.indexProducts_List.IDP_List_one{
			min-width: 100%;
			padding: 0;
		}

		/* 首頁_產品快速連結_列表區塊 */
		.indexProducts_List.IDP_List_two{
			width: 100%;
			padding: 0;
		}

			/* 產品圖_樣式1 */
			.indexProducts_List.IDP_List_one .products_In_one{
				width: 100%;
				padding: 0;
				padding-top: 20px;
			}

				.indexProducts_List .products_In_one .product_img a{
					padding-top: 100%;
				}

			/* 產品圖_樣式2 */
			.indexProducts_List.IDP_List_two .products_In_two{
				width: 100%;
				padding: 0;
				padding-top: 20px;
			}

				.indexProducts_List .products_In_two .product_img a{
					padding-top: 100%;
				}

			/* 產品圖_樣式3 */
			.indexProducts_List.IDP_List_two .products_In_three{
				width: 100%;
				padding: 0;
				padding-top: 20px;
			}

				.indexProducts_List .products_In_three .product_img a{
					padding-top: 50%;
				}
				
	/* 首頁_特別排版_rwd------end */


	.indexProductsArea{
		padding: 40px 0;
	}

	.indexProductsArea:nth-of-type(3){
		padding: 40px 0;
	}

		/* 首頁_產品快速連結_列表區塊 */
		.indexProducts_List{
			margin: 0 0px -20px;
			display: block;
			flex-wrap: unset;
		}

		/* 產品 */
		.products_In{
			width: 100%;
			padding: 0 0px 20px;
		}

			/* 查看更多 */
			.products_more > .index_more{
				/* width: 140px; */	/* feather修改20220307 */
				margin: 0 auto;
			}
			.index_more > a {
				justify-content: center; /* feather新增20220307 */
			}
				.index_more > a span{
					margin: auto 0;
				}
				.index_more > a svg{
					padding-bottom: 8px;
				}
}










/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*--------首頁 聯絡我們區--------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/

.indexContactBg{
	/* background-color: #393939; */
    border-top: 1px solid #cecece80;
    background-color: #333333bd;
    padding: 50px 0;
    margin-top: -60px;
}

	.indexContactBg > .wrap{
		width: 85%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		/* 聯絡我們_左區 */
		.contact_L_Area{
			box-sizing: border-box;
			width: 38%;
			/* padding: 4%; */
		}

			.contact_L_Area > .textArea{
				color: #fdfdfd;
				/* font-size: 15px;
				line-height: 22px; */
			}

				.contact_L_Area .textArea h3{
					font-size: 27px;
					line-height: 25px;
					margin: 30px 0 25px -1px;
				}
				

		/* 聯絡我們_右區 */
		.contact_R_Area{
			box-sizing: border-box;
			width: 60%;
			/* padding: 4%; */
		}



@media (max-width: 990px){

	.indexContactBg{
		padding: 40px 0;
		margin: 0;
	}

	.indexContactBg > .wrap{
		/* width: 85%; */
		display: block;
		align-items: unset;
		justify-content: unset;
	}

		/* 聯絡我們_左區 */
		.contact_L_Area{
			width: 100%;
		}
			.contact_L_Area > .textArea{
				line-height: 20px;
			}

		/* 聯絡我們_右區 */
		.contact_R_Area{
			width: 100%;
			padding-top: 30px;
		}

}














/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/




.inmain .wrap {
}



/*首頁網編區塊標題*/
.index_tit {
	display: block;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #222;
	font-family:'DM Serif Display', Arial, Helvetica, sans-serif, serif, 'Noto Sans TC', "微軟正黑體", "新細明體",'Zen Antique','Noto Sans JP';
}

	.index_tit > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}

	.index_tit > h2 {
		display:inherit;
		font-size:50px;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:normal;
		padding-bottom: 10px;
	}

	.index_tit > h3 {
		display:inherit;
		font-size:50px;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:bold;
	}

	.index_tit > h4 {
		display:inherit;
		font-size:30px;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:bold;
	}
	
	/* .index_img {
		box-sizing: border-box;
		display: block;
		position: relative;
		padding-bottom: 65%;
	}

		.index_img img {
			width:100%;
			height: auto;
			box-sizing: border-box;
		} */



/*網編區------------------------------------------*/
.textArea{
	font-size:15px;
	line-height: 1.5;
	color: #333;
}
	.textArea img{
		max-width: 100%;
		height: auto;
	}



/*內頁banner*/
.inbanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height:250px;
	overflow: hidden;
}
.inbanner #particles-js {
    z-index: 0;
    /* width: 100%; */
    /* height: 100%; */
	height:350px;
}

	.inbanner:before {
		position: absolute;
		content: '';
		width: 100%;		
		height: 250px;
		
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 44%, rgba(255,255,255,0.5) 65%, rgba(255,255,255,0.8) 79%, rgba(255,255,255,0.93) 92%, rgba(255,255,255,1) 99%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 44%,rgba(255,255,255,0.5) 65%,rgba(255,255,255,0.8) 79%,rgba(255,255,255,0.93) 92%,rgba(255,255,255,1) 99%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 44%,rgba(255,255,255,0.5) 65%,rgba(255,255,255,0.8) 79%,rgba(255,255,255,0.93) 92%,rgb(246 246 246) 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		
	}


	/*.inbannerTit{
		color: rgb(255 255 255 / 0.9);
		font-size: 50px;
		line-height: 50px;
		padding: 200px 0px 50px;
		width: 70%;
		margin: 0 auto;
		text-shadow: rgb(82 82 82 / 0.5) 0px 0px 10px;
	}*/



.pageContent {
	/* padding: 50px 0px; */
	position: relative;
	background-image: url(../images/background_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 80vh;
}






/*麵包屑*/
.crumb {
	font-size: 13px;
	line-height: 15px;
	color: #5f6267;
	padding: 15px 0px;
	word-wrap: break-word;
	/*margin-top:20px;*/
}
	.crumb a {
		color: #80add4;
		text-decoration:none;
	}
	.crumb a:hover {
		opacity:0.5;
	}	
	.crumb span.crumbActive {
		color: #80add4;
	}	
	.crumb span.crumbActive  a{
		color: #80add4;
		text-decoration:none;
	}


	














/*內頁標題樣式1-----------------------------------------*/
.titStyle1{
	font-size: 30px;
    line-height: 35px;
	color: #ffffff;
	font-weight:bolder;
	/* font-family: 'Playfair Display','Noto Serif TC'; */
}

	.titStyle1 > h2 {
		display: inherit;
		font-size: inherit;
		margin-block-start: inherit;
		margin-block-end: inherit;
		margin-inline-start: inherit;
		margin-inline-end: inherit;
		font-weight: inherit;
		letter-spacing: 1.2px;
	}



/*內頁標題樣式2-----------------------------------------*/
.titStyle2{
	font-size: 30px;
    line-height: 35px;
	color: #2e282a;
	font-weight:bolder;
	text-align: center;
	/* font-family: 'Playfair Display','Noto Serif TC'; */
}
	.titStyle2 > h2 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
		padding-bottom: 20px;
	}
	.titStyle2Date {
		padding-bottom: 5px;
		color: #80add4;
		font-size: 16px;
		/* font-family: 'Raleway', sans-serif; */
		font-weight: normal;
	}





/*內頁標題樣式3-----------------------------------------*/
.titStyle3{
	font-size: 18px;
    line-height: 35px;
    color: #80add4;
    font-weight: bolder;
    margin: 10px 0px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
	/* font-family: 'Playfair Display','Noto Serif TC'; */
}

	.titStyle3 > h1 {
		display:inherit;
		font-size:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		font-weight:inherit;
	}
	
	
.containerIn{
	padding:30px 0px 0px;
}










	
	
	
/*左右側--------------------------------------------------------------------*/	
	
		
.container{
	display: flex;
	/* flex-direction: row; */
	flex-wrap: nowrap;
	/* justify-content: space-between; */
	padding-bottom:40px;
	padding-top:10px;
}
		
			
/*左側-------------------------------*/
.left{
	width: 280px;
	box-sizing: border-box;
	padding-top: 55px;
	z-index: 2;
	position: relative;
	transition: 0.3s linear all;
}

/* feather 新增左側產品區樣式 20220126 */
.left.left_pd{
	position: fixed;
	/* top:31.5%; */
	top:305px;
	transition: 0.3s linear all;
}

/*浮動*/ /*feather新增左側產品區樣式 20220215---------*/
.left.left_pd.fixed {
	top: 100px;
	transition: 0.1s ease all;
	transition-delay: .05s !important;
	transition-timing-function: cubic-bezier(0.47, 0.17, 0.42, 1.03) !important;
}

	

	/*左側標題*/
	.left_title{
		font-size: 18px;
		letter-spacing: 0.2rem;
		background-color: #8c8c8c;
		color: #fff;
		padding: 15px 10px 12px 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
		/* .left_title span{
			font-size: 15px; 
			color: #fff;
			padding-top: 10px;
			letter-spacing: 1px;
			display: block;
			font-weight: normal;
		} */
	
	/*左側選單列表*/
	.leftListArea{
		font-size:15px;
		line-height: 1.2;
		color: #333;
		/*background-color: #fcfcfc;*/
	}
		.leftListArea:last-of-type{
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}

	.leftListArea a{
		color: #333;
		text-decoration: none;
		padding: 15px 30px 15px 20px;
		display: block;
		background-color: #fefefe8c;
	}



		.leftList{
			/* font-size:18px;
			line-height: 1.2; */
		}
			.leftList > a{
				/* display:block;
				padding: 13px 45px 11px 10px;
				text-decoration:none;
				color:#000;
				position: relative;
				font-size: 15px;
				line-height: 22px;
				word-break: break-word;
				
				border-bottom: 1px dashed #cecece; */
			}
				
			.leftList.active > a{
				/* background-color: #ecececa4; */
			}
			.leftList:hover > a{
				/* background-color:#ececec; */
			}

			/* 左側選單第一層 */
			.leftList_top{
				position: relative;
			}
				.leftList_top a{
					display: block;
					padding: 15px 30px 15px 10px;
					text-decoration: none;
					background-color: #f8f8f9;
					word-break: break-word;
					border-bottom: 1px dashed #cecece;
				}

			.leftList.active .leftList_top a ,
			.leftList.leftList2.active .leftList_top a{
				background-color: #ecececa4;
			}



			/* 方向標誌_向下展開 */
			.left_Add{
				cursor: pointer;
				position: absolute;
				right: 0px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				transition: 0.3s ease all;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 49px;
				height: 100%;
			}
				.left_Add svg{
					width: 12px;
					height: 12px;
				}
				.left_Add.active{
					transition: 0.3s ease all;
					-webkit-transform: translateY(-50%) rotate(180deg);
					transform: translateY(-50%) rotate(180deg);
				}
				.left_Add.active svg ,
				.left_Add:hover svg{
					fill:#80add4;
				}



			/* 左側選單第二層內容 */
			.leftList_open{	
				/* transition: 0.3s ease all; */
				display: none;       /*關閉*/
			}	
			/* 左側選單第二層內容展開 */
			/* .leftList.active .leftList_open{
				display: block;
			} */
			.leftList_open.active{
				display: block;
			}

				/* 左側選單第二層 */
				.leftList_open_sec{	
					/* display: none; */
				}
					.leftList_open_secTit{
						position: relative;
					}
					.leftList_open_secTit.active{
					}
						.leftList_open_secTit a{						
						}
						.leftList_open_secTit.active a{						
							color: #3ba15d;
						}


					/* 左側選單第三層 */
					.leftList_third{	
						/* transition: 0.3s ease all; */
						display: none;    /*關閉*/
					}
					/* 左側選單第三層_當前展開 */
					.leftList_third.active{	
						transition: 0.3s ease all;
						display: block;
					}
						.leftList_third_open{								
						}
							.leftList_open_thirdTit{
								position: relative;
							}
								.leftList_open_thirdTit a{
									padding-left: 30px;
								}
								.leftList_open_thirdTit.active > a{
									color: #3ba15d;
								}
		
								
		
	/*右側-------------------------------*/
	.right{
		min-height:400px;
		box-sizing:border-box;
		width:90%;
		padding-left:2%;
	}
	
	/* feather 新增right_pd樣式 20220126 */
	.right.right_pd{
		width: 100%;
		padding-left:calc(280px + 2%);
	}



	/*右側_無左選單*/
	.right.noleft{
		width:100%;
		padding-left: 0px;
	}

		/*右側名稱*/
		.right_tit{
			font-size:24px;
			line-height:34px;
			padding-bottom:15px;
			color:#221912;
			font-weight:bold;
			border-bottom: 1px #dbdbdb solid;
		}
		
		
		
		
	
/*內頁上方選單*/
.rightTopArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -5px 20px;
}
	.rightTopList{
		box-sizing:border-box;
		width:20%;
		text-align:center;
		margin-bottom:10px;
		padding:0px 5px 0px;
	} 
	.rightTopList.active {
	}
	.rightTopList.active a {
		background-color: #000;
	}	
		.rightTopList a{
			display:block;
			text-decoration:none;
			background-color: #231815;
    		padding: 10px 5px;
			/*padding: 0px 3px;
			margin:10px 0px;*/
			font-size:13px;
			line-height:15px;
			color:#fff;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
		}     
		.rightTopList a:hover{
			transition: all 0.3s ease-out;
			background-color: #000;
			opacity:0.5;
		} 		
	
	

						
			
		/*按鈕*/
		.btn_area {
			text-align:center;
			margin:40px 0px 0px;
		}
		.btn_area > input{
			margin:0px 10px;
			border-radius: 3px;
			background-color: #80add4;
			color: #fff;
			/*width:49%;*/
		}
		.btn_area input:nth-child(2n+1) {
			background: #fff0;
			color: #ffffff;
			border: 1px solid #ffffff;
		}	
		.btn_area input:nth-child(2n) {
			background:#231815;
			color: #fff;
			border: 0px solid #231815;
		}	
			
		
				
		/*右側返回按鈕*/
		/* .btn_area.one {
			text-align:center;
			margin:30px 0px 0px;
		} */
		
		
		
		
		
		
		
		
		
		
@media (max-width: 1280px){		
	
	.inmain .wrap {
		width: 85%;
	}
	
}		
		
		
		
@media (max-width: 1280px){
		
.container > .wrap {
    width: 80%;

}	
	
	
	/*首頁輪播點點*/
	.wrap.pagination_wrap{
		width: 98%;
		padding: 0;
	}
	
	/*左側*/
	.left{
		width: 250px;
	}
		

	/*右側*/
	.right{
		width: calc(100%);
	}
	
	/* 產品右側 */
	.right.right_pd{
		padding-left:calc(250px + 2%); /* feather 新增樣式 20220126 */
	}
	
}



@media (max-width: 990px){

	/*麵包屑*/
	.crumb {
		font-size: 15px;
		line-height: 20px;
	}

	.containerIn {
		padding: 20px 0px 0px;
	}
	
	



/*內頁上方選單*/
.rightTopArea{
	display:none;
}
	
.container{
	display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
	 padding-top: 20px;
}

	/*左側*/
	.left{
		/* display:block; */
		width:100%;
		min-width:inherit;
		margin-bottom: 20px;
		padding: 0;

		position: unset;
	}
	/* feather 新增左側產品區樣式 20220126 */
	.left.left_pd{
		position: unset;
	}
	/*浮動*/ /*feather新增左側產品區樣式 20220215---------*/
	.left.left_pd.fixed {
		top: 100px;
		transition: 0.1s ease all;
		transition-delay: .05s !important;
		transition-timing-function: cubic-bezier(0.47, 0.17, 0.42, 1.03) !important;
	}
	
		/*左側表單名稱*/
		.leftList_tit{
			border: 1px #dbdbdb solid;
			position:relative;
			cursor:pointer;
			padding: 10px 0px;
			display: block;
			font-size: 25px;
			line-height: 25px;
			text-align: center;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 22px;
			right: 20px;
			border-top: solid 6px #000;
			border-left: solid 4px rgba(255,255,255,0);
			border-right: solid 4px rgba(255,255,255,0);
			border-bottom-width: 0px;
			transition: 0.3s ease all;
		}
		
		.leftList_tit.active:after {
			transform: rotate(180deg);
			transition: 0.3s ease all;
		}
		
		
		
		/*左側表單*/
		.leftListArea{
			/* display:none; */
			margin: 0;
			/*background: #f7f7f7;
			margin: 20px 0px 0px;*/
		}
		.leftList {
			font-size: 16px;
			display: block;
			padding: 0;
		}
		
		.leftListArea.show {
			display: block;
		}
		.leftList > a {
			background-color: #fff;
			border-radius:0px;
			border: 0px #b3b3b3 solid;
			border-bottom: 1px #b3b3b3 dashed;
		}
	
	
			/*.leftList > a {
				font-size: 20px;
			}*/	

	/*右側*/
	.right{
		width:100%;
		padding-left:0px;
		min-height: 200px;
		/*min-height: unset;*/
	}
	/*產品區右側*/
	.right.right_pd{
		width:100%;
		padding-left:0px;
		min-height: 200px;
		/*min-height: unset;*/
	}


		/*網編區------------------------------------------*/
		.textArea{
			font-size:15px;
		}

}


@media (max-width: 768px){


	/*內頁banner--------------------------*/
	.inbanner{
		height: 200px;
	}	
	.inbanner:before {		
		height: 200px;
		/*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 40%, rgba(255,255,255,0.2) 61%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 40%,rgba(255,255,255,0.2) 61%,rgba(255,255,255,0.4) 85%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 40%,rgba(255,255,255,0.2) 61%,rgba(255,255,255,0.4) 85%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );*/
	}
	
	.inbannerTit{
		font-size: 27px;
		line-height: 27px;
		padding: 100px 0px 25px;
		width: 90%;
	}


	/*麵包屑*/
	.crumb {
		text-align: left;
	}




	/*左側*/
	.left{
		width:100%;
		margin-bottom: 10px;
		/* position: static; */
	}
	
		/*左側表單名稱*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #55728b;
			padding: 15px 50px 15px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #fff;
			border: 1px solid #dddddd;
		}
			.left_title span{
				display:inline-block;
				font-size: 13px;	
				color: #000;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #efefef;
				top: 50%;
				right: 19px;
				-webkit-transform: translateX(0) translateY(-28%);
				transform: translateX(0) translateY(-28%);
				transition: 0.3s ease all;
			}
			.left_title.active:after {
				transition:0.3s ease all;
				-webkit-transform: translateX(0) translateY(-82%) rotate(180deg);
				transform: translateX(0) translateY(-82%) rotate(180deg);
			}
			
		
		/*左側表單*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: 1px #dbdbdb solid;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
				
				/*方向標誌*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}

/*右側*/
.right{
	width:100%;
	position: static;
}
		
		
		/*內頁標題樣式1-----------------------------------------*/
		.titStyle1{
			font-size: 18px;
			line-height: 23px;
		}
		
		
		/*內頁標題樣式2-----------------------------------------*/
		.titStyle2{
			font-size: 18px;
			line-height: 23px;
		}
		
		/*內頁標題樣式3-----------------------------------------*/
		.titStyle3{
			font-size: 17px;
			line-height: 30px;
		}

}


	
	

@media (max-width: 425px){


	/*按鈕*/
	.btn_area {
	}
	
		.btn_area input {
			/*width: 45%;*/
			margin: 0px 5px;
		}


}
	




/*/////////////////////////////////////////////////////////*/
/* 產品介紹模組 */
/*/////////////////////////////////////////////////////////*/	

.containerIn_products{
	padding: unset;
}

	.productsBg{
	}
		.productsBg_list{
			display: block;
		}

		.productsArea .wrap{
		}

		.productsSort{
			text-align: center;
			background: #8b868294;
			padding: 8px 0;
			border-radius: 5px;
		}
			.productsSort span{
				font-size: 15px;
				font-weight: normal;
				letter-spacing: 1pt;
				color: #ffffff;
			}

		/* 產品快速連結_列表區塊 */
		ul.productsArea{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0 -5px 0px;
			padding-top: 15px;
		}

	

		/* 產品 */
		li.productsList{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			/* width: 16.6%; */
			width: 25%;
			padding: 0 8px 30px;
			box-sizing: border-box;
			overflow: hidden;
		}
			ul.productsArea .product_img{
			}
				ul.productsArea .product_img a{
					display: block;
					position: relative;
					padding-top: 100%;
					color: #fff;
					font-size: 17px;
					line-height: 1.5;
				}
				ul.productsArea .product_img img{
					width: 100%;
					height: auto;
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					right: 0;
					float: none;
					width: 100% !important;
					height: 100% !important;
					object-fit: cover;
					transition: 0.3s ease all;
				}


			/* 遮罩 */
			.productsMask{
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
				width: 100%;
				height: 100%;
				opacity: 0;
				background-color: #000000b3;
				transition: 0.8s ease all;
			}
				.productsMaskIn{
					width: 100%;
					height: 100%;
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					transition: 1.2s ease all;
					transform: translateY(100%);
					opacity: 0;	
				}
				.productsMask span.p_i_tit{
					display: block;
					padding: 10px 5px;
					font-size: 15px;
				}
				.productsMask span.p_i_text{
					display: block;
					text-align: center;
					font-size: 15px;
				}

				/* 遮罩hover */
				ul.productsArea .product_img a:hover .productsMask{
					opacity: 1;	
					transition: 0.8s ease all;
				}
				ul.productsArea .product_img a:hover .productsMaskIn{
					transition: 1.2s ease all;
					-webkit-transform: translateY(0%);
					transform: translateY(0%);
					opacity: 1;	
				}

/* 產品錨點 */
.target-fix {
	position: relative;
	top: -115px;
	display: block;
	visibility: hidden;
}

@media (max-width: 1280px){

	/* 首頁_產品快速連結_列表區塊 */
	ul.productsArea{
		/* margin: 0 -20px -40px; */
		/* padding-top: 30px; */
	}

	/* 產品 */
	li.productsList{
		padding: 0 10px 20px;
	}
	/* 遮照字 */
	.productsMask span.p_i_tit{
		font-size: 14px;
	}
	.productsMask span.p_i_text{
		font-size: 14px;
	}

}


@media (max-width: 990px){


	/* 首頁_產品快速連結_列表區塊 */
	ul.productsArea{
		margin: 0 -10px;
		/* padding-top: 30px; */
	}

	/* 產品 */
	li.productsList{
		width: 25%;
	}


}

@media (max-width: 768px){


	/* 首頁_產品快速連結_列表區塊 */
	ul.productsArea{
		margin: 0 -10px;
		/* padding-top: 30px; */
	}

	/* 產品 */
	li.productsList{
		padding: 0 10px 40px;
		width: 50%;
	}


}








/*-----------產品內頁------------------------------------------------------------------*/


.productsInBg{
}
		/*產品內頁上*/
		.pI_top{
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
		}
			/*產品內頁上左*/
			.pITLeft{
				width: 40%;
			}
				.pITLeft img{
					width: 100%;
					height: auto;
				}

			/*產品內頁上右*/
			.pITRight{
				width: 50%;
				padding-left: 20px;
			}
				.pITR_tit{
					font-size: 17px;
					font-weight: 700;
					padding-bottom: 20px;
					/* font-family: 'Playfair Display','Noto Serif TC'; */
					/* font-family: 'Noto Serif TC'; */
				}

				.pITR_remark{
					font-size: 14px;
					line-height: 1.4;
					font-weight: 500;
					/* font-family: 'Playfair Display','Noto Serif TC'; */
				}
												
															
		/*產品內頁下*/
		.pI_bottom{
			border-radius: 3px;
		}
			.pIB_tit {
				color: #8e8e8e;
				font-size: 20px;
				font-weight: bold;
				line-height: 22px;
				margin-bottom: 10px;
			}	
			.pIB_info{
				border-top: 1px solid #cbcbcb;
				margin: 20px 0px 0px;
				padding: 12px 0;
				font-size: 14px;
				line-height: 22px;
				color: #333;
			}
				.pIB_info .productsIn{
					width: 90%;
				}

			/* 產品下方table 網編 */
			.productsIn td{
				min-width: 120px;
			}


	
	
	@media (max-width: 768px){

		.pI_top {
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
			align-items: unset;
		}	
			/* 產品內頁上左 */
			.pITLeft{
				width: 100%;
				padding-bottom: 20px;
			}
			/* 產品內頁上右 */
			.pITRight{
				width: 100%;
				padding: 0;
			}


	}
	
	
	@media (max-width: 640px){
	
		.pIB_info{
			padding-top: 0;
		}
		
	}
	
	
/*/////////////////////////////////////////////////////////*/
/*-------最新消息--------*/	
/*/////////////////////////////////////////////////////////*/

.dom {
   
    padding: 80px 0px;
}


.anchor {
    position: relative;
    top: 0px;
}


.tit_type1 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
}

.tit_type1:before, .tit_type1:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 80px;
    height: 1px;
}
.news_list {
    /* color: #DBB86F; */
    color: #000000;
    border-bottom: solid 1px #9c9c9c;
    padding: 15px 0px;
}

.nL_top {
    cursor: pointer;
    position: relative;
    padding: 20px 0px 0px 71px;
}

.nLT_time {
    position: absolute;
    top: 0px;
    left: 0px;
}
.nLT_time div:first-of-type {
    font-size: 12px;
}

.nLT_time div:nth-of-type(2) {
    font-size: 43px;
}

.nLT_tit {
    font-size: 21px;
    line-height: 29px;
    font-weight: bold;
}

.nL_top:after {
    position: absolute;
    content: '';
    border-top: solid 8px #044e79;
    border-left: solid 4px rgba(255,255,255,0);
    border-right: solid 4px rgba(255,255,255,0);
    top: 29px;
    right: 7px;
}



.nL_text_area {
    font-size: 15px;
    line-height: 23px;
    display: none;
    padding: 20px 0px 0px;
}

.dom_2 img {
    max-width: 100%;
    height: auto;
}




	




/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/	
/*/////////////////////////////////////////////////////////*/


.contact_productName{
	/* padding-top: 20px;
	padding-left:8px; */
	margin-bottom: 30px;
}
	.contact_productTit{
		/* float:left; */
		display:inline-block;
		font-size: 16px;
		line-height: 22px;
		background-color: #ececec;
		padding: 5px;
		vertical-align: middle;
		margin-right: 5px;
	}
	.contact_productIn{
		/* float:left; */
		display:inline-block;
		/* padding: 5px 0px 0px 10px; */
		font-size: 14px;
		line-height: 20px;
		vertical-align: middle;
	}


/* @media (max-width: 510px){
	
	.contact_productTit {
		float: none;
		padding: 0px;
		background-color: #ececec00;
	}			
	.contact_productIn {
		float: none;
		padding: 5px 0px 0px 0px;
	}	
} */



.contactArea{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin:0 -25px;
    /*align-items: flex-start;*/
}

	.contactL{
		box-sizing:border-box;
		width:50%;
		padding:0 25px
	}
		.contactL .textArea{
			font-size: 15px;
		}

		section.text_area {
			color: #fff;
			line-height: 1.5;
		}
			
		.text_area iframe{
			max-width: 100%;
		}

		.text_area img{
			max-width: 100%;
		}

	.contactR{
		box-sizing:border-box;
		width:50%;
		padding:0 25px
	}
	


  	
@media (max-width: 990px){
	
.contactArea{
	display:block;
    flex-wrap: unset;
    flex-direction: unset;
	margin:0 0px;
}

	.contactL{
		width:100%;
		padding:0 0px
	}
	.contactR{
		width:100%;
		padding:50px 0px 0px
	}	
	
	
}




/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageArea{
	text-align:center;
	padding-top: 40px;
	position: relative;
    z-index: 4;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 31px;
				
				border-radius: 100%;
				background-color: transparent;
				color: #808080;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #80add4;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #80add4;
				color: #fff;
			}
	
	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
	
@media (max-width: 640px){
	
	.number_pageArea {
		padding-top: 30px;
	}
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}

/*/////////////////////////////////////////////////////////*/
/*-------產品燈箱--------*/	
/*/////////////////////////////////////////////////////////*/

/*產品燈箱*/
.product_lightBox {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	display:none;
}
	.product_lightBox_bg {
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.8);
	}
	.pLb_info_area {
		background:#fff;
		position:absolute;
		width:900px;
		height:80%;
		left:50%;
		top: 10%;
		margin:0px 0px 0px -450px;
		border-radius:5px;
		box-sizing:border-box;
		padding:20px 30px;
	}
		.pLb_close {
			position: absolute;
			letter-spacing: 0px;
			border-radius: 100%;
			text-align: center;
			width: 35px;
			line-height: 35px;
			border: solid 1px #ccc;
			color: #777;
			background: #fff;
			top: -18px;
			right: -18px;
			cursor: pointer;
			transition:0.2s ease all;
			font-size:15px;
		}
			.pLb_close:hover {
				box-shadow:0px 0px 10px rgba(0,0,0,0.2) inset;
				color:#333;
			}
			
		.pLbI_info {
			height:100%;
		}
			/*產品內頁上*/
			.product_in_top {
				padding: 0px 0px 30px;
				height:100%;
			}
				/*產品內頁產品圖*/
				.product_in_img {
					width:43%;
					float:left;
					padding: 20px 0px 0px;
				}
					.product_in_img img {
						width:100%;
						height: auto;
						border-radius:5px;
					}
				
				/*產品內頁右*/
				.product_in_right {
					float:right;
					width: 55%;
					padding: 25px 0px 0px;
					height:100%;
					overflow-y:scroll;
					box-sizing:border-box;
				}
					.pIR_sort_tab {
						display: inline-block;
						font-size: 12px;
						padding: 5px 7px;
						border-radius: 3px;
						border: solid 1px #ababab;
						color: #ababab;
					}
					.pIR_tit {
						font-weight:bold;
						font-size:22px;
						line-height: 30px;
						padding:5px 0px 10px;
						color:#383838;
					}
					.pIR_remark {
						font-size:14px;
						line-height:22px;
						color:#808080;
						padding:10px 0px 0px;
					}
					
							@media (max-width: 1160px){
								/*產品內頁產品圖*/
								.product_in_img {
									width: 43%;
								}
								/*產品內頁右*/
								.product_in_right {
									width: 54%;
								}
							}
								@media (max-width: 920px){
									.pLb_info_area {
										width: 600px;
										margin: 0px 0px 0px -300px;
										padding: 15px;
									}
								}
										@media (max-width: 620px){
											.pLb_info_area {
												width:90%;
												margin:0px;
												left:5%;
											}
												.pLbI_info {
													overflow-y:scroll;
												}
													
													/*產品內頁產品圖*/
													.product_in_img {
														float:none;
														width:auto;
														max-width:300px;
														margin:0 auto;
													}
													
													/*產品內頁右*/
													.product_in_right {
														float:none;
														width:auto;
														padding: 15px 0px 0px;
														height:auto;
														overflow:auto;
													}
										}


.product_in_right .text_area {
	line-height: 1.8;
}


/*/////////////////////////////////////////////////////////*/
/*==========產品介紹"查看更多"按鈕==========*/
/*/////////////////////////////////////////////////////////*/

.indexProductsMore {
    padding-right: 20px;
	cursor: pointer;
	padding-top: 10px;
}

.indexPD_More {
	float: right;
    background-color: #97530d;
    padding: 10px 10px;
    border-radius: 10px;
    color: #fff;

}

.indexPD_More h4 {
    margin: 0 auto;
}




/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}