.fl {
  float: left; }

.fr {
  float: right; }

body.noscroll {
  overflow: hidden; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.w1280 {
  width: 1280px;
  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: #dca005;
      cursor: pointer; }
      .videoItem .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoItem .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.headerBox {
  width: 100%;
  height: 182px;
  position: relative;
  z-index: 50; }
  .headerBox .headerPc .w1280 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .headerBox .headerPc .headerTop {
    width: 100%;
    height: auto;
    background-color: #662e91; }
    .headerBox .headerPc .headerTop .add {
      display: flex;
      align-items: center;
      font-size: 12px;
      line-height: 34px;
      color: #fff; }
      .headerBox .headerPc .headerTop .add img {
        margin-right: 10px; }
    .headerBox .headerPc .headerTop .topRight {
      display: flex;
      align-items: center; }
      .headerBox .headerPc .headerTop .topRight .lan {
        position: relative; }
        .headerBox .headerPc .headerTop .topRight .lan .tits {
          font-size: 12px;
          line-height: 34px;
          color: #fff;
          display: flex;
          align-items: center; }
          .headerBox .headerPc .headerTop .topRight .lan .tits img {
            margin-right: 10px; }
        .headerBox .headerPc .headerTop .topRight .lan .select {
          width: 100%;
          height: 30px;
          position: absolute;
          top: 0;
          left: 0;
          cursor: pointer;
          opacity: 0; }
      .headerBox .headerPc .headerTop .topRight .share {
        display: flex;
        align-items: center;
        margin-left: 5.20833vw; }
        .headerBox .headerPc .headerTop .topRight .share a {
          width: fit-content;
          height: 34px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 18px; }
          .headerBox .headerPc .headerTop .topRight .share a:last-child {
            margin-right: 0; }
  .headerBox .headerPc .headerNew {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(-90deg, white 0%, #eeeeee 100%);
    background-image: -webkit-linear-gradient(-90deg, white 0%, #eeeeee 100%);
    background-image: -ms-linear-gradient(-90deg, white 0%, #eeeeee 100%); }
    .headerBox .headerPc .headerNew .logo {
      width: 223px;
      height: 76px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .headerBox .headerPc .headerNew .tit {
      display: flex; }
      .headerBox .headerPc .headerNew .tit .t {
        display: flex;
        align-items: center;
        margin-right: 3.125vw; }
        .headerBox .headerPc .headerNew .tit .t:last-child {
          margin-right: 0; }
        .headerBox .headerPc .headerNew .tit .t img {
          margin-right: 10px; }
        .headerBox .headerPc .headerNew .tit .t .tt .tt1 {
          font-size: 12px;
          line-height: 14px;
          color: #222;
          font-weight: bold; }
        .headerBox .headerPc .headerNew .tit .t .tt .tt2 {
          font-size: 12px;
          line-height: 14px;
          color: #222;
          margin-top: 4px; }
  .headerBox .headerPc .headerBottom {
    width: 100%;
    background-color: #fff; }
    .headerBox .headerPc .headerBottom .nav {
      display: flex;
      align-items: center; }
      .headerBox .headerPc .headerBottom .nav ul li {
        margin-right: 1.66667vw;
        position: relative;
        float: left; }
        .headerBox .headerPc .headerBottom .nav ul li:last-child {
          margin-right: 0; }
        .headerBox .headerPc .headerBottom .nav ul li .tits {
          font-size: 15px;
          height: 72px;
          line-height: 20px;
          color: #222;
          font-weight: bold;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          .headerBox .headerPc .headerBottom .nav ul li .tits span {
            margin-left: 5px; }
          .headerBox .headerPc .headerBottom .nav ul li .tits:after {
            width: 6px;
            height: 24px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            left: -8px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/header_left.png");
            opacity: 0; }
          .headerBox .headerPc .headerBottom .nav ul li .tits:before {
            width: 6px;
            height: 24px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            right: -8px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/header_right.png");
            opacity: 0; }
        .headerBox .headerPc .headerBottom .nav ul li dl {
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          position: absolute;
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          top: 100%;
          z-index: 99;
          margin-top: -1px;
          -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          width: auto;
          left: -20px;
          background: #f0f0f0;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .headerBox .headerPc .headerBottom .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #d2d2d2; }
            .headerBox .headerPc .headerBottom .nav ul li dl dd:last-child {
              border-bottom: none; }
            .headerBox .headerPc .headerBottom .nav ul li dl dd a {
              display: block;
              line-height: 56px;
              padding: 0 18px;
              font-size: 14px;
              position: relative;
              color: #4e4e4e;
              white-space: nowrap; }
              @media (min-width: 1024px) {
                .headerBox .headerPc .headerBottom .nav ul li dl dd a:hover {
                  color: #dca005; } }
        @media (min-width: 1024px) {
          .headerBox .headerPc .headerBottom .nav ul li:hover .tits {
            color: #dca005; }
            .headerBox .headerPc .headerBottom .nav ul li:hover .tits:after {
              opacity: 1; }
            .headerBox .headerPc .headerBottom .nav ul li:hover .tits:before {
              opacity: 1; }
          .headerBox .headerPc .headerBottom .nav ul li:hover dl {
            top: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            height: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            display: block;
            -webkit-transform: rotateX(0);
            transform: rotateX(0); } }
        .headerBox .headerPc .headerBottom .nav ul li.on .tits {
          color: #dca005; }
          .headerBox .headerPc .headerBottom .nav ul li.on .tits:after {
            opacity: 1; }
          .headerBox .headerPc .headerBottom .nav ul li.on .tits:before {
            opacity: 1; }
    .headerBox .headerPc .headerBottom .searchClick {
      width: 185px;
      height: 52px;
      border-radius: 10px;
      background-color: #662e91;
      display: flex;
      align-items: center;
      overflow: hidden; }
      .headerBox .headerPc .headerBottom .searchClick span {
        flex: 1;
        text-align: center;
        display: block;
        font-size: 15px;
        line-height: 52px;
        color: #fff;
        font-weight: bold; }
      .headerBox .headerPc .headerBottom .searchClick i {
        width: 52px;
        height: 52px;
        background-color: #dca005;
        display: flex;
        align-items: center;
        justify-content: center; }
      .headerBox .headerPc .headerBottom .searchClick.on {
        display: none; }
    .headerBox .headerPc .headerBottom .searchClose {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      display: none; }
      .headerBox .headerPc .headerBottom .searchClose.on {
        display: flex; }
    .headerBox .headerPc .headerBottom .searchItem {
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #f2f2f2;
      border-radius: 0 0 10px 10px;
      padding: 16px;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      -moz-transition: all .35s;
      -ms-transition: all .35s;
      list-style-type: none;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
      .headerBox .headerPc .headerBottom .searchItem .box {
        width: 244px;
        height: 40px;
        background-color: #fff;
        border-radius: 5px;
        display: flex; }
        .headerBox .headerPc .headerBottom .searchItem .box .text {
          flex: 1;
          height: 40px;
          padding-left: 20px;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 20px;
          color: #999;
          border: none;
          background: none; }
        .headerBox .headerPc .headerBottom .searchItem .box a {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .headerBox .headerPc .headerBottom .searchItem.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 .headerPc.on .headerBottom {
    top: 0;
    position: fixed;
    left: 0;
    z-index: 10;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .headerBox .headerWap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .headerBox .headerWap .w1280 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 50px; }
      .headerBox .headerWap .w1280 .logo {
        width: 128px; }
      .headerBox .headerWap .w1280 .headerRightWap {
        display: flex;
        align-items: center; }
        .headerBox .headerWap .w1280 .headerRightWap .searchClick {
          width: 25px;
          height: 35px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .headerBox .headerWap .w1280 .headerRightWap .searchClick img:nth-child(2) {
            display: none; }
          .headerBox .headerWap .w1280 .headerRightWap .searchClick.on img:nth-child(1) {
            display: none; }
          .headerBox .headerWap .w1280 .headerRightWap .searchClick.on img:nth-child(2) {
            display: block; }
        .headerBox .headerWap .w1280 .headerRightWap .lan {
          margin-left: 5px;
          position: relative; }
          .headerBox .headerWap .w1280 .headerRightWap .lan .tits {
            width: 25px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .headerBox .headerWap .w1280 .headerRightWap .lan .select {
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            opacity: 0; }
        .headerBox .headerWap .w1280 .headerRightWap .navClick {
          width: 22px;
          height: 18px;
          margin-left: 15px; }
          .headerBox .headerWap .w1280 .headerRightWap .navClick span {
            width: 100%;
            height: 2px;
            background-color: #333;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox .headerWap .w1280 .headerRightWap .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox .headerWap .w1280 .headerRightWap .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox .headerWap .w1280 .headerRightWap .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox .headerWap .w1280 .headerRightWap .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
    .headerBox .headerWap .searchItem {
      width: 100%;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #f2f2f2;
      border-radius: 0 0 10px 10px;
      padding: 10px;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      -moz-transition: all .35s;
      -ms-transition: all .35s;
      list-style-type: none;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      display: flex;
      flex-direction: row-reverse; }
      .headerBox .headerWap .searchItem .box {
        width: 244px;
        height: 40px;
        background-color: #fff;
        border-radius: 5px;
        display: flex; }
        .headerBox .headerWap .searchItem .box .text {
          flex: 1;
          height: 40px;
          padding-left: 20px;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 20px;
          color: #999;
          border: none;
          background: none; }
        .headerBox .headerWap .searchItem .box a {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .headerBox .headerWap .searchItem.on {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        display: flex;
        -webkit-transform: rotateX(0);
        transform: rotateX(0); }
    .headerBox .headerWap .nav {
      width: 100%;
      position: fixed;
      top: 50px;
      height: calc(100vh - 50px);
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      display: none;
      margin-left: 0; }
      .headerBox .headerWap .nav ul {
        width: 260px;
        box-sizing: border-box;
        height: 100%;
        display: block;
        float: right;
        padding-top: 20px;
        background-color: #f0f0f0; }
        .headerBox .headerWap .nav ul li {
          float: none;
          background: none !important;
          margin-right: 0; }
          .headerBox .headerWap .nav ul li .tits {
            font-size: 15px;
            line-height: 46px;
            height: auto;
            padding-left: 20px;
            padding-right: 20px;
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            position: relative;
            color: #000 !important;
            background: none !important;
            font-weight: normal;
            text-align: left; }
            .headerBox .headerWap .nav ul li .tits:after {
              display: none; }
          .headerBox .headerWap .nav ul li dl {
            width: 100%;
            position: relative;
            opacity: 1;
            top: 0;
            padding: 0;
            visibility: initial;
            box-shadow: none;
            transform: rotateX(0);
            display: none;
            left: 0; }
            .headerBox .headerWap .nav ul li dl:after {
              display: none; }
            .headerBox .headerWap .nav ul li dl dd {
              border-bottom: none;
              padding: 0; }
              .headerBox .headerWap .nav ul li dl dd a {
                color: #000;
                font-size: 14px;
                line-height: 36px;
                padding: 0 0 0 30px;
                box-sizing: border-box; }
  @media (max-width: 1240px) {
    .headerBox .headerPc .headerBottom .nav ul li {
      margin-right: 15px; }
    .headerBox .headerPc .headerBottom .searchClick {
      width: 40px;
      height: 40px; }
      .headerBox .headerPc .headerBottom .searchClick span {
        display: none; }
      .headerBox .headerPc .headerBottom .searchClick i {
        width: 40px;
        height: 40px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; }
      .headerBox .headerPc {
        display: none; }
      .headerBox .headerWap {
        display: block; } }

.indexTitle {
  position: relative; }
  .indexTitle .t {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #662e91; }
    .indexTitle .t img {
      margin-right: 15px; }
  .indexTitle .indexTits {
    margin-top: 13px; }
  .indexTitle .more {
    padding: 0 21px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 44px;
    color: #222;
    position: absolute;
    bottom: 10px;
    right: 0; }
    .indexTitle .more img {
      margin-left: 10px; }
  @media (max-width: 768px) {
    .indexTitle .t {
      font-size: 13px; }
    .indexTitle .indexTits {
      margin-top: 8px; }
    .indexTitle .more {
      font-size: 12px;
      padding: 0 10px;
      top: -10px;
      bottom: auto;
      line-height: 32px; }
      .indexTitle .more img {
        width: 10px; } }

.indexTits {
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: bold; }
  .indexTits span {
    color: #662e91; }
  @media (max-width: 1280px) {
    .indexTits {
      font-size: 24px;
      line-height: 34px; } }
  @media (max-width: 768px) {
    .indexTits {
      font-size: 20px;
      line-height: 30px; } }

.index-banner {
  position: relative;
  width: 100%; }
  .index-banner ul li {
    width: 100%; }
    .index-banner ul li a {
      width: 100%;
      display: block;
      position: relative; }
      .index-banner ul li a .con {
        width: 100%;
        position: absolute;
        top: 1.40625vw;
        left: 0; }
        .index-banner ul li a .con .indexTits {
          color: #fff; }
        .index-banner ul li a .con .tit {
          font-size: 12px;
          line-height: 18px;
          color: #fff;
          width: 390px;
          max-width: 100%;
          margin-top: 10px; }
        .index-banner ul li a .con .more {
          width: 160px;
          height: 46px;
          border-radius: 10px;
          background-color: #662e91;
          font-size: 15px;
          line-height: 46px;
          color: #fff;
          align-items: center;
          justify-content: center;
          display: flex;
          font-weight: bold;
          margin-top: 17px; }
          .index-banner ul li a .con .more img {
            margin-left: 8px; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10; }
    .index-banner .btns .w1280 {
      display: flex;
      justify-content: center;
      align-items: center; }
      .index-banner .btns .w1280 .line {
        width: 400px;
        height: 3px;
        background-color: rgba(215, 212, 212, 0.5);
        position: relative; }
        .index-banner .btns .w1280 .line .swiper-pagination-progressbar-fill {
          width: 100%;
          height: 100%;
          background-color: #dca005;
          position: absolute;
          top: 0;
          left: 0;
          transform-origin: 0 0; }
      .index-banner .btns .w1280 .btn {
        margin-left: 15px;
        display: flex;
        align-items: center; }
        .index-banner .btns .w1280 .btn span {
          width: 37px;
          height: 37px;
          border-radius: 100%;
          border: 1px solid #fff;
          display: block;
          text-align: center;
          font-size: 16px;
          line-height: 35px;
          color: #fff;
          box-sizing: border-box;
          margin: 0 4px;
          cursor: pointer; }
          .index-banner .btns .w1280 .btn span.on {
            background-color: #dca005;
            border-color: #dca005; }
          @media (min-width: 1024px) {
            .index-banner .btns .w1280 .btn span:hover {
              background-color: #dca005;
              border-color: #dca005; } }
  @media (max-width: 768px) {
    .index-banner ul li a .con .tit {
      display: none; }
    .index-banner ul li a .con .more {
      display: none; }
    .index-banner .btns .w1280 .btn span {
      width: 24px;
      height: 24px;
      line-height: 22px;
      font-size: 10px; } }

.index .box1 {
  padding: 115px 0;
  box-sizing: border-box; }
  .index .box1 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
    .index .box1 ul li {
      width: 18.9%; }
      .index .box1 ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        position: relative; }
        .index .box1 ul li a .pic {
          width: 100%;
          border-radius: 0 0 15px 15px;
          overflow: hidden;
          background-color: #fff;
          position: relative;
          box-sizing: border-box;
          padding: 2px; }
          .index .box1 ul li a .pic .img {
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            position: absolute;
            bottom: 2px;
            left: 2px;
            overflow: hidden; }
            .index .box1 ul li a .pic .img img {
              width: 100%;
              height: auto;
              position: absolute;
              bottom: 0;
              left: 0;
              border-radius: 0 0 15px; }
        .index .box1 ul li a .tits {
          width: 100%;
          display: flex;
          flex-direction: column;
          position: absolute;
          top: -78px;
          left: 0; }
          .index .box1 ul li a .tits .t {
            width: 100%;
            font-size: 15px;
            line-height: 20px;
            color: #662e91;
            text-align: center;
            font-weight: bold; }
          .index .box1 ul li a .tits .line {
            width: 90px;
            height: 1px;
            margin: 0 auto;
            background-color: #eee;
            margin-top: 6px;
            position: relative; }
            .index .box1 ul li a .tits .line:after {
              width: 1px;
              height: 20px;
              background-color: #eee;
              position: absolute;
              top: 1px;
              left: calc(50% - 0.5px);
              content: ''; }
            .index .box1 ul li a .tits .line:before {
              width: 5px;
              height: 5px;
              background-color: #eee;
              position: absolute;
              left: calc(50% - 2.5px);
              top: 20px;
              content: '';
              border-radius: 100%; }
          .index .box1 ul li a .tits .icon {
            width: 43px;
            height: 47px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/p_bg.png");
            margin: 23px auto 0; }
            .index .box1 ul li a .tits .icon img {
              width: 100%; }
      .index .box1 ul li:nth-child(1) a .pic, .index .box1 ul li:nth-child(5) a .pic, .index .box1 ul li:nth-child(6) a .pic, .index .box1 ul li:nth-child(10) a .pic {
        padding-bottom: 73.1%; }
      .index .box1 ul li:nth-child(2) a .pic, .index .box1 ul li:nth-child(4) a .pic, .index .box1 ul li:nth-child(7) a .pic, .index .box1 ul li:nth-child(9) a .pic {
        padding-bottom: 62%; }
      .index .box1 ul li:nth-child(3) a .pic, .index .box1 ul li:nth-child(8) a .pic {
        padding-bottom: 51.2%; }
      .index .box1 ul li:nth-child(n + 6) {
        margin-top: 17px; }
        .index .box1 ul li:nth-child(n + 6) a {
          flex-direction: column; }
          .index .box1 ul li:nth-child(n + 6) a .pic {
            border-radius: 15px 15px 0 0; }
            .index .box1 ul li:nth-child(n + 6) a .pic img {
              bottom: auto;
              top: 0;
              border-radius: 15px 15px 0 0; }
          .index .box1 ul li:nth-child(n + 6) a .tits {
            top: auto;
            bottom: -78px;
            flex-direction: column-reverse; }
            .index .box1 ul li:nth-child(n + 6) a .tits .line {
              margin-bottom: 6px;
              margin-top: 0; }
              .index .box1 ul li:nth-child(n + 6) a .tits .line:after {
                bottom: 1px;
                top: auto; }
              .index .box1 ul li:nth-child(n + 6) a .tits .line:before {
                bottom: 21px;
                top: auto; }
            .index .box1 ul li:nth-child(n + 6) a .tits .icon {
              margin: 0 auto 22px; }
      .index .box1 ul li:nth-child(1) a .pic, .index .box1 ul li:nth-child(1) a .pic > .img {
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%, 0 0); }
      .index .box1 ul li:nth-child(1) a .pic {
        border-radius: 15px; }
        .index .box1 ul li:nth-child(1) a .pic .img {
          border-radius: 15px; }
      .index .box1 ul li:nth-child(2) a .pic, .index .box1 ul li:nth-child(2) a .pic > .img {
        -webkit-clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%, 0 0); }
      .index .box1 ul li:nth-child(2) a .tits {
        padding-top: 24px; }
      .index .box1 ul li:nth-child(3) a .tits {
        padding-top: 44px; }
      .index .box1 ul li:nth-child(4) a .pic, .index .box1 ul li:nth-child(4) a .pic > .img {
        -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%); }
      .index .box1 ul li:nth-child(4) a .tits {
        padding-top: 24px; }
      .index .box1 ul li:nth-child(5) a .pic, .index .box1 ul li:nth-child(5) a .pic > .img {
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
      .index .box1 ul li:nth-child(5) a .pic {
        border-radius: 15px; }
        .index .box1 ul li:nth-child(5) a .pic .img {
          border-radius: 15px; }
      .index .box1 ul li:nth-child(6) a .pic, .index .box1 ul li:nth-child(6) a .pic > .img {
        -webkit-clip-path: polygon(100% 0, 100% 85%, 16% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 100%, 0 0); }
      .index .box1 ul li:nth-child(6) a .pic {
        border-radius: 15px; }
        .index .box1 ul li:nth-child(6) a .pic .img {
          border-radius: 15px; }
      .index .box1 ul li:nth-child(7) a .pic, .index .box1 ul li:nth-child(7) a .pic > .img {
        -webkit-clip-path: polygon(100% 0, 100% 83%, 0 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 83%, 0 100%, 0 100%, 0 0); }
      .index .box1 ul li:nth-child(7) a .tits {
        padding-bottom: 24px; }
      .index .box1 ul li:nth-child(8) a .tits {
        padding-bottom: 44px; }
      .index .box1 ul li:nth-child(9) a .pic, .index .box1 ul li:nth-child(9) a .pic > .img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%); }
      .index .box1 ul li:nth-child(9) a .tits {
        padding-bottom: 24px; }
      .index .box1 ul li:nth-child(10) a .pic, .index .box1 ul li:nth-child(10) a .pic > .img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%); }
      .index .box1 ul li:nth-child(10) a .pic {
        border-radius: 15px; }
        .index .box1 ul li:nth-child(10) a .pic .img {
          border-radius: 15px; }
      @media (min-width: 1024px) {
        .index .box1 ul li:hover a .pic {
          background-color: #ffc121; }
        .index .box1 ul li:hover a .tits .t {
          color: #dca005; }
        .index .box1 ul li:hover a .tits .icon {
          background-image: url("../images/p_bg_h.png"); } }
  @media (max-width: 1200px) {
    .index .box1 ul li a .tits .t {
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding: 25px 0; }
      .index .box1 ul li {
        width: 48%;
        margin-top: 0 !important;
        margin-bottom: 10px; }
        .index .box1 ul li a {
          display: block; }
          .index .box1 ul li a .pic {
            padding-bottom: 0 !important;
            height: auto !important;
            clip-path: initial !important;
            border-radius: 10px !important; }
            .index .box1 ul li a .pic .img {
              clip-path: initial !important;
              position: relative;
              width: 100%;
              height: auto; }
              .index .box1 ul li a .pic .img img {
                position: relative;
                border-radius: 10px !important; }
          .index .box1 ul li a .tits {
            display: block;
            position: relative;
            top: auto !important;
            bottom: 0 !important;
            padding: 0 !important;
            margin-top: 10px; }
            .index .box1 ul li a .tits .line {
              display: none; }
            .index .box1 ul li a .tits .icon {
              display: none; } }
.index .box2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 12px; }
  .index .box2 .boxRight {
    width: 43.4%; }
    .index .box2 .boxRight .indexTitle .indexTits {
      margin-top: 23px; }
    .index .box2 .boxRight .txt {
      font-size: 12px;
      line-height: 18px;
      color: #666;
      padding-right: 1.82292vw;
      margin-top: 18px; }
    .index .box2 .boxRight .tit {
      position: relative;
      margin-top: 27px; }
      .index .box2 .boxRight .tit .pic {
        width: 31.2%;
        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        position: relative; }
        .index .box2 .boxRight .tit .pic img {
          width: 100%; }
      .index .box2 .boxRight .tit .con {
        width: 71%;
        position: absolute;
        height: 100%;
        top: 0;
        background-color: #662e91;
        left: 26%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 21% 52%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
        border-radius: 0 75px 75px 0;
        display: flex;
        align-items: center; }
        .index .box2 .boxRight .tit .con .conn {
          color: #fff;
          padding-left: 3.125vw;
          padding-right: 1.5625vw; }
          .index .box2 .boxRight .tit .con .conn .t {
            font-size: 18px;
            line-height: 20px;
            font-weight: bold; }
          .index .box2 .boxRight .tit .con .conn .t1 {
            font-size: 12px;
            line-height: 18px;
            margin-top: 12px; }
    .index .box2 .boxRight .tit1 {
      margin-top: 32px; }
      .index .box2 .boxRight .tit1 .t {
        width: 51.9%;
        float: left; }
        .index .box2 .boxRight .tit1 .t .tt {
          display: flex;
          font-size: 14px;
          line-height: 20px;
          color: #666;
          align-items: center;
          margin-bottom: 22px; }
          .index .box2 .boxRight .tit1 .t .tt:last-child {
            margin-bottom: 0; }
          .index .box2 .boxRight .tit1 .t .tt img {
            margin-right: 15px; }
      .index .box2 .boxRight .tit1 .t1 {
        width: 48.1%;
        float: right; }
        .index .box2 .boxRight .tit1 .t1 .tt {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #222; }
        .index .box2 .boxRight .tit1 .t1 .tt1 {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #662e91;
          margin-top: 14px; }
        .index .box2 .boxRight .tit1 .t1 .more {
          width: 142px;
          height: 42px;
          border-radius: 10px;
          background-color: #662e91;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          margin-top: 18px; }
          .index .box2 .boxRight .tit1 .t1 .more span {
            width: 16px;
            height: 16px;
            border-radius: 100%;
            background-color: #fff;
            display: block;
            margin-left: 12px; }
            .index .box2 .boxRight .tit1 .t1 .more span img {
              width: 100%; }
  .index .box2 .boxLeft {
    width: 53%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative; }
    .index .box2 .boxLeft .pic {
      width: 48.7%;
      border-radius: 20px;
      height: 476px;
      overflow: hidden;
      position: relative; }
      .index .box2 .boxLeft .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .index .box2 .boxLeft .item {
      width: 48.4%; }
      .index .box2 .boxLeft .item .img {
        width: 100%;
        height: 270px;
        border-radius: 20px;
        position: relative;
        overflow: hidden; }
        .index .box2 .boxLeft .item .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .index .box2 .boxLeft .item .img:nth-child(1) {
          margin-bottom: 22px; }
    .index .box2 .boxLeft .videoClick {
      width: 24.8%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .index .box2 .boxLeft .videoClick img {
        position: relative;
        z-index: 5;
        width: 100%; }
      .index .box2 .boxLeft .videoClick .txt {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: rotateAnimation 8s infinite linear; }
      .index .box2 .boxLeft .videoClick:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #662e91;
        opacity: 0.1;
        border-radius: 100%;
        animation: pulse-border 1.5s linear infinite; }
      .index .box2 .boxLeft .videoClick:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #662e91;
        opacity: 0.1;
        border-radius: 100%;
        animation: pulse-border 1.5s linear infinite 0.75s; }
  @media (max-width: 1280px) {
    .index .box2 .boxRight .tit .con .conn .t {
      font-size: 16px;
      line-height: 18px; }
    .index .box2 .boxRight .tit1 .t1 .tt {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 960px) {
    .index .box2 {
      display: block; }
      .index .box2 .boxRight {
        width: 100%; }
        .index .box2 .boxRight .tit .con .conn {
          padding-left: 13%; }
      .index .box2 .boxLeft {
        width: 100%;
        margin-top: 15px; } }
  @media (max-width: 640px) {
    .index .box2 {
      padding-top: 0; }
      .index .box2 .boxRight .indexTitle .indexTits {
        margin-top: 10px; }
      .index .box2 .boxRight .txt {
        padding-right: 0;
        margin-top: 10px; }
      .index .box2 .boxRight .tit {
        margin-top: 10px; }
        .index .box2 .boxRight .tit .pic {
          display: none; }
        .index .box2 .boxRight .tit .con {
          clip-path: inherit;
          border-radius: 10px;
          width: 100%;
          position: relative;
          left: 0;
          padding: 15px 0; }
          .index .box2 .boxRight .tit .con .conn {
            padding: 0 15px; }
      .index .box2 .boxRight .tit1 {
        margin-top: 15px; }
        .index .box2 .boxRight .tit1 .t {
          width: 100%;
          float: none; }
          .index .box2 .boxRight .tit1 .t .tt {
            font-size: 13px;
            margin-bottom: 5px; }
        .index .box2 .boxRight .tit1 .t1 {
          width: 100%;
          float: none;
          margin-top: 15px; }
      .index .box2 .boxLeft .pic {
        height: 72vw; }
      .index .box2 .boxLeft .item .img {
        height: 35vw;
        border-radius: 10px; }
        .index .box2 .boxLeft .item .img:nth-child(1) {
          margin-bottom: 10px; } }
.index .box3Tit {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: #222; }
  .index .box3Tit span {
    display: flex;
    align-items: center; }
    .index .box3Tit span img {
      margin-right: 10px; }
  .index .box3Tit i {
    display: block;
    margin: 0 12px; }
  .index .box3Tit.white {
    color: #fff; }
.index .box3 {
  padding-top: 52px; }
  .index .box3 .boxNew {
    margin-top: 37px; }
    .index .box3 .boxNew .boxLeft {
      width: 48.4%;
      float: left; }
      .index .box3 .boxNew .boxLeft a {
        width: 100%;
        display: block; }
        .index .box3 .boxNew .boxLeft a .pic {
          border-radius: 20px;
          height: 465px; }
        .index .box3 .boxNew .boxLeft a .con {
          width: calc(100% - 54px);
          margin: -95px auto 0;
          background-color: #fff;
          border-radius: 20px;
          border: 1px solid #e8e8e8;
          box-sizing: border-box;
          padding: 48px 2.60417vw 50px;
          position: relative;
          z-index: 5; }
          .index .box3 .boxNew .boxLeft a .con .tits {
            font-size: 24px;
            line-height: 26px;
            color: #222;
            height: 26px; }
          .index .box3 .boxNew .boxLeft a .con .tit {
            height: 54px;
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-top: 12px; }
          .index .box3 .boxNew .boxLeft a .con .box3Tit {
            margin-top: 37px; }
          .index .box3 .boxNew .boxLeft a .con .icon {
            position: absolute;
            bottom: -1px;
            right: -1px; }
      @media (min-width: 1024px) {
        .index .box3 .boxNew .boxLeft:hover .con .tits {
          color: #dca005; } }
    .index .box3 .boxNew .boxRight {
      width: 49.2%;
      float: right; }
      .index .box3 .boxNew .boxRight .itemBox {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .index .box3 .boxNew .boxRight .itemBox .item {
          width: 47.6%; }
          .index .box3 .boxNew .boxRight .itemBox .item a {
            width: 100%;
            height: auto;
            display: block; }
            .index .box3 .boxNew .boxRight .itemBox .item a .pic {
              width: 100%;
              height: 224px;
              position: relative;
              overflow: hidden;
              border-radius: 13px; }
              .index .box3 .boxNew .boxRight .itemBox .item a .pic .img {
                border-radius: 15px;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;
                transition: all 1.2s; }
              .index .box3 .boxNew .boxRight .itemBox .item a .pic .icon {
                width: 26.3%;
                position: absolute;
                top: auto;
                left: auto;
                right: -1px;
                bottom: -1px;
                height: auto;
                border-radius: 0; }
            .index .box3 .boxNew .boxRight .itemBox .item a .con {
              margin-top: 14px; }
              .index .box3 .boxNew .boxRight .itemBox .item a .con .tits {
                font-size: 16px;
                line-height: 24px;
                color: #222;
                height: 48px;
                box-sizing: border-box;
                padding-right: 24%;
                font-weight: bold; }
              .index .box3 .boxNew .boxRight .itemBox .item a .con .box3Tit {
                margin-top: 14px; }
          @media (min-width: 1024px) {
            .index .box3 .boxNew .boxRight .itemBox .item:hover a .pic .img {
              transform: scale(1.1); }
            .index .box3 .boxNew .boxRight .itemBox .item:hover a .con .tits {
              color: #dca005; } }
      .index .box3 .boxNew .boxRight .itemBox1 {
        margin-top: 24px; }
        .index .box3 .boxNew .boxRight .itemBox1 .item {
          border: 1px solid #d8d8d8;
          border-radius: 10px;
          margin-bottom: 20px; }
          .index .box3 .boxNew .boxRight .itemBox1 .item:last-child {
            margin-bottom: 0; }
          .index .box3 .boxNew .boxRight .itemBox1 .item a {
            width: 100%;
            padding: 12px;
            box-sizing: border-box;
            display: flex;
            align-items: center; }
            .index .box3 .boxNew .boxRight .itemBox1 .item a .pic {
              width: 136px;
              height: 102px;
              border-radius: 10px;
              overflow: hidden;
              position: relative; }
              .index .box3 .boxNew .boxRight .itemBox1 .item a .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;
                transition: all 1.2s; }
            .index .box3 .boxNew .boxRight .itemBox1 .item a .con {
              width: 300px;
              height: auto;
              margin-left: 20px;
              max-width: calc(100% - 156px); }
              .index .box3 .boxNew .boxRight .itemBox1 .item a .con .tits {
                font-size: 16px;
                line-height: 22px;
                color: #222;
                font-weight: bold;
                height: 44px;
                margin-bottom: 17px; }
          @media (min-width: 1024px) {
            .index .box3 .boxNew .boxRight .itemBox1 .item:hover a .pic img {
              transform: scale(1.1); }
            .index .box3 .boxNew .boxRight .itemBox1 .item:hover a .con .tits {
              color: #dca005; } }
  @media (max-width: 1200px) {
    .index .box3 .boxNew .boxLeft a .pic {
      height: 422px; }
    .index .box3 .boxNew .boxLeft a .con {
      padding: 25px 2.6vw;
      margin: -45px auto 0; }
      .index .box3 .boxNew .boxLeft a .con .tits {
        font-size: 20px;
        line-height: 22px;
        height: 22px; }
    .index .box3 .boxNew .boxRight .itemBox .item a .pic {
      height: 180px; } }
  @media (max-width: 1024px) {
    .index .box3 .boxNew .boxLeft {
      width: 100%;
      float: none; }
      .index .box3 .boxNew .boxLeft a .pic {
        height: auto; }
        .index .box3 .boxNew .boxLeft a .pic img {
          position: relative;
          height: auto; }
    .index .box3 .boxNew .boxRight {
      margin-top: 20px;
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .index .box3 {
      padding-top: 30px; }
      .index .box3 .boxNew {
        margin-top: 15px; }
        .index .box3 .boxNew .boxLeft a .con {
          width: calc(100% - 20px); }
          .index .box3 .boxNew .boxLeft a .con .tits {
            font-size: 14px;
            line-height: 16px; }
          .index .box3 .boxNew .boxLeft a .con .box3Tit {
            margin-top: 15px; }
          .index .box3 .boxNew .boxLeft a .con .icon {
            width: 55px; }
        .index .box3 .boxNew .boxRight {
          display: none; } }
.index .box4 {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }
  .index .box4 .indexTitle .t {
    color: #fff;
    display: flex;
    justify-content: center; }
    .index .box4 .indexTitle .t img {
      margin-right: 0; }
    .index .box4 .indexTitle .t span {
      margin: 0 15px; }
  .index .box4 .indexTitle .indexTits {
    text-align: center;
    color: #fff; }
  .index .box4 .list {
    margin-top: 35px; }
    .index .box4 .list ul {
      width: 100%;
      padding-bottom: 21%;
      position: relative; }
      .index .box4 .list ul li {
        width: 17.6%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(280%, 25%) rotate(6deg);
        opacity: 0;
        transition: all 0.5s; }
        .index .box4 .list ul li a {
          width: 100%;
          display: block; }
          .index .box4 .list ul li a .pic {
            width: 100%;
            padding-bottom: 75%;
            height: 0;
            position: relative;
            overflow: hidden;
            border-radius: 20px; }
            .index .box4 .list ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .index .box4 .list ul li a .con {
            text-align: center;
            color: #fff;
            margin-top: 20px; }
            .index .box4 .list ul li a .con .time {
              font-size: 12px;
              line-height: 14px; }
            .index .box4 .list ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              height: 44px;
              font-weight: bold;
              padding: 0 20px;
              margin-top: 6px; }
        .index .box4 .list ul li:nth-child(1) {
          transform: translate(-270%, 15%) rotate(-4deg);
          opacity: 1; }
        .index .box4 .list ul li:nth-child(2) {
          transform: translate(-160%, 4%) rotate(-2deg);
          opacity: 1; }
        .index .box4 .list ul li:nth-child(3) {
          transform: translate(-50%, 0);
          opacity: 1; }
        .index .box4 .list ul li:nth-child(4) {
          transform: translate(60%, 4%) rotate(2deg);
          opacity: 1; }
        .index .box4 .list ul li:nth-child(5) {
          transform: translate(170%, 15%) rotate(4deg);
          opacity: 1; }
    .index .box4 .list .btns {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px; }
      .index .box4 .list .btns .line {
        width: 500px;
        height: 4px;
        border-radius: 2px;
        background-color: #f4f4f4;
        position: relative; }
        .index .box4 .list .btns .line span {
          width: 0%;
          height: 100%;
          top: 0;
          left: 0;
          transform-origin: 0 0;
          background-color: #dca005;
          display: block;
          transition: all 0.5s;
          position: absolute; }
      .index .box4 .list .btns .btn {
        display: flex;
        margin-left: 17px; }
        .index .box4 .list .btns .btn a {
          width: 36px;
          height: 36px;
          background-size: cover;
          background-repeat: no-repeat;
          border: 1px solid #fff;
          border-radius: 100%;
          margin: 0 3px;
          display: block; }
          .index .box4 .list .btns .btn a.prev {
            background-image: url("../images/prev1.png"); }
          .index .box4 .list .btns .btn a.next {
            background-image: url("../images/next1.png"); }
  @media (max-width: 1280px) {
    .index .box4 .list ul {
      padding-bottom: 30%; }
      .index .box4 .list ul li {
        width: 26%; } }
  @media (max-width: 1024px) {
    .index .box4 .list ul {
      padding-bottom: 34%; }
      .index .box4 .list ul li {
        width: 30%; }
        .index .box4 .list ul li a .con .tits {
          font-size: 14px;
          line-height: 20px;
          height: auto; } }
  @media (max-width: 768px) {
    .index .box4 {
      margin-top: 30px;
      padding-top: 25px;
      padding-bottom: 25px; }
      .index .box4 .list {
        margin-top: 20px; }
        .index .box4 .list ul {
          padding-bottom: 78%; }
          .index .box4 .list ul li {
            width: 75%; }
        .index .box4 .list .btns {
          padding: 0 4%;
          box-sizing: border-box; }
          .index .box4 .list .btns .line {
            flex: 1; } }
.index .box5 {
  padding-top: 50px; }
  .index .box5 .boxNew {
    display: flex;
    justify-content: space-between;
    margin-top: 26px; }
    .index .box5 .boxNew .item {
      background-color: #f4f4f4;
      border-radius: 20px;
      overflow: hidden; }
      .index .box5 .boxNew .item a {
        width: 100%;
        display: flex;
        align-items: center; }
        .index .box5 .boxNew .item a .pic {
          width: 51.8%;
          border-radius: 20px;
          overflow: hidden;
          height: 0;
          padding-bottom: 29.2%;
          position: relative; }
          .index .box5 .boxNew .item a .pic .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
          .index .box5 .boxNew .item a .pic .icon {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .index .box5 .boxNew .item a .pic .icon img {
              position: relative;
              z-index: 5; }
            .index .box5 .boxNew .item a .pic .icon:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              background-color: #662e91;
              opacity: 0.1;
              border-radius: 100%;
              animation: pulse-border 1.5s linear infinite; }
            .index .box5 .boxNew .item a .pic .icon:before {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              background-color: #662e91;
              opacity: 0.1;
              border-radius: 100%;
              animation: pulse-border 1.5s linear infinite 0.75s; }
        .index .box5 .boxNew .item a .con {
          width: 48.2%;
          display: flex;
          justify-content: safe left;
          padding: 0 30px; }
          .index .box5 .boxNew .item a .con .conn {
            width: 290px;
            max-width: 100%; }
            .index .box5 .boxNew .item a .con .conn .tits {
              font-size: 16px;
              line-height: 24px;
              color: #222;
              height: 48px;
              font-weight: bold;
              margin-top: 12px; }
            .index .box5 .boxNew .item a .con .conn .more {
              width: 130px;
              height: 46px;
              border-radius: 23px;
              background-color: #fff;
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 20px;
              justify-content: center;
              color: #222;
              margin-top: 24px; }
              .index .box5 .boxNew .item a .con .conn .more img {
                margin-left: 12px; }
                .index .box5 .boxNew .item a .con .conn .more img.icon1 {
                  display: none; }
      .index .box5 .boxNew .item:nth-child(1) {
        margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .index .box5 .boxNew .item:hover a .pic .img {
          transform: scale(1.1); }
        .index .box5 .boxNew .item:hover a .con .tits {
          color: #662e91; }
        .index .box5 .boxNew .item:hover a .con .more {
          background-color: #662e91;
          color: #fff; }
          .index .box5 .boxNew .item:hover a .con .more img.icon {
            display: none; }
          .index .box5 .boxNew .item:hover a .con .more img.icon1 {
            display: block; } }
    .index .box5 .boxNew .itemBox {
      width: 64.8%; }
    .index .box5 .boxNew .itemBox1 {
      width: 33.6%;
      border-radius: 20px;
      overflow: hidden;
      background-color: #f4f4f4; }
      .index .box5 .boxNew .itemBox1 .item a {
        flex-direction: column; }
        .index .box5 .boxNew .itemBox1 .item a .pic {
          width: 100%;
          padding-bottom: 60.9%; }
        .index .box5 .boxNew .itemBox1 .item a .con {
          width: 100%;
          box-sizing: border-box;
          margin-top: 2.60417vw; }
  @media (max-width: 1200px) {
    .index .box5 .boxNew .item a .pic .icon {
      width: 46px;
      height: 46px; }
      .index .box5 .boxNew .item a .pic .icon img {
        width: 100%; } }
  @media (max-width: 1024px) {
    .index .box5 .boxNew {
      display: block; }
      .index .box5 .boxNew .itemBox {
        width: 100%; }
      .index .box5 .boxNew .itemBox1 {
        display: none; } }
  @media (max-width: 600px) {
    .index .box5 {
      padding-top: 30px; }
      .index .box5 .boxNew {
        margin-top: 15px; }
        .index .box5 .boxNew .item a {
          display: block; }
          .index .box5 .boxNew .item a .pic {
            width: 100%;
            padding-bottom: 0;
            height: auto; }
            .index .box5 .boxNew .item a .pic .img {
              height: auto;
              position: relative; }
          .index .box5 .boxNew .item a .con {
            padding: 15px;
            width: 100%; }
        .index .box5 .boxNew .itemBox .item {
          margin-bottom: 0 !important; }
          .index .box5 .boxNew .itemBox .item:nth-child(n + 2) {
            display: none; } }
.index .box6 {
  padding-top: 50px; }
  .index .box6 .list {
    margin-top: 25px; }
    .index .box6 .list ul {
      display: flex;
      justify-content: space-between; }
      .index .box6 .list ul li {
        width: 23.8%; }
        .index .box6 .list ul li a {
          width: 100%;
          display: block; }
          .index .box6 .list ul li a .pic {
            width: 100%;
            border-radius: 20px;
            height: 0;
            padding-bottom: 75%;
            position: relative;
            overflow: hidden; }
            .index .box6 .list ul li a .pic .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              top: 0;
              left: 0;
              position: absolute; }
            .index .box6 .list ul li a .pic .bg {
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.7);
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              transition: all 0.3s; }
              .index .box6 .list ul li a .pic .bg:after {
                width: 1px;
                height: 0%;
                position: absolute;
                left: 25px;
                bottom: 0;
                background-color: #dca005;
                content: '';
                transition: all 0.5s 0.1s; }
              .index .box6 .list ul li a .pic .bg:before {
                width: 0%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 25px;
                background-color: #dca005;
                content: '';
                transition: all 0.5s 0.1s; }
              .index .box6 .list ul li a .pic .bg .txt {
                font-size: 12px;
                line-height: 18px;
                color: #fff;
                height: 72px;
                -webkit-line-clamp: 2;
                width: calc(100% - 60px);
                left: 40px;
                position: absolute;
                bottom: 45px; }
              .index .box6 .list ul li a .pic .bg img {
                width: 30px;
                position: absolute;
                top: 15px;
                right: 15px; }
          .index .box6 .list ul li a .con {
            margin-top: 15px; }
            .index .box6 .list ul li a .con .tits {
              font-size: 16px;
              line-height: 24px;
              height: 48px;
              font-weight: bold;
              color: #222;
              margin-top: 13px;
              padding-right: 20px;
              box-sizing: border-box; }
            .index .box6 .list ul li a .con .more {
              width: 130px;
              height: 46px;
              font-size: 14px;
              line-height: 44px;
              color: #222;
              box-sizing: border-box;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 1px solid #cfcfcf;
              border-radius: 10px;
              margin-top: 23px; }
              .index .box6 .list ul li a .con .more i {
                width: 16px;
                height: 16px;
                display: block;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("../images/icon6.png");
                margin-left: 12px; }
        @media (min-width: 1024px) {
          .index .box6 .list ul li:hover a .pic .bg {
            opacity: 1; }
            .index .box6 .list ul li:hover a .pic .bg:after {
              height: 100%; }
            .index .box6 .list ul li:hover a .pic .bg:before {
              width: 100%; }
          .index .box6 .list ul li:hover a .con .tits {
            color: #dca005; }
          .index .box6 .list ul li:hover a .con .more {
            border-color: #dca005;
            color: #dca005; }
            .index .box6 .list ul li:hover a .con .more i {
              background-image: url("../images/icon6_h1.png"); } }
  @media (max-width: 1200px) {
    .index .box6 .list ul li {
      width: 32%; }
      .index .box6 .list ul li:nth-child(n + 4) {
        display: none; } }
  @media (max-width: 800px) {
    .index .box6 .list ul li {
      width: 48.5%; }
      .index .box6 .list ul li:nth-child(n + 3) {
        display: none; } }
  @media (max-width: 540px) {
    .index .box6 {
      padding-top: 30px; }
      .index .box6 .list {
        margin-top: 15px; }
        .index .box6 .list ul li {
          width: 100%; }
          .index .box6 .list ul li:nth-child(n + 2) {
            display: none; } }
.index .box7 {
  background-image: url("../images/index_bg2.jpg");
  padding-top: 40px;
  margin-top: 50px;
  padding-bottom: 60px; }
  .index .box7 .indexTitle .t {
    color: #fff;
    display: flex;
    justify-content: center; }
    .index .box7 .indexTitle .t img {
      margin-right: 0; }
    .index .box7 .indexTitle .t span {
      margin: 0 15px; }
  .index .box7 .indexTitle .indexTits {
    text-align: center;
    color: #fff; }
  .index .box7 .boxNew {
    display: flex;
    justify-content: space-between;
    margin-top: 38px; }
    .index .box7 .boxNew .boxLeft {
      width: 52.3%;
      position: relative; }
      .index .box7 .boxNew .boxLeft ul {
        width: 100%;
        height: 100%; }
        .index .box7 .boxNew .boxLeft ul li {
          width: 100%;
          height: 100%;
          border-radius: 20px;
          overflow: hidden; }
          .index .box7 .boxNew .boxLeft ul li a {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 20px;
            position: relative; }
            .index .box7 .boxNew .boxLeft ul li a .img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .index .box7 .boxNew .boxLeft ul li a .bg {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/bg1.png");
              z-index: 5; }
            .index .box7 .boxNew .boxLeft ul li a .con {
              width: 100%;
              position: absolute;
              bottom: 40px;
              left: 0;
              padding: 0 40px;
              box-sizing: border-box;
              color: #fff;
              z-index: 10; }
              .index .box7 .boxNew .boxLeft ul li a .con .tits {
                font-size: 24px;
                line-height: 26px;
                color: #fff;
                font-weight: bold;
                height: 26px;
                margin-bottom: 18px; }
      .index .box7 .boxNew .boxLeft .btns {
        position: absolute;
        left: auto;
        bottom: 30px;
        right: 40px;
        z-index: 10;
        display: flex;
        width: fit-content; }
        .index .box7 .boxNew .boxLeft .btns span {
          width: 8px;
          height: 8px;
          opacity: 1;
          border-radius: 100%;
          display: block;
          margin-left: 8px;
          opacity: 1; }
          .index .box7 .boxNew .boxLeft .btns span.swiper-pagination-bullet-active {
            background-color: #fff; }
    .index .box7 .boxNew .boxRight {
      width: 44.2%; }
      .index .box7 .boxNew .boxRight .a {
        width: 100%;
        height: 36px;
        background-color: #662e91;
        text-align: center;
        font-size: 18px;
        line-height: 36px;
        color: #fff;
        font-weight: bold;
        display: block;
        border-radius: 10px 10px 0 0; }
        .index .box7 .boxNew .boxRight .a.next {
          border-radius: 0 0 10px 10px; }
      .index .box7 .boxNew .boxRight .list {
        width: 100%;
        height: 405px;
        margin: 12px 0; }
        .index .box7 .boxNew .boxRight .list ul li {
          width: 100%;
          margin-bottom: 12px;
          border-radius: 10px;
          background-color: #2b292d;
          height: 127px; }
          .index .box7 .boxNew .boxRight .list ul li:last-child {
            margin-bottom: 0; }
          .index .box7 .boxNew .boxRight .list ul li:after {
            width: 0%;
            height: 100%;
            background-color: #4a494a;
            position: absolute;
            top: 0;
            left: 0;
            content: ''; }
          .index .box7 .boxNew .boxRight .list ul li a {
            width: 100%;
            height: auto;
            display: flex;
            padding: 12px;
            align-items: center;
            justify-content: space-between;
            box-sizing: border-box;
            position: relative;
            z-index: 5; }
            .index .box7 .boxNew .boxRight .list ul li a .pic {
              width: 137px;
              height: 103px;
              border-radius: 20px;
              overflow: hidden;
              position: relative;
              flex: 0 0 137px; }
              .index .box7 .boxNew .boxRight .list ul li a .pic img {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover; }
            .index .box7 .boxNew .boxRight .list ul li a .con {
              padding: 0 18px;
              box-sizing: border-box;
              width: calc(100% - 137px); }
              .index .box7 .boxNew .boxRight .list ul li a .con .tits {
                width: 305px;
                font-size: 16px;
                line-height: 22px;
                height: 40px;
                font-weight: bold;
                color: #fff;
                margin-bottom: 17px;
                max-width: 100%; }
          .index .box7 .boxNew .boxRight .list ul li.swiper-slide-thumb-active:after {
            width: 100%;
            transition: all 7s linear; }
  @media (max-width: 1200px) {
    .index .box7 .boxNew .boxLeft ul li a .con {
      padding: 0 20px;
      bottom: 20px; }
      .index .box7 .boxNew .boxLeft ul li a .con .tits {
        font-size: 20px;
        line-height: 22px; } }
  @media (max-width: 860px) {
    .index .box7 .boxNew {
      display: block; }
      .index .box7 .boxNew .boxLef {
        display: none; }
      .index .box7 .boxNew .boxRight {
        width: 100%; } }
  @media (max-width: 540px) {
    .index .box7 {
      margin-top: 30px;
      padding-top: 20px;
      padding-bottom: 25px; }
      .index .box7 .boxNew {
        margin-top: 15px; }
        .index .box7 .boxNew .boxLeft {
          width: 100%;
          height: 68vw;
          display: block; }
          .index .box7 .boxNew .boxLeft ul li {
            margin-right: 10px; }
            .index .box7 .boxNew .boxLeft ul li:last-child {
              margin-right: 0; }
            .index .box7 .boxNew .boxLeft ul li a .con .tits {
              height: auto;
              font-size: 14px;
              line-height: 16px; }
            .index .box7 .boxNew .boxLeft ul li a .con .box3Tit {
              margin-top: 10px; }
          .index .box7 .boxNew .boxLeft .btns {
            right: 10px;
            bottom: 10px; }
        .index .box7 .boxNew .boxRight {
          display: none; } }
.index .box8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.85417vw 0; }
  .index .box8 .con {
    width: 40.2%; }
    .index .box8 .con .indexTitle .tits {
      font-size: 42px;
      line-height: 52px;
      color: #222;
      font-weight: bold;
      margin-top: 20px; }
    .index .box8 .con .txt {
      font-size: 16px;
      line-height: 24px;
      color: #666;
      margin-top: 13px; }
  .index .box8 .listBox {
    width: 59.8%; }
    .index .box8 .listBox .listNew {
      width: 111.11%;
      position: relative; }
      .index .box8 .listBox .listNew .list {
        height: 70px;
        position: relative; }
        .index .box8 .listBox .listNew .list ul {
          display: flex;
          align-items: center; }
          .index .box8 .listBox .listNew .list ul a {
            margin: 0 8px;
            float: left;
            height: 70px;
            width: 146px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            border: 1px solid #d9d9d9;
            border-radius: 5px;
            justify-content: center; }
            .index .box8 .listBox .listNew .list ul a img {
              max-height: 50%;
              max-width: 80%; }
        .index .box8 .listBox .listNew .list:nth-child(2) {
          margin: 18px 0; }
      .index .box8 .listBox .listNew:after {
        width: 10%;
        height: 100%;
        background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 5; }
      .index .box8 .listBox .listNew:before {
        width: 10%;
        height: 100%;
        background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        z-index: 5; }
  @media (max-width: 1366px) {
    .index .box8 .con .indexTitle .tits {
      font-size: 32px;
      line-height: 42px; } }
  @media (max-width: 1024px) {
    .index .box8 .con .indexTitle .tits {
      font-size: 22px;
      line-height: 32px; } }
  @media (max-width: 768px) {
    .index .box8 {
      display: block;
      padding: 30px 0;
      width: 100%;
      max-width: 100%; }
      .index .box8 .con {
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box; }
        .index .box8 .con .txt {
          font-size: 12px;
          line-height: 20px;
          margin-top: 10px; }
        .index .box8 .con .indexTitle .tits {
          margin-top: 5px; }
      .index .box8 .listBox {
        width: 100%;
        margin-top: 15px; }
        .index .box8 .listBox .listNew {
          width: 100%; }
          .index .box8 .listBox .listNew .list:nth-child(2) {
            margin: 10px 0; }
          .index .box8 .listBox .listNew .list ul a {
            height: 40px;
            width: 120px; } }

.footer .footerBox {
  background-image: url("../images/footer_bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 56px; }
.footer .footerNew {
  padding-bottom: 24px; }
  .footer .footerNew .footerLeft {
    width: 28.3%;
    float: left; }
    .footer .footerNew .footerLeft .tits {
      font-size: 14px;
      line-height: 24px;
      font-weight: bold;
      color: #192437;
      border-bottom: 1px dotted #444d5c;
      margin-top: 23px;
      padding-bottom: 18px; }
    .footer .footerNew .footerLeft .tit {
      display: grid;
      grid-template-columns: 1fr 140px;
      margin-top: 12px; }
      .footer .footerNew .footerLeft .tit .t {
        font-size: 12px;
        line-height: 35px;
        color: #192437;
        display: flex;
        align-items: center; }
        .footer .footerNew .footerLeft .tit .t img {
          margin-right: 11px; }
  .footer .footerNew .footerCen {
    width: 66%;
    display: flex;
    justify-content: space-between;
    float: right; }
    .footer .footerNew .footerCen dl {
      width: 41.1%; }
      .footer .footerNew .footerCen dl dt {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #192437;
        border-bottom: 1px solid #cdcdcd;
        position: relative;
        padding-bottom: 12px; }
        .footer .footerNew .footerCen dl dt:after {
          width: 68px;
          height: 2px;
          background-color: #662e91;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: ''; }
      .footer .footerNew .footerCen dl dd {
        display: grid;
        grid-template-columns: 1fr 135px;
        margin-top: 10px; }
        .footer .footerNew .footerCen dl dd a {
          font-size: 12px;
          line-height: 35px;
          color: #192437; }
      .footer .footerNew .footerCen dl:nth-child(2) {
        width: 49.4%; }
        .footer .footerNew .footerCen dl:nth-child(2) dd {
          grid-template-columns: 1fr 1fr 1fr 90px; }
.footer .footerBottom {
  background-color: #fff;
  padding: 19px 0; }
  .footer .footerBottom .w1280 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer .footerBottom .w1280 .t {
      font-size: 12px;
      line-height: 17px;
      color: #222;
      display: flex;
      align-items: flex-start;
      width: 335px; }
      .footer .footerBottom .w1280 .t img {
        margin-top: -1.5px;
        margin-right: 10px; }
    .footer .footerBottom .w1280 .imgBox {
      display: flex; }
      .footer .footerBottom .w1280 .imgBox a {
        width: 129px;
        display: block;
        margin-left: 10px; }
        .footer .footerBottom .w1280 .imgBox a img {
          width: 100%; }
.footer .foot {
  border-top: 7px solid #dca005;
  background-color: #662e91; }
  .footer .foot .w1280 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px; }
    .footer .foot .w1280 .t {
      font-size: 14px;
      line-height: 16px;
      color: #fff; }
      .footer .foot .w1280 .t a {
        color: #fff; }
    .footer .foot .w1280 .share {
      display: flex;
      align-items: center; }
      .footer .foot .w1280 .share a {
        margin-left: 18px; }
@media (max-width: 1230px) {
  .footer .footerNew .footerCen dl {
    width: 46.1%; } }
@media (max-width: 1100px) {
  .footer .footerNew .footerLeft .tit {
    display: block; }
  .footer .footerNew .footerCen dl dd {
    grid-template-columns: 1fr; }
    .footer .footerNew .footerCen dl dd a {
      line-height: 26px; }
  .footer .footerNew .footerCen dl:nth-child(2) dd {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 1024px) {
  .footer .footerBottom .w1280 {
    display: block; }
    .footer .footerBottom .w1280 .imgBox {
      margin-top: 10px; }
      .footer .footerBottom .w1280 .imgBox a {
        margin-left: 0;
        margin-right: 10px; } }
@media (max-width: 768px) {
  .footer .footerBox {
    padding-top: 25px;
    padding-bottom: 23px; }
  .footer .footerNew .footerLeft {
    width: 100%;
    float: none; }
    .footer .footerNew .footerLeft .logo img {
      height: 36px; }
    .footer .footerNew .footerLeft .tits {
      margin-top: 15px;
      padding-bottom: 10px; }
  .footer .footerNew .footerCen {
    float: none;
    width: 100%;
    margin-top: 15px; }
  .footer .footerBottom .w1280 .imgBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .footer .footerBottom .w1280 .imgBox a {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 8px; }
      .footer .footerBottom .w1280 .imgBox a:nth-child(3), .footer .footerBottom .w1280 .imgBox a:nth-child(5) {
        margin-right: 0; }
  .footer .foot {
    padding: 8px 0;
    height: auto; }
    .footer .foot .w1280 {
      display: block;
      height: auto; }
      .footer .foot .w1280 .t {
        text-align: center; }
        .footer .foot .w1280 .t a {
          display: block; }
      .footer .foot .w1280 .share {
        justify-content: center;
        margin-top: 10px; }
        .footer .foot .w1280 .share a {
          margin: 0 8px; } }

.banner {
  position: relative;
  width: 100%; }
  .banner .content {
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 10;
    position: absolute;
    transform: translateY(-50%); }
    .banner .content .home {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 18px;
      color: #fff; }
      .banner .content .home a {
        color: #fff; }
        @media (min-width: 1024px) {
          .banner .content .home a:hover {
            color: #dca005; } }
      .banner .content .home img {
        display: block;
        margin: 0 20px; }
    .banner .content .tits {
      font-size: 36px;
      line-height: 38px;
      font-weight: bold;
      color: #fff;
      margin-top: 27px; }
      .banner .content .tits span {
        color: #dca005; }
  @media (max-width: 1200px) {
    .banner .content .tits {
      font-size: 26px;
      line-height: 28px;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .banner {
      overflow: hidden; }
      .banner > img {
        width: 200%;
        margin-left: -50%; }
      .banner .content .home {
        font-size: 13px;
        line-height: 15px; }
        .banner .content .home img {
          margin: 0 10px; }
      .banner .content .tits {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px; } }

.service {
  width: 1130px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 5.20833vw; }
  .service .top {
    display: flex; }
    .service .top .pic {
      width: 43.8%; }
    .service .top .txt {
      width: 7.9%;
      background-color: #662e91;
      position: relative; }
      .service .top .txt .t {
        font-size: 44px;
        line-height: 46px;
        font-weight: bold;
        color: #fff;
        transform: rotate(270deg) translate(-50%, -50%);
        white-space: nowrap;
        position: absolute;
        transform-origin: left top;
        bottom: 38%;
        left: 50%; }
    .service .top .tabs {
      width: 48.3%;
      position: relative;
      overflow: hidden; }
      .service .top .tabs .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .service .top .tabs .tabsNew {
        width: calc(100% - 70px);
        height: calc(100% - 70px);
        position: absolute;
        top: 35px;
        left: 35px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .service .top .tabs .tabsNew:after {
          width: 1px;
          height: 100%;
          background-color: #fff;
          position: absolute;
          top: 0;
          left: calc(50% - 0.5px);
          content: ''; }
        .service .top .tabs .tabsNew:before {
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: calc(50% - 0.5px);
          content: ''; }
        .service .top .tabs .tabsNew a {
          width: calc(50% - 22px);
          height: 50%;
          display: block;
          color: #fff;
          text-align: right;
          box-sizing: border-box;
          padding-top: 12px;
          position: relative; }
          .service .top .tabs .tabsNew a .icon {
            display: flex;
            justify-content: safe right; }
            .service .top .tabs .tabsNew a .icon img {
              width: 31px;
              display: block; }
              .service .top .tabs .tabsNew a .icon img:nth-child(2) {
                display: none; }
          .service .top .tabs .tabsNew a .tits {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            margin-top: 8px; }
          .service .top .tabs .tabsNew a .tit {
            font-size: 12px;
            line-height: 14px;
            margin-top: 10px; }
          .service .top .tabs .tabsNew a:after {
            --px: 15px;
            width: var(--px);
            height: var(--px);
            background-color: #fff;
            position: absolute;
            content: '';
            opacity: 0.16; }
          .service .top .tabs .tabsNew a:nth-child(2n) {
            text-align: left; }
            .service .top .tabs .tabsNew a:nth-child(2n) .icon {
              justify-content: safe left; }
          .service .top .tabs .tabsNew a:nth-child(3), .service .top .tabs .tabsNew a:nth-child(4) {
            padding-top: 28px; }
          .service .top .tabs .tabsNew a:nth-child(1):after {
            bottom: 2px;
            right: -20px;
            border-top-left-radius: var(--px); }
          .service .top .tabs .tabsNew a:nth-child(2):after {
            bottom: 2px;
            left: -21px;
            border-top-right-radius: var(--px); }
          .service .top .tabs .tabsNew a:nth-child(3):after {
            top: 1px;
            right: -20px;
            border-bottom-left-radius: var(--px); }
          .service .top .tabs .tabsNew a:nth-child(4):after {
            top: 1px;
            left: -21px;
            border-bottom-right-radius: var(--px); }
          .service .top .tabs .tabsNew a.on {
            color: #dca005; }
            .service .top .tabs .tabsNew a.on:after {
              background-color: #dca005;
              opacity: 1; }
            .service .top .tabs .tabsNew a.on .icon img:nth-child(1) {
              display: none; }
            .service .top .tabs .tabsNew a.on .icon img:nth-child(2) {
              display: block; }
    @media (max-width: 1200px) {
      .service .top .tabs .tabsNew a .tits {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 1160px) {
      .service .top .pic {
        width: 33.8%;
        height: 360px;
        overflow: hidden;
        position: relative; }
        .service .top .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .service .top .tabs {
        width: 58.3%; } }
    @media (max-width: 840px) {
      .service .top {
        display: block; }
        .service .top .pic {
          display: none; }
        .service .top .txt {
          width: 100%;
          height: auto; }
          .service .top .txt .t {
            font-size: 20px;
            transform: rotate(0deg) translate(0, 0);
            position: relative;
            line-height: 38px;
            bottom: 0;
            left: 20px; }
        .service .top .tabs {
          width: 100%;
          height: 58vw; }
          .service .top .tabs .tabsNew {
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            top: 10px;
            left: 10px; } }
    @media (max-width: 540px) {
      .service .top .tabs .tabsNew a .tit {
        display: none; } }
  .service .title {
    text-align: center;
    color: #020202; }
    .service .title .t {
      font-weight: bold;
      font-size: 26px;
      line-height: 28px; }
    .service .title .t1 {
      font-size: 14px;
      line-height: 26px;
      width: 820px;
      max-width: 100%;
      margin: 20px auto 0; }
    @media (max-width: 960px) {
      .service .title .t {
        font-size: 20px;
        line-height: 22px; }
      .service .title .t1 {
        font-size: 13px;
        line-height: 22px;
        margin: 10px auto 0; } }
  .service .warranty {
    width: 1026px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3.28125vw 0 10.15625vw; }
    .service .warranty .itemBox {
      width: 100%;
      display: flex;
      margin-top: 3.125vw; }
      .service .warranty .itemBox .item {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .service .warranty .itemBox .item .pic {
          width: 100%;
          padding-bottom: 69.4%;
          height: 0;
          overflow: hidden;
          position: relative; }
          .service .warranty .itemBox .item .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .service .warranty .itemBox .item .con {
          width: 100%;
          padding-bottom: 69.4%;
          height: 0;
          box-sizing: border-box;
          position: relative; }
          .service .warranty .itemBox .item .con .conn {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            box-sizing: border-box;
            padding: 0 40px;
            display: flex;
            justify-content: center;
            flex-direction: column; }
            .service .warranty .itemBox .item .con .conn .tits {
              font-size: 14px;
              line-height: 16px;
              font-weight: bold;
              color: #222; }
            .service .warranty .itemBox .item .con .conn .line {
              width: 100%;
              height: 1px;
              background-color: #662e91;
              position: relative;
              margin-top: 20px; }
              .service .warranty .itemBox .item .con .conn .line:after {
                width: 68px;
                height: 3px;
                background-color: #dca005;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0; }
            .service .warranty .itemBox .item .con .conn .tit {
              font-size: 12px;
              line-height: 20px;
              color: #666;
              margin-top: 10px; }
        .service .warranty .itemBox .item:nth-child(2n) {
          flex-direction: column-reverse; }
    @media (max-width: 960px) {
      .service .warranty .itemBox .item .con .conn {
        padding: 0 15px; }
        .service .warranty .itemBox .item .con .conn .line {
          margin-top: 10px; } }
    @media (max-width: 830px) {
      .service .warranty .itemBox {
        display: block; }
        .service .warranty .itemBox .item {
          display: block;
          width: 100%; }
          .service .warranty .itemBox .item .con {
            height: auto;
            padding-bottom: 0;
            padding: 15px 0; }
            .service .warranty .itemBox .item .con .conn {
              position: relative; } }
    @media (max-width: 768px) {
      .service .warranty {
        padding: 25px 0; } }
  .service .spare {
    width: 100%;
    padding: 3.28125vw 0 6.25vw; }
    .service .spare .list {
      margin-top: 2.5vw; }
      .service .spare .list ul li {
        width: 23.9%;
        margin-right: 1.4%;
        background-color: #eee;
        border-radius: 10px;
        box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
        margin-bottom: 18px;
        overflow: hidden;
        float: left; }
        .service .spare .list ul li:nth-child(4n) {
          margin-right: 0; }
        .service .spare .list ul li .t {
          text-align: center;
          font-size: 16px;
          line-height: 32px;
          color: #fff;
          background-color: #662e91; }
    @media (max-width: 1024px) {
      .service .spare .list ul li .t {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .service .spare {
        padding: 25px 0; }
        .service .spare .list ul li {
          width: 48.5%;
          margin-right: 3%; }
          .service .spare .list ul li:nth-child(2n) {
            margin-right: 0; } }
  .service .training {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.58333vw 0 5.46875vw; }
    .service .training .con {
      width: 48.7%;
      font-size: 14px;
      line-height: 25px;
      color: #020202; }
    .service .training .picBox {
      width: 46%; }
      .service .training .picBox .pic {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .service .training .picBox .pic .title {
          width: 9.2%; }
        .service .training .picBox .pic .img {
          width: 90%; }
        .service .training .picBox .pic .img1 {
          width: calc(50% - 4.5px);
          margin-top: 9px; }
    @media (max-width: 768px) {
      .service .training {
        display: block;
        padding: 25px 0; }
        .service .training .con {
          width: 100%;
          font-size: 13px;
          line-height: 20px; }
        .service .training .picBox {
          width: 100%;
          margin-top: 15px; } }
  .service .installation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.08333vw 0 3.38542vw; }
    .service .installation .item {
      margin-bottom: 40px;
      width: 48.8%;
      background-color: #f9f9f9;
      border-radius: 20px;
      height: 198px;
      overflow: hidden;
      position: relative; }
      .service .installation .item .pic {
        width: 31.9%;
        position: absolute;
        bottom: 0;
        right: 0; }
      .service .installation .item .con {
        width: 65.2%;
        box-sizing: border-box;
        padding-left: 30px;
        color: #020202;
        padding-top: 30px; }
        .service .installation .item .con .tits {
          font-size: 17px;
          line-height: 19px;
          font-weight: bold; }
        .service .installation .item .con .tit {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px; }
      @media (min-width: 1024px) {
        .service .installation .item:hover {
          background-color: #f2b310;
          box-shadow: 2px 3.464px 4px 0px rgba(0, 0, 0, 0.33); } }
    @media (max-width: 860px) {
      .service .installation {
        display: block; }
        .service .installation .item {
          width: 100%;
          margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .service .installation {
        padding: 25px 0; } }
    @media (max-width: 540px) {
      .service .installation .item {
        height: 170px; }
        .service .installation .item .con {
          padding-top: 15px;
          padding-left: 15px; } }

.contact {
  padding: 3.75vw 0 5.72917vw; }
  .contact .box .con {
    width: 41.4%;
    float: left; }
    .contact .box .con .tits {
      font-size: 2.08333vw;
      line-height: 2.39583vw;
      color: #020202;
      font-weight: bold; }
    .contact .box .con .tit {
      font-size: 16px;
      line-height: 23px;
      color: #666;
      margin-top: 30px; }
    .contact .box .con .tit1 {
      margin-top: 32px; }
      .contact .box .con .tit1 .t {
        display: flex;
        align-items: center;
        margin-bottom: 48px; }
        .contact .box .con .tit1 .t:last-child {
          margin-bottom: 0; }
        .contact .box .con .tit1 .t .tt {
          margin-left: 15px; }
          .contact .box .con .tit1 .t .tt .tt1 {
            font-size: 16px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .contact .box .con .tit1 .t .tt .tt2 {
            font-size: 16px;
            line-height: 23px;
            color: #666; }
  .contact .box .tableBox {
    width: 49.7%;
    float: right;
    background-color: #fef9ec;
    border-radius: 20px;
    padding: 23px 43px 33px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .contact .box .tableBox .tt1 {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      color: #000;
      margin-bottom: 6px; }
      .contact .box .tableBox .tt1 span {
        color: #f00; }
    .contact .box .tableBox .t {
      width: 46%;
      margin-bottom: 17px; }
      .contact .box .tableBox .t .text {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background-color: #fff;
        border: none;
        display: block;
        font-size: 14px;
        color: #333;
        padding: 0 10px;
        box-sizing: border-box; }
      .contact .box .tableBox .t .txt {
        width: 100%;
        height: 170px;
        border-radius: 10px;
        background-color: #fff;
        border: none;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
        padding: 10px;
        line-height: 30px; }
      .contact .box .tableBox .t.t1 {
        width: 100%; }
    .contact .box .tableBox .submit {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      width: fit-content;
      font-size: 16px;
      line-height: 40px;
      color: #000;
      font-weight: bold;
      background-color: #f2b310;
      border-radius: 25px; }
      .contact .box .tableBox .submit span {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: block;
        background-color: #fff;
        margin-left: 7px; }
        .contact .box .tableBox .submit span img {
          display: block; }
      .contact .box .tableBox .submit i {
        margin-left: 10px;
        margin-right: 18px; }
  .contact .map {
    width: 100%;
    height: 332px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 52px; }
  @media (max-width: 1200px) {
    .contact .box .con .tit {
      font-size: 14px;
      line-height: 20px; }
    .contact .box .con .tit1 .t .tt .tt2 {
      font-size: 14px;
      line-height: 20px; } }
  @media (max-width: 1024px) {
    .contact .box .tableBox {
      width: 55%; } }
  @media (max-width: 860px) {
    .contact .box .con {
      width: 100%;
      float: none; }
    .contact .box .tableBox {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 640px) {
    .contact {
      padding: 30px 0; }
      .contact .box .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .contact .box .con .tit {
        font-size: 13px;
        margin-top: 15px; }
      .contact .box .con .tit1 {
        margin-top: 15px; }
        .contact .box .con .tit1 .t {
          margin-bottom: 20px; }
          .contact .box .con .tit1 .t img {
            width: 32px; }
          .contact .box .con .tit1 .t .tt {
            margin-left: 10px; }
            .contact .box .con .tit1 .t .tt .tt1 {
              font-size: 16px;
              line-height: 18px; }
            .contact .box .con .tit1 .t .tt .tt2 {
              font-size: 13px; }
      .contact .box .tableBox {
        padding: 15px;
        display: block; }
        .contact .box .tableBox .tt1 {
          font-size: 13px;
          line-height: 15px; }
        .contact .box .tableBox .t {
          width: 100%; }
          .contact .box .tableBox .t .text {
            height: 40px;
            font-size: 14px; }
        .contact .box .tableBox .submit {
          font-size: 14px; }
      .contact .map {
        height: 260px;
        margin-top: 15px; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.team {
  padding-top: 2.34375vw;
  padding-bottom: 4.16667vw; }
  .team .title {
    text-align: center; }
    .team .title .tits {
      font-size: 30px;
      line-height: 32px;
      font-weight: bold;
      color: #222; }
    .team .title .line {
      width: 272px;
      height: 4px;
      background-color: #662e91;
      position: relative;
      margin: 3px auto 0;
      border-radius: 2px;
      overflow: hidden; }
      .team .title .line span {
        width: 180px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background-color: #f4c804;
        border-radius: 2px; }
    .team .title .tit {
      font-size: 16px;
      line-height: 18px;
      color: #222;
      margin-top: 16px; }
  .team .list {
    margin-top: 2.86458vw; }
    .team .list ul li {
      width: 31%;
      float: left;
      margin-right: 3.5%;
      cursor: pointer;
      margin-bottom: 3.38542vw; }
      .team .list ul li:nth-child(3n) {
        margin-right: 0; }
      .team .list ul li .pic {
        width: 43.2%;
        float: left; }
        .team .list ul li .pic a {
          width: 100%;
          display: block; }
          .team .list ul li .pic a .img {
            width: 100%;
            position: relative; }
            .team .list ul li .pic a .img:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 8px;
              left: 7px;
              background-color: #777674;
              content: '';
              border-radius: 30px 0 30px 0; }
            .team .list ul li .pic a .img img {
              border-radius: 30px 0 30px 0;
              position: relative;
              z-index: 5; }
          .team .list ul li .pic a .t {
            font-size: 14px;
            line-height: 27px;
            background-color: #f5f5f5;
            border-radius: 0 20px 0 20px;
            color: #777674;
            background-color: #f5f5f5;
            box-shadow: 1px 1.732px 3.96px 0.04px rgba(4, 0, 0, 0.16);
            position: relative;
            z-index: 6;
            text-align: center;
            width: fit-content;
            padding: 0 28px; }
      .team .list ul li .con {
        width: 49%;
        float: right;
        padding-top: 14px; }
        .team .list ul li .con .tits {
          display: block;
          width: 100%;
          color: #777674; }
          .team .list ul li .con .tits .t {
            font-size: 24px;
            line-height: 26px; }
          .team .list ul li .con .tits .t1 {
            font-size: 14px;
            line-height: 16px;
            margin-top: 6px; }
            .team .list ul li .con .tits .t1 span {
              font-weight: bold; }
        .team .list ul li .con .share {
          display: flex;
          align-items: center;
          margin-top: 17px; }
          .team .list ul li .con .share a {
            width: 22px;
            display: block;
            margin-right: 8px; }
            .team .list ul li .con .share a:last-child {
              margin-right: 0; }
        .team .list ul li .con .tit {
          display: block;
          margin-top: 17px; }
          .team .list ul li .con .tit .t {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 27px;
            color: #777674; }
      @media (min-width: 1024px) {
        .team .list ul li:hover .pic a .img:after {
          background-color: #662e91;
          box-shadow: 2.487px 1.678px 3.96px 0.04px rgba(4, 0, 0, 0.16); }
        .team .list ul li:hover .pic .t {
          background-color: #f4c804;
          color: #fff; }
        .team .list ul li:hover .con .tits {
          color: #662e91; } }
  @media (max-width: 1366px) {
    .team .list ul li {
      width: 32.4%;
      margin-right: 1.4%; }
      .team .list ul li .pic a .t {
        font-size: 12px; }
      .team .list ul li .con .tits .t {
        font-size: 18px;
        line-height: 20px; }
      .team .list ul li .con .tits .t1 {
        font-size: 13px;
        line-height: 15px; } }
  @media (max-width: 1200px) {
    .team .title .tits {
      font-size: 22px;
      line-height: 24px; }
    .team .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .team .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .team .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 840px) {
    .team {
      padding: 30px 0; }
      .team .title .tits {
        font-size: 18px;
        line-height: 20px; }
      .team .title .line {
        width: 180px; }
        .team .title .line span {
          width: 80px; }
      .team .title .tit {
        font-size: 13px;
        line-height: 14px; }
      .team .list ul li {
        width: 100%;
        margin-bottom: 20px; }
        .team .list ul li .con .share {
          margin-top: 10px; }
        .team .list ul li .con .tit {
          margin-top: 10px; }
          .team .list ul li .con .tit .t {
            font-size: 13px;
            line-height: 24px; } }

.teamInfo {
  padding-top: 2.70833vw;
  padding-bottom: 5.83333vw; }
  .teamInfo .teamLeft {
    width: 31.25%;
    float: left;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 19px 19px 52px;
    box-sizing: border-box; }
    .teamInfo .teamLeft .pic {
      width: 100%;
      border-radius: 20px;
      overflow: hidden; }
    .teamInfo .teamLeft .tits {
      margin-top: 22px; }
      .teamInfo .teamLeft .tits .t {
        font-size: 2.08333vw;
        line-height: 2.1875vw;
        color: #000; }
      .teamInfo .teamLeft .tits .t1 {
        font-size: 1.30208vw;
        line-height: 1.40625vw;
        color: #662e91;
        margin-top: 5px; }
    .teamInfo .teamLeft .tit {
      margin-top: 30px; }
      .teamInfo .teamLeft .tit .t {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .teamInfo .teamLeft .tit .t:last-child {
          margin-bottom: 0; }
        .teamInfo .teamLeft .tit .t img {
          width: 42px;
          margin-right: 22px; }
        .teamInfo .teamLeft .tit .t .tt {
          font-size: 14px;
          line-height: 16px; }
          .teamInfo .teamLeft .tit .t .tt .tt1 {
            text-transform: uppercase;
            color: #696969; }
          .teamInfo .teamLeft .tit .t .tt .tt2 {
            color: #f4c804; }
    .teamInfo .teamLeft .tit1 {
      margin-top: 45px;
      padding-bottom: 15px; }
      .teamInfo .teamLeft .tit1 .t {
        margin-bottom: 32px; }
        .teamInfo .teamLeft .tit1 .t .tt {
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: bold;
          text-transform: uppercase; }
        .teamInfo .teamLeft .tit1 .t .tt1 {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 4px; }
    .teamInfo .teamLeft .share {
      display: flex;
      align-items: center; }
      .teamInfo .teamLeft .share a {
        width: 30px;
        display: block;
        margin-right: 12px; }
        .teamInfo .teamLeft .share a span {
          width: 30px !important;
          height: 30px !important;
          line-height: 30px !important; }
  .teamInfo .teamRight {
    width: 64.8%;
    float: right;
    padding-top: 16px; }
    .teamInfo .teamRight .itemBox .item {
      margin-bottom: 50px; }
      .teamInfo .teamRight .itemBox .item:last-child {
        margin-bottom: 0; }
      .teamInfo .teamRight .itemBox .item .t {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #000; }
      .teamInfo .teamRight .itemBox .item .t1 {
        font-size: 14px;
        line-height: 19px;
        color: #6c6c6c;
        margin-top: 15px; }
    .teamInfo .teamRight .list {
      margin-top: 4.94792vw; }
      .teamInfo .teamRight .list ul li {
        display: flex;
        align-items: flex-start;
        padding-bottom: 37px;
        position: relative; }
        .teamInfo .teamRight .list ul li:after {
          width: 1px;
          height: 100%;
          background-color: #cfcfcf;
          content: '';
          position: absolute;
          top: 0;
          left: 32px; }
        .teamInfo .teamRight .list ul li:last-child {
          padding-bottom: 0; }
          .teamInfo .teamRight .list ul li:last-child:after {
            display: none; }
        .teamInfo .teamRight .list ul li .year {
          width: 65px;
          margin-right: 50px;
          font-size: 14px;
          line-height: 22px;
          border-radius: 11px;
          background-color: #662e91;
          text-align: center;
          position: relative;
          z-index: 5;
          color: #fff; }
        .teamInfo .teamRight .list ul li .t {
          flex: 1;
          font-size: 14px;
          line-height: 20px;
          color: #727272; }
        .teamInfo .teamRight .list ul li:nth-child(2n) .year {
          background-color: #f4c804; }
    .teamInfo .teamRight .hotList {
      margin-top: 3.125vw; }
      .teamInfo .teamRight .hotList .title {
        font-size: 18px;
        line-height: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .teamInfo .teamRight .hotList {
      display: none; } }
  @media (max-width: 830px) {
    .teamInfo {
      padding-top: 25px;
      padding-bottom: 25px; }
      .teamInfo .teamLeft {
        width: 100%;
        float: none;
        padding: 10px; }
        .teamInfo .teamLeft .tits .t {
          font-size: 18px;
          line-height: 20px; }
        .teamInfo .teamLeft .tits .t1 {
          font-size: 13px;
          line-height: 15px; }
        .teamInfo .teamLeft .tit {
          margin-top: 20px; }
          .teamInfo .teamLeft .tit .t {
            margin-bottom: 15px; }
            .teamInfo .teamLeft .tit .t img {
              margin-right: 10px; }
            .teamInfo .teamLeft .tit .t .tt {
              font-size: 13px; }
        .teamInfo .teamLeft .tit1 {
          margin-top: 20px; }
          .teamInfo .teamLeft .tit1 .t {
            margin-bottom: 15px; }
            .teamInfo .teamLeft .tit1 .t .tt {
              font-size: 14px;
              line-height: 16px; }
            .teamInfo .teamLeft .tit1 .t .tt1 {
              font-size: 13px; }
      .teamInfo .teamRight {
        width: 100%; }
        .teamInfo .teamRight .itemBox .item {
          margin-bottom: 20px; }
          .teamInfo .teamRight .itemBox .item .t {
            font-size: 16px;
            line-height: 18px; }
          .teamInfo .teamRight .itemBox .item .t1 {
            font-size: 13px;
            line-height: 20px; }
        .teamInfo .teamRight .list ul li {
          padding-bottom: 15px; }
          .teamInfo .teamRight .list ul li .year {
            margin-right: 10px; }
          .teamInfo .teamRight .list ul li .t {
            font-size: 13px; } }

.casesList ul li {
  width: 31.2%;
  float: left;
  margin-right: 3.2%;
  position: relative; }
  .casesList ul li:nth-child(3n) {
    margin-right: 0; }
  .casesList ul li a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 6;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden; }
    .casesList ul li a .pic {
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      overflow: hidden;
      border-radius: 0 20px 0 0;
      -webkit-clip-path: polygon(24% 0%, 100% 0, 100% 100%, 0 100%, 0% 24%);
      clip-path: polygon(24% 0%, 100% 0, 100% 100%, 0 100%, 0% 24%); }
    .casesList ul li a .con {
      width: 100%;
      border: 1px solid #e1e1e1;
      border-radius: 0 0 20px 20px;
      position: relative;
      z-index: 5;
      box-sizing: border-box;
      border-top: none; }
      .casesList ul li a .con .tit {
        display: flex;
        align-items: flex-end;
        margin-top: -31px;
        border-bottom: 1px dotted #e4e4e4;
        padding-bottom: 10px; }
        .casesList ul li a .con .tit .t {
          width: 62px;
          height: 62px;
          background-color: #662e91;
          box-sizing: border-box;
          border: 3px solid #fff;
          margin-left: 20px;
          text-align: center;
          font-size: 10px;
          line-height: 56px;
          border-radius: 100%;
          color: #fff;
          font-weight: bold; }
        .casesList ul li a .con .tit .t1 {
          margin-left: 6px;
          display: flex;
          align-items: center;
          margin-bottom: 5px;
          font-size: 10px;
          line-height: 12px;
          color: #222; }
          .casesList ul li a .con .tit .t1 .tt {
            display: flex;
            align-items: center; }
            .casesList ul li a .con .tit .t1 .tt img {
              margin-right: 5px;
              display: block; }
            .casesList ul li a .con .tit .t1 .tt:nth-child(1) img {
              width: 9px;
              margin-top: -2px; }
            .casesList ul li a .con .tit .t1 .tt:last-child img {
              width: 11px; }
          .casesList ul li a .con .tit .t1 span {
            margin: 0 10px;
            color: #999; }
      .casesList ul li a .con .tits {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 15px;
        height: 30px;
        color: #000;
        margin: 18px auto 22px;
        font-weight: bold; }
  @media (min-width: 1024px) {
    .casesList ul li:hover:after {
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: -6px;
      left: 0;
      border-radius: 20px;
      background-color: #dca005;
      content: ''; }
    .casesList ul li:hover .con .tit .t {
      background-color: #dca005; }
    .casesList ul li:hover .con .tits {
      color: #dca005; } }

.videoList {
  padding-top: 4.16667vw;
  padding-bottom: 2.08333vw; }
  .videoList .box {
    width: 100%;
    position: relative; }
    .videoList .box .bList {
      width: 100%;
      height: 510px;
      position: absolute;
      top: 0;
      left: 0; }
      .videoList .box .bList ul {
        height: 100%; }
        .videoList .box .bList ul li {
          width: 100%;
          height: 100%;
          position: relative;
          display: none; }
          .videoList .box .bList ul li a {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            display: block; }
            .videoList .box .bList ul li a:after {
              width: 5px;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              z-index: 5;
              background-color: #662e91; }
            .videoList .box .bList ul li a:before {
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              z-index: 4;
              content: '';
              background-size: cover;
              background-repeat: no-repeat;
              background-position: left center;
              background-image: url("../images/video_bg1.png"); }
            .videoList .box .bList ul li a .img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .videoList .box .bList ul li a .con {
              width: calc(100% - 275px - 100px);
              position: absolute;
              left: 50px;
              top: 45%;
              transform: translateY(-50%);
              color: #fff;
              z-index: 15;
              font-weight: bold; }
              .videoList .box .bList ul li a .con .tit {
                font-size: 20px;
                line-height: 22px;
                position: relative; }
                .videoList .box .bList ul li a .con .tit:after {
                  width: 3px;
                  height: 27px;
                  background-color: #662e91;
                  left: -10px;
                  top: -2px;
                  content: '';
                  position: absolute; }
              .videoList .box .bList ul li a .con .tits {
                font-size: 30px;
                line-height: 32px;
                margin-top: 20px; }
              .videoList .box .bList ul li a .con .more {
                border-radius: 10px;
                background-color: #662e91;
                display: flex;
                align-items: center;
                width: fit-content;
                padding: 0 15px 0 18px;
                font-size: 15px;
                line-height: 40px;
                background-color: #662e91;
                margin-top: 25px; }
                .videoList .box .bList ul li a .con .more img {
                  margin-right: 9px; }
    .videoList .box .sList {
      width: 275px;
      height: 510px;
      float: right;
      position: relative;
      background-color: #282828; }
      .videoList .box .sList ul li {
        width: 100%;
        height: 155px;
        margin-bottom: 22.5px;
        cursor: pointer;
        position: relative;
        overflow: hidden; }
        .videoList .box .sList ul li:last-child {
          margin-bottom: 0; }
        .videoList .box .sList ul li .img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .videoList .box .sList ul li:after {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background-size: cover;
          background-position: center bottom;
          background-repeat: no-repeat;
          content: '';
          background-image: url("../images/video_bg2.png");
          z-index: 5; }
        .videoList .box .sList ul li .con {
          padding: 0 10px;
          box-sizing: border-box;
          width: 100%;
          position: absolute;
          bottom: 15px;
          z-index: 10;
          left: 0;
          color: #fff; }
          .videoList .box .sList ul li .con .tits {
            font-size: 12px;
            line-height: 14px;
            font-weight: bold; }
          .videoList .box .sList ul li .con .time {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 14px;
            margin-top: 8px; }
            .videoList .box .sList ul li .con .time img {
              margin-right: 12px; }
        .videoList .box .sList ul li.on:after {
          background-image: url("../images/video_bg3.png"); }
      .videoList .box .sList .a {
        width: 100%;
        height: 42px;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        position: absolute;
        z-index: 15; }
        .videoList .box .sList .a.prev {
          top: 0; }
        .videoList .box .sList .a.next {
          bottom: 0; }
  .videoList .content {
    padding-top: 4.0625vw; }
    .videoList .content .title {
      font-size: 30px;
      line-height: 32px;
      color: #222;
      font-weight: bold;
      box-sizing: border-box;
      padding-left: 18px;
      border-bottom: 1px solid #cfcfcf;
      position: relative;
      padding-bottom: 15px; }
      .videoList .content .title:after {
        width: 6px;
        height: 27px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #662e91; }
    .videoList .content .list {
      margin-top: 3.22917vw; }
      .videoList .content .list ul li {
        width: 31.1%;
        float: left;
        margin-right: 3.35%;
        margin-bottom: 3.125vw; }
        .videoList .content .list ul li:nth-child(3n) {
          margin-right: 0; }
        .videoList .content .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .videoList .content .list ul li a .pic {
            padding-bottom: 56.3%; }
            .videoList .content .list ul li a .pic .icon {
              width: 45px;
              height: 54px;
              position: absolute;
              bottom: 0;
              z-index: 10;
              right: 0;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/video_icon1.png"); }
          .videoList .content .list ul li a .tits {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #222;
            margin-top: 22px; }
          .videoList .content .list ul li a .tit {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 14px;
            color: #222;
            margin-top: 23px; }
            .videoList .content .list ul li a .tit .t {
              display: flex;
              align-items: center; }
              .videoList .content .list ul li a .tit .t img {
                margin-right: 10px;
                display: block; }
              .videoList .content .list ul li a .tit .t:nth-child(1) img {
                margin-top: -4px; }
            .videoList .content .list ul li a .tit span {
              margin: 0 13px;
              color: #999; }
        @media (min-width: 1024px) {
          .videoList .content .list ul li:hover .pic .icon {
            background-image: url("../images/video_icon1_h.png"); }
          .videoList .content .list ul li:hover .tits {
            color: #dca005; } }
  @media (max-width: 1200px) {
    .videoList .box .bList ul li a .con .tit {
      font-size: 18px;
      line-height: 20px; }
    .videoList .box .bList ul li a .con .tits {
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 860px) {
    .videoList .box .bList {
      height: auto;
      position: relative; }
      .videoList .box .bList ul {
        height: auto; }
        .videoList .box .bList ul li {
          height: auto;
          display: block;
          overflow: hidden; }
          .videoList .box .bList ul li a {
            height: auto; }
            .videoList .box .bList ul li a .img {
              position: relative;
              height: auto;
              width: 160%;
              margin-left: -30%;
              top: auto;
              left: auto;
              object-fit: none; }
            .videoList .box .bList ul li a .con {
              width: calc(100% - 90px);
              left: 45px; }
              .videoList .box .bList ul li a .con .tit {
                font-size: 14px;
                line-height: 16px; }
              .videoList .box .bList ul li a .con .tits {
                font-size: 18px;
                line-height: 20px; }
    .videoList .box .sList {
      background: none;
      height: auto;
      position: static; }
      .videoList .box .sList .a {
        z-index: 10;
        width: 40px;
        height: 100%; }
        .videoList .box .sList .a.prev {
          left: 0;
          top: 0; }
        .videoList .box .sList .a.next {
          right: 0;
          top: 0;
          left: auto; }
        .videoList .box .sList .a img {
          transform: rotate(-90deg); }
      .videoList .box .sList ul {
        display: none; }
    .videoList .content .title {
      font-size: 22px;
      line-height: 24px; }
    .videoList .content .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .videoList .content .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .videoList .content .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 560px) {
    .videoList .content .tits {
      font-size: 18px;
      line-height: 20px; }
    .videoList .content .list ul li {
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0 !important; }
      .videoList .content .list ul li a .tits {
        margin-top: 10px; }
      .videoList .content .list ul li a .tit {
        margin-top: 10px; } }

.videoInfo {
  padding-top: 5.20833vw;
  padding-bottom: 5.98958vw; }
  .videoInfo .videoLeft {
    width: calc(100% - 310px - 14px);
    float: left; }
    .videoInfo .videoLeft .videoBox {
      width: 100%;
      height: 538px;
      border-radius: 10px;
      position: relative;
      overflow: hidden; }
      .videoInfo .videoLeft .videoBox .img, .videoInfo .videoLeft .videoBox video, .videoInfo .videoLeft .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .videoInfo .videoLeft .videoBox .bg {
        width: 100%;
        height: 70%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        background: linear-gradient(to bottom, black 0%, transparent 100%); }
      .videoInfo .videoLeft .videoBox .title {
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 28px 0 34px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 10; }
        .videoInfo .videoLeft .videoBox .title .tits {
          display: flex;
          align-items: center;
          flex: 1;
          margin-right: 20px;
          font-size: 18px;
          line-height: 20px;
          color: #fff;
          font-weight: bold; }
          .videoInfo .videoLeft .videoBox .title .tits img {
            margin-right: 22px;
            border-radius: 100%;
            width: 50px; }
        .videoInfo .videoLeft .videoBox .title .share {
          display: block;
          text-align: center; }
          .videoInfo .videoLeft .videoBox .title .share img {
            display: block;
            margin: 0 auto; }
          .videoInfo .videoLeft .videoBox .title .share p {
            font-size: 16px;
            line-height: 18px;
            color: #fff;
            margin-top: 4px; }
    .videoInfo .videoLeft .con {
      margin-top: 30px; }
      .videoInfo .videoLeft .con .tits {
        font-size: 30px;
        line-height: 34px;
        color: #222; }
      .videoInfo .videoLeft .con .tit {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 20px;
        color: #222;
        margin-top: 23px; }
        .videoInfo .videoLeft .con .tit span {
          margin-right: 30px; }
        .videoInfo .videoLeft .con .tit .share {
          display: flex;
          align-items: center; }
          .videoInfo .videoLeft .con .tit .share a {
            width: 20px;
            display: block;
            margin-left: 8px; }
  .videoInfo .videoRight {
    float: right;
    width: 310px; }
    .videoInfo .videoRight .item {
      width: 100%; }
      .videoInfo .videoRight .item a {
        width: 100%;
        display: block;
        position: relative; }
        .videoInfo .videoRight .item a .pic {
          width: 100%;
          border-radius: 10px;
          overflow: hidden;
          position: relative;
          z-index: 5; }
        .videoInfo .videoRight .item a .con {
          width: 100%;
          padding: 0 28px 18px;
          box-sizing: border-box;
          position: relative;
          z-index: 6; }
          .videoInfo .videoRight .item a .con img {
            display: block;
            margin-top: -15px; }
          .videoInfo .videoRight .item a .con .tit {
            display: flex;
            justify-content: space-between;
            margin-top: 4px; }
            .videoInfo .videoRight .item a .con .tit .t {
              font-size: 13px;
              line-height: 24px;
              color: #222; }
            .videoInfo .videoRight .item a .con .tit .t1 {
              width: fit-content;
              display: block;
              padding: 0 7px;
              font-size: 12px;
              line-height: 22px;
              color: #222;
              border-radius: 5px;
              border: 1px solid #000; }
        .videoInfo .videoRight .item a:after {
          width: 100%;
          height: 100px;
          border-radius: 10px;
          border: 1px solid #cfcfcf;
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          box-sizing: border-box; }
    .videoInfo .videoRight .list {
      margin-top: 16px; }
      .videoInfo .videoRight .list ul li {
        margin-bottom: 9px; }
        .videoInfo .videoRight .list ul li a {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .videoInfo .videoRight .list ul li a .pic {
            width: 128px;
            height: 72px;
            border-radius: 10px;
            position: relative;
            overflow: hidden; }
            .videoInfo .videoRight .list ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
            .videoInfo .videoRight .list ul li a .pic:after {
              width: 28px;
              height: 28px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-size: cover;
              content: '';
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("../images/video3.png"); }
          .videoInfo .videoRight .list ul li a .con {
            flex: 1;
            margin-left: 13px; }
            .videoInfo .videoRight .list ul li a .con .tits {
              font-size: 13px;
              line-height: 18px;
              color: #222; }
            .videoInfo .videoRight .list ul li a .con .tit {
              display: flex;
              justify-content: space-between;
              font-size: 10px;
              line-height: 12px;
              color: #222;
              margin-top: 12px; }
              .videoInfo .videoRight .list ul li a .con .tit .t {
                display: flex;
                align-items: center; }
                .videoInfo .videoRight .list ul li a .con .tit .t img {
                  margin-right: 10px;
                  display: block; }
                .videoInfo .videoRight .list ul li a .con .tit .t:nth-child(1) img {
                  margin-top: -3px;
                  width: 11px; }
                .videoInfo .videoRight .list ul li a .con .tit .t:nth-child(2) img {
                  width: 13px; }
        @media (min-width: 1024px) {
          .videoInfo .videoRight .list ul li:hover .pic img {
            transform: scale(1.1); }
          .videoInfo .videoRight .list ul li:hover .con .tits {
            color: #dca005; } }
  @media (max-width: 1024px) {
    .videoInfo .videoLeft {
      width: 100%; }
      .videoInfo .videoLeft .con .tits {
        font-size: 20px;
        line-height: 22px; }
    .videoInfo .videoRight {
      display: none; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding: 25px 0; }
      .videoInfo .videoLeft .videoBox {
        height: 60vw; }
        .videoInfo .videoLeft .videoBox .title {
          top: 10px;
          padding: 0 10px; }
          .videoInfo .videoLeft .videoBox .title .tits {
            font-size: 14px;
            line-height: 16px; }
            .videoInfo .videoLeft .videoBox .title .tits img {
              width: 30px;
              margin-right: 8px; }
          .videoInfo .videoLeft .videoBox .title .share img {
            width: 26px; }
          .videoInfo .videoLeft .videoBox .title .share p {
            font-size: 12px;
            line-height: 14px; }
      .videoInfo .videoLeft .con {
        margin-top: 15px; }
        .videoInfo .videoLeft .con .tits {
          font-size: 18px;
          line-height: 22px; }
        .videoInfo .videoLeft .con .tit {
          display: block;
          margin-top: 10px; }
          .videoInfo .videoLeft .con .tit .share {
            margin-top: 10px; } }

.news {
  padding-top: 2.08333vw;
  padding-bottom: 3.38542vw; }
  .news .tabs {
    width: 628px;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 100%; }
    .news .tabs a {
      width: 25%;
      float: left;
      text-align: center;
      font-size: 16px;
      line-height: 60px;
      display: block;
      font-weight: bold;
      color: #828282;
      border-radius: 15px; }
      .news .tabs a.on {
        background-color: #662e91;
        color: #fff; }
      @media (min-width: 1024px) {
        .news .tabs a:hover {
          background-color: #662e91;
          color: #fff; } }
  .news .newsList {
    margin-top: 42px; }
  @media (max-width: 1200px) {
    .news .tabs a {
      font-size: 14px;
      line-height: 50px; } }
  @media (max-width: 768px) {
    .news {
      padding: 25px 0; } }
  @media (max-width: 540px) {
    .news .tabs {
      justify-content: space-between; }
      .news .tabs a {
        padding: 0 10px;
        font-size: 12px;
        width: auto;
        line-height: 36px; }
    .news .newsList {
      margin-top: 20px; } }

.newsList ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative; }
  .newsList ul li:nth-child(3n) {
    margin-right: 0; }
  .newsList ul li .a {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 18px 55px;
    border-radius: 10px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #dfdfdf; }
    .newsList ul li .a .pic {
      width: 100%;
      height: 0;
      padding-bottom: 58.7%;
      overflow: hidden;
      position: relative;
      border-radius: 10px 10px 0 10px; }
      .newsList ul li .a .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        border-radius: 10px; }
      .newsList ul li .a .pic:after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        content: '';
        opacity: 0; }
      .newsList ul li .a .pic .time {
        width: 70px;
        height: 70px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/news_bg1.png");
        z-index: 5; }
        .newsList ul li .a .pic .time .t {
          width: 55px;
          height: 55px;
          border-radius: 5px;
          position: absolute;
          bottom: 0;
          right: 0;
          background-color: #662e91;
          text-align: center;
          display: flex;
          align-items: center;
          flex-direction: column;
          color: #fff;
          justify-content: center; }
          .newsList ul li .a .pic .time .t .tt {
            font-size: 22px;
            line-height: 22px; }
          .newsList ul li .a .pic .time .t .tt1 {
            font-size: 16px;
            line-height: 18px; }
      .newsList ul li .a .pic .t1 {
        position: absolute;
        bottom: 12px;
        left: 12px;
        border-radius: 5px;
        background-color: #662e91;
        width: fit-content;
        padding: 0 10px;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        z-index: 5;
        opacity: 0; }
    .newsList ul li .a .con {
      width: 100%;
      margin-top: 15px; }
      .newsList ul li .a .con .tit1 {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
        color: #222; }
        .newsList ul li .a .con .tit1 .t {
          display: flex;
          align-items: center; }
          .newsList ul li .a .con .tit1 .t img {
            margin-right: 8px; }
          .newsList ul li .a .con .tit1 .t:nth-child(1) img {
            margin-top: -3px; }
        .newsList ul li .a .con .tit1 span {
          margin: 0 13px;
          color: #999; }
      .newsList ul li .a .con .tits {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        color: #222;
        font-weight: bold;
        margin-top: 12px; }
      .newsList ul li .a .con .line {
        border-top: 1px dashed #dadada;
        margin-top: 12px; }
      .newsList ul li .a .con .tit {
        font-size: 12px;
        line-height: 18px;
        color: #666;
        height: 54px;
        margin-top: 12px; }
  .newsList ul li .more {
    width: 143px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media (min-width: 1024px) {
    .newsList ul li:hover .a .pic:after {
      opacity: 1; }
    .newsList ul li:hover .a .pic .t1 {
      opacity: 1; } }
@media (max-width: 1200px) {
  .newsList ul li .a {
    padding: 10px 10px 44px; }
    .newsList ul li .a .pic .t1 {
      font-size: 12px;
      line-height: 20px;
      padding: 0 6px;
      bottom: 5px;
      left: 5px; }
    .newsList ul li .a .pic .time {
      width: 50px;
      height: 50px; }
      .newsList ul li .a .pic .time .t {
        width: 40px;
        height: 40px; }
        .newsList ul li .a .pic .time .t .tt {
          font-size: 16px;
          line-height: 16px; }
        .newsList ul li .a .pic .time .t .tt1 {
          font-size: 11px;
          line-height: 13px; }
    .newsList ul li .a .con {
      margin-top: 9px; }
      .newsList ul li .a .con .tits {
        font-size: 14px;
        line-height: 16px;
        height: 32px;
        margin-top: 9px; }
      .newsList ul li .a .con .tit {
        -webkit-line-clamp: 2;
        height: 32px;
        font-size: 14px;
        line-height: 16px;
        margin-top: 9px; }
      .newsList ul li .a .con .line {
        margin-top: 9px; }
  .newsList ul li .more {
    width: 120px; } }
@media (max-width: 860px) {
  .newsList ul li {
    width: 49%;
    margin-right: 2%; }
    .newsList ul li:nth-child(3n) {
      margin-right: 2%; }
    .newsList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 460px) {
  .newsList ul li {
    margin-bottom: 15px;
    width: 100%; }
  .newsList ul li .a .con .tits {
    height: auto; }
  .newsList ul li .a .con .tit {
    font-size: 12px;
    line-height: 14px;
    height: auto; } }

.newsInfo {
  padding-top: 1.97917vw;
  padding-bottom: 2.86458vw; }
  .newsInfo .conLeft {
    width: 60.2%;
    float: left; }
    .newsInfo .conLeft .content .tits {
      font-size: 30px;
      line-height: 34px;
      font-weight: bold;
      color: #040300; }
    .newsInfo .conLeft .content .tit {
      display: flex;
      align-items: center;
      margin-top: 25px;
      margin-bottom: 25px; }
      .newsInfo .conLeft .content .tit .t {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 16px;
        color: #222;
        margin-right: 80px; }
        .newsInfo .conLeft .content .tit .t:last-child {
          margin-right: 0; }
        .newsInfo .conLeft .content .tit .t img {
          margin-right: 10px; }
    .newsInfo .conLeft .content .pic {
      width: 100%;
      border-radius: 10px;
      overflow: hidden; }
      .newsInfo .conLeft .content .pic img {
        width: 100%; }
    .newsInfo .conLeft .content .shareBox {
      width: 100%;
      border-radius: 10px;
      height: 58px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold;
      color: #222;
      border: 1px solid #e1e1e1;
      margin-top: 20px; }
      .newsInfo .conLeft .content .shareBox .t {
        display: flex;
        align-items: center; }
        .newsInfo .conLeft .content .shareBox .t img {
          margin-right: 20px; }
      .newsInfo .conLeft .content .shareBox .share {
        display: flex;
        margin-left: 20px;
        align-items: center; }
        .newsInfo .conLeft .content .shareBox .share a {
          width: 30px;
          height: auto;
          margin-right: 13px; }
          .newsInfo .conLeft .content .shareBox .share a:last-child {
            margin-right: 0; }
          .newsInfo .conLeft .content .shareBox .share a span {
            width: 30px !important;
            height: 30px !important;
            line-height: 30px !important; }
    .newsInfo .conLeft .content .con {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 35px; }
      .newsInfo .conLeft .content .con img {
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .newsInfo .conLeft .content .pic1 {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      .newsInfo .conLeft .content .pic1 .img {
        width: 47.1%;
        border-radius: 10px;
        overflow: hidden; }
    .newsInfo .conLeft .paging {
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      display: flex;
      justify-content: space-between;
      padding: 28px 0;
      margin-top: 45px; }
      .newsInfo .conLeft .paging a {
        width: 350px;
        max-width: 48%;
        display: flex;
        align-items: center; }
        .newsInfo .conLeft .paging a .pPic {
          width: 99px;
          height: 99px;
          border-radius: 100%;
          overflow: hidden;
          position: relative; }
          .newsInfo .conLeft .paging a .pPic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .newsInfo .conLeft .paging a .t {
          flex: 1;
          margin-left: 20px; }
          .newsInfo .conLeft .paging a .t .tt {
            font-size: 12px;
            line-height: 14px;
            color: #666; }
          .newsInfo .conLeft .paging a .t .tt1 {
            font-size: 12px;
            line-height: 20px;
            font-weight: bold;
            color: #222;
            margin-top: 7px; }
        .newsInfo .conLeft .paging a:nth-child(2) {
          flex-direction: row-reverse; }
          .newsInfo .conLeft .paging a:nth-child(2) .t {
            margin-left: 0;
            margin-right: 20px;
            text-align: right; }
    .newsInfo .conLeft .hotList {
      margin-top: 38px; }
      .newsInfo .conLeft .hotList .title {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .newsInfo .conLeft .hotList .title .t {
          font-size: 24px;
          line-height: 26px;
          font-weight: bold;
          color: #040300; }
        .newsInfo .conLeft .hotList .title .line {
          flex: 1;
          margin: 0 35px;
          display: flex;
          align-items: center; }
          .newsInfo .conLeft .hotList .title .line .l {
            flex: 1;
            height: 8px;
            border-top: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            box-sizing: border-box;
            margin: 0 10px; }
          .newsInfo .conLeft .hotList .title .line .f {
            width: 8px;
            height: 8px;
            background-color: #662e91;
            transform: rotate(45deg); }
        .newsInfo .conLeft .hotList .title .btns {
          display: flex;
          align-items: center; }
          .newsInfo .conLeft .hotList .title .btns a {
            width: 34px;
            height: 34px;
            border-radius: 5px;
            border: 1px solid #662e91;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            margin-right: 9px; }
            .newsInfo .conLeft .hotList .title .btns a:last-child {
              margin-right: 0; }
      .newsInfo .conLeft .hotList .newsList {
        margin-top: 32px; }
        .newsInfo .conLeft .hotList .newsList ul li {
          margin-bottom: 0; }
          .newsInfo .conLeft .hotList .newsList ul li:nth-child(3n) {
            margin-right: 2%; }
          .newsInfo .conLeft .hotList .newsList ul li:last-child {
            margin-right: 0; }
          .newsInfo .conLeft .hotList .newsList ul li .a {
            padding: 10px 10px 44px; }
            .newsInfo .conLeft .hotList .newsList ul li .a .pic .t1 {
              font-size: 12px;
              line-height: 20px;
              padding: 0 6px;
              bottom: 5px;
              left: 5px; }
            .newsInfo .conLeft .hotList .newsList ul li .a .pic .time {
              width: 50px;
              height: 50px; }
              .newsInfo .conLeft .hotList .newsList ul li .a .pic .time .t {
                width: 40px;
                height: 40px; }
                .newsInfo .conLeft .hotList .newsList ul li .a .pic .time .t .tt {
                  font-size: 16px;
                  line-height: 16px; }
                .newsInfo .conLeft .hotList .newsList ul li .a .pic .time .t .tt1 {
                  font-size: 11px;
                  line-height: 13px; }
            .newsInfo .conLeft .hotList .newsList ul li .a .con {
              margin-top: 9px; }
              .newsInfo .conLeft .hotList .newsList ul li .a .con .tits {
                font-size: 12px;
                line-height: 14px;
                height: 28px;
                margin-top: 9px; }
              .newsInfo .conLeft .hotList .newsList ul li .a .con .tit {
                -webkit-line-clamp: 2;
                height: 28px;
                font-size: 12px;
                line-height: 14px;
                margin-top: 9px; }
              .newsInfo .conLeft .hotList .newsList ul li .a .con .line {
                margin-top: 9px; }
      .newsInfo .conLeft .hotList .list {
        margin-top: 30px;
        padding-bottom: 5px; }
        .newsInfo .conLeft .hotList .list ul li {
          width: 30.9%;
          float: left;
          margin-right: 3.65%;
          position: relative; }
          .newsInfo .conLeft .hotList .list ul li:last-child {
            margin-right: 0; }
          .newsInfo .conLeft .hotList .list ul li a {
            width: 100%;
            box-sizing: border-box;
            border-radius: 10px;
            background-color: #fff;
            border: 1px solid #e1e1e1;
            display: block;
            padding: 10px 10px 0;
            position: relative;
            z-index: 10; }
            .newsInfo .conLeft .hotList .list ul li a .pic {
              width: 100%;
              padding-bottom: 75%;
              border-radius: 10px; }
            .newsInfo .conLeft .hotList .list ul li a .con {
              padding: 18px 0; }
              .newsInfo .conLeft .hotList .list ul li a .con .t {
                font-size: 12px;
                line-height: 14px;
                height: 28px;
                color: #222;
                font-weight: bold; }
              .newsInfo .conLeft .hotList .list ul li a .con .time {
                font-size: 12px;
                line-height: 14px;
                color: #222;
                margin-top: 15px; }
          @media (min-width: 1024px) {
            .newsInfo .conLeft .hotList .list ul li:hover:after {
              width: 100%;
              height: 100px;
              position: absolute;
              bottom: -5px;
              left: 0;
              background-color: #dca005;
              content: '';
              border-radius: 10px; }
            .newsInfo .conLeft .hotList .list ul li:hover a .con .t {
              color: #dca005; } }
  .newsInfo .conRight {
    width: 36.25%;
    float: right; }
    .newsInfo .conRight .item {
      margin-bottom: 23px; }
      .newsInfo .conRight .item .title {
        font-size: 16px;
        font-weight: bold;
        border: 2px solid #662e91;
        box-sizing: border-box;
        padding-left: 16px;
        text-transform: uppercase;
        line-height: 49px;
        position: relative; }
        .newsInfo .conRight .item .title:after {
          width: 4px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #662e91;
          content: ''; }
      .newsInfo .conRight .item .tit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-top: 17px; }
        .newsInfo .conRight .item .tit .t {
          width: 48.5%;
          display: flex;
          font-size: 16px;
          line-height: 18px;
          color: #121214;
          font-weight: bold;
          padding: 8px 0;
          align-items: center; }
          .newsInfo .conRight .item .tit .t img {
            margin-left: 30px;
            margin-right: 17px; }
      .newsInfo .conRight .item .list {
        margin-top: 13px; }
        .newsInfo .conRight .item .list ul li {
          border-bottom: 1px solid #e1e1e1; }
          .newsInfo .conRight .item .list ul li:last-child {
            border-bottom: none; }
          .newsInfo .conRight .item .list ul li a {
            width: 100%;
            box-sizing: border-box;
            padding: 25px 14px;
            display: flex;
            align-items: center; }
            .newsInfo .conRight .item .list ul li a .pic {
              width: 40%;
              padding-bottom: 29.8%;
              border-radius: 10px;
              overflow: hidden; }
            .newsInfo .conRight .item .list ul li a .con {
              flex: 1;
              margin-left: 20px; }
              .newsInfo .conRight .item .list ul li a .con .t {
                font-size: 14px;
                line-height: 20px;
                color: #222;
                height: 40px;
                font-weight: bold; }
              .newsInfo .conRight .item .list ul li a .con .time {
                font-size: 12px;
                line-height: 14px;
                color: #222;
                margin-top: 14px; }
      .newsInfo .conRight .item .tit1 {
        margin-top: 17px; }
        .newsInfo .conRight .item .tit1 a {
          display: flex;
          justify-content: space-between;
          font-size: 16px;
          line-height: 50px;
          border-bottom: 1px solid #e1e1e1;
          width: 100%;
          color: #535353;
          box-sizing: border-box;
          font-weight: bold; }
          @media (min-width: 1024px) {
            .newsInfo .conRight .item .tit1 a:hover {
              color: #dca005; } }
  .newsInfo .conRight1 {
    width: 35.2%;
    float: right; }
    .newsInfo .conRight1 .item {
      background-color: #f8f8f8;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      margin-bottom: 30px; }
      .newsInfo .conRight1 .item .tits {
        background-color: #662e91;
        padding-left: 40px;
        font-size: 18px;
        line-height: 63px;
        box-sizing: border-box;
        font-weight: bold;
        color: #fff; }
      .newsInfo .conRight1 .item .tit {
        padding: 12px 40px 10px;
        box-sizing: border-box; }
        .newsInfo .conRight1 .item .tit .t {
          border-bottom: 1px solid #d3d3d3;
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          line-height: 58px; }
          .newsInfo .conRight1 .item .tit .t:last-child {
            border-bottom: none; }
          .newsInfo .conRight1 .item .tit .t .tt {
            display: flex;
            align-items: center;
            font-weight: bold;
            color: #222; }
            .newsInfo .conRight1 .item .tit .t .tt img {
              margin-right: 15px; }
          .newsInfo .conRight1 .item .tit .t .tt {
            color: #666; }
    .newsInfo .conRight1 .item1 .tabs {
      display: flex;
      justify-content: space-between; }
      .newsInfo .conRight1 .item1 .tabs a {
        width: 32.2%;
        font-size: 16px;
        line-height: 52px;
        border: 1px solid #e1e1e1;
        text-align: center;
        display: block;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        color: #222; }
        @media (min-width: 1024px) {
          .newsInfo .conRight1 .item1 .tabs a:hover {
            border-color: #dca005;
            color: #dca005; } }
        .newsInfo .conRight1 .item1 .tabs a.on {
          border-color: #dca005;
          color: #dca005; }
    .newsInfo .conRight1 .item1 .list {
      margin-top: 32px; }
      .newsInfo .conRight1 .item1 .list ul li {
        margin-bottom: 30px; }
        .newsInfo .conRight1 .item1 .list ul li:last-child {
          margin-bottom: 0; }
        .newsInfo .conRight1 .item1 .list ul li a {
          width: 100%;
          box-sizing: border-box;
          display: flex;
          align-items: center; }
          .newsInfo .conRight1 .item1 .list ul li a .pic {
            width: 40%;
            padding-bottom: 29.8%;
            border-radius: 10px;
            overflow: hidden; }
          .newsInfo .conRight1 .item1 .list ul li a .con {
            flex: 1;
            margin-left: 20px; }
            .newsInfo .conRight1 .item1 .list ul li a .con .t {
              font-size: 14px;
              line-height: 20px;
              color: #222;
              height: 40px;
              font-weight: bold; }
            .newsInfo .conRight1 .item1 .list ul li a .con .time {
              font-size: 12px;
              line-height: 14px;
              color: #222;
              margin-top: 14px; }
    .newsInfo .conRight1 .item2 {
      margin-top: 30px; }
      .newsInfo .conRight1 .item2 .tits {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 18px;
        color: #222;
        font-weight: bold; }
        .newsInfo .conRight1 .item2 .tits .line {
          flex: 1;
          margin-left: 32px;
          display: flex;
          align-items: center; }
          .newsInfo .conRight1 .item2 .tits .line .l {
            flex: 1;
            height: 8px;
            border-top: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            box-sizing: border-box; }
          .newsInfo .conRight1 .item2 .tits .line .f {
            width: 8px;
            height: 8px;
            background-color: #662e91;
            transform: rotate(45deg);
            margin-right: 10px; }
      .newsInfo .conRight1 .item2 .tit {
        margin-top: 23px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .newsInfo .conRight1 .item2 .tit a {
          width: 47.7%;
          display: block;
          margin-bottom: 10px; }
  @media (max-width: 1366px) {
    .newsInfo .conLeft .content .tits {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 1050px) {
    .newsInfo .conLeft {
      width: 100%;
      float: none; }
    .newsInfo .conRight {
      display: none; }
    .newsInfo .conRight1 {
      display: none; } }
  @media (max-width: 860px) {
    .newsInfo .conLeft .hotList .list {
      margin-top: 20px; }
    .newsInfo .conLeft .hotList .list ul li {
      width: 49%;
      margin-right: 2%; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding: 25px 0; }
      .newsInfo .conLeft .content .tits {
        font-size: 16px;
        line-height: 22px; }
      .newsInfo .conLeft .content .tit {
        margin-top: 15px;
        margin-bottom: 15px; }
        .newsInfo .conLeft .content .tit .t {
          font-size: 13px;
          margin-right: 15px; }
      .newsInfo .conLeft .content .con {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px; }
      .newsInfo .conLeft .content .pic1 {
        margin-top: 15px;
        display: block; }
        .newsInfo .conLeft .content .pic1 .img {
          width: 100%;
          margin-bottom: 10px; }
      .newsInfo .conLeft .paging {
        margin-top: 25px;
        padding: 0 0;
        display: block; }
        .newsInfo .conLeft .paging a {
          width: 100%;
          max-width: 100%;
          flex-direction: row !important;
          padding: 10px 0; }
          .newsInfo .conLeft .paging a .pPic {
            width: 50px;
            height: 50px; }
          .newsInfo .conLeft .paging a .t {
            margin-right: 0 !important;
            margin-left: 10px !important;
            text-align: left !important; }
      .newsInfo .conLeft .hotList {
        margin-top: 20px; }
        .newsInfo .conLeft .hotList .title .t {
          font-size: 18px;
          line-height: 20px; }
        .newsInfo .conLeft .hotList .title .line {
          margin: 0 15px; }
        .newsInfo .conLeft .hotList .newsList {
          margin-top: 15px; }
      .newsInfo .conLeft .content .shareBox {
        font-size: 14px;
        height: 48px; }
        .newsInfo .conLeft .content .shareBox .t img {
          margin-right: 5px; }
      .newsInfo .conLeft .content .shareBox .share a {
        width: 24px;
        margin-right: 10px; }
        .newsInfo .conLeft .content .shareBox .share a span {
          width: 24px !important;
          height: 24px !important; }
      .newsInfo .conRight1 {
        width: 100%;
        display: block;
        float: none; }
        .newsInfo .conRight1 .item {
          margin-bottom: 20px; }
          .newsInfo .conRight1 .item .tits {
            padding-left: 15px;
            font-size: 16px;
            line-height: 50px; }
          .newsInfo .conRight1 .item .tit {
            padding: 10px 15px; }
            .newsInfo .conRight1 .item .tit .t {
              font-size: 13px;
              line-height: 44px; }
        .newsInfo .conRight1 .item1 {
          display: none; }
        .newsInfo .conRight1 .item2 {
          display: none; } }
  @media (max-width: 460px) {
    .newsInfo .conLeft .hotList .list ul li {
      width: 100%;
      margin-right: 2%; }
      .newsInfo .conLeft .hotList .list ul li a .con {
        padding: 10px 0; }
        .newsInfo .conLeft .hotList .list ul li a .con .t {
          height: auto; } }

.cases {
  padding-top: 2.60417vw;
  padding-bottom: 1.5625vw; }
  .cases .indexTitle {
    margin-bottom: 2.8125vw; }
    .cases .indexTitle .t {
      justify-content: center;
      color: #662e91; }
      .cases .indexTitle .t img {
        margin-right: 0; }
      .cases .indexTitle .t span {
        margin: 0 15px; }
    .cases .indexTitle .indexTits {
      color: #222;
      text-align: center; }
  .cases .tabs {
    justify-content: space-between;
    width: 100%;
    display: flex;
    margin-bottom: 2.5vw; }
    .cases .tabs a {
      width: 114px;
      border-radius: 10px;
      background-color: #f5f5f5;
      display: block;
      padding-top: 15px;
      padding-bottom: 10px; }
      .cases .tabs a .img img {
        height: 50px;
        display: block;
        margin: 0 auto; }
        .cases .tabs a .img img:nth-child(2) {
          display: none; }
      .cases .tabs a p {
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        color: #666;
        margin-top: 15px; }
      .cases .tabs a.on {
        background-color: #dca005; }
        .cases .tabs a.on .img img:nth-child(1) {
          display: none; }
        .cases .tabs a.on .img img:nth-child(2) {
          display: block; }
        .cases .tabs a.on p {
          color: #fff; }
      @media (min-width: 1024px) {
        .cases .tabs a:hover {
          background-color: #dca005; }
          .cases .tabs a:hover .img img:nth-child(1) {
            display: none; }
          .cases .tabs a:hover .img img:nth-child(2) {
            display: block; }
          .cases .tabs a:hover p {
            color: #fff; } }
    @media (max-width: 1366px) {
      .cases .tabs a {
        width: 105px; } }
    @media (max-width: 1200px) {
      .cases .tabs a {
        width: 9.6%; } }
    @media (max-width: 900px) {
      .cases .tabs {
        flex-wrap: wrap; }
        .cases .tabs a {
          width: 19%;
          margin-bottom: 6px; } }
    @media (max-width: 460px) {
      .cases .tabs a {
        width: 32%; }
        .cases .tabs a:last-child {
          display: none; } }
  .cases .map {
    width: 100%;
    position: relative; }
    .cases .map ul li {
      position: absolute;
      cursor: pointer; }
      .cases .map ul li .dian {
        width: 115px;
        height: 134px;
        background-size: cover;
        background-repeat: no-repeat;
        transform: translate(-57.5px, -67px); }
        .cases .map ul li .dian .t {
          text-align: center;
          width: 70px;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 13px;
          line-height: 14px;
          color: #fff;
          font-weight: bold;
          position: absolute;
          top: 25px;
          left: 50%;
          transform: translateX(-50%); }
      .cases .map ul li .con {
        width: 192px;
        position: absolute;
        top: -48px;
        left: 60px;
        display: none; }
        .cases .map ul li .con .tits {
          width: fit-content;
          padding: 0 12px;
          border-radius: 18px;
          background-color: #dca005;
          position: absolute;
          top: -18px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 5;
          font-size: 12px;
          line-height: 36px;
          color: #fff;
          font-weight: bold;
          white-space: nowrap; }
        .cases .map ul li .con .tit {
          width: 100%;
          border-radius: 10px;
          overflow: hidden;
          background-color: #4b4b4b; }
          .cases .map ul li .con .tit .titNew {
            width: 100%;
            height: 216px;
            padding-top: 30px;
            padding-bottom: 20px;
            overflow-y: auto; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar {
              width: 6px;
              height: 6px; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-button:vertical {
              display: none; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-track:vertical {
              background-color: black; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-track-piece {
              background: #878787; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-thumb:vertical {
              background-color: #878787;
              border-radius: 10px; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-thumb:vertical:hover {
              background-color: #b3b3b3; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-corner:vertical {
              background-color: #878787; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-resizer:vertical {
              background-color: #878787; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-track-piece {
              background: #878787; }
            .cases .map ul li .con .tit .titNew::-webkit-scrollbar-thumb:vertical {
              background-color: #b3b3b3; }
            .cases .map ul li .con .tit .titNew a {
              display: block;
              text-align: center;
              font-size: 12px;
              line-height: 24px;
              color: #fff; }
              @media (min-width: 1024px) {
                .cases .map ul li .con .tit .titNew a:hover {
                  color: #dca005; } }
      .cases .map ul li:nth-child(1) {
        top: 26%;
        left: 21%; }
        .cases .map ul li:nth-child(1) .dian {
          background-image: url("../images/map_d1.png"); }
      .cases .map ul li:nth-child(2) {
        top: 18%;
        left: 52%; }
        .cases .map ul li:nth-child(2) .dian {
          background-image: url("../images/map_d2.png"); }
      .cases .map ul li:nth-child(3) {
        top: 65%;
        left: 54%; }
        .cases .map ul li:nth-child(3) .dian {
          background-image: url("../images/map_d3.png"); }
      .cases .map ul li:nth-child(4) {
        top: 44%;
        left: 60%; }
        .cases .map ul li:nth-child(4) .dian {
          background-image: url("../images/map_d4.png"); }
      .cases .map ul li:nth-child(5) {
        top: 27%;
        left: 72%; }
        .cases .map ul li:nth-child(5) .dian {
          background-image: url("../images/map_d5.png"); }
      .cases .map ul li:nth-child(6) {
        top: 72%;
        left: 82%; }
        .cases .map ul li:nth-child(6) .dian {
          background-image: url("../images/map_d6.png"); }
      .cases .map ul li.on {
        z-index: 10; }
        .cases .map ul li.on .con {
          display: block; }
        .cases .map ul li.on:nth-child(1) .dian {
          background-image: url("../images/map_d1_h.png"); }
        .cases .map ul li.on:nth-child(2) .dian {
          background-image: url("../images/map_d2_h.png"); }
        .cases .map ul li.on:nth-child(3) .dian {
          background-image: url("../images/map_d3_h.png"); }
        .cases .map ul li.on:nth-child(4) .dian {
          background-image: url("../images/map_d4_h.png"); }
        .cases .map ul li.on:nth-child(5) .dian {
          background-image: url("../images/map_d5_h.png"); }
        .cases .map ul li.on:nth-child(6) .dian {
          background-image: url("../images/map_d6_h.png"); }
    @media (max-width: 768px) {
      .cases .map ul li .dian {
        width: 60px;
        height: 70px;
        background-size: cover;
        transform: translate(-30px, -35px); }
        .cases .map ul li .dian .t {
          color: #333;
          top: 60px;
          width: 100%;
          height: auto; }
      .cases .map ul li .con {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    @media (max-width: 460px) {
      .cases .map ul li .dian {
        width: 40px;
        height: 46px;
        background-size: cover;
        transform: translate(-20px, -23px); }
        .cases .map ul li .dian .t {
          color: #333;
          top: 40px;
          width: 100%;
          height: auto;
          font-size: 10px; } }
  .cases .casesList {
    margin-top: 3.02083vw; }
    .cases .casesList ul li {
      margin-bottom: 40px; }
      .cases .casesList ul li a .con .tit {
        margin-top: -51px; }
        .cases .casesList ul li a .con .tit .t {
          width: 102px;
          height: 102px;
          border-width: 8px;
          font-size: 14px;
          line-height: 86px; }
        .cases .casesList ul li a .con .tit .t1 {
          font-size: 12px;
          line-height: 14px;
          margin-bottom: 15px; }
          .cases .casesList ul li a .con .tit .t1 .tt:nth-child(1) img {
            width: 13px;
            margin-top: -4px; }
          .cases .casesList ul li a .con .tit .t1 .tt:last-child img {
            width: 16px; }
      .cases .casesList ul li a .con .tits {
        width: calc(100% - 60px);
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 24px;
        height: 48px; }
      .cases .casesList ul li a .con .tit1 {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        color: #666;
        width: calc(100% - 60px);
        margin: 9px auto 38px; }
    @media (max-width: 1100px) {
      .cases .casesList ul li a .con .tit {
        margin-top: -31px; }
        .cases .casesList ul li a .con .tit .t {
          width: 62px;
          height: 62px;
          font-size: 10px;
          border-width: 3px;
          line-height: 56px; }
        .cases .casesList ul li a .con .tit .t1 {
          margin-bottom: 5px; }
      .cases .casesList ul li a .con .tits {
        width: calc(100% - 30px);
        margin: 15px auto 0;
        font-size: 14px;
        line-height: 15px;
        height: 30px; }
      .cases .casesList ul li a .con .tit1 {
        width: calc(100% - 30px);
        margin: 9px auto 20px; } }
    @media (max-width: 920px) {
      .cases .casesList ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px; }
        .cases .casesList ul li:nth-child(3n) {
          margin-right: 3%; }
        .cases .casesList ul li:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 540px) {
      .cases .casesList ul li {
        width: 100%;
        margin-bottom: 15px;
        float: none;
        margin-right: 0; }
        .cases .casesList ul li a .con .tits {
          height: auto; }
        .cases .casesList ul li a .con .tit1 {
          height: auto; } }
  .cases .list {
    margin-top: 3.02083vw; }
    .cases .list ul li {
      width: 23.2%;
      float: left;
      margin-right: 2.4%;
      margin-bottom: 2.08333vw; }
      .cases .list ul li:nth-child(4n) {
        margin-right: 0; }
      .cases .list ul li a {
        width: 100%;
        display: block; }
        .cases .list ul li a .pic {
          border-radius: 15px 15px 0 0;
          padding-bottom: 75%; }
        .cases .list ul li a .con {
          border: 1px solid #e1e1e1;
          border-top: none;
          width: 100%;
          box-sizing: border-box;
          border-radius: 0 0 15px 15px;
          padding: 30px 18px 30px; }
          .cases .list ul li a .con .tit1 {
            font-size: 12px;
            line-height: 14px;
            display: flex;
            align-items: center;
            color: #222; }
            .cases .list ul li a .con .tit1 .t {
              display: flex;
              align-items: center; }
              .cases .list ul li a .con .tit1 .t img {
                margin-right: 10px; }
            .cases .list ul li a .con .tit1 span {
              margin: 0 13px; }
          .cases .list ul li a .con .tits {
            font-size: 16px;
            line-height: 24px;
            height: 48px;
            color: #222;
            font-weight: bold;
            margin-top: 10px; }
          .cases .list ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #666;
            height: 54px;
            margin-top: 8px; }
          .cases .list ul li a .con .more {
            width: fit-content;
            padding: 0 20px;
            font-size: 14px;
            line-height: 46px;
            border-radius: 5px;
            background-color: #662e91;
            align-items: center;
            display: flex;
            color: #fff;
            margin-top: 15px; }
            .cases .list ul li a .con .more img {
              margin-left: 10px; }
      @media (min-width: 1024px) {
        .cases .list ul li:hover a .con {
          border-color: #dca005; }
          .cases .list ul li:hover a .con .tits {
            color: #dca005; }
          .cases .list ul li:hover a .con .more {
            background-color: #dca005; } }
    @media (max-width: 1160px) {
      .cases .list ul li {
        width: 32%;
        margin-right: 2%; }
        .cases .list ul li:nth-child(4n) {
          margin-right: 2%; }
        .cases .list ul li:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 940px) {
      .cases .list ul li {
        width: 48.5%;
        margin-right: 3%; }
        .cases .list ul li:nth-child(3n) {
          margin-right: 3%; }
        .cases .list ul li:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 560px) {
      .cases .list ul li {
        width: 100%;
        margin-bottom: 15px; }
        .cases .list ul li a .con {
          padding: 15px; }
          .cases .list ul li a .con .tits {
            height: auto; }
          .cases .list ul li a .con .tit {
            height: auto; }
          .cases .list ul li a .con .more {
            line-height: 36px; } }

.error {
  max-width: 92%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 94px; }
  .error .img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .error .tits {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    color: #662e91;
    font-weight: bold;
    margin-top: 24px; }
  .error .tit {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #a5a5a5;
    margin-top: 30px; }
  .error .more {
    display: flex;
    margin: 25px auto 0;
    border-radius: 28px;
    background-color: #f2b310;
    width: fit-content;
    padding: 0 36px 0 12px;
    align-items: center;
    font-size: 22px;
    line-height: 56px;
    color: #000;
    font-weight: bold; }
    .error .more img {
      margin-right: 15px; }
  @media (max-width: 768px) {
    .error .tits {
      font-size: 20px;
      line-height: 22px; }
    .error .tit {
      font-size: 13px;
      line-height: 15px;
      margin-top: 20px; }
    .error .more {
      margin: 20px auto 0;
      font-size: 16px;
      line-height: 46px; }
      .error .more img {
        width: 36px; } }

.saerchPage {
  width: 1160px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 5.83333vw; }
  .saerchPage .searchBox {
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #dca005;
    box-shadow: 0.5px 0.866px 6px 0px rgba(109, 108, 108, 0.16);
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .saerchPage .searchBox .text {
      flex: 1;
      height: 50px;
      border: none;
      background: none;
      box-sizing: border-box;
      padding-left: 26px;
      font-size: 16px;
      color: #a6a5a6; }
    .saerchPage .searchBox .submit {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .saerchPage .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 30px; }
    .saerchPage .title:after {
      width: 300%;
      left: 50%;
      bottom: 0;
      margin-left: -150%;
      height: 1px;
      background-color: #dcdcdc;
      content: '';
      position: absolute; }
    .saerchPage .title .tits {
      color: #000; }
    .saerchPage .title .tabs {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 5; }
      .saerchPage .title .tabs a {
        color: #000;
        margin-right: 3.02083vw;
        display: block;
        position: relative; }
        .saerchPage .title .tabs a:last-child {
          margin-right: 0; }
        .saerchPage .title .tabs a:after {
          width: calc(100% + 64px);
          margin-left: -32px;
          height: 3px;
          border-radius: 1.5px;
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          background-color: #662e91;
          display: none; }
        .saerchPage .title .tabs a.on {
          color: #662e91; }
          .saerchPage .title .tabs a.on:after {
            display: block; }
        @media (min-width: 1024px) {
          .saerchPage .title .tabs a:hover {
            color: #662e91; } }
  .saerchPage .list {
    margin-top: 40px; }
    .saerchPage .list ul li {
      border: 1px solid #eee;
      border-radius: 10px;
      margin-bottom: 38px;
      box-sizing: border-box; }
      .saerchPage .list ul li:last-child {
        margin-bottom: 0; }
      .saerchPage .list ul li a {
        width: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 1.5625vw 3.54167vw 1.5625vw 1.5625vw; }
        .saerchPage .list ul li a .con {
          flex: 1;
          margin-right: 2.08333vw; }
          .saerchPage .list ul li a .con .tit {
            display: flex;
            align-items: center; }
            .saerchPage .list ul li a .con .tit .t {
              font-size: 14px;
              line-height: 16px;
              color: #74469a;
              font-weight: bold;
              margin-right: 22px; }
            .saerchPage .list ul li a .con .tit .t1 {
              font-size: 12px;
              line-height: 14px;
              color: #8e8e98;
              display: flex;
              align-items: center; }
              .saerchPage .list ul li a .con .tit .t1 img {
                margin-right: 5px; }
          .saerchPage .list ul li a .con .tits {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 16px; }
            .saerchPage .list ul li a .con .tits span {
              color: #662e91; }
          .saerchPage .list ul li a .con .tit1 {
            font-size: 12px;
            line-height: 18px;
            color: #662e91;
            margin-top: 4px; }
        .saerchPage .list ul li a .more {
          width: 106px;
          border-radius: 15px;
          font-size: 16px;
          line-height: 30px;
          color: #737272;
          background-color: #efefef;
          text-align: center;
          font-weight: bold; }
      @media (min-width: 1024px) {
        .saerchPage .list ul li:hover {
          border-color: #662e91;
          box-shadow: 1px 1.732px 2.97px 0.03px rgba(0, 0, 0, 0.2); }
          .saerchPage .list ul li:hover a .more {
            background-color: #f2b310;
            color: #fff; } }
  @media (max-width: 768px) {
    .saerchPage {
      padding-top: 25px; }
      .saerchPage .searchBox .text {
        height: 42px;
        font-size: 14px; }
      .saerchPage .searchBox .submit {
        width: 42px;
        height: 42px; }
        .saerchPage .searchBox .submit img {
          width: 16px; }
      .saerchPage .title {
        display: block;
        margin-top: 15px; }
        .saerchPage .title .tabs {
          margin-top: 15px; }
          .saerchPage .title .tabs a:after {
            width: calc(100% + 20px);
            margin-left: -10px; }
      .saerchPage .list ul li {
        margin-bottom: 15px; }
        .saerchPage .list ul li a {
          padding: 15px;
          display: block; }
          .saerchPage .list ul li a .more {
            margin-top: 15px; } }

.brand {
  padding-top: 31px;
  padding-bottom: 70px; }
  .brand .title {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .brand .title span {
      display: block;
      position: relative;
      width: fit-content;
      font-size: 30px;
      line-height: 60px;
      color: #050505;
      font-weight: bold; }
      .brand .title span:after {
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: -1px;
        left: 0;
        content: '';
        background-color: #662e91; }
    .brand .title a {
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      color: #222;
      margin-bottom: 5px; }
      .brand .title a img {
        margin-left: 10px; }
  .brand .top .tit {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px; }
    .brand .top .tit a {
      font-size: 15px;
      line-height: 33px;
      color: #000;
      padding-right: 40px;
      position: relative;
      display: flex; }
      .brand .top .tit a:after {
        content: '|';
        position: absolute;
        top: -1px;
        right: 20px;
        color: #666; }
      .brand .top .tit a span {
        color: #662e91;
        margin-left: 5px; }
      .brand .top .tit a:last-child:after {
        display: none; }
      .brand .top .tit a.on {
        color: #662e91; }
      @media (min-width: 1024px) {
        .brand .top .tit a:hover {
          color: #662e91; } }
  .brand .itemBox {
    margin-top: 25px; }
    .brand .itemBox .item:nth-child(1) {
      margin-bottom: 32px; }
      .brand .itemBox .item:nth-child(1) ul {
        margin-top: 20px; }
    .brand .itemBox .item ul li {
      width: 12.5%;
      border: 1px solid #e1e1e1;
      box-sizing: border-box;
      border-right: none;
      float: left; }
      .brand .itemBox .item ul li a {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 40px; }
        .brand .itemBox .item ul li a .pic {
          width: 100%;
          height: 50px;
          position: relative; }
          .brand .itemBox .item ul li a .pic img {
            max-width: 70%;
            max-height: 70%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .brand .itemBox .item ul li a .t {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #1c1c1c;
          margin-top: 7px; }
        .brand .itemBox .item ul li a .t1 {
          font-size: 11.5px;
          line-height: 13px;
          color: #662e91;
          margin-top: 5px; }
      .brand .itemBox .item ul li:nth-child(8n) {
        border-right: 1px solid #e1e1e1; }
      .brand .itemBox .item ul li:last-child {
        border-right: 1px solid #e1e1e1; }
      .brand .itemBox .item ul li:nth-child(n + 9) {
        margin-top: -1px; }
    .brand .itemBox .item .itemNew .tits {
      background-color: #f9f9f9;
      font-size: 20px;
      line-height: 54px;
      color: #050505;
      display: flex;
      align-items: center; }
      .brand .itemBox .item .itemNew .tits span {
        width: 9px;
        height: 9px;
        border-radius: 100%;
        display: block;
        background-color: #662e91;
        margin-right: 20px;
        margin-left: 22px; }
  @media (max-width: 1366px) {
    .brand .title span {
      font-size: 24px;
      line-height: 50px; } }
  @media (max-width: 1200px) {
    .brand .title span {
      font-size: 20px;
      line-height: 50px; } }
  @media (max-width: 1050px) {
    .brand .itemBox .item ul li {
      width: 16.66667%; }
      .brand .itemBox .item ul li:nth-child(8n) {
        border-right: none; }
      .brand .itemBox .item ul li:nth-child(6n) {
        border-right: 1px solid #e1e1e1; }
      .brand .itemBox .item ul li:nth-child(n + 7) {
        margin-top: -1px; }
      .brand .itemBox .item ul li:last-child {
        border-right: 1px solid #e1e1e1; } }
  @media (max-width: 1024px) {
    .brand .title span {
      font-size: 18px;
      line-height: 42px; }
      .brand .title span:after {
        height: 3px; }
    .brand .top .tit {
      margin-top: 15px; }
      .brand .top .tit a {
        font-size: 13px;
        padding-right: 26px; }
        .brand .top .tit a:after {
          right: 13px; } }
  @media (max-width: 768px) {
    .brand {
      padding: 25px 0; }
      .brand .itemBox .item:nth-child(1) {
        margin-bottom: 20px; }
      .brand .itemBox .item .itemNew .tits {
        font-size: 15px;
        line-height: 40px; }
        .brand .itemBox .item .itemNew .tits span {
          width: 6px;
          height: 6px;
          margin: 0 10px; }
      .brand .itemBox .item ul li {
        width: 25%; }
        .brand .itemBox .item ul li:nth-child(6n) {
          border-right: none; }
        .brand .itemBox .item ul li:nth-child(4n) {
          border-right: 1px solid #e1e1e1; }
        .brand .itemBox .item ul li:nth-child(n + 5) {
          margin-top: -1px; }
        .brand .itemBox .item ul li:last-child {
          border-right: 1px solid #e1e1e1; } }
  @media (max-width: 460px) {
    .brand .itemBox .item ul li {
      width: 33.33333%; }
      .brand .itemBox .item ul li:nth-child(4n) {
        border-right: none; }
      .brand .itemBox .item ul li:nth-child(3n) {
        border-right: 1px solid #e1e1e1; }
      .brand .itemBox .item ul li:nth-child(n + 4) {
        margin-top: -1px; }
      .brand .itemBox .item ul li:last-child {
        border-right: 1px solid #e1e1e1; }
      .brand .itemBox .item ul li a {
        padding: 20px 0; } }

.brandInfo {
  padding-top: 50px;
  padding-bottom: 25px; }
  .brandInfo .box .boxPic {
    width: 62.2%;
    float: left; }
    .brandInfo .box .boxPic .bigPic {
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      height: 0;
      padding-bottom: 75%; }
      .brandInfo .box .boxPic .bigPic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .brandInfo .box .boxPic .sList {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 14px; }
      .brandInfo .box .boxPic .sList .img {
        width: 23.7%;
        padding-bottom: 17.9%;
        position: relative;
        border-radius: 10px;
        height: 0;
        overflow: hidden;
        cursor: pointer; }
        .brandInfo .box .boxPic .sList .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box .boxPic .sList .img .num {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 28px;
          line-height: 30px;
          font-weight: bold;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5); }
  .brandInfo .box .con {
    width: 35.2%;
    float: right;
    border-radius: 20px;
    background-color: #f9f9f9;
    box-shadow: 2px 3.464px 9px 0px rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
    padding: 34px 16px 16px; }
    .brandInfo .box .con img {
      display: block;
      margin: 0 auto;
      height: 27px; }
    .brandInfo .box .con .line {
      width: 200px;
      max-width: 80%;
      margin: 17px auto 0;
      height: 1px;
      background-color: #ececec; }
    .brandInfo .box .con .tits {
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      color: #000;
      font-weight: bold;
      margin-top: 10px; }
    .brandInfo .box .con .conn {
      border-radius: 20px;
      background-color: #fff;
      box-sizing: border-box;
      width: 100%;
      padding: 28px 30px;
      margin-top: 22px; }
      .brandInfo .box .con .conn .item:last-child {
        margin-top: 22px; }
      .brandInfo .box .con .conn .item .t {
        font-size: 14px;
        line-height: 16px;
        color: #000;
        font-weight: bold; }
      .brandInfo .box .con .conn .item .t1 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px; }
        .brandInfo .box .con .conn .item .t1 a {
          width: 45%;
          font-size: 12px;
          line-height: 24px;
          color: #000;
          display: block; }
          .brandInfo .box .con .conn .item .t1 a span {
            color: #662e91; }
          .brandInfo .box .con .conn .item .t1 a:nth-child(2n) {
            width: 55%; }
          @media (min-width: 1024px) {
            .brandInfo .box .con .conn .item .t1 a:hover {
              color: #662e91; } }
      .brandInfo .box .con .conn .item .t2 {
        font-size: 0;
        margin-top: 16px; }
        .brandInfo .box .con .conn .item .t2 a {
          border: 1px solid #c3c3c3;
          border-radius: 3px;
          display: inline-block;
          padding: 0 5px;
          font-size: 10.3px;
          line-height: 24px;
          box-sizing: border-box;
          margin-right: 7px;
          margin-bottom: 7px;
          color: #000; }
          @media (min-width: 1024px) {
            .brandInfo .box .con .conn .item .t2 a:hover {
              background-color: #662e91;
              color: #fff;
              border-color: #662e91; } }
  .brandInfo .content {
    margin-top: 36px; }
    .brandInfo .content .t {
      font-size: 14px;
      line-height: 16px;
      font-weight: bold;
      color: #000; }
    .brandInfo .content .t1 {
      font-size: 12px;
      line-height: 21px;
      color: #000;
      margin-top: 25px; }
  .brandInfo .list {
    margin-top: 28px; }
    .brandInfo .list .title {
      border-bottom: 1px solid #e1e1e1;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .brandInfo .list .title span {
        display: block;
        position: relative;
        width: fit-content;
        font-size: 30px;
        line-height: 60px;
        color: #050505;
        font-weight: bold; }
        .brandInfo .list .title span:after {
          width: 100%;
          height: 6px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #662e91; }
    .brandInfo .list .proList {
      margin-top: 40px; }
  @media (max-width: 1400px) {
    .brandInfo .box .boxPic {
      width: 58%; }
    .brandInfo .box .con {
      width: 40.2%; } }
  @media (max-width: 1366px) {
    .brandInfo .list .title span {
      font-size: 24px;
      line-height: 50px; } }
  @media (max-width: 1200px) {
    .brandInfo .box .con .conn {
      padding: 14px 15px; }
    .brandInfo .list .title span {
      font-size: 20px;
      line-height: 50px; } }
  @media (max-width: 1150px) {
    .brandInfo .box .boxPic {
      width: 100%;
      float: none; }
    .brandInfo .box .con {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .brandInfo {
      padding: 25px 0; }
      .brandInfo .list .title span {
        font-size: 18px;
        line-height: 42px; }
        .brandInfo .list .title span:after {
          height: 3px; }
      .brandInfo .list .proList {
        margin-top: 20px; } }
  @media (max-width: 460px) {
    .brandInfo .box .con {
      padding: 20px 10px 10px; }
      .brandInfo .box .con .tits {
        font-size: 16px;
        line-height: 22px; }
      .brandInfo .box .con .conn {
        padding: 10px;
        margin-top: 15px; }
    .brandInfo .content {
      margin-top: 20px; }
      .brandInfo .content .t1 {
        margin-top: 15px; } }

.proList ul li {
  width: 22.5%;
  margin-right: 3.33%;
  margin-bottom: 44px;
  border-radius: 10px;
  float: left; }
  .proList ul li:nth-child(4n) {
    margin-right: 0; }
  .proList ul li a {
    width: 100%;
    height: auto;
    display: block; }
    .proList ul li a .pic {
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      position: relative; }
      .proList ul li a .pic .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        transition: all 1.2s; }
      .proList ul li a .pic:after {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        content: '';
        left: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/brand_bg1.png"); }
      .proList ul li a .pic .tit2 {
        width: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0 9px;
        position: absolute;
        left: 0;
        bottom: 9px;
        justify-content: space-between;
        z-index: 10; }
        .proList ul li a .pic .tit2 .t {
          padding: 0 7px;
          border-radius: 5px;
          border: 1px solid #cacaca;
          background-color: rgba(181, 181, 181, 0.5);
          font-size: 10px;
          line-height: 20px;
          color: #fff; }
          .proList ul li a .pic .tit2 .t img {
            margin-right: 4px; }
        .proList ul li a .pic .tit2 .t1 {
          display: flex;
          align-items: center; }
          .proList ul li a .pic .tit2 .t1 .t {
            margin-left: 3px; }
    .proList ul li a .con {
      background-color: #f8f8f8;
      width: 100%;
      box-sizing: border-box;
      padding: 13px;
      border: 1px solid #f1f1f1;
      border-top: none;
      border-radius: 0 0 10px 10px; }
      .proList ul li a .con .tits {
        font-size: 14px;
        line-height: 19px;
        height: 38px;
        color: #222;
        font-weight: bold; }
      .proList ul li a .con .tit {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        color: #666;
        margin-top: 10px; }
      .proList ul li a .con .line {
        width: 100%;
        height: 1px;
        background-color: #dcdcdc;
        margin: 10px 0; }
      .proList ul li a .con .tit1 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .proList ul li a .con .tit1 .t {
          border-radius: 5px;
          background-color: #662e91;
          font-size: 12px;
          line-height: 24px;
          padding: 0 10px;
          color: #fff; }
          .proList ul li a .con .tit1 .t img {
            margin-left: 5px; }
        .proList ul li a .con .tit1 .t1 {
          font-size: 10px;
          line-height: 12px;
          color: #000;
          display: flex;
          align-items: center; }
          .proList ul li a .con .tit1 .t1 span {
            width: 11px;
            height: 11px;
            background-color: #662e91;
            display: block;
            border-radius: 100%;
            background-size: cover;
            background-image: url("../images/brand_icon4.png");
            margin-left: 5px; }
  @media (min-width: 1024px) {
    .proList ul li:hover {
      box-shadow: 1.414px -1.414px 13px 0px rgba(0, 0, 0, 0.18); }
      .proList ul li:hover a .con .tit1 .t {
        background-color: #dca005; }
      .proList ul li:hover a .con .tit1 .t1 span {
        background-color: #dca005; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .proList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .proList ul li:nth-child(3n) {
      margin-right: 3%; }
    .proList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 460px) {
  .proList ul li {
    margin-bottom: 15px;
    width: 100%; } }

.product {
  padding-top: 60px;
  padding-bottom: 48px; }
  .product .boxLeft {
    width: 310px;
    float: left; }
    .product .boxLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 22px;
      color: #000; }
      .product .boxLeft .title img {
        margin-right: 8px; }
    .product .boxLeft .itemBox {
      margin-top: 26px; }
      .product .boxLeft .itemBox .item {
        margin-bottom: 10px; }
        .product .boxLeft .itemBox .item .tits {
          display: flex;
          align-items: center;
          border-radius: 8px;
          background-position: calc(100% - 10px) center;
          background-repeat: no-repeat;
          background-image: url("../images/pro_img2.png");
          color: #000;
          font-size: 13px;
          position: relative;
          z-index: 10; }
          .product .boxLeft .itemBox .item .tits .icon {
            width: 45px;
            height: 45px;
            border-radius: 8px; }
            .product .boxLeft .itemBox .item .tits .icon img:nth-child(2) {
              display: none; }
          .product .boxLeft .itemBox .item .tits .t {
            flex: 1;
            margin-left: 10px; }
            .product .boxLeft .itemBox .item .tits .t i {
              color: #dca004; }
        .product .boxLeft .itemBox .item .tit {
          padding-left: 54px;
          box-sizing: border-box;
          padding: 10px 0 10px 54px;
          display: none; }
          .product .boxLeft .itemBox .item .tit a {
            width: 100%;
            display: block;
            font-size: 12px;
            line-height: 30px;
            color: #767676;
            position: relative; }
            .product .boxLeft .itemBox .item .tit a i {
              color: #dca004; }
            .product .boxLeft .itemBox .item .tit a:after {
              width: 24px;
              height: 30px;
              border-left: 1px solid #e6e6e6;
              border-bottom: 1px solid #e6e6e6;
              content: '';
              box-sizing: border-box;
              position: absolute;
              left: -32px;
              top: -15px; }
            .product .boxLeft .itemBox .item .tit a:last-child:after {
              border-radius: 0 0 0 20px; }
            @media (min-width: 1024px) {
              .product .boxLeft .itemBox .item .tit a:hover {
                color: #dca004; } }
            .product .boxLeft .itemBox .item .tit a.on {
              color: #dca004; }
        .product .boxLeft .itemBox .item.on .tits {
          background-color: #dca004;
          color: #fff;
          background-image: url("../images/pro_img2_h.png"); }
          .product .boxLeft .itemBox .item.on .tits .icon {
            background-color: #662e91; }
            .product .boxLeft .itemBox .item.on .tits .icon img:nth-child(1) {
              display: none; }
            .product .boxLeft .itemBox .item.on .tits .icon img:nth-child(2) {
              display: block; }
  .product .boxRight {
    width: calc(100% - 310px - 52px);
    float: right; }
    .product .boxRight .top {
      background-color: #e6e6e6;
      border-radius: 10px;
      padding: 16px;
      box-sizing: border-box;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 10; }
      .product .boxRight .top .sel {
        width: 24.2%;
        position: relative; }
        .product .boxRight .top .sel .tits {
          width: 100%;
          border-radius: 10px;
          background-color: #fff;
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 58px;
          padding: 0 20px 0 10px;
          box-sizing: border-box;
          cursor: pointer; }
          .product .boxRight .top .sel .tits .t .tt {
            font-size: 10px;
            line-height: 12px;
            color: #767676; }
          .product .boxRight .top .sel .tits .t .tt1 {
            font-size: 14px;
            line-height: 30px;
            font-weight: bold;
            color: #000; }
        .product .boxRight .top .sel ul {
          width: 100%;
          height: 182px;
          border-radius: 10px;
          overflow-y: auto;
          position: absolute;
          top: 100%;
          display: none;
          left: 0;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          .product .boxRight .top .sel ul::-webkit-scrollbar {
            width: 5px;
            height: 5px; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-button:vertical {
            display: none; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-track:vertical {
            background-color: black; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-track-piece {
            background: #E3E3E3; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-thumb:vertical {
            background-color: #555;
            border-radius: 30px; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-thumb:vertical:hover {
            background-color: #3B3B3B; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-corner:vertical {
            background-color: #535353; }
          .product .boxRight .top .sel ul::-webkit-scrollbar-resizer:vertical {
            background-color: #FF6E00; }
          .product .boxRight .top .sel ul li {
            font-size: 13px;
            line-height: 26px;
            padding: 0 10px;
            color: #767676;
            box-sizing: border-box;
            cursor: pointer; }
        .product .boxRight .top .sel.on {
          z-index: 10; }
      .product .boxRight .top .submit {
        display: flex;
        width: 21.6%;
        background-color: #dca004;
        border-radius: 10px;
        height: 58px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #fff;
        font-weight: bold; }
        .product .boxRight .top .submit img {
          margin-right: 10px; }
    .product .boxRight .item1 {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .product .boxRight .item1 .t {
        font-size: 12px;
        line-height: 22px;
        color: #000;
        display: flex;
        align-items: center; }
        .product .boxRight .item1 .t span {
          margin: 0 14px; }
      .product .boxRight .item1 .t1 {
        display: flex;
        align-items: center; }
        .product .boxRight .item1 .t1 .tt {
          padding: 0 15px;
          border-radius: 9px;
          border: 1px solid #d1d1d1;
          margin-right: 14px;
          width: fit-content;
          align-items: center;
          display: flex;
          font-size: 12px;
          color: #000;
          height: 22px;
          box-sizing: border-box; }
          .product .boxRight .item1 .t1 .tt img {
            margin-left: 4px; }
        .product .boxRight .item1 .t1 .tt1 {
          padding: 0 15px;
          font-size: 12px;
          display: flex;
          align-items: center;
          width: fit-content;
          background-color: #dca004;
          height: 22px;
          color: #fff;
          border-radius: 11px; }
          .product .boxRight .item1 .t1 .tt1 img {
            margin-left: 4px; }
    .product .boxRight .proList {
      margin-top: 20px; }
      .product .boxRight .proList ul li {
        width: 31.4%;
        margin-right: 2.9%;
        margin-bottom: 22px; }
        .product .boxRight .proList ul li:nth-child(4n) {
          margin-right: 2.9%; }
        .product .boxRight .proList ul li:nth-child(3n) {
          margin-right: 0; }
  @media (max-width: 1260px) {
    .product .boxLeft {
      display: none; }
    .product .boxRight {
      width: 100%;
      float: none; }
      .product .boxRight .item1 {
        display: none !important; } }
  @media (max-width: 1024px) {
    .product {
      padding: 25px 0; } }
  @media (max-width: 860px) {
    .product .boxRight .top .sel {
      width: calc(33.3% - 26px); }
    .product .boxRight .top .submit {
      width: 58px;
      height: 58px; }
      .product .boxRight .top .submit img {
        margin-right: 0; }
      .product .boxRight .top .submit span {
        display: none; } }
  @media (max-width: 768px) {
    .product .boxRight .proList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .product .boxRight .proList ul li:nth-child(3n) {
        margin-right: 3%; }
      .product .boxRight .proList ul li:nth-child(2n) {
        margin-right: 0; }
    .product .boxRight .top {
      padding: 10px;
      display: block; }
      .product .boxRight .top .sel {
        width: 100%;
        margin-bottom: 10px; }
      .product .boxRight .top .submit {
        width: 100%; }
        .product .boxRight .top .submit img {
          margin-right: 5px; }
        .product .boxRight .top .submit span {
          display: block; } }
  @media (max-width: 460px) {
    .product .boxRight .proList ul li {
      margin-bottom: 15px;
      width: 100%; } }

.about {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .about {
      padding-top: 25px; } }
  .about .indexTitle .t {
    justify-content: center;
    color: #662e91; }
    .about .indexTitle .t img {
      margin-right: 0; }
    .about .indexTitle .t span {
      margin: 0 15px; }
  .about .indexTitle .indexTits {
    color: #222;
    text-align: center; }
  .about .box1 .boxNew {
    display: flex;
    justify-content: space-between;
    margin-top: 36px; }
    .about .box1 .boxNew .pic a {
      width: 100%;
      display: block;
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      .about .box1 .boxNew .pic a img {
        transition: all 1.2s; }
      .about .box1 .boxNew .pic a .tits {
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        left: 20px;
        top: 13px;
        font-weight: bold;
        color: #fff; }
    @media (min-width: 1024px) {
      .about .box1 .boxNew .pic:hover a img {
        transform: scale(1.1); } }
    .about .box1 .boxNew .boxLeft {
      width: 38.5%; }
      .about .box1 .boxNew .boxLeft .item {
        display: flex;
        justify-content: space-between; }
        .about .box1 .boxNew .boxLeft .item .pic {
          width: 48%; }
      .about .box1 .boxNew .boxLeft .item1 {
        display: flex;
        justify-content: space-between;
        margin-top: 4%; }
        .about .box1 .boxNew .boxLeft .item1 .pic {
          width: 58.2%; }
          .about .box1 .boxNew .boxLeft .item1 .pic:nth-child(2) {
            width: 37.7%; }
      .about .box1 .boxNew .boxLeft:nth-child(3) .item1 {
        flex-direction: row-reverse; }
    .about .box1 .boxNew .boxCen {
      width: 19.9%; }
  @media (max-width: 1024px) {
    .about .box1 .boxNew .pic a {
      border-radius: 10px; }
    .about .box1 .boxNew .pic a .tits {
      font-size: 13px;
      line-height: 16px;
      top: 10px;
      left: 10px; } }
  @media (max-width: 860px) {
    .about .box1 .boxNew {
      display: block;
      margin-top: 15px; }
      .about .box1 .boxNew .boxLeft {
        width: 100%;
        margin-bottom: 5px; }
        .about .box1 .boxNew .boxLeft .item .pic {
          width: calc(50% - 2.5px); }
        .about .box1 .boxNew .boxLeft .item1 {
          margin-top: 5px; }
          .about .box1 .boxNew .boxLeft .item1 .pic {
            width: calc(60.25% - 2.5px); }
            .about .box1 .boxNew .boxLeft .item1 .pic:nth-child(2) {
              width: calc(39.75% - 2.5px); }
      .about .box1 .boxNew .boxCen {
        display: none; } }
  .about .box2 {
    padding-top: 50px; }
    .about .box2 .itemBox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
      margin-top: 35px; }
      .about .box2 .itemBox .img {
        width: 170px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .about .box2 .itemBox .item {
        width: calc(50% - 7.5px);
        align-items: center;
        display: flex;
        flex-direction: row-reverse; }
        .about .box2 .itemBox .item .t {
          width: 170px;
          height: 196px;
          background-color: #662e91;
          -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          color: #fff;
          text-align: center;
          box-sizing: border-box;
          padding-top: 68px; }
          .about .box2 .itemBox .item .t .t1 {
            font-size: 36px;
            line-height: 30px;
            height: 30px;
            font-weight: bold; }
          .about .box2 .itemBox .item .t .t2 {
            font-size: 18px;
            line-height: 18px;
            margin-top: 12px; }
        .about .box2 .itemBox .item .txt {
          flex: 1;
          margin-right: 32px;
          font-size: 16px;
          line-height: 24px;
          color: #222;
          text-align: right; }
        .about .box2 .itemBox .item:nth-child(2n) {
          flex-direction: row; }
          .about .box2 .itemBox .item:nth-child(2n) .t {
            background-color: #dca005; }
          .about .box2 .itemBox .item:nth-child(2n) .txt {
            margin-left: 32px;
            margin-right: 0;
            text-align: left; }
        .about .box2 .itemBox .item:nth-child(3) .t {
          margin-right: 93px; }
        .about .box2 .itemBox .item:nth-child(4) .t {
          margin-left: 93px; }
        .about .box2 .itemBox .item:nth-child(n + 3) {
          margin-top: -36px; }
    @media (max-width: 1200px) {
      .about .box2 .itemBox .item .txt {
        font-size: 13px;
        line-height: 20px; } }
    @media (max-width: 1024px) {
      .about .box2 .itemBox .item .t .t2 {
        font-size: 14px;
        line-height: 14px; }
      .about .box2 .itemBox .item .txt {
        margin-right: 15px; }
      .about .box2 .itemBox .item:nth-child(2n) .txt {
        margin-left: 15px; } }
    @media (max-width: 768px) {
      .about .box2 {
        padding-top: 20px; }
        .about .box2 .itemBox {
          margin-top: 15px;
          display: block; }
          .about .box2 .itemBox .item {
            display: flex;
            flex-direction: row !important;
            width: 100%;
            margin-top: 0 !important;
            margin-bottom: 8px; }
            .about .box2 .itemBox .item .t {
              width: 90px;
              height: 108px;
              margin-left: 0 !important;
              margin-right: 0 !important;
              padding-top: 36px; }
              .about .box2 .itemBox .item .t .t1 {
                font-size: 24px;
                line-height: 18px;
                height: 18px; }
              .about .box2 .itemBox .item .t .t2 {
                font-size: 10px;
                line-height: 12px;
                margin-top: 5px; }
            .about .box2 .itemBox .item .txt {
              text-align: left !important;
              margin-right: 0 !important;
              margin-left: 10px !important; }
          .about .box2 .itemBox .img {
            display: none; } }
  .about .box3 {
    padding-top: 50px; }
    .about .box3 .boxLeft {
      width: 44.1%;
      float: left;
      position: relative;
      padding-left: 32px;
      box-sizing: border-box; }
      .about .box3 .boxLeft img {
        width: 100%;
        border-radius: 20px;
        position: relative;
        z-index: 5; }
      .about .box3 .boxLeft:after {
        width: 73%;
        position: absolute;
        height: 83%;
        left: 0;
        bottom: -30px;
        box-sizing: border-box;
        border: 2px solid #662e91;
        border-radius: 20px;
        content: ''; }
    .about .box3 .con {
      width: 46.1%;
      float: right;
      padding-top: 5.6%;
      position: relative;
      z-index: 5; }
      .about .box3 .con .top {
        position: relative; }
        .about .box3 .con .top:after {
          width: 11px;
          height: calc(100% + 40px);
          position: absolute;
          left: -63px;
          top: -23px;
          content: '';
          background-color: #662e91;
          border-radius: 5px; }
        .about .box3 .con .top .indexTitle .t {
          justify-content: safe left; }
        .about .box3 .con .top .indexTitle .indexTits {
          text-align: left; }
          .about .box3 .con .top .indexTitle .indexTits span {
            color: #662e91; }
        .about .box3 .con .top .txt {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          margin-top: 16px;
          padding-right: 3.75vw;
          box-sizing: border-box; }
      .about .box3 .con .item {
        width: 157.3%;
        margin-left: -57.3%;
        background-color: #662e91;
        border-radius: 200px;
        display: flex;
        align-items: center;
        margin-top: 10.8%; }
        .about .box3 .con .item .pic {
          width: 43.5%;
          position: relative;
          cursor: pointer; }
          .about .box3 .con .item .pic:after {
            width: calc(100% + 20px);
            height: calc(100% + 20px);
            position: absolute;
            top: -10px;
            left: -10px;
            content: '';
            box-sizing: border-box;
            border: 10px solid #fff;
            border-radius: 200px; }
          .about .box3 .con .item .pic img {
            border-radius: 200px; }
          .about .box3 .con .item .pic:before {
            width: 3.85417vw;
            height: 3.85417vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video4.png");
            content: '';
            z-index: 5; }
        .about .box3 .con .item .itemNew {
          flex: 1;
          margin: 0 3.125vw;
          color: #fff;
          position: relative; }
          .about .box3 .con .item .itemNew:after {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background-color: #fff;
            position: absolute;
            top: 5px;
            left: -24px;
            content: ''; }
          .about .box3 .con .item .itemNew .t {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold; }
          .about .box3 .con .item .itemNew .t1 {
            font-size: 12px;
            line-height: 18px;
            margin-top: 8px; }
      .about .box3 .con .item1 {
        display: flex;
        align-items: flex-start;
        margin-top: 8%; }
        .about .box3 .con .item1 .tit {
          width: 50%;
          padding-right: 2.34375vw;
          box-sizing: border-box; }
          .about .box3 .con .item1 .tit .t {
            display: flex;
            align-items: center;
            font-size: 20px;
            line-height: 34px;
            color: #222;
            font-weight: bold; }
            .about .box3 .con .item1 .tit .t img {
              margin-right: 18px; }
          .about .box3 .con .item1 .tit .t1 {
            font-size: 13px;
            line-height: 20px;
            color: #222;
            margin-top: 12px; }
          .about .box3 .con .item1 .tit:nth-child(1) .t img {
            margin-bottom: 5px; }
    @media (max-width: 1050px) {
      .about .box3 .boxLeft {
        display: none; }
      .about .box3 .con {
        width: 100%;
        float: none;
        padding-top: 0; }
        .about .box3 .con .item {
          width: 100%;
          margin-left: 0;
          margin-top: 30px; }
        .about .box3 .con .item1 {
          margin-top: 30px; } }
    @media (max-width: 768px) {
      .about .box3 {
        padding-top: 20px; }
        .about .box3 .boxLeft {
          display: block;
          width: 100%;
          float: none;
          padding-left: 20px; }
          .about .box3 .boxLeft:after {
            bottom: -10px; }
        .about .box3 .con {
          margin-top: 25px; }
          .about .box3 .con .txt {
            padding-right: 0;
            margin-top: 15px; }
          .about .box3 .con .item {
            display: block;
            border-radius: 10px; }
            .about .box3 .con .item .pic {
              width: 100%;
              border-radius: 10px; }
              .about .box3 .con .item .pic img {
                border-radius: 10px; }
              .about .box3 .con .item .pic:after {
                display: none; }
              .about .box3 .con .item .pic:before {
                width: 34px;
                height: 34px; }
            .about .box3 .con .item .itemNew {
              box-sizing: border-box;
              width: 100%;
              padding: 15px;
              margin: 0; }
          .about .box3 .con .item1 {
            display: block;
            margin-top: 15px; }
            .about .box3 .con .item1 .tit {
              width: 100%;
              margin-bottom: 15px; }
              .about .box3 .con .item1 .tit .t {
                font-size: 16px; }
                .about .box3 .con .item1 .tit .t img {
                  margin-right: 10px; }
              .about .box3 .con .item1 .tit .t1 {
                margin-top: 10px; } }
  .about .box4 {
    padding-top: 4.16667vw; }
    .about .box4 .pic {
      width: 100%;
      position: relative;
      padding-bottom: 1.5625vw;
      margin-top: 1.92708vw; }
      .about .box4 .pic img {
        position: relative;
        z-index: 10; }
      .about .box4 .pic:after {
        width: 200%;
        left: -50%;
        bottom: 0;
        height: 170px;
        background-color: #662e91;
        content: '';
        position: absolute; }
    @media (max-width: 768px) {
      .about .box4 {
        padding-top: 25px; }
        .about .box4 .pic {
          margin-top: 20px; }
          .about .box4 .pic:after {
            height: 58%; } }
  .about .box5 {
    margin: 3.64583vw auto 0;
    display: flex;
    align-items: center;
    padding: 3.33333vw 4.42708vw;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 20px;
    background-image: -moz-linear-gradient(90deg, white 0%, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(90deg, white 0%, #f0f0f0 100%);
    background-image: -ms-linear-gradient(90deg, white 0%, #f0f0f0 100%); }
    .about .box5 .con {
      width: 33.7%; }
      .about .box5 .con .indexTitle .t {
        justify-content: safe left; }
      .about .box5 .con .indexTitle .t1 {
        font-size: 2.1875vw;
        line-height: 2.70833vw;
        color: #222;
        font-weight: bold;
        margin-top: 20px; }
        .about .box5 .con .indexTitle .t1 span {
          color: #662e91; }
      .about .box5 .con .tit {
        border-radius: 20px;
        box-shadow: 1.06px 1.696px 4px 0px rgba(0, 16, 37, 0.18);
        box-sizing: border-box;
        width: 100%;
        padding: 2.39583vw 2.08333vw 2.08333vw;
        margin-top: 2.08333vw;
        background-color: #fff; }
        .about .box5 .con .tit .t {
          font-size: 28px;
          line-height: 30px;
          color: #222; }
        .about .box5 .con .tit .t1 {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          margin-top: 10px; }
        .about .box5 .con .tit .more {
          display: flex;
          align-items: center;
          width: fit-content;
          padding: 0 20px;
          border-radius: 10px;
          background-color: #662e91;
          font-size: 15px;
          color: #fff;
          line-height: 42px;
          font-weight: bold;
          margin-top: 30px; }
          .about .box5 .con .tit .more img {
            margin-left: 10px; }
    .about .box5 .list {
      width: 55.5%; }
      .about .box5 .list ul li {
        padding: 25px 30px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 18px;
        position: relative;
        cursor: pointer;
        box-shadow: 1.06px 1.696px 4px 0px rgba(0, 16, 37, 0.18); }
        .about .box5 .list ul li:after {
          width: 26px;
          height: 26px;
          position: absolute;
          top: 22px;
          right: 30px;
          background-size: cover;
          background-repeat: no-repeat;
          content: '';
          background-image: url("../images/about_icon4.png"); }
        .about .box5 .list ul li .t {
          font-size: 16px;
          line-height: 20px;
          color: #222;
          font-weight: bold;
          padding-right: 64px;
          box-sizing: border-box; }
        .about .box5 .list ul li .t1 {
          font-size: 14px;
          line-height: 20px;
          color: #222;
          padding-top: 9px;
          display: none;
          padding-right: 3.33333vw;
          box-sizing: border-box; }
        .about .box5 .list ul li.on {
          background-color: #dca005; }
          .about .box5 .list ul li.on:after {
            background-image: url("../images/about_icon4_h.png"); }
    @media (max-width: 1200px) {
      .about .box5 .con .tit .t {
        font-size: 20px;
        line-height: 22px; } }
    @media (max-width: 768px) {
      .about .box5 {
        display: block;
        padding: 10px; }
        .about .box5 .con {
          width: 100%; }
          .about .box5 .con .indexTitle .t1 {
            font-size: 20px;
            line-height: 24px;
            margin-top: 10px; }
          .about .box5 .con .tit {
            padding: 15px; }
        .about .box5 .list {
          margin-top: 15px;
          width: 100%; }
          .about .box5 .list ul li {
            padding: 15px;
            margin-bottom: 10px; }
            .about .box5 .list ul li:after {
              width: 20px;
              height: 20px;
              top: 15px;
              right: 15px; } }

.productInfo {
  padding-top: 15px;
  padding-bottom: 22px; }
  .productInfo .listTop {
    overflow: initial; }
    .productInfo .listTop ul li {
      width: 375px;
      float: left;
      margin: 0 6px;
      cursor: pointer;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      .productInfo .listTop ul li:after {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        z-index: 5;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-image: url("../images/proInfo_bg1.png"); }
      .productInfo .listTop ul li .tits {
        position: absolute;
        left: 10px;
        bottom: 12px;
        z-index: 10;
        display: flex;
        align-items: center;
        opacity: 0; }
        .productInfo .listTop ul li .tits .t {
          width: fit-content;
          align-items: center;
          display: flex;
          font-size: 12px;
          line-height: 26px;
          border: 1px solid rgba(202, 202, 202, 0.5);
          background-color: rgba(181, 181, 181, 0.5);
          border-radius: 5px;
          padding: 0 6px 0 8px;
          box-sizing: border-box;
          margin-right: 10px;
          color: #fff; }
          .productInfo .listTop ul li .tits .t img {
            margin-right: 6px; }
      @media (min-width: 1024px) {
        .productInfo .listTop ul li:hover .tits {
          opacity: 1; } }
    @media (max-width: 1200px) {
      .productInfo .listTop ul li {
        width: 320px; } }
    @media (max-width: 1024px) {
      .productInfo .listTop ul li .tits {
        opacity: 1; } }
    @media (max-width: 460px) {
      .productInfo .listTop ul li {
        width: 260px; } }
  .productInfo .box1 {
    margin-top: 44px; }
    .productInfo .box1 .con {
      float: left;
      width: 54.7%;
      padding-top: 30px; }
      .productInfo .box1 .con .tits {
        font-size: 20px;
        line-height: 35px;
        font-weight: bold;
        color: #031a40; }
      .productInfo .box1 .con .share {
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 18px;
        margin-top: 9px; }
        .productInfo .box1 .con .share a {
          width: 20px;
          display: block;
          margin-right: 10px; }
      .productInfo .box1 .con .tit {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px; }
        .productInfo .box1 .con .tit .t {
          width: 50%;
          font-size: 14px;
          line-height: 20px;
          color: #222;
          padding: 18px 0; }
          .productInfo .box1 .con .tit .t span {
            font-weight: bold; }
      .productInfo .box1 .con .btns {
        display: flex;
        align-items: center;
        margin-top: 40px; }
        .productInfo .box1 .con .btns a {
          width: 144px;
          height: 34px;
          border-radius: 5px;
          background-color: #662e91;
          color: #fff;
          font-weight: bold;
          display: flex;
          justify-content: center;
          font-size: 14px;
          line-height: 34px;
          margin-right: 28px;
          align-items: center; }
          .productInfo .box1 .con .btns a img {
            margin-right: 10px; }
    .productInfo .box1 .top {
      width: 35.2%;
      float: right;
      border-radius: 20px;
      background-color: #f9f9f9;
      box-shadow: 2px 3.464px 9px 0px rgba(0, 0, 0, 0.11);
      box-sizing: border-box;
      padding: 34px 16px 16px; }
      .productInfo .box1 .top img {
        display: block;
        margin: 0 auto;
        height: 27px; }
      .productInfo .box1 .top .line {
        width: 200px;
        max-width: 80%;
        margin: 17px auto 0;
        height: 1px;
        background-color: #ececec; }
      .productInfo .box1 .top .tits {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-weight: bold;
        margin-top: 10px; }
      .productInfo .box1 .top .conn {
        border-radius: 20px;
        background-color: #fff;
        box-sizing: border-box;
        width: 100%;
        padding: 28px 30px;
        margin-top: 22px; }
        .productInfo .box1 .top .conn .item:last-child {
          margin-top: 22px; }
        .productInfo .box1 .top .conn .item .t {
          font-size: 14px;
          line-height: 16px;
          color: #000;
          font-weight: bold; }
        .productInfo .box1 .top .conn .item .t1 {
          display: flex;
          flex-wrap: wrap;
          margin-top: 10px; }
          .productInfo .box1 .top .conn .item .t1 a {
            width: 45%;
            font-size: 11px;
            line-height: 24px;
            color: #000;
            display: block; }
            .productInfo .box1 .top .conn .item .t1 a span {
              color: #662e91; }
            .productInfo .box1 .top .conn .item .t1 a:nth-child(2n) {
              width: 55%; }
            @media (min-width: 1024px) {
              .productInfo .box1 .top .conn .item .t1 a:hover {
                color: #662e91; } }
        .productInfo .box1 .top .conn .item .t2 {
          font-size: 0;
          margin-top: 16px; }
          .productInfo .box1 .top .conn .item .t2 a {
            border: 1px solid #c3c3c3;
            border-radius: 3px;
            display: inline-block;
            padding: 0 5px;
            font-size: 10.3px;
            line-height: 24px;
            box-sizing: border-box;
            margin-right: 7px;
            margin-bottom: 7px;
            color: #000; }
            @media (min-width: 1024px) {
              .productInfo .box1 .top .conn .item .t2 a:hover {
                background-color: #662e91;
                color: #fff;
                border-color: #662e91; } }
    @media (max-width: 1366px) {
      .productInfo .box1 .top {
        width: 42.2%; } }
    @media (max-width: 1120px) {
      .productInfo .box1 {
        margin-top: 25px; }
        .productInfo .box1 .con {
          width: 100%;
          float: none;
          padding-top: 0; }
          .productInfo .box1 .con .tit .t {
            padding: 10px 0; }
        .productInfo .box1 .top {
          width: 100%;
          float: none;
          margin-top: 20px; } }
    @media (max-width: 768px) {
      .productInfo .box1 .con .tits {
        font-size: 16px;
        line-height: 22px; }
      .productInfo .box1 .con .tit {
        display: block; }
        .productInfo .box1 .con .tit .t {
          width: 100%;
          padding: 5px 0; }
      .productInfo .box1 .con .btns {
        margin-top: 15px; } }
    @media (max-width: 460px) {
      .productInfo .box1 .top {
        padding: 20px 10px 10px; }
        .productInfo .box1 .top .tits {
          font-size: 16px;
          line-height: 22px; }
        .productInfo .box1 .top .conn {
          padding: 10px;
          margin-top: 15px; } }
  .productInfo .popList {
    margin-top: 45px; }
    .productInfo .popList .title {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      color: #000; }
    .productInfo .popList ul {
      margin-top: 22px; }
      .productInfo .popList ul li {
        width: 32.8%;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        float: left;
        margin-right: 0.8%;
        margin-bottom: 0.8%;
        box-sizing: border-box; }
        .productInfo .popList ul li:nth-child(3n) {
          margin-right: 0; }
        .productInfo .popList ul li a {
          width: 100%;
          display: flex;
          padding: 8px 10px;
          box-sizing: border-box;
          align-items: center; }
          .productInfo .popList ul li a .pic {
            width: 118px;
            height: 118px;
            overflow: hidden;
            position: relative; }
            .productInfo .popList ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .productInfo .popList ul li a .con {
            flex: 1;
            margin-left: 10px; }
            .productInfo .popList ul li a .con .tits {
              font-size: 14px;
              line-height: 21px;
              font-weight: bold;
              color: #222; }
            .productInfo .popList ul li a .con .tit {
              font-size: 12px;
              line-height: 19px;
              color: #a8a8a8; }
    @media (max-width: 1024px) {
      .productInfo .popList ul li {
        width: 49.6%;
        margin-right: 0.8%; }
        .productInfo .popList ul li:nth-child(3n) {
          margin-right: 0.8%; }
        .productInfo .popList ul li:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .productInfo .popList {
        display: none; } }
  .productInfo .content {
    margin-top: 24px; }
    .productInfo .content .item {
      border-top: 1px solid #c9c9c9;
      padding-top: 20px;
      margin-bottom: 45px; }
      .productInfo .content .item .tits {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #000; }
      .productInfo .content .item .tit {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px; }
        .productInfo .content .item .tit .t {
          width: 33.33333%;
          font-size: 12px;
          line-height: 20px;
          color: #3d3d3d;
          display: flex;
          align-items: center;
          height: 32px; }
          .productInfo .content .item .tit .t .tt {
            width: 55%;
            color: #aaa; }
          .productInfo .content .item .tit .t .tt1 {
            width: 45%; }
    .productInfo .content .item1 {
      border-top: 1px solid #c9c9c9;
      padding-top: 20px;
      margin-top: 68px; }
      .productInfo .content .item1 .tits {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #000; }
      .productInfo .content .item1 .tableBox {
        margin-top: 28px; }
        .productInfo .content .item1 .tableBox table {
          border: 1px solid #c9c9c9; }
          .productInfo .content .item1 .tableBox table tr {
            border: 1px solid #c9c9c9; }
            .productInfo .content .item1 .tableBox table tr td {
              width: 25%;
              border: 1px solid #c9c9c9;
              padding: 8px 30px;
              font-size: 16px;
              color: #3d3d3d;
              line-height: 19px; }
    @media (max-width: 960px) {
      .productInfo .content .item .tit .t {
        width: 50%; }
        .productInfo .content .item .tit .t .tt {
          width: 40%; }
        .productInfo .content .item .tit .t .tt1 {
          width: 60%; } }
    @media (max-width: 680px) {
      .productInfo .content .item {
        margin-bottom: 15px; }
        .productInfo .content .item .tit {
          display: block; }
          .productInfo .content .item .tit .t {
            width: 100%; }
      .productInfo .content .item1 {
        margin-top: 15px; }
        .productInfo .content .item1 .tableBox {
          margin-top: 15px;
          overflow-y: auto; }
          .productInfo .content .item1 .tableBox table {
            width: 700px; }
            .productInfo .content .item1 .tableBox table tr td {
              font-size: 13px;
              line-height: 18px;
              padding: 8px; } }
  .productInfo .box2 {
    width: 750px;
    max-width: 100%;
    margin: 50px auto 0; }
    .productInfo .box2 .boxTitle {
      border-bottom: 1px solid #e2e2e2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 7px;
      position: relative;
      margin-top: 30px; }
      .productInfo .box2 .boxTitle:after {
        width: 10px;
        height: 40px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #662e91;
        content: ''; }
      .productInfo .box2 .boxTitle .t {
        margin-left: 22px;
        font-size: 20px;
        line-height: 22px;
        color: #662e91;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .productInfo .box2 .boxTitle .t img {
          margin-left: 30px; }
    .productInfo .box2 .ps .itemBox {
      padding: 0 20px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 18px; }
      .productInfo .box2 .ps .itemBox .item {
        width: calc(50% - 18px); }
        .productInfo .box2 .ps .itemBox .item .tits {
          display: flex;
          justify-content: center;
          font-size: 14px;
          line-height: 16px;
          color: #333;
          align-items: center;
          font-weight: bold; }
          .productInfo .box2 .ps .itemBox .item .tits span {
            margin: 0 10px; }
        .productInfo .box2 .ps .itemBox .item .pic {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 10px;
          margin-bottom: 8px; }
          .productInfo .box2 .ps .itemBox .item .pic .img {
            width: calc(50% - 5px);
            border-radius: 10px;
            height: 0;
            padding-bottom: 36.4%;
            overflow: hidden;
            position: relative; }
            .productInfo .box2 .ps .itemBox .item .pic .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .productInfo .box2 .ps .itemBox .item .pic .img:nth-child(n + 3) {
              margin-top: 10px; }
    .productInfo .box2 .oa .boxTitle {
      margin-top: 20px; }
    .productInfo .box2 .oa .itemBox {
      margin-top: 20px;
      padding: 0 20px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap; }
      .productInfo .box2 .oa .itemBox .item {
        width: 25%;
        background-color: #f3f0e6;
        border-radius: 5px;
        text-align: center;
        padding-top: 14px;
        padding-bottom: 8px;
        position: relative; }
        .productInfo .box2 .oa .itemBox .item img {
          display: block;
          margin: 0 auto; }
        .productInfo .box2 .oa .itemBox .item p {
          font-size: 10px;
          line-height: 13px;
          color: #343434;
          margin-top: 10px; }
          .productInfo .box2 .oa .itemBox .item p span {
            font-weight: bold;
            font-size: 12px; }
        .productInfo .box2 .oa .itemBox .item .icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -13px;
          z-index: 5; }
        .productInfo .box2 .oa .itemBox .item:nth-child(2), .productInfo .box2 .oa .itemBox .item:nth-child(4), .productInfo .box2 .oa .itemBox .item:nth-child(5), .productInfo .box2 .oa .itemBox .item:nth-child(7) {
          background-color: #e9bf4b; }
        .productInfo .box2 .oa .itemBox .item:nth-child(4) .icon {
          transform: translateX(-50%);
          bottom: -13px;
          left: 50%;
          top: auto;
          right: auto; }
        .productInfo .box2 .oa .itemBox .item:nth-child(n + 5) .icon {
          right: 0;
          transform: translateY(-50%) rotate(180deg); }
    .productInfo .box2 .oft .itemBox .item {
      padding: 20px; }
      .productInfo .box2 .oft .itemBox .item .item1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        position: relative; }
        .productInfo .box2 .oft .itemBox .item .item1 .pic {
          width: calc(50% - 5px);
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-wrap: wrap; }
          .productInfo .box2 .oft .itemBox .item .item1 .pic .img {
            width: calc(50% - 5px);
            border-radius: 10px;
            overflow: hidden; }
          .productInfo .box2 .oft .itemBox .item .item1 .pic .img1 {
            width: 100%;
            border-radius: 10px;
            overflow: hidden; }
          .productInfo .box2 .oft .itemBox .item .item1 .pic .t {
            font-size: 10px;
            line-height: 12px;
            width: 240px;
            max-width: 100%;
            color: #000;
            margin-top: 13px; }
        .productInfo .box2 .oft .itemBox .item .item1 .con {
          width: calc(50% - 5px);
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 10px;
          line-height: 12px; }
        .productInfo .box2 .oft .itemBox .item .item1:nth-child(2) {
          flex-direction: row;
          margin-top: 20px; }
      .productInfo .box2 .oft .itemBox .item:nth-child(2) {
        background-color: #ebddf6; }
        .productInfo .box2 .oft .itemBox .item:nth-child(2) .item1 {
          flex-direction: row; }
          .productInfo .box2 .oft .itemBox .item:nth-child(2) .item1 .con {
            left: calc(50% + 20px);
            width: 240px;
            max-width: calc(50% - 20px); }
            .productInfo .box2 .oft .itemBox .item:nth-child(2) .item1 .con .t {
              font-weight: bold;
              font-size: 16px;
              line-height: 18px; }
          .productInfo .box2 .oft .itemBox .item:nth-child(2) .item1:nth-child(2) {
            flex-direction: row-reverse; }
    .productInfo .box2 .sc .list {
      padding: 0 20px;
      box-sizing: border-box;
      margin-top: 20px; }
      .productInfo .box2 .sc .list ul {
        width: 100%; }
        .productInfo .box2 .sc .list ul li {
          width: 23.9%;
          float: left;
          margin-right: 1.4%;
          background-color: #f3f0e6;
          border-radius: 10px;
          overflow: hidden;
          margin-bottom: 10px; }
          .productInfo .box2 .sc .list ul li:nth-child(4n) {
            margin-right: 0; }
          .productInfo .box2 .sc .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .productInfo .box2 .sc .list ul li a .pic {
              border-radius: 10px;
              overflow: hidden;
              width: 100%;
              height: 0;
              padding-bottom: 75%;
              position: relative; }
              .productInfo .box2 .sc .list ul li a .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
            .productInfo .box2 .sc .list ul li a .con {
              padding: 9px 12px;
              box-sizing: border-box; }
              .productInfo .box2 .sc .list ul li a .con .t {
                font-size: 9px;
                line-height: 11px;
                height: 22px;
                color: #333; }
    .productInfo .box2 .sc.cv .list ul li {
      background-color: #ebddf6; }
    .productInfo .box2 .ass .boxTitle {
      margin-top: 20px; }
    .productInfo .box2 .ass .itemBox {
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      flex-wrap: wrap;
      margin-top: 20px; }
      .productInfo .box2 .ass .itemBox .item {
        width: calc(50% - 6px);
        height: 216px;
        background-color: #f3f0e6;
        display: flex;
        padding: 20px;
        box-sizing: border-box;
        position: relative; }
        .productInfo .box2 .ass .itemBox .item .con {
          color: #333;
          width: 54.6%; }
          .productInfo .box2 .ass .itemBox .item .con .t {
            font-size: 16px;
            line-height: 18px;
            color: #010101;
            font-weight: bold; }
          .productInfo .box2 .ass .itemBox .item .con .t1 {
            font-size: 9px;
            line-height: 12px;
            margin-top: 7px; }
        .productInfo .box2 .ass .itemBox .item .pic {
          width: 44.5%;
          position: absolute; }
          .productInfo .box2 .ass .itemBox .item .pic:after {
            width: calc(100% + 10px);
            height: calc(100% + 10px);
            content: '';
            box-sizing: border-box;
            position: absolute; }
          .productInfo .box2 .ass .itemBox .item .pic img {
            position: relative;
            z-index: 5; }
        .productInfo .box2 .ass .itemBox .item:nth-child(n + 3) {
          margin-top: 12px; }
        .productInfo .box2 .ass .itemBox .item:nth-child(2), .productInfo .box2 .ass .itemBox .item:nth-child(3) {
          background-color: #ebddf6; }
        .productInfo .box2 .ass .itemBox .item:nth-child(2n) {
          flex-direction: row-reverse; }
          .productInfo .box2 .ass .itemBox .item:nth-child(2n) .con {
            text-align: right; }
        .productInfo .box2 .ass .itemBox .item:nth-child(1) .pic {
          bottom: 0;
          right: 0; }
          .productInfo .box2 .ass .itemBox .item:nth-child(1) .pic img {
            border-top-left-radius: 300px; }
          .productInfo .box2 .ass .itemBox .item:nth-child(1) .pic:after {
            top: -10px;
            left: -10px;
            border-top-left-radius: 300px;
            background-color: #f5d89b; }
        .productInfo .box2 .ass .itemBox .item:nth-child(2) .pic {
          bottom: 0;
          left: 0; }
          .productInfo .box2 .ass .itemBox .item:nth-child(2) .pic img {
            border-top-right-radius: 300px; }
          .productInfo .box2 .ass .itemBox .item:nth-child(2) .pic:after {
            top: -10px;
            right: -10px;
            border-top-right-radius: 300px;
            background-color: #a276c4; }
        .productInfo .box2 .ass .itemBox .item:nth-child(3) .pic {
          top: 0;
          right: 0; }
          .productInfo .box2 .ass .itemBox .item:nth-child(3) .pic img {
            border-bottom-left-radius: 300px; }
          .productInfo .box2 .ass .itemBox .item:nth-child(3) .pic:after {
            bottom: -10px;
            left: -10px;
            border-bottom-left-radius: 300px;
            background-color: #a276c4; }
        .productInfo .box2 .ass .itemBox .item:nth-child(4) .pic {
          top: 0;
          left: 0; }
          .productInfo .box2 .ass .itemBox .item:nth-child(4) .pic img {
            border-bottom-right-radius: 300px; }
          .productInfo .box2 .ass .itemBox .item:nth-child(4) .pic:after {
            bottom: -10px;
            right: -10px;
            border-bottom-right-radius: 300px;
            background-color: #f5d89b; }
    .productInfo .box2 .oc .boxTitle {
      margin-top: 20px; }
    .productInfo .box2 .oc .pic {
      margin-top: 30px; }
    .productInfo .box2 .gpr .pic {
      margin-top: 27px; }
    .productInfo .box2 .co .coNew {
      padding: 0 20px;
      box-sizing: border-box;
      margin-top: 20px; }
      .productInfo .box2 .co .coNew .con {
        width: 38%;
        float: left;
        padding-top: 10px; }
        .productInfo .box2 .co .coNew .con .t {
          font-size: 12px;
          line-height: 19px;
          color: #4c4c4c;
          font-weight: bold; }
          .productInfo .box2 .co .coNew .con .t p {
            padding-left: 16px;
            position: relative;
            box-sizing: border-box; }
            .productInfo .box2 .co .coNew .con .t p:after {
              width: 7px;
              height: 7px;
              border-radius: 100%;
              position: absolute;
              top: 6px;
              left: 0;
              content: '';
              background-color: #333; }
        .productInfo .box2 .co .coNew .con .t1 {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 13px; }
          .productInfo .box2 .co .coNew .con .t1 .tt {
            width: 100%;
            font-size: 12px;
            line-height: 15px;
            color: #4c4c4c;
            display: flex;
            align-items: flex-start;
            padding: 3px 0; }
            .productInfo .box2 .co .coNew .con .t1 .tt img {
              margin-right: 5px;
              display: block;
              margin-top: -2px; }
            .productInfo .box2 .co .coNew .con .t1 .tt:nth-child(2), .productInfo .box2 .co .coNew .con .t1 .tt:nth-child(3) {
              width: fit-content; }
        .productInfo .box2 .co .coNew .con .share {
          display: flex;
          align-items: center;
          margin-top: 15px; }
          .productInfo .box2 .co .coNew .con .share a {
            width: 28px;
            display: block;
            margin-right: 6px; }
            .productInfo .box2 .co .coNew .con .share a span {
              width: 28px !important;
              height: 28px !important; }
      .productInfo .box2 .co .coNew .picBox {
        width: 59.8%;
        float: right;
        display: flex;
        justify-content: space-between; }
        .productInfo .box2 .co .coNew .picBox .pic {
          width: 45.2%;
          border-radius: 10px;
          overflow: hidden; }
          .productInfo .box2 .co .coNew .picBox .pic:nth-child(2) {
            width: 53.2%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
          .productInfo .box2 .co .coNew .picBox .pic .img {
            width: 100%;
            height: calc(50% - 3px);
            border-radius: 10px;
            position: relative;
            overflow: hidden; }
            .productInfo .box2 .co .coNew .picBox .pic .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              object-fit: cover;
              top: 0;
              left: 0; }
    .productInfo .box2 .faq .list {
      background-color: #f3f0e6;
      padding: 20px;
      box-sizing: border-box; }
      .productInfo .box2 .faq .list ul {
        padding-bottom: 12px; }
        .productInfo .box2 .faq .list ul li {
          margin-bottom: 20px; }
          .productInfo .box2 .faq .list ul li:last-child {
            margin-bottom: 0; }
          .productInfo .box2 .faq .list ul li .t {
            font-size: 15px;
            line-height: 17px;
            display: flex;
            font-weight: bold;
            color: #646358; }
            .productInfo .box2 .faq .list ul li .t span {
              width: 7px;
              height: 7px;
              background-color: #b68818;
              border-radius: 100%;
              display: block;
              border-radius: 100%;
              margin-right: 6px;
              margin-top: 5px; }
          .productInfo .box2 .faq .list ul li .t1 {
            font-size: 12px;
            line-height: 18px;
            color: #646358;
            margin-top: 6px; }
    @media (max-width: 680px) {
      .productInfo .box2 {
        margin: 20px auto 0; }
        .productInfo .box2 .boxTitle {
          margin-top: 15px; }
          .productInfo .box2 .boxTitle .t {
            font-size: 14px;
            line-height: 16px; }
            .productInfo .box2 .boxTitle .t img {
              margin-left: 10px; }
        .productInfo .box2 .ps .itemBox {
          padding: 0;
          margin-top: 10px; }
          .productInfo .box2 .ps .itemBox .item {
            width: 100%; }
        .productInfo .box2 .oa .boxTitle {
          margin-top: 5px; }
        .productInfo .box2 .oa .itemBox {
          margin-top: 10px;
          padding: 0; }
          .productInfo .box2 .oa .itemBox .item {
            width: 50%;
            background-color: #f3f0e6 !important; }
            .productInfo .box2 .oa .itemBox .item .icon {
              display: none; }
            .productInfo .box2 .oa .itemBox .item:nth-child(2), .productInfo .box2 .oa .itemBox .item:nth-child(3), .productInfo .box2 .oa .itemBox .item:nth-child(6), .productInfo .box2 .oa .itemBox .item:nth-child(7) {
              background-color: #e9bf4b !important; }
        .productInfo .box2 .oft .itemBox .item {
          padding: 10px; }
          .productInfo .box2 .oft .itemBox .item .item1 {
            display: block; }
            .productInfo .box2 .oft .itemBox .item .item1 .pic {
              width: 100%;
              margin-bottom: 10px; }
            .productInfo .box2 .oft .itemBox .item .item1 .con {
              position: relative;
              top: auto;
              left: auto !important;
              transform: translate(0);
              width: 100% !important;
              max-width: 100% !important; }
        .productInfo .box2 .sc .list {
          margin-top: 10px;
          padding: 0; }
          .productInfo .box2 .sc .list ul li {
            width: 49%;
            margin-right: 2%; }
            .productInfo .box2 .sc .list ul li:nth-child(2n) {
              margin-right: 0; }
        .productInfo .box2 .ass .boxTitle {
          margin-top: 5px; }
        .productInfo .box2 .ass .itemBox {
          padding: 0;
          display: block; }
          .productInfo .box2 .ass .itemBox .item {
            width: 100%; }
        .productInfo .box2 .co .coNew {
          padding: 0;
          margin-top: 10px; }
          .productInfo .box2 .co .coNew .con {
            padding-top: 0;
            width: 100%;
            float: none; }
          .productInfo .box2 .co .coNew .picBox {
            width: 100%;
            margin-top: 15px;
            float: none; } }
  .productInfo .hotList {
    margin-top: 36px; }
    .productInfo .hotList .title {
      font-size: 16px;
      line-height: 42px;
      color: #050505;
      font-weight: bold;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 40px; }
      .productInfo .hotList .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .productInfo .hotList .title span:after {
          width: 100%;
          height: 4px;
          background-color: #662e91;
          bottom: -1px;
          left: 0;
          content: '';
          position: absolute; }
    @media (max-width: 768px) {
      .productInfo .hotList {
        margin-top: 20px; }
        .productInfo .hotList .title {
          margin-bottom: 15px; } }

.picTk {
  width: 100%;
  z-index: 200;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none; }
  .picTk .box {
    width: 62.5vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .picTk .box .top {
      padding: 3.22917vw 4.89583vw 1.875vw;
      position: relative; }
      .picTk .box .top .close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 1.30208vw;
        right: 1.30208vw;
        display: flex;
        align-items: center;
        justify-content: center; }
      .picTk .box .top .title {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        border-bottom: 2px solid #d7d7d7;
        font-weight: bold;
        padding-bottom: 1.30208vw; }
      .picTk .box .top .tabs {
        display: flex;
        align-items: center;
        margin-top: 1.45833vw; }
        .picTk .box .top .tabs a {
          border: 1px solid #e5e5e5;
          width: fit-content;
          display: block;
          font-size: 14px;
          color: #615e59;
          padding: 0 2.34375vw;
          margin-right: 1.04167vw;
          line-height: 30px;
          border-radius: 16px; }
          .picTk .box .top .tabs a.on {
            background-color: #662e91;
            color: #fff; }
    .picTk .box .list {
      width: 100%;
      max-height: 31.25vw;
      padding: 0 5vw;
      box-sizing: border-box;
      overflow-y: auto;
      border-radius: 10px; }
      .picTk .box .list::-webkit-scrollbar {
        width: 5px;
        height: 5px; }
      .picTk .box .list::-webkit-scrollbar-button:vertical {
        display: none; }
      .picTk .box .list::-webkit-scrollbar-track:vertical {
        background-color: black; }
      .picTk .box .list::-webkit-scrollbar-track-piece {
        background: #E3E3E3; }
      .picTk .box .list::-webkit-scrollbar-thumb:vertical {
        background-color: #555;
        border-radius: 30px; }
      .picTk .box .list::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #3B3B3B; }
      .picTk .box .list::-webkit-scrollbar-corner:vertical {
        background-color: #535353; }
      .picTk .box .list::-webkit-scrollbar-resizer:vertical {
        background-color: #FF6E00; }
      .picTk .box .list ul {
        display: none; }
        .picTk .box .list ul li {
          width: 32.7%;
          margin-right: 0.95%;
          margin-bottom: 0.95%;
          border-radius: 10px;
          float: left;
          overflow: hidden; }
          .picTk .box .list ul li:nth-child(3n) {
            margin-right: 0; }
          .picTk .box .list ul li a {
            width: 100%;
            height: auto; }
            .picTk .box .list ul li a .pic {
              width: 100%;
              height: 0;
              padding-bottom: 100%;
              position: relative;
              overflow: hidden; }
              .picTk .box .list ul li a .pic img, .picTk .box .list ul li a .pic video {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
  @media (max-width: 1024px) {
    .picTk .box {
      width: 90%; }
      .picTk .box .list {
        max-height: 70vh; } }
  @media (max-width: 768px) {
    .picTk .box .top {
      padding: 15px 15px 10px; }
      .picTk .box .top .tabs a {
        font-size: 12px; }
    .picTk .box .list {
      padding: 0 15px; }
      .picTk .box .list ul li {
        width: 49.5%;
        margin-bottom: 1%;
        margin-right: 1%; }
        .picTk .box .list ul li:nth-child(3n) {
          margin-right: 1%; }
        .picTk .box .list ul li:nth-child(2n) {
          margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
