/*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畫面 開始---------------------------------*/
.lodding {
 	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:#3498db;  /*此為Loading的點點顏色*/
		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:#3498db;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#3498db;
	color:#fff;
}

.wrap {
	width: auto;
	margin:0 auto;
	padding: 0 80px;
}

@media (max-width: 1280px){
	.wrap{
		width: 1100px;
		padding: 0px;
	}
}
@media (max-width: 1160px){
	.wrap{
		width: 990px;
	}
}
@media (max-width: 1060px){
	.wrap{
		width: auto;
		padding: 0px 20px;
	}
}


@media (max-width: 640px){
	.wrap{
		padding: 0px 15px;
	}
}


/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size: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;
	border:none;
	width:162px;
	height:42px;
	background: #3498db;
	color:#fff;
	border-radius:5px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position: 98% 50%;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	
/*-------輪播----------------------------------------------------------------------------*/
.banner {
	background:#fff;
	position:relative;
	
	overflow: hidden;
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index: 2;
			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 {
					position:relative;
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: 20px;
		  /*bottom: -39px;*/
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 15px;
			  height: 15px;
			  border-radius: 50%;
			  background: #fff;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #e70012;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner {
				}
				.mobileBanner {
					display:none;
				}
					
@media (max-width: 880px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

@media (max-width: 640px){
	/*.pcBanner {
		display: none;
	}
	.mobileBanner {
		display:block;
	}*/
}
				
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding: 25px 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: #3498db;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background: #ffa640;
			}
	.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 {
	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:#808080;
					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:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*當前模式*/
						color:#3498db;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3498db 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:"";
									}
					}

			









/*-------浮動top鍵----------------------------------------------------------------------------*/

.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 1000;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.searchBtn {
		display: none;
		margin:7px 0px;
		position: relative;
	}
		.searchBtn a {
			display:block;
			transition:0.3s ease all;
			text-decoration:none;
			font-size:12px;
			line-height: 12px;
			text-align:center;
			width:50px;
			height:50px;
			box-sizing:border-box;
			border: solid 2px #4c4944;
			border-radius:100%;
			color:#674490;
			background: #fff;
			box-shadow:0px 0px 10px rgba(0,0,0,0.5);
			position:relative;
		}
			.searchBtn a i {
				font-size: 40px;
				margin: -3px 0px -9px;
			}
			.searchBtn img{
				width: 33px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 7px;
			}
				/*hover*/
				.searchBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #3498db;
				}
					.searchBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					}
					
					
	.phoneBtn {
		margin:7px 0px;
		position: relative;
	}
		.phoneBtn a {
			display:block;
			transition:0.3s ease all;
			text-decoration:none;
			font-size:12px;
			line-height: 12px;
			text-align:center;
			width:50px;
			height:50px;
			box-sizing:border-box;
			border: solid 2px #4c4944;
			border-radius:100%;
			color:#674490;
			background: #fff;
			box-shadow:0px 0px 10px rgba(0,0,0,0.5);
			position:relative;
		}
			.phoneBtn a i {
				font-size: 40px;
				margin: -3px 0px -9px;
			}
			.phoneBtn img{
				width: 36px;
				height: auto;
				position: absolute;
				top: 6px;
				right: 5px;
			}
				/*hover*/
				.phoneBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #3498db;
				}
					.phoneBtn:hover a {
						box-shadow:0px 0px 10px rgba(0,0,0,0.1);
					}
					
			/*標籤說明*/		
			.tab_description{
				display: none;
				position: absolute;
				left: -83px;
				top: 9px;
				background: rgba(0,0,0,0.6);
				color: #fff;
				padding: 10px 10px;
				font-size: 13px;
    			transition: 0.3s ease all;
			}
			/*hover*/
			.phoneBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}
			
				


	/*回最上面*/
	.topBtn {
		margin:7px 0px;
		position: relative;
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 50px;
			height: 50px;
			border: solid 2px #093389;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:#fff;
			padding: 25px 0px 0px;
			color:#093389;
		}
			.topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #093389;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 15px;
			}
			.topBtn a span {
				font-size:12px;
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #3498db;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #3498db;
					}
			
			
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
    			transition: 0.3s ease all;
			}		
						

/*@media (max-width: 640px){
	.searchBtn {
		display: block;
	}
}
*/
						
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    /*padding: 0px 0px 5px 0px !important;*/
	padding: 0px !important;
}
	.captcha input[type="text"] {
		/*width:80px;*/
		width:200px;
		margin-right:5px;
		display:inline-block;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #000;
		/*background: #333;*/
		border-radius: 5px;
		/*padding: 0px 11px;*/
		padding: 0px 10px;
		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;
		display:inline-block;
	}
	
@media (max-width:1040px){
	.captcha input[type="text"] {
		width:100px;
	}
}

/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
	/*padding: 60px 0px;*/
    /*max-width: 800px;*/
	/*max-width: 90%;*/
	/*max-width: 70%;*/
    margin: 0 auto;
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}
	
	/*表單區小標*/
	.form_tit {

		font-weight:bold;
		font-size:18px;
		line-height:26px;

	}
	
	.form_list {
		/*padding:15px 8px;*/
		box-sizing:border-box;
		padding: 17px 8px 0px;
			
		font-size: 15px;
		line-height: 21px;
	}
		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
		}
			.required_icon {
				color:#f00;
				display:inline-block;
			}
			
		.fL_right {
			/*padding:8px 0px 0px;*/
			padding:5px 0px 0px;
			font-size:14px;
		}
			.fL_right select {
				width:100%;
				cursor:pointer;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 23px;
				padding: 9px 0px 10px;
			}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
				}
			
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.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;
				}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.9%;
	}
	
	/*同意條款*/
	.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: 1060px){
	.form_area{
      max-width: unset;
	}
}

		
@media (max-width: 640px){
	
	.form_list{
		padding: 17px 0px 0px;
	}
	
	/*一列兩個樣式*/
	.fLType2 {
		width:auto;
		display:block;
	}
	
	/*表單區 按鍵區*/
	.form_btn_area input {
		float:left;
		width:48%;
		margin:0px;
	}
		.form_btn_area input:nth-of-type(2) {
			float:right;
		}
	.form_btn_area.one input {
		float:none;
	}
}


