#content {
  width: 100%;
  height: 100%; }
  #content .swiper-container {
    width: 100%;
    min-width: 1200px;
    height: 460px; }
    #content .swiper-container .swiper-wrapper {
      width: 100%;
      height: 460px;
      margin: 0 auto;
      position: relative; }
      #content .swiper-container .swiper-wrapper .swiper-slide {
        height: 460px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        #content .swiper-container .swiper-wrapper .swiper-slide img {
          height: 460px;
          width: 100%; }
  #content .service {
    width: 1200px;
    text-align: center; }
    #content .service .caption {
      width: 100%;
      height: 100%;
      text-align: center;
      margin: 60px 0 40px 0; }
    #content .service .content {
      width: 100%;
      height: 285px;
      text-align: center;
      display: flex;
      justify-content: center; }
      #content .service .content .list {
        float: left;
        width: 300px;
        height: 285px; }
        #content .service .content .list img {
          width: 195px;
          height: 195px; }
        #content .service .content .list .p1 {
          margin-top: 44px;
          font-size: 22px;
          color: #3b3b3b; }
        #content .service .content .list .p2 {
          font-size: 16px;
          color: #565656; }
  #content .business {
    width: 1200px;
    text-align: center; }
    #content .business .caption {
      width: 100%;
      height: 100%;
      text-align: center;
      margin: 60px 0 40px 0; }
    #content .business .content {
      width: 100%;
      height: 400px;
      text-align: center;
      display: flex;
      justify-content: center; }
      #content .business .content .list {
        width: 300px;
        height: 366px;
        float: left; }
        #content .business .content .list img {
          width: 288px;
          height: 366px; }
  #content .profile {
    width: 1200px;
    height: 500px;
    text-align: center; }
    #content .profile .content {
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center; }
      #content .profile .content .left {
        width: 600px;
        float: left; }
        #content .profile .content .left img {
          width: 592px;
          height: 500px; }
      #content .profile .content .right {
        width: 600px;
        float: left; }
        #content .profile .content .right .caption {
          width: 600px;
          text-align: center;
          margin: 60px 0 40px 0; }
        #content .profile .content .right p {
          width: 570px;
          font-size: 17px;
          margin: 0 30px 0 30px;
          color: #5b5b5b;
          text-align: left;
          line-height: 36px; }
        #content .profile .content .right .details {
          font-size: 18px;
          float: right; }
          #content .profile .content .right .details a {
            color: #55ddfd; }
  #content .contact {
    width: 100%;
    background: #3cbffc;
    margin: 60px 0 10px 0;
    height: 300px; }
    #content .contact .content {
      width: 1200px;
      height: 300px; }
      #content .contact .content img {
        width: 1200px;
        height: 300px; }

#footer {
  width: 100%;
  height: 58px;
  background: white;
  bottom: 0; }
  #footer p {
    text-align: center;
    color: #646464;
    font-size: 18px;
    padding-top: 20px; }

/*# sourceMappingURL=index.css.map */
