@charset "UTF-8";
body, html {
  min-width: 1200px; }

.unshop-header {
  min-width: 1200px; }

.flex {
  display: flex; }

img {
  display: block; }

.contact {
  width: 247px;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  color: #222950;
  display: flex;
  align-items: center;
  justify-content: center; }
  .contact:hover {
    background: white; }
  .contact span {
    margin-right: 14px; }

.contact1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -123px; }

.contact2 {
  margin-top: 60px; }

.banner-special {
  height: 892px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .banner-special .container {
    font-family: Source Han Sans, Source Han Sans;
    font-size: 18px;
    line-height: 82px;
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing);
    color: #fff;
    position: absolute;
    top: 40%;
    width: 100%;
    max-width: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 9px; }
    .banner-special .container h2 {
      font-size: 68px;
      font-family: Archivo Black, Archivo Black;
      letter-spacing: 3px;
      padding-bottom: 30px;
      position: relative; }
      .banner-special .container h2::after {
        content: '';
        width: 160px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        opacity: 0.5;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -88px; }

.anchor_box.active {
  background: #fff;
  color: #333;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s ease;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: fixed;
  top: 118px; }
  .anchor_box.active .anchor {
    margin: 0 auto; }
    .anchor_box.active .anchor a {
      color: #333; }
.anchor_box .anchor {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 68px;
  margin-top: -68px;
  position: relative; }
  .anchor_box .anchor a {
    color: #fff;
    flex: auto;
    text-align: center; }
    .anchor_box .anchor a.active {
      color: #FFCA4E; }

#livingRoom {
  padding: 80px 0;
  background: #fff; }

.floor-title1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 52px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 20px; }
  .floor-title1::after {
    content: '';
    width: 100px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px; }

.box1 {
  width: 1200px;
  margin: 48px auto 0;
  justify-content: space-between;
  font-size: 14px; }
  .box1 .left {
    position: relative; }
    .box1 .left .contact {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -32px;
      margin-left: -123px; }
  .box1 .right {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 624px; }
    .box1 .right .right-l {
      width: 400px; }
      .box1 .right .right-l .item {
        width: 400px;
        height: 167px;
        background: #F5F5F5;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        margin-bottom: 12px; }
        .box1 .right .right-l .item span {
          display: block;
          min-width: 60px;
          text-align: left; }
    .box1 .right .right-r {
      width: 212px;
      height: 523px;
      background: #F5F5F5;
      padding: 45px 45px 26px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 12px;
      text-align: center; }
      .box1 .right .right-r img {
        margin-bottom: 15px; }
    .box1 .right .right-b {
      width: 624px;
      height: 118px;
      background: #F5F5F5; }
      .box1 .right .right-b .item {
        flex: 1;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 12px; }
        .box1 .right .right-b .item span {
          display: block; }

#bedroom {
  background: #f5f5f5;
  padding: 80px; }

.floor-title2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 36px;
  color: #333333;
  line-height: 52px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 20px; }
  .floor-title2::after {
    content: '';
    width: 100px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0px;
    left: 0%;
    margin-left: 0px; }

.box2 {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  font-size: 14px; }
  .box2 .left {
    width: 533px; }
    .box2 .left .left-c {
      display: flex;
      justify-content: space-between;
      margin-top: 44px;
      margin-bottom: 12px; }
      .box2 .left .left-c .item1 {
        width: 301px;
        height: 412px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        position: relative; }
        .box2 .left .left-c .item1 .img1 {
          display: block;
          margin: 58px auto 0;
          text-align: center; }
        .box2 .left .left-c .item1 .img2 {
          position: absolute;
          bottom: 0;
          right: 0; }
      .box2 .left .left-c .left-c-r {
        width: 220px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .box2 .left .left-c .left-c-r .item {
          width: 220px;
          background: #FFFFFF;
          border-radius: 8px 8px 8px 8px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .box2 .left .left-c .left-c-r .item span {
            display: block;
            margin-top: 26px; }
        .box2 .left .left-c .left-c-r .item2 {
          height: 188px; }
        .box2 .left .left-c .left-c-r .item3 {
          height: 212px; }
    .box2 .left .left-b {
      width: 739px;
      height: 285px;
      background: #FFFFFF;
      border-radius: 8px 8px 8px 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 2; }
      .box2 .left .left-b .item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 210px; }
        .box2 .left .left-b .item span {
          display: block; }
  .box2 .right {
    width: 655px;
    position: relative; }
    .box2 .right .contact {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -32px;
      margin-left: -123px; }
    .box2 .right .right-r {
      width: 146px;
      height: 825px;
      background: #222950;
      opacity: 0.8;
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      font-size: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .box2 .right .right-r .item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }

#diningRoom {
  padding: 80px 0;
  background-color: #074BAA;
  position: relative; }
  #diningRoom .bgimg {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 111px; }

.floor-title3 {
  color: #fff; }
  .floor-title3::after {
    background: #fff; }

.box3 {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  font-size: 14px; }
  .box3 .left {
    width: 337px;
    position: relative; }
    .box3 .left .contact {
      position: absolute;
      top: 50%;
      left: 27px;
      margin-top: 0;
      margin-left: 0; }
  .box3 .right {
    flex: 1; }
  .box3 .c {
    margin-top: 43px;
    position: relative; }
    .box3 .c .c-t {
      background: rgba(255, 255, 255, 0.9);
      height: 103px;
      display: flex;
      justify-content: space-between;
      border-radius: 8px 8px 0 0;
      padding: 0 48px; }
      .box3 .c .c-t .item {
        flex: 1;
        text-align: center;
        font-size: 12px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .box3 .c .c-t .item span {
          display: block; }
    .box3 .c .c-b {
      width: 863px;
      height: 479px;
      background: #FFFFFF;
      border-radius: 0px 0px 8px 8px;
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px; }
      .box3 .c .c-b .item {
        width: 25%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 185px;
        margin-top: 18px; }
        .box3 .c .c-b .item .img {
          width: 167px;
          height: 151px;
          background-size: auto;
          background-position: center center;
          background-repeat: no-repeat; }
        .box3 .c .c-b .item span {
          display: block; }

#study {
  background: #fff;
  padding: 80px 0; }

.box4 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .box4 .left {
    width: 471px; }
    .box4 .left img {
      display: block;
      margin-top: 65px; }
  .box4 .right {
    width: 716px; }
    .box4 .right .right_t {
      display: flex;
      justify-content: space-between; }
      .box4 .right .right_t .item {
        height: 291px;
        background: #F5F5F5;
        border-radius: 8px 8px 8px 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 36px 0 48px;
        margin-bottom: 12px; }
      .box4 .right .right_t .item1 {
        width: 288px; }
      .box4 .right .right_t .item2 {
        width: 417px; }
    .box4 .right .right-c {
      display: flex;
      justify-content: space-between; }
      .box4 .right .right-c .item {
        width: 218px;
        height: 311px;
        background: #F5F5F5;
        border-radius: 8px 8px 8px 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 40px 0;
        margin-bottom: 12px; }
      .box4 .right .right-c .item3 {
        width: 256px;
        padding-bottom: 65px; }
    .box4 .right .right-b {
      width: 716px;
      height: 124px;
      background: #F5F5F5;
      border-radius: 8px; }
      .box4 .right .right-b .item {
        flex: 1;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 12px; }
        .box4 .right .right-b .item span {
          display: block; }

#kitchen {
  background: #f5f5f5;
  position: relative;
  padding-bottom: 72px; }
  #kitchen .bgimg {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 24px; }

.floor-title5 {
  color: #fff;
  padding-top: 25px; }
  .floor-title5::after {
    background: #fff; }

.boox5 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .boox5 .left {
    width: 624px; }
    .boox5 .left .left-t {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 61px; }
      .boox5 .left .left-t .left-t-l {
        font-size: 16px;
        color: #333333;
        line-height: 23px;
        position: relative;
        padding-bottom: 10px; }
        .boox5 .left .left-t .left-t-l::after {
          content: '';
          position: absolute;
          width: 23px;
          height: 3px;
          background: #333;
          bottom: 0;
          left: 0;
          border-radius: 2px; }
      .boox5 .left .left-t .left-t-r {
        padding-right: 75px;
        text-align: center; }
        .boox5 .left .left-t .left-t-r span {
          display: block;
          margin-top: 20px;
          font-size: 12px; }
  .boox5 .right {
    width: 299px;
    position: relative; }
    .boox5 .right .toptit {
      width: 299px;
      height: 137px;
      background: #222950;
      opacity: 0.8;
      border-radius: 0 0 8px 8px; }

#bathroom {
  background: #fff;
  padding: 80px 0; }

.box6 {
  width: 1200px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .box6 .item1 {
    width: 279px;
    height: 697px;
    background: #F5F5F5;
    border-radius: 8px; }
    .box6 .item1 .name {
      font-size: 16px;
      color: #333;
      line-height: 23px;
      position: relative;
      padding: 89px 0 10px 46px;
      margin-bottom: 160px; }
      .box6 .item1 .name::after {
        content: '';
        width: 23px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        position: absolute;
        bottom: 0;
        left: 46px; }
    .box6 .item1 img {
      display: block;
      margin-left: 34px; }
  .box6 .item2 {
    width: 194px;
    height: 697px;
    background: #F5F5F5;
    border-radius: 8px; }
    .box6 .item2 img {
      display: block;
      margin: 0 auto; }
    .box6 .item2 span {
      display: block;
      text-align: center;
      margin-top: 225px;
      font-size: 14px; }
  .box6 .item3 {
    position: relative; }

#children {
  background: #f5f5f5;
  padding: 80px 0; }

.box7 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .box7 .left {
    width: 656px;
    position: relative; }
    .box7 .left .left-b {
      width: 100%;
      height: 107px;
      background: #FFCA4E;
      opacity: 0.9;
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 60px; }
      .box7 .left .left-b .item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px; }
  .box7 .right {
    width: 532px;
    font-size: 14px; }
    .box7 .right .right-c {
      width: 532px;
      height: 289px;
      background: #FFFFFF;
      border-radius: 8px 8px 8px 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 50px;
      margin-top: 76px;
      margin-bottom: 12px; }
    .box7 .right .right-b {
      display: flex;
      justify-content: space-between; }
      .box7 .right .right-b .item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 362px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 50px 0 60px; }
        .box7 .right .right-b .item span {
          margin-bottom: 50px; }
      .box7 .right .right-b .item1 {
        width: 283px; }
      .box7 .right .right-b .item2 {
        width: 237px; }