/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 0px;
}



/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}









/*/////////////////////////////////////////////////////////*/
/*-------歡迎頁內容--------*/
/*/////////////////////////////////////////////////////////*/

/*.wellcome_main{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 700px;
}

.wellcome_logo{
	width: 100%;
	text-align:center;
	padding: 250px 0px 0px;
	margin:0 -20px;
}
            
.wellcome_logoIMG{
	padding:0px 20px;
	display: inline-block;
	vertical-align:top;
}
             
	.wellcome_logoIMG a{
		display:block;
	}           
	.wellcome_logoIMG a:hover{
		opacity:0.6;
	}              


@media (max-width: 900px){

	.wellcome_logoIMG img{
		width:300px;
	}	
	
}

@media (max-width: 768px){

	.wellcome_logo{
		padding: 100px 0px 0px;
		margin:0px;
	}	
	.wellcome_logoIMG{
		padding:10px 0px;
		display:block;
		width:100%;
	}	
	
}*/





/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{
	
}


.indexMain {
}
	.indexMain .wrap {
		
	}
	




		/*首頁網編區塊標題*/
		.index_tit {
			font-size: 27px;
			font-weight:400;
			text-align:center;
			color: #555;
			/*font-weight: normal;*/
			/*font-family: "Open Sans", Arial, sans-serif;*/		
		}
			.index_titTW{
			position: relative;
			/* padding-left: 45px; */
			}

			.index_titTW .news_icon{
				position: absolute;
				left: -55px;
				top: -2px;
			}
				.index_titTW .news_icon img{
					width: 40px;
					height:auto;
				}			
			
			
			/*.index_titEN{
				padding-top: 7px;
				font-size: 17px;
				font-weight: normal;
				color: #999;
				letter-spacing: 2px;
				font-style: italic;
			}*/



		/*-------首頁_最新消息區塊--------*/
		.index_newsBg{
			padding: 70px 0px 35px;
		}	
			.index_newsBg > .wrap{
			}
				/*首頁_最新消息_內容區塊*/
				.index_newsArea{
					margin: 0px -23px;
					/*max-width: 90%;*/
					/*margin: 0px auto;*/
				}
				
					/*首頁_最新消息區塊_左半部*/
					.indexNA_left{
						float: left;
						width: 50%;
						box-sizing: border-box;
						padding: 0px 23px;
					}
						.indexNA_left img{
							width: 100%;
							height: auto;	
							border-radius: 6px;
						}
					
					/*首頁_最新消息區塊_右半部*/
					.indexNA_right{
						float: left;
						width: 50%;
						box-sizing: border-box;
						padding: 0px 23px;
					}
					
						/*最新消息區塊標題*/
						.index_tit.text_left {
							text-align: left;
						}
						
						/*首頁_最新消息區塊_列表區塊*/
						.indexNews_listArea{
							/*padding-top: 10px;*/
							padding-top: 25px;
							position: relative;
							padding-left: 300px;
						}
						
						/*圖*/
						.indexNewsIMG{
							/* float:left; */
							box-sizing:border-box;
							width: 280px;
							position: absolute;
							left: 0px;
							/* width:40%; */
						}
							.indexNewsIMG a{
								display:block;
								overflow:hidden;
							}	
							.indexNewsIMG img{
								width:100%;
								height:auto;
								transition: all 0.3s ease-out;
							}	
							.indexNewsIMG a:hover img{
								opacity:0.5;
								transform:scale(1.1);
								transition: all 0.3s ease-out;
							}
						
							/*列表*/
							.indexNews_list{
								min-height:170px;   /*Judy修改20190221*/
								/* float:right; */
								box-sizing:border-box;
								/* width:55%; */
								/*position: relative;*/
								/*padding: 10px 0px 10px 0px;*/
							}
								/*列表_日期*/
								.indexNews_listDate{
									/*position: absolute;
									left: 0px;*/
									color: #3498db;
									font-size: 14px;
									line-height: 24px;
									font-family: "Open Sans", Arial, sans-serif;
								}
								/*列表_標題*/
								.indexNews_listTit{
								padding-top: 5px;
								}
									.indexNews_listTit a{
										display: block;
										color: #555;
										font-size: 16px;
										line-height: 24px;
										text-decoration:none;

										/*font-family: "Open Sans", Arial, sans-serif;*/										
		
										overflow: hidden;
										white-space: nowrap;
										text-overflow: ellipsis;
										transition:0.3s ease all;
									}
									/*hover*/
									.indexNews_listTit:hover a{
										/*opacity:0.6;*/
										color: #e70012;
										padding-left: 15px;
										transition:0.3s ease all;
									}
									
								.indexNews_listBrief{
									padding-top: 5px;
									/*display: block;*/
									color: #717171;
									font-size: 14px;
									line-height: 22px;
																	
									display: -webkit-box;
									-webkit-box-orient: vertical;
									-webkit-line-clamp: 5;
									overflow: hidden;									
								}	
									
									
									
									
						
						/*首頁_more按鍵*/
						/*.index_moreBtn{
							padding-top: 15px;
						}	
							.index_moreBtn a{
								display: inline-block;
								color: #fff;
								background: #3498db;
								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: 1250px){
	.index_titTW .news_icon {
		position: static;
		display: inline-block;
		left: 0px;
		top: 0px;
		padding-right: 5px;
	}
	.index_titTW .news_icon img {
		width: 30px;
		vertical-align: -13%;
	}
}

@media (max-width: 1160px){
	
	.indexNews_listArea {
		padding-left: 280px;
	}	
		.indexNewsIMG {
			width: 260px;
		}	
}

@media (max-width: 990px){
	
	.indexNews_listArea {
		padding-left: 245px;
	}	
		.indexNewsIMG {
			width: 225px;
		}	
		.indexNews_list {
    		min-height: 140px;  /*Judy修改20190221*/
		}
			.indexNews_listBrief {
				-webkit-line-clamp: 4;
			}
	
}



