﻿
.about {
	height: 400px;
	background: #ffffff;
	color: #717171;
}
.about .fl {
	width: 550px;
	height: 356px;
	margin-left: 70px;
	float: left;
}
.about .fr {
	width: 516px;
	margin-top: 20px;
	float: right;
	margin-right: 70px;
}
.about .fr span {
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
}
.about .fr p {
	line-height: 27px;
	text-indent: 2em;
	padding-right: 15px;
}
.about_title {
	font-size: 28px;
	color: #000;
	font-weight: bold
}
.about_content {
	line-height: 30px;
	margin-top: 20px;
	font-size: 15px
}
.about_more {
	width: 150px;
	height: 40px;
	background-color: #ff9a13;
	line-height: 40px;
	border: #FFF 1px solid;
	border-radius: 20px;
	text-align: center;
	margin-top: 30px;
	float: right
}
.about_more a {
	display: block;
	font-size: 15px;
	color: #FFF
}
.about_more a:hover {
	background-color: #c07005;
	border-radius: 20px;
}
