/*查询样式*/
.dz_content{
	width: 1200px; height:auto; margin: 0 auto; font-size: 14px;
}
.dz_box{
	display: flex; text-align: center;
}
.dz_box_left{
	width: 600px; height: 400px; display: flex; margin: 0 auto; border: 1px solid #cccccc; align-items: center;
}
.dz_box_left_img{
	display: block; max-width: 100%; max-height: 100%; margin: 0 auto;
}
.dz_box_right{
	width: 600px; text-align: left; padding-left: 30px;
}
.dz_box_right_h2{
	margin: 20px 0px;
}
.dz_box_right_h2 img{
	vertical-align: text-top;
}
.dz_line{
	width: 100%; border: 1px dashed #cccccc;
}
.dz_btn2{
	width: 160px; height: 40px; line-height: 40px; border: none; text-align: center; background: rgb(253,106,3); color: #ffffff; cursor: pointer;
}
.fjxz_btn{
width: 160px; height: 40px; line-height: 40px; border: none; text-align: center; background: rgb(253,106,3); color: #ffffff; cursor: pointer;
}

.dz_title{
	margin: 20px 0px; border-bottom: 1px solid #cccccc;
}
.dz_title span{
	display: inline-block; width: 120px; height: 40px; line-height: 40px; font-size: 18px; text-align: center; color: #ffffff; background: var(--c);
}
.dz_p{
	line-height: 30px; font-size: 14px;
}