﻿@charset "UTF-8";
#AboutForm {
  background-color: #f7faff; }
  #AboutForm h2 {
    height: 30px;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #212022;
    margin: 0 0 16px 0; }
  #AboutForm h3 {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: justify;
    color: #212022;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.5; }
  #AboutForm p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    /*chrome、safari字体抗锯齿效果*/
    color: #83848e;
    margin-bottom: 10px; }
  #AboutForm .line-shadow {
    background-color: #e3e8ee;
    height: 1px; }
  #AboutForm .m-title {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: justify;
    color: #212022;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1.5; }
  #AboutForm .title-1 {
    padding: 70px 0 59px 0;
    text-align: center;
    letter-spacing: 1.5px; }
  #AboutForm .title-2 {
    padding-top: 90px;
    padding-bottom: 44px;
    text-align: center;
    letter-spacing: 1.5px; }
  #AboutForm .title-3 {
    padding-top: 82px;
    padding-bottom: 66px;
    text-align: center;
    letter-spacing: 1.5px; }
  #AboutForm [class^="about-"] {
    padding: 40px 30px 45px;
    margin: 0 24px 40px 24px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(71, 133, 249, 0.1); }
    #AboutForm [class^="about-"] .icon-circle-down {
      width: 12px;
      height: 12px;
      font-size: 12px;
      color: #4785f9;
      position: absolute;
      right: 36px;
      top: 13px;
      cursor: pointer; }
    #AboutForm [class^="about-"] .icon-circle-up {
      width: 12px;
      height: 12px;
      font-size: 12px;
      color: #83848e;
      position: absolute;
      right: 36px;
      bottom: 13px;
      cursor: pointer;
      display: none; }
  #AboutForm [class^="picture-"] {
    width: 263px;
   /* height: 176px;*/
    display: inline-block;
    position: absolute; }
  #AboutForm [class^="text-"] {
    display: inline-block;
    margin-left: 293px; }
  #AboutForm .text-u h3 {
    width: 314px; }
  #AboutForm .text-j h3 {
    width: 365px; }
  #AboutForm .words {
    height: 115px;
    overflow: hidden; }
  #AboutForm .about-join .words {
    height: 74px; }
  #AboutForm .about-values .words {
    height: 94px; }
  #AboutForm .about-sina .words {
    height: 85px; }
  #AboutForm .line {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #e3e8ee;
    padding-top: 60px; }
  #AboutForm .connection-us {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 93px; }
  #AboutForm .address {
    position: relative; }
    #AboutForm .address .address-words {
      padding-top: 16px;
      margin-bottom: 217px; }
      #AboutForm .address .address-words p {
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 1.2px;
        margin: 0;
        padding: 0; }
    #AboutForm .address .address-map {
      position: absolute;
      right: 0;
      top: 0; }
  #AboutForm .map {
  /*  background: url("../images/newmap.png") center top no-repeat;*/
    background-size: 185%;
    width: 336px;
    height: 284px; }
  @media screen and (min-width: 992px) {
    #AboutForm [class^="about-"] {
      margin-left: 26px;
      margin-right: 26px; }
    #AboutForm .connection-us {
      padding-left: 26px;
      padding-right: 26px; }
      #AboutForm .connection-us .map {
        width: 485px;
        height: 284px;
        background-size: 126%; } }
  @media screen and (min-width: 1200px) {
    #AboutForm .connection-us .map {
      width: 621px;
      height: 284px;
      background-size: 100%; }
    #AboutForm .address {
      margin-left: auto;
      margin-right: auto;
      width: 1140px; }
    #AboutForm [class^="about-"] {
      margin-left: auto;
      margin-right: auto;
      width: 1140px; } }
  #AboutForm .report .words {
    height: auto; }
  #AboutForm .report .icon-circle-down {
    display: none; }
  #AboutForm .report .icon-circle-up {
    display: block; }

#footer {
  padding-bottom: 0; }

#footer .footer {
  padding-bottom: 0; }

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