@charset "utf8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: 'Microsoft YaHei', '微软雅黑', '\5b8b\4f53', 'Arial Narrow',
    HELVETICA, sans-serif;
  line-height: 1.5;
  min-width: 1250px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none outside none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
form {
  display: inline;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #bd0a01;
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
.hideText {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *font: 0/0 serif;
  *text-shadow: none;
  *color: transparent;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font: 0px Arial;
}
.cl:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.cl {
  zoom: 1;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.banner {
  width: 100%;
  height: 280px;
  background: #e9eced url('../tplimg/banner.jpg') no-repeat bottom center;
  background-size: cover;
}
.banner-bd {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.search-bd {
  float: right;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin-right: 50px;
  margin-top: 200px;
}
.search-bd input {
  height: 36px;
  line-height: 36px;
  color: #333;
  background: transparent;
  font-size: 14px;
  border: none;
  vertical-align: middle;
  margin-top: -3px;
  outline: none;
}
.search-bd input.search-text {
  width: 200px;
}
.search-bd input.search-submit {
  background: #f04242;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 20px;
  cursor: pointer;
}
.nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #e93434;
  border-bottom: 3px solid #f8ad1d;
}

.nav a {
  color: #fff;
  padding: 0 15px;
  margin: 0 5px;
  display: inline-block;
  transition: all 300ms ease;
}
.nav a:hover {
  color: #ea2a2a;
  padding: 0 16px;
  text-decoration: none;
  background: #ffca24;
  font-weight: bold;
}

.footer {
  width: 100%;
  padding: 2% 0 5%;
  margin-top: 5%;
  font-size: 14px;
  line-height: 2.3;
  text-align: center;
  color: #fff;
  background: #c92929;
}
.footer-link {
  color: #fff;
  margin-bottom: 10px;
}
.footer-link a {
  color: #fff;
  margin: 0 10px;
}
