
.main {
	width: 100%;
	background: #eee;
}

.project {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.title {
	padding-top: 36px;
	text-align: center;
}

.title h3 {
	position: relative;
	width: 4em;
	display: inline-block;
	font: normal 30px/50px "microsoft yahei";
}

.title i {
	position: absolute;
	width: 55px;
	height: 5px;
	background: url(../../images/service2017/line.png) 0 0 no-repeat;
	left: 50%;
	top: 55px;
	margin-left: -27px;
}

.project table {
	background-color: #fff;
	margin-top: 30px;
}

.project table th span {
	color: #fff;
	font: bold 18px/30px "microsoft yahei";
}

.project table th {
	height: 50px;
	font: normal 14px/30px "microsoft yahei";
}
.project table th.top1 {
	height: 45px;
	font: normal 14px/30px "microsoft yahei";
}
.project table th strong {
	font: bold 16px/30px "microsoft yahei";
}

.project table th p {
	font: bold 18px/30px "microsoft yahei";
	color: #ff6600;
}

.project table th i {
	font: normal 18px/30px "microsoft yahei";
	color: #eb201d;
}

.project table th b {
	font: normal 20px/30px "microsoft yahei";
	color: #eb201d;
}
.top1 > div {
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
.project table td {
	height: 40px;
	width: 150px;
	text-align: center;
}
.project table th a.btn {
	width: 110px;
	height: 25px;
	border-radius: 3px;
	display: block;
	font: bold 16px/32px "microsoft yahei";
	text-indent: 18px;
	color: #fff;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/service2017/finger_icon.png) 80px 5px no-repeat #FF6600;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.project table .serviceleft {
	background-color: #fff4eb;
	font: bold 18px/30px "microsoft yahei";
	color: #ff6600;
}

.project table .serviceright {
	background-color: #f3f9ff;
	font: bold 15px/30px "microsoft yahei";
}

.project table .serviceright a {
	color: #333;
}

.project table tr td {
	font: normal 16px/18px "microsoft yahei";
}

.project table tr td a.btn {
	font: normal 14px/32px "microsoft yahei";
	width: 98px;
	height: 32px;
	display: inline-block;
	color: #fff;
	background-color: #f54a47;
	border-radius: 2px;
}
.project table th a.btn1 {
	text-indent: 25px;
}
@media screen and (max-width: 1180px) {
	.project {
		width: 100%;
	}
	.top {
		width: 100% !important;
	}
	.head {
		width: 100% !important;
	}
	.nav p {
		width: 100% !important;
	}
	.nav p a {
		width: 98px !important;
	}
}
.project table .serviceleft b{
	display: block;
	margin: 0 30px;
}