.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

#translate {
  display: none; }

.hoverPic a .pic {
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.videoItem {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }
  .videoItem .video {
    width: 62.5vw;
    height: 35.15625vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoItem .video video {
      width: 100%;
      height: 100%; }
    .videoItem .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #79604a;
      cursor: pointer; }
      .videoItem .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoItem .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.headerBox {
  width: 100%; }
  .headerBox .header {
    width: 100%;
    height: auto;
    background-color: #fff; }
    .headerBox .header .headerTop .w1400 {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .headerBox .header .headerTop .w1400 .logo {
        width: 230px; }
      .headerBox .header .headerTop .w1400 .topRight {
        display: flex;
        align-items: center; }
        .headerBox .header .headerTop .w1400 .topRight .lan {
          position: relative;
          cursor: pointer; }
          .headerBox .header .headerTop .w1400 .topRight .lan .tits {
            font-size: 16px;
            line-height: 30px;
            color: #7d6348;
            display: flex;
            align-items: center; }
            .headerBox .header .headerTop .w1400 .topRight .lan .tits img {
              margin-right: 10px; }
          .headerBox .header .headerTop .w1400 .topRight .lan #select {
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            opacity: 0; }
        .headerBox .header .headerTop .w1400 .topRight .search {
          width: 225px;
          height: 30px;
          border-radius: 15px;
          background-color: #f1f1f1;
          margin-left: 45px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .headerBox .header .headerTop .w1400 .topRight .search .text {
            width: calc(100% - 40px);
            height: 30px;
            border: none;
            background: none;
            box-sizing: border-box;
            padding-left: 15px;
            font-size: 16px;
            color: #666; }
            .headerBox .header .headerTop .w1400 .topRight .search .text:-internal-autofill-previewed, .headerBox .header .headerTop .w1400 .topRight .search .text:-internal-autofill-selected {
              -webkit-text-fill-color: #666 !important; }
          .headerBox .header .headerTop .w1400 .topRight .search .submit {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px; }
        .headerBox .header .headerTop .w1400 .topRight .navClick {
          display: none;
          width: 22px;
          height: 18px;
          margin-left: 15px; }
          .headerBox .header .headerTop .w1400 .topRight .navClick span {
            width: 100%;
            height: 2px;
            background-color: #333;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox .header .headerTop .w1400 .topRight .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox .header .headerTop .w1400 .topRight .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox .header .headerTop .w1400 .topRight .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox .header .headerTop .w1400 .topRight .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
    .headerBox .header .nav {
      width: 100%;
      top: 0;
      left: 0;
      background-color: #7d6348;
      z-index: 50; }
      .headerBox .header .nav .w1400 ul {
        display: flex;
        justify-content: space-between; }
        .headerBox .header .nav .w1400 ul li {
          position: relative;
          flex-grow: 1; }
          .headerBox .header .nav .w1400 ul li .tits {
            font-size: 16px;
            line-height: 66px;
            font-weight: bold;
            width: 100%;
            display: block;
            color: #fff;
            white-space: nowrap;
            text-align: center; }
          .headerBox .header .nav .w1400 ul li dl {
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            position: absolute;
            -webkit-transition: all .35s;
            transition: all .35s;
            -moz-transition: all .35s;
            -ms-transition: all .35s;
            top: 100%;
            z-index: 99;
            margin-top: -1px;
            -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
            box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
            -webkit-transition: all .35s;
            transition: all .35s;
            -moz-transition: all .35s;
            -ms-transition: all .35s;
            width: 200px;
            padding: 10px 15px;
            left: -10px;
            background: #fff;
            list-style-type: none;
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box; }
            .headerBox .header .nav .w1400 ul li dl:after {
              content: '';
              position: absolute;
              bottom: 100%;
              left: 32px;
              width: 16px;
              height: 16px;
              border-width: 8px;
              border-style: solid;
              border-color: transparent transparent #fff;
              display: block;
              box-sizing: border-box; }
            .headerBox .header .nav .w1400 ul li dl dd {
              background: 0 0;
              position: relative;
              text-align: left;
              border-bottom: 1px solid #e9e9ee;
              padding: 6px 0; }
              .headerBox .header .nav .w1400 ul li dl dd a {
                display: block;
                line-height: 21px;
                padding: 0.52083vw 0;
                font-size: 14px;
                position: relative;
                color: #666; }
                @media (min-width: 1024px) {
                  .headerBox .header .nav .w1400 ul li dl dd a:hover {
                    color: #b29c87; } }
          .headerBox .header .nav .w1400 ul li.on {
            background-color: #b29c87; }
          @media (min-width: 1024px) {
            .headerBox .header .nav .w1400 ul li:hover {
              background-color: #b29c87; }
              .headerBox .header .nav .w1400 ul li:hover dl {
                top: 100%;
                opacity: 1;
                filter: alpha(opacity=100);
                visibility: visible;
                height: auto;
                opacity: 1;
                filter: alpha(opacity=100);
                display: block;
                -webkit-transform: rotateX(0);
                transform: rotateX(0); } }
    .headerBox .header.on .nav {
      position: fixed; }
  @media (max-width: 1460px) {
    .headerBox .header .headerTop .w1400 {
      height: 60px; }
      .headerBox .header .headerTop .w1400 .logo {
        width: 200px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px;
      position: relative; }
      .headerBox .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50; }
        .headerBox .header .headerTop .w1400 {
          height: 50px; }
          .headerBox .header .headerTop .w1400 .logo {
            width: 160px; }
          .headerBox .header .headerTop .w1400 .topRight .search {
            display: none; }
          .headerBox .header .headerTop .w1400 .topRight .lan .tits {
            font-size: 12px; }
            .headerBox .header .headerTop .w1400 .topRight .lan .tits img {
              width: 16px; }
          .headerBox .header .headerTop .w1400 .topRight .navClick {
            display: block; }
        .headerBox .header .nav {
          display: none;
          width: 100%;
          position: fixed;
          top: 50px;
          height: calc(100vh - 50px);
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          display: none;
          margin-left: 0; }
          .headerBox .header .nav .w1400 {
            width: 100%;
            height: 100%;
            max-width: 100%; }
            .headerBox .header .nav .w1400 ul {
              width: 260px;
              box-sizing: border-box;
              height: 100%;
              display: block;
              float: right;
              padding-top: 20px;
              background-color: #fff; }
              .headerBox .header .nav .w1400 ul li {
                float: none;
                background: none !important;
                margin-right: 0; }
                .headerBox .header .nav .w1400 ul li .tits {
                  font-size: 16px;
                  line-height: 46px;
                  height: auto !important;
                  padding-left: 20px;
                  display: block;
                  box-sizing: border-box;
                  position: relative;
                  color: #000 !important;
                  background: none !important;
                  font-weight: normal;
                  text-align: left; }
                  .headerBox .header .nav .w1400 ul li .tits:after {
                    display: none !important; }
                .headerBox .header .nav .w1400 ul li dl {
                  width: 100%;
                  position: relative;
                  opacity: 1;
                  top: 0;
                  padding: 0;
                  visibility: initial;
                  box-shadow: none;
                  transform: rotateX(0);
                  display: none;
                  left: 0; }
                  .headerBox .header .nav .w1400 ul li dl:after {
                    display: none; }
                  .headerBox .header .nav .w1400 ul li dl dd {
                    border-bottom: none;
                    padding: 0; }
                    .headerBox .header .nav .w1400 ul li dl dd a {
                      color: #000;
                      font-size: 14px;
                      line-height: 36px;
                      padding: 0 0 0 30px;
                      box-sizing: border-box; } }

.index-banner {
  position: relative;
  width: 100%; }
  .index-banner ul li a {
    width: 100%;
    display: block;
    height: auto; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      border-radius: 100%;
      opacity: 0.57;
      background-color: #000;
      display: block;
      cursor: pointer;
      margin: 0 6px; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1; }
  @media (max-width: 1024px) {
    .index-banner .btns span {
      margin: 0 3px; } }

.indexTitle {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #222;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .indexTitle {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .indexTitle {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .indexTitle {
      font-size: 20px;
      line-height: 22px; } }

.index .box1 {
  padding-top: 35px; }
  .index .box1 .list {
    margin-top: 35px; }
    .index .box1 .list ul {
      display: flex;
      justify-content: space-between; }
      .index .box1 .list ul li {
        overflow: hidden;
        width: 11.57%;
        border-radius: 10px;
        border: 1px solid transparent;
        box-sizing: border-box;
        background-color: #f5f5f5;
        transition: all 0.5s; }
        .index .box1 .list ul li a {
          width: 100%;
          display: block;
          position: relative; }
          .index .box1 .list ul li a .tits {
            font-size: 16px;
            line-height: 18px;
            text-transform: uppercase;
            color: #79604a;
            position: absolute;
            top: 16px;
            left: 18px;
            font-weight: bold; }
          .index .box1 .list ul li a .t {
            width: 100%;
            display: flex;
            align-items: flex-start;
            font-size: 9px;
            line-height: 11px;
            color: #79604a;
            justify-content: center;
            position: absolute;
            bottom: 10px;
            left: 0; }
            .index .box1 .list ul li a .t img {
              margin-left: 8px;
              width: 50px;
              display: block;
              margin-top: -1px; }
        @media (min-width: 1024px) {
          .index .box1 .list ul li:hover {
            background-color: #f9f9f9;
            border-color: #795845;
            box-shadow: 0 4px 4px #795845;
            transform: translateY(-4px); } }
  @media (max-width: 1366px) {
    .index .box1 .list ul li a .t img {
      width: 30px; }
    .index .box1 .list ul li a .tits {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 1200px) {
    .index .box1 .list ul {
      flex-wrap: wrap; }
      .index .box1 .list ul li {
        width: 24%;
        margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding-top: 30px; }
      .index .box1 .list {
        margin-top: 15px; }
        .index .box1 .list ul li {
          width: 48.5%; } }
.index .box2 {
  padding-top: 40px; }
  .index .box2 .boxNew {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .index .box2 .boxNew .boxLeft {
      width: 48.5%;
      position: relative; }
      .index .box2 .boxNew .boxLeft .pic {
        width: 100%;
        border-radius: 10px;
        overflow: hidden; }
      .index .box2 .boxNew .boxLeft .videoClick {
        width: 5.67708vw;
        height: 5.67708vw;
        position: absolute;
        right: -2.86458vw;
        bottom: -1.45833vw;
        border-radius: 100%;
        overflow: hidden;
        cursor: pointer; }
    .index .box2 .boxNew .boxRight {
      width: 47.7%; }
      .index .box2 .boxNew .boxRight .indexTitle {
        text-align: left; }
      .index .box2 .boxNew .boxRight .tit {
        font-size: 14px;
        line-height: 20px;
        height: 120px;
        -webkit-line-clamp: 6;
        margin-top: 1.66667vw;
        color: #666; }
      .index .box2 .boxNew .boxRight .tit1 {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 2.1875vw; }
        .index .box2 .boxNew .boxRight .tit1 a {
          width: 200px;
          height: 52px;
          background-size: cover;
          background-image: url("../images/but1.png");
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          line-height: 52px;
          color: #4c2e17;
          border-radius: 26px; }
          .index .box2 .boxNew .boxRight .tit1 a img {
            margin-left: 10px; }
  .index .box2 .line {
    margin-top: 3.22917vw; }
  @media (max-width: 1200px) {
    .index .box2 .boxNew .boxRight .tit1 a {
      width: 160px;
      line-height: 42px;
      height: 42px;
      font-size: 14px;
      border-radius: 21px; }
      .index .box2 .boxNew .boxRight .tit1 a img {
        width: 30px; } }
  @media (max-width: 1024px) {
    .index .box2 .boxNew .boxRight .tit {
      font-size: 13px; } }
  @media (max-width: 768px) {
    .index .box2 {
      padding-top: 20px; }
      .index .box2 .boxNew {
        display: block; }
        .index .box2 .boxNew .boxLeft {
          width: 100%; }
          .index .box2 .boxNew .boxLeft .videoClick {
            width: 46px;
            height: 46px;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%; }
        .index .box2 .boxNew .boxRight {
          width: 100%;
          margin-top: 15px; }
          .index .box2 .boxNew .boxRight .tit1 {
            display: block; } }
.index .box3 {
  padding-top: 40px; }
  .index .box3 .list {
    margin-top: 38px; }
    .index .box3 .list ul li {
      width: 23%;
      float: left;
      margin-right: 2.6%; }
      .index .box3 .list ul li:last-child {
        margin-right: 0; }
      .index .box3 .list ul li a {
        width: 100%;
        display: block; }
        .index .box3 .list ul li a .pic {
          border-radius: 10px;
          padding-bottom: 57.3%; }
        .index .box3 .list ul li a .con {
          padding-top: 12px;
          padding-bottom: 34px; }
          .index .box3 .list ul li a .con .tits {
            font-size: 18px;
            line-height: 20px;
            color: #222;
            font-weight: bold; }
          .index .box3 .list ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            height: 54px;
            color: #666;
            margin-top: 10px; }
          .index .box3 .list ul li a .con .time {
            display: flex;
            align-items: center;
            font-size: 15px;
            line-height: 17px;
            color: #393939;
            margin-top: 38px; }
            .index .box3 .list ul li a .con .time img {
              margin-right: 5px; }
      @media (min-width: 1024px) {
        .index .box3 .list ul li:hover a .con .tits {
          color: #79604a; } }
    .index .box3 .list .btns {
      width: 100%;
      height: 2px;
      background-color: #e8e8e8;
      position: relative; }
      .index .box3 .list .btns span {
        background-color: #957665;
        height: 2px;
        position: absolute;
        width: 100%;
        transform-origin: 0 0; }
  @media (max-width: 1200px) {
    .index .box3 .list ul li {
      width: 31.6%; } }
  @media (max-width: 1024px) {
    .index .box3 .list ul li {
      width: 48.5%;
      margin-right: 3%; } }
  @media (max-width: 768px) {
    .index .box3 {
      padding-top: 30px; }
      .index .box3 .list {
        margin-top: 15px; }
      .index .box3 .list ul li {
        width: 80%;
        margin-right: 3%; }
        .index .box3 .list ul li a .con {
          padding-bottom: 20px; }
          .index .box3 .list ul li a .con .tits {
            font-size: 16px;
            line-height: 18px; }
          .index .box3 .list ul li a .con .time {
            font-size: 12px;
            margin-top: 15px; } }
.index .box4 {
  padding-top: 50px;
  padding-bottom: 48px;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/index_bg1.jpg"); }
  .index .box4 .con {
    width: 20.2%;
    float: left;
    padding-top: 45px; }
    .index .box4 .con .indexTitle {
      text-align: left; }
    .index .box4 .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 20px; }
    .index .box4 .con .aBox {
      width: calc(100% -  20px);
      padding-top: 30px;
      padding-bottom: 65px;
      margin-left: 20px;
      background-size: cover;
      background-position: center;
      background-image: url("../images/index_bg2.png");
      margin-top: 44px; }
      .index .box4 .con .aBox .item {
        width: 100%;
        display: block;
        position: relative; }
        .index .box4 .con .aBox .item:after {
          top: var(--top);
          width: 100%;
          height: 40px;
          left: -20px;
          content: '';
          position: absolute;
          background-size: cover;
          background-image: url("../images/index_bg3.png");
          transition: all 0.5s; }
        .index .box4 .con .aBox .item a {
          font-size: 18px;
          line-height: 40px;
          font-weight: bold;
          color: #5e5e5e;
          width: 100%;
          display: block;
          padding-left: 30px;
          position: relative;
          z-index: 5;
          transition: all 0.3s;
          box-sizing: border-box; }
          .index .box4 .con .aBox .item a.on {
            color: #fff; }
  .index .box4 .list {
    width: 72.9%;
    float: right; }
    .index .box4 .list ul {
      width: 100%; }
      .index .box4 .list ul li {
        width: 100%;
        display: none;
        justify-content: space-between;
        align-items: flex-start; }
        .index .box4 .list ul li .item {
          width: 30.4%;
          border-radius: 10px;
          overflow: hidden;
          background-color: #fff;
          box-shadow: 0px 14px 9.8px 0.2px rgba(162, 140, 125, 0.3); }
          .index .box4 .list ul li .item a {
            width: 100%;
            display: block; }
            .index .box4 .list ul li .item a .pic {
              padding-bottom: 75%; }
            .index .box4 .list ul li .item a .line {
              width: 100%; }
            .index .box4 .list ul li .item a .con {
              width: 100%;
              box-sizing: border-box;
              padding: 15px 22px; }
              .index .box4 .list ul li .item a .con .time {
                border: 1px solid #d5ba9f;
                border-radius: 5px;
                width: fit-content;
                font-size: 12px;
                line-height: 24px;
                color: #866e55;
                padding: 0 10px 0 6px;
                display: flex;
                align-items: center; }
                .index .box4 .list ul li .item a .con .time img {
                  margin-right: 4px; }
              .index .box4 .list ul li .item a .con .tits {
                font-size: 18px;
                line-height: 20px;
                font-weight: bold;
                color: #222;
                height: 40px;
                margin-top: 17px; }
              .index .box4 .list ul li .item a .con .tit {
                font-size: 12px;
                line-height: 18px;
                height: 36px;
                color: #666;
                margin-top: 4px; }
              .index .box4 .list ul li .item a .con .tit1 {
                text-align: right;
                font-size: 16px;
                line-height: 18px;
                color: #4c2e17;
                margin-top: 20px; }
          .index .box4 .list ul li .item:nth-child(1) {
            margin-top: 6%; }
          .index .box4 .list ul li .item:nth-child(3) {
            margin-top: 9.4%; }
          @media (min-width: 1024px) {
            .index .box4 .list ul li .item:hover {
              box-shadow: 0px 14px 9.8px 0.2px #a28c7d; } }
        .index .box4 .list ul li.on {
          display: flex; }
  .index .box4 .w1400 {
    position: relative; }
  .index .box4 .btns {
    position: absolute;
    top: 0;
    z-index: 10;
    right: 0;
    display: flex; }
    .index .box4 .btns a {
      width: 44px;
      height: 44px;
      border: 2px solid #cecece;
      box-sizing: border-box;
      display: block;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
      .index .box4 .btns a.prev {
        background-image: url("../images/up.png"); }
      .index .box4 .btns a.next {
        background-image: url("../images/down.png");
        margin-left: 18px; }
      @media (min-width: 1024px) {
        .index .box4 .btns a:hover {
          border-color: #947564; }
          .index .box4 .btns a:hover.prev {
            background-image: url("../images/up_h.png"); }
          .index .box4 .btns a:hover.next {
            background-image: url("../images/down_h.png"); } }
  @media (max-width: 1200px) {
    .index .box4 .con {
      width: 24%; }
    .index .box4 .list ul li .item {
      width: 32%; }
      .index .box4 .list ul li .item a .con {
        padding: 10px; }
        .index .box4 .list ul li .item a .con .tits {
          font-size: 16px;
          line-height: 18px;
          height: 36px; } }
  @media (max-width: 1024px) {
    .index .box4 .con .aBox {
      margin-top: 20px; }
      .index .box4 .con .aBox .item a {
        font-size: 16px;
        padding-left: 8px; }
    .index .box4 .list ul li .item {
      width: 48.5%; }
      .index .box4 .list ul li .item:last-child {
        display: none; }
      .index .box4 .list ul li .item:nth-child(1) {
        margin-top: 0; }
      .index .box4 .list ul li .item:nth-child(2) {
        margin-top: 10%; }
      .index .box4 .list ul li .item a .con {
        padding: 10px; }
        .index .box4 .list ul li .item a .con .tits {
          font-size: 16px;
          line-height: 18px;
          height: 36px; } }
  @media (max-width: 860px) {
    .index .box4 {
      padding-top: 0; }
      .index .box4 .con {
        width: 100%;
        float: none;
        padding-top: 30px; }
        .index .box4 .con .txt {
          font-size: 13px;
          margin-top: 10px; }
        .index .box4 .con .aBox {
          width: 100%;
          margin-left: 0;
          padding-top: 0;
          padding-bottom: 0;
          margin-top: 15px; }
          .index .box4 .con .aBox .item {
            display: flex;
            justify-content: space-between; }
            .index .box4 .con .aBox .item:after {
              display: none; }
            .index .box4 .con .aBox .item a {
              width: 39%;
              padding: 0;
              font-size: 15px;
              text-align: center; }
              .index .box4 .con .aBox .item a:nth-child(1) {
                width: 22%; }
              .index .box4 .con .aBox .item a.on {
                background-image: url("../images/index_bg3.png");
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center; }
      .index .box4 .list {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .index .box4 .list ul li .item {
          width: 100%;
          margin-top: 0 !important; }
          .index .box4 .list ul li .item:nth-child(n + 2) {
            display: none; }
          .index .box4 .list ul li .item a .con .tit1 {
            font-size: 13px;
            line-height: 15px;
            margin-top: 10px; }
      .index .box4 .btns {
        display: none; } }
.index .box5 {
  padding-top: 42px; }
  .index .box5 .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .index .box5 .title .indexTitle {
      text-align: left; }
    .index .box5 .title .but {
      width: fit-content;
      font-size: 16px;
      line-height: 42px;
      border: 1px solid #4c2e17;
      color: #4c2e17;
      border-radius: 21px;
      display: flex;
      align-items: center;
      padding: 0 20px; }
      .index .box5 .title .but img {
        margin-left: 10px; }
  .index .box5 .boxNew {
    display: flex;
    margin-top: 30px;
    justify-content: space-between; }
    .index .box5 .boxNew .boxLeft {
      width: 34.6%;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/index_bg4.jpg");
      box-shadow: 1px 1.732px 5px 0px rgba(73, 55, 42, 0.5);
      border-radius: 10px;
      overflow: hidden; }
      .index .box5 .boxNew .boxLeft a {
        width: 100%;
        padding: 2.1875vw 1.97917vw 1.30208vw;
        display: block;
        box-sizing: border-box; }
        .index .box5 .boxNew .boxLeft a .tits {
          display: flex;
          align-items: center;
          width: 100%; }
          .index .box5 .boxNew .boxLeft a .tits .time {
            text-align: center;
            width: fit-content;
            background-color: #fff;
            border-radius: 5px;
            padding: 0 5px; }
            .index .box5 .boxNew .boxLeft a .tits .time span {
              font-size: 30px;
              line-height: 34px;
              display: block;
              color: #8d6e5f; }
            .index .box5 .boxNew .boxLeft a .tits .time i {
              border-top: 1px solid #8d6e60;
              font-size: 12px;
              line-height: 22px;
              font-size: 12px;
              color: #8d6e60;
              padding: 0 2px;
              display: block;
              white-space: nowrap; }
          .index .box5 .boxNew .boxLeft a .tits .t {
            flex: 1;
            margin-left: 1.35417vw;
            font-size: 16px;
            line-height: 23px;
            color: #fff;
            font-weight: bold; }
        .index .box5 .boxNew .boxLeft a .tit {
          font-size: 12px;
          line-height: 18px;
          color: #fff;
          -webkit-line-clamp: 5;
          margin-top: 25px; }
        .index .box5 .boxNew .boxLeft a .pic {
          border-radius: 10px;
          padding-bottom: 56.4%;
          margin-top: 24px; }
    .index .box5 .boxNew .list {
      width: 62.1%; }
      .index .box5 .boxNew .list ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .index .box5 .boxNew .list ul li {
          width: 48%;
          height: 48%;
          position: relative; }
          .index .box5 .boxNew .list ul li a {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .index .box5 .boxNew .list ul li a .pic {
              width: 100%;
              height: 100%;
              border-radius: 10px;
              box-shadow: 1px 1.732px 5px 0px rgba(73, 55, 42, 0.5);
              border-radius: 10px; }
              .index .box5 .boxNew .list ul li a .pic:after {
                width: 100%;
                height: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 5;
                content: '';
                background-position: 100% bottom;
                background-repeat: no-repeat;
                background-image: url("../images/index_bg5.png"); }
            .index .box5 .boxNew .list ul li a .tits {
              position: absolute;
              width: 100%;
              bottom: 7px;
              left: -6px;
              display: flex;
              align-items: center;
              z-index: 10; }
              .index .box5 .boxNew .list ul li a .tits .time {
                width: 99px;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/index_bg6.png");
                color: #fff;
                text-align: center;
                border-radius: 5px;
                padding-top: 4px; }
                .index .box5 .boxNew .list ul li a .tits .time span {
                  font-size: 26px;
                  line-height: 28px;
                  display: block; }
                .index .box5 .boxNew .list ul li a .tits .time .line {
                  width: 48px;
                  height: 1px;
                  background-color: #fff;
                  margin: 0 auto; }
                .index .box5 .boxNew .list ul li a .tits .time i {
                  font-size: 12px;
                  line-height: 22px;
                  display: block; }
              .index .box5 .boxNew .list ul li a .tits .t {
                flex: 1;
                font-size: 16px;
                line-height: 20px;
                color: #fff;
                margin-left: 20px;
                margin-right: 15px; }
          .index .box5 .boxNew .list ul li:nth-child(n + 3) {
            margin-top: 2%; }
  @media (max-width: 1200px) {
    .index .box5 .boxNew .boxLeft a .tits .t {
      font-size: 14px;
      line-height: 22px; }
    .index .box5 .boxNew .list ul li a .tits .time {
      width: 74px; }
    .index .box5 .boxNew .list ul li a .tits .t {
      font-size: 14px;
      line-height: 18px; }
    .index .box5 .title .but {
      font-size: 14px;
      line-height: 40px; }
      .index .box5 .title .but img {
        width: 24px; } }
  @media (max-width: 960px) {
    .index .box5 .boxNew .boxLeft {
      display: none; }
    .index .box5 .boxNew .list {
      width: 100%;
      height: 60vw; } }
  @media (max-width: 560px) {
    .index .box5 {
      padding-top: 30px; }
      .index .box5 .boxNew {
        margin-top: 15px; }
      .index .box5 .boxNew .boxLeft {
        display: block;
        width: 100%; }
      .index .box5 .boxNew .list {
        display: none; }
      .index .box5 .title .but {
        font-size: 13px;
        line-height: 36px; }
        .index .box5 .title .but img {
          width: 24px; } }
.index .box6 {
  padding-top: 65px; }
  .index .box6 .picBox {
    width: 29.4%;
    margin-left: 25px;
    float: left; }
    .index .box6 .picBox ul {
      transform-style: preserve-3d;
      perspective: 1000px;
      width: 100%;
      padding-bottom: 65.5%;
      height: 0;
      position: relative; }
      .index .box6 .picBox ul li {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        perspective: 1000px; }
        .index .box6 .picBox ul li a {
          height: 100%;
          width: auto;
          display: block;
          transform: rotateY(15deg);
          transform-origin: 0 0; }
          .index .box6 .picBox ul li a .pic {
            width: 100%;
            border-radius: 10px;
            background-color: #fff; }
            .index .box6 .picBox ul li a .pic img {
              width: 100%;
              border-radius: 10px;
              position: relative;
              background-color: #fff;
              -webkit-box-reflect: below -30% linear-gradient(transparent, rgba(255, 255, 255, 0.15));
              box-reflect: below -30% linear-gradient(transparent, rgba(255, 255, 255, 0.15)); }
        .index .box6 .picBox ul li:nth-child(1) {
          width: 100%;
          left: 0;
          z-index: 5;
          transition: all 0.4s; }
        .index .box6 .picBox ul li:nth-child(2) {
          z-index: 4;
          width: 71.4%;
          left: 46%;
          transition: all 0.4s 0.1s; }
          .index .box6 .picBox ul li:nth-child(2) a .pic img {
            -webkit-box-reflect: below -30% linear-gradient(transparent, rgba(255, 255, 255, 0.05));
            box-reflect: below -30% linear-gradient(transparent, rgba(255, 255, 255, 0.05)); }
        .index .box6 .picBox ul li:nth-child(3) {
          z-index: 3;
          width: 50.7%;
          left: 74.6%;
          opacity: 0.68;
          transition: all 0.4s 0.2s; }
    .index .box6 .picBox.picBoxRight {
      float: right;
      margin-right: 25px;
      margin-left: 0; }
      .index .box6 .picBox.picBoxRight ul li a {
        transform: rotateY(-15deg);
        transform-origin: 100% 0; }
      .index .box6 .picBox.picBoxRight ul li:nth-child(1) {
        right: 0;
        left: auto; }
      .index .box6 .picBox.picBoxRight ul li:nth-child(2) {
        right: 46%;
        left: auto; }
      .index .box6 .picBox.picBoxRight ul li:nth-child(3) {
        right: 74.6%;
        left: auto; }
  .index .box6 .con {
    width: calc(41.2% - 50px);
    float: left;
    text-align: center;
    padding-top: 3.2%; }
    .index .box6 .con .txt {
      width: 52.7%;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 20px;
      color: #666; }
    .index .box6 .con .but {
      width: 200px;
      height: 52px;
      background-size: cover;
      background-image: url("../images/but1.png");
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      line-height: 52px;
      color: #4c2e17;
      margin: 58px auto 0; }
      .index .box6 .con .but img {
        margin-left: 10px; }
    .index .box6 .con .btns {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 65px; }
      .index .box6 .con .btns a {
        width: 12px;
        height: 20px;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-position: center; }
        .index .box6 .con .btns a.prev {
          background-image: url("../images/prev.png"); }
        .index .box6 .con .btns a.next {
          background-image: url("../images/next.png"); }
      .index .box6 .con .btns .t {
        display: flex;
        align-items: center;
        margin: 0 10px; }
        .index .box6 .con .btns .t span {
          width: 9px;
          height: 9px;
          background-color: #cecece;
          border-radius: 100%;
          display: block;
          margin: 0 6px;
          cursor: pointer; }
          .index .box6 .con .btns .t span.on {
            background-color: #6e6e6e; }
  .index .box6 .list {
    display: none;
    margin-top: 15px; }
    .index .box6 .list ul li {
      border-radius: 10px;
      overflow: hidden;
      margin-right: 10px; }
      .index .box6 .list ul li:last-child {
        margin-right: 0; }
    .index .box6 .list .btns {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px; }
      .index .box6 .list .btns a {
        width: 10px;
        height: 16px;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-position: center; }
        .index .box6 .list .btns a.prev {
          background-image: url("../images/prev.png"); }
        .index .box6 .list .btns a.next {
          background-image: url("../images/next.png"); }
      .index .box6 .list .btns .t {
        display: flex;
        align-items: center;
        margin: 0 10px; }
        .index .box6 .list .btns .t span {
          width: 6px;
          height: 6px;
          background-color: #cecece;
          border-radius: 100%;
          display: block;
          margin: 0 3px;
          cursor: pointer;
          opacity: 1; }
          .index .box6 .list .btns .t span.swiper-pagination-bullet-active {
            background-color: #6e6e6e; }
  @media (max-width: 1200px) {
    .index .box6 .con .but {
      width: 160px;
      line-height: 42px;
      height: 42px;
      font-size: 14px;
      border-radius: 21px;
      margin: 30px auto 0; }
      .index .box6 .con .but img {
        width: 30px; }
    .index .box6 .con {
      padding-top: 0; }
      .index .box6 .con .txt {
        font-size: 13px;
        line-height: 18px;
        margin: 15px auto 0; }
      .index .box6 .con .btns {
        margin-top: 25px; } }
  @media (max-width: 768px) {
    .index .box6 {
      width: 92%;
      margin: 0 auto;
      padding-top: 30px; }
      .index .box6 .picBox {
        display: none; }
      .index .box6 .con {
        width: 100%;
        float: none; }
        .index .box6 .con .indexTitle {
          text-align: left; }
        .index .box6 .con .txt {
          text-align: left;
          width: 100%; }
        .index .box6 .con .but {
          margin: 0;
          margin-top: 15px; }
        .index .box6 .con .btns {
          display: none; }
      .index .box6 .list {
        display: block; } }
.index .box7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 6.875%;
  padding-bottom: 50px; }
  .index .box7 .con {
    width: 30%;
    padding-top: 10px; }
    .index .box7 .con .tits {
      font-size: 34px;
      line-height: 44px;
      color: #1c1c1c;
      font-weight: bold; }
    .index .box7 .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 42px; }
    .index .box7 .con a {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 25px;
      color: #1c1c1c;
      font-weight: bold;
      margin-top: 27px; }
      .index .box7 .con a img {
        margin-left: 7px; }
  .index .box7 .list {
    width: 66.3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .index .box7 .list a {
      width: 20.5%;
      height: 70px;
      display: block;
      position: relative;
      margin-bottom: 48px; }
      .index .box7 .list a img {
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
  @media (max-width: 1366px) {
    .index .box7 .con .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .index .box7 .con .tits {
      font-size: 22px;
      line-height: 24px; }
    .index .box7 .con .txt {
      margin-top: 20px;
      font-size: 13px; }
    .index .box7 .list a {
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 30px;
      padding-bottom: 15px;
      display: block; }
      .index .box7 .con {
        width: 100%;
        float: none; }
        .index .box7 .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .index .box7 .con a {
          font-size: 14px; }
      .index .box7 .list {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .index .box7 .list a {
          width: 33.33333%;
          height: 40px; }
          .index .box7 .list a img {
            max-width: 70%;
            max-height: 60%; } }

.footer .footerNew {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/footer_bg.jpg");
  padding-top: 92px; }
  .footer .footerNew .conBox .conLeft {
    width: 26.4%;
    float: left; }
    .footer .footerNew .conBox .conLeft .img img {
      height: 47px; }
    .footer .footerNew .conBox .conLeft .t {
      font-size: 16px;
      line-height: 23px;
      color: #fff;
      margin-top: 45px; }
  .footer .footerNew .conBox .conCen {
    width: 58.4%;
    float: left; }
    .footer .footerNew .conBox .conCen dl {
      width: 36.2%;
      float: left; }
      .footer .footerNew .conBox .conCen dl dt {
        font-size: 21px;
        line-height: 22px;
        color: #fff; }
      .footer .footerNew .conBox .conCen dl dd {
        display: grid;
        grid-template-columns: 1fr 0.9fr;
        margin-top: 22px; }
        .footer .footerNew .conBox .conCen dl dd a {
          font-size: 12px;
          line-height: 30px;
          display: block;
          color: #fff; }
      .footer .footerNew .conBox .conCen dl:nth-child(2) {
        width: 63.8%; }
        .footer .footerNew .conBox .conCen dl:nth-child(2) dd {
          grid-template-columns: 0.55fr 0.8fr 0.8fr 1fr;
          text-transform: uppercase; }
  .footer .footerNew .conBox .conRight {
    width: 15.2%;
    float: left; }
    .footer .footerNew .conBox .conRight .tits {
      font-size: 21px;
      line-height: 22px;
      color: #fff; }
    .footer .footerNew .conBox .conRight .tit {
      margin-top: 25px; }
      .footer .footerNew .conBox .conRight .tit .t {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 20px; }
        .footer .footerNew .conBox .conRight .tit .t img {
          margin-right: 7px; }
        .footer .footerNew .conBox .conRight .tit .t a {
          color: #fff; }
  .footer .footerNew .share {
    border-bottom: 1px solid #957665;
    border-top: 1px solid #957665;
    display: flex;
    margin-top: 10px; }
    .footer .footerNew .share a {
      height: 50px;
      display: flex;
      align-items: center;
      margin-right: 40px; }
  .footer .footerNew .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 33px; }
    .footer .footerNew .con .t {
      display: flex;
      font-size: 16px;
      line-height: 25px;
      width: 40%;
      color: #fff;
      align-items: flex-start; }
      .footer .footerNew .con .t img {
        margin-right: 10px; }
    .footer .footerNew .con .imgBox {
      width: 52.1%;
      display: flex;
      justify-content: space-between; }
      .footer .footerNew .con .imgBox a {
        width: 18.5%; }
.footer .foot {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/footer_bg1.jpg");
  text-align: center;
  font-size: 14px;
  line-height: 47px;
  color: #fff; }
  .footer .foot br {
    display: none; }
  .footer .foot a {
    color: #fff; }
@media (max-width: 1260px) {
  .footer .footerNew .conBox .conRight .tit .t {
    font-size: 14px; }
  .footer .footerNew .conBox .conLeft {
    width: 24%; }
  .footer .footerNew .conBox .conCen {
    width: 54%; }
  .footer .footerNew .conBox .conRight {
    width: 22%; }
  .footer .footerNew .conBox .conCen dl dd {
    grid-template-columns: 1fr 0.7fr; } }
@media (max-width: 1200px) {
  .footer .footerNew .conBox .conCen {
    display: none; }
  .footer .footerNew .conBox .conRight {
    float: right;
    width: 40%; }
  .footer .footerNew .con .t {
    font-size: 14px; } }
@media (max-width: 1024px) {
  .footer .footerNew .con .imgBox {
    flex-wrap: wrap;
    justify-content: center; }
    .footer .footerNew .con .imgBox a {
      margin: 0 1%;
      width: 30%;
      margin-bottom: 5%; } }
@media (max-width: 768px) {
  .footer .footerNew {
    padding-top: 60px; }
  .footer .footerNew .conBox .conLeft {
    width: 100%;
    float: none; }
    .footer .footerNew .conBox .conLeft .img img {
      height: 34px; }
    .footer .footerNew .conBox .conLeft .t {
      font-size: 12px;
      line-height: 16px;
      margin-top: 15px; }
  .footer .footerNew .conBox .conRight {
    float: none;
    width: 100%;
    margin-top: 15px; }
    .footer .footerNew .conBox .conRight .tits {
      font-size: 16px;
      line-height: 18px; }
    .footer .footerNew .conBox .conRight .tit {
      margin-top: 15px; }
      .footer .footerNew .conBox .conRight .tit .t {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px; }
        .footer .footerNew .conBox .conRight .tit .t img {
          width: 20px; }
  .footer .footerNew .share a {
    margin-right: 20px;
    height: 40px; }
  .footer .footerNew .con {
    display: block;
    padding: 15px 0; }
    .footer .footerNew .con .t {
      font-size: 12px;
      line-height: 20px;
      width: 100%; }
      .footer .footerNew .con .t img {
        width: 14px; }
    .footer .footerNew .con .imgBox {
      width: 100%;
      margin-top: 15px; }
      .footer .footerNew .con .imgBox a {
        width: 31%; }
  .footer .foot {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0; }
    .footer .foot br {
      display: block; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .con {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    transform: translateY(-50%); }
  @media (max-width: 1366px) {
    .banner .con {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .banner .con {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 260%;
        margin-left: -75%; }
      .banner.serv img {
        width: 200%;
        margin-left: -50%; }
      .banner .con {
        font-size: 18px;
        line-height: 24px; } }

.home {
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #222; }
  .home a {
    color: #222;
    display: flex;
    align-items: center; }
    .home a img {
      margin-right: 8px;
      margin-top: -3px; }
  .home i {
    color: #957665;
    display: flex;
    align-items: center; }
    .home i img {
      margin-right: 8px;
      margin-top: -2px; }
  .home span {
    margin: 0 12px; }
  @media (max-width: 768px) {
    .home {
      font-size: 14px;
      line-height: 18px;
      margin: 15px auto 0; }
      .home span {
        margin: 0 6px; } }

.contact {
  padding-top: 44px;
  padding-bottom: 3.90625vw; }
  .contact .box .con {
    width: 42.9%;
    float: left;
    padding-top: 65px; }
    .contact .box .con .indexTitle {
      text-align: left; }
    .contact .box .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 30px; }
    .contact .box .con .tit {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 58px; }
      .contact .box .con .tit .t {
        display: flex;
        align-items: flex-start; }
        .contact .box .con .tit .t img {
          margin-right: 20px; }
        .contact .box .con .tit .t .tt {
          padding-top: 6px; }
          .contact .box .con .tit .t .tt .tt1 {
            font-size: 14px;
            line-height: 16px;
            color: #7c7c7c; }
          .contact .box .con .tit .t .tt .tt2 {
            font-size: 14px;
            line-height: 25px;
            font-weight: bold;
            color: #272626;
            margin-top: 5px; }
        .contact .box .con .tit .t:nth-child(3) {
          width: 100%;
          margin-top: 65px; }
    .contact .box .con .share {
      border-top: 1px solid #8e6f60;
      padding-top: 45px;
      display: flex;
      align-items: center;
      width: fit-content;
      margin-top: 50px; }
      .contact .box .con .share span {
        font-size: 18px;
        line-height: 20px;
        color: #2d2d2d; }
      .contact .box .con .share .shareNew {
        display: flex;
        align-items: center;
        margin-left: 17px; }
        .contact .box .con .share .shareNew a {
          width: 37px;
          display: block;
          margin-left: 16px;
          padding: 0; }
          .contact .box .con .share .shareNew a span {
            width: 37px !important;
            height: 37px !important;
            background-size: 37px !important; }
  .contact .box .tableBox {
    width: 50%;
    float: right;
    padding: 42px 48px 35px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-radius: 10px; }
    .contact .box .tableBox .t {
      display: flex;
      justify-content: space-between;
      margin-bottom: 28px; }
      .contact .box .tableBox .t .ttt {
        font-size: 18px;
        line-height: 20px;
        color: #462920;
        margin-bottom: 7px; }
      .contact .box .tableBox .t .tt {
        width: 46.5%; }
        .contact .box .tableBox .t .tt .text {
          width: 100%;
          height: 65px;
          border: none;
          background-color: #fff;
          padding-left: 10px;
          box-sizing: border-box;
          font-size: 16px;
          line-height: 30px;
          color: #666;
          border-radius: 10px; }
      .contact .box .tableBox .t .tt1 {
        width: 100%; }
        .contact .box .tableBox .t .tt1 .txt {
          width: 100%;
          padding: 0 10px;
          font-size: 16px;
          line-height: 30px;
          color: #666;
          background-color: #fff;
          border-radius: 10px;
          border: none;
          height: 182px;
          box-sizing: border-box; }
    .contact .box .tableBox .submit {
      width: 246px;
      border-radius: 10px;
      background-image: -moz-linear-gradient(90deg, #401e19 0%, #83634e 27%, #c6a783 49%, #8d6e5e 77%, #543539 100%);
      background-image: -webkit-linear-gradient(90deg, #401e19 0%, #83634e 27%, #c6a783 49%, #8d6e5e 77%, #543539 100%);
      background-image: -ms-linear-gradient(90deg, #401e19 0%, #83634e 27%, #c6a783 49%, #8d6e5e 77%, #543539 100%);
      text-align: center;
      display: block;
      font-size: 18px;
      line-height: 70px;
      color: #fff;
      font-weight: bold; }
  .contact .map {
    width: 100%;
    margin-top: 3.64583vw;
    border-radius: 10px;
    overflow: hidden; }
  @media (max-width: 1200px) {
    .contact .box .tableBox {
      padding: 30px 34px 25px; }
      .contact .box .tableBox .t .ttt {
        font-size: 16px;
        line-height: 18px; }
      .contact .box .tableBox .t .tt .text {
        height: 50px; }
      .contact .box .tableBox .submit {
        width: 200px;
        line-height: 60px;
        font-size: 16px; }
    .contact .box .con .tit {
      margin-top: 35px; }
      .contact .box .con .tit .t img {
        width: 40px;
        margin-right: 10px; }
      .contact .box .con .tit .t:nth-child(3) {
        margin-top: 35px; }
      .contact .box .con .tit .t .tt {
        padding-top: 0; }
        .contact .box .con .tit .t .tt .tt2 {
          margin-top: 0; }
    .contact .box .con .share {
      padding-top: 25px;
      margin-top: 30px; }
      .contact .box .con .share span {
        font-size: 16px;
        line-height: 18px; }
      .contact .box .con .share .shareNew a {
        width: 28px;
        margin-left: 10px; }
        .contact .box .con .share .shareNew a span {
          width: 28px !important;
          height: 28px !important;
          background-size: 28px !important; } }
  @media (max-width: 960px) {
    .contact .box .con {
      width: 100%;
      float: none;
      padding-top: 0; }
    .contact .box .tableBox {
      width: 100%;
      float: none;
      margin-top: 15px;
      padding: 15px; } }
  @media (max-width: 640px) {
    .contact {
      padding-top: 25px; }
      .contact .box .con .txt {
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px; }
      .contact .box .con .tit {
        margin-top: 15px;
        display: block; }
        .contact .box .con .tit .t {
          margin-top: 0 !important;
          margin-bottom: 10px;
          width: 100%; }
          .contact .box .con .tit .t img {
            width: 26px; }
          .contact .box .con .tit .t .tt .tt1 {
            font-size: 13px;
            line-height: 15px; }
      .contact .box .con .share span {
        font-size: 13px;
        line-height: 15px; }
      .contact .box .con .share .shareNew a {
        width: 26px;
        margin-left: 8px; }
      .contact .box .tableBox .t {
        display: block;
        margin-bottom: 0; }
        .contact .box .tableBox .t .ttt {
          font-size: 14px;
          line-height: 18px; }
        .contact .box .tableBox .t .tt {
          width: 100%;
          margin-bottom: 10px; }
          .contact .box .tableBox .t .tt .text {
            height: 46px;
            font-size: 14px; }
        .contact .box .tableBox .t .tt1 .txt {
          height: 140px; }
      .contact .box .tableBox .submit {
        width: 140px;
        font-size: 14px;
        line-height: 40px;
        margin-top: 15px; }
      .contact .map {
        margin-top: 15px; }
        .contact .map img {
          width: 200%;
          margin-left: -50%; } }

.service {
  display: flex;
  flex-direction: row-reverse;
  margin: 45px auto 4.94792vw; }
  .service .con {
    width: 75.2%;
    position: relative; }
    .service .con .item1 {
      position: absolute;
      top: 37px;
      left: 40px;
      width: 38%; }
      .service .con .item1 .tits {
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        color: #73512d; }
      .service .con .item1 .tit {
        font-size: 12px;
        line-height: 25px;
        color: #000;
        margin-top: 14px; }
    .service .con .itemBox {
      width: calc(100% - 70px);
      position: absolute;
      bottom: 27px;
      display: flex;
      left: 40px;
      justify-content: space-between; }
      .service .con .itemBox .item {
        width: 32%; }
        .service .con .itemBox .item .t {
          display: flex;
          align-items: flex-end;
          font-size: 18px;
          line-height: 20px;
          color: #020202;
          font-weight: bold; }
          .service .con .itemBox .item .t img {
            margin-right: 8px; }
        .service .con .itemBox .item .t1 {
          font-size: 14px;
          line-height: 25px;
          color: #7b7b7b;
          margin-top: 10px; }
    .service .con.warranty .item1 .tits {
      color: #000; }
    .service .con.warranty .itemBox .item .t {
      color: #000; }
    .service .con.warranty .itemBox .item .t1 {
      color: #000; }
    .service .con.installation .item1 {
      width: 45%; }
    .service .con.installation .itemBox .item .t {
      color: #fff; }
    .service .con.installation .itemBox .item .t1 {
      color: #fff; }
  .service .boxRight {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/service_bg.jpg");
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 5; }
    .service .boxRight .boxNew .title {
      padding: 0 22px 0;
      box-sizing: border-box; }
      .service .boxRight .boxNew .title .indexTitle {
        text-align: left;
        color: #fff; }
      .service .boxRight .boxNew .title .line {
        width: 20px;
        height: 3px;
        background-color: #fff;
        margin-top: 14px; }
      .service .boxRight .boxNew .title .t {
        font-size: 12px;
        line-height: 25px;
        color: #fff;
        margin-top: 13px; }
    .service .boxRight .boxNew .tabs {
      margin-top: 14px; }
      .service .boxRight .boxNew .tabs a {
        width: 100%;
        display: flex;
        align-items: center;
        height: 83px;
        justify-content: space-between;
        position: relative; }
        .service .boxRight .boxNew .tabs a .img {
          margin-right: 20px;
          position: relative;
          z-index: 5; }
        .service .boxRight .boxNew .tabs a .t {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 45px;
          color: #fff;
          padding-left: 36px;
          position: relative;
          z-index: 5;
          transition: all 0.5s; }
          .service .boxRight .boxNew .tabs a .t img {
            margin-right: 15px; }
        .service .boxRight .boxNew .tabs a:after {
          width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          content: '';
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/service_bg1.jpg");
          opacity: 0;
          transition: all 0.3s; }
        .service .boxRight .boxNew .tabs a.on:after {
          width: calc(100% + 30px);
          opacity: 1; }
        .service .boxRight .boxNew .tabs a.on .t {
          transform: translateX(-40px);
          font-weight: bold; }
        @media (min-width: 1024px) {
          .service .boxRight .boxNew .tabs a:hover:after {
            width: calc(100% + 30px);
            opacity: 1; }
          .service .boxRight .boxNew .tabs a:hover .t {
            transform: translateX(-40px);
            font-weight: bold; } }
  @media (max-width: 1366px) {
    .service .con .itemBox .item .t {
      font-size: 16px;
      line-height: 18px; } }
  @media (max-width: 1280px) {
    .service .boxRight .boxNew .tabs a .t {
      padding-left: 20px;
      font-size: 14px; }
      .service .boxRight .boxNew .tabs a .t img {
        width: 38px; }
    .service .boxRight .boxNew .tabs a.on .t {
      transform: translateX(-30px); } }
  @media (max-width: 1200px) {
    .service .boxRight .boxNew .tabs a {
      height: 70px; }
    .service .con .itemBox .item .t1 {
      font-size: 13px;
      line-height: 20px; } }
  @media (max-width: 1150px) {
    .service {
      display: block;
      margin: 25px auto 30px; }
      .service .con {
        width: 100%; }
      .service .boxRight {
        width: 100%;
        padding: 20px 4%;
        box-sizing: border-box; }
        .service .boxRight .boxNew .title {
          padding: 0; }
        .service .boxRight .boxNew .tabs {
          display: none; } }
  @media (max-width: 768px) {
    .service .boxRight {
      padding: 15px; }
      .service .boxRight .boxNew .title .lien {
        margin-top: 10px; }
      .service .boxRight .boxNew .title .t {
        font-size: 12px;
        line-height: 18px; }
    .service .con .item1 {
      position: relative;
      padding: 0 15px;
      width: 100%;
      box-sizing: border-box;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 10px; }
      .service .con .item1 .tits {
        font-size: 18px;
        line-height: 20px; }
      .service .con .item1 .tit {
        margin-top: 10px;
        color: #000 !important;
        line-height: 20px; }
    .service .con .itemBox {
      width: 100%;
      position: relative;
      left: auto;
      bottom: auto;
      display: block;
      padding: 0 15px;
      margin-top: 10px;
      box-sizing: border-box; }
      .service .con .itemBox .item {
        width: 100%;
        margin-bottom: 10px; }
        .service .con .itemBox .item .t {
          font-size: 14px;
          line-height: 16px;
          color: #020202 !important; }
        .service .con .itemBox .item .t1 {
          color: #7b7b7b !important; } }

.team {
  padding-top: 24px;
  padding-bottom: 47px; }
  .team .title {
    text-align: center; }
    .team .title .indexTitle {
      color: #5a3928; }
    .team .title .txt {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      width: 1130px;
      max-width: 100%;
      margin: 18px auto 0; }
  .team .list {
    margin-top: 60px; }
    .team .list ul {
      padding-bottom: 40px; }
      .team .list ul li {
        width: 31.3%;
        float: left;
        margin-right: 3.05%;
        margin-bottom: 42px;
        position: relative; }
        .team .list ul li:nth-child(3n) {
          margin-right: 0; }
        .team .list ul li .a {
          width: 100%;
          display: block; }
          .team .list ul li .a .pic {
            width: 238px;
            height: 238px;
            border-radius: 100%;
            position: relative;
            box-shadow: 1px 1.732px 7px 0px rgba(73, 55, 42, 0.5);
            z-index: 5;
            margin: 0 auto; }
            .team .list ul li .a .pic:after {
              width: calc(100% + 2px);
              height: calc(100% + 2px);
              border-radius: 100%;
              position: absolute;
              top: -1px;
              left: -1px;
              content: '';
              background: -moz-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
              background: -webkit-gradient(left top, left bottom, color-stop(0%, #c2a27f), color-stop(100%, #5e3e40));
              background: -webkit-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
              background: -o-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
              background: -ms-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
              background: linear-gradient(to bottom, #c2a27f 0%, #5e3e40 100%); }
            .team .list ul li .a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              border-radius: 100%;
              z-index: 5; }
          .team .list ul li .a .con {
            width: 100%;
            margin: -119px auto 0;
            background-color: #fff;
            box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
            border-radius: 30px;
            box-sizing: border-box;
            padding: 136px 52px 25px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: left top; }
            .team .list ul li .a .con .tits {
              text-align: center;
              font-size: 20px;
              line-height: 22px;
              color: #222;
              display: flex;
              justify-content: center;
              align-items: flex-end; }
              .team .list ul li .a .con .tits span {
                font-size: 12px;
                color: #6c6c6c;
                line-height: 14px;
                margin-left: 10px; }
            .team .list ul li .a .con .tit {
              font-size: 14px;
              line-height: 19px;
              color: #6c6c6c;
              margin-top: 20px; }
            .team .list ul li .a .con .tit1 {
              font-size: 14px;
              line-height: 26px;
              color: #6c6c6c;
              margin-top: 2px; }
              .team .list ul li .a .con .tit1 .t {
                padding-left: 24px;
                background-position: left center;
                background-repeat: no-repeat;
                box-sizing: border-box; }
                .team .list ul li .a .con .tit1 .t:nth-child(1) {
                  background-image: url("../images/team_icon1.png"); }
                .team .list ul li .a .con .tit1 .t:nth-child(2) {
                  background-image: url("../images/team_icon2.png"); }
                .team .list ul li .a .con .tit1 .t:nth-child(3) {
                  background-image: url("../images/team_icon3.png"); }
        .team .list ul li .share {
          display: flex;
          align-items: center;
          position: absolute;
          bottom: 30px;
          right: 42px; }
          .team .list ul li .share a {
            width: 22px;
            display: block;
            margin-left: 10px; }
        @media (min-width: 1024px) {
          .team .list ul li:hover .a .pic:after {
            width: calc(100% + 8px);
            height: calc(100% + 8px);
            top: -4px;
            left: -4px; }
          .team .list ul li:hover .a .con {
            background-image: url("../images/team_bg1.png"); }
            .team .list ul li:hover .a .con .tits {
              color: #5a3928; }
              .team .list ul li:hover .a .con .tits span {
                color: #5a3928; }
            .team .list ul li:hover .a .con .tit {
              color: #5a3928; }
            .team .list ul li:hover .a .con .tit1 {
              color: #5a3928; }
              .team .list ul li:hover .a .con .tit1 .t:nth-child(1) {
                background-image: url("../images/team_icon1_h.png"); }
              .team .list ul li:hover .a .con .tit1 .t:nth-child(2) {
                background-image: url("../images/team_icon2_h.png"); }
              .team .list ul li:hover .a .con .tit1 .t:nth-child(3) {
                background-image: url("../images/team_icon3_h.png"); } }
  @media (max-width: 1366px) {
    .team .list ul li .a .con {
      padding: 136px 30px 20px; }
    .team .list ul li .share {
      right: 30px;
      bottom: 20px; } }
  @media (max-width: 1024px) {
    .team .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .team .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .team .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .team .title {
      padding-top: 25px;
      padding-bottom: 30px; }
      .team .title .txt {
        font-size: 13px;
        line-height: 20px; }
    .team .list {
      margin-top: 0; }
      .team .list ul {
        padding-bottom: 20px; }
        .team .list ul li {
          width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 15px; }
          .team .list ul li .a .con {
            padding: 135px 15px 20px; }
            .team .list ul li .a .con .tits {
              font-size: 18px;
              line-height: 20px; }
            .team .list ul li .a .con .tit {
              font-size: 13px;
              line-height: 18px; }
            .team .list ul li .a .con .tit1 {
              font-size: 13px;
              line-height: 24px; }
          .team .list ul li .share a {
            margin-left: 5px; } }

.paging {
  width: 100%; }
  .paging dl {
    display: flex;
    justify-content: center; }
  .paging dd a, .paging dd span, .paging dd i {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #000;
    box-shadow: 1.5px 2.598px 7px 0px rgba(31, 31, 31, 0.1);
    margin: 0 8px;
    background-position: center;
    background-repeat: no-repeat;
    display: block; }
  .paging dd.prev a {
    background-image: url("../images/prev1.png");
    font-size: 0; }
  .paging dd.next a {
    background-image: url("../images/next1.png");
    font-size: 0; }
  @media (min-width: 1024px) {
    .paging dd:hover a, .paging dd:hover span {
      background-color: #3a2313;
      color: #fff; }
    .paging dd:hover.prev a {
      background-image: url("../images/prev1_h.png"); }
    .paging dd:hover.next a {
      background-image: url("../images/next1_h.png"); } }
  .paging dd span {
    background-color: #3a2313;
    color: #fff; }
  @media (max-width: 768px) {
    .paging dd a, .paging dd span, .paging dd i {
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 32px;
      margin: 0 5px; } }

.teamInfo {
  padding-top: 3.38542vw;
  padding-bottom: 3.90625vw; }
  .teamInfo .content {
    width: 1125px;
    max-width: 100%;
    margin: 0 auto; }
    .teamInfo .content .box1 {
      width: 100%;
      border-radius: 200px;
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
      box-sizing: border-box;
      padding: 25px; }
      .teamInfo .content .box1 .pic {
        width: 30.7%;
        padding-bottom: 30.7%;
        border-radius: 100%;
        position: relative;
        height: 0;
        float: left; }
        .teamInfo .content .box1 .pic:after {
          width: calc(100% + 6px);
          height: calc(100% + 6px);
          position: absolute;
          top: -3px;
          left: -3px;
          content: '';
          border-radius: 100%;
          background-image: -moz-linear-gradient(90deg, #401e19 0%, #4a2a29 0%, #543539 0%, #8d6e5e 67%, #c6a783 100%);
          background-image: -webkit-linear-gradient(90deg, #401e19 0%, #4a2a29 0%, #543539 0%, #8d6e5e 67%, #c6a783 100%);
          background-image: -ms-linear-gradient(90deg, #401e19 0%, #4a2a29 0%, #543539 0%, #8d6e5e 67%, #c6a783 100%);
          box-shadow: 1px 1.732px 7px 0px rgba(73, 55, 42, 0.5); }
        .teamInfo .content .box1 .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 100%;
          object-fit: cover;
          z-index: 5; }
      .teamInfo .content .box1 .con {
        width: 51.6%;
        margin-left: 6.1%;
        float: left;
        padding-top: 13px;
        position: relative; }
        .teamInfo .content .box1 .con .share {
          position: absolute;
          top: 28px;
          right: 40px;
          display: flex;
          align-items: center; }
          .teamInfo .content .box1 .con .share a {
            width: 22px;
            margin-left: 10px;
            display: block; }
        .teamInfo .content .box1 .con .title .t {
          font-size: 26px;
          line-height: 28px;
          color: #5a3928;
          font-weight: bold; }
        .teamInfo .content .box1 .con .title .t1 {
          font-size: 14px;
          line-height: 16px;
          color: #2c251c;
          margin-top: 12px; }
        .teamInfo .content .box1 .con .title .line {
          width: 295px;
          height: 2px;
          background-color: #e7e7e7;
          position: relative;
          margin-top: 18px; }
          .teamInfo .content .box1 .con .title .line:after {
            width: 148px;
            height: 2px;
            position: absolute;
            bottom: 2px;
            left: 0;
            background-color: #5a3928;
            content: ''; }
        .teamInfo .content .box1 .con .tit {
          font-size: 14px;
          line-height: 18px;
          color: #6c6c6c;
          margin-top: 16px; }
        .teamInfo .content .box1 .con .tit1 {
          font-size: 14px;
          line-height: 24px;
          color: #6c6c6c;
          margin-top: 6px; }
          .teamInfo .content .box1 .con .tit1 .t {
            display: flex;
            align-items: center; }
            .teamInfo .content .box1 .con .tit1 .t img {
              margin-right: 8px; }
        .teamInfo .content .box1 .con .tit2 {
          font-size: 12px;
          line-height: 20px;
          color: #aaa9a9;
          margin-top: 24px; }
    .teamInfo .content .box2 {
      margin-top: 30px;
      width: 930px;
      margin-left: 25px;
      max-width: calc(100% - 50px);
      margin-bottom: 4.94792vw; }
      .teamInfo .content .box2 .title {
        font-size: 18px;
        line-height: 30px;
        color: #5a3928;
        position: relative;
        padding-bottom: 13px;
        font-weight: bold; }
        .teamInfo .content .box2 .title:after {
          width: 295px;
          height: 2px;
          background-color: #e7e7e7;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0; }
        .teamInfo .content .box2 .title:before {
          width: 118px;
          height: 2px;
          bottom: 2px;
          left: 0;
          content: '';
          position: absolute;
          background-color: #5a3928; }
      .teamInfo .content .box2 .txt {
        font-size: 14px;
        line-height: 20px;
        color: #aaa9a9;
        margin-top: 20px; }
      .teamInfo .content .box2 .list {
        padding-right: 110px;
        box-sizing: border-box;
        margin-top: 33px; }
        .teamInfo .content .box2 .list ul {
          position: relative; }
          .teamInfo .content .box2 .list ul:after {
            width: 1px;
            height: 100%;
            position: absolute;
            top: 5px;
            left: 65px;
            content: '';
            background-color: #cfcfcf; }
          .teamInfo .content .box2 .list ul li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 28px;
            position: relative;
            z-index: 5; }
            .teamInfo .content .box2 .list ul li:last-child {
              margin-bottom: 0; }
            .teamInfo .content .box2 .list ul li .year {
              font-size: 20px;
              line-height: 20px;
              color: #b29c87;
              font-weight: bold;
              width: 60px; }
            .teamInfo .content .box2 .list ul li img {
              margin-right: 22px;
              display: block;
              margin-top: 3px; }
            .teamInfo .content .box2 .list ul li .t {
              font-size: 14px;
              line-height: 15px;
              color: #727272;
              flex: 1; }
      .teamInfo .content .box2 .itemBox {
        display: flex;
        justify-content: space-between;
        margin-top: 50px; }
        .teamInfo .content .box2 .itemBox .item {
          width: 30%; }
          .teamInfo .content .box2 .itemBox .item .t {
            font-size: 18px;
            line-height: 20px;
            color: #5a3928;
            font-weight: bold; }
          .teamInfo .content .box2 .itemBox .item .t1 {
            font-size: 14px;
            line-height: 20px;
            color: #727272;
            margin-top: 17px; }
    .teamInfo .content .list1 ul {
      padding-bottom: 3.75vw; }
      .teamInfo .content .list1 ul li {
        width: 31.8%;
        margin-right: 2.3%;
        margin-bottom: 2.3%;
        box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
        border-radius: 10px;
        position: relative;
        float: left; }
        .teamInfo .content .list1 ul li:nth-child(3n) {
          margin-right: 0; }
        .teamInfo .content .list1 ul li a {
          width: 100%;
          box-sizing: border-box;
          padding: 8px 10px 16px;
          display: block;
          border-radius: 10px;
          background-color: #fff;
          position: relative;
          z-index: 5; }
          .teamInfo .content .list1 ul li a .pic {
            padding-bottom: 56.5%;
            border-radius: 10px; }
          .teamInfo .content .list1 ul li a .con {
            box-sizing: border-box;
            padding: 16px 16px 0; }
            .teamInfo .content .list1 ul li a .con .tits {
              font-size: 14px;
              line-height: 19px;
              height: 38px;
              color: #b5b4b4;
              font-weight: bold; }
            .teamInfo .content .list1 ul li a .con .tit {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: 10px; }
              .teamInfo .content .list1 ul li a .con .tit .time {
                font-size: 12px;
                line-height: 20px;
                color: #b5b4b4;
                padding-left: 22px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time3.png"); }
              .teamInfo .content .list1 ul li a .con .tit span {
                width: 20px;
                height: 20px;
                border-radius: 100%;
                background-color: #e2e2e2;
                text-align: center;
                font-size: 14px;
                line-height: 20px;
                color: #fff; }
        @media (min-width: 1024px) {
          .teamInfo .content .list1 ul li:hover:after {
            width: 100%;
            height: 20px;
            position: absolute;
            bottom: -6px;
            background-color: #513521;
            content: '';
            left: 0;
            border-radius: 10px; }
          .teamInfo .content .list1 ul li:hover a .con .tits {
            color: #5a3928; }
          .teamInfo .content .list1 ul li:hover a .con .tit .time {
            background-image: url("../images/time3_h.png");
            color: #5a3928; }
          .teamInfo .content .list1 ul li:hover a .con .tit span {
            background-image: -moz-linear-gradient(90deg, #401e19 0%, #4a2a29 0%, #543539 0%, #8d6e5e 67%, #c6a783 100%);
            background-image: -webkit-linear-gradient(90deg, #401e19 0%, #4a2a29 0%, #543539 0%, #8d6e5e 67%, #c6a783 100%);
            background-image: -ms-linear-gradient(90deg, #401e19 0%, #4a2a29 0%, #543539 0%, #8d6e5e 67%, #c6a783 100%); } }
  @media (max-width: 1200px) {
    .teamInfo .content .box1 .con {
      width: 55.7%;
      margin-left: 4%;
      padding-top: 0; }
      .teamInfo .content .box1 .con .title .t {
        font-size: 22px;
        line-height: 24px; }
      .teamInfo .content .box1 .con .title .t1 {
        font-size: 13px;
        line-height: 15px;
        margin-top: 8px; }
      .teamInfo .content .box1 .con .tit2 {
        margin-top: 10px; } }
  @media (max-width: 860px) {
    .teamInfo .content .list1 ul li {
      width: 48.5%;
      margin-right: 3%; }
      .teamInfo .content .list1 ul li:nth-child(3n) {
        margin-right: 3%; }
      .teamInfo .content .list1 ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .teamInfo .content .box1 {
      border-radius: 30px;
      padding: 10px; }
      .teamInfo .content .box1 .pic {
        width: 100%;
        padding-bottom: 90%;
        float: none; }
        .teamInfo .content .box1 .pic img {
          border-radius: 30px; }
        .teamInfo .content .box1 .pic:after {
          border-radius: 30px;
          width: calc(100% + 2px);
          height: calc(100% + 2px);
          top: -1px;
          left: -1px; }
      .teamInfo .content .box1 .con {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-top: 15px; }
        .teamInfo .content .box1 .con .share {
          right: 0; }
    .teamInfo .content .box2 {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-top: 15px; }
      .teamInfo .content .box2 .txt {
        font-size: 13px;
        line-height: 19px; }
    .teamInfo .content .box2 .list {
      padding-right: 0; }
      .teamInfo .content .box2 .list ul li .year {
        font-size: 16px;
        line-height: 18px; }
      .teamInfo .content .box2 .list ul li .t {
        font-size: 13px;
        line-height: 18px; }
    .teamInfo .content .box2 .itemBox {
      display: block;
      margin-top: 30px; }
      .teamInfo .content .box2 .itemBox .item {
        width: 100%;
        margin-bottom: 15px; }
        .teamInfo .content .box2 .itemBox .item .t {
          font-size: 16px;
          line-height: 18px; }
        .teamInfo .content .box2 .itemBox .item .t1 {
          font-size: 13px;
          margin-top: 10px; } }
  @media (max-width: 540px) {
    .teamInfo .content .list1 ul li {
      width: 100%;
      margin-bottom: 10px; } }

.video {
  padding-top: 23px;
  padding-bottom: 3.64583vw; }
  .video .list ul li {
    width: 31.1%; }
    .video .list ul li a {
      width: 100%;
      display: block; }
      .video .list ul li a .pic {
        border-radius: 10px;
        padding-bottom: 56.4%; }
      .video .list ul li a .con .tits {
        font-size: 1.5625vw;
        line-height: 1.66667vw;
        height: 5vw;
        color: #000;
        font-weight: bold; }
      .video .list ul li a .con .line {
        width: 100%;
        height: 2px;
        background-color: #e8e8e8;
        position: relative; }
        .video .list ul li a .con .line:after {
          width: 120px;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          background-color: #957665; }
      .video .list ul li a .con .time {
        font-size: 14px;
        line-height: 16px;
        color: #7a7979; }
  .video .list.list1 ul {
    display: flex;
    justify-content: space-between; }
    .video .list.list1 ul li {
      width: 47.4%; }
      .video .list.list1 ul li a .con {
        margin-top: 1.97917vw; }
        .video .list.list1 ul li a .con .tits {
          line-height: 2.1875vw;
          height: 6.5625vw; }
        .video .list.list1 ul li a .con .line {
          margin-top: 1.25vw; }
        .video .list.list1 ul li a .con .time {
          margin-top: 1.14583vw; }
  .video .list.list2 {
    margin-top: 3.125vw; }
    .video .list.list2 ul {
      padding-bottom: 25px; }
      .video .list.list2 ul li {
        width: 31.1%;
        float: left;
        margin-right: 3.35%;
        margin-bottom: 42px; }
        .video .list.list2 ul li:nth-child(3n) {
          margin-right: 0; }
        .video .list.list2 ul li a .con {
          margin-top: 1.82292vw; }
          .video .list.list2 ul li a .con .line {
            margin-top: 1.14583vw; }
          .video .list.list2 ul li a .con .time {
            margin-top: 1.04167vw; }
  @media (max-width: 1024px) {
    .video .list ul li a .con {
      margin-top: 15 !important; }
      .video .list ul li a .con .tits {
        font-size: 14px !important;
        line-height: 20px !important;
        height: auto !important; }
      .video .list ul li a .con .line {
        margin-top: 10px !important; }
      .video .list ul li a .con .time {
        font-size: 12px;
        line-height: 14px;
        margin-top: 15px; }
    .video .list.list1 ul li {
      width: 48.5%; }
    .video .list.list2 {
      margin-top: 25px; }
      .video .list.list2 ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 25px; }
        .video .list.list2 ul li:nth-child(3n) {
          margin-right: 3%; }
        .video .list.list2 ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .video {
      padding-bottom: 30px;
      padding-top: 25px; }
      .video .list {
        margin-top: 0 !important; }
        .video .list ul {
          display: block !important; }
          .video .list ul li {
            width: 100% !important;
            float: none;
            margin-bottom: 15px !important; } }

.videoInfo {
  padding-top: 30px;
  padding-bottom: 3.64583vw; }
  .videoInfo .content {
    width: 867px;
    max-width: 100%;
    margin: 0 auto; }
    .videoInfo .content .videoBox {
      width: 100%;
      height: 500px;
      position: relative; }
      .videoInfo .content .videoBox img, .videoInfo .content .videoBox video, .videoInfo .content .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .videoInfo .content .tits {
      font-size: 1.77083vw;
      line-height: 2.1875vw;
      color: #151515;
      font-weight: bold;
      margin-top: 30px; }
    .videoInfo .content .tit {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      line-height: 20px;
      color: #7b7b7b;
      margin-top: 20px; }
      .videoInfo .content .tit .share {
        display: flex;
        align-items: center; }
        .videoInfo .content .tit .share .shareNew {
          display: flex;
          align-items: center; }
          .videoInfo .content .tit .share .shareNew a {
            width: 20px;
            display: block;
            margin-left: 8px; }
            .videoInfo .content .tit .share .shareNew a img {
              width: 100%; }
    .videoInfo .content .line {
      width: 100%;
      height: 2px;
      background-color: #e8e8e8;
      margin-top: 42px;
      position: relative; }
      .videoInfo .content .line:after {
        width: 230px;
        height: 100%;
        background-color: #957665;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; }
    .videoInfo .content .page {
      display: flex;
      justify-content: space-between;
      margin-top: 42px; }
      .videoInfo .content .page a {
        width: 360px;
        max-width: 48%;
        display: block;
        background-repeat: no-repeat;
        color: #7b7b7b;
        font-weight: bold;
        box-sizing: border-box; }
        .videoInfo .content .page a.prev {
          padding-left: 65px;
          background-image: url("../images/prev2.png");
          background-position: left center; }
        .videoInfo .content .page a.next {
          padding-right: 65px;
          background-image: url("../images/next2.png");
          background-position: right center; }
        .videoInfo .content .page a .t {
          font-size: 16px;
          line-height: 25px;
          width: 100%;
          height: 50px; }
        @media (min-width: 1024px) {
          .videoInfo .content .page a:hover {
            color: #79604a; } }
  @media (max-width: 1024px) {
    .videoInfo .content .tit {
      font-size: 13px; }
    .videoInfo .content .line {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .videoInfo .content .videoBox {
        height: 60vw; }
      .videoInfo .content .tits {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px; }
      .videoInfo .content .tit {
        display: block;
        margin-top: 10px; }
        .videoInfo .content .tit span {
          margin-right: 10px; }
        .videoInfo .content .tit .share {
          margin-top: 10px; }
      .videoInfo .content .line {
        margin-top: 10px; }
      .videoInfo .content .page {
        display: block;
        margin-top: 15px; }
        .videoInfo .content .page a {
          margin-bottom: 10px;
          width: 100%;
          max-width: 100%;
          padding-left: 40px !important;
          padding-right: 0 !important;
          background-size: 30px;
          background-position: left center !important; }
          .videoInfo .content .page a .t {
            font-size: 13px;
            line-height: 20px;
            height: auto; } }

.news {
  padding-top: 43px;
  padding-bottom: 4.6875vw; }
  .news .top {
    border-top: 2px solid #d4bda6;
    border-bottom: 2px solid #d4bda6;
    display: flex; }
    .news .top .item {
      flex: 1;
      padding-left: 27px;
      box-sizing: border-box;
      padding-top: 26px; }
      .news .top .item .indexTitle {
        color: #4c3116;
        text-align: left; }
      .news .top .item .t1 {
        font-size: 16px;
        line-height: 18px;
        color: #957665;
        margin-top: 14px; }
      .news .top .item a {
        width: fit-content;
        font-size: 16px;
        line-height: 18px;
        color: #957665;
        display: block;
        margin-top: 50px; }
    .news .top .tabs {
      width: 63.4%;
      display: flex; }
      .news .top .tabs a {
        display: block;
        border-left: 2px solid #d4bda6;
        flex: 1;
        box-sizing: border-box;
        padding: 0 22px;
        position: relative; }
        .news .top .tabs a .con {
          padding-top: 28px;
          padding-bottom: 35px; }
          .news .top .tabs a .con .tits {
            font-size: 26px;
            line-height: 34px;
            color: #4c3116;
            font-weight: bold;
            border-bottom: 1px solid #d4bda6;
            padding-bottom: 6px; }
          .news .top .tabs a .con .tit {
            font-size: 12px;
            line-height: 20px;
            color: #4c3116;
            height: 40px;
            margin-top: 10px; }
        .news .top .tabs a img {
          position: absolute;
          bottom: 22px;
          right: 22px; }
        .news .top .tabs a.on .con .tit {
          height: 80px;
          -webkit-line-clamp: 4; }
        .news .top .tabs a.on img {
          display: none; }
        .news .top .tabs a.on:after {
          width: 100%;
          height: 6px;
          background-color: #2b170a;
          position: absolute;
          bottom: 0;
          left: 0;
          content: ''; }
  .news .list {
    margin-top: 60px; }
    .news .list ul {
      padding-bottom: 44px; }
      .news .list ul li {
        width: 24%;
        border-radius: 10px;
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #bb835f;
        margin-right: 1.3%;
        margin-bottom: 1.3%;
        float: left;
        overflow: hidden; }
        .news .list ul li:nth-child(4n) {
          margin-right: 0; }
        .news .list ul li a {
          width: 100%;
          display: block; }
          .news .list ul li a .pic {
            padding-bottom: 76.2%; }
          .news .list ul li a .con {
            width: 100%;
            box-sizing: border-box;
            margin: -12px auto 0;
            position: relative;
            z-index: 5;
            padding: 0 23px 20px; }
            .news .list ul li a .con .tag {
              width: fit-content;
              font-size: 12px;
              line-height: 24px;
              color: #fff;
              padding: 0 20px;
              border-radius: 10px;
              background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
              background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
              background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%); }
            .news .list ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              color: #5a3928;
              font-weight: bold;
              height: 40px;
              margin-top: 14px; }
            .news .list ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              height: 36px;
              color: #666;
              margin-top: 6px; }
            .news .list ul li a .con .tit1 {
              margin-top: 13px; }
              .news .list ul li a .con .tit1 .time {
                float: right;
                padding-left: 18px;
                font-size: 12px;
                line-height: 14px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time4.png");
                color: #808080; }
  @media (max-width: 1366px) {
    .news .top .tabs a .con .tits {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1200px) {
    .news .list ul li {
      width: 32%;
      margin-right: 2%; }
      .news .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .news {
      padding-top: 25px;
      padding-bottom: 30px; }
      .news .top {
        display: none; }
      .news .list {
        margin-top: 0; }
        .news .list ul li {
          width: 48.5%;
          margin-bottom: 15px;
          margin-right: 3%; }
          .news .list ul li:nth-child(3n) {
            margin-right: 3%; }
          .news .list ul li:nth-child(2n) {
            margin-right: 0; } }
  @media (max-width: 768px) {
    .news .list ul {
      padding-bottom: 25px; }
      .news .list ul li {
        width: 100%; } }

.newsInfo {
  padding-top: 30px;
  padding-bottom: 6.25vw; }
  .newsInfo .content {
    width: 60.1%;
    float: left; }
    .newsInfo .content .title {
      font-size: 34px;
      line-height: 41px;
      color: #4c3116;
      font-weight: bold;
      border-bottom: 1px solid #ececec;
      padding-bottom: 15px; }
    .newsInfo .content .tit {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 20px;
      color: #7b7b7b;
      margin-top: 26px; }
      .newsInfo .content .tit span {
        margin-right: 35px; }
      .newsInfo .content .tit .share {
        display: flex;
        align-items: center; }
        .newsInfo .content .tit .share a {
          width: 20px;
          display: block;
          margin-right: 8px; }
    .newsInfo .content .con {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 22px;
      border-bottom: 1px solid #917d69;
      padding-bottom: 45px; }
      .newsInfo .content .con img {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        display: block; }
    .newsInfo .content .page {
      margin-top: 14px; }
      .newsInfo .content .page a {
        padding: 4px 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 25px;
        color: #7b7b7b;
        font-weight: bold; }
        .newsInfo .content .page a img {
          margin-right: 9px; }
        .newsInfo .content .page a .t {
          flex: 1;
          height: 25px; }
  @media (max-width: 1366px) {
    .newsInfo .content .title {
      font-size: 28px;
      line-height: 34px; } }
  @media (max-width: 1200px) {
    .newsInfo .content .title {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 1080px) {
    .newsInfo .content {
      width: 100%; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .newsInfo .content .title {
        font-size: 18px;
        line-height: 22px; }
      .newsInfo .content .tit {
        margin-top: 10px;
        font-size: 12px;
        justify-content: space-between; }
        .newsInfo .content .tit .share a {
          margin-right: 0;
          margin-left: 8px; }
      .newsInfo .content .con {
        font-size: 13px;
        line-height: 22px;
        padding-bottom: 30px; } }

.newsRight {
  width: 26.9%;
  float: right; }
  .newsRight .tabs {
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
    background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
    background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%);
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box; }
    .newsRight .tabs a {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 34px;
      color: #fff;
      font-weight: bold; }
      .newsRight .tabs a span {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 5px;
        display: block;
        overflow: hidden;
        margin-right: 8px; }
        .newsRight .tabs a span img {
          width: 100%;
          display: block; }
      .newsRight .tabs a.on span {
        background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%); }
  .newsRight .list {
    margin-top: 13px; }
    .newsRight .list ul li {
      margin-bottom: 20px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
      width: 100%; }
      .newsRight .list ul li:last-child {
        margin-bottom: 0; }
      .newsRight .list ul li a {
        width: 100%;
        display: block;
        padding: 8px 10px 24px;
        box-sizing: border-box; }
        .newsRight .list ul li a .pic {
          border-radius: 15px;
          padding-bottom: 75%; }
        .newsRight .list ul li a .tits {
          font-size: 14px;
          line-height: 19px;
          color: #7d6348;
          font-weight: bold;
          height: 38px;
          margin-top: 12px; }
        .newsRight .list ul li a .tit {
          display: flex;
          justify-content: space-between;
          font-size: 12px;
          line-height: 16px;
          color: #7d6348;
          align-items: center;
          margin-top: 9px; }
          .newsRight .list ul li a .tit .time {
            display: flex;
            align-items: center; }
            .newsRight .list ul li a .tit .time img {
              margin-right: 6px; }
  @media (max-width: 1080px) {
    .newsRight {
      display: none; } }

.cases {
  padding-top: 30px;
  position: relative;
  z-index: 10;
  padding-bottom: 60px; }
  .cases .top {
    background-color: #f7f7f7;
    border-top: 2px solid #957665;
    padding-top: 45px;
    padding-bottom: 110px; }
    .cases .top .item {
      display: flex;
      align-items: center;
      margin-bottom: 42px;
      position: relative; }
      .cases .top .item.item1 {
        background-color: #e6e4e1;
        margin-bottom: 0; }
      .cases .top .item span {
        width: 222px;
        display: block;
        box-sizing: border-box;
        padding-left: 67px;
        font-size: 16px;
        line-height: 20px;
        color: #5a3928;
        font-weight: bold; }
      .cases .top .item .t {
        flex: 1;
        display: flex;
        align-items: center; }
        .cases .top .item .t a {
          width: 10.9%;
          font-size: 16px;
          height: 40px;
          overflow: hidden;
          box-sizing: border-box;
          border: 1px solid #dedede;
          text-align: center;
          text-transform: uppercase;
          color: #1c1c1c;
          line-height: 42px;
          background-color: #fff; }
          .cases .top .item .t a.on {
            border-color: #957665;
            color: #957665; }
          @media (min-width: 1024px) {
            .cases .top .item .t a:hover {
              border-color: #957665;
              color: #957665; } }
      .cases .top .item .aBox {
        flex: 1;
        display: flex;
        align-items: center; }
        .cases .top .item .aBox a {
          width: 12.5%;
          display: block;
          margin-right: 2.7%;
          position: relative; }
          .cases .top .item .aBox a:last-child {
            margin-right: 0; }
          .cases .top .item .aBox a .img {
            width: 100%; }
            .cases .top .item .aBox a .img img:nth-child(2) {
              display: none; }
          .cases .top .item .aBox a .tt {
            width: calc(100% - 24px);
            height: auto;
            text-align: center;
            border: 1px solid #dedede;
            background-color: #fff;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 42px;
            height: 40px;
            position: absolute;
            left: 12px;
            bottom: -70px;
            color: #1c1c1c;
            text-align: center; }
          .cases .top .item .aBox a.on .img img:nth-child(1) {
            display: none; }
          .cases .top .item .aBox a.on .img img:nth-child(2) {
            display: block; }
          .cases .top .item .aBox a.on .tt {
            border-color: #957665; }
          @media (min-width: 1024px) {
            .cases .top .item .aBox a:hover .img img:nth-child(1) {
              display: none; }
            .cases .top .item .aBox a:hover .img img:nth-child(2) {
              display: block; }
            .cases .top .item .aBox a:hover .tt {
              border-color: #957665; } }
      .cases .top .item .itemBox {
        width: 100%;
        position: absolute;
        top: calc(100% + 83px);
        left: 0;
        z-index: 15; }
        .cases .top .item .itemBox .itemCon {
          width: 57.7%;
          position: absolute;
          top: 0;
          left: 0;
          border: 1px solid #e7e7e7;
          padding: 12px 28px;
          box-sizing: border-box;
          background-color: rgba(255, 255, 255, 0.9);
          display: none; }
          .cases .top .item .itemBox .itemCon a {
            font-size: 12px;
            line-height: 36px;
            color: #000;
            padding-left: 12px;
            background-position: left center;
            display: block;
            float: left;
            margin-right: 45px;
            background-repeat: no-repeat;
            background-image: url("../images/sj.png"); }
            .cases .top .item .itemBox .itemCon a.disabled {
              opacity: 0.9;
              cursor: inherit;
              color: #999 !important;
              background-image: url("../images/sj.png") !important; }
            .cases .top .item .itemBox .itemCon a.on {
              color: #79604a;
              background-image: url("../images/sj_h.png"); }
            @media (min-width: 1024px) {
              .cases .top .item .itemBox .itemCon a:hover {
                color: #79604a;
                background-image: url("../images/sj_h.png"); } }
          .cases .top .item .itemBox .itemCon .close {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 15px;
            right: 15px;
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            z-index: 5; }
          .cases .top .item .itemBox .itemCon:nth-child(2) {
            left: 12%; }
          .cases .top .item .itemBox .itemCon:nth-child(3) {
            left: 24%; }
          .cases .top .item .itemBox .itemCon:nth-child(4) {
            left: 36%; }
          .cases .top .item .itemBox .itemCon:nth-child(5) {
            left: auto;
            right: 0; }
          .cases .top .item .itemBox .itemCon:nth-child(6) {
            left: auto;
            right: 0; }
  .cases .caseList {
    margin-top: 42px; }
    .cases .caseList ul {
      padding-bottom: 30px; }
  .cases .list {
    margin-top: 50px;
    border-top: 2px solid #e8e8e8; }
    .cases .list ul {
      padding-bottom: 60px; }
      .cases .list ul li {
        border-bottom: 2px solid #e8e8e8; }
        .cases .list ul li a {
          width: 100%;
          display: flex;
          align-items: center; }
          .cases .list ul li a .time {
            width: 137px;
            height: 259px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #000;
            text-align: center;
            margin-right: 80px;
            position: relative; }
            .cases .list ul li a .time:after {
              width: 28px;
              height: 2px;
              position: absolute;
              right: -27px;
              top: 50%;
              margin-top: -1px;
              background-color: #e8e8e8;
              content: ''; }
            .cases .list ul li a .time .t {
              width: 113px;
              font-size: 40px;
              line-height: 30px;
              font-weight: bold; }
            .cases .list ul li a .time .t1 {
              width: 113px;
              font-size: 16px;
              line-height: 18px;
              margin-top: 8px; }
          .cases .list ul li a .con {
            flex: 1; }
            .cases .list ul li a .con .tits {
              font-weight: bold;
              font-size: 18px;
              line-height: 20px;
              color: #222; }
            .cases .list ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              color: #666;
              margin-top: 20px; }
            .cases .list ul li a .con .more {
              width: 200px;
              height: 52px;
              border: 1px solid #d68141;
              border-radius: 26px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/customer_bg2.png");
              display: flex;
              align-items: center;
              font-size: 16px;
              line-height: 52px;
              color: #4c2e17;
              justify-content: center;
              margin-top: 23px; }
              .cases .list ul li a .con .more img {
                margin-left: 10px; }
          .cases .list ul li a .pic {
            width: 288px;
            border-radius: 10px;
            height: 216px;
            margin-left: 70px; }
        @media (min-width: 1024px) {
          .cases .list ul li:hover {
            background-color: #f7f7f7; }
            .cases .list ul li:hover a .time {
              color: #fff;
              background-image: url("../images/customer_bg1.png"); }
              .cases .list ul li:hover a .time:after {
                background-color: #a6876a; } }
  @media (max-width: 1280px) {
    .cases .top .item span {
      padding-left: 40px;
      width: 180px; }
    .cases .top {
      padding-top: 30px;
      padding-bottom: 90px; }
      .cases .top .item {
        margin-bottom: 25px; }
        .cases .top .item .t a {
          font-size: 14px; }
        .cases .top .item .aBox a .tt {
          font-size: 14px;
          bottom: -55px; } }
  @media (max-width: 1110px) {
    .cases .top .item span {
      width: 140px;
      padding-left: 25px; }
    .cases .top .item .t a {
      line-height: 36px;
      height: 34px; }
    .cases .top .item .aBox a .tt {
      width: 100%;
      line-height: 36px;
      left: 0;
      height: 34px; } }
  @media (max-width: 1024px) {
    .cases .list ul li a {
      padding: 15px 0; }
      .cases .list ul li a .time {
        width: 100px;
        margin-right: 40px;
        height: auto; }
        .cases .list ul li a .time:after {
          right: -15px; }
        .cases .list ul li a .time .t {
          width: 100%; }
        .cases .list ul li a .time .t1 {
          width: 100%; }
      .cases .list ul li a .con .more {
        width: 160px;
        height: 38px;
        line-height: 38px;
        font-size: 14px; }
        .cases .list ul li a .con .more img {
          width: 26px; }
      .cases .list ul li a .pic {
        height: 180px;
        margin-left: 30px; } }
  @media (max-width: 860px) {
    .cases .top {
      padding: 15px 0 0; }
      .cases .top .item {
        display: block; }
        .cases .top .item.item1 {
          padding-top: 10px;
          padding-bottom: 15px; }
        .cases .top .item span {
          padding-left: 15px;
          font-size: 14px;
          line-height: 20px; }
        .cases .top .item .t {
          width: calc(100% - 30px);
          flex-wrap: wrap;
          margin: 10px auto 0; }
          .cases .top .item .t a {
            width: 33.3%;
            font-size: 12px; }
        .cases .top .item .aBox {
          width: calc(100% - 30px);
          flex-wrap: wrap;
          margin: 10px auto 0; }
          .cases .top .item .aBox a {
            width: 33.3%;
            margin-right: 0; }
            .cases .top .item .aBox a:nth-child(n + 4) {
              margin-top: 10px; }
            .cases .top .item .aBox a .img {
              width: 80%;
              margin: 0 auto; }
            .cases .top .item .aBox a .tt {
              position: relative;
              bottom: auto;
              left: auto;
              width: 70%;
              margin: 5px auto 0; }
        .cases .top .item .itemBox {
          top: 0; }
          .cases .top .item .itemBox .itemCon {
            position: fixed;
            top: 50%;
            left: 50% !important;
            right: auto !important;
            width: 96%;
            transform: translate(-50%, -50%); }
            .cases .top .item .itemBox .itemCon a {
              margin-right: 10px;
              line-height: 26px; }
    .cases .caseList {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .cases .list {
      margin-top: 15px; }
      .cases .list ul li a {
        padding: 10px 0;
        display: block; }
        .cases .list ul li a .time {
          display: flex;
          align-items: center;
          width: 100%;
          text-align: left;
          flex-direction: row;
          justify-content: safe left; }
          .cases .list ul li a .time .t {
            width: fit-content;
            font-size: 20px;
            line-height: 22px; }
          .cases .list ul li a .time .t1 {
            font-size: 12px;
            line-height: 14px;
            margin-left: 5px;
            width: fit-content;
            margin-top: 0; }
        .cases .list ul li a .con {
          margin-top: 15px; }
          .cases .list ul li a .con .tit {
            margin-top: 10px; }
          .cases .list ul li a .con .more {
            width: 140px;
            height: 36px;
            margin-top: 10px; }
        .cases .list ul li a .pic {
          width: 100%;
          height: 75vw;
          margin-left: 0;
          margin-top: 10px; } }

.caseList ul li {
  border-radius: 10px;
  box-sizing: border-box;
  border: 2px solid #b3a3a2;
  width: 23.4%;
  float: left;
  margin-right: 2.1%;
  margin-bottom: 2.1%;
  background-color: #fff; }
  .caseList ul li:nth-child(4n) {
    margin-right: 0; }
  .caseList ul li a {
    width: 100%;
    display: block;
    padding: 30px 26px 32px;
    box-sizing: border-box; }
    .caseList ul li a .tits {
      font-size: 15px;
      line-height: 20px;
      height: 40px;
      color: #222;
      font-weight: bold; }
    .caseList ul li a .tit {
      font-size: 12px;
      line-height: 18px;
      color: #666;
      height: 54px;
      margin-top: 10px; }
    .caseList ul li a .pic {
      border-radius: 10px;
      padding-bottom: 75.2%;
      margin-top: 22px; }
    .caseList ul li a .time {
      padding-left: 22px;
      background-position: left center;
      background-repeat: no-repeat;
      font-size: 15px;
      color: #393939;
      line-height: 16px;
      background-image: url("../images/time1.png");
      margin-top: 20px; }
  @media (min-width: 1024px) {
    .caseList ul li:hover {
      box-shadow: 2px 3.464px 9px 0px rgba(73, 55, 42, 0.9); } }
@media (max-width: 1200px) {
  .caseList ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .caseList ul li:nth-child(4n) {
      margin-right: 2%; }
    .caseList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .caseList ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%; }
    .caseList ul li:nth-child(3n) {
      margin-right: 3%; }
    .caseList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .caseList ul li {
    width: 100%;
    margin-bottom: 15px; }
    .caseList ul li a {
      padding: 10px; } }

.caseInfo {
  padding-bottom: 60px;
  padding-top: 30px; }
  .caseInfo .content {
    width: 68.6%;
    float: left; }
    .caseInfo .content .title {
      font-size: 28px;
      line-height: 38px;
      color: #020202;
      font-weight: bold; }
    .caseInfo .content .tit {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 20px;
      color: #7b7b7b;
      margin-top: 16px; }
      .caseInfo .content .tit span {
        margin-right: 35px; }
      .caseInfo .content .tit .share {
        display: flex;
        align-items: center; }
        .caseInfo .content .tit .share a {
          width: 20px;
          display: block;
          margin-right: 8px;
          line-height: 20px;
          padding: 0; }
          .caseInfo .content .tit .share a span {
            margin-right: 0; }
    .caseInfo .content .box {
      width: 100%;
      margin-top: 35px; }
      .caseInfo .content .box .list {
        width: 50%;
        perspective: 1000px;
        float: left; }
        .caseInfo .content .box .list ul {
          width: 100%;
          height: 330px;
          position: relative;
          transform-style: preserve-3d; }
          .caseInfo .content .box .list ul li {
            width: 100%;
            position: absolute;
            top: 0;
            height: 100%;
            z-index: 0;
            opacity: 0;
            perspective: 1000px;
            transition: all 0.5s; }
            .caseInfo .content .box .list ul li img {
              margin-left: 8%;
              width: 105%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              transform-origin: 0 0;
              transform: rotateY(18deg);
              border-radius: 10px; }
            .caseInfo .content .box .list ul li:nth-child(1) {
              right: 0;
              z-index: 3;
              opacity: 1; }
            .caseInfo .content .box .list ul li:nth-child(2) {
              right: 7.8%;
              z-index: 2;
              opacity: 0.3; }
            .caseInfo .content .box .list ul li:nth-child(3) {
              right: 15.6%;
              opacity: 0;
              z-index: 1; }
        .caseInfo .content .box .list .btns {
          display: flex;
          align-items: center;
          width: 100%;
          justify-content: center;
          margin-top: 15px; }
          .caseInfo .content .box .list .btns a {
            width: 12px;
            display: block; }
          .caseInfo .content .box .list .btns .btn {
            display: flex;
            align-items: center;
            margin: 0 7px; }
            .caseInfo .content .box .list .btns .btn span {
              width: 9px;
              height: 9px;
              border-radius: 100%;
              background-color: #e3e3e3;
              display: block;
              cursor: pointer;
              margin: 0 6px; }
              .caseInfo .content .box .list .btns .btn span.on {
                background-color: #6e6e6e; }
      .caseInfo .content .box .boxRight {
        width: 44%;
        float: right; }
        .caseInfo .content .box .boxRight .t {
          display: flex;
          font-size: 16px;
          line-height: 55px;
          color: #7b7b7b;
          align-items: center; }
          .caseInfo .content .box .boxRight .t img {
            margin-right: 18px; }
          .caseInfo .content .box .boxRight .t span {
            font-weight: bold;
            color: #010101;
            width: 184px; }
    .caseInfo .content .con {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 27px; }
    .caseInfo .content .page {
      border-bottom: 1px solid #917d69;
      border-top: 1px solid #917d69;
      padding: 22px 0;
      margin-top: 25px; }
      .caseInfo .content .page a {
        padding: 4px 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 25px;
        color: #7b7b7b;
        font-weight: bold; }
        .caseInfo .content .page a img {
          margin-right: 9px; }
        .caseInfo .content .page a .t {
          flex: 1;
          height: 25px; }
    .caseInfo .content .hotList {
      margin-top: 38px; }
      .caseInfo .content .hotList .titleTop {
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        color: #000;
        font-weight: bold; }
      .caseInfo .content .hotList .caseList {
        margin-top: 30px; }
        .caseInfo .content .hotList .caseList ul {
          display: flex;
          justify-content: space-between; }
          .caseInfo .content .hotList .caseList ul li {
            width: 31.25%;
            margin-right: 0 !important;
            margin-bottom: 0; }
  @media (max-width: 1450px) {
    .caseInfo .content .box .boxRight .t {
      font-size: 15px; }
      .caseInfo .content .box .boxRight .t span {
        width: 140px; } }
  @media (max-width: 1366px) {
    .caseInfo .content .title {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1250px) {
    .caseInfo .content {
      width: 100%; }
    .caseInfo .newsRight {
      display: none; } }
  @media (max-width: 960px) {
    .caseInfo .content .box .boxRight .t {
      font-size: 13px; }
      .caseInfo .content .box .boxRight .t img {
        margin-right: 10px; }
    .caseInfo .hotList .caseList ul li {
      width: 48.5% !important; }
      .caseInfo .hotList .caseList ul li:nth-child(3) {
        display: none; } }
  @media (max-width: 768px) {
    .caseInfo .content .title {
      font-size: 18px;
      line-height: 24px; }
    .caseInfo .content .tit {
      font-size: 13px;
      line-height: 20px;
      justify-content: space-between;
      margin-top: 10px; }
      .caseInfo .content .tit .share a {
        margin-right: 0;
        margin-left: 5px; }
    .caseInfo .content .box {
      margin-top: 20px; }
      .caseInfo .content .box .list {
        width: 100%; }
        .caseInfo .content .box .list ul {
          height: 70vw; }
      .caseInfo .content .box .boxRight {
        width: 100%;
        margin-top: 15px; }
        .caseInfo .content .box .boxRight .t {
          line-height: 30px; }
          .caseInfo .content .box .boxRight .t img {
            width: 16px; }
    .caseInfo .content .con {
      font-size: 13px;
      line-height: 22px; }
    .caseInfo .content .page {
      padding: 16px 0; }
      .caseInfo .content .page a {
        font-size: 13px; } }
  @media (max-width: 540px) {
    .caseInfo .hotList .caseList ul li {
      width: 100% !important; }
      .caseInfo .hotList .caseList ul li:nth-child(2) {
        display: none; } }

.brand {
  padding-top: 30px;
  padding-bottom: 80px; }
  .brand .conLeft {
    width: 344px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .brand .conLeft .title {
      box-sizing: border-box;
      font-size: 20px;
      line-height: 60px;
      color: #fff;
      padding-left: 32px;
      font-weight: bold;
      background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
      background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
      background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%);
      border-radius: 10px 10px 0 0; }
      .brand .conLeft .title img {
        margin-right: 12px; }
    .brand .conLeft .conNew {
      padding: 20px 35px 20px 32px;
      border-radius: 0 0 10px 10px;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border: 1px solid #ececec;
      border-top: none; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #79604a;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 20px;
          height: 20px;
          border-radius: 5px;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #79604a; }
          .brand .conLeft .conNew .tit a.active {
            background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
            background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
            background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
            color: #fff; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 14px;
            line-height: 30px;
            color: #79604a; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 14px;
              line-height: 30px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #79604a; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #79604a; } }
  .brand .conRight {
    width: calc(100% - 426px);
    float: right; }
    .brand .conRight .item:nth-child(2) {
      margin-bottom: 50px; }
    .brand .conRight .title {
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #5a3928;
      border-bottom: 1px solid #e5e5e5; }
      .brand .conRight .title span {
        display: block;
        width: fit-content;
        position: relative;
        padding-bottom: 10px; }
        .brand .conRight .title span:after {
          width: 157px;
          height: 4px;
          position: absolute;
          bottom: -1px;
          left: 0;
          background-color: #5a3928;
          content: ''; }
    .brand .conRight ul {
      margin-top: 20px; }
      .brand .conRight ul li {
        width: 18.2%;
        float: left;
        margin-bottom: 25px;
        margin-right: 2.25%;
        position: relative;
        background-color: #fbfbfb;
        border-radius: 10px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight ul li a {
          width: 100%;
          display: block;
          padding: 20px 0; }
          .brand .conRight ul li a .pic {
            width: 90px;
            height: 90px;
            border-radius: 100%;
            background-color: #fff;
            border: 1px solid #bea491;
            position: relative;
            margin: 0 auto;
            box-shadow: 0px 3px 4.9px 0.1px rgba(90, 69, 48, 0.66); }
            .brand .conRight ul li a .pic img {
              max-width: 80%;
              max-height: 70%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .brand .conRight ul li a .tits {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            color: #5a3928;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            margin-top: 15px; }
          .brand .conRight ul li a .tit {
            font-size: 12px;
            line-height: 14px;
            color: #5a3928;
            margin-top: 3px;
            text-align: center; }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .brand .conRight ul {
        margin-top: 15px; }
      .brand .conRight .item:nth-child(2) {
        margin-bottom: 20px; }
      .brand .conRight ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 3%; }
        .brand .conRight ul li:nth-child(2n) {
          margin-right: 0; } }

.brandInfo {
  padding-top: 30px;
  padding-bottom: 3.90625vw; }
  .brandInfo .box {
    display: flex;
    justify-content: space-between; }
    .brandInfo .box .videoBox {
      width: calc(64.7% - 7px);
      border-radius: 10px;
      background-color: #000;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .brandInfo .box .videoBox img {
        opacity: 0.8;
        width: 100%; }
      .brandInfo .box .videoBox .videoClick {
        width: 6.77083vw;
        background-size: cover;
        border-radius: 100%;
        height: 6.77083vw;
        background-repeat: no-repeat;
        background-image: url("../images/video2.png");
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .brandInfo .box .boxRight {
      width: calc(35.3% - 7px);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-content: space-between; }
      .brandInfo .box .boxRight .pic {
        width: calc(50% - 5px);
        border-radius: 5px;
        height: calc(33.3% - 7px);
        overflow: hidden;
        position: relative; }
        .brandInfo .box .boxRight .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
  .brandInfo .top {
    margin-top: 40px; }
    .brandInfo .top .title {
      display: flex;
      align-items: flex-end;
      padding-bottom: 24px;
      border-bottom: 1px dotted #798599; }
      .brandInfo .top .title .t {
        display: flex;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        color: #5a3928;
        font-weight: bold;
        align-items: center;
        width: 36.4%; }
        .brandInfo .top .title .t img {
          height: 42px;
          margin-right: 30px; }
      .brandInfo .top .title .t1 {
        display: flex;
        align-items: center;
        float: 1; }
        .brandInfo .top .title .t1 span {
          font-size: 15px;
          line-height: 24px;
          color: #5a3928;
          font-weight: bold;
          margin-right: 14px; }
        .brandInfo .top .title .t1 .tt {
          display: flex; }
          .brandInfo .top .title .t1 .tt a {
            font-size: 12px;
            padding: 0 10px;
            min-width: 60px;
            box-sizing: border-box;
            color: #2c251c;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
            margin-right: 12px;
            line-height: 24px;
            display: inline-block;
            text-align: center; }
    .brandInfo .top .con {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 22px;
      padding-bottom: 22px;
      position: relative; }
      .brandInfo .top .con .t {
        font-size: 14px;
        line-height: 26px;
        color: #3b3b3b;
        width: calc(100% - 445px); }
      .brandInfo .top .con a {
        width: 240px;
        height: 54px;
        border-radius: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 54px;
        color: #fff;
        display: block;
        background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
        background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
        background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%);
        position: absolute;
        right: 17px;
        bottom: 0; }
  .brandInfo .proList {
    margin-top: 50px; }
  @media (max-width: 1024px) {
    .brandInfo .top .title {
      justify-content: space-between; }
      .brandInfo .top .title .t {
        width: fit-content; } }
  @media (max-width: 860px) {
    .brandInfo .top {
      margin-top: 15px; }
      .brandInfo .top .title {
        display: block;
        padding-bottom: 10px; }
        .brandInfo .top .title .t {
          margin-top: 10px; }
          .brandInfo .top .title .t img {
            margin-right: 10px; }
        .brandInfo .top .title .t1 {
          display: block;
          margin-top: 10px; }
          .brandInfo .top .title .t1 span {
            font-size: 12px;
            line-height: 14px; }
          .brandInfo .top .title .t1 .tt {
            margin-top: 5px;
            flex-wrap: wrap; }
            .brandInfo .top .title .t1 .tt a {
              margin-bottom: 5px; }
      .brandInfo .top .con {
        display: block;
        padding-top: 10px;
        padding-bottom: 0; }
        .brandInfo .top .con .t {
          width: 100%;
          font-size: 13px;
          line-height: 22px; }
        .brandInfo .top .con a {
          position: relative;
          bottom: auto;
          right: auto;
          margin-top: 15px;
          width: 140px;
          height: 36px;
          font-size: 13px;
          line-height: 36px; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .brandInfo .box {
        display: block; }
        .brandInfo .box .videoBox {
          width: 100%;
          height: 52vw;
          position: relative; }
          .brandInfo .box .videoBox img {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            top: 0;
            left: 0; }
        .brandInfo .box .boxRight {
          width: 100%;
          margin-top: 8px; }
          .brandInfo .box .boxRight .pic img {
            position: relative;
            height: auto; }
          .brandInfo .box .boxRight .pic:nth-child(n + 3) {
            margin-top: 8px; }
      .brandInfo .proList {
        margin-top: 15px; } }

.proList ul {
  padding-bottom: 3.64583vw; }
  .proList ul li {
    width: 24.1%;
    border-radius: 10px;
    padding: 2px;
    float: left;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
    background: -webkit-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
    background: -ms-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
    margin-right: 1.2%;
    margin-bottom: 20px; }
    .proList ul li:nth-child(4n) {
      margin-right: 0; }
    .proList ul li a {
      background-color: #fff;
      border-radius: 10px;
      width: 100%;
      display: block;
      padding-top: 25px; }
      .proList ul li a .tits {
        font-size: 16px;
        line-height: 19px;
        color: #3b3b3b;
        font-weight: bold;
        padding: 0 30px; }
      .proList ul li a .pic {
        padding-bottom: 56.5%;
        margin-top: 75px; }
      .proList ul li a .con {
        width: 100%;
        padding: 16px 30px 23px;
        box-sizing: border-box;
        position: relative; }
        .proList ul li a .con:after {
          content: '';
          width: calc(100% - 45px);
          position: absolute;
          left: 50%;
          top: 5px;
          transform: translateX(-50%);
          height: 1px;
          border-top: 1px dashed #e8e8e8; }
        .proList ul li a .con .t {
          font-size: 14px;
          line-height: 21px;
          -webkit-line-clamp: 5;
          color: #7b7b7b;
          z-index: 5;
          position: relative; }
    @media (min-width: 1024px) {
      .proList ul li:hover {
        box-shadow: 2px 3.464px 9px 0px rgba(73, 55, 42, 0.9); }
        .proList ul li:hover a .tits {
          color: #5a3928; }
        .proList ul li:hover a .con:before {
          width: calc(100% + 4px);
          height: 100%;
          z-index: 3;
          position: absolute;
          border-radius: 0 0 10px 10px;
          top: 0;
          left: -2px;
          content: '';
          background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
          background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
          background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%); }
        .proList ul li:hover a .con .t {
          color: #fff; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .proList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .proList ul li:nth-child(3n) {
      margin-right: 3%; }
    .proList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .proList ul {
    padding-bottom: 20px; }
    .proList ul li {
      width: 100%;
      margin-bottom: 10px; } }

.error {
  padding-top: 7.60417vw;
  padding-bottom: 7.1875vw;
  display: flex;
  align-items: center;
  justify-content: center; }
  .error img {
    width: 36.5%;
    margin-right: 7.4%; }
  .error .con .tits {
    font-size: 88px;
    line-height: 90px;
    color: #1c1c1c;
    font-weight: bold; }
  .error .con .tit {
    font-size: 24px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: bold;
    margin-top: 27px; }
  .error .con .tit1 {
    font-size: 24px;
    line-height: 31px;
    color: #7f7f7f;
    margin-top: 5px; }
  .error .con a {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #957665;
    margin-top: 60px; }
  @media (max-width: 768px) {
    .error {
      display: block;
      padding-top: 40px;
      padding-bottom: 50px; }
      .error img {
        width: 80%;
        margin: 0 auto;
        display: block; }
      .error .con {
        width: 100%;
        text-align: center; }
        .error .con .tits {
          font-size: 40px;
          line-height: 30px; }
        .error .con .tit {
          font-size: 16px;
          line-height: 18px; }
        .error .con .tit1 {
          font-size: 16px;
          line-height: 22px; } }

.product {
  padding-bottom: 3.90625vw;
  padding-top: 23px; }
  .product .box {
    background-color: #fff;
    box-shadow: 1px 1.732px 10px 0px rgba(73, 55, 42, 0.4);
    border-radius: 10px;
    width: 100%; }
    .product .box .title {
      font-size: 20px;
      line-height: 22px;
      padding: 22px 35px 10px;
      color: #7d6348;
      font-weight: bold; }
    .product .box .tit {
      background-image: -moz-linear-gradient(90deg, #401e19 0%, #83634e 20%, #c6a783 49%, #8d6e5e 80%, #543539 99%);
      background-image: -webkit-linear-gradient(90deg, #401e19 0%, #83634e 20%, #c6a783 49%, #8d6e5e 80%, #543539 99%);
      background-image: -ms-linear-gradient(90deg, #401e19 0%, #83634e 20%, #c6a783 49%, #8d6e5e 80%, #543539 99%);
      padding: 12px 35px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      .product .box .tit a {
        width: 11.8%;
        border-radius: 5px;
        font-size: 16px;
        line-height: 45px;
        border-radius: 5px;
        background-color: #fff;
        display: flex;
        align-items: center;
        font-weight: bold;
        box-sizing: border-box;
        padding-left: 18px;
        color: #222;
        text-transform: uppercase;
        border-width: 1px;
        border-color: gainsboro;
        border-style: solid;
        border-radius: 10px;
        box-shadow: 0px 0px 5.52px 0.48px rgba(145, 97, 63, 0.88); }
        .product .box .tit a span {
          width: 20px;
          height: 20px;
          border-radius: 5px;
          border: 1px solid #91613f;
          border-radius: 5px;
          display: block;
          margin-right: 8px; }
          .product .box .tit a span img {
            display: block; }
        .product .box .tit a.on span {
          background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
          background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
          background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%); }
    .product .box .boxNew {
      padding: 20px 35px 40px;
      box-sizing: border-box; }
      .product .box .boxNew .tits {
        font-size: 20px;
        line-height: 22px;
        color: #7d6348;
        font-weight: bold; }
      .product .box .boxNew .wordList {
        display: flex;
        align-items: center;
        margin-top: 15px;
        flex-wrap: wrap; }
        .product .box .boxNew .wordList a {
          width: 25px;
          height: 25px;
          border-radius: 5px;
          padding: 1px;
          margin-right: 12px;
          box-sizing: border-box;
          background: -moz-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #c2a27f), color-stop(100%, #5e3e40));
          background: -webkit-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: -o-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: -ms-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: linear-gradient(to bottom, #c2a27f 0%, #5e3e40 100%); }
          .product .box .boxNew .wordList a span {
            width: 23px;
            height: 23px;
            border-radius: 5px;
            background-color: #fff;
            display: block;
            text-align: center;
            font-size: 18px;
            line-height: 25px;
            color: #a2a1a1; }
          .product .box .boxNew .wordList a.on span {
            color: #552c0e; }
      .product .box .boxNew .tit1 {
        font-size: 18px;
        line-height: 20px;
        color: #957665;
        font-weight: bold;
        margin-top: 20px; }
      .product .box .boxNew .tit2 {
        font-size: 14px;
        line-height: 28px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px; }
        .product .box .boxNew .tit2 a {
          color: #7b7b7b;
          padding-right: 32px;
          display: block;
          text-transform: uppercase;
          position: relative; }
          .product .box .boxNew .tit2 a:after {
            width: 1px;
            height: 14px;
            background-color: #919191;
            position: absolute;
            top: 9px;
            right: 17px;
            content: ''; }
          .product .box .boxNew .tit2 a span {
            color: #957665; }
          @media (min-width: 1024px) {
            .product .box .boxNew .tit2 a:hover {
              color: #957665; } }
          .product .box .boxNew .tit2 a.on {
            color: #957665; }
      .product .box .boxNew .resetBox {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        .product .box .boxNew .resetBox .t {
          padding: 1px;
          border-radius: 5px;
          background: -moz-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #c2a27f), color-stop(100%, #5e3e40));
          background: -webkit-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: -o-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: -ms-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
          background: linear-gradient(to bottom, #c2a27f 0%, #5e3e40 100%);
          margin-right: 18px; }
          .product .box .boxNew .resetBox .t .tt {
            display: flex;
            background-color: #fff;
            font-size: 14px;
            line-height: 30px;
            color: #7b7b7b;
            border-radius: 5px;
            padding: 0 8px; }
            .product .box .boxNew .resetBox .t .tt span {
              color: #957665;
              text-transform: uppercase;
              font-weight: bold; }
            .product .box .boxNew .resetBox .t .tt i {
              font-size: 10px;
              color: #957665;
              margin-left: 8px; }
        .product .box .boxNew .resetBox .t1 {
          padding-left: 20px;
          font-size: 14px;
          line-height: 32px;
          color: #7b7b7b;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/reset.png"); }
  .product .proList {
    padding-top: 25px; }
  @media (max-width: 1200px) {
    .product .box .title {
      font-size: 16px;
      line-height: 18px; }
    .product .box .tit a {
      padding-left: 10px;
      font-size: 14px;
      line-height: 38px; }
    .product .box .boxNew .tits {
      font-size: 16px;
      line-height: 18px; }
    .product .box .boxNew .wordList a {
      width: 22px;
      height: 22px; }
      .product .box .boxNew .wordList a span {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 22px; }
    .product .box .boxNew .tit1 {
      font-size: 15px;
      line-height: 17px; } }
  @media (max-width: 960px) {
    .product .box .tit {
      flex-wrap: wrap; }
      .product .box .tit a {
        width: 24%; }
        .product .box .tit a:nth-child(n + 5) {
          margin-top: 5px; }
    .product .box .boxNew .wordList a {
      margin-bottom: 5px; } }
  @media (max-width: 768px) {
    .product {
      padding-bottom: 30px; }
      .product .box .title {
        font-size: 14px;
        padding: 15px 10px 10px; }
      .product .box .tit {
        padding: 10px; }
        .product .box .tit a {
          width: 48.5%; }
          .product .box .tit a:nth-child(n + 3) {
            margin-top: 5px; }
      .product .box .boxNew {
        padding: 10px; }
        .product .box .boxNew .tit2 {
          font-size: 13px;
          line-height: 24px; }
          .product .box .boxNew .tit2 a {
            padding-right: 24px; }
            .product .box .boxNew .tit2 a:after {
              right: 12px;
              top: 5px; }
        .product .box .boxNew .resetBox {
          display: block; }
          .product .box .boxNew .resetBox .t {
            width: 100%;
            margin-bottom: 5px;
            display: block; }
            .product .box .boxNew .resetBox .t .tt {
              justify-content: space-between; }
              .product .box .boxNew .resetBox .t .tt span {
                flex: 1; } }

.productInfo {
  padding-top: 35px;
  padding-bottom: 3.64583vw; }
  .productInfo .box {
    display: flex;
    padding: 26px 70px 12px 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 1.732px 10px 0px rgba(73, 55, 42, 0.4);
    justify-content: space-between; }
    .productInfo .box .picBox {
      width: 46.7%; }
      .productInfo .box .picBox .list {
        width: 100%;
        position: relative; }
        .productInfo .box .picBox .list ul li {
          width: 100%;
          height: 457px;
          border-radius: 10px;
          margin-right: 10px;
          position: relative;
          overflow: hidden; }
          .productInfo .box .picBox .list ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .productInfo .box .picBox .list .a {
          width: 34px;
          position: absolute;
          top: 50%;
          margin-top: -17px;
          z-index: 10; }
          .productInfo .box .picBox .list .a.prev {
            left: 17px; }
          .productInfo .box .picBox .list .a.next {
            right: 17px; }
      .productInfo .box .picBox .list1 {
        padding: 8px;
        margin-left: -8px;
        width: calc(100% + 16px);
        box-sizing: border-box;
        position: relative; }
        .productInfo .box .picBox .list1 ul li {
          width: 15.3%;
          height: 70px;
          border-radius: 5px;
          position: relative;
          margin-right: 1.64%;
          float: left;
          cursor: pointer; }
          .productInfo .box .picBox .list1 ul li:last-child {
            margin-right: 0; }
          .productInfo .box .picBox .list1 ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 4px;
            object-fit: cover; }
          .productInfo .box .picBox .list1 ul li.swiper-slide-thumb-active:after {
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            box-sizing: border-box;
            position: absolute;
            top: -2px;
            left: -2px;
            border-style: solid;
            border-width: 2px;
            border-color: #b29c87;
            border-radius: 10px;
            box-shadow: 1px 1.732px 8px 0px rgba(73, 55, 42, 0.9);
            border-radius: 5px;
            content: ''; }
        .productInfo .box .picBox .list1 .num {
          width: 15.1%;
          height: 70px;
          position: absolute;
          top: 8px;
          right: 8px;
          background-color: rgba(0, 0, 0, 0.6);
          z-index: 15;
          border-radius: 5px;
          text-align: center;
          line-height: 70px;
          font-size: 18px;
          color: #fff;
          cursor: pointer; }
    .productInfo .box .con {
      width: 49.6%; }
      .productInfo .box .con .tits {
        font-size: 22px;
        line-height: 26px;
        color: #91613f;
        font-weight: bold;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 33px; }
      .productInfo .box .con .tit {
        margin-top: 25px; }
        .productInfo .box .con .tit .t {
          font-size: 16px;
          line-height: 34px;
          color: #000;
          display: flex;
          align-items: center; }
          .productInfo .box .con .tit .t span {
            width: 36.7%;
            font-weight: bold; }
      .productInfo .box .con .tit1 {
        display: flex;
        align-items: center;
        margin-top: 22px; }
        .productInfo .box .con .tit1 a {
          width: 200px;
          height: 50px;
          border-radius: 10px;
          background-image: url("../images/but_bg.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          line-height: 50px;
          color: #fff;
          font-weight: bold;
          margin-right: 28px; }
          .productInfo .box .con .tit1 a:last-child {
            margin-right: 0; }
          .productInfo .box .con .tit1 a img {
            margin-right: 12px; }
  .productInfo .content {
    margin-top: 60px; }
    .productInfo .content .conRight {
      width: 25.9%;
      float: right; }
      .productInfo .content .conRight .top .logo {
        border-radius: 10px 10px 0 0;
        background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
        background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
        background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%);
        padding-top: 18px;
        padding-bottom: 10px; }
        .productInfo .content .conRight .top .logo img {
          height: 52px;
          display: block;
          margin: 0 auto; }
      .productInfo .content .conRight .top .con {
        border: 1px solid #91613f;
        border-radius: 0 0 10px 10px;
        padding: 0 24px 24px;
        box-sizing: border-box; }
        .productInfo .content .conRight .top .con .tits {
          font-size: 18px;
          line-height: 60px;
          border-bottom: 1px dashed #ae8b72;
          text-transform: uppercase;
          font-weight: bold;
          text-align: center;
          color: #91613f; }
        .productInfo .content .conRight .top .con .tit {
          font-size: 12px;
          line-height: 26px;
          color: #3b3b3b;
          margin-top: 14px; }
        .productInfo .content .conRight .top .con .tit1 {
          margin-top: 28px; }
          .productInfo .content .conRight .top .con .tit1 .t {
            font-size: 14px;
            line-height: 16px;
            color: #91613f;
            font-weight: bold; }
          .productInfo .content .conRight .top .con .tit1 .t1 {
            display: flex;
            flex-wrap: wrap;
            margin-top: 15px; }
            .productInfo .content .conRight .top .con .tit1 .t1 a {
              font-size: 12px;
              padding: 0 10px;
              min-width: 60px;
              box-sizing: border-box;
              color: #91613f;
              background-color: #f6f6f6;
              border-radius: 5px;
              box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
              margin-right: 12px;
              line-height: 24px;
              display: inline-block;
              text-align: center; }
        .productInfo .content .conRight .top .con .but {
          width: 200px;
          height: 50px;
          border-radius: 10px;
          text-align: center;
          display: block;
          margin: 36px auto 0;
          font-size: 18px;
          line-height: 50px;
          color: #fff;
          font-weight: bold;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/but_bg.png"); }
      .productInfo .content .conRight .proList {
        width: 100%;
        margin-top: 20px; }
        .productInfo .content .conRight .proList ul li {
          width: 100%; }
    .productInfo .content .conLeft {
      width: 67.9%;
      float: left;
      border-top: 1px dashed #ccc;
      padding-top: 28px; }
      .productInfo .content .conLeft .infoBox .item {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 12px;
        margin-bottom: 28px; }
        .productInfo .content .conLeft .infoBox .item .tits {
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: bold; }
        .productInfo .content .conLeft .infoBox .item .tit {
          font-size: 14px;
          line-height: 36px;
          color: #3b3b3b;
          display: flex;
          flex-wrap: wrap;
          margin-top: 16px; }
          .productInfo .content .conLeft .infoBox .item .tit .t {
            width: 55.3%;
            display: flex; }
            .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
              width: 44.7%; }
            .productInfo .content .conLeft .infoBox .item .tit .t .tt {
              width: 45%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                width: 55%; }
      .productInfo .content .conLeft .details .tits {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold; }
      .productInfo .content .conLeft .details .tableBox {
        margin-top: 30px; }
        .productInfo .content .conLeft .details .tableBox tr {
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 20px;
          background-color: #e8ded6; }
          .productInfo .content .conLeft .details .tableBox tr:nth-child(2n) {
            background-color: #fff; }
          .productInfo .content .conLeft .details .tableBox tr th, .productInfo .content .conLeft .details .tableBox tr td {
            border: 1px solid #91613f;
            padding: 8px 20px; }
            .productInfo .content .conLeft .details .tableBox tr th:nth-child(1), .productInfo .content .conLeft .details .tableBox tr td:nth-child(1) {
              padding: 0 30px;
              font-weight: bold;
              white-space: nowrap; }
          .productInfo .content .conLeft .details .tableBox tr th {
            text-align: left;
            color: #fff;
            background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
            background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
            background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%); }
      .productInfo .content .conLeft .box2 {
        margin-top: 4.375vw;
        width: 750px;
        max-width: 100%; }
        .productInfo .content .conLeft .box2 .xPic {
          width: 100%; }
          .productInfo .content .conLeft .box2 .xPic:last-child {
            margin-top: -1px; }
        .productInfo .content .conLeft .box2 .title {
          width: 722px;
          max-width: 100%;
          margin: 0 auto; }
        .productInfo .content .conLeft .box2 .ps {
          margin-top: 7px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0 14px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 2px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              width: calc(50% - 7px);
              background-color: #ffecc0;
              margin-bottom: 10px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                font-size: 14px;
                line-height: 30px;
                color: #fff;
                box-sizing: border-box;
                padding-left: 10px;
                background: -moz-linear-gradient(left, #bc7c52 0%, #fddcb9 48%, #b4744a 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, #bc7c52), color-stop(48%, #fddcb9), color-stop(100%, #b4744a));
                background: -webkit-linear-gradient(left, #bc7c52 0%, #fddcb9 48%, #b4744a 100%);
                background: -o-linear-gradient(left, #bc7c52 0%, #fddcb9 48%, #b4744a 100%);
                background: -ms-linear-gradient(left, #bc7c52 0%, #fddcb9 48%, #b4744a 100%);
                background: linear-gradient(to right, #bc7c52 0%, #fddcb9 48%, #b4744a 100%); }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                  width: calc(50% - 2.5px);
                  height: 0;
                  overflow: hidden;
                  position: relative;
                  padding-bottom: 31.3%; }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                    height: 100%;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img:nth-child(n + 3) {
                    margin-top: 5px; }
        .productInfo .content .conLeft .box2 .twc .pic {
          margin-top: 5px; }
        .productInfo .content .conLeft .box2 .oa {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .oa .pic {
            margin-top: 2px; }
        .productInfo .content .conLeft .box2 .cv {
          margin-top: 4px; }
          .productInfo .content .conLeft .box2 .cv .itemBox {
            width: calc(100% - 18px);
            margin: 9px auto 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item {
              width: 23.9%;
              margin-bottom: 10px; }
              .productInfo .content .conLeft .box2 .cv .itemBox .item .pic {
                width: 100%;
                height: 0;
                padding-bottom: 66.3%;
                position: relative;
                overflow: hidden; }
                .productInfo .content .conLeft .box2 .cv .itemBox .item .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
              .productInfo .content .conLeft .box2 .cv .itemBox .item .t {
                box-shadow: 0px 2px 2px 0px rgba(111, 86, 69, 0.4);
                box-sizing: border-box;
                padding: 6px 5px;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/info_bg1.png");
                background-position: center; }
                .productInfo .content .conLeft .box2 .cv .itemBox .item .t .tt {
                  font-size: 11px;
                  line-height: 13px;
                  color: #2b1a0f; }
        .productInfo .content .conLeft .box2 .ass {
          margin-top: 6px; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            width: 100%;
            box-sizing: border-box;
            padding: 11px;
            display: flex;
            justify-content: space-between;
            background-color: #e2e6e9;
            margin-top: 3px; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              width: 24%; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .t {
                font-weight: bold;
                font-size: 18px;
                line-height: 20px;
                color: #43230f;
                margin-top: 6px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
                margin-top: 8px; }
        .productInfo .content .conLeft .box2 .oc {
          margin-top: 5px; }
        .productInfo .content .conLeft .box2 .of .ofNew {
          width: calc(100% - 30px);
          margin: 10px auto 0; }
          .productInfo .content .conLeft .box2 .of .ofNew .picBox {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic {
              width: 23.9%;
              height: 0;
              padding-bottom: 15.8%;
              overflow: hidden;
              border: 1px solid #b09d3b;
              position: relative;
              box-sizing: border-box; }
              .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic:nth-child(n + 5) {
                margin-top: 5px; }
          .productInfo .content .conLeft .box2 .of .ofNew .itemBox {
            margin-top: 14px; }
            .productInfo .content .conLeft .box2 .of .ofNew .itemBox .item {
              margin-bottom: 7px; }
              .productInfo .content .conLeft .box2 .of .ofNew .itemBox .item .t {
                font-size: 14px;
                line-height: 20px;
                border-radius: 10px;
                background-image: -moz-linear-gradient(27deg, #bc7d52 0%, #e1b689 50%, #b4754a 100%);
                background-image: -webkit-linear-gradient(27deg, #bc7d52 0%, #e1b689 50%, #b4754a 100%);
                background-image: -ms-linear-gradient(27deg, #bc7d52 0%, #e1b689 50%, #b4754a 100%);
                box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
                color: #fff;
                padding: 0 16px;
                width: fit-content;
                font-weight: bold; }
              .productInfo .content .conLeft .box2 .of .ofNew .itemBox .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
                margin-top: 8px; }
        .productInfo .content .conLeft .box2 .co {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            width: calc(100% - 33px);
            margin: 10px auto 0; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox {
              display: flex;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .pic:nth-child(1) {
                width: 45.3%; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .pic:nth-child(2) {
                width: 23.6%; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .pic:nth-child(3) {
                width: 29.6%; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .pic img {
                width: 100%; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: calc(100% - 15px);
              margin: 10px auto 0; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tits {
                display: flex;
                align-items: center;
                background-position: left bottom;
                background-repeat: no-repeat;
                background-image: url("../images/line3.png");
                background-size: 100% auto;
                justify-content: space-between;
                padding-bottom: 6px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .tits .t {
                  font-size: 14px;
                  line-height: 23px;
                  color: #4c4c4c; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .tits .t span {
                    color: #e8d642; }
                .productInfo .content .conLeft .box2 .co .coNew .con .tits .share {
                  width: 147px;
                  position: relative; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .tits .share .aBox {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    position: absolute;
                    top: 0;
                    left: 0;
                    justify-content: space-between; }
                    .productInfo .content .conLeft .box2 .co .coNew .con .tits .share .aBox a {
                      width: 23px;
                      height: 23px;
                      display: block; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tit {
                display: flex;
                flex-wrap: wrap;
                font-size: 14px;
                line-height: 22px;
                color: #4c4c4c;
                margin-top: 4px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .tit .t {
                  display: flex;
                  align-items: center;
                  margin-right: 6px; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .tit .t img {
                    margin-right: 4px; }
        .productInfo .content .conLeft .box2 .opt {
          margin-top: 9px; }
          .productInfo .content .conLeft .box2 .opt .optNew {
            width: calc(100% - 30px);
            margin: 27px auto 0; }
            .productInfo .content .conLeft .box2 .opt .optNew .picBox {
              display: flex;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic {
                width: 33%;
                padding-bottom: 21%;
                height: 0;
                overflow: hidden;
                position: relative; }
                .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
            .productInfo .content .conLeft .box2 .opt .optNew .tit {
              margin-top: 12px; }
              .productInfo .content .conLeft .box2 .opt .optNew .tit .t {
                font-size: 12px;
                line-height: 18px;
                color: #2b1a0f;
                margin-bottom: 3px; }
                .productInfo .content .conLeft .box2 .opt .optNew .tit .t .tt {
                  font-weight: bold; }
                .productInfo .content .conLeft .box2 .opt .optNew .tit .t .tt1 {
                  color: #4c4c4c; }
        .productInfo .content .conLeft .box2 .faq {
          margin-top: 16px; }
          .productInfo .content .conLeft .box2 .faq .list {
            border-top: 2px solid #888888;
            border-bottom: 2px solid #888888;
            background-color: #e2e6e9;
            padding: 8px 25px 14px;
            box-sizing: border-box;
            margin-top: 15px; }
            .productInfo .content .conLeft .box2 .faq .list ul li {
              border-bottom: 1px solid #b3b3b3;
              padding-bottom: 10px;
              padding-top: 10px; }
              .productInfo .content .conLeft .box2 .faq .list ul li:last-child {
                border-bottom: none; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t {
                display: flex;
                align-items: flex-start;
                font-size: 15px;
                line-height: 18px;
                color: #2b1a0f;
                font-weight: bold; }
                .productInfo .content .conLeft .box2 .faq .list ul li .t img {
                  margin-right: 4px; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c;
                margin-top: 4px; }
  .productInfo .hotList {
    margin-top: 60px; }
    .productInfo .hotList .title {
      font-size: 16px;
      line-height: 18px;
      color: #000;
      font-weight: bold; }
    .productInfo .hotList ul {
      margin-top: 40px; }
      .productInfo .hotList ul li {
        border-radius: 10px;
        background: -moz-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
        background: -webkit-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
        background: -ms-linear-gradient(top, #c2a27f 0%, #5e3e40 100%);
        padding: 2px;
        box-sizing: border-box;
        width: 23.9%;
        float: left;
        margin-right: 1.4%;
        margin-bottom: 20px; }
        .productInfo .hotList ul li:nth-child(4n) {
          margin-right: 0; }
        .productInfo .hotList ul li a {
          width: 100%;
          border-radius: 10px;
          background-color: #fff;
          display: block;
          padding-bottom: 30px;
          overflow: hidden; }
          .productInfo .hotList ul li a .pic {
            padding-bottom: 75%; }
          .productInfo .hotList ul li a .tits {
            text-align: center;
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            padding: 0 25px;
            height: 48px;
            color: #3b3b3b;
            margin-top: 25px; }
          .productInfo .hotList ul li a .but {
            width: 244px;
            height: 50px;
            text-align: center;
            text-transform: uppercase;
            border-radius: 10px;
            font-size: 18px;
            font-weight: bold;
            line-height: 50px;
            color: #fff;
            margin: 25px auto 0;
            max-width: 90%;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/but_bg.png"); }
        @media (min-width: 1024px) {
          .productInfo .hotList ul li:hover {
            box-shadow: 2px 3.464px 9px 0px rgba(73, 55, 42, 0.9); } }
  @media (max-width: 1200px) {
    .productInfo .box .picBox .list ul li {
      height: 410px; }
    .productInfo .box .con .tits {
      font-size: 18px;
      line-height: 22px;
      padding-bottom: 15px; }
    .productInfo .box .con .tit .t {
      font-size: 14px;
      line-height: 30px; }
    .productInfo .hotList {
      margin-top: 40px; }
      .productInfo .hotList ul {
        margin-top: 20px; }
        .productInfo .hotList ul li {
          width: 32%;
          margin-right: 2%; }
          .productInfo .hotList ul li:nth-child(4n) {
            margin-right: 2%; }
          .productInfo .hotList ul li:nth-child(3n) {
            margin-right: 0; } }
  @media (max-width: 1150px) {
    .productInfo .content .conLeft {
      width: 100%;
      float: none; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .productInfo .box .picBox .list ul li {
      height: 360px; }
    .productInfo .box {
      padding: 20px 20px 15px; }
      .productInfo .box .con .tit .t {
        font-size: 13px;
        line-height: 26px; }
      .productInfo .box .con .tit1 a {
        width: 160px;
        height: 46px;
        font-size: 14px;
        margin-right: 15px; }
        .productInfo .box .con .tit1 a img {
          width: 24px;
          margin-right: 8px; }
    .productInfo .hotList {
      margin-top: 20px; }
      .productInfo .hotList ul {
        margin-top: 10px; }
        .productInfo .hotList ul li {
          width: 48.5%;
          margin-right: 3%; }
          .productInfo .hotList ul li:nth-child(3n) {
            margin-right: 3%; }
          .productInfo .hotList ul li:nth-child(2n) {
            margin-right: 0; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .productInfo .box {
        display: block;
        padding: 15px; }
        .productInfo .box .picBox {
          width: 100%; }
          .productInfo .box .picBox .list ul li {
            height: 60vw; }
          .productInfo .box .picBox .list1 ul li {
            height: 46px; }
          .productInfo .box .picBox .list1 .num {
            height: 46px;
            line-height: 46px; }
        .productInfo .box .con {
          width: 100%;
          margin-top: 15px; }
      .productInfo .content {
        margin-top: 20px; }
        .productInfo .content .conRight {
          width: 100%;
          float: none;
          display: block; }
          .productInfo .content .conRight .proList {
            display: none; }
        .productInfo .content .conLeft {
          padding-top: 15px; }
          .productInfo .content .conLeft .infoBox .item .tit {
            display: block;
            font-size: 13px;
            line-height: 32px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 100% !important; }
          .productInfo .content .conLeft .infoBox .item {
            margin-bottom: 15px; }
          .productInfo .content .conLeft .details .tableBox {
            margin-top: 15px;
            overflow-x: auto; }
            .productInfo .content .conLeft .details .tableBox table {
              width: 800px; }
              .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
                padding: 6px 10px !important; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              width: 100%; }
          .productInfo .content .conLeft .box2 .cv .itemBox {
            width: 100%; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item {
              width: 48.5%; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            display: block; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              width: 100%;
              margin-bottom: 10px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            width: 100%; }
            .productInfo .content .conLeft .box2 .co .coNew .con .tit {
              font-size: 12px; }
          .productInfo .content .conLeft .box2 .opt .optNew {
            width: 100%;
            margin: 10px auto 0; }
          .productInfo .content .conLeft .box2 .faq .list {
            padding: 8px 10px 10px; }
      .productInfo .hotList ul li {
        width: 100%;
        margin-bottom: 10px; }
        .productInfo .hotList ul li a .but {
          width: 160px;
          height: 42px;
          font-size: 14px;
          line-height: 42px; } }

.picTk {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  background-color: rgba(131, 131, 131, 0.8);
  display: none; }
  .picTk .box {
    width: 63.54167vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
    .picTk .box .title {
      position: relative;
      padding: 2.08333vw 2.76042vw 0;
      box-sizing: border-box;
      background-image: -moz-linear-gradient(90deg, #553823 0%, #2b170a 100%);
      background-image: -webkit-linear-gradient(90deg, #553823 0%, #2b170a 100%);
      background-image: -ms-linear-gradient(90deg, #553823 0%, #2b170a 100%); }
      .picTk .box .title .t {
        font-size: 1.14583vw;
        line-height: 1.35417vw;
        color: #fff;
        font-weight: bold; }
      .picTk .box .title .tabs {
        display: flex;
        align-items: center;
        margin-top: 14px; }
        .picTk .box .title .tabs a {
          display: block;
          font-size: 16px;
          line-height: 40px;
          color: #fff;
          margin-right: 5.72917vw;
          box-sizing: border-box;
          position: relative; }
          .picTk .box .title .tabs a.on:after {
            width: 100%;
            height: 4px;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: -1px;
            content: ''; }
      .picTk .box .title .close {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2.29167vw;
        right: 3.02083vw;
        display: block; }
    .picTk .box .listBox {
      padding: 18px 3.125vw 1.45833vw; }
      .picTk .box .listBox .list {
        width: 100%;
        display: none; }
        .picTk .box .listBox .list ul li {
          width: 32.2%;
          float: left;
          margin-right: 1.7%;
          margin-bottom: 20px;
          border-radius: 10px;
          overflow: hidden; }
          .picTk .box .listBox .list ul li:nth-child(3n) {
            margin-right: 0; }
          .picTk .box .listBox .list ul li a {
            width: 100%;
            display: block;
            height: 0;
            padding-bottom: 66.4%;
            position: relative;
            overflow: hidden; }
            .picTk .box .listBox .list ul li a img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover; }
        .picTk .box .listBox .list .click a {
          width: 41px;
          display: block;
          float: right; }
  @media (max-width: 768px) {
    .picTk .box {
      width: 90%; }
      .picTk .box .title {
        padding: 10px 10px 0; }
        .picTk .box .title .t {
          font-size: 14px;
          line-height: 16px; }
        .picTk .box .title .tabs a {
          font-size: 12px;
          line-height: 36px; }
      .picTk .box .listBox {
        padding: 10px; }
        .picTk .box .listBox .list ul li {
          width: 48.5%;
          margin-bottom: 10px;
          margin-right: 3%; }
          .picTk .box .listBox .list ul li:nth-child(3n) {
            margin-right: 3%; }
          .picTk .box .listBox .list ul li:nth-child(2n) {
            margin-right: 0; }
        .picTk .box .listBox .list .click a {
          width: 26px; } }

.about .numBox .itemBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 36px; }
  .about .numBox .itemBox .item .t {
    font-size: 45px;
    line-height: 38px;
    color: #161616;
    font-weight: bold;
    display: flex;
    align-items: flex-end; }
    .about .numBox .itemBox .item .t span {
      font-size: 17px;
      line-height: 19px;
      font-weight: normal;
      margin-left: 8px; }
  .about .numBox .itemBox .item .t1 {
    font-size: 20px;
    line-height: 22px;
    color: #878787;
    margin-top: 8px; }
  @media (max-width: 1200px) {
    .about .numBox .itemBox .item .t {
      font-size: 30px;
      line-height: 24px; }
      .about .numBox .itemBox .item .t span {
        font-size: 14px;
        line-height: 16px; }
    .about .numBox .itemBox .item .t1 {
      font-size: 16px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .about .numBox .itemBox .item .t {
      font-size: 20px;
      line-height: 16px; }
      .about .numBox .itemBox .item .t span {
        font-size: 10px;
        line-height: 12px; }
    .about .numBox .itemBox .item .t1 {
      font-size: 10px;
      line-height: 12px;
      margin-top: 5px; } }
.about .numBox .line {
  width: 100%;
  height: 12px;
  background-image: url("../images/line4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.about .home {
  margin: 16px auto 0; }
.about .indexTitle {
  line-height: 44px; }
  @media (max-width: 1366px) {
    .about .indexTitle {
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .about .indexTitle {
      line-height: 30px; } }
  @media (max-width: 768px) {
    .about .indexTitle {
      line-height: 26px !important;
      font-size: 18px; } }
.about .box1 {
  padding-top: 40px;
  position: relative; }
  .about .box1 .boxLeft {
    width: 32.4%;
    float: left; }
    .about .box1 .boxLeft .indexTitle {
      color: #959595;
      text-align: left; }
    .about .box1 .boxLeft .pic {
      width: 100%;
      border-radius: 10px;
      overflow: hidden; }
  .about .box1 .boxRight {
    width: 63.2%;
    float: right;
    padding-top: 10px;
    box-sizing: border-box;
    padding-right: 5.98958vw; }
    .about .box1 .boxRight .indexTitle {
      text-align: left;
      line-height: 38px; }
      .about .box1 .boxRight .indexTitle:nth-child(2) {
        font-weight: normal;
        color: #959595;
        margin-top: 12px; }
    .about .box1 .boxRight .tit {
      display: flex;
      align-items: flex-end;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 12px;
      justify-content: space-between;
      margin-top: 4.16667vw; }
      .about .box1 .boxRight .tit .t {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        color: #957665; }
    .about .box1 .boxRight .itemBox {
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #d9d9d9;
      padding-top: 2.08333vw;
      margin-top: 1.92708vw; }
      .about .box1 .boxRight .itemBox .item {
        width: 42.9%; }
        .about .box1 .boxRight .itemBox .item img {
          display: block; }
        .about .box1 .boxRight .itemBox .item .t {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 17px; }
  .about .box1 .title {
    font-size: 4.01042vw;
    line-height: 2.91667vw;
    color: #959595;
    font-weight: bold;
    position: absolute;
    top: 52%;
    right: -10%;
    transform: rotate(90deg);
    opacity: 0.2; }
  @media (max-width: 768px) {
    .about .box1 {
      padding-top: 25px; }
      .about .box1 .boxLeft {
        width: 100%;
        float: none; }
      .about .box1 .boxRight {
        float: none;
        width: 100%;
        margin-top: 15px;
        padding-right: 0;
        padding-top: 0; }
        .about .box1 .boxRight .indexTitle {
          font-size: 18px;
          line-height: 22px; }
        .about .box1 .boxRight .itemBox {
          display: block; }
          .about .box1 .boxRight .itemBox .item {
            width: 100%;
            margin-bottom: 10px; }
            .about .box1 .boxRight .itemBox .item .t {
              font-size: 13px;
              margin-top: 5px; } }
.about .box2 {
  padding-top: 50px; }
  .about .box2 .title .indexTitle:nth-child(2) {
    color: #959595;
    font-weight: normal; }
  .about .box2 .boxNew {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .about .box2 .boxNew .itemBox {
      width: calc(53.9% - 6px);
      display: flex;
      align-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap; }
      .about .box2 .boxNew .itemBox .item {
        width: calc(50% - 6px);
        height: calc(50% - 6px);
        border-radius: 10px;
        background-color: #f3ede4;
        position: relative; }
        .about .box2 .boxNew .itemBox .item:nth-child(2), .about .box2 .boxNew .itemBox .item:nth-child(3) {
          background-color: #f2f2f2; }
        .about .box2 .boxNew .itemBox .item img {
          position: absolute;
          top: 30px;
          left: 22px; }
        .about .box2 .boxNew .itemBox .item .con {
          width: 100%;
          padding: 0 22px 24px;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          bottom: 0; }
          .about .box2 .boxNew .itemBox .item .con .t {
            font-weight: bold;
            font-size: 18px;
            line-height: 20px;
            color: #393939; }
          .about .box2 .boxNew .itemBox .item .con .t1 {
            font-size: 16px;
            line-height: 20px;
            color: #666;
            margin-top: 11px; }
    .about .box2 .boxNew .pic {
      width: calc(46.1% - 6px);
      border-radius: 10px;
      overflow: hidden; }
  @media (max-width: 1366px) {
    .about .box2 .boxNew .itemBox .item .con .t {
      font-size: 16px;
      line-height: 18px; }
    .about .box2 .boxNew .itemBox .item .con .t1 {
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .about .box2 .boxNew .itemBox .item img {
      top: 10px;
      left: 10px; }
    .about .box2 .boxNew .itemBox .item .con {
      padding: 0 10px 15px; }
      .about .box2 .boxNew .itemBox .item .con .t1 {
        font-size: 13px; } }
  @media (max-width: 960px) {
    .about .box2 .boxNew {
      display: block; }
      .about .box2 .boxNew .itemBox {
        width: 100%;
        height: 60vw; }
      .about .box2 .boxNew .pic {
        margin-top: 10px;
        width: 100%; } }
  @media (max-width: 640px) {
    .about .box2 {
      padding-top: 25px; }
      .about .box2 .boxNew {
        margin-top: 15px; }
        .about .box2 .boxNew .itemBox {
          width: 100%;
          height: auto;
          display: block; }
          .about .box2 .boxNew .itemBox .item {
            width: 100%;
            height: auto;
            margin-bottom: 5px;
            padding: 15px;
            box-sizing: border-box; }
            .about .box2 .boxNew .itemBox .item img {
              display: block;
              position: relative;
              top: auto;
              left: auto; }
            .about .box2 .boxNew .itemBox .item .con {
              position: relative;
              left: auto;
              bottom: auto;
              margin-top: 15px;
              padding: 0; }
        .about .box2 .boxNew .pic {
          margin-top: 0; } }
.about .box3 {
  background-color: #f8f8f8;
  margin-top: 52px;
  overflow: hidden; }
  .about .box3 .boxNew {
    display: flex; }
    .about .box3 .boxNew .boxLeft {
      width: 22.9%;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 10; }
      .about .box3 .boxNew .boxLeft:after {
        width: 300%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url("../images/about_bg1.jpg");
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3; }
      .about .box3 .boxNew .boxLeft .bg {
        width: 300%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url("../images/about_bg2.png");
        position: absolute;
        top: 0;
        right: -30%;
        z-index: 2; }
      .about .box3 .boxNew .boxLeft .con {
        position: relative;
        z-index: 5; }
        .about .box3 .boxNew .boxLeft .con .indexTitle {
          text-align: left;
          color: #fff; }
        .about .box3 .boxNew .boxLeft .con .t {
          width: 240px;
          max-width: 90%;
          font-size: 14px;
          line-height: 20px;
          color: #fff;
          margin-top: 20px; }
    .about .box3 .boxNew .list {
      flex: 1;
      padding: 70px 0 55px;
      overflow: initial;
      position: relative; }
      .about .box3 .boxNew .list ul li {
        width: 21.5%;
        margin: 0 0.74%;
        float: left; }
      .about .box3 .boxNew .list .btns {
        width: 77px;
        height: 77px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        right: 12%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/btns.png");
        display: flex;
        z-index: 10; }
        .about .box3 .boxNew .list .btns a {
          flex: 1;
          display: block; }
  @media (max-width: 990px) {
    .about .box3 .boxNew .boxLeft:after {
      right: -30%; } }
  @media (max-width: 768px) {
    .about .box3 {
      margin-top: 25px; }
      .about .box3 .boxNew {
        display: block; }
        .about .box3 .boxNew .boxLeft {
          width: 100%;
          padding: 15px 0;
          display: block; }
          .about .box3 .boxNew .boxLeft .con .t {
            margin-top: 10px;
            font-size: 13px;
            line-height: 22px;
            width: 100%;
            max-width: 100%; }
        .about .box3 .boxNew .list {
          padding: 15px 0; }
          .about .box3 .boxNew .list ul li {
            width: 60%;
            margin: 0 2%; }
          .about .box3 .boxNew .list .btns {
            position: relative;
            top: auto;
            right: auto;
            transform: translate(0);
            margin: 10px auto 0; } }
.about .box4 {
  padding-top: 43px;
  padding-bottom: 4.16667vw; }
  .about .box4 .title .t {
    width: 380px;
    max-width: 100%;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: center; }
  .about .box4 .boxNew {
    position: relative;
    margin-top: 37px; }
    .about .box4 .boxNew .pic {
      width: 42.4%;
      border-radius: 10px;
      overflow: hidden; }
    .about .box4 .boxNew .list {
      width: 54.6%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      overflow-y: auto; }
      .about .box4 .boxNew .list::-webkit-scrollbar {
        width: 5px;
        height: 5px; }
      .about .box4 .boxNew .list::-webkit-scrollbar-button:vertical {
        display: none; }
      .about .box4 .boxNew .list::-webkit-scrollbar-track:vertical {
        background-color: black; }
      .about .box4 .boxNew .list::-webkit-scrollbar-track-piece {
        background: #E3E3E3; }
      .about .box4 .boxNew .list::-webkit-scrollbar-thumb:vertical {
        background-color: #555;
        border-radius: 30px; }
      .about .box4 .boxNew .list::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #3B3B3B; }
      .about .box4 .boxNew .list::-webkit-scrollbar-corner:vertical {
        background-color: #535353; }
      .about .box4 .boxNew .list::-webkit-scrollbar-resizer:vertical {
        background-color: #FF6E00; }
      .about .box4 .boxNew .list::-webkit-scrollbar-track-piece {
        background: #ececec; }
      .about .box4 .boxNew .list::-webkit-scrollbar-thumb:vertical {
        background-color: #957665; }
      .about .box4 .boxNew .list ul {
        width: calc(100% - 22px);
        padding-top: 7px; }
        .about .box4 .boxNew .list ul li {
          width: 100%;
          background-color: #fff;
          box-shadow: 0px 0px 7px rgba(220, 220, 220, 0.63);
          border-radius: 10px;
          margin-bottom: 18px;
          box-sizing: border-box;
          padding: 20px 70px 23px 50px;
          margin-left: 7px;
          position: relative;
          cursor: pointer; }
          .about .box4 .boxNew .list ul li .icon {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 23px;
            right: 23px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/jia1.png"); }
          .about .box4 .boxNew .list ul li .tits {
            font-size: 18px;
            line-height: 24px;
            color: #1c1c1c;
            font-weight: bold;
            width: 100%; }
          .about .box4 .boxNew .list ul li .con {
            font-size: 14px;
            line-height: 20px;
            color: #6a6a6a;
            padding-top: 10px;
            display: none; }
          .about .box4 .boxNew .list ul li.on {
            background-color: #f6f6f6; }
            .about .box4 .boxNew .list ul li.on .icon {
              background-image: url("../images/jian.png"); }
  @media (max-width: 1024px) {
    .about .box4 .boxNew .list ul li {
      padding: 20px 50px 20px 20px; }
      .about .box4 .boxNew .list ul li .tits {
        font-size: 16px; }
      .about .box4 .boxNew .list ul li .icon {
        right: 10px; } }
  @media (max-width: 768px) {
    .about .box4 {
      padding-bottom: 30px; }
      .about .box4 .boxNew .pic {
        width: 100%; }
      .about .box4 .boxNew .list {
        width: 100%;
        height: 400px;
        margin-top: 10px;
        position: relative;
        top: auto;
        right: auto; }
        .about .box4 .boxNew .list ul li {
          margin-bottom: 10px; } }

#container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("/static/home/images/diqiuBg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.ui-text {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  font-family: sans-serif;
  z-index: 10;
  width: 100%;
  text-align: center; }

.ui-text h1 {
  font-size: 2rem;
  margin-bottom: 10px; }

.ui-text p {
  font-size: 1rem;
  opacity: 0.8; }

@media (max-width: 1024px) {
  #container {
    height: calc(100vh - 50px); }

  .ui-text {
    bottom: 20px; }

  .ui-text h1 {
    font-size: 16px; }

  .ui-text p {
    font-size: 12px; } }
.searchPage {
  padding-top: 32px;
  padding-bottom: 5.20833vw; }
  .searchPage .searchBox {
    width: 1060px;
    margin: 0 auto;
    border-bottom: 3px solid #957665;
    display: flex;
    align-items: center;
    max-width: 100%; }
    .searchPage .searchBox .text {
      flex: 1;
      height: 58px;
      background: none;
      border: none;
      box-sizing: border-box;
      padding-left: 15px;
      font-size: 26px;
      color: #222; }
      .searchPage .searchBox .text:-internal-autofill-previewed, .searchPage .searchBox .text:-internal-autofill-selected {
        -webkit-text-fill-color: #222 !important; }
    .searchPage .searchBox .submit {
      width: 68px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .title {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #222;
    margin-top: 42px; }
    .searchPage .title span {
      color: #79604a; }
  .searchPage .tabsList {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    padding: 5px 0; }
    .searchPage .tabsList .a {
      width: 44px;
      height: 44px;
      background-color: #fff;
      display: flex;
      box-sizing: border-box;
      align-items: center;
      justify-content: center;
      border: 1px solid #bdbdbd;
      box-shadow: 0px 2px 3px 0px rgba(181, 181, 181, 0.8); }
    .searchPage .tabsList .listNew {
      flex: 1; }
      .searchPage .tabsList .listNew ul li {
        float: left;
        position: relative;
        width: fit-content; }
        .searchPage .tabsList .listNew ul li:after {
          width: 2px;
          height: 17px;
          position: absolute;
          top: 0;
          right: -1px;
          content: '';
          background-color: #616161;
          top: 50%;
          transform: translateY(-50%); }
        .searchPage .tabsList .listNew ul li a {
          display: flex;
          align-items: center;
          font-size: 24px;
          line-height: 44px;
          color: #222;
          font-weight: bold;
          padding: 0 40px; }
          .searchPage .tabsList .listNew ul li a span {
            font-size: 18px;
            line-height: 22px;
            border-radius: 11px;
            color: #7d6348;
            padding: 0 6px;
            display: block;
            background-color: #e7e7e7;
            margin-left: 4px; }
        .searchPage .tabsList .listNew ul li:last-child:after {
          display: none; }
        .searchPage .tabsList .listNew ul li.on a {
          color: #957665; }
          .searchPage .tabsList .listNew ul li.on a span {
            background-color: #957665;
            color: #fff; }
  .searchPage .title1 {
    font-size: 36px;
    line-height: 38px;
    color: #222222;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 70px; }
    .searchPage .title1 span {
      font-size: 26px;
      line-height: 36px;
      border-radius: 18px;
      display: block;
      color: #7d6348;
      background-color: #e7e7e7;
      margin-left: 15px;
      padding: 0 12px; }
  .searchPage .line {
    width: 100%;
    margin-top: 30px; }
  .searchPage .list ul {
    padding-bottom: 63px; }
    .searchPage .list ul li {
      border-bottom: 1px solid #bdbdbd; }
      .searchPage .list ul li:last-child {
        border-bottom: none; }
      .searchPage .list ul li a {
        padding: 46px 30px 40px;
        width: 100%;
        display: block;
        box-sizing: border-box; }
        .searchPage .list ul li a .tits {
          font-size: 22px;
          line-height: 24px;
          color: #222;
          font-weight: bold; }
        .searchPage .list ul li a .tit {
          font-size: 16px;
          line-height: 28px;
          color: #717171;
          margin-top: 20px; }
  .searchPage .list .more {
    width: 200px;
    height: 52px;
    border: 1px solid #d68141;
    border-radius: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/customer_bg2.png");
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 52px;
    color: #4c2e17;
    justify-content: center;
    margin: 0 auto; }
    .searchPage .list .more img {
      margin-left: 10px; }
  @media (max-width: 1200px) {
    .searchPage .tabsList {
      margin-top: 50px; }
    .searchPage .tabsList .listNew ul li a {
      font-size: 20px;
      padding: 0 30px; }
      .searchPage .tabsList .listNew ul li a span {
        font-size: 14px;
        line-height: 20px;
        border-radius: 10px; }
    .searchPage .title1 {
      font-size: 28px;
      line-height: 30px;
      margin-top: 50px; }
      .searchPage .title1 span {
        font-size: 22px;
        line-height: 32px;
        border-radius: 16px; }
    .searchPage .list ul {
      padding-bottom: 40px; }
    .searchPage .list .more {
      width: 160px;
      line-height: 42px;
      height: 42px;
      font-size: 14px;
      border-radius: 21px; }
      .searchPage .list .more img {
        width: 30px; } }
  @media (max-width: 768px) {
    .searchPage {
      padding-top: 25px;
      padding-bottom: 30px; }
      .searchPage .searchBox .text {
        padding-left: 10px;
        font-size: 18px;
        height: 46px; }
      .searchPage .searchBox .submit {
        height: 46px;
        width: 40px; }
        .searchPage .searchBox .submit img {
          width: 22px; }
      .searchPage .title {
        margin-top: 25px;
        font-size: 16px;
        line-height: 18px; }
      .searchPage .tabsList {
        margin-top: 15px; }
        .searchPage .tabsList .a {
          width: 32px;
          height: 32px; }
          .searchPage .tabsList .a img {
            width: 7px; }
        .searchPage .tabsList .listNew ul li a {
          font-size: 16px;
          line-height: 32px;
          padding: 0 20px; }
          .searchPage .tabsList .listNew ul li a span {
            font-size: 13px;
            height: 18px;
            border-radius: 9px;
            padding: 0 5px; }
      .searchPage .title1 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px; }
        .searchPage .title1 span {
          font-size: 14px;
          padding: 0 6px;
          line-height: 20px;
          border-radius: 10px;
          margin-left: 5px; }
      .searchPage .line {
        margin-top: 20px; }
      .searchPage .list ul {
        padding-bottom: 20px; }
        .searchPage .list ul li a {
          padding: 20px 10px; }
          .searchPage .list ul li a .tits {
            font-size: 16px;
            line-height: 18px; }
          .searchPage .list ul li a .tit {
            font-size: 13px;
            line-height: 20px;
            margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
