/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*//*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 by kevin 20150121*//*會影響到輪播 刪除 by kevin 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

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

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

/*內容*//*modify by Ray 20210722*/
.wrap{
	width: 1180px;
	/* max-width:1180px ; */
	/* width: 75%; */
	margin:0 auto;
	line-height:25px;
	font-family: 微軟正黑體;
	font-weight: bold;
	font-size: 16px;	
	padding: 10px 10px;
	padding: 0;
	position: relative;
	/* overflow: hidden; */
}


/* @media (max-width: 1200px){ */ /* modify by pekey 20210324 */
@media (max-width: 1280px){
	.wrap {
		width: 970px;
	}
}

/* @media (max-width: 990px){ */ /* modify by pekey 20210324 */
@media (max-width: 1024px){
	.wrap {
		/* width: auto;
		padding: 0px 20px; */
		width: 93%;
	}
}
@media (max-width: 990px) {
	
	.wrap {
		/* width: 93%; */
	}
}

@media (max-width: 860px){

}
		

@media (max-width: 660px){
	.wrap {
		/* padding: 0px 15px; */
	}
}

@media (max-width: 510px){
	.wrap {
	}
}			


/*內頁內容*//*modify by Ray 20210722*/
.container{
	position: relative;
	overflow: hidden;
	
}		


.container table{
	margin: 30px 0 70px 0;
	text-align: center;
	font-weight: bold;
    font-size: 20px;
    color: #000000;	
	width: 100%;
	table-layout: fixed;
	border:1px solid #666;
	border-collapse: collapse;
	padding: 10px;
}
	@media (max-width: 768px){

		.container table{
			font-size: 14px;
		}
	}


/* .container table tr:first-child{	
	background-color: #d1d1d1;
} */

.container table td{	
	padding: 10px;	
	border:1px solid #666;
}

.container a{
	color: #000000;
    text-decoration: none;
}

			
			

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

	
input[type="button"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	/*width:162px;*/
	width:130px;
	height:35px;
	background: #525252;
	color:#fff;
	border-radius:3px;
	line-height:35px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}




	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}


	

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




	/*select.toplange:before {
	content:url(../images/icon.png);
	position:absolute;
	bottom:-6px;
	left:0px;
	margin:0px 0px 0px -10px;
	}*/




	
/*-------新增修改banner套件modify by ray 20210817 start----------------------------------------------------------------------------*/
/*-------輪播----------------------------------------------------------------------------*/




/*首頁banner區*/
.BannerArea{
	/*display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;*/
	
	/*display: grid;
  	grid-template-columns: auto 200px;*/	
}





/*首頁banner*/
.banner {
	box-sizing:border-box;
	/*width:75%;*/
	background:#fff;
	position:relative;
}
	.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;
				}

			.banner .swiper-pagination-bullet-active {
			  /*opacity: 1;*/
			  background:#231815;
			}	
				
				
				
				
				
				/*首頁banner列表*/
				.IndexBannerList{
				}
					.IndexBannerList a{
						display:block;
						text-decoration: none;
					}	
				
						
						.pcBanner {
							background-position:center;
							background-repeat:no-repeat;
							background-size:cover;
							height:748px;
						}
						.mobileBanner {
							background-position:center;
							background-repeat:no-repeat;
							background-size:cover;
							display:none;
							min-height:500px;
						}	
						
						.IndexBannerListBox{
							position:absolute;
							-webkit-transform:translateX(0%) translateY(0%);
							transform:translateX(0%) translateY(0%);
							top:20%;
							left:10%;
							/*max-width:30%;
							max-height: 40%;*/
							/* max-width:25%; */
							max-height: 30%;
							width:100%;
							height:100%;
							background-color: rgb(255 255 255 / 0%);
							display: flex;
							flex-wrap: wrap;
							flex-direction: row;
							align-content: space-between;
							padding: 30px;
							border-radius: 20px;
						}

										
							/*首頁banner列表文字*/

							.IndexBannertit{

							}

							.IndexBannerText{
								
								/*font-family: 'Archivo Black', sans-serif;
								font-size: 25px;
								line-height: 35px;*/
								color: #fff;
								font-weight: bold;
								font-size: 40px;
								line-height: 1.2; /*modify by Ray 20210818*/
								z-index: 1000;
								
								/*max-height: 50%;
								overflow:hidden;*/
								
								display: -webkit-box;
								-webkit-box-orient: vertical;
								/* -webkit-line-clamp: 3; */ /*modify by Ray 20210818*/
								overflow: hidden;
							}

							@media (max-width: 640px){
								.IndexBannerText{	
									/* font-size: 20px; */ /*modify by Ray 20210818*/
									font-size: 30px; /*modify by Ray 20210818*/
																	
								}
							}
							
							/*首頁banner列表按鍵*/
							.IndexBannerBtn{
								width: 100%;
								margin-top: 20px;
								text-align:right;
							}     
	
								.IndexBannerBtnIn{
									font-weight: bold;
									font-size: 20px;
									display: block;									
									color: #fff;
									background-color: #0089c1;
									text-align: center;
									padding: 15px 5px;
									border-radius: 4px;									
									width: 150px;		
									line-height: 1.2;							
									transition: 0.1s ease all;
								}
								.IndexBannerList a:hover .IndexBannerBtnIn{
									background-color: #31c1ff;
									transition: 0.1s ease all;
								} 								
								
								
							
							/*BannerNews圖示*/
							/*.BannerNewsImg{
								position:absolute;
								-webkit-transform:translateX(-50%) translateY(0%);
								transform:translateX(-50%) translateY(0%);
								bottom:10%;
								left:50%;
								max-width:100%;
								max-height:100%;
							}
								.BannerNewsImg img{
									width:100px;
									height:auto;
								}							
								
								.IndexBannerList a:hover .BannerNewsImg img{
									transform:scale(0.8);
									transition: 0.3s ease all;
								} */													
					  
			  
	  
	  
			



@media (max-width: 990px){

	.IndexBannerListBox{
		/*position:absolute;
		-webkit-transform:translateX(0%) translateY(0%);
		transform:translateX(0%) translateY(0%);
		top:20%;
		left:10%;*/
		/* max-width:30%; */
		width: 60%; /*modify by Ray 20210818*/
		max-height: 35%;
		/*width:100%;
		height:100%;
		background-color: rgb(255 255 255 / 50%);
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: space-between;
		padding: 30px;
		border-radius: 20px;*/
	}

	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
		
}





@media (max-width: 640px){

	.banner {
		/*width:100%;*/
	}	
		
		.pcBanner{
			display: none;
		}
		.mobileBanner {
			display: block;
		}
		
	
}
				
	
	
	

	
@media (max-width: 640px){	
/*@media (max-width: 425px){*/
	
.IndexBannerListBox {
   /* -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    top: 10%;*/
	 -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
	max-width: 70%;
	padding: 20px;
	border-radius: 10px;
}	

.IndexBannerBtn {
    /* width: auto; */
    /* margin: 20px auto 0; */
    text-align: center;
}

	.IndexBannerBtnIn {
		/*width: 100%;*/
	}	
	
}


/*-------新增修改banner套件modify by ray 20210817 end----------------------------------------------------------------------------*/







			
			/*首頁_案例介紹_列表區塊*/
			
		 .indexAd_listArea{
					/*text-align:center;*/
					max-width: 90%;
					/*margin:0 -13px;*/
					margin:0 auto;
					padding:0px 0px 0px;
				}
					.device4{
						overflow: inherit;
					}
						/*左右鍵*/
						.device4 .ad_left, .device4 .ad_right {
							position:absolute;
							z-index:2;
							top:50%;
							margin:-18px 0px 0px 0px;
							border-radius:100%;
							box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
						}
						
						/*左鍵*/
						.device4 .ad_left {
							/*left: -13px;*/
							left: -39px;
						}
						/*右鍵*/
						.device4 .ad_right {
							/*right: -13px;*/
							right: -39px;
						}
							
							.indexAd_list{
								margin: 0px 13px;
								
								box-sizing: border-box;
								/*float: left;
								width: 25%;
								padding: 0px 13px;*/
							}
								.indexAd_listImg {
									position:relative;
								}
									.indexAd_list img {
										width:100%;
										height: auto;
										border: solid 1px #E6E6E6;
										transition: all .2s ease-out;
									}	
									
			
			
			
			
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
					
					@media (max-width: 880px){
						.device {
							height:auto;
						}
							/*左右鍵*/
							.device .arrow-left, .device .arrow-right {
								display:none;
							}
					}
						@media (max-width: 640px){
							.pcBanner {
								display: none;
							}
							.mobileBanner {
								height: 842px;
								display:block;
							}
						}
				
