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

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

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

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

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:12px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 37px;
    line-height: 37px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    width: 150px;
    height: 35px;
    background: #0ba4ea;
    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;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	
	
	
	
	
/*-------輪播----------------------------------------------------------------------------*/
.banner {
	position:relative;
	padding:0px 9px;
	margin:0px -9px;
}
	.device {
		position:relative;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:20px;
			}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide img {
						width:100%;
						height:auto;
					}
						.bannerMobile {
							display:none;
						}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 20;
		  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;
				}	
				
	@media (max-width: 1100px){
		.banner {
			background-size:100%;
		}
	}
		@media (max-width: 1000px){
			.banner {
				margin:0px -20px;
				padding:0px;
			}
		}
			@media (max-width: 500px){
				.banner {
					margin:0px -15px;
				}
					.bannerPc {
						display:none;
					}
					.bannerMobile {
						display:block;
					}
			}
				
/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 20px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:50px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
		    line-height: 30px;
			background:#e60113;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#00a0e9;;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size: 12px !important;
			padding: 8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height: 30px !important;
			box-sizing: border-box;
			border-radius: 3px;
		}

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

/*-------浮動top鍵----------------------------------------------------------------------------*/
.top_but {
	position: fixed;
	right:0px;
	bottom:-70px;
}
	.top_but a {
		display:block;
		text-align:center;
		font-size:14px;
		color:#fff;
		line-height:32px;
		transition:0.3s ease all;
		text-decoration:none;
		border-radius: 5px 0px 0px 5px;
		background:#0a1f62;
		padding: 0px 20px;
	}
		.top_but a:hover {
			color:#000;
		}
		
/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		vertical-align: middle;
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 5px 11px;
		font-size: 14px;
		display: inline-block;
		margin: 9px 0px 9px 5px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		display: inline-block;
		color: #de484d;
		font-size: 12px;
		vertical-align: middle;
		padding: 0px 0px 0px 10px;
	}

/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
    margin: 0 auto;
	/*padding: 30px 0px 0px;*/
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		/*text-align: center;*//*modify by nick 20190910*/
		font-size: 12px;
		line-height: 24px;
		font-weight: bolder;
		/*position:relative;*/
	}
	
	/*表單區名稱*/
	.formTit{
		font-size: 20px;
		line-height: 26px;
		color: #333;
		font-weight: bolder;
		padding: 20px 0px 10px 7px;
		margin-bottom: 20px;
		border-bottom: 1px #888 dashed;
	}
	
	/*表單區小標*/
	.form_tit {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
	}
	
	.form_list {
		padding:8px 8px 0px;
		box-sizing:border-box;
	}
		.fL_tit {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
			position:relative;
		}
			.requirde_icon {
				display: inline-block;
				border-radius: 3px;
				font-size: 12px;
				color: #fff;
				background: #de484d;
				line-height: 18px;
				padding: 0px 5px;
			}
			.fL_tit .requirde_icon {
				right: 0px;
				position: absolute;				
			}
		
		.fL_info {
			font-size: 15px;
			line-height: 42px;
			padding: 9px 0px 10px;
		}
		
			
			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			/*.fLR_info {
				font-size: 15px;
				line-height: 23px;
				padding: 9px 0px 10px;
			}*/
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
				}
			
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fL_info.address select {
				margin:0px 5px 0px 0px;
			}
			.fL_info.address input[type='text']:nth-of-type(1) {
				width:77px;
			}
			.fL_info.address input[type='text']:last-of-type {
				margin:12px 0px 0px 0px;
			}
			
			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.8%;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;
		}
		.agreeToTerms a {
			color:#ca0000;
		}
	
	/*表單區 按鍵區*/
	/*.form_btn_area {
		padding:30px 0px 30px 0px;
		text-align:center;
	}
		.form_btn_area input {
			margin:0px 20px;
		}
		.form_btn_area input:nth-of-type(2) {
			background:#555;
		}*/
		
		
			@media (max-width:800px){							
				.form_remark {
					text-align:left;
				}	
			}		
		
		
			@media (max-width: 540px){
				/*一列兩個樣式*/
				.fLType2 {
					width:auto;
					display:block;
				}
				
				/*表單區 按鍵區*/
				.form_btn_area input {
					width:32%;
					margin:0 20px;
				}
					.form_btn_area input:nth-of-type(2) {
						float:right;
					}
				.form_btn_area.one input {
					float:none;
				}
			}
			
