
/* CSS Document */
html,body{
	height: 100%;
	font-family:'Microsoft JhengHei';
}
h1,h2,h3,h4,h5,h6{	font-family:'Microsoft JhengHei';}
div,a{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#header{
	position:relative;
	background-color:#000000;
	z-index:99999;
}
	#header .logo{
		margin:12px 0;
	}
.container {
	position: relative;
	min-width: 1440px;
	max-width: 1440px;
}
.header_thing {
	position: relative;
	width: 1200px;
}
.navMenu {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navMenu .nav{ float: left; margin-right: 10px;}
.navMenu .nav>li>a:link,  .navMenu .nav>li>a:visited,  .navMenu .nav>li>a:active {
	margin-left: 10px;
	color: #fff;
	font-weight: 500;
	background-color: #000;
	background: #000;
	text-shadow: 0 0px 0 #fff;
}
.navMenu .nav>li>a:focus,  .navMenu .nav>li>a:hover {
	text-decoration: none;
	background-color: #313131;
}
.navMenu .language{ float: left;}
.navMenu .language a{ width: 28px; height: 28px; display: inline-block; background: #444; border-radius: 3px;
	text-align: center; color: #fff; line-height: 28px;
}
.navMenu .language a:hover{ text-decoration: none; background: #666;}
#footer{
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
	padding:15px 0;
}


#main{}
	.mainContainer{
			position:relative;
			width: 1200px;
			display: block;
			margin-right: auto;
			margin-left: auto;
	}
	
	.pagePath{
		height: 65px;
		line-height: 65px;
		background-color:#dddddd;
		color:#999999;
		font-size: 16px;
		font-weight:bold;
	}
	.pagePath > div > div{
		display:inline-block;
		opacity:0;
	}
#main.index .popTitle{ background-color:#dddddd;}
	.popTitle{
		position:relative;
		height:115px;
	}
	.showTitleTxt{
		position:absolute;
		left:0;bottom:7px;
		font-size: 40px;
		font-weight: bold;
	}
		.indexTit{
			position:absolute;
			font-size: 40px;
			font-weight: 400;
			display:table-cell;
			color: #666666;
			vertical-align:middle;
			left:50%;
			top:50%;
			-webkit-transform:translate(-50%,-50%);
			-moz-transform:translate(-50%,-50%);
			-o-transform:translate(-50%,-50%);
			transform:translate(-50%,-50%);
			
		}
		
	
	
	
	.slideBox > div{
		position:relative;
		width: 360px;
		height: 600px;
		display:table-cell;
		overflow:hidden;
		background-position:top center;
		background-repeat:no-repeat;
	}
		.slideBox > div .bg{
					height: 100%;
					width: 100%;
		}
		.slideBox > div .trapezoid,
		.slideBox > div .titleText,
		.slideBox > div .UrlText{
					position:absolute;
					color: #ffffff;
		}
		.slideBox > div .UrlText{
					display:none;
					opacity:0;
		}
		.slideBox > div .UrlText.show{
					display:block;
		}
		.slideBox > div .UrlText a.borDn{
		}
		.UrlText a:link,
		.UrlText a:visited,
		.UrlText a:active{
			border-bottom:1px solid  rgba(255,255,255,1);
			text-decoration:none;
			color:#FFFFFF;
			background-image:url(../images/bg_arrow.svg);
			background-repeat:no-repeat;
			background-size:8px;
			background-position:top 4px right -20px;
		}
		.UrlText a:hover,
		.UrlText a:focus{
			/*color:#FFFD00;*/
			padding-right:15px;
			/*padding-bottom:10px;*/
			background-position:top 4px right 0px;
		}
		
		#slide01{	background-color: #6399b3;}
			#slide01 .bg{background-image:url(../images/slide01.jpg);}
			#slide01 .titleText,
			#slide01 .UrlText{text-shadow:0px 0px 2px #6399b3;}
			
		#slide02{	background-color: #a69302;}
			#slide02 .bg{background-image:url(../images/slide02.jpg);}
			#slide02 .titleText,
			#slide02 .UrlText{text-shadow:0px 0px 2px #a69302;}
			
		#slide03{	background-color: #6a4c23;}
			#slide03 .bg{background-image:url(../images/slide03.jpg);}
			#slide03 .titleText,
			#slide03 .UrlText{text-shadow:0px 0px 2px #6a4c23;}
			
		#slide04{	background-color: #898679;}
			#slide04 .bg{background-image:url(../images/slide04.jpg);}
			#slide04 .titleText,
			#slide04 .UrlText{text-shadow:0px 0px 2px #898679;}
			
			
			#slide01 .trapezoid,
			#slide03 .trapezoid{
				width: 100%;
				height:290px;
				bottom:0;left:0;
			}
			#slide01 .titleText,
			#slide03 .titleText{
				width: 100%;
				text-align:center;
				bottom:94px;
				font-size: 25px;
				font-weight:bold;
			}
			#slide01 .UrlText,
			#slide03 .UrlText{
				width: 100%;
				text-align:center;
				top:130px;
				font-size: 16px;
				font-weight:bold;
				padding:10px 0;
			}
		
		
			#slide02 .trapezoid,
			#slide04 .trapezoid{
				width: 100%;
				height:290px;
				top:0;left:0;
			}
			#slide02 .titleText,
			#slide04 .titleText{
				width: 100%;
				text-align:center;
				top:94px;
				font-size: 25px;
				font-weight:bold;
			}
			#slide02 .UrlText,
			#slide04 .UrlText{
				width: 100%;
				text-align:center;
				top:420px;
				font-size: 16px;
				font-weight:bold;
				padding:10px 0;
			}
		
		