/*-------頁次--RWD版 by kevin 20150629------------------------------------------------------------------------*/							
.page_area_rwd {
	text-align:center;
	padding: 25px 0px 25px;
}
	.page_left_arrow, .page_right_arrow {
		width:66px;
		font-size:15px;
		background: #1fbdd8;
		line-height:30px;
		font-weight:bold;
		text-align:center;
		border-radius:4px;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			border-radius:4px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#c7c7c7;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:12px !important;
			padding:7px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:30px !important;
			box-sizing:border-box;
			border-radius:3px;
		}
			@media (max-width: 760px){
				.page_left_arrow, .page_right_arrow {
					line-height: 40px;
					width: 83px
				}
				.page_select select {
					font-size: 15px !important;
					padding: 8px 18px 7px 16px !important;
					height: 40px !important;
					font-size: 15px !important;
				}
			}

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

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
}
					@media (max-width: 980px){
						/*頁籤*/
						.tab_area {
							position:relative;
						}
							.tabs_btn_now {
								display:block;
							}
							
							.img-scroll {
								display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;
							}
								.tabs li {
									float:none;
									text-align:center;
								}
									.tabs li.active:after {
										content:"";
									}
					}
		
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:90px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #555;
		border-radius: 3px;
		padding: 2px 11px 3px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration: none;
		vertical-align: middle;
		margin: 0px 0px 0px 5px;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------表單區----------------------------------------------------------------------------*/
.white_bg{
	padding:15px 0px 0px ;
}
	.fA_bg{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		/*padding: 0px 20px;*/
		padding: 10px 20px 0px;  /*修改 by pekey 20170608*/
	}
	.form_area {
		font-size:0px;
		margin: 0 auto;
		/* padding:7px; */
	}
		.form_area br {
			font-size:15px;
		}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}

.form_left{
	float:left;
	width:40%;
	box-sizing:border-box;
	padding-right: 20px;
	}

.form_right{
	/*float:right;*/
	float:left;
	width:40%;	
	box-sizing:border-box;
	padding-left:20px;
	}


	
	
/*表單區備註*/
.form_remark {
	text-align:center;
	font-size:15px;
	line-height:22px;
	padding:10px 0px 5px 0px;
}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
		width: 85px;
    	letter-spacing: 0px;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}
	
	.form_list {
		padding:23px 8px 0px;
		/* display: flex; */
		/* flex-direction: column; */
		/* padding: 10px 0px 0px; */
		box-sizing: border-box;
		font-size: 15px;
		line-height: 21px;
		width: 100%;
	}

/*必填icon*/
.fL_tit .requirde_icon {
	display: inline-block;
	/* border-radius: 3px; */
	font-size: 18px;
	line-height: 18px;
	/* padding: 0px 5px; */
	color: #cb2923;
	background: #ffffff00;
	padding: 0px;

}

		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			color:#000;
			/* width: 130px; */
			/* display: flex; */
			vertical-align: middle;
		}
		
		.fL_tit.mess{
			padding-top: 7px;
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			color:#000;
			width: 111px;
			display: table-cell;
			vertical-align:top;
		}
		



.fL_tit.dealer{
	padding-left:15px;
	position:relative;
	width: 195px;
}


.fL_tit.mess.dealer{
	padding-left:15px;
	position:relative;	
}




		
		

			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
			/* display: table-cell; */
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 42px;
				display: table-cell;
				vertical-align: middle;
				padding: 0px 0px 0px 0px;
				/*padding: 0px 0px 0px 18px;*/
			}
				.fLR_info a {
					display:inline-block;
					vertical-align:top;
					padding:0px 8px;
					color:#006e36;
					text-decoration:underline;
				}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 90px 0px 0px;
			}
			.inputFile + .inputFile {
				margin-top:15px;
			}
				.delFile {
					position: absolute;
					cursor: pointer;
					font-size: 12px;
					letter-spacing: 0px;
					border-radius: 100%;
					background: #b73f3f;
					color: #fff;
					width: 20px;
					height: 20px;
					line-height: 20px;
					text-align: center;
					top: -10px;
					right: -10px;
					z-index: 2;
					transition:0.3s ease all;
				}
					.delFile:hover {
						background:#006e36;
					}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 14px;
						line-height: 42px;
						text-align:center;
						/*width:80px;*/
						display: inline-block;
						transition:0.3s ease all;
						padding: 0px 15px;
					}
						.inputFile label:hover div {

							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
					letter-spacing:0px;
				}
			
			/*沒有輸入框時*/
			.fL_info.no_input {
				padding: 10px 0px 25px 0px;
				line-height: 24px;
				font-size:15px;  /*新增by pekey 20170605*/
			}
			
			.fL_info label {
				display:inline-block;
			}
					
					
					
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fLR_address {
			}
				.fLR_address select {
					width:auto;
					margin: 0px 5px 0px 0px;
				}
				input.fLRA_postalCode {
					width: 97px;
				}
				input.fLRA_address {
					margin: 12px 0px 0px 0px;
				}
				
				
				
				
				
		@media (max-width:860px){
			.form_left , .form_right{
				width:100%;
				float:none;
				padding:0px;
			}
		}				
				

				
				
				
				
				
				
				
				
			
@media (max-width: 375px){
	/*地址樣式*/
	input.fLRA_postalCode {
		margin-top: 10px;
	}
}
			
/*新增by pekey 20170725*/
@media (max-width: 320px){
	/*生日樣式*/
	.fLR_info.birthday {
		letter-spacing: 0px;
		white-space: nowrap;
		position:relative;
	}	
		.fLR_info.birthday select{
			display:block;
			width:85%;
			margin:5px 0px;
		}
			span.birthday_year{
				position:absolute;
				right:3px;
				top:15px;
			}
			span.birthday_month{
				position:absolute;
				right:3px;
				top:61px;
			}
			span.birthday_date{
				position:absolute;
				right:3px;
				top:107px;
			}
		
}


			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
					/*firefox*/
					@-moz-document url-prefix() { 
						.dateRange select {
							margin:0px 1px;
						}
					}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
					
			/*日期區間樣式2*/
			.fL_timeInterval {
			}
				.fL_timeInterval input {
					width: 44%;
					font-size: 12px;
					letter-spacing: 0px;
					padding: 0px 3px;
				}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width: 48%;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;
		}

		.agreeToTerms a {
			color:#ca0000;
		}
	
	/*表單區 按鍵區*/
	.form_btn_area {
		padding:30px 0px 0px;
		text-align:center;
	}
		.form_btn_area input {
			margin:0px 20px;
		}
		.form_btn_area input:nth-of-type(2) {
			background:#555;
		}
			@media (max-width: 540px){
				/*一列兩個樣式*/
				.fLType2 {
					width:auto;
					display:block;
					padding: 20px 0px 0px;
				}
				
				/*表單區 按鍵區*/
				.form_btn_area input {
					float:left;
					width:48%;
					margin:0px;
				}
					.form_btn_area input:nth-of-type(2) {
						float:right;
					}
				.form_btn_area.one input {
					float:none;
				}
			}
			
/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 0px;
}

/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}

/*-------漣漪效果----------------------------------------------------------------------------*/
.ripplesBtn {
	position:relative;
	display:block;
	line-height:50px;
	text-align:center;
	background:#09C;
	color:#fff;
}






				/*站內搜尋*/
				.siteSearch {
					float:right;
					/* padding:0px 20px 0px 16px; */ /* modify by pekey 20210324 */
					padding:0px 0px 0px 10px;
				}
					.siteSearchBg {
						    border: solid 1px #d4d1d1;
							border-radius: 3px;
							position: relative;
							width: 217px;
							height: 29px;
							box-sizing: border-box;
							padding-right: 30px;
							background: #fff;
							/*color: #b9b8b8;*/
					}
						.siteSearchBg input[type='text'] {
							border: none;
							background: none;
							height: 27px;
							line-height: 23px;
							font-size: 13px;
							color: #b9b8b8;
						}
						.siteSearchBg label {
							position:absolute;
							top:0px;
							right:0px;
							height:23px;
							box-sizing:border-box;
							padding: 2px 6px;
						}
							.siteSearchBg i {
								font-size: 23px;
    							color: #595757;
							}
							.siteSearchBg input[type='submit'] {
								display:none;
							}




		@media (max-width: 990px){
			.siteSearchBg i {
				color: #666666;
			}
		}





/*-------版頭語言--------------------------------------------------*/

		.lang_pc{
			position: absolute;
			right: 50%;
			top: 10px;
			/* margin: 0px -333px 0px 0px; */  /* modify by pekey 20210324 */
			margin: 0px -360px 0px 0px;
			/*border: solid 1px #ececec;*/
			border-radius: 5px;
			z-index:550;
		}
			.lang_pc > a{
				display:block;
				padding: 10px 36px 10px 28px;
				/*background-color: transparent;
				color:#c3c1c1;*/
				color: #666666;
				background: #fff;
				font-size:14px;
				border-radius:4px;
				text-align:center;
				text-decoration:none;
				position:relative;
			}
			.lang_pc > a:after{
				position:absolute;
				content:url(../images/select_arrow_y.png);
				/*border-top: solid 8px #c3c1c1;
				border-left: solid 5px rgba(255,255,255,0);
				border-right: solid 5px rgba(255,255,255,0);*/
				/*font-size:13px;*/
			    top: 11px;
			    right: 11px;
			}


			/*.lang_pc > a:before{
				position:absolute;
				content:url(../images/Lan_icon.png);
				border-top: solid 8px #c3c1c1;
				border-left: solid 5px rgba(255,255,255,0);
				border-right: solid 5px rgba(255,255,255,0);*/
				/*font-size:13px;
			    top: 7px;
    			left: -2px;
			}*/

			
			.nL_in{
				display:none;
			}
				.nLI_list{
					text-align:center;
				}
					.nLI_list a{
						display: block;
						color: #666666;
						background:#dedede;
						font-size: 14px;
						padding: 8px;						
						text-decoration: none
					}
					.nLI_list:hover a{
						color:#666666;
						/*background:rgba(0,0,0,1);*/
					}



				/*.Lan_icon{
					position:absolute;
					right:50%;
					}*/

















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



