/*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-字型 結束-------------------------------*/

/*--------------------------------------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:#333;
	font-family:微軟正黑體;
	text-align:center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#0000ca;
	color:#fff;
}

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

.wrap {
	width: 90%;
	/*width:80%;*/
	/*width:984px;*/
	margin:0 auto;
	padding: 0;
}





@media (max-width: 1400px){

	.wrap {
		width:90%;
	}

}



/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    width: 100px;
    height: 42px;
    border: 1px #9fa0a0 solid;
    background: #fff;
    color: #9fa0a0;
    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.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: 6px;
}
	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;
}
	











.bannerIndexArea{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	/*background-color:#333;*/
	background-image:url(../images/banner_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	/*background-size:contain;*/
	/*overflow:hidden;*/
	position:relative;
}
	
	
	.bannerLeftTit{
		position: absolute;
		z-index: 10;
		width: 35.3%;
		left: 5%;
		bottom: 185px;

		display: none;
	}
		.bannerLeftTit img{
			width:100%;
			height:auto;
		}	
	
	
	
	.bannerLeft{
		/*width: 180px;*/
		width: 10%;
		box-sizing:border-box;
		position:relative;
	}  
	.bannerLeft:before{
		position:absolute;
		content:"";
		background-color:#fff;
		width:100%;
		height:40px;
		top:0px;
		left:0px;
	} 	
	
	
	
	
	
	.bannerRight{
		box-sizing:border-box;
		width: calc(100% - 10%);
		/*width: calc(100% - 180px);*/
	}  


@media (max-width: 990px){
	
	.bannerLeftTit {
		width: 60%;
		left: 5%;
		bottom: 170px;
	}

}

@media (max-width: 768px){
	
	.bannerLeftTit {
		width: 65%;
		/*left: 5%;*/
		bottom: 195px;
	}

}


@media (max-width: 640px){
	
	.bannerLeftTit {
		/*width: 65%;
		left: 5%;*/
		bottom: 110px;
	}

}





/*-------輪播----------------------------------------------------------------------------*/
.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;
					}
		
		
		
		
					
					.IndexbannerList{
						position:relative;
					}
					
					
					.IndexbannerList span{
						position: absolute;
						left: 45px;
						/* bottom: 28px; */
						bottom: 180px;
						color: #fff;
						font-weight: 700;
						letter-spacing: 0.05em;
						z-index: 10;
						font-size: 88px;
						line-height: 100px;
						font-style: italic;
						font-family: 'Noto Sans TC', sans-serif;

						/* modify by pekey 20210416 */
						text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.3);
					}	
					
					span.small_title{
						bottom: 70px;
						font-size: 30px;
						line-height: 42px;

						/* modify by pekey 20210416 */
						text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.7);
					}
					
					.pcBanner {
						background-position:center;
						background-repeat:no-repeat;
						background-size:cover;
					}
					.mobileBanner {
						display:none;
						/*background-position:center;
						background-repeat:no-repeat;
						background-size:cover;
						display:none;*/
					}	
		
		
		
		
		
		
		
		
		
		
		/*輪播點點*/
		.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: 990px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
		
				
	.IndexbannerList span {
		font-size: 75px;
	}		
	
	span.small_title{
		font-size: 24px;
		line-height: 32px;
	}
		
}



@media (max-width: 768px){
/*@media (max-width: 640px){*/
	.pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
		
		
/*.IndexbannerList span {
    font-size: 40px;
    line-height: 50px;
    left: 20px;
    bottom: 22px;
}*/		
		
		
		
}
				


@media (max-width: 640px){
		
	.IndexbannerList span {
		font-size: 40px;
		line-height: 50px;
		left: 20px;
		/* bottom: 22px; */
		bottom: 150px;
	}		
				
	span.small_title{
		bottom: 65px;
		font-size: 18px;
		line-height: 26px;
	}
}






				
				
/*-------頁次--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:#de484d;
			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 {
	/*margin: 14px 0px 10px 0px;*/
	margin: 0px 0px 10px;
}
	.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);*/
			
			position: absolute;
			border-top: solid 8px #004998;
			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: 43px;*/
		height: 26px; 
		position:relative;
		background-color: transparent;
		
		margin: 0px 0px 10px;
		border-bottom: 1px solid #dcdcdc;
		padding: 0px 0px 10px;
	}
	
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					/*line-height: 43px;*/
					line-height: 26px;
					float:left;
					position: relative;
					font-size:13px;
				}
					.tabs li a:hover {
						/*background:#00a0e9;*/
						/*border-top: 3px solid #ddca7f;*/
						color: #0000ca;
					}
					.tabs a { 
						/*color:#004998;*/
						color: #555655;
						text-decoration:none;
						display:block;
						/*padding:0px 36px 0px 36px;*/
						padding:0px 15px;
						transition:0.3s ease all;
						/*background-color:#eaeaea;*/
						font-weight: bold;
						font-size: 15px;
						/*border-right: 1px solid #dcdcdc;
						border-bottom: 1px solid #dcdcdc;*/
						/*border-top: 3px solid #eaeaea;*/
						border-left: 1px solid #dcdcdc;
					}
					.tabs li.active {
						/*當前模式*/
					}
					.tabs li:nth-of-type(1) a{
						border-left: 0px; 
					}
						.tabs li.active a {
							/*background-color:#fff;
							border-top: 3px solid #ddca7f;
							border-bottom: 0px;*/
							/*border-bottom: 0px;
							color: #000;*/
							color: #0000ca;
							font-size: 23px;
							background-color: transparent;
							
						}
						.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: 768px){
						.tabs a {
							padding: 0px 15px;
						}
					}
					@media (max-width:640px){
						.tabs li{
							width: 25%;
							text-align: center;
						}
						.tabs li.active a {
							font-size: 15px;
						}
					}
					@media (max-width:414px){
						.tabs li a{
							padding: 0px 7px;
						}
					}
					
					@media (max-width: 375px){
						/*頁籤*/
						.tab_area {
							/*position:relative;*/
						}
							.tabs_btn_now {
								/*display:block;
								background-color: #eaeaea;
								color: #004998;
								font-weight: bold;
								font-size: 16px;
								line-height: 43px;
								border-top: 3px solid #ddca7f;*/
							}
							
							.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:"";*/
								}
									
									.tabs li a{
										padding: 0px;
										font-size: 14px;
									}
									
									.tabs li.active a {
										font-size: 14px;
									}
					}

			





