.szyxtit {
    text-align: center;
    font-size: 38px;
    color: #231815;
    position: relative;
    font-weight: bold;
    padding-bottom: 20px;
}.szyxtit:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #e94747;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.szyxtit.red{
	color: #e94747;
}
.szyxtit.red:after{
	background: #e94747;
}

.zlbg{
	height: 680px;
	background-image: url(/images/ppzl/mbg.png);
	background-size: cover;
	background-position: center;position: relative;
}
.bgwz{
	position: absolute;
	left: 50%; top:50%;transform: translate(-50%, -50%);font-size: 59px;
	text-align: center;
	line-height: 1.6;color: #fff;
}
.zlmm{
	padding: 160px 0;
}
.zlm1wz{
	font-size: 18px;line-height: 2;
	text-align: center;
	margin-top: 60px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.hui{
	background:#F2F5F7 ;
}
.zlm5cz {
	margin-top: 60px;display: flex;justify-content: space-between;
}
.zlm5cz img{
	width: 48%;
}
.zlm2 img,.zlm3 img,.zlm4 img{
	display: block;margin: 60px auto 0;
}




@media screen and (max-width: 600px) {
    .w1200 {
        width: 95%;margin: 0 auto;
    }
.szyxtit {
    font-size: 24px;
}
.bgwz{
	width: 80%;font-size: 27px;
}
.zlbg{
	height: 280px;
}
.zlmm {
    padding: 60px 0;
}
.zlm1wz {
    font-size: 16px;
    margin-top: 30px;
}
.zlm2 img, .zlm3 img, .zlm4 img {
    margin: 30px auto 0;max-width: 90%;
}
.zlm5cz img{
	width: 90%;margin: 0 auto 30px;display: block;
}
.zlm5cz{
	margin-top: 30px;display: block;
}










}