@media (max-width: 900px){

.index_newsBg {
    padding: 70px 0px 10px;
}

	.index_newsArea{
		margin: 0px;
	}
		.indexNA_left{
			float: none;
			padding: 30px 0px;
			width: 100%;
			/* display: none; */
		}
		
		.indexNews_listArea {
			padding-top: 15px;
		}
		
		/*.indexNA_right{
			float: none;
			padding: 0px;
			width: 100%;
		}*/
		
			/*最新消息區塊標題*/
			/*.index_tit.text_left {
				text-align: center;
			}*/
			
	
			
			
				/*首頁_more按鍵*/
				/*.index_moreBtn{
					text-align: center;
				}	
					.index_moreBtn a{
						width: 50%;
						margin: 0px auto;
					}
					.index_moreBtn a:hover{
						padding: 15px 0px;
					}*/
}

@media (max-width: 640px){
	.index_newsBg {
		padding: 5px 0px;
	}	
		
		/*最新消息區塊標題*/
		.index_tit.text_left {
			text-align: center;
		}
		.indexNews_listArea {
			padding-top: 20px;
			position:static;
			padding-left: 0px;
		}
		
		.indexNewsIMG {
			width: 100%;
			position: static;
		}	
		
		
		.indexNews_list{
			padding: 10px 0px;
			min-height:inherit;   /*Judy修改20190221*/
		}
		/*.indexNews_listDate{
			position: static;
		}*/
		
			/*.index_moreBtn a{
				width: 100%;
				display: block;
				padding: 15px 0px;
			}*/
}














		/*-------首頁_廣告連結區塊--------*/
		.index_adBg{
			padding: 5px 0px 50px;
			/*background:url(../index/images/adBg.png);	
			background-repeat: repeat;
			background-position: top center;*/
			/*background:url(../index/images/adBg.png) repeat top center;
			background-repeat: no-repeat;
			background-position: top center;
			background-size: cover;*/
		}	
			.index_adBg > .wrap{
			}
			
				
				/*首頁_案例介紹_列表區塊*/
				.indexAd_listArea{
					/*text-align:center;*/
					/*max-width: 90%;*/
					/*margin:0 -13px;*/
					margin:0 auto;
					padding:20px 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;*/
								margin: 0px 5px;
								
								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;
									}	
									
							
								/*hover*/
								.indexAd_list:hover{
									opacity: 0.7;
								}
									.indexAd_list:hover  img {
										transform: scale(1.1);
										transition: all .2s ease-out;
										animation: bounceIn;	
									}	
								
.indexAd_coverArea{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;    
	box-sizing: border-box;
	
	margin: 0px auto;
}
	.indexAd_coverArea a{
		background: rgba(0,0,0,1);
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 16px;
		line-height: 24px;
		left: 10%;
		margin: 0;
		padding: 10px;
		position: absolute;
		text-align: center;
		/*text-transform: uppercase;*/
		border: 1px solid #303236;
		/*width: 80%;*/
		width: 50%;
		z-index: 99;
		transition: .4s;    
		box-sizing: border-box;
		bottom: -100%;
		text-decoration: none;
	}
	
	.indexAd_list span{
		display:block;
		margin-top:15px;
		font-size:16px;
		line-height:26px;
		/*text-decoration:none;
		color:#000;*/
	}
	.indexAd_list span a{
		display:block;
		color:#000;
		text-decoration:none;
		
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}	
	
	.indexAd_coverArea span a:hover{
		opacity:0.6;
	}	
	/*hover*/
	.indexAd_list:hover a{
	    bottom: 30%;
	}
	.indexAd_coverArea a:hover{
		background: rgba(255,255,255,1);
		text-decoration: none;
		border-color: #444;
      	color: #000;
	}
		.indexAd_coverArea i{
			position: relative;
			top: 5px;
			font-size: 20px;
		}
	
		.indexAd_coverArea:after{
			background: none repeat scroll 0 0 #000;
			content: "";
			height: 100%;
			left: -100%;
			opacity: 0.6;
			position: absolute;
			top: 0;
			width: 100%;
			transition: .4s;
			box-sizing: border-box;
		}
		/*hover*/
		.indexAd_list:hover .indexAd_coverArea:after{
			left: 0;
		}								
	

@media (max-width: 1280px){
	
	/*首頁_案例介紹_列表區塊*/
	.indexAd_listArea{
		/*margin: 0px -7px;*/
	}
		
		/*左鍵*/
		.device4 .ad_left {
			left: -7px;
		}
		
		/*右鍵*/
		.device4 .ad_right {
			right: -7px;
		}
			
			.indexAd_list{
				margin: 0px 7px;
			}		
}

@media (max-width: 1160px){
}
@media (max-width: 1060px){	
}
@media (max-width: 990px){	
}				
@media (max-width:768px){
}
@media (max-width: 640px){
	
	/*首頁_案例介紹_列表區塊*/
	.indexAd_listArea{
		max-width: unset;
		margin: 0px -7px;
	}
}
@media (max-width: 414px){
}
















/*/////////////////////////////////////////////////////////*/
/*-------內頁共用內容--------*/
/*/////////////////////////////////////////////////////////*/
	


	
	/*內頁banner*/
	.in_Banner{
		/*position:relative;*/
		/*background-position:center center;*/
		background-position: center bottom 50%;
		background-repeat:no-repeat;
		background-size:cover;
	}
		/*.in_Banner img{
			width: 100%;
			height: auto;
			background-size: cover;
		}*/
		/*banner標題*/
		.inB_tit{
			/*position: absolute;
			bottom: 80px;
			margin: 0px 0px 0px -73px;
			left: 50%;*/
			text-shadow: 2px 3px 7px #000;
			font-size: 35px;
			font-weight: bold;
			color: #fff;
			letter-spacing: 3px;
			padding:120px 0px;
		}

		
		/*字串長class*/
		.inB_tit_sp{
			margin: 0px 0px 0px -130px;
		}
	
	
	
	

