@charset "utf-8";

.service_box .text {
	width: 460px;
	float: left;
}
.service_box .text p {
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
}
.service_box .image {
	width: 460px;
	margin-left: 40px;
	float: left;
}

.service_hr {
	height: 1px;
	background: #dfdfdf;
}

.performance_list {
	width: 100%;
	border-top: 2px solid #ea5b46;
}
.performance_list th {
	font-weight: 500;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
	padding: 14px 0;
	text-align: center;
}
.performance_list td {
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
	padding: 14px 0;
}

.performance_list th:nth-child(1) {
	width: 72px;
}
.performance_list th:nth-child(2) {
	width: 248px;
}
.performance_list th:nth-child(3) {
	width: 525px;
}
.performance_list th:nth-child(4) {
	width: 115px;
}

.performance_list td:nth-child(1) {
	text-align: center;
}
.performance_list td:nth-child(2) {
	text-align: center;
}
.performance_list td:nth-child(3) {
	text-align: left;
}
.performance_list td:nth-child(4) {
	text-align: center;
}



