/*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;
	padding-top:250px;
 } 
 
	
	/*Loading畫面CSS開始*/
	#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}
	
	.circularG{
		position:absolute;
		background-color:#c8243d; /*此為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:#f29200;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#f29200;
	color:#fff;
}

.wrap {
	width: auto;
	margin:0 auto;
	padding: 0 80px;
}

@media (max-width: 1280px){
	.wrap{
		width:90%;
		/*width: 1100px;*/
		padding: 0px;
	}
}
@media (max-width: 1160px){
	.wrap{
		width:85%;
		/*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;*/
	width: 120px;
	height:42px;
	background:#f29200;
	color:#fff;
	border-radius:2px;
	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:nth-child(2) {
		background:#272727;
	}	
	input[type="reset"] {
		background:#272727;
	}
	
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 {
	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:0.6;
					/*opacity:1;*/
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:0.6;
					/*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: 25px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 11px;
			  height: 11px;
			  border-radius: 5px;
			  background: #eb5f52;
			  border: 1px #eb5f52 solid;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #ffffff;
			  border: 1px #a9a9a9 solid;
			}
				/*客制區塊*/
				.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 95px 15px 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:#f29200;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#adadad;
			}
	.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:#333;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d 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:"";
									}
					}

			







/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:100px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #555;
		border-radius: 3px;
		padding: 2px 11px 3px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration: none;
		vertical-align: middle;
		margin: 0px 0px 0px 5px;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}
	
@media (max-width:1040px){
	.captcha input[type="text"] {
		width:100px;
	}
}


/*-------表單區----------------------------------------------------------------------------*/
.form_area {
	font-size:0px;
	padding: 10px 0px;
	/*max-width: 70%;
    margin: 0 auto;*/
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		font-size:13px;
		line-height:23px;
	}
	
	/*表單區小標*/
	.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 {
			position:relative;
			font-size:15px;
			line-height:23px;
			font-weight:bold;
		}
			.requirde_icon {
				display:inline-block;
				border-radius:3px;
				font-size:12px;
				color:#fff;
				background:#e60012;
				line-height:18px;
				padding:0px 5px;
			}
			
	.fL_tit .requirde_icon {
		position: absolute;
		right: 0px;
	}
	

	
			
		.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;
			}
				.fLR_info a {
					display:inline-block;
					vertical-align:top;
					padding:0px 8px;
					color:#006e36;
					text-decoration:underline;
				}
							
			/*聯繫我們*/
			.fLR_info.contact{
				
			}
				.fLR_info.contact select{
					width:100%;
				}
							
				
							
			
			
			/*檔案上傳樣式*/
			.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;
	}
}








/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main{	
}


.indexMain {
}
	.indexMain .wrap {
		
	}
	    .inMain{
			padding: 90px 0px 0px;
		}
	
	

			/*首頁網編區塊標題*/
			.index_tit {
				/*float: left;*/
				/*font-size: 26px;
				line-height: 32px;*/
				font-size: 35px;
				/*line-height: 42px;*/
				font-weight: bold;
				color: #065279; 
				text-align:center;
			}
				.index_titTW{
					font-family: 'Francois One', sans-serif;
					/*padding-top: 18px;*/
					font-size: 60px;
					line-height: 70px;
					color: #f29200;
					font-weight: lighter;
					/* font-family: 'Roboto Condensed', sans-serif; */
				}
				.index_titTW h1 {
					/*display: block;
					font-size: 2em;*/
					margin-block-start: 0em;
					margin-block-end: 0em;
					margin-inline-start: 0px;
					margin-inline-end: 0px;
					/*font-weight: bold;*/
					font-size: 60px;
					line-height: 70px;
					font-weight: lighter;
				}
				
				
				
				
				.index_titEN{
					font-family: 'Roboto Condensed', sans-serif;
					/* padding-top: 7px; */
					font-size: 40px;
					font-weight: lighter;
					/* font-weight: normal; */
					color: #fff;
					/* letter-spacing: 2px; */
					/* font-style: italic; */
				}	
					
				/*首頁區塊網編區*/
				.index_textArea{
					font-family: 'Roboto Condensed', sans-serif;
					font-weight: lighter;
					font-size: 18px;
					line-height: 38px;
					color: #787878;
					margin: 0px auto;
					text-align: center;
				}					
					
					