.indexMain {
	/*border-top: 4px #0089c1 solid;*/
	/* border-top: 4px #666666 solid; */
}
	.indexMain .wrap {
		font-size:0px;
	}
	


/*首頁公司簡介--------------------------------------------*/
.indexabout{
	margin: 50px 0px;
	padding: 70px 0px;
	/*background-color:#e6e6e6;*/
	background-image:url(../index/images/about_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
	
.indexabout .indextite {
    /*color: #333;*/
}

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

.indextite {
    /*float: left;*/
    font-size: 26px;
    font-weight: bold;
    color: #0089c1;
	text-align:center;
}








/*首頁產品---------------------------------------------------*/
.indexproductBg{
	/* padding: 10px 0px 0px; */
	background-color: #e3e3e3;
}

	/*首頁_產品_列表區塊*/
	.indexProduct_listArea{
		/* padding:30px 0px 50px; *//* modify by pekey 20210324 */
		padding: 20px 0px 30px;
		/* max-width: 80%; */ /* modify by pekey 20210324 */
		margin: 0px -15px;
		text-align:center;

		/* display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between; *//* modify by pekey 20210324 */
	}

		/* 標題 */
		.indexProduct_tit{
			
			font-size: 26px;
			font-weight: bold;
			color: #595959;
			text-align: center;
			/* padding: 35px 0; *//* modify by pekey 20210324 */
			padding: 40px 0 20px;
		}
		/*列表*/
		.indexProduct_list{
			/* width: 21%;
			padding: 15px 0px; *//* modify by pekey 20210324 */

			display: inline-block;
			vertical-align: top;
    		width: 24.9%;
			padding: 0px 15px;
			box-sizing: border-box;
		}
						   
				
				/*列表區塊_圖片*/
				.indexProduct_listImg{
					position:relative;
					transition: all .2s ease-out;
					/*border-radius: 100%;
					 overflow: hidden; */
				}
				/*hover*/
				.indexProduct_listImg:hover{
					transform: scale(1.05);
					transition: all .2s ease-out;
					animation: bounceIn;
				}
				
					.indexProduct_list a{
						display: block;
						text-decoration: none;
						/* background: #61a3e6; */
					}
					.indexProduct_list:nth-child(2n) a{
						/* background: #61cee6; */
					}						
						.indexProduct_listImg img{
							width:100%;
							height:auto;
							transition: all .2s ease-out;
						}
						/*hover*/
						.indexProduct_listImg:hover img{
							/*transform: scale(1.1);
							transition: all .2s ease-out;
							animation: bounceIn;
							opacity: 0.7;*/	
						}
				
				/*列表區塊_標題*/	
				.indexProduct_listTit{
					color:#3a3a3a;
					line-height: 24px;
					font-weight:bolder;

					/* font-size:18px;
					padding-top:20px; */
					/*color:#6f6f6f;*/  /* modify by pekey 20210324 */

					padding-top: 13px;
					font-size: 16px;
				}
				.indexProduct_listTit span{
					font-weight:normal;
					color: #7d7d7d;
					padding: 5px 0px 0px;
					font-size: 14px;
					line-height: 22px;
					display:block;								
				}		

				
.indexProduct_coverArea{
	position: absolute;
	top: 40%;
	left: 50%;
	opacity: 0;
	width: 0%;
	height: 0%;
	background-color: rgba(0,0,0,0);
	color: #fff;
	/* border-radius: 100%; */
	transition: all .2s ease-out;
}

.indexProduct_listImg:hover .indexProduct_coverArea{
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 100%; */
	background-color: rgba(31, 30, 30, 0.6);
	transition: all .2s ease-out;
}
.indexProduct_coverIn{
	/* position: relative; 
	top: 35%;
	left: 0%; */ /* modify by pekey 20210324 */
	/*top: 40%;*/
	
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.indexProduct_coverIn i{
	font-size: 40px;
}

.indexProduct_coverIn span{
	display: block;
	text-align: center;
	letter-spacing: 0;
	font-size: 18px;
}





@media (max-width: 1280px){

	.indexProduct_listArea {
		max-width:unset;
	}
	.indexProduct_list{
		/* padding: 0px 15px; */ /* modify by pekey 20210324 */
	}
}


@media (max-width: 1200px){
	.indexProduct_listArea {
		/* modify by pekey 20210324 */
		margin: 0px -10px;
	}
	
		.indexProduct_list{
			/* modify by pekey 20210324 */
			padding: 0px 10px;
		}
}


@media (max-width: 767px){
	.indexProduct_listArea {
		
	}
		.indexProduct_list{
			/* modify by pekey 20210324 */
			padding: 10px 10px;
    		width: 49%;
		}
}


@media (max-width: 640px){
	
	.indexProduct_listArea {
	}

	/*列表*/
	.indexProduct_list{
		/* width: 100%;
		padding: 10px 10px; */ /* modify by pekey 20210324 */
		width: 49%;
		padding: 0px 10px 30px;
	}
	
}


@media (max-width: 426px){
	.indexProduct_list {
		/* modify by pekey 20210324 */
		width: 100%;
		padding: 10px 10px;
	}
}


/*-------首頁最新消息列表-------------------------------------------------------*/


.iN_list_area{
	width:100%;
	/*margin:70px 0px;*/
	padding: 40px 0px 40px;	
	/*margin-top:40px;*/
	

	/* background-image: url(../index/images/about_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
}


		.iN_T{
		}
			
			
			.iN_tit{
				/*float: left;*/
				font-size: 26px;
				font-weight: bold;
				color: #595959;
				text-align:center;
			}
						
						
			.iN_more{
				float:right;
				padding:5px;
				color:#6666664;
				font-size:14px;
				border:1px solid #6666664;
				border-radius:5px;
				display:block;
				}


				.iN_more input {
					height: 26px;
					line-height: 26px;
					display: none; 
				}



		
		.iN_list_arIN{
			margin:0px -15px;
			
			/* padding-top:30px; *//* modify by pekey 20210324 */
			padding-top: 20px;
		}
					
					
		.iN_list_arIN.second{
			display:none;
			}
					
						
		.iN_list{
			display:inline-block;
			box-sizing:border-box;
			padding: 0px 15px;
			width: 24.9%;

			/* modify by pekey 20210324 */
			vertical-align: top;
		}
		
			.inL_Img{
				overflow:hidden;
			}

				.inL_Img img{
					width:100%;
					height:auto;
					transition: 0.3s ease all;
				}
				.inL_Img:hover img{
					opacity:0.8;
					transform:scale(1.2);
					transition: 0.3s ease all;
				}				
				
				
			.iPL_Info{
				width:100%
				}
						
						
				.inL_date{
					padding-top:13px;				
				}	
									
				.inL_name{
					padding-top:13px;
					
					/*overflow: hidden;
					text-overflow:ellipsis;
					white-space: nowrap;*/					
				}
									
				.inL_date a{					
					color:#707070;
					font-size:12px;
					text-decoration:none;		
				}


				.inL_name a{
					color:#666666;
					font-size:16px;
					font-weight:bolder;
					text-decoration:none;
					display: block;
					
					/* modify by pekey 20210325 */
					display: -webkit-box;
					text-overflow: ellipsis;
					overflow: hidden;		
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					
					/* modify by pekey 20210325 */
					/* white-space: nowrap; */
				}
					
				.inL_name a:hover{
					transition: 0.3s ease all;
					color:#707070;
					padding-left:15px;
				}					
					
					
					.iPL_Infoin{
						padding-top: 15px;
						color:#949494;
						font-size: 14px;
						line-height: 24px;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 3;
						overflow: hidden;				
					}



				/*最新消息點擊*/
				/*.iN_more.active{
					display:none;
					color:#fff;
					border:1px solid #fff;
				}*/
				

				/*第5-8個最新消息打開*/
				.iN_list_arIN.second.active{
					display: flex;
					display:block;
					
				}


	@media (max-width: 1200px){
		
		.iN_list_arIN {
			margin: 0px -10px;
		}
		
		.iN_list {
			padding: 0px 10px;
		}

	}


	@media (max-width: 990px){
		.iN_list {
			padding: 10px 10px;
			width: 49.9%;
		}
	}


	@media (max-width: 510px){
		.iN_list {
			width: 100%;
		}
	}
	
















/*/////////////////////////////////////////////////////////*/
/*-------內頁共用樣式區--------*/
/*/////////////////////////////////////////////////////////*/




.headerIn{
	border-bottom::none;
	box-shadow: 0px 0px 6px #d9dad8;
    position: relative;
    padding-bottom: 8px;
}





.inBanner{
	background: url(../images/in_banner.png);
	/* background-size: 100% 100%; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 50%;
	position: relative;
	height: 200px;
	/*background:url(../images/in_banner.png) ;
	background-size:100% 100%;
	position:relative;
	height:127px;*/
}


	
.inBannerTit{
	font-size:30px;
	color:#fff;
	position:absolute;
	top:50%;
	margin: -16px 0px 0px 0px;
}	






.main {
	padding-top: 129px; /*modify by Ray 20210812*/
	z-index: 1; /*modify by Ray 20210812*/
}

@media (max-width: 1200px){
	.main {
		padding-top: 110px; /*modify by Ryan 20211206*/
	}
}


@media (max-width: 990px){

	.main {
		padding-top: 63px; /*modify by Ray 20210817*/		
	}
}


	
	/*麵包屑*/
	.crumb {
		font-size:12px;
		line-height:18px;
		color:#9b9b9b;
		padding:20px 0px 15px;
		border-bottom:1px solid #e5e5e5;
		margin-bottom:24px;
	}
		.crumb a {
			color:#666666;
			text-decoration:none;
		}
			.crumb i {
				font-size: 15px;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}



	/*標題樣式1*/
	.titStyle1 {
		position:relative;
		font-size:18px;
		font-weight:bold;
		color:#333;
		padding:14px 0px 0px;
	}
		.titStyle1:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:#0048dc;
			top:0px;
			left:0px;
		}
		.titStyle1 a {
			font-size:12px;
			color:#929292;
			position:absolute;
			bottom:0px;
			right:0px;
			text-decoration:none;
			font-weight:100;
		}
			.titStyle1 a i {
				font-size:12px;
				color:#333;
				vertical-align: middle;
				position: relative;
				top: -1px;
			}
				.titStyle1 a:hover, .titStyle1 a:hover i {
					color:#0048dc;
				}
	
	/*標題樣式2*/
	.titStyle2 {
		font-size: 22px;
		font-weight: bold;
		color: #001133;
		position: relative;
		padding: 20px 0px 10px;
		border-bottom: solid 1px #ccc;
	}
		.titStyle2:before {
			position:absolute;
			content:'';
			width:25px;
			height:3px;
			background:#0048dc;
			top:0px;
			left:0px;
			display:none;
		}
		.titStyle2:after {
			position:absolute;
			content:'';
			height:1px;
			width:40px;
			background:#0048dc;
			bottom:-1px;
			left:0px;
		}
	

		@media (max-width: 715px){
			.inBanner {
				background-size: 1000px !important;
				height: 98px;
			}
				.inBanner:before {
					left: -248px;
				}
				.inBannerTit {
					font-size:20px;
				}
		}

	
	/*網編區*/
	.textArea {
		padding:25px 0px 25px; /*modify by Ray 20210813*/
		font-size:15px;
		color:#333;
		line-height:1.5;
	}
		.textArea a {
			color:#333;
			text-decoration: none;
		}
		.textArea img {
			max-width:100%;
			height:auto;
		}










/*-------產品資訊----------------------------------------------------------------------------*/


	/*左*/
	.left {
		float: right;
		width:240px;
		width:20.5%;
		position:relative;
		/*padding:0px 0px 30px;*/
		
		margin:0px 0px 30px;   /*修改by pekey 20170803*/
		/*box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.12);*/
		/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);*/
	}
		
		/*左類別標題*/
		.leftSortTit {
			/* background: #d40011; */
			/* background: #d1d1d1; */
			font-size: 26px;
			line-height: 27px;
			color:#555;
			text-align: center;
			/* border-left: solid 12px #000; */
			/* border-left: solid 12px #333; */
			padding: 45px 0px 15px 0px;
			font-weight: bold;
		}
		
		/*左選單*/
		.leftListArea {
			min-height:153px;
			padding:9px 0px 0px;
			
			background: #fafafa; /* Old browsers */
			background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 100%); /* FF3.6-15 */

			background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			
			
			/*新增by pekey 20170803*/
			/*background:url('../images/left_area.png') no-repeat bottom left;  */ 
			min-height:250px;	
			/*min-height:830px;	*/
		}

			.leftList{
				background: #666666;
				border-bottom: 4px #ffffff solid;
				/*background:#1fbdd8;
				border-bottom: 1px #5ae0f7 solid;*/
			}			
			

			.leftList:nth-child(2n){
				/*background: #78de5d;*/
				background:#707070;
			}	
			
			.leftList > .lL_open_area a{
				background:#c7c2c1;
				/*background: #0089c1;*/
			}
			
			/*偶數層*/
			/*.leftList:nth-child(2n){
				background: rgba(0, 112, 189, 0.8);
			}			
			
			.leftList:nth-child(2n) > .lL_open_area a{
				background: rgba(0, 112, 189, 0.8);
			}*/			
			


			
						
			/*第一層橘色*/
			/*.leftList.A:nth-child(n+1){
				background:#0089c1;
			}			
			
			.leftList.A:nth-child(n+1) > .lL_open_area a{
				background: #0089c1;

			}*/		

			/*第二層綠色*/			
			/*.leftList.B:nth-child(n+1){
				background: #6297bb;
			}			
			
			.leftList.B:nth-child(n+1) > .lL_open_area a{
				background: #6297bb;
			}*/			



			/*第三層黃色*/
			/*.leftList.C:nth-child(n+1){
				background: #f7b51d;
			}			
			
			.leftList.C:nth-child(n+1) > .lL_open_area a{
				background: #f7b51d;
			}*/		
			
				
			/*第四層藍色*/			
			/*.leftList.D:nth-child(n+1){
				background: #18b2ba;
			}			
			
			.leftList.D:nth-child(n+1) > .lL_open_area a{
				background: #18b2ba;
			}*/			
			

				.leftList a {
					display: block;
					text-decoration: none;
					font-size: 18.2px;
					color: #fff;
					padding: 15px 0px 15px 14px;
					line-height: 25px;
				}
					.leftList a:before {
						content:'';
						/*position:absolute;
						border-left: solid 4px #333;
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 4px rgba(0,0,0,0);
						top: 16px;*/
						top: 10px;
						left: 28px;
					}
		
			


			/*第一層選單hover效果*/
			.leftList.lL_open:hover >a{
				/*border-right:23px solid rgba(0, 0, 0, 0.4);*/
				border-right: 23px solid #666666;
				position:relative;
				color: rgba(33, 33, 33, 0.5);
				transition: 0.7s ease all;
			}
			
			.leftList.lL_open >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			
				
			/*.leftList.lL_open.A:hover >a{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.A >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			
			.leftList.lL_open.B >a:hover{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.B >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}		

			.leftList.lL_open.C:hover >a{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.C >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}		

			.leftList.lL_open.D >a:hover{
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}
				
			
			.leftList.lL_open.D >a:after{
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}*/	










			/*左側第一層選單now當前效果*/	
			.leftList.lL_open.now >a {
				/*border-right:23px solid rgba(0, 0, 0, 0.4);*/
				/*border-right: 23px solid rgb(2, 102, 119);*/
				border-right: 23px solid #555;
				position:relative;
				color:#212121;
			}

			.leftList.lL_open.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}				
			
			
			
					
			/*.leftList.lL_open.A.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#fff;			
			}

			.leftList.lL_open.A.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	



			.leftList.lL_open.B.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;			
			}

			.leftList.lL_open.B.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			
			

			.leftList.lL_open.C.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;			
			}

			.leftList.lL_open.C.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}	
			
			

			.leftList.lL_open.D.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;			
			}

			.leftList.lL_open.D.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
			}*/	






				
			/*第二層選單hover效果*/
			.lLOA_list.leftList.lL_open > a:hover {
				/*border-right:23px solid rgba(0, 0, 0, 0.4);*/
				/*border-right: 23px solid rgb(2, 102, 119);*/
				border-right: 23px solid #fd7555;
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}	

			.lLOA_list.leftList.lL_open a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
				}			
					



			/*第二層選單當前now效果*/
			.lLOA_list.leftList.lL_open.now >a {
				border-right:23px solid rgba(0, 0, 0, 0.4);
				position:relative;
				color:#000;
				transition: 0.7s ease all;
			}	

			.lLOA_list.leftList.lL_open.now >a:after {
				position:absolute;
				content:url(../images/hover_arrow.png);
				top:44%;
				right: -15px;
				}


					
						.lL_open_area{
							display:none;
						}
						.lL_open_area.now{
							display:block;
						}	
							.lLOA_list{
								
							}
								.lLOA_list a{
									display: block;
									text-decoration: none;
									font-size: 14px;
									color: #fff;
									position: relative;
									line-height: 22px;
									padding: 13px 0px 13px 14px;
								}

		.no_left{
			width: 100% !important;
			padding: 0 !important;
		}	

	
		/*右*/
		.right {
			
			min-height: 250px;
			/*width:78%;*/
			width:74%;
			/*box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.12);*/
			/*background: #fff;*/
			margin: 0px 0px 30px;
			box-sizing: border-box;
			/*padding: 13px 30px 30px;*/
			/*padding: 13px 0px 30px 30px;
			min-height:400px;
			height:auto;*/
		}
		/* .right.no_type{
			width:100%;
			float:none;
			margin: 0px;
			padding: 13px 0px 30px;
		}

		.right.no_left{
			width: 60%;
		} */		
		.no_right{
			width: 100% !important;
			padding: 0 !important;
		}	

			/* @media (max-width: 768px){

				.right.no_left{
					width: 100%;
				}
		
			} */


					
			/*產品頁大標*/
			.in_tit_area {
				position:relative;
				margin: 0px 0px 20px;
			}
				.in_tit {
					color: #000000;
    				font-weight: 600;
					font-size: 25px;
					/* padding-top: 60px; */
					line-height: 1.2;
				}

				.in_tit_en{
					font-size: 20px;
					font-family: 微軟正黑體;
					color: #007cbe;
					font-weight: bold;
					padding: 10px 0px;
					display: none;
				}

				

			/*科技新知標題*/
			/* .tech_tit{					
				font-size: 16px;
				padding-top: 60px;
				line-height: 1.5;
				color: #666666; 
			}

			.tech_tit img{					
				padding-right: 10px;
			} */





			@media (max-width: 1160px){
				.right{
					width: 73%;
				}
				
				.left {
					width: 24.5%;				
				}
			}




			@media (max-width: 850px){
				.left{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
				}
					.leftSortTit{
						cursor:pointer;
						background: #eaeaea;
						padding: 15px 0px 15px 0px;
					}
					.leftSortTit:after{
						content:'';
						position:absolute;
						border-left: solid 4px rgba(0,0,0,0);
						border-right: solid 4px rgba(0,0,0,0);
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 6px #333;
						/*top: 16px;*/
						top: 23px;
						/*left: 28px;*/
						right:20px;
					    transition: 0.5s ease all;
					}
					
					.leftSortTit.active:after{
						-webkit-transform: rotate(180deg); /*Firefox*/
						-moz-transform: rotate(180deg); /*Chrome*/
						-ms-transform: rotate(180deg); /*IE9 、IE10*/
						-o-transform: rotate(180deg); /*Opera*/
						transform: rotate(180deg);
						top:18px;
						transition: 0.5s ease all;
					}
					
					/*左選單*/
					.leftListArea {
						display:none;
					}
				.right{
					float:none;
					width:100%;
					/* margin-top:20px;
				    padding: 13px 0px 30px; */
				}
					/*內頁大標*//*modify by Ray*/
					.in_tit{
						color: #000000;
						font-weight: bold;
						font-size: 30px;
						padding-top: 60px;
					}

					.in_tit_en{
						font-size: 20px;
						font-family: 微軟正黑體;
						color: #007cbe;
						font-weight: bold;
						padding: 10px 0px;
					
					}
					
					/*麵包屑*/
					.crumb {
						right: auto;
						left: -5px;
						/*top: -20px;*/
					}
			}
			
			@media (max-width: 640px){
				.right{
				  /*padding: 13px 10px 30px;*/
				}
				.in_tit {
					padding: 10px 0px 0px;
				}
			}







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

