.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box;
  background-color: #f7f7f7; }

.w1290 {
  width: 1290px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

#translate {
  display: none; }

.hoverPic a .pic {
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.videoItem {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }
  .videoItem .video {
    width: 62.5vw;
    height: 35.15625vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoItem .video video {
      width: 100%;
      height: 100%; }
    .videoItem .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #e1701f;
      cursor: pointer; }
      .videoItem .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoItem .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.index-banner {
  position: relative;
  width: 100%; }
  .index-banner ul li a {
    width: 100%;
    display: block;
    height: auto;
    position: relative; }
    .index-banner ul li a .con {
      width: 100%;
      position: absolute;
      top: 18%;
      left: 0;
      font-size: 2.23958vw;
      line-height: 2.86458vw;
      text-align: center;
      color: #fff;
      font-weight: bold; }
  .index-banner ul li[data-swiper-slide-index="0"] a .con {
    line-height: 3.54167vw;
    color: #ff710a; }
    .index-banner ul li[data-swiper-slide-index="0"] a .con span {
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/banner_bg.png");
      background-size: auto 3.02083vw;
      color: #fff; }
  .index-banner ul li[data-swiper-slide-index="2"] a .con {
    color: #ff710a; }
    .index-banner ul li[data-swiper-slide-index="2"] a .con span {
      color: #494949; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      border-radius: 100%;
      opacity: 0.57;
      background-color: #000;
      display: block;
      cursor: pointer;
      margin: 0 6px; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1; }
  @media (max-width: 1024px) {
    .index-banner .btns span {
      margin: 0 3px; } }
  @media (max-width: 768px) {
    .index-banner ul li a .con {
      font-size: 14px;
      line-height: 20px !important; }
    .index-banner ul li[data-swiper-slide-index="0"] a .con {
      line-height: 22px !important; }
      .index-banner ul li[data-swiper-slide-index="0"] a .con span {
        background-size: auto 22px; } }

.headerBox .header {
  position: relative;
  width: 100%; }
  .headerBox .header .headerTop {
    width: 100%;
    height: auto;
    background-color: #f7f7f7; }
    .headerBox .header .headerTop .w1290 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 88px; }
      .headerBox .header .headerTop .w1290 .logo {
        width: 218px;
        height: auto;
        display: block; }
      .headerBox .header .headerTop .w1290 .topRight {
        display: flex;
        align-items: center; }
        .headerBox .header .headerTop .w1290 .topRight .t {
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 30px;
          color: #222;
          margin-right: 75px;
          position: relative; }
          .headerBox .header .headerTop .w1290 .topRight .t:after {
            width: 1px;
            height: 18px;
            background-color: #999;
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -9px;
            right: -37px; }
          .headerBox .header .headerTop .w1290 .topRight .t img {
            margin-right: 3px; }
        .headerBox .header .headerTop .w1290 .topRight .lan {
          position: relative;
          cursor: pointer; }
          .headerBox .header .headerTop .w1290 .topRight .lan .tits {
            align-items: center;
            display: flex;
            font-size: 12px;
            line-height: 30px;
            color: #222; }
            .headerBox .header .headerTop .w1290 .topRight .lan .tits span {
              margin-left: 6px;
              margin-right: 4px; }
          .headerBox .header .headerTop .w1290 .topRight .lan #select {
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            opacity: 0; }
        .headerBox .header .headerTop .w1290 .topRight .navClick {
          display: none;
          width: 22px;
          height: 18px;
          margin-left: 15px; }
          .headerBox .header .headerTop .w1290 .topRight .navClick span {
            width: 100%;
            height: 2px;
            background-color: #333;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox .header .headerTop .w1290 .topRight .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox .header .headerTop .w1290 .topRight .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox .header .headerTop .w1290 .topRight .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox .header .headerTop .w1290 .topRight .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
  .headerBox .header .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50; }
    .headerBox .header .nav .w1290 {
      background-color: #fff;
      display: flex; }
      .headerBox .header .nav .w1290 ul {
        flex: 1;
        display: flex;
        justify-content: space-between; }
        .headerBox .header .nav .w1290 ul li {
          position: relative;
          flex-grow: 1; }
          .headerBox .header .nav .w1290 ul li .tits {
            font-size: 15px;
            line-height: 64px;
            font-weight: bold;
            width: 100%;
            display: block;
            color: #222;
            white-space: nowrap;
            text-align: center;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav .w1290 ul li .tits img {
              margin-left: 5px; }
          .headerBox .header .nav .w1290 ul li dl {
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            position: absolute;
            -webkit-transition: all .35s;
            transition: all .35s;
            -moz-transition: all .35s;
            -ms-transition: all .35s;
            top: 100%;
            z-index: 99;
            margin-top: -1px;
            -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
            box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
            -webkit-transition: all .35s;
            transition: all .35s;
            -moz-transition: all .35s;
            -ms-transition: all .35s;
            width: 200px;
            padding: 10px 15px;
            left: -10px;
            background: #fff;
            list-style-type: none;
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box; }
            .headerBox .header .nav .w1290 ul li dl:after {
              content: '';
              position: absolute;
              bottom: 100%;
              left: 32px;
              width: 16px;
              height: 16px;
              border-width: 8px;
              border-style: solid;
              border-color: transparent transparent #fff;
              display: block;
              box-sizing: border-box; }
            .headerBox .header .nav .w1290 ul li dl dd {
              background: 0 0;
              position: relative;
              text-align: left;
              border-bottom: 1px solid #e9e9ee;
              padding: 6px 0; }
              .headerBox .header .nav .w1290 ul li dl dd a {
                display: block;
                line-height: 21px;
                padding: 0.52083vw 0;
                font-size: 14px;
                position: relative;
                color: #666; }
                @media (min-width: 1024px) {
                  .headerBox .header .nav .w1290 ul li dl dd a:hover {
                    color: #b29c87; } }
          .headerBox .header .nav .w1290 ul li.on .tits {
            color: #e1701f; }
          @media (min-width: 1024px) {
            .headerBox .header .nav .w1290 ul li:hover dl {
              top: 100%;
              opacity: 1;
              filter: alpha(opacity=100);
              visibility: visible;
              height: auto;
              opacity: 1;
              filter: alpha(opacity=100);
              display: block;
              -webkit-transform: rotateX(0);
              transform: rotateX(0); } }
      .headerBox .header .nav .w1290 .searchClick {
        width: 68px;
        height: 64px;
        background-color: #e1701f;
        display: flex;
        justify-content: center;
        align-items: center; }
    .headerBox .header .nav .headerSearch {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      -moz-transition: all .35s;
      -ms-transition: all .35s;
      left: 0;
      list-style-type: none;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      box-sizing: border-box;
      z-index: 5; }
      .headerBox .header .nav .headerSearch.on {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        -webkit-transform: rotateX(0);
        transform: rotateX(0); }
      .headerBox .header .nav .headerSearch .w1290 {
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        flex-direction: row-reverse;
        background-color: rgba(0, 0, 0, 0.9); }
        .headerBox .header .nav .headerSearch .w1290 .search {
          width: 300px;
          height: 38px;
          box-sizing: border-box;
          border: 1px solid #fff;
          border-radius: 10px;
          display: flex;
          margin-right: 20px; }
          .headerBox .header .nav .headerSearch .w1290 .search .text {
            flex: 1;
            padding-left: 0;
            font-size: 16px;
            color: #fff;
            border: none;
            background: none; }
          .headerBox .header .nav .headerSearch .w1290 .search .submit {
            width: 50px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav .headerSearch .w1290 .search .submit img {
              width: 18px; }
          .headerBox .header .nav .headerSearch .w1290 .search .searchClose {
            width: 36px;
            height: 36px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav .headerSearch .w1290 .search .searchClose img {
              width: 14px; }
  .headerBox .header.on .nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 50;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .headerBox .header.on .nav .headerSearch {
      background-color: rgba(0, 0, 0, 0.9); }
      .headerBox .header.on .nav .headerSearch .w1290 {
        background: none; }
@media (max-width: 1200px) {
  .headerBox .header .headerTop .w1290 .topRight .t {
    margin-right: 40px; }
    .headerBox .header .headerTop .w1290 .topRight .t:after {
      right: -20px; }
  .headerBox .header .nav .w1290 ul li .tits {
    font-size: 13px; } }
@media (max-width: 1024px) {
  .headerBox {
    height: 50px; }
    .headerBox .header {
      position: fixed;
      z-index: 50;
      top: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .headerBox .header .headerTop .w1290 {
        height: 50px; }
        .headerBox .header .headerTop .w1290 .logo {
          width: 160px; }
        .headerBox .header .headerTop .w1290 .topRight .t {
          display: none; }
        .headerBox .header .headerTop .w1290 .topRight .navClick {
          display: block; }
      .headerBox .header .nav {
        display: none;
        width: 100%;
        position: fixed;
        top: 50px !important;
        height: calc(100vh - 50px);
        background: none !important;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        display: none;
        margin-left: 0;
        z-index: 50; }
        .headerBox .header .nav .w1290 {
          width: 100%;
          height: 100%;
          display: block;
          max-width: 100%;
          background: none; }
          .headerBox .header .nav .w1290 ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            padding-top: 20px;
            background-color: #f7f7f7; }
            .headerBox .header .nav .w1290 ul li {
              float: none;
              background: none !important;
              margin-right: 0; }
              .headerBox .header .nav .w1290 ul li .tits {
                font-size: 16px;
                line-height: 46px;
                height: auto !important;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000 !important;
                background: none !important;
                font-weight: normal;
                text-align: left;
                padding-right: 20px;
                display: flex;
                justify-content: space-between;
                align-items: center; }
                .headerBox .header .nav .w1290 ul li .tits:after {
                  display: none !important; }
              .headerBox .header .nav .w1290 ul li dl {
                width: 100%;
                position: relative;
                opacity: 1;
                top: 0;
                padding: 0;
                visibility: initial;
                box-shadow: none;
                transform: rotateX(0);
                display: none;
                left: 0; }
                .headerBox .header .nav .w1290 ul li dl:after {
                  display: none; }
                .headerBox .header .nav .w1290 ul li dl dd {
                  border-bottom: none;
                  padding: 0; }
                  .headerBox .header .nav .w1290 ul li dl dd a {
                    color: #000;
                    font-size: 14px;
                    line-height: 36px;
                    padding: 0 0 0 30px;
                    box-sizing: border-box; } }

.indexTitle {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #222;
  font-weight: bold; }
  .indexTitle span {
    color: #e1701f; }
  @media (max-width: 1366px) {
    .indexTitle {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .indexTitle {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .indexTitle {
      font-size: 20px;
      line-height: 24px; } }

.indexMore {
  width: 130px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #42038e;
  position: relative;
  display: block;
  overflow: hidden; }
  .indexMore span {
    width: 120px;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    background-color: #42038e;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
  @media (min-width: 1024px) {
    .indexMore:hover span {
      width: 128px;
      height: 43px;
      top: 0;
      left: 0; } }

.index .box1 {
  padding-top: 40px;
  overflow: hidden; }
  .index .box1 a {
    width: 12.5%;
    background-color: #efefef;
    display: block;
    padding-bottom: 13%;
    height: 0;
    position: relative;
    float: left;
    transform: skewX(-7.5deg);
    transform-origin: 100% 100%;
    overflow: hidden;
    transition: 0.2s ease; }
    .index .box1 a img {
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .index .box1 a:nth-child(2n) {
      background-color: #fff; }
    .index .box1 a:nth-child(1) {
      width: 13.3%;
      transform: skewX(0);
      -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
      margin-left: 0;
      border-radius: 10px 0 0 10px; }
      .index .box1 a:nth-child(1) img {
        left: 0;
        transform: translateX(0); }
      .index .box1 a:nth-child(1) .con {
        transform: skewX(0); }
    .index .box1 a:nth-child(2) {
      margin-left: -1.7%; }
    .index .box1 a:last-child {
      width: 13.4%;
      transform: skewX(0);
      -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
      border-radius: 0 10px 10px 0; }
      .index .box1 a:last-child img {
        left: auto;
        right: 0;
        transform: translateX(0); }
      .index .box1 a:last-child .con {
        transform: skewX(0); }
    .index .box1 a .con {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 23px;
      left: 0;
      transform: skewX(7.5deg); }
      .index .box1 a .con .t {
        font-size: 18px;
        line-height: 20px;
        color: #222;
        font-weight: bold; }
        .index .box1 a .con .t span {
          position: relative; }
          .index .box1 a .con .t span i {
            position: relative;
            z-index: 5; }
          .index .box1 a .con .t span img {
            width: 23px;
            position: absolute;
            left: -8px;
            bottom: 0;
            transform: translateX(0); }
      .index .box1 a .con .t1 {
        width: 74px;
        height: 16px;
        border: 1px solid #c4c4c4;
        box-sizing: border-box;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        color: #999;
        margin: 10px auto 0; }
    @media (min-width: 1024px) {
      .index .box1 a:hover {
        background-image: -moz-radial-gradient(50% 50%, circle closest-side, white 0%, #ed9455 100%);
        background-image: -webkit-radial-gradient(50% 50%, circle closest-side, white 0%, #ed9455 100%);
        background-image: -ms-radial-gradient(50% 50%, circle closest-side, white 0%, #ed9455 100%); }
        .index .box1 a:hover .con .t1 {
          border-color: #000;
          color: #000; } }
  @media (max-width: 1200px) {
    .index .box1 a .con {
      top: 10px; }
      .index .box1 a .con .t {
        font-size: 15px;
        line-height: 17px; } }
  @media (max-width: 1024px) {
    .index .box1 {
      display: flex;
      flex-wrap: wrap; }
      .index .box1 a {
        width: 25% !important;
        transform: skewX(0) !important;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
        margin-left: 0 !important;
        padding-bottom: 20%; }
        .index .box1 a img {
          left: 50% !important;
          transform: translateX(-50%) !important; }
        .index .box1 a .con {
          transform: skewX(0); }
        .index .box1 a:nth-child(5), .index .box1 a:nth-child(7) {
          background-color: #fff; }
        .index .box1 a:nth-child(6), .index .box1 a:nth-child(8) {
          background-color: #efefef; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding-top: 25px; }
      .index .box1 a {
        width: 50% !important;
        padding-bottom: 40%; }
        .index .box1 a:nth-child(2), .index .box1 a:nth-child(3), .index .box1 a:nth-child(6), .index .box1 a:nth-child(7) {
          background-color: #fff; }
        .index .box1 a:nth-child(1), .index .box1 a:nth-child(4), .index .box1 a:nth-child(5), .index .box1 a:nth-child(8) {
          background-color: #efefef; } }
.index .box2 {
  padding-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .index .box2 .picBox {
    width: 53.6%;
    display: flex;
    justify-content: space-between; }
    .index .box2 .picBox .picLeft {
      width: 48.5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transform: translateY(8%); }
      .index .box2 .picBox .picLeft .pic {
        width: 100%;
        border-radius: 5.20833vw 10px 10px 10px;
        overflow: hidden; }
      .index .box2 .picBox .picLeft .pic1 {
        width: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden; }
        .index .box2 .picBox .picLeft .pic1 .tits {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(0, 0, 0, 0.6);
          position: absolute;
          top: 0;
          left: 0;
          font-size: 18px;
          line-height: 20px;
          color: #fff;
          font-weight: bold; }
    .index .box2 .picBox .picBoxRight {
      width: 48.5%;
      border-radius: 10px 10px 5.20833vw 10px;
      overflow: hidden;
      cursor: pointer;
      position: relative; }
      .index .box2 .picBox .picBoxRight .icon {
        width: 67px;
        height: 67px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .index .box2 .picBox .picBoxRight .icon:after {
          width: 113px;
          height: 113px;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: '';
          background-color: rgba(0, 0, 0, 0.33); }
        .index .box2 .picBox .picBoxRight .icon img {
          position: relative;
          z-index: 5; }
  .index .box2 .con {
    width: 38.8%;
    margin-right: 4.2%; }
    .index .box2 .con .indexTitle {
      text-align: left; }
    .index .box2 .con .txt {
      font-size: 12px;
      line-height: 20px;
      color: #666;
      -webkit-line-clamp: 7;
      margin-top: 22px; }
    .index .box2 .con .tit {
      display: flex;
      flex-wrap: wrap; }
      .index .box2 .con .tit .t {
        width: 52%;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        color: #070706;
        font-weight: bold;
        margin-top: 40px; }
        .index .box2 .con .tit .t:nth-child(2n) {
          width: 48%; }
        .index .box2 .con .tit .t img {
          margin-right: 10px; }
  @media (max-width: 1280px) {
    .index .box2 .con {
      width: 43%;
      margin-right: 0; }
      .index .box2 .con .tit .t {
        margin-top: 25px; }
    .index .box2 .picBox .picBoxRight .icon {
      width: 50px;
      height: 50px; }
      .index .box2 .picBox .picBoxRight .icon img {
        width: 50px;
        height: 50px; }
      .index .box2 .picBox .picBoxRight .icon:after {
        width: 70px;
        height: 70px; } }
  @media (max-width: 960px) {
    .index .box2 {
      display: block; }
      .index .box2 .picBox {
        width: 100%; }
      .index .box2 .con {
        width: 100%;
        margin-top: 60px; } }
  @media (max-width: 768px) {
    .index .box2 {
      padding-top: 25px; }
      .index .box2 .picBox .picLeft {
        transform: translateY(0); }
        .index .box2 .picBox .picLeft .pic1 .tits {
          font-size: 14px; }
      .index .box2 .picBox .picBoxRight .icon {
        width: 40px;
        height: 40px; }
        .index .box2 .picBox .picBoxRight .icon img {
          width: 40px;
          height: 40px; }
        .index .box2 .picBox .picBoxRight .icon:after {
          width: 60px;
          height: 60px; }
      .index .box2 .con {
        margin-top: 20px; }
        .index .box2 .con .txt {
          margin-top: 10px; }
        .index .box2 .con .tit .t {
          width: 100% !important; } }
.index .box3 {
  margin-top: 88px;
  padding-bottom: 35px;
  padding-top: 35px; }
  .index .box3 .w1290 {
    display: flex;
    align-items: flex-start; }
    .index .box3 .w1290 .con {
      flex: 1;
      margin-right: 12.4%;
      padding-top: 25px; }
      .index .box3 .w1290 .con .indexTitle {
        color: #fff;
        text-align: left; }
      .index .box3 .w1290 .con .txt {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        margin-top: 20px; }
      .index .box3 .w1290 .con .indexMore {
        margin-top: 24px; }
    .index .box3 .w1290 .list {
      width: 456px;
      margin-right: 3.8%;
      background-color: rgba(20, 0, 44, 0.2);
      border-radius: 10px;
      overflow: hidden; }
      .index .box3 .w1290 .list .a {
        width: 100%;
        height: 23px;
        display: block;
        background-color: rgba(112, 119, 234, 0.2);
        background-position: center;
        background-repeat: no-repeat; }
        .index .box3 .w1290 .list .a.prev {
          background-image: url("../images/up.png"); }
        .index .box3 .w1290 .list .a.next {
          background-image: url("../images/down.png"); }
      .index .box3 .w1290 .list .listNew {
        height: 422px; }
        .index .box3 .w1290 .list .listNew ul li {
          border-bottom: 1px solid #6e7496;
          height: 141px;
          box-sizing: border-box; }
          .index .box3 .w1290 .list .listNew ul li:last-child {
            border-bottom: none; }
          .index .box3 .w1290 .list .listNew ul li a {
            padding: 18px 44px;
            width: 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box; }
            .index .box3 .w1290 .list .listNew ul li a .conn {
              margin-right: 20px;
              flex: 1; }
              .index .box3 .w1290 .list .listNew ul li a .conn .time {
                align-items: center;
                display: flex;
                font-size: 12px;
                line-height: 16px;
                color: #fff; }
                .index .box3 .w1290 .list .listNew ul li a .conn .time img {
                  margin-right: 12px; }
              .index .box3 .w1290 .list .listNew ul li a .conn .tits {
                font-size: 16px;
                line-height: 24px;
                font-weight: bold;
                height: 48px;
                color: #fff;
                margin-top: 10px; }
            .index .box3 .w1290 .list .listNew ul li a .pic {
              width: 140px;
              height: 105px;
              position: relative;
              border-radius: 10px;
              overflow: hidden; }
              .index .box3 .w1290 .list .listNew ul li a .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
          @media (min-width: 1024px) {
            .index .box3 .w1290 .list .listNew ul li:hover {
              background-color: rgba(37, 39, 84, 0.7); } }
  @media (max-width: 1200px) {
    .index .box3 .w1290 .con {
      margin-right: 8%; }
    .index .box3 .w1290 .list {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .index .box3 {
      margin-top: 30px;
      padding-top: 25px;
      padding-bottom: 25px; }
      .index .box3 .w1290 {
        display: block; }
        .index .box3 .w1290 .con {
          width: 100%;
          padding-top: 0; }
          .index .box3 .w1290 .con .txt {
            margin-top: 10px; }
          .index .box3 .w1290 .con .indexMore {
            margin-top: 15px; }
        .index .box3 .w1290 .list {
          width: 100%;
          margin-top: 20px; }
          .index .box3 .w1290 .list .listNew {
            height: 374px; }
            .index .box3 .w1290 .list .listNew ul li {
              height: 125px; }
              .index .box3 .w1290 .list .listNew ul li a {
                padding: 10px 15px; }
                .index .box3 .w1290 .list .listNew ul li a .conn {
                  margin-right: 10px; }
                  .index .box3 .w1290 .list .listNew ul li a .conn .tits {
                    font-size: 14px;
                    line-height: 20px;
                    height: auto; } }
.index .box4 {
  padding-top: 40px; }
  .index .box4 .con {
    width: 33.33333%;
    float: left; }
    .index .box4 .con img {
      display: block; }
    .index .box4 .con .indexTitle {
      text-align: left;
      margin-top: 18px; }
    .index .box4 .con .indexMore {
      margin-top: 23px; }
    .index .box4 .con .txt {
      font-size: 12px;
      line-height: 24px;
      color: #666;
      box-sizing: border-box;
      padding-right: 38px;
      margin-top: 140px; }
  .index .box4 .boxRight {
    width: 64.1%;
    float: right; }
    .index .box4 .boxRight .item {
      width: 100%;
      box-sizing: border-box; }
      .index .box4 .boxRight .item:nth-child(1) {
        padding-left: 13.3%;
        margin-bottom: 30px; }
      .index .box4 .boxRight .item a {
        width: 100%;
        display: block;
        position: relative; }
        .index .box4 .boxRight .item a .img {
          width: 30px;
          height: 30px;
          border-radius: 5px;
          border: 1px solid #cbcbcb;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: 0;
          top: 40px; }
        .index .box4 .boxRight .item a .icon {
          display: flex;
          align-items: center;
          width: 100%; }
          .index .box4 .boxRight .item a .icon span {
            flex: 1;
            height: 1px;
            background-color: #d7d7d7;
            display: block;
            margin-left: 20px; }
        .index .box4 .boxRight .item a .itemNew {
          margin-top: 40px;
          display: flex;
          align-items: center; }
          .index .box4 .boxRight .item a .itemNew .pic {
            width: 250px;
            height: 188px;
            position: relative;
            margin-left: 15px; }
            .index .box4 .boxRight .item a .itemNew .pic:after {
              width: 100%;
              height: 100%;
              border-radius: 10px;
              background-color: #c8c8c8;
              content: '';
              position: absolute;
              top: -15px;
              left: -15px; }
            .index .box4 .boxRight .item a .itemNew .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 5;
              object-fit: cover;
              top: 0;
              left: 0;
              border-radius: 10px; }
          .index .box4 .boxRight .item a .itemNew .conn {
            margin-left: 32px;
            width: 330px;
            max-width: calc(100% - 250px - 32px); }
            .index .box4 .boxRight .item a .itemNew .conn .time {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 16px;
              color: #222; }
              .index .box4 .boxRight .item a .itemNew .conn .time img {
                margin-right: 10px; }
            .index .box4 .boxRight .item a .itemNew .conn .tits {
              font-size: 16px;
              line-height: 18px;
              color: #222;
              font-weight: bold;
              margin-top: 12px; }
            .index .box4 .boxRight .item a .itemNew .conn .tit {
              font-size: 12px;
              line-height: 16px;
              color: #666;
              height: 48px;
              margin-top: 10px; }
      @media (min-width: 1024px) {
        .index .box4 .boxRight .item:hover a .itemNew .conn .tits {
          color: #e1701f; } }
  @media (max-width: 1024px) {
    .index .box4 .boxRight .item {
      padding-left: 0 !important; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 30px; }
      .index .box4 .con {
        width: 100%;
        float: none; }
        .index .box4 .con .indexTitle {
          margin-top: 10px; }
        .index .box4 .con .indexMore {
          margin-top: 15px; }
        .index .box4 .con .txt {
          margin-top: 20px;
          padding-right: 0; }
      .index .box4 .boxRight {
        width: 100%;
        float: none;
        margin-top: 20px; }
        .index .box4 .boxRight .item {
          margin-bottom: 0 !important; }
          .index .box4 .boxRight .item:nth-child(2) {
            display: none; }
          .index .box4 .boxRight .item a .itemNew {
            margin-top: 15px;
            display: block; }
            .index .box4 .boxRight .item a .itemNew .pic {
              height: 0;
              padding-bottom: 75%;
              width: 100%;
              margin-left: 0; }
              .index .box4 .boxRight .item a .itemNew .pic:after {
                top: -5px;
                left: -5px; }
            .index .box4 .boxRight .item a .itemNew .conn {
              width: 100%;
              max-width: 100%;
              margin-left: 0;
              margin-top: 15px; } }
.index .box5 {
  padding-top: 45px;
  padding-bottom: 50px;
  overflow: hidden; }
  .index .box5 .list {
    margin-top: 35px;
    position: relative; }
    .index .box5 .list ul {
      width: 100%;
      position: relative;
      padding-bottom: 29.7%;
      transform-style: preserve-3d;
      perspective: 1000px; }
      .index .box5 .list ul li {
        position: absolute;
        width: 52.7%;
        height: 100%;
        top: 0;
        perspective: 1000px;
        z-index: -1;
        opacity: 0;
        transition: all 0.4s; }
        .index .box5 .list ul li a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          transition: all 0.4s; }
          .index .box5 .list ul li a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .index .box5 .list ul li a:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-image: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
            background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
            background-image: -ms-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
            z-index: 5; }
          .index .box5 .list ul li a .con {
            width: 100%;
            height: 100%;
            background-size: cover;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 8; }
            .index .box5 .list ul li a .con .icon {
              width: 72px;
              height: 72px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              .index .box5 .list ul li a .con .icon:after {
                width: 94px;
                height: 94px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 100%;
                opacity: 0.2;
                background-color: #e1701f;
                content: ''; }
              .index .box5 .list ul li a .con .icon span {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 100%;
                background-color: #e1701f;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("../images/video2.png");
                display: block; }
            .index .box5 .list ul li a .con .tits {
              width: 100%;
              text-align: center;
              font-size: 18px;
              line-height: 20px;
              color: #fff;
              font-weight: bold;
              padding: 0 40px;
              box-sizing: border-box;
              position: absolute;
              bottom: 27px;
              left: 0; }
        .index .box5 .list ul li:nth-child(1) {
          left: 0;
          z-index: 5;
          opacity: 1; }
          .index .box5 .list ul li:nth-child(1) a {
            transform: rotateY(24deg);
            transform-origin: 0 0; }
        .index .box5 .list ul li:nth-child(2) {
          left: 23.65%;
          z-index: 10;
          box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.5);
          opacity: 1; }
          .index .box5 .list ul li:nth-child(2) a .con {
            opacity: 1; }
        .index .box5 .list ul li:nth-child(3) {
          left: 47.3%;
          z-index: 5;
          opacity: 1; }
          .index .box5 .list ul li:nth-child(3) a {
            transform: rotateY(-24deg);
            transform-origin: 100% 0; }
        .index .box5 .list ul li:nth-child(4) {
          left: 100%; }
    .index .box5 .list .a {
      width: 23.65%;
      height: 100%;
      position: absolute;
      z-index: 10;
      top: 0;
      display: block;
      cursor: pointer; }
      .index .box5 .list .a.prev {
        left: 0; }
      .index .box5 .list .a.next {
        right: 0; }
      .index .box5 .list .a .t {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 9%;
        left: 0; }
        .index .box5 .list .a .t p {
          font-size: 18px;
          line-height: 20px;
          color: #fff; }
        .index .box5 .list .a .t img {
          display: block;
          margin: 15px auto 0; }
  @media (max-width: 1024px) {
    .index .box5 .list ul li a .con .tits {
      bottom: 15px;
      font-size: 15px;
      line-height: 17px; }
    .index .box5 .list .a .t {
      bottom: 5%; }
      .index .box5 .list .a .t p {
        font-size: 15px;
        line-height: 17px; }
      .index .box5 .list .a .t img {
        margin: 10px auto 0; }
    .index .box5 .list ul li a .con .icon {
      width: 56px;
      height: 56px; }
      .index .box5 .list ul li a .con .icon:after {
        width: 72px;
        height: 72px; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 30px; }
      .index .box5 .list {
        margin-top: 25px; }
        .index .box5 .list ul {
          padding-bottom: 48%; }
          .index .box5 .list ul li {
            width: 80%;
            perspective: 200px; }
            .index .box5 .list ul li:nth-child(2) {
              left: 10%; }
            .index .box5 .list ul li:nth-child(3) {
              left: 20%; }
        .index .box5 .list .a {
          width: 10%; }
          .index .box5 .list .a .t {
            top: 50%;
            transform: translateY(-50%);
            bottom: auto; }
            .index .box5 .list .a .t p {
              display: none; }
            .index .box5 .list .a .t img {
              margin: 0 auto; } }
.index .box6 {
  padding-top: 35px;
  padding-bottom: 40px;
  background-image: -moz-linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 100%);
  background-image: -webkit-linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 100%);
  background-image: -ms-linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 100%); }
  .index .box6 .list {
    margin-top: 44px; }
    .index .box6 .list ul li {
      width: 22.8%;
      float: left;
      margin-right: 2.9%;
      position: relative; }
      .index .box6 .list ul li:after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background-image: -moz-linear-gradient(90deg, #bebebe 20%, #eeeeee 50%, #d2d2d2 80%);
        background-image: -webkit-linear-gradient(90deg, #bebebe 20%, #eeeeee 50%, #d2d2d2 80%);
        background-image: -ms-linear-gradient(90deg, #bebebe 20%, #eeeeee 50%, #d2d2d2 80%);
        content: '';
        right: -6.5%; }
      .index .box6 .list ul li:last-child {
        margin-right: 0; }
      .index .box6 .list ul li a {
        width: 100%;
        display: block; }
        .index .box6 .list ul li a .tits {
          font-size: 16px;
          line-height: 20px;
          height: 40px;
          color: #222;
          font-weight: bold; }
        .index .box6 .list ul li a .tit {
          font-size: 12px;
          line-height: 16px;
          height: 48px;
          color: #666;
          margin-top: 16px; }
        .index .box6 .list ul li a .pic {
          width: 100%;
          border-radius: 10px;
          padding-bottom: 74.8%;
          margin-top: 16px; }
        .index .box6 .list ul li a .tit1 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 20px; }
          .index .box6 .list ul li a .tit1 .icon {
            width: 30px;
            height: 30px;
            border: 1px solid #c4c4c4;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .index .box6 .list ul li a .tit1 .t {
            font-size: 12px;
            line-height: 32px;
            color: #222; }
      .index .box6 .list ul li:last-child:after {
        display: none; }
  @media (max-width: 1200px) {
    .index .box6 .list ul li {
      width: 32%;
      margin-right: 2%; }
      .index .box6 .list ul li:after {
        right: -3%; }
      .index .box6 .list ul li:nth-child(3) {
        margin-right: 0; }
        .index .box6 .list ul li:nth-child(3):after {
          display: none; }
      .index .box6 .list ul li:nth-child(4) {
        display: none; } }
  @media (max-width: 1024px) {
    .index .box6 .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .index .box6 .list ul li:nth-child(2) {
        margin-right: 0; }
        .index .box6 .list ul li:nth-child(2):after {
          display: none; }
      .index .box6 .list ul li:nth-child(3) {
        display: none; } }
  @media (max-width: 768px) {
    .index .box6 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .index .box6 .list {
        margin-top: 25px; }
        .index .box6 .list ul li {
          width: 100%; }
          .index .box6 .list ul li:after {
            display: none; }
          .index .box6 .list ul li:nth-child(n + 2) {
            display: none; } }
.index .box7 {
  padding-top: 45px; }
  .index .box7 .boxNew {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .index .box7 .boxNew .boxLeft {
      width: 51.5%;
      display: flex;
      justify-content: space-between; }
      .index .box7 .boxNew .boxLeft .item {
        width: 47.8%;
        border-radius: 10px;
        box-sizing: border-box;
        border: 1px solid #dadada;
        overflow: hidden; }
        .index .box7 .boxNew .boxLeft .item a {
          width: 100%;
          display: flex;
          box-sizing: border-box;
          padding: 14px 13px 24px;
          flex-direction: column; }
          .index .box7 .boxNew .boxLeft .item a .pic {
            width: 100%;
            height: 218px;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 19px;
            position: relative; }
            .index .box7 .boxNew .boxLeft .item a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .index .box7 .boxNew .boxLeft .item a .con .time {
            display: flex;
            font-size: 12px;
            line-height: 16px;
            align-items: center;
            color: #222; }
            .index .box7 .boxNew .boxLeft .item a .con .time img {
              margin-right: 14px; }
          .index .box7 .boxNew .boxLeft .item a .con .tits {
            font-size: 16px;
            line-height: 20px;
            height: 40px;
            color: #222;
            font-weight: bold;
            margin-top: 12px; }
          .index .box7 .boxNew .boxLeft .item a .con .tit {
            font-size: 12px;
            line-height: 16px;
            color: #666;
            height: 48px;
            margin-top: 12px; }
          .index .box7 .boxNew .boxLeft .item a .con .more {
            padding: 0 22px;
            width: fit-content;
            display: flex;
            align-items: center;
            border: 0.5px solid #505050;
            font-size: 12px;
            line-height: 38px;
            color: #222;
            font-weight: bold;
            border-radius: 5px;
            margin-top: 18px; }
            .index .box7 .boxNew .boxLeft .item a .con .more img {
              margin-left: 8px; }
        .index .box7 .boxNew .boxLeft .item:nth-child(2) a {
          padding: 21px 13px 16px;
          flex-direction: column-reverse; }
          .index .box7 .boxNew .boxLeft .item:nth-child(2) a .pic {
            margin-top: 20px;
            margin-bottom: 0; }
    .index .box7 .boxNew .boxRight {
      width: 46.4%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .index .box7 .boxNew .boxRight .item a {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative; }
        .index .box7 .boxNew .boxRight .item a:after {
          width: 80%;
          height: 100%;
          border: 0.5px solid #dedede;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          box-sizing: border-box;
          border-radius: 0 10px 0 0; }
        .index .box7 .boxNew .boxRight .item a .pic {
          width: 180px;
          height: 135px;
          border-radius: 10px;
          position: relative;
          z-index: 5; }
        .index .box7 .boxNew .boxRight .item a .con {
          position: relative;
          z-index: 5;
          flex: 1; }
          .index .box7 .boxNew .boxRight .item a .con .conn {
            width: 210px;
            max-width: calc(100% - 40px);
            margin-left: 20px; }
            .index .box7 .boxNew .boxRight .item a .con .conn .time {
              font-size: 12px;
              line-height: 16px;
              color: #222;
              display: flex;
              align-items: center; }
              .index .box7 .boxNew .boxRight .item a .con .conn .time img {
                margin-right: 12px; }
            .index .box7 .boxNew .boxRight .item a .con .conn .tits {
              font-size: 16px;
              line-height: 24px;
              color: #222;
              font-weight: bold;
              margin-top: 10px; }
        .index .box7 .boxNew .boxRight .item a .img {
          width: 30px;
          height: 30px;
          border-radius: 4px;
          border: 0.5px solid #cbcbcb;
          position: absolute;
          bottom: 0;
          right: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 5; }
  @media (max-width: 960px) {
    .index .box7 .boxNew {
      display: block; }
      .index .box7 .boxNew .boxLeft {
        width: 100%; }
      .index .box7 .boxNew .boxRight {
        width: 100%;
        display: block; }
        .index .box7 .boxNew .boxRight .item {
          margin-top: 10px; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 30px; }
      .index .box7 .boxNew {
        margin-top: 20px; }
        .index .box7 .boxNew .boxLeft .item {
          width: 100%; }
          .index .box7 .boxNew .boxLeft .item:nth-child(2) {
            display: none; }
          .index .box7 .boxNew .boxLeft .item a .pic {
            height: 0;
            padding-bottom: 75%; }
          .index .box7 .boxNew .boxLeft .item a .con .tits {
            font-size: 15px;
            line-height: 20px;
            height: auto; }
        .index .box7 .boxNew .boxRight .item:nth-child(n + 2) {
          display: none; }
        .index .box7 .boxNew .boxRight .item a .pic {
          height: 100px; }
        .index .box7 .boxNew .boxRight .item a .con .conn .tits {
          font-size: 15px;
          line-height: 20px;
          height: auto; } }
.index .box8 {
  padding-top: 47px;
  padding-bottom: 85px; }
  .index .box8 .list {
    margin-top: 40px; }
    .index .box8 .list ul li {
      width: 10.9%;
      transform-origin: 100% 100%;
      border: 2px solid #d7d7d7;
      transform: skewX(-10deg);
      float: left;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .index .box8 .list ul li a {
        width: 100%;
        display: block;
        text-align: center;
        transform: skewX(10deg);
        padding-top: 14px;
        padding-bottom: 24px; }
        .index .box8 .list ul li a .img {
          width: 100%;
          height: 65px;
          position: relative; }
          .index .box8 .list ul li a .img img {
            max-width: 70%;
            max-height: 70%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .index .box8 .list ul li a p {
          font-size: 12px;
          line-height: 14px;
          color: #999;
          margin-top: 2px; }
      .index .box8 .list ul li:nth-child(1) {
        margin-left: 2%; }
      .index .box8 .list ul li:nth-child(2), .index .box8 .list ul li:nth-child(4), .index .box8 .list ul li:nth-child(6), .index .box8 .list ul li:nth-child(8), .index .box8 .list ul li:nth-child(11), .index .box8 .list ul li:nth-child(13), .index .box8 .list ul li:nth-child(15), .index .box8 .list ul li:nth-child(17) {
        transform: translateY(45%) skewX(-10deg);
        margin-left: -0.9%; }
      .index .box8 .list ul li:nth-child(3), .index .box8 .list ul li:nth-child(5), .index .box8 .list ul li:nth-child(7), .index .box8 .list ul li:nth-child(9), .index .box8 .list ul li:nth-child(12), .index .box8 .list ul li:nth-child(14), .index .box8 .list ul li:nth-child(16), .index .box8 .list ul li:nth-child(18) {
        margin-left: 0.7%; }
  @media (max-width: 1024px) {
    .index .box8 {
      padding-top: 30px;
      padding-bottom: 60px; }
      .index .box8 .list {
        margin-top: 30px; }
        .index .box8 .list ul li {
          width: 11.11%;
          transform: translateY(0) skewX(0deg) !important;
          margin-left: 0 !important; }
          .index .box8 .list ul li a {
            transform: skewX(0deg); }
          .index .box8 .list ul li:nth-child(n + 2) {
            margin-left: -2px !important; }
          .index .box8 .list ul li:nth-child(10) {
            margin-left: 0 !important; } }
  @media (max-width: 800px) {
    .index .box8 .list ul li {
      width: 16.6%; }
      .index .box8 .list ul li:nth-child(10) {
        margin-left: -2px !important; }
      .index .box8 .list ul li:nth-child(7) {
        margin-left: 0 !important; }
      .index .box8 .list ul li:nth-child(13) {
        margin-left: 0 !important; } }
  @media (max-width: 540px) {
    .index .box8 {
      padding-bottom: 30px; }
      .index .box8 .list {
        margin-top: 20px; }
        .index .box8 .list ul li {
          margin-bottom: 10px;
          width: 25%;
          border-width: 1px; }
          .index .box8 .list ul li:nth-child(n + 2) {
            margin-left: -1px !important; }
          .index .box8 .list ul li:nth-child(4n + 1) {
            margin-left: 0 !important; }
          .index .box8 .list ul li:nth-child(n + 17) {
            display: none; }
          .index .box8 .list ul li a {
            padding: 15px 0; }
            .index .box8 .list ul li a .img {
              height: 40px; } }

.footerBox .footer {
  background-color: #0f0a24;
  border-radius: 30px;
  width: 100%;
  padding-top: 44px; }
  .footerBox .footer .footerLeft {
    width: 30%;
    float: left; }
    .footerBox .footer .footerLeft .logo {
      width: 218px; }
    .footerBox .footer .footerLeft .t {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      font-weight: bold;
      margin-top: 10px; }
    .footerBox .footer .footerLeft .line {
      border-bottom: 1px dashed #c0bfc4;
      margin-top: 12px; }
    .footerBox .footer .footerLeft .imgBox {
      margin-top: 19px; }
      .footerBox .footer .footerLeft .imgBox a {
        width: 32%;
        margin-right: 2%;
        display: block;
        float: left;
        margin-bottom: 13px; }
        .footerBox .footer .footerLeft .imgBox a:nth-child(3n) {
          margin-right: 0; }
        .footerBox .footer .footerLeft .imgBox a img {
          width: 100%; }
    .footerBox .footer .footerLeft .share {
      display: flex;
      align-items: center;
      padding-top: 3px; }
      .footerBox .footer .footerLeft .share a {
        width: 38px;
        display: block;
        margin-right: 8px; }
  .footerBox .footer .footerCen {
    width: 38.6%;
    float: left;
    margin-left: 7.4%; }
    .footerBox .footer .footerCen dl {
      width: 35.7%;
      float: left; }
      .footerBox .footer .footerCen dl dt {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        font-weight: bold; }
      .footerBox .footer .footerCen dl .line {
        width: 40px;
        height: 2px;
        background-color: #e1701f;
        margin-top: 15px; }
      .footerBox .footer .footerCen dl dd {
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px; }
        .footerBox .footer .footerCen dl dd a {
          width: 100%;
          font-size: 12px;
          display: flex;
          align-items: center;
          line-height: 30px;
          color: #fff;
          text-transform: uppercase; }
          .footerBox .footer .footerCen dl dd a img {
            margin-right: 8px; }
      .footerBox .footer .footerCen dl:nth-child(2n) {
        width: 64.3%; }
        .footerBox .footer .footerCen dl:nth-child(2n) dd a {
          width: 50%; }
  .footerBox .footer .footerRight {
    width: 22%;
    float: right; }
    .footerBox .footer .footerRight .tits {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      font-weight: bold; }
    .footerBox .footer .footerRight .line {
      width: 40px;
      height: 2px;
      background-color: #e1701f;
      margin-top: 15px; }
    .footerBox .footer .footerRight .tit {
      margin-top: 24px; }
      .footerBox .footer .footerRight .tit .t {
        font-size: 12px;
        line-height: 17px;
        color: #fff;
        display: flex;
        align-items: flex-start;
        margin-bottom: 14px; }
        .footerBox .footer .footerRight .tit .t img {
          margin-right: 11px;
          display: block;
          margin-top: -4px; }
        .footerBox .footer .footerRight .tit .t a {
          color: #fff; }
  .footerBox .footer .return {
    width: 311px;
    height: 63px;
    background-size: cover;
    margin: 32px auto 0;
    background-image: url("../images/footer_bg1.png");
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #222;
    padding-top: 16px;
    box-sizing: border-box; }
    .footerBox .footer .return img {
      margin: 0 auto 12px;
      display: block; }
  @media (max-width: 1024px) {
    .footerBox .footer {
      padding-top: 20px; }
      .footerBox .footer .footerLeft {
        width: 43%; }
        .footerBox .footer .footerLeft .logo {
          width: 170px; }
      .footerBox .footer .footerCen {
        display: none; }
      .footerBox .footer .footerRight {
        width: 32%; } }
  @media (max-width: 768px) {
    .footerBox .footer .footerLeft {
      width: 100%;
      float: none; }
    .footerBox .footer .footerRight {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .footerBox .footer .return {
      width: 200px;
      height: 40px;
      padding-top: 10px;
      margin: 5px auto 0; }
      .footerBox .footer .return img {
        width: 4px;
        margin: 0 auto 5px; }
      .footerBox .footer .return p {
        font-size: 12px;
        line-height: 14px; } }
.footerBox .foot {
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  background-color: #707070;
  color: #fff;
  margin-top: 10px; }
  .footerBox .foot a {
    color: #fff; }
  @media (max-width: 768px) {
    .footerBox .foot {
      font-size: 12px;
      line-height: 20px;
      padding: 8px 0; }
      .footerBox .foot a {
        display: block; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .con {
    text-align: center;
    font-size: 45px;
    line-height: 47px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 52%;
    left: 0; }
  @media (max-width: 1366px) {
    .banner .con {
      font-size: 38px;
      line-height: 40px; } }
  @media (max-width: 1200px) {
    .banner .con {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 200%;
        margin-left: -50%; }
      .banner .con {
        top: 50%;
        transform: translateY(-50%); } }
  @media (max-width: 768px) {
    .banner .con {
      font-size: 20px;
      line-height: 22px; } }

.home {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #7b7b7b;
  margin: 18px auto 0; }
  .home img {
    margin-right: 10px; }
  .home a {
    color: #7b7b7b; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #e1701f; } }
  .home span {
    margin: 0 5px; }
  @media (max-width: 768px) {
    .home {
      font-size: 14px;
      line-height: 16px; }
      .home img {
        width: 16px; } }

.service {
  padding-top: 45px; }
  .service .title {
    font-size: 32px;
    line-height: 48px;
    color: #222;
    font-weight: bold; }
    @media (max-width: 1366px) {
      .service .title {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .service .title {
        font-size: 20px;
        line-height: 24px; } }
  .service .tabs {
    display: flex;
    justify-content: space-between; }
    .service .tabs a {
      width: 22.5%;
      display: block;
      position: relative; }
      .service .tabs a .pic {
        width: 100%;
        overflow: hidden;
        -webkit-clip-path: polygon(40% 0, 100% 0, 100% 50%, 60% 100%, 0 100%, 0 50%);
        clip-path: polygon(40% 0, 100% 0, 100% 50%, 60% 100%, 0 100%, 0 50%);
        border-radius: 20px;
        position: relative; }
        .service .tabs a .pic:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: rgba(0, 0, 0, 0.4); }
        .service .tabs a .pic .t {
          width: 100%;
          height: auto;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          font-size: 22px;
          line-height: 24px;
          color: #fff;
          font-weight: bold;
          z-index: 5; }
      .service .tabs a .img {
        width: 29.3%;
        position: absolute;
        right: 0;
        bottom: 0; }
        .service .tabs a .img img:nth-child(2) {
          display: none; }
      .service .tabs a.on .pic:after {
        display: none; }
      .service .tabs a.on .pic .t {
        color: #e16d1a;
        -webkit-text-stroke: 3px #fff; }
        .service .tabs a.on .pic .t:after {
          width: 60%;
          text-align: center;
          content: attr(data-content);
          position: absolute;
          top: 0;
          left: 20%;
          -webkit-text-stroke: 0; }
      .service .tabs a.on .img img:nth-child(1) {
        display: none; }
      .service .tabs a.on .img img:nth-child(2) {
        display: block; }
      @media (min-width: 1024px) {
        .service .tabs a:hover .pic:after {
          display: none; }
        .service .tabs a:hover .pic .t {
          color: #e16d1a;
          -webkit-text-stroke: 3px #fff; }
          .service .tabs a:hover .pic .t:after {
            width: 60%;
            text-align: center;
            content: attr(data-content);
            position: absolute;
            top: 0;
            left: 20%;
            -webkit-text-stroke: 0; }
        .service .tabs a:hover .img img:nth-child(1) {
          display: none; }
        .service .tabs a:hover .img img:nth-child(2) {
          display: block; } }
    @media (max-width: 1200px) {
      .service .tabs a .pic .t {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 1024px) {
      .service .tabs a {
        width: 24%; }
        .service .tabs a .pic .t {
          font-size: 16px;
          line-height: 18px; } }
    @media (max-width: 768px) {
      .service .tabs {
        display: none; } }
  .service .parts {
    padding-top: 5.20833vw; }
    .service .parts .box1 {
      display: flex;
      justify-content: space-between; }
      .service .parts .box1 .con {
        width: 59.3%;
        padding-top: 1.45833vw; }
        .service .parts .box1 .con .tit {
          font-size: 13px;
          line-height: 24px;
          color: #666;
          margin-top: 20px; }
      .service .parts .box1 .pic {
        width: 34.1%;
        position: relative; }
        .service .parts .box1 .pic:after {
          width: 93.9%;
          height: 100%;
          background-color: #c8c8c8;
          position: absolute;
          top: 17px;
          right: -20px;
          border-radius: 10px;
          content: ''; }
        .service .parts .box1 .pic img {
          border-radius: 10px;
          z-index: 5;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    .service .parts .box2 {
      display: flex;
      justify-content: space-between;
      padding-top: 4.79167vw;
      padding-bottom: 7.29167vw; }
      .service .parts .box2 .picBox {
        width: 28.4%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .service .parts .box2 .picBox .pic {
          width: 48.2%;
          border-radius: 10px;
          overflow: hidden;
          position: relative; }
          .service .parts .box2 .picBox .pic:nth-child(n + 3) {
            margin-top: 14px; }
          .service .parts .box2 .picBox .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
      .service .parts .box2 .con {
        width: 61.6%;
        padding-top: 8px; }
        .service .parts .box2 .con .conn {
          margin-top: 30px; }
          .service .parts .box2 .con .conn .t {
            display: flex;
            align-items: center;
            margin-bottom: 30px; }
            .service .parts .box2 .con .conn .t img {
              margin-right: 28px; }
            .service .parts .box2 .con .conn .t .tt {
              font-size: 13px;
              line-height: 24px;
              color: #666; }
              .service .parts .box2 .con .conn .t .tt span {
                font-weight: bold; }
    @media (max-width: 1200px) {
      .service .parts .box1 .con .tit {
        margin-top: 10px; }
      .service .parts .box2 .picBox {
        width: 34.5%; }
      .service .parts .box2 .con .conn {
        margin-top: 20px; }
        .service .parts .box2 .con .conn .t {
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .service .parts {
        padding-top: 0; }
        .service .parts .box1 {
          display: block; }
          .service .parts .box1 .con {
            width: 100%;
            padding-top: 0; }
          .service .parts .box1 .pic {
            width: 100%;
            margin-top: 10px; }
            .service .parts .box1 .pic:after {
              top: 10px;
              right: -10px; }
            .service .parts .box1 .pic img {
              position: relative; }
        .service .parts .box2 {
          display: block;
          padding-top: 25px;
          padding-bottom: 25px; }
          .service .parts .box2 .picBox {
            width: 100%; }
            .service .parts .box2 .picBox .pic img {
              position: relative; }
          .service .parts .box2 .con {
            width: 100%;
            margin-top: 15px; }
            .service .parts .box2 .con .conn .t:last-child {
              margin-bottom: 0; }
            .service .parts .box2 .con .conn .t img {
              width: 30px;
              margin-right: 15px; }
            .service .parts .box2 .con .conn .t .tt {
              font-size: 12px;
              line-height: 20px; } }
  .service .training {
    padding-top: 4.16667vw;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4.16667vw; }
    .service .training .pic {
      width: 44%;
      margin-top: 20px;
      margin-left: 20px;
      position: relative; }
      .service .training .pic:after {
        width: 83.6%;
        height: 90%;
        border-radius: 10px;
        background-color: #c8c8c8;
        position: absolute;
        top: -20px;
        left: -20px;
        content: ''; }
      .service .training .pic img {
        width: 100%;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        z-index: 5; }
    .service .training .con {
      width: 49.2%;
      margin-top: -13px; }
      .service .training .con .tit {
        margin-top: 16px; }
        .service .training .con .tit .t {
          line-height: 24px;
          margin-bottom: 25px;
          color: #222; }
          .service .training .con .tit .t:last-child {
            margin-bottom: 0; }
          .service .training .con .tit .t .tt {
            font-size: 16px;
            font-weight: bold; }
          .service .training .con .tit .t .tt1 {
            font-size: 13px;
            color: #666; }
    @media (max-width: 1200px) {
      .service .training .con .tit .t {
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .service .training {
        padding-top: 0;
        padding-bottom: 25px;
        display: block; }
        .service .training .pic {
          width: 100%;
          margin-top: 0;
          margin-left: 0; }
          .service .training .pic:after {
            top: -10px;
            left: -10px; }
          .service .training .pic img {
            position: relative; }
        .service .training .con {
          width: 100%;
          padding-top: 0;
          margin-top: 15px; }
          .service .training .con .tit .t {
            line-height: 20px; }
            .service .training .con .tit .t .tt {
              font-size: 14px; }
            .service .training .con .tit .t .tt1 {
              font-size: 12px; } }
  .service .warranty {
    padding-top: 6.25vw;
    padding-bottom: 4.94792vw;
    display: flex;
    justify-content: space-between; }
    .service .warranty .con {
      width: 60%; }
      .service .warranty .con .box1 {
        display: flex;
        align-items: center; }
        .service .warranty .con .box1 .txt {
          font-size: 13px;
          line-height: 25px;
          border-left: 1px solid #e1701f;
          padding-left: 25px;
          margin-left: 18px;
          color: #666; }
      .service .warranty .con .box2 {
        margin-top: 30px; }
        .service .warranty .con .box2 .title {
          text-align: center; }
        .service .warranty .con .box2 .boxNew {
          width: 93.5%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 43px;
          position: relative; }
          .service .warranty .con .box2 .boxNew:after {
            width: 1px;
            height: 100%;
            background-color: #e1701f;
            top: 0;
            left: 50%;
            content: '';
            position: absolute; }
          .service .warranty .con .box2 .boxNew:before {
            width: 100%;
            height: 1px;
            background-color: #e1701f;
            top: 47%;
            left: 0;
            content: '';
            position: absolute; }
          .service .warranty .con .box2 .boxNew .img {
            position: absolute;
            top: 47%;
            left: 50%;
            margin-top: -27px;
            margin-left: -25px;
            z-index: 5; }
          .service .warranty .con .box2 .boxNew .item {
            width: 42%;
            padding-bottom: 32px;
            margin-bottom: 32px; }
            .service .warranty .con .box2 .boxNew .item:nth-child(n + 3) {
              padding-bottom: 0;
              margin-bottom: 0; }
            .service .warranty .con .box2 .boxNew .item .tits {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 20px;
              color: #222;
              font-weight: bold; }
              .service .warranty .con .box2 .boxNew .item .tits img {
                margin-right: 6px; }
            .service .warranty .con .box2 .boxNew .item .tit {
              font-size: 13px;
              line-height: 25px;
              color: #666;
              margin-top: 22px; }
    .service .warranty .pic {
      width: 32%;
      position: relative; }
      .service .warranty .pic .img1 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        border-radius: 10px;
        left: 0;
        object-fit: cover; }
      .service .warranty .pic .img2 {
        width: 36.3%;
        top: 50%;
        transform: translateY(-50%);
        left: -18.2%;
        border-radius: 10px;
        position: absolute; }
    @media (max-width: 1024px) {
      .service .warranty .pic {
        display: none; }
      .service .warranty .con {
        width: 100%; } }
    @media (max-width: 768px) {
      .service .warranty {
        display: block;
        padding-top: 0;
        padding-bottom: 25px; }
        .service .warranty .con .box1 {
          display: block; }
          .service .warranty .con .box1 .txt {
            font-size: 12px;
            line-height: 20px;
            padding-left: 0;
            border-left: none;
            margin-left: 0;
            margin-top: 10px; }
        .service .warranty .con .box2 {
          width: 100%;
          margin-top: 20px; }
          .service .warranty .con .box2 .title {
            text-align: left; }
          .service .warranty .con .box2 .boxNew {
            width: 100%;
            margin-top: 24px; }
            .service .warranty .con .box2 .boxNew:after {
              display: none; }
            .service .warranty .con .box2 .boxNew:before {
              display: none; }
            .service .warranty .con .box2 .boxNew .img {
              display: none; }
            .service .warranty .con .box2 .boxNew .item {
              width: 100%;
              border-bottom: 1px solid #e1701f;
              padding-bottom: 15px !important;
              margin-bottom: 15px !important; }
              .service .warranty .con .box2 .boxNew .item .tits img {
                width: 30px; }
              .service .warranty .con .box2 .boxNew .item .tit {
                margin-top: 10px;
                font-size: 12px;
                line-height: 20px; }
        .service .warranty .pic {
          display: block;
          width: 100%; }
          .service .warranty .pic .img1 {
            position: relative;
            width: 80%;
            margin-left: 20%;
            position: relative;
            left: auto;
            transform: translate(0);
            top: auto; }
          .service .warranty .pic .img2 {
            left: 0; } }
  .service .installation {
    display: flex;
    justify-content: space-between;
    padding-top: 4.79167vw;
    padding-bottom: 5.20833vw; }
    .service .installation .picBox {
      width: 33.5%;
      display: flex;
      justify-content: space-between; }
      .service .installation .picBox .picLeft {
        width: calc(50% - 6px);
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .service .installation .picBox .picLeft .pic {
          width: 100%;
          height: calc(50% - 5px);
          border-radius: 10px;
          overflow: hidden;
          position: relative; }
          .service .installation .picBox .picLeft .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
      .service .installation .picBox .picRight {
        width: calc(50% - 6px);
        margin-top: 9%;
        position: relative;
        border-radius: 10px;
        overflow: hidden; }
        .service .installation .picBox .picRight img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .service .installation .con {
      width: 60.9%; }
      .service .installation .con .conn {
        margin-top: 20px; }
        .service .installation .con .conn .tit {
          margin-bottom: 25px; }
          .service .installation .con .conn .tit:last-child {
            margin-bottom: 0; }
          .service .installation .con .conn .tit .t {
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 20px;
            color: #222;
            font-weight: bold; }
            .service .installation .con .conn .tit .t img {
              margin-right: 12px; }
          .service .installation .con .conn .tit .t1 {
            font-size: 13px;
            line-height: 24px;
            color: #666;
            padding-left: 28px;
            margin-right: 105px;
            margin-top: 8px; }
    @media (max-width: 1200px) {
      .service .installation .picBox {
        width: 47%; }
      .service .installation .con {
        width: 50%; }
        .service .installation .con .conn .tit .t1 {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .service .installation {
        display: block;
        padding-top: 0;
        padding-bottom: 25px; }
        .service .installation .picBox {
          width: 100%;
          align-items: flex-end; }
          .service .installation .picBox .picLeft .pic img {
            position: relative; }
          .service .installation .picBox .picLeft .pic:nth-child(2) {
            margin-top: 10px; }
          .service .installation .picBox .picRight img {
            position: relative; }
        .service .installation .con {
          width: 100%;
          margin-top: 15px; }
          .service .installation .con .conn .tit .t1 {
            font-size: 12px;
            line-height: 20px; } }
  @media (max-width: 768px) {
    .service {
      padding-top: 25px; } }

.contact {
  margin-top: 38px;
  padding-bottom: 7.8125vw; }
  .contact .mapBox {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .contact .mapBox .con {
      width: 79.5%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .contact .mapBox .con .conn {
        width: 650px;
        background-color: #fff;
        border-radius: 20px;
        padding: 1.92708vw 3.125vw 1.66667vw;
        max-width: 100%;
        border-bottom: 13px solid #e16d1a;
        box-sizing: border-box; }
        .contact .mapBox .con .conn .tits {
          font-size: 24px;
          line-height: 26px;
          font-weight: bold;
          color: #2b2b2b; }
        .contact .mapBox .con .conn .tit {
          font-size: 14px;
          line-height: 18px;
          color: #7b7b7b;
          margin-top: 10px; }
        .contact .mapBox .con .conn .tit1 {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 35px; }
          .contact .mapBox .con .conn .tit1 .t {
            display: flex;
            align-items: flex-start; }
            .contact .mapBox .con .conn .tit1 .t img {
              margin-right: 20px; }
            .contact .mapBox .con .conn .tit1 .t .tt .tt1 {
              font-size: 14px;
              line-height: 16px;
              color: #7b7b7b; }
            .contact .mapBox .con .conn .tit1 .t .tt .tt2 {
              font-size: 14px;
              line-height: 25px;
              color: #2b2b2b;
              font-weight: bold; }
            .contact .mapBox .con .conn .tit1 .t:nth-child(3) {
              width: 68.7%;
              margin-top: 30px; }
  .contact .tableBox {
    width: 79.5%;
    margin: 42px auto 0; }
    .contact .tableBox .tableNew {
      width: 900px;
      max-width: 100%; }
      .contact .tableBox .tableNew .t {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px; }
        .contact .tableBox .tableNew .t .ttt {
          font-size: 14px;
          line-height: 44px;
          color: #44423e; }
          .contact .tableBox .tableNew .t .ttt span {
            color: #cc0900;
            margin-right: 3px; }
        .contact .tableBox .tableNew .t .text {
          flex: 1;
          height: 44px;
          border: none;
          background: none;
          font-size: 14px;
          line-height: 30px;
          color: #44423e;
          margin-left: 10px; }
          .contact .tableBox .tableNew .t .text:-internal-autofill-previewed, .contact .tableBox .tableNew .t .text:-internal-autofill-selected {
            -webkit-text-fill-color: #44423e !important; }
        .contact .tableBox .tableNew .t .tt {
          width: 46.9%;
          border-radius: 22px;
          background-color: #ebebeb;
          display: flex;
          align-items: center;
          padding: 0 16px;
          height: 44px;
          box-sizing: border-box; }
        .contact .tableBox .tableNew .t .tt1 {
          width: 100%;
          border-radius: 22px;
          background-color: #ebebeb;
          display: flex;
          align-items: center;
          padding: 0 16px;
          height: 44px;
          box-sizing: border-box; }
        .contact .tableBox .tableNew .t .t2 {
          width: 100%;
          height: 216px;
          border-radius: 22px;
          background-color: #ebebeb;
          display: flex;
          align-items: flex-start;
          padding: 0 16px;
          box-sizing: border-box; }
          .contact .tableBox .tableNew .t .t2 .txt {
            flex: 1;
            margin-left: 10px;
            border: none;
            background: none;
            font-size: 14px;
            line-height: 44px;
            color: #44423e; }
      .contact .tableBox .tableNew .submit {
        width: 146px;
        height: 36px;
        border-radius: 18px;
        background-color: #e16d1a;
        display: block;
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        line-height: 36px;
        color: #fff; }
  @media (max-width: 1200px) {
    .contact .mapBox .con .conn .tits {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 960px) {
    .contact .mapBox {
      overflow: hidden; }
      .contact .mapBox .map {
        width: 160%;
        margin-left: -30%; } }
  @media (max-width: 768px) {
    .contact {
      margin-top: 25px;
      padding-bottom: 25px; }
      .contact .mapBox .con {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0); }
        .contact .mapBox .con .conn {
          padding: 15px; }
          .contact .mapBox .con .conn .tits {
            font-size: 18px;
            line-height: 20px; }
          .contact .mapBox .con .conn .tit {
            font-size: 12px;
            line-height: 16px; }
          .contact .mapBox .con .conn .tit1 {
            margin-top: 15px; }
            .contact .mapBox .con .conn .tit1 .t {
              width: 100% !important;
              margin-top: 0 !important;
              margin-bottom: 15px; }
      .contact .tableBox {
        width: 100%;
        margin: 25px auto 0; }
        .contact .tableBox .tableNew .t {
          display: block;
          margin-bottom: 0; }
          .contact .tableBox .tableNew .t .tt {
            margin-bottom: 10px;
            width: 100%; }
          .contact .tableBox .tableNew .t .tt1 {
            margin-bottom: 10px; } }

.Video {
  padding-top: 38px;
  padding-bottom: 70px; }
  .Video ul {
    padding-bottom: 43px; }
    .Video ul li {
      width: 32.2%;
      float: left;
      margin-right: 1.7%;
      margin-bottom: 45px; }
      .Video ul li:nth-child(3n) {
        margin-right: 0; }
      .Video ul li a {
        width: 100%;
        display: block; }
        .Video ul li a .pic {
          padding-bottom: 56.5%; }
          .Video ul li a .pic .icon {
            width: 4.58333vw;
            height: 4.58333vw;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video_icon1.png");
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .Video ul li a .con {
          margin-top: 25px;
          padding: 0 16px;
          box-sizing: border-box;
          width: 100%;
          box-sizing: border-box;
          border-left: 1px solid #5800dc; }
          .Video ul li a .con .tag {
            display: flex;
            align-items: center; }
            .Video ul li a .con .tag .t {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 16px;
              color: #3b3b3b;
              margin-right: 25px; }
              .Video ul li a .con .tag .t img {
                margin-right: 5px; }
          .Video ul li a .con .tits {
            font-size: 19px;
            line-height: 22px;
            height: 44px;
            color: #3b3b3b;
            font-weight: bold;
            margin-top: 16px; }
          .Video ul li a .con .tit {
            display: flex;
            align-items: center;
            font-size: 15px;
            line-height: 19px;
            color: #3b3b3b;
            font-weight: bold;
            margin-top: 20px; }
            .Video ul li a .con .tit img {
              margin-right: 8px; }
      @media (min-width: 1024px) {
        .Video ul li:hover a .con .tits {
          color: #e1701f; } }
  @media (max-width: 1200px) {
    .Video ul li a .con .tits {
      font-size: 16px;
      line-height: 20px;
      height: 40px; } }
  @media (max-width: 960px) {
    .Video ul li {
      width: 48.5%;
      margin-right: 3%; }
      .Video ul li:nth-child(3n) {
        margin-right: 3%; }
      .Video ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .Video {
      padding-top: 25px;
      padding-bottom: 25px; }
      .Video ul {
        padding-bottom: 15px; }
        .Video ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; }
          .Video ul li a .con {
            margin-top: 15px; }
            .Video ul li a .con .tag .t {
              font-size: 12px; }
            .Video ul li a .con .tits {
              font-size: 15px;
              margin-top: 10px; }
            .Video ul li a .con .tit {
              font-size: 13px;
              line-height: 16px;
              margin-top: 10px; }
              .Video ul li a .con .tit img {
                height: 16px; } }

.paging {
  width: 100%; }
  .paging .pagination {
    width: 100%;
    display: flex;
    justify-content: center; }
  .paging dt {
    font-size: 18px;
    line-height: 42px;
    color: #1e1e1e;
    font-weight: bold; }
    .paging dt.prev {
      padding-left: 18px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../images/prev1.png");
      margin-right: 30px; }
    .paging dt.next {
      padding-right: 18px;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../images/next1.png");
      margin-left: 30px; }
    .paging dt a {
      color: #1e1e1e; }
  .paging dd {
    border: 1px solid #c0c0c0;
    border-left: none;
    box-sizing: border-box;
    display: flex;
    overflow: hidden; }
    .paging dd:first-of-type {
      border-left: 1px solid #c0c0c0;
      border-radius: 10px 0 0 10px; }
    .paging dd:last-of-type {
      border-radius: 0 10px 10px 0; }
    .paging dd a, .paging dd span {
      width: 52px;
      text-align: center;
      height: 40px;
      text-align: center;
      display: block;
      font-size: 16px;
      line-height: 40px;
      color: #222;
      border-left: 1px solid #c0c0c0; }
      .paging dd a:nth-child(1), .paging dd span:nth-child(1) {
        border-left: none; }
      @media (min-width: 1024px) {
        .paging dd a:hover, .paging dd span:hover {
          background-color: #e1701f;
          color: #fff; } }
    .paging dd span {
      background-color: #e1701f;
      color: #fff; }
  @media (max-width: 768px) {
    .paging dt {
      font-size: 13px;
      line-height: 34px; }
      .paging dt.prev {
        padding-left: 10px;
        margin-right: 10px; }
      .paging dt.next {
        margin-left: 10px;
        padding-right: 10px; }
    .paging dd a, .paging dd span {
      width: 34px;
      height: 34px;
      line-height: 32px;
      font-size: 12px; }
    .paging .pageNew {
      margin: 0 10px; } }

.videoInfo {
  padding-bottom: 60px;
  padding-top: 38px; }
  .videoInfo .videoCon {
    border-radius: 10px;
    overflow: hidden;
    display: flex; }
    .videoInfo .videoCon .videoBox {
      width: 59.7%;
      height: 487px;
      position: relative; }
      .videoInfo .videoCon .videoBox img, .videoInfo .videoCon .videoBox video, .videoInfo .videoCon .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .videoInfo .videoCon .videoBox .title {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        display: flex;
        align-items: center;
        padding-left: 28px;
        padding-right: 22px;
        box-sizing: border-box;
        padding-top: 22px; }
        .videoInfo .videoCon .videoBox .title:after {
          width: 100%;
          height: 138px;
          top: 0;
          left: 0;
          content: '';
          background-image: url("../images/video_bg.png");
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          background-position: left center; }
        .videoInfo .videoCon .videoBox .title .tits {
          flex: 1;
          margin-right: 20px;
          font-size: 16px;
          line-height: 20px;
          color: #fff;
          font-weight: bold;
          display: flex;
          align-items: center;
          position: relative;
          z-index: 5; }
          .videoInfo .videoCon .videoBox .title .tits .img {
            margin-right: 25px;
            width: auto;
            height: auto;
            position: relative; }
        .videoInfo .videoCon .videoBox .title .shareClick {
          display: block;
          text-align: center;
          position: relative;
          z-index: 5; }
          .videoInfo .videoCon .videoBox .title .shareClick .img {
            width: auto;
            height: auto;
            position: relative;
            display: block;
            margin: 0 auto; }
          .videoInfo .videoCon .videoBox .title .shareClick p {
            font-size: 14px;
            line-height: 16px;
            color: #fff; }
    .videoInfo .videoCon .boxRight {
      flex: 1;
      background-color: #252525; }
      .videoInfo .videoCon .boxRight .title {
        padding: 0 26px;
        box-sizing: border-box;
        border-bottom: 3px solid #2d2d2d;
        font-size: 16px;
        line-height: 66px;
        color: #fff;
        font-weight: bold; }
      .videoInfo .videoCon .boxRight .list {
        height: 418px;
        overflow-y: auto;
        box-sizing: border-box; }
        .videoInfo .videoCon .boxRight .list ul li {
          border-bottom: 3px solid #2d2d2d;
          position: relative; }
          .videoInfo .videoCon .boxRight .list ul li:after {
            width: 100%;
            height: 3px;
            background-color: #2d2d2d;
            position: absolute;
            left: 100%;
            content: '';
            bottom: 0; }
          .videoInfo .videoCon .boxRight .list ul li a {
            display: flex;
            align-items: center;
            padding: 16px 0; }
            .videoInfo .videoCon .boxRight .list ul li a .num {
              width: 36px;
              height: 36px;
              border-radius: 100%;
              border: 1px solid #fff;
              font-weight: bold;
              box-sizing: border-box;
              text-align: center;
              font-size: 16px;
              line-height: 34px;
              color: #fff;
              margin: 0 25px; }
            .videoInfo .videoCon .boxRight .list ul li a .pic {
              width: 115px;
              height: 84px;
              position: relative;
              overflow: hidden;
              margin-right: 20px; }
              .videoInfo .videoCon .boxRight .list ul li a .pic img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0; }
            .videoInfo .videoCon .boxRight .list ul li a .con {
              flex: 1;
              margin-right: 3.38542vw; }
              .videoInfo .videoCon .boxRight .list ul li a .con .tits {
                font-size: 16px;
                line-height: 24px;
                color: #fff;
                font-weight: bold;
                height: 48px; }
              .videoInfo .videoCon .boxRight .list ul li a .con .tit {
                display: flex;
                justify-content: space-between;
                font-size: 13px;
                line-height: 16px;
                color: #fff;
                align-items: center;
                margin-top: 10px; }
                .videoInfo .videoCon .boxRight .list ul li a .con .tit .t {
                  display: flex;
                  align-items: center; }
                  .videoInfo .videoCon .boxRight .list ul li a .con .tit .t img {
                    margin-right: 5px; }
          .videoInfo .videoCon .boxRight .list ul li.on a .num {
            background-color: #e1701f;
            border-color: #e1701f; }
  .videoInfo .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 23px; }
    .videoInfo .bottom .t {
      font-size: 17px;
      line-height: 22px;
      color: #333;
      display: flex;
      align-items: center; }
      .videoInfo .bottom .t span {
        display: flex;
        align-items: center;
        margin-right: 30px; }
        .videoInfo .bottom .t span img {
          margin-right: 8px;
          display: block;
          margin-top: -2px; }
    .videoInfo .bottom .share {
      display: flex;
      align-items: center; }
      .videoInfo .bottom .share a {
        width: 22px;
        display: block;
        margin-left: 10px;
        padding: 0; }
        .videoInfo .bottom .share a span {
          width: 22px !important;
          height: 22px !important;
          background-size: 22px !important; }
  @media (max-width: 1024px) {
    .videoInfo {
      padding: 25px 0; }
      .videoInfo .videoCon .videoBox {
        width: 100%;
        height: 0;
        padding-bottom: 60vw; }
        .videoInfo .videoCon .videoBox .title {
          padding: 10px 10px 0; }
          .videoInfo .videoCon .videoBox .title .tits {
            font-size: 12px;
            line-height: 14px; }
            .videoInfo .videoCon .videoBox .title .tits .img {
              width: 30px;
              margin-right: 10px; }
          .videoInfo .videoCon .videoBox .title .shareClick .img {
            width: 16px; }
          .videoInfo .videoCon .videoBox .title .shareClick p {
            font-size: 12px;
            line-height: 14px; }
      .videoInfo .videoCon .boxRight {
        display: none; }
      .videoInfo .bottom {
        display: block;
        margin-top: 15px; }
        .videoInfo .bottom .t {
          font-size: 12px; }
        .videoInfo .bottom .share {
          margin-top: 10px; }
          .videoInfo .bottom .share a {
            margin-left: 0;
            margin-right: 10px; } }

.news {
  padding-top: 38px;
  padding-bottom: 3.22917vw; }
  .news .box1 {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px 35px 20px 18px;
    width: 100%;
    box-sizing: border-box; }
    .news .box1 .list {
      width: 100%;
      position: relative; }
      .news .box1 .list .btns {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        z-index: 15; }
        .news .box1 .list .btns a {
          width: 95px;
          height: 56px;
          background-color: #c2c2c2;
          background-position: center;
          display: block;
          background-repeat: no-repeat; }
          .news .box1 .list .btns a.prev {
            background-image: url("../images/prev2.png");
            border-radius: 0 20px 0 20px; }
          .news .box1 .list .btns a.next {
            background-image: url("../images/next2.png");
            border-radius: 20px 0 20px 0;
            margin-left: 8px; }
          @media (min-width: 1024px) {
            .news .box1 .list .btns a:hover {
              background-color: #e1701f; } }
      .news .box1 .list ul li {
        float: left;
        margin-right: 10px; }
        .news .box1 .list ul li a {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .news .box1 .list ul li a .pic {
            width: 48.1%;
            height: 0;
            padding-bottom: 24.7%;
            border-radius: 10px;
            position: relative;
            overflow: hidden; }
            .news .box1 .list ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .news .box1 .list ul li a .con {
            width: 47.5%;
            padding-top: 12px; }
            .news .box1 .list ul li a .con .time {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 14px;
              color: #272727; }
              .news .box1 .list ul li a .con .time img {
                margin-right: 4px; }
            .news .box1 .list ul li a .con .tits {
              font-size: 32px;
              line-height: 36px;
              font-weight: bold;
              color: #222;
              height: 72px;
              margin-top: 16px; }
            .news .box1 .list ul li a .con .tit {
              font-size: 12px;
              line-height: 25px;
              height: 75px;
              color: #666;
              margin-top: 34px; }
  .news .box2 {
    margin-top: 3.90625vw; }
    .news .box2 .title {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .news .box2 .title .tits {
        font-size: 32px;
        line-height: 34px;
        color: #222;
        font-weight: bold; }
      .news .box2 .title .tabs {
        width: 545px;
        height: 59px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/tabs_bg.png");
        display: flex;
        border-radius: 10px;
        overflow: hidden; }
        .news .box2 .title .tabs a {
          flex: 1;
          font-size: 16px;
          line-height: 59px;
          color: #979797;
          font-weight: bold;
          text-align: center;
          background-size: cover;
          background-repeat: no-repeat; }
          .news .box2 .title .tabs a.on {
            background-image: url("../images/tabs_bg1.png");
            color: #fff; }
          @media (min-width: 1024px) {
            .news .box2 .title .tabs a:hover {
              background-image: url("../images/tabs_bg1.png");
              color: #fff; } }
    .news .box2 .list {
      margin-top: 42px; }
      .news .box2 .list ul {
        padding-bottom: 45px; }
        .news .box2 .list ul li {
          width: 23.3%;
          box-sizing: border-box;
          border: 1px solid #e6e6e6;
          border-radius: 10px;
          overflow: hidden;
          margin-bottom: 32px;
          float: left;
          margin-right: 2.2%; }
          .news .box2 .list ul li:nth-child(4n) {
            margin-right: 0; }
          .news .box2 .list ul li a {
            width: 100%;
            display: block;
            background-color: #fff; }
            .news .box2 .list ul li a .pic {
              padding-bottom: 75%; }
            .news .box2 .list ul li a .con {
              padding: 0 15px 20px;
              box-sizing: border-box;
              position: relative;
              z-index: 5; }
              .news .box2 .list ul li a .con .tits {
                display: flex;
                align-items: flex-end;
                margin-top: -35px; }
                .news .box2 .list ul li a .con .tits .time {
                  width: 42px;
                  height: 80px;
                  border-radius: 22px 22px 0 0;
                  background-color: #e1701f;
                  text-align: center;
                  color: #fff;
                  margin-bottom: 8px;
                  position: relative; }
                  .news .box2 .list ul li a .con .tits .time span {
                    display: block;
                    font-size: 24px;
                    line-height: 26px;
                    padding-top: 15px; }
                  .news .box2 .list ul li a .con .tits .time i {
                    font-size: 12px;
                    line-height: 14px;
                    color: #fff;
                    display: block; }
                  .news .box2 .list ul li a .con .tits .time img {
                    position: absolute;
                    bottom: -5px;
                    left: -4px; }
                .news .box2 .list ul li a .con .tits .t {
                  flex: 1;
                  margin-left: 14px;
                  font-size: 16px;
                  line-height: 20px;
                  height: 40px;
                  color: #222;
                  font-weight: bold; }
              .news .box2 .list ul li a .con .tit {
                font-size: 12px;
                line-height: 18px;
                color: #666;
                height: 36px;
                margin-top: 13px; }
              .news .box2 .list ul li a .con .more {
                border: 1px solid #e1701f;
                font-size: 12px;
                line-height: 18px;
                color: #e1701f;
                text-align: center;
                width: 78px;
                margin-top: 20px; }
  @media (max-width: 1366px) {
    .news .box1 .list ul li a .con .tits {
      font-size: 28px;
      line-height: 32px;
      height: 64px; }
    .news .box1 .list ul li a .con .tit {
      margin-top: 20px; }
    .news .box1 .list .btns a {
      width: 80px;
      height: 42px; }
    .news .box2 .title .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .news .box1 .list ul li a .con .tits {
      font-size: 24px;
      line-height: 28px;
      height: 56px; }
    .news .box1 .list ul li a .con .tit {
      line-height: 20px;
      height: 60px;
      margin-top: 15px; }
    .news .box2 .title .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .news .box1 .list ul li a .con .tits {
      font-size: 18px;
      line-height: 26px;
      height: 52px; }
    .news .box1 .list ul li a .pic {
      overflow: hidden;
      padding-bottom: 35.7%; }
    .news .box2 .title .tits {
      font-size: 18px;
      line-height: 20px; }
    .news .box2 .title .tabs {
      width: 426px;
      height: 45px; }
      .news .box2 .title .tabs a {
        font-size: 14px;
        line-height: 45px; }
    .news .box2 .list {
      margin-top: 30px; }
      .news .box2 .list ul li {
        width: 32%;
        margin-right: 2%; }
        .news .box2 .list ul li:nth-child(4n) {
          margin-right: 2%; }
        .news .box2 .list ul li:nth-child(3n) {
          margin-right: 0; } }
  @media (max-width: 960px) {
    .news .box2 .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .news .box2 .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .news .box2 .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .news {
      padding-top: 25px;
      padding-bottom: 25px; }
      .news .box1 {
        padding: 15px; }
        .news .box1 .list ul li a {
          display: block; }
          .news .box1 .list ul li a .pic {
            width: 100%;
            padding-bottom: 58%; }
          .news .box1 .list ul li a .con {
            width: 100%; }
            .news .box1 .list ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              height: auto;
              margin-top: 10px; }
            .news .box1 .list ul li a .con .tit {
              margin-top: 10px; }
        .news .box1 .list .btns {
          display: flex;
          position: relative;
          justify-content: center;
          margin-top: 15px; }
          .news .box1 .list .btns a {
            margin: 0 5px; }
      .news .box2 {
        margin-top: 20px; }
      .news .box2 .title {
        display: block; }
        .news .box2 .title .tabs {
          margin-top: 10px;
          width: 100%;
          height: 10vw; }
          .news .box2 .title .tabs a {
            font-size: 12px;
            line-height: 10vw; } }
  @media (max-width: 640px) {
    .news .box2 .list {
      margin-top: 15px; }
      .news .box2 .list ul {
        padding-bottom: 15px; }
        .news .box2 .list ul li {
          width: 100%;
          float: none;
          margin-right: 0 !important;
          margin-bottom: 15px; } }

.page {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page a {
    width: 282px;
    max-width: 46%;
    display: block;
    font-weight: bold;
    background-repeat: no-repeat;
    position: relative; }
    .page a:after {
      bottom: 3px;
      background-size: cover;
      background-repeat: no-repeat;
      width: 22px;
      height: 35px;
      content: '';
      position: absolute; }
    .page a .t {
      font-size: 16px;
      line-height: 18px;
      color: #e1701f; }
    .page a .t1 {
      font-size: 14px;
      line-height: 18px;
      height: 36px;
      color: #222;
      margin-top: 12px; }
    .page a:nth-child(1) {
      padding-left: 65px; }
      .page a:nth-child(1):after {
        left: 0;
        background-image: url("../images/p.png"); }
    .page a:nth-child(2) {
      padding-right: 65px; }
      .page a:nth-child(2):after {
        right: 0;
        background-image: url("../images/n.png"); }
    @media (min-width: 1024px) {
      .page a:hover .t1 {
        color: #e1701f; } }
  @media (max-width: 1150px) {
    .page a:nth-child(1) {
      padding-left: 30px; }
    .page a:nth-child(2) {
      padding-right: 30px; } }
  @media (max-width: 768px) {
    .page {
      display: block; }
      .page a {
        width: 100%;
        text-align: left !important;
        max-width: 100%;
        margin-bottom: 15px;
        padding: 0 !important; }
        .page a:after {
          display: none; }
        .page a .t1 {
          margin-top: 5px;
          font-size: 13px;
          line-height: 16px;
          height: auto; } }

.newsInfo {
  padding-top: 24px;
  padding-bottom: 52px;
  display: flex;
  justify-content: space-between; }
  .newsInfo:after {
    display: none; }
  .newsInfo .content {
    width: 66.8%;
    background-color: #fff;
    box-shadow: 0px 1px 9px 0px rgba(195, 195, 195, 0.4);
    border: 1px solid #f3f3f3;
    padding: 27px 38px 58px;
    box-sizing: border-box; }
    .newsInfo .content .title {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .newsInfo .content .title .t {
        font-size: 14px;
        line-height: 23px;
        color: #7b7b7b;
        display: flex;
        align-items: center; }
        .newsInfo .content .title .t span {
          display: flex;
          align-items: center;
          margin-right: 30px; }
          .newsInfo .content .title .t span img {
            margin-right: 12px; }
      .newsInfo .content .title .share {
        display: flex;
        align-items: center; }
        .newsInfo .content .title .share a {
          width: 23px;
          display: block;
          line-height: 23px;
          padding: 0;
          margin-left: 10px; }
          .newsInfo .content .title .share a span {
            width: 23px !important;
            height: 23px !important;
            line-height: 23px !important;
            background-size: 23px !important; }
    .newsInfo .content .tits {
      font-size: 28px;
      line-height: 38px;
      color: #020202;
      font-weight: bold;
      border-bottom: 1px solid #e4e4e4;
      margin-top: 25px;
      padding-bottom: 24px; }
    .newsInfo .content .con {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin: 25px auto 40px; }
      .newsInfo .content .con img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        border-radius: 15px; }
      .newsInfo .content .con.con1 {
        width: 690px;
        max-width: 100%; }
    .newsInfo .content .con2 {
      background-color: #f6f6f6;
      border: 1px solid #eee;
      padding: 20px 47px;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: 1fr 1fr 120px;
      font-size: 12px;
      margin-top: -1px;
      line-height: 32px;
      margin-bottom: 40px; }
      .newsInfo .content .con2 .t span {
        font-weight: bold; }
  .newsInfo .infoRight {
    background-color: #fff;
    box-shadow: 0px 1px 9px 0px rgba(195, 195, 195, 0.4);
    border: 1px solid #f3f3f3;
    padding: 45px 40px 50px;
    box-sizing: border-box;
    width: 31.7%;
    float: right; }
    .newsInfo .infoRight .item {
      margin-bottom: 37px; }
      .newsInfo .infoRight .item:last-child {
        margin-bottom: 0; }
      .newsInfo .infoRight .item .title {
        display: flex;
        justify-content: space-between; }
        .newsInfo .infoRight .item .title .t {
          font-size: 20px;
          line-height: 22px;
          color: #020202;
          font-weight: bold; }
        .newsInfo .infoRight .item .title a {
          width: 78px;
          height: 22px;
          border: 1px solid #e1701f;
          text-align: center;
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #e1701f; }
      .newsInfo .infoRight .item ul {
        margin-top: 32px; }
        .newsInfo .infoRight .item ul li {
          border-bottom: 1px solid #e4e4e4; }
          .newsInfo .infoRight .item ul li a {
            width: 100%;
            display: block;
            padding-bottom: 18px; }
            .newsInfo .infoRight .item ul li a .pic {
              padding-bottom: 75%;
              border-radius: 10px; }
            .newsInfo .infoRight .item ul li a .con {
              padding-top: 23px; }
              .newsInfo .infoRight .item ul li a .con .tits {
                font-size: 16px;
                line-height: 20px;
                color: #222;
                height: 40px;
                font-weight: bold; }
              .newsInfo .infoRight .item ul li a .con .time {
                display: flex;
                align-items: center;
                font-size: 14px;
                line-height: 16px;
                color: #666;
                margin-top: 6px; }
                .newsInfo .infoRight .item ul li a .con .time img {
                  margin-right: 5px; }
          @media (min-width: 1024px) {
            .newsInfo .infoRight .item ul li:hover {
              border-color: #e1701f; } }
  @media (max-width: 1366px) {
    .newsInfo .content .tits {
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 1150px) {
    .newsInfo {
      display: block; }
      .newsInfo .content {
        width: 100%;
        padding: 15px; }
        .newsInfo .content .tits {
          font-size: 20px;
          line-height: 26px; }
      .newsInfo .infoRight {
        display: none; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-bottom: 25px; }
      .newsInfo .content .title {
        display: block; }
        .newsInfo .content .title .t {
          font-size: 12px;
          margin-right: 10px; }
          .newsInfo .content .title .t span {
            margin-right: 15px; }
            .newsInfo .content .title .t span img {
              margin-right: 5px; }
        .newsInfo .content .title .share {
          margin-top: 10px; }
          .newsInfo .content .title .share a {
            margin-right: 8px;
            margin-left: 0;
            width: 20px;
            display: block;
            line-height: 20px;
            padding: 0; }
            .newsInfo .content .title .share a span {
              width: 20px !important;
              height: 20px !important;
              line-height: 20px !important;
              background-size: 20px !important; }
      .newsInfo .content .tits {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 10px; }
      .newsInfo .content .con {
        font-size: 13px;
        line-height: 22px;
        margin: 15px auto 20px; }
      .newsInfo .content .con2 {
        padding: 15px;
        display: block;
        margin-bottom: 20px; } }

.team {
  padding-top: 30px;
  padding-bottom: 72px; }
  .team ul {
    padding-bottom: 23px; }
    .team ul li {
      width: 22.4%;
      margin-right: 3.4%;
      float: left;
      border-radius: 10px;
      box-sizing: border-box;
      overflow: hidden;
      background-color: #d9d9d9;
      margin-bottom: 45px;
      padding: 1px; }
      .team ul li:nth-child(4n) {
        margin-right: 0; }
      .team ul li .liNew {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: #fff;
        display: block;
        border-radius: 10px; }
        .team ul li .liNew .pic {
          width: 100%;
          position: relative; }
          .team ul li .liNew .pic .img {
            border-radius: 10px;
            width: 100%;
            height: 0;
            padding-bottom: 105.9%;
            position: relative;
            overflow: hidden;
            display: block; }
            .team ul li .liNew .pic .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .team ul li .liNew .pic .share {
            width: 24px;
            position: absolute;
            z-index: 10;
            right: 14px;
            bottom: 12px; }
            .team ul li .liNew .pic .share a {
              width: 24px;
              height: 24px;
              display: block;
              margin-top: 5px;
              background-size: cover;
              background-repeat: no-repeat; }
              .team ul li .liNew .pic .share a:nth-child(1) {
                background-image: url("../images/team_share1.png"); }
              .team ul li .liNew .pic .share a:nth-child(2) {
                background-image: url("../images/team_share2.png"); }
              .team ul li .liNew .pic .share a:nth-child(3) {
                background-image: url("../images/team_share3.png"); }
              .team ul li .liNew .pic .share a:nth-child(4) {
                background-image: url("../images/team_share4.png"); }
              .team ul li .liNew .pic .share a:nth-child(5) {
                background-image: url("../images/team_share5.png"); }
        .team ul li .liNew .con {
          width: 100%;
          border-radius: 10px;
          margin-top: 15px;
          padding: 15px 16px 10px 12px;
          box-sizing: border-box;
          background-color: #f7f7f7;
          display: block;
          position: relative; }
          .team ul li .liNew .con .tits {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c; }
            .team ul li .liNew .con .tits span {
              font-size: 16px;
              font-weight: bold;
              color: #0b0b0b; }
          .team ul li .liNew .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 5px; }
            .team ul li .liNew .con .tit span {
              color: #0b0b0b; }
          .team ul li .liNew .con .tit1 {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c; }
            .team ul li .liNew .con .tit1 .t {
              padding-left: 24px;
              background-position: left center;
              background-repeat: no-repeat; }
              .team ul li .liNew .con .tit1 .t:nth-child(1) {
                background-image: url("../images/team_icon1.png"); }
              .team ul li .liNew .con .tit1 .t:nth-child(2) {
                background-image: url("../images/team_icon2.png"); }
          .team ul li .liNew .con .img {
            width: 14px;
            height: 10px;
            position: absolute;
            right: 16px;
            bottom: 14px;
            z-index: 5; }
            .team ul li .liNew .con .img:after {
              width: 10px;
              height: 10px;
              position: absolute;
              top: 0;
              left: -5px;
              background-color: #6600e1;
              content: '';
              border-radius: 100%; }
            .team ul li .liNew .con .img img {
              position: relative;
              z-index: 5;
              display: block; }
              .team ul li .liNew .con .img img:nth-child(2) {
                display: none; }
      @media (min-width: 1024px) {
        .team ul li:hover {
          border-color: transparent;
          box-shadow: 1.5px 2.598px 5px 0px rgba(123, 123, 123, 0.71);
          background: -moz-linear-gradient(top, #e1701f 0%, #6600e2 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1701f), color-stop(100%, #6600e2));
          background: -webkit-linear-gradient(top, #e1701f 0%, #6600e2 100%);
          background: -o-linear-gradient(top, #e1701f 0%, #6600e2 100%);
          background: -ms-linear-gradient(top, #e1701f 0%, #6600e2 100%);
          background: linear-gradient(to bottom, #e1701f 0%, #6600e2 100%); }
          .team ul li:hover .liNew {
            background: -moz-linear-gradient(top, #e1701f 0%, #e1701f 14%, #ffeee1 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1701f), color-stop(14%, #e1701f), color-stop(100%, #ffeee1));
            background: -webkit-linear-gradient(top, #e1701f 0%, #e1701f 14%, #ffeee1 100%);
            background: -o-linear-gradient(top, #e1701f 0%, #e1701f 14%, #ffeee1 100%);
            background: -ms-linear-gradient(top, #e1701f 0%, #e1701f 14%, #ffeee1 100%);
            background: linear-gradient(to bottom, #e1701f 0%, #e1701f 14%, #ffeee1 100%); }
            .team ul li:hover .liNew .pic .share a:nth-child(1) {
              background-image: url("../images/team_share1_h.png"); }
            .team ul li:hover .liNew .pic .share a:nth-child(2) {
              background-image: url("../images/team_share2_h.png"); }
            .team ul li:hover .liNew .pic .share a:nth-child(3) {
              background-image: url("../images/team_share3_h.png"); }
            .team ul li:hover .liNew .pic .share a:nth-child(4) {
              background-image: url("../images/team_share4_h.png"); }
            .team ul li:hover .liNew .pic .share a:nth-child(5) {
              background-image: url("../images/team_share5_h.png"); }
            .team ul li:hover .liNew .con {
              background-color: #e16d1a; }
              .team ul li:hover .liNew .con .tits {
                color: #fff; }
                .team ul li:hover .liNew .con .tits span {
                  color: #fff; }
              .team ul li:hover .liNew .con .tit {
                color: #fff; }
                .team ul li:hover .liNew .con .tit span {
                  color: #fff; }
              .team ul li:hover .liNew .con .tit1 {
                color: #fff; }
                .team ul li:hover .liNew .con .tit1 .t:nth-child(1) {
                  background-image: url("../images/team_icon1_h.png"); }
                .team ul li:hover .liNew .con .tit1 .t:nth-child(2) {
                  background-image: url("../images/team_icon2_h.png"); }
              .team ul li:hover .liNew .con .img:after {
                background-color: #fff; }
              .team ul li:hover .liNew .con .img img:nth-child(1) {
                display: none; }
              .team ul li:hover .liNew .con .img img:nth-child(2) {
                display: block; } }
  @media (max-width: 1200px) {
    .team ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .team ul li:nth-child(4n) {
        margin-right: 2%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .team ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .team ul li:nth-child(3n) {
        margin-right: 3%; }
      .team ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .team {
      padding-top: 25px;
      padding-bottom: 25px; }
      .team ul {
        padding-bottom: 15px; }
        .team ul li {
          width: 100%;
          margin-bottom: 15px; } }

.teamInfo {
  padding-top: 30px;
  padding-bottom: 30px; }
  .teamInfo .box1 .picBox {
    width: 32.6%;
    box-sizing: border-box;
    padding: 15px;
    background-size: cover;
    background-image: url("../images/team_bg1.png");
    position: relative;
    float: left;
    border-radius: 20px; }
    .teamInfo .box1 .picBox .img {
      border-radius: 10px;
      box-sizing: border-box;
      border: 1px solid #e1701f;
      overflow: hidden; }
    .teamInfo .box1 .picBox .img1 {
      position: absolute;
      right: -1px;
      bottom: -1px; }
  .teamInfo .box1 .con {
    width: 62.4%;
    float: right; }
    .teamInfo .box1 .con .title {
      border-bottom: 1px dashed #ddd;
      position: relative;
      padding-bottom: 34px; }
      .teamInfo .box1 .con .title .tits .t {
        font-size: 20px;
        line-height: 22px;
        color: #e16d1a;
        font-weight: bold; }
      .teamInfo .box1 .con .title .tits .t1 {
        font-size: 40px;
        line-height: 42px;
        color: #222;
        font-weight: bold;
        margin-top: 20px; }
        .teamInfo .box1 .con .title .tits .t1 span {
          display: inline-block;
          position: relative; }
          .teamInfo .box1 .con .title .tits .t1 span:after {
            width: 100%;
            height: 3px;
            background-color: #e1701f;
            position: absolute;
            bottom: -36px;
            left: 0;
            content: ''; }
      .teamInfo .box1 .con .title .share {
        position: absolute;
        display: flex;
        align-items: center;
        bottom: 37px;
        right: 0; }
        .teamInfo .box1 .con .title .share a {
          width: 30px;
          display: block;
          margin-left: 10px; }
    .teamInfo .box1 .con .conn {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 35px;
      min-height: 270px; }
    .teamInfo .box1 .con .tit .t {
      display: flex;
      align-items: center;
      font-size: 12px;
      line-height: 18px;
      color: #4c4b4b;
      margin-bottom: 12px; }
      .teamInfo .box1 .con .tit .t:last-child {
        margin-bottom: 0; }
      .teamInfo .box1 .con .tit .t img {
        margin-right: 8px; }
      .teamInfo .box1 .con .tit .t span {
        width: 152px;
        display: block;
        font-weight: bold;
        color: #222; }
  .teamInfo .list {
    padding-right: 188px;
    box-sizing: border-box;
    margin-top: 60px;
    position: relative; }
    .teamInfo .list img {
      position: absolute;
      top: 0;
      right: 0; }
    .teamInfo .list ul {
      position: relative; }
      .teamInfo .list ul:after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 32px;
        content: '';
        background-color: #cfcfcf; }
      .teamInfo .list ul li {
        padding-left: 42px;
        box-sizing: border-box;
        padding-top: 7px;
        margin-bottom: 25px;
        position: relative; }
        .teamInfo .list ul li:last-child {
          margin-bottom: 0; }
        .teamInfo .list ul li:after {
          width: 86px;
          height: 1px;
          position: absolute;
          left: 0;
          top: 31px;
          content: '';
          background-color: #cfcfcf; }
        .teamInfo .list ul li:before {
          width: 11px;
          height: 11px;
          border-radius: 100%;
          background-color: #6600e1;
          top: 26px;
          left: 27px;
          content: '';
          position: absolute;
          z-index: 5; }
        .teamInfo .list ul li .year {
          font-size: 14px;
          line-height: 16px;
          color: #4c4b4b;
          font-weight: bold; }
        .teamInfo .list ul li .t {
          font-size: 14px;
          line-height: 21px;
          color: #666;
          margin-top: 13px; }
  .teamInfo .proList {
    margin-top: 60px; }
  @media (max-width: 1366px) {
    .teamInfo .box1 .con .title {
      padding-bottom: 25px; }
    .teamInfo .box1 .con .title .tits .t1 {
      font-size: 30px;
      line-height: 32px; }
      .teamInfo .box1 .con .title .tits .t1 span:after {
        bottom: -27px; } }
  @media (max-width: 1200px) {
    .teamInfo .box1 .con .title .tits .t1 {
      font-size: 24px;
      line-height: 26px; }
    .teamInfo .box1 .con .conn {
      margin-top: 20px;
      min-height: inherit;
      margin-bottom: 15px; } }
  @media (max-width: 1024px) {
    .teamInfo .box1 .con .title .tits .t {
      font-size: 16px;
      line-height: 18px; }
    .teamInfo .box1 .con .title .tits .t1 {
      font-size: 20px;
      line-height: 22px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .teamInfo .box1 .picBox {
      float: none;
      width: 100%; }
    .teamInfo .box1 .con {
      width: 100%;
      margin-top: 15px; }
      .teamInfo .box1 .con .title {
        padding-bottom: 16px; }
        .teamInfo .box1 .con .title .tits .t {
          font-size: 14px;
          line-height: 16px; }
        .teamInfo .box1 .con .title .tits .t1 {
          margin-top: 5px; }
          .teamInfo .box1 .con .title .tits .t1 span:after {
            bottom: -18px; }
      .teamInfo .box1 .con .conn {
        font-size: 12px; }
      .teamInfo .box1 .con .tit .t {
        flex-wrap: wrap; }
        .teamInfo .box1 .con .tit .t i {
          width: 100%;
          display: block;
          box-sizing: border-box;
          padding-left: 26px; }
    .teamInfo .list {
      padding-right: 0;
      margin-top: 20px; }
      .teamInfo .list img {
        display: none; }
      .teamInfo .list ul li .t {
        font-size: 12px;
        line-height: 20px; }
    .teamInfo .proList {
      margin-top: 25px; } }

.proList ul li {
  width: 23.4%;
  float: left;
  margin-right: 2.1%;
  margin-bottom: 30px; }
  .proList ul li:nth-child(4n) {
    margin-right: 0; }
  .proList ul li a {
    width: 100%;
    display: block; }
    .proList ul li a .aBox {
      background-color: #fff;
      border-radius: 10px 10px 0 0;
      border: 1px solid #e5e5e5;
      box-sizing: border-box;
      width: 100%;
      padding: 15px;
      border-bottom: none; }
      .proList ul li a .aBox .pic {
        padding-bottom: 75.3%;
        border-radius: 10px; }
      .proList ul li a .aBox .con {
        margin-top: 25px; }
        .proList ul li a .aBox .con .tits {
          font-size: 16px;
          line-height: 20px;
          color: #000016;
          font-weight: bold; }
        .proList ul li a .aBox .con .tit {
          font-size: 12px;
          line-height: 22px;
          color: #7b7b7b;
          margin-top: 9px; }
          .proList ul li a .aBox .con .tit p span {
            font-weight: bold;
            color: #222; }
    .proList ul li a .btns {
      border: 1px solid #c7c7c7;
      box-sizing: border-box;
      width: 100%;
      background-color: #f7f7f7;
      height: 42px;
      position: relative; }
      .proList ul li a .btns .t {
        width: calc(100% - 42px);
        height: 42px;
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: #42038e;
        text-align: center;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
        font-weight: bold; }
      .proList ul li a .btns .t1 {
        width: 42px;
        height: 40px;
        float: right;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/icon5.png"); }
  @media (min-width: 1024px) {
    .proList ul li:hover a .btns .t {
      background-color: #e1701f; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 960px) {
  .proList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .proList ul li:nth-child(3n) {
      margin-right: 3%; }
    .proList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 640px) {
  .proList ul li {
    width: 100%;
    margin-bottom: 10px; } }

.customer {
  padding-top: 24px;
  padding-bottom: 70px; }
  @media (max-width: 768px) {
    .customer {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .customer .box {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background-size: cover;
    background-image: url("../images/customer_bg.png");
    background-position: center bottom;
    background-color: #f5f5f5;
    box-shadow: 0px 4px 8px 0px rgba(227, 227, 227, 0.5);
    border: 1px solid #dfdfdf;
    position: relative; }
    .customer .box .boxLeft {
      background-size: cover;
      background-image: url("../images/customer_bg1.jpg");
      width: 20.5%;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .customer .box .boxLeft .boxNew {
        width: 74%; }
        .customer .box .boxLeft .boxNew .tits {
          font-weight: bold;
          font-size: 16px;
          line-height: 18px;
          color: #222; }
        .customer .box .boxLeft .boxNew .tit {
          margin-top: 25px; }
          .customer .box .boxLeft .boxNew .tit .sel {
            margin-bottom: 12px;
            cursor: pointer;
            position: relative; }
            .customer .box .boxLeft .boxNew .tit .sel .t {
              width: 100%;
              height: 46px;
              border-radius: 5px;
              background-color: #fff;
              display: flex;
              justify-content: space-between;
              padding: 0 12px;
              align-items: center;
              font-size: 16px;
              line-height: 46px;
              color: #646464;
              box-sizing: border-box; }
            .customer .box .boxLeft .boxNew .tit .sel ul {
              width: 100%;
              position: absolute;
              top: 46px;
              background-color: #fff;
              max-height: 202px;
              overflow-y: auto;
              display: none;
              box-sizing: border-box; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar {
                width: 5px;
                height: 5px; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-button:vertical {
                display: none; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-track:vertical {
                background-color: black; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-track-piece {
                background: #E3E3E3; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-thumb:vertical {
                background-color: #555;
                border-radius: 30px; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-thumb:vertical:hover {
                background-color: #3B3B3B; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-corner:vertical {
                background-color: #535353; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-resizer:vertical {
                background-color: #FF6E00; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-track-piece {
                background: #eeeeee; }
              .customer .box .boxLeft .boxNew .tit .sel ul::-webkit-scrollbar-thumb:vertical {
                background-color: #196CCF; }
              .customer .box .boxLeft .boxNew .tit .sel ul li {
                cursor: pointer;
                font-size: 14px;
                line-height: 40px;
                color: #888;
                padding: 0 12px; }
                @media (min-width: 1024px) {
                  .customer .box .boxLeft .boxNew .tit .sel ul li:hover {
                    background-color: #eee; } }
            .customer .box .boxLeft .boxNew .tit .sel.on {
              z-index: 5; }
              .customer .box .boxLeft .boxNew .tit .sel.on ul {
                border: 1px solid #eee; }
        .customer .box .boxLeft .boxNew .but {
          width: 100%;
          height: 46px;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          line-height: 46px;
          color: #fff;
          font-weight: bold;
          background-color: #e1701f; }
          .customer .box .boxLeft .boxNew .but img {
            margin-left: 10px; }
    .customer .box .mapBox {
      width: 79.5%;
      position: relative;
      box-sizing: border-box; }
      .customer .box .mapBox ul {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .customer .box .mapBox ul li {
          position: absolute;
          cursor: pointer; }
          .customer .box .mapBox ul li .dian {
            background-size: cover;
            width: 33px;
            height: 58px;
            margin: 0 auto;
            background-position: center;
            background-image: url("../images/dian.png"); }
          .customer .box .mapBox ul li .t {
            width: 86px;
            height: 28px;
            background-size: cover;
            background-image: url("../images/k.png");
            text-align: center;
            font-size: 14px;
            line-height: 28px;
            color: #e1701f; }
          .customer .box .mapBox ul li.on .dian {
            background-image: url("../images/dian_h.png"); }
          .customer .box .mapBox ul li.on .t {
            background-image: url("../images/k_h.png");
            color: #fff; }
          .customer .box .mapBox ul li:nth-child(1) {
            top: 31%;
            left: 14%; }
          .customer .box .mapBox ul li:nth-child(2) {
            top: 24%;
            left: 50%; }
          .customer .box .mapBox ul li:nth-child(3) {
            top: 52%;
            left: 49%; }
          .customer .box .mapBox ul li:nth-child(4) {
            top: 39%;
            left: 55%; }
          .customer .box .mapBox ul li:nth-child(5) {
            top: 23%;
            left: 69%; }
          .customer .box .mapBox ul li:nth-child(6) {
            top: 66%;
            left: 78%; }
    @media (max-width: 1260px) {
      .customer .box .boxLeft {
        width: 24.5%; }
        .customer .box .boxLeft .boxNew {
          width: 90%; }
          .customer .box .boxLeft .boxNew .tits {
            font-size: 14px;
            line-height: 16px; }
          .customer .box .boxLeft .boxNew .tit {
            margin-top: 10px; }
            .customer .box .boxLeft .boxNew .tit .sel .t {
              height: 40px;
              font-size: 14px;
              line-height: 40px; }
            .customer .box .boxLeft .boxNew .tit .sel ul {
              top: 40px; } }
    @media (max-width: 1024px) {
      .customer .box {
        display: block; }
        .customer .box .mapBox ul li .dian {
          width: 18px;
          height: 31px; }
        .customer .box .boxLeft {
          width: 100%;
          padding: 20px 0;
          background-color: #efefef; }
        .customer .box .mapBox {
          display: none; } }
  .customer .list .title {
    text-align: center;
    width: 720px;
    max-width: 100%;
    margin: 46px auto 42px; }
    .customer .list .title .tits {
      font-size: 32px;
      line-height: 34px;
      color: #222;
      font-weight: bold; }
    .customer .list .title .txt {
      font-size: 12px;
      line-height: 20px;
      color: #666;
      margin-top: 25px; }
  .customer .list ul {
    padding-bottom: 32px; }
    .customer .list ul li {
      width: 23.3%;
      float: left;
      margin-right: 2.2%;
      margin-bottom: 40px;
      border-top: 4px solid #bfbfbf;
      border-left: 1px solid #e6e6e6;
      border-bottom: 4px solid #bfbfbf;
      border-right: 1px solid #e6e6e6;
      box-sizing: border-box;
      background-color: #fff; }
      .customer .list ul li:nth-child(4n) {
        margin-right: 0; }
      .customer .list ul li a {
        width: 100%;
        display: block;
        position: relative; }
        .customer .list ul li a .pic {
          padding-bottom: 75%; }
        .customer .list ul li a .con {
          box-sizing: border-box;
          padding: 20px 30px 40px;
          text-align: center; }
          .customer .list ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            height: 40px;
            color: #222; }
          .customer .list ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            height: 36px;
            color: #666;
            margin-top: 10px; }
        .customer .list ul li a .more {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          position: absolute;
          background-color: #bfbfbf;
          text-align: center;
          line-height: 50px;
          border: 2px solid #fff;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -26px;
          color: #fff;
          font-size: 12px; }
      @media (min-width: 1024px) {
        .customer .list ul li:hover {
          border-top: 4px solid #e1701f;
          border-bottom: 4px solid #e1701f;
          box-shadow: 0px 0px 6px rgba(225, 112, 31, 0.4); }
          .customer .list ul li:hover a .more {
            background-color: #e1701f; } }
  @media (max-width: 1366px) {
    .customer .list .title .tits {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .customer .list .title {
      margin: 25px auto 20px; }
      .customer .list .title .tits {
        font-size: 20px;
        line-height: 24px; }
      .customer .list .title .txt {
        margin-top: 15px; }
    .customer .list ul li {
      width: 32%;
      margin-right: 2%; }
      .customer .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .customer .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .customer .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .customer .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .customer .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .customer .list ul {
      padding-bottom: 15px; }
      .customer .list ul li {
        width: 100%;
        float: none;
        margin-right: 0 !important;
        margin-bottom: 30px; }
        .customer .list ul li a .con {
          padding: 15px 15px 30px; } }

.brand {
  padding-top: 30px;
  padding-bottom: 80px; }
  .brand .conLeft {
    width: 310px;
    background-color: #fff;
    float: left;
    border-width: 0.5px;
    border-color: #933aff;
    border-style: solid;
    box-shadow: 2px 3.464px 9px 0px rgba(37, 0, 81, 0.34);
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .brand .conLeft .title {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      line-height: 60px;
      color: #e16d1a;
      font-weight: bold;
      background-image: -moz-linear-gradient(0deg, #6600e1 0%, #6600e1 0%, #7400ff 100%);
      background-image: -webkit-linear-gradient(0deg, #6600e1 0%, #6600e1 0%, #7400ff 100%);
      background-image: -ms-linear-gradient(0deg, #6600e1 0%, #6600e1 0%, #7400ff 100%);
      box-shadow: 2px 3.464px 9px 0px rgba(37, 0, 81, 0.34);
      border-radius: 10px 10px 0 0;
      text-shadow: 0.5px 0.866px 1px rgba(46, 0, 101, 0.94); }
      .brand .conLeft .title img {
        margin-right: 12px; }
    .brand .conLeft .conNew {
      padding: 20px 35px 20px 48px;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border: 1px solid #b5e8e3;
      border-top: none; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #e1701f;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 21px;
          height: 21px;
          border-radius: 100%;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #e1701f; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #e1701f;
            color: #fff; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 12px;
            line-height: 30px;
            color: #e1701f; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 12px;
              line-height: 34px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #e1701f; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #e1701f; } }
  .brand .conRight {
    width: calc(100% - 310px - 40px);
    float: right; }
    .brand .conRight .item:nth-child(2) {
      margin-bottom: 50px; }
    .brand .conRight .title {
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #232323;
      border-bottom: 2px solid #e7e7e7; }
      .brand .conRight .title span {
        display: block;
        width: fit-content;
        position: relative;
        padding-bottom: 10px; }
        .brand .conRight .title span:after {
          width: 100%;
          height: 4px;
          position: absolute;
          bottom: -3px;
          left: 0;
          background-image: -moz-linear-gradient(0deg, #6600e1 0%, #6600e1 0%, #7400ff 100%);
          background-image: -webkit-linear-gradient(0deg, #6600e1 0%, #6600e1 0%, #7400ff 100%);
          background-image: -ms-linear-gradient(0deg, #6600e1 0%, #6600e1 0%, #7400ff 100%);
          box-shadow: 2px 3.464px 9px 0px rgba(37, 0, 81, 0.34);
          content: ''; }
    .brand .conRight ul {
      margin-top: 30px; }
      .brand .conRight ul li {
        width: 16.2%;
        float: left;
        margin-bottom: 30px;
        margin-right: 4.75%;
        position: relative; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight ul li a {
          width: 100%;
          display: block;
          background-color: #fff;
          border: 0.5px solid #d6d6d6;
          border-radius: 10px;
          overflow: hidden;
          box-sizing: border-box;
          box-shadow: 3.597px 3.473px 5px 0px rgba(0, 0, 0, 0.13);
          position: relative;
          z-index: 5; }
          .brand .conRight ul li a .pic {
            width: 100%;
            height: 56px;
            position: relative; }
            .brand .conRight ul li a .pic img {
              max-width: 60%;
              max-height: 70%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .brand .conRight ul li a .tits {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            color: #2d2d2d;
            text-align: center;
            width: 100%;
            text-transform: uppercase; }
          .brand .conRight ul li a .tit {
            background-color: #ededed;
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 25px;
            color: #2d2d2d;
            margin-top: 5px;
            justify-content: center; }
            .brand .conRight ul li a .tit span {
              margin-left: 13px;
              position: relative; }
              .brand .conRight ul li a .tit span:after {
                width: 10px;
                height: 10px;
                background-color: #b690e5;
                border-radius: 100%;
                position: absolute;
                left: -5px;
                content: '';
                top: 50%;
                transform: translateY(-50%); }
              .brand .conRight ul li a .tit span img {
                position: relative;
                z-index: 5; }
                .brand .conRight ul li a .tit span img:nth-child(2) {
                  display: none; }
        @media (min-width: 1024px) {
          .brand .conRight ul li:hover:after {
            width: calc(100% + 6px);
            height: calc(100% + 6px);
            position: absolute;
            top: -3px;
            left: -3px;
            background: -moz-linear-gradient(top, #e1701f 0%, #6600e2 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1701f), color-stop(100%, #6600e2));
            background: -webkit-linear-gradient(top, #e1701f 0%, #6600e2 100%);
            background: -o-linear-gradient(top, #e1701f 0%, #6600e2 100%);
            background: -ms-linear-gradient(top, #e1701f 0%, #6600e2 100%);
            background: linear-gradient(to bottom, #e1701f 0%, #6600e2 100%);
            content: '';
            border-radius: 10px; }
          .brand .conRight ul li:hover:before {
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            position: absolute;
            top: -2px;
            left: -2px;
            background-color: #f7f7f7;
            content: '';
            border-radius: 10px;
            z-index: 3; }
          .brand .conRight ul li:hover a {
            box-shadow: none; }
            .brand .conRight ul li:hover a .tit {
              background-color: #6f00f5;
              color: #fff; }
              .brand .conRight ul li:hover a .tit span:after {
                background-color: #e1701f; }
              .brand .conRight ul li:hover a .tit span img:nth-child(1) {
                display: none; }
              .brand .conRight ul li:hover a .tit span img:nth-child(2) {
                display: block; } }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .brand .conRight ul {
        margin-top: 15px; }
      .brand .conRight .item:nth-child(2) {
        margin-bottom: 20px; }
      .brand .conRight ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 3%; }
        .brand .conRight ul li:nth-child(2n) {
          margin-right: 0; } }

.brandInfo {
  padding-top: 30px;
  padding-bottom: 30px; }
  .brandInfo .box {
    display: flex;
    justify-content: space-between; }
    .brandInfo .box .top {
      width: 27.1%;
      border-radius: 20px;
      background-image: -moz-linear-gradient(90deg, white 0%, #e16d1a 86%);
      background-image: -webkit-linear-gradient(90deg, white 0%, #e16d1a 86%);
      background-image: -ms-linear-gradient(90deg, white 0%, #e16d1a 86%);
      box-shadow: 2px 3.464px 9px 0px rgba(23, 23, 23, 0.34);
      overflow: hidden; }
      .brandInfo .box .top .topNew {
        padding: 30px 35px 26px; }
        .brandInfo .box .top .topNew .logo {
          width: 212px;
          height: 212px;
          border-radius: 100%;
          background-color: #fff;
          box-shadow: 2px 3.464px 9px 0px rgba(23, 23, 23, 0.34);
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          margin: 0 auto; }
          .brandInfo .box .top .topNew .logo img {
            display: block;
            height: 74px;
            margin: 0 auto; }
          .brandInfo .box .top .topNew .logo p {
            text-align: center;
            font-size: 20px;
            line-height: 22px;
            text-transform: uppercase;
            color: #000;
            font-weight: bold;
            margin-top: 27px; }
        .brandInfo .box .top .topNew .txt {
          font-size: 12px;
          line-height: 22px;
          color: #000;
          text-align: justify;
          margin-top: 30px; }
        .brandInfo .box .top .topNew .tit {
          margin-top: 20px; }
          .brandInfo .box .top .topNew .tit .t {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            color: #000; }
          .brandInfo .box .top .topNew .tit .t1 {
            margin-top: 15px; }
            .brandInfo .box .top .topNew .tit .t1 a {
              font-size: 12px;
              padding: 0 12px;
              min-width: 60px;
              box-sizing: border-box;
              color: #2c251c;
              background-color: #fff;
              border-radius: 5px;
              box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
              margin-right: 12px;
              line-height: 24px;
              display: inline-block;
              text-align: center; }
      .brandInfo .box .top .but {
        width: 100%;
        height: 72px;
        background-color: #e1701f;
        text-align: center;
        font-size: 18px;
        line-height: 72px;
        color: #fff;
        font-weight: bold;
        display: block; }
    .brandInfo .box .picBox {
      width: 70.2%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .brandInfo .box .picBox .pic {
        height: calc(50% - 6px);
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        cursor: pointer; }
        .brandInfo .box .picBox .pic:nth-child(1), .brandInfo .box .picBox .pic:nth-child(4) {
          width: calc(57.1% - 6px); }
        .brandInfo .box .picBox .pic:nth-child(2), .brandInfo .box .picBox .pic:nth-child(3) {
          width: calc(42.9% - 6px); }
        .brandInfo .box .picBox .pic:nth-child(n + 3) {
          margin-top: 12px; }
        .brandInfo .box .picBox .pic .img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box .picBox .pic .video {
          width: 64px;
          height: 64px;
          border-radius: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/brand_icon2.png");
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .brandInfo .box .picBox .pic .num {
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          line-height: 30px;
          color: #fff;
          font-weight: bold; }
        .brandInfo .box .picBox .pic a {
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
          .brandInfo .box .picBox .pic a .t {
            width: 178px;
            height: 48px;
            border: 1px solid #fff;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            box-sizing: border-box;
            color: #fff;
            line-height: 46px; }
            .brandInfo .box .picBox .pic a .t img {
              margin-left: 12px; }
            @media (min-width: 1024px) {
              .brandInfo .box .picBox .pic a .t:hover {
                background-color: #e1701f;
                border-color: #e1701f; } }
    @media (max-width: 1280px) {
      .brandInfo .box .top .topNew {
        padding: 15px; }
        .brandInfo .box .top .topNew .logo {
          width: 160px;
          height: 160px; }
          .brandInfo .box .top .topNew .logo img {
            height: 50px; }
          .brandInfo .box .top .topNew .logo p {
            margin-top: 18px;
            font-size: 16px;
            line-height: 18px; }
        .brandInfo .box .top .topNew .tit .t2 a {
          margin-right: 8px; }
      .brandInfo .box .top .but {
        height: 62px;
        font-size: 16px;
        line-height: 62px; } }
    @media (max-width: 860px) {
      .brandInfo .box {
        display: block; }
        .brandInfo .box .top {
          width: 100%; }
          .brandInfo .box .top .but {
            height: 50px;
            line-height: 50px; }
        .brandInfo .box .picBox {
          width: 100%;
          margin-top: 15px;
          height: 75vw; }
          .brandInfo .box .picBox .pic:nth-child(1), .brandInfo .box .picBox .pic:nth-child(4) {
            width: calc(57.1% - 2px); }
          .brandInfo .box .picBox .pic:nth-child(2), .brandInfo .box .picBox .pic:nth-child(3) {
            width: calc(42.9% - 2px); }
          .brandInfo .box .picBox .pic:nth-child(n + 3) {
            margin-top: 4px; }
          .brandInfo .box .picBox .pic a .t {
            width: 120px;
            height: 34px;
            line-height: 32px;
            font-size: 12px; }
            .brandInfo .box .picBox .pic a .t img {
              width: 16px;
              margin-left: 5px; } }
  .brandInfo .title {
    font-size: 20px;
    line-height: 70px;
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 42px;
    position: relative;
    margin-top: 13px; }
    .brandInfo .title:after {
      width: 265px;
      height: 5px;
      bottom: -3px;
      left: 0;
      background-color: #e1701f;
      content: '';
      position: absolute; }
    @media (max-width: 768px) {
      .brandInfo .title {
        font-size: 18px;
        line-height: 50px;
        margin-bottom: 20px; }
        .brandInfo .title:after {
          width: 180px; } }
  .brandInfo .proList ul {
    padding-bottom: 15px; }

.brandInfo_tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .brandInfo_tk .box {
    width: 62.5vw;
    max-width: 92%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ededed;
    padding: 2.08333vw 4.6875vw;
    box-sizing: border-box;
    border-radius: 10px; }
    .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: 1px solid #d7d7d7;
      padding-bottom: 1.30208vw;
      font-weight: bold;
      position: relative; }
      .brandInfo_tk .box .title span {
        width: 50px;
        height: 7px;
        background-color: #ededed;
        display: block;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -25px; }
        .brandInfo_tk .box .title span img {
          display: block;
          margin: 0 auto; }
    .brandInfo_tk .box .tabs {
      width: 100%;
      box-sizing: border-box;
      padding: 0 9.11458vw;
      margin-top: 1.5625vw;
      display: flex;
      justify-content: center; }
      .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: 0 0.46875vw;
        background-color: #fff; }
        .brandInfo_tk .box .tabs a:last-child {
          margin-right: 0; }
        .brandInfo_tk .box .tabs a.on {
          color: #e1701f; }
        @media (min-width: 1024px) {
          .brandInfo_tk .box .tabs a:hover {
            color: #e1701f; } }
    .brandInfo_tk .box .picBox {
      margin-top: 1.35417vw; }
      .brandInfo_tk .box .picBox .picList {
        width: 100%;
        padding: 0 9.11458vw;
        box-sizing: border-box;
        position: relative;
        display: none; }
        .brandInfo_tk .box .picBox .picList .a {
          width: 1.875vw;
          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 .a.swiper-button-disabled {
            display: none; }
        .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 #6600e1;
            box-sizing: border-box;
            position: relative;
            overflow: hidden; }
            .brandInfo_tk .box .picBox .picList .bigList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .brandInfo_tk .box .picBox .picList .bigList ul li video {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              background-color: #000;
              object-fit: cover; }
          .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 #6600e1;
            position: relative;
            cursor: pointer;
            overflow: hidden; }
            .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: cover; }
            .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: 1200px) {
    .brandInfo_tk .box {
      width: 92%; } }
  @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; } }

.searchPage {
  padding-top: 5.46875vw;
  padding-bottom: 3.64583vw; }
  .searchPage .searchNew {
    width: 1025px;
    max-width: 100%;
    margin: 0 auto; }
    .searchPage .searchNew .searchBox {
      width: 100%;
      height: 68px;
      border: 3px solid #e6e6e6;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      background-color: #fff; }
      .searchPage .searchNew .searchBox .text {
        flex: 1;
        height: 62px;
        background: none;
        padding-left: 38px;
        font-size: 20px;
        line-height: 40px;
        color: #c1bebe;
        border: none;
        font-weight: bold; }
      .searchPage .searchNew .searchBox .submit {
        width: 80px;
        height: 62px;
        margin-right: 25px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .searchPage .searchNew .tabs {
      display: flex;
      width: 100%;
      justify-content: space-between;
      margin-top: 18px; }
      .searchPage .searchNew .tabs a {
        width: 15.9%;
        border: 1px solid #42038e;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        padding: 0 12px;
        font-size: 12px;
        line-height: 30px;
        color: #767575;
        box-sizing: border-box; }
        .searchPage .searchNew .tabs a i {
          width: 10px;
          height: 30px;
          display: block;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/down2.png");
          background-repeat: no-repeat; }
        .searchPage .searchNew .tabs a.on {
          background-color: #e1701f;
          color: #fff;
          border-color: #e1701f; }
          .searchPage .searchNew .tabs a.on i {
            background-image: url("../images/down2_h.png"); }
        @media (min-width: 1024px) {
          .searchPage .searchNew .tabs a:hover {
            background-color: #e1701f;
            color: #fff;
            border-color: #e1701f; }
            .searchPage .searchNew .tabs a:hover i {
              background-image: url("../images/down2_h.png"); } }
    .searchPage .searchNew .list {
      margin-top: 3.90625vw; }
      .searchPage .searchNew .list ul {
        padding-bottom: 45px; }
        .searchPage .searchNew .list ul li {
          background-color: #fff;
          margin-bottom: 35px;
          border-radius: 10px;
          overflow: hidden; }
          .searchPage .searchNew .list ul li a {
            width: 100%;
            display: block;
            box-sizing: border-box;
            padding: 2.1875vw 2.70833vw 1.45833vw; }
            .searchPage .searchNew .list ul li a .tits {
              font-size: 16px;
              line-height: 18px;
              color: #020202;
              font-weight: bold; }
            .searchPage .searchNew .list ul li a .tit {
              font-size: 14px;
              line-height: 25px;
              color: #7b7b7b;
              height: 75px;
              padding-right: 3.38542vw;
              margin-top: 13px; }
            .searchPage .searchNew .list ul li a .tit1 {
              margin-top: 22px; }
              .searchPage .searchNew .list ul li a .tit1 .t {
                font-size: 14px;
                line-height: 16px;
                color: #e16d1a;
                padding-right: 28px;
                background-position: right center;
                background-repeat: no-repeat;
                background-image: url("../images/jia.png");
                float: right; }
          @media (min-width: 1024px) {
            .searchPage .searchNew .list ul li:hover {
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
              .searchPage .searchNew .list ul li:hover a .tits {
                color: #e1701f; }
              .searchPage .searchNew .list ul li:hover a .tit {
                color: #e1701f; } }
  @media (max-width: 1024px) {
    .searchPage .searchNew .searchBox {
      height: 54px;
      border-width: 2px; }
      .searchPage .searchNew .searchBox .text {
        padding-left: 10px;
        font-size: 14px; }
      .searchPage .searchNew .searchBox .submit {
        width: 50px;
        height: 50px;
        margin-right: 10px; }
        .searchPage .searchNew .searchBox .submit img {
          width: 30px; }
    .searchPage .searchNew .tabs {
      flex-wrap: wrap;
      margin-top: 10px; }
      .searchPage .searchNew .tabs a {
        width: 48.5%;
        margin-bottom: 5px; }
    .searchPage .searchNew .list ul {
      padding-bottom: 15px; }
      .searchPage .searchNew .list ul li {
        margin-bottom: 15px; }
        .searchPage .searchNew .list ul li a {
          padding: 15px 10px; }
          .searchPage .searchNew .list ul li a .tits {
            font-size: 15px; }
          .searchPage .searchNew .list ul li a .tit {
            font-size: 14px;
            line-height: 20px;
            height: 60px; }
          .searchPage .searchNew .list ul li a .tit1 {
            margin-top: 10px; } }

.error {
  padding-top: 130px;
  padding-bottom: 62px; }
  .error img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .error .tits {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    color: #222;
    font-weight: bold;
    margin-top: 30px; }
  .error .tit {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #6d6d6d;
    font-weight: bold;
    margin-top: 38px; }
    .error .tit a {
      color: #e1701f; }
  .error .searchBox {
    width: 658px;
    margin: 13px auto 0;
    display: flex;
    max-width: 100%; }
    .error .searchBox .text {
      flex: 1;
      height: 42px;
      border-radius: 15px;
      background-color: #e5e5e5;
      box-sizing: border-box;
      margin-right: 9px;
      padding-left: 20px;
      font-size: 14px;
      line-height: 30px;
      color: #6d6d6d;
      font-weight: bold;
      border: none; }
    .error .searchBox .submit {
      width: 150px;
      height: 42px;
      border-radius: 15px;
      background-color: #7e53b1;
      text-align: center;
      display: block;
      font-size: 14px;
      line-height: 42px;
      color: #fff;
      font-weight: bold; }
  @media (max-width: 768px) {
    .error {
      padding-top: 60px;
      padding-bottom: 30px; }
      .error .tits {
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px; }
      .error .tit {
        margin-top: 20px;
        font-size: 13px; }
      .error .searchBox .submit {
        width: 76px;
        font-size: 12px; } }

.product {
  padding-top: 40px;
  padding-bottom: 50px; }
  .product .box {
    display: flex;
    margin-bottom: 40px; }
    .product .box .boxLeft {
      width: 340px;
      display: flex;
      flex-direction: column; }
      .product .box .boxLeft .title {
        text-align: center;
        font-size: 18px;
        line-height: 58px;
        color: #222;
        font-weight: bold;
        background-color: #e4e4e4;
        border-bottom: 1px solid #c7c7c7; }
      .product .box .boxLeft .tit {
        border: 1px solid #e5e5e5;
        padding: 10px 29px 0;
        box-sizing: border-box;
        flex: 1; }
        .product .box .boxLeft .tit a {
          display: flex;
          border-bottom: 1px solid #c7c7c7;
          font-size: 15px;
          line-height: 44px;
          color: #070706;
          align-items: center;
          position: relative; }
          .product .box .boxLeft .tit a:last-child {
            border-bottom: none; }
            .product .box .boxLeft .tit a:last-child:after {
              display: none; }
          .product .box .boxLeft .tit a span {
            width: 9px;
            height: 9px;
            border-radius: 100%;
            display: block;
            background-color: #222;
            margin-right: 22px; }
          .product .box .boxLeft .tit a i {
            width: 25px;
            height: 25px;
            box-sizing: border-box;
            border: 1px solid #cbcbcb;
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../images/icon5.png");
            border-radius: 3px; }
          .product .box .boxLeft .tit a.on {
            color: #e1701f;
            border-color: #e1701f; }
            .product .box .boxLeft .tit a.on:after {
              width: 94px;
              height: 3px;
              position: absolute;
              left: 0;
              bottom: -2px;
              background-color: #e1701f;
              content: ''; }
            .product .box .boxLeft .tit a.on span {
              background-color: #e1701f; }
            .product .box .boxLeft .tit a.on i {
              border-color: #e1701f;
              background-image: url("../images/icon5_h.png"); }
          @media (min-width: 1024px) {
            .product .box .boxLeft .tit a:hover {
              color: #e1701f;
              border-color: #e1701f; }
              .product .box .boxLeft .tit a:hover:after {
                width: 94px;
                height: 3px;
                position: absolute;
                left: 0;
                bottom: -2px;
                background-color: #e1701f;
                content: ''; }
              .product .box .boxLeft .tit a:hover span {
                background-color: #e1701f; }
              .product .box .boxLeft .tit a:hover i {
                border-color: #e1701f;
                background-image: url("../images/icon5_h.png"); } }
    .product .box .boxRight {
      border: 1px solid #e5e5e5;
      box-sizing: border-box;
      flex: 1;
      padding-left: 48px;
      border-left: none; }
      .product .box .boxRight .title {
        border-bottom: 1px solid #e5e5e5;
        font-size: 20px;
        line-height: 60px;
        color: #222;
        font-weight: bold; }
        .product .box .boxRight .title span {
          display: block;
          position: relative;
          width: fit-content; }
          .product .box .boxRight .title span:after {
            width: 100%;
            height: 3px;
            bottom: -2px;
            left: 0;
            content: '';
            position: absolute;
            background-color: #e1701f; }
      .product .box .boxRight .wordList {
        display: flex;
        font-size: 16px;
        line-height: 52px;
        border-bottom: 1px solid #e5e5e5; }
        .product .box .boxRight .wordList a {
          color: #7b7b7b;
          margin-right: 12px; }
          .product .box .boxRight .wordList a.on {
            color: #e1701f; }
      .product .box .boxRight .navBox {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 16px;
        margin-top: 10px; }
        .product .box .boxRight .navBox .tits {
          font-size: 18px;
          line-height: 36px;
          color: #222;
          font-weight: bold; }
        .product .box .boxRight .navBox .tit {
          font-size: 14px;
          line-height: 30px;
          display: flex;
          flex-wrap: wrap;
          margin-top: 4px; }
          .product .box .boxRight .navBox .tit a {
            color: #7b7b7b;
            padding-right: 34px;
            text-transform: uppercase;
            position: relative;
            display: block; }
            .product .box .boxRight .navBox .tit a:after {
              width: 1px;
              height: 14px;
              background-color: #919191;
              position: absolute;
              top: 8px;
              right: 17px;
              content: ''; }
            .product .box .boxRight .navBox .tit a span {
              color: #e1701f; }
      .product .box .boxRight .resetBox {
        padding: 18px 0;
        display: flex; }
        .product .box .boxRight .resetBox .t {
          font-size: 14px;
          line-height: 30px;
          box-sizing: border-box;
          color: #7b7b7b;
          padding: 0 7px;
          display: flex;
          align-items: center;
          border: 1px dashed #e1701f;
          margin-right: 20px; }
          .product .box .boxRight .resetBox .t span {
            color: #e1701f;
            font-weight: bold;
            margin: 0 6px;
            font-size: 15px; }
          .product .box .boxRight .resetBox .t i {
            font-size: 10px;
            color: #e1701f;
            font-weight: bold; }
        .product .box .boxRight .resetBox .t1 {
          font-size: 14px;
          line-height: 32px;
          color: #7b7b7b;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/reset.png");
          padding-left: 18px;
          display: block; }
  .product .proList ul {
    padding-bottom: 20px; }
  @media (max-width: 960px) {
    .product {
      padding-top: 25px;
      padding-bottom: 25px; }
      .product .box {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
        .product .box .boxLeft {
          width: 100%; }
          .product .box .boxLeft .tit {
            display: flex;
            flex-wrap: wrap;
            padding: 0; }
            .product .box .boxLeft .tit a {
              width: 50%;
              padding: 0 10px;
              box-sizing: border-box; }
              .product .box .boxLeft .tit a span {
                margin-right: 5px;
                margin-top: -2px;
                width: 4px;
                height: 4px; }
              .product .box .boxLeft .tit a i {
                right: 10px; }
              .product .box .boxLeft .tit a:nth-child(n + 7) {
                border-bottom: none; }
              .product .box .boxLeft .tit a.on:after {
                width: 68px; }
        .product .box .boxRight {
          border: 1px solid #e5e5e5;
          border-top: none;
          padding: 0 15px;
          box-sizing: border-box; }
          .product .box .boxRight .title {
            font-size: 16px;
            line-height: 40px; }
          .product .box .boxRight .wordList {
            flex-wrap: wrap;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0; }
          .product .box .boxRight .navBox .tits {
            font-size: 14px; }
          .product .box .boxRight .navBox .tit {
            font-size: 13px;
            line-height: 24px; }
            .product .box .boxRight .navBox .tit a {
              padding-right: 24px; }
              .product .box .boxRight .navBox .tit a:after {
                right: 12px;
                top: 5px; }
          .product .box .boxRight .resetBox {
            display: block; }
            .product .box .boxRight .resetBox a {
              margin-bottom: 5px; } }

.productInfo {
  padding-top: 40px;
  padding-bottom: 20px; }
  .productInfo .box1 .picBox {
    width: 52.2%;
    float: left; }
    .productInfo .box1 .picBox .picBig {
      width: 100%;
      height: auto;
      position: relative; }
      .productInfo .box1 .picBox .picBig .dt {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 5; }
        .productInfo .box1 .picBox .picBig .dt a {
          font-size: 12px;
          line-height: 32px;
          display: flex;
          float: right;
          align-items: center;
          margin-right: 20px;
          color: #e1701f; }
          .productInfo .box1 .picBox .picBig .dt a span {
            color: #fff; }
          .productInfo .box1 .picBox .picBig .dt a img {
            margin-left: 2px; }
      .productInfo .box1 .picBox .picBig ul li {
        width: 100%;
        height: 505px;
        position: relative;
        border-radius: 8px;
        margin-right: 10px;
        overflow: hidden; }
        .productInfo .box1 .picBox .picBig ul li:last-child {
          margin-right: 0; }
        .productInfo .box1 .picBox .picBig ul li img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .productInfo .box1 .picBox .list {
      margin-top: 18px; }
      .productInfo .box1 .picBox .list .item {
        width: 18.1%;
        overflow: hidden;
        height: 92px;
        border-radius: 10px;
        margin-right: 2.375%;
        position: relative;
        float: left;
        cursor: pointer; }
        .productInfo .box1 .picBox .list .item:last-child {
          margin-right: 0; }
        .productInfo .box1 .picBox .list .item img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .productInfo .box1 .picBox .list .item.on:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border: 1px solid #e1701f;
          box-sizing: border-box;
          content: '';
          z-index: 5;
          border-radius: 10px; }
  .productInfo .box1 .con {
    width: 45%;
    float: right; }
    .productInfo .box1 .con .tits {
      font-size: 24px;
      line-height: 28px;
      color: #222;
      font-weight: bold; }
    .productInfo .box1 .con .tit {
      margin-top: 17px; }
      .productInfo .box1 .con .tit .item {
        border-bottom: 1px dashed #ccc;
        padding: 15px 0; }
        .productInfo .box1 .con .tit .item:last-child {
          border-bottom: none; }
        .productInfo .box1 .con .tit .item .t {
          font-size: 16px;
          line-height: 34px;
          color: #000;
          display: flex;
          align-items: center; }
          .productInfo .box1 .con .tit .item .t span {
            font-weight: bold;
            width: 37%;
            display: block; }
    .productInfo .box1 .con .btns {
      display: flex;
      margin-top: 50px; }
      .productInfo .box1 .con .btns a {
        width: 222px;
        height: 54px;
        border-radius: 5px;
        background-color: #42038e;
        font-size: 18px;
        line-height: 54px;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-right: 42px;
        justify-content: center; }
        .productInfo .box1 .con .btns a:nth-child(2) {
          background-color: #8e8e8e;
          margin-right: 0; }
        .productInfo .box1 .con .btns a img {
          margin-right: 15px; }
  @media (max-width: 960px) {
    .productInfo .box1 .picBox {
      width: 100%;
      float: none; }
    .productInfo .box1 .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
      .productInfo .box1 .con .tits {
        font-size: 20px;
        line-height: 24px; }
      .productInfo .box1 .con .tit .item .t {
        font-size: 16px;
        line-height: 28px; } }
  @media (max-width: 768px) {
    .productInfo .box1 .picBox .picBig ul li {
      height: 75vw; }
    .productInfo .box1 .picBox .list {
      margin-top: 10px; }
      .productInfo .box1 .picBox .list .item {
        height: 70px; }
    .productInfo .box1 .con .tits {
      font-size: 16px;
      line-height: 22px; }
    .productInfo .box1 .con .tit {
      margin-top: 20px; }
      .productInfo .box1 .con .tit .item {
        padding: 10px 0; }
        .productInfo .box1 .con .tit .item .t {
          font-size: 13px;
          line-height: 26px; }
          .productInfo .box1 .con .tit .item .t span {
            width: 40%; }
    .productInfo .box1 .con .btns {
      margin-top: 25px; }
      .productInfo .box1 .con .btns a {
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        margin-right: 15px; }
        .productInfo .box1 .con .btns a img {
          width: 22px;
          margin-right: 8px;
          margin-right: 10px; } }
  .productInfo .content {
    margin-top: 40px; }
    .productInfo .content .conLeft {
      width: 70.2%;
      float: left; }
      .productInfo .content .conLeft .infoBox {
        border-top: 1px dashed #ccc;
        padding-top: 28px; }
        .productInfo .content .conLeft .infoBox .item {
          border-bottom: 1px dashed #ccc;
          padding-bottom: 12px;
          margin-bottom: 28px; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 16px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conLeft .infoBox .item .tit {
            font-size: 14px;
            line-height: 36px;
            color: #3b3b3b;
            display: flex;
            flex-wrap: wrap;
            margin-top: 16px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 55.3%;
              display: flex; }
              .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
                width: 44.7%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt {
                width: 45%; }
                .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                  width: 55%; }
      .productInfo .content .conLeft .details .tits {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold; }
      .productInfo .content .conLeft .details .tableBox {
        margin-top: 30px; }
        .productInfo .content .conLeft .details .tableBox tr {
          font-size: 14px;
          line-height: 20px; }
          .productInfo .content .conLeft .details .tableBox tr th, .productInfo .content .conLeft .details .tableBox tr td {
            border: 1px solid #ddd;
            padding: 8px 20px; }
            .productInfo .content .conLeft .details .tableBox tr th:nth-child(1), .productInfo .content .conLeft .details .tableBox tr td:nth-child(1) {
              padding: 0 30px;
              font-weight: bold;
              white-space: nowrap; }
          .productInfo .content .conLeft .details .tableBox tr th {
            background-color: #e4e4e4;
            text-align: left; }
      .productInfo .content .conLeft .cTit {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold;
        padding: 30px 0 20px; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%; }
        .productInfo .content .conLeft .box2 .title {
          width: 483px;
          max-width: 90%;
          margin: 0 auto 0; }
          .productInfo .content .conLeft .box2 .title img {
            width: 100%; }
        .productInfo .content .conLeft .box2 .ps {
          width: calc(100% - 24px);
          margin: 0 auto;
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 15px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              width: calc(50% - 3.5px);
              background-color: #efe6f8;
              margin-bottom: 7px;
              box-sizing: border-box;
              padding: 0 7px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                text-align: center;
                font-size: 17px;
                line-height: 38px;
                color: #333;
                font-weight: bold; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                  width: calc(50% - 3.5px);
                  margin-bottom: 7px;
                  position: relative;
                  padding-bottom: 27.4%;
                  height: 0; }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
        .productInfo .content .conLeft .box2 .ass {
          margin-top: 13px; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            margin-top: 14px; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              display: flex;
              align-items: center;
              margin-bottom: 11px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 50%;
                border-radius: 0 59px 59px 0;
                overflow: hidden;
                position: relative; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic:after {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  border: 8px solid #fff;
                  content: '';
                  left: 0;
                  border-radius: 0 59px 59px 0;
                  box-sizing: border-box; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic:before {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  border: 4px solid #f5ecfe;
                  content: '';
                  left: 0;
                  border-radius: 0 59px 59px 0;
                  box-sizing: border-box;
                  z-index: 5; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                width: 50%;
                padding-left: 22px;
                padding-right: 14px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t {
                  font-size: 20px;
                  line-height: 22px;
                  font-weight: bold;
                  color: #222; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t1 {
                  font-size: 12px;
                  line-height: 16px;
                  color: #222;
                  margin-top: 7px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) {
                flex-direction: row-reverse; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic {
                  border-radius: 59px 0 0 59px; }
                  .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic:after {
                    border-radius: 59px 0 0 59px; }
                  .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic:before {
                    border-radius: 59px 0 0 59px;
                    border-color: #ffe3cd; }
        .productInfo .content .conLeft .box2 .oca {
          padding-top: 3px; }
          .productInfo .content .conLeft .box2 .oca .ocaNew {
            background-color: #ececec;
            margin-top: 24px;
            padding-bottom: 22px; }
            .productInfo .content .conLeft .box2 .oca .ocaNew .pic {
              width: 100%;
              transform: translateY(-9px); }
            .productInfo .content .conLeft .box2 .oca .ocaNew .itemBox {
              display: flex;
              justify-content: center;
              margin-top: 20px; }
              .productInfo .content .conLeft .box2 .oca .ocaNew .itemBox .item {
                width: 13.7%;
                margin: 0 1.3%; }
                .productInfo .content .conLeft .box2 .oca .ocaNew .itemBox .item p {
                  text-align: center;
                  font-size: 12px;
                  line-height: 14px;
                  color: #222;
                  font-weight: bold;
                  width: 140%;
                  margin-left: -20%;
                  margin-top: 8px; }
        .productInfo .content .conLeft .box2 .cv {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .cv .cvNew {
            width: calc(100% - 24px);
            margin: 20px auto 0; }
            .productInfo .content .conLeft .box2 .cv .cvNew .itemBox {
              display: flex;
              justify-content: space-between;
              margin-bottom: 17px; }
              .productInfo .content .conLeft .box2 .cv .cvNew .itemBox:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item {
                width: 23.7%;
                background-color: #42038e;
                -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
                clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 8%); }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item .pic {
                  width: 100%;
                  height: 0;
                  padding-bottom: 68%;
                  overflow: hidden;
                  position: relative;
                  background-color: #6603c2;
                  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);
                  clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%); }
                  .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item .pic img {
                    width: calc(100% - 4px);
                    height: calc(100% - 4px);
                    position: absolute;
                    top: 2px;
                    left: 2px;
                    object-fit: cover;
                    -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);
                    clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%); }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item .con {
                  padding: 2px 12px;
                  box-sizing: border-box;
                  font-size: 11px;
                  line-height: 16px;
                  color: #fff; }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(2n) {
                  background-color: #ff6e00; }
                  .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(2n) .pic {
                    background-color: #ff6e00; }
              .productInfo .content .conLeft .box2 .cv .cvNew .itemBox:nth-child(2n) .item {
                background-color: #ff6e00; }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox:nth-child(2n) .item .pic {
                  background-color: #ff6e00; }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox:nth-child(2n) .item:nth-child(2n) {
                  background-color: #42038e; }
                  .productInfo .content .conLeft .box2 .cv .cvNew .itemBox:nth-child(2n) .item:nth-child(2n) .pic {
                    background-color: #6603c2; }
        .productInfo .content .conLeft .box2 .gprs {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .gprs .pic {
            margin-top: 24px; }
            .productInfo .content .conLeft .box2 .gprs .pic img {
              max-width: 100%;
              margin: 0 auto;
              display: block; }
        .productInfo .content .conLeft .box2 .of {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .of .ofNew {
            margin: 20px auto 0;
            width: calc(100% - 24px); }
            .productInfo .content .conLeft .box2 .of .ofNew .picBox {
              display: flex;
              justify-content: space-between;
              border-bottom: 7px solid #aeaeae; }
              .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic {
                width: 24.2%; }
                .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic .img:nth-child(2) {
                  margin-top: 8px; }
            .productInfo .content .conLeft .box2 .of .ofNew .conBox {
              display: flex;
              justify-content: space-between;
              margin-top: 15px; }
              .productInfo .content .conLeft .box2 .of .ofNew .conBox .item {
                width: 31.3%; }
                .productInfo .content .conLeft .box2 .of .ofNew .conBox .item .num {
                  font-size: 20px;
                  line-height: 26px;
                  font-weight: bold;
                  border-bottom: 1px solid #797977;
                  position: relative; }
                  .productInfo .content .conLeft .box2 .of .ofNew .conBox .item .num:after {
                    width: 6px;
                    height: 6px;
                    box-sizing: border-box;
                    border: 1px solid #797977;
                    background-color: #f7f7f7;
                    border-radius: 100%;
                    position: absolute;
                    right: 0;
                    bottom: -3px;
                    content: ''; }
                .productInfo .content .conLeft .box2 .of .ofNew .conBox .item .txt {
                  font-size: 11px;
                  line-height: 16px;
                  color: #222;
                  margin-top: 6px; }
        .productInfo .content .conLeft .box2 .pt {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .pt .ptNew {
            width: calc(100% - 24px);
            margin: 20px auto 0; }
            .productInfo .content .conLeft .box2 .pt .ptNew .item {
              width: 100%;
              display: flex;
              justify-content: space-between;
              position: relative; }
              .productInfo .content .conLeft .box2 .pt .ptNew .item .pic {
                width: 24.2%; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item .pic.pic1 {
                  width: 49.6%;
                  position: absolute;
                  top: 0;
                  left: 50%;
                  transform: translateX(-50%); }
              .productInfo .content .conLeft .box2 .pt .ptNew .item .con {
                width: 24.2%;
                background-color: #ff6e00;
                padding: 0 13px;
                box-sizing: border-box;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item .con .t .t1 {
                  font-weight: bold;
                  font-size: 13px;
                  line-height: 15px; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item .con .t .t2 {
                  font-size: 10px;
                  line-height: 11px;
                  margin-top: 5px; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item .con .t:nth-child(2) {
                  margin-top: 10px; }
              .productInfo .content .conLeft .box2 .pt .ptNew .item:nth-child(2) {
                margin-top: 8px; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item:nth-child(2) .con {
                  background-color: #42038e; }
        .productInfo .content .conLeft .box2 .co {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            width: calc(100% - 24px);
            margin: 20px auto 0;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox {
              width: 49.4%;
              display: flex;
              justify-content: space-between;
              position: relative; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .img {
                width: 64px;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .item {
                width: 48.7%;
                display: flex;
                flex-direction: column;
                justify-content: space-between; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 48.2%; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tits {
                font-size: 12px;
                line-height: 18px;
                color: #222; }
                .productInfo .content .conLeft .box2 .co .coNew .con .tits .t {
                  display: flex;
                  align-items: center; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .tits .t span {
                    width: 6px;
                    height: 6px;
                    display: block;
                    margin-right: 8px;
                    background-color: #222;
                    border-radius: 100%; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tit {
                display: flex;
                flex-wrap: wrap;
                margin-top: 18px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .tit .t {
                  width: 50%;
                  font-size: 12px;
                  line-height: 15px;
                  color: #222;
                  margin-bottom: 6px;
                  display: flex;
                  align-items: flex-start; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .tit .t img {
                    margin-right: 4px;
                    margin-top: -2px; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .tit .t:last-child {
                    width: 100%; }
              .productInfo .content .conLeft .box2 .co .coNew .con .share {
                display: flex;
                align-items: center;
                margin-top: 12px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .share a {
                  width: 32px;
                  display: block;
                  margin-right: 7px; }
        .productInfo .content .conLeft .box2 .faq {
          margin-top: 20px;
          margin-bottom: 10px; }
          .productInfo .content .conLeft .box2 .faq .list {
            width: calc(100% - 24px);
            margin: 15px auto 0; }
            .productInfo .content .conLeft .box2 .faq .list .item {
              margin-bottom: 18px; }
              .productInfo .content .conLeft .box2 .faq .list .item .tits {
                display: flex;
                align-items: flex-start;
                font-size: 15px;
                line-height: 20px;
                color: #434343;
                font-weight: bold;
                text-transform: uppercase; }
                .productInfo .content .conLeft .box2 .faq .list .item .tits span {
                  margin-top: 7px;
                  width: 6px;
                  height: 6px;
                  display: block;
                  margin-right: 4px;
                  background-color: #7800e6;
                  border-radius: 100%; }
              .productInfo .content .conLeft .box2 .faq .list .item .tit {
                font-size: 12px;
                line-height: 18px;
                color: #434343;
                margin-top: 4px; }
    .productInfo .content .conRight {
      width: 25.9%;
      float: right; }
      .productInfo .content .conRight .top {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        box-shadow: 1px 1.732px 3.96px 0.04px rgba(0, 0, 0, 0.13);
        width: 100%;
        box-sizing: border-box;
        border-left: 5px solid #e1701f;
        padding: 30px 0 30px 25px;
        position: relative; }
        .productInfo .content .conRight .top .img {
          width: 83px;
          position: absolute;
          top: 10px;
          right: 10px; }
        .productInfo .content .conRight .top .con {
          width: 100%; }
          .productInfo .content .conRight .top .con .tits {
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #222; }
            .productInfo .content .conRight .top .con .tits img {
              height: 30px;
              display: block;
              margin-right: 15px; }
          .productInfo .content .conRight .top .con .tit {
            font-size: 12px;
            line-height: 17px;
            color: #3b3b3b;
            width: 218px;
            max-width: 80%;
            margin-top: 10px; }
          .productInfo .content .conRight .top .con .tit1 {
            margin-top: 20px; }
            .productInfo .content .conRight .top .con .tit1 .t {
              font-size: 14px;
              line-height: 16px;
              font-weight: bold;
              color: #000; }
            .productInfo .content .conRight .top .con .tit1 .t1 {
              margin-top: 12px; }
              .productInfo .content .conRight .top .con .tit1 .t1 a {
                font-size: 12px;
                padding: 0 12px;
                min-width: 60px;
                box-sizing: border-box;
                color: #2c251c;
                background-color: #f6f6f6;
                border-radius: 5px;
                box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
                margin-right: 12px;
                line-height: 24px;
                display: inline-block;
                text-align: center; }
      .productInfo .content .conRight .proList {
        margin-top: 30px; }
        .productInfo .content .conRight .proList ul li {
          float: none;
          width: 100%; }
  .productInfo .hotList {
    padding-top: 27px; }
    .productInfo .hotList .title {
      font-size: 16px;
      line-height: 18px;
      color: #000;
      font-weight: bold;
      margin-bottom: 20px; }
  @media (max-width: 1140px) {
    .productInfo .content .conRight {
      display: none; }
    .productInfo .content .conLeft {
      width: 100%; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-top: 25px;
      padding-bottom: 25px; }
      .productInfo .content {
        margin-top: 25px; }
        .productInfo .content .conLeft {
          padding-top: 15px; }
          .productInfo .content .conLeft .infoBox .item .tit {
            display: block;
            font-size: 13px;
            line-height: 32px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 100% !important; }
          .productInfo .content .conLeft .infoBox .item {
            margin-bottom: 15px; }
          .productInfo .content .conLeft .details .tableBox {
            margin-top: 15px;
            overflow-x: auto; }
            .productInfo .content .conLeft .details .tableBox table {
              width: 800px; }
              .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
                padding: 6px 10px !important; }
          .productInfo .content .conLeft .box2 {
            margin-top: 20px; }
            .productInfo .content .conLeft .box2 .ps {
              width: 100%; }
              .productInfo .content .conLeft .box2 .ps .itemBox {
                width: 100%; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item {
                  width: 100%; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              display: block; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 100%;
                border-radius: 0 !important; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic:after, .productInfo .content .conLeft .box2 .ass .itemBox .item .pic:before {
                  border-radius: 0 !important; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                padding: 10px;
                width: 100%; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t {
                  font-size: 16px;
                  line-height: 18px; }
            .productInfo .content .conLeft .box2 .oca .ocaNew .itemBox {
              flex-wrap: wrap; }
              .productInfo .content .conLeft .box2 .oca .ocaNew .itemBox .item {
                width: 29.7%;
                margin: 5px 1.3%; }
            .productInfo .content .conLeft .box2 .cv .cvNew {
              width: 100%; }
            .productInfo .content .conLeft .box2 .cv .cvNew .itemBox {
              flex-wrap: wrap; }
              .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item {
                width: 48.5%;
                margin-bottom: 5px;
                background-color: #42038e !important; }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item .pic {
                  background-color: #6603c2 !important; }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(3), .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(2) {
                  background-color: #ff6e00 !important; }
                  .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(3) .pic, .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(2) .pic {
                    background-color: #ff6e00 !important; }
                .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(4) {
                  background-color: #42038e !important; }
                  .productInfo .content .conLeft .box2 .cv .cvNew .itemBox .item:nth-child(4) .pic {
                    background-color: #6603c2 !important; }
            .productInfo .content .conLeft .box2 .of .ofNew {
              width: 100%; }
              .productInfo .content .conLeft .box2 .of .ofNew .picBox {
                flex-wrap: wrap; }
                .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic {
                  width: 49%; }
                  .productInfo .content .conLeft .box2 .of .ofNew .picBox .pic:nth-child(n + 3) {
                    margin-top: 6px; }
              .productInfo .content .conLeft .box2 .of .ofNew .conBox {
                display: block;
                margin-top: 0; }
                .productInfo .content .conLeft .box2 .of .ofNew .conBox .item {
                  width: 100%;
                  margin-top: 10px; }
            .productInfo .content .conLeft .box2 .pt .ptNew {
              width: 100%; }
              .productInfo .content .conLeft .box2 .pt .ptNew .item {
                flex-wrap: wrap; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item .pic {
                  width: 49%;
                  margin-bottom: 5px; }
                  .productInfo .content .conLeft .box2 .pt .ptNew .item .pic.pic1 {
                    width: 100%;
                    position: relative;
                    left: 0;
                    transform: translate(0); }
                .productInfo .content .conLeft .box2 .pt .ptNew .item .con {
                  width: 49%;
                  margin-bottom: 5px; }
                .productInfo .content .conLeft .box2 .pt .ptNew .item:nth-child(2) {
                  margin-top: 0; }
            .productInfo .content .conLeft .box2 .co .coNew {
              width: 100%;
              display: block; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox {
                width: 100%; }
              .productInfo .content .conLeft .box2 .co .coNew .con {
                width: 100%;
                margin-top: 15px; } }

.about {
  overflow: hidden;
  padding-top: 36px; }
  @media (max-width: 1024px) {
    .about {
      padding-top: 25px; } }
  .about .aboutTitle {
    font-size: 32px;
    line-height: 34px;
    color: #222;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 1366px) {
      .about .aboutTitle {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .about .aboutTitle {
        font-size: 20px;
        line-height: 24px; } }
  .about .box1 {
    display: flex;
    align-items: center;
    position: relative; }
    .about .box1 .boxLeft {
      width: 38.5%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .about .box1 .boxLeft .pic {
        width: calc(50% - 10px);
        position: relative; }
        .about .box1 .boxLeft .pic:nth-child(1) {
          -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%); }
        .about .box1 .boxLeft .pic:nth-child(3) {
          width: 100%;
          margin-top: 18px;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 86% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 86% 100%, 0 100%);
          cursor: pointer; }
          .about .box1 .boxLeft .pic:nth-child(3):after {
            width: 3.48958vw;
            height: 3.48958vw;
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            content: '';
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video1.png"); }
    .about .box1 .con {
      width: 49.6%;
      margin-left: 3.6%; }
      .about .box1 .con .aboutTitle {
        text-align: left; }
      .about .box1 .con .txt {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 23px; }
      .about .box1 .con .tit {
        margin-top: 35px;
        width: 78.9%; }
        .about .box1 .con .tit .t {
          display: flex;
          font-size: 14px;
          line-height: 20px;
          align-items: center;
          font-weight: bold;
          margin-bottom: 26px; }
          .about .box1 .con .tit .t:last-child {
            margin-bottom: 0; }
          .about .box1 .con .tit .t img {
            margin-right: 12px; }
    .about .box1 .img {
      width: 18.4%;
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 75%, 80% 100%, 0 100%, 0% 25%);
      clip-path: polygon(25% 0%, 100% 0, 100% 75%, 80% 100%, 0 100%, 0% 25%); }
    @media (max-width: 1200px) {
      .about .box1 .con .txt {
        margin-top: 15px; }
      .about .box1 .con .tit {
        margin-top: 30px; }
        .about .box1 .con .tit .t {
          margin-bottom: 10px; } }
    @media (max-width: 960px) {
      .about .box1 {
        display: block; }
        .about .box1 .boxLeft {
          width: 100%; }
          .about .box1 .boxLeft .pic {
            width: calc(50% - 4px); }
            .about .box1 .boxLeft .pic:nth-child(3) {
              margin-top: 8px; }
              .about .box1 .boxLeft .pic:nth-child(3):after {
                width: 40px;
                height: 40px; }
        .about .box1 .con {
          width: 100%;
          margin-top: 15px;
          margin-left: 0; }
          .about .box1 .con .tit {
            margin-top: 10px;
            width: 100%; }
        .about .box1 .img {
          display: none; } }
  .about .box2 {
    padding-top: 52px; }
    .about .box2 .title {
      width: 710px;
      max-width: 100%;
      margin: 0 auto; }
      .about .box2 .title .txt {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 25px;
        text-align: center; }
    .about .box2 .list {
      display: flex;
      justify-content: space-between;
      margin-top: 35px; }
      .about .box2 .list .item {
        width: 23.3%; }
        .about .box2 .list .item .pic {
          width: 100%;
          -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%); }
        .about .box2 .list .item .con {
          width: calc(100% - 40px);
          margin: -86px auto 0;
          position: relative;
          z-index: 5; }
          .about .box2 .list .item .con .img {
            width: 62px;
            position: absolute;
            right: 32px;
            z-index: 10;
            top: -25px; }
          .about .box2 .list .item .con .conNew {
            width: 100%;
            background-color: #e89961;
            -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
            padding-top: 8px; }
          .about .box2 .list .item .con .conn {
            width: 100%;
            background-color: #fff;
            -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
            padding: 64px 25px 30px;
            box-sizing: border-box; }
            .about .box2 .list .item .con .conn .tits {
              font-size: 16px;
              line-height: 20px;
              height: 40px;
              color: #070706;
              font-weight: bold; }
            .about .box2 .list .item .con .conn .tit {
              font-size: 12px;
              line-height: 16px;
              color: #666; }
    .about .box2 .itemBox {
      display: flex;
      justify-content: space-around;
      margin-top: 74px; }
      .about .box2 .itemBox .item .t {
        height: 38px;
        font-weight: bold;
        font-size: 52px;
        line-height: 38px;
        color: #e6813a; }
        .about .box2 .itemBox .item .t span {
          font-size: 17px;
          color: #222;
          font-weight: normal;
          margin-left: 15px; }
      .about .box2 .itemBox .item .t1 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 21px; }
    @media (max-width: 1200px) {
      .about .box2 .list .item .con .conn {
        padding: 64px 10px 20px; }
      .about .box2 .itemBox .item .t {
        font-size: 36px;
        height: 30px;
        line-height: 30px; }
        .about .box2 .itemBox .item .t span {
          font-size: 14px; }
      .about .box2 .itemBox .item .t1 {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 960px) {
      .about .box2 {
        padding-top: 25px; }
        .about .box2 .title .txt {
          margin: 10px auto 0; }
        .about .box2 .list {
          flex-wrap: wrap;
          margin-top: 15px; }
          .about .box2 .list .item {
            width: 48.5%;
            margin-bottom: 10px; }
        .about .box2 .itemBox {
          margin-top: 30px; }
          .about .box2 .itemBox .item .t {
            font-size: 26px;
            height: 22px;
            line-height: 22px; }
            .about .box2 .itemBox .item .t span {
              font-size: 14px; }
          .about .box2 .itemBox .item .t1 {
            font-size: 16px;
            line-height: 18px; } }
    @media (max-width: 640px) {
      .about .box2 .list {
        display: block; }
        .about .box2 .list .item {
          width: 100%; }
      .about .box2 .itemBox {
        margin-top: 20px; }
        .about .box2 .itemBox .item .t {
          font-size: 22px;
          height: 18px;
          line-height: 18px; }
          .about .box2 .itemBox .item .t span {
            font-size: 10px;
            margin-left: 5px; }
        .about .box2 .itemBox .item .t1 {
          font-size: 10px;
          line-height: 12px;
          margin-top: 5px; } }
  .about .box3 {
    display: flex;
    margin: 68px auto 0; }
    .about .box3 .con {
      width: 33.33333%;
      padding-right: 35px;
      box-sizing: border-box;
      position: relative;
      z-index: 10;
      padding-top: 48px; }
      .about .box3 .con:after {
        width: 2000%;
        height: 100%;
        background-color: #efefef;
        content: '';
        position: absolute;
        top: 0;
        right: 0; }
      .about .box3 .con .aboutTitle {
        text-align: left;
        position: relative;
        z-index: 5; }
      .about .box3 .con .txt {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 25px;
        position: relative;
        z-index: 5; }
      .about .box3 .con .xx {
        width: 172.8%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5; }
    .about .box3 .list {
      flex: 1; }
      .about .box3 .list a {
        width: 23.5%;
        display: block;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-top: 52px;
        float: left;
        margin-right: 2%; }
        .about .box3 .list a:nth-child(4n) {
          margin-right: 0; }
        .about .box3 .list a:nth-child(2n) {
          transform: translateY(-52px); }
        .about .box3 .list a:nth-child(n + 5) {
          margin-top: 0;
          margin-top: 22px; }
        .about .box3 .list a .img {
          transition: all 1.2s; }
        .about .box3 .list a .bg {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
        .about .box3 .list a .t {
          width: 100%;
          text-align: center;
          font-size: 18px;
          line-height: 20px;
          bottom: 6px;
          left: 0;
          position: absolute;
          z-index: 5;
          font-weight: bold;
          color: #222; }
        @media (min-width: 1024px) {
          .about .box3 .list a:hover .img {
            transform: scale(1.1); }
          .about .box3 .list a:hover .t {
            color: #e1701f; } }
      .about .box3 .list:after {
        width: 2000%;
        height: 100%;
        background-color: #efefef;
        content: '';
        position: absolute;
        top: 0;
        left: 100%; }
    @media (max-width: 1200px) {
      .about .box3 {
        margin: 50px auto 0; }
        .about .box3 .list a .t {
          font-size: 14px;
          line-height: 16px; } }
    @media (max-width: 960px) {
      .about .box3 {
        display: block;
        margin: 30px auto 0; }
        .about .box3 .con {
          width: 100%;
          padding-top: 0; }
          .about .box3 .con:after {
            display: none; }
          .about .box3 .con .xx {
            display: none; }
        .about .box3 .list {
          width: 100%;
          margin-top: 15px; } }
    @media (max-width: 640px) {
      .about .box3 {
        margin: 20px auto 0; }
        .about .box3 .con .txt {
          margin-top: 10px; }
        .about .box3 .list {
          width: 100%; }
          .about .box3 .list a {
            width: 48.5%;
            margin-right: 3%;
            margin-top: 0 !important;
            transform: translate(0) !important;
            margin-bottom: 10px; }
            .about .box3 .list a:nth-child(4n) {
              margin-right: 3%; }
            .about .box3 .list a:nth-child(2n) {
              margin-right: 0; } }
  .about .box4 {
    padding-top: 48px; }
    .about .box4 .title {
      width: 710px;
      max-width: 100%;
      margin: 0 auto; }
      .about .box4 .title .txt {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 25px;
        text-align: center; }
    .about .box4 .pic {
      width: 100%;
      margin-top: 36px; }
    @media (max-width: 768px) {
      .about .box4 {
        padding-top: 25px; }
        .about .box4 .title .txt {
          margin-top: 10px; }
        .about .box4 .pic {
          margin-top: 20px; } }
  .about .box5 {
    padding-top: 50px;
    padding-bottom: 50px; }
    .about .box5 .list {
      display: flex;
      justify-content: space-between;
      margin-top: 36px; }
      .about .box5 .list ul {
        width: 48%;
        border-top: 2px solid #c7c7c7; }
        .about .box5 .list ul li {
          border-bottom: 2px solid #c7c7c7;
          padding: 18px 0;
          cursor: pointer; }
          .about .box5 .list ul li .tits {
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 26px;
            color: #070706;
            justify-content: space-between;
            font-weight: bold; }
          .about .box5 .list ul li .tit {
            font-size: 12px;
            line-height: 20px;
            color: #666;
            padding-top: 15px;
            padding-bottom: 3px;
            display: none; }
    @media (max-width: 960px) {
      .about .box5 {
        padding: 25px 0; }
        .about .box5 .list {
          display: block;
          border-top: 2px solid #c7c7c7;
          margin-top: 15px; }
          .about .box5 .list ul {
            width: 100%;
            border-top: none; }
            .about .box5 .list ul li {
              padding: 10px 0; }
              .about .box5 .list ul li .tits {
                font-size: 13px;
                line-height: 18px; } }

/*# sourceMappingURL=style.css.map */