/*-------首頁圖塊內容-------------------------------------*/

.Ad_Banner {
	overflow:hidden;
}
	.Ad_Banner a {
		display:block;
		transition: all 1s 0.1s ease-in;
	}
	.Ad_Banner a :hover {
		opacity:0.5
		transition: all 1s 0.1s ease-in;
		/*transform: scale(1.2);*/
	}


.cd-fixed-bg {
	/*min-height: 100%;*/
	/*min-height: 560px;*/
	min-height: 800px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;	
	position:relative;
}
 
.cd-fixed-bg.cd-bg-1 {
}

.cd-fixed-bg.cd-bg-2 {
}



		
	/*首頁按鈕*/
	.index_moreBtn{
		text-align: center;
		margin-top:40px;
	}
		.index_moreBtn a{
			border-radius: 20px;
			font-family: 'Roboto Condensed', sans-serif;
			text-align:center;
			width: 148px;
			font-size:15px;
			display: inline-block;
			color: #fff;
			border: 1px solid #fff;
			padding: 5px 0px;
			text-decoration:none;
			transition:0.3s ease all;
		}	
		.index_moreBtn a:hover{
			transition:0.3s ease all;
			opacity:0.5;
			background-color:#fff;
			color:#f29200;
		}



/*@media (max-width: 1500px){
	.section-vision.section-visionR {
		margin: -119px 110px 0px 0px;
	}
}


@media (max-width: 1400px){
	.section-vision.section-visionR {
		margin: -119px 100px 0px 0px;
	}	
}


@media (max-width: 1200px){
	.section-vision.section-visionR {
		margin: -119px 90px 0px 0px;
	}	
}

@media (max-width: 990px){

	.gradient_back.gradient_back2 , .gradient_back.gradient_back3 , .gradient_back.gradient_back4{
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	.section-vision.section-visionR {
		margin: -119px 0px 0px 30px;
		left: 0px;		
	}	
}


@media (max-width: 640px){	

	.section-vision{
		width: 100%;
		position: static;
		margin: 150px 0px 0px;
		left:0px;
	}			
	.section-vision.section-visionR {
		margin: 150px 0px 0px;
		left: 0px;
	}
}*/



@media (max-width: 640px){	

	.cd-fixed-bg {
		min-height: 450px;
		
		/*modify by pekey 20190717*/
		background-attachment: scroll!important;
	}

}



					
					
/*-------首頁_公司簡介區塊-----------------------------------*/


		.index_aboutBg{
			padding: 90px 0px;
			/*background:url(../index/images/aboutBg.png);	
			background-repeat: repeat;
			background-position: top center;*/
			/*background:url(../index/images/aboutBg.png) repeat top center;*/
			/*background-repeat: no-repeat;
			background-position: top center;
			background-size: cover;*/
		}	
			.index_aboutBg > .wrap{
			}
			
			
			
		/*關於圖片左*/
		.index_aboutLeftt{
			overflow:hidden;
			float:left;
			box-sizing:border-box;
			width: 45%;
		}
			.index_aboutLeftt a{
				display:block;
			} 
			.index_aboutLeftt img{
				width:100%;
				height:auto;
				border-radius: 20px;
			} 
			.index_aboutLeftt a:hover img{
				opacity:0.7;
				transform:scale(1.2);
				transition: all 1s 0.1s ease-in;
				/*所有屬性(all)只要發生改變，等待0.1秒(0.1s)，然後花1秒鐘(0s)的時間，轉場到新的樣式*/
			}				

		/*關於文案右*/
		.index_aboutRight{
			padding-top:35px;
			float:right;
			box-sizing:border-box;
			width:50%;			
		}		

			.index_tit.index_titAbout{
				text-align:left;
				font-weight: normal;
			}
			.index_tit.index_titAbout span{
				vertical-align: 29%;
				margin: 0px 0px 0px 9px;
			}
			
			.index_aboutRight .index_textArea {
				padding-top:35px;
				text-align:left;
				max-width:unset;
				letter-spacing: 2px;
				
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp:9;
				overflow: hidden;
			}


					/*最新消息大標樣式 class 加 news*/
					.index_titTW.news , .index_titEN.news{
						/* display: inline-block; */
					}
				