/* 產品附加in_tit_area2 */
.in_tit_area2{

}

	/* 上方選單錨點區塊---------------------------------- */
	.product_upArea{
		border-bottom: solid #e6e6e6 1px;
	}
		.product_upTit{
			display: none;
		}
			.product_upTit a{
				color: #000000;
				font-weight: bold;
				font-size: 30px;
				text-decoration: none;
				text-align: center;
				display: block;
				position: relative;
				padding: 15px 30px;
				border: 1px #e6e6e6 solid;
			}
			.product_upTit a:before {
				position: absolute;
				content: '';
				border: solid 6px;
				border-color: #333 rgba(0,0,0,0);
				border-bottom-width: 0px;
				top: 50%;
				right: 9px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				transition:0.3s ease all;
				display: none;
			}	
			.product_upTit.active a:before {
				-webkit-transform: translateY(-50%) rotate(180deg);
				transform: translateY(-50%) rotate(180deg);
				transition:0.3s ease all;
			}


	/* 上方選單錨點列表區塊 */
	.product_upListArea{
		margin: -5px -15px;
		padding: 20px 0;
	}           
		.up_list{
			box-sizing: border-box;
			float: left;
			width: 20%;
			padding: 5px 15px;			
		}
			.up_list a{
				display: block;
				text-decoration: none;
				color: #00adef;
				font-size: 22px;
				line-height: 1.5;
				font-weight: bold;
				padding: 30px 10px;
				text-align: center;				
			}	
			.up_list a:hover{
				transition:0.3s ease all;
				color: #000000;		
			}	




