/*æ ·å¼æ¸…é™¤*/
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;
}

input {
	outline: none;
}
/* å…¬å…±æ ·å¼ä¸­çš„é»˜è®¤è¶…é“¾æŽ¥ */
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_wrap {
	position: relative;
	width: 100%;
}

.sear_box {
	/* ç›’å­  */
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.dz_sear_tit:hover {
	cursor: pointer;
}

.dz_sear_tit {
	font-size: 22px;
	color: #fff;
	text-align: left;
	margin: 24px;
}

input {
	border: none;
}

.sear_input_box {
	border: 1px solid rgb(169,169,169);
	width: 50%;
}

.sear_inb_box {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	background-color: #ffff;
}

.sear_input_box input {
	width: 100%;
	line-height: 100%;
	text-indent: 20px;
	font-size: 16px;
}

.dz_sear_btn {
	cursor: pointer;
	font-size: 17px;
	color: #fff;
	background-color: rgb(229,1,18);
	padding: 0 22px;
	margin-left: -5px;
}

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1300px ) {
}

@media screen and (max-width:900px ) {
}

@media screen and (max-width:415px ) {
	.sear_box {
		width: 100%;
	}

	.sear_input_box {
		width: 70%;
	}

	.sear_inb_box {
		height: 40px;
		line-height: 40px;
	}

	.dz_sear_tit {
		color: black
	}
}

@media screen and (max-width:330px ) {
	.sear_input_box {
		width: 74%;
	}

		.sear_input_box input {
			text-indent: 10px;
		}

	.dz_sear_btn {
		padding: 0 18px;
	}
}
