
/*顶部图片*/
#zlzz_Pngbox{
	margin-top: 4rem;
	width: 100%;
	height: auto;
}
#zlzz_Pngbox img{
	width: 100%;
	height: auto;
}


/*专利资质内容*/
#zlzz_Content{
	width: 100%;
	margin: 1rem 0rem;
}
#zlzz_Content .zlc_box{
	width: 49%;
	float: left;
	margin-right: 2%;
}
#zlzz_Content .zlc_box:nth-child(2n){
	margin-right: 0%;
}
#zlzz_Content .zlc_box img{
	width: 100%;
	height: 10rem;
}
#zlzz_Content .zlc_box p{
	text-align: center;
	font-size: 1.0rem;
	line-height: 2rem;
}
#zlzz_Content .clear{
	clear: both;
}
<!--耗时1784897862.8768秒-->