.dljz-section .title {
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
.dljz-section .title i {
	color: rgba(180, 180, 180, .1);
	font-size: 40px;
	position: relative;
	top: 10px;
	letter-spacing: 3px;
}
.dljz-section .title h2 {
	margin-bottom: 5px;
}
.dljz-section .title span {
	font-size: 38px;
	position: relative;
	color: #0bb0fe;
}
.dljz-section .title span::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to right, #eeeeee 0%,#999999 100%);
}
.dljz-section .title span::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to left, #eeeeee 0%,#999999 100%);
}
.dljz-section .title p {
	color: #666666;
	font-size: 16px;
}
.dljz-section1 {
	padding: 40px 0;
}
.dljz-section1 .list {
	margin-bottom: 30px;
}
.dljz-section1 .item {
	width: 380px;
	margin-right: 30px;
}
.dljz-section1 .item:nth-child(3n) {
	margin-right: 0;
}
.dljz-section1 .con {
	text-align: center;
}
.dljz-section1 .con p {
	margin-bottom: 20px;
	color: #999999;
	font-size: 20px;
}
.dljz-section1 .con a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	border-radius: 4px;
	padding: 8px 30px;
	margin: 0 10px;
}
.dljz-section1 .con a.link {
	background: #0bb0fe;
}
.dljz-section1 .con a.phone {
	background: #cccccc;
}
.dljz-section2 {
	padding: 40px 0;
	background: #f7f7f7;
}
.dljz-section2 .item {
	width: 380px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #ffffff;
	height: 240px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.dljz-section2 .item:nth-child(3n) {
	margin-right: 0;
}
.dljz-section2 .item img {
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
}
.dljz-section2 .item .con {
	position: absolute;
	left: 40px;
	top: 60px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	padding: 20px;
	width: 240px;
	height: 120px;
}
.dljz-section2 .item h2 {
	color: #0bb0fe;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.dljz-section2 .item p {
	font-size: 14px;
	color: #666666;
}
.dljz-section3 {
	padding: 40px 0;
}
.dljz-section3 .item {
	width: 300px;
	text-align: center;
	padding: 0 40px;
	position: relative;
}
.dljz-section3 .item + .item::before {
	position: absolute;
	content: "";
	display: block;
	width: 34px;
	height: 30px;
	background: url(../img/sbzc/lc.png) no-repeat center center;
	left: -25px;
	top: 50%;
	margin-top: -50px;
}
.dljz-section3 .item img {
	margin-bottom: 20px;
}
.dljz-section3 .item h2 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.dljz-section3 .item p {
	font-size: 14px;
	color: #999999;
}