/*-------浮動top鍵----------------------------------------------------------------------------*/
/*.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width:33px;
			height:33px;
			border: solid 2px #4c4944;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 13px 0px 0px;
			color:#4c4944;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 8px #4c4944;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				top: 4px;
				left: 10px;
			}
			.topBtn a span {
				font-size:12px;
				transform:scale(0.8);
				display:block;
			}*/
				/*hover*/
				/*.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color:#0048dc;
				}
					.topBtn a:hover:before {
						border-bottom: solid 8px #0048dc;
					}*/
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.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 {
		text-align:center;
		font-size:15px;
		line-height:22px;
		padding:10px 0px 5px 0px;
	}
		/*必填icon*/
		.requirde_icon {
			display:inline-block;
			border-radius:3px;
			font-size:12px;
			color:#fff;
			background:#0000ca;
			line-height:18px;
			padding:0px 5px;
		}

	/*表單區*/
	.form_area {
	}
		/*表單區左*/
		.form_left {
			width:48%;
			float:left;
		}
		/*表單區右*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				box-sizing: border-box;
				font-size:15px;
				line-height:21px;
				/* border-bottom: dotted 1px #0f0f0f; */
				padding:12px 0px 0px 0px;
			}	
						
			/*一列兩個樣式*/
			.fLType2 {
				display:inline-block;
				/*vertical-align:top;*/
				vertical-align: baseline;
				width: 49.4%;
			}
			
				.fL_tit {
					font-weight:bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*必填icon*/
					.fL_tit .requirde_icon {
						position:absolute;
						right:0px;
					}
					
				.fL_info {
					padding:0px 0px 9px 0px;
					padding:0px 0px 17px 0px;
				}
					/*沒有輸入框時*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*姓名*/
					.fL_info.fL_tit_name{
						/*position:relative;*/
						/*padding-right: 135px;*/
					}
						/*.fL_info.fL_tit_name > div{
							position:absolute;
							right:0px;
							top:50%;
							margin: -20px -130px 0px 0px;
						}*/
										
					
					
					/*地址樣式*/
					.fL_info.address select {
						margin:0px 5px 0px 0px;
					}
					.fL_info.address input[type='text']:nth-of-type(1) {
						width:97px;
					}
					.fL_info.address input[type='text']:last-of-type {
						margin:12px 0px 0px 0px;
					}
					
					/*生日樣式*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}
						@media (max-width: 800px){
							/*表單區左*//*表單區右*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
								/*沒有輸入框時*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
						}
							/*@media (max-width: 575px){*/
							@media (max-width: 640px){
														
								/*一列兩個樣式*/
								.fLType2 {
									width:auto;
									display:block;
								}
								.cart_big_tit span.red {
									padding:0px;
								}
								
									/*姓名*/
									/*.fL_info.fL_tit_name{
										padding-right: 135px;
									}
										.fL_info.fL_tit_name > div{
											right:0px;
											margin: -20px 0px 0px 0px;
										}*/
								
							}
								@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: #0000ca;
				padding: 12px 0px 0px 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 {
}





/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/




.index_main{
	/*padding: 15px 0px 0px;*/
}

.main {
	padding: 103px 0px 0px;
	/*padding: 84px 0px 0px;*/
}


/*內頁banner*/
.inbanner{
	background-position: center left;
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
	/*height:190px;*/
}
	


/*首頁網編區塊標題*/
.index_tit {
	font-size: 33px;
	color: #58595B;
	text-align:center;
}


	.index_tit_line{
		/*background-color: #e8eaee; */
		background-color:#bfbfbf;
		width: 2px;
		height: 80px;
		margin: 0 auto;
		position:relative;
		overflow:hidden;
	}
	.index_tit_line:before{
		position:absolute;
		content:'';
		background-color: #1838d9;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;

		/*效果命名*/
		transform: translateX(0%);
		animation: sdl 2s 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	
	@keyframes sdl {
	  0% {
		transform: scale(1, 1);
		transform-origin: 100% 100%;
	  }
	  15% {
		transform: scale(1, 1);
		transform-origin: 100% 100%;
	  }
	  30% {
		transform: scale(1, 0);
		transform-origin: 100% 100%;
	  }
	  45% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	  }
	  100% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	  }
	}












	.index_titEn{
		font-size: 63px;
		line-height: 63px;
		font-family: 'Raleway', sans-serif;
		font-weight: lighter;
		margin-top: 15px;
	}
	
	.index_titTW{
		font-size: 25px;
		/* letter-spacing: 10px; */
		letter-spacing: 5px;
		position:relative;
		/* font-family: 'Noto Serif TC', serif; */
		font-family: 'Raleway', sans-serif;
		margin: 22px 0 0;
	}
	
	.index_titTW > h1 {
		font-size: unset;
		display: unset;
		margin-block-start: unset;
		margin-block-end: unset;
		margin-inline-start: unset;
		margin-inline-end: unset;
		font-weight: unset;
	}
	
	/*.index_titTW:before{
		position: absolute;
		content: "";
		background-image: url(../images/tit_icon.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		width: 20px;
		height: 20px;
		bottom: 50%;
		left: 50%;
		-webkit-transform: translateX(-405%) translateY(45%);
		transform: translateX(-405%) translateY(45%);
	}*/
	/*.index_titTW:before{
		position:absolute;
		content:"";
		background-color:#0000ca;
		width:30px;
		height:3px;
		bottom:-25%;
		left:50%;
		-webkit-transform: translateX(-50%) translateY(200%);
		transform:translateX(-50%) translateY(200%);
	}*/
		


/*首頁區塊網編區*/
.index_textArea{
	padding-top: 30px;
	line-height: 29px;
	color: #999999;
	font-size: 15px;
	font-weight:lighter;
}

			
			

@media (max-width: 990px){

	/*內頁banner*/
	.inbanner{
		height: 90px;
	}
	.main {
		padding: 65px 0px 0px;
	}
}
			

@media (max-width: 640px){
	
.index_titEn {
    font-size: 40px;
    line-height: 40px;	
}

.index_titTW {
    font-size: 21px;
    letter-spacing: 10px;
    margin: 10px 0 0;
}		
		
	
	/*內頁banner*/
	.inbanner{
		height:50px;
	}
	

}


@media (max-width: 425px){

	.main {
		padding: 57px 0px 0px;
	}

}





	























/*============================================================*/
/*----- 首頁_關於小野 -----*/
/*============================================================*/




/*首頁關於小野Bg*/
.indexAboutBg{
	padding: 80px 0 0px;
}
        



		
		
/*首頁關於小野區*/
.indexAboutArea{
	position:relative;
	padding-bottom:80px;
}
	.indexAboutArea:before{
		position:absolute;
		content:'';
		background-color:#e8eaee;
		width:100%;
		height:50%;
		bottom:0;
		left:0;
		z-index:-1;
	}




	.indexAboutArea .wrap{
		/*width: 1400px;*/
		width: 1700px;
	} 
	
		.indexAbout{
			/*display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-items: center;*/
			margin: 50px 0 0;
			position: relative;
		}          
	

			/*首頁關於小野左側*/
			.indexAboutLeft{
				/*width:55%;*/
				width:68%;
				box-sizing:border-box;
				margin-left:6%;
			}
				.indexAboutLeft img{
					width:100%;
					height:auto;
				}			
			
			/*首頁關於小野右側*/
			.indexAboutRight{
				margin-right:6%;
				width: 100%;
				max-width: 36%;
				/* max-width: 47%;*/
				box-sizing:border-box;
				text-align:center;
				color:#fff;
				font-family: 'Noto Sans TC', sans-serif;
				position: absolute;
				right: 0;
				bottom:-3%;
				-webkit-transform: translateX(0%) translateY(0%);
				transform: translateX(0%) translateY(0%);	
				/*top: 50%;
				-webkit-transform: translateX(0%) translateY(-50%);
				transform: translateX(0%) translateY(-50%);	*/
			}
				.indexAboutRight img{
					width:100%;
					height:auto;
				}

				.indexAboutRightIn{
					position: absolute;
					max-width: 80%;
					max-height: 80%;
					width: 100%;
					/* height: 100%; */
					top: 50%;
					left: 50%;
					-webkit-transform: translateX(-50%) translateY(-50%);
					transform: translateX(-50%) translateY(-50%);
					
					/* display:none; */
				}
					
					/*首頁關於小野右側標題*/
					.indexAboutRightTit{
						font-size: 35px;
						line-height: 50px;
						letter-spacing: 10px;
						/*width:100%;*/
					}
					.indexAboutRightTit p{
						position:relative;
						width: auto;
    					display: inline-block;
						/*overflow : hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;*/
					}
						.indexAboutRightTit p:before{
							position:absolute;
							content:'';
							top: -16px;
							left: -18px;
							content: '';
							display: block;
							width: 25px;
							height: 19px;
							background-image:url(../images/img_quote.png);
							background-size:contain;
							background-repeat:no-repeat;
							background-position:center;
						}					
						.indexAboutRightTit p:after{
							position:absolute;
							content:'';
							bottom: -11px;
							right: -11px;
							content: '';
							display: block;
							width: 25px;
							height: 19px;
							background-image:url(../images/img_quote_down.png);
							background-size:contain;
							background-repeat:no-repeat;
							background-position:center;
						}					
					
					

					/*首頁關於小野右側簡述*/
					.indexAboutRightBrief{
						margin-top: 33px;
						font-size: 22px;
						line-height: 40px;
						/*overflow : hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;*/

						/* modify by pekey 20210416 */
						text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,1);
						font-style: italic;
					}



		/*首頁關於小野更多*/
		.indexAboutMore{
			/*text-align: right;*/
			text-align: center;
    		margin-top: 50px;
			font-family: 'Noto Sans TC', sans-serif;
		}
			.indexAboutMore a{
				color: #222222;
				display: inline-block;
				font-size: 20px;
				padding-right: 40px;
				padding-bottom: 10px;
				line-height: 1.3;
				text-decoration: none;
				letter-spacing: 4px;
				position:relative;
			}   
			.indexAboutMore a:before{
				position:absolute;
				right: 0;
				top: 9px;
				content: '';
				display: block;
				width: 34px;
				height: 4px;
				background-image:url(../images/icon_anchor_arrow_black_top.svg);
				background-repeat:no-repeat;
				background-position:center;
				background-size:contain;
			}   
			.indexAboutMore a:after{
				position: absolute;
				left: 0;
				bottom: 0px;
				content: '';
				display: block;
				width: 0%;
				height: 1px;
				background-color: #222222;
				transition: 0.3s ease all;
			} 
			.indexAboutMore a:hover:after{
				transition: 0.3s ease all;
				width: 100%;
			} 