/*麵包屑*/
.crumb {
	font-size:12px;
	line-height:18px;
	color:#676767;
	text-align: right;
	padding: 10px 0px 5px;
}
	.crumb a {
		color: #555;
		text-decoration:none;
	}
	.crumb a:first-of-type {
		color: #3498db;
	}	
	
	.crumb a:hover {
		opacity:0.5;
		text-decoration:none;
	}	
		/*.crumb i {
			font-size: 15px;
			vertical-align: middle;
			position: relative;
			top: -1px;
		}*/
	
	
	
	
	
	
	/*左側*/
	.left{
		padding: 20px 0px 0px 0px;
		float: left;
		box-sizing:border-box;
		/*width: 25%;*/
		width: 20%;
		/* background: #fff1b5; */
		height: auto;
	}
	
	


	
		/*左側標題*/
		.leftList_tit{
			padding-bottom: 15px;
		}
			.leftList_titIn{
				font-weight:bold;
				font-size: 24px;
				color: #555;
				
				border-bottom: 2px solid #3498db;
				display: inline-block;
				padding-bottom: 12px;	
			}



		/*左側選單區塊*/
		.leftListArea{
			padding: 20px 0px 20px 0px;
		}
			.leftList{
				border: 1px solid #ddd;
				border-bottom:none;
			}
			.leftList:last-child{
				border-bottom: 1px solid #ddd;
			}			
			
				.leftList > a{
					display:block;
					color: #555;
					font-size: 16px;
					line-height: 20px;
					padding: 10px 20px;
					text-decoration: none;
					transition: 0.2s ease all;
					font-weight: bold;
					letter-spacing: 0px;
				}
				
				/*hover*/
				.leftList:hover > a{
					color: #3498db;
					position:relative;
    				transition: 0.2s ease all;
				}
				
				/*當前模式*/
				.leftList.active > a{
					/* background: #ffa640; */
					/* color: #ffffff; */
					position:relative;
					transition: 0.2s ease all;
				}
					/*當前模式*/
					.leftList.active > a:after{
						position: absolute;
						content: '';
						border-top: 4px solid transparent;
						border-bottom: 4px solid transparent;
						border-left: 7px solid #a0a0a0;
						top: 16px;
						right: 20px;
					}
					
	
					/*左側選單列表第二層*/
					.leftList_open{
						display: none;
						padding:5px 0px;
					}
					
					/*當前模式*/			
					.leftList_open.active{
						display:block;
					}	
						.leftList_open_list{
							padding: 3px 0px;								
						}
							.leftList_open_list > a{
								display:block;
								text-decoration:none;
								font-size: 15px;
								color: #3498db;
								position: relative;
								line-height: 26px;
								padding: 0px 60px 0px;
								letter-spacing:0px;
								position:relative;
							}
							
							.leftList_open_list > a:before{
								content:"-";
								position:absolute;
								/* top:-2px; */
								left: 50px;
							}								
							
							/*當前模式*/								
							.leftList_open_list.active > a:after {
								position: absolute;
								content: '';
								border-top: 3px solid transparent;
								border-bottom: 3px solid transparent;
								border-left: 5px solid #002f13;
								top: 7px;
								right: 48px;
							}								
							
							/*當前模式 、 hover*/
							.leftList_open_list.active > a, .leftList_open_list > a:hover{
								color: #002f13;
								}
							

	

				
	/*右側*/	
	.right{
		float: right;
		box-sizing: border-box;
		/* width: 75%; */
		width: 77%;
		padding: 75px 0px 0px 0px;
	}

		/*右側標題*/
		.right_tit{
			font-size: 22px;
			font-weight: bold;
			color: #555;
			line-height: 28px;
			margin-bottom: 20px;
			/*padding-bottom: 12px;
			border-bottom: 2px solid #3498db;
			display: inline;*/
		}
		
		.right_tit span{
			border-bottom: 2px solid #3498db;
			display: inline-block;
			padding-bottom: 12px;			
		}
		
			/*.right_tit:after{	
				position: absolute;
				content: "";
				background-color: #3498db;
				height: 2px;
				width: 25%;
				bottom: -15px;
				left: 0px;
			}*/
			
/*網編區*/
.text_area{
	padding:20px 0px;
	font-size:16px;
	line-height:32px;
	color:#333;
}
	.text_area img{
		max-width:100%;
		height:auto;
	}



@media (max-width:900px){
	
/*banner標題*/
.inB_tit{
	padding: 50px 0px;
}

	.left{
		float: none;
		width: 100%;
		padding: 0px;
		margin: 45px 0px 0px;
		background: none;
	}
		.leftList_tit {
			position: relative;
			cursor: pointer;
			border-bottom: 1px solid #ccc;
			/*border: 1px solid #ccc;*/
			padding: 15px;
		}
			.leftList_tit span{
				display:inline-block;
				padding-left: 15px;
			}
			.leftList_tit: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: 24px;
				right: 20px;
			}
			
			
				.leftList_titIn {
					/*font-weight: bold;
					font-size: 24px;
					color: #555;*/
					border-bottom: 0px solid #3498db;
					/*display: inline;
					padding-bottom: 12px;*/
				}			
							
			
			
			
			
			.leftListArea{
				display:none;
				background: #f5f4f4;
				padding: 0px 0px 15px;
			}

				.leftList:first-child{
					border-top:none;
				}
					.leftList > a{
						padding: 15px 25px;
					}
					.leftList.active > a:after {
						right: 20px;
					}				
				
				
	.right{
		float: none;
		width: 100%;
		padding: 35px 0px 20px;
	}
}


@media (max-width: 768px){
	
	.crumb {
		padding: 20px 0px 10px;
	}

}















	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*首頁影音*/