@media (max-width: 1400px){
	.index_aboutRight .index_textArea {
		-webkit-line-clamp:6;
	}
}

@media (max-width: 1160px){
}


@media (max-width: 1080px){
	.main2{
		padding-top: 84px;
	}
}

@media (max-width: 1060px){
	
	/*首頁區塊網編區*/
	.index_textArea{
		max-width: unset;
		margin: 0px;
	}
	

}
@media (max-width: 990px){
			
		/*關於圖片左*/
		.index_aboutLeftt{
			width:50%;
		}				

		/*關於圖片右*/
		.index_aboutRight{
			width:46%;
			padding-top:0px;			
		}	
}

@media (max-width: 860px){
	.main1{
		/* padding-top:75px; */
	}
}

@media (max-width:768px){
	
	.index_aboutBg {
		padding: 50px 0px;
	}
		
		/*關於圖片左*/
		.index_aboutLeftt{
			width:100%;
			float:none;
		}				
	
		/*關於圖片右*/
		.index_aboutRight{
			width:100%;
			float:none;
			padding-bottom:50px;		
		}
			.index_aboutRight .index_textArea {
				padding-top: 25px;
				letter-spacing: -0.2px;
			}	
		.index_aboutRight .index_textArea {
			-webkit-line-clamp: unset;
		}				
					
}



@media (max-width: 640px){
	.main1 {
		/*padding-top:65px;*/
	}	
	
	.index_moreBtn {
		margin: 20px 0px;
	}	
		
}


@media (max-width: 510px){

	/*首頁網編區塊標題*/
	.index_tit {
		font-size: 35px;
	}		
	.index_aboutRight .index_tit {
		font-size: 25px;
	}
	.index_titTW{
		font-size: 23px;
	}
		.index_aboutRight .index_textArea {
			letter-spacing: -0.8px;
			font-size:13px;
			line-height:30px;
		}	
		
}









/*/////////////////////////////////////////////////////////*/
/*-------首頁最新消息--------*/
/*/////////////////////////////////////////////////////////*/



