.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.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; }
  .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 130px;
      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; } }

/*# sourceMappingURL=style.css.map */
