<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearFix, .six .tabSlideBoxWrap .tabSlideBox, .ten .boxWrap .slideWrap .slideBox {
  *zoom: 1; }

.clearFix:after, .six .tabSlideBoxWrap .tabSlideBox:after, .ten .boxWrap .slideWrap .slideBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.after:after {
  content: "";
  display: block; }

.before::before {
  content: "";
  display: block; }

.transition-03, .main .two .renovation .renovation-item .renovation-box .renovation-link, .six .tabSlide i, .six .tabSlide ul li {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.homeSwiper .swiper-wrapper .swiper-slide img {
  width: 100%; }
.homeSwiper .swiper-wrapper .swiper-slide .txtBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 30px; }
  .homeSwiper .swiper-wrapper .swiper-slide .txtBox p {
    font-size: 1.6rem;
    margin-bottom: 5px; }
  .homeSwiper .swiper-wrapper .swiper-slide .txtBox h3 {
    font-size: 2.7rem; }
  .homeSwiper .swiper-wrapper .swiper-slide .txtBox span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
    letter-spacing: 30px;
    font-weight: bold;
    position: absolute;
    bottom: 8px;
    left: 0; }
.homeSwiper .swiper-pagination {
  bottom: 30px; }
  .homeSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    opacity: 1;
    background: #fff;
    border-radius: 2px; }
    .homeSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #B8B8B8; }

.main section {
  background-color: #fff;
  overflow: hidden; }
