.fl {
  float: left; }

.fr {
  float: right; }

@font-face {
  font-family: "DIN";
  src: url("../fonts/DINCond-Bold.woff") format("woff"), url("../fonts/DINCond-Bold.ttf") format("truetype"), url("../fonts/DINCond-Bold.svg") format("svg"), url("../fonts/DINCond-Bold.otf") format("opentype"); }
.DIN {
  font-family: "DIN"; }

body {
  overflow-x: hidden; }

#translate {
  display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: none !important;
  box-shadow: none !important;
  transition: color 99999s ease-out, background-color 99999s ease-out;
  transition-delay: 99999s; }

.oneLine, .online {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box; }

.w1400 {
  width: 1396px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.inside .header {
  display: none; }
@media (max-width: 1024px) {
  .inside .header {
    display: block; }
  .inside .headerBox {
    display: none; } }

.header {
  width: 100%;
  top: 28px;
  left: 0;
  z-index: 200;
  position: fixed; }
  .header .headerNew {
    width: 100%;
    display: flex;
    margin: 0 auto;
    background-color: #050b0b;
    align-items: center;
    position: relative; }
    .header .headerNew .logo {
      width: 181px;
      display: block; }
    .header .headerNew .nav {
      margin-left: 10px;
      flex: 1; }
      .header .headerNew .nav.wap {
        display: none; }
      .header .headerNew .nav ul li {
        float: left;
        margin-right: 30px;
        position: relative; }
        .header .headerNew .nav ul li:last-child {
          margin-right: 0; }
        .header .headerNew .nav ul li .tits {
          font-size: 13px;
          line-height: 67px;
          color: #fff;
          display: block;
          text-transform: uppercase;
          font-weight: bold; }
        .header .headerNew .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;
          min-width: 10.41667vw;
          padding: 15px 25px;
          left: -1.04167vw;
          background: #fff;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .header .headerNew .nav ul li dl:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 32px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent #fff;
            display: block;
            box-sizing: border-box; }
          .header .headerNew .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #e9e9ee;
            padding: 6px 0; }
            .header .headerNew .nav ul li dl dd a {
              display: block;
              line-height: 21px;
              padding: 0.52083vw 0;
              font-size: 0.78125vw;
              position: relative;
              color: #768492; }
              @media (min-width: 1024px) {
                .header .headerNew .nav ul li dl dd a:hover {
                  color: #e1b26c; } }
        @media (min-width: 1024px) {
          .header .headerNew .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); } }
    .header .headerNew .headerRight {
      display: flex;
      align-items: center; }
      .header .headerNew .headerRight a {
        margin-right: 15px;
        display: block;
        padding-bottom: 0;
        position: relative; }
        .header .headerNew .headerRight a #select {
          width: 120%;
          /* width: 200px; */
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          padding: 0 10px;
          height: 36px;
          cursor: pointer; }
      .header .headerNew .headerRight .navClick {
        display: none;
        width: 22px;
        height: 18px;
        float: left; }
        .header .headerNew .headerRight .navClick span {
          width: 100%;
          height: 2px;
          background-color: #fff;
          display: block;
          position: relative;
          transition: .3s;
          -webkit-transition: .3s;
          margin-bottom: 6px; }
          .header .headerNew .headerRight .navClick span:last-child {
            margin-bottom: 0; }
        .header .headerNew .headerRight .navClick.on span:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          top: 8px;
          right: 0px; }
        .header .headerNew .headerRight .navClick.on span:nth-child(2) {
          display: none; }
        .header .headerNew .headerRight .navClick.on span:nth-child(3) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 0;
          right: 0; }
    .header .headerNew .searchBox7 {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #050b0b;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: -1;
      opacity: 0;
      left: 50%;
      transition: left 0.3s,opacity 0.1s; }
      .header .headerNew .searchBox7 .searchNew {
        width: 750px;
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center; }
        .header .headerNew .searchBox7 .searchNew .icon {
          width: 24px;
          height: 24px;
          margin-right: 10px; }
        .header .headerNew .searchBox7 .searchNew .text {
          flex: 1;
          height: 36px;
          background: none;
          border: none;
          font-size: 16px;
          color: #fff;
          border-bottom: 1px solid #fff; }
        .header .headerNew .searchBox7 .searchNew .searchClose {
          width: 20px;
          height: 20px;
          margin-left: 10px;
          transition: all .4s; }
          .header .headerNew .searchBox7 .searchNew .searchClose img {
            width: 100%; }
          @media (min-width: 1024px) {
            .header .headerNew .searchBox7 .searchNew .searchClose:hover {
              transform: rotate(90deg); } }
      .header .headerNew .searchBox7.on {
        left: 0;
        opacity: 1;
        z-index: 2; }
      @media (max-width: 1024px) {
        .header .headerNew .searchBox7 .searchNew .icon {
          width: 18px;
          height: 18px; }
        .header .headerNew .searchBox7 .searchNew .text {
          height: 28px;
          font-size: 13px; }
        .header .headerNew .searchBox7 .searchNew .searchClose {
          width: 16px;
          height: 16px; } }
  @media (max-width: 1460px) {
    .header .headerNew {
      width: 100%; }
      .header .headerNew .nav ul li {
        margin-right: 20px; } }
  @media (max-width: 1320px) {
    .header {
      top: 0; }
      .header .w1400 {
        width: 100%;
        max-width: 100%; } }
  @media (max-width: 1200px) {
    .header .headerNew {
      width: 100%; }
      .header .headerNew .nav {
        margin-left: 0; }
        .header .headerNew .nav ul li {
          margin-right: 10px; }
          .header .headerNew .nav ul li .tits {
            font-size: 11px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .headerNew {
        justify-content: space-between; }
        .header .headerNew .logo {
          width: auto; }
          .header .headerNew .logo img {
            height: 50px; }
        .header .headerNew .nav {
          width: 100%;
          position: fixed;
          top: 50px;
          height: calc(100% - 50px);
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          display: none; }
          .header .headerNew .nav ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            background-color: #fff;
            padding-top: 20px; }
            .header .headerNew .nav ul li {
              float: none;
              background: none !important;
              margin-right: 0; }
              .header .headerNew .nav ul li .tits {
                font-size: 16px;
                line-height: 46px;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000;
                background: none !important; }
                .header .headerNew .nav ul li .tits i {
                  width: 15px;
                  height: 7px;
                  position: absolute;
                  content: '';
                  right: 15px;
                  top: 50%;
                  margin-top: -3.5px;
                  background-image: url("../images/sj.png"); }
              .header .headerNew .nav ul li dl {
                position: relative;
                opacity: 1;
                top: 0;
                padding: 0;
                visibility: initial;
                box-shadow: none;
                transform: rotateX(0);
                display: none;
                left: 0; }
                .header .headerNew .nav ul li dl dd {
                  border-bottom: none;
                  padding: 0; }
                  .header .headerNew .nav ul li dl dd a {
                    color: #000;
                    font-size: 14px;
                    line-height: 36px;
                    padding: 0 0 0 30px;
                    box-sizing: border-box; }
        .header .headerNew .headerRight .navClick {
          display: block; } }

.headerBox {
  height: 117px; }

.header1 {
  width: 100%;
  z-index: 50;
  position: fixed;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27); }
  .header1 .headerTop {
    height: 57px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header1 .headerTop .headerLeft {
      margin-left: 3.125vw;
      height: 57px;
      display: flex;
      align-items: center; }
      .header1 .headerTop .headerLeft .logo {
        width: 151px;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5.05208vw; }
      .header1 .headerTop .headerLeft .t {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 57px;
        color: #231815;
        margin-right: 2.86458vw; }
        .header1 .headerTop .headerLeft .t img {
          margin-right: 5px; }
    .header1 .headerTop .headerRight {
      margin-right: 5.10417vw;
      display: flex;
      align-items: center; }
      .header1 .headerTop .headerRight .img {
        height: 57px;
        margin-right: 3.75vw; }
      .header1 .headerTop .headerRight .t {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 57px;
        color: #231815;
        margin-right: 3.125vw;
        position: relative; }
        .header1 .headerTop .headerRight .t:last-child {
          margin-right: 0; }
        .header1 .headerTop .headerRight .t img {
          margin-right: 8px; }
        .header1 .headerTop .headerRight .t #select1 {
          width: 120%;
          /* width: 200px; */
          position: absolute;
          top: 11px;
          left: 0;
          opacity: 0;
          padding: 0 10px;
          height: 36px;
          cursor: pointer; }
        @media (min-width: 1024px) {
          .header1 .headerTop .headerRight .t:hover {
            color: #910909; } }
  .header1 .headerBottom {
    height: 60px;
    width: 100%;
    background-color: #050b0b;
    position: relative; }
    .header1 .headerBottom .nav {
      margin-left: 2.34375vw; }
      .header1 .headerBottom .nav ul li {
        float: left;
        margin-right: 2.60417vw;
        position: relative; }
        .header1 .headerBottom .nav ul li:last-child {
          margin-right: 0; }
        .header1 .headerBottom .nav ul li .tits {
          font-size: 13px;
          line-height: 60px;
          color: #fff;
          display: block;
          text-transform: uppercase;
          font-weight: bold;
          position: relative; }
          .header1 .headerBottom .nav ul li .tits:after {
            width: 14px;
            height: 7px;
            background-image: url("../images/sj1.png");
            background-size: cover;
            position: absolute;
            bottom: 11px;
            left: 50%;
            transform: translateX(-50%);
            content: '';
            display: none; }
        .header1 .headerBottom .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;
          min-width: 10.41667vw;
          padding: 15px 25px;
          left: -1.04167vw;
          background: #fff;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .header1 .headerBottom .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #e9e9ee;
            padding: 6px 0; }
            .header1 .headerBottom .nav ul li dl dd a {
              display: block;
              line-height: 21px;
              padding: 0.52083vw 0;
              font-size: 0.78125vw;
              position: relative;
              color: #768492; }
              @media (min-width: 1024px) {
                .header1 .headerBottom .nav ul li dl dd a:hover {
                  color: #e1b26c; } }
        .header1 .headerBottom .nav ul li.on .tits {
          color: #d4a561; }
          .header1 .headerBottom .nav ul li.on .tits:after {
            display: block; }
        @media (min-width: 1024px) {
          .header1 .headerBottom .nav ul li:hover .tits {
            color: #d4a561; }
            .header1 .headerBottom .nav ul li:hover .tits:after {
              display: block; }
          .header1 .headerBottom .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); } }
    .header1 .headerBottom .search2 {
      width: 226px;
      height: 32px;
      position: absolute;
      right: 5.10417vw;
      top: 14px;
      border: 1px solid #fff;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 10; }
      .header1 .headerBottom .search2 .text {
        width: calc(100% - 30px);
        padding-left: 10px;
        font-size: 12px;
        color: #fff;
        box-sizing: border-box;
        text-align: left;
        height: 30px;
        border: none;
        background: none; }
      .header1 .headerBottom .search2 .submit {
        width: 30px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/search2.png");
        display: block; }
  @media (max-width: 1550px) {
    .header1 .headerBottom .nav {
      margin-left: 0; }
      .header1 .headerBottom .nav ul li {
        margin-right: 1.5625vw; } }
  @media (max-width: 1366px) {
    .header1 .headerBottom .search2 {
      width: 180px; } }
  @media (max-width: 1280px) {
    .header1 .headerTop .headerLeft .logo {
      margin-right: 30px; }
    .header1 .headerTop .headerRight .img {
      margin-right: 20px; }
    .header1 .headerTop .headerLeft .t {
      margin-right: 15px; }
    .header1 .headerTop .headerRight .t {
      margin-right: 15px; }
    .header1 .headerBottom .search2 {
      right: 10px; } }
  @media (max-width: 1180px) {
    .header1 .headerBottom .nav ul li {
      margin-right: 15px; }
    .header1 .headerBottom .search2 {
      display: none; } }
  @media (max-width: 1110px) {
    .header1 .headerTop .headerRight .img {
      margin-right: 5px; }
    .header1 .headerTop .headerLeft .t {
      font-size: 12px; }
    .header1 .headerTop .headerLeft .t:last-child {
      margin-right: 0; }
    .header1 .headerTop .headerLeft .logo {
      margin-right: 15px; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner ul li {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-banner ul li img {
      width: 100%;
      height: auto;
      display: block; }
      .index-banner ul li img.wap {
        display: none; }
    .index-banner ul li .con {
      position: absolute;
      bottom: 5.20833vw;
      width: 100%;
      z-index: 10; }
      .index-banner ul li .con .w1400 {
        padding: 0 45px;
        box-sizing: border-box;
        text-transform: uppercase; }
        .index-banner ul li .con .w1400 .tits {
          font-size: 42px;
          line-height: 50px;
          color: #fff;
          font-weight: bold; }
        .index-banner ul li .con .w1400 .tit {
          font-size: 10px;
          line-height: 20px;
          color: #e1b26c;
          width: 450px;
          max-width: 100%;
          margin-top: 1.04167vw; }
        .index-banner ul li .con .w1400 .more {
          width: 196px;
          height: 42px;
          border: 1px solid #fff;
          display: flex;
          font-size: 12px;
          line-height: 40px;
          box-sizing: border-box;
          color: #fff;
          justify-content: space-between;
          margin-top: 3.48958vw; }
          .index-banner ul li .con .w1400 .more span {
            display: block;
            text-align: center;
            flex: 1; }
          .index-banner ul li .con .w1400 .more i {
            width: 44px;
            height: 42px;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 18px auto;
            background-image: url("../images/icon1.png");
            border-left: 1px solid #fff; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 15; }
    .index-banner .btns .w1400 {
      padding: 0 45px;
      box-sizing: border-box; }
      .index-banner .btns .w1400 a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 18px;
        float: left; }
  @media (max-width: 1366px) {
    .index-banner ul li .con .w1400 .tits {
      font-size: 32px;
      line-height: 38px; } }
  @media (max-width: 1200px) {
    .index-banner ul li .con .w1400 .tits {
      font-size: 26px;
      line-height: 34px; }
    .index-banner ul li .con .w1400 .more {
      margin-top: 1.5625vw; }
    .index-banner .btns {
      bottom: 5px; } }
  @media (max-width: 1024px) {
    .index-banner {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .index-banner ul li {
      overflow: hidden;
      position: relative; }
      .index-banner ul li img.pc {
        display: none; }
      .index-banner ul li img.wap {
        display: block; }
      .index-banner ul li .con {
        bottom: auto;
        top: 10%;
        z-index: 10; }
        .index-banner ul li .con .w1400 {
          padding: 0; }
          .index-banner ul li .con .w1400 .tits {
            font-size: 18px;
            line-height: 22px; }
          .index-banner ul li .con .w1400 .more {
            width: 170px;
            height: 36px;
            line-height: 34px;
            margin-top: 20px; }
            .index-banner ul li .con .w1400 .more i {
              width: 36px;
              height: 34px;
              background-size: 12px auto; } }

.index .box1 {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .index .box1 a {
    display: block;
    margin-left: -2%;
    position: relative; }
    .index .box1 a:nth-child(1) {
      margin-left: 0; }
    .index .box1 a:last-child {
      display: none; }
    .index .box1 a p {
      text-align: center;
      font-size: 12px;
      line-height: 18px;
      color: #fff;
      width: 100%;
      text-transform: uppercase;
      position: absolute;
      top: 0.88542vw;
      left: 8%; }
  @media (max-width: 1220px) {
    .index .box1 {
      padding-top: 30px; }
      .index .box1 a p {
        font-size: 10px;
        line-height: 16px; } }
  @media (max-width: 1024px) {
    .index .box1 {
      flex-wrap: wrap;
      justify-content: center; }
      .index .box1 a {
        width: 20%;
        margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding-top: 20px;
      width: 100%;
      max-width: 100%; }
      .index .box1 a {
        width: 36.5%;
        margin-left: -5%; }
        .index .box1 a:nth-child(4) {
          margin-left: 0; }
        .index .box1 a:nth-child(7) {
          margin-left: 0; }
        .index .box1 a img {
          width: 100%; }
        .index .box1 a p {
          top: 15px;
          margin-left: -2%; } }
.index .box2 {
  display: flex;
  margin: 54px auto;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .index .box2 .con {
    width: 43.9%; }
    .index .box2 .con .tits {
      font-size: 30px;
      font-weight: bold;
      line-height: 32px;
      color: #020202;
      text-transform: uppercase; }
    .index .box2 .con .tit {
      font-size: 12px;
      line-height: 20px;
      color: #767676;
      margin-top: 0.98958vw; }
    .index .box2 .con .more {
      width: 196px;
      height: 42px;
      border: 1px solid #7f7e7e;
      display: flex;
      font-size: 12px;
      line-height: 40px;
      box-sizing: border-box;
      color: #000;
      justify-content: space-between;
      margin-top: 1.45833vw;
      position: relative;
      overflow: hidden; }
      .index .box2 .con .more:after {
        width: 300px;
        height: 300px;
        background-color: #910909;
        content: '';
        position: absolute;
        top: 360%;
        left: -50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: all 0.8s; }
      .index .box2 .con .more span {
        display: block;
        text-align: center;
        flex: 1;
        position: relative;
        z-index: 10; }
      .index .box2 .con .more i {
        width: 44px;
        height: 42px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-image: url("../images/icon2.png");
        border-left: 1px solid #7f7e7e;
        position: relative;
        z-index: 10; }
      @media (min-width: 1024px) {
        .index .box2 .con .more:hover {
          color: #fff;
          border-color: #910909; }
          .index .box2 .con .more:hover:after {
            top: 50%;
            left: 50%; }
          .index .box2 .con .more:hover i {
            border-color: #fff;
            background-image: url("../images/icon2_h.png"); } }
  .index .box2 .picBox {
    width: 51%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: space-between; }
    .index .box2 .picBox .imgLeft {
      width: 30.1%;
      height: 100%;
      position: relative; }
      .index .box2 .picBox .imgLeft img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    .index .box2 .picBox .imgRight {
      width: 68.5%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .index .box2 .picBox .imgRight .imgBox {
        width: 100%;
        display: flex;
        height: 45%;
        justify-content: space-between; }
        .index .box2 .picBox .imgRight .imgBox img {
          width: 49.6%;
          height: 100%;
          object-fit: cover; }
      .index .box2 .picBox .imgRight .img {
        width: 100%;
        height: 53%;
        position: relative;
        cursor: pointer; }
        .index .box2 .picBox .imgRight .img:after {
          width: 56px;
          height: 56px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/video.png");
          content: ''; }
        .index .box2 .picBox .imgRight .img:before {
          width: 56px;
          height: 56px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -28px;
          margin-left: -28px;
          content: "";
          z-index: -1;
          border-radius: 100%;
          border: 5px solid #fff;
          box-sizing: border-box;
          animation: animationSignal;
          animation-iteration-count: infinite;
          animation-duration: 3s;
          -webkit-animation: animationSignal;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-duration: 3s;
          z-index: 10;
          transform: scale(1.2);
          -moz-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
        .index .box2 .picBox .imgRight .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
  @media (max-width: 1200px) {
    .index .box2 {
      margin: 35px auto; }
      .index .box2 .con .tits {
        font-size: 24px;
        line-height: 26px; } }
  @media (max-width: 768px) {
    .index .box2 {
      margin: 10px auto 20px;
      display: block; }
      .index .box2 .con {
        width: 100%; }
        .index .box2 .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .index .box2 .con .tit {
          height: 220px;
          overflow: hidden; }
        .index .box2 .con .more {
          width: 126px;
          height: 36px;
          line-height: 34px;
          margin-top: 15px; }
          .index .box2 .con .more:after {
            left: -90%; }
          .index .box2 .con .more i {
            width: 34px;
            height: 34px;
            background-size: 12px auto; }
      .index .box2 .picBox {
        margin-top: 15px;
        width: 100%;
        height: auto;
        position: relative; }
        .index .box2 .picBox .imgLeft {
          height: auto; }
          .index .box2 .picBox .imgLeft img {
            width: 100%;
            position: relative; }
        .index .box2 .picBox .imgRight {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%; } }
.index .box3 {
  padding-top: 30px;
  padding-bottom: 72px; }
  .index .box3 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .index .box3 .title .tits {
      font-size: 30px;
      line-height: 32px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
    .index .box3 .title .btns {
      display: flex; }
      .index .box3 .title .btns a {
        width: 60px;
        height: 60px;
        border: 1px solid #fff;
        border-radius: 100%;
        box-sizing: border-box;
        margin-left: 22px;
        background-position: center;
        background-repeat: no-repeat;
        display: block; }
        .index .box3 .title .btns a.prev {
          background-image: url("../images/left1.png"); }
        .index .box3 .title .btns a.next {
          background-image: url("../images/right1.png"); }
        @media (min-width: 1024px) {
          .index .box3 .title .btns a:hover {
            background-color: #e1b26c;
            border-color: #e1b26c; } }
  .index .box3 .list {
    margin-top: 38px; }
    .index .box3 .list ul li {
      width: 23%;
      margin-right: 2.6%;
      border: 2px solid #fff;
      background-color: #f4f4f4;
      border-radius: 2px;
      float: left;
      box-sizing: border-box; }
      .index .box3 .list ul li:last-child {
        margin-right: 0; }
      .index .box3 .list ul li a {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 20px; }
        .index .box3 .list ul li a .pic {
          width: 100%;
          height: 0;
          padding-bottom: 75%;
          position: relative;
          overflow: hidden; }
          .index .box3 .list ul li a .pic img {
            width: 100%;
            position: absolute;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            transition: all 1.2s; }
        .index .box3 .list ul li a .con {
          padding: 0 18px;
          box-sizing: border-box;
          width: 100%;
          position: relative;
          z-index: 10;
          color: #000; }
          .index .box3 .list ul li a .con .time {
            width: 46px;
            height: 46px;
            background-color: #fff;
            border: 1px solid #e1b26c;
            margin-top: -29px;
            box-sizing: border-box;
            padding: 0 4px;
            color: #000;
            padding-top: 3px; }
            .index .box3 .list ul li a .con .time .t {
              font-size: 17px;
              line-height: 19px;
              border-bottom: 1px solid #e1b26c; }
            .index .box3 .list ul li a .con .time .t1 {
              font-size: 9px;
              line-height: 11px;
              margin-top: 4px; }
          .index .box3 .list ul li a .con .tits {
            font-size: 14px;
            line-height: 19px;
            font-weight: bold;
            margin-top: 13px; }
          .index .box3 .list ul li a .con .tit {
            font-size: 12px;
            line-height: 15px;
            color: #4d4b4b;
            margin-top: 7px; }
      @media (min-width: 1024px) {
        .index .box3 .list ul li:hover a .pic img {
          transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .index .box3 {
      padding-bottom: 50px; }
      .index .box3 .title .tits {
        font-size: 24px;
        line-height: 26px; }
      .index .box3 .title .btns a {
        width: 50px;
        height: 50px;
        margin-left: 18px;
        background-size: 20px auto; }
      .index .box3 .list {
        margin-top: 25px; } }
  @media (max-width: 1024px) {
    .index .box3 {
      padding-bottom: 30px; }
      .index .box3 .list ul li {
        width: 31.6%; } }
  @media (max-width: 768px) {
    .index .box3 {
      padding-top: 20px; }
      .index .box3 .title .tits {
        font-size: 18px;
        line-height: 20px; }
      .index .box3 .title .btns a {
        width: 34px;
        height: 34px;
        background-size: 16px auto;
        margin-left: 10px; }
      .index .box3 .list {
        margin-top: 15px; }
        .index .box3 .list ul li {
          width: 100%; } }
.index .box4 {
  padding-top: 50px; }
  .index .box4 .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #020202;
    text-align: center;
    text-transform: uppercase; }
  .index .box4 .list {
    margin-top: 30px; }
    .index .box4 .list ul {
      display: flex;
      justify-content: space-between; }
      .index .box4 .list ul li {
        width: 19.5%;
        position: relative; }
        .index .box4 .list ul li:after {
          width: 100%;
          height: 5px;
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          background-image: url("../images/line.jpg");
          background-size: cover;
          background-repeat: no-repeat; }
        .index .box4 .list ul li:before {
          width: 41px;
          height: 24px;
          background-size: cover;
          background-image: url("../images/sj.png");
          background-repeat: no-repeat;
          position: absolute;
          bottom: -12px;
          left: 50%;
          transform: translateX(-50%);
          content: '';
          opacity: 0; }
        .index .box4 .list ul li a {
          width: 100%;
          height: auto;
          background-color: #fff;
          display: block; }
          .index .box4 .list ul li a .pic {
            width: 100%;
            position: relative;
            height: 0;
            padding-bottom: 75%;
            overflow: hidden; }
            .index .box4 .list ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
          .index .box4 .list ul li a .con {
            width: 100%;
            border: 1px solid #d9d8d7;
            padding: 10px 18px 18px;
            box-sizing: border-box; }
            .index .box4 .list ul li a .con .tits {
              font-size: 14px;
              line-height: 19px;
              height: 38px;
              color: #000;
              font-weight: bold; }
            .index .box4 .list ul li a .con .tit {
              font-size: 12px;
              line-height: 20px;
              color: #5e5c5c;
              height: 60px; }
        @media (min-width: 1024px) {
          .index .box4 .list ul li:hover:after {
            background: none; }
          .index .box4 .list ul li:hover:before {
            opacity: 1; }
          .index .box4 .list ul li:hover a {
            background-color: #000; }
            .index .box4 .list ul li:hover a .pic img {
              transform: scale(1.1); }
            .index .box4 .list ul li:hover a .con {
              border-color: #000; }
              .index .box4 .list ul li:hover a .con .tits {
                color: #fff; }
              .index .box4 .list ul li:hover a .con .tit {
                color: #fff; } }
  @media (max-width: 1200px) {
    .index .box4 {
      padding-top: 30px; }
      .index .box4 .title {
        font-size: 24px;
        line-height: 26px; }
      .index .box4 .list {
        margin-top: 25px; }
        .index .box4 .list ul li {
          width: 24.5%; }
          .index .box4 .list ul li:last-child {
            display: none; } }
  @media (max-width: 1024px) {
    .index .box4 .list {
      margin-top: 25px; }
      .index .box4 .list ul li {
        width: 32.5%; }
        .index .box4 .list ul li:nth-child(4) {
          display: none; }
        .index .box4 .list ul li:last-child {
          display: none; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 20px; }
      .index .box4 .title {
        font-size: 18px;
        line-height: 20px; }
      .index .box4 .list {
        margin-top: 15px; }
        .index .box4 .list ul {
          display: block; }
          .index .box4 .list ul li {
            width: 100%;
            margin-bottom: 10px; }
            .index .box4 .list ul li:last-child {
              margin-bottom: 0; }
            .index .box4 .list ul li:nth-child(3n+1) {
              display: none; } }
.index .box5 {
  padding-top: 50px; }
  .index .box5 .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #020202;
    text-align: center;
    text-transform: uppercase; }
  .index .box5 .content {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    .index .box5 .content .itemBox {
      width: 13.1%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      grid: 5px;
      justify-content: space-between; }
      .index .box5 .content .itemBox .pic {
        flex: 1;
        border: 2px solid #d9d8d7;
        margin-bottom: 5px;
        position: relative;
        cursor: pointer; }
        .index .box5 .content .itemBox .pic:last-child {
          margin-bottom: 0; }
        .index .box5 .content .itemBox .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .index .box5 .content .itemBox .pic.on {
          border-color: #e1b26c; }
    .index .box5 .content .list {
      width: 86.4%;
      float: right; }
      .index .box5 .content .list ul li {
        width: 100%;
        background-color: #f7f7f7;
        display: none; }
        .index .box5 .content .list ul li a {
          width: 100%;
          display: block;
          position: relative; }
          .index .box5 .content .list ul li a .tag {
            width: 43px;
            position: absolute;
            right: 35px;
            top: 0; }
          .index .box5 .content .list ul li a .pic {
            width: 47.3%;
            height: 0;
            border: 2px solid #d9d8d7;
            padding-bottom: 26.7%;
            position: relative;
            float: left;
            overflow: hidden; }
            .index .box5 .content .list ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
          .index .box5 .content .list ul li a .con {
            width: 425px;
            max-width: 40%;
            float: left;
            margin-left: 3.9%;
            padding-top: 2.60417vw; }
            .index .box5 .content .list ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              color: #000;
              font-weight: bold; }
            .index .box5 .content .list ul li a .con .line {
              width: 140px;
              height: 3px;
              background-color: #e1b26c;
              margin-top: 10px; }
            .index .box5 .content .list ul li a .con .time {
              font-size: 12px;
              line-height: 20px;
              color: #5e5c5c;
              padding-left: 24px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png");
              margin-top: 9px; }
            .index .box5 .content .list ul li a .con .tit {
              font-size: 12px;
              line-height: 20px;
              display: -webkit-box;
              -webkit-line-clamp: 6;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #5e5c5c;
              margin-top: 26px; }
          .index .box5 .content .list ul li a .more {
            font-size: 16px;
            line-height: 19px;
            position: absolute;
            right: 4.6875vw;
            bottom: 24px;
            color: #e1b26c;
            font-weight: bold; }
        @media (min-width: 1024px) {
          .index .box5 .content .list ul li:hover a .pic img {
            transform: scale(1.1); } }
  @media (max-width: 1366px) {
    .index .box5 .content .list ul li a .con .tit {
      -webkit-line-clamp: 4;
      margin-top: 20px; } }
  @media (max-width: 1200px) {
    .index .box5 {
      padding-top: 30px; }
      .index .box5 .content .list ul li a .tag {
        right: 15px;
        width: 28px; }
      .index .box5 .content .list ul li a .con .tit {
        margin-top: 10px; }
      .index .box5 .content .list ul li a .more {
        font-size: 14px;
        line-height: 16px;
        right: 15px;
        bottom: 10px; } }
  @media (max-width: 1024px) {
    .index .box5 .content {
      display: block; }
      .index .box5 .content .itemBox {
        width: 100%;
        float: none;
        display: flex;
        justify-content: space-between;
        position: relative;
        height: auto;
        flex-direction: row; }
        .index .box5 .content .itemBox .pic {
          width: 32%;
          height: 68px;
          flex: auto;
          border-width: 1px; }
      .index .box5 .content .list {
        width: 100%;
        float: none; }
        .index .box5 .content .list ul li a {
          padding-bottom: 15px; }
          .index .box5 .content .list ul li a .pic {
            width: 100%;
            float: none;
            box-sizing: border-box;
            border-width: 1px;
            padding-bottom: 56%; }
          .index .box5 .content .list ul li a .con {
            padding: 10px 15px;
            width: 100%;
            float: none;
            max-width: 100%;
            box-sizing: border-box;
            margin-left: 0; }
            .index .box5 .content .list ul li a .con .line {
              width: 100px;
              height: 2px; }
          .index .box5 .content .list ul li a .more {
            position: relative;
            bottom: auto;
            right: auto;
            margin-left: 15px; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 20px; }
      .index .box5 .title {
        font-size: 18px;
        line-height: 20px; }
      .index .box5 .content {
        margin-top: 15px; } }
.index .box6 {
  margin-top: 55px;
  padding-bottom: 77px;
  padding-top: 45px; }
  .index .box6 .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .index .box6 .list {
    display: flex;
    justify-content: space-between;
    margin-top: 38px; }
    .index .box6 .list .item {
      width: 23.4%;
      height: auto; }
      .index .box6 .list .item a {
        width: 100%;
        background-color: #fff;
        display: block;
        padding: 18px 14px 20px;
        box-shadow: -3.5px 6.062px 3.92px 0.08px rgba(225, 178, 108, 0.49);
        box-sizing: border-box; }
        .index .box6 .list .item a .pic {
          width: 100%;
          height: 0;
          padding-bottom: 56%;
          position: relative;
          overflow: hidden; }
          .index .box6 .list .item a .pic:after {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("../images/video.png");
            content: ''; }
          .index .box6 .list .item a .pic:before {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -28px;
            margin-left: -28px;
            content: "";
            z-index: -1;
            border-radius: 100%;
            border: 5px solid #fff;
            box-sizing: border-box;
            animation: animationSignal;
            animation-iteration-count: infinite;
            animation-duration: 3s;
            -webkit-animation: animationSignal;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-duration: 3s;
            z-index: 10;
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
          .index .box6 .list .item a .pic img {
            width: 100%;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
        .index .box6 .list .item a .tits {
          font-size: 12px;
          line-height: 22px;
          height: 44px;
          font-weight: bold;
          color: #000;
          margin-top: 12px; }
        .index .box6 .list .item a .time {
          padding-left: 20px;
          font-size: 12px;
          line-height: 20px;
          color: #5e5c5c;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/time1.png");
          margin-top: 10px; }
      @media (min-width: 1024px) {
        .index .box6 .list .item:hover a .pic img {
          transform: scale(1.2); } }
  @media (max-width: 1200px) {
    .index .box6 {
      margin-top: 35px;
      padding-top: 25px;
      padding-bottom: 40px; }
      .index .box6 .title {
        font-size: 24px;
        line-height: 26px; } }
  @media (max-width: 1024px) {
    .index .box6 .list {
      margin-top: 25px; }
      .index .box6 .list .item {
        width: 32%; }
        .index .box6 .list .item:last-child {
          display: none; } }
  @media (max-width: 768px) {
    .index .box6 {
      margin-top: 20px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .index .box6 .title {
        font-size: 18px;
        line-height: 20px; }
      .index .box6 .list {
        margin-top: 15px;
        display: block; }
        .index .box6 .list .item {
          margin-bottom: 10px;
          width: 100%; }
          .index .box6 .list .item:last-child {
            margin-bottom: 0; }
          .index .box6 .list .item:nth-child(3n + 1) {
            display: none; } }
.index .box7 {
  padding-top: 50px; }
  .index .box7 .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase; }
  .index .box7 .content {
    width: 100%;
    margin-top: 28px; }
    .index .box7 .content .conLeft {
      width: 44.3%;
      float: left; }
      .index .box7 .content .conLeft a {
        width: 100%;
        height: 0;
        padding-bottom: 56.4%;
        position: relative;
        overflow: hidden;
        display: block; }
        .index .box7 .content .conLeft a img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          transition: all 1.2s; }
        .index .box7 .content .conLeft a p {
          width: 100%;
          padding: 0 25px;
          font-size: 14px;
          box-sizing: border-box;
          line-height: 32px;
          font-weight: bold;
          background-color: #000;
          color: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          text-align: center; }
      @media (min-width: 1024px) {
        .index .box7 .content .conLeft:hover a img {
          transform: scale(1.1); } }
    .index .box7 .content .conRight {
      width: 54.3%;
      float: right; }
      .index .box7 .content .conRight .item {
        width: 100%;
        height: auto; }
        .index .box7 .content .conRight .item a {
          width: 100%;
          display: flex;
          align-items: center; }
          .index .box7 .content .conRight .item a .pic {
            width: 45.8%;
            padding-bottom: 25.7%;
            position: relative;
            height: 0;
            overflow: hidden; }
            .index .box7 .content .conRight .item a .pic img {
              width: 100%;
              position: absolute;
              top: 0;
              height: 100%;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
          .index .box7 .content .conRight .item a .con {
            flex: 1;
            margin-left: 25px;
            margin-right: 35px; }
            .index .box7 .content .conRight .item a .con .tits {
              font-size: 14px;
              line-height: 19px;
              font-weight: bold;
              color: #000; }
            .index .box7 .content .conRight .item a .con .tit {
              font-size: 12px;
              line-height: 20px;
              display: -webkit-box;
              -webkit-line-clamp: 5;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #5e5c5c;
              margin-top: 10px; }
        @media (min-width: 1024px) {
          .index .box7 .content .conRight .item:hover a .pic img {
            transform: scale(1.1); } }
      .index .box7 .content .conRight .picBox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 0.9375vw; }
        .index .box7 .content .conRight .picBox a {
          width: 31.6%;
          display: block;
          padding-bottom: 17.9%;
          position: relative;
          overflow: hidden; }
          .index .box7 .content .conRight .picBox a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
          @media (min-width: 1024px) {
            .index .box7 .content .conRight .picBox a:hover img {
              transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .index .box7 {
      padding-top: 30px; }
      .index .box7 .title {
        font-size: 24px;
        line-height: 26px; }
      .index .box7 .content {
        margin-top: 20px; }
      .index .box7 .content .conRight .item a .con .tit {
        -webkit-line-clamp: 3; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 30px; }
      .index .box7 .title {
        font-size: 18px;
        line-height: 20px; }
      .index .box7 .content {
        margin-top: 15px; }
        .index .box7 .content .conLeft {
          width: 100%;
          float: none; }
        .index .box7 .content .conRight {
          margin-top: 10px;
          width: 100%;
          float: none; }
          .index .box7 .content .conRight .item a {
            display: block; }
            .index .box7 .content .conRight .item a .pic {
              width: 100%;
              padding-bottom: 55.7%; }
            .index .box7 .content .conRight .item a .con {
              margin-top: 10px;
              width: 100%;
              margin-right: 0;
              margin-left: 10px; }
              .index .box7 .content .conRight .item a .con .tit {
                margin-top: 5px; }
          .index .box7 .content .conRight .picBox {
            display: none; } }
.index .box8 {
  padding-top: 52px;
  padding-bottom: 44px; }
  .index .box8 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    .index .box8 ul li {
      width: 7.9%;
      height: 42px;
      margin-bottom: 10px; }
      .index .box8 ul li a {
        width: 100%;
        height: 42px;
        background-color: #f1f1f0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .box8 ul li a img {
          max-width: 60%;
          max-height: 70%; }
  @media (max-width: 1200px) {
    .index .box8 {
      padding-top: 35px; }
      .index .box8 ul li {
        width: 15.9%; } }
  @media (max-width: 768px) {
    .index .box8 {
      padding-top: 20px; }
      .index .box8 ul li {
        width: 32%;
        margin-bottom: 1%; } }

.footer .footerNew {
  width: 100%;
  height: 500px; }
  .footer .footerNew .footerLeft {
    width: 30.4%;
    background-color: #fff;
    float: left;
    padding-left: 2.60417vw;
    padding-top: 2.1875vw;
    padding-right: 1.82292vw;
    height: 500px;
    box-sizing: border-box;
    background-image: url("../images/footer_bg2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative; }
    .footer .footerNew .footerLeft .bg {
      width: 100%;
      height: auto;
      top: 0;
      left: 0;
      position: absolute;
      background-image: url("../images/footer_top.png");
      height: 12px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transform: translateY(-11px); }
      .footer .footerNew .footerLeft .bg:after, .footer .footerNew .footerLeft .bg:before {
        width: 15px;
        height: 12px;
        content: '';
        bottom: -1px;
        content: '';
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .footer .footerNew .footerLeft .bg:after {
        left: -15px;
        background-image: url("../images/footer_left.png"); }
      .footer .footerNew .footerLeft .bg:before {
        right: -15px;
        background-image: url("../images/footer_right.png"); }
    .footer .footerNew .footerLeft .logo {
      height: 3.17708vw;
      display: block;
      width: 100%; }
      .footer .footerNew .footerLeft .logo img {
        height: 100%; }
    .footer .footerNew .footerLeft .tits {
      font-size: 13px;
      line-height: 25px;
      font-weight: bold;
      color: #000;
      margin-top: 5px; }
    .footer .footerNew .footerLeft .tit {
      font-size: 14px;
      line-height: 34px;
      color: #121212;
      margin-top: 15px; }
      .footer .footerNew .footerLeft .tit .t {
        padding-left: 25px;
        box-sizing: border-box;
        position: relative; }
        .footer .footerNew .footerLeft .tit .t img {
          position: absolute;
          left: 0;
          top: 7px; }
        .footer .footerNew .footerLeft .tit .t a {
          color: #121212; }
          @media (min-width: 1024px) {
            .footer .footerNew .footerLeft .tit .t a:hover {
              color: #e1b26c; } }
  .footer .footerNew .nav {
    width: 29.6%;
    margin-left: 3.125vw;
    float: left;
    padding-top: 72px; }
    .footer .footerNew .nav dl {
      width: 40.3%;
      float: left; }
      .footer .footerNew .nav dl dt {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 7px; }
      .footer .footerNew .nav dl dd {
        font-size: 12px;
        line-height: 35px;
        margin-top: 2px; }
        .footer .footerNew .nav dl dd a {
          color: #fff;
          display: block; }
          @media (min-width: 1024px) {
            .footer .footerNew .nav dl dd a:hover {
              color: #e1b26c; } }
      .footer .footerNew .nav dl:nth-child(2) {
        float: right;
        width: 48.5%; }
        .footer .footerNew .nav dl:nth-child(2) dd a {
          width: 60%;
          float: left; }
          .footer .footerNew .nav dl:nth-child(2) dd a:nth-child(2n) {
            width: 40%; }
  .footer .footerNew .footerRight {
    width: 31.8%;
    float: right;
    padding-top: 8.75vw; }
    .footer .footerNew .footerRight .logoBox {
      justify-content: center;
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .footer .footerNew .footerRight .logoBox a {
        width: 31%;
        margin-right: 3.5%;
        display: block;
        margin-bottom: 17px; }
        .footer .footerNew .footerRight .logoBox a:nth-child(3) {
          margin-right: 0; }
    .footer .footerNew .footerRight .share {
      display: flex;
      justify-content: center;
      margin-top: 35px; }
      .footer .footerNew .footerRight .share a {
        width: 43px;
        display: block;
        margin: 0 15px; }
.footer .foot {
  background-size: cover;
  background-image: url("../images/footer_bgx.jpg");
  width: 100%;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px; }
  .footer .foot a {
    color: #fff; }
@media (max-width: 1480px) {
  .footer .footerNew .footerLeft .tits {
    font-size: 13px; }
  .footer .footerNew .nav {
    width: 34%; }
    .footer .footerNew .nav dl {
      width: 45.3%; }
  .footer .footerNew .footerRight {
    width: 27%; } }
@media (max-width: 1366px) {
  .footer .footerNew .footerLeft {
    padding-left: 2.08333vw;
    padding-right: 1.30208vw; }
  .footer .footerNew .footerLeft .tits {
    font-size: 12px; } }
@media (max-width: 1200px) {
  .footer .footerNew .nav {
    width: 38%; }
  .footer .footerNew .footerRight .share a {
    margin: 0 8px; } }
@media (max-width: 1024px) {
  .footer .footerNew {
    height: auto; }
  .footer .footerNew .nav {
    display: none; }
  .footer .footerNew .footerRight {
    width: 47%; }
  .footer .footerNew .footerLeft {
    width: 47%;
    height: auto;
    padding-bottom: 30px; } }
@media (max-width: 768px) {
  .footer .footerNew .footerRight {
    width: 100%;
    padding-top: 15px; }
  .footer .footerNew .footerLeft {
    width: 100%; }
    .footer .footerNew .footerLeft .logo {
      height: 25px; }
  .footer .footerNew {
    padding-bottom: 15px; }
  .footer .footerNew .footerRight .share {
    margin-top: 10px; } }

#think_page_trace_open {
  display: none; }

@keyframes animationSignal {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes animationSignal {
  0% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }
.homeBox {
  padding: 15px 0; }
  .homeBox .home {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    float: right; }
    .homeBox .home img {
      margin-right: 6px; }
    .homeBox .home a {
      color: #000; }
      @media (min-width: 1024px) {
        .homeBox .home a:hover {
          color: #ea130e; } }
    .homeBox .home span {
      margin: 0 4px; }
  @media (max-width: 1024px) {
    .homeBox {
      margin-top: 50px; } }

.service {
  margin: 30px auto 5.05208vw;
  position: relative; }
  .service .picRight {
    width: 20.6%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .service .picRight img {
      width: 100%;
      margin-bottom: 5px;
      height: calc(67% - 2.5px);
      object-fit: cover; }
      .service .picRight img:last-child {
        margin-bottom: 0;
        height: calc(33% - 2.5px); }
  .service .picLeft {
    width: 79.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .service .picLeft .item {
      width: 100%;
      padding-left: 9.4%;
      box-sizing: border-box; }
      .service .picLeft .item .pic {
        width: calc(20% - 5px);
        margin-right: 5px;
        height: 0;
        padding-bottom: 11%;
        position: relative;
        float: left; }
        .service .picLeft .item .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .service .picLeft .item1 {
      width: 100%;
      height: auto;
      flex: 1;
      display: flex;
      justify-content: space-between; }
      .service .picLeft .item1 .con {
        width: 56.1%;
        height: 100%;
        background-color: #d4a561;
        box-sizing: border-box;
        border-right: 2px solid #be8d48;
        color: #fff;
        padding: 24px 26px 15px 22px;
        min-height: 370px; }
        .service .picLeft .item1 .con .tits {
          font-size: 30px;
          line-height: 32px;
          font-weight: bold; }
        .service .picLeft .item1 .con .line {
          width: 67px;
          height: 3px;
          background-color: #be8d48;
          margin-top: 14px; }
        .service .picLeft .item1 .con .tit {
          font-size: 12px;
          line-height: 20px;
          margin-top: 16px; }
        .service .picLeft .item1 .con .tit1 {
          font-size: 12px;
          line-height: 20px;
          margin-top: 13px; }
          .service .picLeft .item1 .con .tit1 .t {
            display: flex;
            align-items: flex-start;
            margin-bottom: 11px; }
            .service .picLeft .item1 .con .tit1 .t:last-child {
              margin-bottom: 0; }
            .service .picLeft .item1 .con .tit1 .t img {
              margin-right: 8px;
              display: block;
              margin-top: 4px; }
      .service .picLeft .item1 .picBox {
        width: 43.9%;
        flex: 1;
        margin-top: 5px; }
        .service .picLeft .item1 .picBox .pic {
          width: 50%;
          height: 50%;
          position: relative;
          float: left; }
          .service .picLeft .item1 .picBox .pic img {
            width: calc(100% - 5px);
            height: calc(100% - 5px);
            top: 0;
            left: 0;
            object-fit: cover;
            position: absolute; }
  @media (max-width: 768px) {
    .service {
      margin: 0 auto 30px; }
      .service .picLeft {
        width: 100%; }
        .service .picLeft .item {
          padding-left: 0;
          flex-wrap: wrap; }
          .service .picLeft .item .pic {
            width: calc(50% - 2.5px);
            padding-bottom: 30%;
            margin-bottom: 5px; }
            .service .picLeft .item .pic:last-child {
              display: none; }
            .service .picLeft .item .pic:nth-child(2n) {
              margin-right: 0; }
        .service .picLeft .item1 {
          display: block; }
          .service .picLeft .item1 .con {
            width: 100%;
            padding: 15px 10px; }
            .service .picLeft .item1 .con .tits {
              font-size: 16px;
              line-height: 18px; }
            .service .picLeft .item1 .con .line {
              margin-top: 7px; }
            .service .picLeft .item1 .con .tit {
              margin-top: 8px; }
      .service .picRight {
        width: 100%;
        position: relative;
        height: auto;
        display: flex;
        justify-content: space-between; }
        .service .picRight img {
          width: calc(50% - 2.5px);
          height: 20vh !important; } }

.support {
  margin: 30px auto 0;
  padding-bottom: 35px; }
  .support .box {
    margin-bottom: 70px;
    position: relative; }
    .support .box .boxNew {
      width: calc(50.2% - 5px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column; }
      .support .box .boxNew .con {
        width: 100%;
        flex: 1;
        padding: 0 2.86458vw;
        display: flex;
        align-items: center;
        box-sizing: border-box; }
        .support .box .boxNew .con .conNew .tits {
          font-size: 30px;
          line-height: 32px;
          font-weight: bold;
          color: #050b0b; }
        .support .box .boxNew .con .conNew .line {
          width: 68px;
          height: 3px;
          background-color: #8a1d22;
          margin-top: 15px; }
        .support .box .boxNew .con .conNew .tit {
          font-size: 12px;
          line-height: 20px;
          color: #767676;
          margin-top: 15px; }
      .support .box .boxNew .item {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between; }
        .support .box .boxNew .item .pic {
          width: calc(50% - 2.5px);
          height: 0;
          padding-bottom: 27.9%;
          position: relative; }
          .support .box .boxNew .item .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
    .support .box .picBox {
      width: 49.8%;
      float: right;
      float: right; }
      .support .box .picBox .item {
        width: 100%;
        margin-bottom: 5px; }
      .support .box .picBox .item1 {
        display: flex;
        justify-content: space-between; }
        .support .box .picBox .item1 .pic {
          width: calc(50% - 2.5px);
          height: 0;
          padding-bottom: 27.9%;
          position: relative; }
          .support .box .picBox .item1 .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
    .support .box:nth-child(2n) .boxNew {
      left: auto;
      right: 0; }
    .support .box:nth-child(2n) .picBox {
      float: left; }
      .support .box:nth-child(2n) .picBox .item {
        margin-bottom: 0; }
      .support .box:nth-child(2n) .picBox .item1 {
        margin-bottom: 5px; }
  @media (max-width: 1366px) {
    .support .box .boxNew .con .conNew .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1280px) {
    .support .box .picBox .item {
      overflow: hidden; }
      .support .box .picBox .item img {
        width: 140%;
        margin-left: -20%; }
    .support .box .boxNew .con .conNew .tits {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1100px) {
    .support .box .picBox .item {
      overflow: hidden; }
      .support .box .picBox .item img {
        width: 180%;
        margin-left: -40%; } }
  @media (max-width: 960px) {
    .support {
      margin: 0 auto; }
      .support .box .picBox .item {
        overflow: hidden; }
        .support .box .picBox .item img {
          width: 100%;
          margin-left: 0%; }
      .support .box {
        margin-bottom: 15px; }
        .support .box .boxNew {
          width: 100%;
          position: relative;
          left: auto !important;
          right: auto !important; }
          .support .box .boxNew .con {
            padding: 0;
            margin-bottom: 10px; }
            .support .box .boxNew .con .conNew .tits {
              font-size: 16px;
              line-height: 18px; }
            .support .box .boxNew .con .conNew .line {
              margin-top: 10px; }
            .support .box .boxNew .con .conNew .tit {
              margin-top: 5px; }
        .support .box .picBox {
          width: 100%;
          float: none !important;
          margin-top: 5px; } }

.parts {
  margin: 20px auto 80px; }
  .parts .con {
    float: left;
    width: 35.1%; }
    .parts .con .tits {
      font-size: 30px;
      line-height: 32px;
      color: #020202;
      font-weight: bold; }
    .parts .con .line {
      width: 67px;
      height: 3px;
      background-color: #8a1d22;
      margin-top: 14px; }
    .parts .con .tit {
      font-size: 12px;
      line-height: 20px;
      color: #767676;
      margin-top: 15px; }
    .parts .con .tit1 {
      margin-top: 21px; }
      .parts .con .tit1 .t {
        width: 50%;
        float: left;
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 42px;
        color: #000; }
        .parts .con .tit1 .t img {
          width: 20px;
          margin-right: 5px; }
  .parts .picBox {
    width: 62.5%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .parts .picBox .pic {
      position: relative;
      height: 0;
      overflow: hidden; }
      .parts .picBox .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .parts .picBox .picLeft {
      width: 59.1%;
      float: left;
      height: 100%; }
      .parts .picBox .picLeft .picTop {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-between; }
        .parts .picBox .picLeft .picTop .item {
          width: 31.6%;
          height: 100%; }
          .parts .picBox .picLeft .picTop .item .pic {
            width: 100%;
            height: calc(50% - 14px);
            margin-bottom: 14px; }
        .parts .picBox .picLeft .picTop .item1 {
          width: 31.6%;
          height: 100%; }
          .parts .picBox .picLeft .picTop .item1 .pic {
            width: 100%;
            height: calc(100% - 14px); }
      .parts .picBox .picLeft .picBottom {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-between; }
        .parts .picBox .picLeft .picBottom .left {
          width: 31.6%;
          height: 100%; }
          .parts .picBox .picLeft .picBottom .left .pic {
            width: 100%;
            height: calc(50% - 14px);
            margin-bottom: 14px; }
        .parts .picBox .picLeft .picBottom .right {
          flex: 1;
          margin-left: 14px; }
          .parts .picBox .picLeft .picBottom .right .pic {
            height: calc(100% - 14px); }
    .parts .picBox .picRight {
      width: 38.9%;
      height: 100%;
      float: right; }
      .parts .picBox .picRight .picTop {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: calc(25% - 14px);
        margin-bottom: 14px; }
        .parts .picBox .picRight .picTop .pic {
          width: 47.9%;
          height: 100%; }
      .parts .picBox .picRight .picCenter {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-between; }
        .parts .picBox .picRight .picCenter .item {
          width: 47.9%;
          height: 100%; }
          .parts .picBox .picRight .picCenter .item .pic {
            height: calc(100% - 14px); }
        .parts .picBox .picRight .picCenter .item1 {
          width: 47.9%;
          height: 100%; }
          .parts .picBox .picRight .picCenter .item1 .pic {
            width: 100%;
            height: calc(50% - 14px);
            margin-bottom: 14px; }
            .parts .picBox .picRight .picCenter .item1 .pic:last-child {
              margin-bottom: 0; }
  @media (max-width: 1300px) {
    .parts .con .tit1 .t {
      font-size: 12px;
      line-height: 32px; }
    .parts .con .tits {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1150px) {
    .parts .con {
      width: 45%; }
    .parts .picBox {
      width: 52%; } }
  @media (max-width: 768px) {
    .parts {
      margin: 0 auto 30px; }
      .parts .con {
        width: 100%;
        float: none; }
        .parts .con .tits {
          font-size: 16px;
          line-height: 18px; }
        .parts .con .line {
          margin-top: 8px; }
        .parts .con .tit {
          margin-top: 8px; }
        .parts .con .tit1 {
          margin-top: 10px; }
          .parts .con .tit1 .t {
            width: 100%;
            float: none; }
      .parts .picBox {
        width: 100%;
        float: none;
        position: relative;
        height: auto;
        margin-top: 10px; }
        .parts .picBox .picLeft {
          width: 100%;
          height: 60vh;
          float: none; }
          .parts .picBox .picLeft .picTop .item .pic {
            height: calc(50% - 8px);
            margin-bottom: 8px; }
          .parts .picBox .picLeft .picTop .item1 .pic {
            height: calc(100% - 8px); }
        .parts .picBox .picRight {
          width: 100%;
          float: none;
          height: 60vh; }
      .parts .picBox .picLeft .picBottom .left .pic {
        height: calc(50% - 8px);
        margin-bottom: 8px; }
      .parts .picBox .picLeft .picBottom .right {
        margin-left: 8px; }
        .parts .picBox .picLeft .picBottom .right .pic {
          height: calc(100% - 8px); }
      .parts .picBox .picRight .picTop {
        height: calc(25% - 8px);
        margin-bottom: 8px; }
      .parts .picBox .picRight .picTop .pic {
        width: calc(50% - 4px); }
      .parts .picBox .picRight .picCenter .item {
        width: calc(50% - 4px); }
        .parts .picBox .picRight .picCenter .item .pic {
          height: calc(100% - 8px); }
      .parts .picBox .picRight .picCenter .item1 {
        width: calc(50% - 4px); }
        .parts .picBox .picRight .picCenter .item1 .pic {
          height: calc(50% - 8px);
          margin-bottom: 8px; } }

.bgf9 {
  background-color: #f9f9f9; }

.video {
  padding-bottom: 64px;
  padding-top: 68px; }
  .video ul {
    padding-bottom: 40px; }
    .video ul li {
      width: 24.1%;
      float: left;
      margin-right: 1.2%;
      margin-bottom: 25px; }
      .video ul li:nth-child(4n) {
        margin-right: 0; }
      .video ul li a {
        width: 100%;
        display: block;
        background-color: #fff; }
        .video ul li a .pic {
          width: 100%;
          height: 0;
          padding-bottom: 56.25%;
          position: relative;
          overflow: hidden; }
          .video ul li a .pic .img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 1.2s; }
          .video ul li a .pic .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url("../images/video_bg1.png"); }
          .video ul li a .pic .xx {
            position: absolute;
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            font-weight: bold;
            justify-content: space-between;
            padding-left: 12px;
            padding-right: 25px;
            bottom: 8px;
            left: 0;
            box-sizing: border-box; }
            .video ul li a .pic .xx .t {
              display: flex;
              align-items: center; }
              .video ul li a .pic .xx .t img {
                margin-right: 10px;
                width: 29px; }
        .video ul li a .con {
          padding: 14px 20px 7px; }
          .video ul li a .con .tits {
            font-size: 14px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .video ul li a .con .tit {
            margin-top: 5px; }
            .video ul li a .con .tit .time {
              float: right;
              padding-left: 16px;
              font-size: 10px;
              line-height: 12px;
              color: #bbb8b8;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/video_icon2.png"); }
      @media (min-width: 1024px) {
        .video ul li:hover {
          box-shadow: 2.5px 4.33px 6px 0px rgba(181, 181, 181, 0.64); }
          .video ul li:hover a .pic .img {
            transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .video {
      padding-top: 40px;
      padding-bottom: 50px; }
      .video ul li {
        width: 31%;
        margin-right: 3.5%; }
        .video ul li:nth-child(4n) {
          margin-right: 3.5%; }
        .video ul li:nth-child(3n) {
          margin-right: 0; } }
  @media (max-width: 1200px) {
    .video {
      padding-top: 0px;
      padding-bottom: 30px; }
      .video ul {
        padding-bottom: 15px; }
        .video ul li {
          width: 100%;
          margin-bottom: 10px; } }

.pages {
  display: flex;
  justify-content: center;
  width: 100%; }
  .pages a {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    margin: 0 6px;
    text-align: center; }
    .pages a.active {
      background-color: #e5bf77; }
    .pages a.prev {
      background-image: url("../images/pages_icon1.png"); }
    .pages a.next {
      background-image: url("../images/pages_icon2.png"); }
    @media (min-width: 1024px) {
      .pages a:hover {
        background-color: #ea130e !important; } }
  @media (max-width: 768px) {
    .pages a {
      width: 32px;
      height: 32px;
      margin: 0 3px;
      line-height: 32px;
      font-size: 14px;
      background-size: 8px auto; } }

.videoInfo {
  width: 960px;
  max-width: 92%;
  margin: 45px auto 85px; }
  .videoInfo .title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: bold; }
  .videoInfo .tit {
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7e7e7e;
    margin-top: 20px; }
    .videoInfo .tit .t span {
      margin-right: 25px; }
    .videoInfo .tit .share {
      display: flex;
      align-items: center; }
      .videoInfo .tit .share a {
        width: 24px;
        display: block;
        margin-right: 10px; }
        .videoInfo .tit .share a:last-child {
          margin-right: 0; }
  .videoInfo .videoItem {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 15px; }
    .videoInfo .videoItem .videoBox {
      width: 100%;
      background-color: #000;
      padding-bottom: 56.2%;
      position: relative; }
      .videoInfo .videoItem .videoBox video, .videoInfo .videoItem .videoBox iframe {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
    .videoInfo .videoItem .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 10;
      left: 0;
      background-image: url("../images/video_bg2.png"); }
    .videoInfo .videoItem .tits {
      font-size: 18px;
      line-height: 48px;
      display: flex;
      width: 100%;
      padding-left: 20px;
      padding-right: 95px;
      align-items: center;
      font-weight: bold;
      color: #fff;
      z-index: 15;
      position: absolute;
      top: 25px;
      left: 0; }
      .videoInfo .videoItem .tits img {
        width: 48px;
        margin-right: 15px; }
    .videoInfo .videoItem .share {
      position: absolute;
      top: 28px;
      right: 36px;
      z-index: 15;
      cursor: pointer; }
      .videoInfo .videoItem .share img {
        width: 35px;
        display: block;
        margin: 0 auto; }
      .videoInfo .videoItem .share p {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        margin-top: 13px; }
    .videoInfo .videoItem .click {
      z-index: 20;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 143px; }
    .videoInfo .videoItem .tag {
      position: absolute;
      left: 0;
      bottom: 20px;
      background-color: rgba(0, 0, 0, 0.73);
      width: fit-content;
      padding: 0 32px 0 20px;
      font-size: 16px;
      color: #fff;
      line-height: 56px;
      align-items: center; }
  .videoInfo .paging {
    display: flex;
    align-items: center;
    margin-top: 40px; }
    .videoInfo .paging .left {
      flex: 1;
      margin-right: 15px; }
      .videoInfo .paging .left a {
        display: flex;
        font-size: 16px;
        line-height: 30px;
        align-items: center;
        color: #000; }
        .videoInfo .paging .left a img {
          width: 18px;
          margin-right: 10px; }
        @media (min-width: 1024px) {
          .videoInfo .paging .left a:hover {
            color: #d5a763; } }
    .videoInfo .paging .return {
      width: 145px;
      height: 42px;
      background-color: #d5a763;
      text-align: center;
      font-size: 18px;
      line-height: 42px;
      color: #fff;
      font-weight: bold; }
  @media (max-width: 1200px) {
    .videoInfo .tits {
      font-size: 20px;
      line-height: 26px; }
    .videoInfo .videoItem .tits {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .videoInfo {
      margin: 0 auto 30px; }
      .videoInfo .title {
        font-size: 16px;
        line-height: 24px; }
      .videoInfo .tit {
        display: block;
        margin-top: 10px; }
      .videoInfo .videoItem .videoBox {
        height: 240px;
        padding-bottom: 0; }
      .videoInfo .videoItem .tits, .videoInfo .videoItem .share, .videoInfo .videoItem .tag {
        display: none; }
      .videoInfo .videoItem .click {
        width: 65px; }
      .videoInfo .paging {
        display: block;
        margin-top: 15px; }
        .videoInfo .paging .left a {
          font-size: 14px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .videoInfo .paging .return {
          display: block;
          margin-top: 10px; } }

.news {
  padding-bottom: 65px; }
  .news .tabs {
    display: flex;
    align-items: center; }
    .news .tabs .tits {
      font-size: 26px;
      line-height: 30px;
      color: #000;
      font-weight: bold; }
    .news .tabs .line {
      width: 1px;
      height: 30px;
      background-color: #e0e0e0;
      margin-left: 30px;
      margin-right: 30px; }
    .news .tabs .tit {
      display: flex;
      align-items: center; }
      .news .tabs .tit a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        color: #888;
        margin-right: 30px;
        font-weight: bold;
        border-bottom: 1px solid #f9f9f9; }
        .news .tabs .tit a.on {
          color: #000;
          border-bottom: 1px solid #971616; }
        @media (min-width: 1024px) {
          .news .tabs .tit a:hover {
            border-bottom: 1px solid #971616;
            color: #000; } }
  .news .newsList {
    margin-top: 42px; }
  @media (max-width: 768px) {
    .news {
      padding-bottom: 30px; }
      .news .tabs {
        display: block; }
        .news .tabs .line {
          display: none; }
        .news .tabs .tit {
          margin-top: 10px; }
          .news .tabs .tit a {
            font-size: 14px;
            line-height: 28px; }
      .news .newsList {
        margin-top: 15px; } }

.newsList ul {
  padding-bottom: 35px; }
  .newsList ul li {
    width: 23.4%;
    float: left;
    margin-right: 2.1%;
    margin-bottom: 30px; }
    .newsList ul li:nth-child(4n) {
      margin-right: 0; }
    .newsList ul li a {
      width: 100%;
      display: block;
      background-color: #fff;
      border-radius: 0 0 10px 10px;
      overflow: hidden;
      position: relative; }
      .newsList ul li a .pic {
        width: 100%;
        padding-bottom: 74.8%;
        height: 0;
        overflow: hidden;
        position: relative; }
        .newsList ul li a .pic>img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .newsList ul li a .pic .time {
          width: fit-content;
          padding: 0 15px 0 10px;
          font-size: 10px;
          line-height: 26px;
          background-color: rgba(212, 165, 97, 0.65);
          position: absolute;
          top: 0;
          left: 0;
          color: #fff; }
          .newsList ul li a .pic .time img {
            margin-right: 5px; }
      .newsList ul li a .con {
        padding: 11px 14px 15px; }
        .newsList ul li a .con .tits {
          padding: 0 6px;
          font-size: 14px;
          line-height: 18px;
          height: 36px;
          color: #222;
          font-weight: bold;
          box-sizing: border-box; }
        .newsList ul li a .con .line {
          background-color: #c6c4c4;
          width: 100%;
          height: 1px;
          margin: 10px 0; }
        .newsList ul li a .con .tit {
          box-sizing: border-box;
          padding: 0 6px;
          font-size: 12px;
          line-height: 16px;
          height: 48px;
          color: #7e7e7e; }
        .newsList ul li a .con .tit1 {
          padding: 0 6px;
          font-size: 12px;
          line-height: 16px;
          color: #7e7e7e;
          display: flex;
          box-sizing: border-box;
          justify-content: space-between;
          align-items: center;
          margin-top: 20px; }
    @media (min-width: 1024px) {
      .newsList ul li:hover a {
        background-color: #fff7eb;
        box-shadow: 2.5px 4.33px 6px 0px rgba(181, 181, 181, 0.64); }
        .newsList ul li:hover a .con .line {
          background-color: #ba853d; }
        .newsList ul li:hover a .con .tit1 img {
          opacity: 0; }
        .newsList ul li:hover a:after {
          width: 53px;
          height: 41px;
          position: absolute;
          bottom: 0;
          right: -5px;
          content: '';
          background-image: url("../images/img.png");
          background-size: cover;
          background-repeat: no-repeat; } }
@media (max-width: 1200px) {
  .newsList ul li {
    width: 31%;
    margin-right: 3.5%; }
    .newsList ul li:nth-child(4n) {
      margin-right: 3.5%; }
    .newsList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .newsList ul {
    padding-bottom: 10px; }
    .newsList ul li {
      width: 100% !important;
      float: none;
      margin-bottom: 10px; } }

.newsInfo {
  padding-bottom: 60px;
  padding-top: 20px; }
  .newsInfo .content {
    width: 75.2%;
    float: left;
    position: relative; }
    .newsInfo .content.customerContnent {
      width: 72.3%; }
      .newsInfo .content.customerContnent .conn {
        padding-right: 0; }
    .newsInfo .content .return {
      width: 117px;
      height: 47px;
      display: block;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 47px;
      color: #fff;
      position: absolute;
      right: 0;
      top: 20px;
      text-transform: uppercase;
      background-color: #a02a2a; }
    .newsInfo .content .title {
      font-size: 24px;
      line-height: 30px;
      color: #000;
      font-weight: bold;
      max-width: calc(100% - 170px); }
    .newsInfo .content .titx {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 25px;
      color: #7e7e7e;
      border-bottom: 1px solid #c6c4c4;
      padding-bottom: 30px;
      margin-top: 13px;
      position: relative; }
      .newsInfo .content .titx:after {
        width: 266px;
        height: 5px;
        background-color: #d4a561;
        content: '';
        left: 0;
        bottom: -1px;
        position: absolute; }
      .newsInfo .content .titx span {
        margin-right: 37px; }
      .newsInfo .content .titx a {
        width: 24px;
        display: block;
        margin-right: 8px; }
    .newsInfo .content .conn {
      padding-right: 55px;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      margin-top: 30px; }
      .newsInfo .content .conn img {
        display: block;
        margin: 0 auto;
        border-radius: 20px;
        overflow: hidden;
        max-width: 100%; }
    .newsInfo .content .paging {
      display: flex;
      align-items: start;
      width: 100%;
      justify-content: space-between;
      margin-top: 85px; }
      .newsInfo .content .paging a {
        font-size: 16px;
        line-height: 30px;
        width: 40%;
        color: #000; }
        .newsInfo .content .paging a span {
          font-weight: bold; }
        @media (min-width: 1024px) {
          .newsInfo .content .paging a:hover {
            color: #c59a5b; } }
        .newsInfo .content .paging a:last-child {
          text-align: right; }
    .newsInfo .content .newsList {
      margin-top: 17px;
      position: relative; }
      .newsInfo .content .newsList ul {
        padding-bottom: 0; }
        .newsInfo .content .newsList ul li {
          width: 31%;
          margin-right: 3.5%;
          margin-bottom: 0; }
          .newsInfo .content .newsList ul li:last-child {
            margin-right: 0; }
      .newsInfo .content .newsList .a {
        width: 26px;
        height: 46px;
        background-color: rgba(0, 0, 0, 0.45);
        position: absolute;
        top: 40%;
        font-size: 22px;
        text-align: center;
        line-height: 46px;
        z-index: 10;
        color: #fff; }
        .newsInfo .content .newsList .a.prev {
          left: 0;
          border-radius: 0 3px 3px 0; }
        .newsInfo .content .newsList .a.next {
          right: 0;
          border-radius: 3px 0 0 3px; }
        @media (min-width: 1024px) {
          .newsInfo .content .newsList .a:hover {
            background-color: rgba(168, 21, 37, 0.8); } }
  .newsInfo .conRight {
    width: 21%;
    padding-top: 52px;
    float: right; }
    .newsInfo .conRight .item {
      border-top: 1px solid #c59a5b;
      margin-bottom: 22px; }
      .newsInfo .conRight .item .tits {
        background-color: #ececec;
        font-size: 14px;
        line-height: 43px;
        color: #000;
        text-align: center;
        font-weight: bold; }
      .newsInfo .conRight .item ul {
        box-sizing: border-box;
        border: 1px solid #ececec;
        border-top: none; }
        .newsInfo .conRight .item ul li {
          border-bottom: 1px solid #ececec; }
          .newsInfo .conRight .item ul li:last-child {
            border: none; }
          .newsInfo .conRight .item ul li a {
            padding: 23px 20px 15px 30px;
            box-sizing: border-box;
            width: 100%;
            display: block;
            position: relative; }
            .newsInfo .conRight .item ul li a:after {
              width: 9px;
              left: 13px;
              top: 28px;
              height: 9px;
              border-radius: 100%;
              background-color: #c59a5b;
              content: '';
              position: absolute; }
            .newsInfo .conRight .item ul li a .t {
              font-size: 14px;
              line-height: 20px;
              font-weight: bold;
              color: #000; }
            .newsInfo .conRight .item ul li a .time {
              font-size: 14px;
              line-height: 18px;
              color: #7e7e7e;
              margin-top: 12px; }
          @media (min-width: 1024px) {
            .newsInfo .conRight .item ul li:hover a .t {
              color: #c59a5b; } }
  @media (max-width: 1366px) {
    .newsInfo .content .title {
      font-size: 20px;
      line-height: 26px; }
    .newsInfo .content .conn {
      font-size: 14px;
      line-height: 26px; }
    .newsInfo .content .paging {
      margin-top: 60px; } }
  @media (max-width: 1100px) {
    .newsInfo .content {
      width: 100% !important; }
    .newsInfo .customerRight {
      display: none; }
    .newsInfo .content .paging {
      margin-top: 40px; }
    .newsInfo .conRight {
      display: none; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-bottom: 30px;
      padding-top: 0; }
      .newsInfo .content .paging {
        display: block;
        margin-top: 15px; }
        .newsInfo .content .paging a {
          width: 100%;
          text-align: left !important;
          font-size: 13px; }
      .newsInfo .content .title {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        max-width: 100%; }
      .newsInfo .content .return {
        width: 100px;
        height: 30px;
        right: auto;
        top: -40px;
        left: 0;
        font-size: 12px;
        line-height: 30px;
        position: absolute; }
      .newsInfo .content .titx {
        padding-bottom: 15px;
        margin-top: 8px; }
      .newsInfo .content .conn {
        margin-top: 15px;
        padding-right: 0; }
      .newsInfo .content .newsList ul li {
        margin-bottom: 10px; } }

.team {
  padding-bottom: 65px;
  margin: 23px auto 0; }
  .team ul {
    padding: 0 30px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .team ul li {
      width: calc(50% - 15px);
      box-sizing: border-box;
      border: 1px solid #d9d9d9;
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 13px;
      position: relative;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url("../images/team_bg.png"); }
      .team ul li .pic {
        width: 42.6%;
        height: 100%;
        position: absolute;
        top: 0;
        display: block;
        right: 0;
        overflow: hidden; }
        .team ul li .pic img {
          transition: all 1.2s;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .team ul li .con {
        width: 52.8%; }
        .team ul li .con .conn {
          width: 280px;
          /* width: 260px; */
          max-width: 90%;
          margin: 0 auto;
          padding-top: 34px;
          padding-bottom: 10px;
          position: relative; }
          .team ul li .con .conn .share {
            position: absolute;
            top: 34px;
            right: 0;
            z-index: 10; }
            .team ul li .con .conn .share a {
              width: 21px;
              margin-right: 9px;
              display: block;
              float: left; }
          .team ul li .con .conn .a {
            width: 100%;
            display: block;
            position: relative; }
            .team ul li .con .conn .a .tits {
              font-size: 18px;
              line-height: 22px;
              color: #2c251c;
              font-weight: bold; }
            .team ul li .con .conn .a .tit {
              font-size: 14px;
              line-height: 16px;
              color: #2c251c;
              margin-top: 11px; }
            .team ul li .con .conn .a .tit1 {
              padding-left: 20px;
              margin-top: 23px;
              position: relative; }
              .team ul li .con .conn .a .tit1:after {
                width: 5px;
                height: 204px;
                left: 0;
                top: -5px;
                background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
                background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
                background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
                content: '';
                position: absolute; }
              .team ul li .con .conn .a .tit1 .t {
                font-size: 14px;
                line-height: 20px;
                color: #4c4b4b; }
                .team ul li .con .conn .a .tit1 .t span {
                  font-size: 16px; }
              .team ul li .con .conn .a .tit1 .t1 {
                margin-top: 10px; }
                .team ul li .con .conn .a .tit1 .t1 .tt {
                  display: flex;
                  align-items: center;
                  font-size: 14px;
                  line-height: 20px;
                  color: #4c4b4b; }
                  .team ul li .con .conn .a .tit1 .t1 .tt img {
                    margin-right: 7px; }
            .team ul li .con .conn .a .tit2 {
              font-size: 12px;
              line-height: 15px;
              color: #aaa9a9;
              padding-left: 20px;
              margin-top: 12px; }
            .team ul li .con .conn .a .tit3 {
              text-align: right;
              font-size: 12px;
              line-height: 15px;
              color: #aaa9a9; }
      @media (min-width: 1024px) {
        .team ul li:hover {
          box-shadow: 2.5px 4.33px 6px 0px rgba(181, 181, 181, 0.64); }
          .team ul li:hover .pic img {
            transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .team ul li .con .conn .share {
      right: -30px; } }
  @media (max-width: 1024px) {
    .team ul {
      padding: 0 0 15px; }
    .team ul li .con .conn .share a {
      margin-right: 5px; } }
  @media (max-width: 768px) {
    .team {
      padding-bottom: 30px;
      margin: 0 auto; }
      .team ul li {
        width: 100%;
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position: left 100%; }
        .team ul li .pic {
          width: 100%;
          height: auto;
          position: relative;
          top: auto;
          right: auto; }
          .team ul li .pic img {
            width: 100%;
            height: auto;
            position: relative; }
        .team ul li .con {
          width: 100%; }
          .team ul li .con .conn {
            padding-top: 10px;
            width: 90%; }
            .team ul li .con .conn .share {
              right: 0; } }

.teamInfo {
  padding-bottom: 65px;
  margin: 14px auto 0; }
  .teamInfo .conLeft {
    width: 25.4%;
    float: left; }
    .teamInfo .conLeft .pic {
      width: 100%;
      padding: 12.5px;
      position: relative;
      box-sizing: border-box; }
      .teamInfo .conLeft .pic:after {
        width: 40px;
        top: 0;
        right: 0;
        height: 80%;
        background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
        background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
        content: '';
        position: absolute; }
      .teamInfo .conLeft .pic:before {
        width: 40px;
        bottom: 0;
        left: 0;
        height: 80%;
        background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
        background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
        background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #d4a561 100%);
        content: '';
        position: absolute; }
      .teamInfo .conLeft .pic img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 5; }
    .teamInfo .conLeft .con {
      width: 100%;
      background-color: #fff;
      padding: 27px 55px 35px 35px;
      box-sizing: border-box;
      margin-top: 22px; }
      .teamInfo .conLeft .con .item {
        margin-bottom: 27px; }
        .teamInfo .conLeft .con .item:last-child {
          margin-bottom: 0; }
        .teamInfo .conLeft .con .item .t {
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          color: #2c251c; }
        .teamInfo .conLeft .con .item .t1 {
          font-size: 14px;
          line-height: 20px;
          color: #727272;
          margin-top: 17px; }
  .teamInfo .conRight {
    width: 69%;
    float: right;
    margin-right: 4.3%;
    padding-top: 19px; }
    .teamInfo .conRight .item {
      margin-bottom: 38px; }
      .teamInfo .conRight .item .tits {
        position: relative;
        border-bottom: 1px solid #cfcfcf;
        padding: 12px 0; }
        .teamInfo .conRight .item .tits:after {
          width: 282px;
          height: 2px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #d4a561; }
        .teamInfo .conRight .item .tits .t {
          font-size: 14px;
          line-height: 30px;
          color: #2c251c; }
          .teamInfo .conRight .item .tits .t span {
            font-size: 18px;
            font-weight: bold;
            margin-right: 34px; }
        .teamInfo .conRight .item .tits .share {
          position: absolute;
          right: 0;
          top: 26px; }
          .teamInfo .conRight .item .tits .share a {
            width: 21px;
            display: block;
            margin-right: 9px;
            float: left; }
      .teamInfo .conRight .item .con {
        padding-top: 10px; }
        .teamInfo .conRight .item .con .t {
          width: 60%;
          float: left; }
          .teamInfo .conRight .item .con .t .tt {
            font-size: 14px;
            line-height: 30px;
            color: #4c4b4b; }
            .teamInfo .conRight .item .con .t .tt span {
              font-size: 16px; }
          .teamInfo .conRight .item .con .t .tt1 {
            margin-top: 7px; }
            .teamInfo .conRight .item .con .t .tt1 .ttt {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 25px;
              color: #4c4b4b; }
              .teamInfo .conRight .item .con .t .tt1 .ttt img {
                margin-right: 5px; }
        .teamInfo .conRight .item .con .t1 {
          font-size: 14px;
          line-height: 20px;
          color: #aaa9a9;
          width: 352px;
          float: right;
          max-width: 40%;
          padding-top: 4px; }
      .teamInfo .conRight .item .con1 {
        font-size: 14px;
        line-height: 20px;
        color: #aaa9a9;
        width: 800px;
        max-width: 100%;
        margin-top: 15px; }
      .teamInfo .conRight .item .list {
        width: 850px;
        max-width: 100%;
        margin-top: 41px; }
        .teamInfo .conRight .item .list ul {
          position: relative;
          padding-bottom: 20px; }
          .teamInfo .conRight .item .list ul:after {
            width: 1px;
            height: 100%;
            background-color: #cfcfcf;
            content: '';
            top: 3px;
            left: 61px;
            position: absolute; }
          .teamInfo .conRight .item .list ul li {
            padding-left: 82px;
            position: relative;
            padding-bottom: 22px;
            z-index: 5; }
            .teamInfo .conRight .item .list ul li .year {
              font-size: 14px;
              line-height: 20px;
              color: #4c4b4b;
              position: absolute;
              left: 0;
              top: 0; }
            .teamInfo .conRight .item .list ul li .dian {
              width: 18px;
              height: 18px;
              position: absolute;
              top: 1px;
              left: 52px;
              background-color: #fff;
              border-radius: 100%; }
              .teamInfo .conRight .item .list ul li .dian:after {
                width: 12px;
                height: 12px;
                border: 1px dotted #d4a561;
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                box-sizing: border-box;
                border-radius: 100%; }
              .teamInfo .conRight .item .list ul li .dian:before {
                width: 6px;
                height: 6px;
                top: 6px;
                left: 6px;
                background-color: #d4a561;
                position: absolute;
                border-radius: 100%;
                content: ''; }
            .teamInfo .conRight .item .list ul li .txt {
              width: 100%;
              font-size: 14px;
              line-height: 20px;
              color: #727272; }
    .teamInfo .conRight .newsList ul li {
      width: 31.8%;
      margin-right: 2.3%;
      margin-bottom: 25px; }
      .teamInfo .conRight .newsList ul li:nth-child(4n) {
        margin-right: 2.3%; }
      .teamInfo .conRight .newsList ul li:nth-child(3n) {
        margin-right: 0; }
  @media (max-width: 960px) {
    .teamInfo {
      margin: 0 auto;
      padding-bottom: 30px; }
      .teamInfo .conLeft {
        width: 100%;
        float: none; }
      .teamInfo .conRight {
        width: 100%;
        float: none; }
      .teamInfo .conRight .item .tits .share {
        position: relative;
        right: auto;
        top: auto; }
      .teamInfo .conRight .item .con .t {
        width: 100%;
        float: none; }
      .teamInfo .conRight .item .con .t1 {
        float: none;
        width: 100%;
        max-width: 100%; }
      .teamInfo .conLeft .con {
        padding: 15px 10px; }
        .teamInfo .conLeft .con .item {
          margin-bottom: 10px; }
          .teamInfo .conLeft .con .item .t {
            font-size: 15px;
            line-height: 17px; }
          .teamInfo .conLeft .con .item .t1 {
            font-size: 13px;
            line-height: 20px; }
      .teamInfo .conRight .item {
        margin-bottom: 15px; }
      .teamInfo .conRight .newsList ul li {
        margin-bottom: 10px; } }

.contact {
  padding-bottom: 73px;
  padding-top: 25px; }
  .contact .content .conLeft {
    width: 64.3%;
    float: left; }
    .contact .content .conLeft .tits {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: bold; }
    .contact .content .conLeft .tit {
      font-size: 12px;
      line-height: 16px;
      color: #6c6c6c;
      margin-top: 12px; }
    .contact .content .conLeft .tableBox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 42px; }
      .contact .content .conLeft .tableBox .t {
        width: 47.9%;
        margin-bottom: 23px; }
        .contact .content .conLeft .tableBox .t .tt {
          font-size: 16px;
          line-height: 18px;
          color: #000; }
        .contact .content .conLeft .tableBox .t .text {
          width: 100%;
          height: 45px;
          border: 1px solid #d6d6d6;
          box-sizing: border-box;
          padding-left: 20px;
          font-size: 12px;
          line-height: 43px;
          color: #44423e;
          background-color: #f9f9f9;
          margin-top: 6px; }
      .contact .content .conLeft .tableBox .t1 {
        width: 100%; }
        .contact .content .conLeft .tableBox .t1 .tt {
          font-size: 16px;
          line-height: 18px;
          color: #000; }
        .contact .content .conLeft .tableBox .t1 .txt {
          padding: 0 20px;
          box-sizing: border-box;
          width: 100%;
          font-size: 12px;
          line-height: 43px;
          height: 185px;
          margin-top: 6px;
          background-color: #f9f9f9;
          border: 1px solid #d6d6d6; }
      .contact .content .conLeft .tableBox .more {
        width: 196px;
        height: 42px;
        border: 1px solid #7f7e7e;
        display: flex;
        font-size: 12px;
        line-height: 40px;
        box-sizing: border-box;
        color: #000;
        justify-content: space-between;
        margin-top: 1.45833vw;
        position: relative;
        overflow: hidden;
        text-transform: uppercase; }
        .contact .content .conLeft .tableBox .more:after {
          width: 300px;
          height: 300px;
          background-color: #910909;
          content: '';
          position: absolute;
          top: 360%;
          left: -50%;
          transform: translate(-50%, -50%) rotate(45deg);
          transition: all 0.8s; }
        .contact .content .conLeft .tableBox .more span {
          display: block;
          text-align: center;
          flex: 1;
          position: relative;
          z-index: 10; }
        .contact .content .conLeft .tableBox .more i {
          width: 44px;
          height: 42px;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 14px auto;
          background-image: url("../images/icon2.png");
          border-left: 1px solid #7f7e7e;
          position: relative;
          z-index: 10; }
        @media (min-width: 1024px) {
          .contact .content .conLeft .tableBox .more:hover {
            color: #fff;
            border-color: #910909; }
            .contact .content .conLeft .tableBox .more:hover:after {
              top: 50%;
              left: 50%; }
            .contact .content .conLeft .tableBox .more:hover i {
              border-color: #fff;
              background-image: url("../images/icon2_h.png"); } }
  .contact .content .conRight {
    width: 31.1%;
    float: right; }
    .contact .content .conRight .tits {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: bold; }
    .contact .content .conRight .tit {
      font-size: 12px;
      line-height: 16px;
      color: #6c6c6c;
      margin-top: 12px; }
    .contact .content .conRight .tit1 {
      margin-top: 42px; }
      .contact .content .conRight .tit1 .t {
        font-size: 16px;
        line-height: 18px;
        color: #000; }
      .contact .content .conRight .tit1 .titNew {
        border: 1px solid #d6d6d6;
        margin-top: 6px;
        box-sizing: border-box;
        padding: 28px 60px 20px 30px; }
        .contact .content .conRight .tit1 .titNew .t1 {
          font-size: 14px;
          line-height: 18px;
          color: #44423e;
          margin-bottom: 44px; }
        .contact .content .conRight .tit1 .titNew .t2 {
          margin-bottom: 24px; }
          .contact .content .conRight .tit1 .titNew .t2 .tt {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #000; }
          .contact .content .conRight .tit1 .titNew .t2 .tt1 {
            font-size: 14px;
            line-height: 18px;
            color: #44423e;
            margin-top: 8px; }
  .contact .map {
    margin-top: 78px;
    width: 100%;
    height: 575px; }
  @media (max-width: 960px) {
    .contact {
      padding-top: 0;
      padding-bottom: 30px; }
      .contact .content .conLeft {
        width: 100%;
        float: none; }
        .contact .content .conLeft .tits {
          font-size: 18px;
          line-height: 20px; }
        .contact .content .conLeft .tableBox {
          margin-top: 15px; }
          .contact .content .conLeft .tableBox .t {
            width: 100%;
            margin-bottom: 10px; }
          .contact .content .conLeft .tableBox .more {
            width: 126px;
            height: 36px;
            line-height: 34px;
            margin-top: 15px; }
            .contact .content .conLeft .tableBox .more:after {
              left: -90%; }
            .contact .content .conLeft .tableBox .more i {
              width: 34px;
              height: 34px;
              background-size: 12px auto; }
      .contact .content .conRight {
        width: 100%;
        float: none;
        margin-top: 25px; }
        .contact .content .conRight .tits {
          font-size: 18px;
          line-height: 20px; }
        .contact .content .conRight .tit1 {
          margin-top: 15px; }
          .contact .content .conRight .tit1 .titNew {
            padding: 10px; }
      .contact .map {
        height: 240px;
        margin-top: 25px; } }

.amap-overviewcontrol, .amap-scalecontrol, .amap-toolbar, .amap-logo, .amap-copyright, .amap-logo, .amap-copyright {
  display: none !important; }

.customer {
  padding-top: 27px;
  padding-bottom: 60px; }
  .customer .tabs {
    position: relative;
    z-index: 10; }
    .customer .tabs .tits {
      font-size: 20px;
      line-height: 22px;
      color: #050b0b;
      font-weight: bold; }
    .customer .tabs .tit {
      width: calc(100% - 164px);
      margin: 0 auto;
      cursor: pointer;
      position: relative; }
      .customer .tabs .tit:before {
        width: 100%;
        height: 4px;
        background-color: #efefef;
        content: '';
        position: absolute;
        left: 0;
        bottom: 54px; }
      .customer .tabs .tit .t {
        width: 16.66667%;
        float: left;
        position: relative; }
        .customer .tabs .tit .t .img {
          width: 8.02083vw;
          height: 8.02083vw;
          border-radius: 100%;
          background-color: #f9f9f9;
          box-shadow: 0.877px 2.869px 7px 0px rgba(11, 3, 6, 0.13);
          position: relative;
          margin: 0 auto; }
          .customer .tabs .tit .t .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0; }
            .customer .tabs .tit .t .img img.img1 {
              opacity: 0; }
        .customer .tabs .tit .t .dian {
          width: 24px;
          height: 24px;
          border-radius: 100%;
          margin: 25px auto 0;
          position: relative;
          border: 1px solid rgba(255, 255, 255, 0); }
          .customer .tabs .tit .t .dian:after {
            width: 16px;
            height: 16px;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            background-color: #d2a666; }
        .customer .tabs .tit .t .tt {
          width: 110px;
          height: 33px;
          border-radius: 16px;
          background-color: #efefef;
          margin: 11px auto 0;
          text-align: center;
          font-size: 16px;
          line-height: 33px;
          color: #000;
          font-weight: bold; }
        .customer .tabs .tit .t:nth-child(1) .aBox {
          transform: translateX(-37%); }
        .customer .tabs .tit .t:last-child .aBox {
          transform: translateX(-70%); }
        .customer .tabs .tit .t.on .img img.img {
          opacity: 0; }
        .customer .tabs .tit .t.on .img img.img1 {
          opacity: 1; }
        .customer .tabs .tit .t.on .dian {
          border: 1px solid #d2a666;
          background-color: #fff; }
        .customer .tabs .tit .t.on .tt {
          background-color: #d2a666;
          color: #fff; }
        @media (min-width: 1024px) {
          .customer .tabs .tit .t:hover .img img.img {
            opacity: 0; }
          .customer .tabs .tit .t:hover .img img.img1 {
            opacity: 1; }
          .customer .tabs .tit .t:hover .dian {
            border: 1px solid #d2a666;
            background-color: #fff; }
          .customer .tabs .tit .t:hover .tt {
            background-color: #d2a666;
            color: #fff; } }
    .customer .tabs .aBox {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0; }
      .customer .tabs .aBox .item {
        width: 42.08333vw;
        border: 1px solid #e7e7e7;
        position: absolute;
        top: 20px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        padding: 13px 26px 20px;
        display: none; }
        .customer .tabs .aBox .item a {
          font-size: 12px;
          line-height: 36px;
          color: #525252;
          margin-right: 40px;
          padding-left: 12px;
          background-image: url("../images/v1.png");
          background-position: left center;
          background-repeat: no-repeat;
          white-space: nowrap; }
          .customer .tabs .aBox .item a.on {
            color: #d4a561;
            background-image: url("../images/v2.png"); }
          .customer .tabs .aBox .item a.noClick {
            pointer-events: none;
            color: #999; }
        .customer .tabs .aBox .item .close {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 12px;
          display: block;
          padding-left: 0;
          background: none;
          margin-right: 0; }
        .customer .tabs .aBox .item:nth-child(1) {
          left: -14%; }
        .customer .tabs .aBox .item:nth-child(3) {
          left: 14%; }
        .customer .tabs .aBox .item:nth-child(4) {
          left: 28%; }
        .customer .tabs .aBox .item:nth-child(5) {
          left: 42%; }
        .customer .tabs .aBox .item:nth-child(6) {
          left: 56%; }
  .customer .lineBox {
    width: 100%;
    height: 2px;
    background-color: #f3f3f3;
    position: relative;
    margin-top: 78px; }
    .customer .lineBox:after {
      width: 265px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      background-color: #d4a561; }
  .customer .content {
    margin-top: 30px; }
    .customer .content .newsList {
      width: 74.5%;
      float: left; }
      .customer .content .newsList ul {
        padding-bottom: 20px; }
        .customer .content .newsList ul li {
          width: 31.3%;
          margin-right: 3.05%;
          margin-bottom: 30px; }
          .customer .content .newsList ul li:nth-child(4n) {
            margin-right: 3.05%; }
          .customer .content .newsList ul li:nth-child(3n) {
            margin-right: 0; }
  @media (max-width: 1700px) {
    .customer .tabs .aBox .item:nth-child(1) {
      left: -8%; } }
  @media (max-width: 1660px) {
    .customer .tabs .aBox .item:nth-child(1) {
      left: -4%; } }
  @media (max-width: 1100px) {
    .customer .content .newsList {
      width: 100%; }
      .customer .content .newsList ul li {
        margin-bottom: 10px; }
    .customer .content .customerRight {
      display: none; } }
  @media (max-width: 1024px) {
    .customer .tabs .tit {
      width: 100%; }
    .customer .lineBox {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .customer {
      padding-top: 0;
      padding-bottom: 30px; }
      .customer .content {
        margin-top: 15px; }
      .customer .lineBox {
        margin-top: 15px; }
      .customer .tabs .tit:before {
        display: none; }
      .customer .tabs .tits {
        font-size: 14px; }
      .customer .tabs .tit {
        margin-top: 15px; }
      .customer .tabs .tit .t {
        width: 33.33333%;
        margin-bottom: 15px; }
        .customer .tabs .tit .t .img {
          width: 50px;
          height: 50px; }
        .customer .tabs .tit .t .dian {
          display: none; }
        .customer .tabs .tit .t .tt {
          background: none !important;
          font-size: 14px;
          line-height: 16px;
          height: auto; }
        .customer .tabs .tit .t.on .tt {
          color: #d2a666; }
      .customer .lineBox:after {
        width: 120px; }
      .customer .tabs .aBox {
        width: 100%;
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%) translateX(0%) !important;
        z-index: 15; }
        .customer .tabs .aBox .item {
          left: 0 !important;
          width: 100%;
          padding: 10px 15px;
          background-color: rgba(255, 255, 255, 0.96);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
          .customer .tabs .aBox .item a {
            margin-right: 15px; } }

.customerRight {
  width: 23.4%;
  float: right; }
  .customerRight .item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 32px;
    overflow: hidden; }
    .customerRight .item .title {
      text-align: center;
      font-size: 20px;
      line-height: 60px;
      color: #222;
      font-weight: bold;
      background-color: #e5bf77;
      text-transform: uppercase; }
    .customerRight .item ul {
      width: 100%;
      box-sizing: border-box;
      padding: 9px 15px 0; }
      .customerRight .item ul li {
        width: 100%;
        border-bottom: 1px solid #c6c4c4; }
        .customerRight .item ul li:last-child {
          border-bottom: none; }
        .customerRight .item ul li a {
          width: 100%;
          display: flex;
          align-items: center;
          padding: 20px 0; }
          .customerRight .item ul li a .pic {
            width: 49.7%;
            float: left;
            position: relative;
            overflow: hidden;
            margin-right: 10px; }
            .customerRight .item ul li a .pic img {
              transition: all 1.2s; }
          .customerRight .item ul li a .con {
            flex: 1; }
            .customerRight .item ul li a .con .t {
              font-size: 12px;
              line-height: 19px;
              color: #222; }
            .customerRight .item ul li a .con .t1 {
              font-size: 10px;
              line-height: 12px;
              color: #7e7e7e;
              margin-top: 14px; }
        @media (min-width: 1024px) {
          .customerRight .item ul li:hover a .pic img {
            transform: scale(1.1); }
          .customerRight .item ul li:hover a .con .t {
            color: #e6c380; } }
  @media (max-width: 1366px) {
    .customerRight .item .title {
      font-size: 18px;
      line-height: 50px; } }
  @media (max-width: 1260px) {
    .customerRight .item .title {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    .customerRight .item ul li a {
      padding: 14px 0; } }

.brand {
  padding-bottom: 60px;
  padding-top: 13px; }
  .brand .conLeft {
    width: 23.6%;
    float: left;
    border-radius: 10px;
    overflow: hidden; }
    .brand .conLeft .title {
      padding-left: 2.5vw;
      font-size: 18px;
      line-height: 42px;
      background-color: #050b0b;
      display: flex;
      align-items: center;
      color: #d4a561; }
      .brand .conLeft .title img {
        margin-left: 22px; }
    .brand .conLeft .conNew {
      padding-left: 2.5vw;
      width: 100%;
      box-sizing: border-box;
      border: 2px solid #f3f3f3;
      background-color: #fff;
      border-top: none;
      padding-top: 22px;
      border-radius: 0 0 10px 10px; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        font-weight: bold;
        color: #1a1a1a; }
      .brand .conLeft .conNew .tit {
        padding-right: 2.08333vw;
        margin-top: 25px; }
        .brand .conLeft .conNew .tit a {
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          font-size: 14px;
          color: #c4c4c4;
          border: 1px solid #dedede;
          margin-right: 2px;
          margin-bottom: 6px;
          display: inline-block; }
          .brand .conLeft .conNew .tit a.on {
            color: #d4a561; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 9px;
        padding-bottom: 17px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            font-size: 12px;
            line-height: 30px;
            font-weight: bold;
            color: #d4a561; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            margin-left: 13px;
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              font-size: 12px;
              line-height: 30px;
              color: #333;
              display: block; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #d4a561; }
              .brand .conLeft .conNew .itemBox .item .t1 a.on {
                color: #d4a561; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #d4a561; } }
  .brand .conRight {
    width: 72.8%;
    float: right; }
    .brand .conRight .item .tits {
      border-bottom: 1px solid #e5e5e5;
      font-size: 18px;
      line-height: 42px;
      box-sizing: border-box;
      color: #000;
      font-weight: bold; }
      .brand .conRight .item .tits span {
        display: block;
        position: relative;
        width: fit-content; }
        .brand .conRight .item .tits span:after {
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #d4a561; }
    .brand .conRight .item .ul1 {
      margin-top: 20px; }
      .brand .conRight .item .ul1 li {
        width: 19%;
        float: left;
        margin-right: 1.25%;
        margin-bottom: 20px; }
        .brand .conRight .item .ul1 li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight .item .ul1 li a {
          border-radius: 5px;
          border: 1px solid #fcf3e7;
          display: flex;
          box-sizing: border-box;
          width: 100%;
          background-color: #fff;
          align-items: center; }
          .brand .conRight .item .ul1 li a .pic {
            width: 34.7%;
            padding-bottom: 34.7%;
            height: 0;
            border: 1px solid #fbf1e3;
            border-radius: 5px;
            background-color: #fff8ef;
            position: relative; }
            .brand .conRight .item .ul1 li a .pic img {
              max-width: 80%;
              max-height: 80%;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
          .brand .conRight .item .ul1 li a .tit {
            flex: 1;
            text-align: center;
            text-transform: uppercase; }
            .brand .conRight .item .ul1 li a .tit .t {
              font-size: 14px;
              line-height: 16px;
              font-weight: bold;
              color: #1a1a1a; }
            .brand .conRight .item .ul1 li a .tit .t1 {
              font-size: 12px;
              line-height: 14px;
              color: #1a1a1a;
              margin-top: 6px; }
    .brand .conRight .item .ul2 {
      margin-top: 35px;
      padding-bottom: 25px; }
      .brand .conRight .item .ul2 li {
        width: 21%;
        float: left;
        margin-right: 5.3%;
        margin-bottom: 35px; }
        .brand .conRight .item .ul2 li:nth-child(4n) {
          margin-right: 0; }
        .brand .conRight .item .ul2 li a {
          width: 100%;
          display: block;
          text-align: center;
          text-transform: uppercase; }
          .brand .conRight .item .ul2 li a .pic {
            width: 100%;
            height: 62px;
            background-color: #fff;
            border-radius: 0 20px 0 20px;
            box-shadow: 0 5.196px 9.62px 3.38px rgba(0, 0, 0, 0.05);
            position: relative; }
            .brand .conRight .item .ul2 li a .pic img {
              max-width: 90%;
              max-height: 90%;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto; }
          .brand .conRight .item .ul2 li a .t {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            color: #555;
            margin-top: 12px; }
          .brand .conRight .item .ul2 li a .t1 {
            font-size: 12px;
            line-height: 14px;
            color: #000;
            margin-top: 5px; }
  @media (max-width: 1366px) {
    .brand .conRight .item .ul1 li a .tit .t1 {
      font-size: 10px; } }
  @media (max-width: 1200px) {
    .brand .conRight .item .ul1 li {
      width: 24%;
      margin-right: 1.3%; }
      .brand .conRight .item .ul1 li:nth-child(5n) {
        margin-right: 1.3%; }
      .brand .conRight .item .ul1 li:nth-child(4n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .brand {
      padding-top: 0; }
      .brand .conLeft {
        display: none; }
      .brand .conRight {
        width: 100%;
        float: none; } }
  @media (max-width: 768px) {
    .brand .conRight .item .tits {
      font-size: 16px;
      line-height: 38px; }
    .brand .conRight .item .ul1 {
      margin-top: 10px; }
    .brand .conRight .item .ul1 li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 8px; }
      .brand .conRight .item .ul1 li:nth-child(4n) {
        margin-right: 3%; }
      .brand .conRight .item .ul1 li:nth-child(2n) {
        margin-right: 0; }
    .brand .conRight .item .ul2 {
      margin-top: 15px;
      padding-bottom: 10px; }
      .brand .conRight .item .ul2 li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 10px; }
        .brand .conRight .item .ul2 li:nth-child(4n) {
          margin-right: 3%; }
        .brand .conRight .item .ul2 li:nth-child(2n) {
          margin-right: 0; }
        .brand .conRight .item .ul2 li a .t {
          margin-top: 5px; }
        .brand .conRight .item .ul2 li a .t1 {
          font-size: 10px; } }

.brandInfo {
  padding-bottom: 70px; }
  .brandInfo .box {
    display: flex;
    flex-direction: row-reverse; }
    .brandInfo .box .top {
      width: 350px;
      box-sizing: border-box;
      padding: 35px 28px 18px;
      background-color: #fff;
      border-radius: 12px;
      background-image: url("../images/xc.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      box-shadow: 3px 5.196px 7.52px 0.48px rgba(76, 105, 108, 0.22); }
      .brandInfo .box .top img {
        height: 44px;
        display: block;
        margin: 0 auto; }
      .brandInfo .box .top .t1 {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #333;
        font-weight: bold;
        margin-top: 25px; }
      .brandInfo .box .top .t {
        font-size: 11px;
        line-height: 21px;
        color: #050b0b;
        overflow: hidden;
        max-height: 210;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 20px; }
      .brandInfo .box .top .tit {
        margin-top: 15px; }
        .brandInfo .box .top .tit .c {
          font-size: 14px;
          line-height: 16px;
          color: #333;
          font-weight: bold; }
        .brandInfo .box .top .tit .c1 {
          font-size: 0;
          margin-top: 16px; }
          .brandInfo .box .top .tit .c1 a {
            display: inline-block;
            font-size: 10px;
            line-height: 22px;
            border: 1px solid #b4b4b4;
            margin-right: 7px;
            margin-bottom: 8px;
            padding: 0 5px;
            color: #000; }
            @media (min-width: 1024px) {
              .brandInfo .box .top .tit .c1 a:hover {
                background-color: #d4a561;
                color: #fff;
                border-color: #d4a561; } }
      .brandInfo .box .top .tit1 {
        margin-top: 19px; }
        .brandInfo .box .top .tit1 .tx {
          font-size: 12px;
          line-height: 20px;
          display: flex;
          justify-content: space-between;
          color: #000; }
          .brandInfo .box .top .tit1 .tx span {
            color: #d4a561; }
          .brandInfo .box .top .tit1 .tx a {
            color: #d4a561;
            font-weight: bold; }
    .brandInfo .box .boxRight {
      flex: 1;
      margin-right: 30px; }
      .brandInfo .box .boxRight .picBox {
        display: flex;
        width: 100%;
        overflow: hidden; }
        .brandInfo .box .boxRight .picBox .picLeft {
          width: 60%;
          margin-right: 4px;
          overflow: hidden;
          border-radius: 10px; }
          .brandInfo .box .boxRight .picBox .picLeft ul li {
            width: 100%;
            height: 0;
            padding-bottom: 75.4%;
            overflow: hidden;
            position: relative; }
            .brandInfo .box .boxRight .picBox .picLeft ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .brandInfo .box .boxRight .picBox .picLeft .btns {
            display: flex;
            width: 100%;
            bottom: 25px;
            align-items: center;
            justify-content: center;
            position: absolute;
            z-index: 10; }
            .brandInfo .box .boxRight .picBox .picLeft .btns span {
              width: 12px;
              height: 12px;
              background: none;
              opacity: 1;
              border: 2px solid #fff;
              border-radius: 100%;
              display: block;
              margin: 0 3px;
              box-sizing: border-box; }
              .brandInfo .box .boxRight .picBox .picLeft .btns span.swiper-pagination-bullet-active {
                background-color: #fff;
                border-color: #fff; }
        .brandInfo .box .boxRight .picBox .picRight {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .brandInfo .box .boxRight .picBox .picRight .pic {
            width: 100%;
            padding-bottom: 56.6%;
            height: 0;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            border-radius: 10px; }
            .brandInfo .box .boxRight .picBox .picRight .pic .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              top: 0;
              left: 0;
              position: absolute; }
            .brandInfo .box .boxRight .picBox .picRight .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("../images/bgx1.png");
              content: '';
              mix-blend-mode: multiply; }
            .brandInfo .box .boxRight .picBox .picRight .pic .tits {
              width: 100%;
              text-align: center;
              font-size: 35px;
              line-height: 37px;
              color: #fff;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              z-index: 5;
              font-weight: bold; }
            .brandInfo .box .boxRight .picBox .picRight .pic .icon {
              width: 44px;
              height: 44px;
              margin: 0 auto;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 5; }
              .brandInfo .box .boxRight .picBox .picRight .pic .icon img {
                width: 100%; }
      .brandInfo .box .boxRight .conBox {
        width: 100%;
        display: grid;
        grid-template-columns: 0.7fr 0.7fr 0.8fr 0.7fr;
        flex-wrap: wrap;
        position: relative;
        box-sizing: border-box;
        margin-top: 6px; }
        .brandInfo .box .boxRight .conBox a {
          font-size: 12px;
          line-height: 26px;
          color: #222; }
          .brandInfo .box .boxRight .conBox a span {
            color: #d4a561; }
          .brandInfo .box .boxRight .conBox a.more {
            position: absolute;
            right: 0;
            bottom: 0;
            color: #d4a561; }
          @media (min-width: 1024px) {
            .brandInfo .box .boxRight .conBox a:hover {
              color: #d4a561; } }
  .brandInfo .content {
    margin-top: 32px; }
    .brandInfo .content .title {
      font-size: 20px;
      line-height: 40px;
      color: #000;
      font-weight: bold;
      border-bottom: 3px solid #f4f4f4;
      position: relative; }
      .brandInfo .content .title:after {
        height: 265px;
        height: 5px;
        position: absolute;
        bottom: -3px;
        left: 0;
        content: '';
        background-color: #f9f9f9; }
    .brandInfo .content .proList {
      margin-top: 28px; }
  @media (max-width: 1200px) {
    .brandInfo .box .boxRight .conBox {
      grid-template-columns: 0.7fr 0.8fr 0.8fr; } }
  @media (max-width: 1024px) {
    .brandInfo .box {
      margin-top: 0; }
    .brandInfo .box .boxRight .conBox {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 960px) {
    .brandInfo .box {
      display: block; }
      .brandInfo .box .top {
        width: 100%; }
      .brandInfo .box .boxRight {
        width: 100%;
        margin-left: 0;
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .brandInfo .box .top {
      padding: 14px 10px 20px;
      margin-bottom: 10px; }
    .brandInfo .box .boxRight .conBox {
      grid-template-columns: 1fr; }
    .brandInfo .box .boxRight .picBox {
      display: block; }
      .brandInfo .box .boxRight .picBox .picLeft {
        width: 100%; }
      .brandInfo .box .boxRight .picBox .picRight {
        width: 100%;
        flex-direction: row;
        margin-top: 3px; }
        .brandInfo .box .boxRight .picBox .picRight .pic {
          padding-bottom: 35.6%;
          margin-right: 3px; }
          .brandInfo .box .boxRight .picBox .picRight .pic:last-child {
            margin-right: 0; }
          .brandInfo .box .boxRight .picBox .picRight .pic .icon {
            width: 36px;
            height: 36px; }
          .brandInfo .box .boxRight .picBox .picRight .pic .tits {
            font-size: 26px;
            line-height: 28px; }
    .brandInfo .box .top img {
      height: 34px; }
    .brandInfo .box .top .t1 {
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .brandInfo .content .title {
      font-size: 16px;
      line-height: 32px; }
    .brandInfo .content .proList {
      margin-top: 15px; } }

.proList {
  width: 100%; }
  .proList ul {
    padding-bottom: 16px; }
    .proList ul li {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      float: left;
      width: 22.6%;
      margin-right: 3.2%;
      margin-bottom: 44px; }
      .proList ul li:nth-child(4n) {
        margin-right: 0; }
      .proList ul li a {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
        .proList ul li a:after {
          width: 53px;
          height: 41px;
          background-image: url("../images/img.png");
          background-size: cover;
          background-repeat: no-repeat;
          content: '';
          position: absolute;
          right: -5px;
          bottom: 0;
          opacity: 0; }
        .proList ul li a .pic {
          width: 100%;
          height: 0;
          padding-bottom: 73.4%;
          position: relative;
          overflow: hidden; }
          .proList ul li a .pic img {
            transition: all 1.2s;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .proList ul li a .con {
          width: 100%;
          box-sizing: border-box;
          padding: 13px 13px 18px; }
          .proList ul li a .con .tits {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 8px;
            box-sizing: border-box;
            width: 100%;
            border-bottom: 2px solid #f1f0f0;
            color: #222;
            font-weight: bold; }
          .proList ul li a .con .tit {
            font-size: 12px;
            line-height: 17px;
            height: 68px;
            color: #6c6c6c;
            padding-left: 2.44792vw;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 7px; }
      @media (min-width: 1024px) {
        .proList ul li:hover {
          box-shadow: 2.5px 4.33px 6px 0px rgba(181, 181, 181, 0.64); }
          .proList ul li:hover a:after {
            opacity: 1; }
          .proList ul li:hover a .pic img {
            transform: scale(1.1); }
          .proList ul li:hover a .con {
            background-color: #fff7eb; } }
  @media (max-width: 1200px) {
    .proList ul li {
      width: 31%;
      margin-right: 3.5%; }
      .proList ul li:nth-child(4n) {
        margin-right: 3.5%; }
      .proList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .proList ul {
      padding-bottom: 0; }
      .proList ul li {
        width: 100%;
        margin-bottom: 10px; } }

.case {
  padding-top: 30px;
  padding-bottom: 60px; }
  .case .box .mapBox {
    width: 74.5%;
    float: left;
    position: relative;
    z-index: 10; }
    .case .box .mapBox .tits {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #050b0b; }
    .case .box .mapBox .map {
      width: 100%;
      position: relative;
      margin-top: 56px; }
      .case .box .mapBox .map .aBox {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
        .case .box .mapBox .map .aBox .t {
          position: absolute;
          width: 10px;
          height: 10px; }
          .case .box .mapBox .map .aBox .t .dian {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-color: #dadbdb;
            margin-left: -5px;
            margin-top: -5px;
            z-index: 5;
            position: relative; }
            .case .box .mapBox .map .aBox .t .dian img {
              position: absolute;
              bottom: 5px;
              left: -5px; }
          .case .box .mapBox .map .aBox .t .line {
            width: 2px;
            height: 90px;
            background-color: #dadbdb;
            left: -1px;
            position: absolute; }
          .case .box .mapBox .map .aBox .t .tt {
            width: 90px;
            height: 90px;
            border-radius: 100%;
            background-image: url("../images/dian_bg.png");
            background-repeat: no-repeat;
            background-size: cover;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            line-height: 13px;
            color: #050b0b;
            font-weight: bold;
            position: absolute;
            left: -45px;
            top: 60px;
            box-sizing: border-box;
            padding: 0 10px;
            cursor: pointer; }
            .case .box .mapBox .map .aBox .t .tt:after {
              width: 17px;
              height: 9px;
              position: absolute;
              bottom: 16px;
              left: 50%;
              margin-left: -8.5px;
              content: '';
              background-size: cover;
              background-image: url("../images/cc.png"); }
          .case .box .mapBox .map .aBox .t:nth-child(2n) .line {
            top: auto;
            bottom: 9px; }
          .case .box .mapBox .map .aBox .t:nth-child(2n) .tt {
            top: -175px; }
          .case .box .mapBox .map .aBox .t:nth-child(1) {
            top: 44.3%;
            left: 17.5%; }
            .case .box .mapBox .map .aBox .t:nth-child(1) .line {
              height: 60px; }
          .case .box .mapBox .map .aBox .t:nth-child(2) {
            top: 24.5%;
            left: 48%; }
          .case .box .mapBox .map .aBox .t:nth-child(3) {
            top: 55%;
            left: 53%; }
          .case .box .mapBox .map .aBox .t:nth-child(4) {
            top: 41%;
            left: 61.5%; }
          .case .box .mapBox .map .aBox .t:nth-child(5) {
            top: 41%;
            left: 75.5%; }
          .case .box .mapBox .map .aBox .t:nth-child(6) {
            top: 82%;
            left: 89%; }
          .case .box .mapBox .map .aBox .t.on .tt {
            background-image: url("../images/dian_bg_h.png"); }
            .case .box .mapBox .map .aBox .t.on .tt:after {
              background-image: url("../images/cc_h.png"); }
      .case .box .mapBox .map .aBox1 {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
        .case .box .mapBox .map .aBox1 .item {
          width: 42.08333vw;
          border: 1px solid #e7e7e7;
          position: absolute;
          top: 20px;
          left: 0;
          background-color: rgba(255, 255, 255, 0.9);
          box-sizing: border-box;
          padding: 13px 26px 20px;
          display: none;
          margin-left: -21.04167vw; }
          .case .box .mapBox .map .aBox1 .item a {
            font-size: 12px;
            line-height: 36px;
            color: #525252;
            margin-right: 40px;
            padding-left: 12px;
            background-image: url("../images/v1.png");
            background-position: left center;
            background-repeat: no-repeat;
            white-space: nowrap; }
            .case .box .mapBox .map .aBox1 .item a.on {
              color: #d4a561;
              background-image: url("../images/v2.png"); }
            .case .box .mapBox .map .aBox1 .item a.noClick {
              pointer-events: none;
              color: #999; }
          .case .box .mapBox .map .aBox1 .item .close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 12px;
            display: block;
            padding-left: 0;
            background: none;
            margin-right: 0; }
          .case .box .mapBox .map .aBox1 .item:nth-child(1) {
            left: 17.5%;
            margin-top: 15.10417vw; }
          .case .box .mapBox .map .aBox1 .item:nth-child(2) {
            left: 48%;
            margin-top: 3.64583vw; }
          .case .box .mapBox .map .aBox1 .item:nth-child(3) {
            left: 53%;
            margin-top: 16.40625vw; }
          .case .box .mapBox .map .aBox1 .item:nth-child(4) {
            left: 61.5%;
            margin-top: 6.77083vw; }
          .case .box .mapBox .map .aBox1 .item:nth-child(5) {
            left: 75.5%;
            margin-top: 14.32292vw; }
          .case .box .mapBox .map .aBox1 .item:nth-child(6) {
            left: 89%;
            margin-top: 13.54167vw; }
  .case .box .boxRight {
    width: 23.2%;
    float: right;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 5.196px 7.52px 0.48px rgba(212, 165, 97, 0.22);
    background-image: url("../images/cc_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 25px; }
    .case .box .boxRight .tits {
      text-align: center;
      font-size: 20px;
      line-height: 70px;
      color: #e5bf77;
      text-transform: uppercase;
      font-weight: bold; }
    .case .box .boxRight .tit {
      padding-left: 3.75vw;
      margin-top: 2.60417vw; }
      .case .box .boxRight .tit a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #050b0b;
        padding-left: 22px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/dui.png"); }
        .case .box .boxRight .tit a.on {
          color: #a81f25;
          background-image: url("../images/dui_h.png"); }
        @media (min-width: 1024px) {
          .case .box .boxRight .tit a:hover {
            color: #a81f25;
            background-image: url("../images/dui_h.png"); } }
  .case .lineBox {
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
    position: relative;
    margin-top: 50px; }
    .case .lineBox:after {
      width: 265px;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      background-color: #d4a561; }
  .case .content {
    margin-top: 30px; }
    .case .content .newsList {
      width: 74.5%;
      float: left; }
      .case .content .newsList ul li {
        width: 31.3%;
        margin-right: 3.05%; }
        .case .content .newsList ul li:nth-child(4n) {
          margin-right: 3.05%; }
        .case .content .newsList ul li:nth-child(3n) {
          margin-right: 0; }
    .case .content .customerRight {
      width: 23.4%;
      float: right; }
  @media (max-width: 1700px) {
    .case .box .mapBox .map .aBox1 .item:nth-child(1) {
      margin-left: -25%; } }
  @media (max-width: 1366px) {
    .case .box .boxRight .tits {
      font-size: 18px;
      line-height: 50px; } }
  @media (max-width: 1260px) {
    .case .box .boxRight .tit {
      padding-left: 2.08333vw; }
      .case .box .boxRight .tit a {
        font-size: 12px; }
    .case .box .boxRight .tits {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    .case .content .newsList {
      width: 100%; }
    .case .content .customerRight {
      display: none; } }
  @media (max-width: 1024px) {
    .case .box .boxRight {
      width: 28%; }
    .case .box .mapBox {
      width: 70%; } }
  @media (max-width: 768px) {
    .case {
      padding-bottom: 30px;
      padding-top: 0; }
      .case .box .mapBox .tits {
        font-size: 14px; }
      .case .box .mapBox {
        width: 100%;
        float: none; }
      .case .box .boxRight {
        float: none;
        margin-top: 40px;
        width: 100%; }
        .case .box .boxRight .tit {
          padding-left: 40px;
          margin-top: 70px; }
      .case .box .mapBox .map .aBox .t .tt {
        width: 50px;
        height: 50px;
        left: -25px;
        font-size: 10px;
        top: 35px;
        line-height: 12px; }
        .case .box .mapBox .map .aBox .t .tt:after {
          bottom: 6px;
          width: 14px;
          height: 6px; }
      .case .box .mapBox .map .aBox .t:nth-child(2n) .tt {
        top: -115px; }
      .case .box .mapBox .map .aBox .t .line {
        height: 60px; }
      .case .lineBox {
        margin-top: 15px; }
      .case .content {
        margin-top: 15px; }
      .case .box .mapBox .map .aBox1 {
        position: fixed;
        z-index: 50;
        transform: translateY(-50%);
        top: 50%; }
        .case .box .mapBox .map .aBox1 .item {
          width: 100%;
          margin-left: 0 !important;
          left: 0 !important;
          top: 0 !important;
          padding: 10px 15px;
          margin-top: 0 !important;
          background-color: rgba(255, 255, 255, 0.96);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
          .case .box .mapBox .map .aBox1 .item a {
            margin-right: 10px; } }

.caseInfo {
  padding-bottom: 62px;
  padding-top: 30px; }
  .caseInfo .content {
    width: 72.5%;
    float: left; }
    .caseInfo .content .box {
      padding: 46px 0 47px 46px;
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      .caseInfo .content .box:after {
        width: 26%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #a02a2a; }
        .caseInfo .content .box .return {
        width: 117px;
        height: 47px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #a02a2a;
        font-size: 16px;
        line-height: 47px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        z-index: 10;
        text-transform: uppercase; }
      .caseInfo .content .box .tits {
        text-align: center;
        padding-right: 3.22917vw;
        font-size: 24px;
        line-height: 46px;
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
        font-weight: bold; }
      .caseInfo .content .box .boxNew {
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 3px 5.196px 7.52px 0.48px rgba(212, 165, 97, 0.22);
        position: relative;
        z-index: 10;
        padding: 1vw 3.22917vw 2.39583vw;
        box-sizing: border-box; }
        .caseInfo .content .box .boxNew .tit {
            font-size: 24px;
        line-height: 46px;
        color: #000;
        font-weight: bold;
        padding-bottom: 1vw;
        text-align: center;
            }
        .caseInfo .content .box .boxNew .pic {
          width: 47.6%;
          float: left; }
        .caseInfo .content .box .boxNew .con {
          width: 400px;
          max-width: 50%;
          float: right; }
          .caseInfo .content .box .boxNew .con .t {
            font-size: 12px;
            line-height: 27px;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .caseInfo .content .box .boxNew .con .t .aBox {
              display: flex;
              align-items: center; }
              .caseInfo .content .box .boxNew .con .t .aBox a {
                width: 27px;
                margin-right: 7px;
                display: block; }
                .caseInfo .content .box .boxNew .con .t .aBox a:last-child {
                  margin-right: 0; }
          .caseInfo .content .box .boxNew .con .t1 {
            font-size: 14px;
            line-height: 42px;
            color: #222;
            margin-top: 13px; }
            .caseInfo .content .box .boxNew .con .t1 .tt {
              display: flex;
              align-items: start; }
              /* align-items: center; } */
              .caseInfo .content .box .boxNew .con .t1 .tt img {
                padding-top: 10px;
                margin-right: 13px;
                width: 20px; }
              .caseInfo .content .box .boxNew .con .t1 .tt span {
                font-weight: bold; }
    .caseInfo .content .conn {
      font-size: 14px;
      line-height: 29px;
      color: #666;
      width: 880px;
      max-width: 100%;
      margin: 35px auto 0;
      position: relative; }
      .caseInfo .content .conn img {
        border-radius: 15px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .caseInfo .content .paging {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      margin-top: 42px; }
      .caseInfo .content .paging a {
        font-size: 16px;
        line-height: 30px;
        width: 40%;
        color: #000; }
        .caseInfo .content .paging a span {
          font-weight: bold; }
        @media (min-width: 1024px) {
          .caseInfo .content .paging a:hover {
            color: #c59a5b; } }
        .caseInfo .content .paging a:last-child {
          text-align: right; }
    .caseInfo .content .newsList {
      position: relative;
      margin-top: 45px; }
      .caseInfo .content .newsList ul {
        padding-bottom: 0; }
        .caseInfo .content .newsList ul li {
          width: 31%;
          margin-right: 3.5%;
          margin-bottom: 0; }
          .caseInfo .content .newsList ul li:last-child {
            margin-right: 0; }
          .caseInfo .content .newsList ul li a {
            border-radius: 10px; }
      .caseInfo .content .newsList .a {
        width: 26px;
        height: 46px;
        background-color: rgba(0, 0, 0, 0.45);
        position: absolute;
        top: 40%;
        font-size: 22px;
        text-align: center;
        line-height: 46px;
        z-index: 10;
        color: #fff; }
        .caseInfo .content .newsList .a.prev {
          left: 0;
          border-radius: 0 3px 3px 0; }
        .caseInfo .content .newsList .a.next {
          right: 0;
          border-radius: 3px 0 0 3px; }
        @media (min-width: 1024px) {
          .caseInfo .content .newsList .a:hover {
            background-color: rgba(168, 21, 37, 0.8); } }
  @media (max-width: 1280px) {
      .caseInfo .content .box .boxNew .tit{
          font-size: 20px;
      }
    .caseInfo .content .box .tits {
      font-size: 20px; }
    .caseInfo .content .box .boxNew .con .t1 {
      line-height: 22px; }
      .caseInfo .content .box .boxNew .con .t1 .tt{
          padding: 6px 0;
          align-items: self-start;
      }
      .caseInfo .content .box .boxNew .con .t1 .tt img {
          padding: 0;
      }
    }
  @media (max-width: 1100px) {
    .caseInfo .content {
      width: 100%; }
    .caseInfo .customerRight {
      display: none; } }
  @media (max-width: 768px) {
    .caseInfo {
      padding-top: 0;
      padding-bottom: 25px; }
      .caseInfo .content .box {
        padding: 15px 0 15px 15px; }
        .caseInfo .content .box .tits {
          font-size: 16px;
          padding-right: 0;
          text-align: left;
          top: 20px;
          display: none; }
        .caseInfo .content .box .boxNew {
          padding-top: 10px; }
          .caseInfo .content .box .boxNew .tit {
            display: block;
            font-size: 16px;
            line-height: 20px;
            font-weight: bold; }
          .caseInfo .content .box .boxNew .pic {
            width: 100%;
            float: none;
            margin-top: 10px; }
          .caseInfo .content .box .boxNew .con {
            width: 100%;
            float: none;
            max-width: 100%;
            margin-top: 10px; }
            .caseInfo .content .box .boxNew .con .t{
                display: block;
            }
      .caseInfo .content .box .return {
        height: 30px;
        font-size: 14px;
        line-height: 30px; }
      .caseInfo .content .paging {
        margin-top: 15px;
        display: block; }
        .caseInfo .content .paging a {
          width: 100%;
          text-align: left !important;
          font-size: 14px; }
      .caseInfo .content .newsList {
        margin-top: 15px; } }

.search {
  padding-bottom: 65px; }
  .search .searchBox {
    width: 790px;
    max-width: 100%;
    margin: 0 auto 0;
    background-color: #fefefe;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    justify-content: space-between; }
    .search .searchBox .text {
      flex: 1;
      height: 54px;
      border: none;
      font-size: 18px;
      color: #000;
      padding-left: 32px; }
    .search .searchBox .submit {
      width: 54px;
      height: 54px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/search1.png");
      display: block;
      margin-right: 32px; }
  .search .content {
    width: 1125px;
    max-width: 100%;
    margin: 36px auto 0; }
    .search .content .title {
      display: flex;
      border-bottom: 2px solid #d9d9d9;
      justify-content: space-between; }
      .search .content .title .t {
        font-size: 16px;
        line-height: 38px;
        color: #000; }
      .search .content .title .t1 {
        display: flex;
        font-size: 16px;
        line-height: 38px;
        color: #000; }
        .search .content .title .t1 a {
          color: #000;
          display: block;
          margin-left: 34px;
          position: relative; }
          .search .content .title .t1 a:after {
            width: 100%;
            height: 3px;
            background-color: #d4a561;
            position: absolute;
            bottom: -2px;
            left: 0;
            display: none;
            content: ''; }
          .search .content .title .t1 a.on:after {
            display: block; }
    .search .content .tits {
      font-size: 18px;
      line-height: 24px;
      color: #000;
      margin-top: 20px; }
      .search .content .tits span {
        color: #d42121; }
    .search .content .noList {
      font-size: 26px;
      line-height: 30px;
      color: #000;
      text-align: center;
      padding-top: 63px;
      padding-bottom: 70px; }
    .search .content .list {
      margin-top: 28px; }
      .search .content .list ul {
        padding-bottom: 40px; }
        .search .content .list ul li {
          background-color: #fff;
          border-radius: 10px;
          overflow: hidden;
          margin-bottom: 25px; }
          .search .content .list ul li a {
            display: flex;
            width: 100%;
            height: auto;
            align-items: center; }
            .search .content .list ul li a .pic {
              width: 180px;
              height: 134px;
              position: relative;
              margin-right: 30px; }
              .search .content .list ul li a .pic img {
                position: absolute;
                width: 100%;
                height: 100%;
                object-fit: cover;
                top: 0;
                left: 0; }
            .search .content .list ul li a .con {
              padding-left: 20px;
              flex: 1;
              padding-right: 20px;
              box-sizing: border-box; }
              .search .content .list ul li a .con .t {
                font-size: 14px;
                line-height: 18px;
                color: #222;
                font-weight: bold; }
                .search .content .list ul li a .con .t span {
                  color: #d10000; }
              .search .content .list ul li a .con .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #6c6c6c;
                margin-top: 5px; }
              .search .content .list ul li a .con .more {
                font-size: 12px;
                line-height: 14px;
                color: #d4a561;
                margin-top: 17px; }
  @media (max-width: 1200px) {
    .search .content .tits {
      font-size: 16px;
      line-height: 22px; }
    .search .content .noList {
      font-size: 20px;
      line-height: 24px;
      padding-top: 40px;
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    .search {
      padding-bottom: 30px; }
      .search .content {
        margin-top: 15px; }
        .search .content .tits {
          font-size: 14px;
          line-height: 18px; }
        .search .content .noList {
          font-size: 14px;
          line-height: 20px;
          padding-top: 30px;
          padding-bottom: 40px; }
        .search .content .title {
          display: block; }
          .search .content .title .t {
            font-size: 14px;
            line-height: 24px; }
          .search .content .title .t1 {
            font-size: 14px;
            line-height: 34px; }
            .search .content .title .t1 a {
              margin-left: 0;
              margin-right: 10px; }
        .search .content .list ul {
          padding-bottom: 10px; }
          .search .content .list ul li {
            margin-bottom: 10px; }
            .search .content .list ul li a {
              justify-content: space-between;
              padding: 10px 0; }
              .search .content .list ul li a .pic {
                width: 100px;
                height: 70px;
                margin-right: 10px; }
              .search .content .list ul li a .con .more {
                margin-top: 5px; }
      .search .searchBox .text {
        height: 42px;
        font-size: 14px;
        padding-left: 15px; }
      .search .searchBox .submit {
        width: 42px;
        height: 42px;
        margin-right: 10px;
        background-size: 20px; } }

.error {
  text-align: center;
  padding-top: 4.16667vw;
  padding-bottom: 8.59375vw; }
  .error img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .error .t {
    font-size: 76px;
    line-height: 78px;
    color: #222;
    margin-top: 2.34375vw;
    font-weight: bold; }
  .error .t1 {
    font-size: 28px;
    line-height: 30px;
    color: #222;
    margin-top: 12px; }
  .error a {
    width: 147px;
    height: 43px;
    background-color: #d4a561;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 43px;
    color: #fff;
    font-weight: bold; }
  @media (max-width: 1200px) {
    .error .t {
      font-size: 50px;
      line-height: 52px; }
    .error .t1 {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1024px) {
    .error {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .error .t {
      font-size: 30px;
      line-height: 32px; }
    .error .t1 {
      font-size: 16px;
      line-height: 18px; } }

.product {
  padding-top: 14px;
  padding-bottom: 70px; }
  .product .conLeft {
    width: 355px;
    float: left;
    border-radius: 10px;
    overflow: hidden; }
    .product .conLeft .title {
      background-color: #050b0b;
      box-sizing: border-box;
      padding-left: 54px;
      width: 100%;
      font-size: 20px;
      line-height: 42px;
      color: #d4a561; }
    .product .conLeft .itemBox {
      background-color: #fff; }
      .product .conLeft .itemBox .item {
        padding-top: 4px;
        position: relative; }
        .product .conLeft .itemBox .item .icon {
          width: 33px;
          height: 33px;
          position: absolute;
          right: 0;
          top: 4px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("../images/jian.png");
          z-index: 5;
          cursor: pointer; }
          .product .conLeft .itemBox .item .icon.on {
            background-image: url("../images/jia.png"); }
        .product .conLeft .itemBox .item .tits {
          font-size: 14px;
          line-height: 33px;
          color: #333;
          padding-left: 50px;
          background-color: #f2f2f2;
          display: block;
          position: relative; }
          .product .conLeft .itemBox .item .tits i {
            width: 41px;
            height: 46px;
            position: absolute;
            left: 0;
            top: -4px;
            background-image: url("../images/tag1.png");
            background-size: cover;
            background-repeat: no-repeat; }
            .product .conLeft .itemBox .item .tits i span {
              width: 31px;
              height: 31px;
              position: absolute;
              background-color: #fff;
              border-radius: 100%;
              top: 6px;
              left: 4px;
              overflow: hidden; }
              .product .conLeft .itemBox .item .tits i span img {
                width: 90%;
                height: 90%;
                position: absolute;
                top: 5%;
                left: 5%;
                object-fit: contain; }
          .product .conLeft .itemBox .item .tits span {
            color: #d4a561; }
          .product .conLeft .itemBox .item .tits.on {
            background-color: #feebcf; }
        .product .conLeft .itemBox .item .tit {
          padding-left: 50px;
          padding-top: 2px;
          padding-bottom: 7px; }
          .product .conLeft .itemBox .item .tit a {
            font-size: 12px;
            line-height: 30px;
            color: #000;
            display: block; }
            .product .conLeft .itemBox .item .tit a span {
              color: #d4a561; }
            @media (min-width: 1024px) {
              .product .conLeft .itemBox .item .tit a:hover {
                color: #d4a561; } }
            .product .conLeft .itemBox .item .tit a.on {
              color: #d4a561; }
  .product .conRight {
    width: calc(100% - 355px - 40px);
    float: right; }
    .product .conRight .box {
      background-color: #fff;
      border-radius: 10px;
      width: 100%;
      padding: 14px 65px 15px 30px;
      box-sizing: border-box; }
      .product .conRight .box .title {
        font-size: 20px;
        line-height: 40px;
        color: #000;
        font-weight: bold;
        border-bottom: 2px solid #f3f3f3;
        position: relative; }
        .product .conRight .box .title span {
          display: block;
          position: relative;
          width: fit-content; }
          .product .conRight .box .title span:after {
            width: 100%;
            height: 4px;
            position: absolute;
            left: 0;
            bottom: -2px;
            content: '';
            background-color: #d4a561; }
      .product .conRight .box .wordBox {
        border-bottom: 1px solid #e7e6e6;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .product .conRight .box .wordBox .t {
          font-size: 12px;
          line-height: 32px; }
          .product .conRight .box .wordBox .t a {
            color: #000;
            margin-right: 10px; }
            .product .conRight .box .wordBox .t a.on {
              color: #d4a561; }
            @media (min-width: 1024px) {
              .product .conRight .box .wordBox .t a:hover {
                color: #d4a561; } }
        .product .conRight .box .wordBox .more {
          font-size: 12px;
          line-height: 32px;
          color: #000;
          padding-right: 15px;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../images/down.png");
          cursor: pointer; }
      .product .conRight .box .itemBox {
        padding-top: 8px; }
        .product .conRight .box .itemBox .item {
          margin-bottom: 11px; }
          .product .conRight .box .itemBox .item .tits {
            font-size: 14px;
            line-height: 20px;
            color: #333;
            font-weight: bold; }
          .product .conRight .box .itemBox .item .tit {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            margin-top: 6px;
            max-height: 135px;
            overflow: hidden; }
            .product .conRight .box .itemBox .item .tit a {
              background-color: #f4f4f4;
              border-radius: 3px;
              margin-right: 5px;
              margin-bottom: 5px;
              font-size: 12px;
              line-height: 30px;
              height: 30px;
              color: #848383;
              text-align: center;
              position: relative;
              overflow: hidden; }
              .product .conRight .box .itemBox .item .tit a:after {
                width: 25px;
                height: 17px;
                position: absolute;
                right: -1px;
                bottom: -1px;
                content: '';
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/sj2.png");
                opacity: 0; }
              @media (min-width: 1024px) {
                .product .conRight .box .itemBox .item .tit a:hover {
                  background-color: #feebcf; }
                  .product .conRight .box .itemBox .item .tit a:hover:after {
                    opacity: 1; } }
              .product .conRight .box .itemBox .item .tit a.on {
                background-color: #feebcf; }
                .product .conRight .box .itemBox .item .tit a.on:after {
                  opacity: 1; }
            .product .conRight .box .itemBox .item .tit.on {
              max-height: inherit; }
          .product .conRight .box .itemBox .item:nth-child(1) .tit {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      .product .conRight .box .xx a {
        float: right;
        border-radius: 10px;
        width: 127px;
        background-color: #fafafa;
        box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.26), inset 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 20px;
        color: #444343;
        justify-content: center; }
        .product .conRight .box .xx a img {
          margin-right: 7px; }
    .product .conRight .proList {
      margin-top: 13px; }
      .product .conRight .proList ul li {
        width: 32.2%;
        margin-right: 1.7%;
        margin-bottom: 22px; }
        .product .conRight .proList ul li:nth-child(4n) {
          margin-right: 1.7%; }
        .product .conRight .proList ul li:nth-child(3n) {
          margin-right: 0; }
  @media (max-width: 1490px) {
    .product .conRight .box .itemBox .item .tit {
      grid-template-columns: 1fr 1fr 1fr; }
    .product .conRight .box .itemBox .item:nth-child(1) .tit {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 1366px) {
    .product .conRight .box .itemBox .item:nth-child(1) .tit {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .product .conRight .box {
      padding-right: 35px; } }
  @media (max-width: 1150px) {
    .product .conLeft {
      display: none; }
    .product .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .product {
      padding-top: 0;
      padding-bottom: 30px; }
      .product .conRight .box {
        padding: 10px; }
        .product .conRight .box .title {
          font-size: 16px;
          line-height: 30px; }
      .product .conRight .box .wordBox .more {
        display: flex;
        align-items: center; }
      .product .conRight .box .itemBox .item .tit {
        grid-template-columns: 1fr 1fr !important; }
      .product .conRight .box .itemBox .item .tit a {
        font-size: 10px; }
      .product .conRight .proList ul li {
        width: 100%;
        float: none; } }

.about .box1 {
  padding-top: 14px;
  padding-bottom: 50px; }
  .about .box1 .con {
    width: 48.4%;
    float: left; }
    .about .box1 .con .tits {
      font-size: 30px;
      line-height: 32px;
      color: #020202;
      font-weight: bold;
      text-transform: uppercase; }
    .about .box1 .con .line {
      width: 67px;
      height: 2px;
      background-color: #8a1d22;
      margin-top: 15px; }
    .about .box1 .con .tit {
      font-size: 12px;
      line-height: 20px;
      color: #767676;
      margin-top: 15px; }
    .about .box1 .con .more {
      width: 196px;
      height: 42px;
      border: 1px solid #7f7e7e;
      display: flex;
      font-size: 12px;
      line-height: 40px;
      box-sizing: border-box;
      color: #000;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      margin-top: 20px; }
      .about .box1 .con .more:after {
        width: 300px;
        height: 300px;
        background-color: #910909;
        content: '';
        position: absolute;
        top: 360%;
        left: -50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: all 0.8s; }
      .about .box1 .con .more span {
        display: block;
        text-align: center;
        flex: 1;
        position: relative;
        z-index: 10; }
      .about .box1 .con .more i {
        width: 44px;
        height: 42px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-image: url("../images/icon2.png");
        border-left: 1px solid #7f7e7e;
        position: relative;
        z-index: 10; }
      @media (min-width: 1024px) {
        .about .box1 .con .more:hover {
          color: #fff;
          border-color: #910909; }
          .about .box1 .con .more:hover:after {
            top: 50%;
            left: 50%; }
          .about .box1 .con .more:hover i {
            border-color: #fff;
            background-image: url("../images/icon2_h.png"); } }
  .about .box1 .boxRight {
    width: 38.9%;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    position: relative; }
    .about .box1 .boxRight:after {
      width: 60%;
      height: 100%;
      background-color: #d4a561;
      content: '';
      position: absolute;
      top: -20px;
      right: -20px; }
    .about .box1 .boxRight .pic {
      width: 100%;
      height: 285px;
      position: relative;
      z-index: 5;
      cursor: pointer; }
      .about .box1 .boxRight .pic:after {
        width: 56px;
        height: 56px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/video.png");
        content: ''; }
      .about .box1 .boxRight .pic:before {
        width: 56px;
        height: 56px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -28px;
        margin-left: -28px;
        content: "";
        z-index: -1;
        border-radius: 100%;
        border: 5px solid #fff;
        box-sizing: border-box;
        animation: animationSignal;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        z-index: 10;
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
      .about .box1 .boxRight .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
  @media (max-width: 1200px) {
    .about .box1 .con .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .about .box1 {
      padding-top: 0;
      padding-bottom: 20px; }
      .about .box1 .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .about .box1 .con {
        width: 100%;
        float: none; }
        .about .box1 .con .line {
          margin-top: 10px; }
        .about .box1 .con .tit {
          margin-top: 8px; }
        .about .box1 .con .more {
          width: 126px;
          height: 36px;
          line-height: 34px;
          margin-top: 15px; }
          .about .box1 .con .more:after {
            left: -90%; }
          .about .box1 .con .more i {
            width: 34px;
            height: 34px;
            background-size: 12px auto; }
      .about .box1 .boxRight {
        width: 100%;
        float: none; }
        .about .box1 .boxRight:after {
          top: -10px;
          right: -10px; }
        .about .box1 .boxRight .pic {
          height: 25vh; } }
.about .box2 {
  background-color: #f7f7f7; }
  .about .box2 .itemBox {
    display: flex;
    justify-content: space-between;
    padding-top: 4.27083vw;
    padding-bottom: 2.86458vw; }
    .about .box2 .itemBox .item {
      width: 25%;
      text-align: center; }
      .about .box2 .itemBox .item .t {
        color: #910909;
        font-size: 60px;
        line-height: 44px; }
        .about .box2 .itemBox .item .t i {
          font-size: 14px; }
      .about .box2 .itemBox .item .t1 {
        font-size: 20px;
        line-height: 22px;
        color: #767676;
        margin-top: 30px; }
  @media (max-width: 1366px) {
    .about .box2 .itemBox .item .t {
      font-size: 46px;
      line-height: 30px; }
    .about .box2 .itemBox .item .t1 {
      font-size: 18px;
      line-height: 20px;
      margin-top: 20px; } }
  @media (max-width: 1200px) {
    .about .box2 .itemBox {
      flex-wrap: wrap; }
      .about .box2 .itemBox .item .t {
        font-size: 36px;
        line-height: 26px; }
      .about .box2 .itemBox .item .t1 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .about .box2 .itemBox .item {
      width: 33.33333%;
      margin-bottom: 15px; }
      .about .box2 .itemBox .item .t {
        font-size: 24px;
        line-height: 20px; }
      .about .box2 .itemBox .item .t1 {
        font-size: 13px;
        line-height: 15px;
        margin-top: 8px; } }
.about .box3 {
  padding-top: 60px;
  position: relative; }
  .about .box3 .lineBox {
    width: 100%;
    height: 7px;
    background-color: #d4a561;
    position: absolute;
    bottom: 0;
    left: 0; }
    .about .box3 .lineBox:after {
      width: 100%;
      height: 3px;
      background-color: #8a1d22;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ''; }
  .about .box3 .boxLeft {
    width: 40.4%;
    float: left; }
    .about .box3 .boxLeft .item {
      width: 33.33333%;
      float: left;
      transform-origin: 0 100%;
      transform: skewX(-22deg);
      overflow: hidden;
      height: 162px; }
      .about .box3 .boxLeft .item img {
        transform-origin: 0 100%;
        transform: skewX(22deg) translateX(-37%);
        height: 162px;
        position: absolute;
        left: 50%;
        top: 0; }
      .about .box3 .boxLeft .item:nth-child(1), .about .box3 .boxLeft .item:nth-child(2), .about .box3 .boxLeft .item:nth-child(3) {
        transform: skewX(-22deg) translateX(66px); }
  .about .box3 .con {
    width: 40.4%;
    float: left;
    margin-left: 7.2%;
    transform-origin: 0 100%;
    transform: skewX(-22deg);
    margin-top: -5px; }
    .about .box3 .con .tits {
      font-size: 30px;
      line-height: 32px;
      font-weight: bold;
      color: #000;
      transform: skewX(22deg); }
    .about .box3 .con .line {
      width: 65px;
      height: 2px;
      background-color: #8a1d22;
      margin-top: 14px; }
    .about .box3 .con .tit {
      font-size: 12px;
      line-height: 20px;
      color: #767676;
      margin-top: 15px; }
      .about .box3 .con .tit span {
        transform: skewX(22deg); }
    .about .box3 .con .tit1 a {
      font-size: 14px;
      transform: skewX(22deg);
      line-height: 38px;
      color: #000;
      padding-left: 24px;
      box-sizing: border-box;
      width: 50%;
      float: left;
      display: block;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../images/xin.png"); }
  .about .box3 .img {
    width: 14.3%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5; }
  @media (max-width: 1280px) {
    .about .box3 .con .tit1 a {
      font-size: 13px;
      line-height: 32px; }
    .about .box3 .con .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1100px) {
    .about .box3 .con {
      width: 46%;
      margin-left: 4%; } }
  @media (max-width: 960px) {
    .about .box3 {
      padding-top: 20px; }
      .about .box3 .boxLeft {
        width: 100%;
        float: none; }
        .about .box3 .boxLeft .item {
          transform: skewX(0) translateX(0) !important; }
          .about .box3 .boxLeft .item img {
            transform: skewX(0) translateX(-50%);
            left: 50%; }
      .about .box3 .con {
        float: none;
        width: 100%;
        margin-left: 0;
        transform: skewX(0);
        padding-bottom: 15px;
        margin-top: 15px; }
        .about .box3 .con .tits {
          transform: skewX(0);
          font-size: 18px;
          line-height: 20px; }
        .about .box3 .con .line {
          margin-top: 10px; }
        .about .box3 .con .tit {
          margin-top: 8px; }
        .about .box3 .con .tit1 a {
          transform: skewX(0);
          width: 100%;
          font-size: 12px;
          line-height: 26px; } }
.about .box4 {
  padding-top: 55px; }
  .about .box4 .con {
    width: 56.9%;
    float: left; }
    .about .box4 .con .tits {
      font-size: 30px;
      line-height: 32px;
      color: #000;
      font-weight: bold; }
    .about .box4 .con .line {
      width: 68px;
      height: 2px;
      background-color: #8a1d22;
      margin-top: 14px; }
    .about .box4 .con .tit {
      font-size: 12px;
      line-height: 20px;
      color: #767676;
      margin-top: 15px; }
    .about .box4 .con .tit1 {
      margin-top: 33px; }
      .about .box4 .con .tit1 .t {
        margin-bottom: 11px;
        display: flex;
        align-items: center; }
        .about .box4 .con .tit1 .t img {
          width: 52px;
          margin-right: 15px; }
        .about .box4 .con .tit1 .t .tt {
          flex: 1; }
          .about .box4 .con .tit1 .t .tt .ttt {
            font-size: 14px;
            line-height: 20px;
            color: #000; }
          .about .box4 .con .tit1 .t .tt .ttt1 {
            font-size: 12px;
            line-height: 20px;
            color: #767676; }
  .about .box4 .pic {
    float: right;
    width: 38.3%; }
  @media (max-width: 1200px) {
    .about .box4 .con .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .about .box4 {
      padding-top: 25px; }
      .about .box4 .con {
        width: 100%;
        float: none; }
      .about .box4 .pic {
        float: none;
        width: 100%;
        margin-top: 15px; }
      .about .box4 .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .about .box4 .con .line {
        margin-top: 10px; }
      .about .box4 .con .tit {
        margin-top: 8px; }
      .about .box4 .con .tit1 {
        margin-top: 15px; } }
.about .box5 {
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  background-color: #f7f7f7; }
  .about .box5 .boxLeft {
    width: 29.7%;
    height: 510px;
    background-image: url("../images/about_bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 1.30208vw 0 1.5625vw;
    color: #fff; }
    .about .box5 .boxLeft .tits {
      font-size: 30px;
      line-height: 32px;
      font-weight: bold; }
    .about .box5 .boxLeft .line {
      width: 57px;
      height: 2px;
      background-color: #be8d47;
      margin-top: 14px; }
    .about .box5 .boxLeft .tit {
      font-size: 12px;
      line-height: 20px;
      margin-top: 14px; }
  .about .box5 .picList {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4.5%;
    box-sizing: border-box; }
    .about .box5 .picList .item {
      width: 15.5%;
      margin: 25px 5.625% 25px 0; }
      .about .box5 .picList .item:nth-child(5n) {
        margin-right: 0; }
      .about .box5 .picList .item img {
        width: 100%; }
  @media (max-width: 1200px) {
    .about .box5 .boxLeft .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .about .box5 {
      display: block;
      margin: 25px auto 0; }
      .about .box5 .boxLeft {
        width: 100%;
        height: auto;
        padding: 20px 10px;
        background-position: left bottom; }
        .about .box5 .boxLeft .tits {
          font-size: 18px;
          line-height: 20px; }
        .about .box5 .boxLeft .line {
          margin-top: 10px; }
        .about .box5 .boxLeft .tit {
          margin-top: 8px; }
      .about .box5 .picList {
        width: 100%;
        justify-content: space-between;
        padding-top: 10px; }
        .about .box5 .picList .item {
          width: 48.5%;
          box-sizing: border-box;
          margin: 0;
          margin-bottom: 10px; } }
.about .box6 {
  background-color: #f7f7f7;
  margin-top: 55px;
  padding-bottom: 70px;
  padding-top: 46px; }
  .about .box6 .title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: bold; }
    .about .box6 .title span {
      display: inline-block;
      width: fit-content;
      border-bottom: 2px solid #8a1d22;
      padding-bottom: 10px; }
  .about .box6 .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between; }
    .about .box6 .itemBox .item {
      margin-bottom: 22px;
      border-radius: 5px;
      width: 49.2%;
      position: relative;
      height: 88px;
      box-shadow: 7.5px 12.99px 18px 0px rgba(186, 186, 186, 0.22);
      background-color: #fff;
      overflow: hidden; }
      .about .box6 .itemBox .item:after {
        width: 7.23958vw;
        height: 7.08333vw;
        background-size: cover;
        background-image: url("../images/o1.png");
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .about .box6 .itemBox .item .tits {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        height: 88px;
        font-weight: bold;
        padding-left: 30px;
        padding-right: 60px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        z-index: 5;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .about .box6 .itemBox .item .tits span {
          position: relative;
          z-index: 5; }
        .about .box6 .itemBox .item .tits i {
          width: 28px;
          height: 28px;
          position: absolute;
          right: 30px;
          top: 50%;
          margin-top: -14px;
          display: block;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/c1.png"); }
      .about .box6 .itemBox .item .con {
        padding: 0 40px 36px 30px;
        font-size: 12px;
        line-height: 20px;
        color: #767676;
        margin-top: -7px;
        display: none;
        position: relative;
        z-index: 5; }
        .about .box6 .itemBox .item .con:after {
          width: 5.57292vw;
          height: 3.17708vw;
          background-size: cover;
          background-image: url("../images/o2.png");
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0; }
      .about .box6 .itemBox .item.on {
        height: auto; }
        .about .box6 .itemBox .item.on:after {
          opacity: 1; }
        .about .box6 .itemBox .item.on .tits i {
          background-image: url("../images/c2.png"); }
        .about .box6 .itemBox .item.on .con:after {
          opacity: 1; }
  @media (max-width: 1200px) {
    .about .box6 .title {
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 768px) {
    .about .box6 {
      margin-top: 20px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .about .box6 .title {
        font-size: 18px;
        line-height: 24px; }
        .about .box6 .title span {
          padding-bottom: 3px; }
      .about .box6 .itemBox .item {
        width: 100%;
        margin-bottom: 10px;
        height: 50px; }
        .about .box6 .itemBox .item .tits {
          font-size: 13px;
          height: 50px;
          line-height: 16px;
          padding-left: 15px;
          padding-right: 42px; }
          .about .box6 .itemBox .item .tits i {
            right: 10px;
            width: 16px;
            height: 16px;
            margin-top: -8px; }
        .about .box6 .itemBox .item .con {
          padding: 0 15px 15px; } }

.productInfo {
  padding-bottom: 6px;
  margin-top: 14px; }
  .productInfo .box .boxLeft {
    width: 56.9%;
    float: left; }
    .productInfo .box .boxLeft .picBox {
      width: 100%;
      flex-direction: row-reverse;
      display: flex; }
    .productInfo .box .boxLeft .sImg {
      width: 106px;
      margin-right: 15px;
      height: 505px;
      overflow: hidden; }
      .productInfo .box .boxLeft .sImg .item {
        width: 100%;
        height: 93px;
        border: 1px solid #ffefd6;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
        background-color: #fff;
        box-sizing: border-box; }
        .productInfo .box .boxLeft .sImg .item:last-child {
          margin-bottom: 0; }
        .productInfo .box .boxLeft .sImg .item img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: contain; }
        .productInfo .box .boxLeft .sImg .item.on {
          border-color: #ba853d; }
    .productInfo .box .boxLeft .bImg {
      flex: 1;
      height: 505px;
      border: 1px solid #ffefd6;
      position: relative;
      background-color: #fff; }
      .productInfo .box .boxLeft .bImg .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain; }
      .productInfo .box .boxLeft .bImg .tt {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(186, 133, 61, 0.51); }
        .productInfo .box .boxLeft .bImg .tt a {
          display: flex;
          font-size: 18px;
          line-height: 32px;
          color: #fff;
          float: right;
          align-items: center;
          margin-right: 12px; }
          .productInfo .box .boxLeft .bImg .tt a img {
            margin-right: 9px; }
    .productInfo .box .boxLeft .conLeft {
      padding-top: 10px;
      width: 100%;
      margin-top: 18px; }
      .productInfo .box .boxLeft .conLeft .info {
        border-top: 1px solid #c9c9c9; }
        .productInfo .box .boxLeft .conLeft .info .item {
          border-bottom: 1px solid #c9c9c9;
          padding-top: 30px;
          padding-bottom: 36px; }
          .productInfo .box .boxLeft .conLeft .info .item .tits {
            font-size: 16px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .productInfo .box .boxLeft .conLeft .info .item .tit {
            margin-top: 20px; }
            .productInfo .box .boxLeft .conLeft .info .item .tit .t {
              width: 50%;
              float: left;
              display: flex;
              align-items: center; }
              .productInfo .box .boxLeft .conLeft .info .item .tit .t .tt {
                width: 158px;
                font-size: 12px;
                line-height: 20px;
                color: #222; }
                .productInfo .box .boxLeft .conLeft .info .item .tit .t .tt:nth-child(2) {
                  flex: 1; }
      .productInfo .box .boxLeft .conLeft .details {
        margin-top: 28px; }
        .productInfo .box .boxLeft .conLeft .details .tits {
          font-size: 16px;
          line-height: 20px;
          color: #000;
          font-weight: bold; }
        .productInfo .box .boxLeft .conLeft .details .tableBox {
          margin-top: 33px; }
          .productInfo .box .boxLeft .conLeft .details .tableBox table {
            width: 100%;
            border: 1px solid #e2e2e2;
            border-left: none;
            border-right: none; }
            .productInfo .box .boxLeft .conLeft .details .tableBox table tr th {
              background-color: #ddd;
              height: 36px;
              font-size: 14px;
              color: #000;
              text-align: left; }
            .productInfo .box .boxLeft .conLeft .details .tableBox table tr td {
              height: 27px;
              font-size: 12px;
              color: #000;
              border: 1px solid #ddd; }
              .productInfo .box .boxLeft .conLeft .details .tableBox table tr td:nth-child(1) {
                border-left: none; }
              .productInfo .box .boxLeft .conLeft .details .tableBox table tr td:last-child {
                border-right: none; }
            .productInfo .box .boxLeft .conLeft .details .tableBox table tr th, .productInfo .box .boxLeft .conLeft .details .tableBox table tr td {
              padding-left: 10px; }
      .productInfo .box .boxLeft .conLeft .conNew {
        width: 729px;
        max-width: 100%;
        margin-top: 35px; }
        .productInfo .box .boxLeft .conLeft .conNew .title {
          position: relative;
          width: 100%; }
          .productInfo .box .boxLeft .conLeft .conNew .title span {
            font-size: 26PX;
            line-height: 40PX;
            color: #FFF;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            font-family: 'DIN'; }
        .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox {
          margin-top: 20px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item {
            width: calc(50% - 3.5px);
            background-color: #f5e5cf;
            padding: 0 7px;
            box-sizing: border-box;
            margin-bottom: 7px; }
            .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item .tits {
              text-align: center;
              font-size: 17px;
              line-height: 30px;
              color: #333;
              text-transform: uppercase;
              position: relative; }
              .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item .tits:after {
                width: 10px;
                height: 9px;
                background-size: cover;
                background-image: url("../images/sj3.png");
                left: 50%;
                margin-left: -5px;
                content: '';
                background-repeat: no-repeat;
                bottom: -3px;
                position: absolute; }
            .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item dl {
              flex-wrap: wrap;
              display: flex;
              justify-content: space-between;
              margin-top: 7px; }
              .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item dl dd {
                width: calc(50% - 3.5px);
                margin-bottom: 9px;
                height: 0;
                padding-bottom: 27.5%;
                position: relative;
                overflow: hidden; }
                .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item dl dd img {
                  width: 100%;
                  position: absolute;
                  height: 100%;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
        .productInfo .box .boxLeft .conLeft .conNew .ass {
          margin-top: 15px; }
          .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox {
            margin-top: 14px; }
            .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item {
              display: flex;
              flex-direction: row-reverse;
              margin-bottom: 12px; }
              .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .pic {
                width: 44.3%;
                position: relative; }
                .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .pic img {
                  position: absolute;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  object-fit: cover; }
              .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon {
                flex: 1;
                margin-right: 12px; }
                .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon .con {
                  color: #fff;
                  padding: 10px 22px 10px 12px;
                  background-color: #99561b;
                  color: #fff;
                  position: relative; }
                  .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon .con:last-child {
                    color: #333;
                    background-color: #f7ead8;
                    margin-top: 15px; }
                  .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon .con .num {
                    font-size: 20px;
                    position: absolute;
                    top: 10px;
                    right: 2px; }
                  .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon .con .t {
                    font-size: 20px;
                    line-height: 22px; }
                  .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon .con .t1 {
                    font-size: 10px;
                    line-height: 12px;
                    margin-top: 8px; }
              .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item:nth-child(2n) {
                flex-direction: row; }
                .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item:nth-child(2n) .itemCon {
                  margin-left: 12px;
                  margin-right: 0; }
        .productInfo .box .boxLeft .conLeft .conNew .oca {
          margin-top: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew {
            margin-top: 14px;
            padding-bottom: 125px; }
            .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl {
              padding: 25px 9px 0; }
              .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd {
                width: 14.1%;
                margin-right: 3.08%;
                float: left; }
                .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd:last-child {
                  margin-right: 0; }
                .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd .img {
                  border: 1px solid #f2f2f2;
                  width: 100%;
                  position: relative;
                  height: 0;
                  padding-bottom: 140%; }
                  .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd .img:after {
                    width: 100%;
                    height: 2px;
                    background-color: #4f266b;
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    content: ''; }
                  .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
                .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd .t {
                  text-align: center;
                  font-family: 'DIN';
                  color: #fff;
                  font-size: 13px;
                  line-height: 15px;
                  margin-top: 9px; }
            .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew .cc {
              width: 363px;
              position: relative;
              margin-top: 17px; }
              .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew .cc ul {
                position: absolute;
                width: 100%;
                left: 15px;
                top: 0;
                padding-top: 22px; }
                .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew .cc ul li {
                  width: 45%;
                  float: left;
                  display: flex;
                  align-items: center;
                  font-size: 10px;
                  line-height: 14px;
                  color: #351900;
                  height: 28px;
                  padding: 10px 0; }
                  .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew .cc ul li:nth-child(2n) {
                    width: 55%; }
                  .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew .cc ul li span {
                    font-size: 13px;
                    font-weight: bold; }
                  .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew .cc ul li img {
                    width: 25px;
                    margin-right: 4px; }
        .productInfo .box .boxLeft .conLeft .conNew .ec {
          margin-top: 22px; }
          .productInfo .box .boxLeft .conLeft .conNew .ec .list {
            margin-top: 20px; }
            .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li {
              width: 23.6%;
              float: left;
              margin-right: 1.8%;
              margin-bottom: 12px;
              background-color: #f1f1f1;
              padding-bottom: 6px; }
              .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li:nth-child(4n) {
                margin-right: 0; }
              .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li .pic {
                width: 100%;
                height: 0;
                padding-bottom: 66.3%;
                position: relative;
                overflow: hidden; }
                .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
              .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li p {
                font-size: 9px;
                line-height: 11px;
                color: #333;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 0 5px;
                margin-top: 8px; }
        .productInfo .box .boxLeft .conLeft .conNew .gpr {
          margin-top: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .gpr .pic {
            margin-top: 15px; }
            .productInfo .box .boxLeft .conLeft .conNew .gpr .pic img {
              display: block;
              max-width: 100%;
              margin: 0 auto; }
        .productInfo .box .boxLeft .conLeft .conNew .otf {
          margin-top: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox {
            margin-top: 20px; }
            .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item {
              display: flex;
              align-items: center;
              width: 100%;
              margin-bottom: 15px; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .pic {
                width: 50%;
                display: flex; }
                .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .pic .img {
                  flex: 1; }
                  .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .pic .img:nth-child(2) {
                    margin-left: 13px; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .con {
                width: 50%;
                padding: 0 30px;
                box-sizing: border-box; }
                .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .con .t {
                  font-size: 20px;
                  line-height: 22px;
                  color: #000;
                  margin-bottom: 15px; }
                .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .con .t1 {
                  font-size: 10px;
                  line-height: 12px;
                  color: #4c4c4c; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item:nth-child(2) {
                flex-direction: row-reverse; }
          .productInfo .box .boxLeft .conLeft .conNew .otf .item1 {
            background-color: #e79e3a;
            padding: 12px;
            box-sizing: border-box;
            overflow: hidden; }
            .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .pic .img {
              width: 23.6%;
              float: left;
              margin-right: 1.8%; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .pic .img:last-child {
                margin-right: 0; }
            .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox {
              display: flex;
              align-items: center;
              color: #000;
              margin-top: 15px;
              justify-content: space-between; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t {
                font-size: 20px;
                line-height: 22px;
                width: 27.1%; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1 {
                font-size: 10px;
                line-height: 12px;
                color: #000;
                width: 32.2%; }
                .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1 .tt {
                  padding-left: 9px;
                  box-sizing: border-box;
                  height: 24px;
                  margin-bottom: 12px;
                  position: relative; }
                  .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1 .tt:after {
                    border-radius: 100%;
                    width: 6px;
                    height: 6px;
                    background-color: #000;
                    position: absolute;
                    top: 3px;
                    left: 0;
                    content: ''; }
                  .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1 .tt:last-child {
                    margin-bottom: 0; }
                .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1:nth-child(3) {
                  width: 34.2%;
                  float: right;
                  margin-right: 2.7%; }
  .productInfo .box .boxRight {
    width: 39.3%;
    float: right;
    position: sticky;
    top: 127px; }
    .productInfo .box .boxRight .rightCon {
      width: 100%;
      background-color: #fff7eb;
      box-shadow: 2.5px 4.33px 6px 0px rgba(181, 181, 181, 0.64);
      border-radius: 10px;
      padding: 26px 3.33333vw 20px;
      box-sizing: border-box; }
      .productInfo .box .boxRight .rightCon .tits {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-weight: bold;
        height: 48px; }
      .productInfo .box .boxRight .rightCon .tit .item {
        border-bottom: 1px solid #848484;
        font-size: 14px;
        line-height: 25px;
        padding-top: 13px;
        padding-bottom: 11px; }
        .productInfo .box .boxRight .rightCon .tit .item:last-child {
          border-bottom: none; }
        .productInfo .box .boxRight .rightCon .tit .item .t {
          display: flex;
          align-items: center; }
          .productInfo .box .boxRight .rightCon .tit .item .t .tt {
            width: 60%; }
            .productInfo .box .boxRight .rightCon .tit .item .t .tt:nth-child(1) {
              width: 40%; }
        .productInfo .box .boxRight .rightCon .tit .item:nth-child(1) {
          padding-top: 3px;
          padding-bottom: 2px; }
      .productInfo .box .boxRight .rightCon .share {
        margin-top: 9px; }
        .productInfo .box .boxRight .rightCon .share a {
          width: 33px;
          display: block;
          margin-right: 14px;
          float: left; }
      .productInfo .box .boxRight .rightCon .buts {
        display: flex;
        justify-content: space-between;
        margin-top: 26px; }
        .productInfo .box .boxRight .rightCon .buts a {
          width: 200px;
          height: 34px;
          border-radius: 5px;
          background-color: #ba853d;
          display: flex;
          justify-content: center;
          color: #fff;
          font-size: 16px;
          line-height: 34px;
          font-weight: bold;
          align-items: center; }
          .productInfo .box .boxRight .rightCon .buts a img {
            margin-right: 9px; }
    .productInfo .box .boxRight .top {
      width: 100%;
      padding: 1.97917vw 3.33333vw 1.66667vw;
      float: right;
      box-sizing: border-box;
      background-color: #fff7eb;
      border-radius: 10px;
      box-shadow: 2.5px 4.33px 6px 0px rgba(181, 181, 181, 0.64);
      margin-top: 18px; }
      .productInfo .box .boxRight .top img {
        height: 56px;
        display: block;
        margin: 0 auto; }
      .productInfo .box .boxRight .top .t1 {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        margin-top: 25px; }
      .productInfo .box .boxRight .top .t {
        font-size: 12px;
        line-height: 17px;
        color: #222;
        margin-top: 15px; }
      .productInfo .box .boxRight .top .tit {
        margin-top: 20px; }
        .productInfo .box .boxRight .top .tit .c {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #333; }
        .productInfo .box .boxRight .top .tit .c1 {
          margin-top: 8px; }
          .productInfo .box .boxRight .top .tit .c1 a {
            font-size: 10px;
            line-height: 24px;
            border: 1px solid #c3bdb4;
            margin-bottom: 8px;
            padding: 0 5px;
            display: inline-block;
            color: #000;
            margin-right: 3px; }
            @media (min-width: 1024px) {
              .productInfo .box .boxRight .top .tit .c1 a:hover {
                background-color: #ba853d;
                border-color: #ba853d;
                color: #fff; } }
      .productInfo .box .boxRight .top .tit1 {
        margin-top: 10px; }
        .productInfo .box .boxRight .top .tit1 .tx {
          font-size: 12px;
          line-height: 16px;
          color: #000;
          display: flex; }
          .productInfo .box .boxRight .top .tit1 .tx span {
            color: #ba853d; }
          .productInfo .box .boxRight .top .tit1 .tx a {
            color: #ba853d;
            margin-left: 12px; }
  .productInfo .hotList {
    margin-top: 25px; }
    .productInfo .hotList .title {
      font-size: 16px;
      line-height: 18px;
      color: #000;
      font-weight: bold; }
    .productInfo .hotList .proList {
      margin-top: 20px; }
      .productInfo .hotList .proList ul li {
        margin-bottom: 28px; }
  @media (max-width: 1400px) {
    .productInfo .box .boxRight .rightCon .buts a {
      font-size: 14px;
      width: 180px; } }
  @media (max-width: 1366px) {
    .productInfo .box .boxLeft .conLeft .conNew .title span {
      font-size: 20px;
      line-height: 22px;
      height: 73%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 1280px) {
    .productInfo .box .boxLeft .bImg .tt a {
      font-size: 16px; }
    .productInfo .box .boxRight .tit .item {
      font-size: 13px;
      line-height: 22px; }
    .productInfo .box .boxLeft .bImg {
      height: 455px; }
    .productInfo .box .boxLeft .sImg .item {
      height: 82px; }
    .productInfo .box .boxRight .rightCon .buts a {
      font-size: 13px;
      width: 160px; } }
  @media (max-width: 1200px) {
    .productInfo .box .boxRight .rightCon {
      padding: 20px; }
    .productInfo .box .boxRight .top {
      padding: 15px 20px 20px; }
    .productInfo .hotList .proList ul li {
      width: 31%;
      margin-right: 3.5%; }
      .productInfo .hotList .proList ul li:nth-child(4n) {
        margin-right: 3.5%; }
      .productInfo .hotList .proList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .productInfo {
      padding-top: 0; }
      .productInfo .box {
        display: block; }
        .productInfo .box .boxLeft {
          width: 100%;
          display: block;
          float: none; }
          .productInfo .box .boxLeft .picBox {
            display: block; }
          .productInfo .box .boxLeft .bImg {
            height: 68vw; }
          .productInfo .box .boxLeft .sImg {
            margin-top: 10px;
            width: 100%;
            height: auto; }
            .productInfo .box .boxLeft .sImg .item {
              width: 18.4%;
              margin-right: 2%;
              float: left;
              box-sizing: border-box;
              height: 60px;
              margin-bottom: 0; }
              .productInfo .box .boxLeft .sImg .item:last-child {
                margin-right: 0; }
        .productInfo .box .boxRight {
          width: 100%;
          margin-top: 15px;
          float: none;
          position: relative;
          top: auto; }
          .productInfo .box .boxRight .rightCon {
            padding: 10px; }
            .productInfo .box .boxRight .rightCon .tits {
              height: auto;
              margin-bottom: 10px; }
            .productInfo .box .boxRight .rightCon .tit .item {
              font-size: 12px;
              line-height: 20px; }
            .productInfo .box .boxRight .rightCon .share a {
              width: 26px;
              margin-right: 6px; }
            .productInfo .box .boxRight .rightCon .buts {
              margin-top: 10px; }
          .productInfo .box .boxRight .top {
            margin-top: 10px; } }
  @media (max-width: 768px) {
    .productInfo .box .boxLeft .conLeft .info .item {
      padding: 10px 0; }
      .productInfo .box .boxLeft .conLeft .info .item .tit {
        margin-top: 10px; }
    .productInfo .box .boxLeft .conLeft .info .item .tit .t {
      width: 100%; }
    .productInfo .box .boxLeft .conLeft .details {
      margin-top: 10px; }
    .productInfo .box .boxLeft .conLeft .details .tableBox {
      margin-top: 10px;
      width: 100%;
      overflow-x: auto; }
    .productInfo .box .boxLeft .conLeft .conNew {
      margin-top: 15px; }
      .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox {
        margin-top: 10px; }
        .productInfo .box .boxLeft .conLeft .conNew .ps .itemBox .item {
          width: 100%; }
      .productInfo .box .boxLeft .conLeft .conNew .ass {
        margin-top: 5px; }
        .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox {
          margin-top: 5px; }
          .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item {
            display: block;
            margin-bottom: 5px; }
            .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .pic {
              width: 100%;
              height: 40vw; }
            .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon {
              margin: 10px 0 0 !important; }
              .productInfo .box .boxLeft .conLeft .conNew .ass .itemBox .item .itemCon .con:last-child {
                margin-top: 5px; }
      .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew {
        margin-top: 10px; }
        .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd {
          width: 31%;
          margin-right: 3.5%;
          margin-bottom: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .oca .ocaNew dl dd:nth-child(3n) {
            margin-right: 0; }
      .productInfo .box .boxLeft .conLeft .conNew .ec {
        margin-top: 10px; }
        .productInfo .box .boxLeft .conLeft .conNew .ec .list {
          margin-top: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li {
            width: 48.5%;
            margin-right: 3%; }
            .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li:nth-child(4n) {
              margin-right: 3%; }
            .productInfo .box .boxLeft .conLeft .conNew .ec .list ul li:nth-child(2n) {
              margin-right: 0; }
      .productInfo .box .boxLeft .conLeft .conNew .otf {
        margin-top: 0; }
        .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox {
          margin-top: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item {
            display: block; }
            .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .pic {
              width: 100%; }
            .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .con {
              padding: 10px 0;
              width: 100%; }
              .productInfo .box .boxLeft .conLeft .conNew .otf .itemBox .item .con .t {
                margin-bottom: 5px; }
        .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .pic .img {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 10px; }
          .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .pic .img:nth-child(2n) {
            margin-right: 0; }
        .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox {
          display: block;
          margin-top: 0; }
          .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t {
            width: 100%; }
          .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1 {
            width: 100% !important;
            margin-right: 0 !important;
            height: auto;
            margin-top: 10px; }
            .productInfo .box .boxLeft .conLeft .conNew .otf .item1 .conBox .t1 .tt {
              height: auto;
              margin-bottom: 5px; }
    .productInfo .hotList .proList ul li {
      width: 100%;
      margin-bottom: 10px;
      float: none; }
    .productInfo .box .boxLeft .bImg .tt a {
      font-size: 13px; } }

.brandInfo_tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(185, 185, 185, 0.45);
  display: none; }
  .brandInfo_tk .box {
    width: 1000px;
    max-width: 92%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2.08333vw 3.33333vw;
    box-sizing: border-box; }
    .brandInfo_tk .box .close {
      width: 19px;
      height: 19px;
      position: absolute;
      right: 2.08333vw;
      top: 2.08333vw;
      display: block; }
    .brandInfo_tk .box .title {
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      border-bottom: 2px solid #d7d7d7;
      padding-bottom: 1.30208vw;
      font-weight: bold; }
    .brandInfo_tk .box .tabs {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5.20833vw;
      margin-top: 1.5625vw; }
      .brandInfo_tk .box .tabs a {
        width: fit-content;
        padding: 0 2.39583vw;
        border-radius: 15px;
        height: 30px;
        font-size: 14px;
        color: #615e59;
        line-height: 30px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 1.04167vw;
        background-color: #ececec; }
        .brandInfo_tk .box .tabs a:last-child {
          margin-right: 0; }
        .brandInfo_tk .box .tabs a.on {
          color: #b67b24; }
        @media (min-width: 1024px) {
          .brandInfo_tk .box .tabs a:hover {
            color: #b67b24; } }
    .brandInfo_tk .box .picBox {
      margin-top: 1.35417vw; }
      .brandInfo_tk .box .picBox .picList {
        width: 100%;
        padding: 0 5.20833vw;
        box-sizing: border-box;
        position: relative;
        display: none; }
        .brandInfo_tk .box .picBox .picList .a {
          width: 36px;
          position: absolute;
          display: block;
          top: 40%; }
          .brandInfo_tk .box .picBox .picList .a.prev {
            left: 0; }
          .brandInfo_tk .box .picBox .picList .a.next {
            right: 0; }
        .brandInfo_tk .box .picBox .picList .bigList {
          width: 100%;
          position: relative; }
          .brandInfo_tk .box .picBox .picList .bigList ul li {
            width: 100%;
            height: 26.30208vw;
            border: 1px solid #d4a561;
            box-sizing: border-box;
            position: relative; }
            .brandInfo_tk .box .picBox .picList .bigList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: contain; }
            .brandInfo_tk .box .picBox .picList .bigList ul li video {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              background-color: #000; }
          .brandInfo_tk .box .picBox .picList .bigList .btns {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            width: 100%;
            z-index: 10;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center; }
        .brandInfo_tk .box .picBox .picList .sList {
          margin-top: 1.04167vw; }
          .brandInfo_tk .box .picBox .picList .sList ul li {
            width: 19.3%;
            float: left;
            margin-right: 0.875%;
            box-sizing: border-box;
            height: 5.05208vw;
            border: 1px solid #d4a561;
            position: relative;
            cursor: pointer; }
            .brandInfo_tk .box .picBox .picList .sList ul li:last-child {
              margin-right: 0; }
            .brandInfo_tk .box .picBox .picList .sList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: contain; }
            .brandInfo_tk .box .picBox .picList .sList ul li video {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .brandInfo_tk .box .picBox .picList .sList ul li.swiper-slide-thumb-active {
              border-color: #a81f25; }
  @media (max-width: 1600px) {
    .brandInfo_tk .box .tabs a {
      padding: 0 15px; } }
  @media (max-width: 768px) {
    .brandInfo_tk .box .tabs {
      padding: 0;
      margin-top: 10px; }
      .brandInfo_tk .box .tabs a {
        font-size: 12px;
        padding: 0 5px; }
    .brandInfo_tk .box .picBox .picList {
      padding: 0; }
    .brandInfo_tk .box .picBox .picList .bigList ul li {
      padding-bottom: 75%;
      height: 0; }
    .brandInfo_tk .box .picBox .picList .sList ul li {
      height: 58px; }
    .brandInfo_tk .box .picBox .picList .a {
      z-index: 10;
      width: 24px; }
    .brandInfo_tk .box .close {
      width: 12px;
      height: 12px; } }

.videoBox1 {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none; }
  .videoBox1 .video {
    width: 66.66667vw;
    height: 31.25vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoBox1 .video video {
      width: 100%;
      height: 100%; }
    .videoBox1 .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #e1b26c;
      cursor: pointer; }
      .videoBox1 .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: ''; }
      .videoBox1 .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) {
    .videoBox1 .video {
      width: 100%;
      height: 100%; }
      .videoBox1 .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoBox1 .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoBox1 .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.returnTop {
  width: 40px;
  height: 40px;
  background-color: #ececec;
  position: fixed;
  left: 50%;
  margin-left: 718px;
  display: flex;
  background-image: url("../images/top.png");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 50px;
  display: none; }
  @media (max-width: 1540px) {
    .returnTop {
      left: auto;
      margin-left: 0;
      right: 10px; } }
  @media (min-width: 1024px) {
    .returnTop:hover {
      background-color: #d4a561; } }

/*# sourceMappingURL=style.css.map */