.index_newsBg{
	padding:0px 0px;
	background-color:#f29200;
}
			 
	.index_newsL{
		float:left;
		box-sizing:border-box;	
		width:15%;
		position:relative;
	} 
		.index_newsLin {
			position: absolute;
			top: 50%;
			left: 0;
			/* max-height: 50%; */
			max-width: 100%;
			-webkit-transform: translateX(0%) translateY(200%);
			transform: translateX(0%) translateY(200%);
			z-index: 50;
		}		
							
			.index_newsBg .index_titTW {
				color: #fff;
			}		
	
					
	.index_newsR{
		float:right;
		box-sizing:border-box;	
		width:80%;	
	}
						
		/*首頁內容_最新消息內容區塊左*/
		.index_newaIn_left{
			float:left;
			box-sizing:border-box;
			width:65%;
			margin: 0px 0px;
			/*padding: 45px 0px 0px;*/
		}
							
		/*首頁內容_最新消息內容區塊右*/
		.index_newaIn_right{
			float:left;
			box-sizing:border-box;
			margin: 0px 0px;
			width:35%;
			/*padding: 45px 0px 0px;*/
		}
		
		
		 /*Judy修改20190815*/	
		.index_newaIn_right .indexMain_newsList:first-child .indexMain_newsContent{
			border-bottom:5px #fff solid;
			border-left:10px #fff solid;
		}
		
		 /*Judy修改20190815*/
		.index_newaIn_right .indexMain_newsList:nth-child(2) .indexMain_newsContent{
			border-top:5px #fff solid;
			border-bottom:0px #fff solid;
			border-left:10px #fff solid;
		}

			/*首頁內容_最新消息內容區塊*/
			/*.indexMain_newaIn{
				margin: 0px -10px;
				padding: 45px 0px 0px;
			}*/
			
				/*列表*/
				.indexMain_newsList{
					/*float: left;
					width: 33.3%;
					box-sizing: border-box;
					padding: 0px 10px 140px;*/
				}
					.indexMain_newsContent{
						position: relative;
					}
						/*首頁最新消息_列表圖片*/
						.indexMain_newsImg{
							width:100%;
							/*height:400px;*/
							height:400px;
							background-position:center;
							background-repeat:no-repeat;
							background-size:cover;
						}
						
						
						
						.index_newaIn_left .indexMain_newsContent {
							border-left: 10px #fff solid;  /*Judy修改20190815*/
						}
						
						/*左側第一張大圖*/
						.index_newaIn_left .indexMain_newsImg{
							/*height:800px;*/
							height:810px;   /*Judy修改20190815*/
						}						
		
							.indexMain_newsImg img{
								width: 100%;
								height: auto;
							}
						
						/*首頁最新消息_列表下方區塊*/
						.indexMain_newsBottom{
							/*font-family: 'EB Garamond', serif;*/  /*Judy修改20181029*/
							position:absolute;
							/*position: relative;*/
							bottom: -140px; /*hover前不顯示*/
							left:0px;
							width:100%;
							box-sizing: border-box;
							/*background: rgba(0,0,0,0.5);*/
							background-color: #fff;
							transition:0.3s ease all;
							/*display:none;*/
							
							overflow: hidden;
							height: 140px;
						}
						
						/*hover*/
						.indexMain_newsList:hover .indexMain_newsBottom {
							height: 100%;
						}
					
						/*左側第一張大圖下方文字hover*/
						.index_newaIn_left .indexMain_newsList:hover .indexMain_newsBottom{
							height:450px;
						}						

		
					
							.indexMain_newsBottomIn{
								padding: 20px 15px;
							}
								/*日期*/
								.indexMain_newsDate{
									font-family: 'Roboto Condensed', sans-serif;
									font-size: 16px;
									color: #f29200;
								}
								/*標題*/
								.indexMain_newsTit{
									padding-top:15px;
									font-family: 'Roboto Condensed', sans-serif;
									font-size: 16px;
									line-height: 26px;
									color: #434343;
								
									display: -webkit-box;
									-webkit-box-orient: vertical;
									-webkit-line-clamp: 2;
									overflow: hidden;
								}
								/*簡述*/
								.indexMain_newsText{
									font-family: 'Roboto Condensed', sans-serif;
									font-weight: lighter;
									font-size: 14px;
									line-height: 28px;
									color: #787878;
									
									display: -webkit-box;
									-webkit-box-orient: vertical;
									-webkit-line-clamp: 2;
									overflow: hidden;
								}
								
								/*最新消息區塊_查看詳情按鈕*/
								.indexMain_newsMore{
									padding-top: 20px;
								}
									.indexMain_newsMore a{
										font-family: 'Roboto Condensed', sans-serif;
										display: inline-block;
										padding: 8px 30px;
										color: #f29200;
										font-size: 16px;
										border: 1px solid #f29200;
										border-radius: 4px;
										text-decoration: none;
										transition: all 0.3s;
									}
									
									/*hover*/
									.indexMain_newsMore a:hover{
										background-color: #f29200;
										color: #fff;
										transition: all 0.3s;
									}
									
							
			/*首頁內容_查看更多按鈕*/				
			.indexMain_moreBtn{
				/*font-family: 'EB Garamond', serif;*/  /*Judy修改20181029*/
				padding-top: 30px;
			}
				.indexMain_moreBtnIn{
					float: right;
				}
					.indexMain_moreBtnIn a{
						letter-spacing:3px;
						display: inline-block;
						padding: 8px 10px;
						color: #93c41c;
						font-size: 16px; /*modify by Joanne 20181028 原18px*/
						border: 1px solid #93c41c;
						border-radius: 4px;
						text-decoration: none;
						transition: all 0.3s;
					}
									
					/*hover*/
					.indexMain_moreBtnIn a:hover{
						background-color: #93c41c;
						color: #fff;
						transition: all 0.3s;
					}
					





