.zt-titbox h2{
	display:inline-block;
	font-size: 26px;
	border-bottom: 1px dashed #e60012;
	line-height: 1.5em;
}
.zt-titbox h2 p{
	font-size: 26px;
}
.zt-titbox{
	text-align: center;
	margin-bottom: 40px;
}
.introducbox{
	background: url(/static/dynamic/shouhoufuwu/images/shou-ban2.png) no-repeat center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.introducbox .zt-content{
	text-align: center;
}
.introducbox .zt-content>p{
	color:#FFF;
	text-align: center;
}
.introduclist{
	border-top: 1px solid #999999;
	margin-top: 40px;
	padding-top: 40px;
	align-items: flex-start;
}
.introduclist li{
	width: 23%;
}
.introduclist h4{
	background: #c6292a;
	font-size: 50px;
	color: #FFF;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.introduclist p{
	color: #FFF;
	text-align: center;
	line-height: 1.3em;
}
.introducbox span{
	border: 2px solid #fff;
	display: inline-block;
	color: #FFF;
	text-align: center;
	height: 40px;
	line-height: 36px;
	padding: 0 15px;
	margin-top: 40px;

}
.formal>li{
	border-left: 30px solid #e01919;
	background: #f8f8f8;
    box-shadow: -5px 5px 10px 2px #ddd;
    margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 3%;
}
.formal>li:nth-child(2n){
	border-left: 0 none;
	border-right: 30px solid #e01919;
	padding-left: 0;
	padding-right: 3%;

}
.formaltxt{
	width: 64%;
	padding: 30px;
	box-sizing: border-box;
}
.formaltxt h3{
	font-weight: normal;
	color: #666666;
	font-size: 24px;
	margin-bottom: 20px;
}
.formaltxt h3 span{
	border-radius: 50%;
	background-color: #e01919;
	color: #FFF;
	font-size: 20px;
	padding: 5px;
}
.formaltxt p{
	color: #999999;
	font-size: 14px;
	line-height: 1.5em;
}
.formalpic{
	width: 32%;
}
.formalitem{
	margin-top: 40px;
	align-items: flex-start;
	width: 100%;
	padding-right:3%;
}
.formalitem li{
	width: 23%;
}
.formalitem li img{
	box-shadow: 0 0 8px 3px #ddd;
}
.formalitem li h4{
	margin: 15px auto;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.formalitem li h4 span{
	font-size: 22px;
	margin-right: 10px;
}
.formalitem li p{
	font-size: 14px;
	color: #999999;
	line-height: 1.5em;
	position:relative;
	padding-left: 12px;
	margin-bottom: 15px;
}
.formalitem li p:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.eightbox{
	background: url(/static/dynamic/shouhoufuwu/images/shou-bg.png) no-repeat center rgba(30,30,30,0.72); 
	padding:120px 0;
	position: relative;
}
.eightbox:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(30,30,30,0.72); 
	top: 0;

}
.eightleft{
	width: 40%;
	background: rgba(30,30,30,0.89);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.eightleft h4{
	color: #CCC;
	padding-top: 100px;
	padding-left: 50px;
	font-size: 34px;
}
.eightleft h3{
	font-size: 50px;
	color: #CCC;
	font-weight: normal;
	padding-left: 50px;
	padding-right: 50px;
}
.eightright{
	width: 60%;
	margin-left: 40%;
}
.eightright p{
	text-align: center;
	padding:0 80px;
	line-height: 2em;
	position: relative;
	z-index: 3;
	color: #CCC;
	font-size: 14px;
}
.epiloguebox{
	background: #ebebeb;
	padding: 60px 0;
	text-align: center;
}
@media (max-width: 1000px){
	.zt-titbox{
		margin-bottom: 20px;
	}
	.introduclist{
		margin-top: 30px;
		padding-top: 0px;
	}
	.introduclist li{
		width: 46%;
		margin-top: 30px;
	}
	.introduclist h4{
		font-size: 40px;
	}
	.introducbox span{
		margin-top: 30px;
	}
	.contact{
		margin-top: 0;
		margin-bottom: 0;
	}
	.zt-titbox h2 p{
		font-size: 22px;
		line-height: 1.5em;
	}
	.formal>li{
		border-width: 8px;
	}
	.formaltxt{
		width: 100%;
		padding: 20px;
	}
	.formalpic{
		width: 100%;
	}
	.formaltxt h3{
		font-size: 20px;
	}
	.formalitem li{
		width: 100%;
		margin-bottom: 30px;
	}
	.formal>li:nth-child(2n){
		border-width: 8px;
	}
	.eightleft{
		width: 100%;
		position: static;
		background: none;
	}
	.eightright{
		width: 100%;
		margin-left: 0;
	}
	.eightbox{
		padding: 30px 0;
		z-index: 1;
	}
	.eightbox:before{
		z-index: -1;

	}
	.eightleft h4{
		padding-top: 0;
		padding-left: 0;
		font-size: 24px;
		text-align: center;
	}
	.eightleft h3{
		text-align: center;
		font-size: 26px;
	}
	.eightright p{
		padding: 20px 20px;
	}
	.epiloguebox{
		padding: 30px 0;
	}
}