.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.w1290 {
  width: 1290px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.noScroll {
  overflow: hidden; }

@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: #a01211;
      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; }
        .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: #a01211; } }
        .headerBox .header .nav ul li.on .tits {
          color: #a01211; }
        @media (min-width: 1024px) {
          .headerBox .header .nav ul li:hover .tits {
            color: #a01211; }
          .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; }
  .headerBox .header.open {
    width: 100%;
    max-width: 100%;
    top: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .headerBox .header.open .logo {
      height: 96px;
      width: 252px; }
      .headerBox .header.open .logo img {
        height: 69px;
        margin-left: 49px; }
    .headerBox .header.open .nav {
      margin-left: 2.34375vw; }
      .headerBox .header.open .nav:after {
        display: none; }
      .headerBox .header.open .nav ul li .tits {
        height: 96px; }
    .headerBox .header.open .headerRight {
      display: none; }
    .headerBox .header.open .headerRight1 {
      display: flex; }
  @media (min-width: 1024px) {
    .headerBox .header.on {
      width: 100%;
      max-width: 100%;
      top: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .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, .headerBox .header.open .logo {
      width: 220px; }
      .headerBox .header.on .logo img, .headerBox .header.open .logo img {
        margin-left: 28px; }
    .headerBox .header.on .nav, .headerBox .header.open .nav {
      margin-left: 1.04167vw; }
      .headerBox .header.on .nav ul li, .headerBox .header.open .nav ul li {
        margin-right: 1.5625vw; }
        .headerBox .header.on .nav ul li .tits, .headerBox .header.open .nav ul li .tits {
          font-size: 12px; } }
  @media (max-width: 1530px) {
    .headerBox .header.on .logo, .headerBox .header.open .logo {
      width: 180px; }
      .headerBox .header.on .logo img, .headerBox .header.open .logo img {
        margin-left: 18px; }
    .headerBox .header.on .nav, .headerBox .header.open .nav {
      margin-left: 0.52083vw; }
      .headerBox .header.on .nav ul li, .headerBox .header.open .nav ul li {
        margin-right: 1.04167vw; } }
  @media (max-width: 1366px) {
    .headerBox .header.on .headerRight, .headerBox .header.open .headerRight {
      display: flex; }
    .headerBox .header.on .headerRight1, .headerBox .header.open .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 !important; }
        .headerBox .header .logo img {
          height: 34px !important;
          margin-left: 10px !important; }
      .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 !important;
              line-height: 46px !important;
              height: auto !important;
              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 {
  background-color: #e6e9ea; }
  .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 .box3List {
      margin-top: 2.08333vw; }
      .index .box3 .box3List .bottom {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 2.44792vw;
        justify-content: space-between; }
        .index .box3 .box3List .bottom .t {
          flex: 1;
          padding-left: 9.375vw;
          font-size: 14px;
          line-height: 16px;
          box-sizing: border-box; }
        .index .box3 .box3List .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 .box3List .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 .box3List .bottom .btns span.swiper-pagination-bullet-active {
              background-color: #a30907; }
              .index .box3 .box3List .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: 640px) {
      .index .box3 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 25px; }
        .index .box3 .box3List {
          margin-top: 15px; }
          .index .box3 .box3List .bottom {
            justify-content: center;
            margin-top: 15px; }
            .index .box3 .box3List .bottom .t {
              display: none; }
            .index .box3 .box3List .bottom .btns {
              height: 24px;
              padding: 0 10px; }
              .index .box3 .box3List .bottom .btns span {
                width: 6px;
                height: 6px; }
                .index .box3 .box3List .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; } }

.box3List 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; }
  .box3List ul li:last-child {
    margin-right: 0; }
  .box3List 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); }
    .box3List ul li a .tits {
      position: relative; }
      .box3List ul li a .tits img {
        position: absolute;
        left: -15px;
        top: 0; }
      .box3List 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; }
    .box3List ul li a .pic {
      padding-bottom: 75%;
      border-radius: 15px;
      margin-top: 12px; }
    .box3List ul li a .tit {
      font-size: 12px;
      line-height: 22px;
      color: #5e5c5c;
      height: 66px;
      margin-top: 8px; }
    .box3List 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; }
      .box3List ul li a .tit1 .icon {
        width: 35px;
        height: 35px;
        border-radius: 10px;
        background-color: #b68a52;
        margin-right: 12px; }
        .box3List ul li a .tit1 .icon img:nth-child(2) {
          display: none; }
  @media (min-width: 1024px) {
    .box3List ul li:hover {
      background-color: #b30a09; }
      .box3List ul li:hover a:after {
        display: block; }
      .box3List 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%); }
        .box3List ul li:hover a .tit1 .icon img:nth-child(1) {
          display: none; }
        .box3List ul li:hover a .tit1 .icon img:nth-child(2) {
          display: block; } }
@media (max-width: 1200px) {
  .box3List ul li {
    width: 32%;
    margin-right: 2%; } }
@media (max-width: 960px) {
  .box3List ul li {
    width: 48.5%;
    margin-right: 3%; }
    .box3List ul li a .tits img {
      width: 30px;
      left: 0; }
    .box3List ul li a .tits .t {
      width: calc(100% - 40px);
      margin-left: 40px; } }
@media (max-width: 640px) {
  .box3List ul li {
    width: 100%; }
    .box3List ul li a {
      padding: 15px 15px 0; }
      .box3List ul li a .tits .t {
        height: auto;
        -webkit-line-clamp: 1; }
      .box3List ul li a .tit1 {
        font-size: 12px; }
        .box3List ul li a .tit1 .icon {
          width: 30px;
          height: 30px; } }

.footer {
  width: 100%;
  height: 525px;
  background-image: url("../images/footer_bg.png");
  padding-top: 43px;
  position: relative;
  background-color: #fff; }
  .footer.neiye {
    background-color: #f7f7f7; }
  .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;
          padding-left: 23px;
          box-sizing: border-box;
          background-position: left 7px;
          background-repeat: no-repeat; }
          .footer .footerNew .footerLeft .tit .t:nth-child(1) {
            background-image: url("../images/footer_icon1.png"); }
          .footer .footerNew .footerLeft .tit .t:nth-child(2) {
            background-image: url("../images/footer_icon2.png"); }
          .footer .footerNew .footerLeft .tit .t:nth-child(3) {
            background-image: url("../images/footer_icon3.png"); }
          .footer .footerNew .footerLeft .tit .t:nth-child(4) {
            background-image: url("../images/footer_icon4.png"); }
          .footer .footerNew .footerLeft .tit .t:nth-child(5) {
            background-image: url("../images/footer_icon5.png"); }
    .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: #a01211; } }
        .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: #a01211; } }
  @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: 1024px) {
    .footer {
      height: auto;
      background: none;
      padding-top: 0; }
      .footer .footerNew {
        padding-bottom: 30px;
        box-sizing: border-box;
        background-color: #fff;
        padding-top: 20px;
        background-image: url("../images/footer_bg_m.png");
        background-size: 100% auto;
        background-position: center 20px;
        background-repeat: no-repeat;
        position: relative; }
        .footer .footerNew:before {
          width: 100%;
          bottom: 0;
          left: 0;
          height: 35%;
          background-color: #000;
          content: '';
          position: absolute; }
        .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: 40px; }
            .footer .footerNew .footerLeft .tit .t {
              color: #fff;
              background-size: 15px auto;
              background-position: left 2px;
              font-size: 12px;
              line-height: 24px; }
              .footer .footerNew .footerLeft .tit .t:nth-child(1) {
                background-image: url("../images/footer_icon1_h.png"); }
              .footer .footerNew .footerLeft .tit .t:nth-child(2) {
                background-image: url("../images/footer_icon2_h.png"); }
              .footer .footerNew .footerLeft .tit .t:nth-child(3) {
                background-image: url("../images/footer_icon3_h.png"); }
              .footer .footerNew .footerLeft .tit .t:nth-child(4) {
                background-image: url("../images/footer_icon4_h.png"); }
              .footer .footerNew .footerLeft .tit .t:nth-child(5) {
                background-image: url("../images/footer_icon5_h.png"); }
        .footer .footerNew .footerCen {
          width: 100%;
          display: flex;
          margin-left: 0;
          padding: 0 4%;
          box-sizing: border-box;
          position: relative;
          z-index: 5;
          margin-top: 15px;
          float: none; }
          .footer .footerNew .footerCen dl {
            width: 55%; }
            .footer .footerNew .footerCen dl:nth-child(2) {
              width: 45%; }
            .footer .footerNew .footerCen dl dt {
              font-size: 15px;
              line-height: 17px; }
            .footer .footerNew .footerCen dl .line {
              margin-top: 8px; }
            .footer .footerNew .footerCen dl dd {
              margin-top: 10px; }
              .footer .footerNew .footerCen dl dd a {
                line-height: 30px;
                font-size: 11px;
                line-height: 22px; }
        .footer .footerNew .footerRight {
          width: 100%;
          margin-right: 0;
          float: none;
          margin-top: 15px;
          padding-top: 0;
          box-sizing: border-box;
          padding: 0 4%;
          position: relative;
          z-index: 5; }
          .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; } }
  @media (max-width: 768px) {
    .footer .footerNew {
      background-position: left 40px; } }
  @media (max-width: 560px) {
    .footer .footerNew {
      background-position: left 50px; } }
  @media (max-width: 460px) {
    .footer .footerNew {
      background-position: left 70px; } }