/*.index_video_list {
	position:relative;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
}
	.index_video_list > img {
		width: 100%;
		height: auto;
		opacity:0.6;
		transition:0.3s ease all;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		text-align:center;
		top:0px;
		box-sizing: border-box;
		padding:130px 20px 20px 20px;
		font-size:16px;
		line-height:22px;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			padding:0px 0px 8px 0px;
		}*/
		/*hover*/
		/*.index_video_list:hover > img {
			opacity:1;
		}*/
	
	

/*-------影音中心----------------------------------------------------------------------------*/
/*影音列表*/
.video_list_area {
	font-size:0px;
	margin:-65px -16px 0px -14px;
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
}
	.video_list {
		display:inline-block;
		vertical-align:top;
		padding:65px 12px 0px 12px;
		width:485px;
	}
	/*firefox hack*/
	@-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
		}
			.video_list_remark {
				font-size:14px;
				line-height:24px;
				color:#3d3d3d;
				padding:3px 0px 0px 0px;
			}
			
			
			
	

/*------------------燈箱效果-------------------------------------------------------------------*/

.lightboxArea {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    box-sizing: border-box;
    /*padding: 80px 0;*/
	padding: 150px 0px;   /*修改by pekey  20170507*/
    display: none;
}
.lightboxBG {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.lightboxMain {
	min-height:395px; /*修改 by pekey 20170508*/
    width: 40%;
    margin: 0 auto;
	background: #fff;
   /* background: #000;*/  /*修改 by pekey 20170507*/
    border-radius: 5px;
    position: relative;
    top: 0;
    box-sizing: border-box;
    padding: 15px;
    /*font-size: 0;*/ /*修改 by leo 20190221*/
}
.lightboxCloseBtn {
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background: #3498db;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
}
.lightboxContentArea {
    /*height: 100%;*/    /*修改by pekey 20170428*/
	overflow-y: auto;
    min-height: 350px; /* 修改 by pekey 20170508*/
	/*min-height: 100%; */
	position:relative;
}
	.lightboxContentArea .text_area{
		position:absolute;
		/*height:100%;*/
		height:auto;  /* 修改 by pekey 20170508*/
		width:100%; /*'新增by pekey 20170512*/
	}

	/*新增by pekey 20170428*/
	.lightboxContentArea > img {
		width:100%;  
		height:auto;
	}
	
	/*'新增by pekey 20170512*/
	.lightboxContentArea  iframe{
		width:100%;
		/*height:auto;*/
	}
	
	.lightboxContentArea .text_Area.lightbox_text{
		width:100%;
		height:350px;
		overflow-x:hidden;
		overflow-y:auto;
		/*background-color:white;*/
	}
	
	
	
@media(max-width:800px){
	.lightboxArea {
		padding:80px 0px;
	}
	.lightboxMain {
    	min-height: 250px;
    	width: 78%;
	}
		.lightboxContentArea{
			min-height:250px;
		}
}
@media(max-width:640px){
	.lightboxMain {
    	/*min-height: 200px;*/
		min-height: auto; /*修改by pekey 20170512*/
	}
		.lightboxArea{
			padding:150px 0px;
		}
		.lightboxContentArea{
			/*min-height: 200px;*/
			min-height: auto; /*修改by pekey 20170512*/
		}
		
		/*'新增by pekey 20170512*/
		.lightboxContentArea  iframe{
			height:auto;
		}
		
}

		
		
		
		
		
		
		
		
/*限時搶購的燈箱顯示時才會加*/
.limit_use {
	padding: 124px 0px;
}
	.limit_use .lightboxMain {
		height:360px;
	}

/*限時搶購燈箱*/
.limit_buy_area {
	position:relative;
}
	.limit_buy_price {
		position: absolute;
		top: 218px;
		right: 426px;
		color: #fff;
		font-size: 31px;
		font-weight:bold;
	}
		.limit_buy_price span {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 70px;
			vertical-align: top;
		}
	
	.limi_buy_img {
		border-radius: 5px;
	}
	
	.limit_info_area {
		position:absolute;
		top:70px;
		right:43px;
		text-align:center;
	}
		/*倒數*/
		.countdown_area {
			font-size:0px;
			background:rgba(255,255,255,0.5);
			border-radius:5px;
			padding:14px 5px;
		}
			.countdown {
				display:inline-block;
				vertical-align:top;
				color:#fff;
				font-size:16px;
				text-align:center;
				background:#000;
				border-radius:3px;
				padding: 25px 22px;
				box-shadow: 0px 55px 50px rgba(255,255,255,0.25) inset;
				margin:0px 10px;
				position:relative;
				min-width:46px;
			}
				.countdown span {
					display:block;
					font-size:40px;
					font-weight:bold;
					padding:0px 0px 2px 0px;
				}
				.countdown:before {
					position:absolute;
					content:'：';
					font-size:40px;
					font-weight:bold;
					top:22px;
					left:-31px;
				}
					.countdown:first-of-type:before {
						display:none;
					}
					
		.limit_info_select {
			padding:14px 0px 0px 0px;
		}
			.limit_info_select select {
				border:none;
				height:30px;
				line-height:30px;
				padding: 0px 0px 1px 7px;
				margin:0px 8px;
				border: solid 1px #CCC;
				min-width:105px;
			}
		.limit_info_btn {
			padding:17px 0px 0px 0px;
		}
			.limit_info_btn label {
				font-size:18px;
				font-weight:bold;
				display:block;
				text-align:center;
				background:#A21F0F;
				color:#fff;
				border-radius:5px;
				line-height:27px;
				padding: 8px 0px;
				box-shadow: 0px 20px 20px rgba(255,255,255,0.3) inset;
				transition:0.3s ease all;
			}
				.limit_info_btn label img {
					vertical-align: top;
				}
				.limit_info_btn input {
					display:none;
				}
				/*hover*/
				.limit_info_btn label:hover {
					background:#ecae3a;
					box-shadow: none;
				}
	
	/*今日不再顯示*/
	.cookie_area {
		position:absolute;
		color:#fff;
		font-size:14px;
		bottom:-25px;
		right:5px;
	}

/*影音燈箱顯示時才會加*/
.video_use {
	padding: 100px 0px;
}
	.video_use .lightboxMain {
		height:450px;
	}

/*影音燈箱*/
.video {
	height:100%;
}
	.video iframe {
		height:1px;
		height:100%;
		width:100%;
	}		
		
					
			
			
			
			
			
			
				
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	






/*會員登入區*/
.member_login_area {
	position:fixed;
	background: rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:999;
	transition:0.3s ease all;
	opacity:0;
	pointer-events: none;
	opacity:1\9;			/*ie9*/
	display:none \9;		/*ie9*/
}
.member_login_area.show {
	opacity:1;
	pointer-events: auto;
	display:block \9;		/*ie9*/
}
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.member_login_area {
		opacity:1;
		display:none;
	}
	*::-ms-backdrop, .member_login_area {
		opacity:1;
		display:none;
	}
		.member_login_area.show {
			display:block;
		}
		*::-ms-backdrop, .member_login_area.show {
			display:block;
		}
}
	.mL_info {
		position:absolute;
		background:#fff;
		border-radius:3px;
		padding:15px;
		left:50%;
		top:50%;
		margin:-235px 0px 0px -176px;
	}
		.mL_close {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			line-height: 34px;
			border-radius: 100%;
			color: #333;
			background: #f4f4f4;
			top: -17px;
			right: -17px;
			border: solid #a4a4a4 1px;
			box-shadow: 0px 0px 6px rgba(0,0,0,0.1) inset;
			cursor: pointer;
			transition:0.3s ease all;
		}
			.mL_close:hover {
				box-shadow: 0px 0px 10px rgba(0,0,0,0.4) inset;
			}
			
		.mLI_logo {
			padding:0px 0px 10px;
			max-width:323px; 
			text-align:center;
			box-sizing: border-box;
		}	
			.mLI_logo img{
				width: 100%;
				height: auto;
			}		
		.mLI_input {
			padding:10px 0px;
			font-size: 15px;
		}
		.mLI_btn {
			padding:10px 0px;
		}
		.mLI_btn_fb {
			padding:10px 0px;
		}
		
			.mLI_btn input {
				width:48%;
				float:left;
			}
				.mLI_btn input:nth-of-type(2) {
					float:right;
					background: #fac20d;
				}
			.mLI_btn_fb>input {
				width:100%;
				float:left;
				background: #3b5999;
			}
				
			.mLI_btn_2 input {
				background: #f4f4f4;
				border: solid #a4a4a4 1px;
				color: #333;
				box-shadow: 0px 0px 6px rgba(0,0,0,0.1) inset;
				width:100%;
				float:none;
			}
			
		.mLI_tit {
			padding:10px 0px 0px;
			font-size:14px;
			line-height:22px;
			color:#333;
		}
			@media (max-width: 425px){
				.mL_info {
					left: auto;
					top: auto;
					margin: 25px auto 0px;
					width: 80%;
					position: relative;
				}
					.mLI_logo {
						width:100%;
					}
			}
			@media (max-height: 485px){
				.mL_close {
					display:none;
				}
				.mL_info {
					top: auto;
					left: auto;
					position: relative;
					width: 100%;
					box-sizing: border-box;
					margin: 3% auto 0px;
					max-width: 323px;
					height: 90%;
					overflow-y: scroll;
				}
			}				












