@charset "utf-8";
/*头尾所需统一样式*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}
li {
  list-style: none;
}
body {
  text-align: left;
  font-family: '微软雅黑';
  color: #333333;
  font-size: 15px;
  background: #fff;
}
a,
ins {
  text-decoration: none;
}
a {
  color: #333333;
}
a:hover {
  color: #1d72c2;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.bt-box-1200 {
  width: 1200px;
  margin: 0 auto;
}
.dqwz{
	width: 1200px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	background: #ededed url(dqwz.png) 20px center no-repeat;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wzy{
  min-height: 300px;
}