/*样式清除*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	box-sizing: border-box;

}
/* 公共样式中的默认超链接 */
a{
	text-decoration:none;color: #666666; cursor: pointer;
}
a:hover {
	text-decoration: none;
}
body{
	font-size:12px;font-family:'Microsoft YaHei';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/*查询样式*/
.dz_content{
	width: 1200px; height:auto; margin: 0 auto; font-size: 14px; color: #000000;
}
.dz_box1{
    width: 100%;
}
.dz_title,.dz_title2{
    width: 100%; height: 50px; line-height: 50px; text-align: center;
}
.dz_search_div{
    width: 100%;
    margin: 10px auto; text-align: center;
}
.dz_search_div>label{
    display: inline-block; width: 130px; text-align: right;
}
.dz_box2{
    width: 100%; margin: 20px auto;
    display: none;
}
.dz_title2{
    text-align: left !important; margin: 30px auto;
}
.dz_p{
    width: 100%; border-bottom: 1px solid #666666; height: 40px; line-height: 40px; display: inline-block;
    margin: 20px auto;
}
.dz_p2{
    width: 49.8% !important;
}
.dz_p>span{
    display: inline-block; width: 500px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    vertical-align: bottom;
}
.dz_img_p{
	vertical-align: top;
}
.dz_img{
	width: 40%; vertical-align: text-top;
}

/*input框样式*/
.dz_text{
    display: inline-block; border: 1px solid #cccccc; padding: 7px 0px; text-indent: 12px;
    padding-left:5px; width: 330px; border-radius: 5px; color: #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.dz_text:focus,.dz_textarea:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.dz_text2{
    width: 200px !important;
}
.dz_btn{
    display: inline-block; margin: 20px auto; text-align: center; font-size: 16px; font-weight: 600; border: none;
    width: 160px; height: 50px; line-height: 50px; background: rgb(1,151,64); color: #ffffff; border-radius: 10px;
    cursor: pointer;
}

/*遮罩层*/
.zzc{
    position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.7);  z-index: 10;
    display: none;
}
/*提示框样式*/
.dz_up_tips{
    position: fixed; top: 30%; left: 50%; background: #ffffff; opacity: 0.9;
    text-align: center; font-size: 20px;  z-index: 100; margin-left: -250px;
    display: none;
}
.dz_close{
    text-align: right; margin: 10px; cursor: pointer; color: red;
}
.dz_up_tips_p{
    width: 500px; height: 130px; line-height: 40px; font-weight: normal; color: rgb(1,151,64);
    display: flex;  justify-content: center; align-items: center; font-weight: 600;
}

@media only screen and (max-width: 768px){/*小屏*/
    .dz_content{
        width: 98%;
    }
    .dz_text{
        width: 8rem;
    }
    .dz_text2{
        width: 5.6rem !important;
    }
    .dz_up_tips_p{
        width: 8rem;
    }
    .dz_up_tips{
        margin-left: -4rem;
    }
    .dz_p2{
        width: 100% !important;
    }
	.dz_img{
		width: 70%;
	}
}
@media only screen and (min-width: 769px){/*大屏*/

}
@media only screen and (max-width: 1024px) and (min-width: 769px){/*中屏*/
    .dz_content{
        width: 99%;
    }
    .dz_text{
        width: 8rem;
    }
    .dz_text2{
        width: 5.6rem !important;
    }
    .dz_up_tips_p{
        width: 8rem;
    }
    .dz_up_tips{
        margin-left: -4rem;
    }
    .dz_p2{
        width: 100% !important;
    }
	.dz_img{
		width: 70%;
	}
}
