@charset "UTF-8";
.header,
.header *,
.footer,
.footer *,
.nav-box,
.nav-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}

.header .wrapper,
.footer .wrapper,
.nav-box .wrapper {
  width: 1200px;
  padding: 0 5px;
  margin-left: auto;
  margin-right: auto;
}

.header,
.footer,
.nav-box {
  font-size: 14px;
}

.w300 {
  width: 300px;
}

a {
  color: #333;
}
a:hover {
  color: #3B99FC;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 100%;
}

.mr {
  margin-right: 10px;
}

.ml {
  margin-left: 10px;
}

/*头部*/
.header {
  background: #fff;
  position: relative;
  z-index: 2000;
}
.header:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  left: 50%;
  height: 40px;
  background: #f8f8f8;
  z-index: 1;
}
.header .header-con {
  *zoom: 1;
  height: 80px;
}
.header .header-con:before, .header .header-con:after {
  content: "";
  display: table;
}
.header .header-con:after {
  clear: both;
  overflow: hidden;
}

.logo {
  float: left;
  margin: 15px 0 0 0;
}
.logo a {
  display: block;
  width: 500px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("../../images/logo.png");
}
.footer {
  background: #f8f8f8;
  margin-top: 40px;
}
.footer .footer-con {
  *zoom: 1;
  padding: 20px 0;
}
.footer .footer-con:before, .footer .footer-con:after {
  content: "";
  display: table;
}
.footer .footer-con:after {
  clear: both;
  overflow: hidden;
}
.footer .foot-links {
  float: left;
  width: 420px;
  margin-left: 60px;
  margin-right: 195px;
}
.footer .foot-con-tit {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
}
.footer .foot-links-list {
  *zoom: 1;
  height: 100px;
}
.footer .foot-links-list:before, .footer .foot-links-list:after {
  content: "";
  display: table;
}
.footer .foot-links-list:after {
  clear: both;
  overflow: hidden;
}
.footer .foot-links-list li {
  float: left;
  margin: 0 10px 10px 0;
}
.footer .foot-links-list img {
  display: block;
  width: 200px;
  height: 34px;
  border: 1px solid #EFEFEF;
}
.footer .foot-code {
  float: left;
}
.footer .foot-code li {
  float: left;
  width: 140px;
  text-align: center;
}
.footer .foot-code .code-pic {
  width: 80px;
  height: 80px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.footer .foot-code .code-pic img {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #EFEFEF;
}
.footer .foot-code .code-txt {
  line-height: 30px;
  font-size: 12px;
  color: #666;
}
.footer .foot-code .code-tips:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 34px;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  cursor: pointer;
  border-style: dashed solid dashed dashed;
  border-color: transparent #fff transparent transparent;
  border-left: none;
}
.footer .footer-txt {
  text-align: center;
  padding: 10px 0;
  background: #666;
  color: #c1c1c1;
}
.footer .footer-txt p {
  line-height: 30px;
}
