@charset "UTF-8";
.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; }

.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: #34a6d7;
      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 .header {
  width: 94.8%;
  max-width: 1820px;
  height: 75px;
  background-color: #f0f0f0;
  border-radius: 20px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
  box-sizing: border-box;
  align-items: center;
  z-index: 50;
  transition: all 0.5s; }
  .headerBox .header .logo {
    width: 210px;
    display: block; }
  .headerBox .header .nav ul {
    align-items: center;
    display: flex; }
    .headerBox .header .nav ul li {
      position: relative; }
      .headerBox .header .nav ul li:after {
        content: '·';
        font-size: 16px;
        line-height: 75px;
        color: #130f10;
        position: absolute;
        top: 0;
        right: -3px;
        font-weight: bold; }
      .headerBox .header .nav ul li .tits {
        font-size: 16px;
        height: 75px;
        color: #130f10;
        font-weight: bold;
        padding: 0 18px;
        line-height: 20px;
        display: flex;
        align-items: center; }
        .headerBox .header .nav ul li .tits i {
          width: 14px;
          height: 8px;
          display: block;
          background-size: cover;
          background-image: url("../images/header_icon1.png");
          margin-left: 2px;
          background-position: center; }
      .headerBox .header .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: 0;
        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 .header .nav ul li dl dd {
          background: 0 0;
          position: relative;
          text-align: left;
          border-bottom: 1px solid #d2d2d2; }
          .headerBox .header .nav ul li dl dd:last-child {
            border-bottom: none; }
          .headerBox .header .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 .header .nav ul li dl dd a:hover {
                color: #34a6d7; } }
      .headerBox .header .nav ul li.on .tits {
        color: #34a6d7; }
        .headerBox .header .nav ul li.on .tits i {
          background-image: url("../images/header_icon1_h.png"); }
      @media (min-width: 1024px) {
        .headerBox .header .nav ul li:hover .tits {
          color: #34a6d7; }
          .headerBox .header .nav ul li:hover .tits i {
            background-image: url("../images/header_icon1_h.png"); }
        .headerBox .header .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 .header .nav ul li:last-child:after {
        display: none; }
  .headerBox .header .headerRight {
    display: flex;
    align-items: center; }
    .headerBox .header .headerRight .lan {
      position: relative; }
      .headerBox .header .headerRight .lan .tits {
        font-size: 16px;
        line-height: 42px;
        color: #130f10;
        align-items: center;
        display: flex; }
        .headerBox .header .headerRight .lan .tits img {
          margin-left: 2px; }
      .headerBox .header .headerRight .lan #select {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        opacity: 0; }
    .headerBox .header .headerRight .searchBox {
      width: 114px;
      height: 42px;
      background-image: -moz-linear-gradient(0deg, #120f10 0%, #777777 100%);
      background-image: -webkit-linear-gradient(0deg, #120f10 0%, #777777 100%);
      background-image: -ms-linear-gradient(0deg, #120f10 0%, #777777 100%);
      display: flex;
      align-items: center;
      padding: 6px;
      box-sizing: border-box;
      border-radius: 21px;
      margin-left: 10px; }
      .headerBox .header .headerRight .searchBox .text {
        width: calc(100% - 30px);
        height: 30px;
        font-size: 14px;
        color: #a1a1a1;
        padding-left: 10px;
        box-sizing: border-box;
        border: none;
        background: none; }
      .headerBox .header .headerRight .searchBox .click {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        border-radius: 100%; }
    .headerBox .header .headerRight .navClick {
      display: none;
      width: 22px;
      height: 18px;
      margin-left: 15px; }
      .headerBox .header .headerRight .navClick span {
        width: 100%;
        height: 2px;
        background-color: #333;
        display: block;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        margin-bottom: 6px; }
        .headerBox .header .headerRight .navClick span:last-child {
          margin-bottom: 0; }
      .headerBox .header .headerRight .navClick.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 8px;
        right: 0px; }
      .headerBox .header .headerRight .navClick.on span:nth-child(2) {
        display: none; }
      .headerBox .header .headerRight .navClick.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0;
        right: 0; }
    .headerBox .header .headerRight .searchClick {
      display: none;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 5px; }
  .headerBox .header.on {
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(240, 240, 240, 0.5);
    max-width: 100%; }
  .headerBox .header .headerSearch {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    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; }
    .headerBox .header .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 .headerSearch .w1400 {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 10px 1.77083vw 10px 0;
      display: flex;
      flex-direction: row-reverse; }
      .headerBox .header .headerSearch .w1400 .search {
        width: 300px;
        height: 38px;
        box-sizing: border-box;
        border: 1px solid #666;
        border-radius: 10px;
        display: flex; }
        .headerBox .header .headerSearch .w1400 .search .text {
          flex: 1;
          padding-left: 0;
          font-size: 16px;
          color: #666;
          border: none;
          background: none; }
        .headerBox .header .headerSearch .w1400 .search .submit {
          width: 50px;
          height: 36px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .headerBox .header .headerSearch .w1400 .search .submit img {
            width: 18px; }
        .headerBox .header .headerSearch .w1400 .search .searchClose {
          width: 36px;
          height: 36px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          .headerBox .header .headerSearch .w1400 .search .searchClose img {
            width: 14px; }
@media (max-width: 1680px) {
  .headerBox .header .nav ul li .tits {
    padding: 0 10px; } }
@media (max-width: 1500px) {
  .headerBox .header .logo {
    width: 160px; }
  .headerBox .header .nav ul li .tits {
    font-size: 14px; } }
@media (max-width: 1366px) {
  .headerBox .header {
    top: 0;
    width: 100%;
    border-radius: 0; } }
@media (max-width: 1200px) {
  .headerBox .header .headerRight .searchBox {
    display: none; }
  .headerBox .header .headerRight .lan .tits {
    font-size: 12px; } }
@media (max-width: 1024px) {
  .headerBox {
    height: 50px; }
    .headerBox .header {
      height: 50px; }
      .headerBox .header .logo {
        width: 128px; }
      .headerBox .header .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 .header .nav ul {
          width: 260px;
          box-sizing: border-box;
          height: 100%;
          display: block;
          float: right;
          padding-top: 20px;
          background-color: #f0f0f0; }
          .headerBox .header .nav ul li {
            float: none;
            background: none !important;
            margin-right: 0; }
            .headerBox .header .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 .header .nav ul li .tits:after {
                display: none; }
            .headerBox .header .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 .header .nav ul li dl:after {
                display: none; }
              .headerBox .header .nav ul li dl dd {
                border-bottom: none;
                padding: 0; }
                .headerBox .header .nav ul li dl dd a {
                  color: #000;
                  font-size: 14px;
                  line-height: 36px;
                  padding: 0 0 0 30px;
                  box-sizing: border-box; }
      .headerBox .header .headerRight .navClick {
        display: block; }
      .headerBox .header .headerRight .searchClick {
        display: flex;
        margin-left: 10px; } }

.index-banner {
  width: 100%;
  position: relative; }
  .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%;
        text-align: center;
        font-size: 40px;
        line-height: 42px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 172px;
        left: 0;
        font-weight: bold; }
  .index-banner .btns {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
    bottom: 24px;
    position: absolute;
    left: 0; }
    .index-banner .btns span {
      width: 76px;
      height: 2px;
      background-color: #c7c7c7;
      display: block;
      margin: 0 6px;
      opacity: 1;
      cursor: pointer; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff; }
  @media (max-width: 768px) {
    .index-banner ul li a .con {
      font-size: 18px;
      line-height: 22px;
      top: 10%; }
    .index-banner .btns {
      bottom: 10px; }
      .index-banner .btns span {
        width: 30px; } }

.index {
  position: relative;
  z-index: 5; }
  .index .indexTitle {
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    color: #151213; }
    @media (max-width: 1366px) {
      .index .indexTitle {
        font-size: 28px;
        line-height: 30px; } }
    @media (max-width: 1200px) {
      .index .indexTitle {
        font-size: 24px;
        line-height: 26px; } }
    @media (max-width: 1024px) {
      .index .indexTitle {
        font-size: 20px;
        line-height: 22px; } }
  .index .title {
    position: relative; }
    .index .title .tit {
      font-size: 14px;
      line-height: 16px;
      color: #878787;
      margin-top: 12px; }
    .index .title a {
      width: 114px;
      position: absolute;
      right: 0;
      bottom: 0; }
    @media (max-width: 768px) {
      .index .title .tit {
        margin-top: 6px;
        font-size: 12px;
        line-height: 14px; } }
  .index .box1 {
    padding-top: 25px; }
    .index .box1 .title {
      text-align: center;
      position: relative; }
      .index .box1 .title .btns {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
        .index .box1 .title .btns .a {
          width: 33px;
          height: 33px;
          border-radius: 5px;
          border: 1px solid #f4f4f4;
          margin-left: 5px;
          background-position: center;
          background-repeat: no-repeat;
          position: relative; }
          .index .box1 .title .btns .a.prev {
            background-image: url("../images/prev1.png"); }
          .index .box1 .title .btns .a.next {
            background-image: url("../images/next1.png"); }
    .index .box1 .list {
      overflow: initial;
      margin-top: 30px; }
      .index .box1 .list ul li {
        width: 18.6%;
        margin: 0 0.7%;
        border-radius: 10px;
        background-color: #f4f4f4;
        transition: all 0.5s; }
        .index .box1 .list ul li a {
          width: 100%;
          display: block;
          position: relative; }
          .index .box1 .list ul li a:after {
            width: 57.5%;
            height: 57.5%;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            background-image: -moz-linear-gradient(0deg, #34a6d7 1%, #8ddbff 44%, #34a6d7 100%);
            background-image: -webkit-linear-gradient(0deg, #34a6d7 1%, #8ddbff 44%, #34a6d7 100%);
            background-image: -ms-linear-gradient(0deg, #34a6d7 1%, #8ddbff 44%, #34a6d7 100%);
            opacity: 0; }
          .index .box1 .list ul li a img {
            position: relative;
            z-index: 5; }
          .index .box1 .list ul li a .t {
            font-size: 14px;
            line-height: 16px;
            position: absolute;
            left: 20px;
            color: #000;
            top: 16px;
            z-index: 6; }
          .index .box1 .list ul li a .t1 {
            border-radius: 10px;
            background-color: #fff;
            display: flex;
            align-items: center;
            font-size: 9px;
            color: #000;
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 0 16px;
            line-height: 38px;
            background-color: #fff;
            z-index: 6; }
            .index .box1 .list ul li a .t1 span {
              margin-left: 14px; }
        @media (min-width: 1024px) {
          .index .box1 .list ul li:hover {
            border-radius: 100%; }
            .index .box1 .list ul li:hover a:after {
              opacity: 1; } }
    @media (max-width: 1300px) {
      .index .box1 .list ul li {
        width: 22.6%; } }
    @media (max-width: 1100px) {
      .index .box1 .list ul li {
        width: 26%; } }
    @media (max-width: 768px) {
      .index .box1 .title .btns {
        top: -35px; }
      .index .box1 .list {
        margin-top: 15px; }
        .index .box1 .list ul li {
          width: 64%; } }
  .index .box2 {
    padding-top: 55px; }
    .index .box2 .con {
      width: 54%;
      float: left; }
      .index .box2 .con .title {
        border-bottom: 2px solid #e5e5e5;
        padding-bottom: 26px; }
        .index .box2 .con .title .indexTitle:nth-child(1) {
          color: #6bd1ff; }
        .index .box2 .con .title .indexTitle:nth-child(2) {
          text-align: right;
          margin-top: 24px; }
      .index .box2 .con .numBox {
        display: flex;
        margin-top: 27px; }
        .index .box2 .con .numBox span {
          display: block;
          font-size: 18px;
          line-height: 20px;
          color: #878787;
          font-weight: bold;
          margin-right: 17px;
          position: relative;
          cursor: pointer; }
          .index .box2 .con .numBox span:after {
            content: '/';
            font-size: 18px;
            line-height: 20px;
            color: #878787;
            font-weight: bold;
            position: absolute;
            top: 0;
            right: -9px; }
          .index .box2 .con .numBox span:last-child:after {
            display: none; }
          .index .box2 .con .numBox span.on {
            color: #1d1a1c; }
      .index .box2 .con .picBox {
        display: flex;
        align-items: flex-start;
        margin-top: 26px; }
        .index .box2 .con .picBox .pic {
          width: 14.6%;
          padding-bottom: 14.6%;
          height: 0;
          position: relative;
          margin-right: 2%; }
          .index .box2 .con .picBox .pic:last-child {
            margin-right: 0; }
          .index .box2 .con .picBox .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .index .box2 .con .picBox .pic.on {
            width: 23.4%;
            padding-bottom: 17.6%;
            box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.27); }
      .index .box2 .con .txt {
        font-size: 14px;
        line-height: 20px;
        color: #878787;
        padding-right: 4.42708vw;
        margin-top: 28px; }
      .index .box2 .con .moreClick {
        width: 114px;
        display: block;
        margin-top: 28px; }
    .index .box2 .videoBox {
      width: 51.2%;
      float: right;
      margin-right: -5.2%;
      margin-top: -2%;
      cursor: pointer;
      position: relative; }
      .index .box2 .videoBox:after {
        width: 69px;
        height: 69px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/video1.png");
        z-index: 5;
        content: ''; }
    @media (max-width: 768px) {
      .index .box2 {
        padding-top: 25px; }
        .index .box2 .con {
          width: 100%;
          float: none; }
          .index .box2 .con .title {
            padding-bottom: 10px; }
            .index .box2 .con .title .indexTitle:nth-child(2) {
              margin-top: 10px; }
          .index .box2 .con .numBox {
            margin-top: 10px; }
          .index .box2 .con .picBox {
            margin-top: 10px; }
          .index .box2 .con .txt {
            padding-right: 0;
            font-size: 13px;
            margin-top: 10px; }
          .index .box2 .con .moreClick {
            margin-top: 15px; }
        .index .box2 .videoBox {
          width: 100%;
          float: none; } }
  .index .box3 {
    padding-top: 7px; }
    .index .box3 .title {
      text-align: center; }
    .index .box3 .boxNew {
      padding: 0 6.5%;
      display: flex;
      align-items: center;
      margin-top: 30px;
      position: relative; }
      .index .box3 .boxNew .a {
        width: 25px;
        height: 43px;
        position: absolute;
        top: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%); }
        .index .box3 .boxNew .a.prev {
          left: 0;
          background-image: url("../images/prev2.png"); }
        .index .box3 .boxNew .a.next {
          right: 0;
          background-image: url("../images/next2.png"); }
        @media (min-width: 1024px) {
          .index .box3 .boxNew .a:hover.prev {
            background-image: url("../images/prev2_h.png"); }
          .index .box3 .boxNew .a:hover.next {
            background-image: url("../images/next2_h.png"); } }
      .index .box3 .boxNew .list {
        width: 66.6%; }
        .index .box3 .boxNew .list ul {
          width: 100%;
          height: 0;
          padding-bottom: 52.2%;
          position: relative;
          overflow: hidden;
          transform-style: preserve-3d;
          perspective: 1000px; }
          .index .box3 .boxNew .list ul li {
            width: 39.5%;
            position: absolute;
            top: 50%;
            transform-origin: 0 0;
            right: -40%;
            transform: scale(1.2) rotateY(15deg) translateY(-50%);
            transition: all 0.5s; }
            .index .box3 .boxNew .list ul li img {
              width: 100%; }
            .index .box3 .boxNew .list ul li:nth-child(1) {
              transform: scale(0.59) rotateY(15deg) translateY(-50%);
              right: 60.4%;
              filter: blur(3px); }
            .index .box3 .boxNew .list ul li:nth-child(2) {
              transform: scale(0.75) rotateY(15deg) translateY(-50%);
              right: 45.4%;
              filter: blur(2px); }
            .index .box3 .boxNew .list ul li:nth-child(3) {
              transform: scale(0.92) rotateY(15deg) translateY(-50%);
              right: 25.5%;
              filter: blur(1px); }
            .index .box3 .boxNew .list ul li:nth-child(4) {
              right: 0;
              transform: scale(1) rotateY(0) translateY(-50%); }
      .index .box3 .boxNew .conList {
        width: 33.4%; }
        .index .box3 .boxNew .conList ul li {
          width: 100%;
          background-image: -moz-linear-gradient(0deg, #120f10 0%, #777777 100%);
          background-image: -webkit-linear-gradient(0deg, #120f10 0%, #777777 100%);
          background-image: -ms-linear-gradient(0deg, #120f10 0%, #777777 100%); }
          .index .box3 .boxNew .conList ul li a {
            width: 100%;
            display: block;
            padding: 30px 50px 30px 30px;
            box-sizing: border-box; }
            .index .box3 .boxNew .conList ul li a .time {
              font-size: 12px;
              line-height: 14px;
              background-position: left center;
              background-repeat: no-repeat;
              color: #fff;
              padding-left: 18px;
              background-image: url("../images/time1.png"); }
            .index .box3 .boxNew .conList ul li a .tits {
              font-size: 14px;
              line-height: 20px;
              color: #43d3ff;
              font-weight: bold;
              height: 40px;
              margin-top: 13px; }
            .index .box3 .boxNew .conList ul li a .tit {
              font-size: 12px;
              line-height: 20px;
              color: #fff;
              height: 140px;
              -webkit-line-clamp: 7;
              margin-top: 20px; }
            .index .box3 .boxNew .conList ul li a .more {
              font-size: 12px;
              line-height: 14px;
              color: #fff;
              font-weight: bold;
              margin-top: 22px; }
    @media (max-width: 1200px) {
      .index .box3 .boxNew {
        padding: 0 2.5%; }
        .index .box3 .boxNew .a {
          width: 20px;
          height: 34px; }
        .index .box3 .boxNew .list ul {
          padding-bottom: 68.2%; }
          .index .box3 .boxNew .list ul li {
            width: 50%;
            right: -60%; }
            .index .box3 .boxNew .list ul li:nth-child(1) {
              transform: scale(0.75) rotateY(15deg) translateY(-50%);
              right: 45.4%;
              filter: blur(2px); }
            .index .box3 .boxNew .list ul li:nth-child(2) {
              transform: scale(0.92) rotateY(15deg) translateY(-50%);
              right: 25.5%;
              filter: blur(1px); }
            .index .box3 .boxNew .list ul li:nth-child(3) {
              right: 0;
              transform: scale(1) rotateY(0) translateY(-50%); }
            .index .box3 .boxNew .list ul li:nth-child(4) {
              right: -60%;
              transform: scale(1.2) rotateY(15deg) translateY(-50%); } }
    @media (max-width: 1024px) {
      .index .box3 .boxNew .conList ul li a {
        padding: 20px; }
        .index .box3 .boxNew .conList ul li a .tit {
          -webkit-line-clamp: 4;
          height: 80px; } }
    @media (max-width: 768px) {
      .index .box3 .boxNew {
        display: block;
        margin: 10px auto 0; }
        .index .box3 .boxNew .a.prev {
          left: -12px; }
        .index .box3 .boxNew .a.next {
          right: -12px; }
        .index .box3 .boxNew .list {
          width: 100%; }
          .index .box3 .boxNew .list ul {
            padding-bottom: 75%; }
            .index .box3 .boxNew .list ul li {
              width: 100%;
              right: -100% !important;
              transform: scale(1) rotateY(0deg) translateY(-50%) !important;
              filter: blur(0) !important; }
              .index .box3 .boxNew .list ul li:nth-child(1) {
                right: 0 !important; }
        .index .box3 .boxNew .conList {
          width: 100%; }
          .index .box3 .boxNew .conList ul li a .tits {
            height: auto;
            -webkit-line-clamp: 1; } }
  .index .box4 {
    margin-top: 60px;
    overflow: hidden;
    position: relative; }
    .index .box4 .titx {
      width: 5.6%;
      position: absolute;
      top: 50%;
      left: 4%;
      transform: translateY(-50%); }
    .index .box4 .img {
      height: 100%;
      position: absolute;
      top: 0;
      left: 13.7%;
      z-index: 5; }
      .index .box4 .img img {
        height: 100%; }
    .index .box4 .imgList {
      width: 240px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 14%;
      height: 100%;
      z-index: 3; }
      .index .box4 .imgList ul li {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform-origin: 50% 50%;
        transform: translate(-60%, 340%) rotate(28deg);
        transition: all 0.5s; }
        .index .box4 .imgList ul li img {
          transform: rotate(90deg);
          -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%); }
        .index .box4 .imgList ul li:nth-child(1) {
          transform: translate(-53%, -391%) rotate(-21deg); }
        .index .box4 .imgList ul li:nth-child(2) {
          transform: translate(-24%, -280%) rotate(-14deg); }
        .index .box4 .imgList ul li:nth-child(3) {
          transform: translate(-6%, -166%) rotate(-7deg); }
        .index .box4 .imgList ul li:nth-child(4) {
          transform: translateY(-50%); }
        .index .box4 .imgList ul li:nth-child(5) {
          transform: translate(-6%, 66%) rotate(7deg); }
        .index .box4 .imgList ul li:nth-child(6) {
          transform: translate(-23%, 180%) rotate(14deg); }
        .index .box4 .imgList ul li:nth-child(7) {
          transform: translate(-51%, 290%) rotate(21deg); }
    .index .box4 .list {
      float: right;
      width: 45.6%;
      height: 877px;
      position: relative;
      z-index: 10; }
      .index .box4 .list ul li {
        margin-bottom: 11px;
        height: 285px;
        transition: all 0.5s; }
        .index .box4 .list ul li:last-child {
          margin-bottom: 0; }
        .index .box4 .list ul li a {
          width: 100%;
          height: auto;
          display: flex;
          align-items: center; }
          .index .box4 .list ul li a .pic {
            width: 58.3%;
            height: 285px;
            overflow: hidden;
            position: relative; }
            .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 .pic:after {
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              position: absolute;
              background-color: rgba(0, 0, 0, 0.5);
              content: ''; }
          .index .box4 .list ul li a .con {
            flex: 1;
            padding: 0 40px;
            opacity: 0; }
            .index .box4 .list ul li a .con .time {
              font-size: 12px;
              line-height: 14px;
              background-position: left center;
              background-repeat: no-repeat;
              color: #fff;
              padding-left: 18px;
              background-image: url("../images/time1.png"); }
            .index .box4 .list ul li a .con .tits {
              font-size: 14px;
              line-height: 20px;
              color: #43d3ff;
              font-weight: bold;
              height: 40px;
              margin-top: 13px; }
            .index .box4 .list ul li a .con .tit {
              font-size: 12px;
              line-height: 20px;
              color: #fff;
              height: 120px;
              -webkit-line-clamp: 6;
              margin-top: 20px; }
            .index .box4 .list ul li a .con .more {
              font-size: 12px;
              line-height: 14px;
              color: #fff;
              font-weight: bold;
              margin-top: 22px; }
        .index .box4 .list ul li.swiper-slide-next a .pic:after {
          display: none; }
        .index .box4 .list ul li.swiper-slide-next a .con {
          opacity: 1; }
      .index .box4 .list ul.on {
        transform: translateY(-888px); }
    @media (max-width: 1280px) {
      .index .box4 .list ul li a .con {
        padding: 0 15px; } }
    @media (max-width: 1200px) {
      .index .box4 .img {
        left: 17.7%; }
      .index .box4 .list {
        height: 676px; }
        .index .box4 .list ul {
          transform: translateY(-456px); }
          .index .box4 .list ul li {
            height: 220px;
            margin-bottom: 8px; }
            .index .box4 .list ul li a .pic {
              height: 220px; }
            .index .box4 .list ul li a .con .tit {
              height: 60px;
              -webkit-line-clamp: 3;
              margin-top: 10px; } }
    @media (max-width: 768px) {
      .index .box4 {
        padding-bottom: 25px;
        margin-top: 25px;
        padding-top: 30px; }
        .index .box4 .titx {
          display: none; }
        .index .box4 .img {
          display: none; }
        .index .box4 .imgList {
          display: none; }
        .index .box4 .list {
          height: auto;
          width: 92%;
          float: none;
          overflow: initial; }
          .index .box4 .list ul {
            width: 100%;
            padding-bottom: 0;
            height: auto; }
            .index .box4 .list ul li {
              width: 80%;
              height: auto;
              margin-right: 10px; }
              .index .box4 .list ul li a {
                display: block; }
                .index .box4 .list ul li a .pic {
                  width: 100%; }
                .index .box4 .list ul li a .con {
                  opacity: 1;
                  padding: 10px; }
              .index .box4 .list ul li.swiper-slide-active a .pic:after {
                display: none; }
              .index .box4 .list ul li.swiper-slide-next a .pic:after {
                display: block; } }
  .index .box {
    width: 100%;
    height: auto;
    background-size: 100% 70.4%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../images/index_bg2.jpg");
    overflow: hidden; }
  .index .box5 {
    padding-top: 55px; }
    .index .box5 .title {
      text-align: center; }
    .index .box5 .list {
      margin-top: 30px;
      overflow: initial; }
      .index .box5 .list ul {
        position: relative;
        padding-bottom: 34.7%;
        height: 0;
        width: 100%; }
        .index .box5 .list ul li {
          width: 27.7%;
          position: absolute;
          bottom: 2.70833vw;
          left: 140%;
          opacity: 0;
          transition: all 0.8s;
          height: auto; }
          .index .box5 .list ul li a {
            width: 100%;
            margin: 0 auto;
            display: block;
            position: relative; }
            .index .box5 .list ul li a:after {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              bottom: 0;
              content: '';
              background-color: #f4f4f4; }
            .index .box5 .list ul li a .liBox {
              width: 100%;
              padding: 2.08333vw;
              display: flex;
              justify-content: space-between;
              box-sizing: border-box;
              position: relative;
              z-index: 5; }
              .index .box5 .list ul li a .liBox .pic {
                width: 100%;
                height: 0;
                padding-bottom: 75.8%;
                position: relative;
                overflow: hidden; }
                .index .box5 .list ul li a .liBox .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
                .index .box5 .list ul li a .liBox .pic:after {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  content: '';
                  background-color: rgba(0, 0, 0, 0.5);
                  z-index: 5; }
              .index .box5 .list ul li a .liBox .con {
                width: 39.8%;
                padding-top: 25px;
                display: none; }
                .index .box5 .list ul li a .liBox .con .time {
                  font-size: 40px;
                  line-height: 42px;
                  color: #6bd1ff;
                  font-weight: bold; }
                  .index .box5 .list ul li a .liBox .con .time span {
                    font-size: 17px;
                    font-weight: normal; }
                .index .box5 .list ul li a .liBox .con .tits {
                  font-size: 14px;
                  line-height: 20px;
                  color: #000;
                  font-weight: bold;
                  height: 40px;
                  margin-top: 10px; }
                .index .box5 .list ul li a .liBox .con .tit {
                  font-size: 12px;
                  line-height: 20px;
                  color: #878787;
                  height: 140px;
                  -webkit-line-clamp: 7;
                  margin-top: 20px; }
                .index .box5 .list ul li a .liBox .con .more {
                  width: 114px;
                  display: block;
                  margin-top: 24px; }
          .index .box5 .list ul li:nth-child(1) {
            left: -27.7%;
            opacity: 1;
            z-index: 5; }
          .index .box5 .list ul li:nth-child(2) {
            width: 100%;
            bottom: 0;
            left: 0;
            opacity: 1;
            z-index: 5; }
            .index .box5 .list ul li:nth-child(2) a {
              width: 86.7%; }
              .index .box5 .list ul li:nth-child(2) a:after {
                height: 88.5%; }
              .index .box5 .list ul li:nth-child(2) a .liBox {
                padding: 0 5.20833vw 2.86458vw; }
                .index .box5 .list ul li:nth-child(2) a .liBox .pic {
                  width: 55.8%;
                  padding-bottom: 42.5%; }
                  .index .box5 .list ul li:nth-child(2) a .liBox .pic:after {
                    display: none; }
                .index .box5 .list ul li:nth-child(2) a .liBox .con {
                  display: block; }
          .index .box5 .list ul li:nth-child(3) {
            left: 100%;
            opacity: 1;
            z-index: 5; }
      .index .box5 .list .btns {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .box5 .list .btns .a {
          width: 12px;
          height: 21px;
          display: block; }
        .index .box5 .list .btns .btn {
          display: flex;
          align-items: center;
          margin: 0 10px; }
          .index .box5 .list .btns .btn span {
            width: 45px;
            height: 2px;
            background-color: #acd8ec;
            display: block;
            margin: 0 2.5px;
            cursor: pointer; }
            .index .box5 .list .btns .btn span.on {
              background-color: #fff; }
    @media (max-width: 1280px) {
      .index .box5 .list ul li a {
        width: 90%; }
        .index .box5 .list ul li a .liBox .con .time {
          font-size: 28px;
          line-height: 30px; }
          .index .box5 .list ul li a .liBox .con .time span {
            font-size: 14px; }
        .index .box5 .list ul li a .liBox .con .tit {
          -webkit-line-clamp: 4px;
          height: 80px; }
      .index .box5 .list ul li:nth-child(1) {
        left: -22.7%; }
      .index .box5 .list ul li:nth-child(3) {
        left: 95%; } }
    @media (max-width: 768px) {
      .index .box5 {
        padding-top: 25px; }
        .index .box5 .list {
          margin-top: 15px;
          width: 80%; }
          .index .box5 .list ul {
            padding-bottom: 0;
            height: auto; }
            .index .box5 .list ul li {
              width: 100%;
              display: block;
              position: relative;
              left: auto;
              bottom: auto;
              opacity: 1 !important;
              margin-right: 10px; }
              .index .box5 .list ul li a {
                width: 100%; }
                .index .box5 .list ul li a .liBox {
                  display: block; }
                  .index .box5 .list ul li a .liBox .pic {
                    width: 100%; }
                  .index .box5 .list ul li a .liBox .con {
                    width: 100%;
                    padding-top: 0;
                    margin-top: 10px;
                    display: block; }
                    .index .box5 .list ul li a .liBox .con .time {
                      font-size: 20px;
                      line-height: 22px; }
                      .index .box5 .list ul li a .liBox .con .time span {
                        font-size: 12px; }
                    .index .box5 .list ul li a .liBox .con .tits {
                      height: auto;
                      -webkit-line-clamp: 1;
                      margin-top: 5px; }
                    .index .box5 .list ul li a .liBox .con .tit {
                      margin-top: 10px; }
                    .index .box5 .list ul li a .liBox .con .more {
                      margin-top: 15px; }
              .index .box5 .list ul li:nth-child(2) {
                display: block; }
                .index .box5 .list ul li:nth-child(2) a {
                  width: 100%; }
                  .index .box5 .list ul li:nth-child(2) a .liBox {
                    padding: 0 10px 15px; }
                    .index .box5 .list ul li:nth-child(2) a .liBox .pic {
                      width: 100%;
                      padding-bottom: 60%; }
          .index .box5 .list .btns {
            margin-top: 10px; }
            .index .box5 .list .btns .a {
              width: 10px; }
              .index .box5 .list .btns .a img {
                width: 100%; }
            .index .box5 .list .btns .btn span {
              width: 20px;
              opacity: 1;
              border-radius: 0; }
              .index .box5 .list .btns .btn span.swiper-pagination-bullet-active {
                background-color: #fff; } }
  .index .box6 {
    display: flex;
    margin: 60px auto 0;
    padding-bottom: 60px; }
    .index .box6 .item1 {
      flex: 1;
      position: relative;
      overflow: hidden; }
      .index .box6 .item1 .img {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
      .index .box6 .item1 .con {
        position: absolute;
        top: 2.29167vw;
        left: 2.60417vw; }
        .index .box6 .item1 .con .title .indexTitle {
          color: #fff; }
        .index .box6 .item1 .con .title .tit {
          color: #fff; }
        .index .box6 .item1 .con a {
          width: 114px;
          display: block;
          margin-top: 52px; }
    .index .box6 .itemBox {
      width: 50%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .index .box6 .itemBox .item {
        height: 50%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8); }
        .index .box6 .itemBox .item a {
          width: 100%;
          display: flex;
          align-items: center; }
          .index .box6 .itemBox .item a .pic {
            width: 50%;
            height: 0;
            padding-bottom: 44.5%;
            position: relative;
            overflow: hidden; }
            .index .box6 .itemBox .item a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
          .index .box6 .itemBox .item a .con {
            width: 50%;
            padding: 0 28px;
            box-sizing: border-box; }
            .index .box6 .itemBox .item a .con .tits {
              font-size: 14px;
              line-height: 20px;
              font-weight: bold;
              height: 40px;
              color: #000; }
            .index .box6 .itemBox .item a .con .tit {
              font-size: 12px;
              line-height: 20px;
              height: 80px;
              color: #878787;
              margin-top: 20px; }
            .index .box6 .itemBox .item a .con .time {
              font-size: 12px;
              line-height: 14px;
              color: #000;
              padding-left: 18px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time2.png");
              margin-top: 45px; }
        .index .box6 .itemBox .item:nth-child(2) a {
          flex-direction: row-reverse; }
        @media (min-width: 1024px) {
          .index .box6 .itemBox .item:hover a .pic img {
            transform: scale(1.1); } }
    @media (max-width: 1200px) {
      .index .box6 .itemBox .item a .con .time {
        margin-top: 15px; }
      .index .box6 .itemBox .item a .con .tit {
        margin-top: 10px; } }
    @media (max-width: 1024px) {
      .index .box6 .itemBox .item a .con {
        padding: 0 15px; }
        .index .box6 .itemBox .item a .con .time {
          margin-top: 15px; }
        .index .box6 .itemBox .item a .con .tit {
          margin-top: 10px; } }
    @media (max-width: 768px) {
      .index .box6 {
        margin-top: 15px;
        display: block;
        padding-bottom: 30px; }
        .index .box6 .item1 {
          width: 100%; }
          .index .box6 .item1 .img {
            position: relative; }
        .index .box6 .itemBox {
          width: 100%;
          display: none; }
          .index .box6 .itemBox .item {
            width: 100%;
            display: block; }
            .index .box6 .itemBox .item a {
              display: block; }
              .index .box6 .itemBox .item a .pic {
                width: 100%;
                height: auto;
                padding-bottom: 0; }
                .index .box6 .itemBox .item a .pic img {
                  position: relative;
                  width: 100%; } }
  .index .box7 {
    padding-top: 55px; }
    .index .box7 .boxNew {
      display: flex;
      background-color: #f4f4f4;
      border-radius: 20px;
      overflow: hidden;
      margin-top: 30px; }
      .index .box7 .boxNew .boxLeft {
        width: 50%; }
        .index .box7 .boxNew .boxLeft ul {
          width: 100%;
          height: 100%; }
          .index .box7 .boxNew .boxLeft ul li {
            width: 100%;
            height: 100%; }
        .index .box7 .boxNew .boxLeft a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative;
          overflow: hidden; }
          .index .box7 .boxNew .boxLeft a .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
          .index .box7 .boxNew .boxLeft a .con {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 0;
            bottom: 0;
            display: flex;
            padding: 17px 20px; }
            .index .box7 .boxNew .boxLeft a .con .time {
              width: 79px;
              display: block;
              top: -30px;
              position: absolute;
              left: 20px; }
              .index .box7 .boxNew .boxLeft a .con .time .t {
                width: 100%;
                position: absolute;
                top: 14px;
                left: 0;
                text-align: center;
                font-size: 14px;
                line-height: 20px;
                color: #fff; }
            .index .box7 .boxNew .boxLeft a .con .tits {
              font-size: 14px;
              line-height: 18px;
              height: 36px;
              color: #fff;
              font-weight: bold;
              margin-left: 105px; }
        @media (min-width: 1024px) {
          .index .box7 .boxNew .boxLeft:hover a .img {
            transform: scale(1.1); } }
      .index .box7 .boxNew .list {
        width: 50%;
        position: relative;
        z-index: 5; }
        .index .box7 .boxNew .list ul {
          padding: 1.5625vw 2.60417vw 1.875vw; }
          .index .box7 .boxNew .list ul li {
            border-bottom: 1px solid #c9c9c9;
            padding: 0 38px; }
            .index .box7 .boxNew .list ul li:last-child {
              border-bottom: none; }
            .index .box7 .boxNew .list ul li a {
              width: 100%;
              display: flex;
              align-items: flex-end;
              padding-bottom: 15px;
              padding-top: 20px;
              transition: all 0.3s; }
              .index .box7 .boxNew .list ul li a .time {
                font-size: 32px;
                line-height: 34px;
                color: #504f50;
                height: 34px; }
                .index .box7 .boxNew .list ul li a .time span {
                  font-size: 18px;
                  font-weight: normal;
                  color: #878787; }
              .index .box7 .boxNew .list ul li a .tits {
                flex: 1;
                margin-left: 28px;
                font-size: 14px;
                line-height: 17px;
                height: 34px;
                color: #504f50;
                font-weight: bold; }
            .index .box7 .boxNew .list ul li.on a {
              transform: translateX(-38px);
              position: relative; }
              .index .box7 .boxNew .list ul li.on a:after {
                width: 54px;
                height: 3px;
                background-color: #25c0ef;
                position: absolute;
                left: -64px;
                top: 39px;
                content: '';
                position: absolute; }
              .index .box7 .boxNew .list ul li.on a .time {
                color: #25c0ef; }
                .index .box7 .boxNew .list ul li.on a .time span {
                  color: #25c0ef; }
              .index .box7 .boxNew .list ul li.on a .tits {
                color: #25c0ef; }
    @media (max-width: 1024px) {
      .index .box7 .boxNew .list ul li {
        padding: 0 15px; } }
    @media (max-width: 768px) {
      .index .box7 {
        padding-top: 25px; }
        .index .box7 .boxNew {
          display: block;
          margin-top: 15px; }
          .index .box7 .boxNew .boxLeft {
            width: 100%; }
            .index .box7 .boxNew .boxLeft a {
              height: auto;
              padding-bottom: 75%; }
              .index .box7 .boxNew .boxLeft a .con {
                padding: 10px 8px; }
                .index .box7 .boxNew .boxLeft a .con .time {
                  width: 50px;
                  left: 8px;
                  top: -12px; }
                  .index .box7 .boxNew .boxLeft a .con .time .t {
                    font-size: 9px;
                    top: 6px; }
                .index .box7 .boxNew .boxLeft a .con .tits {
                  font-size: 13px;
                  line-height: 16px;
                  height: 32px;
                  margin-left: 62px; }
          .index .box7 .boxNew .list {
            width: 100%; }
            .index .box7 .boxNew .list ul li a {
              transform: translateX(0) !important; }
              .index .box7 .boxNew .list ul li a .time {
                font-size: 22px;
                line-height: 24px;
                height: 24px; }
                .index .box7 .boxNew .list ul li a .time span {
                  font-size: 12px; }
              .index .box7 .boxNew .list ul li a .tits {
                margin-left: 10px; } }
  .index .box8 {
    padding-top: 60px; }
    .index .box8 a {
      width: 6.6%;
      margin-right: 0.58%;
      margin-bottom: 11px;
      height: 66px;
      background-color: #f4f4f4;
      position: relative;
      display: block;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      float: left; }
      .index .box8 a:nth-child(14n) {
        margin-right: 0; }
      .index .box8 a img {
        max-width: 80%;
        max-height: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    @media (max-width: 1280px) {
      .index .box8 {
        padding-top: 40px; }
        .index .box8 a {
          margin-right: 0.6%;
          width: 13.7%; }
          .index .box8 a:nth-child(7n) {
            margin-right: 0; } }
    @media (max-width: 540px) {
      .index .box8 {
        padding-top: 25px; }
        .index .box8 a {
          width: 24.1%;
          margin-right: 1.2%;
          margin-bottom: 5px;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
          .index .box8 a:nth-child(7n) {
            margin-right: 1.2%; }
          .index .box8 a:nth-child(4n) {
            margin-right: 0; } }

.footerImg {
  width: 100%;
  height: 13vw;
  position: relative; }
  .footerImg img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  @media (max-width: 768px) {
    .footerImg {
      width: 150%;
      margin-left: -25%; }
      .footerImg img {
        bottom: -1px; } }

.footer {
  position: relative;
  background-image: url("../images/footer_bg1.jpg");
  background-size: 100% 100%;
  padding-top: 16px; }
  .footer .footerNew {
    padding-bottom: 10px; }
    .footer .footerNew .footerLeft {
      width: 27.9%;
      float: left; }
      .footer .footerNew .footerLeft .logo {
        width: 282px;
        max-width: 100%; }
      .footer .footerNew .footerLeft .tits {
        font-size: 14px;
        line-height: 25px;
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-top: 20px;
        padding-bottom: 16px; }
      .footer .footerNew .footerLeft .tit {
        margin-top: 10px; }
        .footer .footerNew .footerLeft .tit .t {
          display: flex;
          align-items: flex-start;
          font-size: 14px;
          line-height: 40px;
          color: #fff; }
          .footer .footerNew .footerLeft .tit .t img {
            margin-right: 8px;
            display: block;
            margin-top: 10px; }
    .footer .footerNew .footerCen {
      width: 35.6%;
      margin-left: 2.9%;
      display: flex;
      float: left; }
      .footer .footerNew .footerCen dl {
        width: 47%; }
        .footer .footerNew .footerCen dl dt {
          font-size: 14px;
          line-height: 18px;
          color: #fff;
          font-weight: bold; }
        .footer .footerNew .footerCen dl .line {
          width: 165px;
          height: 1px;
          background-color: #fff;
          margin-top: 20px; }
        .footer .footerNew .footerCen dl dd {
          display: flex;
          flex-wrap: wrap;
          margin-top: 10px; }
          .footer .footerNew .footerCen dl dd a {
            display: block;
            font-size: 14px;
            line-height: 40px;
            color: #fff; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerCen dl dd a:hover {
                color: #34a6d7; } }
        .footer .footerNew .footerCen dl:nth-child(2) {
          width: 53%; }
          .footer .footerNew .footerCen dl:nth-child(2) dd a {
            width: 50%; }
    .footer .footerNew .footerRight {
      width: 32.6%;
      float: right;
      padding-top: 122px; }
      .footer .footerNew .footerRight .imgBox {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .footer .footerNew .footerRight .imgBox a {
          width: 31.9%;
          display: block;
          margin-bottom: 40px;
          margin-right: 2.15%; }
          .footer .footerNew .footerRight .imgBox a:nth-child(3), .footer .footerNew .footerRight .imgBox a:nth-child(5) {
            margin-right: 0; }
      .footer .footerNew .footerRight .share {
        display: flex;
        justify-content: center; }
        .footer .footerNew .footerRight .share a {
          width: 43px;
          display: block;
          border-radius: 6px;
          overflow: hidden;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          margin: 0 5px; }
  .footer .foot {
    background-color: #008fcd;
    text-align: center;
    font-size: 12px;
    line-height: 37px;
    color: #008fcd;
    color: #fff; }
    .footer .foot a {
      color: #fff; }
  @media (max-width: 1250px) {
    .footer .footerNew .footerCen {
      display: none; }
    .footer .footerNew .footerLeft {
      width: 50%; }
    .footer .footerNew .footerRight {
      width: 40%; } }
  @media (max-width: 768px) {
    .footer {
      padding-top: 20px; }
      .footer .footerNew {
        padding-bottom: 30px; }
        .footer .footerNew .footerLeft {
          width: 100%;
          float: none; }
          .footer .footerNew .footerLeft .logo {
            width: 160px; }
          .footer .footerNew .footerLeft .tits {
            font-size: 13px;
            line-height: 22px;
            padding-bottom: 10px;
            margin-top: 10px; }
          .footer .footerNew .footerLeft .tit .t {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 10px; }
            .footer .footerNew .footerLeft .tit .t img {
              margin-top: 0px; }
        .footer .footerNew .footerRight {
          width: 100%;
          padding-top: 15px; }
          .footer .footerNew .footerRight .imgBox a {
            margin-bottom: 15px; }
          .footer .footerNew .footerRight .share a {
            width: 30px; }
      .footer .foot {
        padding: 8px 0;
        font-size: 12px;
        line-height: 16px; }
        .footer .foot a {
          display: block; } }

/*# sourceMappingURL=style.css.map */