/*公司介紹*/
		.about{
			position:relative;
			font-size: 25px;
			font-weight: bold;
			/*background: url(../images/bg_about.jpg) no-repeat center fixed;*/
			background: url(../images/bg_about.jpg) no-repeat center center;
			background-size: cover;
			padding:102px 0;
		}
		.aboutTitle{
			font-size: 32px;
			text-align:center;
		}
		.aboutSty01{
			color: #ffffff;
			font-size: 25px;
			display:inline-block;
			text-shadow:0px 0px 7px rgba(90,106,3,0.8);
			margin-bottom:78px;
			opacity:0;
		}
		.aboutSty02{
			color: #000000;
			background-color:rgba(255,255,255,0.3);
			font-size: 20px;
			padding:30px 46px;
			margin-bottom:23px;
			opacity:0;
		}
		
		
		
/*公司沿革*/
	.history{
		background-color: #e8f1d0;
	}
	.history .popTitle{
		height: 180px;
		background: url(../images/bg_history.jpg) no-repeat right top #e8f1d0;
		background-size:cover;
	}
	
	.history .showTitleTxt{
		color:#78ae00;
	}
	
	.historyBody{
	}
		.historyTxt01{
			display:inline-block;
			margin:0 auto;
			padding-bottom:3px;
			border-bottom:5px solid #e8e8e8;
			font-size: 30px;
			font-weight: bold;
			margin-top:50px;
			margin-bottom:46px;
		}
		.historyTxt02{
			font-size: 20px;
			width: 1000px;
			text-align:left;
			font-weight: bold;
			margin-bottom:50px;
		}
		.historyTxt03{
			background-color: #f3f3f3;
			padding:40px 0;
			margin-bottom:30px;
		}
		.historyTxt03 a:link,
		.historyTxt03 a:visited,
		.historyTxt03 a:active
		{
			font-size: 20px;
			color: #000000;
			font-weight:bold;
			text-decoration:none;
			margin:0 30px;
		}


		.historyTxt03 a:hover,
		.historyTxt03 a:focus
		{
			color:#838383;
			
		}
		.historyTxt03 span{
			display:inline-block;
			width: 20px;
			height: 20px;
			background-color: #719400;
			margin-right:10px;
		}


		.historyRtImgs div{
			margin-bottom:83px;
		}
		
		.historyRtYears{
			padding-bottom:40px;
			background:url(../images/yearLine.png) repeat-y 426px top;
		}
		.yearTit{
			font-family: Arial;
			font-size: 70px;
			color: #e1e1e1;
			font-weight: 700;
			font-style: italic;
			display:inline-block;
		}  
		.yearBoxRight{
			text-align:right;
			padding-right:65px;
		}
		