@media (max-width: 1800px){

	.indexAboutArea .wrap{
		width: 1500px;
	} 

}



@media (max-width: 1600px){

	.indexAboutArea .wrap{
		width: 1100px;
	} 

}



@media (max-width: 1200px){

	.indexAboutArea .wrap{
		width: 990px;
	} 

		/*首頁關於小野右側簡述*/
		.indexAboutRightBrief{
			margin-top: 25px;
			font-size: 18px;
			line-height: 32px;
			/* color: #555555; */
		}
}


@media (max-width: 1100px){

	.indexAboutArea .wrap{
		width:80%;
	} 
	
	.indexAboutRightIn {
    	max-width: 90%;
	}
		/*首頁關於小野右側標題*/
		.indexAboutRightTit{
			font-size: 29px;
			line-height: 40px;
			letter-spacing: 6px;
			/*width:100%;*/
		}
		
		.indexAboutRightTit p:after {
			bottom: -16px;
			width: 20px;
		}		
		.indexAboutRightTit p:before {
			width: 20px;
		}		
}


@media (max-width:990px){
	

.indexAboutArea .wrap{
	width:90%;
} 	
	
	/*首頁關於小野左側*/
	.indexAboutLeft{
		width:100%;
		margin:0;
	}
			
	
	/*首頁關於小野右側*/
	.indexAboutRight{
		position: relative;
		width: 100%;
		max-width: 80%;
		right: unset;
		top: unset;
		bottom: unset;
		-webkit-transform: none;
		transform: none;
		margin: -9% auto 0px;
	}		
		.indexAboutRightIn {
			position: relative;
			max-width: 100%;
			max-height: 100%;
			width: auto;
			top: unset;
			left: unset;
			-webkit-transform: none;
			transform: none;
			padding: 40px 10px;
		}
			.indexAboutRightBrief {
				color: #555555;
				text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.35);
			}
		
	.indexAboutMore {
		text-align: center;
		margin-top: 30px;
	}		
			
		
}






@media (max-width:510px){


.indexAboutBg {
    padding: 35px 0 0px;
}
	.indexAboutArea {
		padding-bottom: 35px;
	}
	
	
	.indexAbout {
		margin: 25px 0 0;
	}
	
	
	.indexAboutRightIn {   
		padding: 30px 10px;
	}	
		.indexAboutRightTit {
			font-size: 21px;
			line-height: 32px;
			letter-spacing: unset;
		}	
		
		.indexAboutRightTit p:before {
			width: 15px;
		}	
		.indexAboutRightTit p:after {
			bottom: -12px;
			width: 15px;
			right: -19px;
		}
			
		.indexAboutRightBrief {
			margin-top: 15px;
			font-size: 12px;
			line-height: 21px;
			letter-spacing: unset;
			/*word-wrap: break-word;
			 word-break: break-all; */
		}	
	
}




























/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.in_main{
	font-family: 'Noto Sans TC', sans-serif;	
	/*padding: 66px 0px 0px;*/
}




.btn_area {
	font-size: 0px;
	text-align: center;
	/* padding: 25px 0px 0px; */
	padding: 50px 0px 25px;
}
	.btn_area input {
		margin: 0px 30px;
	}
	.btn_area input:nth-of-type(2) {
		color: #fff;
		background:#9fa0a0;
	}
	
.btn_area.one{
	text-align:center;
}





/*麵包屑*/

.crumb_area{
}
.crumb_area > .wrap {
    width: 90% !important;
}

.crumb {
	font-size: 13px;
	line-height: 20px;
	color: #444;
	padding: 15px 0px 15px;
	display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
	.crumb a {
		color: #0000ca;
		text-decoration:none;
		position: relative;
	}
	.crumb a:before {
		content: '';
		position: absolute;
		/* bottom: 0; */
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 1px;
		transform: scaleX(0);
		background: #444;
		transform-origin: bottom right;
		transition: transform 0.2s linear;
	  }
	  
	  .crumb a:hover:before {
		transform: scaleX(1);
		transform-origin: bottom left;
	  }

	.crumbList{
		box-sizing: border-box;
		/* color: #444;
		font-size: 1.3rem; */
		margin-right: 24px;
		position: relative;
	}
	.crumbList:last-of-type{
		margin-right: 0px;
	}


	.crumbList:before{
		position: absolute;
		right: -12px;
		content: "";
		display: inline-block;
		width: 1px;
		height: 14px;
		background: #c1c1c1;
		vertical-align: middle;
		transform: rotate(30deg);
	}
	.crumbList:last-of-type:before{
		display: none;
	}
		/*.crumb i {
			font-size: 15px;
			vertical-align: middle;
			position: relative;
			top: -1px;
		}*/
	



/* 單元inbanner標題 */
.inbanner_tit {
	/* background: #E9EAEE; */
	background: #0000ca;
    padding: 40px 0 40px;
}

.inbanner_tit span {
	/* color: #222; */
	color: #fff;
    font-size: 40px;
    font-weight: 700;
	line-height: 50px;
	display: block;;
	text-align: center;;
}






/*內頁標題樣式*/
.titStyle1{
	font-size: 30px;
    line-height: 35px;
    color: #222;
    font-weight: 600;
	margin:0px 0px 32px;
	position:relative;
	padding-top: 44px;
    border-top: 1px solid #595959;
}
.titStyle1 > h1 {
    font-size: inherit;
    display: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
    font-weight: inherit;
}

.titStyle1:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 160px;
    height: 3px;
    background: #0000ca;
    content: '';
    display: block;
}




/*內頁標題樣式2*/
.titStyle2{
	font-size: 25px;
	line-height: 30px;
	color: #222;
	font-weight: 600;
	margin:0px 0px 32px;
	position:relative;
	padding-top: 44px;
	border-top: 1px solid #595959;
	/* font-size: 33px;
	line-height: 40px;
	color: #58595B;
	margin:0px 0px 15px;	 */
}
.titStyle2 > h1{
	display: inherit;
    font-size: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: inherit;
}
	.titStyle2 span {
		display: block;
		font-size: 18px;
		color: #0000ca;
		margin: 10px 0px 0px;
		font-weight: lighter;
		font-family: 'Raleway', sans-serif;
	}




/*內頁標題樣式3*/
.titStyle3{
	font-size: 36px;
    line-height: 50px;
    color: #222;
    margin: 0px 0px 55px;
    text-align: center;
    font-weight: 400;
}
.titStyle3 > h3 {
    font-size: inherit;
    display: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
    font-weight: inherit;
}

/* .titStyle3:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 160px;
    height: 3px;
    background: #0000ca;
    content: '';
    display: block;
} */



/*內頁標題樣式4*/
.titStyle4{
	font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    color: #222;
    margin: 60px 0px 0px;
    /* text-align: center; */
    /*font-weight: 400;*/
	font-weight:bold;
    padding-left: 10px;
    border-left: 2px #175080 solid;
}
.titStyle4 > h4 {
    font-size: inherit;
    display: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
    font-weight: inherit;
}












/*網編區*/
.textArea {
	font-size: 16px;
    /*color: #555555;*/
	color:#000000;
	line-height:normal;
	/* font-weight: lighter; */
	font-family: "微軟正黑體";
	word-wrap: break-word;
}
	.textArea a {
		color:#0048dc;
		text-decoration:none;
	}
	.textArea a:hover {
		opacity:0.5;
	}
	
	.textArea img {
		max-width:100%;
		height:auto;
	}
	
	/* 網編區table */
	.text_table{
				
	}	
	.text_table tr{
		border: 1px #ffffff solid;
	}
	.text_table td{
		width: 50%;
		border: 1px #ffffff solid;
		padding: 20px 20px;
	}
	

@media (max-width: 990px){
	.text_typesetting li{
		width: 100%;
	}
	.text_table td{	
		width: 100%;
        display: block;		
	}
		
}





.in_main .wrap {
	width: 64%;
}


.container{
	padding: 65px 0px 50px;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}



