.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; }

.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%;
      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%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50; }
  .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 .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; }
      .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; }
    .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; } }

/*# sourceMappingURL=style.css.map */