.banner {
  margin-top: 96px;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: auto 100%;
  position: relative; }
  .banner .con {
    position: absolute;
    bottom: 54px;
    left: 10.7%;
    border-left: 5px solid #a01211;
    padding-left: 36px;
    box-sizing: border-box;
    padding-bottom: 4px;
    padding-top: 20px; }
    .banner .con .tits {
      font-size: 38px;
      line-height: 40px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
    .banner .con .home {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 22px;
      color: #fff;
      margin-top: 27px; }
      .banner .con .home a {
        color: #fff; }
        .banner .con .home a:nth-child(1) {
          color: #a01211; }
      .banner .con .home img {
        margin: 0 8px; }
  @media (max-width: 1366px) {
    .banner .con .tits {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 1024px) {
    .banner {
      margin-top: 50px;
      height: 220px; }
      .banner .con {
        padding-top: 15px;
        padding-left: 20px;
        border-width: 2px;
        bottom: 10%;
        left: 4%; }
        .banner .con .tits {
          font-size: 20px;
          line-height: 22px; }
        .banner .con .home {
          font-size: 14px;
          line-height: 16px;
          margin-top: 15px; } }

.contact {
  padding-top: 50px;
  padding-bottom: 4.79167vw; }
  .contact .box1 {
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between; }
    .contact .box1 .picBox {
      width: 46.8%;
      position: relative; }
      .contact .box1 .picBox .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .contact .box1 .picBox .con {
        width: 66.2%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #f7f7f7;
        box-sizing: border-box;
        padding: 3.54167vw 2.60417vw 3.64583vw 2.60417vw;
        color: #222; }
        .contact .box1 .picBox .con .tits {
          font-size: 24px;
          line-height: 26px;
          font-weight: bold; }
        .contact .box1 .picBox .con .tit {
          margin-top: 26px; }
          .contact .box1 .picBox .con .tit .t {
            display: flex;
            align-items: flex-start;
            margin-bottom: 22px; }
            .contact .box1 .picBox .con .tit .t:last-child {
              margin-bottom: 0; }
            .contact .box1 .picBox .con .tit .t img {
              margin-right: 18px; }
            .contact .box1 .picBox .con .tit .t .tt .tt1 {
              font-size: 14px;
              line-height: 16px;
              font-weight: bold; }
            .contact .box1 .picBox .con .tit .t .tt .tt2 {
              font-size: 12px;
              line-height: 16px;
              margin-top: 7px; }
    .contact .box1 .tableBox {
      width: 47.9%;
      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%);
      padding: 2.60417vw 2.34375vw 2.76042vw;
      box-sizing: border-box;
      position: relative;
      color: #fff; }
      .contact .box1 .tableBox:after {
        width: 17px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -17px;
        content: '';
        background-color: #80120d; }
      .contact .box1 .tableBox .tits {
        font-size: 28px;
        line-height: 30px;
        font-weight: bold; }
      .contact .box1 .tableBox .tit {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px; }
      .contact .box1 .tableBox .tit1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 37px; }
        .contact .box1 .tableBox .tit1 .tt {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 5px; }
        .contact .box1 .tableBox .tit1 .t {
          width: 46.5%;
          margin-bottom: 22px; }
          .contact .box1 .tableBox .tit1 .t .text {
            width: 100%;
            height: 45px;
            background-color: #fff;
            border: none;
            padding-left: 20px;
            font-size: 12px;
            color: #44423e;
            box-sizing: border-box;
            border: 1px solid #d6d6d6; }
        .contact .box1 .tableBox .tit1 .t1 {
          width: 100%; }
          .contact .box1 .tableBox .tit1 .t1 .txt {
            width: 100%;
            border: 1px solid #d6d6d6;
            padding: 13px 20px;
            font-size: 12px;
            line-height: 18px;
            color: #44423e;
            box-sizing: border-box;
            height: 152px;
            background-color: #fff; }
        .contact .box1 .tableBox .tit1 .submit {
          width: 100%;
          height: auto;
          text-align: center;
          display: block;
          font-size: 20px;
          line-height: 56px;
          color: #fff;
          background-color: #272727;
          margin-top: 26px; }
  .contact .map {
    margin-top: 72px;
    background-color: #f7f7f7;
    width: 100%;
    box-sizing: border-box;
    height: 466px;
    padding: 5px; }
  @media (max-width: 960px) {
    .contact .box1 {
      display: block; }
      .contact .box1 .picBox {
        width: 100%; }
        .contact .box1 .picBox .img {
          position: relative; }
      .contact .box1 .tableBox {
        width: calc(100% - 10px);
        margin-left: 10px;
        box-sizing: border-box; }
        .contact .box1 .tableBox:after {
          width: 10px;
          left: -10px; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 30px;
      padding-bottom: 30px; }
      .contact .box1 .picBox .con {
        width: 86%;
        padding: 15px; }
        .contact .box1 .picBox .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .contact .box1 .picBox .con .tit {
          margin-top: 15px; }
      .contact .box1 .tableBox {
        padding: 15px; }
        .contact .box1 .tableBox .tits {
          font-size: 18px;
          line-height: 20px; }
        .contact .box1 .tableBox .tit1 {
          margin-top: 15px;
          display: block; }
          .contact .box1 .tableBox .tit1 .t {
            width: 100%;
            margin-bottom: 10px; }
          .contact .box1 .tableBox .tit1 .submit {
            margin-top: 10px; }
      .contact .map {
        margin-top: 20px;
        height: 320px; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.team {
  padding-top: 38px;
  padding-bottom: 5.72917vw; }
  .team ul {
    padding-bottom: 36px; }
    .team ul li {
      width: 22.8%;
      float: left;
      margin-right: 2.9%;
      margin-bottom: 24px; }
      .team ul li:nth-child(4n) {
        margin-right: 0; }
      .team ul li .top {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 20px; }
        .team ul li .top:after {
          width: 100%;
          height: calc(100% - 108px);
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          background-size: cover;
          background-image: url("../images/team_bg1.png");
          border-radius: 5px 5px 0 0;
          overflow: hidden; }
        .team ul li .top .pic {
          width: calc(100% - 4px);
          margin: 0 auto;
          position: relative;
          z-index: 5; }
        .team ul li .top .tits {
          text-align: center;
          color: #fff;
          font-weight: bold;
          position: relative;
          z-index: 6;
          margin-top: -20px; }
          .team ul li .top .tits .t {
            font-size: 20px;
            line-height: 22px; }
          .team ul li .top .tits .t1 {
            font-size: 16px;
            line-height: 18px;
            margin-top: 6px; }
      .team ul li .con {
        background-color: #f7f7f7;
        width: 100%;
        border: 2px solid #f1f1f1;
        border-radius: 0 0 5px 5px;
        box-sizing: border-box;
        padding-top: 17px;
        padding-bottom: 20px; }
        .team ul li .con .tit {
          display: flex;
          justify-content: center;
          width: 100%; }
          .team ul li .con .tit .t .tt {
            font-size: 14px;
            line-height: 25px;
            color: #555;
            align-items: center;
            display: flex; }
            .team ul li .con .tit .t .tt img {
              margin-right: 8px; }
        .team ul li .con .share {
          width: 100%;
          justify-content: center;
          display: flex;
          margin-top: 9px; }
          .team ul li .con .share a {
            width: 24px;
            display: block;
            margin: 0 4px; }
      @media (min-width: 1024px) {
        .team ul li:hover .top:after {
          box-shadow: 0 -1px 6px rgba(209, 168, 121, 0.6); }
        .team ul li:hover .con {
          box-shadow: 0 3px 6px rgba(209, 168, 121, 0.6); } }
  @media (max-width: 1200px) {
    .team ul li {
      width: 31.4%; }
      .team ul li:nth-child(4n) {
        margin-right: 2.9%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .team {
      padding: 30px 0; }
      .team ul {
        padding-bottom: 15px; }
        .team ul li {
          width: 49%;
          margin-right: 2%;
          margin-bottom: 15px; }
          .team ul li:nth-child(4n) {
            margin-right: 2%; }
          .team ul li:nth-child(3n) {
            margin-right: 2%; }
          .team ul li:nth-child(2n) {
            margin-right: 0; }
          .team ul li .top {
            padding-bottom: 15px; }
            .team ul li .top .tits .t {
              font-size: 16px;
              line-height: 18px; }
            .team ul li .top .tits .t1 {
              font-size: 14px;
              line-height: 16px;
              margin-top: 6px; }
            .team ul li .top:after {
              height: calc(100% - 85px); } }

.teamInfo {
  padding-top: 3.22917vw;
  padding-bottom: 5.72917vw; }
  .teamInfo .content .con1 {
    width: 100%;
    background-color: #fff8f0;
    box-sizing: border-box;
    padding: 20px 24px 32px; }
    .teamInfo .content .con1 .item {
      margin-bottom: 23px; }
      .teamInfo .content .con1 .item:last-child {
        margin-bottom: 0 !important; }
      .teamInfo .content .con1 .item .t {
        font-size: 18px;
        line-height: 20px;
        color: #2c251c; }
      .teamInfo .content .con1 .item .t1 {
        font-size: 14px;
        line-height: 20px;
        color: #727272;
        margin-top: 13px; }
        .teamInfo .content .con1 .item .t1 a {
          color: #727272;
          display: block; }
      .teamInfo .content .con1 .item .share {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        .teamInfo .content .con1 .item .share a {
          display: block;
          width: 30px;
          margin-right: 12px; }
  .teamInfo .content .conLeft {
    width: 335px;
    float: left; }
    .teamInfo .content .conLeft .pic {
      width: 100%;
      border-radius: 10px 10px 0 0;
      overflow: hidden; }
  .teamInfo .content .conRight {
    width: calc(100% - 375px);
    float: right;
    padding-top: 14px; }
    .teamInfo .content .conRight .con .tits {
      border-bottom: 1px solid #cfcfcf; }
      .teamInfo .content .conRight .con .tits .t {
        font-size: 36px;
        line-height: 58px;
        color: #2c251c;
        position: relative;
        width: fit-content; }
        .teamInfo .content .conRight .con .tits .t span {
          font-size: 20px;
          color: #8c0807;
          margin-left: 22px; }
        .teamInfo .content .conRight .con .tits .t:after {
          width: 100%;
          height: 2px;
          background-color: #8c0807;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: ''; }
    .teamInfo .content .conRight .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 33px; }
    .teamInfo .content .conRight .con .tit {
      margin-top: 22px; }
      .teamInfo .content .conRight .con .tit .t {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 36px;
        color: #4c4b4b; }
        .teamInfo .content .conRight .con .tit .t img {
          margin-right: 7px; }
        .teamInfo .content .conRight .con .tit .t span {
          width: 150px;
          font-weight: bold;
          font-size: 14px; }
    .teamInfo .content .conRight .con1 {
      display: none; }
    .teamInfo .content .conRight .con2 {
      margin-top: 20px; }
      .teamInfo .content .conRight .con2 .tits {
        font-size: 18px;
        line-height: 58px;
        color: #2c251c;
        border-bottom: 1px solid #cfcfcf;
        position: relative; }
        .teamInfo .content .conRight .con2 .tits:after {
          width: 282px;
          height: 2px;
          background-color: #8c0807;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: ''; }
      .teamInfo .content .conRight .con2 .txt {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        padding-right: 5.98958vw;
        margin-top: 35px; }
      .teamInfo .content .conRight .con2 .list {
        padding-right: 3.38542vw;
        box-sizing: border-box;
        margin-top: 47px; }
        .teamInfo .content .conRight .con2 .list ul li {
          display: flex;
          align-items: flex-start;
          font-size: 14px;
          line-height: 20px;
          color: #727272;
          padding-bottom: 22px;
          position: relative; }
          .teamInfo .content .conRight .con2 .list ul li:after {
            width: 1px;
            height: 100%;
            position: absolute;
            top: 10px;
            left: 55px;
            content: '';
            background-color: #cfcfcf; }
          .teamInfo .content .conRight .con2 .list ul li .year {
            width: 46px; }
          .teamInfo .content .conRight .con2 .list ul li .dian {
            width: 18px;
            height: 18px;
            background-color: #fff;
            border-radius: 100%;
            position: relative;
            box-sizing: border-box;
            margin-top: 1px;
            z-index: 10; }
            .teamInfo .content .conRight .con2 .list ul li .dian:after {
              width: 6px;
              height: 6px;
              background-color: #d4a561;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: '';
              border-radius: 100%; }
            .teamInfo .content .conRight .con2 .list ul li .dian:before {
              width: 14px;
              height: 14px;
              background-color: #fff;
              border: 1px dashed #d4a561;
              top: 50%;
              left: 50%;
              box-sizing: border-box;
              transform: translate(-50%, -50%);
              content: '';
              border-radius: 100%;
              position: absolute; }
          .teamInfo .content .conRight .con2 .list ul li .t {
            margin-left: 22px;
            flex: 1; }
  .teamInfo .casesList {
    margin-top: 27px; }
  @media (max-width: 1366px) {
    .teamInfo .content .conRight .con .tits .t {
      font-size: 32px;
      line-height: 46px; }
      .teamInfo .content .conRight .con .tits .t span {
        font-size: 16px;
        line-height: 18px; } }
  @media (max-width: 1200px) {
    .teamInfo .content .conRight .con .tits .t {
      font-size: 24px;
      line-height: 40px; }
      .teamInfo .content .conRight .con .tits .t span {
        font-size: 14px;
        line-height: 16px; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding: 30px 0; }
      .teamInfo .content .con1 {
        padding: 15px 15px 25px;
        display: none; }
        .teamInfo .content .con1 .item {
          margin-bottom: 15px; }
          .teamInfo .content .con1 .item .t {
            font-size: 16px;
            line-height: 18px; }
          .teamInfo .content .con1 .item .t1 {
            font-size: 13px;
            line-height: 20px;
            margin-top: 8px; }
      .teamInfo .content .conLeft {
        width: 100%;
        float: none; }
      .teamInfo .content .conRight {
        width: 100%;
        float: none;
        margin-top: 15px;
        padding-top: 0; }
        .teamInfo .content .conRight .con .tits .t {
          font-size: 20px;
          line-height: 36px; }
          .teamInfo .content .conRight .con .tits .t span {
            font-size: 13px;
            line-height: 15px;
            margin-left: 10px; }
        .teamInfo .content .conRight .con .txt {
          font-size: 13px;
          line-height: 20px;
          margin-top: 15px; }
        .teamInfo .content .conRight .con .tit {
          margin-top: 15px; }
          .teamInfo .content .conRight .con .tit .t {
            flex-wrap: wrap;
            line-height: 24px;
            margin-bottom: 5px; }
            .teamInfo .content .conRight .con .tit .t span {
              width: calc(100% - 25px); }
        .teamInfo .content .conRight .con1 {
          display: block;
          margin-top: 15px; }
        .teamInfo .content .conRight .con2 .tits {
          line-height: 40px; }
        .teamInfo .content .conRight .con2 .txt {
          font-size: 13px;
          margin-top: 10px;
          padding-right: 0; }
        .teamInfo .content .conRight .con2 .list {
          margin-top: 20px;
          padding-right: 0; }
          .teamInfo .content .conRight .con2 .list ul li {
            font-size: 13px;
            padding-bottom: 10px; } }

.casesList ul {
  padding-bottom: 40px; }
  .casesList ul li {
    width: 24.1%;
    float: left;
    background-color: #fff8f0;
    border-radius: 0 20px 0 20px;
    box-shadow: 1.5px 2.598px 2.85px 0.15px rgba(89, 50, 1, 0.31);
    margin-right: 1.2%;
    margin-bottom: 20px; }
    .casesList ul li:nth-child(4n) {
      margin-right: 0; }
    .casesList ul li a {
      width: 100%;
      display: block;
      padding: 10px 10px 0;
      box-sizing: border-box; }
      .casesList ul li a .pic {
        border-radius: 0 20px 0 20px;
        padding-bottom: 74.7%; }
        .casesList ul li a .pic img:nth-child(2) {
          padding-bottom: 0;
          height: auto;
          position: absolute;
          bottom: 0;
          left: 0;
          top: auto;
          width: 100%;
          transform: scale(1) !important; }
      .casesList ul li a .con {
        width: 100%;
        margin-top: 15px; }
        .casesList ul li a .con .tits {
          font-size: 15px;
          line-height: 18px;
          color: #000;
          height: 36px;
          font-weight: bold; }
        .casesList ul li a .con .tit {
          height: 48px;
          font-size: 12px;
          line-height: 16px;
          color: #5e5c5c;
          margin-top: 8px; }
        .casesList ul li a .con .tit1 {
          border-top: 1px dashed #b68a52;
          font-size: 12px;
          line-height: 54px;
          color: #b68a52;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 16px; }
          .casesList ul li a .con .tit1 .time {
            padding-left: 20px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/time2.png"); }
          .casesList ul li a .con .tit1 .t {
            width: 54px;
            font-size: 12px;
            line-height: 20px;
            border-radius: 5px;
            background-color: #b68a52;
            color: #fff;
            text-align: center;
            font-weight: bold; }
    @media (min-width: 1024px) {
      .casesList 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%); }
        .casesList ul li:hover a .con .tits {
          color: #fff; }
        .casesList ul li:hover a .con .tit {
          color: #fff; }
        .casesList ul li:hover a .con .tit1 {
          border-color: #fff; }
          .casesList ul li:hover a .con .tit1 .time {
            color: #fff;
            background-image: url("../images/time2_h.png"); }
          .casesList ul li:hover a .con .tit1 .t {
            background-color: #fff;
            color: #850906; } }
@media (max-width: 1200px) {
  .casesList ul li {
    width: 32%;
    margin-right: 2%; }
    .casesList ul li:nth-child(4n) {
      margin-right: 2%; }
    .casesList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .casesList ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px; }
    .casesList ul li:nth-child(4n) {
      margin-right: 2%; }
    .casesList ul li:nth-child(3n) {
      margin-right: 2%; }
    .casesList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 540px) {
  .casesList ul {
    padding-bottom: 25px; }
    .casesList ul li {
      width: 100%;
      float: none;
      margin-bottom: 10px;
      margin-right: 0 !important; } }

.paging dl {
  display: flex;
  justify-content: center;
  align-items: center; }
  .paging dl a, .paging dl span {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 47px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bababa; }
    @media (min-width: 1024px) {
      .paging dl a:hover, .paging dl span:hover {
        background-color: #a60a09; } }
  .paging dl span {
    background-color: #a60a09; }
  .paging dl dt {
    margin: 0 6px; }
    .paging dl dt.prev a {
      background-image: url("../images/page_prev.png"); }
    .paging dl dt.next a {
      background-image: url("../images/page_next.png"); }
  .paging dl dd {
    margin: 0 6px; }
@media (max-width: 768px) {
  .paging dl a, .paging dl span {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
  .paging dl dt, .paging dl dd {
    margin: 0 4px; } }

.videoList {
  padding-bottom: 4.0625vw; }
  .videoList .box1 {
    padding-top: 3.90625vw; }
    .videoList .box1 .title {
      text-align: center;
      font-size: 30px;
      line-height: 32px;
      color: #020202;
      font-weight: bold; }
    .videoList .box1 .list {
      width: 100%;
      margin-top: 30px;
      position: relative; }
      .videoList .box1 .list .a {
        width: 23px;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block; }
        .videoList .box1 .list .a.prev {
          left: -45px; }
        .videoList .box1 .list .a.next {
          right: -45px; }
      .videoList .box1 .list .listNew ul {
        width: 36.4%;
        position: relative;
        padding-bottom: 20.6%;
        height: 0;
        margin: 0 auto; }
        .videoList .box1 .list .listNew ul li {
          top: 50%;
          transform: translateY(-50%);
          width: 60%;
          z-index: 0;
          border-radius: 15px;
          overflow: hidden;
          left: 0;
          width: 100%;
          z-index: -1;
          position: absolute;
          opacity: 0; }
          .videoList .box1 .list .listNew ul li.on {
            box-shadow: 0.5px 0.866px 5.94px 0.06px rgba(130, 18, 13, 0.55); }
            .videoList .box1 .list .listNew ul li.on a:after {
              width: 3.80208vw;
              height: 3.80208vw;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-size: cover;
              content: '';
              background-repeat: no-repeat;
              background-image: url("../images/video3.png"); }
          .videoList .box1 .list .listNew ul li a {
            width: 100%;
            display: block; }
  .videoList .list1 {
    margin-top: 5.72917vw; }
    .videoList .list1 ul {
      padding-bottom: 47px; }
      .videoList .list1 ul li {
        width: 23.5%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px; }
        .videoList .list1 ul li:nth-child(4n) {
          margin-right: 0; }
        .videoList .list1 ul li a {
          width: 100%;
          display: block; }
          .videoList .list1 ul li a .pic {
            padding-bottom: 56.4%;
            border-radius: 10px 10px 0 0; }
            .videoList .list1 ul li a .pic .icon {
              width: 40px;
              height: 40px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              .videoList .list1 ul li a .pic .icon:after {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                background-color: #a60a09;
                opacity: 0.1;
                border-radius: 100%;
                animation: pulse-border 1.5s linear infinite; }
              .videoList .list1 ul li a .pic .icon:before {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                background-color: #a60a09;
                opacity: 0.1;
                border-radius: 100%;
                animation: pulse-border 1.5s linear infinite 0.75s; }
              .videoList .list1 ul li a .pic .icon span {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 5;
                display: block;
                background-size: cover;
                background-image: url("../images/video4.png"); }
          .videoList .list1 ul li a .con {
            width: 100%;
            padding: 18px 13px;
            box-sizing: border-box;
            border: 1px solid #f4f3f3;
            border-radius: 0 0 15px 15px;
            border-top: none; }
            .videoList .list1 ul li a .con .tits {
              font-size: 14px;
              line-height: 20px;
              height: 40px;
              color: #131313;
              font-weight: bold; }
            .videoList .list1 ul li a .con .tit {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 12px;
              line-height: 14px;
              color: #222;
              margin-top: 16px; }
              .videoList .list1 ul li a .con .tit .t {
                align-items: center;
                display: flex; }
                .videoList .list1 ul li a .con .tit .t img {
                  margin-right: 7px; }
        @media (min-width: 1024px) {
          .videoList .list1 ul li:hover {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0.5px 0.866px 5.94px 0.06px rgba(130, 18, 13, 0.55), 0px 0px 0px 0px rgba(166, 10, 9, 0.35); }
            .videoList .list1 ul li:hover a .con .tits {
              color: #a60a09; } }
  @media (max-width: 1366px) {
    .videoList .box1 .title {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1200px) {
    .videoList .box1 .list .a.prev {
      left: -25px; }
    .videoList .box1 .list .a.next {
      right: -25px; }
    .videoList .box1 .list .listNew ul {
      width: 48%;
      padding-bottom: 27%; }
    .videoList .list1 ul li {
      width: 32%; }
      .videoList .list1 ul li:nth-child(4n) {
        margin-right: 2%; }
      .videoList .list1 ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .videoList {
      padding-top: 30px;
      padding-bottom: 30px; }
      .videoList .box1 {
        padding-top: 0; }
        .videoList .box1 .title {
          font-size: 20px;
          line-height: 22px; }
        .videoList .box1 .list {
          margin-top: 15px; }
          .videoList .box1 .list .a {
            width: 18px; }
            .videoList .box1 .list .a.prev {
              left: -5px; }
            .videoList .box1 .list .a.next {
              right: -5px; }
          .videoList .box1 .list .listNew ul {
            width: 90%;
            padding-bottom: 51%; }
            .videoList .box1 .list .listNew ul li {
              width: 100%; }
              .videoList .box1 .list .listNew ul li.on a:after {
                width: 40px;
                height: 40px; }
      .videoList .list1 ul {
        padding-bottom: 15px; }
        .videoList .list1 ul li {
          width: 49%; }
          .videoList .list1 ul li:nth-child(4n) {
            margin-right: 2%; }
          .videoList .list1 ul li:nth-child(3n) {
            margin-right: 2%; }
          .videoList .list1 ul li:nth-child(2n) {
            margin-right: 0; } }
  @media (max-width: 540px) {
    .videoList .list1 ul li {
      width: 100%;
      float: none;
      margin-bottom: 15px;
      margin-right: 0 !important; } }

.videoInfo {
  padding: 4.16667vw 2.70833vw;
  box-sizing: border-box; }
  .videoInfo .boxLeft {
    width: 255px;
    height: auto;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/videoInfo_bg3.png");
    padding: 11px 16px 16px;
    float: left;
    box-sizing: border-box; }
    .videoInfo .boxLeft .tits {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .videoInfo .boxLeft .tits .t {
        font-size: 14px;
        line-height: 16px;
        color: #a71111;
        font-weight: bold; }
      .videoInfo .boxLeft .tits a {
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        color: #909090; }
    .videoInfo .boxLeft .list {
      margin-top: 6px; }
      .videoInfo .boxLeft .list ul li {
        width: 100%;
        height: auto;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 7px; }
        .videoInfo .boxLeft .list ul li:last-child {
          margin-bottom: 0; }
        .videoInfo .boxLeft .list ul li a {
          width: 100%;
          display: block;
          height: 125px;
          position: relative; }
          .videoInfo .boxLeft .list ul li a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .videoInfo .boxLeft .list ul li a:after {
            width: 40px;
            height: 40px;
            background-size: cover;
            background-image: url("../images/video3.png");
            background-repeat: no-repeat;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
  .videoInfo .boxRight {
    width: calc(100% - 255px - 30px);
    float: right; }
    .videoInfo .boxRight .videoBox {
      width: 100%;
      border-radius: 15px;
      overflow: hidden;
      position: relative; }
      .videoInfo .boxRight .videoBox .bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
        .videoInfo .boxRight .videoBox .bg img {
          width: 100%; }
      .videoInfo .boxRight .videoBox .title {
        padding: 0 25px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        top: 18px;
        left: 0;
        z-index: 6;
        display: flex;
        justify-content: space-between; }
        .videoInfo .boxRight .videoBox .title .tits {
          flex: 1;
          font-size: 16px;
          line-height: 28px;
          font-weight: bold;
          display: flex;
          color: #fff;
          margin-right: 15px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .videoInfo .boxRight .videoBox .title .tits img {
            margin-right: 16px;
            border-radius: 100%; }
        .videoInfo .boxRight .videoBox .title a {
          width: 28px;
          display: block; }
      .videoInfo .boxRight .videoBox .video {
        width: 100%;
        height: 508px;
        position: relative; }
        .videoInfo .boxRight .videoBox .video img, .videoInfo .boxRight .videoBox .video video, .videoInfo .boxRight .videoBox .video iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .videoInfo .boxRight .list {
      margin-top: 19px; }
      .videoInfo .boxRight .list .title {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .videoInfo .boxRight .list .title .t {
          font-size: 16px;
          line-height: 18px;
          color: #a71111;
          font-weight: bold; }
        .videoInfo .boxRight .list .title a {
          font-size: 14px;
          font-weight: bold;
          line-height: 16px;
          color: #909090; }
      .videoInfo .boxRight .list .listNew {
        margin-top: 18px;
        position: relative; }
        .videoInfo .boxRight .list .listNew ul li {
          width: 24.6%;
          margin-right: 0.53%;
          float: left; }
          .videoInfo .boxRight .list .listNew ul li:last-child {
            margin-right: 0; }
          .videoInfo .boxRight .list .listNew ul li a {
            width: 100%;
            display: block; }
            .videoInfo .boxRight .list .listNew ul li a .pic {
              width: 100%;
              height: 125px;
              border-radius: 15px;
              overflow: hidden;
              position: relative; }
              .videoInfo .boxRight .list .listNew ul li a .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .videoInfo .boxRight .list .listNew ul li a .pic:after {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/videoInfo_bg2.png");
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                z-index: 5; }
              .videoInfo .boxRight .list .listNew ul li a .pic .icon {
                width: 40px;
                height: 40px;
                background-size: cover;
                background-repeat: no-repeat;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-image: url("../images/video3.png");
                z-index: 6; }
              .videoInfo .boxRight .list .listNew ul li a .pic .tits {
                width: calc(100% - 20px);
                width: 100%;
                position: absolute;
                box-sizing: border-box;
                bottom: 7px;
                left: 10px;
                font-size: 12px;
                font-weight: bold;
                color: #fff;
                line-height: 14px;
                z-index: 6; }
            .videoInfo .boxRight .list .listNew ul li a .tit {
              padding: 0 10px;
              box-sizing: border-box;
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              font-size: 11px;
              line-height: 14px;
              color: #222;
              margin-top: 8px; }
              .videoInfo .boxRight .list .listNew ul li a .tit .t {
                display: flex;
                align-items: center; }
                .videoInfo .boxRight .list .listNew ul li a .tit .t img {
                  margin-right: 6px; }
        .videoInfo .boxRight .list .listNew .a {
          width: 20px;
          height: 20px;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          top: 53px;
          z-index: 10; }
          .videoInfo .boxRight .list .listNew .a.prev {
            left: 0;
            background-image: url("../images/videoInfo_prev.png"); }
          .videoInfo .boxRight .list .listNew .a.next {
            right: 0;
            background-image: url("../images/videoInfo_next.png"); }
          @media (min-width: 1024px) {
            .videoInfo .boxRight .list .listNew .a:hover.prev {
              background-image: url("../images/videoInfo_prev_h.png"); }
            .videoInfo .boxRight .list .listNew .a:hover.next {
              background-image: url("../images/videoInfo_next_h.png"); } }
  @media (max-width: 1200px) {
    .videoInfo {
      padding: 4.16667vw 0; } }
  @media (max-width: 1024px) {
    .videoInfo .boxLeft {
      display: none; }
    .videoInfo .boxRight {
      width: 100%;
      float: none; }
      .videoInfo .boxRight .videoBox .video {
        height: 60vw; }
      .videoInfo .boxRight .list .listNew ul li {
        width: 33%;
        margin-right: 0.5%; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding: 30px 0; }
      .videoInfo .boxRight .videoBox .title {
        padding: 0 10px; }
        .videoInfo .boxRight .videoBox .title .tits {
          font-size: 14px; }
          .videoInfo .boxRight .videoBox .title .tits img {
            margin-right: 5px; }
      .videoInfo .boxRight .list .listNew ul li {
        width: 49.5%;
        margin-right: 1%; } }

.news {
  padding-top: 4.01042vw;
  padding-bottom: 3.125vw; }
  .news .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .news .title .tits .t {
      font-size: 18px;
      line-height: 20px;
      color: #a01211;
      align-items: center;
      display: flex; }
      .news .title .tits .t span {
        width: 23px;
        height: 1px;
        background-color: #a01211;
        display: block;
        margin-left: 8px; }
    .news .title .tits .t1 {
      font-size: 30px;
      line-height: 32px;
      color: #000;
      font-weight: bold;
      margin-top: 12px; }
    .news .title .tabs {
      display: flex;
      align-items: center;
      margin-bottom: 6px; }
      .news .title .tabs a {
        font-size: 16px;
        line-height: 32px;
        margin-left: 1px;
        color: #888;
        display: block;
        border-radius: 16px;
        margin-left: 18px;
        background-color: #d1d1d1;
        padding: 1px;
        box-sizing: border-box;
        overflow: hidden; }
        .news .title .tabs a span {
          display: block;
          padding: 0 18px;
          background-color: #fff;
          border-radius: 14px; }
        .news .title .tabs a.on {
          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%);
          color: #fff; }
          .news .title .tabs a.on span {
            background: none; }
        @media (min-width: 1024px) {
          .news .title .tabs a:hover {
            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%);
            color: #fff; }
            .news .title .tabs a:hover span {
              background: none; } }
  .news .list {
    margin-top: 2.60417vw; }
    .news .list ul {
      padding-bottom: 28px; }
      .news .list ul li {
        width: 24.4%;
        float: left;
        margin-right: 0.8%;
        box-sizing: border-box;
        padding-left: 9px;
        position: relative;
        margin-bottom: 34px; }
        .news .list ul li:nth-child(4n) {
          margin-right: 0; }
        .news .list ul li a {
          width: 100%;
          display: block; }
          .news .list ul li a .pic {
            width: 100%;
            background-color: #fff;
            border-radius: 16px;
            overflow: hidden;
            padding: 1px;
            box-sizing: border-box; }
            .news .list ul li a .pic .img {
              width: 100%;
              height: 0;
              border-radius: inherit;
              position: relative;
              overflow: hidden;
              padding-bottom: 75%; }
              .news .list ul li a .pic .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
          .news .list ul li a .con {
            width: 100%;
            display: block;
            box-sizing: border-box;
            padding: 0 20px 0 30px;
            margin-top: 15px;
            position: relative; }
            .news .list ul li a .con:after {
              width: 2px;
              height: 62px;
              background-color: #a87a47;
              position: absolute;
              left: 11px;
              top: 4px;
              content: ''; }
            .news .list ul li a .con .tits {
              font-size: 14px;
              line-height: 18px;
              font-weight: bold;
              color: #231726;
              height: 36px; }
            .news .list ul li a .con .tit {
              font-size: 12px;
              line-height: 14px;
              height: 28px;
              color: #5e5c5c;
              margin-top: 4px; }
            .news .list ul li a .con .tit1 {
              padding-left: 18px;
              font-size: 14px;
              line-height: 16px;
              color: #000;
              font-weight: bold;
              box-sizing: border-box;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/news_icon1.png");
              margin-top: 15px; }
        .news .list ul li .time {
          width: 50px;
          height: 52px;
          box-sizing: border-box;
          color: #fff;
          text-align: center;
          position: absolute;
          top: 20px;
          left: 1px;
          background-size: cover;
          background-image: url("../images/news_bg1.png");
          padding-top: 12px; }
          .news .list ul li .time span {
            display: block;
            font-size: 24px;
            line-height: 26px; }
          .news .list ul li .time i {
            display: block;
            font-size: 10px;
            line-height: 12px; }
        @media (min-width: 1024px) {
          .news .list ul li:hover a .pic {
            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%); }
          .news .list ul li:hover a .con .tits {
            color: #a01211; }
          .news .list ul li:hover a .con .tit {
            color: #a01211; }
          .news .list ul li:hover a .con .tit1 {
            color: #a01211;
            background-image: url("../images/news_icon1_h.png"); }
          .news .list ul li:hover a .con:after {
            background-color: #a01211; }
          .news .list ul li:hover .time {
            background-image: url("../images/news_bg1_h.png"); } }
  @media (max-width: 1200px) {
    .news .title .tits .t1 {
      font-size: 22px;
      line-height: 24px; }
    .news .title .tabs a {
      font-size: 14px; }
    .news .list ul li {
      width: 32%;
      margin-right: 2%; }
      .news .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .news {
      padding: 30px 0; }
      .news .title .tits .t1 {
        font-size: 18px;
        line-height: 20px; }
      .news .title .tabs a {
        margin-left: 10px;
        font-size: 13px; }
        .news .title .tabs a span {
          padding: 0 10px; }
      .news .list ul li {
        width: 48.5%;
        margin-right: 3%; }
        .news .list ul li:nth-child(4n) {
          margin-right: 3%; }
        .news .list ul li:nth-child(3n) {
          margin-right: 3%; }
        .news .list ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 560px) {
    .news .title {
      display: block; }
      .news .title .tits .t {
        font-size: 14px;
        line-height: 16px; }
      .news .title .tits .t1 {
        margin-top: 10px; }
      .news .title .tabs {
        display: flex;
        justify-content: space-between;
        margin-top: 15px; }
        .news .title .tabs a {
          margin-left: 0; }
    .news .list {
      margin-top: 20px; }
      .news .list ul {
        padding-bottom: 15px; }
        .news .list ul li {
          width: 100%;
          margin-bottom: 15px;
          float: none; } }

.newsInfo {
  padding-top: 3.02083vw;
  padding-bottom: 10px; }
  .newsInfo .conLeft {
    width: calc(100% - 366px);
    float: left; }
    .newsInfo .conLeft .title {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .newsInfo .conLeft .title .tits {
        margin-right: 15px; }
        .newsInfo .conLeft .title .tits .t {
          font-size: 24px;
          line-height: 28px;
          color: #000;
          font-weight: bold; }
        .newsInfo .conLeft .title .tits .t1 {
          font-size: 12px;
          line-height: 27px;
          color: #000;
          align-items: center;
          display: flex;
          margin-top: 15px; }
          .newsInfo .conLeft .title .tits .t1 span {
            margin-right: 30px; }
          .newsInfo .conLeft .title .tits .t1 .share {
            display: flex;
            align-items: center; }
            .newsInfo .conLeft .title .tits .t1 .share a {
              width: 27px;
              display: block;
              margin-right: 6px; }
      .newsInfo .conLeft .title .retruen {
        width: 117px;
        height: 47px;
        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%);
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 47px;
        color: #fff;
        font-weight: bold; }
    .newsInfo .conLeft .line {
      width: 100%;
      height: 3px;
      background-color: #f3f3f3;
      position: relative;
      margin-top: 32px; }
      .newsInfo .conLeft .line:after {
        width: 266px;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        background-image: -moz-linear-gradient(0deg, #bb9057 0%, #966336 100%);
        background-image: -webkit-linear-gradient(0deg, #bb9057 0%, #966336 100%);
        background-image: -ms-linear-gradient(0deg, #bb9057 0%, #966336 100%); }
    .newsInfo .conLeft .top {
      width: 100%;
      background-color: #fff9f2;
      box-sizing: border-box;
      border: 1px solid #f4dec1;
      padding: 36px;
      position: relative;
      margin-bottom: 53px; }
      .newsInfo .conLeft .top .topNew {
        background-color: #fff;
        box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.11);
        width: 100%;
        padding: 17px 0;
        position: relative; }
        .newsInfo .conLeft .top .topNew .conn {
          width: 34.6%;
          margin-left: 3.4%;
          padding: 10px 0; }
          .newsInfo .conLeft .top .topNew .conn .tits {
            font-size: 24px;
            line-height: 30px;
            color: #000; }
          .newsInfo .conLeft .top .topNew .conn .line {
            width: 100%;
            height: 1px;
            background-color: #f4dec1;
            position: relative;
            margin-top: 20px; }
            .newsInfo .conLeft .top .topNew .conn .line:after {
              width: 85px;
              height: 3px;
              position: absolute;
              bottom: -1px;
              left: 0;
              content: '';
              background-image: -moz-linear-gradient(0deg, #bb9057 0%, #966336 100%);
              background-image: -webkit-linear-gradient(0deg, #bb9057 0%, #966336 100%);
              background-image: -ms-linear-gradient(0deg, #bb9057 0%, #966336 100%); }
          .newsInfo .conLeft .top .topNew .conn .tit {
            margin-top: 10px; }
            .newsInfo .conLeft .top .topNew .conn .tit .t {
              font-size: 14px;
              line-height: 36px;
              color: #222;
              display: flex;
              align-items: center; }
              .newsInfo .conLeft .top .topNew .conn .tit .t img {
                margin-right: 15px; }
              .newsInfo .conLeft .top .topNew .conn .tit .t span {
                font-weight: bold; }
          .newsInfo .conLeft .top .topNew .conn .share {
            display: flex;
            align-items: center;
            margin-top: 5px; }
            .newsInfo .conLeft .top .topNew .conn .share a {
              width: 23px;
              padding: 0 !important;
              margin-right: 10px; }
              .newsInfo .conLeft .top .topNew .conn .share a span {
                width: 23px !important;
                height: 23px !important;
                line-height: 23px !important; }
      .newsInfo .conLeft .top .k {
        width: 37.1%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/k1.jpg"); }
        .newsInfo .conLeft .top .k:after {
          width: calc(100% - 54px);
          height: calc(100% - 54px);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: '';
          border: 1px solid #fff; }
      .newsInfo .conLeft .top .pic {
        width: 50.4%;
        height: 76%;
        max-width: 543px;
        position: absolute;
        top: 50%;
        right: 6%;
        overflow: hidden;
        transform: translateY(-50%); }
        .newsInfo .conLeft .top .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .newsInfo .conLeft .con {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 30px;
      position: relative; }
      .newsInfo .conLeft .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        border-radius: 10px;
        height: auto !important; }
      .newsInfo .conLeft .con .return {
        width: 87px;
        height: 33px;
        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%);
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        color: #fff; }
    .newsInfo .conLeft .page {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      margin-top: 45px; }
      .newsInfo .conLeft .page a {
        max-width: 48%;
        font-size: 16px;
        line-height: 25px;
        color: #222; }
        .newsInfo .conLeft .page a span {
          font-weight: bold; }
        @media (min-width: 1024px) {
          .newsInfo .conLeft .page a:hover {
            color: #a01211; } }
  .newsInfo .conLeft1 {
    width: calc(100% - 366px);
    float: left; }
    .newsInfo .conLeft1 .con {
      width: 100%;
      font-size: 14px;
      line-height: 29px;
      color: #666;
      position: relative;
      margin-top: 50px; }
      .newsInfo .conLeft1 .con img {
        max-width: 100%;
        margin: 0 auto;
        height: auto !important;
        display: block;
        border-radius: 10px; }
  .newsInfo .conRight {
    width: 326px;
    float: right; }
    .newsInfo .conRight .item {
      margin-bottom: 32px; }
      .newsInfo .conRight .item .title {
        width: 100%;
        border-radius: 10px 10px 0 0;
        text-align: center;
        background-image: -moz-linear-gradient(0deg, #bb9057 0%, #966336 100%);
        background-image: -webkit-linear-gradient(0deg, #bb9057 0%, #966336 100%);
        background-image: -ms-linear-gradient(0deg, #bb9057 0%, #966336 100%);
        font-size: 20px;
        line-height: 60px;
        color: #fff;
        font-weight: bold; }
      .newsInfo .conRight .item ul {
        padding: 8px 13px 0;
        box-sizing: border-box; }
        .newsInfo .conRight .item ul li {
          border-bottom: 1px solid #c6c4c4;
          padding: 20px 0; }
          .newsInfo .conRight .item ul li:last-child {
            border-bottom: none; }
          .newsInfo .conRight .item ul li a {
            width: 100%;
            display: flex;
            align-items: center; }
            .newsInfo .conRight .item ul li a .pic {
              width: 148px;
              height: 110px;
              position: relative;
              overflow: hidden; }
              .newsInfo .conRight .item ul li a .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;
                transition: all 1.2s; }
            .newsInfo .conRight .item ul li a .con {
              margin-left: 12px;
              flex: 1; }
              .newsInfo .conRight .item ul li a .con .tits {
                font-size: 12px;
                line-height: 19px;
                height: 38px;
                color: #222; }
              .newsInfo .conRight .item ul li a .con .time {
                align-items: center;
                display: flex;
                font-size: 10px;
                line-height: 12px;
                color: #222;
                margin-top: 16px; }
                .newsInfo .conRight .item ul li a .con .time img {
                  margin-right: 5px; }
          @media (min-width: 1024px) {
            .newsInfo .conRight .item ul li:hover a .pic img {
              transform: scale(1.1); }
            .newsInfo .conRight .item ul li:hover a .con .tits {
              color: #a01211; } }
  .newsInfo .casesList {
    margin-top: 40px; }
  @media (max-width: 1366px) {
    .newsInfo .conLeft {
      width: calc(100% - 340px); }
    .newsInfo .conLeft .top {
      padding: 20px; }
    .newsInfo .conLeft .top .topNew .conn .tits {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 1280px) {
    .newsInfo.casesInfo .conLeft {
      width: 100%;
      float: none; }
    .newsInfo.casesInfo .conRight {
      display: none; } }
  @media (max-width: 1200px) {
    .newsInfo .conLeft .title .tits .t {
      font-size: 20px;
      line-height: 24px; }
    .newsInfo .conRight .item .title {
      font-size: 16px; }
    .newsInfo .casesList ul li:nth-child(4) {
      display: none; } }
  @media (max-width: 1050px) {
    .newsInfo .conLeft {
      width: 100%;
      float: none; }
    .newsInfo .conLeft1 {
      width: 100%;
      float: none; }
    .newsInfo .conRight {
      display: none; } }
  @media (max-width: 960px) {
    .newsInfo .conLeft .top .topNew .topLeft .conn {
      width: 100%;
      margin-left: 0;
      padding: 15px;
      box-sizing: border-box; }
    .newsInfo .conLeft .top .k {
      display: none; }
    .newsInfo .conLeft .top .pic {
      width: 100%;
      position: relative;
      max-width: 100%;
      height: auto;
      top: auto;
      right: auto;
      transform: translate(0); }
      .newsInfo .conLeft .top .pic img {
        width: 100%;
        position: relative; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding: 30px 0; }
      .newsInfo .conLeft .title {
        display: block; }
        .newsInfo .conLeft .title .tits {
          margin-right: 0;
          width: 100%; }
          .newsInfo .conLeft .title .tits .t {
            font-size: 16px;
            line-height: 22px; }
          .newsInfo .conLeft .title .tits .t1 span {
            margin-right: 10px; }
        .newsInfo .conLeft .title .retruen {
          display: none; }
      .newsInfo .conLeft .line {
        margin-top: 15px; }
        .newsInfo .conLeft .line:after {
          width: 60px; }
      .newsInfo .conLeft .con {
        font-size: 13px;
        line-height: 20px; }
      .newsInfo .conLeft .page {
        display: block;
        margin-top: 20px; }
        .newsInfo .conLeft .page a {
          font-size: 13px;
          max-width: 100%; }
      .newsInfo .casesList {
        margin-top: 25px; }
        .newsInfo .casesList ul {
          padding-bottom: 0; }
          .newsInfo .casesList ul li {
            margin-bottom: 0; }
            .newsInfo .casesList ul li:nth-child(n + 2) {
              display: none; } }
  @media (max-width: 560px) {
    .newsInfo .conLeft .top {
      padding: 10px;
      margin-bottom: 0; }
      .newsInfo .conLeft .top .topNew {
        padding: 0; }
        .newsInfo .conLeft .top .topNew .conn .tits {
          font-size: 16px;
          line-height: 22px; }
        .newsInfo .conLeft .top .topNew .conn .line {
          margin-top: 10px; }
    .newsInfo .conLeft .con .return {
      display: none; } }

.service {
  padding-top: 3.64583vw;
  padding-bottom: 5.98958vw; }
  .service .tabs {
    width: 35%;
    float: left;
    margin-left: 2.7%;
    position: relative; }
    .service .tabs .imgbox {
      width: 100%;
      border-radius: 100%;
      box-shadow: 0px 1px 10px 0px rgba(162, 162, 162, 0.4); }
    .service .tabs .aBox a {
      position: absolute;
      display: block; }
      .service .tabs .aBox a:nth-child(1) {
        width: 66.4%;
        height: 32%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .service .tabs .aBox a:nth-child(2) {
        width: 32%;
        height: 66.4%;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      .service .tabs .aBox a:nth-child(3) {
        width: 66.4%;
        height: 32%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .service .tabs .aBox a:nth-child(4) {
        width: 32%;
        height: 66.4%;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
  .service .conRight {
    width: 50.4%;
    float: right;
    margin-right: 5.4%;
    padding-top: 23px; }
    .service .conRight .tits {
      font-size: 22px;
      line-height: 24px;
      font-weight: bold;
      color: #000; }
    .service .conRight .txt {
      font-size: 14px;
      line-height: 20px;
      color: #7f8692;
      margin-top: 26px; }
    .service .conRight .picBox {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 3.28125vw; }
      .service .conRight .picBox .pic {
        width: calc(50% - 2.5px); }
      .service .conRight .picBox .imgBox {
        width: calc(50% - 2.5px);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .service .conRight .picBox .imgBox .img {
          width: calc(50% - 3px);
          height: calc(50% - 3px);
          overflow: hidden;
          position: relative; }
          .service .conRight .picBox .imgBox .img:nth-child(n + 3) {
            margin-top: 6px; }
          .service .conRight .picBox .imgBox .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
    .service .conRight .picBox1 {
      display: flex;
      margin-top: 2.1875vw; }
      .service .conRight .picBox1 .img {
        width: 32.2%;
        margin-right: 0.9%; }
        .service .conRight .picBox1 .img img {
          width: 100%; }
    .service .conRight .picBox2 {
      display: flex;
      margin-top: 2.44792vw; }
      .service .conRight .picBox2 .img {
        width: 42.3%;
        margin-right: 1.7%; }
        .service .conRight .picBox2 .img img {
          width: 100%; }
  @media (max-width: 1024px) {
    .service .tabs {
      display: none; }
    .service .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .service {
      padding: 30px 0; }
      .service .conRight {
        padding-top: 0; }
        .service .conRight .tits {
          font-size: 18px;
          line-height: 20px; }
        .service .conRight .txt {
          font-size: 13px;
          line-height: 22px;
          margin-top: 15px; }
        .service .conRight .picBox {
          display: block;
          margin-top: 15px; }
          .service .conRight .picBox .pic {
            width: 100%; }
          .service .conRight .picBox .imgBox {
            width: 100%;
            height: 68vw;
            margin-top: 6px; }
        .service .conRight .picBox1 {
          display: block;
          margin-top: 15px; }
          .service .conRight .picBox1 .img {
            width: 100%;
            margin-bottom: 6px; }
        .service .conRight .picBox2 {
          margin-top: 15px;
          display: block; }
          .service .conRight .picBox2 .img {
            width: 100%;
            margin-bottom: 6px; } }

.customer {
  padding-bottom: 3.125vw; }
  .customer.cases .box {
    display: none; }
  .customer .box {
    position: relative;
    z-index: 10; }
    .customer .box .bg {
      position: absolute;
      top: -20px;
      left: 50%;
      max-width: 100%;
      transform: translateX(-50%); }
    .customer .box .boxNew {
      z-index: 10;
      width: 692px;
      margin: 20px auto 0;
      position: relative; }
      .customer .box .boxNew .img {
        width: 64.3%;
        display: block;
        position: absolute;
        z-index: 5;
        left: 50%;
        top: -65%;
        transform: translateX(-50%); }
      .customer .box .boxNew .nav {
        width: 100%;
        position: relative; }
        .customer .box .boxNew .nav .aItem a {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          display: block; }
          .customer .box .boxNew .nav .aItem a .t {
            font-size: 16px;
            line-height: 18px;
            color: #000; }
          .customer .box .boxNew .nav .aItem a.on .t {
            color: #a71111; }
          .customer .box .boxNew .nav .aItem a:nth-child(1) {
            top: 21%;
            left: -11%; }
          .customer .box .boxNew .nav .aItem a:nth-child(2) {
            top: 69%;
            left: 1%; }
          .customer .box .boxNew .nav .aItem a:nth-child(3) {
            top: 105%;
            left: 33%; }
          .customer .box .boxNew .nav .aItem a:nth-child(4) {
            top: 105%;
            left: 60%; }
          .customer .box .boxNew .nav .aItem a:nth-child(5) {
            top: 69%;
            left: 90%; }
          .customer .box .boxNew .nav .aItem a:nth-child(6) {
            top: 21%;
            left: 103%; }
    .customer .box .w1290 {
      position: relative;
      padding-bottom: 95px; }
      .customer .box .w1290.on {
        padding-bottom: 220px; }
    .customer .box .aBox .item {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 13px 8px 14px 18px;
      box-sizing: border-box;
      background-size: cover;
      background-image: url("../images/aBox_bg.png");
      background-repeat: no-repeat;
      display: none;
      z-index: 15; }
      .customer .box .aBox .item.on {
        display: grid; }
      .customer .box .aBox .item .close {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer; }
      .customer .box .aBox .item a {
        display: block;
        font-size: 12px;
        line-height: 21px;
        color: #010101;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
        padding-right: 10px; }
        .customer .box .aBox .item a.on {
          color: #a71111; }
        .customer .box .aBox .item a.disabled {
          opacity: 0.9;
          cursor: inherit;
          color: #999 !important; }
        @media (min-width: 1024px) {
          .customer .box .aBox .item a:hover {
            color: #a71111; } }
      .customer .box .aBox .item:nth-child(1) {
        grid-template-columns: 1fr 1fr;
        width: 357px; }
      .customer .box .aBox .item:nth-child(2) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 482px; }
      .customer .box .aBox .item:nth-child(3) {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 915px; }
      .customer .box .aBox .item:nth-child(4) {
        grid-template-columns: 1fr 1fr 1fr;
        width: 260px;
        left: 57.2%;
        transform: translateX(-50%); }
      .customer .box .aBox .item:nth-child(5) {
        grid-template-columns: 1fr 1fr;
        width: 244px;
        left: 76.6%;
        transform: translateX(-50%); }
      .customer .box .aBox .item:nth-child(6) {
        grid-template-columns: 1fr 1fr;
        width: 306px;
        left: auto;
        bottom: auto;
        right: 0;
        top: 20%; }
  .customer .box1 .w1290 {
    display: flex;
    align-items: center;
    padding: 80px 0 65px; }
    .customer .box1 .w1290 .bg {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .customer .box1 .w1290 .boxLeft {
      width: 305px;
      position: relative;
      z-index: 5; }
      .customer .box1 .w1290 .boxLeft .tits {
        font-size: 18px;
        line-height: 20px;
        color: #a01211; }
      .customer .box1 .w1290 .boxLeft .tit {
        font-size: 30px;
        line-height: 36px;
        width: 120%;
        font-weight: bold;
        color: #000;
        margin-top: 10px; }
      .customer .box1 .w1290 .boxLeft .tit1 {
        width: 100%;
        background-color: #fafafa;
        border: 1px solid #eee;
        padding: 26px 2.34375vw;
        box-sizing: border-box;
        margin-top: 20px; }
        .customer .box1 .w1290 .boxLeft .tit1 a {
          width: 100%;
          display: block;
          font-size: 14px;
          line-height: 42px;
          color: #333;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../images/right.png"); }
    .customer .box1 .w1290 .boxNew {
      width: 570px;
      position: relative;
      z-index: 5; }
      .customer .box1 .w1290 .boxNew .img {
        width: 66%;
        position: absolute;
        top: 50%;
        left: 48.5%;
        transform: translate(-50%, -50%); }
      .customer .box1 .w1290 .boxNew .nav {
        width: 100%;
        position: relative; }
        .customer .box1 .w1290 .boxNew .nav img {
          width: 50%;
          float: right; }
        .customer .box1 .w1290 .boxNew .nav .aItem a {
          font-size: 16px;
          line-height: 20px;
          color: #000;
          position: absolute; }
          .customer .box1 .w1290 .boxNew .nav .aItem a .t {
            white-space: nowrap; }
          .customer .box1 .w1290 .boxNew .nav .aItem a:nth-child(1) {
            top: -5%;
            left: 59.5%; }
          .customer .box1 .w1290 .boxNew .nav .aItem a:nth-child(2) {
            top: 8%;
            left: 86%; }
          .customer .box1 .w1290 .boxNew .nav .aItem a:nth-child(3) {
            top: 35%;
            left: 103%; }
          .customer .box1 .w1290 .boxNew .nav .aItem a:nth-child(4) {
            top: 62%;
            left: 103%; }
          .customer .box1 .w1290 .boxNew .nav .aItem a:nth-child(5) {
            top: 86%;
            left: 86%; }
          .customer .box1 .w1290 .boxNew .nav .aItem a:nth-child(6) {
            top: 102%;
            left: 59.5%; }
    .customer .box1 .w1290 .aBox .item {
      position: absolute;
      padding: 13px 8px 14px 18px;
      box-sizing: border-box;
      background-size: cover;
      background-image: url("../images/aBox_bg.png");
      background-repeat: no-repeat;
      display: none;
      z-index: 15; }
      .customer .box1 .w1290 .aBox .item.on {
        display: grid; }
      .customer .box1 .w1290 .aBox .item .close {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer; }
      .customer .box1 .w1290 .aBox .item a {
        display: block;
        font-size: 12px;
        line-height: 21px;
        color: #010101;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
        padding-right: 10px; }
        .customer .box1 .w1290 .aBox .item a.on {
          color: #a71111; }
        .customer .box1 .w1290 .aBox .item a.disabled {
          opacity: 0.9;
          cursor: inherit;
          color: #999 !important; }
        @media (min-width: 1024px) {
          .customer .box1 .w1290 .aBox .item a:hover {
            color: #a71111; } }
      .customer .box1 .w1290 .aBox .item:nth-child(1) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 45%;
        right: 0;
        top: 6%; }
      .customer .box1 .w1290 .aBox .item:nth-child(2) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 37.4%;
        right: 0;
        top: 21%; }
      .customer .box1 .w1290 .aBox .item:nth-child(3) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 40.1%;
        right: 0;
        top: 42%; }
      .customer .box1 .w1290 .aBox .item:nth-child(4) {
        grid-template-columns: 1fr 1fr 1fr;
        width: 260px;
        right: 40px;
        top: 61%; }
      .customer .box1 .w1290 .aBox .item:nth-child(5) {
        grid-template-columns: 1fr 1fr 1fr;
        width: 351px;
        top: 70%;
        right: 6.4%; }
      .customer .box1 .w1290 .aBox .item:nth-child(6) {
        grid-template-columns: 1fr 1fr 1fr;
        width: 432px;
        bottom: 40px;
        right: 10.7%; }
  .customer .line {
    width: 100%;
    height: 23px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url("../images/line1.png"); }
  .customer .casesList {
    margin: 38px auto 0; }
  .customer .box3List ul {
    padding-bottom: 30px; }
    .customer .box3List ul li {
      margin-bottom: 28px;
      padding: 0; }
      .customer .box3List ul li:nth-child(4n) {
        margin-right: 0; }
      .customer .box3List ul li a {
        background-color: #fff8f0; }
        .customer .box3List ul li a .tits img:nth-child(2) {
          display: none; }
        .customer .box3List ul li a .tit1 .icon {
          width: 26px;
          height: 26px; }
      @media (min-width: 1024px) {
        .customer .box3List ul li:hover {
          background: -webkit-linear-gradient(left, #c10808 0%, #710a06 100%);
          background: -o-linear-gradient(left, #c10808 0%, #710a06 100%);
          background: -ms-linear-gradient(left, #c10808 0%, #710a06 100%);
          background: linear-gradient(to right, #c10808 0%, #710a06 100%); }
          .customer .box3List ul li:hover a {
            background: none; }
            .customer .box3List ul li:hover a .tits img:nth-child(1) {
              display: none; }
            .customer .box3List ul li:hover a .tits img:nth-child(2) {
              display: block; }
            .customer .box3List ul li:hover a .tits .t {
              color: #fff; }
            .customer .box3List ul li:hover a .tit {
              color: #fff; }
            .customer .box3List ul li:hover a .tit1 {
              color: #fff; }
              .customer .box3List ul li:hover a .tit1 .icon {
                background: none;
                background-color: #fff; } }
  @media (max-width: 1200px) {
    .customer .box1 .w1290 .boxLeft .tit {
      font-size: 22px;
      line-height: 26px; }
    .customer .box1 .w1290 .boxNew .nav .aItem a {
      font-size: 14px;
      line-height: 18px; }
    .customer .box3List ul li:nth-child(4n) {
      margin-right: 2%; }
    .customer .box3List ul li:nth-child(3n) {
      margin-right: 0; }
    .customer .box1 .w1290 .boxLeft {
      width: 270px; } }
  @media (max-width: 1024px) {
    .customer .box .aBox .item {
      width: 90% !important;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: auto;
      right: auto;
      z-index: 60; } }
  @media (max-width: 1024px) {
    .customer .box1 .w1290 {
      padding: 30px 0 10px; }
      .customer .box1 .w1290 .boxLeft {
        width: 100%; }
        .customer .box1 .w1290 .boxLeft .tit1 {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .customer .box1 .w1290 .boxLeft .tit1 a {
            width: 48%; }
      .customer .box1 .w1290 .boxNew {
        display: none; }
    .customer.cases .box {
      display: block;
      margin-top: 24%; } }
  @media (max-width: 960px) {
    .customer {
      padding-bottom: 30px; }
      .customer .box {
        margin-top: 24%; }
        .customer .box .w1290 {
          padding-bottom: 42px; }
      .customer .box .boxNew {
        width: 70%; }
        .customer .box .boxNew .nav .aItem a .t {
          font-size: 13px;
          line-height: 15px; }
        .customer .box .boxNew .nav .aItem a:nth-child(1) {
          left: -20%; }
        .customer .box .boxNew .nav .aItem a:nth-child(2) {
          left: -5%; }
        .customer .box .boxNew .nav .aItem a:nth-child(4) {
          left: 55%; }
      .customer .casesList {
        margin: 10px auto 0; }
      .customer .box3List ul li {
        margin-bottom: 15px; }
        .customer .box3List ul li:nth-child(3n) {
          margin-right: 3%; }
        .customer .box3List ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .customer .box1 .w1290 .boxLeft .tits {
      font-size: 16px;
      line-height: 18px; }
    .customer .box1 .w1290 .boxLeft .tit {
      font-size: 18px;
      line-height: 22px; }
    .customer .box1 .w1290 .boxLeft .tit1 {
      padding: 15px 10px;
      margin-top: 10px; }
      .customer .box1 .w1290 .boxLeft .tit1 a {
        font-size: 12px;
        line-height: 28px;
        width: 41%; }
        .customer .box1 .w1290 .boxLeft .tit1 a:nth-child(2n) {
          width: 55%; } }

.brand {
  padding-top: 2.60417vw;
  padding-bottom: 4.6875vw; }
  .brand .conLeft {
    width: 26.7%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ececec;
    box-shadow: 0px 1px 4px 0px rgba(116, 78, 18, 0.4); }
    .brand .conLeft .title {
      padding-left: 34px;
      font-size: 20px;
      line-height: 60px;
      color: #222;
      font-weight: bold;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/x.jpg");
      box-sizing: border-box; }
    .brand .conLeft .conNew {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 34px; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #b0834d;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 21px;
          height: 21px;
          border-radius: 5px;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #b0834d; }
          .brand .conLeft .conNew .tit a.active {
            color: #fff;
            background-color: #b0834d; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 15px;
            line-height: 30px;
            color: #b0834d;
            font-weight: bold; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 15px;
              line-height: 30px;
              color: #000;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #b0834d;
                font-size: 14px; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #b0834d; } }
  .brand .conRight {
    width: 70.2%;
    float: right; }
    .brand .conRight .title {
      border-bottom: 1px solid #e5e5e5;
      font-size: 18px;
      line-height: 38px; }
      .brand .conRight .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .brand .conRight .title span:after {
          width: 100%;
          height: 4px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #b0834d; }
    .brand .conRight .top ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 40px; }
      .brand .conRight .top ul li {
        margin-bottom: 30px;
        margin-right: 1.4%;
        position: relative; }
        .brand .conRight .top ul li:nth-child(3), .brand .conRight .top ul li:nth-child(7), .brand .conRight .top ul li:nth-child(10) {
          margin-right: 0; }
        .brand .conRight .top ul li:after {
          width: 100%;
          height: 100%;
          border-radius: 37px;
          background-image: -moz-linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          background-image: -webkit-linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          background-image: -ms-linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          background-image: linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          top: 5px;
          left: 0;
          content: '';
          position: absolute;
          display: none; }
        .brand .conRight .top ul li a {
          padding: 2px;
          box-sizing: border-box;
          width: fit-content;
          border-radius: 37px;
          display: block;
          position: relative;
          z-index: 5;
          background-image: -moz-linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          background-image: -webkit-linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          background-image: -ms-linear-gradient(90deg, var(--color) 0%, #f8ead0 90%);
          background-image: linear-gradient(90deg, var(--color) 0%, #f8ead0 90%); }
          .brand .conRight .top ul li a .aNew {
            border-radius: 35px;
            display: flex;
            align-items: center;
            height: 70px;
            background-color: #fff; }
            .brand .conRight .top ul li a .aNew img {
              height: 34px;
              margin-left: 18px;
              margin-right: 15px; }
            .brand .conRight .top ul li a .aNew .tit {
              margin-right: 18px; }
              .brand .conRight .top ul li a .aNew .tit .t {
                font-size: 14px;
                line-height: 16px;
                color: #222;
                font-weight: bold; }
              .brand .conRight .top ul li a .aNew .tit .t1 {
                font-size: 11px;
                line-height: 13px;
                color: #b0834d; }
        @media (min-width: 1024px) {
          .brand .conRight .top ul li:hover:after {
            display: block; } }
    .brand .conRight .item {
      padding-top: 8px; }
      .brand .conRight .item ul {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
        padding-bottom: 35px; }
        .brand .conRight .item ul li {
          width: 151px;
          position: relative;
          margin-bottom: 25px; }
          .brand .conRight .item ul li a {
            width: 100%;
            height: 175px;
            display: block;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/brand_bg.png"); }
            .brand .conRight .item ul li a .con {
              width: 100%;
              position: absolute;
              top: 45px;
              left: 0;
              text-align: center; }
              .brand .conRight .item ul li a .con .img {
                width: 100%;
                height: 54px;
                position: relative; }
                .brand .conRight .item ul li a .con .img img {
                  display: block;
                  max-height: 80%;
                  max-width: 80%;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
              .brand .conRight .item ul li a .con .tits {
                margin-top: 5px; }
                .brand .conRight .item ul li a .con .tits .t {
                  font-size: 13px;
                  line-height: 15px;
                  color: #222;
                  font-weight: bold; }
                .brand .conRight .item ul li a .con .tits .t1 {
                  font-size: 11px;
                  line-height: 13px;
                  color: #b0834d;
                  margin-top: 3px; }
          @media (min-width: 1024px) {
            .brand .conRight .item ul li:hover a {
              background-image: url("../images/brand_bg_h.png"); } }
  @media (max-width: 1420px) {
    .brand .conLeft .conNew {
      padding: 15px 20px; }
    .brand .conRight .top ul li a .aNew img {
      height: 30px;
      margin-left: 15px;
      margin-right: 15px; }
    .brand .conRight .top ul li a .aNew .tit {
      margin-right: 15px; } }
  @media (max-width: 1366px) {
    .brand .conLeft {
      width: 23.5%; }
    .brand .conLeft .conNew .itemBox .item .t {
      font-size: 13px; }
    .brand .conLeft .conNew .itemBox .item .t1 a {
      font-size: 13px; }
    .brand .conRight {
      width: 74.2%; } }
  @media (max-width: 1250px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; }
      .brand .conRight .top ul {
        margin-top: 25px; }
        .brand .conRight .top ul li {
          margin: 0 0.7% 20px; } }
  @media (max-width: 768px) {
    .brand {
      padding: 30px 0; }
      .brand .conRight .top ul li {
        width: 32%; }
        .brand .conRight .top ul li a {
          width: 100%;
          border-radius: 100px; }
          .brand .conRight .top ul li a .aNew {
            display: block;
            padding: 10px 0;
            height: auto;
            border-radius: 100px; }
            .brand .conRight .top ul li a .aNew img {
              display: block;
              margin: 0 auto; }
            .brand .conRight .top ul li a .aNew .tit {
              text-align: center;
              margin-right: 0;
              width: 100%;
              margin-top: 8px; } }
  @media (max-width: 460px) {
    .brand .conRight .top ul {
      display: flex;
      justify-content: space-between; }
      .brand .conRight .top ul li {
        width: 49%;
        margin: 0 0 10px 0; }
    .brand .conRight .item ul {
      margin-top: 20px;
      padding-bottom: 15px; }
      .brand .conRight .item ul li {
        width: 170px;
        margin-bottom: 10px; }
        .brand .conRight .item ul li a {
          height: 197px; } }

.brandInfo {
  padding-bottom: 4.6875vw;
  padding-top: 2.60417vw; }
  .brandInfo .box {
    display: flex;
    position: relative; }
    .brandInfo .box .boxLeft {
      width: 33.9%;
      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%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 91%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 91%, 0 100%);
      padding-top: 18px;
      box-sizing: border-box; }
      .brandInfo .box .boxLeft .tits {
        display: flex;
        align-items: center; }
        .brandInfo .box .boxLeft .tits .logo {
          width: fit-content;
          height: 38px;
          padding: 0 25px;
          background-color: #fff;
          border-radius: 0 10px 10px 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .brandInfo .box .boxLeft .tits .logo img {
            height: 21px;
            display: block; }
        .brandInfo .box .boxLeft .tits .t {
          flex: 1;
          font-size: 14px;
          line-height: 16px;
          color: #ffe3b9;
          font-weight: bold;
          margin-left: 12px;
          margin-right: 25px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .brandInfo .box .boxLeft .con {
        padding: 0 30px;
        margin-top: 22px; }
        .brandInfo .box .boxLeft .con .txt {
          font-size: 12px;
          line-height: 20px;
          color: #fff;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .brandInfo .box .boxLeft .con .tit {
          margin-top: 17px; }
          .brandInfo .box .boxLeft .con .tit .t {
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold; }
          .brandInfo .box .boxLeft .con .tit .t1 {
            font-size: 0;
            margin-top: 12px; }
            .brandInfo .box .boxLeft .con .tit .t1 a {
              width: fit-content;
              display: inline-block;
              padding: 0 6px;
              font-size: 10px;
              line-height: 22px;
              border-radius: 3px;
              color: #000;
              background-color: #f2f2f2;
              margin-right: 10px;
              margin-bottom: 10px; }
    .brandInfo .box .boxNew {
      flex: 1; }
    .brandInfo .box .boxCen {
      width: 71.7%;
      height: 350px;
      position: relative;
      overflow: hidden;
      -webkit-clip-path: polygon(0 0, 78% 0, 100% 50%, 81% 100%, 0 100%);
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
      cursor: pointer; }
      .brandInfo .box .boxCen .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .brandInfo .box .boxCen .icon {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .brandInfo .box .boxCen .icon:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #a60a09;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite; }
        .brandInfo .box .boxCen .icon:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #a60a09;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite 0.75s; }
        .brandInfo .box .boxCen .icon span {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5;
          display: block;
          background-size: cover;
          background-image: url("../images/video4.png"); }
    .brandInfo .box .boxRight {
      width: 21.2%;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .brandInfo .box .boxRight .pic {
        width: 100%;
        height: calc(50% - 10px);
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .brandInfo .box .boxRight .pic:nth-child(1) {
          -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); }
          .brandInfo .box .boxRight .pic:nth-child(1) .tits {
            left: 16%; }
        .brandInfo .box .boxRight .pic:nth-child(2) {
          -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%); }
        .brandInfo .box .boxRight .pic .img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box .boxRight .pic:after {
          width: 100%;
          height: 60%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
          position: absolute;
          bottom: 0;
          left: 0;
          content: ''; }
        .brandInfo .box .boxRight .pic .tits {
          align-items: center;
          font-size: 12px;
          line-height: 15px;
          color: #fff;
          display: flex;
          position: absolute;
          width: 100%;
          bottom: 10px;
          left: 0;
          z-index: 10; }
          .brandInfo .box .boxRight .pic .tits img {
            margin-right: 8px;
            margin-left: 22px; }
  .brandInfo .proList {
    margin-top: 40px; }
    .brandInfo .proList .title {
      border-bottom: 1px solid #e5e5e5;
      font-size: 18px;
      line-height: 38px; }
      .brandInfo .proList .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .brandInfo .proList .title span:after {
          width: 100%;
          height: 4px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #b0834d; }
    .brandInfo .proList ul {
      margin-top: 40px; }
  @media (max-width: 1200px) {
    .brandInfo .box .boxLeft .tits .logo {
      padding: 0 15px; }
    .brandInfo .box .boxLeft .con {
      padding: 0 20px; } }
  @media (max-width: 1024px) {
    .brandInfo .box {
      display: block; }
      .brandInfo .box .boxLeft {
        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%);
        padding: 15px 0; }
      .brandInfo .box .boxNew {
        width: 100%;
        display: flex;
        position: relative; }
      .brandInfo .box .boxRight {
        width: 33.2%; } }
  @media (max-width: 660px) {
    .brandInfo {
      padding: 30px 0; }
      .brandInfo .box .boxNew {
        display: block; }
      .brandInfo .box .boxCen {
        width: 100%;
        height: auto;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
        .brandInfo .box .boxCen .img {
          position: relative; }
      .brandInfo .box .boxRight {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 6px; }
        .brandInfo .box .boxRight .pic {
          width: calc(50% - 3px);
          height: auto;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; }
          .brandInfo .box .boxRight .pic .img {
            position: relative; }
          .brandInfo .box .boxRight .pic .tits {
            left: 4% !important; }
            .brandInfo .box .boxRight .pic .tits img {
              margin-left: 0; }
      .brandInfo .proList {
        margin-top: 20px; }
        .brandInfo .proList ul {
          margin-top: 20px; } }

.proList ul {
  padding-bottom: 20px; }
  .proList ul li {
    width: 22.6%;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 40px;
    border: 1px solid #eee;
    box-sizing: border-box; }
    .proList ul li:nth-child(4n) {
      margin-right: 0; }
    .proList ul li a {
      width: 100%;
      height: auto;
      display: block; }
      .proList ul li a .pic {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative; }
        .proList ul li a .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .proList ul li a .con {
        border-top: 1px solid #eee;
        padding: 13px 19px 0;
        box-sizing: border-box;
        width: 100%; }
        .proList ul li a .con img {
          height: 20px; }
        .proList ul li a .con .tits {
          font-size: 16px;
          line-height: 21px;
          height: 42px;
          font-weight: bold;
          color: #777;
          margin-top: 20px; }
        .proList ul li a .con .tit {
          font-size: 12px;
          line-height: 21px;
          height: 63px;
          color: #777;
          margin-top: 6px; }
        .proList ul li a .con .tit1 {
          padding: 13px 0;
          margin-top: 14px;
          border-top: 1px solid #eee; }
          .proList ul li a .con .tit1 .more {
            width: 92px;
            height: 20px;
            border-radius: 5px;
            background-color: #bababa;
            font-size: 12px;
            line-height: 20px;
            background-color: #bababa;
            float: right;
            color: #fff;
            text-align: center; }
    @media (min-width: 1024px) {
      .proList ul li:hover {
        box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2); }
        .proList ul li:hover a .con .tits {
          color: #b68a52; }
        .proList ul li:hover a .con .tit1 .more {
          background-color: #b68a52; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .proList ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px; }
    .proList ul li:nth-child(4n) {
      margin-right: 3%; }
    .proList ul li:nth-child(3n) {
      margin-right: 3%; }
    .proList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 640px) {
  .proList ul li {
    width: 100%;
    margin-right: 0 !important;
    float: none;
    margin-bottom: 10px; }
    .proList ul li a .pic {
      margin-bottom: 0; } }

.photoTk {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }
  .photoTk .box {
    width: 1054px;
    max-width: 62.5vw;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.25vw 0 2.34375vw; }
    .photoTk .box .close {
      width: 22px;
      height: 22px;
      display: block;
      position: absolute;
      top: 28px;
      right: 38px; }
    .photoTk .box .tabs {
      border-bottom: 2px solid #b4b4b4;
      padding: 0 7.91667vw;
      display: flex;
      align-items: center; }
      .photoTk .box .tabs a {
        font-size: 16px;
        line-height: 54px;
        color: #192437;
        margin-right: 3.54167vw;
        display: block;
        position: relative; }
        .photoTk .box .tabs a.on:after {
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: -2px;
          left: 0;
          content: '';
          background-color: #a00054; }
    .photoTk .box .listBox {
      margin-top: 30px; }
      .photoTk .box .listBox .list {
        padding: 0 7.91667vw;
        box-sizing: border-box;
        position: relative;
        display: none; }
        .photoTk .box .listBox .list .listNew ul li {
          width: 100%;
          height: 29.16667vw;
          position: relative; }
          .photoTk .box .listBox .list .listNew ul li img, .photoTk .box .listBox .list .listNew ul li video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .photoTk .box .listBox .list .sList {
          width: 100%;
          margin-top: 1.30208vw; }
          .photoTk .box .listBox .list .sList ul li {
            width: 22.3%;
            margin-right: 3.6%;
            position: relative;
            float: left;
            height: 6.51042vw; }
            .photoTk .box .listBox .list .sList ul li:last-child {
              margin-right: 0; }
            .photoTk .box .listBox .list .sList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .photoTk .box .listBox .list .sList ul li.swiper-slide-thumb-active:after {
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              border: 1px solid #a01211;
              position: absolute;
              top: 0;
              left: 0;
              content: ''; }
        .photoTk .box .listBox .list .a {
          width: 0.98958vw;
          height: auto;
          display: block;
          position: absolute;
          bottom: 7%; }
          .photoTk .box .listBox .list .a.prev {
            left: 5.67708vw; }
          .photoTk .box .listBox .list .a.next {
            right: 5.67708vw; }
  @media (max-width: 1024px) {
    .photoTk .box {
      width: 92%;
      max-width: 92%; }
    .photoTk .box .listBox .list .listNew ul li {
      height: 58vw; }
    .photoTk .box .listBox .list .sList ul li {
      height: 110px; } }
  @media (max-width: 768px) {
    .photoTk .box {
      padding-top: 10px; }
      .photoTk .box .close {
        width: 18px;
        height: 18px;
        top: 5px;
        right: 5px; }
        .photoTk .box .close img {
          width: 100%; }
      .photoTk .box .tabs {
        padding: 0 10px; }
        .photoTk .box .tabs a {
          font-size: 14px;
          line-height: 44px; }
      .photoTk .box .listBox {
        margin-top: 15px; }
        .photoTk .box .listBox .list {
          padding: 0 10px; }
          .photoTk .box .listBox .list .sList ul li {
            width: 48.5%;
            margin-right: 3%; } }

.product {
  padding-bottom: 5.20833vw;
  padding-top: 2.60417vw; }
  .product .conLeft {
    width: 347px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(116, 78, 18, 0.4);
    background-color: #fff; }
    .product .conLeft .title {
      font-size: 20px;
      line-height: 56px;
      color: #222;
      font-weight: bold;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/x.jpg");
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .product .conLeft .title img {
        margin-left: 20px;
        margin-right: 28px; }
    .product .conLeft .itemBox {
      padding: 20px 10px 45px 70px;
      box-sizing: border-box; }
      .product .conLeft .itemBox .item {
        margin-bottom: 12px; }
        .product .conLeft .itemBox .item .tits {
          font-size: 14px;
          display: block;
          line-height: 26px;
          color: #000;
          font-weight: bold;
          position: relative; }
          .product .conLeft .itemBox .item .tits span {
            color: #a67644; }
          .product .conLeft .itemBox .item .tits img {
            position: absolute;
            bottom: 2px;
            left: -60px; }
          .product .conLeft .itemBox .item .tits.on {
            color: #a67644; }
          @media (min-width: 1024px) {
            .product .conLeft .itemBox .item .tits:hover {
              color: #a67644; } }
        .product .conLeft .itemBox .item .tit {
          margin-top: 6px; }
          .product .conLeft .itemBox .item .tit a {
            display: block;
            font-size: 12px;
            line-height: 29px;
            color: #000; }
            .product .conLeft .itemBox .item .tit a span {
              color: #a67644; }
            .product .conLeft .itemBox .item .tit a.on {
              color: #a67644; }
            @media (min-width: 1024px) {
              .product .conLeft .itemBox .item .tit a:hover {
                color: #a67644; } }
  .product .conRight {
    width: calc(100% - 395px);
    float: right; }
    .product .conRight .top {
      width: 100%;
      box-shadow: 0px 1px 4px 0px rgba(116, 78, 18, 0.4);
      box-sizing: border-box;
      padding: 30px 40px 47px; }
      .product .conRight .top .title {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #000; }
      .product .conRight .top .line {
        display: block;
        margin-top: 6px; }
      .product .conRight .top .txt {
        width: 700px;
        max-width: 100%;
        font-size: 14px;
        line-height: 17px;
        color: #000;
        margin-top: 20px; }
      .product .conRight .top .selBox {
        display: flex;
        justify-content: space-between;
        margin-top: 34px;
        position: relative;
        z-index: 10; }
        .product .conRight .top .selBox .t {
          display: flex;
          align-items: center; }
          .product .conRight .top .selBox .t .sel {
            width: 177px;
            height: auto;
            margin-right: 8px;
            cursor: pointer;
            position: relative; }
            .product .conRight .top .selBox .t .sel .tits {
              width: 100%;
              height: 34px;
              border-radius: 5px;
              background-color: #f3f3f3;
              display: flex;
              justify-content: space-between;
              padding: 0 6px 0 10px;
              font-size: 14px;
              line-height: 34px;
              color: #333;
              align-items: center;
              box-sizing: border-box; }
              .product .conRight .top .selBox .t .sel .tits span {
                flex: 1;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; }
            .product .conRight .top .selBox .t .sel ul {
              width: 100%;
              position: absolute;
              top: 100%;
              left: 0;
              box-sizing: border-box;
              background-color: #f3f3f3;
              border-radius: 5px;
              box-shadow: 0 3px 6px rgba(243, 243, 243, 0.4);
              display: none;
              overflow: auto;
              max-height: 160px; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar {
                width: 5px;
                height: 5px; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-button:vertical {
                display: none; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-track:vertical {
                background-color: black; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-track-piece {
                background: #E3E3E3; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-thumb:vertical {
                background-color: #555;
                border-radius: 30px; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-thumb:vertical:hover {
                background-color: #3B3B3B; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-corner:vertical {
                background-color: #535353; }
              .product .conRight .top .selBox .t .sel ul::-webkit-scrollbar-resizer:vertical {
                background-color: #FF6E00; }
              .product .conRight .top .selBox .t .sel ul li {
                cursor: pointer;
                font-size: 13px;
                line-height: 32px;
                color: #666;
                padding: 0 10px;
                box-sizing: border-box;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; }
                @media (min-width: 1024px) {
                  .product .conRight .top .selBox .t .sel ul li:hover {
                    background-color: #ddd; } }
        .product .conRight .top .selBox .t1 {
          display: flex;
          align-items: center; }
          .product .conRight .top .selBox .t1 .submit {
            width: 125px;
            height: 34px;
            border-radius: 5px;
            text-align: center;
            font-size: 16px;
            line-height: 34px;
            color: #000;
            font-weight: bold;
            display: block;
            background-color: #e6aa4b; }
          .product .conRight .top .selBox .t1 .reset {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            margin-left: 10px;
            text-decoration: underline; }
    .product .conRight .proList {
      margin-top: 25px; }
      .product .conRight .proList ul {
        padding-bottom: 40px; }
        .product .conRight .proList ul li {
          width: 31.2%;
          margin-right: 3.2%;
          margin-bottom: 32px; }
          .product .conRight .proList ul li:nth-child(4n) {
            margin-right: 3.2%; }
          .product .conRight .proList ul li:nth-child(3n) {
            margin-right: 0; }
          .product .conRight .proList ul li a .pic {
            margin-bottom: 0; }
  @media (max-width: 1366px) {
    .product .conLeft {
      width: 320px; }
    .product .conRight {
      width: calc(100% - 345px); } }
  @media (max-width: 1260px) {
    .product .conLeft {
      display: none; }
    .product .conRight {
      width: 100%;
      float: none; }
    .product .conRight .top {
      padding: 30px 25px; } }
  @media (max-width: 880px) {
    .product .conRight .top .selBox {
      display: block; }
      .product .conRight .top .selBox .t1 {
        margin-top: 10px; } }
  @media (max-width: 768px) {
    .product {
      padding: 30px 0; }
      .product .conRight .proList ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px; }
        .product .conRight .proList ul li:nth-child(3n) {
          margin-right: 3%; }
        .product .conRight .proList ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 640px) {
    .product .conRight .top {
      padding: 10px; }
      .product .conRight .top .title {
        font-size: 20px;
        line-height: 22px; }
      .product .conRight .top .line {
        height: 3px; }
      .product .conRight .top .txt {
        font-size: 13px; }
      .product .conRight .top .selBox {
        margin-top: 15px; }
        .product .conRight .top .selBox .t {
          display: block; }
          .product .conRight .top .selBox .t .sel {
            width: 100%;
            margin-bottom: 10px; }
            .product .conRight .top .selBox .t .sel.on {
              position: relative;
              z-index: 5; }
        .product .conRight .top .selBox .t1 {
          margin-top: 0; }
    .product .conRight .proList ul {
      padding-bottom: 15px; }
      .product .conRight .proList ul li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
        float: none; } }

.productInfo {
  padding-top: 2.60417vw;
  padding-bottom: 22px; }
  .productInfo .box1 .picBox {
    width: 48.2%;
    float: left; }
    .productInfo .box1 .picBox .list {
      position: relative; }
      .productInfo .box1 .picBox .list a {
        width: 47px;
        height: 47px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.62);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; }
        .productInfo .box1 .picBox .list a.prev {
          left: 12px; }
        .productInfo .box1 .picBox .list a.next {
          right: 12px; }
      .productInfo .box1 .picBox .list ul li {
        border-radius: 5px 5px 0 0;
        width: 100%;
        height: 464px;
        position: relative;
        overflow: hidden; }
        .productInfo .box1 .picBox .list ul li img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .productInfo .box1 .picBox .list .tits {
        width: 100%;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: flex;
        flex-direction: row-reverse; }
        .productInfo .box1 .picBox .list .tits .t {
          display: flex;
          align-items: center;
          font-size: 13px;
          line-height: 30px;
          color: #fff;
          margin-right: 12px;
          cursor: pointer; }
          .productInfo .box1 .picBox .list .tits .t img {
            margin-right: 5px; }
    .productInfo .box1 .picBox .sList {
      width: 100%;
      margin-top: 15px; }
      .productInfo .box1 .picBox .sList ul li {
        width: 23.3%;
        margin-right: 2.2%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 110px;
        cursor: pointer; }
        .productInfo .box1 .picBox .sList ul li:last-child {
          margin-right: 0; }
        .productInfo .box1 .picBox .sList ul li img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .productInfo .box1 .picBox .sList ul li:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 5; }
        .productInfo .box1 .picBox .sList ul li.swiper-slide-thumb-active:after {
          display: none; }
        .productInfo .box1 .picBox .sList ul li.swiper-slide-thumb-active:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          border: 2px solid #b68a52;
          box-sizing: border-box;
          z-index: 10; }
  .productInfo .box1 .boxRight {
    width: 46.9%;
    float: right; }
    .productInfo .box1 .boxRight .tits {
      font-size: 24px;
      line-height: 75px;
      color: #44423e;
      border-bottom: 1px solid #d9d9d9;
      font-weight: bold; }
    .productInfo .box1 .boxRight .tit {
      border-bottom: 1px solid #d9d9d9;
      padding: 20px 0; }
      .productInfo .box1 .boxRight .tit .t {
        display: flex; }
        .productInfo .box1 .boxRight .tit .t .tt {
          width: 50%;
          font-size: 15px;
          line-height: 34px;
          color: #222; }
          .productInfo .box1 .boxRight .tit .t .tt:nth-child(1) {
            color: #666; }
    .productInfo .box1 .boxRight .share {
      display: flex;
      align-items: center;
      margin-top: 32px; }
      .productInfo .box1 .boxRight .share a {
        width: 43px;
        display: block;
        margin-right: 10px; }
        .productInfo .box1 .boxRight .share a span {
          width: 43px !important;
          height: 43px !important;
          line-height: 43px !important; }
    .productInfo .box1 .boxRight .btns {
      display: flex;
      align-items: center;
      margin-top: 35px; }
      .productInfo .box1 .boxRight .btns a {
        padding: 0 22px 0 32px;
        font-size: 16px;
        line-height: 56px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        font-weight: bold;
        color: #fff; }
        .productInfo .box1 .boxRight .btns a span {
          margin-right: 32px; }
        .productInfo .box1 .boxRight .btns a .icon {
          width: 34px;
          height: 34px;
          border-radius: 100%; }
        .productInfo .box1 .boxRight .btns a:nth-child(1) {
          margin-right: 36px;
          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%); }
          .productInfo .box1 .boxRight .btns a:nth-child(1) .icon {
            background-image: -moz-linear-gradient(0deg, #bb9057 0%, #966336 100%);
            background-image: -webkit-linear-gradient(0deg, #bb9057 0%, #966336 100%);
            background-image: -ms-linear-gradient(0deg, #bb9057 0%, #966336 100%); }
        .productInfo .box1 .boxRight .btns a:nth-child(2) {
          background-image: -moz-linear-gradient(0deg, #bb9057 0%, #966336 100%);
          background-image: -webkit-linear-gradient(0deg, #bb9057 0%, #966336 100%);
          background-image: -ms-linear-gradient(0deg, #bb9057 0%, #966336 100%); }
          .productInfo .box1 .boxRight .btns a:nth-child(2) .icon {
            background-color: rgba(255, 255, 255, 0.5); }
  .productInfo .content {
    margin-top: 3.38542vw; }
    .productInfo .content .conLeft {
      width: calc(100% - 380px);
      float: left; }
      .productInfo .content .conLeft .infoBox {
        border-top: 1px solid #e0e0e0; }
        .productInfo .content .conLeft .infoBox .item {
          border-bottom: 1px solid #ccc;
          padding: 17px 0; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 20px;
            line-height: 22px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conLeft .infoBox .item .tit {
            font-size: 15px;
            line-height: 26px;
            color: #000;
            display: flex;
            flex-wrap: wrap;
            margin-top: 12px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 55.3%;
              display: flex; }
              .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
                width: 44.7%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt {
                width: 45%; }
                .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                  width: 55%; }
      .productInfo .content .conLeft .details {
        padding-top: 18px; }
        .productInfo .content .conLeft .details .tits {
          font-size: 20px;
          line-height: 22px;
          color: #000;
          font-weight: bold; }
        .productInfo .content .conLeft .details .tableBox {
          margin-top: 20px;
          background-color: #fafafa; }
          .productInfo .content .conLeft .details .tableBox tr {
            color: #000;
            border: 1px solid #ddd; }
            .productInfo .content .conLeft .details .tableBox tr th {
              padding: 0 30px;
              height: 64px; }
            .productInfo .content .conLeft .details .tableBox tr th {
              background-color: #d9d9d9;
              text-align: left;
              font-size: 18px; }
            .productInfo .content .conLeft .details .tableBox tr td {
              font-size: 15px;
              line-height: 20px;
              padding: 7px 30px;
              border: 1px solid #ddd; }
              .productInfo .content .conLeft .details .tableBox tr td:last-child {
                border-right: none; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%;
        margin-top: 5.625vw; }
        .productInfo .content .conLeft .box2 .xPic {
          width: 100%; }
        .productInfo .content .conLeft .box2 .title {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .productInfo .content .conLeft .box2 .title img {
            display: block; }
            .productInfo .content .conLeft .box2 .title img:nth-child(2) {
              margin-right: 15px;
              margin-top: 13px; }
        .productInfo .content .conLeft .box2 .ps {
          margin-top: 9px; }
          .productInfo .content .conLeft .box2 .ps .psNew {
            padding: 0 15px;
            box-sizing: border-box;
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: -7px; }
            .productInfo .content .conLeft .box2 .ps .psNew .item {
              width: calc(50% - 6.5px);
              margin-bottom: 14px;
              background-color: #faecc5; }
              .productInfo .content .conLeft .box2 .ps .psNew .item .tits {
                font-size: 14px;
                line-height: 30px;
                color: #fff;
                padding-left: 8px;
                box-sizing: border-box;
                background-image: -moz-linear-gradient(180deg, #bd091b 0%, #3d1614 100%);
                background-image: -webkit-linear-gradient(180deg, #bd091b 0%, #3d1614 100%);
                background-image: -ms-linear-gradient(180deg, #bd091b 0%, #3d1614 100%); }
              .productInfo .content .conLeft .box2 .ps .psNew .item .pic {
                display: flex;
                width: 100%;
                justify-content: space-between;
                flex-wrap: wrap; }
                .productInfo .content .conLeft .box2 .ps .psNew .item .pic .img {
                  width: calc(50% - 2.5px);
                  height: 0;
                  padding-bottom: 31.4%;
                  position: relative;
                  overflow: hidden; }
                  .productInfo .content .conLeft .box2 .ps .psNew .item .pic .img:nth-child(n + 3) {
                    margin-top: 5px; }
                  .productInfo .content .conLeft .box2 .ps .psNew .item .pic .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
        .productInfo .content .conLeft .box2 .ass {
          margin-top: -3px; }
          .productInfo .content .conLeft .box2 .ass .assNew {
            background-color: #fcf5e2;
            padding: 11px 13px 9px;
            display: flex;
            box-sizing: border-box;
            justify-content: space-between;
            margin-top: -7px; }
            .productInfo .content .conLeft .box2 .ass .assNew .item {
              width: 24.2%; }
              .productInfo .content .conLeft .box2 .ass .assNew .item .pic {
                width: 100%; }
                .productInfo .content .conLeft .box2 .ass .assNew .item .pic img {
                  width: 100%; }
              .productInfo .content .conLeft .box2 .ass .assNew .item .t {
                font-size: 18px;
                line-height: 20px;
                font-weight: bold;
                color: #5e1414;
                margin-top: 7px; }
              .productInfo .content .conLeft .box2 .ass .assNew .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
                margin-top: 8px; }
        .productInfo .content .conLeft .box2 .of {
          margin-top: 12px; }
          .productInfo .content .conLeft .box2 .of .ofNew {
            margin-top: -5px;
            padding: 0 20px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .of .ofNew .con {
              font-size: 12px;
              line-height: 15px;
              color: #4c4c4c; }
              .productInfo .content .conLeft .box2 .of .ofNew .con .t {
                padding: 5px 0;
                border-bottom: 1px solid #efca6d; }
                .productInfo .content .conLeft .box2 .of .ofNew .con .t:last-child {
                  border-bottom: none; }
            .productInfo .content .conLeft .box2 .of .ofNew .pic {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 22px; }
              .productInfo .content .conLeft .box2 .of .ofNew .pic .img {
                width: 24.2%;
                border: 1px solid #c31627;
                box-sizing: border-box;
                margin-bottom: 7px; }
                .productInfo .content .conLeft .box2 .of .ofNew .pic .img img {
                  width: 100%; }
        .productInfo .content .conLeft .box2 .sc {
          margin-top: 4px; }
          .productInfo .content .conLeft .box2 .sc .scNew {
            padding: 0 10px;
            box-sizing: border-box;
            margin-top: -9px; }
            .productInfo .content .conLeft .box2 .sc .scNew .item {
              width: 24%;
              margin-right: 1.3%;
              margin-bottom: 9px;
              float: left; }
              .productInfo .content .conLeft .box2 .sc .scNew .item:nth-child(4n) {
                margin-right: 0; }
              .productInfo .content .conLeft .box2 .sc .scNew .item .pic {
                width: 100%; }
              .productInfo .content .conLeft .box2 .sc .scNew .item .tits {
                background-color: #fcf5e2;
                padding: 6px 4px;
                box-sizing: border-box; }
                .productInfo .content .conLeft .box2 .sc .scNew .item .tits .t {
                  font-size: 11px;
                  line-height: 13px;
                  color: #4b1d1d; }
        .productInfo .content .conLeft .box2 .oa .oaNew {
          width: 100%;
          position: relative;
          margin-top: -7px; }
          .productInfo .content .conLeft .box2 .oa .oaNew .item {
            width: 100%;
            position: absolute;
            top: 36px;
            left: 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .productInfo .content .conLeft .box2 .oa .oaNew .item .t {
              width: 25%;
              text-align: center;
              margin-bottom: 40px; }
              .productInfo .content .conLeft .box2 .oa .oaNew .item .t img {
                display: block;
                margin: 0 auto; }
              .productInfo .content .conLeft .box2 .oa .oaNew .item .t p {
                font-size: 12px;
                line-height: 18px;
                margin-top: 8px; }
                .productInfo .content .conLeft .box2 .oa .oaNew .item .t p span {
                  font-size: 16px;
                  color: #c51d24;
                  font-weight: bold; }
        .productInfo .content .conLeft .box2 .oc {
          margin-top: 7px; }
          .productInfo .content .conLeft .box2 .oc .item {
            display: flex;
            justify-content: center;
            margin-top: -5px; }
            .productInfo .content .conLeft .box2 .oc .item .pic {
              width: 13.7%;
              margin: 0 1.3%; }
              .productInfo .content .conLeft .box2 .oc .item .pic .img {
                width: 100%;
                border: 1px solid #f2f2f2;
                box-sizing: border-box; }
                .productInfo .content .conLeft .box2 .oc .item .pic .img img {
                  width: 100%; }
              .productInfo .content .conLeft .box2 .oc .item .pic p {
                text-align: center;
                font-size: 10px;
                line-height: 12px;
                color: #969696;
                margin-top: 13px; }
        .productInfo .content .conLeft .box2 .twc .pic {
          margin-top: -5px; }
        .productInfo .content .conLeft .box2 .opt {
          margin-top: 24px; }
          .productInfo .content .conLeft .box2 .opt .optNew .pic {
            width: 730px;
            max-width: 100%;
            margin: 0 auto; }
          .productInfo .content .conLeft .box2 .opt .optNew .con {
            margin-top: 6px;
            padding: 0 35px; }
            .productInfo .content .conLeft .box2 .opt .optNew .con .t {
              font-size: 12px;
              line-height: 18px;
              margin-bottom: 6px; }
              .productInfo .content .conLeft .box2 .opt .optNew .con .t .tt {
                color: #a61527;
                font-weight: bold; }
              .productInfo .content .conLeft .box2 .opt .optNew .con .t .tt1 {
                color: #4c4c4c; }
        .productInfo .content .conLeft .box2 .co {
          margin-top: 14px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            position: relative; }
            .productInfo .content .conLeft .box2 .co .coNew .img1 {
              width: 22.3%;
              position: absolute;
              top: -18px;
              left: 30.9%; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 44%;
              float: left;
              margin-left: 4%;
              padding-top: 17px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t {
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t span {
                  font-weight: bold;
                  color: #db021c; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t i {
                  font-weight: bold; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c;
                margin-top: 2px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt {
                  display: flex;
                  align-items: center; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt img {
                    margin-right: 2px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t2 {
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c;
                display: flex;
                align-items: flex-start;
                margin-top: 6px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t2 img {
                  margin-right: 2px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .share {
                display: flex;
                align-items: center;
                margin-top: 11px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .share a {
                  width: 41px;
                  display: block;
                  margin-right: 4px; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .share a span {
                    width: 41px !important;
                    height: 41px !important;
                    line-height: 41px !important; }
            .productInfo .content .conLeft .box2 .co .coNew .pic {
              width: 41.3%;
              float: right;
              margin-right: 2.3%; }
              .productInfo .content .conLeft .box2 .co .coNew .pic .img {
                width: 100%; }
                .productInfo .content .conLeft .box2 .co .coNew .pic .img:nth-child(2) {
                  margin-top: 3px; }
        .productInfo .content .conLeft .box2 .faq {
          margin-top: 15px; }
          .productInfo .content .conLeft .box2 .faq .list {
            padding: 15px 26px 10px;
            background-color: #fcf4dd;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .faq .list ul li {
              border-bottom: 2px solid #eac692;
              padding-bottom: 8px;
              padding-top: 7px; }
              .productInfo .content .conLeft .box2 .faq .list ul li:last-child {
                border-bottom: none; }
              .productInfo .content .conLeft .box2 .faq .list ul li .tits {
                display: flex;
                align-items: flex-start;
                font-size: 15px;
                line-height: 24px;
                color: #4c4c4c; }
                .productInfo .content .conLeft .box2 .faq .list ul li .tits img {
                  margin-right: 2px;
                  display: block;
                  margin-top: 6px; }
              .productInfo .content .conLeft .box2 .faq .list ul li .tit {
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c; }
    .productInfo .content .conRight {
      width: 325px;
      float: right;
      padding-top: 10px; }
      .productInfo .content .conRight .top {
        width: 100%;
        box-shadow: 0px 1px 4px 0px rgba(162, 162, 162, 0.4);
        position: relative;
        margin-top: 81px;
        box-sizing: border-box;
        padding: 81px 40px 44px;
        border-radius: 5px; }
        .productInfo .content .conRight .top .logo {
          width: 162px;
          height: 162px;
          border-radius: 100%;
          box-shadow: 0px 1px 4px 0px rgba(162, 114, 65, 0.4);
          position: absolute;
          top: -81px;
          left: 50%;
          transform: translateX(-50%);
          background-color: #fff; }
          .productInfo .content .conRight .top .logo img {
            max-width: 90%;
            max-height: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .productInfo .content .conRight .top .txt {
          font-size: 12px;
          line-height: 16px;
          color: #222;
          padding-top: 25px; }
        .productInfo .content .conRight .top .tit {
          margin-top: 10px; }
          .productInfo .content .conRight .top .tit .t {
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            color: #333; }
          .productInfo .content .conRight .top .tit .t1 {
            font-size: 0;
            margin-top: 13px; }
            .productInfo .content .conRight .top .tit .t1 a {
              font-size: 9px;
              line-height: 23px;
              border-radius: 3px;
              padding: 0 5px;
              margin-right: 5px;
              margin-bottom: 7px;
              display: inline-block;
              color: #000;
              border: 1px solid #b8b8b8;
              box-sizing: border-box; }
              @media (min-width: 1024px) {
                .productInfo .content .conRight .top .tit .t1 a:hover {
                  background-color: #a01211;
                  color: #fff;
                  border-color: #a01211; } }
      .productInfo .content .conRight .proList {
        margin-top: 34px; }
        .productInfo .content .conRight .proList ul li {
          width: 100%;
          float: none; }
          .productInfo .content .conRight .proList ul li a .pic {
            margin-bottom: 0; }
  .productInfo .proList {
    margin-top: 42px; }
    .productInfo .proList ul li a .pic {
      margin-bottom: 0; }
  @media (max-width: 1200px) {
    .productInfo .box1 .boxRight .tit {
      padding: 15px 0; }
    .productInfo .box1 .boxRight .tit .t .tt {
      font-size: 14px;
      line-height: 30px; }
    .productInfo .box1 .picBox .sList ul li {
      height: 85px; }
    .productInfo .box1 .boxRight .tits {
      font-size: 20px;
      line-height: 56px; }
    .productInfo .box1 .boxRight .share {
      margin-top: 20px; }
    .productInfo .box1 .boxRight .btns {
      margin-top: 20px; }
      .productInfo .box1 .boxRight .btns a {
        padding: 0 15px 0 20px;
        font-size: 14px;
        line-height: 44px;
        border-radius: 22px;
        height: 44px; }
        .productInfo .box1 .boxRight .btns a:nth-child(1) {
          margin-right: 20px; }
    .productInfo .box1 .picBox .list ul li {
      height: 385px; } }
  @media (max-width: 1150px) {
    .productInfo .content .conRight {
      display: none; }
    .productInfo .content .conLeft {
      width: 100%; } }
  @media (max-width: 890px) {
    .productInfo {
      padding: 30px 0; }
      .productInfo .box1 .picBox {
        width: 100%;
        float: none; }
        .productInfo .box1 .picBox .list ul li {
          height: 70vw; }
        .productInfo .box1 .picBox .sList {
          margin-top: 10px; }
          .productInfo .box1 .picBox .sList ul li {
            width: 31.8%;
            height: 84px; }
      .productInfo .box1 .boxRight {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .productInfo .box1 .boxRight .tits {
          font-size: 16px;
          line-height: 22px;
          padding-bottom: 8px; }
        .productInfo .box1 .boxRight .tit .t .tt {
          font-size: 13px;
          line-height: 26px; }
        .productInfo .box1 .boxRight .share a {
          width: 30px; }
          .productInfo .box1 .boxRight .share a span {
            width: 30px !important;
            height: 30px !important;
            line-height: 30px !important; }
        .productInfo .box1 .boxRight .btns a {
          font-size: 13px;
          height: 40px;
          line-height: 40px; }
          .productInfo .box1 .boxRight .btns a span {
            margin-right: 15px; }
      .productInfo .content {
        margin-top: 25px; } }
  @media (max-width: 640px) {
    .productInfo .content .conRight {
      display: block;
      float: none;
      width: 100%; }
      .productInfo .content .conRight .proList {
        display: none; }
      .productInfo .content .conRight .top {
        padding: 81px 15px 20px; }
    .productInfo .content .conLeft {
      margin-top: 20px; }
    .productInfo .content .conLeft .infoBox .item .tits {
      font-size: 16px;
      line-height: 18px; }
    .productInfo .content .conLeft .infoBox .item .tit {
      font-size: 13px;
      line-height: 24px; }
      .productInfo .content .conLeft .infoBox .item .tit .t {
        width: 100% !important; }
    .productInfo .content .conLeft .details .tits {
      font-size: 16px;
      line-height: 18px; }
    .productInfo .content .conLeft .details .tableBox {
      overflow-x: auto; }
      .productInfo .content .conLeft .details .tableBox table {
        width: 600px; }
        .productInfo .content .conLeft .details .tableBox table tr th {
          font-size: 15px;
          padding: 0 10px;
          height: 40px; }
        .productInfo .content .conLeft .details .tableBox table tr td {
          font-size: 13px;
          padding: 5px 10px; }
    .productInfo .content .conLeft .box2 .title img:nth-child(1) {
      height: 40px; }
    .productInfo .content .conLeft .box2 .title img:nth-child(2) {
      height: 20px;
      margin-top: 5px; }
    .productInfo .content .conLeft .box2 .ps .psNew {
      padding: 0;
      margin-top: 0;
      display: block; }
      .productInfo .content .conLeft .box2 .ps .psNew .item {
        width: 100%; }
    .productInfo .content .conLeft .box2 .ass .assNew {
      display: block;
      margin-top: 0; }
      .productInfo .content .conLeft .box2 .ass .assNew .item {
        width: 100%;
        margin-bottom: 10px; }
        .productInfo .content .conLeft .box2 .ass .assNew .item:last-child {
          margin-bottom: 0; }
    .productInfo .content .conLeft .box2 .of .ofNew {
      padding: 0; }
      .productInfo .content .conLeft .box2 .of .ofNew .pic {
        margin-top: 10px; }
        .productInfo .content .conLeft .box2 .of .ofNew .pic .img {
          width: 49.2%; }
    .productInfo .content .conLeft .box2 .sc .scNew {
      margin-top: 0;
      padding: 0; }
      .productInfo .content .conLeft .box2 .sc .scNew .item {
        width: 49%;
        margin-right: 2%; }
        .productInfo .content .conLeft .box2 .sc .scNew .item:nth-child(4n) {
          margin-right: 2%; }
        .productInfo .content .conLeft .box2 .sc .scNew .item:nth-child(2n) {
          margin-right: 0; }
    .productInfo .content .conLeft .box2 .oa .oaNew {
      background-color: #FFF5E3; }
      .productInfo .content .conLeft .box2 .oa .oaNew > img {
        position: absolute;
        bottom: 0;
        left: 0; }
      .productInfo .content .conLeft .box2 .oa .oaNew .item {
        position: relative;
        padding-top: 25px;
        top: auto; }
        .productInfo .content .conLeft .box2 .oa .oaNew .item .t {
          width: 50%;
          margin-bottom: 15px; }
    .productInfo .content .conLeft .box2 .oc .item {
      margin-top: 0;
      flex-wrap: wrap; }
      .productInfo .content .conLeft .box2 .oc .item .pic {
        width: 32%;
        margin: 0 0.65%;
        margin-bottom: 5px; }
        .productInfo .content .conLeft .box2 .oc .item .pic p {
          margin-top: 5px; }
    .productInfo .content .conLeft .box2 .opt .optNew .con {
      padding: 0; }
    .productInfo .content .conLeft .box2 .co .coNew .img1 {
      top: 0;
      right: 0;
      left: auto; }
    .productInfo .content .conLeft .box2 .co .coNew .con {
      width: 100%;
      margin-left: 0;
      float: none; }
      .productInfo .content .conLeft .box2 .co .coNew .con .share a {
        width: 32px; }
        .productInfo .content .conLeft .box2 .co .coNew .con .share a span {
          width: 32px !important;
          height: 32px !important; }
    .productInfo .content .conLeft .box2 .co .coNew .pic {
      margin-right: 0;
      width: 100%;
      margin-top: 10px;
      float: none; }
    .productInfo .content .conLeft .box2 .faq .list {
      padding: 10px; }
    .productInfo .proList {
      margin-top: 15px; } }

.searchPage {
  padding-top: 2.70833vw;
  padding-bottom: 4.6875vw; }
  .searchPage .searchBox {
    display: flex; }
    .searchPage .searchBox .submit {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      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%); }
    .searchPage .searchBox .searchNew {
      flex: 1;
      height: 60px;
      box-sizing: border-box;
      border: 1px solid #80120d;
      display: flex;
      align-items: center; }
      .searchPage .searchBox .searchNew .text {
        flex: 1;
        margin-right: 20px;
        font-size: 16px;
        line-height: 20px;
        color: #1b1b1b;
        padding-left: 23px;
        border: none;
        background: none; }
      .searchPage .searchBox .searchNew .t {
        margin-right: 30px;
        font-size: 16px;
        color: #828181; }
  .searchPage .tabs {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .searchPage .tabs a {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      line-height: 48px;
      padding: 0 5px;
      margin-right: 50px;
      position: relative; }
      .searchPage .tabs a:after {
        width: 100%;
        height: 3px;
        background-color: #b68a52;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: none; }
      .searchPage .tabs a.on {
        color: #b68a52; }
        .searchPage .tabs a.on:after {
          display: block; }
      @media (min-width: 1024px) {
        .searchPage .tabs a:hover {
          color: #b68a52; } }
  .searchPage .list {
    margin-top: 38px; }
    .searchPage .list ul {
      padding-bottom: 42px; }
      .searchPage .list ul li {
        border: 1px solid #e7e7e7;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 20px; }
        .searchPage .list ul li a {
          width: 100%;
          display: flex;
          align-items: center; }
          .searchPage .list ul li a .pic {
            width: 180px;
            height: 135px;
            border-right: 1px solid #e7e7e7;
            position: relative; }
            .searchPage .list ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .searchPage .list ul li a .con {
            flex: 1;
            padding: 0 30px 0 35px;
            display: flex;
            justify-content: space-between; }
            .searchPage .list ul li a .con .t {
              width: 425px;
              max-width: calc(100% - 140px); }
              .searchPage .list ul li a .con .t .tt {
                font-weight: bold;
                font-size: 18px;
                line-height: 20px;
                color: #a31110; }
              .searchPage .list ul li a .con .t .tt1 {
                font-size: 14px;
                line-height: 16px;
                color: #666;
                margin-top: 13px; }
            .searchPage .list ul li a .con .t1 {
              font-size: 14px;
              line-height: 16px;
              color: #666; }
        @media (min-width: 1024px) {
          .searchPage .list ul li:hover {
            box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2); }
            .searchPage .list ul li:hover a .con .t .tt {
              color: #b68a52; } }
  @media (max-width: 920px) {
    .searchPage .tabs a {
      margin-right: 25px; }
    .searchPage .list ul li a .con {
      width: calc(100% - 180px);
      box-sizing: border-box; } }
  @media (max-width: 768px) {
    .searchPage .searchBox {
      position: relative; }
      .searchPage .searchBox .submit {
        width: 46px;
        height: 46px; }
      .searchPage .searchBox .searchNew {
        height: 46px; }
        .searchPage .searchBox .searchNew .text {
          height: 46px; }
        .searchPage .searchBox .searchNew .t {
          position: absolute;
          right: 0;
          margin-right: 0;
          bottom: -30px;
          font-size: 14px; }
    .searchPage .tabs {
      overflow-x: auto; }
      .searchPage .tabs a {
        font-size: 14px;
        margin-right: 15px;
        white-space: nowrap; }
    .searchPage .list ul li a {
      display: block; }
      .searchPage .list ul li a .pic {
        margin: 0 auto;
        border: none; }
      .searchPage .list ul li a .con {
        width: 100%;
        padding: 10px;
        display: block; }
        .searchPage .list ul li a .con .t {
          width: 100%;
          max-width: 100%; }
        .searchPage .list ul li a .con .t1 {
          margin-top: 10px; } }

.error {
  text-align: center;
  margin-top: 96px;
  padding-top: 3.4375vw;
  padding-bottom: 5vw; }
  .error img {
    width: 638px;
    max-width: 92%;
    margin: 0 auto;
    display: block; }
  .error .t {
    font-size: 30px;
    line-height: 32px;
    color: #7c7c7c;
    font-weight: bold;
    margin-top: 45px; }
  .error .t1 {
    font-size: 22px;
    line-height: 24px;
    color: #7c7c7c;
    margin-top: 33px; }
  .error .more {
    width: 223px;
    height: 54px;
    text-align: center;
    font-size: 26px;
    line-height: 54px;
    background-size: cover;
    background-image: url("../images/but.png");
    display: block;
    margin: 55px auto 0;
    font-weight: bold;
    color: #fff; }
  @media (max-width: 768px) {
    .error {
      padding-bottom: 30px; }
      .error .t {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px; }
      .error .t1 {
        font-size: 13px;
        line-height: 15px;
        margin-top: 10px; }
      .error .more {
        width: 160px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        margin: 25px auto 0; } }

.about .aboutTitle {
  font-size: 1.5625vw;
  line-height: 2.08333vw;
  color: #090909;
  font-weight: bold; }
  .about .aboutTitle span {
    color: #a3150e; }
  @media (max-width: 1200px) {
    .about .aboutTitle {
      font-size: 18px;
      line-height: 24px; } }
.about .box1 {
  padding-top: 5.3125vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .about .box1 .con {
    width: 53.9%;
    padding-top: 1.04167vw; }
    .about .box1 .con .txt {
      font-size: 12px;
      line-height: 24px;
      color: #767676;
      margin-top: 1.5625vw; }
    .about .box1 .con .tit {
      display: flex;
      justify-content: space-between;
      margin-top: 3.125vw; }
      .about .box1 .con .tit .t {
        width: 117px;
        height: 95px;
        background-color: #f7f7f7;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .about .box1 .con .tit .t .tt {
          height: 1.82292vw;
          width: 100%;
          font-size: 1.71875vw;
          line-height: 1.82292vw;
          color: #a3150e; }
          .about .box1 .con .tit .t .tt span {
            color: #767676;
            font-size: 12px; }
        .about .box1 .con .tit .t .tt1 {
          font-size: 12px;
          line-height: 14px;
          color: #767676;
          margin-top: 3px; }
  .about .box1 .picBox {
    width: 40.8%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .about .box1 .picBox .pic {
      width: 57.4%; }
      .about .box1 .picBox .pic .img {
        width: 100%;
        border-radius: 10px;
        overflow: hidden; }
        .about .box1 .picBox .pic .img:nth-child(1) {
          margin-bottom: 11px; }
    .about .box1 .picBox .pic1 {
      width: 40.4%;
      overflow: hidden;
      border-radius: 10px;
      position: relative;
      cursor: pointer; }
      .about .box1 .picBox .pic1 .icon {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .about .box1 .picBox .pic1 .icon:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #a60a09;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite; }
        .about .box1 .picBox .pic1 .icon:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #a60a09;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite 0.75s; }
        .about .box1 .picBox .pic1 .icon span {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5;
          display: block;
          background-size: cover;
          background-image: url("../images/video4.png"); }
  @media (max-width: 1200px) {
    .about .box1 .con .tit .t {
      width: 100px; }
      .about .box1 .con .tit .t .tt1 {
        font-size: 10px; } }
  @media (max-width: 860px) {
    .about .box1 {
      display: block; }
      .about .box1 .con {
        width: 100%; }
      .about .box1 .picBox {
        width: 100%;
        margin-top: 15px; } }
  @media (max-width: 640px) {
    .about .box1 .con .tit {
      flex-wrap: wrap;
      justify-content: safe left; }
      .about .box1 .con .tit .t {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px;
        height: auto;
        padding: 20px 0; }
        .about .box1 .con .tit .t:nth-child(3n) {
          margin-right: 0; }
        .about .box1 .con .tit .t .tt {
          font-size: 24px;
          line-height: 26px;
          height: 26px;
          height: 20px; }
    .about .box1 .picBox {
      margin-top: 5px; } }
.about .box2 {
  padding-top: 4.94792vw; }
  .about .box2 .con {
    width: 52.3%;
    margin: 0 auto; }
    .about .box2 .con .aboutTitle {
      text-align: center; }
    .about .box2 .con .txt {
      font-size: 12px;
      line-height: 24px;
      color: #767676;
      text-align: center;
      margin-top: 20px; }
    .about .box2 .con .btns {
      display: flex;
      justify-content: center;
      margin-top: 36px; }
      .about .box2 .con .btns a {
        width: 92px;
        height: 28px;
        border-radius: 14px;
        background-color: #f1f5f9;
        font-size: 9px;
        line-height: 28px;
        color: #a71111;
        text-transform: uppercase;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        margin: 0 7px; }
        .about .box2 .con .btns a span {
          display: block;
          text-align: center;
          flex: 1; }
        .about .box2 .con .btns a img {
          border-radius: 100%;
          width: 17px;
          height: 17px;
          display: block; }
        .about .box2 .con .btns a:nth-child(1) {
          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%);
          color: #fff; }
  .about .box2 .itemBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -9.5%; }
    .about .box2 .itemBox .item {
      width: 18.2%; }
      .about .box2 .itemBox .item a {
        width: 100%;
        display: block;
        border-radius: 10px;
        position: relative;
        overflow: hidden; }
        .about .box2 .itemBox .item a img {
          width: 100%;
          display: block; }
        .about .box2 .itemBox .item a:after {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/about_bg1.png");
          z-index: 5; }
        .about .box2 .itemBox .item a .t {
          width: 100%;
          text-align: center;
          font-size: 14px;
          line-height: 25px;
          color: #fff;
          position: absolute;
          left: 0;
          bottom: 6px;
          z-index: 8; }
        .about .box2 .itemBox .item a:nth-child(1) {
          margin-bottom: 12px; }
        @media (min-width: 1024px) {
          .about .box2 .itemBox .item a:hover:after {
            background-image: url("../images/about_bg1_h.png"); } }
      .about .box2 .itemBox .item:nth-child(2), .about .box2 .itemBox .item:nth-child(4) {
        margin-top: 11.1%; }
      .about .box2 .itemBox .item:nth-child(3) {
        margin-top: 21.2%; }
  @media (max-width: 768px) {
    .about .box2 {
      padding-top: 25px; }
      .about .box2 .con {
        width: 100%; }
        .about .box2 .con .txt {
          margin-top: 15px; }
        .about .box2 .con .btns {
          margin-top: 15px; }
      .about .box2 .itemBox {
        margin-top: 15px;
        display: block; }
        .about .box2 .itemBox .item {
          width: 100%;
          margin-top: 0 !important;
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px; }
          .about .box2 .itemBox .item a {
            width: 48.5%;
            margin-bottom: 0 !important; } }
.about .box3 {
  margin-top: 5.20833vw;
  background-color: #f7f7f7; }
  .about .box3 .w1290 {
    position: relative; }
    .about .box3 .w1290 .boxLeft {
      width: 42.6%;
      position: absolute;
      top: 0;
      height: 100%;
      left: 0; }
      .about .box3 .w1290 .boxLeft .pic {
        width: 157.5%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 20px 20px 0;
        overflow: hidden; }
    .about .box3 .w1290 .boxRight {
      width: 68.5%;
      float: right;
      padding-top: 28px;
      position: relative;
      z-index: 5;
      padding-bottom: 25px; }
      .about .box3 .w1290 .boxRight .con {
        width: 75%;
        margin-left: 25%; }
        .about .box3 .w1290 .boxRight .con .txt {
          font-size: 12px;
          line-height: 24px;
          color: #646262;
          border-bottom: 2px dashed #dcdcdc;
          margin-top: 10px;
          padding-bottom: 22px; }
        .about .box3 .w1290 .boxRight .con .tit {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: 35px; }
          .about .box3 .w1290 .boxRight .con .tit .t {
            width: 48.9%;
            display: flex;
            align-items: flex-start; }
            .about .box3 .w1290 .boxRight .con .tit .t:nth-child(n + 3) {
              margin-top: 34px; }
            .about .box3 .w1290 .boxRight .con .tit .t img {
              margin-right: 7px;
              display: block; }
            .about .box3 .w1290 .boxRight .con .tit .t .tt {
              padding-top: 4px; }
              .about .box3 .w1290 .boxRight .con .tit .t .tt .tt1 {
                font-size: 14px;
                line-height: 18px;
                color: #231726;
                font-weight: bold; }
              .about .box3 .w1290 .boxRight .con .tit .t .tt .tt2 {
                font-size: 12px;
                line-height: 24px;
                color: #646262;
                margin-top: 9px; }
      .about .box3 .w1290 .boxRight .list {
        margin-top: 30px; }
        .about .box3 .w1290 .boxRight .list ul {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .about .box3 .w1290 .boxRight .list ul li {
            width: 22.9%;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 960px) {
    .about .box3 .w1290 .boxLeft {
      display: none; }
    .about .box3 .w1290 .boxRight {
      width: 100%; }
      .about .box3 .w1290 .boxRight .con {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 580px) {
    .about .box3 .w1290 .boxRight .con .txt {
      padding-bottom: 15px; }
    .about .box3 .w1290 .boxRight .con .tit {
      display: block;
      margin-top: 15px; }
      .about .box3 .w1290 .boxRight .con .tit .t {
        width: 100%; }
        .about .box3 .w1290 .boxRight .con .tit .t img {
          width: 32px; }
        .about .box3 .w1290 .boxRight .con .tit .t .tt .tt2 {
          margin-top: 5px; }
    .about .box3 .w1290 .boxRight .list {
      margin-top: 15px; }
      .about .box3 .w1290 .boxRight .list ul {
        flex-wrap: wrap; }
        .about .box3 .w1290 .boxRight .list ul li {
          width: 48%;
          margin-bottom: 10px; } }
.about .box4 {
  padding: 5.20833vw 0; }
  .about .box4 .boxLeft {
    width: 45.3%;
    float: left;
    box-shadow: 5.5px 9.526px 32px 0px rgba(43, 43, 43, 0.13);
    border-radius: 15px;
    padding: 60px 3.90625vw;
    box-sizing: border-box;
    background-size: 100% auto;
    background-position: center bottom;
    background-image: url("../images/about_bg3.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative; }
    .about .box4 .boxLeft:after {
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      border-radius: 15px;
      box-sizing: border-box;
      border: 1px dashed #dbdbdb;
      position: absolute;
      top: 15px;
      left: 15px;
      content: ''; }
    .about .box4 .boxLeft .logo {
      width: 146px;
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 5; }
    .about .box4 .boxLeft .tits {
      text-align: center;
      font-size: 24px;
      line-height: 26px;
      font-weight: bold;
      color: #151213;
      margin-top: 30px;
      position: relative;
      z-index: 5; }
    .about .box4 .boxLeft .txt {
      font-size: 14px;
      line-height: 24px;
      color: #878787;
      margin-top: 22px;
      position: relative;
      z-index: 5; }
    .about .box4 .boxLeft a {
      position: relative;
      z-index: 5;
      display: block;
      width: 226px;
      height: 56px;
      border-radius: 28px;
      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%);
      margin: 70px auto 0;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 56px;
      color: #fff;
      text-align: center;
      font-weight: bold; }
  .about .box4 .boxRight {
    width: 49.2%;
    float: right; }
    .about .box4 .boxRight .tits {
      font-size: 14px;
      line-height: 16px;
      color: #a81f24;
      font-weight: bold;
      margin-bottom: 25px; }
    .about .box4 .boxRight .list {
      margin-top: 32px; }
      .about .box4 .boxRight .list ul li {
        padding: 25px 30px;
        box-sizing: border-box;
        background-color: #f7f7f7;
        border-radius: 10px;
        margin-bottom: 12px;
        position: relative;
        cursor: pointer; }
        .about .box4 .boxRight .list ul li:after {
          width: 36px;
          height: 36px;
          position: absolute;
          top: 17px;
          right: 30px;
          background-size: cover;
          background-repeat: no-repeat;
          content: '';
          background-image: url("../images/about_icon3.png"); }
        .about .box4 .boxRight .list ul li .t {
          font-size: 14px;
          line-height: 20px;
          color: #000;
          font-weight: bold;
          padding-right: 46px; }
        .about .box4 .boxRight .list ul li .t1 {
          font-size: 14px;
          line-height: 20px;
          color: #878787;
          padding-top: 14px;
          display: none; }
        .about .box4 .boxRight .list ul li.on {
          padding: 30px 30px 25px; }
          .about .box4 .boxRight .list ul li.on:after {
            background-image: url("../images/about_icon3_h.png"); }
  @media (max-width: 900px) {
    .about .box4 .boxLeft {
      width: 100%;
      float: none;
      padding: 40px 10px; }
      .about .box4 .boxLeft .tits {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px; }
      .about .box4 .boxLeft .txt {
        font-size: 13px;
        line-height: 22px;
        padding: 0 20px; }
      .about .box4 .boxLeft a {
        margin: 20px auto 0;
        width: 160px;
        height: 36px;
        font-size: 14px;
        line-height: 36px; }
    .about .box4 .boxRight {
      width: 100%;
      float: none;
      margin-top: 25px; }
      .about .box4 .boxRight .tits {
        margin-bottom: 10px; }
      .about .box4 .boxRight .list {
        margin-top: 15px; }
        .about .box4 .boxRight .list ul li {
          padding: 15px; }
          .about .box4 .boxRight .list ul li:after {
            top: 12px;
            right: 10px;
            width: 26px;
            height: 26px; }
          .about .box4 .boxRight .list ul li.on {
            padding: 20px 15px 15px; } }

/*# sourceMappingURL=style.css.map */
