.ztgyjjbox img{
    width: 30%;
}
.ztgyjjtxt{
    width: 65%;
}
.ztgyjjtxt h2{
    font-size:30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
.ztgyjjtxt p a{
    font-size: 22px;
    color: #dd1f2b;
}
.huibg{
    background: #f0f0f0;
}
.zt-titbox h2{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.zt-titbox p{
    text-align: center;
}
.ztflowbox{
    background: #FFF;
    padding: 20px;
    margin-top: 30px;
}
.flow_left{
    width: 43%;
}
.flow_right{
    width:52%;
}
.flow_right h3{
    background: #dd1f2b;
    line-height: 36px;
    color: #FFF;
    padding-left: 20px;
    margin-bottom: 20px;
}
.flow_box{
    overflow: hidden;
    margin-bottom: 15px;
}
.flow_box h4{
    float: left;
    width:15%;
    line-height: 1.8em;
}
.flow_box p{
    line-height: 1.8em;
    float: left;
    width: 80%;
}
.flow_box ul li{
    width: 30%;
    margin-bottom: 10px;
}
.flow_box ul li h5{
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.flow_box ul li:hover h5{
    color: #dd1f2b;
}
.zt-titbox{
    text-align: center;
    margin-bottom: 30px;
}
.zt-titbox h2{
    display: inline-block;
    border: 5px solid #707070;
    padding: 10px 50px;
    font-size: 30px;
    font-weight: normal;
}
.zt-titbox h2 b{
    font-weight: bold;
}
.ztcase{
    margin-bottom: 15px;
}
.ztcase span{
    font-weight: bold;
    float: left;
    font-size: 18px;
    display: block;
    width: 9%;
    line-height: 1.8em;
}
.ztcase p{
    float: left;
    line-height: 1.8em;
    width: 91%;
}
.ztcasepic{
    margin-top: 30px;
}
.ztcasepic img{
    width: 23%;
}
.cert_left{
    width: 47.5%;
}
.cert_left h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cert_left p{
    font-size: 15px;
}
.cert_left ul{
    margin-top: 20px;
}
.cert_left ul li{
    width: 48%;
}
.cert_right ul li{
    width: 23%;
}
@media (max-width: 1000px){
	.zt-banner{
		height: 150px;
		position: relative;
		overflow: hidden;
	}
	.zt-banner img{
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
    .ztgyjjtxt h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .ztgyjjtxt{
        width: 100%;
    }
    .ztgyjjtxt p a{
        font-size: 18px;
    }
    .ztgyjjbox img{
        width: 100%;
        margin-top: 20px;
    }
    .zt-titbox h2{
        padding: 10px 20px;
        font-size: 24px;
    }
    .flow_left{
        width: 100%;
    }
    .flow_right{
        margin-top: 30px;
        width: 100%;
    }
    .flow_right h3{
        font-size: 18px;
        font-weight: bold;
    }
    .flow_box h4{
        float: none;
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .flow_box p{
        float: none;
        width: 100%;
    }
    .flow_box ul li h5{
        padding: 5px 0;
    }
    .ztcase span{
        float: none;
        width: 100%;
        font-size: 18px;
    }
    .ztcase p{
        float: none;
        width: 100%;
    }
    .ztcasepic{
        margin-top:0px;
    }
    .ztcasepic img{
        width: 48%;
        margin-top: 20px;
    }
    .zt-titbox h2{
        margin-bottom: 0;
    }
    .cert_left{

        width: 100%;
    }
    .cert_right{
        margin-top: 30px;
    }
}