.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;
  background-color: #e6e9ea; }

.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: #a60a09;
      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 .header {
  position: fixed;
  top: 1.97917vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b58952;
  z-index: 50;
  justify-content: space-between;
  display: flex;
  align-items: center;
  transition: all 0.5s; }
  .headerBox .header .logo {
    background-color: #fff;
    width: 195px;
    height: 70px;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
    transition: all 0.5s; }
    .headerBox .header .logo img {
      margin-left: 20px;
      display: block;
      height: 57px; }
  .headerBox .header .nav {
    flex: 1;
    position: relative; }
    .headerBox .header .nav:after {
      width: 400px;
      height: 56px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #b48851;
      content: '';
      left: -40px;
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%); }
    .headerBox .header .nav ul {
      position: relative;
      z-index: 5;
      display: flex; }
      .headerBox .header .nav ul li {
        float: left;
        margin-right: 1.875vw;
        position: relative; }
        .headerBox .header .nav ul li:last-child {
          margin-right: 0; }
        .headerBox .header .nav ul li .tits {
          font-size: 12.8px;
          line-height: 18px;
          color: #fff;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          height: 70px;
          transition: all 0.5s 0.3s; }
        .headerBox .header .nav 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: auto;
          left: 0;
          background: #f0f0f0;
          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 ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #d2d2d2; }
            .headerBox .header .nav ul li dl dd:last-child {
              border-bottom: none; }
            .headerBox .header .nav ul li dl dd a {
              display: block;
              line-height: 56px;
              padding: 0 18px;
              font-size: 14px;
              position: relative;
              color: #4e4e4e;
              white-space: nowrap; }
              @media (min-width: 1024px) {
                .headerBox .header .nav ul li dl dd a:hover {
                  color: #a60a09; } }
        @media (min-width: 1024px) {
          .headerBox .header .nav 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 .headerRight {
    display: flex;
    margin-right: 25px;
    align-items: center; }
    .headerBox .header .headerRight .lan {
      position: relative; }
      .headerBox .header .headerRight .lan .tits {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .headerBox .header .headerRight .lan .select {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        opacity: 0; }
    .headerBox .header .headerRight .searchClick {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px; }
    .headerBox .header .headerRight .navClick {
      display: none;
      width: 22px;
      height: 18px;
      margin-left: 15px; }
      .headerBox .header .headerRight .navClick span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        margin-bottom: 6px; }
        .headerBox .header .headerRight .navClick span:last-child {
          margin-bottom: 0; }
      .headerBox .header .headerRight .navClick.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 8px;
        right: 0px; }
      .headerBox .header .headerRight .navClick.on span:nth-child(2) {
        display: none; }
      .headerBox .header .headerRight .navClick.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0;
        right: 0; }
  .headerBox .header .headerRight1 {
    display: none;
    align-items: center;
    margin-right: 7.03125vw; }
    .headerBox .header .headerRight1 .searchClick {
      display: flex;
      align-items: center; }
      .headerBox .header .headerRight1 .searchClick span {
        width: 1px;
        height: 18px;
        background-color: #c1c1c1;
        display: block;
        margin: 0 10px; }
      .headerBox .header .headerRight1 .searchClick i {
        width: 110px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        border-radius: 6px;
        background-image: -moz-linear-gradient(-180deg, #80120d 0%, #a81111 100%);
        background-image: -webkit-linear-gradient(-180deg, #80120d 0%, #a81111 100%);
        background-image: -ms-linear-gradient(-180deg, #80120d 0%, #a81111 100%); }
    .headerBox .header .headerRight1 .lan {
      position: relative;
      margin-left: 1.97917vw; }
      .headerBox .header .headerRight1 .lan .tits {
        width: 12px;
        height: 20px;
        display: flex;
        align-items: center;
        color: #fff; }
        .headerBox .header .headerRight1 .lan .tits span {
          padding: 0 4px 0 10px;
          display: block; }
      .headerBox .header .headerRight1 .lan .select {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        opacity: 0; }
  @media (min-width: 1024px) {
    .headerBox .header.on {
      width: 100%;
      max-width: 100%;
      top: 0; }
      .headerBox .header.on .logo {
        height: 96px;
        width: 252px; }
        .headerBox .header.on .logo img {
          height: 69px;
          margin-left: 49px; }
      .headerBox .header.on .nav {
        margin-left: 2.34375vw; }
        .headerBox .header.on .nav:after {
          display: none; }
        .headerBox .header.on .nav ul li .tits {
          height: 96px; }
      .headerBox .header.on .headerRight {
        display: none; }
      .headerBox .header.on .headerRight1 {
        display: flex; } }
  @media (max-width: 1650px) {
    .headerBox .header.on .logo {
      width: 220px; }
      .headerBox .header.on .logo img {
        margin-left: 28px; }
    .headerBox .header.on .nav {
      margin-left: 1.04167vw; }
      .headerBox .header.on .nav ul li {
        margin-right: 1.5625vw; } }
  @media (max-width: 1530px) {
    .headerBox .header.on .logo {
      width: 180px; }
      .headerBox .header.on .logo img {
        margin-left: 18px; }
    .headerBox .header.on .nav {
      margin-left: 0.52083vw; }
      .headerBox .header.on .nav ul li {
        margin-right: 1.04167vw; } }
  @media (max-width: 1366px) {
    .headerBox .header.on .headerRight {
      display: flex; }
    .headerBox .header.on .headerRight1 {
      display: none; } }
  @media (max-width: 1380px) {
    .headerBox .header .logo {
      width: 168px; }
      .headerBox .header .logo img {
        height: 46px; }
    .headerBox .header .nav ul li {
      margin-right: 15px; } }
  @media (max-width: 1024px) {
    .headerBox .header {
      top: 0;
      width: 100%;
      max-width: 100%; }
      .headerBox .header .logo {
        width: 120px !important;
        height: 50px; }
        .headerBox .header .logo img {
          height: 34px;
          margin-left: 10px; }
      .headerBox .header .nav {
        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 ul {
          width: 260px;
          box-sizing: border-box;
          height: 100%;
          display: block;
          float: right;
          padding-top: 20px;
          background-color: #f0f0f0; }
          .headerBox .header .nav ul li {
            float: none;
            background: none !important;
            margin-right: 0; }
            .headerBox .header .nav ul li .tits {
              font-size: 15px;
              line-height: 46px;
              height: auto;
              padding-left: 20px;
              padding-right: 20px;
              display: flex;
              justify-content: space-between;
              box-sizing: border-box;
              position: relative;
              color: #000 !important;
              background: none !important;
              font-weight: normal;
              text-align: left; }
              .headerBox .header .nav ul li .tits:after {
                display: none; }
            .headerBox .header .nav 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 ul li dl:after {
                display: none; }
              .headerBox .header .nav ul li dl dd {
                border-bottom: none;
                padding: 0; }
                .headerBox .header .nav ul li dl dd a {
                  color: #000;
                  font-size: 14px;
                  line-height: 36px;
                  padding: 0 0 0 30px;
                  box-sizing: border-box; }
      .headerBox .header .headerRight {
        margin-right: 10px; }
        .headerBox .header .headerRight .navClick {
          display: block; } }

.index-banner {
  position: relative; }
  .index-banner .listBox ul {
    width: 100%; }
    .index-banner .listBox ul li {
      width: 100%; }
      .index-banner .listBox ul li a {
        width: 100%;
        display: block;
        position: relative; }
        .index-banner .listBox ul li a .con {
          width: 100%;
          position: absolute;
          height: 100%;
          z-index: 5;
          top: 0;
          left: 0; }
          .index-banner .listBox ul li a .con .w1400 {
            height: 100%;
            display: flex;
            align-items: center; }
            .index-banner .listBox ul li a .con .w1400 .conn {
              width: 100%; }
              .index-banner .listBox ul li a .con .w1400 .conn .tits {
                font-size: 2.1875vw;
                line-height: 2.60417vw;
                text-transform: uppercase;
                color: #fff;
                font-weight: bold; }
              .index-banner .listBox ul li a .con .w1400 .conn .tit {
                width: 450px;
                max-width: 100%;
                font-size: 10px;
                line-height: 20px;
                text-transform: uppercase;
                color: #e1b26c;
                margin-top: 20px; }
  .index-banner .bottom {
    width: 100%;
    position: absolute;
    bottom: 10px; }
    .index-banner .bottom .w1400 {
      display: flex;
      flex-direction: row-reverse; }
      .index-banner .bottom .w1400 .bottomNew {
        width: 673px; }
        .index-banner .bottom .w1400 .bottomNew .list {
          width: 100%;
          overflow: hidden;
          padding-bottom: 20px;
          padding: 20px 10px;
          margin-left: -10px; }
          .index-banner .bottom .w1400 .bottomNew .list dl dd {
            width: 23.3%;
            float: left;
            margin-right: 2.2%;
            height: 90px;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            cursor: pointer; }
            .index-banner .bottom .w1400 .bottomNew .list dl dd img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .index-banner .bottom .w1400 .bottomNew .list dl dd.swiper-slide-thumb-active {
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8); }
        .index-banner .bottom .w1400 .bottomNew .btns {
          display: flex;
          align-items: center;
          width: 100%;
          margin-top: -7px; }
          .index-banner .bottom .w1400 .bottomNew .btns .btn {
            display: flex;
            align-items: center;
            margin-right: 3px; }
            .index-banner .bottom .w1400 .bottomNew .btns .btn a {
              width: 34px;
              display: block;
              margin-right: 5px; }
          .index-banner .bottom .w1400 .bottomNew .btns .line {
            flex: 1;
            height: 1px;
            background-color: #ecf0f1;
            position: relative; }
            .index-banner .bottom .w1400 .bottomNew .btns .line .swiper-pagination-progressbar-fill {
              background-color: #c40908;
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              transform-origin: 0 0; }
  @media (max-width: 1024px) {
    .index-banner {
      margin-top: 50px; }
      .index-banner .listBox ul li a .con .w1400 {
        display: block; }
        .index-banner .listBox ul li a .con .w1400 .conn {
          padding-top: 10%; }
          .index-banner .listBox ul li a .con .w1400 .conn .tits {
            font-size: 18px;
            line-height: 22px; }
          .index-banner .listBox ul li a .con .w1400 .conn .tit {
            display: none; }
      .index-banner .bottom .w1400 .bottomNew {
        width: 100%; }
        .index-banner .bottom .w1400 .bottomNew .list {
          display: none; } }

.indexTitle {
  font-size: 30px;
  line-height: 32px;
  color: #020202;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  @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: 40px; }
  .index .box1 .list {
    perspective: 1000px;
    position: relative; }
    .index .box1 .list .listNew {
      overflow: hidden; }
    .index .box1 .list ul {
      width: 19.9%;
      height: auto;
      display: flex;
      align-items: center;
      transform-style: preserve-3d;
      position: relative;
      height: 0;
      padding-bottom: 28.3%;
      margin: 0 auto;
      transform-origin: center;
      z-index: 5; }
      .index .box1 .list ul li {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        transition: all 0.4s;
        transform: translate(0, -50%);
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 20px;
        opacity: 0;
        transform-style: preserve-3d;
        perspective: 1000px;
        transform: translate(300%, -50%); }
        .index .box1 .list ul li a {
          width: 100%;
          display: block;
          padding: 10px;
          box-sizing: border-box;
          background-size: cover;
          background-position: center bottom;
          background-image: url("../images/p_bg1.jpg");
          border-radius: 20px;
          transform: rotateY(-19deg) scale(0.5);
          transform-origin: left;
          transition: all 0.5s; }
          .index .box1 .list ul li a .pic {
            width: 100%;
            height: auto;
            position: relative;
            border-radius: 22px;
            overflow: hidden; }
            .index .box1 .list ul li a .pic img {
              width: 100%; }
            .index .box1 .list ul li a .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-size: cover;
              background-position: center;
              background-image: url("../images/p_bg.png");
              content: ''; }
          .index .box1 .list ul li a .tits {
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            width: 100%;
            text-transform: uppercase;
            margin-top: 12px;
            padding-bottom: 10px; }
        .index .box1 .list ul li:nth-child(1) {
          z-index: 1;
          opacity: 1;
          transform: translate(-200.3%, -50%); }
          .index .box1 .list ul li:nth-child(1) a {
            transform: rotateY(19deg) scale(0.85, 0.7525);
            transform-origin: left; }
        .index .box1 .list ul li:nth-child(2) {
          z-index: 2;
          opacity: 1;
          transform: translate(-134.4%, -50%); }
          .index .box1 .list ul li:nth-child(2) a {
            transform: rotateY(19deg) scale(0.845);
            transform-origin: left; }
        .index .box1 .list ul li:nth-child(3) {
          z-index: 3;
          opacity: 1;
          transform: translate(-67%, -50%); }
          .index .box1 .list ul li:nth-child(3) a {
            transform: rotateY(29deg) scale(0.935);
            transform-origin: left; }
        .index .box1 .list ul li:nth-child(4) {
          z-index: 4;
          opacity: 1;
          transform: translate(0, -50%); }
          .index .box1 .list ul li:nth-child(4) a {
            transform: rotateY(0deg); }
            .index .box1 .list ul li:nth-child(4) a .pic:after {
              display: none; }
        .index .box1 .list ul li:nth-child(5) {
          z-index: 3;
          opacity: 1;
          transform: translate(67%, -50%); }
          .index .box1 .list ul li:nth-child(5) a {
            transform: rotateY(-29deg) scale(0.935);
            transform-origin: right; }
        .index .box1 .list ul li:nth-child(6) {
          z-index: 2;
          opacity: 1;
          transform: translate(133.8%, -50%); }
          .index .box1 .list ul li:nth-child(6) a {
            transform: rotateY(-19deg) scale(0.845);
            transform-origin: right; }
        .index .box1 .list ul li:nth-child(7) {
          z-index: 1;
          opacity: 1;
          transform: translate(202.5%, -50%); }
          .index .box1 .list ul li:nth-child(7) a {
            transform: rotateY(-19deg) scale(0.85, 0.7525);
            transform-origin: right; }
    .index .box1 .list .a {
      width: 61px;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      border-radius: 100%; }
      .index .box1 .list .a.prev {
        left: -82px; }
      .index .box1 .list .a.next {
        right: -82px; }
    .index .box1 .list .btns {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 36px; }
      .index .box1 .list .btns span {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        color: #860f0d;
        font-weight: bold;
        padding: 0 9px; }
        .index .box1 .list .btns span.on i {
          width: 26px;
          height: 2px;
          background-color: #860f0d;
          margin-left: 18px;
          display: block; }
  @media (max-width: 1580px) {
    .index .box1 .list .a {
      width: 50px; }
      .index .box1 .list .a.prev {
        left: -50px; }
      .index .box1 .list .a.next {
        right: -50px; } }
  @media (max-width: 1200px) {
    .index .box1 .list ul {
      width: 27.3%;
      padding-bottom: 39.3%; }
    .index .box1 .list .a {
      width: 40px;
      z-index: 10;
      display: none; } }
  @media (max-width: 768px) {
    .index .box1 .list .listNew {
      overflow: initial; }
    .index .box1 .list ul {
      width: 72%;
      padding-bottom: 94%; } }
.index .box2 {
  display: flex;
  justify-content: space-between;
  margin: 3.02083vw auto 0; }
  .index .box2 .con {
    width: 40.7%;
    padding-top: 20px;
    position: relative; }
    .index .box2 .con .indexTitle {
      text-align: left; }
    .index .box2 .con .txt {
      font-size: 12px;
      line-height: 20px;
      color: #767676;
      margin-top: 37px; }
    .index .box2 .con .moreClick {
      width: 154px;
      height: 43px;
      border-radius: 22px;
      background-image: -moz-linear-gradient(0deg, #c40908 0%, #6b110f 100%);
      background-image: -webkit-linear-gradient(0deg, #c40908 0%, #6b110f 100%);
      background-image: -ms-linear-gradient(0deg, #c40908 0%, #6b110f 100%);
      font-size: 12px;
      line-height: 43px;
      color: #fff;
      font-weight: bold;
      position: absolute;
      display: block;
      left: 0;
      bottom: 0;
      text-transform: uppercase; }
      .index .box2 .con .moreClick span {
        padding-left: 25px; }
      .index .box2 .con .moreClick img {
        position: absolute;
        top: 0;
        right: -6px; }
  .index .box2 .picBox {
    width: 55.4%;
    display: flex;
    justify-content: space-between; }
    .index .box2 .picBox .item {
      width: 65.3%;
      position: relative; }
      .index .box2 .picBox .item .img {
        width: 100%;
        border-radius: 0 10px 10px 0;
        overflow: hidden;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 18% 50%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 50%, 0 0); }
      .index .box2 .picBox .item .logo {
        width: 28.9%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -4.9%; }
        .index .box2 .picBox .item .logo .txt {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          animation: rotateAnimation 6s infinite linear; }
    .index .box2 .picBox .item1 {
      width: 31.2%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .index .box2 .picBox .item1 .pic {
        width: 100%;
        height: calc(50% - 13px);
        border-radius: 10px;
        overflow: hidden;
        position: relative; }
        .index .box2 .picBox .item1 .pic .img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .index .box2 .picBox .item1 .pic .icon {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .index .box2 .picBox .item1 .pic .icon:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #c00908;
            opacity: 0.1;
            border-radius: 100%;
            animation: pulse-border 1.5s linear infinite 0.75s; }
          .index .box2 .picBox .item1 .pic .icon:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #c00908;
            opacity: 0.1;
            border-radius: 100%;
            animation: pulse-border 1.5s linear infinite; }
          .index .box2 .picBox .item1 .pic .icon img {
            position: relative;
            z-index: 5; }
  @media (max-width: 1200px) {
    .index .box2 .con .txt {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .index .box2 {
      display: block; }
      .index .box2 .con {
        width: 100%; }
        .index .box2 .con .txt {
          margin-top: 10px; }
        .index .box2 .con .moreClick {
          position: relative;
          margin-top: 15px; }
      .index .box2 .picBox {
        width: 100%;
        display: block;
        margin-top: 20px; }
        .index .box2 .picBox .item {
          width: 100%; }
          .index .box2 .picBox .item .img img {
            width: 100%; }
        .index .box2 .picBox .item1 {
          width: 100%;
          flex-direction: row;
          margin-top: 10px; }
          .index .box2 .picBox .item1 .pic {
            padding-bottom: 32vw;
            height: 0;
            width: calc(50% - 5px); } }
.index .box3 {
  margin-top: 3.90625vw;
  padding-bottom: 25px;
  padding-top: 2.34375vw; }
  .index .box3 .indexTitle {
    text-align: center;
    color: #fff; }
  .index .box3 .list {
    margin-top: 2.08333vw; }
    .index .box3 .list ul li {
      width: 23.35%;
      margin-right: 2.2%;
      float: left;
      background-color: #fff;
      overflow: hidden;
      border-radius: 30px;
      -webkit-clip-path: polygon(100% 0, 100% 87%, 86% 100%, 0 100%, 0 0);
      clip-path: polygon(100% 0, 100% 87%, 86% 100%, 0 100%, 0 0);
      box-sizing: border-box;
      padding: 1px;
      box-sizing: border-box; }
      .index .box3 .list ul li:last-child {
        margin-right: 0; }
      .index .box3 .list ul li a {
        width: 100%;
        display: block;
        padding: 1.30208vw 1.5625vw 0;
        box-sizing: border-box;
        position: relative;
        background-color: #fff;
        border-radius: 30px;
        -webkit-clip-path: polygon(100% 0, 100% 87%, 86% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 87%, 86% 100%, 0 100%, 0 0); }
        .index .box3 .list ul li a .tits {
          position: relative; }
          .index .box3 .list ul li a .tits img {
            position: absolute;
            left: -15px;
            top: 0; }
          .index .box3 .list ul li a .tits .t {
            width: calc(100% - 45px);
            margin-left: 45px;
            font-size: 14px;
            line-height: 18px;
            height: 36px;
            position: relative;
            font-weight: bold;
            color: #231726; }
        .index .box3 .list ul li a .pic {
          padding-bottom: 75%;
          border-radius: 15px;
          margin-top: 12px; }
        .index .box3 .list ul li a .tit {
          font-size: 12px;
          line-height: 22px;
          color: #5e5c5c;
          height: 66px;
          margin-top: 8px; }
        .index .box3 .list ul li a .tit1 {
          padding: 12px 0;
          width: 100%;
          border-top: 1px solid #ecf0f1;
          display: flex;
          align-items: center;
          font-size: 16px;
          color: #000;
          line-height: 20px;
          font-weight: bold;
          margin-top: 10px; }
          .index .box3 .list ul li a .tit1 .icon {
            width: 35px;
            height: 35px;
            border-radius: 10px;
            background-color: #b68a52;
            margin-right: 12px; }
            .index .box3 .list ul li a .tit1 .icon img:nth-child(2) {
              display: none; }
      @media (min-width: 1024px) {
        .index .box3 .list ul li:hover {
          background-color: #b30a09; }
          .index .box3 .list ul li:hover a:after {
            display: block; }
          .index .box3 .list ul li:hover a .tit1 .icon {
            background-image: -moz-linear-gradient(0deg, #c10908 0%, #710906 100%);
            background-image: -webkit-linear-gradient(0deg, #c10908 0%, #710906 100%);
            background-image: -ms-linear-gradient(0deg, #c10908 0%, #710906 100%); }
            .index .box3 .list ul li:hover a .tit1 .icon img:nth-child(1) {
              display: none; }
            .index .box3 .list ul li:hover a .tit1 .icon img:nth-child(2) {
              display: block; } }
    .index .box3 .list .bottom {
      display: flex;
      align-items: center;
      width: 100%;
      margin-top: 2.44792vw;
      justify-content: space-between; }
      .index .box3 .list .bottom .t {
        flex: 1;
        padding-left: 9.375vw;
        font-size: 14px;
        line-height: 16px;
        box-sizing: border-box; }
      .index .box3 .list .bottom .btns {
        border: 1px solid #f7ebd1;
        height: 36px;
        border-radius: 18px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0 16px; }
        .index .box3 .list .bottom .btns span {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          display: block;
          background-color: #f7ebd1;
          margin: 0 8px;
          opacity: 1;
          cursor: pointer;
          position: relative; }
          .index .box3 .list .bottom .btns span.swiper-pagination-bullet-active {
            background-color: #a30907; }
            .index .box3 .list .bottom .btns span.swiper-pagination-bullet-active:after {
              width: 20px;
              height: 20px;
              position: absolute;
              top: -5px;
              left: -5px;
              border-radius: 100%;
              content: '';
              background-color: rgba(255, 0, 0, 0.2); }
  @media (max-width: 1200px) {
    .index .box3 .list ul li {
      width: 32%;
      margin-right: 2%; } }
  @media (max-width: 960px) {
    .index .box3 .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .index .box3 .list ul li a .tits img {
        width: 30px;
        left: 0; }
      .index .box3 .list ul li a .tits .t {
        width: calc(100% - 40px);
        margin-left: 40px; } }
  @media (max-width: 640px) {
    .index .box3 {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 25px; }
      .index .box3 .list {
        margin-top: 15px; }
        .index .box3 .list ul li {
          width: 100%; }
          .index .box3 .list ul li a {
            padding: 15px 15px 0; }
            .index .box3 .list ul li a .tits .t {
              height: auto;
              -webkit-line-clamp: 1; }
            .index .box3 .list ul li a .tit1 {
              font-size: 12px; }
              .index .box3 .list ul li a .tit1 .icon {
                width: 30px;
                height: 30px; }
        .index .box3 .list .bottom {
          justify-content: center;
          margin-top: 15px; }
          .index .box3 .list .bottom .t {
            display: none; }
          .index .box3 .list .bottom .btns {
            height: 24px;
            padding: 0 10px; }
            .index .box3 .list .bottom .btns span {
              width: 6px;
              height: 6px; }
              .index .box3 .list .bottom .btns span.swiper-pagination-bullet-active:after {
                width: 10px;
                height: 10px;
                top: -2px;
                left: -2px; } }
.index .box4 {
  padding-top: 2.70833vw; }
  .index .box4 .list {
    margin-top: 2.34375vw; }
    .index .box4 .list ul {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .index .box4 .list ul li {
        width: 18.78%;
        border-radius: 15px;
        overflow: hidden;
        background-image: -moz-linear-gradient(-90deg, #f6efd5 0%, #a16e47 100%);
        background-image: -webkit-linear-gradient(-90deg, #f6efd5 0%, #a16e47 100%);
        background-image: -ms-linear-gradient(-90deg, #f6efd5 0%, #a16e47 100%); }
        .index .box4 .list ul li a {
          width: 100%;
          box-sizing: border-box;
          padding: 10px 7px 14px;
          display: flex;
          flex-direction: column; }
          .index .box4 .list ul li a .pic {
            padding-bottom: 74.8%;
            border-radius: 15px;
            margin-bottom: 15px; }
          .index .box4 .list ul li a .con {
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 10px;
            box-sizing: border-box;
            width: 100%;
            padding: 10px 14px 7px; }
            .index .box4 .list ul li a .con .tits {
              font-size: 14px;
              line-height: 18px;
              height: 36px;
              color: #fff;
              font-weight: bold; }
            .index .box4 .list ul li a .con .line {
              width: calc(100% + 8px);
              margin-left: -4px;
              height: 1px;
              background-color: #fff;
              margin-top: 8px; }
            .index .box4 .list ul li a .con .tit {
              font-size: 12px;
              line-height: 20px;
              height: 60px;
              color: #fff;
              margin-top: 6px; }
            .index .box4 .list ul li a .con .tit1 {
              width: fit-content;
              font-size: 14px;
              line-height: 19px;
              color: #ae0908;
              padding-right: 20px;
              background-position: right center;
              background-repeat: no-repeat;
              background-image: url("../images/jt2.png");
              font-weight: bold;
              margin-top: 10px; }
        .index .box4 .list ul li:nth-child(2n) {
          background-image: -moz-linear-gradient(-90deg, #a16e47 0%, #f6efd5 100%);
          background-image: -webkit-linear-gradient(-90deg, #a16e47 0%, #f6efd5 100%);
          background-image: -ms-linear-gradient(-90deg, #a16e47 0%, #f6efd5 100%); }
          .index .box4 .list ul li:nth-child(2n) a {
            flex-direction: column-reverse; }
            .index .box4 .list ul li:nth-child(2n) a .pic {
              margin-bottom: 0; }
            .index .box4 .list ul li:nth-child(2n) a .con {
              margin-bottom: 15px; }
        @media (min-width: 1024px) {
          .index .box4 .list ul li:hover {
            background-image: -moz-linear-gradient(-90deg, #b70a09 0%, #840906 100%);
            background-image: -webkit-linear-gradient(-90deg, #b70a09 0%, #840906 100%);
            background-image: -ms-linear-gradient(-90deg, #b70a09 0%, #840906 100%); }
            .index .box4 .list ul li:hover .con .tit1 {
              color: #b68a53;
              background-image: url("../images/jt2_h.png"); } }
  @media (max-width: 1200px) {
    .index .box4 .list ul li {
      width: 24%; }
      .index .box4 .list ul li:last-child {
        display: none; } }
  @media (max-width: 1024px) {
    .index .box4 .list ul li {
      width: 32%; }
      .index .box4 .list ul li:nth-child(n + 4) {
        display: none; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 25px; }
      .index .box4 .list {
        margin-top: 15px; }
        .index .box4 .list ul li {
          width: 100%; }
          .index .box4 .list ul li:nth-child(n + 2) {
            display: none; } }
.index .box5 {
  padding-top: 2.34375vw; }
  .index .box5 .content {
    position: relative;
    margin-top: 2.34375vw; }
    .index .box5 .content .conRight {
      width: 37.6%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .index .box5 .content .conRight ul {
        width: 100%;
        height: 100%; }
        .index .box5 .content .conRight ul li {
          width: 100%;
          height: 100%;
          position: relative;
          border-radius: 15px;
          overflow: hidden;
          margin-right: 10px; }
          .index .box5 .content .conRight ul li:last-child {
            margin-right: 0; }
          .index .box5 .content .conRight ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
    .index .box5 .content .conLeft {
      width: 60%; }
      .index .box5 .content .conLeft .conList ul li {
        width: 100%;
        margin-right: 10px; }
        .index .box5 .content .conLeft .conList ul li:last-child {
          margin-right: 10; }
        .index .box5 .content .conLeft .conList ul li a {
          width: 100%;
          display: block; }
          .index .box5 .content .conLeft .conList ul li a .tits {
            font-size: 16px;
            line-height: 22px;
            color: #000;
            font-weight: bold;
            height: 22px; }
          .index .box5 .content .conLeft .conList ul li a .time {
            font-size: 12px;
            line-height: 20px;
            background-position: left center;
            color: #5e5c5c;
            box-sizing: border-box;
            padding-left: 22px;
            background-repeat: no-repeat;
            background-image: url("../images/time1.png");
            margin-top: 10px; }
          .index .box5 .content .conLeft .conList ul li a .tit {
            font-size: 12px;
            line-height: 20px;
            color: #5e5c5c;
            height: 60px;
            margin-top: 10px; }
      .index .box5 .content .conLeft .list {
        margin-top: 22px; }
        .index .box5 .content .conLeft .list ul li {
          width: 31.3%;
          float: left;
          margin-right: 3.05%;
          border-radius: 15px;
          overflow: hidden; }
          .index .box5 .content .conLeft .list ul li:last-child {
            margin-right: 0; }
          .index .box5 .content .conLeft .list ul li a {
            width: 100%;
            height: 0;
            padding-bottom: 74.9%;
            overflow: hidden;
            position: relative;
            display: block; }
            .index .box5 .content .conLeft .list ul li a img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
        .index .box5 .content .conLeft .list .btns {
          display: flex;
          align-items: center;
          width: 100%;
          margin-top: 15px; }
          .index .box5 .content .conLeft .list .btns .line {
            flex: 1;
            height: 2px;
            background-color: #dde0e1;
            position: relative; }
            .index .box5 .content .conLeft .list .btns .line .swiper-pagination-progressbar-fill {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: #b30a09;
              transform-origin: 0 0; }
          .index .box5 .content .conLeft .list .btns .num {
            font-size: 12px;
            line-height: 35px;
            color: #c1c4c4;
            display: flex;
            align-items: center;
            padding: 0 22px; }
            .index .box5 .content .conLeft .list .btns .num span:nth-child(1) {
              color: #000; }
            .index .box5 .content .conLeft .list .btns .num i {
              margin: 0 10px;
              display: block; }
          .index .box5 .content .conLeft .list .btns .btn {
            display: flex;
            width: 75px;
            justify-content: space-between; }
            .index .box5 .content .conLeft .list .btns .btn a {
              width: 35px;
              border-radius: 5px;
              height: 35px;
              background-color: #dde0e1;
              display: block;
              background-size: cover;
              background-position: center; }
              .index .box5 .content .conLeft .list .btns .btn a.prev {
                background-image: url("../images/prev3.png"); }
              .index .box5 .content .conLeft .list .btns .btn a.next {
                background-image: url("../images/next3.png"); }
              @media (min-width: 1024px) {
                .index .box5 .content .conLeft .list .btns .btn a:hover {
                  background-color: #b68a52; }
                  .index .box5 .content .conLeft .list .btns .btn a:hover.prev {
                    background-image: url("../images/prev3_h.png"); }
                  .index .box5 .content .conLeft .list .btns .btn a:hover.next {
                    background-image: url("../images/next3_h.png"); } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 25px; }
      .index .box5 .content {
        margin-top: 15px; }
        .index .box5 .content .conRight {
          width: 100%;
          position: relative;
          height: 75vw; }
        .index .box5 .content .conLeft {
          width: 100%;
          margin-top: 15px; }
          .index .box5 .content .conLeft .list {
            margin-top: 0; }
            .index .box5 .content .conLeft .list ul {
              display: none; } }
.index .box6 {
  padding: 36px 0;
  margin-top: 3.64583vw;
  position: relative; }
  .index .box6 .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto; }
    .index .box6 .content .con {
      width: 20.7%; }
      .index .box6 .content .con .indexTitle {
        color: #fff;
        text-align: left; }
      .index .box6 .content .con .txt {
        font-size: 14px;
        line-height: 20px;
        color: #5e5c5c;
        width: 77.6%;
        margin-top: 25px; }
  .index .box6 .list {
    width: 71.1%;
    float: right;
    position: relative;
    z-index: 10; }
    .index .box6 .list ul li {
      width: 32.6%;
      background-color: #fff;
      border-radius: 15px;
      overflow: hidden;
      margin-right: 3.3%; }
      .index .box6 .list ul li:last-child {
        margin-right: 0; }
      .index .box6 .list ul li a {
        width: 100%;
        display: block;
        position: relative; }
        .index .box6 .list ul li a:after {
          width: 100%;
          height: 100%;
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          border: 1px solid #b30a09;
          z-index: 5;
          box-sizing: border-box;
          border-radius: 15px; }
        .index .box6 .list ul li a .pic {
          padding-bottom: 56.4%; }
          .index .box6 .list ul li a .pic:after {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video2.png"); }
        .index .box6 .list ul li a .con {
          padding: 1.40625vw 1.40625vw 1.04167vw;
          width: 100%;
          box-sizing: border-box; }
          .index .box6 .list ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            color: #222;
            height: 40px;
            font-weight: bold; }
          .index .box6 .list ul li a .con .line {
            width: 20px;
            height: 3px;
            background-color: #b4100f;
            margin-top: 10px; }
          .index .box6 .list ul li a .con .tit {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 1.97917vw; }
            .index .box6 .list ul li a .con .tit .time {
              padding-left: 18px;
              font-size: 12px;
              color: #222;
              line-height: 18px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time1.png"); }
            .index .box6 .list ul li a .con .tit .more {
              width: 58px;
              height: 18px;
              border-radius: 5px;
              text-align: center;
              font-size: 12px;
              line-height: 18px;
              background-color: #b68a52;
              color: #fff;
              font-weight: bold; }
      @media (min-width: 1024px) {
        .index .box6 .list ul li:hover a:after {
          display: block; }
        .index .box6 .list ul li:hover a .con .tit .more {
          background-image: -moz-linear-gradient(0deg, #b60908 0%, #800906 100%);
          background-image: -webkit-linear-gradient(0deg, #b60908 0%, #800906 100%);
          background-image: -ms-linear-gradient(0deg, #b60908 0%, #800906 100%); } }
  .index .box6 .bottom {
    width: 100%;
    position: absolute;
    bottom: 48px;
    left: 0; }
    .index .box6 .bottom .w1400 {
      display: flex;
      align-items: center; }
      .index .box6 .bottom .w1400 a {
        width: 55px;
        height: 55px;
        border-radius: 100%;
        display: block;
        margin-right: 15px;
        background-size: cover;
        background-repeat: no-repeat; }
        .index .box6 .bottom .w1400 a.prev {
          background-image: url("../images/prev4.png"); }
        .index .box6 .bottom .w1400 a.next {
          background-image: url("../images/next4.png"); }
        @media (min-width: 1024px) {
          .index .box6 .bottom .w1400 a:hover.prev {
            background-image: url("../images/prev4_h.png"); }
          .index .box6 .bottom .w1400 a:hover.next {
            background-image: url("../images/next4_h.png"); } }
  @media (max-width: 1400px) {
    .index .box6 .content .w1400 .con {
      width: 25.7%; } }
  @media (max-width: 1200px) {
    .index .box6 .bottom {
      bottom: 36px; }
      .index .box6 .bottom .w1400 a {
        width: 44px;
        height: 44px; }
    .index .box6 .list ul li {
      width: 46%;
      margin-right: 2%; } }
  @media (max-width: 768px) {
    .index .box6 {
      margin-top: 25px;
      padding: 25px 0; }
      .index .box6 .content {
        position: relative;
        top: auto;
        transform: translateY(0); }
        .index .box6 .content .w1400 .con {
          width: 100%; }
          .index .box6 .content .w1400 .con .txt {
            width: 100%;
            margin-top: 10px; }
      .index .box6 .list {
        margin-top: 15px;
        width: 100%;
        float: none; }
        .index .box6 .list ul li {
          width: 80%; }
          .index .box6 .list ul li a .pic:after {
            width: 40px;
            height: 40px; }
          .index .box6 .list ul li a .con {
            padding: 15px; }
            .index .box6 .list ul li a .con .tits {
              font-size: 13px;
              line-height: 20px;
              height: 40px; }
            .index .box6 .list ul li a .con .tit {
              margin-top: 10px; }
      .index .box6 .bottom {
        position: relative;
        bottom: auto;
        margin-top: 15px; }
        .index .box6 .bottom .w1400 {
          justify-content: center; }
          .index .box6 .bottom .w1400 a {
            margin: 0 5px; } }
.index .box7 {
  padding-top: 48px; }
  .index .box7 .content {
    position: relative;
    margin-top: 2.23958vw; }
    .index .box7 .content .boxLeft {
      width: 25.85%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      overflow: hidden;
      -webkit-clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%); }
      .index .box7 .content .boxLeft img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .index .box7 .content .boxRight {
      width: 75.5%;
      float: right; }
      .index .box7 .content .boxRight .conList {
        width: 100%; }
        .index .box7 .content .boxRight .conList ul li {
          width: 100%; }
          .index .box7 .content .boxRight .conList ul li a {
            width: 100%;
            display: block;
            box-sizing: border-box;
            padding-left: 12px;
            padding-right: 48px; }
            .index .box7 .content .boxRight .conList ul li a .tits {
              font-size: 14px;
              line-height: 20px;
              color: #000;
              font-weight: bold;
              height: 20px; }
            .index .box7 .content .boxRight .conList ul li a .tit {
              font-size: 12px;
              line-height: 20px;
              height: 40px;
              color: #5e5c5c;
              margin-top: 15px; }
      .index .box7 .content .boxRight .list {
        margin-top: 22px;
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
        clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%); }
        .index .box7 .content .boxRight .list ul li {
          width: 35%;
          float: left;
          -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 16% 100%);
          clip-path: polygon(0 0, 84% 0, 100% 100%, 16% 100%);
          overflow: hidden;
          padding: 1px;
          box-sizing: border-box;
          background-color: #e6e9ea; }
          .index .box7 .content .boxRight .list ul li a {
            width: 100%;
            height: 0;
            padding-bottom: 54%;
            position: relative;
            overflow: hidden;
            display: block; }
            .index .box7 .content .boxRight .list ul li a img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .index .box7 .content .boxRight .list ul li:not(.swiper-slide-active) {
            margin-left: -2.5%; }
          @media (min-width: 1024px) {
            .index .box7 .content .boxRight .list ul li:hover {
              background-color: #b30a09; } }
      .index .box7 .content .boxRight .btns {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 28px;
        box-sizing: border-box;
        padding-left: 5.8%; }
        .index .box7 .content .boxRight .btns .line {
          flex: 1;
          height: 2px;
          background-color: #dde0e1;
          position: relative; }
          .index .box7 .content .boxRight .btns .line .swiper-pagination-progressbar-fill {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #b30a09;
            transform-origin: 0 0; }
        .index .box7 .content .boxRight .btns .num {
          font-size: 12px;
          line-height: 35px;
          color: #c1c4c4;
          display: flex;
          align-items: center;
          padding: 0 22px; }
          .index .box7 .content .boxRight .btns .num span:nth-child(1) {
            color: #000; }
          .index .box7 .content .boxRight .btns .num i {
            margin: 0 10px;
            display: block; }
        .index .box7 .content .boxRight .btns .btn {
          display: flex;
          width: 75px;
          justify-content: space-between; }
          .index .box7 .content .boxRight .btns .btn a {
            width: 35px;
            border-radius: 5px;
            height: 35px;
            background-color: #dde0e1;
            display: block;
            background-size: cover;
            background-position: center; }
            .index .box7 .content .boxRight .btns .btn a.prev {
              background-image: url("../images/prev3.png"); }
            .index .box7 .content .boxRight .btns .btn a.next {
              background-image: url("../images/next3.png"); }
            @media (min-width: 1024px) {
              .index .box7 .content .boxRight .btns .btn a:hover {
                background-color: #b68a52; }
                .index .box7 .content .boxRight .btns .btn a:hover.prev {
                  background-image: url("../images/prev3_h.png"); }
                .index .box7 .content .boxRight .btns .btn a:hover.next {
                  background-image: url("../images/next3_h.png"); } }
  @media (max-width: 1024px) {
    .index .box7 .content .boxLeft {
      display: none; }
    .index .box7 .content .boxRight {
      width: 100%; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 25px; }
      .index .box7 .content {
        margin-top: 15px; }
        .index .box7 .content .boxRight .conList ul li a {
          padding: 0; }
        .index .box7 .content .boxRight .list {
          margin-top: 10px;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
          .index .box7 .content .boxRight .list ul li {
            width: 100%;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            margin-left: 0 !important;
            margin-right: 10px; }
        .index .box7 .content .boxRight .btns {
          padding-left: 0;
          margin-top: 15px; } }
.index .box8 {
  padding-top: 3.02083vw;
  padding-bottom: 2.8125vw; }
  .index .box8 a {
    display: block;
    width: 7.7%;
    height: 42px;
    background-color: #fff;
    position: relative;
    margin-right: 0.69%;
    margin-bottom: 10px;
    float: left; }
    .index .box8 a:nth-child(12n) {
      margin-right: 0; }
    .index .box8 a img {
      max-width: 60%;
      max-height: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media (max-width: 1080px) {
    .index .box8 a {
      width: 15%;
      margin-right: 2%; }
      .index .box8 a:nth-child(6n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .index .box8 {
      padding: 25px 0; }
      .index .box8 a {
        width: 32%;
        margin-right: 2%; }
        .index .box8 a:nth-child(3n) {
          margin-right: 0; } }

.footer {
  width: 100%;
  height: 525px;
  background-image: url("../images/footer_bg.jpg");
  padding-top: 43px;
  position: relative; }
  .footer .footerNew {
    width: 100%; }
    .footer .footerNew .footerLeft {
      width: 28.125%;
      margin-left: 8.3%;
      float: left; }
      .footer .footerNew .footerLeft .logo {
        width: 309px;
        max-width: 70%; }
      .footer .footerNew .footerLeft .tits {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        margin-top: 8px; }
      .footer .footerNew .footerLeft .tit {
        width: 325px;
        max-width: 100%;
        margin-top: 16px; }
        .footer .footerNew .footerLeft .tit .t {
          font-size: 14px;
          line-height: 34px;
          color: #121212;
          display: flex;
          align-items: flex-start; }
          .footer .footerNew .footerLeft .tit .t img {
            margin-right: 8px;
            display: block;
            margin-top: 7px; }
    .footer .footerNew .footerCen {
      width: 23.5%;
      float: left;
      margin-left: 11.25%;
      display: flex;
      padding-top: 16px; }
      .footer .footerNew .footerCen dl {
        width: 47%; }
        .footer .footerNew .footerCen dl dt {
          font-size: 20px;
          line-height: 22px;
          color: #fff;
          font-weight: bold; }
        .footer .footerNew .footerCen dl .line {
          width: 80%;
          height: 1px;
          background-color: #fff;
          margin-top: 10px; }
        .footer .footerNew .footerCen dl dd {
          display: flex;
          flex-wrap: wrap;
          margin-top: 3px; }
          .footer .footerNew .footerCen dl dd a {
            display: block;
            font-size: 12px;
            line-height: 35px;
            color: #fff;
            width: 100%; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerCen dl dd a:hover {
                color: #a60a09; } }
        .footer .footerNew .footerCen dl:nth-child(2) {
          width: 53%; }
          .footer .footerNew .footerCen dl:nth-child(2) dd a {
            width: 50%; }
    .footer .footerNew .footerRight {
      width: 23%;
      float: right;
      margin-right: 5.2%;
      padding-top: 102px; }
      .footer .footerNew .footerRight .imgBox {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .footer .footerNew .footerRight .imgBox a {
          width: 31.9%;
          display: block;
          margin-bottom: 17px;
          margin-right: 2.15%; }
          .footer .footerNew .footerRight .imgBox a:nth-child(3), .footer .footerNew .footerRight .imgBox a:nth-child(5) {
            margin-right: 0; }
      .footer .footerNew .footerRight .share {
        display: flex;
        justify-content: center;
        margin-top: 35px; }
        .footer .footerNew .footerRight .share a {
          width: 41px;
          display: block;
          margin: 0 10px; }
  .footer .foot {
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    background-image: url("../images/footer_bg1.jpg");
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }
    .footer .foot a {
      color: #fff; }
      @media (min-width: 1024px) {
        .footer .foot a:hover {
          color: #a60a09; } }
  @media (max-width: 1700px) {
    .footer .footerNew .footerLeft {
      margin-left: 4%; } }
  @media (max-width: 1460px) {
    .footer .footerNew .footerCen {
      width: 29.5%;
      margin-left: 5.25%; } }
  @media (max-width: 1280px) {
    .footer {
      background-color: #fff;
      background-position: 22% center; }
      .footer .footerNew .footerLeft {
        width: 41%; }
      .footer .footerNew .footerCen {
        display: none; }
      .footer .footerNew .footerRight {
        width: 39%; } }
  @media (max-width: 768px) {
    .footer {
      height: auto;
      background: none;
      background-color: #fff;
      padding-top: 20px; }
      .footer .footerNew {
        padding-bottom: 30px;
        box-sizing: border-box; }
        .footer .footerNew .footerLeft {
          width: 100%;
          float: none;
          margin-left: 0;
          box-sizing: border-box;
          padding: 0 4%; }
          .footer .footerNew .footerLeft .logo {
            width: 200px; }
          .footer .footerNew .footerLeft .tits {
            font-size: 13px;
            line-height: 22px; }
          .footer .footerNew .footerLeft .tit {
            max-width: 100%;
            width: 100%;
            margin-top: 10px; }
        .footer .footerNew .footerRight {
          width: 100%;
          margin-right: 0;
          float: none;
          margin-top: 15px;
          padding-top: 0;
          box-sizing: border-box;
          padding: 0 4%; }
          .footer .footerNew .footerRight .imgBox a {
            margin-bottom: 10px; }
          .footer .footerNew .footerRight .share {
            margin-top: 20px; }
            .footer .footerNew .footerRight .share a {
              width: 37px;
              margin: 0 3px; }
      .footer .foot {
        position: relative;
        padding: 8px 0;
        line-height: 16px; }
        .footer .foot a {
          display: block; } }

/*# sourceMappingURL=style.css.map */
