#content {
  width: 100%;
  height: 100%; }
  #content .profile {
    width: 1200px; }
    #content .profile .frame {
      width: 1140px;
      height: 580px;
      margin-top: 60px;
      margin-left: 60px;
      background: url("../img/company_Profile/jj_kuang.png") no-repeat right;
      -webkit-background-size: 1140px 550px;
      background-size: 1140px 550px;
      display: flex;
      justify-content: space-around; }
      #content .profile .frame .left {
        width: 530px;
        height: 580px;
        top: 80px;
        margin-right: 10px;
        float: left; }
        #content .profile .frame .left .null {
          width: 500px;
          height: 580px; }
      #content .profile .frame .right {
        width: 570px;
        height: 580px;
        float: right;
        margin-right: 30px; }
        #content .profile .frame .right .caption {
          width: 570px;
          height: 585px;
          padding-right: 35px;
          padding-top: 35px; }
          #content .profile .frame .right .caption .content {
            width: 570px;
            height: 420px;
            overflow: hidden; }
            #content .profile .frame .right .caption .content p {
              width: 570px;
              font-size: 17px;
              color: #717171;
              line-height: 30px; }
  #content .phone {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 500px;
    z-index: 2; }
    #content .phone .eg {
      width: 1200px;
      height: 500px; }
      #content .phone .eg .content {
        width: 1200px;
        display: flex;
        justify-content: space-around; }
        #content .phone .eg .content .img {
          width: 564px;
          height: 500px;
          float: left; }
          #content .phone .eg .content .img img {
            width: 100%;
            height: 100%; }
        #content .phone .eg .content .null {
          width: 600px;
          height: 500px;
          float: right; }
  #content .development {
    width: 1200px; }
    #content .development .caption {
      width: 100%;
      height: 100%;
      float: left;
      margin: 60px 0 40px 0px; }
    #content .development .content {
      width: 100%;
      text-align: center;
      margin-bottom: 60px; }

/*# sourceMappingURL=company_Profile.css.map */