/* 產品_項目列表區塊---------------------------------- */
.product_listBg {
	margin: 50px 0px 0px;
	}
	
	.product_listArea {
		padding: 100px 0px 50px;
		line-height: 1.5;
	}
	
		.product_tit {
			font-size: 30px;			
			color: #333333;
		}
	
		.product_list {
			padding:  45px 0px 0;
			margin: 0px -15px;
			box-sizing: border-box;
		}
			.product_listIn {
				padding: 0px 15px;
				float: left;
				width: 25%;
				box-sizing: border-box;
				text-align: center;
			}
				.product_listIn a{
					color: #66B2DF;
					border: 1px solid #ddd;
					padding: 10px 20px;
					cursor: pointer;
					transition: 0.7s ease-in-out;
					text-decoration: none;
					display: block;
				}
				.product_listIn img{
					width: 100%;
					height: auto;					
				}
				.product_listIn h2{	
					font-size: 18px;
					margin: 15px 0 0;
					padding: 0;	
					color: #000;		
				}


			/* 新增樣式 by ryan */
			.product_img{
				cursor: default;
				display: block;
				position: relative;
				padding-top: 80%;
			
			}
			.product_img img{
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
			}









/* 產品_詢問按鈕區塊---------------------------- */
.inquiry{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 0px;
}
	.inquiry_btn{
		text-align: center;
		/*font-size: 36px;
		font-weight: bold;*/
	}
	.inquiry_btn a {
		display: inline-block;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		line-height: 50px;
		width: auto;
		height: 50px;
		background-color: #0089c1;
		text-decoration: none;
		border-radius: 3px;
		padding: 7px 10px;
	}
	.inquiry_btn a:hover {
		background: #000000;
	}	


@media (max-width: 990px){


	.in_tit_area2{
		display: none;
	}
	
		/* 上方選單錨點區塊---------------------------------- */
		.product_upArea{
			border-bottom: solid #e6e6e6 0px;
		}
			.product_upTit{
				display:block;
			}
				.product_upTit a:before {
					display: block;
				}	

			/* 上方選單錨點列表區塊 */
			.product_upListArea{
				margin: 0 0px;
				padding: 20px 0;
				display: none;
			}           
				.up_list{
					float: none;
					width: 100%;
					padding: 0 0px;			
				}
				.up_list a {
					padding: 10px 10px;
				}



	/* 產品_項目列表區塊---------------------------------- */
	.product_listBg {
		margin: 0px 0px 0px;
	}
	.product_listArea {
		padding: 50px 0px 25px;
	}

	.product_list {
		/* padding:  45px 0px 0; */
		margin: 0px -10px -20px;
	}
		.product_listIn {
			padding: 0px 10px 20px;
			width: 50%;
		}


	/* 產品_詢問按鈕區塊---------------------------- */
	.inquiry{
		padding: 50px 0px;
	}
		.inquiry_btn a {
			/*padding: 20px 10px;*/
			font-size: 17px;
		}



}






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


/* 內頁附加product_upArea2 */
	.product_upArea .product_upListArea {
		margin: -15px -30px;
	}
	.product_upArea2 .up_list {
		padding: 15px 30px;
	}
	.product_upArea2 .up_list a{	
		display: block;
		text-decoration: none;
		transition: 0.3s ease all;
		text-align: center;
		color: #fff;
		background: #0089c1;
		border-radius: 3px;
		font-size: 16px;
		line-height: 1.5;
		padding: 20px 5px;
	}
	.product_upArea2 .up_list a:hover{	
		opacity:0.7;
		background:#4d5357;
	}


