@charset "UTF-8";
html, body {
  margin: 0;
  height: 100%;
  font-family: "微软雅黑";
}

#container {
  min-height: 100%;
  position: relative;
  min-width: 1200px;
}

#header {
  height: 100px;
  border-bottom: 1px solid #ddd;
}

#header .container {
  line-height: 100px;
}

#header .container .logo {
  height: 67px;
  vertical-align: middle;
}

#header .container .login {
  float: right;
  color: #588e21;
}

#banner {
  position: relative;
}

#banner .container {
  position: relative;
}

#banner .container .caption {
  position: absolute;
  top: -475px;
  left: 170px;
}

#banner .container .caption h1, #banner .container .caption h3, #banner .container .caption p {
  color: #fff;
  font-weight: 100;
}

#banner .container .caption h1 {
  font-size: 48px;
  margin: 20px 0;
}

#banner .container .caption h3 {
  font-size: 26px;
  margin: 20px 0;
}

#banner .container .caption p {
  font-size: 16px;
}

#banner .box-left {
  display: inline-block;
}

#banner .box-right {
  display: inline-block;
  width: 200px;
  margin-left: 15px;
}

#banner .box-right img {
  border: 0;
}

#banner .item {
  background: url(../img/banner1.png) center no-repeat;
  background-size: cover;
  height: 530px;
  width: 100%;
}

#banner .item img {
  display: block;
  width: 100%;
  height: 500px;
}

#body {
  padding-bottom: 65px;
  height: auto;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  color: #8c8c8c;
  text-align: center;
  font-size: 12px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}

.description {
  width: 25%;
  display: block;
  float: left;
}

.description .pic {
  width: 77px;
  height: 75px;
  margin: 0 auto;
}

.description .pic1 {
  background: url(../img/desc1.jpg) no-repeat 0 0;
}

.description .pic2 {
  background: url(../img/desc2.jpg) no-repeat 0 0;
}

.description .pic3 {
  background: url(../img/desc3.jpg) no-repeat 0 0;
}

.description .pic4 {
  background: url(../img/desc4.jpg) no-repeat 0 0;
}

.description .title {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  color: #454545;
  text-align: center;
}

.description .desc {
  color: #696969;
  font-size: 12px;
  text-align: center;
}

.clearfix:after {
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
