a{
	text-decoration: none;
	color: #000000;
}
body{
	background: #f3f3f3;
}
/*品质工程tab盒子*/
#pzgc_TabBox{
	width: 100%;
	margin-top: 4rem;
}
#pzgc_TabBox .pzb_top{
	width: 100%;
	display: flex;
	float: left;
	padding: 1rem 0;
	margin: 1rem 0;
	font-size: 1.5rem;
	background: #FFFFFF;
}
#pzgc_TabBox .pzb_top .pzb_flex1{
	flex: 1;
	text-align: center;
}
#pzgc_TabBox .pzb_top .pzb_flex1:first-child{
	border-right: 1px solid #e9e9e9;
}
#pzgc_TabBox .pzb_top .pzb_flex1 a.on_Dj{
	font-weight: bolder;
	color: #e01020;
}

#pzgc_TabBox .pzb_conBox{
	float: left;
	width: 100%;
	display: none;
}

.pzb_conBox .pzb_cB_ul1{
	width: 100%;
}

.pzb_conBox .pzb_cB_ul1 li.clearfix{
	width: 100%;
	height: 8rem;
	padding: 0.5rem 0rem;
	background: #FFFFFF;
	margin-bottom: 0.5rem;
}
.pzb_conBox .pzb_cB_ul1 li.clearfix .lazy{
	width: 33%;
	height: 100%;
	float: left;
}
.pzb_conBox .pzb_cB_ul1 li.clearfix .lazy img{
	width: 100%;
	height: 100%;
}
.pzb_conBox .pzb_cB_ul1 li.clearfix .frbox{
	float: left;
	width: 65%;
	margin-left: 2%;
}
.pzb_cB_ul1 li.clearfix .frbox h2 {
    font-size: 1.4rem;
    line-height:2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.pzb_cB_ul1 li.clearfix .frbox p {
    overflow: hidden;
    margin-bottom: 0.3rem;
    height: 2.5rem;
    font-size: 1.1rem;
    color: #666;
    line-height: 2.5rem;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.pzb_cB_ul1 li.clearfix .frbox span {
    font-size: 1.1rem;
    color: #999;
}
.pzb_cB_ul1 li.clearfix .frbox span a{
    float: right;
    margin-right: 0.5rem;
    color: #e60012;
}
/*详情内容*/
#art_content{
	width: 100%;
    margin-top: 7rem;
}
#art_content h2 {
    font-size: 1.4rem;
    text-align: center;
    padding: 0.5rem 0.5rem;
    color: #333333;
}
.art_content h3 {
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #d6d6d6;
}
#art_content .art_text{
	max-width: 100% !important;
	overflow: hidden;
}
#art_content .art_text img{
	max-width: 100% !important;
	height: auto !important;
}

<!--耗时1784919248.0901秒-->