/* 寬度置中 */

.w800center{
	max-width: 800px;
	width: 100%;
	position: relative;
	margin: auto;
}



/*  */
.wrap_1of2{
	width: 50%;
	float: left;

}
.wrap_1of3{
	width: 33%;
	float: left;
}
.wrap_2of3{
	width: 66%;
	float: left;
}


/*  */
.margin20{
	margin: 20px;
}


	.index_banner{
		background-image: url('../images/bg.jpg');
		width: 100%;
		height: 100%;
		background-size: 100%;
  		position: relative;
	}

	.each_wrap{
		background-color: #FFF;
		width: 100%;
		min-height: 200px;
		position: relative;
	}
	.each_main{
		background-color: #FFF;
		position: relative;
		min-height:100px;
		width: 100%;
	}
	

	.index_contactus{
		border: 2px solid #FFF;
	    width: 200px;
	    height: 50px;
	    text-align: center;
	    line-height: 50px;
	    color: #FFF;
	    position: relative;
	    margin: auto;
	    margin-top: 30px;
	    cursor: pointer;
	    background-color: rgba(0%,0%,0%,0.4);
	}
		.index_contactus:hover{
			background-color: #FFF;
			color: #444;
		}


.textright{
	text-align: right;
}
.textcenter{
	text-align: center;
}

 /* ----------- index - 動畫 -----------*/
	.index_animation_1{
		animation: index_animation_1 1s;
    	 -webkit-animation: index_animation_1 1s;
	}

	@-webkit-keyframes index_animation_1 {   
	     0%   {opacity: 0}
	     100% {opacity: 1}
	}


	.index_animation_2{
		animation: index_animation_2 1.5s;
    	 -webkit-animation: index_animation_2 1.5s;
	}

	@-webkit-keyframes index_animation_2 {    /* 動畫 */
		 0%   {opacity: 0}
	     30%   {opacity: 0}
	     100% {opacity: 1}
	}

	.index_animation_3{
		animation: index_animation_3 2s;
    	 -webkit-animation: index_animation_3 2s;
	}

	@-webkit-keyframes index_animation_3 {    /* 動畫 */
		 0%   {opacity: 0}
	     60%   {opacity: 0}
	     100% {opacity: 1}
	}








/* nav */
nav{
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-align: left;
     /*background-color: blue; */
    width: 100%;
    height: 50px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    display:inline;
    vertical-align:middle;
    text-align: center;
    background-color: rgba(100%,100%,100%,0.2);
}
	nav .logo{
		height: 50px;
		display:inline;
   		vertical-align:middle;
	}
	nav .logo-text{
		height: 40px;
		display:inline;
    	vertical-align:middle;
    	margin-left: 10px;

	}
	nav .button-wrap{
		/*background-color: red;*/
		background-color:rgba(0%,0%,0%,0.5);
		/*position: absolute;*/
		right: 0px;
		top: -15px;
		height: 45px;
		line-height: 45px;
		margin-top: 15px;
		text-align: center;
	}
	nav .each{
		position: relative;
		display: inline-block;
		margin-left: -2px;
		margin-right: -2px;
		width: 120px;
		color: #FFF;
		height: 44px;
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: lighter;
		/*background-color: blue;*/
	}
		nav .each:hover{
			background-color:rgba(0%,0%,0%,0.3);
		}
	nav .each .menu{
		position: absolute;
		/*background-color: red;*/
		width:100%;
		margin-top: -1px;
		background-color:rgba(0%,0%,0%,0.65);
		display: none;
	}

	nav .each .menu .menu-button{
		/*background-color: green;*/
		position: relative;
	}
		nav .each .menu .menu-button:hover{
			background-color:rgba(0%,0%,0%,0.5);
		}