@media (max-width: 900px){							

	.index_newsL{
		float:none;
		width:100%;
	} 
		.index_newsLin {
			position:static;
			top:inherit;
			left:inherit;
			max-width:inherit;
			-webkit-transform:none;
			transform:none;
			z-index: 50;
		}		
			
	
		.index_newsBg .index_titTW {
			text-align: center;
			padding: 15px 0px 0px;
		}	
					
					
	.index_newsR{
		float:none;
		width:100%;
	}
	
		 /*Judy修改20190815*/
		.index_newaIn_left .indexMain_newsContent{
			border-left: 0px #fff solid; 
		}	
	
	

}

@media (max-width: 640px){		

		/*首頁內容_最新消息內容區塊左*/
		.index_newaIn_left{
			float:none;
			width:100%;
		}
							
		/*首頁內容_最新消息內容區塊右*/
		.index_newaIn_right{
			float:none;
			width:100%;
		}
		
		
		 /*Judy修改20190815*/
		.index_newaIn_left .indexMain_newsContent{
			border-bottom:5px #fff solid;
		}
		
		 /*Judy修改20190815*/
		.index_newaIn_right .indexMain_newsList:first-child .indexMain_newsContent{
			border-bottom:5px #fff solid;
			border-left:0px #fff solid;
		}
		
		 /*Judy修改20190815*/
		.index_newaIn_right .indexMain_newsList:nth-child(2) .indexMain_newsContent{
			border-bottom:0px #fff solid;
			border-top:0px #fff solid;
			/*border-bottom:0px #fff solid;*/
			border-left:0px #fff solid;
		}		
		

			/*左側第一張大圖*/
			.index_newaIn_left .indexMain_newsImg{
				height:400px;
			}	
			
		
			/*左側第一張大圖下方文字hover*/
			.index_newaIn_left .indexMain_newsList:hover .indexMain_newsBottom{
				height:100%;
			}	
						
		
}





/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.container {
    padding: 0px 0px 20px;
}

/*標題樣式1--------------------*/

.titStyle1{
	position: relative;
	/*margin: 180px auto 40px;*/
	margin:40px auto 40px;
	padding-bottom: 12px;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	color: #313131;
	letter-spacing: 5px;
	font-family: 'Francois One', sans-serif;
	text-align: center;
}
	.titStyle1:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -18px;
		width: 35px;
		height: 4px;
		background-color: #f29200;
	}
	.titStyle1:span {
		display:inline-block;
	}


/*@media (max-width:600px){
	.titStyle1{
		position: relative;
		width:10%;
		margin: 180px auto 40px;
		padding: 0 19% 12px 0;
		font-size: 30px;
		font-weight: bold;
		line-height: 34px;
		color: #313131;
		letter-spacing: 5px;
	}
}
@media (max-width:350px){
	.titStyle1{
		position: relative;
		width:30%;
		margin: 180px auto 40px;
		padding: 0 19% 12px 0;
		font-size: 30px;
		font-weight: bold;
		line-height: 34px;
		color: #313131;
		letter-spacing: 5px;
	}
}*/


/*標題樣式2--------------------*/

.titStyle2{	
    /*margin: 0px 0px 40px;
    padding-bottom: 12px;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #1d3f5f;
    letter-spacing: 5px;*/
	position: relative;
	color: #3e3d3d;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0px 10px;
    border-bottom: 1px #f29202 dashed;
	font-family: 'Roboto Condensed', sans-serif;
}
	.titStyle2:before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 35px;
		height: 4px;
		background-color: #f29202;
	}
	.titStyle2 span {
		display:block;
	}
	.titStyle2 span:first-of-type {		
		font-size: 16px;
		color: #f29200;
		/*padding-bottom: 18px;*/
	}	
	



.titStyle3 {
    color: #3e3d3d;
    font-size: 20px;
    text-align: center;
}







/*網編區----------------------------*/
.textArea{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 30px;
    color: #787878;
    text-align: center;
	/*font-size:13px;
	line-height:30px;
	color:#333;*/
	padding:25px 0px 25px;
}
	.textArea img{
		max-width:100%;
		height:auto;
	}

	.textArea iframe{
		width:100%;
		height:500px;
	}



/*按鍵區-------------------------*/
.btn_area{
	text-align: center;
	padding:25px 0px;
}
.btn_area.one{
	text-align:center;
}