/*左側*/
.left{
	/* display:none; */
	min-width: 225px;
	box-sizing:border-box;
	border-top: 1px solid #d5d5d5;
	padding-top: 23px;
	margin-right: 30px;
	position:relative;
}
.left:before{
	position:absolute;
	content:"";
	background-color:#e4e4e4;
	width:1px;
	height:100%;
	top:0;
	right:-30px;
}

			
	/*左側表單名稱*/
	.left_title{
		font-size: 20px;
		line-height: 23px;
		font-weight: bold;
		word-break: break-word;
		position: relative;
	}

		/*方向標誌*/
		.left_title .leftList_icon.direction{
			display: none;
		}

		/*方向標誌*/
		.leftList_icon.direction{
			position: absolute;
			right: 10px;
			top: 16px;
		}

		.leftList:first-of-type .leftList_icon.direction{
		}

			/*方向標誌_向下展開*/
			.leftList_icon.direction i.down{
				display: block;
			}
			.leftList_icon.direction svg.down{
				display: block;
			}

			/*方向標誌_向上收合*/
			.leftList_icon.direction i.up{
				display: none;
			}
			.leftList_icon.direction svg.up{
				display: none;
			}





	/*左側選單列表*/
	.leftListArea{
		margin-top: 20px;
		/* background-color: #fcfcfc; */
	}
		.leftList{
			font-size:18px;
		}
		.leftList:not(:first-child){
			margin-top: 15px;
		}


			.leftList > a{
				/* display: inline-block; */
				display: block;
				text-decoration:none;
				/* padding: 7px 10px 7px 0px; */
				padding: 12.5px 35px 12.5px 10px;
				font-size: 14px;
				line-height: 21px;
				color: #333333;
    			background-color: #f1f1f1;
				word-break: break-word;
				position: relative;
				transition: all 0.3s;
				/* border-bottom: #bdbdbd 1px solid; */
			}

			/* active */
			.leftList.active > a {
				color: white;
    			background-color: #0404b3;
			}
				
			/* hover */
			.leftList > a:hover {
				color: white;
    			background-color: #0404b3;
				transition: all 0.3s;
			}

				/* .leftList > a:before {
					content: '';
					position: absolute;
					bottom: 4px;
					left: 0;
					width: 100%;
					height: 1px;
					transform: scaleX(0);
					background-color: #444;
					transform-origin: bottom right;
					transition: transform 0.2s linear;
				}
				
				.leftList > a:hover:before {
					transform: scaleX(1);
					transform-origin: bottom left;
					background-color: #0000ca;
					font-weight: 700;
				}

				.leftList.active > a:before {
					transform: scaleX(1);
					transform-origin: bottom left;
					background-color: #0000ca;
					font-weight: 700;
					height: 1px;
				} */

				
					/*功能名稱*/	
					.leftList_title{
						display: inline-block;
						vertical-align: bottom;
					}
					
					/*方向標誌*/
					.leftList_icon.direction{
						position: absolute;
						right: 10px;
						top: 50%;
						-webkit-transform:  translateY(-50%);
						transform:  translateY(-50%);
					}

					.leftList:first-of-type .leftList_icon.direction{
					}
						/*方向標誌_向下展開*/
						.leftList_icon.direction i.down{
							display: block;
							font-size: 19px;
							line-height: 14px;
							color: #000000;
						}

						.leftList_icon.direction svg.down{
							display: block;
							font-size: 19px;
							line-height: 14px;
							color: #000000;
						}

						/*方向標誌_向上收合*/
						.leftList_icon.direction i.up{
							display: none;
						}
						.leftList_icon.direction svg.up{
							display: none;
						}
						
						
					/*active*/ /*方向標誌_向下展開*/
					.leftList.active .leftList_icon.direction i.down{
						display: none;
					}
					.leftList.active .leftList_icon.direction svg.down{
						display: none;
					}

					/*active*/ /*方向標誌_向上收合*/
					.leftList.active .leftList_icon.direction i.up{
						display: block;
					}
					.leftList.active .leftList_icon.direction svg.up{
						display: block;
					}



			  

			
			/*第二層選單樣式*/
			.leftListArea.two > .leftList:hover > a:before, 
			.leftListArea.two > .leftList.active > a:before {
				content: '';
				position: absolute;
				
				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;
				top: 24px;
				right: 12px;
			}


			
			/*左側選單列表第二層*/
			.leftList_openBg{
				display: none;

				/* margin: 9px 0 0 4px; */
				margin: 9px 0 0 10px;
				padding: 7px 0 7px 10px;
				border-left: 1px solid #e1e1e1;
			}

			/* 當前模式 */
			.leftList.active .leftList_openBg{
				
			}
				.leftList_openList:not(:first-child){
					margin-top: 13px;
				}
				
					.leftList_openList a {
						display: block;
						color: #838383;
						font-size: 14px;
						line-height: normal;
						font-weight: normal;
						word-break: break-word;
						transition: 0.3s ease all;
					}

					/* 當前模式 */
					.leftList_openList.active a {
						color: #0000ca;
					}

					/* hover */
					.leftList_openList a:hover {
						color: #0000ca;
						text-decoration: none;
					}
			
			
			

/*右側*/
.right{
	/*float:right;
	width:70%;*/
	width:100%;
	box-sizing:border-box;
	padding: 0px 0px 0px 70px;
	min-height:400px;
}			
			
/*右側滿版*/			
.right.noleft{
	float:none;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}	
			
			
			

@media (max-width: 1280px){

	.in_main .wrap {
		width: 80%;
	}

}


@media (max-width: 1200px){

	.in_main .wrap {
		width: 85%;
	}

}


@media (max-width: 990px){
	
	
.in_main {
	/*padding: 49px 0px 0px;*/
}


		
	/*內頁標題樣式*/
	.titStyle1{
		margin:0px 0px 10px;
		font-size: 25px;
		line-height: 35px;
		padding-top: 24px;
		border-top: 0px solid #595959;
	}
	
	/*內頁標題樣式2*/
	.titStyle2{
		margin:0px 0px 10px;	
		font-size: 25px;
		line-height: 35px;
	}
		.titStyle2 span{
			margin:5px 0px 0px;
		}
	
	
	
.in_main .wrap {
	width: 90%;
}
				

.container{
	padding: 30px 0px 30px;
	display:block;
    flex-wrap: unset;
    flex-direction: unset;
}

	

	/*左側*/
	.left {
		display: none;
		width: 100%;
		min-width: unset;
		padding: 0;
		margin-bottom: 20px;
		margin-right: 0px;
		position: unset;
		border-top: 0px solid #d5d5d5;
	}
	.left:before {
		display: none;
	}


	
		/*左側表單名稱*/
		.leftList_tit{
			display: block;
			border: 1px #dbdbdb solid;
			border-radius: 3px;
			font-size: 20px;
			line-height: 20px;
			padding: 10px 5px;
			position: relative;
			cursor: pointer;
			text-align: center;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 16px;
			right: 20px;
			border-top: solid 8px #000;
			border-left: solid 4px #fff;
			border-right: solid 4px #fff;
			margin: 0 0 0 10px;
			transition:all 0.3s ease;
		}
				
		.leftList_tit.active:after {
			transition:all 0.3s ease;
			transform: rotate(180deg);
		}		
		.leftList_tit:before {
			display: none;
		}








		
		/*左側表單*/
		.leftListArea{
			display:none;
			margin: 0;
			background: #f7f7f7;
			text-align: center;
		}
			/*.leftList_open.active{
				display:block;
			}*/

			.leftList > a {
				padding: 7px 10px 7px 10px;
			}





	
	/*右側*/
	.right{
		width:100%;
		min-height:unset;
		margin-top: 20px;
		padding: 0;
	}
	
	
}


@media (max-width: 640px){
	


	/* 單元inbanner標題 */
	.inbanner_tit {
		padding: 30px 0 30px;
	}
		.inbanner_tit span {
			font-size: 30px;
			line-height: 40px;
		}

	.container {
		/*padding: 0px 0px 10px;*/
	}

		/*網編區*/
		.textArea {
			max-width:inherit;
		}
		
			.btn_area input {
				margin: 0px 10px;
			}
		
}



@media (max-width: 425px){

	.in_main {
		/*padding: 41px 0px 0px;*/
	}


}















/*/////////////////////////////////////////////////////////*/
/*-------公司介紹--------*/
/*/////////////////////////////////////////////////////////*/