.main .one {
  padding: 20px 20px 10px;
  margin-bottom: 14px; }
  .main .one ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .main .one ul li {
      width: 33.33%;
      text-align: center;
      margin-bottom: 10px; }
      .main .one ul li a {
        display: block; }
        .main .one ul li a i {
          width: 60px;
          height: 60px;
          background: linear-gradient(86deg, #0663EB, #0189D7);
          border-radius: 50%;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto 10px; }
          .main .one ul li a i img {
            width: 32px;
            height: auto; }
        .main .one ul li a span {
          font-size: 14px;
          color: #2B2B2B; }
.main .two {
  padding: 14px 0; }
  .main .two .two-main {
    margin-bottom: 40px;
    padding-top: 10px; }
    .main .two .two-main .brand &gt; img {
      width: 100%;
      height: auto; }
    .main .two .two-main .promise {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 10px 8px; }
      .main .two .two-main .promise &gt; li {
        width: calc(50% - 4px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 20px 0;
        border-radius: 5px;
        overflow: hidden; }
        .main .two .two-main .promise &gt; li &gt; h3 {
          font-size: 20px;
          margin-bottom: 10px; }
        .main .two .two-main .promise &gt; li &gt; p {
          font-size: 12px; }
        .main .two .two-main .promise &gt; li:nth-child(1) {
          background-image: url("../img/index/promise_01.png"); }
        .main .two .two-main .promise &gt; li:nth-child(2) {
          background-image: url("../img/index/promise_02.png"); }
        .main .two .two-main .promise &gt; li:nth-child(3) {
          background-image: url("../img/index/promise_03.png"); }
        .main .two .two-main .promise &gt; li:nth-child(4) {
          background-image: url("../img/index/promise_04.png"); }
  .main .two .renovation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8px; }
    .main .two .renovation .renovation-item {
      position: relative;
      width: calc(50% - 3px);
      margin-bottom: 6px; }
      .main .two .renovation .renovation-item img {
        width: 100%;
        display: block; }
      .main .two .renovation .renovation-item .renovation-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .main .two .renovation .renovation-item .renovation-box .renovation-title {
          display: flex;
          align-items: flex-end;
          line-height: 1;
          font-size: 16px;
          font-family: SourceHanSerifCN;
          font-weight: bold; }
          .main .two .renovation .renovation-item .renovation-box .renovation-title span {
            font-size: 12px;
            font-weight: 300;
            padding-left: 10px; }
        .main .two .renovation .renovation-item .renovation-box .renovation-line {
          width: 13px;
          height: 2px;
          margin: 8px 0 10px 2px; }
        .main .two .renovation .renovation-item .renovation-box .renovation-text {
          display: flex;
          flex-direction: column;
          font-size: 12px;
          font-family: MicrosoftYaHeiLight, sans-serif;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 1.3; }
          .main .two .renovation .renovation-item .renovation-box .renovation-text p {
            margin-bottom: 5px; }
        .main .two .renovation .renovation-item .renovation-box .renovation-link {
          width: 140px;
          height: 28px;
          background: #FFFFFF;
          border-radius: 14px;
          font-size: 12px;
          font-family: MicrosoftYaHei, sans-serif;
          font-weight: 400;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1; }
      .main .two .renovation .renovation-item.renovation-one .renovation-box .renovation-title {
        color: #fff; }
      .main .two .renovation .renovation-item.renovation-one .renovation-box .renovation-line {
        background-color: #8BA5FE; }
      .main .two .renovation .renovation-item.renovation-one .renovation-box .renovation-text {
        color: #fff; }
      .main .two .renovation .renovation-item.renovation-one .renovation-box .renovation-link:hover {
        background-color: #4E69C9;
        color: #fff; }
      .main .two .renovation .renovation-item.renovation-two .renovation-box .renovation-title {
        color: #fff; }
      .main .two .renovation .renovation-item.renovation-two .renovation-box .renovation-line {
        background-color: #A48D87; }
      .main .two .renovation .renovation-item.renovation-two .renovation-box .renovation-text {
        color: #462816; }
      .main .two .renovation .renovation-item.renovation-two .renovation-box .renovation-link:hover {
        background-color: #462816;
        color: #fff; }
      .main .two .renovation .renovation-item.renovation-three {
        width: 100%; }
        .main .two .renovation .renovation-item.renovation-three .renovation-box .renovation-title {
          color: #052F52; }
        .main .two .renovation .renovation-item.renovation-three .renovation-box .renovation-line {
          background-color: #2276BC; }
        .main .two .renovation .renovation-item.renovation-three .renovation-box .renovation-text {
          color: #052F52; }
        .main .two .renovation .renovation-item.renovation-three .renovation-box .renovation-link:hover {
          background-color: #134874;
          color: #fff; }
.main .three {
  padding: 15px;
  background-color: #F1F2F4; }
  .main .three .box {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    text-align: center; }
    .main .three .box h3 {
      font-size: 17px;
      color: #3E66FC;
      margin-bottom: 20px; }
    .main .three .box .Calculation p {
      text-align: left;
      font-size: 12px;
      color: #626060;
      margin-bottom: 10px; }
    .main .three .box .Calculation .homeRange {
      height: 12px; }
      .main .three .box .Calculation .homeRange .range-handle {
        width: 18px;
        height: 18px;
        top: -3px; }
      .main .three .box .Calculation .homeRange .range-quantity {
        border-radius: 15px 0 0 15px;
        padding-right: 5px; }
    .main .three .box .Calculation .num {
      margin-top: 5px;
      font-size: 12px;
      color: #2055FF; }
    .main .three .box #CalculationForm {
      margin-top: 10px; }
      .main .three .box #CalculationForm .reg_type {
        display: flex;
        border: 1px solid #E0E0E1;
        box-shadow: 0 2px 5px 0 rgba(52, 53, 74, 0.25) inset; }
        .main .three .box #CalculationForm .reg_type input {
          flex: 1;
          border: 0;
          background-color: transparent;
          box-shadow: none;
          margin-bottom: 0; }
        .main .three .box #CalculationForm .reg_type .send-message {
          border: 0;
          background-color: transparent;
          color: #2158FF; }
          .main .three .box #CalculationForm .reg_type .send-message:disabled {
            color: #999; }
      .main .three .box #CalculationForm input {
        border: 1px solid #E0E0E1;
        width: 100%;
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
        color: #333;
        box-shadow: 0 2px 5px 0 rgba(52, 53, 74, 0.25) inset;
        margin-bottom: 10px;
        border-radius: 3px; }
        .main .three .box #CalculationForm input:focus {
          border-color: #3E66FC; }
      .main .three .box #CalculationForm .offerSbmit {
        width: 100%;
        height: 40px;
        background: linear-gradient(0deg, #2158FF, #376DFF, #5183FF);
        border-radius: 3px;
        border: 0;
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px; }
      .main .three .box #CalculationForm p {
        font-size: 12px;
        color: #626060; }
        .main .three .box #CalculationForm p span {
          color: #2055FF; }
.main .four {
  position: relative;
  margin-bottom: 14px;
  padding: 35px 0; }
  .main .four .projectList {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 8px; }
    .main .four .projectList li {
      width: 20%;
      height: 100px;
      overflow: hidden;
      position: relative; }
      .main .four .projectList li a img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
      .main .four .projectList li:nth-child(2), .main .four .projectList li:nth-child(17), .main .four .projectList li:nth-child(19) {
        width: 40%; }
        .main .four .projectList li:nth-child(2) img, .main .four .projectList li:nth-child(17) img, .main .four .projectList li:nth-child(19) img {
          height: auto; }
      .main .four .projectList li.text1 {
        background-color: #b89062;
        color: #fff;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .main .four .projectList li.text1 h3 {
          font-size: 20px;
          font-weight: 500; }
      .main .four .projectList li.text2 {
        background: url("../img/index/team.jpg") no-repeat center;
        background-size: cover;
        color: #cdcdcd;
        box-sizing: border-box;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.5; }
  .main .four .move {
    color: #333;
    border: 1px solid #333;
    width: 120px;
    height: 34px;
    margin: 26px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: transparent; }

.six {
  padding: 35px 0;
  margin-bottom: 14px; }
  .six .style-view {
    padding: 30px 8px 0 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .six .style-view .style-view-item {
      width: calc(50% - 3px);
      padding: 25px 8px;
      border-radius: 8px;
      margin-bottom: 8px; }
      .six .style-view .style-view-item.style-view-item-one {
        background-color: #FFEBC7; }
      .six .style-view .style-view-item.style-view-item-two {
        background-color: #D9DCDF; }
      .six .style-view .style-view-item .style-title {
        font-size: 18px;
        font-weight: bold;
        color: #2B2B2B; }
      .six .style-view .style-view-item .style-tag {
        padding: 5px 10px;
        background: #3E4958;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        display: inline-flex;
        align-items: center;
        line-height: 1;
        margin: 10px 0 15px; }
      .six .style-view .style-view-item .style-image-max {
        width: 100%;
        margin-bottom: 7px; }
        .six .style-view .style-view-item .style-image-max img {
          width: 100%;
          display: block; }
      .six .style-view .style-view-item .style-image-min {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .six .style-view .style-view-item .style-image-min img {
          display: block;
          width: calc(50% - 3px); }
    .six .style-view .move {
      color: #333;
      border: 1px solid #333;
      width: 120px;
      height: 34px;
      margin: 26px auto;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      background-color: transparent; }
  .six .tabSlide {
    margin: 20px auto;
    width: 200px;
    height: 30px;
    background-color: #E3E3E3;
    border-radius: 15px;
    position: relative; }
    .six .tabSlide i {
      height: 30px;
      width: 50%;
      border-radius: 15px;
      background-color: #3E66FC;
      position: absolute;
      left: 0; }
      .six .tabSlide i.right {
        left: 50%; }
    .six .tabSlide ul {
      display: -webkit-flex;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
      .six .tabSlide ul li {
        width: 50%;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #444; }
        .six .tabSlide ul li.active {
          color: #fff; }
  .six .tabSlideBoxWrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .six .tabSlideBoxWrap .tabSlideBox {
      display: none;
      padding: 0 25px; }
      .six .tabSlideBoxWrap .tabSlideBox.show {
        display: block; }
      .six .tabSlideBoxWrap .tabSlideBox .box {
        width: 130px;
        position: relative;
        box-shadow: 0px 2px 9px 1px rgba(100, 99, 99, 0.3);
        border-radius: 4px;
        overflow: hidden;
        margin-right: 10px;
        float: left; }
        .six .tabSlideBoxWrap .tabSlideBox .box img {
          width: 100%; }
        .six .tabSlideBoxWrap .tabSlideBox .box p {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 5px 0;
          background-color: rgba(0, 0, 0, 0.5);
          text-align: center;
          color: #fff;
          font-size: 14px; }

.seven {
  padding: 40px 8px; }
  .seven ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .seven ul li {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      position: relative; }
      .seven ul li a {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .seven ul li::after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background-color: #E0E0E0;
        position: absolute;
        left: 0;
        top: calc(50% - 20px); }
      .seven ul li:nth-child(1)::after {
        display: none; }
      .seven ul li img {
        transform: scale(0.5);
        margin-bottom: -5px; }
      .seven ul li span {
        font-size: 14px;
        color: #2B2B2B; }
  .seven .boxWrap {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    width: calc(100% + 10px);
    margin-top: 20px; }
    .seven .boxWrap .box {
      width: calc(25% - 10px);
      margin-right: 10px;
      padding: 20px 5px;
      background-image: url("../img/indexBg2.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      text-align: center;
      position: relative; }
      .seven .boxWrap .box a {
        display: block;
        color: #fff; }
      .seven .boxWrap .box::before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #D2A97E;
        background-position: center;
        background-image: url("../img/d.png");
        background-size: 10px auto;
        background-repeat: no-repeat;
        position: absolute;
        top: -9px;
        left: calc(50% - 9px); }
      .seven .boxWrap .box h4 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px; }
        .seven .boxWrap .box h4 span {
          font-size: 16px; }
      .seven .boxWrap .box p {
        font-size: 12px;
        line-height: 1.5; }

.eight {
  padding: 0 8px;
  margin-bottom: 14px; }
  .eight .tabBtn {
    margin: 20px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .eight .tabBtn li {
      flex-grow: 1;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .eight .tabBtn li i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: url("../img/q.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 8px;
        position: relative; }
        .eight .tabBtn li i::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 50%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 50% auto; }
      .eight .tabBtn li span {
        font-size: 12px;
        color: #313131; }
      .eight .tabBtn li.active {
        position: relative; }
        .eight .tabBtn li.active::after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-width: 0 10px 10px;
          border-style: solid;
          border-color: transparent transparent #3E66FC;
          position: absolute;
          left: calc(50% - 10px);
          bottom: -21px; }
        .eight .tabBtn li.active i {
          background: #3E66FC; }
        .eight .tabBtn li.active span {
          color: #3E66FC; }
      .eight .tabBtn li:nth-child(1) i::after {
        background-image: url("../img/hi11.png"); }
      .eight .tabBtn li:nth-child(1).active i::after {
        background-image: url("../img/hi11a.png"); }
      .eight .tabBtn li:nth-child(2) i::after {
        background-image: url("../img/hi12.png"); }
      .eight .tabBtn li:nth-child(2).active i::after {
        background-image: url("../img/hi12a.png"); }
      .eight .tabBtn li:nth-child(3) i::after {
        background-image: url("../img/hi13.png"); }
      .eight .tabBtn li:nth-child(3).active i::after {
        background-image: url("../img/hi13a.png"); }
      .eight .tabBtn li:nth-child(4) i::after {
        background-image: url("../img/hi14.png"); }
      .eight .tabBtn li:nth-child(4).active i::after {
        background-image: url("../img/hi14a.png"); }
      .eight .tabBtn li:nth-child(5) i::after {
        background-image: url("../img/hi15.png"); }
      .eight .tabBtn li:nth-child(5).active i::after {
        background-image: url("../img/hi15a.png"); }
      .eight .tabBtn li:nth-child(6) i::after {
        background-image: url("../img/hi16.png"); }
      .eight .tabBtn li:nth-child(6).active i::after {
        background-image: url("../img/hi16a.png"); }
      .eight .tabBtn li:nth-child(7) i::after {
        background-image: url("../img/hi17.png"); }
      .eight .tabBtn li:nth-child(7).active i::after {
        background-image: url("../img/hi17a.png"); }
  .eight .tabBox .box {
    display: none;
    background-color: #3E66FC;
    padding: 20px 10px;
    color: #f1f1f1;
    font-size: 14px;
    border-radius: 3px; }
    .eight .tabBox .box.show {
      display: block; }
  .eight .experienceBtn {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 46px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3E66FC;
    border-radius: 3px;
    margin-top: 16px;
    color: #fff; }
  .eight .move {
    color: #333;
    border: 1px solid #333;
    width: 140px;
    height: 34px;
    margin: 26px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: transparent; }

.nine {
  padding: 30px 0; }
  .nine .tabBtn {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
    .nine .tabBtn li {
      width: 80px;
      height: 30px;
      border: 2px solid #313131;
      color: #313131;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      margin: 0 13px; }
      .nine .tabBtn li.active {
        background-color: #313131;
        color: #fff; }
  .nine .tabBox {
    padding: 8px; }
    .nine .tabBox .box {
      display: none;
      border-top: 2px dashed #E9E9E9; }
      .nine .tabBox .box.show {
        display: block; }
      .nine .tabBox .box li {
        border-bottom: 2px dashed #E9E9E9; }
        .nine .tabBox .box li a {
          display: -webkit-flex;
          display: flex;
          justify-content: flex-start;
          padding: 8px 0; }
          .nine .tabBox .box li a time {
            width: 60px;
            border-right: 2px dashed #E9E9E9;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
            font-size: 14px;
            color: #313131; }
            .nine .tabBox .box li a time span {
              font-size: 12px;
              color: #818080; }
          .nine .tabBox .box li a .txtBox {
            padding-left: 10px;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
            width: calc(100% - 60px); }
            .nine .tabBox .box li a .txtBox h3 {
              font-size: 14px;
              color: #313131;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              margin-bottom: 5px; }
            .nine .tabBox .box li a .txtBox .txt {
              display: -webkit-flex;
              display: flex;
              justify-content: space-between;
              width: 100%;
              font-size: 12px; }
              .nine .tabBox .box li a .txtBox .txt p {
                width: calc(100% - 65px);
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #818080; }
              .nine .tabBox .box li a .txtBox .txt span {
                width: 65px;
                color: #CEAC7D; }

.ten {
  padding: 30px 15px; }
  .ten .boxWrap .imgBox {
    position: relative; }
    .ten .boxWrap .imgBox img {
      width: 100%; }
    .ten .boxWrap .imgBox p {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      text-align: center;
      padding: 5px 0;
      color: #fff;
      font-size: 12px; }
  .ten .boxWrap .txtBox {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 14px; }
    .ten .boxWrap .txtBox p {
      color: #2B2B2B;
      line-height: 1.5;
      width: calc(100% - 100px); }
    .ten .boxWrap .txtBox .inquiryBtn {
      display: block;
      width: 85px;
      height: 34px;
      border: 2px solid #3E66FC;
      border-radius: 3px;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #3E66FC; }
  .ten .boxWrap .slideWrap {
    overflow-x: auto;
    margin-top: 16px;
    padding: 6px;
    box-sizing: border-box;
    margin-left: -6px;
    overflow-y: hidden; }
    .ten .boxWrap .slideWrap .slideItem {
      width: 150px;
      background-color: #ffffff;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 3px;
      float: left;
      margin-right: 13px; }
      .ten .boxWrap .slideWrap .slideItem:last-child {
        margin-right: 0; }
      .ten .boxWrap .slideWrap .slideItem .imgBox {
        width: 100%; }
      .ten .boxWrap .slideWrap .slideItem .txtWrap {
        box-sizing: border-box;
        padding: 12px 6px 15px; }
        .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox {
          display: -webkit-flex;
          display: flex;
          align-items: flex-start; }
          .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox .iconWrap {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #d2a97e;
            display: flex;
            align-items: center;
            justify-content: center; }
            .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox .iconWrap .iconfont {
              font-size: 12px;
              color: #fff; }
          .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox .txt {
            width: calc(100% - 30px); }
            .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox .txt h4 {
              display: flex;
              align-items: center;
              font-size: 14px;
              color: #2b2b2b;
              font-weight: normal; }
              .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox .txt h4 .iconfont {
                font-size: 12px;
                margin-left: 5px;
                color: #d2a97e; }
            .ten .boxWrap .slideWrap .slideItem .txtWrap .txtBox .txt p {
              font-size: 12px;
              color: #858585;
              width: 100%;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
        .ten .boxWrap .slideWrap .slideItem .txtWrap button {
          width: 90%;
          display: block;
          margin: 18px auto 0;
          background-color: #3e66fc;
          border: 0;
          padding: 6px 0;
          font-size: 12px;
          color: #fff; }

.eleven {
  padding: 30px 0;
  margin-bottom: 14px; }
  .eleven .eleven-container {
    padding-bottom: 10px; }
    .eleven .eleven-container .swiper-pagination {
      top: auto;
      bottom: 0;
      background-color: #fff; }
    .eleven .eleven-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background-color: #d5d5d5; }
    .eleven .eleven-container .swiperitem {
      background-color: #ffffff;
      box-shadow: 0px 0px 6px 0px rgba(148, 148, 148, 0.18);
      border-radius: 10px;
      border: solid 1px #eae9e9;
      transition: 300ms;
      transform: scale(0.8); }
    .eleven .eleven-container .swiper-slide {
      width: 75%; }
      .eleven .eleven-container .swiper-slide.swiper-slide-active .swiperitem, .eleven .eleven-container .swiper-slide.swiper-slide-duplicate-active .swiperitem {
        transform: scale(1); }
    .eleven .eleven-container .imgView img {
      display: block;
      width: 100%; }
    .eleven .eleven-container .txtView {
      padding: 15px;
      box-sizing: border-box;
      text-align: center; }
      .eleven .eleven-container .txtView h4 {
        font-size: 14px;
        color: #2b2b2b;
        font-weight: normal;
        margin-bottom: 10px; }
      .eleven .eleven-container .txtView span {
        font-size: 12px;
        color: #818080; }
      .eleven .eleven-container .txtView .mapView {
        margin-top: 10px;
        display: flex;
        align-items: center; }
        .eleven .eleven-container .txtView .mapView .map {
          display: block;
          width: 12px;
          margin-right: 5px; }
        .eleven .eleven-container .txtView .mapView p {
          width: calc(100% - 20px);
          font-size: 12px;
          color: #818080; }
  .eleven .move {
    color: #333;
    border: 1px solid #333;
    width: 150px;
    height: 34px;
    margin: 26px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: transparent; }

.five {
  margin-bottom: 24px;
  padding-top: 35px; }
  .five .proof {
    width: 100%;
    height: auto; }

/*# sourceMappingURL=index.css.map */
</pre></body></html>