.clearFix {
  *zoom: 1; }

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.after:after {
  content: "";
  display: block; }

.before::before {
  content: "";
  display: block; }

.transition-03 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.childrenCon > .nei {
  overflow: hidden; }

.designTeamSwiperWrap {
  position: relative;
  margin-bottom: 70px; }
  .designTeamSwiperWrap .gallery-top {
    width: calc(100% - 27px - 220px);
    margin: 0; }
    .designTeamSwiperWrap .gallery-top .swiper-wrapper .swiper-slide {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .designTeamSwiperWrap .gallery-top .swiper-wrapper .swiper-slide img {
        max-width: 100%; }
    .designTeamSwiperWrap .gallery-top .swiperBtn {
      background-color: #3E66FC;
      background-size: 12px auto;
      padding: 0;
      margin: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      .designTeamSwiperWrap .gallery-top .swiperBtn:hover {
        background-color: #D2A97E; }
  .designTeamSwiperWrap .gallery-thumbsWrap {
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 37px 0; }
    .designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs {
      height: 100%; }
      .designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide {
        position: relative;
        cursor: pointer; }
        .designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide::after {
          content: "";
          display: block;
          background-color: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide img {
          width: 100%; }
        .designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
          display: none; }
    .designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn {
      width: 100%;
      height: 30px;
      left: 0;
      margin: 0;
      z-index: 1;
      background-color: #D2A97E;
      background-position: center;
      background-size: auto; }
      .designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-prev {
        top: 0;
        background-image: url("../../img/t.png"); }
      .designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-next {
        bottom: 0;
        top: auto;
        background-image: url("../../img/b.png"); }
      .designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-disabled {
        cursor: not-allowed; }

.designTeamIntroduction.propertyShow {
  margin-bottom: 0; }
  .designTeamIntroduction.propertyShow .leftBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .designTeamIntroduction.propertyShow .leftBox .Page {
      margin-top: 40px;
      width: 100%;
      padding-top: 20px;
      border-top: 1px dashed #D0CFCF; }
    .designTeamIntroduction.propertyShow .leftBox .image {
      width: 50%;
      margin-right: 30px; }
      .designTeamIntroduction.propertyShow .leftBox .image img {
        width: 100%; }
    .designTeamIntroduction.propertyShow .leftBox .info {
      flex: 1; }
      .designTeamIntroduction.propertyShow .leftBox .info p {
        font-size: 1.4rem;
        color: #666;
        line-height: 1.8;
        margin-bottom: 10px; }
      .designTeamIntroduction.propertyShow .leftBox .info .btns {
        margin-top: 20px; }
        .designTeamIntroduction.propertyShow .leftBox .info .btns a {
          display: inline-block;
          font-size: 18px;
          margin-bottom: 20px;
          width: 200px;
          border-radius: 30px;
          padding: 10px 0;
          text-align: center;
          margin-right: 10px; }
        .designTeamIntroduction.propertyShow .leftBox .info .btns .btn-light {
          border: 1px solid #dddddd; }
        .designTeamIntroduction.propertyShow .leftBox .info .btns .btn-primary {
          background-color: #016ffc;
          color: #fff; }
  .designTeamIntroduction.propertyShow .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .designTeamIntroduction.propertyShow .tit h4 {
      font-size: 2.4rem;
      color: #18171D;
      font-weight: 400;
      position: relative; }
      .designTeamIntroduction.propertyShow .tit h4::after {
        content: "";
        display: block;
        position: absolute;
        top: -22px;
        left: 0;
        background-color: #D2A97E;
        width: 2em;
        height: 3px; }
    .designTeamIntroduction.propertyShow .tit .Popularity {
      border: 1px solid #E5E5E5;
      padding: 5px 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .designTeamIntroduction.propertyShow .tit .Popularity img {
        margin-right: 5px; }
      .designTeamIntroduction.propertyShow .tit .Popularity span {
        color: #18171D;
        font-size: 1.5rem; }

.designTeamIntroduction {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 1199px) {
    .designTeamIntroduction {
      margin-bottom: 30px; } }
  .designTeamIntroduction .leftBox {
    width: calc(100% - 380px); }
    .designTeamIntroduction .leftBox .up {
      padding-bottom: 20px;
      border-bottom: 1px dashed #D0CFCF; }
      .designTeamIntroduction .leftBox .up .tit {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px; }
        .designTeamIntroduction .leftBox .up .tit h4 {
          font-size: 2.4rem;
          color: #18171D;
          font-weight: 400;
          position: relative; }
          .designTeamIntroduction .leftBox .up .tit h4::after {
            content: "";
            display: block;
            position: absolute;
            top: -22px;
            left: 0;
            background-color: #D2A97E;
            width: 2em;
            height: 3px; }
        .designTeamIntroduction .leftBox .up .tit .Popularity {
          border: 1px solid #E5E5E5;
          padding: 5px 15px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .designTeamIntroduction .leftBox .up .tit .Popularity img {
            margin-right: 5px; }
          .designTeamIntroduction .leftBox .up .tit .Popularity span {
            color: #18171D;
            font-size: 1.5rem; }
      .designTeamIntroduction .leftBox .up .bot {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .designTeamIntroduction .leftBox .up .bot p {
          font-size: 1.4rem;
          color: #666; }
        .designTeamIntroduction .leftBox .up .bot .shareBox {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .designTeamIntroduction .leftBox .up .bot .shareBox a {
            display: inline-block;
            margin: 0 2px; }
    .designTeamIntroduction .leftBox .con {
      padding: 30px 0;
      margin-bottom: 30px;
      border-bottom: 1px dashed #D0CFCF; }
      .designTeamIntroduction .leftBox .con h4 {
        width: 120px;
        height: 28px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3E66FC;
        font-weight: 400;
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 30px; }
      .designTeamIntroduction .leftBox .con p {
        font-size: 1.4rem;
        color: #666;
        line-height: 1.8; }
    .designTeamIntroduction .leftBox .Page {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center; }
      .designTeamIntroduction .leftBox .Page a {
        font-size: 1.4rem;
        color: #666;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .designTeamIntroduction .leftBox .Page a:hover {
          color: #D2A97E; }
        .designTeamIntroduction .leftBox .Page a i {
          width: 12px;
          height: 12px;
          background-repeat: no-repeat; }
        .designTeamIntroduction .leftBox .Page a:nth-child(1) i {
          background-image: url("../../img/l1.png");
          background-position: center left;
          margin-right: 5px; }
        .designTeamIntroduction .leftBox .Page a:nth-child(1):hover i {
          background-position: center right; }
        .designTeamIntroduction .leftBox .Page a:nth-child(2) i {
          background-image: url("../../img/r1.png");
          background-position: center right;
          margin-left: 5px; }
        .designTeamIntroduction .leftBox .Page a:nth-child(2):hover i {
          background-position: center left; }
  .designTeamIntroduction .rightBox {
    width: 350px;
    background-color: #F5F5F5;
    padding: 25px; }
    .designTeamIntroduction .rightBox .tit {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 30px; }
      .designTeamIntroduction .rightBox .tit h4 {
        font-size: 2.5rem;
        color: #18171D;
        font-weight: 400;
        margin-right: 10px; }
      .designTeamIntroduction .rightBox .tit span {
        text-transform: uppercase;
        font-size: 1.4rem;
        color: #676766; }
    .designTeamIntroduction .rightBox .con {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .designTeamIntroduction .rightBox .con .imgBox {
        width: 140px;
        margin-right: 15px; }
        .designTeamIntroduction .rightBox .con .imgBox img {
          width: 100%; }
      .designTeamIntroduction .rightBox .con .txtBox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: end;
        align-content: flex-end; }
        .designTeamIntroduction .rightBox .con .txtBox h5 {
          font-size: 2rem;
          font-weight: 400;
          color: #18171D;
          margin-bottom: 5px; }
        .designTeamIntroduction .rightBox .con .txtBox p {
          font-size: 1.4rem;
          color: #676766;
          margin-bottom: 10px; }
        .designTeamIntroduction .rightBox .con .txtBox a {
          width: 100%;
          margin-top: 10px;
          text-transform: uppercase;
          display: block;
          text-align: center;
          height: 25px;
          border: 1px solid #D2A97E;
          font-size: 1.2rem;
          line-height: 25px; }
          .designTeamIntroduction .rightBox .con .txtBox a.make {
            background-color: #D2A97E;
            color: #fff; }
            .designTeamIntroduction .rightBox .con .txtBox a.make:hover {
              color: #D2A97E;
              background-color: transparent; }
          .designTeamIntroduction .rightBox .con .txtBox a.move_d {
            color: #D2A97E; }
            .designTeamIntroduction .rightBox .con .txtBox a.move_d:hover {
              color: #fff;
              background-color: #D2A97E; }

.designTeamWrap {
  padding: 55px 0; }
  @media only screen and (max-width: 1199px) {
    .designTeamWrap {
      padding: 30px 0; } }
  .designTeamWrap .box .listWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 26px); }
    .designTeamWrap .box .listWrap .photoListBox {
      width: calc(25% - 26px);
      margin-bottom: 35px;
      margin-right: 26px; }
  .designTeamWrap.details .box .listWrap {
    width: calc(100% + 20px); }
    .designTeamWrap.details .box .listWrap .photoListBox {
      width: calc(33.33% - 20px);
      margin-bottom: 20px;
      margin-right: 20px; }

/*# sourceMappingURL=case.css.map */
