* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  display: block;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Microsoft YaHei';
}
.header {
  top: 0;
  height: 75px;
}
.header .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .content .logo {
  background: url('../img/logo.png') no-repeat left top;
  height: 75px;
  width: 125px;
  float: left;
}
.header .content .rightText {
  background: url("../img/rightText.png") no-repeat left top;
  height: 75px;
  width: 244px;
  float: right;
}
.footer {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 15px 0 25px;
  color: #666666;
  font-size: 14px;
  font-family: "微软雅黑";
}
.footer .copyright {
  margin-top: 5px;
  color: #c2c2c2;
}
.footer .footerNav {
  line-height: 24px;
  margin-bottom: 10px;
}
.footer .footerNav a {
  border-left: 1px solid #C1C1C1;
  color: #666666;
  text-decoration: none;
  padding: 0 7px 0 8px;
}
.footer .footerNav a:hover {
  color: #f33;
}
.footer .footerNav a:first-child {
  border: 0;
}
.topBanner {
  width: 100%;
  height: 579px;
  background: url("../img/topBanner.png") center center;
}
.bg {
  width: 100%;
  overflow: hidden;
  background: url("../img/bg.png");
}
.bg .container {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.bg .container .first {
  width: 986px;
  height: 253px;
  background: url("../img/first.png");
  margin-top: 45px;
  margin-left: 106px;
  overflow: hidden;
}
.bg .container .first .title {
  width: 231px;
  height: 40px;
  background: #8ec93b;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-left: 418px;
  margin-top: 2px;
}
.bg .container .first .text {
  width: 827px;
  margin-left: 90px;
  margin-top: 50px;
  font-size: 18px;
  text-indent: 36px;
  color: #585858;
  line-height: 30px;
}
.bg .container .first .text span {
  font-weight: bold;
}
.bg .container .second {
  width: 986px;
  height: 238px;
  background: url("../img/second.png");
  margin-top: 106px;
  margin-left: 106px;
  overflow: hidden;
}
.bg .container .second .title {
  display: block;
  margin-left: 242px;
  margin-top: 40px;
  color: #585858;
  font-size: 42px;
}
.bg .container .second .text {
  width: 397px;
  margin-left: 242px;
  margin-top: 30px;
  font-size: 18px;
  color: #585858;
  line-height: 24px;
}
.bg .container .third {
  width: 986px;
  height: 242px;
  background: url("//static.zhen22.com/wp-content/uploads/2016/04/third.png");
  margin-top: 114px;
  margin-left: 106px;
  overflow: hidden;
}
.bg .container .third .title {
  display: block;
  margin-left: 530px;
  margin-top: 40px;
  color: #585858;
  font-size: 42px;
}
.bg .container .third .text {
  width: 397px;
  margin-left: 530px;
  margin-top: 30px;
  font-size: 18px;
  color: #585858;
  line-height: 24px;
}
.bg .container .fourth {
  width: 346px;
  height: 54px;
  margin: 150px 0 44px 410px;
  background: url("../img/fourth.png");
}
.bg .container .fourth .text {
  width: 270px;
  float: right;
  font-size: 18px;
  line-height: 28px;
  color: #585858;
}
.bg .container .fourth .text span {
  font-size: 22px;
  font-style: italic;
  color: #8ec93b;
}
.smallFooter {
  width: 100%;
  height: 70px;
  background: #373b43;
}
.smallFooter .text {
  display: block;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #737880;
}
