html, body {
  width: 100%;
  height: 100%; }

#bigContainer {
  width: 100%;
  height: 100%;
  min-width: 1440px;
  background-color: #C8C8C8; }

#mainWarpper {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

#topHeader {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #787878; }
  #topHeader .logoDiv {
    display: inline-block;
    margin-left: 30px; }
    #topHeader .logoDiv img {
      height: 70px;
      width: auto; }

#mainZ {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 70px; }
  #mainZ .mainw {
    width: 100%;
    height: 100%; }
  #mainZ .areaR {
    width: 33.33%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover cover;
    background-position: center center;
    position: relative; }
  #mainZ .hs {
    background-image: url("../images/hanshoujiaoyu.jpg"); }
  #mainZ .dd {
    width: 33.34%;
    background-image: url("../images/dianda.jpg"); }
  #mainZ .px {
    background-image: url("../images/peixun.jpg"); }
  #mainZ .gobtn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    display: inline-block; }
  #mainZ .hsbtn {
    background-color: #677074; }
    #mainZ .hsbtn:hover {
      background-color: #5b666b; }
  #mainZ .ddbtn {
    background-color: #63404F; }
    #mainZ .ddbtn:hover {
      background-color: #543341; }
  #mainZ .pxbtn {
    background-color: #37506D; }
    #mainZ .pxbtn:hover {
      background-color: #2f4967; }

/*# sourceMappingURL=index.css.map */