/*組織介紹*/	

.organImg{
	position:relative;
	background:url(../images/organBg_line01.png) no-repeat left 104px top -163px;
	height: 650px;
	}
	.organBlock div{
		display:none;
	}

	.organBlock,
	.organBgL2{ 
		display:inline-block;
		position:absolute;
	}
	.organBlock.LR_cetner{
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.organBlock.downBottem{
		top:445px;
	}


	.organBox{
		width: 235px;
		/*height: 60px;*/
		padding:14px 0;
		text-align:center;
		color: #333333;
		font-size: 25px;
		font-weight: bold;
		border-radius:5px;
	}
	.organBox2{
		width: 160px;
		/*height: 60px;*/
		padding:14px 0;
		text-align:center;
		color: #333333;
		font-size: 21px;
		font-weight: bold;
		border-radius:5px;
	}
	.organEngTxt{
		color: #333333;
		font-size: 15px;
		font-weight: bold;
	}


/*服務據點*/
	.point{
		background-color: #c6cbe1;
	}
	.point .popTitle{
		height: 180px;
		background: url(../images/bg_point.jpg) no-repeat right top #c6cbe1;
		background-size:cover;
	}
	
	.point .showTitleTxt{
		color:#ffffff;
	}

	.pointBox{
		display:block;
		border-bottom: 5px solid #e3e2e2;
		margin:64px 0;
		}
		.PointHeader{
			background-color: #f3f3f3;
			display:block;
			color: #000000;
			font-size: 25px;
			font-weight:bold;
			height: 50px;
		}
			.PointHeader .header_L{
				display:inline-block;
				line-height: 50px;
			}
			.PointHeader .header_R{
				color: #b70c03;
				font-size: 20px; 
			   line-height: 50px;
			}
	.pointBox  a:link,
	.pointBox a:visited,
	.pointBox  a:active
	{
		color:#000000;
		text-decoration:underline;
	}
	.PointHeader  a:link,
	.PointHeader a:visited,
	.PointHeader a:active
	{
		color: #b70c03;
	}
	.PointHeader  a:hover,
	.PointHeader a:focus
	{
		color: #F54144;
	}
	
	.spaceLeft01{
		padding-left:57px;
	}
	.spaceLeft02{
		padding-left:36px;
	}
	.spaceLeft02 span{
		margin-left:295px;
	}
	
	.pointTxt01{
		    display: flex;
		font-size: 20px;
		font-weight:bold;
		
	}
	.pointTxt01 .col-xs-3{
		padding-left:0px;
		padding-right:0px;
	}
	.pointTxt01 .col-xs-9{
		margin-top:10px;
	}
	
	a.urlMAP:link,
	a.urlMAP:visited,
	a.urlMAP:active
	{
		background-color: #b70c03;
		color:#fff;
		padding:4px 13px;
		text-decoration:none;
	}

	
/*關係企業*/	
	.relationship{
		background-color: #c2eaff;
	}
	.relationship .popTitle{
		height: 180px;
		background: url(../images/bg_relationship.jpg) no-repeat right top #c6cbe1;
		background-size:cover;
	}
	
	.relationship .showTitleTxt{
		color: #497da8;
	}
	
	.relationshipBox{
		margin-top:40px;
		min-height:600px;
		background:url(../images/realationshipDot.png) repeat-y 87px top;
		padding:30px 0;
	}
	.relationshipBox div{
		/*display:none;*/
	}
	.dotCompany{
		background-position:left top;
		background-repeat:no-repeat;
		margin-left: 78px;
		padding-left: 89px;
		margin-bottom:80px;
		padding-top: 100px;
		color: #555555;
		font-size: 20px;
		font-weight: bold;
	}
	.relTitle{
		font-size: 25px;
		margin:30px 0 15px 0;
	}
	
	.com01 .relTitle{
		color: #0075a9;
	}
	.com02 .relTitle{
		color: #009e96;
	}
	.com03 .relTitle{
		color: #638c0b;
	}
	.com04 .relTitle{
		color: #ac6a00;
	}
	.com05 .relTitle{
		color: #eb6100;
	}
	

/*台中港儲_人力配置*/
	.serviceHR{
		background-color: #81a250;
	}
	.serviceHR .popTitle{
		height: 180px;
		background: url(../images/bg_taichungHR.jpg) no-repeat right top #e8f1d0;
		background-size:cover;
	}
	
	.serviceHR .showTitleTxt{
		color: #38590b;
	}
	
		.serviceHRTxt01{
			display:inline-block;
			margin:0 auto;
			padding-bottom:3px;
			border-bottom:5px solid #e8e8e8;
			font-size: 30px;
			font-weight: bold;
			margin-top:50px;
			margin-bottom:46px;
		}

	.serviceHRTxt02{
		color: #486a00;
		font-weight:bold;
		font-size: 30px;
	}
	.serviceHR_container{
		display:inline-block;
		padding:35px  58px 41px 62px;
			background-image: -webkit-linear-gradient(135deg, #d1c0a5 0%, #f1f0bd 0%, #ffffff 100%);
			background-image: -moz-linear-gradient(135deg, #d1c0a5 0%, #f1f0bd 0%, #ffffff 100%);
			background-image: -o-linear-gradient(135deg, #d1c0a5 0%, #f1f0bd 0%, #ffffff 100%);
			background-image: linear-gradient(-45deg, #d1c0a5 0%, #f1f0bd 0%, #ffffff 100%);
			border-radius: 5px;
			margin-bottom:120px;
	}
	
	.hrRtImg{
		display:block;
		background:url(../images/HrRtImg01.jpg) no-repeat center top;
		background-size:cover;
		min-height: 600px;
	}
	.serviceHRTxt03{
		text-align:left;
		color: #7e6b59;
		margin-bottom:30px;
		font-size:20px;
		font-weight: bold;
	}
	.serviceHRTxt03 .hrTit{
		background-color: #486a00;
		border-radius: 5px;
		color:#ffffff;
		display:block;
		width: 366px;
		line-height:35px;
		padding-left:17px;
	}
	
	
	
/*台中港儲_認證*/
	.serviceAuth_container{
		background-image: -webkit-linear-gradient(135deg, #d1c0a5 0%, #84ccc9 0%, #ffffff 100%);
		background-image: -moz-linear-gradient(135deg, #d1c0a5 0%, #84ccc9 0%, #ffffff 100%);
		background-image: -o-linear-gradient(135deg, #d1c0a5 0%, #84ccc9 0%, #ffffff 100%);
		background-image: linear-gradient(-45deg, #d1c0a5 0%, #84ccc9 0%, #ffffff 100%);
		display: inline-block;
		padding:30px 0;
	}
	.serviceAuthTxt01{
		color: #009e96;
		font-size: 30px;
		font-weight: bold;
		margin-bottom:20px;
	}

	.iso{
		border-radius: 5px;
		background-color: #009e96;
		color:#ffffff;
		line-height:35px;
		text-align:center;
		padding:3px 0;
		font-size: 20px;		
	}
	
	.isoTxt{
		color: #08a19a;
		font-size: 20px;
	}
	
	.uk-modal.uk-open{
		z-index: 99999;
	}
	.uk-slidenav-contrast {
		color: #444;
	}
	.uk-slidenav-contrast:hover {
		color:rgba(0,0,0,1.00);
	}
	.serviceAuthDivider{
		margin:77px 0;
	}


/*台中_服務項目*/
.serviceTxt01{
	font-size: 30px;
	color: #555555;
	font-weight: bold;
}
.serviceTxt01 span{
	color: #999999;
}
.serviceTit{
	font-size: 30px;
	font-weight: bold;
	text-align:left;
}
.serviceBox{
	width: 100%;
	display:inline-block;
	padding:30px 100px;
	margin-bottom:100px;
	}
.serviceMiniTit{
	text-align:left;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width:300px;
	line-height:35px;
	padding-left:10px;
	margin-top:25px;
	border-radius: 5px;

}
.serviceMiniTxt{
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.ser01 .serviceBox{
	background-image: -webkit-linear-gradient(135deg, #c3e6e7 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(135deg, #c3e6e7 0%, #ffffff 100%);
	background-image: -o-linear-gradient(135deg, #c3e6e7 0%, #ffffff 100%);
	background-image: linear-gradient(-45deg, #c3e6e7 0%, #ffffff 100%);
	}
.ser01 .serviceTit{
	color: #00959d;
}
.ser01 .serviceMiniTit{
	background-color: #00959d;
}
.ser01 .serviceMiniTxt{
	color: #00959d;
}

.ser02 .serviceBox{
	background-image: -webkit-linear-gradient(135deg, #f8ddc7 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(135deg, #f8ddc7 0%, #ffffff 100%);
	background-image: -o-linear-gradient(135deg, #f8ddc7 0%, #ffffff 100%);
	background-image: linear-gradient(-45deg, #f8ddc7 0%, #ffffff 100%);
}
.ser02 .serviceTit{
	color: #cd7c3c;
}
.ser02 .serviceMiniTit{
	background-color: #cd7c3c;
}
.ser02 .serviceMiniTxt{
	color: #cd7c3c;
}


.ser03 .serviceBox{
	background-image: -webkit-linear-gradient(135deg, #d6e5f8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(135deg, #d6e5f8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(135deg, #d6e5f8 0%, #ffffff 100%);
	background-image: linear-gradient(-45deg, #d6e5f8 0%, #ffffff 100%);
}
.ser03 .serviceTit{
	color: #6c96ca;
}
.ser03 .serviceMiniTit{
	background-color: #6c96ca;
}
.ser03 .serviceMiniTxt{
	color: #6c96ca;
}


.ser04 .serviceBox{
	background-image: -webkit-linear-gradient(135deg, #dac9dc 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(135deg, #dac9dc 0%, #ffffff 100%);
	background-image: -o-linear-gradient(135deg, #dac9dc 0%, #ffffff 100%);
	background-image: linear-gradient(-45deg, #dac9dc 0%, #ffffff 100%);
}
.ser04 .serviceTit{
	color: #85438c;
}
.ser04 .serviceMiniTit{
	background-color: #85438c;
}
.ser04 .serviceMiniTxt{
	color: #85438c;
}

/*設    備*/
.equi_container div{
	margin-bottom:110px;
}

/*位置*/
.positionTxt{
	color: #555555;
	font-size: 30px;
	font-weight: bold;
	text-align:left;
	margin-top:113px;
	margin-bottom:15px;
}
.positionMap{
	margin-bottom:200px;
}


/*產品分類*/
.classify{
	background-color: #d5effe;
}
.classify .popTitle{
	height: 180px;
	background: url(../images/bg_classify.jpg) no-repeat right top #d5effe;
	background-size:cover;
}
.classify .showTitleTxt{
	color: #4d4e4e;
}
.classifyUL{
	margin-top:51px;
	list-style:none;
	padding:0;
}
.classifyUL li{
	margin-bottom:1px;
}

.classifyUL a:link,
.classifyUL a:visited,
.classifyUL a:active{
	text-align:left;
	display:block;
	font-size: 25px;
	color: #ffffff;
	text-decoration:none;
	background-color: #338fc0;
	padding:3px 33px; 
}
.classifyUL a.active,
.classifyUL a:hover,
.classifyUL a:focus{
	background-color: #1b6084;
}

.classifyList{
	margin-top:51px;
	text-align: left;
	padding-left:74px;
}
.classifyList dt{
	color: #ffffff;
	font-size: 24px;
	background-color: #999999;
	padding-left:17px;
}
.classifyList dl{
	margin-bottom:47px;
}
.classifyList dt{
	margin-bottom:17px;
}
.classifyList dd a:link,
.classifyList dd a:visited,
.classifyList dd a:active{
	font-size: 24px;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
}
.classifyList dd a:hover,
.classifyList dd a:focus{
	opacity:0.7;
}
.classifyList .glyphicon-save{
	font-size: 24px;
}

	
.classifyTit dt{
	color: #555555;
	font-size: 30px;
	font-weight: bold;
	border-bottom:2px solid #e8e8e8;
	background-color:#ffffff;
	padding-left:0px;
}
.classifyTit dt.periodic{
	padding-left:100px;
	height:90px;
	vertical-align:baseline;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:90px 90px;
	border-bottom:0px solid #e8e8e8;
	position:relative;
}
.classifyTit dt.periodic div{
	position:absolute;
	left:100px;
	bottom:0;
	border-bottom:2px solid #e8e8e8;
}
.classifyTit dd{
	color: #555555;
	font-size: 22px;
	font-weight: bold;
}

.classifyTable{
	margin-top:51px;
	text-align:left;
	font-size: 25px;
	font-weight: bold;
	color: #23719b;
}
.classifyTable th,
.classifyTable td{
	border:2px solid #ffffff !important;
}
.classifyTable tr:nth-child(even){
	background-color: #b9e5fc;
}
.classifyTable tr:nth-child(odd){
	background-color: #d5effe;
}
.classifyTable th{
	background-color: #338fc0;
	color:#ffffff;
}
	
.btn_classifyBack{
	display:block;
	text-align:center;
}
.btn_classifyBack a:link,
.btn_classifyBack a:visited,
.btn_classifyBack a:active{
	text-decoration:none;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	background-color: #999999;
	padding:7px 41px;
}
.btn_classifyBack a:hover,
.btn_classifyBack a:focus{
	opacity:0.7;
}


.chemSty01{
	background:url(../images/chemImg_03.png) left 132px top 50px no-repeat;
	width: 1200px;
	height: 571px;
	position:relative;
	font-size: 25px;
	color: #ffffff;
	line-height:68%;
	text-align:center;
	font-weight: bold;
}
	.chemSty01 div{
		position:absolute;
	}
	.chemSty01 div span{
		font-size: 14px;
	}
	.chemSty01_01{
		padding:23px 35px;
		display:inline-block;
		background-color: #cc7c3c;
		left:0;
	}
	.chemSty01_02{
		width: 178px;
		padding:23px 0;
		display:inline-block;
		background-color: #ffc339;
	}
	.chemSty01_03{
		width:646px;
		padding:23px 25px;
		display:inline-block;
		background-color: #a9d352;
		text-align:left;
		right:0;
		line-height:100%;
	}
	
.chemSty02{
	width: 992px;
	text-align:left;
	font-weight: bold;
}
	.chemSty02_01{
		font-size: 24px;
		margin-bottom:40px;
	}
		.chemSty02_title{
			display:block;
			padding:6px 18px;
			color:#ffffff;
			background-color: #00a084;
			border-radius: 5px;
		}
		.chemSty02_txt{
			color: #00736d;
			padding-left:50px;
		}
			
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	