.bodyContainer {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.grid-row {
  width: 100%;
}
.row-2 {
  color: #fff;
  background-color: #1461c2;
}
.grid-unit {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.row-2 .video {
    position: absolute;
    right: 5px;
    top: 40px;
    z-index: 999;
}
.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 {
  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 .down {
  position: absolute;
  bottom: 35px;
  left: 1px;
  width: 252px;
  height: 45px;
}
.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;
}
.button {
  display: inline-block;
  color: #fff;
}
.button:hover {
  display: inline-block;
  color: #fff;
}

.grid-row1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 998px;
  min-width: 288px;
  margin-top: 20px
}
.headingBase {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 45px;
  font-family: SimSun;
}
.sg-unit {
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 21.745490982%
}
.sg-unit.sg-col-first {
  margin-left: 0
}
.title_section {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: SimSun;
}
.para {
  font-size: 13px;
  line-height: 20px;
  color: #454545;
  margin-bottom: 15px
}

