.bodyContainer {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.grid-row {
  width: 100%;
}
.row-1 {
  background-color: #fff;
}
.grid-unit {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.row-1 .grid-bg {
  position: absolute;
  right: 126px;
  top: 70px;
  z-index: 1;
}
.grid-cont {
  position: relative;
  height: 360px;
  z-index: 99;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 25px;
}
.grid-cont h1, .grid-cont h2, .grid-cont h3 {
  font-weight: normal;
}
.grid-cont h1 {
  font-size: 48px;
  line-height: 55px;
  font-family: SimSun;
}
.grid-cont h2 {
  font-size: 28px;
  line-height: 50px;
  font-family: SimSun;
}
.grid-cont h3 {
  font-size: 14px;
  padding-top: 10px;
}
.grid-cont h3 p {
  line-height: 1.8;
}
.grid-cont .down {
  position: absolute;
  bottom: 25px;
  left: 1px;
  width: 252px;
  height: 45px;
}
.button {
  display: inline-block;
  color: #fff;
}
.button:hover {
  display: inline-block;
  color: #fff;
}
.grid-cont .down a {
  width: 252px;
  text-indent: 60px;
  line-height: 45px;
  background: url(../images/button-icon.png) #3baa24 no-repeat 22px 13px;
}
.grid-cont .down a:hover {
  background: url(../images/button-icon-hover.png) #206d10 no-repeat 22px 13px;
}
.grid-bd {
  position: relative;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 0;
  padding-top: 5px;
}
.bd-down ul li {
  margin-right: 15px;
  padding-top: 15px;
  display: block;
}
.bd-down ul li a {
  width: 180px;
  line-height: 35px;
  text-align: center;
  background-color: #00bcf2;
}
.bd-down ul li a:hover {
  background-color: #0098c3;
}
.s12 {
    font-size: 14px;
}
.red {
  color: #f00;
}
.int-bd {
  padding: 15px 0 0;
}
.int-bd h5 {
  font-size: 14px;
  line-height: 2.5
}
.int-bd p {
  font-size: 12px;
  padding: 5px 0;
}