/*重置css*/
li {
  list-style-type: none;
  vertical-align: top;
}
img,
input {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
i {
  font-style: normal;
  display: inline-block;
}
html {
  color: #000;
  background: #FFF;
}
body,
html {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
/*不能拖动*/
fieldset,
img {
  border: 0;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
li {
  vertical-align: top;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
body {
  font: 12px/1.5 Tahoma, Arial, "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB", "sans-self", "Simsun";
  background: #fff;
  letter-spacing: 0.05em;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*主体*/
.content {
  width: 100%;
  min-width: 1200px;
  display: block;
  background: url(../img/bg_banner.jpg) no-repeat;
  background-size: 100% 460px ;
}
.wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.wrap.part {
  border-bottom: 1px solid #bfbfbf;
}
.top {
  height: 460px;
  text-align: center;
}
.top img {
  margin-top: 91px;
}
.part {
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  display: block;
  min-height: 640px;
}
.img_l {
  float: left;
  margin-left: 50px;
  margin-top: 50px;
}
.img_r {
  float: right;
  margin-right: 50px;
  margin-top: 50px;
}
.text {
  width: 350px;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  color: #333;
  text-align: justify;
}
.text.tr {
  top: 200px;
  right: 50px;
}
.text.tl {
  top: 200px;
  left: 50px;
}
.text.t1 {
  top: 80px;
  right: 50px;
  width: 550px;
}
.footer {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  color: #333;
  font-size: 12px;
  text-align: center;
}
