@charset "utf-8";
/* CSS Document */
.main {
	width: 1200px;
	margin: 0 auto;
}


/*首页服务项目*/
.IndexService {
	width: 100%;
	overflow: hidden;
	/*background: #f6f6f6;*/
}
.IndexService .IndexService_content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 75px 0px;
}
.IndexService .IndexService_content .IndexService_content_title {
	text-align: center;
	padding-bottom: 55px;
}
.IndexService .IndexService_content .IndexService_content_title dd {
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
}
.IndexService .IndexService_content .IndexService_content_title dt {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	line-height: 28px;
}
.IndexService .IndexService_content .IndexService_content_body{
	overflow: hidden;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list {
	width: 100%;
	/*background: url(/images/bn2.png) no-repeat 100% 50%;*/
	padding: 0px 50px;
	box-sizing: border-box;
}
.IndexService .IndexService_content .IndexService_content_body .owl-item:first-child .content_body_list {
	padding-left: 0px;
}
.IndexService .IndexService_content .IndexService_content_body .owl-item:last-child .content_body_list {
	padding-right: 0px;
	background: none;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 26px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
	padding-top: 50px;
	overflow: hidden;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list {
	display: inline-block;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 20px 0px;
	box-sizing: border-box;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd {
	color: #3498db;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt {
	color: #3498db;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2n) {
	border-right: 0px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(1) {
	padding-top: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2) {
	padding-top: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(3) {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4) {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dd {
	color: #222222;
	font-size: 28px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