/*.form_btn_area.one:last-of-type{
	padding-top:45px;
}*/

/*back按鍵*/
input.back{
	background:#f29200;
	color: #fff;
	/* border: 1px solid #ccc; */
}




/*/////////////////////////////////////////////////////////*/
/*-------最新消息內頁--------*/
/*/////////////////////////////////////////////////////////*/


/*最新消息區*/
.NewsArea{
	padding-bottom:20px;
	/*margin:0 25px;*/
}
								
	/*最新消息列表*/
	.News_list{
		width:25%;
		float:left;
		box-sizing:border-box;
		padding-bottom:40px;
	}
		.News_listIMG{
			overflow:hidden;
		}
			.News_listIMG a{
				display:block;
			}		
			.News_listIMG img{
				width:100%;
				height:auto;
			}
			.News_listIMG:hover img{
				transition: all 1s 0.1s ease-in; 
				transform:scale(1.2);
				opacity:0.6;
			}			
	
		.News_listBottom{
			padding:40px 35px 0px;
		}
												
			/*列表_日期*/
			.News_listDate{
				font-family: 'Roboto Condensed', sans-serif;
				font-size:16px;
				color:#f29200;
				padding-bottom:18px;
			}
			
			/*列表_標題*/
			.News_listTit{
				font-family: 'Roboto Condensed', sans-serif;
				font-size:16px;
				line-height:26px;
			}
				.News_listTit a{
					color:#434343;
					text-decoration:none;

					display:block;
					
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}
				.News_listTit a:hover{
					color:#f29200;
					/*padding-left:10px;*/
					opacity:0.8;
					transition: 0.3s ease all;
				}


@media (max-width: 900px){							
	/*最新消息列表*/
	.News_list{
		width:33.3%;
	}
}

@media (max-width: 640px){							
	/*最新消息列表*/
	.News_list{
		width:49.9%;
	}
}

@media (max-width: 425px){							
	/*最新消息列表*/
	.News_list{
		width:100%;
		float:none;
	}
}






/*/////////////////////////////////////////////////////////*/
/*-------影片區--------*/
/*/////////////////////////////////////////////////////////*/



	.index_video_area {
		/*text-align: center;
		margin: 0px -10px;*/
	}
		.index_video_list {
			padding:0px 0px 30px;
			/*padding: 0px 10px 30px;
			width: 48%;
			display: inline-block;
			vertical-align: top;
			box-sizing: border-box;*/
		}
		/*影片*/
		.index_videoLeft{
			/* float:left; */
			/* width:48%; */
			box-sizing:border-box;
			vertical-align:top;
			position: relative;
			cursor: pointer;
			background: #000;
		}
				.index_videoLeft >img{
					opacity: 0.6;
					width:100%;
					height:auto;
					/*transition: 0.3s ease all;*/
				}
				.index_videoLeft:hover > img {
					opacity: 1;
				}	
					
				.vL_text_area {
					/*position: absolute;
					width: 100%;
					text-align: center;
					top: 0px;
					box-sizing: border-box;
					padding: 145px 20px 20px 20px;
					font-size: 16px;
					line-height: 22px;
					color: #fff;*/
					position: absolute;
					top: 50%;
					left: 50%;
					max-height: 100%;
					max-width: 100%;
					-webkit-transform: translateX(-50%) translateY(-58%);
					transform: translateX(-50%) translateY(-58%);
					z-index: 100;
					text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
				}	
				.vL_text_area img {
					padding: 0px 0px 8px 0px;
				}	
		
.video_list_remark{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #434343;
	text-decoration: none;
	/*display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
	padding: 10px 0px 0px;
	text-align: left;
}


/*@media (max-width: 768px){

	.index_video_area {
		margin: 0px 0px;
	}
		.index_video_list {
			padding: 0px 0px 20px;
			width: 100%;
			display:block;
		}	
}*/




/*------------------燈箱效果-------------------------------------------------------------------*/

.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: 70%;
    margin: 0 auto;
    background: #000;  /*修改 by pekey 20170507*/
    border-radius: 5px;
    position: relative;
    top: 0;
    box-sizing: border-box;
    padding: 15px;
    font-size: 0;
}
.lightboxCloseBtn {
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background:#61b85f;
    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%;
		min-height:400px;
	}
	