#cloakRoom {
  padding: 80px 0;
  position: relative;
  background: #074BAA; }
  #cloakRoom .bgr {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 143px;
    top: 0; }

.box8 {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px; }
  .box8 .box-c {
    margin-top: 43px;
    display: flex;
    justify-content: space-between; }
    .box8 .box-c .left {
      width: 288px; }
      .box8 .box-c .left .item1 {
        width: 288px;
        height: 256px;
        background: #F5F5F5;
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
      .box8 .box-c .left .item2 {
        width: 288px;
        height: 300px;
        background: #F5F5F5;
        border-radius: 8px;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
    .box8 .box-c .right {
      width: 612px;
      position: relative; }
      .box8 .box-c .right .contact {
        left: auto;
        right: -40px;
        margin-top: -156px; }
      .box8 .box-c .right .item3 {
        width: 288px;
        height: 432px;
        background: #F5F5F5;
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 35px 0 55px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
      .box8 .box-c .right .right-b {
        display: flex;
        justify-content: space-between;
        width: 708px;
        height: 124px;
        background: #222950;
        border-radius: 8px 8px 8px 8px;
        opacity: 0.9;
        color: #fff; }
        .box8 .box-c .right .right-b .item {
          flex: 1;
          text-align: center;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 12px; }
          .box8 .box-c .right .right-b .item span {
            display: block; }

#storageRoom {
  background: #fff;
  padding: 80px 0; }

.box9 {
  width: 1200px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .box9 img {
    border-radius: 8px; }
  .box9 .item1 {
    width: 194px;
    height: 571px;
    background: #F5F5F5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0 50px; }
  .box9 .item2 {
    width: 345px;
    height: 571px;
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0 50px; }

/**办公家具**/
#homeOffice {
  background: #fff;
  padding: 80px 0; }

.office1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .office1 .left {
    width: 752px;
    position: relative; }
    .office1 .left .floor-office-title1 {
      position: absolute;
      left: 132px;
      top: 195px; }
  .office1 .right {
    width: 436px;
    display: flex;
    justify-content: space-between; }
    .office1 .right .right-l {
      width: 220px;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .office1 .right .right-l .item {
        width: 220px;
        background: #f5f5f5;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .office1 .right .right-l .item span {
          margin-top: 22px; }
      .office1 .right .right-l .item1 {
        height: 186px; }
      .office1 .right .right-l .item2 {
        height: 215px; }
      .office1 .right .right-l .item3 {
        height: 211px; }
    .office1 .right .right-r {
      width: 204px;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .office1 .right .right-r .item {
        width: 204px;
        background: #f5f5f5;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .office1 .right .right-r .item1 {
        height: 268px; }
        .office1 .right .right-r .item1 span {
          margin-top: 28px; }
      .office1 .right .right-r .item2 {
        height: 351px; }
        .office1 .right .right-r .item2 span {
          margin-bottom: 50px; }

#managementOffice {
  background: #f5f5f5;
  padding: 80px 0; }

.office2 {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px; }
  .office2 .office-t {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .office2 .office-t .item {
      height: 197px;
      background: #fff;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 70px; }
    .office2 .office-t .item1 {
      width: 529px;
      position: relative; }
      .office2 .office-t .item1 img {
        position: absolute;
        bottom: 0;
        right: 0; }
    .office2 .office-t .item2 {
      width: 659px; }
    .office2 .office-t .item3 {
      width: 617px; }
    .office2 .office-t .item4 {
      width: 572px; }
  .office2 .office-c {
    display: flex;
    justify-content: space-between;
    margin: 12px 0; }
    .office2 .office-c .center-l {
      width: 749px;
      position: relative; }
      .office2 .office-c .center-l .floor-office-title2 {
        position: absolute;
        width: 100%;
        top: 203px;
        left: 0; }
        .office2 .office-c .center-l .floor-office-title2 .contact2 {
          margin: 50px auto 0; }
    .office2 .office-c .center-c {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .office2 .office-c .center-c .item {
        width: 216px;
        background: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      .office2 .office-c .center-c .item1 {
        height: 323px; }
        .office2 .office-c .center-c .item1 span {
          margin-bottom: 40px; }
      .office2 .office-c .center-c .item2 {
        height: 301px; }
        .office2 .office-c .center-c .item2 span {
          margin-top: 50px; }
    .office2 .office-c .center-r {
      width: 212px; }
      .office2 .office-c .center-r .item {
        width: 212px;
        height: 100%;
        background: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 68px; }

#employeeOffice {
  background: url(/static/home/images/office/zu1056.png) no-repeat center;
  height: 916px;
  padding: 80px 0; }

.office3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  font-size: 14px; }
  .office3 .left {
    width: 599px; }
    .office3 .left .left-t {
      width: 599px;
      background: #FFFFFF;
      border-radius: 8px 8px 8px 8px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .office3 .left .t1 {
      height: 142px;
      margin-bottom: 12px; }
      .office3 .left .t1 span {
        margin-left: 132px; }
    .office3 .left .t2 {
      height: 159px;
      margin-bottom: 12px; }
      .office3 .left .t2 span {
        margin-right: 53px; }
    .office3 .left .t3 {
      height: 166px;
      margin-top: 12px; }
      .office3 .left .t3 span {
        margin-right: 84px; }
    .office3 .left .left-c {
      display: flex;
      justify-content: space-between; }
      .office3 .left .left-c .item {
        width: 182px;
        height: 253px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 26px 0 40px;
        text-align: center;
        line-height: 20px; }
  .office3 .right {
    width: 193px;
    height: 756px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-left: 12px; }
    .office3 .right .item {
      width: 100%;
      height: 50%;
      background: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      padding: 40px 0 60px;
      text-align: center;
      line-height: 20px; }
  .office3 .floor-office-title3 {
    position: absolute;
    left: 987px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap; }
    .office3 .floor-office-title3 .contact2 {
      margin: 60px auto 0; }

#meetingRoom {
  background: #fff;
  padding: 80px 0; }

.office4 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto; }
  .office4 .left {
    width: 440px;
    position: relative; }
    .office4 .left .floor-office-title2 {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .office4 .left .floor-office-title2 .contact2 {
        margin: 60px auto 0; }
  .office4 .right {
    width: 745px;
    font-size: 14px; }
    .office4 .right .right-t {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px; }
      .office4 .right .right-t .item {
        height: 282px;
        background: #F5F5F5;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 50px 0 24px; }
      .office4 .right .right-t .item1 {
        width: 237px; }
      .office4 .right .right-t .item2 {
        width: 236px; }
      .office4 .right .right-t .item3 {
        width: 248px; }
    .office4 .right .right-c .item {
      height: 248px;
      padding: 32px 0 26px; }
    .office4 .right .right-c .item3 {
      position: relative; }
      .office4 .right .right-c .item3 img {
        position: absolute;
        top: 21px;
        right: 0; }
    .office4 .right .right-b {
      display: flex;
      justify-content: space-between; }
      .office4 .right .right-b .item {
        height: 210px;
        background: #F5F5F5;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .office4 .right .right-b .item1 {
        width: 356px;
        padding: 38px 0 34px;
        flex-direction: column; }
      .office4 .right .right-b .item2 {
        width: 377px;
        padding: 0 65px 0 55px; }

/**户外**/
#urbanPublic {
  background: #fff;
  padding: 80px 0; }

.out1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .out1 .left {
    width: 752px;
    position: relative; }
    .out1 .left .floor-out-title1 {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      white-space: nowrap;
      transform: translateY(-50%); }
      .out1 .left .floor-out-title1 .contact {
        margin: 60px auto 0; }
  .out1 .right {
    width: 436px;
    display: flex;
    justify-content: space-between; }
    .out1 .right .right-l {
      width: 220px;
      background: #f5f5f5;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 123px 0 50px;
      align-items: center;
      text-align: center; }
    .out1 .right .right-r {
      width: 202px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      background: #f5f5f5;
      border-radius: 8px;
      padding: 60px 0 56px;
      align-items: center;
      text-align: center; }

#courtyardLeisure {
  background: url(/static/home/images/outdoor/zu1042.png) no-repeat center;
  height: 771px;
  padding: 80px 0; }

.out2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .out2 .left {
    width: 548px; }
    .out2 .left .left-t {
      width: 548px;
      height: 184px;
      background: #FFFFFF;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 47px 0 35px; }
    .out2 .left .left-c {
      display: flex;
      justify-content: space-between;
      margin: 12px 0; }
      .out2 .left .left-c .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 268px;
        height: 242px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 22px 0 30px; }
    .out2 .left .left-b {
      width: 548px;
      height: 184px;
      background: #FFFFFF;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 107px 0 69px; }
  .out2 .right {
    width: 611px;
    position: relative; }
    .out2 .right .floor-out-title1 {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      white-space: nowrap;
      transform: translateY(-50%); }
      .out2 .right .floor-out-title1 .contact {
        margin: 60px auto 0; }

#portableQutdoor {
  background: #fff;
  padding: 80px 0; }

.out3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .out3 .left {
    width: 610px;
    position: relative; }
    .out3 .left .floor-out-title1 {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      white-space: nowrap;
      transform: translateY(-50%); }
      .out3 .left .floor-out-title1 .contact {
        margin: 60px auto 0; }
  .out3 .right {
    width: 570px; }
    .out3 .right .right-t {
      width: 570px;
      height: 233px;
      background: #f5f5f5;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 53px 0 69px; }
    .out3 .right .right-c {
      display: flex;
      justify-content: space-between;
      margin-top: 12px; }
      .out3 .right .right-c .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 279px;
        height: 379px;
        background: #f5f5f5;
        border-radius: 8px 8px 8px 8px;
        padding: 100px 0 40px; }

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