.productInBg{
	line-height: 1.5;
}
	
	.productInList{	
		/* padding: 100px 0 50px;*/ 	/*modify by Ray 20210812*/
		padding: 150px 0 50px;		/*modify by Ray 20210812*/
	}

	.productInList:last-of-type{	
		padding-bottom: 100px;
	}
		/* 產品內頁_項目_圖 */
		.pI_listL{
			width: 30%;
			box-sizing: border-box;
			float: left;
		}
			/* 產品內頁_項目標題 */
			.pI_tit {
				font-size: 30px;
				color: #333333;
				margin: 0px 0px 30px;
			}
			.pI_img {
			}
				.pI_img img {
					width: 100%;
					height: auto;
				}
		/* 產品內頁_項目網編區 */
		.pI_listR{
			width: 60%;
			box-sizing: border-box;
			float:right;
		}
			.pI_listR .textarea{
				margin: 0;
				padding: 0;				
			}

	.productInList:nth-child(2n) .pI_listL{
		float:right;
	}
	.productInList:nth-child(2n) .pI_listR{
		float: left;
	}




@media (max-width: 990px){


	.product_upArea2 .up_list a{	
		color: #00adef;
		background: #00adef00;
		font-size: 22px;
		line-height: 1.5;
		padding: 10px 10px;
	}
	.product_upArea2 .up_list a:hover{	
		opacity:0.7;
		background: #00adef00;
	}



	/* 產品內頁_項目區塊------------- */
	.productInList{	
		padding: 50px 0 25px;	
	}
	.productInList:last-of-type{	
		padding-bottom: 50px;
	}

	.pI_listL ,
	.productInList:nth-child(2n) .pI_listL{
		float:none;
		width: 100%;
		margin: 0 0 15px;
	}
	.pI_listR ,
	.productInList:nth-child(2n) .pI_listR{
		float:none;
		width: 100%;
		padding-bottom: 15px;
		overflow-y: hidden;
    	overflow-x: auto;
	}
		.pI_listR .textarea {
			min-width: 995px;
    		width: 100%;
		}



}




/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}














	
	
	
	

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	border-bottom: solid 1px #c4c4c4;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color: #000;
					border-right: solid 1px #c4c4c4;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#0089c1;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#0089c1;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #0089c1 inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}

@media (max-width: 760px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			/*position: absolute;*/
			width: 100%;
			z-index: 999;
		}
			.tabs li, .img-scroll1 .tabs li, .img-scroll2 .tabs li, .img-scroll3 .tabs li, .img-scroll4 .tabs li, .img-scroll5 .tabs li {
				float:none;
				text-align:center;
				width:100%;
				font-size:15px;
				border-radius:0px;
				border: none;
				border-bottom: solid 1px #f3f3f3;
			}
				.tabs li.active:after {
					content:"";
				}
}

			

		
							
							
							

/*回上一頁*/
/*.back {
	text-align:center;
	padding:15px 0px 0px;
}
	.back a {
		display: block;
		transition: 0.3s ease all;
		text-decoration: none;
		width: 162px;
		line-height:33px;
		font-size:15px;
		margin: 0 auto;
		background: #303030;
		color: #fff;
		border-radius: 4px;
		padding: 0px 0px;
	}
		.back a:hover {
			opacity:0.7;
		}*/

/*按鍵區*/
.btn {
   /* text-align: center;*/
   text-align:left;
   padding-top: 40px;
}


.btn_area {
	font-size:0px;
	text-align:center;
	/* display:inline-block; */
	padding:0px;
	margin: 30px 0 30px;
}
	.btn_area input {
		display: inline-block;
		background: #0089c1;
		padding: 0px 10px;
		margin: 0 auto;
		height: 50px;
		width: 130px;
	}
	.btn_area input:nth-of-type(2) {
		background: #555;
	}
			.btn_area input:hover {
				background: #000;
			}
				/*FB按鍵*/
				input.fb_btn {
					background: #47639e;
					width: 195px;
				}
					input.fb_btn:hover {
						background: #47639e;
						opacity:0.7;
					}
					
					
					
					
					
			@media (max-width:510px){
				.btn {
				   text-align: center;
				}
				
				.btn_area {
					display:inherit;
				}
											
				.btn_area input {
					/*margin:15px 15px 0px;*/
					margin:15px 0px 0px;
				}	
			
				
			}				
					
					

					
					
					




/*/////////////////////////////////////////////////////////*/
/*QA列表*/
/*/////////////////////////////////////////////////////////*/	
	
.qa_list_area {
	margin: 20px 0px 0px;
}
.qa_list_area:first-of-type {
	padding-top:6px;
}
	.qa_list {
		font-size:18px;
		line-height:30px;
		border-bottom: solid 1px #D2D2D2;
	}
		.qL_tit {
			position:relative;
			/*font-weight:bold;*/
			padding: 9px 50px;
			cursor:pointer;
		}
		.qL_tit.show {
			background:#e3e3e3;
		}
			
		.qL_text {
			position:relative;
			transition:0.3s ease all;
			display: none;
			height:0px;
			box-sizing:border-box;
		}
		
		/* .qL_text p span{
			font-family:微軟正黑體 ;
			font-size: 15px;
			line-height: 25px;
		} */
		.qL_tit:before, .qL_text:before {
			position: absolute;
			left: 10px;
			top: 9px;
			font-size: 20px;
			color: #ffffff;
			letter-spacing: 0px;
			text-align: center;
			width: 28px;
			height:28px;
			border-radius: 100%;
			background: #071330;
		}
		.qL_tit:before {
			content: '?';
		}
		.qL_text:before {
			content: '!';
			background: #666666;
		}
		
		.qL_tit:after {
			position: absolute;
			content: '';
			background:url(../faq/images/plus.png) no-repeat;
			top: 22px;
			right: 22px;
			width: 10px;
    		height: 10px;
		}
		.qL_tit.show:after {
			background:url(../faq/images/x.png) no-repeat;
		}

				/*展開*/
				.qL_text.show {
					display: block;
					height:auto;
					padding: 9px 50px;
				}

				.qL_text a {
					color: #9fc238;
					text-decoration: none;
				}





/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
/*頁碼 RWD版*/
.page_area_rwd {
	text-align:center;
	padding: 15px 0px 40px;
}
	.page_left_arrow, .page_right_arrow {
		width:50px;
		font-size:15px;
		background: #333333;
		line-height:30px;
		font-weight:bold;
		text-align:center;
		border-radius:4px;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			border-radius:4px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				opacity:0.7;
				/*background: #505050;*/
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:12px !important;
			padding:7px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:30px !important;
			box-sizing:border-box;
			border-radius:3px;
		}
			@media (max-width: 760px){
				.page_left_arrow, .page_right_arrow {
					line-height: 40px;
					width: 83px
				}
				.page_select select {
					font-size: 15px !important;
					padding: 8px 18px 7px 16px !important;
					height: 40px !important;
					font-size: 15px !important;
				}
			}
			
			
/*-------頁次--置中版--修改 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 以及更早的版本 */
	}



/*----------------------------邁科 modify by Ray 20210716-----------------------------------*/


/* -----modify by ryan 20211206 start----- */
/*關於我們區塊*/
.about_area .left{
	float: left;
	width: 75%;
	box-sizing: border-box;
}
.about_area .right{
	float: right;
	width: 20%;
	box-sizing: border-box;
}

@media (max-width: 1160px){
	.about_area .left{
		width: 70%;
	}

	.about_area .right{
		width: 25%;
	}
}
@media (max-width: 850px){

	.about_area .left{
		float: none;
		width: 100%;
		padding: 0px 0 0;
	}

	.about_area .right{
		float: none;
		width: 100%;
		padding: 10px 0 0;
	}
}

/* -----modify by ryan 20211206 end----- */

/*關於我們*/
.about_rwd{
	width: 48%; 
	height: auto; 
	padding: 10px 0px;
}

	@media (max-width: 768px){

		.about_rwd{
			width: 100%;
		}
	}

	
.about_anchorList{
	display: flex;
	justify-content:space-between;
	margin: 30px 0px 60px 0px;
	flex-wrap: wrap;
	/* margin: 0px -35px 60px -35px; */
}


@media (max-width: 768px){

	.about_anchorList{
		display: none;
	}
}

.about_anchor{
	width: 15%;
	/* padding: 0px 30px; */
}

.about_anchor a {
	display: block;
	text-decoration:none;
	transition:0.3s ease all;
	/* margin: 20px auto; */
	text-align: center;
	color: #0089c1;
	border: 1px #0089c1 solid;
	border-radius: 5px;
	font-size: 16px;
    line-height: 1.5;
    padding: 10px 0px;
}
	.about_anchor a:hover {
		color: #fff;
		background:#0089c1;
		transition:0.3s ease all;
	}

	

	.btn{
		display: inline-block;
		padding: 0 0;
	}

	.btn a{	
	
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 15px 0 40px 0;
		text-align: center;
		color: #fff;
		background:#0089c1;
		border-radius: 3px;
		font-size: 16px;
		line-height: 3;
		width: 150px;
		color: #fff;
		/*background: #0089c1;*/
		/* border: solid 1px #686868; */
		
	}























/* ============================================ */
/*科技新知*/
/* ============================================ */

			
/*科技新知*/
.tech_area{
	/* padding-top: 60px; */
}
	.tech_area .left{
		float: left;
		width: 70%;
		box-sizing: border-box;
		/* padding-left: 1%;
		padding-right: 4%;	 */
	}

	.tech_area .right{
		float: right;
		width: 24%;
		box-sizing: border-box;
	}