.abotImg{
	padding: 40px 0 40px;
}
	.abotImg img{
		max-width: 100%;
		height: auto;
	}


	/* 公司介紹內頁區 */
	.abotArea{
		margin-top: 80px;
	}

		/* 公司介紹列表 */
		.abotList{
			display: flex;
			flex-wrap: nowrap;
			flex-direction: row;
			padding: 60px 0;;
			position: relative;
    		border-top: 1px solid #d5d5d5;
		}
		.abotList:before {
			position: absolute;
			content: "";
			top: -1px;
			content: '';
			display: block;
			width: 80px;
			height: 1px;
			background: #0000ca;
		}		
			/* 公司介紹列表左側 */
			.aboutLeft{
				min-width:155px;
				width:155px;
				box-sizing: border-box;
				font-size:26px;
				line-height:36px;
    			color: #0000ca;
			}

			/* 公司介紹列表右側 */
			.aboutRight{
				box-sizing: border-box;
				width: 100%;
			}

				/* 公司介紹列表右側標題 */
				.aboutRightTit{
					color: #222;
					font-size:25px;
					line-height: 30px;
					font-weight: 500;
					margin-bottom: 30px;
				}

				/* 公司介紹列表右側網編區 */
				.aboutRight > .textArea{
					/* margin-top: 30px;	 */
					font-size: 16px;				
				}



@media (max-width: 640px){

		/* 公司介紹列表 */
		.abotList{
			display:block;
			flex-wrap: unset;
			flex-direction: unset;
			padding: 40px 0;;
			/* position: relative;
    		border-top: 1px solid #d5d5d5; */
		}

			/* 公司介紹列表左側 */
			.aboutLeft{
				min-width:unset;
				width:100%;
				margin-bottom: 10px;
				font-size:25px;
			}
				/* 公司介紹列表右側標題 */
				.aboutRightTit{
					margin-bottom: 10px;
				}

				/* 公司介紹列表右側網編區 */
				.aboutRight > .textArea{
					font-size: 15px;				
				}

}













/*/////////////////////////////////////////////////////////*/
/*-------歷史沿革--------*/	
/*/////////////////////////////////////////////////////////*/



.history_wrap{	
}

.historyBg{	
}

	/* 歷史區 */
	.historyArea{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		padding: 80px 30px 50px;
	}
	.historyArea:nth-child(2n){
		background-color: #f0f0f0;
	}

	



		/* 歷史左側  */
		.historyBoxL{
			box-sizing: border-box;
			min-width: 105px;
		}
											
			/* 歷史左側標題 */
			.historyBoxLtit{
				font-size: 30px;
				letter-spacing: 1px;
				position: relative;
				font-family: 'Noto Serif TC', serif;
				-webkit-writing-mode: vertical-lr;
				writing-mode: vertical-lr;
				font-weight: bold;
				background-color: #fff;
			}
			.historyArea:nth-child(2n) .historyBoxLtit{
				background-color:#f0f0f0;
			}

			.historyBoxLtit:after {
				position: absolute;
				content: '';
				display: block;
				width: 1px;
				height: 35px;
				bottom: -40px;
				left: 50%;
				-webkit-transform: translateX(-50%) translateY(0);
				transform: translateX(-50%) translateY(0);
				background: #222;
			}



		/* 歷史右側 */
		.historyBoxR{
			box-sizing: border-box;
			width: 100%;
		}
											
			/* 歷史右側標題 */
			.historyBoxRtit{
				font-size: 23px;
				font-weight: bold;
				letter-spacing: 2px;
				font-family: 'Noto Serif TC', serif;
				margin-bottom: 42px;
				position: relative;
				z-index: 1;
				padding: 4px 0;
				background-color: #fff;
			}
			.historyArea:nth-child(2n) .historyBoxRtit{
				background-color: #f0f0f0;
			}



			.historyBoxRbottom{
				margin-left: 85px;
			}
													
				/* 歷史右側列表 */
				.historyList{
					margin-top: 40px;
					position:relative;
				}
				.historyList:first-child{
					margin-top: 0px;
				}
				.historyArea:last-child{
					padding-bottom: 110px;
				}
				/* .historyArea:last-child .historyList:last-child{
					margin-bottom: 60px;
				} */


				.historyList:first-child:after {
					content: '';
					position: absolute;
					width: 1px;
					height: calc(100% + 160px);
					background: #222222;
					left: -47px;
					top: -160px;
					z-index: 0;
				}
				.historyArea:first-child .historyList:first-child:after {
					opacity: 0;
				}


				.historyList:before{
					content: '';
					position: absolute;
					width: 1px;
					/* height: 100%; */
					height: calc(100% + 40px);
					/* height: calc(100% - 130px); */
					background: #222;
					/* left: 195px; */
					/* top: 90px; */
					left: -47px;
					top: 11px;
					z-index: 5;
				}
				.historyArea:last-child .historyList:last-child:before {
					content: '';
					position: absolute;
					/* bottom: -200%;
					width: 1px;
					height: calc(100% + 30px);
					background-image: linear-gradient(#222222 50%, rgba(255, 255, 255, 0) 0%); */
					left: -47px;
					bottom: 0;
					width: 1px;
					min-height: 150px;
					height: 110%;
					background-repeat: no-repeat;
					z-index: 1;
					background-image: url(../images/history_line.png);
					background-size: cover;
					background-position: center bottom;
					background-color: #2220;
				}


					/* 歷史右側列表年分 */
					.historyYear{
						font-size: 18px;
						line-height: 20px;
						font-weight: bold;
						margin-bottom: 10px;
						position: relative;
					}
					.historyYear:after{
						position: absolute;
						top: 50%;
						content: '';
						display: block;
						width: 33px;
						height: 1px;
						background: #bbb;
						transform: translateY(-50%);
						left: -47px;
					}
					.historyYear:before{
						position: absolute;
						content: '';
						width: 3px;
						height: 3px;
						border-radius: 50%;
						left: -50px;
						top: 50%;						
						display: block;
						background: #222;
						-webkit-transform: translateY(-50%) translateX(2px);
						transform: translateY(-50%) translateX(2px);
						z-index: 1;
					}

					.historyYear2:before{
						position: absolute;
						content: '';
						width: 7px;
						height: 7px;
						border-radius: 50%;
						left: -50px;
						top: 50%;						
						display: block;
						background: #222;
						transform: translateY(-50%);
						z-index: 1;
					}



					/* 歷史右側列表事記 */
					.historyEvents{
						font-size: 17px;
						color: #000000;
						line-height: normal;
						font-family: "微軟正黑體";
					}
					




	
					
			/* IE 直式 */
			/* @media all and (-ms-high-contrast:none) {

				
				.historyBoxLtit {
					max-width: 30px;
					writing-mode: tb-lr;
					height: 125px;
					position: relative;
				}			
				.historyBoxLtit:after {
					display: none;
					position: absolute;
					content: '';
					display: block;
					width: 1px;
					height: 35px;
					bottom: -40px;
					left: 50%;
					-ms-transform: translateX(-50%) translateY(0);
					-webkit-transform: translateX(-50%) translateY(0);
					transform: translateX(-50%) translateY(0);
					background: #222;
				}


				@media (max-width: 640px){

					.historyBoxLtit {
						text-align: left;
						max-width:unset;
						width: 100%;
						height: unset;	
						-webkit-writing-mode: unset;
						writing-mode: unset;				
					}
				}

		   } */










@media (max-width: 640px){

	/* 歷史區 */
	.historyArea{
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
		/* padding: 80px 10px 50px; */
		padding: 53px 10px 36px;
		/* margin: 0 -5%; */
	}
		/* 歷史左側  */
		.historyBoxL{
			min-width:unset;
			margin-bottom: 15px;
		}
			/* 歷史左側標題 */
			.historyBoxLtit{
				font-size: 25px;
				position: unset;
				-webkit-writing-mode: unset;
				writing-mode:unset;
				position: relative;
				z-index: 2;
				padding: 5px 0;
			}

			.historyBoxLtit:after {
				display: none;
			}


			/* 歷史右側標題 */
			.historyBoxRtit{
				font-size: 18px;
				letter-spacing: 1px;
				/* margin-bottom: 42px; */
			}

			.historyBoxRbottom{
				margin-left: 40px;
			}

			.historyList:before {
				left: -30px;
			}
			.historyList:first-child:after {
				left: -30px;
			}
			.historyArea:last-child .historyList:last-child:before {
				left: -30px;
				/* height: 120px; */
			}
			/* .historyArea:last-child .historyList:last-child:after {
				left: -30px;
			} */

			.historyYear:after {
				width: 25px;
				left: -30px;
			}
			.historyYear:before ,			
			.historyYear2:before{
				left: -33px;
			}

}



































