@charset "utf-8";

/*---------------------about us----------------*/
.aboutLeft{
	width:50%;
	margin-top:3%;
	margin-right:5%;
	float:left;
}
.aboutRight{
	width:40%;
	margin-top:3%;
	margin-right:5%;
	float:left;
	display: flex;/*使下層對齊*/
	justify-content: center;/*使下層對齊*/
	align-items: center; /*使下層對齊*/
}
.aboutRight img{
	width:80%;
	height:auto;
	vertical-align:middle;
	display: inline-block;
}
.aboutProBox{
	width:29.33333%;
	margin:4% 2% 4% 2%;
	float:left;
	max-height:15%;
}
.aboutProimgBorder{
	width:100%;
	/*margin:6%;*/
	float:left;
	height:auto;
}
.aboutProimgBorder img{
	width:100%;
	height:auto;
}
.aboutProSubBorder{
	font-size:1em;
	padding:4% 3%;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-weight:500;
	color:#2f2e2e;
}
/*----以下沒用到---*/
.aboutBg{
	background:url(../img/aboutbg.jpg) no-repeat center center;
	min-height:265px;
	text-align:center;
	color:#000;
}
.aboutBg2{
	background:url(../img/aboutbg2.jpg) no-repeat center center;
	min-height:265px;
	text-align:center;
	color:#000;
}
.aboutBg2 > span.aboutBtu{
	margin:90px 2.5% auto 2.5%;
	text-align:center;
	margin-bottom:12px;
	/*margin-top:25px;*/
	width:90px;
	line-height:90px;
	color:#fff;
	font-size:0.9em;
	height:90px;
	background:#292829;
	border-radius:45px;
	display:inline-block;
  	vertical-align:middle;
}
.aboutBg > h1{
	font-size:1.5em;
	line-height:2.2em;
	font-weight:bolder;
}
.aboutBg > p{
	padding-top:85px;
	font-size:1em;
	line-height:1.8em;
	font-weight:600;
	color:#fff;
}
.aboutTxtBorder > h1{
	font-size:1.3em;
	line-height:2.2em;
	font-weight:bolder;
	color:#000;
}
.aboutTxtBorder{
	margin:2% 19% 4% 19%;
	padding:1%;
	width:60%;
	height:auto;
	font-size:0.9em;
	color:#000;
	/*text-align:left;
	float:left;*/
}
.textCenter{
	text-align:center;
	/*font-size:1em;
	line-height:1.5em;
	font-weight:500;
	color:#6c6b6b;*/
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	
	
}

@media  (max-width: 480px) {
	.aboutBg{
		background:url(../img/aboutbg.jpg) no-repeat center center;
		min-height:265px;
		text-align:center;
		color:#fff;
	}
	.aboutBg > h1{
		font-size:1.5em;
		line-height:2.2em;
		font-weight:bolder;
	}
	.aboutBg > p{
		font-size:1.1em;
		line-height:1.6em;
		font-weight:600;
		color:#fff;
		padding-top:58px;
		padding-left:5%;
		padding-right:5%;
	}
	.aboutTxtBorder > h1{
		font-size:1.4em;
		line-height:2.5em;
	}
	.aboutTxtBorder{
		margin:2% 4% 4% 4%;
		width:90%;
		font-size:1.1em;
	}
.aboutLeft{
	width:90%;
	font-size:1.1em;
	margin:4% 5%;
}
.aboutRight{
	width:90%;
	margin:4% 5%;
}
.aboutProBox{
	width:90%;
	margin:4% 5% 4% 5%;
}
.aboutProSubBorder{
	font-size:1.1em;
}
}