@charset "utf-8";
/* 公司簡介 */
.main-content .about{
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 40px;
}.main-content .about .title {
	font-size: 15px;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #473E30;
	line-height: 35px;
	margin-top: 30px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 5%;
}
.main-content .about .introduction {
	background-color: #F7F3F0;
	background-image: url(../images/_eng/about/line.fw.png);
	background-repeat: no-repeat;
	width: 90%;
	padding-top: 30px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 50px;
}
.main-content .about .introduction .line {
	background-image: url(../images/_eng/about/line.fw.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
}
.main-content .about .introduction .desc {
	font-size: 15px;
	line-height: 200%;
	color: #3f1f00;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
}
.main-content .about .introduction .desc p{
	text-align: left;
}
.main-content .about .introduction .desc img {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