/*/////////////////////////////////////////////////////////*/
/*-------最新消息--------*/	
/*/////////////////////////////////////////////////////////*/

/*-------首頁_最新消息區塊--------*/
/* .index_newsBg{
	padding:30px 0px;
}	
	.index_newsBg > .wrap{
	} */
		/*首頁_最新消息_內容區塊*/
		/*.index_newsArea{
		}*/

				/*首頁_最新消息區塊_列表區塊*/
				/* .indexNews_listArea{
					padding-top: 35px;
				} */


				.News_listArea{
					padding:0px;
				}

					/*列表*/
					.indexNews_list{
						position: relative;
						padding: 10px 0px 10px 250px;
						margin: 0px 0px 10px;
					}
						/*列表_日期*/
						.indexNews_listDate{
							position: absolute;
							left: 0px;
							color:#0000ca;
							font-size: 16px;
							line-height: 24px;
							font-family: 'Raleway', sans-serif;
						}
						
						/*列表_分類*/
						.indexNews_listTag{
							position: absolute;
							left: 113px;
							width: 105px;
							font-size: 12px;
							line-height: 24px;
							text-align: center;
							color: #545454;
							border: 1px solid #b3b3b3;
							-webkit-box-sizing: border-box;
							box-sizing: border-box;
						}
						
						
						
						/*列表_標題*/
						.indexNews_listTit{
							word-wrap: break-word;
						}
							.indexNews_listTit a{
								display:inline-block;
								color: #595757;
								font-size: 16px;
								line-height: 24px;
								text-decoration:none;
								
								display: -webkit-box;
								-webkit-box-orient: vertical;
								-webkit-line-clamp: 1;
								overflow: hidden;
								
								/*overflow: hidden;
								white-space: nowrap;
								text-overflow: ellipsis;*/
								
								transition:0.3s ease all;
							}
							/*hover*/
							.indexNews_listTit:hover a{
								color: #0000ca;
								transition:0.3s ease all;
							}
				
				/*首頁_more按鍵*/
				/*.index_moreBtn{
					padding-top: 15px;
				}	
					.index_moreBtn a{
						display: inline-block;
						color: #fff;
						background: #6fabc9;
						font-size: 12px;
						padding: 15px 20px;
						border-radius: 6px;
						text-decoration: none;
						transition:0.3s ease all;
					}*/
					/*hover*/
					/*.index_moreBtn a:hover{
						opacity: 0.7;
						transition:0.3s ease all;
						padding: 15px 50px;
					}*/







@media (max-width: 640px){



/*-------首頁_最新消息區塊--------*/
.index_newsBg{
	padding: 20px 0px;
}	

.indexNews_listArea {
    padding-top: 15px;
}

	/*.index_newsArea {
	}*/	
	
	/*列表*/
	.indexNews_list{
		/*position: relative;*/
		padding: 10px 0px 10px 0px;
	}
		/*列表_日期*/
		.indexNews_listDate{
			position:static;
			left:auto;
			display:inline-block;
			padding-right:10px;
		}
		
		/*列表_分類*/
		.indexNews_listTag{
			position:static;
			left:auto;
			display:inline-block;
		}
		
		/*列表_標題*/
		.indexNews_listTit {
			margin: 10px 0px 0px;
			padding: 0px 0px 5px;
			border-bottom: 1px dashed #b3b3b3;
		}
			
}



















/*/////////////////////////////////////////////////////////*/
/*-------產品--------*/	
/*/////////////////////////////////////////////////////////*/

/* 產品列表區塊 */
.product_listArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px -7px;
}
	/* 列表 */
	.product_list {
		width: 33.3%;
		box-sizing: border-box;
		padding: 15px 7px;
	}
	
	.product_list:nth-of-type(1), .product_list:nth-of-type(2), .product_list:nth-of-type(3) {
		padding: 0px 7px 15px;
	}

		.product_listIn{
		}

			/* 圖片 */
			.product_list .img {
				position: relative;
				transition: 0.3s ease all;
				border: 1px solid #bfbfbf;
			}	

				/* 內容 */
				.product_list .img .content{
					overflow:hidden;
					transition: 0.3s ease all;
					position: relative;
				}

					.product_list .img .content a{
						display:block;
						transition: 0.3s ease all;
					}	

						.product_list .img .content img{
							width: 100%;
							height: auto;
							transition: 0.3s ease all;
						}
				
				
					/* hover */
					.product_list .img:hover .content a{
						transform: scale(1.05);
						transition: 0.3s ease all;
						background-color: #999999;
						border-radius: 3px;
					}
						/* hover */
						.product_list .img:hover .content img{
							opacity: 0.7;
							border-radius: 3px;
							transition: 0.3s ease all;
						}	




		/*商品項目下方區塊*/
		.product_list .bottom{
			padding: 10px 0px 0px;
	   }	

		 /*商品名稱*/	
		 .product_list .name{
		 }
			 .product_list .name a{
				 display:block;
				 color: #000000;
				 font-size: 18px;
				 line-height: 24px;
				 font-weight: normal;
				 text-align: center;
				 
				 letter-spacing:0px;
				 text-decoration:none;
				 transition: 0.3s ease all;
				 word-wrap: break-word;

				 overflow: hidden;
				 white-space: nowrap;
				 text-overflow: ellipsis;
				 white-space: normal;
				 -webkit-line-clamp: 2;
				 display: -webkit-box;
				 -webkit-box-orient: vertical;
			 }
			 
			 .product_list .name a:hover{
				 opacity: 0.5;
				 transition: 0.3s ease all;
			 }		



@media (max-width: 768px){

	/* 內頁產品 */
	.productArea{
		display: block;
		flex-wrap: unset;
		flex-direction: unset;
		margin: 0 0px;
	}
		.productLeft{
			width: 100%;
			padding: 0 0px;
			margin-bottom: 30px;
		}

		.productRight{
			width: 100%;
			padding: 0 0px;
		}
}



@media (max-width: 641px){
	/* 列表 */
	.product_list {
		width: 50%;
	}
	
	.product_list:nth-of-type(3) {
		padding: 15px 7px;
	}

		.product_list .name a {
			font-size: 14px;
    		line-height: 18px;
		}

}



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