/* 左半邊最新消息資訊 */
.newsArea{

}
	/* 最新消息列表 */
	.newsList{
		margin-bottom: 35px;
	}
		/* 最新消息列表標題 */
		.newsListTit{
			display: flex;
			align-items: center;
			flex-wrap: nowrap;
		}	
			.newsListTit img{
				padding-right: 10px;
				width: 48px;
				height:auto;
				display: block;
			}	
			.newsListTit h3{
				margin: 0;
				padding: 0;
				font-size: 16px;
				line-height: 1.5;
				color: #666666;
				font-weight: bolder;
			}	
        
		/* 最新消息列表日期 */
		.newsList .date{
			margin: 5px 0;
			font-size: 16px;
		}

		/* 最新消息列表簡述 */
		.newsList .text{
			color: #989898;
			font-size: 16px;
			line-height: 1.2;
			font-weight: normal;
		}			
		/* 最新消息列表按鈕 */
		.newsList .btn{
			margin: 20px 0 0px;
		}		
			.newsList .btn a{
				display: block;
				text-decoration: none;
				transition: 0.3s ease all;
				text-align: center;
				background: #0089c1;
				border-radius: 3px;
				font-size: 16px;
				width: 150px;
				height: auto;
				color: #fff;
				padding: 4px 5px;
				margin: 0;
			}
			.newsList .btn a:hover{
				opacity: 0.5;
				transition: 0.3s ease all;	
			}		



/* 右半邊最新消息資訊 */

h4.newsR_tit{
	font-size: 16px;
    padding: 0px;
	margin: 0;
    line-height: 1.5;
    color: #666666;
}

	.newsR_area{	
		margin-top: 15px;
	}

    /* 右側列表 */
	.newsR_area .news_list{
		padding: 20px 0px 0;
    	box-sizing: border-box;
		border-bottom: dashed 0px #c9c9c9;
	}
		.newsR_area .news_list a{
			color: #000;
			position: relative;
			display: block;
			padding: 0px 0px 20px 0px;
			box-sizing: border-box;
			border-bottom: dashed 1px #c9c9c9;
			text-decoration: none;
		}	
		




		.tech_area .left{
			float: left;
			width: 70%;
			box-sizing: border-box;
			/* padding-left: 1%;
			padding-right: 4%;	 */
		}
	
		.tech_area .right{
			float: right;
			width: 24%;
			box-sizing: border-box;
		}


@media (max-width: 1160px){
	.tech_area .left{
		width: 60%;
	}

	.tech_area .right{
		width: 24%;
	}
}
@media (max-width: 850px){

	.tech_area .left{
		float: none;
		width: 100%;
		padding: 0px 0 0;
	}

	.tech_area .right{
		float: none;
		width: 100%;
		padding: 10px 0 0;
	}
	
}






table {
	width:100%;
	margin:0 auto;
	border-radius: 3px;
	overflow: hidden;
}
	tr {
	}
		td {
			text-align:center;
			vertical-align:middle;
			font-size:15px;
			line-height: 24px;
			color:#333;
			padding:10px 15px;
			box-sizing:border-box;
			border-bottom: solid 1px #bebebe;
			border-right: solid 1px #bebebe;
			background: #f4f4f4;
		}
			/*商品名稱*/
			/* .cPL_product {
				font-size:0px;
				min-height:72px;
				text-align:left;
				font-size:15px;
				position:relative;
			} */
				/*加購品標籤*/
				/* .cPLP_label {
					position: absolute;
					top: 0px;
					left: 0px;
					font-size: 12px;
					color: #fff;
					background: #333;
					line-height: 20px;
					z-index: 1;
					padding: 0px 10px;
				}
				
				.cPL_product a {
					color:#000;
					text-decoration:none;
					display:inline-block;
					vertical-align:middle;
					min-height:74px;
				}
					.cPL_product img {
						width:100px; 
						border: solid 1px #dfdede;
						position:absolute;
						background:#fff;
					}
				.cPL_product_tit {
					padding:0px 0px 0px 115px;
					display:inline-block;
					vertical-align:middle;
					width: 96.5%;
					box-sizing: border-box;
				} */
			
			/*商品規格*/
			/* .specification {
				text-align:left;
				font-size: 14px;
				line-height: 22px;
				padding: 6px 0px 0px;
				color: #226484;
			} */
			
			table input {
				height:40px;
				line-height:40px;
				margin:4px 0px;
			}
				table input[type='text'] {
					width:66px;
					border: solid 1px #e7e7e7;
					text-align:right;
				}
				table input[type='button'] {
					border-radius: 3px;
					font-weight: bold;
					width: auto;
					padding: 0px 8px;
					box-sizing: border-box;
					background: #969696;
					line-height: 28px;
					height: 28px;
					background: #FFFFFF;
					border: solid 1px #c4c4c4;
					color: #333;
				}
				table input[type='button'].remittance_btn {
					width: auto;
					padding: 0px 12px;
					background: #BF4848;
					color:#fff;
				}					
					
	/*第一組tr*/
	tr:first-of-type td {
		border-top: solid 1px #bebebe;
	}
	/*第三組tr*/
	tr:nth-of-type(3) td {
	}
	
	
	/*第一個td*/
	td:first-of-type {
		/*width:40%;*/
		width:20%;
		border-left: solid 1px #bebebe;
	}
		td.cPL_twoBtn {
			padding: 5px 0px;
		}
	
	/*2進位的tr*/
	tr:nth-of-type(2n+0) td {
		background:#fff;
	}
	
	/*折抵列*/
	table {
		background: #e0e0e0;
		border-radius: 3px;
		border: 1px solid #bebebe;
		font-size: 14px;
		line-height: 25px;
		font-weight:bold;
	}
		table input[type=text] {
			height: 42px;
			line-height: 42px;				
			width: 62%;
		}
			td {
				background: #f4f4f4;
				padding: 15px 5px;
				box-sizing: border-box;
				vertical-align: middle;
			}
			td:nth-of-type(2),
			td:nth-of-type(4) {
				color:#de494a;
			}
			
			td:first-of-type,
			td:nth-of-type(3) {
				background: #e5e5e5;
			}
				/* .c_p_l_del_btn.update {
					background: #de484d;
					background-size: 100%;
					width: 42px;
				}
					input[type=button].c_p_l_del_btn {
						font-size: 14px;
						font-weight: 700;
						color: #fff;
						width:42px;
						height:32px;
						line-height:32px;
						border-radius: 3px;
					} */
					
					
					



/* ============================================ */
/*數據中心*/
/* ============================================ */




.dc_table{
	line-height: 1.5;
	font-size: 14px;
	color: #333;
	word-wrap: break-word;	
    overflow-y: hidden;
}
.dc_table table{
	width:100%;
	margin:0 auto;
	border-radius: 3px;
	overflow: hidden;

	min-width: 500px;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0;
}
.dc_table tr {
}
	.dc_table td {
		text-align:center;
		vertical-align:middle;
		font-size:15px;
		line-height: 24px;
		color:#333;
		padding:10px 15px;
		box-sizing:border-box;
		border-bottom: solid 1px #bebebe;
		border-right: solid 1px #bebebe;
		background: #f4f4f4;
	}


