.ztgyjjtxt{
    width:68%;
}
.ztgyjjtxt h2{
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}
.ztgyjjlist{
    margin-top: 30px;
}
.ztgyjjlist li{
    background: #f0f0f0;
    padding: 5px 20px;
}
.ztgyjjlist li:hover{
    background: #bd1c21;
}
.ztgyjjlist li:hover a{
    color: #FFF;
}
.ztgyjjpic{
    width:27%;
}
.huibg{
    background: #f0f0f0;
}
h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.zt-probox li{
    width: 30%;
    background: #FFF;
    margin-top: 20px;

}
.zt-probox li h4{
    text-align: center;
    line-height: 45px;
    text-align: center;
    font-weight: normal;
}
.zt-probox li:hover h4{
    color: #bd1c21;
}
.flowbox{
    background: #FFF;
    padding: 40px 25px 20px;
    margin-top: 50px;
}
.flowbox h3{
    text-align: center;
    background: #dd1f2b;
    line-height: 36px;
    color: #FFF;
    padding: 5px 0;
    margin-bottom: 20px;
}
.flow_top{
    background: #f0f0f0;
    padding: 25px 20px 20px;
}
.flow_top_tit{
    overflow: hidden;
    margin: 5px 0;
}
.flow_top span{
    float: left;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
    width: 7%;
}
.flow_top_tit i{
    color: #bd1c21;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
}
.flow_top p{
    line-height: 1.5em;
    float: left;
    width: 93%;
}
.flow_content{
    padding: 25px 20px;
}
.flow_content h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.flow_list li{
    margin-top: 10px;
    overflow: hidden;
}
.flow_list span{
    display: block;
    width:9%;
    float: left;
}
.flow_list p{
    width: 88%;
    float: left;
}
.flow_img{
    margin-top: 40px;
}
.flow_img li{
    width: 23%;
}
@media (max-width: 1000px){
	.zt-banner{
		height: 75px;
		position: relative;
		overflow: hidden;
	}
	.zt-banner img{
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
    .ztgyjjtxt{
        width: 100%;
    }
    .ztgyjjtxt h2{
        font-size: 24px;
        margin-bottom: 10px;

    }
    .ztgyjjlist{
        width:70%;
        margin: 20px auto;
    }
    .ztgyjjlist li{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ztgyjjpic{
        width: 100%;
    }
    h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .zt-probox li{
        width: 48%;
        margin-top: 15px;
    }
    .zt-probox li h4{
        line-height: 40px;
    }
    .flowbox{
        margin-top: 30px;
        padding: 20px 15px;
    }
    .flowbox h3{
        font-size: 20px;
        font-weight: bold;
    }
    .flow_top,.flow_content{
        padding: 20px 15px;
    }
    .flow_top span{
        font-size: 16px;
    }
    .flow_top span,.flow_top p,.flow_list span,.flow_list p{
        float: none;
        width: 100%;
    }
    .flow_img li{
        width: 48%;
    }
    .flow_content h4{
        font-weight: bold;
        font-size: 18px;
    }
    .flow_img{
        margin-top: 10px;
    }
    .flow_img img{
        margin-top: 10px;
    }
}