/*/////////////////////////////////////////////////////////*/
/*最新消息*/

/*最新消息列表*/
.news_list_area {
	padding: 0px 0px 20px;
	/*margin-top: -20px;*/
}
	.news_list {
		position: relative;
		border-bottom: dashed 1px #a0a0a0;
		padding: 0px 0px 20px 250px;
		margin-top: 20px;
		width:48%;
		box-sizing:border-box;
	}
		.news_list:nth-child(2n+1) {
			float:left;
		}	
		.news_list:nth-child(2n) {
			float:right;
		}	
	
		.news_list:first-of-type {
			/*padding-top:0px;*/
		}
	
		.nL_img {
			position:absolute;
			top:0px;
			left:0px;
			width:220px;
			vertical-align:top;
			overflow: hidden;
		}
			.nL_img a {
				display:block;
			}
			.nL_img a:hover {
				transition:0.3s ease all;
				opacity:0.7;
				transform:scale(1.1);
			}			
				.nL_img img {
					width:100%;
					height:auto;
				}
				
		.nL_right {
			/*display:table-cell;*/
			vertical-align:top;
			padding:  0px;
			min-height: 145px;  /*Judy修改20190221*/
		}


			/*列表_日期*/
			.nLR_time{
				color: #3498db;
				font-size: 14px;
				line-height: 24px;
				font-family: "Open Sans", Arial, sans-serif;
			}
			/*列表_標題*/
			.nLR_tit{
				padding-top: 5px;
			}
				.nLR_tit a{
					display: block;
					color: #555;
					font-size: 16px;
					line-height: 24px;
					text-decoration:none;

					/*font-family: "Open Sans", Arial, sans-serif;*/										

					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					transition:0.3s ease all;
				}
				/*hover*/
				.nLR_tit:hover a{
					/*opacity:0.6;*/
					color: #e70012;
					padding-left: 15px;
					transition:0.3s ease all;
				}
				
			.nLR_Brief{
				padding-top: 5px;
				/*display: block;*/
				color: #717171;
				font-size: 14px;
				line-height: 22px;
												
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 4;
				overflow: hidden;									
			}	



/*開課期間 大標*/
/*.nLR_timeTit{
	display: inline-block;
	vertical-align: middle;
}
.nLR_timeIn{
	display: inline-block;
	vertical-align: middle;
}
	.nLR_timeStart{
		display: inline-block;
		vertical-align: middle;
	}
	.nLR_timeIn span{
		display: inline-block;
		vertical-align: middle;
	}
	.nLR_timeEnd{
		display: inline-block;
		vertical-align: middle;
	}
		
			
			.nLR_tit {
			}
				.nLR_tit a {
					color: #000000;
					font-size: 15px;
					line-height: 22px;
					 font-weight: bold; 
					padding: 15px 0px 0px;
					
					
					display: block;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				.nLR_tit a:hover {
					color: #999;
					text-decoration: underline;
				}*/				
				
				
				
				
				
			/*.nLR_remark {
				color: #565656;
				font-size: 15px;
				line-height:22px;
			}*/
	/*沒有照片時樣式*/
	/*.news_list.noImg .nL_img {
		display:none;
	}*/
	
	
	
	