/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 0px;
}
/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

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

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










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

			
.header {
	padding: 10px 0px 0px;
}

	.header .wrap {
		position:relative;
	}
		.top_line {
			display:none;
			background: #e6e6e6;
			height: 1px;
			margin: 11px 13px 12px 12px;
		}
		/*logo*/
		.logo {
			width: 200px;
			float:left;
			/*padding: 15px 0px;*/
		}
			.logo img {
			width: 100%;
			height: auto;
			}
				.logo_s {
				}
				.logo_b {
					display:none;
				}
			
			
			
			
		.HeaderRight{
			float:right;
			padding: 14px 0px;
		}	
		/*
		.search {
			position:relative;
			box-sizing: border-box;
			float:right;
			width:280px;
			padding: 4px 0px;
		}
			.search input[type="text"] {
				float: right;
				width: 170px;
				height: 26px;
				line-height: 25px;
				padding: 0px 10px 0px 10px;
				border-radius: 16px;
			}
			.search input[type="submit"] {
				float:left;
				width: 10%;
				height: 26px;
				background: url(../images/search_but.png) top left no-repeat;
				border: none;
				outline: none;
				cursor: pointer;
				vertical-align: top;
				margin-left: 2px;
			}
			.search input.search_but {
				display: none;
			}
			.search label {
				position: absolute;
				right: 0px;
				top: 4px;
				background: #70b42b;
				padding: 0px 0px 0px 0px;
				border-radius: 50%;
				width: 26px;
				height: 26px;
			}
			.search i {
				color: #fff;
				font-size: 16px;
				margin: 5px 6px;
			}
			
			
			*/
			
		
		.fb_icon{
			box-sizing: border-box;
			float:right;
			margin: 0px 0px 0px 20px;
		}
		.line_icon{
			box-sizing: border-box;
			float:right;
			margin: 0px 0px 0px 20px;
		}
			.fb_icon a ,
			.line_icon a {
				display:block;
			}
			.fb_icon a:hover ,
			.line_icon a:hover {
				opacity:0.5;
			}				
				.fb_icon img ,
				.line_icon img {
					width:35px;
					height:auto;
				}	
		
		
		
		
		
		
		
		/*手機menu按鍵*/
		.menu_btn {
			position:absolute;
			width:20px;
			top: 50%;
			right: 20px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -10px 0px 0px;
		}
			.menu_btn span {
				display:block;
				background:#005984;
				height:2px;
				margin: 4px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*點擊*/
				.menu_btn.active {
					top: 22px;
					position: fixed;
					margin: 0px;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						transform: rotate(39deg);
						transform-origin: top left;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
					}
					.menu_btn.active span:nth-of-type(3) {
						transform: rotate(-39deg);
						transform-origin: bottom left;
					}
		
		/*主按鍵*/
		.navbar {
			text-align: center;
			padding: 15px 0px;
			margin: 10px 0px 0px;
			/* margin: 0px -18px 0px 0px; */
		}
			.nav {
			    display: inline-block;
				width: 19%;
			}
				.nav a {
					text-align: center;
					display:block;
					text-decoration:none;
					position:relative;
					color:#979797;
					font-size:17px;
					padding: 0px 18px;
					letter-spacing: 10px;
					font-weight: 600;
				}
					.nav a:before {
						width:1px;
						height:16px;
						background:#746742;
						position:absolute;
						content:'';
						left:0px;
					}
					/*.nav a:first-child:after {
						width:1px;
						height:16px;
						background:#746742;
						position:absolute;
						content:'';
						left:0px;
					}*/					
					.nav:first-of-type a:before {
						display:none;
					}
					.nav a:hover {
						color: #01a0e9;
						transition: 0.5s ease all;
					}
					.nav.active > a {
						color:#00a0e9;
					}

	@media (max-width: 1100px){
		/*logo*/
		.logo_s {
			display:none;
		}
		.logo_b {
			display: block;
		}
		
		/*主按鍵*/
		.navbar {
			margin:0px;
		}
	}
		@media (max-width: 1000px){
			
			.header {
				padding: 10px 0px 10px;
			}

			/*手機menu按鍵*/
			.menu_btn {
				display:block;
			}
			
			/*.HeaderRight {
				float: right;
				padding: 9px 0px;
			}*/
			
			/*主按鍵*/
			.navbar {
				position: fixed;
				width: 156px;
				top: 0px;
				right: -156px;
				height: 100%;
				box-sizing: border-box;
				background: rgba(0, 14, 43, 0.72);
				transition: 0.3s ease all;
				padding: 56px 0px 0px;
				overflow-y: scroll;
				z-index: 3;
			}
			.navbar.active {
				right: 0px;
				box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
			}
				.nav {
					float:none;
					width:auto;
				}
					.nav a {
						color:#fff;
						font-size: 15px;
						padding: 15px 12px;
					}										
					.nav a:before {
						display:none;
					}					
					
			.search {
				float:right;
				width:280px;
				/*padding: 10px 0px;*/
			}
				.fb_icon {
					padding-right: 45px;
				}
		}
			@media (max-width: 550px){
				
				/*logo*/
				.logo {
    				width: 150px;
				}				
					.logo img {
						height:auto;
						width: 100%;
					}
					.menu_btn{
						top:50%
					}
					
					.HeaderRight {
						margin-right:35px;
					}				
						.fb_icon ,
						.line_icon {
							margin: 0px 0px 0px;
							padding:0px 5px;
						}
						.fb_icon img  ,
						.line_icon img {
							width: 28px;
							height: auto;
						}
			}














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




.footer {
	padding:15px 0px;
}
	.footer_info{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 29%;
		border-left: solid 2px #cccccc;
		padding: 10px 5px;
	}
		.footer_info:first-child {
			width: 37%;
			border-left: none;
		}

		.fi_img{
			position: relative;
			padding-left: 20px;
			width: 30px;
			display: inline-block;
			vertical-align: middle;
		}
			. footer_info:first-of-type .fi_img:before{
				display:none;
			}
				.fi_img img{
				width: 100%;
				height: auto;
				}
		.fi_info{
			position: relative;
			display: inline-block;
			vertical-align: middle;
			font-size: 12px;
			color: #404040;
			line-height: 18px;
			width: 75%;
		}
		.fi_info a{
			font-size: 12px;
			color: #171717;
			text-decoration: none;
			margin:0px 0px;
		}
	.footer_top_line {
		background: #e6e6e6;
		height: 2px;
	    margin: 10px 0px;
	}
	.footer_content{
	    font-size: 10px;
		color: #cccccc;
		padding: 10px 0px;
	}
		.fc_info_left{
			float:left;
		}
		.fc_info_right{
			float:right;
		}
		
	@media (max-width: 1023px){
		/*.footer_info{
			position:relative;
			display: inline-block;
			width: 49%;
			border-left:none;
			padding: 10px 0px;
		}*/

	}
	@media (max-width: 990px){
		.footer_info{
			width: 100%;
			border:none;
		}
		.footer_info:first-child {
			width: 100%;
			/*border-left: none;*/
		}
		.fc_info_left{
			float:none;
		}
		.fc_info_right{
			padding-top:5px;
			float:none;
		}
	}
		

	@media (max-width: 420px){
		.fi_img{
			vertical-align: top;
			padding-left: 0px;
			width: 20px;
		}
		/*.fi_info{
			width: 80%;
		}*/
		
	}
				
		

/*-------首頁---------------------*/
		
	/*首頁連結區塊*/
	.index_link_area {
		padding:12px 0px;
		margin:0px -10px;
		text-align:center;
	}
		.i_link {
			display: inline-block;
			vertical-align: top;
			width: 32.7%;
			box-sizing: border-box;
			padding: 20px 10px;
		}
		.i_link:hover {
			opacity:0.8;
			filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
		}
			.i_link a{
			    display: block;
				text-decoration:none;
			}
				.i_link a img{
				    border: none;
					width: 100%;
					height: auto;
				}	
				.i_link_title{
				    text-align: center;
					padding: 10px 0px;
					color: #000000;
				}
		/*@media (max-width: 890px){
			.i_link {
				width: 48.90%;
			}
		}*/
		@media (max-width: 640px){
			
			/*首頁連結區塊*/
			.index_link_area {
				/*padding:12px 0px;*/
				margin:0px 0px;
			}			
			.i_link {
				width: 100%;
				padding: 10px 0px;
			}
		}





/*////////////////////////////////////////////////////////////////////////////////////////*/

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

/*////////////////////////////////////////////////////////////////////////////////////////*/		



		/*網編區*/
		.textArea {
			padding:20px 0px 0px;
			font-size:15px;
			line-height:25px;
			color:#333;
		}
			.textArea img {
				max-width:100%;
				height:auto;
			}
			.textArea table {
				max-width:100%;
			}
			.textArea a {
				word-break:break-all;
			}







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

/*內頁大標-------------*/
.inTit {
	/*font-size: 16px;
	font-weight: bold;
	color: #706c6c;
	padding: 22px 0px 9px;
	text-align: left;
	text-shadow: 2px 2px 1px #fff;*/
	color: #02a1e9;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    padding: 25px 0px;
    text-align: center;
}

.inTit.hasOpen {
    font-size: 20px;
    font-weight: bold;
    color: #706c6c;
    padding: 10px 0px 10px;
    text-align: left;
    text-shadow: 2px 2px 1px #fff;
}
	/*.inTit_tw{
		padding:10px 0px;
		font-size:22px;
	}
	.inTit_en{
	}*/

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

.mainCenter {
	background:url(../images/main_mid_bg.png) top center repeat-y;
	min-height: 245px;
}
.mainCenter2 {
	background:url(../images/main_mid_bg_2.png) top center repeat-y;
}
	.mainCenter2Bg {
		min-height: 245px;
		padding: 0px 24px 20px;
	}*/
	
	
	
	
/*按鍵區*/	
.btn_area {
    font-size: 0px;
    text-align: center;
    padding: 25px 0px;
}	
	.btn_area input {
		margin: 0px 30px;
	}	
	.btn_area input:nth-child(2) {
		background: #e60314;
	}		
	
	

		.back {
			margin-top: 20px;
		}
		.back a{
			display: block;
			text-decoration: none;
			transition: 0.3s ease all;
			margin: 0 auto;
			text-align: center;
			color: #fff;
			background: #333;
			border-radius: 3px;
			font-size: 13px;
			line-height: 20px;
			width: 150px;
			color: #333;
			background: #fff;
			float: right;		
		}
		
		
		
		@media (max-width: 800px) {	
			/*內頁大標*/
			.inTit {
				/*padding: 5px 0px 25px;*/
				font-size: 20px;
				font-weight: bold;
				/*color: #706c6c;*/
				padding: 10px 0px 10px;
				/*text-align: left;*/
				text-shadow: 2px 2px 1px #fff;
			}		
		}
		
		@media (max-width: 550px) {
			
			.btn_area input {
				width: 40%;
				margin: 0px 10px;
			}			

			.back a{
				float: none;
			}
		}	
	
	
	
	
	
	
	/*左邊---------------------------*/
	.left {
		float:left;
		width:140px;
		padding: 0px 25px 0px 0px;
	}
		/*左選單*/
		.leftListArea {
		    padding-left: 5px;
		}
			.leftList {
				padding:10px 0px 0px;
			}
				.leftList a {
					display:block;
					text-decoration:none;
					transition:0.3s ease all;
					position:relative;
					color:#000;
					font-size: 15px;
					line-height: 20px;
				}
				.leftList > a {

					letter-spacing: 2px;
					padding: 0px 0px 0px 7px;
				}
					.leftList > a:before {
						position:absolute;
						content:'';
						width:4px;
						height:4px;
						background:#7f7f7f;
						border-radius:100%;
						top:8px;
						left:-4px;
					}
						/*當前模式*/
						.leftList.active > a {
							font-weight:bold;
							color:#00a0e9;
						}
						.leftList:hover > a {
							font-weight:bold;
							color:#00a0e9;
						}
							/*第二層展開*/
							.leftListOpen {
								padding: 0px 0px 10px;
								display:none;
							}
								.llO_list {
									padding: 6px 0px 0px 23px;
								}
									.llO_list a {
										letter-spacing: 2.6px;
										font-size:13px;
										letter-spacing:1px;
									}
										.llO_list a:before {
											position: absolute;
											content:'-';
											top: -1px;
											left: -15px;
										}
										.llO_list.active a {
											font-weight:bold;
											color:#00a0e9;
										}
										.llO_list a:hover {
											font-weight:bold;
											color:#000;
										}
							
								.leftListOpenArea{
								    position: absolute;
									margin: -56px 0px 0px 117px;
								    display: none;
								}
									.show{
										display:block;
									}
								.leftListOpenArea img{
									width:86%;
									height:100%;
								}
								.lloa_tit{
									position: absolute;
									font-family: "Times New Roman", Times, serif;
									font-size: 28px;
									font-weight: bold;
								    top: 28px;
								    left: 40px;
								}
								.lloa_btn1{
									position: absolute;
									left: 40px;
									top: 78px;
								}
									.lloa_btn1 a{
										background-color: #232323;
										padding: 0px 8px 0px;										
										color:#FFF;
									    border-radius: 4px;
										border: solid 1px;
									    box-shadow: 0px 20px 20px rgba(70,70,70,0.5) inset;
									}
									
									.lloa_btn1 a:before {
										position: absolute;
										content:'';
									}
									
									.lloa_btn1 a:hover {
										background-color: #232323;
									    color: #FFF;
									}
								.lloa_btn2{
									position: absolute;									
								    left: 40px;	
									top: 108px;								
								}
									.lloa_btn2 a{
										background-color: #232323;
										padding: 0px 8px 0px;										
										color:#FFF;
									    border-radius: 4px;
										border: solid 1px;
									    box-shadow: 0px 20px 20px rgba(70,70,70,0.5) inset;
									}
									
									.lloa_btn2 a:before {
										position: absolute;
										content:'';
									}
									
									.lloa_btn2 a:hover {
										background-color: #232323;
									    color: #FFF;
									}		
										.llO_list:hover .leftListOpenArea {
											display:block;
										}	
							@media (max-width: 800px){
								.llO_list:hover .leftListOpenArea {
									display:none;
								}	
							}	
																
	/*右邊-----------------------------*/
	.right {
		width:800px;
		float:right;
		padding: 0px 0px 25px 20px;
		background-color: #ffffff;
		min-height:500px;
	}
	
	.right.noleft{
		width:100%;
		float:none;
		padding: 0px 0px 25px 0px;
		/*background-color: #ffffff;
		min-height:500px;*/
	}
	
	
	


		/*.mainBottom {
			padding:0px 0px 20px;
		}
			.mainBottom img {
				width:100%;
				height:auto;
			}*/
			
			
			
			
	
	@media (max-width: 1100px) {
		/*.mainCenter {
			background-size:100%;
		}*/
			/*左邊*/
			.left {
				box-sizing: border-box;
				width: 18.5%;
				padding: 0px 16px;
			}
			
			/*右邊*/
			.right {
				width: 76%;
				padding: 0px 1.9% 0px 0px;
			}
	}
		@media (max-width: 800px) {
			/*.mainTop {
			}
				.mainTop img {
					display:none;
				}
			
			.mainCenter {
				background:none;
				background:#efefef;
				border-radius:6px 6px 0px 0px;
				box-shadow: 0px 0px 18px rgb(144, 144, 144) inset;
				padding: 0px 18px 20px;
			}
			.mainCenter2 {
				padding: 20px 18px 20px;
			}
				.mainCenter2Bg {
					padding: 5px 10px 20px;
					background: #fff;
					border-radius: 5px;
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
				}*/
				
				/*左邊*/
				.left {
					float:none;
					width:auto;
					padding-left: 20px;
					background-color: #ebebea;
				}

						/*有左選單樣式*/
						.inTit.hasOpen {
							cursor:pointer;
							position:relative;
							padding-right: 18px;
						}
							.inTit.hasOpen:after {
								position:absolute;
								content:'';
								border-top: solid 6px #333;
								border-left: solid 4px rgba(255,255,255,0);
								border-right: solid 4px rgba(255,255,255,0);
								top: 27px;
								right: 3px;
							}
					
					/*左選單*/
					.leftListArea {
						padding:10px 0px 0px;
						display:none;
					}
					.leftListArea.active {
						display:block;
					}
						.leftList {
							padding:0px;
							border-bottom: dashed 1px #c4c4c4;
						}
							.leftList > a {
								letter-spacing: 1px;
								padding: 10px 0px;
								font-size: 15px;
								line-height: 21px;
								padding-left: 13px;
							}
								.leftList > a:before {
									left: 0px;
									top: 18px;
								}
									/*第二層展開*/
									.llO_list {
										padding: 0px 0px 0px 31px;
									}
										.llO_list a {
											padding: 10px 0px;
										}
											.llO_list a:before {
												top: 10px;
											}
				
				/*右邊*/
				.right {
					float: none;
					width: auto;
					padding: 0px 15px 20px;
					background: #fff;
					border-radius: 5px;
					margin: 10px 0px 0px;
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
					min-height: 165px;
				}
				
				.right.noleft {
					/*width: 100%;
					float: none;
					padding: 0px 0px 25px 0px;*/
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
				}				
			
			/*.mainBottom {
			}
				.mainBottom img {
					display:none;
				}*/
		}
			/*@media (max-width: 500px) {
				.mainTop {
					padding:56px 0px 0px;
				}
				.mainCenter {
					padding: 0px 13px 20px;
				}
				.mainCenter2 {
					padding: 20px 13px 20px;
				}
			}*/




	
	
/*-------↓↓↓↓↓↓↓--------------Judy修改20191009-------↓↓↓↓↓↓↓--------------*/	
				

	
/*////////////////////////////////////////////////////////////////////////////////////////*/

/*-------國外就職---------- */

/*////////////////////////////////////////////////////////////////////////////////////////*/		


.InaugurationArea{
	padding: 0px 0px 100px;
}


@media (max-width: 640px){
	.InaugurationArea{
		padding: 0px 0px 50px;
	}
}

/*-------↑↑↑↑↑↑↑--------------Judy修改20191009-------↑↑↑↑↑↑↑--------------*/	
	
	








/*////////////////////////////////////////////////////////////////////////////////////////*/

/*-------培訓教室(NEWS模組)---------- */

/*////////////////////////////////////////////////////////////////////////////////////////*/		

	


/*-------最新消息----------------------------------------------------------------------------*/
	.NewsArea{
		/*padding:0px 8px;*/
	}
		/*.NewsTitle{
		}*/
			.NewsTitle img {
				max-width: 100%;
				height: auto;
			}
			.ntTitle{
				padding:0px 0px 0px 20px;
				float:left;
				color:#FFF;
				font-size:14px;
			}
			.ntDay{
				padding:0px 50px 0px 0px;
				float:right;
				color:#FFF;
			}
		.NewsList{
			position:relative;
			min-height: 29px;
			/* background: #f7f7f7; */
			padding:7px 0px 0px 10px;
		}
		.NewsList:nth-of-type(2n+1){
		    /* background: #ececec; */
		}
			.nl_tag{
				display: none;
				/*display: inline-block;*/
			    vertical-align: middle;
				padding-left:1px;
				width:43px;
			}
			.nl_title{
				max-width: 550px;
				width:auto;
				display: inline-block;
				vertical-align: middle;
				padding: 4px 10px 0px 0px;
			}
			.nl_title a{
				font-size: 15px;
				color: #171717;
				text-decoration: none;
				display: block;
				overflow : hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
				transition: 0.3s ease all;
			}
				.nl_title a:hover{
					color: #03a1e9;
				}	
			.nl_time{
				position:absolute;
				right: 0px;
				display: inline-block;
				vertical-align: middle;
				padding:6px 10px 0px 0px;
				color:#585858;
				font-size:10px;
			}
			.nl_more{
				display: none;
				position:absolute;
				right:1px;
				/* display: inline-block; */
				vertical-align: middle;
				padding:5px;
			}
			.nl_download{
				position:absolute;
				right:1px;
				display: inline-block;
			    vertical-align: middle;
			}
		
	/*@media (max-width: 960px){
		.NewsArea{
			width:auto;
		}
	}*/	
	@media (max-width: 910px){
		
		.nl_title {
    		max-width: 451px;
  }
		/*.nl_more{
			display:none;
		}	
		.nl_time{
			right:1px;
		}*/
	}
	@media (max-width: 500px){
			.nl_title{
				display: block;
						}
			.nl_tag{
				display:none;
			}
			.nl_time{
				float:none;
				position:relative;
				padding: 6px 10px 4px 0px;
			}
			.nl_download{
				/*display:none;*/
				display: block;
				position:relative;
			}
	}			
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*-------常見問題----------------------------------------------------------------------------*/
/*常見問題列表*/
/*.qa_list_area {
	padding:0px 0px 10px 5px;
}
	.qa_list {
		border-bottom: solid 1px #dadada;
		padding-top:10px;
	}
		.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: #ecae3a;
				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 10px 11px 44px;
			display:none;
			text-align: justify;
		}
			.qaL_text:before {
				content:'！';
				position:absolute;
				border-radius:100%;
				text-align:center;
				width:25px;
				line-height:25px;
				font-size:13px;
				color:#fff;
				background:#c61826;
				box-sizing: border-box;
				padding: 0px 0px 0px 2px;
				top:9px;
				left:8px;
			}
			.qaL_text  img {
				max-width:100%;
				height:auto;
			}*/
			/*hover*/
			/*.qaL_tit:hover {
				background:#eaeaea;
			}*/
			/*當前模式*/
			/*.qa_list.active .qaL_tit {
				background:#eaeaea;
				border-radius:5px;
			}
				.qa_list.active .qaL_tit:after {
					-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
				}*/





/*////////////////////////////////////////////////////////////////////////////////////////*/

/*-------海外就學(產品模組)---------- */

/*////////////////////////////////////////////////////////////////////////////////////////*/		

	
/*-------------產品列表------------------------------------------------------------------------------------*/		


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

			.p_l_tit {
				font-size: 16px;
				line-height: 20px;
				font-weight: bold;
				margin: 10px 0px 0px;
				/* padding: 5px 0px 3px 0; */
				/* white-space: nowrap; */
				/* overflow: hidden; */
				/* text-overflow: ellipsis; */
				/*border-bottom: solid 1px #b5b5b5;*/
				text-align:left;
			}
				.p_l_tit a {
					display:block;
					text-decoration:none;
					/* transition:0.3s ease all; */
					/* overflow: hidden; */
					color: #6f6f6f;
				}
				.p_l_tit a:hover {
					color:#00a0e9;
				}
			.p_l_contn {
				font-size:12px;
				padding:7px 0px 5px 7px;
				font-weight:bold;
				text-align:left;
			}
	@media (max-width: 900px){
		.product_list_area {
			padding: 15px 0px 0px;
		}
			.product_list {
				width:48.88%;
			}
		
	}
	@media (max-width: 500px){
		.product_list {
			width:100%;
		}
		
	}
	
	
/*--------------------------產品內頁---------------------------------------------*/



/*商品內頁*/
/*.productIn {
	padding:0px 95px;
}*/
	/*商品內頁上*/
	/*.productInTop {
		padding:50px 0px 0px;
	}*/
		/*商品內頁上 左*/
		/*.productInTopLeft {
			float:left;
			width:50%;
			box-sizing:border-box;
			padding:5px 56px 0px 0px;
		}*/
			/*商品內頁圖片區*/
			/*.productInImg {
				padding-top:10px;
				padding-left:15px;
			}
				.productImgBig {
					border: solid 1px #cacaca;
				}
					.productImgBig img {
						width:100%;
						height:auto;
					}
				.productImgSmall {
					font-size:0px;
					margin:0px -5px;
				}
					.pIS_list {
						float:left;
						width:25%;
						box-sizing:border-box;
						padding:5px 5px 0px;
					}
						.pIS_list img {
							width:100%;
							height:auto;
							cursor:pointer;
						    border: solid 1px #cacaca;
						}*/
		
		/*商品內頁上 右*/
		/*.productInTopRight {
			float:right;
			width:50%;
			box-sizing:border-box;
		}
			.pITR_tit {
				font-size:19px;
				line-height:27px;
				font-weight:bold;
				color:#313131;
				padding:21px 0px 0px;
			    border-bottom: solid 1px #b5b5b5;
			}
			.pITR_quantityAndAddCart {
				position:relative;
				padding:19px 0px 0px 223px;
			}
				.pITR_quantity {
					position:absolute;
					top:19px;
					left:0px;
				}
					.pITRQ_btn {
						background:#eee;
						border-radius:10px;
						width:46px;
						height:46px;
						line-height:46px;
						text-align:center;
						font-size:26px;
						color:#393939;
						cursor:pointer;
						float:left;
					}
					.pITRQ_text {
						background:#eee;
						border-radius:10px;

						float:left;
						width:75px;
						height:46px;
						line-height:46px;
						margin:0px 9px;
					}
						.pITRQ_text input[type='text'] {
							width:100%;
							border:none;
							background:none;
							font-size:25px;
							color:#393939;
							font-weight:bold;
							text-align:center;
							height:46px;
							line-height:46px;
						}
				.pITR_addCart {
				}
					.pITR_addCart input {
						background:#009c4a;
						font-size:22px;
						font-weight:bold;
						color:#fff;
						height:46px;
						width:100%;
						border-radius:10px;
					}
			
			.pITR_remark {
				padding:28px 0px 0px;
			}
				.pITR_remarkTabsList {
					font-size:0px;
					border-bottom: solid 1px #bcbcbc;
					padding:0px 0px 14px;
				}
					.pITR_remarkTab {
						font-size:14px;
						color:#898989;
						display:inline-block;
						vertical-align:middle;
						cursor:pointer;
					}
						.pITR_remarkTab:after {
							content:'/';
							display:inline-block;
							text-align:center;
							width:13px;
							box-sizing: border-box;
							padding: 0px 5px 0px 0px;
							color:#010000;
						}
							.pITR_remarkTab:last-of-type:after {
								display:none;
							}*/
							
						/*當前模式*/
						/*.pITR_remarkTab.active {
							color:#010000;
						}
						
				.pITR_remarkTextArea {
					padding:13px 0px;
					border-bottom: solid 1px #bcbcbc;
				}
					.pITR_remarkText {
						font-size:14px;
						line-height:20px;
						color:#090804;
						display:none;
					}
					.pITR_remarkText:first-of-type {
						display:block;
					}
				
				.productNo {
					font-size:14px;
					color:#333;
					padding:10px 0px 0px 0px;
				}*/
	
	/*商品內頁下*/
	/*.productInBottom {
		border-bottom: solid 1px #ddd;
		padding:0px 0px 44px;
		margin:0px 0px 20px;
	}
		.oriductInBottomTit {
			padding:71px 0px 14px;
			border-bottom: solid 1px #ddd;
		}
			.oriductInBottomTit div {
				width:192px;
				line-height:42px;
				margin:0 auto;
				font-size:15px;
				font-weight:bold;
				color:#fff;
				text-align:center;
				background:#4d4d4d;
			}*/
	
	/*相關商品*/
	/*.relatedProduct {
		padding:42px 0px 0px;
	}
		.relatedProductTit {
			font-size:19px;
			font-weight:bold;
			color:#373737;
		}
			.relatedProductTit img {
				vertical-align:middle;
				position: relative;
				top: -3px;
			}
		.relatedProductListArea {
			font-size:0px;
			padding:8px 17px 0px;
		}
			.relatedProductList {
				display:inline-block;
				vertical-align:top;
				width:16.5%;
				box-sizing:border-box;
				padding:15px 13px;
			}
				.relatedProductList a {
					font-size:14px;
					line-height:20px;
					color:#373737;
					display:block;
					white-space: normal;
				}
					.relatedProductList img {
						width:100%;
						height:auto;
						padding:0px 0px 7px;
					}*/

	@media (max-width: 1240px){
		/*商品內頁*/

		/*.productIn {
			padding:0px 0px;
		}*/
	}
		@media (max-width: 870px){
			/*商品內頁上*/
			/*.productInTop {
				padding: 20px 25px 0px;
			}*/
				/*商品內頁上 左*/
				/*.productInTopLeft {
					padding: 0px 30px 0px 0px;
				}*/
					
				/*商品內頁上 右*/
				/*.pITR_quantityAndAddCart {
					padding: 19px 0px 0px 200px;
				}
					.pITR_addCart input {
						font-size:17px;
					}*/
				
			/*相關商品*/
			/*.relatedProductList {
				width:33.2%;
			}*/
		}
			@media (max-width: 750px){
				/*相關商品*/
				/*.relatedProductListArea {
					padding: 8px 0px 0px;
					overflow-x:scroll;
					white-space: nowrap;
				}
				.relatedProductListArea:after {
					display: block;
					content:'';
					clear:both;
					height:1px;
				}
					.relatedProductList {
						width: 158px;
					}*/
			}
				@media (max-width: 800px){
					/*商品內頁上 左*/
					/*.productInTopLeft {
						padding-top:10px;
						float:none;
						width:auto;
						padding:0px;
					}*/
					
					/*商品內頁上 右*/
					/*.productInTopRight {
						float:none;
						width:auto;
					}
						.pITR_remarkTab {
							font-size:16px;
						}*/
				}









/*////////////////////////////////////////////////////////////////////////////////////////*/

/*-------度假打工---------- */

/*////////////////////////////////////////////////////////////////////////////////////////*/		

	

.workArea:first-child{
	padding:0px 0px 100px;
}

	.workArea .product_list_area{
		padding:20px 0px 0px;
	}



@media (max-width: 640px){
	.workArea:first-child{
		padding:0px 0px 50px;
	}	
}








        
        
  
/*/////////////////////////////////////////////////////////*/
/*-------活動訊息--------*/
/*/////////////////////////////////////////////////////////*/


/*活動訊息列表*/
.ActivityArea {
	padding:20px 0px 0px;
}
	.Activity_list{
		border-bottom: dashed 1px #c9c9c9;
		padding: 20px 0px;
		float:left;
		display: table; /*modify by karol 20200114*/
		width: 100%; /*modify by karol 20200114*/
	}
		.Activity_listIn {
			position: relative;
			box-sizing:border-box;
		}
		
		
	.Activity_list:nth-child(2n+1) {
		float:left;
	}
	.Activity_list:nth-child(2n) {
		float:left;
	}	
	
	
	
		.Activity_list a {
			display:block;
			text-decoration:none;
			transition:0.3s ease all;
		}
			.Activity_list a:hover {
				color:#0070bd;
			}
			
		.ActivityL_img {
			width: 180px;
			/*display:inline-block;*//*modify by nick 20190910*/
			vertical-align:top;
			overflow:hidden;
			/*float:left;*/ /*modify by karol 20200114*/
			display: table-cell; /*modify by karol 20200114*/
		}
			.ActivityL_img a {
			}
				.ActivityL_img img {
					width:100%;
					height:auto;
				}
		.ActivityL_img:hover img {
			/*transform:scale(1.2);*/
			opacity:0.8;
			transition: 0.3s ease all;
		}				
				
				
				
				
		.ActivityL_right {
			/*display:inline-block;*//*modify by nick 20190910*/
			vertical-align:top;
			/*padding: 0px 20px;*//*modify by nick 20190910*/
			/*padding: 0px 30px 0 200px;*/ /*modify by karol 20200114*/
			
			display: table-cell;
			padding: 0px 20px;
		}
			.ActivityLR_time {
				color: #707070;
    			font-size: 12px;
				/*background:#10bcbd;
				display: inline-block;
				color: #fff;
				padding: 5px 5px;
				border-radius: 2px;*/
			}
			.ActivityLR_tit {
				padding:15px 0px 10px;
			}
				.ActivityLR_tit a {
					color: #05a2e9;
					font-size: 16px;
					font-weight: bolder;
					text-decoration: none;
					display: block;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					/*color: #707070;
					font-size: 16px;
					line-height: 26px;
					font-weight: bold;
					padding: 9px 0px;
					text-decoration:none;*/
				}
				.ActivityLR_tit a:hover{
					transition: 0.3s ease all;
					color:#707070;
					/*padding-left:15px;*/
				}
				
				
				/*活動訊息內頁標題*/
				.ActivityLR_tit.Newin {
					padding: 15px 0px 0px;
					color:#10bcbd;
					font-size: 16px;
					line-height: 26px;
					font-weight: bold;

				}

			.ActivityLR_remark {
				color: #949494;
				font-size: 14px;
				line-height: 24px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;
			}
			
			
			
			
	/*沒有照片時樣式*/
	.Activity_list.noImg .ActivityL_img {
		display:none;
	}
	
				@media (max-width: 990px){
						
					/*活動訊息列表*/
					.ActivityArea {
						padding-bottom:30px;
					}
						.Activity_list {
							display:block;
							width: 100%;
						}
						.Activity_list:nth-child(2n+1) {
							float:none;
						}
						.Activity_list:nth-child(2n) {
							float:none;
						}
					
				}	

					@media (max-width: 640px){
						.ActivityL_img {
							display:block;
							width:100%;
							float:none;
						}
						.ActivityL_right {
							display:block;
							padding: 15px 0px 0px;
						}
					}

/*活動訊息內頁標題*/
/*.newsInTit {
}
	.nIT_time {
		 font-size: 12px;
		background: #0048dc;
		display: inline-block;
		color: #fdfdfd;
		padding: 5px 5px;
		border-radius: 2px;
	}
	.nIT_tit {
		position: relative;
		font-size: 25px;
		line-height: 33px;
		font-weight: bold;
		border-bottom: solid 1px #0048dc;
		padding: 7px 0px;
	}
		.nIT_tit:after {
			position: absolute;
			content: '';
			bottom: 0px;
			background: #0048dc;
			width: 30px;
			height: 3px;
			right: 0px;
		}*/
      
        
        
        
        
        
        










				
/*現有課程&我要詢問按鈕*/
/*.traning_img{
	width:50%;
	height:50%;
	align:center;
}
.p_tit a{
	color:#00a0e9;
	font-size: 25px;
    line-height: 27px;	
    font-weight: bold;
}

.course{
	width: 140px;
	height:1%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.course a{
	text-decoration: none;
    display: block;
    transition: 0.2s ease all;
    color: #fff;
    line-height: 30px;
    background: #de484d;
    border-radius: 10px;
}*/

/*現有課程*/
/*.text_areaTit{
	color: #00a0e9;
    font-size: 35px;
    font-weight: bold;
    line-height: 27px;
	padding:25px 0 25px 0;
	text-align:center;
}*/
/*度假打工text area*/
/*.news_list_area #text{
	padding:0 16px 0 16px;
}*/

/*培訓教室*/
/*#text_area{
	text-align:center;
}
#p_style{
	text-align:left;
	width:73%;
	margin:0 auto;
}*/




	

/*回上一頁*/
/*.back {
	padding:30px 0px 30px;
}*/
/*度假打工結束*/
/*contact title*/
/*.wrap .white_bg .form_area_bg .order_tit{
    font-weight: bold;
    font-size: 35px;
    padding: 25px 0 0 0;

    text-align: center;
	color:#000;
	}
}*/

/*履歷表單*/
/*.white_bg {
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #DEDEDE;
    border-radius: 3px;
}
.form_area_bg {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
.order_complate_remark {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0px 0px 0px;
}
.order_tit{
	font-weight: bold;
	font-size:35px;
	padding:25px 0 0 0;
	color:#00a0e9;
	text-align:center;
}
.form_remark {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0px 5px 0px;
}
.requirde_icon {
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #de484d;
    line-height: 18px;
    padding: 0px 5px;
}
.fL_tit .requirde_icon {
    position: absolute;
    right: 0px;
}
.form_list {
    font-size: 15px;
    line-height: 21px;
    border-bottom: dotted 1px #0f0f0f;
    padding: 12px 0px 0px 0px;
}
.fL_tit {
    font-weight: bold;
    padding: 3px 0px 6px 0px;
    position: relative;
}
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;
    border: solid 1px #aeaeae;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
.fL_info {
    padding: 0px 0px 9px 0px;
    padding: 0px 0px 17px 0px;
}*/

/*履歷表單結束*/

/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 541px) and  (max-width: 950px){
}


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