@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%;
	}














/*/////////////////////////////////////////////////////////*/

/*---PDF報導-----------------*/

/*/////////////////////////////////////////////////////////*/

.media_list_area{
	margin: 0px -20px;
	/* padding: 25px 0px; */
}

	.mda_list{
		float:left;
		width:16.6%;
		box-sizing:border-box;
		padding: 0px 20px 30px;
	}
		.mda_IMG{
			overflow: hidden;
			box-shadow: 2px 3px 11px 0px rgba(0, 0, 0, 0.4);
		}
			.mda_IMG a{
				display:block;
			}
			.mda_IMG img{
				width:100%;
				height:auto;
				/*overflow: hidden;*/
				transition: 0.3s ease all;
			}
			.mda_IMG img:hover{
				opacity:0.5;
				transform: scale(1.05);
				transition: 0.3s ease all;
				
			}	
	
	
	
		.mda_list_tit{
			font-family: 'Roboto Condensed', sans-serif;
			font-size: 16px;
			line-height: 26px;
			margin: 10px 0px 0px;
		}
			.mda_list_tit a{
				color: #434343;
				text-decoration: none;
				display: block;
			}
			.mda_list_tit a:hover{
				color: #f29200;
			}			
		.mda_list_brief{
			padding-top: 10px;
			color: #6f6f6f;
			font-size: 12px;
			line-height: 18px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}



@media (max-width: 990px){	
	.media_list_area{
		margin: 0px -10px;
	}
	
		.mda_list{
			width:25%;
			padding: 0px 10px 30px;
		}
}

@media (max-width: 640px){		
	.mda_list{
		width:50%;
	}
}


@media (max-width: 375px){		
	.media_list_area{
		margin: 0px 0px;
	}
		.mda_list{
			float:none;
			width:100%;
			padding: 20px 0px;
		}
		
		.mda_IMG{	
			box-shadow:none;
		}		
		.mda_list_tit {
			letter-spacing: 1px;
		}		
}












/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/


/*.company_form_area{
	width:100%;
	margin:0 auto;
	padding-bottom:40px;
}*/

.contact_area{
	text-align:left;
}

	.contact_area .textArea{
		text-align:left;
		padding:0px 0px 5px;
	}




/*聯絡我們左*/
.contactLeft {
	/*float: left;
	box-sizing:border-box;
    width: 45%;*/
}





/*聯絡我們右*/
.contactRight {
	padding:20px 0px 0px;
	/*float:right;
	width:45%;
	box-sizing:border-box;*/
}





.ContFo_left{
	width:47%;
	box-sizing:border-box;
	vertical-align:top;
	float:left;
}

.company_form_area .form_list{
	padding: 0px 0px 0px;
}






.ContFo_right{
	width:47%;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}

.ContFo_right .btn_area {
	text-align: left;
	padding:65px 0px 0px;
}


/*.company_map{
	padding-top:40px;
}


.company_map iframe{
	width:100%;
	height:400px;
}*/



	@media (max-width: 1200px){

		.contactLeft {
			float: none;
			width: 100%;
		}

		.contactRight{
			float: none;
			width: 100%;
			padding-top:15px;
		}	

	}



	@media (max-width: 860px){
		.ContFo_left ,.ContFo_right {
			width:100%;
			float:none;
		}
				
		.ContFo_right .btn_area {
			text-align:center;
			padding:25px 0px 25px;
		}		
		
	}










.indexMore_btnArea{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 60px 0px 0px;
}
	.indexMore_btnArea a{
		display: inline-block;
		width: 33.3%;
		margin: 0px auto;
		font-size: 20px;
		padding: 10px 0px;
		text-transform: uppercase;
		text-align: center;
		background: #fff;
		color: #303236;
		border: 1px solid #303236;
		border-radius: 6px;
	}
	.indexMore_btnArea a:hover{
		text-decoration: none;
		background: none repeat scroll 0 0 #303236;
		color: #fff;
		border: 1px solid #303236;
	}

@media (max-width: 640px){
	.indexMore_btnArea a{
		width: 100%;
	}
}

	










			



/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}