/* 產品內頁區塊 */
.product_pageBg{

}
	/* 產品內頁_上半部區塊 */
	.product_pageBg.top{
		
	}

		/* 產品內頁_左半部區塊 */
		.product_leftArea{
			float: left;
			width: 75%;
			box-sizing: border-box;
		}
			
			/* 大圖區塊 */
			.product_leftArea .big_imgArea{
				border: 1px solid #c3c3c3;
				border-radius: 3px;
				box-sizing: border-box;
			}
				.product_leftArea .big_imgArea .content{
					
				}
					
					
					/* 大圖列表 */
					.bigProduct_img {
						display:none;
						position: relative;
						border-radius: 3px;
						cursor: pointer;
					}
						.bigProduct_img img {
							width:100%;
							height:auto;
							border-radius: 3px;
						}

						#big_img1 {
							display:block;
						}
						
		

		/* 產品內頁_右半部區塊 */
		.product_rightArea{
			float: right;
			width: 25%;
			box-sizing: border-box;
			padding-left: 17px;
		}

			/* 小圖區塊 */
			.small_imgArea{
			}
				.product_leftArea .small_imgArea .content{
				}


				.swiper-container.swiper-container_smallProduct {
					margin: 0 auto;
					position: relative;
					overflow: hidden;
					list-style: none;
					padding: 0;
					z-index: 1;
					
					height: 565px;
					/* padding: 18px 0px; */
					box-sizing: border-box;
				}
						
					
					/* 圖片輪播列表 */
					.small_imgArea .swiper-slide {
					}
						.small_imgArea .swiper-slide a {
							display: block;
							border: 1px solid #c3c3c3;
							border-radius: 3px;
							box-sizing: border-box;
						}				
						/* .small_imgArea .swiper-slide.swiper-slide-active a {
							border: 1px solid #1838d9;
						}	 */

							.small_imgArea .swiper-slide img {
								width:100%;
								height:auto;
								border-radius: 3px;
							}

					

					/* 左右切換小按鈕 */
					.small_imgArea .arrow-left_mainProduct,
					.small_imgArea .arrow-right_mainProduct {
						cursor: pointer;
						background-position: center;
    					background-repeat: no-repeat;

						position: absolute;
						z-index: 3;
						width: 26px;
						height: 26px;
						background-size: 16px;
						box-sizing: border-box;
						padding: 0px;
						border-radius: 26px;
						background-color: #1838d9;
					}
					
					/* 左側切換小按鈕 */
					.small_imgArea .arrow-left_mainProduct {
						/* left: -14px; */
						top: 0;
						bottom: unset;
						right: unset;
						left: 50%;
						-webkit-transform:  translateX(-50%);
						transform:  translateX(-50%);

						margin-top: 0;

						-moz-transform: translateX(-50%);
						-webkit-transform: translateX(-50%);
						-o-transform: translateX(-50%);
						-ms-transform: translateX(-50%);
						transform: translateX(-50%);

						background-image: url(../product/images/top_arrow.png);
					}
					
					/* 右側切換小按鈕 */
					.small_imgArea .arrow-right_mainProduct {
						/* right: -14px; */
						top: unset;
						bottom: 0;
						right: unset;
						left: 50%;
						margin-top: 0;

						-moz-transform: translateX(-50%);
						-webkit-transform: translateX(-50%);
						-o-transform: translateX(-50%);
						-ms-transform: translateX(-50%);
						transform: translateX(-50%);

						background-image: url(../product/images/bottom_arrow.png);
					}	
					
						.small_imgArea .arrow-left_mainProduct img,
						.small_imgArea .arrow-right_mainProduct img {							
							width: 100%;
							height: auto;
						}

						.small_imgArea .arrow-left_mainProduct i,
						.small_imgArea .arrow-left_mainProduct svg,
						.small_imgArea .arrow-right_mainProduct i,
						.small_imgArea .arrow-right_mainProduct svg {							
							position: absolute;
							top: 50%;
							-webkit-transform:  translateY(-50%);
							transform:  translateY(-50%);
							color: #ffffff;
							/* color: #333333; */
							font-size: 16px;
							background-color: #1838d9;
							padding: 2px 6px;
							border-radius: 20px;
						}
						
						.small_imgArea .arrow-left_mainProduct i,
						.small_imgArea .arrow-left_mainProduct svg{							
							left: 0;
						}

						.small_imgArea .arrow-right_mainProduct i,
						.small_imgArea .arrow-right_mainProduct svg {
							right: 0;
						}
		


		/* 手機版轉換成一般banner */
		.mobile_productArea {
			display: none;
		}				


			
			/* 按鈕區塊 */
			.product_pageBg	.button{
				float: right;
			}	
				.button .inquire_button{
					width: 220px;
					box-sizing: border-box;
					position: relative;
				}

					.button .inquire_button input {
						width: 100%;
						box-sizing: border-box;
						border-radius: 3px;
					}

					.button .inquire_button input{
    					background-color: #1838d9;
						border-color: #1838d9;
						color: #ffffff;
					}

					/* hover */
					.button .inquire_button input:hover{
						opacity: 1;
    					background-color: #000000;
						border-color: #000000;
					}
			


			/* 分享區塊 */
			.share_bg{
				float: left;
				padding: 4px 0px 35px;
			}
				.share_bg .in{

				}
				
					/* 標題 */
					.share_bg .title{
						display: inline-block;
						vertical-align: middle;
						padding-right: 5px;
						font-size: 15px;
						/* font-weight: bold; */
					}
				
					/* 內容 */
					.share_bg .content{
						display: inline-block;
						vertical-align: middle;
					}
					
						.share_bg .list_area{
							margin: 0px -5px;
						}
							.share_bg .list{
								float: left;
								box-sizing: border-box;
								width: 45px;
								padding: 0px 5px;
							}
								.share_bg .list a{
									display: block;
									box-sizing: border-box;
									padding: 7px;
									border-radius: 30px;
									transition: 0.2s ease all;
								}
								/* hover */
								.share_bg .list a:hover{
									opacity: 0.7;
									transition: 0.2s ease all;
								}
								
								/* line */
								.share_bg .list.line a{
									background-color: #00b900;
								}
								
								/* fb */
								.share_bg .list.fb a{
									background-color: #3b5998;
								}
								
								/* link */
								.share_bg .list.link a{
									background-color: #555555;
								}


									.share_bg .list img{
										width: 100%;
										height: auto;
									}
		




				

	/* 下半部區塊 */
	.product_pageBg .bottom{
		padding-top: 70px;
	}


		.product_pageBg .back_button{
			padding-top: 50px;
		}
			.product_pageBg .back_button input{
				display: block;
				text-align: center;
				width: 200px;
				margin: 0px auto;
				box-sizing: border-box;
				border-radius: 3px;
				background-color: transparent;
				border: 1px solid #999999;
				color: #999999;
			}


@media (max-width: 660px) {
	

	/* 產品內頁_左半部區塊 */
	.product_leftArea{
		/* float: none;
		width: 100%; */
		display: none;
	}


	/* 產品內頁_右半部區塊 */
	.product_rightArea{
		/* float: none;
		width: 100%;
		padding-left: 0px;
		padding-top: 20px; */
		display: none;
	}

					
	/* 手機版轉換成一般banner */
	.mobile_productArea {
		display: block;
		border: 1px solid #c3c3c3;
		border-radius: 3px;
		box-sizing: border-box;
	}
		.mobile_productArea .swiper-slide {
			border-radius: 3px;
			box-sizing: border-box;
		}
			.mobile_productArea img{
				border-radius: 3px;
				box-sizing: border-box;
			}	

	/* 左邊按鈕 */
	.mobile_productArea .swiper-button-prev {
		left: 0;
	}

	/* 左邊按鈕 */
	.mobile_productArea .swiper-button-next {
		right: 0;
	}


	.product_pageBg .bottom {
		padding-top: 35px;
	}

		/* 按鈕區塊 */
		.product_pageBg	.button{
			float: none;
		}	
			.button .inquire_button{
				width: 100%;
			}


		/* 分享區塊 */
		.share_bg{
			float: none;
			padding: 35px 0px;
		}
}


/*/////////////////////////////////////////////////////////*/
/*-------友站連結--------*/	
/*/////////////////////////////////////////////////////////*/



.link_area{
	margin:0px -15px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    vertical-align: top;
}
	
	/*友站連結列表*/
	.link_list{
		padding:0px 15px 15px;
		box-sizing:border-box;
		width:50%;
	}

		
		.link_list a{
			border-bottom:1px #b5b5b5 dashed;
			display: block;
			color: #4b4b7b;
			font-size: 18px;
			line-height: 28px;
			font-weight:bold;
			padding:5px 0px;
			text-decoration: none;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: 0.3s ease all;
		}
		.link_list a:hover{
			color:#0000ca;
			transition: 0.3s ease all;
		}




@media (max-width: 768px){

	
.link_area{
	margin:0px -10px;
}

	/*友站連結列表*/
	.link_list{
		padding:0px 10px 15px;
	}	
		.link_list a {
			font-size: 16px;
			line-height: 26px;
		}
		
}
	




@media (max-width: 510px){
	
.link_area{
	display:block;
	margin:0px 0px;
}
	
	/*友站連結列表*/
	.link_list{
		padding:0px 0px 15px;
		width:100%;	
	}	
	
}














/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/


.contact_formBg{
	width: 100%;
    margin: 0 auto;
    /* padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #E9EAEE;
    background-color: #E9EAEE; */
	box-sizing: border-box;
	padding-top: 20px;
}



/*聯絡我們左*/
.contactLeft {
	float: left;
	box-sizing:border-box;
    width: 45%;
    border-right: 1px solid #e4e4e4;
    padding: 10px 30px 10px 0px;
}

/*聯絡我們右*/
.contactRight {
	float: right;
	width: 55%;
    padding-left: 30px;
	box-sizing:border-box;
}



	.contactLeft .textArea {
	}
		.contactLeft .textArea img.contact_icon {
			width: 18px;
			display: inline-block;
			vertical-align: middle;
			padding-right: 10px;
		}

	

	/* 表單區塊 */
	.contactRight .form_bg {
		
	}
		
		.contactRight .form_bg .form_list{
			box-sizing:border-box;
			padding: 15px 0px 0px;
			font-size: 15px;
			line-height: 21px;
		}
		.contactRight .form_bg .form_list:nth-of-type(1) {
			padding-top: 10px;
		}


			.contactRight .form_list .title {
				font-size:15px;
				line-height:23px;
				font-weight:bold;
			}

			/* 詢價 */
			.form_list.inquire .title {
				background-color: #e4e4e4;
				display: inline-block;
				padding: 5px 15px;
				border-radius: 3px;
			}
			
				/* 詢價 */
				.form_list.inquire .title a{
					color: #0000ca;
				}

				.required_icon {
					color:#f00;
					display: inline-block;
				}
				
			.contactRight .form_list .content {
				/*padding:8px 0px 0px;*/
				padding:5px 0px 0px;
				font-size:14px;
			}
				.contactRight .form_list .content textarea {
					height: 100px;
				}