.page_center{
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* footer */

footer{
	background-color: #0b0b0b;
	height: 200px;
	color: #999;
	font-size: 14px;
}
	footer .contact{
		float: left;
		width: 40%;
		/*background-color: red;*/
	}
	footer .logo{
		width: 100px;
	    opacity: 0.3;
	    margin-top: 20px;

	}	
	footer .weibo{
		color: #FFF;
		margin-top: 15px;
	    cursor: pointer;
	    opacity: 0.7;
	}
	footer .icon{
	    color: #FFF;
	    text-align: center;
	    font-size: 22px;
	    display: inline-block;
		margin-right: 10px;		
	}
		footer .weibo:hover{
			opacity: 1;
		}


article{
	padding: 40px;
	line-height: 25px;
}
	body[rel="service"] article{
		padding-right: 470px;
		min-height: 400px;
	}

		body[rel="service"] article .text{
			min-height: 250px;
			padding-left: 20px;
		}

	article .title{
		font-size: 25px;
		text-align: center;
		margin-bottom: 6px;
		/*padding-left: 20px;*/
	}
	article .title-en{
		text-align: center;
		margin-bottom: 20px;
		color: #98A39F;
		letter-spacing: 2px;
		/*padding-left: 20px;*/
	}
	article .title-line{
		width: 200px;
		background-color: #e9e9e9;
		height: 1px;
		position: relative;
		margin: auto;
		margin-bottom: 20px;
	}


/* certificate */
.about-certificate-img{
	text-align: center;
}
.about-certificate-img img{
	width: 300px;
}

.about-certificate-text li{
	margin-bottom: 20px;
	margin-left: 30px;
}

/* about */
.about-team-each{
	float: left;
	width: 33%;
	min-height:300px; 
}

	.about-team-each .name{
		border-bottom: 1px solid #e9e9e9;
		height: 40px;
		margin: 10px;
		font-weight: bold;
		font-size: 18px;
	}
	.about-team-each .text-each{
		min-height: 30px;
	}
	.about-team-each .text{
		margin: 10px;
		color: #888;
	}
	.about-team-each name{
		position: absolute;
		width: 80px;
		/*background-color: red;*/
	}
	.about-team-each value{
		display: block;
		position: relative;
		margin-left: 80px;
		/*background-color: blue;*/
		height: auto;
	}
	.about-team-class{
		float: left;
		width: 25%;
		
	}
		.about-team-class .in{
			position: relative;
			border: 2px solid #e9e9e9;
			margin: 5px;
			height: 50px;
			line-height: 50px;
			text-align: center;	
			cursor: pointer;
		}
		.about-team-class .in:hover{
			background-color: #e9e9e9;
		}

			.about-team-class.select .in{
				background-color: #999;
				border-color: #999;
				color: #FFF;
			}


/* article : 直線 */
	.article-line{
		width: 100%;
	    background-color: #e9e9e9;
	    height: 1px;
	    position: relative;
	    margin: auto;
	    margin-bottom: 20px;
	}

/* article : 虛線 */
	.article-dashed-line{
		width: 100%;
	    height: 1px;
	    position: relative;
	    margin: auto;
	    margin-bottom: 20px;
	    border-top: 1px dashed #e9e9e9;
	}

/* news */

.news-list-wrap .each{
	position: relative;
	border-bottom: 1px dashed #e9e9e9;
	height: 30px;
	margin-top: 5px;
	cursor: pointer;
}
	.news-list-wrap .each:hover{
		color: #4D4E4E;
	}
	.news-list-wrap .date{
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 14px;
		color: #999;
	}
.news-info-title{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}
.news-info-date{
	text-align: center;
	color: #888;
}
.news-info-content{
	line-height: 30px;
}



/* recruit */

.recruit-each{
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-right: 250px;
	height: 250px;
}
	.recruit-each .title{
		color: #9C1717;
		font-size: 25px;
		text-align: left;
	}
	.recruit-each .key{
		color: #000;
		font-size: 18px;
		margin-top: 15px;
	}
	.recruit-each .value{
		color: #777;
		font-size: 16px;
	}
	.recruit-each .contact{
		position: absolute;
	    right: 0px;
	    width: 230px;	    
	    background-color: #F7F8F7;
	    font-size: 14px;
	    color: #999;

	    height: 90%; /* ie */
	    height: -moz-calc(100% - 30px);
	    height: -webkit-calc(100% - 30px);
	    height: calc(100% - 30px);

	    display: none;
	}
	.recruit-each .contact .title{
		color: #d9d9d9;
		font-size: 25px;
		text-align: center;
		font-weight: lighter;
		font-family: Helvetica;
		letter-spacing: 2px;
		margin-bottom: 25px;
	}
	.recruit-each .contact .subtitle{
		color: #000;
		font-size: 20px;
		margin-top: 15px;

	}
/* service */

.service-photo{
	
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0px;
	top:0px;
	background-position: center;
	background-size: cover;
}
.fleuron{
	text-align: center;
	margin-bottom: 20px;
	/*background-color: red;*/
}
	.fleuron img{
		width: 40px;
	}