.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box;
  background-color: #f7f7f7; }

.w1290 {
  width: 1290px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

#translate {
  display: none; }

.hoverPic a .pic {
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.videoItem {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }
  .videoItem .video {
    width: 62.5vw;
    height: 35.15625vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoItem .video video {
      width: 100%;
      height: 100%; }
    .videoItem .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #e1701f;
      cursor: pointer; }
      .videoItem .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoItem .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.index-banner {
  position: relative;
  width: 100%; }
  .index-banner ul li a {
    width: 100%;
    display: block;
    height: auto; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      border-radius: 100%;
      opacity: 0.57;
      background-color: #000;
      display: block;
      cursor: pointer;
      margin: 0 6px; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1; }
  @media (max-width: 1024px) {
    .index-banner .btns span {
      margin: 0 3px; } }

.headerBox .header {
  position: relative;
  width: 100%; }
  .headerBox .header .headerTop {
    width: 100%;
    height: auto;
    background-color: #f7f7f7; }
    .headerBox .header .headerTop .w1290 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 90px; }
      .headerBox .header .headerTop .w1290 .logo {
        width: 218px;
        height: auto;
        display: block; }
      .headerBox .header .headerTop .w1290 .topRight {
        display: flex;
        align-items: center; }
        .headerBox .header .headerTop .w1290 .topRight .t {
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 30px;
          color: #222;
          margin-right: 75px;
          position: relative; }
          .headerBox .header .headerTop .w1290 .topRight .t:after {
            width: 1px;
            height: 18px;
            background-color: #999;
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -9px;
            right: -37px; }
          .headerBox .header .headerTop .w1290 .topRight .t img {
            margin-right: 3px; }
        .headerBox .header .headerTop .w1290 .topRight .lan {
          position: relative;
          cursor: pointer; }
          .headerBox .header .headerTop .w1290 .topRight .lan .tits {
            align-items: center;
            display: flex;
            font-size: 12px;
            line-height: 30px;
            color: #222; }
            .headerBox .header .headerTop .w1290 .topRight .lan .tits span {
              margin-left: 6px;
              margin-right: 4px; }
          .headerBox .header .headerTop .w1290 .topRight .lan #select {
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            opacity: 0; }
        .headerBox .header .headerTop .w1290 .topRight .navClick {
          display: none;
          width: 22px;
          height: 18px;
          margin-left: 15px; }
          .headerBox .header .headerTop .w1290 .topRight .navClick span {
            width: 100%;
            height: 2px;
            background-color: #333;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox .header .headerTop .w1290 .topRight .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox .header .headerTop .w1290 .topRight .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox .header .headerTop .w1290 .topRight .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox .header .headerTop .w1290 .topRight .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
  .headerBox .header .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0; }
    .headerBox .header .nav .w1290 {
      background-color: #fff;
      display: flex; }
      .headerBox .header .nav .w1290 ul {
        flex: 1;
        display: flex;
        justify-content: space-between; }
        .headerBox .header .nav .w1290 ul li {
          position: relative;
          flex-grow: 1; }
          .headerBox .header .nav .w1290 ul li .tits {
            font-size: 15px;
            line-height: 64px;
            font-weight: bold;
            width: 100%;
            display: block;
            color: #222;
            white-space: nowrap;
            text-align: center;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav .w1290 ul li .tits img {
              margin-left: 5px; }
          .headerBox .header .nav .w1290 ul li dl {
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            position: absolute;
            -webkit-transition: all .35s;
            transition: all .35s;
            -moz-transition: all .35s;
            -ms-transition: all .35s;
            top: 100%;
            z-index: 99;
            margin-top: -1px;
            -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
            box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
            -webkit-transition: all .35s;
            transition: all .35s;
            -moz-transition: all .35s;
            -ms-transition: all .35s;
            width: 200px;
            padding: 10px 15px;
            left: -10px;
            background: #fff;
            list-style-type: none;
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box; }
            .headerBox .header .nav .w1290 ul li dl:after {
              content: '';
              position: absolute;
              bottom: 100%;
              left: 32px;
              width: 16px;
              height: 16px;
              border-width: 8px;
              border-style: solid;
              border-color: transparent transparent #fff;
              display: block;
              box-sizing: border-box; }
            .headerBox .header .nav .w1290 ul li dl dd {
              background: 0 0;
              position: relative;
              text-align: left;
              border-bottom: 1px solid #e9e9ee;
              padding: 6px 0; }
              .headerBox .header .nav .w1290 ul li dl dd a {
                display: block;
                line-height: 21px;
                padding: 0.52083vw 0;
                font-size: 14px;
                position: relative;
                color: #666; }
                @media (min-width: 1024px) {
                  .headerBox .header .nav .w1290 ul li dl dd a:hover {
                    color: #b29c87; } }
          @media (min-width: 1024px) {
            .headerBox .header .nav .w1290 ul li:hover dl {
              top: 100%;
              opacity: 1;
              filter: alpha(opacity=100);
              visibility: visible;
              height: auto;
              opacity: 1;
              filter: alpha(opacity=100);
              display: block;
              -webkit-transform: rotateX(0);
              transform: rotateX(0); } }
      .headerBox .header .nav .w1290 .searchClick {
        width: 68px;
        height: 64px;
        background-color: #e1701f;
        display: flex;
        justify-content: center;
        align-items: center; }
    .headerBox .header .nav .headerSearch {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      -moz-transition: all .35s;
      -ms-transition: all .35s;
      left: 0;
      list-style-type: none;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      box-sizing: border-box;
      z-index: 5; }
      .headerBox .header .nav .headerSearch.on {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        -webkit-transform: rotateX(0);
        transform: rotateX(0); }
      .headerBox .header .nav .headerSearch .w1290 {
        width: 1690px;
        max-width: 92%;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        flex-direction: row-reverse;
        background-color: rgba(0, 0, 0, 0.9); }
        .headerBox .header .nav .headerSearch .w1290 .search {
          width: 300px;
          height: 38px;
          box-sizing: border-box;
          border: 1px solid #fff;
          border-radius: 10px;
          display: flex;
          margin-right: 20px; }
          .headerBox .header .nav .headerSearch .w1290 .search .text {
            flex: 1;
            padding-left: 0;
            font-size: 16px;
            color: #fff;
            border: none;
            background: none; }
          .headerBox .header .nav .headerSearch .w1290 .search .submit {
            width: 50px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav .headerSearch .w1290 .search .submit img {
              width: 18px; }
          .headerBox .header .nav .headerSearch .w1290 .search .searchClose {
            width: 36px;
            height: 36px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav .headerSearch .w1290 .search .searchClose img {
              width: 14px; }
  .headerBox .header.on .nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 50;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .headerBox .header.on .nav .headerSearch {
      background-color: rgba(0, 0, 0, 0.9); }
      .headerBox .header.on .nav .headerSearch .w1290 {
        background: none; }
@media (max-width: 1200px) {
  .headerBox .header .headerTop .w1290 .topRight .t {
    margin-right: 40px; }
    .headerBox .header .headerTop .w1290 .topRight .t:after {
      right: -20px; }
  .headerBox .header .nav .w1290 ul li .tits {
    font-size: 13px; } }
@media (max-width: 1024px) {
  .headerBox {
    height: 50px; }
    .headerBox .header {
      position: fixed;
      z-index: 50;
      top: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .headerBox .header .headerTop .w1290 {
        height: 50px; }
        .headerBox .header .headerTop .w1290 .logo {
          width: 160px; }
        .headerBox .header .headerTop .w1290 .topRight .t {
          display: none; }
        .headerBox .header .headerTop .w1290 .topRight .navClick {
          display: block; }
      .headerBox .header .nav {
        display: none;
        width: 100%;
        position: fixed;
        top: 50px !important;
        height: calc(100vh - 50px);
        background: none !important;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        display: none;
        margin-left: 0;
        z-index: 50; }
        .headerBox .header .nav .w1290 {
          width: 100%;
          height: 100%;
          display: block;
          max-width: 100%;
          background: none; }
          .headerBox .header .nav .w1290 ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            padding-top: 20px;
            background-color: #f7f7f7; }
            .headerBox .header .nav .w1290 ul li {
              float: none;
              background: none !important;
              margin-right: 0; }
              .headerBox .header .nav .w1290 ul li .tits {
                font-size: 16px;
                line-height: 46px;
                height: auto !important;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000 !important;
                background: none !important;
                font-weight: normal;
                text-align: left;
                padding-right: 20px;
                display: flex;
                justify-content: space-between;
                align-items: center; }
                .headerBox .header .nav .w1290 ul li .tits:after {
                  display: none !important; }
              .headerBox .header .nav .w1290 ul li dl {
                width: 100%;
                position: relative;
                opacity: 1;
                top: 0;
                padding: 0;
                visibility: initial;
                box-shadow: none;
                transform: rotateX(0);
                display: none;
                left: 0; }
                .headerBox .header .nav .w1290 ul li dl:after {
                  display: none; }
                .headerBox .header .nav .w1290 ul li dl dd {
                  border-bottom: none;
                  padding: 0; }
                  .headerBox .header .nav .w1290 ul li dl dd a {
                    color: #000;
                    font-size: 14px;
                    line-height: 36px;
                    padding: 0 0 0 30px;
                    box-sizing: border-box; } }

.indexTitle {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #222;
  font-weight: bold; }
  .indexTitle span {
    color: #e1701f; }
  @media (max-width: 1366px) {
    .indexTitle {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .indexTitle {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .indexTitle {
      font-size: 20px;
      line-height: 24px; } }

.indexMore {
  width: 130px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #42038e;
  position: relative;
  display: block;
  overflow: hidden; }
  .indexMore span {
    width: 120px;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    background-color: #42038e;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
  @media (min-width: 1024px) {
    .indexMore:hover span {
      width: 128px;
      height: 43px;
      top: 0;
      left: 0; } }

.index .box1 {
  padding-top: 40px;
  overflow: hidden; }
  .index .box1 a {
    width: 12.5%;
    background-color: #efefef;
    display: block;
    padding-bottom: 13%;
    height: 0;
    position: relative;
    float: left;
    transform: skewX(-7.5deg);
    transform-origin: 100% 100%;
    overflow: hidden;
    transition: 0.2s ease; }
    .index .box1 a img {
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .index .box1 a:nth-child(2n) {
      background-color: #fff; }
    .index .box1 a:nth-child(1) {
      width: 13.3%;
      transform: skewX(0);
      -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
      margin-left: 0;
      border-radius: 10px 0 0 10px; }
      .index .box1 a:nth-child(1) img {
        left: 0;
        transform: translateX(0); }
      .index .box1 a:nth-child(1) .con {
        transform: skewX(0); }
    .index .box1 a:nth-child(2) {
      margin-left: -1.7%; }
    .index .box1 a:last-child {
      width: 13.4%;
      transform: skewX(0);
      -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
      border-radius: 0 10px 10px 0; }
      .index .box1 a:last-child img {
        left: auto;
        right: 0;
        transform: translateX(0); }
      .index .box1 a:last-child .con {
        transform: skewX(0); }
    .index .box1 a .con {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 23px;
      left: 0;
      transform: skewX(7.5deg); }
      .index .box1 a .con .t {
        font-size: 18px;
        line-height: 20px;
        color: #222;
        font-weight: bold; }
        .index .box1 a .con .t span {
          position: relative; }
          .index .box1 a .con .t span i {
            position: relative;
            z-index: 5; }
          .index .box1 a .con .t span img {
            width: 23px;
            position: absolute;
            left: -8px;
            bottom: 0;
            transform: translateX(0); }
      .index .box1 a .con .t1 {
        width: 74px;
        height: 16px;
        border: 1px solid #c4c4c4;
        box-sizing: border-box;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        color: #999;
        margin: 10px auto 0; }
    @media (min-width: 1024px) {
      .index .box1 a:hover {
        background-image: -moz-radial-gradient(50% 50%, circle closest-side, white 0%, #ed9455 100%);
        background-image: -webkit-radial-gradient(50% 50%, circle closest-side, white 0%, #ed9455 100%);
        background-image: -ms-radial-gradient(50% 50%, circle closest-side, white 0%, #ed9455 100%); }
        .index .box1 a:hover .con .t1 {
          background-color: #fff;
          border-color: #fff;
          color: #000; } }
  @media (max-width: 1200px) {
    .index .box1 a .con {
      top: 10px; }
      .index .box1 a .con .t {
        font-size: 15px;
        line-height: 17px; } }
  @media (max-width: 1024px) {
    .index .box1 {
      display: flex;
      flex-wrap: wrap; }
      .index .box1 a {
        width: 25% !important;
        transform: skewX(0) !important;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
        margin-left: 0 !important;
        padding-bottom: 20%; }
        .index .box1 a img {
          left: 50% !important;
          transform: translateX(-50%) !important; }
        .index .box1 a .con {
          transform: skewX(0); }
        .index .box1 a:nth-child(5), .index .box1 a:nth-child(7) {
          background-color: #fff; }
        .index .box1 a:nth-child(6), .index .box1 a:nth-child(8) {
          background-color: #efefef; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding-top: 25px; }
      .index .box1 a {
        width: 50% !important;
        padding-bottom: 40%; }
        .index .box1 a:nth-child(2), .index .box1 a:nth-child(3), .index .box1 a:nth-child(6), .index .box1 a:nth-child(7) {
          background-color: #fff; }
        .index .box1 a:nth-child(1), .index .box1 a:nth-child(4), .index .box1 a:nth-child(5), .index .box1 a:nth-child(8) {
          background-color: #efefef; } }
.index .box2 {
  padding-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .index .box2 .picBox {
    width: 53.6%;
    display: flex;
    justify-content: space-between; }
    .index .box2 .picBox .picLeft {
      width: 48.5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transform: translateY(8%); }
      .index .box2 .picBox .picLeft .pic {
        width: 100%;
        border-radius: 5.20833vw 10px 10px 10px;
        overflow: hidden; }
      .index .box2 .picBox .picLeft .pic1 {
        width: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden; }
        .index .box2 .picBox .picLeft .pic1 .tits {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(0, 0, 0, 0.6);
          position: absolute;
          top: 0;
          left: 0;
          font-size: 18px;
          line-height: 20px;
          color: #fff;
          font-weight: bold; }
    .index .box2 .picBox .picBoxRight {
      width: 48.5%;
      border-radius: 10px 10px 5.20833vw 10px;
      overflow: hidden;
      cursor: pointer;
      position: relative; }
      .index .box2 .picBox .picBoxRight .icon {
        width: 67px;
        height: 67px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .index .box2 .picBox .picBoxRight .icon:after {
          width: 113px;
          height: 113px;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: '';
          background-color: rgba(0, 0, 0, 0.33); }
        .index .box2 .picBox .picBoxRight .icon img {
          position: relative;
          z-index: 5; }
  .index .box2 .con {
    width: 38.8%;
    margin-right: 4.2%; }
    .index .box2 .con .indexTitle {
      text-align: left; }
    .index .box2 .con .txt {
      font-size: 12px;
      line-height: 20px;
      color: #666;
      -webkit-line-clamp: 7;
      margin-top: 22px; }
    .index .box2 .con .tit {
      display: flex;
      flex-wrap: wrap; }
      .index .box2 .con .tit .t {
        width: 52%;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 20px;
        color: #070706;
        font-weight: bold;
        margin-top: 40px; }
        .index .box2 .con .tit .t:nth-child(2n) {
          width: 48%; }
        .index .box2 .con .tit .t img {
          margin-right: 10px; }
  @media (max-width: 1280px) {
    .index .box2 .con {
      width: 43%;
      margin-right: 0; }
      .index .box2 .con .tit .t {
        margin-top: 25px; }
    .index .box2 .picBox .picBoxRight .icon {
      width: 50px;
      height: 50px; }
      .index .box2 .picBox .picBoxRight .icon img {
        width: 50px;
        height: 50px; }
      .index .box2 .picBox .picBoxRight .icon:after {
        width: 70px;
        height: 70px; } }
  @media (max-width: 960px) {
    .index .box2 {
      display: block; }
      .index .box2 .picBox {
        width: 100%; }
      .index .box2 .con {
        width: 100%;
        margin-top: 60px; } }
  @media (max-width: 768px) {
    .index .box2 {
      padding-top: 25px; }
      .index .box2 .picBox .picLeft {
        transform: translateY(0); }
        .index .box2 .picBox .picLeft .pic1 .tits {
          font-size: 14px; }
      .index .box2 .picBox .picBoxRight .icon {
        width: 40px;
        height: 40px; }
        .index .box2 .picBox .picBoxRight .icon img {
          width: 40px;
          height: 40px; }
        .index .box2 .picBox .picBoxRight .icon:after {
          width: 60px;
          height: 60px; }
      .index .box2 .con {
        margin-top: 20px; }
        .index .box2 .con .txt {
          margin-top: 10px; }
        .index .box2 .con .tit .t {
          width: 100% !important; } }
.index .box3 {
  margin-top: 88px;
  padding-bottom: 35px;
  padding-top: 35px; }
  .index .box3 .w1290 {
    display: flex;
    align-items: flex-start; }
    .index .box3 .w1290 .con {
      flex: 1;
      margin-right: 12.4%;
      padding-top: 25px; }
      .index .box3 .w1290 .con .indexTitle {
        color: #fff;
        text-align: left; }
      .index .box3 .w1290 .con .txt {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        margin-top: 20px; }
      .index .box3 .w1290 .con .indexMore {
        margin-top: 24px; }
    .index .box3 .w1290 .list {
      width: 456px;
      margin-right: 3.8%;
      background-color: rgba(20, 0, 44, 0.2);
      border-radius: 10px;
      overflow: hidden; }
      .index .box3 .w1290 .list .a {
        width: 100%;
        height: 23px;
        display: block;
        background-color: rgba(112, 119, 234, 0.2);
        background-position: center;
        background-repeat: no-repeat; }
        .index .box3 .w1290 .list .a.prev {
          background-image: url("../images/up.png"); }
        .index .box3 .w1290 .list .a.next {
          background-image: url("../images/down.png"); }
      .index .box3 .w1290 .list .listNew {
        height: 422px; }
        .index .box3 .w1290 .list .listNew ul li {
          border-bottom: 1px solid #6e7496;
          height: 141px;
          box-sizing: border-box; }
          .index .box3 .w1290 .list .listNew ul li:last-child {
            border-bottom: none; }
          .index .box3 .w1290 .list .listNew ul li a {
            padding: 18px 44px;
            width: 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box; }
            .index .box3 .w1290 .list .listNew ul li a .conn {
              margin-right: 20px;
              flex: 1; }
              .index .box3 .w1290 .list .listNew ul li a .conn .time {
                align-items: center;
                display: flex;
                font-size: 12px;
                line-height: 16px;
                color: #fff; }
                .index .box3 .w1290 .list .listNew ul li a .conn .time img {
                  margin-right: 12px; }
              .index .box3 .w1290 .list .listNew ul li a .conn .tits {
                font-size: 16px;
                line-height: 24px;
                font-weight: bold;
                height: 48px;
                color: #fff;
                margin-top: 10px; }
            .index .box3 .w1290 .list .listNew ul li a .pic {
              width: 140px;
              height: 105px;
              position: relative;
              border-radius: 10px;
              overflow: hidden; }
              .index .box3 .w1290 .list .listNew ul li a .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
          @media (min-width: 1024px) {
            .index .box3 .w1290 .list .listNew ul li:hover {
              background-color: rgba(37, 39, 84, 0.7); } }
  @media (max-width: 1200px) {
    .index .box3 .w1290 .con {
      margin-right: 8%; }
    .index .box3 .w1290 .list {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .index .box3 {
      margin-top: 30px;
      padding-top: 25px;
      padding-bottom: 25px; }
      .index .box3 .w1290 {
        display: block; }
        .index .box3 .w1290 .con {
          width: 100%;
          padding-top: 0; }
          .index .box3 .w1290 .con .txt {
            margin-top: 10px; }
          .index .box3 .w1290 .con .indexMore {
            margin-top: 15px; }
        .index .box3 .w1290 .list {
          width: 100%;
          margin-top: 20px; }
          .index .box3 .w1290 .list .listNew {
            height: 374px; }
            .index .box3 .w1290 .list .listNew ul li {
              height: 125px; }
              .index .box3 .w1290 .list .listNew ul li a {
                padding: 10px 15px; }
                .index .box3 .w1290 .list .listNew ul li a .conn {
                  margin-right: 10px; }
                  .index .box3 .w1290 .list .listNew ul li a .conn .tits {
                    font-size: 14px;
                    line-height: 20px;
                    height: auto; } }
.index .box4 {
  padding-top: 40px; }
  .index .box4 .con {
    width: 33.33333%;
    float: left; }
    .index .box4 .con img {
      display: block; }
    .index .box4 .con .indexTitle {
      text-align: left;
      margin-top: 18px; }
    .index .box4 .con .indexMore {
      margin-top: 23px; }
    .index .box4 .con .txt {
      font-size: 12px;
      line-height: 24px;
      color: #666;
      box-sizing: border-box;
      padding-right: 38px;
      margin-top: 140px; }
  .index .box4 .boxRight {
    width: 64.1%;
    float: right; }
    .index .box4 .boxRight .item {
      width: 100%;
      box-sizing: border-box; }
      .index .box4 .boxRight .item:nth-child(1) {
        padding-left: 13.3%;
        margin-bottom: 30px; }
      .index .box4 .boxRight .item a {
        width: 100%;
        display: block;
        position: relative; }
        .index .box4 .boxRight .item a .img {
          width: 30px;
          height: 30px;
          border-radius: 5px;
          border: 1px solid #cbcbcb;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: 0;
          top: 40px; }
        .index .box4 .boxRight .item a .icon {
          display: flex;
          align-items: center;
          width: 100%; }
          .index .box4 .boxRight .item a .icon span {
            flex: 1;
            height: 1px;
            background-color: #d7d7d7;
            display: block;
            margin-left: 20px; }
        .index .box4 .boxRight .item a .itemNew {
          margin-top: 40px;
          display: flex;
          align-items: center; }
          .index .box4 .boxRight .item a .itemNew .pic {
            width: 250px;
            height: 188px;
            position: relative;
            margin-left: 15px; }
            .index .box4 .boxRight .item a .itemNew .pic:after {
              width: 100%;
              height: 100%;
              border-radius: 10px;
              background-color: #c8c8c8;
              content: '';
              position: absolute;
              top: -15px;
              left: -15px; }
            .index .box4 .boxRight .item a .itemNew .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 5;
              object-fit: cover;
              top: 0;
              left: 0;
              border-radius: 10px; }
          .index .box4 .boxRight .item a .itemNew .conn {
            margin-left: 32px;
            width: 330px;
            max-width: calc(100% - 250px - 32px); }
            .index .box4 .boxRight .item a .itemNew .conn .time {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 16px;
              color: #222; }
              .index .box4 .boxRight .item a .itemNew .conn .time img {
                margin-right: 10px; }
            .index .box4 .boxRight .item a .itemNew .conn .tits {
              font-size: 16px;
              line-height: 18px;
              color: #222;
              font-weight: bold;
              margin-top: 12px; }
            .index .box4 .boxRight .item a .itemNew .conn .tit {
              font-size: 12px;
              line-height: 16px;
              color: #666;
              height: 48px;
              margin-top: 10px; }
      @media (min-width: 1024px) {
        .index .box4 .boxRight .item:hover a .itemNew .conn .tits {
          color: #e1701f; } }
  @media (max-width: 1024px) {
    .index .box4 .boxRight .item {
      padding-left: 0 !important; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 30px; }
      .index .box4 .con {
        width: 100%;
        float: none; }
        .index .box4 .con .indexTitle {
          margin-top: 10px; }
        .index .box4 .con .indexMore {
          margin-top: 15px; }
        .index .box4 .con .txt {
          margin-top: 20px;
          padding-right: 0; }
      .index .box4 .boxRight {
        width: 100%;
        float: none;
        margin-top: 20px; }
        .index .box4 .boxRight .item {
          margin-bottom: 0 !important; }
          .index .box4 .boxRight .item:nth-child(2) {
            display: none; }
          .index .box4 .boxRight .item a .itemNew {
            margin-top: 15px;
            display: block; }
            .index .box4 .boxRight .item a .itemNew .pic {
              height: 0;
              padding-bottom: 75%;
              width: 100%;
              margin-left: 0; }
              .index .box4 .boxRight .item a .itemNew .pic:after {
                top: -5px;
                left: -5px; }
            .index .box4 .boxRight .item a .itemNew .conn {
              width: 100%;
              max-width: 100%;
              margin-left: 0;
              margin-top: 15px; } }
.index .box5 {
  padding-top: 45px;
  padding-bottom: 50px;
  overflow: hidden; }
  .index .box5 .list {
    margin-top: 35px;
    position: relative; }
    .index .box5 .list ul {
      width: 100%;
      position: relative;
      padding-bottom: 29.7%;
      transform-style: preserve-3d;
      perspective: 1000px; }
      .index .box5 .list ul li {
        position: absolute;
        width: 52.7%;
        height: 100%;
        top: 0;
        perspective: 1000px;
        z-index: -1;
        opacity: 0;
        transition: all 0.4s; }
        .index .box5 .list ul li a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          transition: all 0.4s; }
          .index .box5 .list ul li a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .index .box5 .list ul li a:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-image: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
            background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
            background-image: -ms-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
            z-index: 5; }
          .index .box5 .list ul li a .con {
            width: 100%;
            height: 100%;
            background-size: cover;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 8; }
            .index .box5 .list ul li a .con .icon {
              width: 72px;
              height: 72px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              .index .box5 .list ul li a .con .icon:after {
                width: 94px;
                height: 94px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 100%;
                opacity: 0.2;
                background-color: #e1701f;
                content: ''; }
              .index .box5 .list ul li a .con .icon span {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 100%;
                background-color: #e1701f;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("../images/video2.png");
                display: block; }
            .index .box5 .list ul li a .con .tits {
              width: 100%;
              text-align: center;
              font-size: 18px;
              line-height: 20px;
              color: #fff;
              font-weight: bold;
              padding: 0 40px;
              box-sizing: border-box;
              position: absolute;
              bottom: 27px;
              left: 0; }
        .index .box5 .list ul li:nth-child(1) {
          left: 0;
          z-index: 5;
          opacity: 1; }
          .index .box5 .list ul li:nth-child(1) a {
            transform: rotateY(24deg);
            transform-origin: 0 0; }
        .index .box5 .list ul li:nth-child(2) {
          left: 23.65%;
          z-index: 10;
          box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.5);
          opacity: 1; }
          .index .box5 .list ul li:nth-child(2) a .con {
            opacity: 1; }
        .index .box5 .list ul li:nth-child(3) {
          left: 47.3%;
          z-index: 5;
          opacity: 1; }
          .index .box5 .list ul li:nth-child(3) a {
            transform: rotateY(-24deg);
            transform-origin: 100% 0; }
        .index .box5 .list ul li:nth-child(4) {
          left: 100%; }
    .index .box5 .list .a {
      width: 23.65%;
      height: 100%;
      position: absolute;
      z-index: 10;
      top: 0;
      display: block;
      cursor: pointer; }
      .index .box5 .list .a.prev {
        left: 0; }
      .index .box5 .list .a.next {
        right: 0; }
      .index .box5 .list .a .t {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 9%;
        left: 0; }
        .index .box5 .list .a .t p {
          font-size: 18px;
          line-height: 20px;
          color: #fff; }
        .index .box5 .list .a .t img {
          display: block;
          margin: 15px auto 0; }
  @media (max-width: 1024px) {
    .index .box5 .list ul li a .con .tits {
      bottom: 15px;
      font-size: 15px;
      line-height: 17px; }
    .index .box5 .list .a .t {
      bottom: 5%; }
      .index .box5 .list .a .t p {
        font-size: 15px;
        line-height: 17px; }
      .index .box5 .list .a .t img {
        margin: 10px auto 0; }
    .index .box5 .list ul li a .con .icon {
      width: 56px;
      height: 56px; }
      .index .box5 .list ul li a .con .icon:after {
        width: 72px;
        height: 72px; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 30px; }
      .index .box5 .list {
        margin-top: 25px; }
        .index .box5 .list ul {
          padding-bottom: 48%; }
          .index .box5 .list ul li {
            width: 80%;
            perspective: 200px; }
            .index .box5 .list ul li:nth-child(2) {
              left: 10%; }
            .index .box5 .list ul li:nth-child(3) {
              left: 20%; }
        .index .box5 .list .a {
          width: 10%; }
          .index .box5 .list .a .t {
            top: 50%;
            transform: translateY(-50%);
            bottom: auto; }
            .index .box5 .list .a .t p {
              display: none; }
            .index .box5 .list .a .t img {
              margin: 0 auto; } }
.index .box6 {
  padding-top: 35px;
  padding-bottom: 40px;
  background-image: -moz-linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 100%);
  background-image: -webkit-linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 100%);
  background-image: -ms-linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 100%); }
  .index .box6 .list {
    margin-top: 44px; }
    .index .box6 .list ul li {
      width: 22.8%;
      float: left;
      margin-right: 2.9%;
      position: relative; }
      .index .box6 .list ul li:after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background-image: -moz-linear-gradient(90deg, #bebebe 20%, #eeeeee 50%, #d2d2d2 80%);
        background-image: -webkit-linear-gradient(90deg, #bebebe 20%, #eeeeee 50%, #d2d2d2 80%);
        background-image: -ms-linear-gradient(90deg, #bebebe 20%, #eeeeee 50%, #d2d2d2 80%);
        content: '';
        right: -6.5%; }
      .index .box6 .list ul li:last-child {
        margin-right: 0; }
      .index .box6 .list ul li a {
        width: 100%;
        display: block; }
        .index .box6 .list ul li a .tits {
          font-size: 16px;
          line-height: 20px;
          height: 40px;
          color: #222;
          font-weight: bold; }
        .index .box6 .list ul li a .tit {
          font-size: 12px;
          line-height: 16px;
          height: 48px;
          color: #666;
          margin-top: 16px; }
        .index .box6 .list ul li a .pic {
          width: 100%;
          border-radius: 10px;
          padding-bottom: 74.8%;
          margin-top: 16px; }
        .index .box6 .list ul li a .tit1 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 20px; }
          .index .box6 .list ul li a .tit1 .icon {
            width: 30px;
            height: 30px;
            border: 1px solid #c4c4c4;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .index .box6 .list ul li a .tit1 .t {
            font-size: 12px;
            line-height: 32px;
            color: #222; }
      .index .box6 .list ul li:last-child:after {
        display: none; }
  @media (max-width: 1200px) {
    .index .box6 .list ul li {
      width: 32%;
      margin-right: 2%; }
      .index .box6 .list ul li:after {
        right: -3%; }
      .index .box6 .list ul li:nth-child(3) {
        margin-right: 0; }
        .index .box6 .list ul li:nth-child(3):after {
          display: none; }
      .index .box6 .list ul li:nth-child(4) {
        display: none; } }
  @media (max-width: 1024px) {
    .index .box6 .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .index .box6 .list ul li:nth-child(2) {
        margin-right: 0; }
        .index .box6 .list ul li:nth-child(2):after {
          display: none; }
      .index .box6 .list ul li:nth-child(3) {
        display: none; } }
  @media (max-width: 768px) {
    .index .box6 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .index .box6 .list {
        margin-top: 25px; }
        .index .box6 .list ul li {
          width: 100%; }
          .index .box6 .list ul li:after {
            display: none; }
          .index .box6 .list ul li:nth-child(n + 2) {
            display: none; } }
.index .box7 {
  padding-top: 45px; }
  .index .box7 .boxNew {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .index .box7 .boxNew .boxLeft {
      width: 51.5%;
      display: flex;
      justify-content: space-between; }
      .index .box7 .boxNew .boxLeft .item {
        width: 47.8%;
        border-radius: 10px;
        box-sizing: border-box;
        border: 1px solid #dadada;
        overflow: hidden; }
        .index .box7 .boxNew .boxLeft .item a {
          width: 100%;
          display: flex;
          box-sizing: border-box;
          padding: 14px 13px 24px;
          flex-direction: column; }
          .index .box7 .boxNew .boxLeft .item a .pic {
            width: 100%;
            height: 218px;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 19px;
            position: relative; }
            .index .box7 .boxNew .boxLeft .item a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .index .box7 .boxNew .boxLeft .item a .con .time {
            display: flex;
            font-size: 12px;
            line-height: 16px;
            align-items: center;
            color: #222; }
            .index .box7 .boxNew .boxLeft .item a .con .time img {
              margin-right: 14px; }
          .index .box7 .boxNew .boxLeft .item a .con .tits {
            font-size: 16px;
            line-height: 20px;
            height: 40px;
            color: #222;
            font-weight: bold;
            margin-top: 12px; }
          .index .box7 .boxNew .boxLeft .item a .con .tit {
            font-size: 12px;
            line-height: 16px;
            color: #666;
            height: 48px;
            margin-top: 12px; }
          .index .box7 .boxNew .boxLeft .item a .con .more {
            padding: 0 22px;
            width: fit-content;
            display: flex;
            align-items: center;
            border: 0.5px solid #505050;
            font-size: 12px;
            line-height: 38px;
            color: #222;
            font-weight: bold;
            border-radius: 5px;
            margin-top: 18px; }
            .index .box7 .boxNew .boxLeft .item a .con .more img {
              margin-left: 8px; }
        .index .box7 .boxNew .boxLeft .item:nth-child(2) a {
          padding: 21px 13px 16px;
          flex-direction: column-reverse; }
          .index .box7 .boxNew .boxLeft .item:nth-child(2) a .pic {
            margin-top: 20px;
            margin-bottom: 0; }
    .index .box7 .boxNew .boxRight {
      width: 46.4%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .index .box7 .boxNew .boxRight .item a {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative; }
        .index .box7 .boxNew .boxRight .item a:after {
          width: 80%;
          height: 100%;
          border: 0.5px solid #dedede;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          box-sizing: border-box;
          border-radius: 0 10px 0 0; }
        .index .box7 .boxNew .boxRight .item a .pic {
          width: 180px;
          height: 135px;
          border-radius: 10px;
          position: relative;
          z-index: 5; }
        .index .box7 .boxNew .boxRight .item a .con {
          position: relative;
          z-index: 5;
          flex: 1; }
          .index .box7 .boxNew .boxRight .item a .con .conn {
            width: 210px;
            max-width: calc(100% - 40px);
            margin-left: 20px; }
            .index .box7 .boxNew .boxRight .item a .con .conn .time {
              font-size: 12px;
              line-height: 16px;
              color: #222;
              display: flex;
              align-items: center; }
              .index .box7 .boxNew .boxRight .item a .con .conn .time img {
                margin-right: 12px; }
            .index .box7 .boxNew .boxRight .item a .con .conn .tits {
              font-size: 16px;
              line-height: 24px;
              color: #222;
              font-weight: bold;
              margin-top: 10px; }
        .index .box7 .boxNew .boxRight .item a .img {
          width: 30px;
          height: 30px;
          border-radius: 4px;
          border: 0.5px solid #cbcbcb;
          position: absolute;
          bottom: 0;
          right: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 5; }
  @media (max-width: 960px) {
    .index .box7 .boxNew {
      display: block; }
      .index .box7 .boxNew .boxLeft {
        width: 100%; }
      .index .box7 .boxNew .boxRight {
        width: 100%;
        display: block; }
        .index .box7 .boxNew .boxRight .item {
          margin-top: 10px; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 30px; }
      .index .box7 .boxNew {
        margin-top: 20px; }
        .index .box7 .boxNew .boxLeft .item {
          width: 100%; }
          .index .box7 .boxNew .boxLeft .item:nth-child(2) {
            display: none; }
          .index .box7 .boxNew .boxLeft .item a .pic {
            height: 0;
            padding-bottom: 75%; }
          .index .box7 .boxNew .boxLeft .item a .con .tits {
            font-size: 15px;
            line-height: 20px;
            height: auto; }
        .index .box7 .boxNew .boxRight .item:nth-child(n + 2) {
          display: none; }
        .index .box7 .boxNew .boxRight .item a .pic {
          height: 100px; }
        .index .box7 .boxNew .boxRight .item a .con .conn .tits {
          font-size: 15px;
          line-height: 20px;
          height: auto; } }
.index .box8 {
  padding-top: 47px;
  padding-bottom: 85px; }
  .index .box8 .list {
    margin-top: 40px; }
    .index .box8 .list ul li {
      width: 10.9%;
      transform-origin: 100% 100%;
      border: 2px solid #d7d7d7;
      transform: skewX(-10deg);
      float: left;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .index .box8 .list ul li a {
        width: 100%;
        display: block;
        text-align: center;
        transform: skewX(10deg);
        padding-top: 14px;
        padding-bottom: 24px; }
        .index .box8 .list ul li a .img {
          width: 100%;
          height: 65px;
          position: relative; }
          .index .box8 .list ul li a .img img {
            max-width: 70%;
            max-height: 70%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .index .box8 .list ul li a p {
          font-size: 12px;
          line-height: 14px;
          color: #999;
          margin-top: 2px; }
      .index .box8 .list ul li:nth-child(1) {
        margin-left: 2%; }
      .index .box8 .list ul li:nth-child(2), .index .box8 .list ul li:nth-child(4), .index .box8 .list ul li:nth-child(6), .index .box8 .list ul li:nth-child(8), .index .box8 .list ul li:nth-child(11), .index .box8 .list ul li:nth-child(13), .index .box8 .list ul li:nth-child(15), .index .box8 .list ul li:nth-child(17) {
        transform: translateY(45%) skewX(-10deg);
        margin-left: -0.9%; }
      .index .box8 .list ul li:nth-child(3), .index .box8 .list ul li:nth-child(5), .index .box8 .list ul li:nth-child(7), .index .box8 .list ul li:nth-child(9), .index .box8 .list ul li:nth-child(12), .index .box8 .list ul li:nth-child(14), .index .box8 .list ul li:nth-child(16), .index .box8 .list ul li:nth-child(18) {
        margin-left: 0.7%; }
  @media (max-width: 1024px) {
    .index .box8 {
      padding-top: 30px;
      padding-bottom: 60px; }
      .index .box8 .list {
        margin-top: 30px; }
        .index .box8 .list ul li {
          width: 11.11%;
          transform: translateY(0) skewX(0deg) !important;
          margin-left: 0 !important; }
          .index .box8 .list ul li a {
            transform: skewX(0deg); }
          .index .box8 .list ul li:nth-child(n + 2) {
            margin-left: -2px !important; }
          .index .box8 .list ul li:nth-child(10) {
            margin-left: 0 !important; } }
  @media (max-width: 800px) {
    .index .box8 .list ul li {
      width: 16.6%; }
      .index .box8 .list ul li:nth-child(10) {
        margin-left: -2px !important; }
      .index .box8 .list ul li:nth-child(7) {
        margin-left: 0 !important; }
      .index .box8 .list ul li:nth-child(13) {
        margin-left: 0 !important; } }
  @media (max-width: 540px) {
    .index .box8 {
      padding-bottom: 30px; }
      .index .box8 .list {
        margin-top: 20px; }
        .index .box8 .list ul li {
          margin-bottom: 10px;
          width: 25%;
          border-width: 1px; }
          .index .box8 .list ul li:nth-child(n + 2) {
            margin-left: -1px !important; }
          .index .box8 .list ul li:nth-child(4n + 1) {
            margin-left: 0 !important; }
          .index .box8 .list ul li:nth-child(n + 17) {
            display: none; }
          .index .box8 .list ul li a {
            padding: 15px 0; }
            .index .box8 .list ul li a .img {
              height: 40px; } }

.footerBox .footer {
  background-color: #0f0a24;
  border-radius: 30px;
  width: 100%;
  padding-top: 44px; }
  .footerBox .footer .footerLeft {
    width: 30%;
    float: left; }
    .footerBox .footer .footerLeft .logo {
      width: 218px; }
    .footerBox .footer .footerLeft .t {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      font-weight: bold;
      margin-top: 10px; }
    .footerBox .footer .footerLeft .line {
      border-bottom: 1px dashed #c0bfc4;
      margin-top: 12px; }
    .footerBox .footer .footerLeft .imgBox {
      margin-top: 19px; }
      .footerBox .footer .footerLeft .imgBox a {
        width: 32%;
        margin-right: 2%;
        display: block;
        float: left;
        margin-bottom: 13px; }
        .footerBox .footer .footerLeft .imgBox a:nth-child(3n) {
          margin-right: 0; }
    .footerBox .footer .footerLeft .share {
      display: flex;
      align-items: center;
      padding-top: 3px; }
      .footerBox .footer .footerLeft .share a {
        width: 38px;
        display: block;
        margin-right: 8px; }
  .footerBox .footer .footerCen {
    width: 38.6%;
    float: left;
    margin-left: 7.4%; }
    .footerBox .footer .footerCen dl {
      width: 35.7%;
      float: left; }
      .footerBox .footer .footerCen dl dt {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        font-weight: bold; }
      .footerBox .footer .footerCen dl .line {
        width: 40px;
        height: 2px;
        background-color: #e1701f;
        margin-top: 15px; }
      .footerBox .footer .footerCen dl dd {
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px; }
        .footerBox .footer .footerCen dl dd a {
          width: 100%;
          font-size: 12px;
          display: flex;
          align-items: center;
          line-height: 30px;
          color: #fff;
          text-transform: uppercase; }
          .footerBox .footer .footerCen dl dd a img {
            margin-right: 8px; }
      .footerBox .footer .footerCen dl:nth-child(2n) {
        width: 64.3%; }
        .footerBox .footer .footerCen dl:nth-child(2n) dd a {
          width: 50%; }
  .footerBox .footer .footerRight {
    width: 22%;
    float: right; }
    .footerBox .footer .footerRight .tits {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      font-weight: bold; }
    .footerBox .footer .footerRight .line {
      width: 40px;
      height: 2px;
      background-color: #e1701f;
      margin-top: 15px; }
    .footerBox .footer .footerRight .tit {
      margin-top: 24px; }
      .footerBox .footer .footerRight .tit .t {
        font-size: 12px;
        line-height: 17px;
        color: #fff;
        display: flex;
        align-items: flex-start;
        margin-bottom: 14px; }
        .footerBox .footer .footerRight .tit .t img {
          margin-right: 11px;
          display: block;
          margin-top: -4px; }
        .footerBox .footer .footerRight .tit .t a {
          color: #fff; }
  .footerBox .footer .return {
    width: 311px;
    height: 63px;
    background-size: cover;
    margin: 32px auto 0;
    background-image: url("../images/footer_bg1.png");
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #222;
    padding-top: 16px;
    box-sizing: border-box; }
    .footerBox .footer .return img {
      margin: 0 auto 12px;
      display: block; }
  @media (max-width: 1024px) {
    .footerBox .footer {
      padding-top: 20px; }
      .footerBox .footer .footerLeft {
        width: 43%; }
        .footerBox .footer .footerLeft .logo {
          width: 170px; }
      .footerBox .footer .footerCen {
        display: none; }
      .footerBox .footer .footerRight {
        width: 32%; } }
  @media (max-width: 768px) {
    .footerBox .footer .footerLeft {
      width: 100%;
      float: none; }
    .footerBox .footer .footerRight {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .footerBox .footer .return {
      width: 200px;
      height: 40px;
      padding-top: 10px;
      margin: 5px auto 0; }
      .footerBox .footer .return img {
        width: 4px;
        margin: 0 auto 5px; }
      .footerBox .footer .return p {
        font-size: 12px;
        line-height: 14px; } }
.footerBox .foot {
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  background-color: #707070;
  color: #fff;
  margin-top: 10px; }
  .footerBox .foot a {
    color: #fff; }
  @media (max-width: 768px) {
    .footerBox .foot {
      font-size: 12px;
      line-height: 20px;
      padding: 8px 0; }
      .footerBox .foot a {
        display: block; } }

/*# sourceMappingURL=style.css.map */
