html,
body {
  width: 100%;
  height: 100%;
  color: #707070; }

#header-wrapper {
  width: 100%;
  height: 60px; }

#banner {
  width: 100%;
  height: 230px;
  background: url("../img/aboutbg-yellow.png") repeat-x left top; }
  #banner img {
    width: 100%;
    height: 230px; }

#nav-wrapper {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden; }
  #nav-wrapper #nav {
    width: 576px;
    margin: 0 auto;
    font-weight: bold; }
    #nav-wrapper #nav li {
      width: 168px;
      text-align: center;
      line-height: 80px;
      margin-right: 24px;
      float: left;
      font-size: 16px;
      color: #959595; }
      #nav-wrapper #nav li.navNo {
        margin-right: 0; }
      #nav-wrapper #nav li.navActive {
        background: url("../img/newslayer-02.png") no-repeat 22px center;
        background-size: 16px 16px;
        position: relative;
        color: #34b4cd; }
        #nav-wrapper #nav li.navActive a {
          color: #34b4cd; }
        #nav-wrapper #nav li.navActive .navMove {
          width: 168px;
          height: 10px;
          background: #34b4cd;
          position: absolute;
          top: 0;
          left: 0; }
      #nav-wrapper #nav li a:hover {
        color: #34b4cd; }

#main-wrapper {
  width: 100%;
  min-height: 540px;
  overflow: hidden; }
  #main-wrapper #intro {
    width: 100%;
    margin-top: 43px;
    position: relative; }
    #main-wrapper #intro #introCon {
      width: 710px;
      margin: 0 auto;
      position: relative; }
      #main-wrapper #intro #introCon h2 {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: #35B6D0;
        margin-bottom: 11px; }
      #main-wrapper #intro #introCon h3 {
        text-align: center;
        font-size: 16px;
        color: #CACACA;
        margin-bottom: 40px; }
      #main-wrapper #intro #introCon img {
        position: absolute; }
        #main-wrapper #intro #introCon img#intro-img1 {
          top: 0;
          left: 0; }
        #main-wrapper #intro #introCon img#intro-img2 {
          right: 0;
          bottom: 0; }
      #main-wrapper #intro #introCon p {
        letter-spacing: 1px;
        padding-bottom: 20px;
        line-height: 22px;
        font-size: 14px;
        text-indent: 2em; }
    #main-wrapper #intro #aboutpic {
      width: 880px;
      height: 237px;
      position: absolute;
      top: 222px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }

#footer-wrapper {
  width: 100%;
  height: 72px; }

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