@charset "UTF-8";
body {
  font: 14px/24px 微软雅黑, Verdana, arial, 宋体;
  color: #000;
}

body,
html,
a,
img,
div,
form,
select,
input,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
dt,
p,
label,
em,
span,
i {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol,
ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
  display: block;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
}

.tbar {
  background: #f9f9f9;
  width: 100%;
  height: 74px;
  border-bottom: #e5e5e5 solid 1px;
  overflow: hidden;
}

.bre {
  width: 940px;
  margin: 0 auto;
  height: 41px;
  overflow: hidden;
  line-height: 41px;
  color: #4c4c4c;
  font-size: 20px;
  padding: 16px 10px 0;
}

.logo {
  margin-right: 10px;
  float: left;
}

.box {
  width: 800px;
  margin: 0 auto;
  border: #e5e5e5 solid 1px;
  border-top: none;
  border-bottom: none;
  padding: 0 80px;
}

.text {
  padding: 30px 0;
}
.text b {
  display: block;
  margin: 20px 0 5px 0;
  font-size: 16px;
}

.footer {
  background: #f8f8f8;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding: 20px 0;
  border-top: #e5e5e5 solid 1px;
  height: 90px;
  overflow: hidden;
}

.footer a {
  color: #333;
}

.footer a:hover {
  color: #f60;
}