@media (max-width: 990px){

.contact_formBg {
	/* padding: 20px 20px; */
}
	.contactLeft {
		float: none;
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}
		.contactLeft .textArea iframe{
			height:250px;
		}
		
	.contactRight{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
		margin-top: 30px;
		border-top: 1px solid #999999;
	}	
		.contactRight .form_list .content textarea {
			height: 170px;
		}

}



/*/////////////////////*/
/*---- 驗證碼 -----*/
/*/////////////////////*/
.contact_formBg .form_list.captcha{
	padding: 15px 150px 0px 0px !important;
	position: relative;
}

	.contact_formBg .form_list.captcha .title{
		
	}

		.captcha input[type="text"]{
			width: 125px;
			margin-right: 7px;
			display: inline-block;
		}

		.captcha span {
		
		}

			.captcha img {
				vertical-align:middle;
			}

			.captcha a {
				transition: 0.5s ease all;
				color: #000000;
				font-size: 14px;
				display: inline-block;
				margin: 9px 0px 7px 5px;
				line-height: 29px;
				text-decoration: none;
				background-color: transparent;
			}


	
	/* 按鈕區塊 */
	.contactRight .form_list.captcha .button {
		position: absolute;
		right: 0;
		top: 48px;
	}	
		.contactRight .form_list.captcha .button input[type="submit"]{
			width: 150px;
			background-color: #1838d9;
			color: #ffffff;
			border: unset;
		}

		/* hover */
		.contactRight .form_list.captcha .button input[type="submit"]:hover{
			opacity: 1;
			background-color: #000000;
		}	



@media (max-width: 1200px){
	
.contact_formBg .form_list.captcha{
	padding: 15px 0px 0px 0px !important;
}
	/* 按鈕區塊 */
	.contactRight .form_list.captcha .button {
		position: static;
		right: unset;
		top: unset;
		padding-top: 25px;
	}	
		.contactRight .form_list.captcha .button input[type="submit"]{
			width: 210px;
		}
}

@media (max-width: 641px){
	.contactRight .form_list.captcha .button input[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 376px){

	.captcha input[type="text"]{
		width: 105px;
		margin-right: 5px;
	}

	.captcha span {
	}

}










/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/



.sitemapArea{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 30px 0px 0px;
}
	.sitemap{
		margin-bottom:40px;
		box-sizing: border-box;
		width: 48%;
		padding: 35px 0px 0px;
		border-top: 1px solid #595959;
	}                
		.sitemapTit{
			color:#063d78;
			font-weight: bold;
			font-size: 21px;
			position:relative;
		}
			.sitemapTit > a{
				text-decoration:none;	
				color:#063d78;			
			}		
		
			.sitemapTit:before {
				position: absolute;
				content: '';
				display: block;
				top: 50%;
				right: 0;
				-webkit-transform: translateX(0) translateY(-50%);
				transform: translateX(0) translateY(-50%);
				width: 21px;
				height: 4px;		
				background: url(../images/icon_anchor_arrow_blue.svg) center/contain no-repeat;
				/* flex-shrink: 0;
				margin-left: auto; */
			}

		
			
		.sitemapBottom{
			padding:10px 0;
		}
												
			.sitemapList{
				box-sizing:border-box;
				padding: 10px 0px 10px 20px;
			}
				.sitemapList a{
					color: #424242;
					font-size: 17px;
					line-height: 23px;
					display: inline-block;
					text-decoration:none;
					position:relative;
					padding: 0 0 0 0px;
				}  
					 .sitemapList a:before {
						position:absolute;
						content:"";
						background-image:url(../images/icon_right_nav.svg);
						background-position:center;
						background-repeat:no-repeat;
						background-size:8px;
						top:50%;
						left: -20px;
						-webkit-transform: translateX(0%) translateY(-50%);
						transform: translateX(0%) translateY(-50%);
						width:8px;
						height:14px;
					}
				    
					.sitemapList > a:after {
						content: '';
						position: absolute;
						bottom: 0px;
						left: 0px;
						width: 100%;
						height: 1px;
						transform: scaleX(0);
						background: #444;
						transform-origin: bottom right;
						transition: transform 0.2s linear;
					}
					
					  .sitemapList > a:hover:after {
						transform: scaleX(1);
						transform-origin: bottom left;
						color: #0000ca;
						font-weight: 700;
					  }	

						.sitemapList > a:hover{
							opacity: 1;
						}
	
	


@media (max-width:640px){	

	.sitemap {
		margin-bottom: 30px;
		box-sizing: border-box;
		width: 100%;
		padding: 25px 0px 0px;
	}

}
















/*/////////////////////////////////////////////////////////*/
/*-------搜尋結果區--------*/
/*/////////////////////////////////////////////////////////*/


/* 搜尋結果區 */
.searchArea{
	
}
	/* 搜尋列表 */
	.searchList{
		padding: 10px 0px 10px 120px;
		margin: 0px 0px 10px;
		position: relative;
		/*border-bottom: 1px #caccd0 dashed;*/
	}
	.searchTit{	
	}
		.searchTit a{	
			display: inline-block;
			color: #595757;
			font-size: 16px;
			line-height: 24px;
			text-decoration: none;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
			transition: 0.3s ease all;
			position:relative;
		}

			/* .searchTit > a:after {
				content: '';
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: 100%;
				height: 1px;
				transform: scaleX(0);
				background: #444;
				transform-origin: bottom right;
				transition: transform 0.2s linear;
			}
			  .searchTit > a:hover:after {
				transform: scaleX(1);
				transform-origin: bottom left;
				color: #0000ca;
				font-weight: 700;
			  }	 */

			  .searchTit > a:hover {
				color: #0000ca;
			  }	
			  


	.searchDate{
		position: absolute;
    	left: 0px;
		color: #0000ca;
		font-size: 16px;
		line-height: 24px;
		font-family: 'Raleway', sans-serif;
	}




	@media (max-width:640px){	

		/* 搜尋列表 */
		.searchList{
			padding: 10px 0px 10px 0px;
			/* margin: 0px 0px 10px;
			position: relative; */
			/*border-bottom: 1px #caccd0 dashed;*/
		}
		.searchDate{
			position: unset;
			left: unset;
			margin-bottom: 5px;
			/* color: #0000ca;
			font-size: 16px;
			line-height: 24px;
			font-family: 'Raleway', sans-serif; */
		}	
	
	}
	

















/*/////////////////////////////////////////////////////////*/
/*-------外連區--------*/
/*/////////////////////////////////////////////////////////*/



.in_mainLink {
    background-color: #1e3a65;
    color: #fff;
}
	.in_mainLink  .titStyle3 {
		color: #fff;
	}
	.in_mainLink  .textArea {
		color: #fff;
	}

	.in_mainLink .btn_area input {
		color: #fff;
		background: #9fa0a000;
		border: 1px #ffffff solid;
	}
	.in_mainLink .btn_area input:nth-of-type(2) {
		color: #1e3a65;
		background: #ffffff;
	}














/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/	
.number_pageBg{
	text-align:center;
	padding-top: 35px;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
				padding: 0px 10px;
			}

			.numberPage_leftList:nth-of-type(1) a{
				color: #bcbcbc;
			}

			.numberPage_leftList:nth-of-type(2) a{
				color: #1838d9;
			}


			
			img.hover_after{
				display: none;
				background-color: #1838d9;
				border-radius: 50%;
			}
			
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			
			.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: #bcbcbc;
				padding: 7.5px 0px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #1838d9;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #bcbcbc;
				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;
				padding: 0px 10px;
			}

			.numberPage_rightList:nth-of-type(1) a{
				color: #1838d9;
			}

			.numberPage_rightList:nth-of-type(2) a{
				color: #bcbcbc;
			}
			
			
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
@media (max-width: 640px){
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}





/*nav的hover黑底-----------------*/

	.NavHoverBg{
		position: fixed;
		background-color:rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		z-index: -1;
		opacity:0;
		transition: 0.3s ease all;
	}
	.NavHoverBg.show{
		opacity:1;
		z-index: 2;
		transition: 0.3s ease all;
	}














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


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