body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  font-family: "微软雅黑", Verdana;
  -webkit-text-size-adjust: none;
  color: #333;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  font-size: 12px;
  line-height: 16px;
}
img {
  border: 0;
}
ul,
li {
  list-style-type: none;
}
input:focus {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
.header {
  width: 960px;
  height: 120px;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 auto;
}
.header .logo {
  float: left;
  width: 211px;
  height: 80px;
  margin: 18px 0 0 60px;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo.png") no-repeat 0;
  background-size: 100%;
  position: relative;
  text-indent: -99999em;
}
.header .logo img {
  height: 100%;
}
.header .nav {
  float: right;
  margin-right: 46px;
  line-height: 120px;
}
.header .nav li {
  width: 100px;
  height: 85px;
  float: left;
  position: relative;
}
.header .nav li a {
  display: block;
  width: 100px;
  height: 85px;
  text-align: center;
  border-top: 5px solid #fff;
  font-weight: bold;
  font-size: 15px;
}
.header .nav li a.on {
  border-top: 5px solid #23abf1;
}
.header .nav li a:hover {
  border-top: 5px solid #23abf1;
  text-decoration: none;
}
.bottomArea {
  margin-top:20px;
  background: #e4e4e4;
  border-bottom: 1px solid #d7d7d7;
}
.bottomArea .nav {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  text-align:center;
  padding-top:30px;
}
.bottomArea .nav li{display:inline-block;height:20px;line-height:20px;border-right:1px solid #666666;}
.bottomArea .nav li.nob{border-right:0;}
.bottomArea .nav li a{display:inline-block;margin:0px 12px;height:20px;line-height:20px;color:#666666;font-size:13px;}
.bottomArea .nav li a:hover{color:#00a140;}

.footer {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #252525;
  text-align: center;
  color: #969595;
}
.footer .copyright {
  position: relative;
  font-family: Verdana;
  width: 1000px;
  margin: 0 auto;
}
.footer .copyright a{color:#969595;}

.footer .copyright .cert{
  position: absolute;top:6px;right:0px;
}