@media (max-width: 768px){

	.dc_table{
		font-size: 12px;
		
	}
	
}

	.dc_in_table{
		line-height: 3;
		
	}

	.dc_table tr:first-child{	
		background-color: #d1d1d1;
	}

	.dc_in_table tr:first-child {
		background-color: #ffffff;
	}

	.dc_in_table tr>td:first-child{
		background: #d1d1d1;
	}

	
	.dc_in_top{
		padding-bottom: 50px;
		position: relative;
		overflow: hidden;
	}

	.dc_in_middle{
		border-top: 0.5px solid #c0c0c0;
		padding-bottom:60px;
	}

	.dc_in_bottom{
		margin: 0px 0px 0px 0px;
		padding:60px 0px 60px 0px;
		background-image: url(../solutions/images/02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: 50% 50%;
	}

	.dc_in_btn{
		display: inline-block;
		width: 100%;
	}
	
	.dc_in_btn a {
		text-transform: uppercase;
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 20px auto;
		text-align: center;
		color: #fff;
		background:#5aaddd;
		border-radius: 3px;
		font-size: 16px;
		line-height: 4;
		width: 30%;
		color: #fff;
		/*background: #0089c1;*/
		/* border: solid 1px #686868; */
	}
		.dc_in_btn a:hover {
			
			
			background:#0089c1;
		}

	.dc_in_btn{

	}

	/*網編區*/
	/* .textArea {
		padding:25px 0px 25px;		
		line-height:25px;
		font-family: 微軟正黑體;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
	} */

/*----------------------------邁科 modify by Ray 20210723-----------------------------------*/




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

/* 文字置中 */
/* .text_center{
	text-align: center;
	margin: 30px 0px 0px;
} */


/* 聯絡我們_據點區塊 */
.contact_locationArea {
	
}

	/* 據點_公司區塊 */
	.location_corpList {
		padding: 50px 0px;
	}

		/* 據點_地圖 */
		.location_map {
			float: left;
			width: 55%;
			box-sizing: border-box;
		}

		/* 據點_文字區塊 */
		.location_right {
			float: right;
    		width: 40%;
			padding: 20px 0px 0px;
			box-sizing: border-box;
		}

			/* 據點_標題 */
			.location_title {
				color: #333333;
				font-family: Helvetica, sans-serif;
				font-size: 25px;
				font-weight: 300;
				margin: 0 0 40px;
			}

				/* .location_title h1 {
					font-size: 1em;
					font-weight: 300;
					margin: 0 0 40px;
				} */



			/* 據點_聯絡資訊 */
			.location_text {
				color: #333333;
				font-family: Helvetica, sans-serif;
				font-size: 20px;
			}

				.location_text p {
					margin: 0 0 10px;
				}
				.location_text a {
					/* modify by david 20220905 start */
					/* color: #ffffff; */
					color: #000;
					/* font-family: "Open Sans","Microsoft JhengHei","Helvetica Neue",Helvetica,Arial,sans-serif; */
					/* font-size: 16px; */
					/* modify by david 20220905 end */
					font-weight: bold;
					
					transition: color 400ms, background-color 400ms;
				}

					.location_text a:hover, a:focus, a:active {
						/* TODO:確認color顏色 */
						color: #0e9cd1;
    					text-decoration: none;
					}


					@media (max-width: 990px) {
						.location_corpList {
							padding: 15px 0px;
						}
						.location_map {
							float: none;
							width: 100%;
						}
			
						.location_right {
							float: none;
							width: 100%;
						}
					}


					@media (max-width: 425px) {
						.location_text p {
							margin: 0 0 5px;
						}
					}




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

	/* 表單_標題 */
	/* .form_title {
		color: #333333;
		font-family: Helvetica, sans-serif;
		text-align: center;
		border-bottom: solid rgba(230, 230, 230) 1px;
	}

		.form_title h1 {
			font-size: 25px;
			font-weight: 300;
			margin: 0px;
			padding: 0px 0px 30px;
		} */


				/* .fL_tit p {
					color: #333333;
					font-family: Verdana, Geneva, sans-serif;
					font-size: 16px;
					font-weight: bold;
				} */

				/* .fL_tit p:after {
					content: "*";
					color: red;
					margin: 0px 5px;
				} */










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


.searchBg{
	margin: 0;
	padding: 0;	
}
	.searchBg .product_listArea{
		margin: 0;
		padding: 0;	
	}
		.searchBg .product_list{
			margin: 0 -15px -30px;
			padding: 0;	
		}
		.searchBg .product_listIn {
			padding: 0px 15px 30px;
		}

@media (max-width: 990px) {

	.searchBg .product_list{
		margin: 0 -10px -20px;
	}
		.searchBg .product_listIn {
			padding: 0px 10px 20px;
		}

}






/*/////////////////////////////////////////////////////////*/
/*--------------------------投資人專區------------------------*/
/*/////////////////////////////////////////////////////////*/
/* -----modify by ryan 20211206 start----- */
/*投資人專區區塊*/
.investor_area .left{
	float: left;
	width: 75%;
	box-sizing: border-box;
}
.investor_area .right{
	float: right;
	width: 20%;
	box-sizing: border-box;
}

@media (max-width: 1160px){
	.investor_area .left{
		width: 70%;
	}

	.investor_area .right{
		width: 25%;
	}
}
@media (max-width: 850px){

	.investor_area .left{
		float: none;
		width: 100%;
		padding: 0px 0 0;
	}

	.investor_area .right{
		float: none;
		width: 100%;
		padding: 10px 0 0;
	}
}

/* -----modify by ryan 20211206 end----- */




/*財務 / 股務最新消息-------------------------------------*/	
	

/*_最新消息區塊_列表區塊*/
.indexNews_listArea{
	padding-top: 10px;
	/*padding-top: 25px;*/
	margin-bottom: 35px;
}
	/*列表*/
	.indexNews_list{
		position: relative;
		/* padding: 10px 0px 10px 110px; modify by david 20220829*/
		padding: 10px 0;
	}
		/*列表_日期*/
		.indexNews_listDate{
			position: absolute;
			left: 0px;
			color:#0178af;
			font-size: 16px;
			line-height: 24px;
		}
		/*列表_標題*/
		.indexNews_listTit{
		}
			.indexNews_listTit a{
				display: block;
				color: #595757;
				font-size: 16px;
				line-height: 24px;
				
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				transition:0.3s ease all;
			}
			/*hover*/
			.indexNews_listTit:hover a{
				color: #0178af;
				padding-left: 15px;
				transition:0.3s ease all;
			}	
	
	
	@media (max-width: 640px){
	.indexNews_list{
		padding: 10px 0px;
	}
		.indexNews_listDate{
			position: static;
		}
		
			/*.index_moreBtn a{
				width: 100%;
				display: block;
				padding: 15px 0px;
			}*/
}






/* -----下載列表----- */
.in_tit_down{
	font-size:15px;
	color:#00185e;
	font-weight:bolder;
	}

/*下載列表*/
.downloadListArea {
	width:100%;
	/* padding-top: 20px; */
	padding-bottom: 20px;
}

.downloadListLeft{
	float:left;
	width:49%;
	box-sizing:border-box;
}

.downloadListRight{
	float:right;
	width:49%;
	box-sizing:border-box;
}

	.downloadList {
		position:relative;
		border-bottom:dashed 1px #2b2b2b;
		padding: 15px 120px 15px 0px;
		cursor: pointer;
	}
	.downloadList:nth-of-type(2n+0) {
		/*background:#f9f9f9;*/
	}
		.downloadList_tit {
			font-size: 16px;
			line-height: 20px;
		}
		.downloadList_tit a{
			color: #333;
			font-size: 16px;
			line-height: 20px;
			text-decoration: none;
		}
		.downloadList_tit a:hover{
			opacity: 0.7;
		}

		.downloadList_btn {
			position: absolute;
			right: 5px;
			top: 13px;
		}
			.downloadList_btn a {
				text-decoration: none;
				display: block;
				background: #107cc5;
				/*background:#c70216;*/
				color: #fff;
				font-size: 12px;
				border-radius: 3px;
				padding: 4px 8px;
			}
				.downloadList_btn i {
					vertical-align: middle;
					font-size: 20px;
				}
					/*hover*/
					.downloadList_btn a:hover {
						opacity:0.7;
					}	

	@media (max-width: 900px){
	
		.downloadListLeft{
			float:none;
			width:100%;
		}
		
		.downloadListRight{
			float:none;
			width:100%;
		}
		.downloadListArea02 .downloadList {
			padding-right: 0;
		}
	}

	/* -----股價列表----- */
	.downloadListArea.type2{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.downloadList.type2{
		width: 48%;
		padding: 15px 0px 15px 0px;
	}









/*/////////////////////////////////////////////////////////*/
/*-------常見問題--------*/
/*/////////////////////////////////////////////////////////*/



	/*常見問題列表*/
	.qa_list_area {
		/* padding:23px 0px 10px 0px; */
	}
		.qa_list {
			border-bottom: solid 1px #ededed;
		}
			.qaL_tit {
				font-size:15px;
				line-height:22px;
				color:#333;
				position:relative;
				padding:11px 27px 11px 44px;
				cursor:pointer;
			}
				.qaL_tit:before {
					content:
					'?';
					position:
					absolute;
					font-size:13px;
					color:#fff;
					border-radius:100%;
					background: #979797;
					width:25px;
					height:25px;
					text-align:
					center;
					line-height:25px;
					font-weight:
					bold;
					top:9px;
					left:8px;
					box-sizing: border-box;
					padding: 0px 0px 0px 2px;
				}
				.qaL_tit:after {
					content:'+';
					position: absolute;
					font-size:19px;
					color: #585858;
					top: 9px;
					right: 8px;
					transition:0.3s ease all;
					transform-origin:center center;
				}
				
			.qaL_text {
				position:relative;
				font-size:14px;
				line-height:24px;
				color:#464545;
				padding:11px 27px 11px 44px;
				display:none;
			}
				.qaL_text:before {
					content:
					'！';
					position:
					absolute;
					border-radius:100%;
					text-align:
					center;
					width:25px;
					line-height:25px;
					font-size:13px;
					color:#fff;
					background: #464646;
					box-sizing: border-box;
					padding: 0px 0px 0px 2px;
					top:9px;
					left:8px;
				}
				/*hover*/
				.qaL_tit:hover {
					background:#eaeaea;
				}
				/*當前模式*/
				.qa_list.active .qaL_tit {
					background: #ededed;
					border-radius:5px;
				}
					.qa_list.active .qaL_tit:after {
						-webkit-transform: rotate(45deg);
								transform: rotate(45deg);
						top:11px;
						font-size:21px;
					}
					

