@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft YaHei", Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper {
  width: 1020px;
  margin: 0 auto;
}
section {
  overflow: hidden;
}
.header {
  height: 70px;
  width: 100%;
  min-width: 1020px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #fff;
  overflow: hidden;
}
.header .wrapper {
  width: 1020px;
  margin: 0 auto;
}
.header .wrapper .logo {
  width: 134px;
  height: 70px;
  line-height: 70px;
}
.header .wrapper .logo h1 a {
  display: block;
  width: 134px;
  height: 67px;
  background: url("../img/logo.png") no-repeat center;
  background-size: 134px;
  text-indent: -9999em;
}
.header .wrapper .head_nav_list {
  margin: 28px 0 0 56px;
}
.header .wrapper .head_nav_list ul li {
  margin-right: 20px;
  line-height: 10px;
}
.header .wrapper .head_nav_list ul li a {
  display: inline-block;
  font: 16px/16px "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA;
  color: #333;
}
.header .wrapper .head_nav_list ul li a:hover {
  color: #e60000;
  text-decoration: underline;
}
.header .wrapper .head_nav_list ul .evenList {
  width: 1px;
  height: 12px;
  display: block;
  background-color: rgba(0, 0, 0, .3);
  margin-top: 3px;
}
.header .wrapper .phone_number {
  height: 70px;
  line-height: 70px;
}
.header .wrapper .phone_number a {
  display: inline-block;
  height: 70px;
  font: 18px "Microsoft YaHei";
  line-height: 68px;
  color: #231815;
}

.header .wrapper .phone_number a img {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 24px;
}

.footer {
  height: 164px;
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  background: #000000;
 /* margin-top: -164px; */
}
.footer .content {
  width: 1020px;
  margin: 48px auto 0;
  min-width: 980px;
}
.footer .content p {
  margin-bottom: 10px;
  text-align: center;
  font: 14px "Microsoft YaHei";
  color: #fff;
}
.footer .content p a {
  color: #fff;
}
.footer .content p a:hover {
  color: #e82222;
}