@media (max-width: 1000px){

	.news_list {
		/*position: relative;
		border-bottom: dashed 1px #a0a0a0;
		padding: 0px 0px 20px 250px;
		margin-top: 20px;*/
		width:100%;
		/*box-sizing:border-box;*/
	}
		.news_list:nth-child(2n+1) {
			float:none;
		}	
		.news_list:nth-child(2n) {
			float:none;
		}

}

@media (max-width: 600px){

	.news_list {
		padding: 0px 0px 20px 0px;
	}
	.nL_img {
		position:static;
		top: 0px;
		left: 0px;
		width: 100%;
		/*vertical-align: top;
		overflow: hidden;*/
	}
	.nL_right {
		padding: 20px 0px 0px;
		min-height:inherit;   /*Judy修改20190221*/
	}	

}

	/*@media (max-width: 425px){
		.nL_img {
			display:block;
			width:100%;
		}

		.nL_right {
			display:block;
			padding: 15px 0px 0px;
		}
	}*/



/*最新消息內頁標題*/

.right_tit_2 {
    margin-bottom: 20px;
}
	.right_tit_2 span {
		font-size: 22px;
		color: #555;
		line-height: 28px;
		font-weight: bold;
		border-bottom: 2px solid #3498db;
		display: inline-block;
		padding-bottom: 12px;		
	}
	.right_tit_2 span:nth-of-type(1) {		
		color: #3498db;
		font-size: 14px;
		line-height: 24px;
		font-family: "Open Sans", Arial, sans-serif;
		font-weight:normal;
		display:block;
		border-bottom:none;
		padding-bottom: 10px;		
	}


/*@media (max-width: 510px){
	.right_tit_2 span{	
		display:block;
	}
}*/




/*.newsInTit {
	padding-top: 30px;
    border-bottom: 1px dashed #a0a0a0;
    padding-bottom: 10px;
}
	.nIT_time {
		font-size: 20px;
		display: inline-block;
		color: #3498db;
		border-radius: 2px;
		font-weight: bold;
		
		padding-right: 35px;
		border-right: 2px solid #3498db;
	}
	.nIT_tit {
		position: relative;
		display: inline-block;
		font-size: 20px;
		line-height: 33px;
		font-weight: bold;
		color: #3498db;
		padding-left: 30px;
	}*/
		/*.nIT_tit:after {
			position: absolute;
			content: '';
			bottom: 0px;
			background: #0048dc;
			width: 30px;
			height: 3px;
			right: 0px;
		}
		
@media (max-width: 768px){
	.nIT_time {
		display: block;
		padding-right: 0px;
		font-size: 16px;
		color: #000;
	}
	.nIT_tit {
		display: block;
		padding: 10px 0px 0px;
	}
	
}*/


		/*購物車表單最後的按鈕*/
		.btn_area {
			font-size: 0px;
			text-align: center;
			padding: 25px 0px;
		}
		
			.btn_area input {
				margin: 0px 30px;
			}

		.btn_area.one{
			text-align:center;
		}
		
		/*back按鍵*/
		input.back{
			background: #3498db;
			color: #fff;
		}






/*/////////////////////////////////////////////////////////*/

/*聯絡我們*/

/*/////////////////////////////////////////////////////////*/


/*聯絡我們表單區塊*/
.form_box_area{
	padding-top: 20px;
	margin: 0px -40px;
}
		
	/*聯絡我們左*/
	.contactLeft {
		float: left;
		width: 50%;
		padding: 0px 40px 20px;
		box-sizing: border-box;
		box-sizing: border-box;
	}


	/*聯絡我們右*/
	.contactRight {
		float:right;
		width:50%;
		padding: 0px 40px 20px;
		/*padding:25px 0px 0px;*/
		box-sizing: border-box;
	}
		/*表單區備註*/
		.form_remark {
			text-align: left;
			font-size: 16px;
			line-height: 30px;
			padding: 0px 0px 15px 0px;
		}
		
		/*.form_area {
			font-size: 0px;
			margin: 0 -10px;
		}
			.form_list {
				font-size: 15px;
				border-bottom: 0px; 
				padding: 7px 10px;
				box-sizing: border-box;
			}*/

.form_box_area .btn_area{
    font-size: 0px;
    text-align: left;
    padding: 30px 10px;
}

	.form_box_area .btn_area input {
		  margin: 0px 30px 0px 0px;
	}
	
	
@media (max-width: 990px){   /*@media (max-width: 540px){*/

/*聯絡我們表單區塊*/
.form_box_area{
	margin: 0px -20px;
}
		
	
	/*聯絡我們左*/
	.contactLeft {
		padding: 0px 20px;
	}
	/*聯絡我們右*/
	.contactRight {
		padding: 0px 20px;
	}


	/*表單區 按鍵區*/
	.form_box_area .btn_area input {
		float:left;
		width:48%;
		margin:0px;
	}
		.form_box_area .btn_area input:nth-of-type(2) {
			float:right;
		}
		
	.form_box_area .btn_area input {
		float:none;
	}
}


@media (max-width: 768px){  

/*聯絡我們表單區塊*/
.form_box_area{
	margin: 0px;
}

	/*聯絡我們左*/
	.contactLeft {
		padding: 0px;
		float: none;
		width: 100%;
	}

		.contactLeft .text_area iframe {
			width:100%;
			height:250px;
		}	
	
	/*聯絡我們右*/
	.contactRight {
		padding: 30px 0px 0px;
		float: none;
		width: 100%;
	}
}





















/*/////////////////////////////////////////////////////////*/
/*商品櫥窗*/



.rightListArea{
	padding:20px 0px;
}





/*商品列表區塊*/
.prodict_list_area{
	margin: 0px -7px;
}
	/*商品列表*/
	.pLA_list{
		display: inline-block;
		vertical-align: top;
    	width: 24.2%;
		box-sizing: border-box;
		padding: 12px 7px 0px;
	}
		/*商品圖片*/
		.pLAL_img{
			overflow: hidden;
			background-color: #000;
		}
			.pLAL_img a{
				display:block;
			}

			.pLAL_img a:hover{
				transition:0.3s ease all;
				opacity:0.3;
				transform:scale(1.1);
			}


			.pLAL_img img{
				width: 100%;
				height: auto;
				border: solid 1px #E6E6E6;
			}
		
		/*商品列表下方區塊*/
		.pLAL_bottom{
   			padding: 10px 0px;
		}	
			/*產品名稱*/	
			.pLALB_name{
			}
				.pLALB_name a{
					display:block;
					color: #5f5f5f;
					font-size: 16px;
					line-height: 26px;
					font-weight:bold;
					letter-spacing:0px;
					text-decoration:none;
				}
				.pLALB_name a:hover{
					color: #3498db;
				}


			/*建議售價*/
			.pLALB_originalPrice{
				text-decoration: line-through;
				font-size: 13px;
				color: #999;
				padding: 8px 0px 0px;
				letter-spacing:0px;
			}	
			/*會員價錢*/
			.pLALB_price{
				font-weight: bold;
				color: #ed3729;
				font-size: 17px;
				line-height: 21px;
				padding: 7px 0px 0px 0px;
				letter-spacing:0px;
			}
			/*加入購物車按鈕*/
			.pLALB_addCart{
    			padding: 8px 0px 0px 0px;
			}
				.pLALB_addCart a{
					display: inline-block;
					font-size: 14px;
					padding: 9px 8px;
					text-decoration: none;
					transition: 0.3s ease all;
					border-radius: 2px;
					background: #e9e9e9;
					color: #585858;
					border: solid 1px #cccccc;
				}
				.pLALB_addCart a:hover{
					background: #cccccc;
					color: #fff;
				}

@media (max-width:900px){
}

@media (max-width:640px){
	/*商品列表*/
	.pLA_list{
    	width: 32.5%;
	}
}
@media (max-width:500px){
	/*商品列表*/
	.pLA_list{
    	width: 49%;
	}
}
@media (max-width:425px){
	
	.prodict_list_area {
		margin: 0px auto;
	}	
	/*商品列表*/
	.pLA_list{
    	width: 100%;
		padding: 12px 0px 0px;
	}
}
@media (max-width:320px){
	.pLALB_price{
		font-size:14px;
	}
}






/*---------產品內頁上------------------------------------------*/
.product_in_top {
	border-bottom: solid 1px #a7a7a7;
    padding: 0px 0px 30px;
	margin:0px 0px 30px;
}
	/*產品內頁產品圖*/
	.product_in_img {
		width:40%;
		float:left;
		padding: 20px 0px 0px;
	}

		
		/*大圖*/
		.pII_big {
		}
			.pIIB_img {
				display:none;
			}
				.pIIB_img img {
					width:100%;
					height:auto;
					border-radius:5px;
    				border: 1px #dedede solid;
				}
			#b_img1 {
				display:block;
			}
		
		/*小圖*/
		.pII_s {
			margin:0px -5px;
			padding:20px 0px 0px;
		}
			.pII_s .device {
			}
				.pII_s .swiper-slide {
					box-sizing:border-box;
					padding:0px 5px;
				}
					.pII_s .swiper-slide img {
						border-radius: 5px;
    					border: 1px #dedede solid;
						/*border-radius:5px;*/
					}
			.pII_s .arrow-left {
				left:-17px;
			}
			.pII_s .arrow-right {
				right:-14px;
			}
	
	/*產品內頁上右*/
	.pIT_right {
		float:right;
		width:55%;
	}

		.pITR_tit {
			font-size: 20px;
			color:#5a5a5a;
			/*font-weight: bold;*/
			line-height: 26px;
			padding: 10px 0px 0px 0px;
		}

		/*商品說明短文字*/
		.pITR_remark {
			padding: 20px 0px 0px 0px;
			font-size: 15px;
			line-height: 25px;
			color: #555;
		}

		.pITR_price {
			font-size:14px;
			line-height:30px;
			padding:10px 0px 0px 0px;
		}
			.pITR_price span {
				color:#ff4040;
				font-weight:bold;
				font-size:22px;
			}
			





		@media (max-width: 1024px){
			
			/*產品內頁產品圖*/
			.product_in_img {
				width:38%;
			}	
		}
		
		
		
		@media (max-width: 925px){								
			
			/*產品內頁產品圖*/
			.product_in_img {
				width:80%;
				float:none;
				padding-bottom:15px;					
			}								
			
			/*產品內頁上右*/
			.pIT_right {
				width:100%;
				float:none;
			}								


		}							


				@media (max-width: 910px){


					/*產品內頁產品圖*/
					.product_in_img {
						width:34%;
						float:left;
						padding-bottom:0px;					
					}								
					
					/*產品內頁上右*/
					.pIT_right {
						width:60%;
						float:right;
					}								

				}
				
				
				
				@media (max-width: 768px){
					
					.product_in_top {
						text-align: center;
					}									

					/*產品內頁產品圖*/
					.product_in_img {
						width:70%;
						float:none;
						display:inline-block;					
					}								
					
					/*產品內頁上右*/
					.pIT_right {
						width:100%;
						float:none;
						text-align:left;
					}
				}									
				
				
				@media (max-width: 640px){

					/*產品內頁產品圖*/
					.product_in_img {
						width:100%;			
					}
				}									
									

									







	/*產品內頁下*/
	.pI_bottom{
		background: #fff;
		border-radius: 3px;
		padding:25px 0px 0px;
	}

		.pI_bottom section.text_area p{
		}































/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}