@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: #34a1f4;
      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: #34a1f4; } }
      .headerBox .header .nav ul li.on .tits {
        color: #34a1f4; }
        .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: #34a1f4; }
          .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 {
      width: 90%;
      margin: 30px auto 0;
      overflow: initial; }
      .index .box5 .list ul {
        position: relative;
        width: 100%; }
        .index .box5 .list ul li {
          width: 100%;
          display: flex;
          justify-content: center;
          transform: scale(0.9);
          transition: transform 0.5s; }
          .index .box5 .list ul li a {
            width: 100%;
            display: block;
            position: relative; }
            .index .box5 .list ul li a .liBox {
              width: 100%;
              padding: 0 5.20833vw 2.86458vw;
              display: flex;
              justify-content: space-between;
              box-sizing: border-box;
              position: relative;
              z-index: 5; }
              .index .box5 .list ul li a .liBox .pic {
                height: 0;
                position: relative;
                overflow: hidden;
                z-index: 5;
                width: 55.8%;
                padding-bottom: 42.5%; }
                .index .box5 .list ul li a .liBox .pic:after {
                  display: none; }
                .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;
                position: relative;
                z-index: 5; }
                .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 a .liBox:after {
                width: 100%;
                height: 88.5%;
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                background-color: #f4f4f4; }
          .index .box5 .list ul li.swiper-slide-active {
            transform: scale(1); }
      .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;
            opacity: 1; }
            .index .box5 .list .btns .btn span.swiper-pagination-bullet-active {
              background-color: #fff; }
    .index .box5 .listBox {
      position: relative; }
      .index .box5 .listBox .item {
        width: 18.75%;
        position: absolute;
        bottom: 22%;
        background-color: #f4f4f4;
        padding: 2.08333vw;
        box-sizing: border-box; }
        .index .box5 .listBox .item .pic {
          width: 100%;
          height: 0;
          padding-bottom: 76%;
          position: relative;
          overflow: hidden; }
          .index .box5 .listBox .item .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .index .box5 .listBox .item .pic:after {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            content: ''; }
        .index .box5 .listBox .item.prev {
          left: -2.6%; }
        .index .box5 .listBox .item.next {
          right: -2.6%; }
    @media (max-width: 1600px) {
      .index .box5 .list {
        width: 72%; }
      .index .box5 .list ul li a .liBox {
        padding: 0 3.125vw 1.5625vw; } }
    @media (max-width: 1400px) {
      .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: 1200px) {
      .index .box5 .listBox .list {
        width: 90%; }
      .index .box5 .listBox .item.prev {
        left: -12%; }
      .index .box5 .listBox .item.next {
        right: -12%; } }
    @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%;
                    padding-bottom: 61.5%; }
                  .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 .box5 .listBox .item {
          display: none; } }
  .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: #34a1f4; } }
        .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 .footerCen {
          width: 100%;
          display: flex;
          margin-left: 0;
          justify-content: space-between; }
          .footer .footerNew .footerCen dl:nth-child(2) {
            width: 50%; }
          .footer .footerNew .footerCen dl .line {
            margin-top: 10px; }
          .footer .footerNew .footerCen dl dd a {
            font-size: 12px;
            line-height: 26px; }
        .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; } }

.serviceBanner {
  width: 100%;
  height: 174px;
  background-color: #40aef7; }
  @media (max-width: 1024px) {
    .serviceBanner {
      display: none; } }

.home {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin: 30px auto 0; }
  .home a {
    color: #222;
    display: flex;
    align-items: center; }
    .home a img {
      margin-right: 10px; }
    .home a.a {
      color: #25c0ef; }
  .home span {
    margin: 0 12px; }
  @media (max-width: 768px) {
    .home {
      margin: 15px auto 0;
      font-size: 13px; }
      .home span {
        margin: 0 6px; }
      .home a img {
        margin-right: 6px; } }

.service {
  position: relative;
  margin: 40px auto 45px; }
  .service .serviceTab {
    width: 456px;
    right: 7.91667vw;
    position: absolute;
    top: 17px; }
    .service .serviceTab .conn {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      text-align: center; }
      .service .serviceTab .conn .tits {
        font-size: 24px;
        line-height: 26px;
        color: #000;
        font-weight: bold; }
      .service .serviceTab .conn .line {
        width: 50px;
        height: 3px;
        margin: 16px auto 0;
        background-color: #7b7b7b; }
      .service .serviceTab .conn .tit {
        width: 62.5%;
        margin: 10px auto 0;
        font-size: 12px;
        line-height: 25px;
        color: #7b7b7b; }
    .service .serviceTab .img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .service .serviceTab .img img {
        display: none; }
    .service .serviceTab .tabs {
      position: absolute;
      top: 0;
      height: 100%;
      left: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .service .serviceTab .tabs a {
        padding-left: 38px;
        background-position: left center;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
        color: #7b7b7b;
        background-repeat: no-repeat;
        display: block;
        white-space: nowrap; }
        .service .serviceTab .tabs a:after {
          width: 16px;
          height: 16px;
          border-radius: 100%;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -26px; }
        .service .serviceTab .tabs a:nth-child(1) {
          background-image: url("../images/service_icon1.png");
          transform: translate(-115px, -17px); }
          .service .serviceTab .tabs a:nth-child(1):after {
            background-color: #aad6f3;
            transform: translateY(0);
            top: 30px;
            left: -25px; }
        .service .serviceTab .tabs a:nth-child(2) {
          background-image: url("../images/service_icon2.png");
          transform: translate(6px, 0); }
          .service .serviceTab .tabs a:nth-child(2):after {
            background-color: #86c8f4; }
        .service .serviceTab .tabs a:nth-child(3) {
          background-image: url("../images/service_icon3.png");
          transform: translate(6px, 0); }
          .service .serviceTab .tabs a:nth-child(3):after {
            background-color: #63bbf6; }
        .service .serviceTab .tabs a:nth-child(4) {
          background-image: url("../images/service_icon4.png");
          transform: translate(-110px, 0); }
          .service .serviceTab .tabs a:nth-child(4):after {
            background-color: #40aef7;
            transform: translateY(0);
            top: 3px;
            left: -23px; }
        .service .serviceTab .tabs a.on {
          color: #636363; }
          .service .serviceTab .tabs a.on:after {
            background-color: #636363 !important; }
          .service .serviceTab .tabs a.on:nth-child(1) {
            background-image: url("../images/service_icon1_h.png"); }
          .service .serviceTab .tabs a.on:nth-child(2) {
            background-image: url("../images/service_icon2_h.png"); }
          .service .serviceTab .tabs a.on:nth-child(3) {
            background-image: url("../images/service_icon3_h.png"); }
          .service .serviceTab .tabs a.on:nth-child(4) {
            background-image: url("../images/service_icon4_h.png"); }
        @media (min-width: 1024px) {
          .service .serviceTab .tabs a:hover {
            color: #636363; }
            .service .serviceTab .tabs a:hover:after {
              background-color: #636363 !important; }
            .service .serviceTab .tabs a:hover:nth-child(1) {
              background-image: url("../images/service_icon1_h.png"); }
            .service .serviceTab .tabs a:hover:nth-child(2) {
              background-image: url("../images/service_icon2_h.png"); }
            .service .serviceTab .tabs a:hover:nth-child(3) {
              background-image: url("../images/service_icon3_h.png"); }
            .service .serviceTab .tabs a:hover:nth-child(4) {
              background-image: url("../images/service_icon4_h.png"); } }
  .service .con {
    width: 50.4%; }
    .service .con .title {
      font-size: 30px;
      line-height: 32px;
      font-weight: bold;
      color: #000; }
    .service .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #7f8692;
      margin-top: 30px; }
    .service .con .picBox {
      display: flex;
      justify-content: space-between;
      margin-top: 25px; }
      .service .con .picBox .pic {
        width: calc(50% - 2px); }
        .service .con .picBox .pic:nth-child(2) {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
        .service .con .picBox .pic .img {
          width: calc(50% - 2px);
          height: calc(50% - 2px);
          position: relative;
          overflow: hidden; }
          .service .con .picBox .pic .img:nth-child(n + 3) {
            margin-top: 4px; }
          .service .con .picBox .pic .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
  @media (max-width: 1366px) {
    .service .serviceTab .tabs a {
      font-size: 15px; }
    .service .con .title {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1200px) {
    .service .serviceTab {
      width: 360px;
      top: 63px;
      right: 10%; }
      .service .serviceTab .tabs a:nth-child(1) {
        transform: translate(-82px, -17px); }
      .service .serviceTab .tabs a:nth-child(2) {
        transform: translate(11px, 0); }
      .service .serviceTab .tabs a:nth-child(3) {
        transform: translate(10px, 0); }
      .service .serviceTab .tabs a:nth-child(4) {
        transform: translate(-85px, 5px); } }
  @media (max-width: 1024px) {
    .service {
      margin: 25px auto 30px; }
      .service .serviceTab {
        width: 100%;
        position: relative;
        top: auto;
        right: auto; }
        .service .serviceTab .bg {
          display: none; }
        .service .serviceTab .conn {
          display: none; }
        .service .serviceTab .img {
          display: none; }
        .service .serviceTab .tabs {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          height: auto;
          position: relative;
          left: auto;
          top: auto; }
          .service .serviceTab .tabs a {
            transform: translate(0, 0) !important; }
            .service .serviceTab .tabs a:after {
              display: none; }
      .service .con {
        width: 100%;
        float: none;
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .service .serviceTab {
      overflow-y: auto;
      display: none; }
      .service .serviceTab .tabs {
        width: 460px; }
    .service .serviceTab .tabs a {
      padding-left: 25px;
      background-size: 20px auto; }
    .service .con .title {
      font-size: 20px;
      line-height: 22px; }
    .service .con .txt {
      margin-top: 15px;
      font-size: 13px;
      line-height: 20px; }
    .service .con .picBox {
      display: block; }
      .service .con .picBox .pic {
        width: 100%;
        margin-bottom: 5px; }
        .service .con .picBox .pic:nth-child(2) {
          height: 70vw; } }

.banner {
  width: 100%;
  position: relative;
  background-color: #4fb3de; }
  .banner:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../images/banner_bg.png");
    z-index: 5;
    position: absolute; }
  .banner .con {
    width: 100%;
    left: 0;
    position: absolute;
    font-size: 45px;
    line-height: 47px;
    color: #fff;
    font-weight: bold;
    top: 56%;
    text-align: center;
    text-transform: uppercase;
    z-index: 10; }
  @media (max-width: 1366px) {
    .banner .con {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 768px) {
    .banner {
      overflow: hidden; }
      .banner:after {
        background: linear-gradient(to bottom, #34a1f4 10%, rgba(52, 161, 244, 0) 100%); }
      .banner img {
        width: 180%;
        margin-left: -40%; }
      .banner .con {
        font-size: 20px;
        line-height: 22px;
        top: 50%; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.contact {
  margin: 22px auto 60px; }
  .contact .box {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .contact .box .boxLeft {
      width: 60%; }
      .contact .box .boxLeft .title {
        font-size: 36px;
        line-height: 38px;
        font-weight: bold;
        color: #34a1f4; }
      .contact .box .boxLeft .tit {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 20px; }
      .contact .box .boxLeft .tableBox {
        margin-top: 40px; }
        .contact .box .boxLeft .tableBox .t {
          display: flex;
          justify-content: space-between;
          margin-bottom: 28px; }
          .contact .box .boxLeft .tableBox .t:nth-child(3) {
            margin-bottom: 0; }
          .contact .box .boxLeft .tableBox .t .ttt {
            font-size: 16px;
            line-height: 18px;
            color: #222;
            font-weight: bold;
            margin-bottom: 4px; }
            .contact .box .boxLeft .tableBox .t .ttt span {
              color: #ff0000; }
          .contact .box .boxLeft .tableBox .t .tt {
            width: 48.4%; }
            .contact .box .boxLeft .tableBox .t .tt .text {
              width: 100%;
              height: 44px;
              border: 1px solid #e5e4e4;
              background: #fff;
              padding-left: 15px;
              box-sizing: border-box;
              border-radius: 5px; }
          .contact .box .boxLeft .tableBox .t .tt1 {
            width: 100%; }
            .contact .box .boxLeft .tableBox .t .tt1 .txt {
              width: 100%;
              height: 188px;
              border: 1px solid #e5e4e4;
              background: #fff;
              padding: 0 15px;
              box-sizing: border-box;
              border-radius: 5px;
              line-height: 44px; }
        .contact .box .boxLeft .tableBox .submit {
          display: none; }
    .contact .box .boxRight {
      width: 34.7%;
      border-radius: 15px;
      background-color: #fafafa;
      padding: 0 3.125vw 0 4.42708vw;
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      .contact .box .boxRight .tit .t {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1.14583vw 0; }
        .contact .box .boxRight .tit .t img {
          margin-right: 1.875vw; }
        .contact .box .boxRight .tit .t .tt {
          font-size: 14px;
          line-height: 20px;
          color: #666; }
  .contact .submit {
    width: 288px;
    height: 59px;
    border-radius: 10px;
    text-align: center;
    display: block;
    font-size: 19px;
    line-height: 59px;
    color: #fff;
    box-shadow: 2.487px 1.678px 3.96px 0.04px rgba(4, 0, 0, 0.11);
    margin-top: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/but.png"); }
  .contact .map {
    border-radius: 5px;
    box-shadow: 0px 0px 9px 0px rgba(173, 173, 173, 0.4);
    overflow: hidden;
    margin-top: 37px;
    height: 384px; }
  @media (max-width: 1366px) {
    .contact .box .boxLeft .title {
      font-size: 28px;
      line-height: 30px; }
    .contact .submit {
      width: 200px;
      height: 42px;
      font-size: 14px;
      line-height: 42px; } }
  @media (max-width: 768px) {
    .contact .box {
      display: block; }
      .contact .box .boxLeft {
        width: 100%; }
        .contact .box .boxLeft .title {
          font-size: 22px;
          line-height: 24px; }
        .contact .box .boxLeft .tit {
          margin-top: 10px; }
        .contact .box .boxLeft .tableBox {
          margin-top: 15px; }
          .contact .box .boxLeft .tableBox .t {
            margin-bottom: 0;
            display: block; }
            .contact .box .boxLeft .tableBox .t .ttt {
              font-size: 12px;
              line-height: 14px; }
            .contact .box .boxLeft .tableBox .t .tt {
              width: 100%;
              margin-bottom: 10px; }
              .contact .box .boxLeft .tableBox .t .tt .text {
                height: 42px; }
          .contact .box .boxLeft .tableBox .submit {
            display: block;
            margin-top: 15px; }
      .contact .box .boxRight {
        width: 100%;
        margin-top: 15px;
        padding: 20px; }
        .contact .box .boxRight .t img {
          width: 40px; }
    .contact .submit {
      display: none; }
    .contact .map {
      margin-top: 15px;
      overflow: hidden; }
      .contact .map img {
        width: 160%;
        margin-left: -30%; } }

.team {
  margin: 45px auto 0; }
  .team ul {
    padding-bottom: 20px; }
    .team ul li {
      width: 21.7%;
      float: left;
      margin-right: 4.4%;
      margin-bottom: 48px; }
      .team ul li:nth-child(4n) {
        margin-right: 0; }
      .team ul li a {
        width: 100%;
        display: block;
        position: relative; }
        .team ul li a .tits {
          font-size: 16px;
          line-height: 18px;
          color: #fff;
          transform-origin: left;
          position: absolute;
          left: 58.9%;
          top: 35%;
          transform: rotate(-25deg); }
        .team ul li a .tit {
          display: flex;
          flex-direction: row-reverse;
          margin-top: -11px; }
          .team ul li a .tit .t {
            margin-right: 6px;
            font-size: 16px;
            line-height: 25px;
            font-weight: bold;
            color: #010101; }
            .team ul li a .tit .t .tt {
              display: flex;
              align-items: center; }
              .team ul li a .tit .t .tt:nth-child(2) {
                margin-top: 5px; }
              .team ul li a .tit .t .tt img {
                margin-right: 10px; }
  @media (max-width: 1366px) {
    .team ul li a .tits {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 1200px) {
    .team ul li {
      width: 32%;
      margin-right: 2%; }
      .team ul li:nth-child(4n) {
        margin-right: 2%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; }
      .team ul li a .tit .t {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0 !important; } }
  @media (max-width: 768px) {
    .team {
      padding-bottom: 40px; }
      .team ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 25px; }
        .team ul li:nth-child(3n) {
          margin-right: 3%; }
        .team ul li:nth-child(2n) {
          margin-right: 0; }
        .team ul li a .tits {
          font-size: 13px; } }
  @media (max-width: 460px) {
    .team ul {
      padding-bottom: 15px; }
      .team ul li {
        width: 100%;
        margin-bottom: 15px; } }

.paging {
  width: 100%;
  display: flex;
  justify-content: center; }
  .paging dl {
    display: flex;
    align-items: flex-start;
    background-image: url("../images/page_bg1.png");
    background-position: center 8px;
    background-repeat: no-repeat; }
    .paging dl dt a {
      width: 44px;
      height: 44px;
      background-image: -moz-linear-gradient(-90deg, #8ddbff 0%, #34a6d7 100%);
      background-image: -webkit-linear-gradient(-90deg, #8ddbff 0%, #34a6d7 100%);
      background-image: -ms-linear-gradient(-90deg, #8ddbff 0%, #34a6d7 100%);
      box-shadow: 0px 2px 3px 0px rgba(141, 141, 141, 0.66);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%; }
    .paging dl dt.prev {
      margin-right: 20px; }
    .paging dl dt.next {
      margin-left: 20px; }
    .paging dl dd {
      margin: 0 14px; }
      .paging dl dd a, .paging dl dd span {
        width: 36px;
        height: 54px;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 54px;
        color: #000; }
        @media (min-width: 1024px) {
          .paging dl dd a:hover, .paging dl dd span:hover {
            color: #fff;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/page_bg.png"); } }
      .paging dl dd span {
        color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/page_bg.png"); }
  @media (max-width: 768px) {
    .paging dl {
      background-size: 70%;
      background-position: center 5px; }
      .paging dl dt a {
        width: 30px;
        height: 30px; }
        .paging dl dt a img {
          width: 14px; }
      .paging dl dt.prev {
        margin-right: 10px; }
      .paging dl dt.next {
        margin-left: 10px; }
      .paging dl dd {
        margin: 0 6px; }
        .paging dl dd a, .paging dl dd span {
          width: 30px;
          height: 40px;
          line-height: 40px; } }

.teamInfo {
  padding-top: 26px; }
  .teamInfo .content .pic {
    width: 280px;
    padding: 0 19px;
    box-sizing: border-box;
    float: left;
    position: relative; }
    .teamInfo .content .pic img {
      width: 100%;
      display: block;
      position: relative;
      z-index: 5; }
    .teamInfo .content .pic:after {
      width: 40px;
      position: absolute;
      left: 0;
      bottom: -15px;
      content: '';
      height: 284px;
      background-size: cover;
      background-image: url("../images/team_bg1.png"); }
    .teamInfo .content .pic:before {
      width: 40px;
      position: absolute;
      right: 0;
      bottom: 22px;
      content: '';
      height: 284px;
      background-size: cover;
      background-image: url("../images/team_bg1.png"); }
  .teamInfo .content .conRight {
    width: calc(100% - 313px);
    float: right; }
    .teamInfo .content .conRight .line {
      width: 100%;
      height: 1px;
      background-color: #c2c6c9;
      position: relative; }
      .teamInfo .content .conRight .line:after {
        width: 282px;
        height: 2px;
        background-color: #114daf;
        position: absolute;
        bottom: 0;
        left: 0;
        content: ''; }
    .teamInfo .content .conRight .box1 {
      padding-top: 26px; }
      .teamInfo .content .conRight .box1 .tits {
        font-size: 18px;
        line-height: 20px;
        color: #2c251c;
        margin-bottom: 18px; }
        .teamInfo .content .conRight .box1 .tits span {
          font-size: 14px;
          margin-left: 35px; }
      .teamInfo .content .conRight .box1 .con {
        margin-top: 12px; }
        .teamInfo .content .conRight .box1 .con .conLeft {
          width: 300px;
          float: left; }
          .teamInfo .content .conRight .box1 .con .conLeft .t {
            font-size: 14px;
            line-height: 30px;
            color: #4c4b4b; }
          .teamInfo .content .conRight .box1 .con .conLeft .t1 {
            margin-top: 8px; }
            .teamInfo .content .conRight .box1 .con .conLeft .t1 .tt {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 20px;
              color: #4c4b4b;
              margin-bottom: 5px; }
              .teamInfo .content .conRight .box1 .con .conLeft .t1 .tt img {
                margin-right: 7px; }
          .teamInfo .content .conRight .box1 .con .conLeft .share {
            display: flex;
            margin-top: 25px; }
            .teamInfo .content .conRight .box1 .con .conLeft .share a {
              width: 29px;
              display: block;
              margin-right: 10px; }
        .teamInfo .content .conRight .box1 .con .conRight {
          width: 338px;
          font-size: 14px;
          line-height: 20px;
          color: #aaa9a9;
          float: right;
          padding-top: 38px; }
    .teamInfo .content .conRight .box2 {
      justify-content: space-between;
      display: flex;
      position: relative;
      margin-top: 65px; }
      .teamInfo .content .conRight .box2 .line {
        position: absolute;
        top: 30px;
        left: 0; }
      .teamInfo .content .conRight .box2 .item .t {
        font-size: 18px;
        line-height: 20px;
        color: #2c251c;
        margin-bottom: 15px; }
      .teamInfo .content .conRight .box2 .item .t1 {
        font-size: 14px;
        line-height: 24px;
        color: #727272; }
      .teamInfo .content .conRight .box2 .item .t2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .teamInfo .content .conRight .box2 .item .t2 a {
          display: block;
          width: 50%;
          font-size: 14px;
          line-height: 24px;
          color: #727272; }
      .teamInfo .content .conRight .box2 .item .t3 a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #727272; }
      .teamInfo .content .conRight .box2 .item:nth-child(1) {
        width: 26.6%; }
      .teamInfo .content .conRight .box2 .item:nth-child(2) {
        width: 41.4%; }
      .teamInfo .content .conRight .box2 .item:nth-child(3) {
        width: 130px; }
    .teamInfo .content .conRight .box3 {
      margin-top: 50px; }
      .teamInfo .content .conRight .box3 .tits {
        font-size: 18px;
        line-height: 20px;
        color: #2c251c;
        margin-bottom: 18px; }
      .teamInfo .content .conRight .box3 .txt {
        font-size: 14px;
        line-height: 20px;
        color: #aaa9a9;
        padding-right: 48px;
        box-sizing: border-box;
        margin-top: 28px; }
      .teamInfo .content .conRight .box3 .list {
        box-sizing: border-box;
        padding-right: 25px;
        margin-top: 23px; }
        .teamInfo .content .conRight .box3 .list ul li {
          display: flex;
          align-items: flex-start;
          padding-bottom: 28px;
          position: relative; }
          .teamInfo .content .conRight .box3 .list ul li:after {
            width: 2px;
            height: 100%;
            position: absolute;
            top: 17px;
            left: 107px;
            background-color: #b2e1ff;
            content: ''; }
          .teamInfo .content .conRight .box3 .list ul li:last-child {
            padding-bottom: 0; }
            .teamInfo .content .conRight .box3 .list ul li:last-child:after {
              display: none; }
          .teamInfo .content .conRight .box3 .list ul li .year {
            width: 80px;
            height: 34px;
            border-radius: 17px;
            background-color: #b2e1ff;
            text-align: center;
            font-size: 18px;
            line-height: 34px;
            color: #fff; }
          .teamInfo .content .conRight .box3 .list ul li .dian {
            width: 12px;
            height: 12px;
            border-radius: 100%;
            background-color: #fff;
            box-sizing: border-box;
            border: 1px solid #b2e1ff;
            margin: 11px 32px 0 22px;
            position: relative;
            z-index: 5; }
          .teamInfo .content .conRight .box3 .list ul li .con {
            flex: 1; }
            .teamInfo .content .conRight .box3 .list ul li .con .t {
              position: relative;
              width: fit-content; }
              .teamInfo .content .conRight .box3 .list ul li .con .t .t1 {
                font-size: 14px;
                line-height: 20px;
                color: #727272;
                border-radius: 10px;
                border: 1px solid #c2c6c9;
                background-color: #fff;
                width: fit-content;
                padding: 12px 15px 13px 18px;
                position: relative;
                z-index: 5; }
              .teamInfo .content .conRight .box3 .list ul li .con .t:after {
                width: 100%;
                height: 100%;
                background-color: #b2e1ff;
                top: 5px;
                left: 5px;
                content: '';
                position: absolute;
                border-radius: 10px; }
          .teamInfo .content .conRight .box3 .list ul li:nth-child(2n) .year {
            background-color: #c2c6c9; }
          .teamInfo .content .conRight .box3 .list ul li:nth-child(2n) .con .t:after {
            background-color: #c2c6c9; }
  @media (max-width: 1200px) {
    .teamInfo .content .conRight .box1 .con .conLeft {
      width: 45%; }
    .teamInfo .content .conRight .box1 .con .conRight {
      width: 50%; }
    .teamInfo .content .conRight .box2 .item .t1 {
      font-size: 12px; }
    .teamInfo .content .conRight .box2 .item .t2 a {
      font-size: 12px; }
    .teamInfo .content .conRight .box2 .item .t3 a {
      font-size: 12px; } }
  @media (max-width: 1024px) {
    .teamInfo .content .pic {
      width: 280px;
      margin: 0 auto;
      float: none; }
    .teamInfo .content .conRight {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding-bottom: 40px; }
      .teamInfo .content .conRight .box1 .tits {
        margin-bottom: 10px; }
        .teamInfo .content .conRight .box1 .tits span {
          margin-left: 10px; }
      .teamInfo .content .conRight .box1 .con .conLeft {
        width: 100%;
        float: none; }
      .teamInfo .content .conRight .box1 .con .conRight {
        width: 100%;
        float: none;
        margin-right: 10px;
        padding-top: 0;
        margin-right: 0;
        font-size: 12px;
        line-height: 20px; }
      .teamInfo .content .conRight .box2 {
        display: block;
        margin-top: 25px; }
        .teamInfo .content .conRight .box2 .item {
          width: 100% !important;
          float: none;
          margin-bottom: 15px; }
          .teamInfo .content .conRight .box2 .item .t {
            border-bottom: 1px solid #c2c6c9;
            padding-bottom: 10px;
            margin-bottom: 8px;
            position: relative; }
            .teamInfo .content .conRight .box2 .item .t:after {
              width: 110px;
              height: 2px;
              background-color: #34a1f4;
              position: absolute;
              bottom: -1px;
              left: 0;
              content: ''; }
        .teamInfo .content .conRight .box2 .line {
          display: none; }
      .teamInfo .content .conRight .box3 {
        margin-top: 25px; }
        .teamInfo .content .conRight .box3 .tits {
          margin-bottom: 10px; }
        .teamInfo .content .conRight .box3 .line:after {
          width: 110px; }
        .teamInfo .content .conRight .box3 .txt {
          font-size: 13px;
          line-height: 20px;
          padding-right: 0;
          margin-top: 15px; }
        .teamInfo .content .conRight .box3 .list {
          padding-right: 0;
          margin-top: 15px; }
          .teamInfo .content .conRight .box3 .list ul li {
            margin-bottom: 15px; }
            .teamInfo .content .conRight .box3 .list ul li:after {
              left: 67px;
              top: 20px;
              height: calc(100% + 5px); }
            .teamInfo .content .conRight .box3 .list ul li .year {
              font-size: 14px;
              line-height: 28px;
              border-radius: 14px;
              height: 28px;
              width: 52px; }
            .teamInfo .content .conRight .box3 .list ul li .dian {
              margin: 8px 10px 0; }
            .teamInfo .content .conRight .box3 .list ul li .con .t .t1 {
              font-size: 13px;
              line-height: 20px;
              padding: 10px; } }

.newsBanner {
  background-color: #48b0dc;
  height: 600px;
  width: 100%;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat; }
  .newsBanner .con {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 215px; }
    .newsBanner .con .conn {
      width: 650px;
      margin-right: 11.7%;
      color: #fff; }
      .newsBanner .con .conn .tits {
        font-size: 2.34375vw;
        line-height: 2.44792vw;
        font-weight: bold;
        text-transform: uppercase; }
      .newsBanner .con .conn .tit {
        font-size: 1.04167vw;
        line-height: 1.66667vw;
        margin-top: 30px; }
      .newsBanner .con .conn .down {
        display: block;
        margin-top: 40px; }
      .newsBanner .con .conn .tabs {
        display: flex;
        align-items: center;
        margin-top: 55px; }
        .newsBanner .con .conn .tabs a {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 25px;
          color: #fff;
          font-weight: bold;
          padding-left: 10px;
          border: 1px solid transparent;
          box-sizing: border-box;
          margin-right: 27px; }
          .newsBanner .con .conn .tabs a:last-child {
            margin-right: 0; }
          .newsBanner .con .conn .tabs a img {
            margin-left: 18px;
            opacity: 0;
            -webkit-clip-path: polygon(32% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(32% 0%, 100% 0%, 100% 100%, 0% 100%); }
          .newsBanner .con .conn .tabs a.on {
            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%);
            border-color: #7d7d7d; }
            .newsBanner .con .conn .tabs a.on img {
              opacity: 1; }
          @media (min-width: 1024px) {
            .newsBanner .con .conn .tabs a:hover {
              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%);
              border-color: #7d7d7d; }
              .newsBanner .con .conn .tabs a:hover img {
                opacity: 1; } }
  @media (max-width: 1366px) {
    .newsBanner {
      height: 480px; }
      .newsBanner .con {
        padding-top: 165px; }
        .newsBanner .con .conn {
          margin-right: 5%; }
          .newsBanner .con .conn .tit {
            font-size: 13px;
            line-height: 20px; } }
  @media (max-width: 1024px) {
    .newsBanner {
      height: 360px; }
      .newsBanner .con {
        padding-top: 60px; }
        .newsBanner .con .conn {
          width: 70%; }
          .newsBanner .con .conn .tabs a {
            font-size: 14px;
            margin-right: 10px; }
            .newsBanner .con .conn .tabs a img {
              margin-left: 10px; } }
  @media (max-width: 768px) {
    .newsBanner {
      height: auto;
      padding: 30px 0;
      background-size: cover;
      background-position: center; }
      .newsBanner .con {
        padding-top: 0; }
        .newsBanner .con .conn {
          width: 92%;
          margin-right: 4%; }
          .newsBanner .con .conn .tits {
            font-size: 20px;
            line-height: 22px; }
          .newsBanner .con .conn .tit {
            margin-top: 15px; }
          .newsBanner .con .conn .down {
            width: 26px;
            margin-top: 15px; }
          .newsBanner .con .conn .tabs {
            justify-content: space-between;
            margin-top: 25px; }
            .newsBanner .con .conn .tabs a {
              padding: 0 5px;
              font-size: 12px;
              margin-right: 0; }
              .newsBanner .con .conn .tabs a img {
                display: none; } }

.news {
  padding-top: 44px; }
  .news ul {
    padding-bottom: 5.20833vw; }
    .news ul li {
      width: 49%;
      float: left;
      margin-bottom: 28px; }
      .news ul li:nth-child(2n) {
        float: right; }
      .news ul li a {
        width: 100%;
        display: flex; }
        .news ul li a .pic {
          width: 53%;
          padding-bottom: 39.6%; }
        .news ul li a .con {
          width: 47%;
          background-color: #f8f8f8;
          border: 1px solid #f1f1f1;
          box-sizing: border-box;
          border-left: none;
          padding: 0 40px 0 26px;
          display: flex;
          align-items: center; }
          .news ul li a .con .conn .tits {
            font-size: 14px;
            line-height: 17px;
            color: #000; }
          .news ul li a .con .conn .time {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 15px;
            color: #6c6c6c;
            margin-top: 15px; }
            .news ul li a .con .conn .time img {
              margin-right: 5px; }
          .news ul li a .con .conn .tit {
            font-size: 12px;
            line-height: 17px;
            color: #6c6c6c;
            -webkit-line-clamp: 5;
            margin-top: 13px; }
          .news ul li a .con .conn .more {
            width: 74px;
            margin-top: 28px; }
  @media (max-width: 1290px) {
    .news ul li a .con .conn .tit {
      -webkit-line-clamp: 3;
      height: auto; }
    .news ul li a .con .conn .more {
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .news ul li a .con {
      padding: 0 15px; }
      .news ul li a .con .conn .time {
        margin-top: 10px; }
      .news ul li a .con .conn .tit {
        margin-top: 8px; }
      .news ul li a .con .conn .more {
        margin-top: 10px; } }
  @media (max-width: 930px) {
    .news {
      padding-top: 25px; }
      .news ul li {
        width: 100%;
        margin-bottom: 15px; } }
  @media (max-width: 540px) {
    .news {
      padding-bottom: 40px; }
      .news ul {
        padding-bottom: 15px; }
        .news ul li a {
          display: block; }
          .news ul li a .pic {
            width: 100%;
            padding-bottom: 66vw; }
          .news ul li a .con {
            width: 100%;
            padding: 15px; } }

.newsInfo {
  padding-top: 35px;
  padding-bottom: 68px; }
  .newsInfo .conLeft {
    width: 67%;
    float: left; }
    .newsInfo .conLeft .tits {
      font-size: 30px;
      line-height: 39px;
      color: #040300;
      font-weight: bold; }
    .newsInfo .conLeft .tit {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 29px;
      color: #222;
      margin-top: 18px; }
      .newsInfo .conLeft .tit .t {
        display: flex;
        align-items: center;
        margin-right: 50px; }
        .newsInfo .conLeft .tit .t img {
          margin-right: 10px; }
      .newsInfo .conLeft .tit .share {
        display: flex;
        align-items: center; }
        .newsInfo .conLeft .tit .share a {
          width: 29px;
          display: block;
          margin-right: 14px;
          padding: 0 !important; }
          .newsInfo .conLeft .tit .share a span {
            width: 29px !important;
            height: 29px !important;
            line-height: 29px !important; }
    .newsInfo .conLeft .con {
      font-size: 14px;
      line-height: 25px;
      color: #666;
      margin-top: 35px; }
      .newsInfo .conLeft .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto !important; }
    .newsInfo .conLeft .page {
      margin-top: 28px; }
  .newsInfo .conRight {
    width: 322px;
    float: right; }
    .newsInfo .conRight .item {
      background-color: #fcfcfc;
      margin-bottom: 62px; }
      .newsInfo .conRight .item .title {
        border-radius: 10px 10px 0 0;
        border: 1px solid #7d7d7d;
        box-sizing: border-box;
        width: 100%;
        padding: 0 24px;
        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%);
        font-size: 16px;
        line-height: 42px;
        color: #fff;
        font-weight: bold; }
      .newsInfo .conRight .item .line {
        width: 100%;
        height: 2px;
        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%); }
      .newsInfo .conRight .item ul li {
        padding: 16px 22px 13px;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #77c2e4; }
        .newsInfo .conRight .item ul li a {
          width: 100%;
          display: block;
          padding-left: 22px;
          box-sizing: border-box;
          position: relative; }
          .newsInfo .conRight .item ul li a:after {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            position: absolute;
            left: 0;
            content: '';
            top: 6px;
            background-color: #6ebcf7; }
          .newsInfo .conRight .item ul li a .tits {
            font-size: 14px;
            line-height: 21px;
            color: #6c6c6c; }
          .newsInfo .conRight .item ul li a .time {
            font-size: 12px;
            line-height: 14px;
            color: #6c6c6c;
            margin-top: 8px; }
  @media (max-width: 1366px) {
    .newsInfo .conLeft .tits {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 1100px) {
    .newsInfo .conLeft {
      width: 100%;
      float: none; }
    .newsInfo .conRight {
      display: none; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-top: 25px;
      padding-bottom: 40px; }
      .newsInfo .conLeft .tits {
        font-size: 18px;
        line-height: 24px; }
      .newsInfo .conLeft .tit {
        display: block;
        margin-top: 10px; }
        .newsInfo .conLeft .tit .share a {
          width: 26px; }
          .newsInfo .conLeft .tit .share a span {
            width: 26px !important;
            height: 26px !important;
            line-height: 26px !important; }
      .newsInfo .conLeft .con {
        font-size: 13px;
        line-height: 22px;
        margin-top: 20px; } }

.page {
  border-top: 1px solid #e2e2e2; }
  .page a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    line-height: 38px;
    color: #6c6c6c; }
    .page a img {
      margin-left: 26px;
      margin-right: 15px; }
    .page a .t {
      flex: 1;
      margin-right: 30px; }
    .page a .time {
      margin-right: 22px; }
    @media (min-width: 1024px) {
      .page a:hover {
        background-color: #8dd7f9;
        color: #222;
        border-radius: 5px; } }
  @media (max-width: 768px) {
    .page a img {
      margin-left: 8px;
      margin-right: 8px;
      width: 10px; }
    .page a .t {
      margin-right: 10px; } }

.cases {
  padding-top: 70px; }
  .cases .content {
    margin-top: 4.27083vw; }
    .cases .content .list {
      width: calc(100% - 332px - 38px);
      float: left; }
      .cases .content .list ul {
        border-right: 1px solid #bababa;
        padding-right: 40px;
        width: 100%;
        box-sizing: border-box; }
        .cases .content .list ul li {
          padding: 30px 0;
          border-bottom: 1px solid #bababa; }
          .cases .content .list ul li:nth-child(1) {
            border-top: 1px solid #bababa; }
          .cases .content .list ul li a {
            width: 100%;
            display: flex;
            align-items: center; }
            .cases .content .list ul li a .time {
              width: 92px;
              color: #000; }
              .cases .content .list ul li a .time .t {
                font-size: 15px;
                line-height: 17px; }
              .cases .content .list ul li a .time .line {
                width: 27px;
                height: 2px;
                background-color: #9b9b9b;
                margin-top: 18px; }
              .cases .content .list ul li a .time .t1 {
                font-size: 28px;
                line-height: 30px;
                font-weight: bold;
                margin-top: 18px; }
            .cases .content .list ul li a .pic {
              width: 36.4%;
              margin-right: 16px;
              padding-bottom: 27.3%; }
            .cases .content .list ul li a .con {
              flex: 1;
              box-sizing: border-box; }
              .cases .content .list ul li a .con .conn {
                width: 375px;
                max-width: calc(100% - 32px);
                margin-left: 16px; }
                .cases .content .list ul li a .con .conn .tits {
                  font-size: 16px;
                  line-height: 24px;
                  color: #333;
                  font-weight: bold; }
                .cases .content .list ul li a .con .conn .tit {
                  font-size: 12px;
                  line-height: 20px;
                  color: #333;
                  margin-top: 10px; }
              .cases .content .list ul li a .con .line {
                width: 100%;
                height: 1px;
                background-color: #bcbcbc;
                margin-top: 26px; }
              .cases .content .list ul li a .con .more {
                margin-left: 16px;
                width: 114px;
                display: block;
                margin-top: 30px; }
          @media (min-width: 1024px) {
            .cases .content .list ul li:hover a .time {
              color: #1481db; }
              .cases .content .list ul li:hover a .time .line {
                background-color: #1481db; }
            .cases .content .list ul li:hover a .pic {
              box-shadow: 1.414px -1.414px 16px 0px rgba(0, 0, 0, 0.1); }
            .cases .content .list ul li:hover a .con .conn .tits {
              color: #1481db; }
            .cases .content .list ul li:hover a .con .conn .tit {
              color: #1481db; }
            .cases .content .list ul li:hover a .con .line {
              background-color: #1481db; } }
      .cases .content .list .paging {
        margin-top: 60px; }
  @media (max-width: 1366px) {
    .cases .content .list ul li a .con .line {
      margin-top: 15px; }
    .cases .content .list ul li a .con .more {
      margin-top: 20px; } }
  @media (max-width: 1200px) {
    .cases .content .list {
      width: 100%; }
      .cases .content .list ul {
        padding-right: 0;
        border-right: none; }
        .cases .content .list ul li a .time .t {
          font-size: 13px;
          line-height: 15px; }
        .cases .content .list ul li a .time .t1 {
          font-size: 20px;
          line-height: 22px; }
        .cases .content .list ul li a .con .conn .tits {
          font-size: 14px;
          line-height: 22px; }
    .cases .content .casesRight {
      display: none; } }
  @media (max-width: 820px) {
    .cases {
      padding-top: 40px; } }
  @media (max-width: 660px) {
    .cases {
      padding-bottom: 40px;
      padding-top: 20px; }
      .cases .content .list ul li {
        padding: 15px 0; }
        .cases .content .list ul li a {
          display: block; }
          .cases .content .list ul li a .time {
            display: none; }
          .cases .content .list ul li a .pic {
            width: 100%;
            padding-bottom: 70vw; }
          .cases .content .list ul li a .con {
            margin-top: 10px; }
            .cases .content .list ul li a .con .line {
              display: none; }
      .cases .content .list .paging {
        margin-top: 20px; } }

.navBox {
  position: relative; }
  .navBox .bg {
    width: 100%;
    position: absolute;
    top: -38px;
    left: 0; }
  .navBox .item {
    display: flex;
    height: 222px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10; }
    .navBox .item .img {
      height: 210px;
      position: absolute;
      left: 0;
      top: 0; }
    .navBox .item .tits {
      width: 200px;
      text-align: center;
      margin-right: 15px;
      text-align: center;
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #1481db;
      position: relative;
      z-index: 5; }
    .navBox .item .tit {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 130px;
      flex: 1;
      position: relative;
      z-index: 5; }
      .navBox .item .tit a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #130f10;
        padding: 6px 0; }
        .navBox .item .tit a.on {
          color: #34a1f4; }
        @media (min-width: 1024px) {
          .navBox .item .tit a:hover {
            color: #34a1f4; } }
    .navBox .item .itemBox .aBox {
      width: 808px;
      box-sizing: border-box;
      position: absolute;
      top: 160px;
      left: 0;
      padding: 15px 26px;
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid #2b8ddf;
      display: none; }
      .navBox .item .itemBox .aBox .close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer; }
      .navBox .item .itemBox .aBox a {
        font-size: 12.6px;
        line-height: 32px;
        color: #000;
        display: inline-block;
        padding-left: 12px;
        background-position: left center;
        background-image: url("../images/sj.png");
        margin-right: 30px;
        background-repeat: no-repeat; }
        @media (min-width: 1024px) {
          .navBox .item .itemBox .aBox a:hover {
            color: #1481db;
            background-image: url("../images/sj_h.png"); } }
        .navBox .item .itemBox .aBox a.on {
          color: #1481db;
          background-image: url("../images/sj_h.png"); }
        .navBox .item .itemBox .aBox a.disabled {
          opacity: 0.5;
          color: #000 !important;
          cursor: inherit;
          background-image: url("../images/sj.png") !important; }
      .navBox .item .itemBox .aBox:nth-child(4) {
        left: 50%;
        transform: translateX(-50%); }
      .navBox .item .itemBox .aBox:nth-child(n + 5) {
        left: auto;
        right: 0; }
    .navBox .item:nth-child(2) {
      flex-direction: row-reverse;
      margin-top: -52px; }
      .navBox .item:nth-child(2) .img {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0; }
      .navBox .item:nth-child(2) .tits {
        margin-left: 15px;
        margin-right: 0; }
    .navBox .item.item1 .tit {
      font-weight: bold;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 85px; }
  @media (max-width: 1260px) {
    .navBox .item .tit {
      grid-template-columns: 1fr 1fr 1.3fr 130px; }
      .navBox .item .tit a {
        padding: 3px 0; } }
  @media (max-width: 1024px) {
    .navBox .item .itemBox .aBox {
      width: 92%;
      position: fixed;
      top: 50%;
      left: 4% !important;
      right: auto !important;
      z-index: 10;
      transform: translateY(-50%);
      padding: 10px; }
      .navBox .item .itemBox .aBox a {
        margin-right: 15px;
        font-size: 12px;
        line-height: 26px; }
      .navBox .item .itemBox .aBox .close {
        top: 5px;
        right: 5px; } }
  @media (max-width: 940px) {
    .navBox .item .tit {
      grid-template-columns: 1fr 1fr 200px; }
      .navBox .item .tit a {
        padding: 3px 0; } }
  @media (max-width: 820px) {
    .navBox .bg {
      top: -10px; }
    .navBox .item {
      display: block;
      height: auto; }
      .navBox .item .img {
        display: none; }
      .navBox .item .tits {
        font-size: 16px;
        line-height: 18px;
        width: fit-content !important;
        margin-left: 0 !important; }
      .navBox .item .tit {
        grid-template-columns: 1.3fr 1fr;
        margin-top: 10px; }
        .navBox .item .tit a {
          font-size: 13px;
          padding: 0;
          line-height: 24px; }
      .navBox .item.item1 {
        margin-top: 0;
        margin-top: 15px; }
        .navBox .item.item1 .tit {
          grid-template-columns: 1fr 1fr 1fr; } }

.casesRight {
  width: 332px;
  float: right; }
  .casesRight .title {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #1481db; }
  .casesRight ul {
    margin-top: 25px; }
    .casesRight ul li {
      margin-bottom: 20px; }
      .casesRight ul li a {
        width: 100%;
        display: flex;
        align-items: center; }
        .casesRight ul li a .pic {
          width: 130px;
          height: 98px; }
        .casesRight ul li a .con {
          flex: 1;
          margin-left: 20px; }
          .casesRight ul li a .con .tits {
            font-size: 12px;
            line-height: 21px;
            color: #333; }
          .casesRight ul li a .con .time {
            font-size: 12px;
            line-height: 14px;
            color: #6c6c6c;
            margin-top: 10px; }
      @media (min-width: 1024px) {
        .casesRight ul li:hover .con .tits {
          color: #34a1f4; } }

.caseInfo {
  padding-bottom: 38px; }
  .caseInfo .content {
    padding-top: 3.38542vw; }
    .caseInfo .content .conLeft {
      width: calc(100% - 332px - 38px);
      float: left;
      border-right: 1px solid #bababa;
      padding-right: 40px;
      box-sizing: border-box; }
      .caseInfo .content .conLeft .tits {
        font-size: 30px;
        line-height: 39px;
        color: #040300;
        font-weight: bold; }
      .caseInfo .content .conLeft .tit {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 29px;
        color: #222;
        margin-top: 18px;
        justify-content: space-between; }
        .caseInfo .content .conLeft .tit .tt {
          flex: 1;
          display: flex;
          align-items: center; }
        .caseInfo .content .conLeft .tit .t {
          display: flex;
          align-items: center;
          margin-right: 50px; }
          .caseInfo .content .conLeft .tit .t img {
            margin-right: 10px; }
        .caseInfo .content .conLeft .tit .share {
          display: flex;
          align-items: center; }
          .caseInfo .content .conLeft .tit .share a {
            width: 29px;
            display: block;
            margin-right: 14px;
            padding: 0 !important; }
            .caseInfo .content .conLeft .tit .share a span {
              width: 29px !important;
              height: 29px !important;
              line-height: 29px !important; }
      .caseInfo .content .conLeft .picBox {
        margin-top: 30px; }
        .caseInfo .content .conLeft .picBox .list {
          width: 51.1%;
          float: left;
          position: relative; }
          .caseInfo .content .conLeft .picBox .list ul li {
            width: 100%;
            height: 338px;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            margin-right: 10px; }
            .caseInfo .content .conLeft .picBox .list ul li:last-child {
              margin-right: 0; }
            .caseInfo .content .conLeft .picBox .list ul li img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover; }
          .caseInfo .content .conLeft .picBox .list .btns {
            justify-content: center;
            width: 100%;
            position: absolute;
            bottom: 20px;
            left: 0;
            align-items: center;
            display: flex;
            z-index: 10; }
            .caseInfo .content .conLeft .picBox .list .btns a {
              width: 33px;
              display: block;
              margin: 0 26px; }
        .caseInfo .content .conLeft .picBox .conn {
          width: 45.5%;
          float: right; }
          .caseInfo .content .conLeft .picBox .conn .tit1 {
            border-top: 1px dashed #ccc;
            border-bottom: 1px dashed #ccc;
            font-size: 14px;
            line-height: 28px;
            color: #222;
            padding: 10px 0; }
            .caseInfo .content .conLeft .picBox .conn .tit1 .t {
              display: flex; }
              .caseInfo .content .conLeft .picBox .conn .tit1 .t .tt {
                font-weight: bold;
                width: 55%; }
              .caseInfo .content .conLeft .picBox .conn .tit1 .t .tt1 {
                flex: 1; }
          .caseInfo .content .conLeft .picBox .conn .tit2 {
            display: flex;
            align-items: flex-end;
            margin-top: 24px;
            justify-content: space-between; }
            .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox {
              width: 168px;
              height: 127px;
              position: relative; }
              .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox ul li {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                box-sizing: border-box;
                border: 3px solid #fff;
                border-radius: 30px; }
                .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox ul li img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover;
                  border-radius: 30px; }
                .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox ul li:nth-child(1) {
                  left: -3px;
                  z-index: 4; }
                .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox ul li:nth-child(2) {
                  left: 24px;
                  z-index: 3; }
                .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox ul li:nth-child(3) {
                  left: 51px;
                  z-index: 2; }
                .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox ul li:nth-child(4) {
                  left: 78px;
                  z-index: 1; }
            .caseInfo .content .conLeft .picBox .conn .tit2 .photoClick {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 14px;
              color: #34a1f4;
              margin-right: 25px; }
              .caseInfo .content .conLeft .picBox .conn .tit2 .photoClick img {
                margin-right: 10px; }
      .caseInfo .content .conLeft .con {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 40px; }
        .caseInfo .content .conLeft .con img {
          max-width: 100%;
          display: block;
          margin: 0 auto;
          height: auto !important; }
      .caseInfo .content .conLeft .page {
        margin-top: 37px; }
  .caseInfo .hotList {
    margin-top: 15px; }
    .caseInfo .hotList .title {
      border-bottom: 1px solid #979797;
      font-size: 20px;
      line-height: 44px;
      color: #000; }
      .caseInfo .hotList .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .caseInfo .hotList .title span:after {
          width: 100%;
          height: 2px;
          background-color: #34a1f4;
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px; }
    .caseInfo .hotList .proList {
      margin-top: 30px; }
  @media (max-width: 1366px) {
    .caseInfo .content .conLeft .picBox .conn .tit2 .photoClick {
      margin-right: 0; }
    .caseInfo .content .conLeft .picBox .list ul li {
      height: 316px; }
    .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox {
      width: 132px;
      height: 102px; }
    .caseInfo .content .conLeft .tits {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 1200px) {
    .caseInfo .content .conLeft {
      width: 100%;
      padding-right: 0;
      border-right: none; }
    .caseInfo .content .casesRight {
      display: none; } }
  @media (max-width: 768px) {
    .caseInfo .content .conLeft .tits {
      font-size: 18px;
      line-height: 24px; }
    .caseInfo .content .conLeft .tit {
      display: block;
      font-size: 13px;
      line-height: 20px;
      margin-top: 15px; }
      .caseInfo .content .conLeft .tit .tt .t {
        margin-right: 10px; }
      .caseInfo .content .conLeft .tit .share {
        margin-top: 10px; }
        .caseInfo .content .conLeft .tit .share a {
          width: 22px; }
          .caseInfo .content .conLeft .tit .share a span {
            width: 22px !important;
            height: 22px !important;
            line-height: 22px !important; }
    .caseInfo .content .conLeft .picBox {
      margin-top: 15px; }
      .caseInfo .content .conLeft .picBox .list {
        width: 100%; }
        .caseInfo .content .conLeft .picBox .list ul li {
          height: 68vw; }
      .caseInfo .content .conLeft .picBox .conn {
        margin-top: 10px;
        width: 100%; }
        .caseInfo .content .conLeft .picBox .conn .tit1 {
          font-size: 13px; }
        .caseInfo .content .conLeft .picBox .conn .tit2 .imgBox {
          display: none; }
    .caseInfo .content .conLeft .con {
      font-size: 13px;
      line-height: 22px;
      margin-top: 15px; }
    .caseInfo .content .conLeft .page {
      margin-top: 15px; }
    .caseInfo .hotList .title {
      font-size: 16px;
      line-height: 36px; }
    .caseInfo .hotList .proList {
      margin-top: 15px; } }

.proList ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative; }
  .proList ul li:after {
    width: calc(100% + 2px);
    height: 4px;
    background-color: #34a1f4;
    position: absolute;
    left: -1px;
    bottom: 0;
    content: '';
    opacity: 0; }
  .proList ul li:nth-child(4n) {
    margin-right: 0; }
  .proList ul li a {
    width: 100%;
    display: block;
    padding: 27px 25px 33px;
    box-sizing: border-box; }
    .proList ul li a .tits {
      font-size: 14px;
      line-height: 16px;
      color: #222;
      font-weight: bold; }
    .proList ul li a .pic {
      padding-bottom: 62.4%;
      margin-top: 30px; }
    .proList ul li a .tit {
      font-size: 12px;
      line-height: 18px;
      color: #6c6c6c;
      -webkit-line-clamp: 4;
      height: 72px;
      margin-top: 28px; }
    .proList ul li a .more {
      width: 74px;
      margin-top: 25px; }
  @media (min-width: 1024px) {
    .proList ul li:hover {
      background-color: #fff;
      box-shadow: 1.414px -1.414px 16px 0px rgba(0, 0, 0, 0.1); }
      .proList ul li:hover:after {
        opacity: 1; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .proList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .proList ul li:nth-child(3n) {
      margin-right: 3%; }
    .proList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 540px) {
  .proList ul li {
    width: 100%;
    margin-bottom: 15px; }
    .proList ul li a {
      padding: 15px; }
      .proList ul li a .pic {
        margin-top: 15px; }
      .proList ul li a .tit {
        margin-top: 18px; } }

.client {
  padding-top: 3.64583vw; }
  .client .navBox .item .tits {
    margin-right: 35px; }
  .client .navBox .item .tit {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 55px; }
  .client .box {
    margin-top: 38px; }
    .client .box .picBig {
      width: 46.3%;
      float: left; }
      .client .box .picBig a {
        position: relative;
        width: 100%;
        display: block; }
        .client .box .picBig a .pic {
          height: 448px; }
        .client .box .picBig a .con {
          width: 100%;
          position: absolute;
          left: 0;
          z-index: 10;
          bottom: 0;
          box-sizing: border-box;
          padding: 12px 30px;
          align-items: center;
          display: flex;
          justify-content: space-between; }
          .client .box .picBig a .con:after {
            width: 100%;
            height: 100%;
            opacity: 0.9;
            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%);
            content: '';
            position: absolute;
            bottom: 0;
            left: 0; }
          .client .box .picBig a .con .tits {
            width: 255px;
            max-width: calc(100% - 130px);
            position: relative;
            z-index: 5; }
            .client .box .picBig a .con .tits .t {
              font-size: 16px;
              line-height: 20px;
              color: #fff;
              font-weight: bold; }
            .client .box .picBig a .con .tits .time {
              font-size: 12px;
              line-height: 14px;
              display: flex;
              align-items: center;
              color: #fff;
              margin-top: 12px; }
              .client .box .picBig a .con .tits .time img {
                margin-right: 4px;
                width: 12px; }
          .client .box .picBig a .con img {
            width: 114px;
            display: block;
            position: relative;
            z-index: 5; }
    .client .box .item {
      width: 51.7%;
      float: right; }
      .client .box .item ul {
        width: 100%;
        height: 448px;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .client .box .item ul li {
          width: 100%; }
          .client .box .item ul li a {
            width: 100%;
            display: flex;
            align-items: center; }
            .client .box .item ul li a .pic {
              width: 186px;
              height: 140px; }
            .client .box .item ul li a .con {
              flex: 1;
              margin-left: 25px; }
              .client .box .item ul li a .con .tits {
                font-size: 14px;
                line-height: 16px;
                color: #000;
                font-weight: bold; }
              .client .box .item ul li a .con .tit {
                font-size: 12px;
                line-height: 20px;
                color: #878787;
                margin-top: 16px; }
              .client .box .item ul li a .con .time {
                display: flex;
                align-items: center;
                font-size: 12px;
                line-height: 14px;
                color: #000;
                margin-top: 16px; }
                .client .box .item ul li a .con .time img {
                  margin-right: 4px; }
  .client .list {
    margin-top: 55px; }
    .client .list ul {
      padding-bottom: 15px; }
      .client .list ul li {
        width: 31.1%;
        float: left;
        margin-right: 3.35%;
        margin-bottom: 45px; }
        .client .list ul li:nth-child(3n) {
          margin-right: 0; }
        .client .list ul li a {
          width: 100%;
          height: auto;
          display: block;
          position: relative; }
          .client .list ul li a:after {
            width: 100%;
            height: 4px;
            position: absolute;
            left: 0;
            bottom: 0;
            content: '';
            background-color: #34a1f4;
            opacity: 0; }
          .client .list ul li a .pic {
            padding-bottom: 75%; }
          .client .list ul li a .con {
            background-color: #f8f8f8;
            border: 1px solid #f1f1f1;
            box-sizing: border-box;
            padding: 28px 30px 40px; }
            .client .list ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              height: 40px;
              font-weight: bold;
              color: #000; }
            .client .list ul li a .con .tit {
              font-size: 12px;
              line-height: 20px;
              height: 60px;
              color: #878787;
              margin-top: 10px; }
            .client .list ul li a .con .time {
              font-size: 12px;
              line-height: 14px;
              color: #000;
              display: flex;
              align-items: center;
              margin-top: 12px; }
              .client .list ul li a .con .time img {
                margin-right: 4px; }
            .client .list ul li a .con .more {
              width: 114px;
              margin-top: 30px; }
        @media (min-width: 1024px) {
          .client .list ul li:hover {
            box-shadow: 1.414px -1.414px 16px 0px rgba(0, 0, 0, 0.1); }
            .client .list ul li:hover a:after {
              opacity: 1; }
            .client .list ul li:hover a .con {
              border-color: #fff;
              background-color: #fff; } }
  @media (max-width: 1200px) {
    .client .list ul li a .con {
      padding: 14px 15px 20px; } }
  @media (max-width: 1100px) {
    .client .box .item ul li a .pic {
      width: 156px;
      height: 118px; }
    .client .box .item ul {
      height: 384px; }
    .client .box .picBig a .pic {
      height: 384px; }
    .client .box .picBig a .con {
      padding: 10px 20px; }
      .client .box .picBig a .con .tits {
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 820px) {
    .client {
      padding-bottom: 40px; }
      .client .navBox .item .tit {
        grid-template-columns: 1fr 1fr 1fr; }
      .client .list {
        margin-top: 30px; }
        .client .list ul {
          padding-bottom: 15px; }
          .client .list ul li {
            width: 48.5%;
            margin-right: 3%;
            margin-bottom: 25px; }
            .client .list ul li:nth-child(3n) {
              margin-right: 3%; }
            .client .list ul li:nth-child(2n) {
              margin-right: 0; }
            .client .list ul li a .con .tits {
              font-size: 14px;
              line-height: 18px;
              height: 36px; }
            .client .list ul li a .con .more {
              margin-top: 15px;
              width: 90px; } }
  @media (max-width: 768px) {
    .client .box {
      margin-top: 15px; }
      .client .box .picBig {
        width: 100%;
        float: none; }
        .client .box .picBig a .pic {
          height: 68vw; }
        .client .box .picBig a .con {
          padding: 10px; }
          .client .box .picBig a .con .tits .t {
            font-size: 14px;
            line-height: 18px; }
          .client .box .picBig a .con .tits .time {
            margin-top: 5px;
            font-size: 12px; }
          .client .box .picBig a .con img {
            width: 80px; }
      .client .box .item {
        display: none; } }
  @media (max-width: 560px) {
    .client .list {
      margin-top: 20px; }
      .client .list ul li {
        width: 100%;
        margin-bottom: 10px; } }

.videoBanner {
  padding-top: 185px;
  padding-bottom: 40px; }
  .videoBanner .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .videoBanner .content .con {
      width: 35.6%;
      margin-left: 10.5%;
      color: #fff; }
      .videoBanner .content .con .tits {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.34375vw;
        line-height: 2.44792vw; }
      .videoBanner .content .con .tit {
        margin-top: 2.86458vw;
        font-size: 1.04167vw;
        line-height: 1.66667vw; }
      .videoBanner .content .con .more {
        padding: 6px 2.60417vw 6px 8px;
        display: flex;
        width: fit-content;
        border-radius: 4.16667vw;
        border: 2px solid #fff;
        align-items: center;
        font-size: 1.04167vw;
        margin-top: 4.42708vw; }
        .videoBanner .content .con .more img {
          margin-right: 1.04167vw;
          width: 2.55208vw; }
    .videoBanner .content .itemBox {
      width: 44.2%; }
      .videoBanner .content .itemBox .item {
        overflow: hidden;
        border-radius: 20px; }
        .videoBanner .content .itemBox .item a {
          width: 100%;
          display: block;
          position: relative; }
          .videoBanner .content .itemBox .item a .pic {
            padding-bottom: 56.1%; }
          .videoBanner .content .itemBox .item a .icon {
            width: 4.73958vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 5; }
          .videoBanner .content .itemBox .item a .tits {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 5;
            padding: 0 24px;
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.77); }
            .videoBanner .content .itemBox .item a .tits .t {
              font-size: 14px;
              line-height: 32px;
              color: #fff;
              flex: 1; }
            .videoBanner .content .itemBox .item a .tits img {
              margin-left: 10px;
              opacity: 0; }
        .videoBanner .content .itemBox .item:nth-child(1) {
          margin-bottom: 15px; }
        .videoBanner .content .itemBox .item.on a .icon {
          display: none; }
        .videoBanner .content .itemBox .item.on a .tits img {
          opacity: 1; }
  @media (max-width: 1366px) {
    .videoBanner {
      padding-top: 135px; }
      .videoBanner .content .con .tits {
        font-size: 34px;
        line-height: 36px; }
      .videoBanner .content .con .tit {
        font-size: 15px;
        line-height: 24px; }
      .videoBanner .content .con .more {
        font-size: 16px; }
        .videoBanner .content .con .more img {
          width: 36px; } }
  @media (max-width: 1024px) {
    .videoBanner {
      padding: 30px 0; }
      .videoBanner .content .con {
        width: 45%;
        margin-left: 0; }
        .videoBanner .content .con .tits {
          font-size: 24px;
          line-height: 26px; }
        .videoBanner .content .con .tit {
          font-size: 13px;
          line-height: 20px; } }
  @media (max-width: 768px) {
    .videoBanner .content .con {
      width: 100%; }
      .videoBanner .content .con .more {
        font-size: 13px;
        border-radius: 40px;
        padding: 5px 15px 5px 5px; }
        .videoBanner .content .con .more img {
          width: 30px;
          margin-right: 10px; }
    .videoBanner .content .itemBox {
      display: none; } }

.videoList {
  padding-top: 55px; }
  .videoList ul {
    padding-bottom: 67px; }
    .videoList ul li {
      width: 48.3%;
      position: relative;
      float: left;
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .videoList ul li:nth-child(2n) {
        float: right; }
      .videoList ul li:after {
        width: 100%;
        height: 160px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #f1f1f1;
        background-color: #f8f8f8;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .videoList ul li:before {
        width: 4px;
        height: 160px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #34a1f4;
        content: '';
        z-index: 10;
        border-radius: 0 5px 5px 0;
        display: none; }
      .videoList ul li .share {
        width: 37px;
        height: auto;
        position: relative;
        z-index: 5; }
        .videoList ul li .share a {
          width: 100%;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          filter: grayscale(100%);
          opacity: 0.5; }
      .videoList ul li .pic {
        width: 49%;
        height: auto;
        position: relative;
        z-index: 5; }
        .videoList ul li .pic a {
          width: 100%;
          height: 170px;
          display: block;
          position: relative;
          border-radius: 5px;
          overflow: hidden; }
          .videoList ul li .pic a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .videoList ul li .pic a:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            content: '';
            background-image: url("../images/video_bg1.png");
            z-index: 5; }
      .videoList ul li .con {
        flex: 1;
        padding: 0 32px 0 22px;
        box-sizing: border-box;
        position: relative;
        z-index: 5; }
        .videoList ul li .con a {
          width: 100%;
          display: block; }
          .videoList ul li .con a .tits {
            font-size: 14px;
            line-height: 18px;
            height: 36px;
            color: #000;
            font-weight: bold;
            margin-bottom: 3px; }
          .videoList ul li .con a .tit {
            font-size: 12px;
            line-height: 24px;
            display: flex;
            align-items: center;
            color: #222; }
            .videoList ul li .con a .tit img {
              margin-right: 9px; }
        .videoList ul li .con .btns {
          width: 100%;
          box-sizing: border-box;
          padding: 4px 8px 4px 4px;
          display: flex;
          align-items: center;
          background-color: #fff;
          box-shadow: 0px 2px 6px 0px rgba(203, 203, 203, 0.4);
          border-radius: 15px;
          margin-top: 12px; }
          .videoList ul li .con .btns .t {
            flex: 1;
            display: flex;
            align-items: center;
            background-color: #f1f1f1;
            border-radius: 10px;
            margin-right: 4px;
            justify-content: space-between;
            font-size: 12px;
            line-height: 20px;
            color: #c9c8c8;
            padding-left: 9px;
            padding-right: 10px; }
      @media (min-width: 1024px) {
        .videoList ul li:hover:after {
          border-color: #fff;
          background-color: #fff;
          box-shadow: 1.414px -1.414px 16px 0px rgba(0, 0, 0, 0.1); }
        .videoList ul li:hover:before {
          display: block; }
        .videoList ul li:hover .share a {
          filter: grayscale(0);
          opacity: 1; }
        .videoList ul li:hover .pic a:after {
          display: none; } }
  @media (max-width: 860px) {
    .videoList ul li {
      width: 100%;
      margin-bottom: 25px; } }
  @media (max-width: 540px) {
    .videoList {
      padding-top: 25px;
      padding-bottom: 40px; }
      .videoList ul {
        padding-bottom: 25px; }
        .videoList ul li {
          display: block;
          background-color: #f8f8f8;
          border: 1px solid #f1f1f1;
          overflow: hidden;
          border-radius: 10px;
          margin-bottom: 15px; }
          .videoList ul li:after {
            display: none; }
          .videoList ul li .share {
            display: none; }
          .videoList ul li .pic {
            width: 100%;
            float: none; }
            .videoList ul li .pic a {
              height: 55vw; }
          .videoList ul li .con {
            padding: 15px; } }

.videoInfo {
  width: 998px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 38px;
  position: relative;
  z-index: 5; }
  .videoInfo .title {
    font-size: 30px;
    line-height: 34px;
    color: #040300;
    font-weight: bold; }
  .videoInfo .tit {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    color: #7b7b7b;
    margin-top: 32px; }
    .videoInfo .tit .share {
      display: flex;
      align-items: center;
      margin-right: 5px; }
      .videoInfo .tit .share span {
        margin-right: 10px; }
      .videoInfo .tit .share a {
        width: 20px;
        display: block;
        margin-left: 7px; }
  .videoInfo .video {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
    margin-top: 30px; }
    .videoInfo .video img, .videoInfo .video video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .videoInfo .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px; }
    .videoInfo .bottom a {
      width: 47.8%;
      display: block; }
      .videoInfo .bottom a .t {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        font-weight: bold;
        background-repeat: no-repeat;
        box-sizing: border-box; }
      .videoInfo .bottom a .item {
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        margin-top: 15px;
        border-radius: 5px; }
        .videoInfo .bottom a .item .pic {
          width: 41.8%;
          height: 112px;
          border-radius: 5px;
          overflow: hidden;
          position: relative; }
          .videoInfo .bottom a .item .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .videoInfo .bottom a .item .pic:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/xx_bg.png");
            content: '';
            z-index: 5; }
        .videoInfo .bottom a .item .con {
          padding: 0 25px 0 16px;
          flex: 1;
          box-sizing: border-box; }
          .videoInfo .bottom a .item .con .tits {
            font-size: 14px;
            line-height: 18px;
            height: 36px;
            font-weight: bold;
            color: #222;
            margin-bottom: 5px; }
          .videoInfo .bottom a .item .con .t2 {
            font-size: 12px;
            line-height: 24px;
            color: #222;
            display: flex;
            align-items: center; }
            .videoInfo .bottom a .item .con .t2 img {
              margin-right: 8px; }
      .videoInfo .bottom a:nth-child(1) .t {
        padding-left: 36px;
        background-position: left center;
        background-image: url("../images/prev5.png"); }
      .videoInfo .bottom a:nth-child(2) .t {
        text-align: right;
        padding-right: 36px;
        background-position: right center;
        background-image: url("../images/next5.png"); }
      .videoInfo .bottom a:nth-child(2) .item {
        flex-direction: row-reverse; }
      @media (min-width: 1024px) {
        .videoInfo .bottom a:hover .t:nth-child(1) {
          background-image: url("../images/prev5_h.png"); }
        .videoInfo .bottom a:hover .t:nth-child(2) {
          background-image: url("../images/next5_h.png"); } }
  .videoInfo .hotList {
    margin-top: 40px; }
    .videoInfo .hotList .title {
      font-size: 16px;
      line-height: 28px;
      color: #222222;
      font-weight: bold;
      border-bottom: 1px solid #c9c8c8; }
      .videoInfo .hotList .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .videoInfo .hotList .title span:after {
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: -2px;
          left: 0;
          background-color: #34a1f4;
          content: ''; }
    .videoInfo .hotList ul {
      margin-top: 18px;
      padding-bottom: 62px; }
      .videoInfo .hotList ul li {
        width: 30.4%;
        margin-right: 4.4%;
        background-color: #fff;
        box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
        float: left; }
        .videoInfo .hotList ul li:nth-child(3n) {
          margin-right: 0; }
        .videoInfo .hotList ul li a {
          width: 100%;
          display: block; }
          .videoInfo .hotList ul li a .pic {
            padding-bottom: 56.25%; }
          .videoInfo .hotList ul li a .con {
            width: 100%;
            box-sizing: border-box;
            padding: 14px 18px 20px; }
            .videoInfo .hotList ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              height: 40px;
              color: #131313;
              font-weight: bold; }
            .videoInfo .hotList ul li a .con .t {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 14px;
              color: #222;
              margin-top: 4px; }
              .videoInfo .hotList ul li a .con .t img {
                margin-right: 12px; }
  @media (max-width: 1366px) {
    .videoInfo .title {
      font-size: 20px;
      line-height: 24px; }
    .videoInfo .tit {
      margin-top: 20px;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-bottom: 40px;
      padding-top: 25px; }
      .videoInfo .title {
        font-size: 16px;
        line-height: 22px; }
      .videoInfo .tit {
        display: block;
        font-size: 13px;
        line-height: 14px;
        margin-top: 10px; }
        .videoInfo .tit .t {
          margin-bottom: 8px; }
      .videoInfo .video {
        height: 55vw;
        margin-top: 10px; }
      .videoInfo .bottom a .item {
        display: none; }
      .videoInfo .hotList {
        margin-top: 25px; }
        .videoInfo .hotList ul {
          padding-bottom: 20px; }
          .videoInfo .hotList ul li {
            width: 48.5%;
            margin-right: 3%; }
            .videoInfo .hotList ul li:last-child {
              display: none; }
            .videoInfo .hotList ul li:nth-child(2n) {
              margin-right: 0; } }
  @media (max-width: 540px) {
    .videoInfo .hotList ul {
      padding-bottom: 10px; }
      .videoInfo .hotList ul li {
        width: 100%;
        margin-bottom: 15px;
        display: block !important; }
        .videoInfo .hotList ul li a .con .tits {
          font-size: 14px;
          line-height: 18px;
          height: auto; } }

.searchPage {
  padding-top: 58px; }
  .searchPage .title {
    font-size: 18px;
    line-height: 20px;
    color: #232323; }
  .searchPage .searchBox {
    width: 100%;
    background-color: #ddf1ff;
    padding-top: 60px;
    margin-top: 25px;
    padding-bottom: 55px; }
    .searchPage .searchBox .saerch {
      width: 456px;
      max-width: 92%;
      height: 55px;
      border: 2px solid #40aef7;
      margin: 0 auto;
      background-color: #fff;
      display: flex;
      align-items: center; }
      .searchPage .searchBox .saerch .text {
        flex: 1;
        font-size: 16px;
        color: #828181;
        box-sizing: border-box;
        padding-left: 18px;
        border: none;
        background: none;
        height: 51px; }
      .searchPage .searchBox .saerch a {
        width: 54px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .searchPage .searchBox .t {
      text-align: center;
      font-size: 16px;
      line-height: 18px;
      color: #828181;
      margin-top: 26px; }
  .searchPage .tabs {
    border-bottom: 2px solid #cfcfcf;
    display: flex;
    align-items: center;
    margin-top: 50px; }
    .searchPage .tabs a {
      display: block;
      width: fit-content;
      padding: 0 8px;
      font-size: 16px;
      line-height: 38px;
      color: #000;
      text-transform: uppercase;
      position: relative;
      font-weight: bold;
      margin-right: 34px; }
      .searchPage .tabs a.on:after {
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -3px;
        left: 0;
        content: '';
        background-color: #34a1f4; }
      @media (min-width: 1024px) {
        .searchPage .tabs a:hover:after {
          width: 100%;
          height: 4px;
          position: absolute;
          bottom: -3px;
          left: 0;
          content: '';
          background-color: #34a1f4; } }
  .searchPage .tit {
    font-size: 16px;
    line-height: 18px;
    color: #828181;
    margin-top: 20px; }
  .searchPage .list {
    margin-top: 54px; }
    .searchPage .list ul {
      padding-bottom: 40px; }
      .searchPage .list ul li {
        border: 1px solid #eee;
        margin-bottom: 28px; }
        .searchPage .list ul li a {
          width: 100%;
          display: flex;
          align-items: flex-start;
          padding: 17px 20px;
          box-sizing: border-box;
          justify-content: space-between; }
          .searchPage .list ul li a .t {
            flex: 1;
            margin-right: 30px; }
            .searchPage .list ul li a .t .tt {
              font-size: 14px;
              line-height: 18px;
              font-weight: bold;
              color: #6c6c6c; }
              .searchPage .list ul li a .t .tt span {
                color: #34a1f4; }
            .searchPage .list ul li a .t .tt1 {
              color: #34a1f4;
              font-size: 12px;
              line-height: 14px;
              margin-top: 8px; }
          .searchPage .list ul li a .t1 {
            font-size: 14px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 10px; }
  @media (max-width: 768px) {
    .searchPage {
      padding-bottom: 40px;
      padding-top: 25px; }
      .searchPage .searchBox {
        padding: 25px 0;
        margin-top: 15px; }
        .searchPage .searchBox .saerch {
          height: 44px; }
          .searchPage .searchBox .saerch .text {
            font-size: 13px; }
          .searchPage .searchBox .saerch a {
            width: 44px;
            height: 44px; }
        .searchPage .searchBox .t {
          font-size: 13px;
          line-height: 15px;
          margin-top: 8px; }
      .searchPage .tabs {
        margin-top: 25px; }
        .searchPage .tabs a {
          margin-right: 8px;
          font-size: 13px; }
      .searchPage .tit {
        font-size: 13px;
        line-height: 15px; }
      .searchPage .list {
        margin-top: 25px; }
        .searchPage .list ul {
          padding-bottom: 15px; }
          .searchPage .list ul li {
            margin-bottom: 10px; }
            .searchPage .list ul li a {
              padding: 15px;
              display: block; }
              .searchPage .list ul li a .t {
                margin-right: 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; } }

.error {
  padding-top: 13.125vw;
  position: relative;
  z-index: 5;
  padding-bottom: 28px; }
  .error img {
    max-width: 92%;
    margin: 0 auto;
    display: block; }
  .error .t {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.76042vw;
    color: #000;
    font-weight: bold;
    line-height: 2.86458vw;
    margin-top: 1.5625vw; }
  .error .t1 {
    text-align: center;
    font-size: 1.875vw;
    line-height: 2.08333vw;
    color: #6c6c6c;
    margin-top: 1.66667vw; }
  @media (max-width: 768px) {
    .error {
      padding-bottom: 40px; }
      .error .t {
        font-size: 20px;
        line-height: 22px;
        margin-top: 15px; }
      .error .t1 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px; } }

.brandBanner {
  padding-top: 184px;
  padding-bottom: 28px; }
  .brandBanner .content .con {
    width: 46.5%;
    float: left;
    padding-top: 1.04167vw; }
    .brandBanner .content .con .tits {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 3.02083vw;
      line-height: 3.64583vw;
      font-weight: bold;
      color: #fff; }
      .brandBanner .content .con .tits .t {
        display: flex;
        align-items: center; }
        .brandBanner .content .con .tits .t .img {
          width: 5.9375vw;
          height: 2.65625vw;
          border-radius: 5px;
          position: relative;
          background-color: #fff;
          margin: 0 0.52083vw; }
          .brandBanner .content .con .tits .t .img img {
            max-width: 90%;
            max-height: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .brandBanner .content .con .tit {
      font-size: 1.14583vw;
      line-height: 1.77083vw;
      color: #fff;
      margin-top: 1.04167vw; }
  .brandBanner .content .pic {
    width: 55.7%;
    float: right;
    margin-right: -3.1%; }
  @media (max-width: 1366px) {
    .brandBanner {
      padding-top: 134px; } }
  @media (max-width: 1024px) {
    .brandBanner {
      padding-top: 50px; }
      .brandBanner .content .con .tit {
        font-size: 13px;
        line-height: 20px; } }
  @media (max-width: 768px) {
    .brandBanner {
      padding-top: 25px; }
      .brandBanner .content .con {
        width: 100%;
        float: none; }
        .brandBanner .content .con .tits {
          font-size: 24px;
          line-height: 28px; }
          .brandBanner .content .con .tits .t .img {
            width: 100px;
            height: 28px;
            margin: 0 5px; }
            .brandBanner .content .con .tits .t .img img {
              max-height: 65%; }
      .brandBanner .content .pic {
        width: 80%;
        float: none;
        margin: 0 auto; } }

.brand {
  padding-top: 23px; }
  .brand .content {
    padding-bottom: 3.64583vw; }
  .brand .conLeft {
    width: 26.7%;
    float: left; }
    .brand .conLeft .title {
      padding-left: 34px;
      font-size: 20px;
      line-height: 60px;
      color: #fff;
      font-weight: bold;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/x.jpg");
      box-sizing: border-box;
      border-radius: 10px 10px 0 0; }
    .brand .conLeft .conNew {
      width: 100%;
      background-color: #fff;
      border: 1px solid #ececec;
      box-sizing: border-box;
      box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.88);
      padding: 20px 34px;
      border-radius: 0 0 10px 10px; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #2892e3;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 21px;
          height: 21px;
          border-radius: 5px;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #34a1f4; }
          .brand .conLeft .conNew .tit a.active {
            color: #fff;
            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%); }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 15px;
            line-height: 30px;
            color: #34a1f4;
            font-weight: bold; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 15px;
              line-height: 30px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #34a1f4; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #34a1f4; } }
  .brand .conRight {
    width: 68.5%;
    float: right; }
    .brand .conRight .box .title {
      font-size: 18px;
      line-height: 40px;
      border-bottom: 1px solid #e5e5e5; }
      .brand .conRight .box .title span {
        display: block;
        width: fit-content;
        position: relative; }
        .brand .conRight .box .title span:after {
          width: 100%;
          height: 4px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #6ec1e9; }
    .brand .conRight .box ul {
      margin-top: 27px; }
      .brand .conRight .box ul li {
        width: 18%;
        float: left;
        position: relative;
        margin-right: 2.5%;
        margin-bottom: 15px; }
        .brand .conRight .box ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight .box ul li:after {
          width: 100%;
          height: 100%;
          border: 5px solid #daf3ff;
          border-radius: 100px;
          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%);
          box-shadow: inset 0.5px 0.866px 27px 0px rgba(111, 207, 255, 0.4);
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          opacity: 0.3; }
        .brand .conRight .box ul li a {
          padding: 20px 20px 48px;
          width: 100%;
          box-sizing: border-box;
          display: block;
          position: relative;
          z-index: 5;
          color: #000; }
          .brand .conRight .box ul li a .pic {
            width: 100%;
            padding-bottom: 100%;
            border-radius: 100%;
            background-color: #fff;
            height: 0;
            position: relative;
            box-shadow: 0px 3px 4.9px 0.1px rgba(35, 126, 137, 0.66); }
            .brand .conRight .box ul li a .pic img {
              max-width: 80%;
              max-height: 60%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .brand .conRight .box ul li a .t {
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            margin-top: 20px; }
          .brand .conRight .box ul li a .t1 {
            text-align: center;
            font-size: 12px;
            line-height: 14px;
            margin-top: 4px; }
        @media (min-width: 1024px) {
          .brand .conRight .box ul li:hover:after {
            border: 3px solid rgba(0, 0, 0, 0.1);
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/v.jpg") !important;
            opacity: 1;
            box-shadow: none; }
          .brand .conRight .box ul li:hover a {
            color: #fff; } }
  @media (max-width: 1200px) {
    .brand .conLeft .conNew {
      padding: 15px 20px; }
    .brand .conLeft .conNew .itemBox .item .t {
      font-size: 13px; }
    .brand .conLeft .conNew .itemBox .item .t1 a {
      font-size: 12px; } }
  @media (max-width: 1050px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 40px; }
      .brand .conRight .box .title {
        font-size: 16px;
        line-height: 30px; }
      .brand .conRight .box ul li {
        width: 23%;
        margin-right: 2.6%; }
        .brand .conRight .box ul li:nth-child(5n) {
          margin-right: 2.6%; }
        .brand .conRight .box ul li:nth-child(4n) {
          margin-right: 0; } }
  @media (max-width: 540px) {
    .brand .conRight .box .title {
      font-size: 16px;
      line-height: 30px; }
    .brand .conRight .box ul {
      margin-top: 15px; }
      .brand .conRight .box ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px; }
        .brand .conRight .box ul li:nth-child(5n) {
          margin-right: 2%; }
        .brand .conRight .box ul li:nth-child(4n) {
          margin-right: 2%; }
        .brand .conRight .box ul li:nth-child(3n) {
          margin-right: 0; }
        .brand .conRight .box ul li a {
          padding: 10px 10px 30px; }
          .brand .conRight .box ul li a .t {
            font-size: 12px;
            line-height: 14px;
            margin-top: 12px; }
          .brand .conRight .box ul li a .t1 {
            font-size: 10px;
            line-height: 12px; } }

.brandInfo {
  padding-top: 2.86458vw; }
  .brandInfo .box1 {
    width: 100%;
    position: relative; }
    .brandInfo .box1:after {
      width: 30.6%;
      height: 64.6%;
      border-radius: 0 0 0 20px;
      background-color: #43d3ff;
      position: absolute;
      bottom: -12px;
      left: 0;
      content: ''; }
    .brandInfo .box1 .boxNew {
      width: calc(100% - 12px);
      background-color: #f6f6f6;
      margin-left: 12px;
      border: 1px solid #f1f1f1;
      border-radius: 15px;
      position: relative;
      z-index: 5; }
      .brandInfo .box1 .boxNew .con {
        width: 45.4%;
        margin-left: 5.1%;
        padding-top: 45px;
        padding-bottom: 36px; }
        .brandInfo .box1 .boxNew .con img {
          height: 40px;
          display: block; }
        .brandInfo .box1 .boxNew .con .tits {
          font-size: 20px;
          line-height: 22px;
          font-weight: bold;
          color: #000;
          margin-top: 18px; }
        .brandInfo .box1 .boxNew .con .tit {
          font-size: 14px;
          line-height: 18px;
          color: #505050;
          margin-top: 14px; }
        .brandInfo .box1 .boxNew .con .line {
          width: 100%;
          height: 1px;
          background-color: #43d3ff;
          margin-top: 16px; }
        .brandInfo .box1 .boxNew .con .tit1 {
          margin-top: 15px; }
          .brandInfo .box1 .boxNew .con .tit1 .t {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            font-weight: bold; }
          .brandInfo .box1 .boxNew .con .tit1 .t1 {
            font-size: 0;
            margin-top: 13px; }
            .brandInfo .box1 .boxNew .con .tit1 .t1 a {
              border: 1px solid #aeaeae;
              border-radius: 3px;
              font-size: 10px;
              line-height: 22px;
              padding: 0 5px;
              margin-right: 8px;
              margin-bottom: 8px;
              color: #000;
              display: inline-block; }
              @media (min-width: 1024px) {
                .brandInfo .box1 .boxNew .con .tit1 .t1 a:hover {
                  background-color: #34a1f4;
                  color: #fff;
                  border-color: #34a1f4; } }
        .brandInfo .box1 .boxNew .con .tit2 {
          font-size: 11px;
          line-height: 13px;
          color: #000;
          display: flex;
          align-items: center;
          margin-top: 11px; }
          .brandInfo .box1 .boxNew .con .tit2 .t span {
            color: #34a1f4; }
          .brandInfo .box1 .boxNew .con .tit2 a {
            color: #34a1f4;
            margin-left: 54px; }
      .brandInfo .box1 .boxNew .picBox {
        width: 40.7%;
        position: absolute;
        right: 4.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 25px 0px rgba(139, 139, 139, 0.5);
        top: 50%;
        transform: translateY(-50%);
        padding: 20px 32px 28px;
        box-sizing: border-box; }
        .brandInfo .box1 .boxNew .picBox .dian {
          display: flex;
          align-items: center;
          margin-left: -10px; }
          .brandInfo .box1 .boxNew .picBox .dian span {
            width: 10px;
            height: 10px;
            margin-right: 3px;
            border-radius: 100%;
            display: block;
            background-color: #656364; }
            .brandInfo .box1 .boxNew .picBox .dian span:nth-child(2) {
              background-color: #b2b1b1; }
            .brandInfo .box1 .boxNew .picBox .dian span:nth-child(3) {
              background-color: #e0e0e0; }
        .brandInfo .box1 .boxNew .picBox .logo {
          margin-top: 27px; }
          .brandInfo .box1 .boxNew .picBox .logo img {
            height: 54px;
            display: block; }
        .brandInfo .box1 .boxNew .picBox .click {
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 20px;
          color: #656364;
          margin-top: 50px; }
          .brandInfo .box1 .boxNew .picBox .click img {
            margin-right: 9px; }
        .brandInfo .box1 .boxNew .picBox .imgBox {
          width: 100%;
          display: flex;
          justify-content: space-between;
          margin-top: 15px; }
          .brandInfo .box1 .boxNew .picBox .imgBox .pic {
            width: 60.3%;
            border-radius: 10px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            height: 0;
            padding-bottom: 45%; }
            .brandInfo .box1 .boxNew .picBox .imgBox .pic img {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover; }
          .brandInfo .box1 .boxNew .picBox .imgBox .pic1 {
            width: 38.2%;
            display: flex;
            justify-content: space-between;
            flex-direction: column; }
            .brandInfo .box1 .boxNew .picBox .imgBox .pic1 .img {
              width: 100%;
              height: calc(50% - 4px);
              border-radius: 10px;
              overflow: hidden;
              cursor: pointer;
              position: relative; }
              .brandInfo .box1 .boxNew .picBox .imgBox .pic1 .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .brandInfo .box1 .boxNew .picBox .imgBox .pic1 .img .icon {
                width: 2.70833vw;
                height: 2.70833vw;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/video5.png");
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
  .brandInfo .list {
    margin-top: 30px; }
    .brandInfo .list .title {
      font-size: 18px;
      line-height: 40px;
      border-bottom: 1px solid #e5e5e5; }
      .brandInfo .list .title span {
        display: block;
        width: fit-content;
        position: relative; }
        .brandInfo .list .title span:after {
          width: 100%;
          height: 4px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          background-color: #6ec1e9; }
    .brandInfo .list ul {
      margin-top: 22px;
      padding-bottom: 50px; }
      .brandInfo .list ul li {
        width: 23.1%;
        margin-right: 2.5%;
        border: 1px solid #efefef;
        background-color: #fff;
        float: left;
        box-sizing: border-box;
        margin-bottom: 22px; }
        .brandInfo .list ul li:nth-child(4n) {
          margin-right: 0; }
        .brandInfo .list ul li a {
          width: 100%;
          display: block; }
          .brandInfo .list ul li a .pic {
            padding-bottom: 75%; }
          .brandInfo .list ul li a .con {
            padding: 15px 12px 12px;
            box-sizing: border-box; }
            .brandInfo .list ul li a .con .tits {
              font-size: 16px;
              line-height: 21px;
              height: 42px;
              color: #222;
              font-weight: bold; }
            .brandInfo .list ul li a .con .tit {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: 25px; }
              .brandInfo .list ul li a .con .tit .t {
                font-size: 12px;
                line-height: 35px;
                color: #222; }
              .brandInfo .list ul li a .con .tit .icon {
                width: 35px;
                height: 35px;
                border-radius: 100%;
                border: 1px solid #efefef;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("../images/more1.png"); }
        @media (min-width: 1024px) {
          .brandInfo .list ul li:hover {
            box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2); }
            .brandInfo .list ul li:hover a .con .tit .icon {
              border-color: #43d3ff;
              background-color: #43d3ff;
              background-image: url("../images/more1_h.png"); } }
  @media (max-width: 1200px) {
    .brandInfo .list ul li {
      width: 32%;
      margin-right: 2%; }
      .brandInfo .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .brandInfo .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 860px) {
    .brandInfo {
      padding-bottom: 40px;
      padding-top: 20px; }
      .brandInfo .list .title {
        font-size: 16px;
        line-height: 36px; }
      .brandInfo .list ul {
        padding-bottom: 20px; }
        .brandInfo .list ul li {
          width: 48.5%;
          margin-bottom: 10px;
          margin-right: 3%; }
          .brandInfo .list ul li:nth-child(3n) {
            margin-right: 3%; }
          .brandInfo .list ul li:nth-child(2n) {
            margin-right: 0; }
          .brandInfo .list ul li a .con .tits {
            font-size: 14px;
            line-height: 19px;
            height: 38px; } }
  @media (max-width: 768px) {
    .brandInfo .box1 .boxNew {
      padding-bottom: 20px; }
      .brandInfo .box1 .boxNew .con {
        width: 90%;
        margin-left: 5%;
        padding: 15px 0; }
        .brandInfo .box1 .boxNew .con img {
          height: 30px; }
        .brandInfo .box1 .boxNew .con .tits {
          font-size: 15px;
          line-height: 18px; }
        .brandInfo .box1 .boxNew .con .tit {
          font-size: 13px; }
      .brandInfo .box1 .boxNew .picBox {
        width: 90%;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
        margin-left: 5%;
        padding: 10px; }
        .brandInfo .box1 .boxNew .picBox .dian {
          margin-left: 0; }
        .brandInfo .box1 .boxNew .picBox .logo {
          margin-top: 10px; }
          .brandInfo .box1 .boxNew .picBox .logo img {
            height: 30px; }
        .brandInfo .box1 .boxNew .picBox .click {
          margin-top: 15px; }
        .brandInfo .box1 .boxNew .picBox .imgBox {
          display: block; }
          .brandInfo .box1 .boxNew .picBox .imgBox .pic {
            width: 100%;
            padding-bottom: 75%; }
          .brandInfo .box1 .boxNew .picBox .imgBox .pic1 {
            width: 100%;
            flex-direction: row;
            margin-top: 4px; }
            .brandInfo .box1 .boxNew .picBox .imgBox .pic1 .img {
              height: 26vw;
              width: calc(50% - 2px); }
              .brandInfo .box1 .boxNew .picBox .imgBox .pic1 .img .icon {
                width: 26px;
                height: 26px; } }

.product {
  padding-top: 3.22917vw; }
  .product .conLeft {
    width: 275px;
    float: left; }
    .product .conLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 22px;
      color: #000; }
      .product .conLeft .title img {
        margin-right: 8px; }
    .product .conLeft .itemBox .item {
      border-bottom: 1px solid #b6b6b6;
      padding-bottom: 19px;
      padding-top: 25px; }
      .product .conLeft .itemBox .item:last-child {
        border-bottom: none; }
      .product .conLeft .itemBox .item .tits {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        font-weight: bold;
        display: flex;
        align-items: center;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../images/down1.png"); }
        .product .conLeft .itemBox .item .tits span {
          color: #34a1f4; }
        .product .conLeft .itemBox .item .tits.on {
          color: #34a1f4; }
      .product .conLeft .itemBox .item .tit {
        margin-top: 20px; }
        .product .conLeft .itemBox .item .tit a {
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 30px;
          color: #767676;
          padding-left: 18px;
          box-sizing: border-box;
          position: relative; }
          .product .conLeft .itemBox .item .tit a:after {
            width: 9px;
            height: 9px;
            border: 1px solid #bfbfbf;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            box-sizing: border-box;
            transform: translateY(-50%); }
          .product .conLeft .itemBox .item .tit a span {
            color: #34a1f4; }
          @media (min-width: 1024px) {
            .product .conLeft .itemBox .item .tit a:hover {
              color: #34a1f4; } }
          .product .conLeft .itemBox .item .tit a.on {
            color: #34a1f4; }
            .product .conLeft .itemBox .item .tit a.on:after {
              background-color: #34a1f4;
              border-color: #34a1f4; }
  .product .conRight {
    width: calc(100% - 275px - 47px);
    float: right; }
    .product .conRight .title {
      font-size: 20px;
      line-height: 22px;
      border-bottom: 1px solid #979797; }
      .product .conRight .title span {
        display: block;
        width: fit-content;
        position: relative;
        padding-bottom: 10px; }
        .product .conRight .title span:after {
          width: 100%;
          height: 2px;
          background-color: #34a1f4;
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0; }
    .product .conRight .wordList {
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding-left: 80px; }
      .product .conRight .wordList a {
        font-size: 12px;
        line-height: 34px;
        color: #000;
        margin-right: 13px; }
        .product .conRight .wordList a.on {
          color: #34a1f4; }
    .product .conRight .itemBox {
      margin-top: 10px; }
      .product .conRight .itemBox .item {
        display: flex;
        margin-bottom: 15px; }
        .product .conRight .itemBox .item .tits {
          width: 82px;
          padding-top: 5px; }
          .product .conRight .itemBox .item .tits span {
            font-size: 14px;
            text-align: center;
            line-height: 22px;
            font-weight: bold;
            color: #333;
            display: block;
            padding: 0 9px;
            width: fit-content; }
        .product .conRight .itemBox .item .tit {
          background-color: #fafafa;
          padding: 9px 18px;
          box-sizing: border-box;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          flex: 1;
          border-radius: 10px; }
          .product .conRight .itemBox .item .tit a {
            display: block;
            font-size: 12px;
            line-height: 24px;
            color: #000; }
            .product .conRight .itemBox .item .tit a i {
              color: #34a1f4; }
        .product .conRight .itemBox .item:nth-child(2), .product .conRight .itemBox .item:nth-child(3) {
          display: none; }
      .product .conRight .itemBox .item1 {
        display: none;
        align-items: center; }
        .product .conRight .itemBox .item1 .tits {
          width: 82px;
          font-size: 14px;
          line-height: 16px;
          color: #333;
          font-weight: bold; }
        .product .conRight .itemBox .item1 .tit {
          background-color: #f9f9f9;
          padding: 8px 48px 8px 16px;
          flex: 1;
          border-radius: 10px; }
          .product .conRight .itemBox .item1 .tit a {
            float: left;
            margin-right: 8px; }
            .product .conRight .itemBox .item1 .tit a.t {
              padding: 0 5px;
              font-size: 12px;
              line-height: 23px;
              display: none;
              align-items: center;
              color: #fff;
              border-radius: 3px;
              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%); }
              .product .conRight .itemBox .item1 .tit a.t span {
                padding-right: 28px; }
              .product .conRight .itemBox .item1 .tit a.t.on {
                display: flex; }
            .product .conRight .itemBox .item1 .tit a.reset {
              float: right;
              background-color: #fff;
              border-radius: 3px;
              display: flex;
              align-items: center;
              padding: 0 10px;
              font-size: 12px;
              line-height: 23px;
              color: #000; }
              .product .conRight .itemBox .item1 .tit a.reset img {
                margin-right: 8px; }
        .product .conRight .itemBox .item1.on {
          display: flex; }
    .product .conRight .proList {
      margin-top: 63px; }
      .product .conRight .proList ul {
        padding-bottom: 35px; }
        .product .conRight .proList ul li {
          width: 31.4%;
          margin-right: 2.9%; }
          .product .conRight .proList ul li:nth-child(4n) {
            margin-right: 2.9%; }
          .product .conRight .proList ul li:nth-child(3n) {
            margin-right: 0; }
  @media (max-width: 1250px) {
    .product .conLeft {
      width: 250px; }
    .product .conRight {
      width: calc(100% - 250px - 30px); }
    .product .conRight .itemBox .item .tit {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 1100px) {
    .product .conLeft {
      width: 100%;
      position: relative;
      float: none;
      display: none; }
      .product .conLeft .itemBox {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        display: none;
        background-color: #fff; }
    .product .conRight {
      width: 100%;
      float: none;
      margin-top: 15px; }
      .product .conRight .itemBox .item {
        display: flex !important; } }
  @media (max-width: 860px) {
    .product .conRight .proList {
      margin-top: 30px; }
      .product .conRight .proList ul li {
        width: 48.5%;
        margin-right: 3%; }
        .product .conRight .proList ul li:nth-child(3n) {
          margin-right: 3%; }
        .product .conRight .proList ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .product {
      padding-bottom: 40px; }
      .product .conRight .title {
        font-size: 16px;
        line-height: 18px; }
      .product .conRight .wordList {
        padding-left: 0;
        flex-wrap: wrap; }
      .product .conRight .itemBox {
        margin-top: 10px; }
        .product .conRight .itemBox .item {
          display: block !important;
          margin-bottom: 10px; }
          .product .conRight .itemBox .item .tits {
            width: 100%; }
            .product .conRight .itemBox .item .tits br {
              display: none; }
            .product .conRight .itemBox .item .tits span br {
              display: none; }
          .product .conRight .itemBox .item .tit {
            grid-template-columns: 1fr 1fr 1fr;
            padding: 8px; }
          .product .conRight .itemBox .item:nth-child(2) .tit, .product .conRight .itemBox .item:nth-child(3) .tit {
            grid-template-columns: 1fr 1fr; }
            .product .conRight .itemBox .item:nth-child(2) .tit a, .product .conRight .itemBox .item:nth-child(3) .tit a {
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
        .product .conRight .itemBox .item1 {
          display: block; }
          .product .conRight .itemBox .item1 .tits {
            width: 100%; }
          .product .conRight .itemBox .item1 .tit {
            padding: 8px; }
            .product .conRight .itemBox .item1 .tit a {
              margin-right: 0 !important; }
              .product .conRight .itemBox .item1 .tit a.t {
                width: 100%;
                margin-bottom: 5px;
                float: none; }
                .product .conRight .itemBox .item1 .tit a.t span {
                  flex: 1; }
              .product .conRight .itemBox .item1 .tit a.reset {
                float: none; } }
  @media (max-width: 540px) {
    .product .conRight .proList {
      margin-top: 20px; }
      .product .conRight .proList ul {
        padding-bottom: 15px; }
        .product .conRight .proList ul li {
          width: 100%; } }

.productInfo {
  padding-top: 2.34375vw; }
  .productInfo .box .list {
    width: 57.4%;
    float: left;
    position: relative; }
    .productInfo .box .list ul li {
      width: 100%;
      height: 555px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      margin-right: 10px; }
      .productInfo .box .list ul li:last-child {
        margin-right: 0; }
      .productInfo .box .list ul li img {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    .productInfo .box .list .btns {
      justify-content: center;
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0;
      align-items: center;
      display: flex;
      z-index: 10; }
      .productInfo .box .list .btns a {
        width: 33px;
        display: block;
        margin: 0 26px; }
  .productInfo .box .con {
    width: 38.7%;
    float: right; }
    .productInfo .box .con .tits {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #031a40; }
    .productInfo .box .con .share {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .productInfo .box .con .share a {
        width: 20px;
        display: block;
        margin-right: 8px; }
    .productInfo .box .con .tit {
      border-top: 1px dashed #ccc;
      margin-top: 20px;
      padding-top: 11px; }
      .productInfo .box .con .tit .t {
        display: flex;
        font-size: 14px;
        line-height: 28px;
        color: #222;
        align-items: center; }
        .productInfo .box .con .tit .t .tt {
          width: 56%; }
          .productInfo .box .con .tit .t .tt:nth-child(1) {
            font-weight: bold;
            width: 44%; }
    .productInfo .box .con .tabs {
      display: flex;
      align-items: center;
      border-bottom: 1px dashed #ccc;
      padding-bottom: 20px;
      margin-top: 16px; }
      .productInfo .box .con .tabs a {
        width: 144px;
        border-radius: 5px;
        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%);
        display: flex;
        margin-right: 28px;
        align-items: center;
        font-size: 14px;
        line-height: 35px;
        color: #fff;
        font-weight: bold;
        justify-content: center; }
        .productInfo .box .con .tabs a img {
          margin-right: 10px; }
    .productInfo .box .con .tit1 {
      display: flex;
      align-items: flex-end;
      margin-top: 15px;
      justify-content: space-between; }
      .productInfo .box .con .tit1 .imgBox {
        width: 168px;
        height: 127px;
        position: relative; }
        .productInfo .box .con .tit1 .imgBox ul li {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          box-sizing: border-box;
          border: 3px solid #fff;
          border-radius: 30px; }
          .productInfo .box .con .tit1 .imgBox ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            border-radius: 30px; }
          .productInfo .box .con .tit1 .imgBox ul li:nth-child(1) {
            left: -3px;
            z-index: 4; }
          .productInfo .box .con .tit1 .imgBox ul li:nth-child(2) {
            left: 24px;
            z-index: 3; }
          .productInfo .box .con .tit1 .imgBox ul li:nth-child(3) {
            left: 51px;
            z-index: 2; }
          .productInfo .box .con .tit1 .imgBox ul li:nth-child(4) {
            left: 78px;
            z-index: 1; }
      .productInfo .box .con .tit1 .photoClick {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
        color: #34a1f4; }
        .productInfo .box .con .tit1 .photoClick img {
          margin-right: 10px; }
        .productInfo .box .con .tit1 .photoClick span {
          color: #333; }
  .productInfo .content {
    margin-top: 60px; }
    .productInfo .content .conLeft {
      width: 67.9%;
      float: left; }
      .productInfo .content .conLeft .infoBox {
        border-top: 1px solid #e0e0e0; }
        .productInfo .content .conLeft .infoBox .item {
          border-bottom: 1px solid #ccc;
          padding-top: 30px;
          padding-bottom: 37px; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 16px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conLeft .infoBox .item .tit {
            font-size: 12px;
            line-height: 20px;
            color: #222;
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 55.3%;
              display: flex; }
              .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
                width: 44.7%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt {
                width: 45%; }
                .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                  width: 55%; }
      .productInfo .content .conLeft .details {
        margin-top: 30px; }
        .productInfo .content .conLeft .details .tits {
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: bold; }
        .productInfo .content .conLeft .details .tableBox {
          margin-top: 35px; }
          .productInfo .content .conLeft .details .tableBox tr {
            font-size: 14px;
            line-height: 20px; }
            .productInfo .content .conLeft .details .tableBox tr th {
              padding: 0 36px;
              height: 36px; }
            .productInfo .content .conLeft .details .tableBox tr th {
              background-color: #dddddd;
              text-align: left;
              color: #000;
              font-weight: bold; }
            .productInfo .content .conLeft .details .tableBox tr td {
              border: 1px solid #ddd;
              min-height: 28px;
              line-height: 20px;
              font-size: 12px;
              padding: 4px 36px; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%;
        margin-top: 30px; }
        .productInfo .content .conLeft .box2 .picTit {
          width: 100%; }
        .productInfo .content .conLeft .box2 .title {
          width: 100%; }
        .productInfo .content .conLeft .box2 .ps {
          background-color: #dff4fd;
          padding-top: 15px;
          padding-bottom: 15px; }
          .productInfo .content .conLeft .box2 .ps .psNew {
            width: calc(100% - 22px);
            margin: 15px auto 0; }
            .productInfo .content .conLeft .box2 .ps .psNew .itemBox {
              width: 100%;
              display: flex;
              background-color: #fff;
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
              margin-bottom: 11px;
              padding-bottom: 6px; }
              .productInfo .content .conLeft .box2 .ps .psNew .itemBox:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item {
                width: 50%; }
                .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item .tits {
                  text-align: center;
                  font-size: 14px;
                  line-height: 31px;
                  color: #2b2b2b;
                  font-weight: bold;
                  background-image: -moz-linear-gradient(90deg, #e8fbfe 0%, #beecff 100%);
                  background-image: -webkit-linear-gradient(90deg, #e8fbfe 0%, #beecff 100%);
                  background-image: -ms-linear-gradient(90deg, #e8fbfe 0%, #beecff 100%); }
                .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item .pic {
                  width: 100%;
                  padding: 0 5px;
                  margin-top: 7px;
                  display: flex;
                  box-sizing: border-box;
                  flex-wrap: wrap;
                  justify-content: space-between; }
                  .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item .pic .img {
                    width: calc(50% - 1.5px);
                    height: 0;
                    padding-bottom: 30%;
                    position: relative;
                    overflow: hidden; }
                    .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item .pic .img img {
                      position: absolute;
                      width: 100%;
                      height: 100%;
                      top: 0;
                      left: 0;
                      object-fit: cover; }
                    .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item .pic .img:nth-child(n + 3) {
                      margin-top: 4px; }
        .productInfo .content .conLeft .box2 .ass {
          background-color: #dff4fd;
          padding-bottom: 20px; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            margin-top: 26px; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              display: flex;
              flex-direction: row-reverse;
              margin-bottom: 26px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 47.2%;
                position: relative;
                overflow: hidden; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic:after {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  content: '';
                  background: linear-gradient(to right, #def3fc 0%, rgba(222, 243, 252, 0) 100%); }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                width: 49.9%;
                border: 2px solid #b9e7fa;
                padding: 26px 12px 10px;
                box-sizing: border-box;
                background-color: #fcf9f3;
                position: relative; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t {
                  width: 98px;
                  height: 25px;
                  border-radius: 13px;
                  background-color: #b9e7fa;
                  text-align: center;
                  font-size: 14px;
                  line-height: 25px;
                  color: #000;
                  font-weight: bold;
                  position: absolute;
                  top: -12px;
                  left: 14px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t1 {
                  font-size: 12px;
                  line-height: 15px;
                  color: #44352f; }
                  .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t1 span {
                    font-weight: bold; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) {
                flex-direction: row; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic:after {
                  background: linear-gradient(to left, #def3fc 0%, rgba(222, 243, 252, 0) 100%); }
        .productInfo .content .conLeft .box2 .oa .oaNew {
          display: flex;
          flex-wrap: wrap;
          padding-top: 76px;
          padding-bottom: 31px; }
          .productInfo .content .conLeft .box2 .oa .oaNew .t {
            width: 25%;
            text-align: center;
            font-weight: bold;
            margin-bottom: 45px; }
            .productInfo .content .conLeft .box2 .oa .oaNew .t img {
              display: block;
              margin: 0 auto; }
            .productInfo .content .conLeft .box2 .oa .oaNew .t p {
              text-align: center;
              font-size: 12px;
              line-height: 18px;
              color: #fff; }
              .productInfo .content .conLeft .box2 .oa .oaNew .t p span {
                color: #83daff;
                font-size: 16px; }
        .productInfo .content .conLeft .box2 .of .con {
          margin-top: 15px;
          padding: 0 25px; }
          .productInfo .content .conLeft .box2 .of .con .t {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 18px;
            color: #44352f;
            margin-bottom: 20px; }
            .productInfo .content .conLeft .box2 .of .con .t img {
              margin-right: 11px; }
            .productInfo .content .conLeft .box2 .of .con .t:last-child {
              margin-bottom: 0; }
        .productInfo .content .conLeft .box2 .of .picBox {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: 15px; }
          .productInfo .content .conLeft .box2 .of .picBox .pic {
            margin-bottom: 4px;
            width: 32.9%;
            position: relative; }
            .productInfo .content .conLeft .box2 .of .picBox .pic .tits {
              width: 100%;
              height: 28px;
              background-color: rgba(0, 0, 0, 0.6);
              text-align: center;
              font-size: 12px;
              line-height: 28px;
              color: #fff;
              position: absolute;
              bottom: 0;
              left: 0; }
        .productInfo .content .conLeft .box2 .sc {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .sc .item {
            width: calc(100% - 22px);
            margin: 15px auto 0; }
            .productInfo .content .conLeft .box2 .sc .item .pic {
              width: 24.3%;
              margin-right: 0.9%;
              float: left;
              margin-bottom: 9px;
              border-radius: 10px;
              box-shadow: 0px 0px 6px 0px rgba(93, 92, 92, 0.44);
              position: relative;
              overflow: hidden;
              height: 0;
              padding-bottom: 16.5%; }
              .productInfo .content .conLeft .box2 .sc .item .pic:nth-child(4n) {
                margin-right: 0; }
              .productInfo .content .conLeft .box2 .sc .item .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .productInfo .content .conLeft .box2 .sc .item .pic .tit {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.5);
                padding: 3px 8px;
                box-sizing: border-box; }
                .productInfo .content .conLeft .box2 .sc .item .pic .tit .t {
                  font-size: 11px;
                  line-height: 14px;
                  color: #fff; }
                  .productInfo .content .conLeft .box2 .sc .item .pic .tit .t span {
                    font-size: 16px;
                    text-transform: uppercase;
                    font-weight: bold; }
        .productInfo .content .conLeft .box2 .opt .optNew {
          background-image: -moz-linear-gradient(90deg, #36a7d7 0%, #c1e9f7 100%);
          background-image: -webkit-linear-gradient(90deg, #36a7d7 0%, #c1e9f7 100%);
          background-image: -ms-linear-gradient(90deg, #36a7d7 0%, #c1e9f7 100%);
          padding-top: 30px;
          padding-bottom: 20px; }
          .productInfo .content .conLeft .box2 .opt .optNew .itemBox {
            width: 43.3%;
            float: left;
            margin-left: 2.8%; }
            .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item {
              border: 2px solid #cdecf8;
              background-color: #fcf9f3;
              padding: 25px 15px 10px;
              box-sizing: border-box;
              margin-bottom: 26px;
              position: relative; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t {
                width: 98px;
                height: 26px;
                border-radius: 13px;
                position: absolute;
                top: -13px;
                left: 15px;
                background-color: #37a7d8;
                font-size: 14px;
                font-weight: bold;
                line-height: 26px;
                color: #fff;
                text-align: center; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #44352f; }
          .productInfo .content .conLeft .box2 .opt .optNew .picBox {
            width: 46.1%;
            float: right;
            margin-right: 2.8%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic {
              width: calc(50% - 2px);
              height: 0;
              padding-bottom: 39%;
              overflow: hidden;
              position: relative; }
              .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic:nth-child(n + 3) {
                margin-top: 4px; }
              .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
        .productInfo .content .conLeft .box2 .co .coNew {
          box-sizing: border-box;
          padding: 20px 11px 22px;
          background-image: -moz-linear-gradient(90deg, #36a7d7 0%, #c1e9f7 100%);
          background-image: -webkit-linear-gradient(90deg, #36a7d7 0%, #c1e9f7 100%);
          background-image: -ms-linear-gradient(90deg, #36a7d7 0%, #c1e9f7 100%); }
          .productInfo .content .conLeft .box2 .co .coNew .item {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .productInfo .content .conLeft .box2 .co .coNew .item .pic {
              width: 30.2%; }
              .productInfo .content .conLeft .box2 .co .coNew .item .pic .img {
                width: 100%;
                height: 124px;
                position: relative;
                overflow: hidden;
                box-sizing: border-box;
                border: 1px solid rgba(255, 255, 255, 0.4); }
                .productInfo .content .conLeft .box2 .co .coNew .item .pic .img img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
                .productInfo .content .conLeft .box2 .co .coNew .item .pic .img:nth-child(2) {
                  margin-top: 5px; }
            .productInfo .content .conLeft .box2 .co .coNew .item .con {
              width: 37.5%; }
              .productInfo .content .conLeft .box2 .co .coNew .item .con .conn {
                background-color: #fff;
                border-radius: 9px;
                border: 2px solid #b9e7fa;
                padding: 10px;
                box-sizing: border-box; }
                .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t {
                  font-size: 12px;
                  line-height: 18px;
                  color: #212121; }
                  .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t .tt span {
                    font-weight: bold; }
                .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t1 {
                  margin-top: 5px; }
                  .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t1 .tt {
                    display: flex;
                    font-size: 12px;
                    line-height: 19px;
                    color: #000;
                    align-items: center; }
                    .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t1 .tt img {
                      margin-right: 6px; }
                .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t2 {
                  margin-top: 8px; }
                  .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t2 .tt {
                    display: flex;
                    align-items: flex-start;
                    font-size: 12px;
                    line-height: 19px;
                    color: #000; }
                    .productInfo .content .conLeft .box2 .co .coNew .item .con .conn .t2 .tt img {
                      margin-right: 6px; }
              .productInfo .content .conLeft .box2 .co .coNew .item .con .share {
                width: 238px;
                max-width: 100%;
                margin: 10px auto 0;
                position: relative; }
                .productInfo .content .conLeft .box2 .co .coNew .item .con .share .aBox {
                  width: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  height: 100%;
                  display: flex;
                  justify-content: space-between; }
                  .productInfo .content .conLeft .box2 .co .coNew .item .con .share .aBox a {
                    width: 11.3%;
                    display: block;
                    height: 100%; }
          .productInfo .content .conLeft .box2 .co .coNew .picBox {
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox .pic {
              width: 32.8%;
              margin-top: 5px;
              box-sizing: border-box;
              border: 1px solid rgba(255, 255, 255, 0.4); }
        .productInfo .content .conLeft .box2 .faq {
          margin-top: 13px; }
          .productInfo .content .conLeft .box2 .faq .faqNew {
            background-color: #ddf1f6;
            padding: 21px 15px 35px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .faq .faqNew ul li {
              border-bottom: 1px solid #85d8fa;
              padding-bottom: 8px;
              margin-bottom: 6px; }
              .productInfo .content .conLeft .box2 .faq .faqNew ul li:last-child {
                border-bottom: none; }
              .productInfo .content .conLeft .box2 .faq .faqNew ul li .t {
                font-size: 15px;
                line-height: 24px;
                color: #000;
                text-transform: uppercase;
                display: flex;
                align-items: flex-start;
                font-weight: bold; }
                .productInfo .content .conLeft .box2 .faq .faqNew ul li .t img {
                  margin-right: 5px;
                  display: block;
                  margin-top: 5px; }
              .productInfo .content .conLeft .box2 .faq .faqNew ul li .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #000; }
    .productInfo .content .conRight {
      width: 26.6%;
      float: right; }
      .productInfo .content .conRight .top {
        background-color: #f8f8f8;
        padding: 40px 20px 28px;
        box-sizing: border-box;
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        width: 100%; }
        .productInfo .content .conRight .top img {
          height: 48px;
          display: block;
          margin: 0 auto;
          max-width: 80%; }
        .productInfo .content .conRight .top .t {
          font-size: 17px;
          line-height: 19px;
          color: #333;
          font-weight: bold;
          text-align: center;
          margin-top: 24px; }
        .productInfo .content .conRight .top .t1 {
          font-size: 12px;
          line-height: 17px;
          color: #222;
          margin-top: 20px; }
        .productInfo .content .conRight .top .t2 {
          margin-top: 20px; }
          .productInfo .content .conRight .top .t2 .tt {
            font-size: 16px;
            line-height: 18px;
            color: #333;
            font-weight: bold; }
          .productInfo .content .conRight .top .t2 .tt1 {
            display: flex;
            flex-wrap: wrap;
            margin-top: 8px; }
            .productInfo .content .conRight .top .t2 .tt1 a {
              padding: 0 5px;
              font-size: 10px;
              line-height: 20px;
              border: 1px solid #bfbfbf;
              margin-right: 7px;
              margin-bottom: 9px;
              display: block;
              color: #000; }
              @media (min-width: 1024px) {
                .productInfo .content .conRight .top .t2 .tt1 a:hover {
                  background-color: #34a1f4;
                  color: #fff;
                  border-color: #34a1f4; } }
        .productInfo .content .conRight .top .t3 {
          font-size: 12px;
          line-height: 16px;
          color: #000;
          display: flex;
          align-items: center;
          margin-top: 4px; }
          .productInfo .content .conRight .top .t3 .tx {
            margin-right: 13px; }
            .productInfo .content .conRight .top .t3 .tx span {
              font-weight: bold;
              color: #2a6c93; }
          .productInfo .content .conRight .top .t3 a {
            color: #2a6c93; }
      .productInfo .content .conRight .proList {
        margin-top: 30px; }
        .productInfo .content .conRight .proList ul li {
          width: 100%;
          float: none; }
  .productInfo .hotList {
    margin-top: 42px; }
    .productInfo .hotList .title {
      border-bottom: 1px solid #979797;
      font-size: 20px;
      line-height: 44px;
      color: #000; }
      .productInfo .hotList .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .productInfo .hotList .title span:after {
          width: 100%;
          height: 2px;
          background-color: #34a1f4;
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px; }
    .productInfo .hotList .proList {
      margin-top: 30px; }
  @media (max-width: 1366px) {
    .productInfo .box .con .tit1 {
      display: block; }
      .productInfo .box .con .tit1 a {
        margin-top: 10px; } }
  @media (max-width: 1150px) {
    .productInfo .content .conLeft {
      width: 100%; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-bottom: 40px; }
      .productInfo .box .list {
        width: 100%;
        float: none; }
        .productInfo .box .list ul li {
          height: 66vw; }
      .productInfo .box .con {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .productInfo .box .con .tit .t {
          font-size: 13px;
          line-height: 26px; }
        .productInfo .box .con .tit1 .imgBox {
          display: none; }
      .productInfo .content {
        margin-top: 20px; }
        .productInfo .content .conRight {
          width: 100%;
          display: block; }
          .productInfo .content .conRight .top {
            padding: 20px 10px 15px; }
          .productInfo .content .conRight .proList {
            display: none; }
        .productInfo .content .conLeft {
          margin-top: 15px; }
          .productInfo .content .conLeft .infoBox .item {
            padding: 15px 0; }
            .productInfo .content .conLeft .infoBox .item .tit {
              margin-top: 10px; }
              .productInfo .content .conLeft .infoBox .item .tit .t {
                width: 100% !important; }
          .productInfo .content .conLeft .details {
            margin-top: 15px; }
            .productInfo .content .conLeft .details .tableBox {
              margin-top: 15px;
              overflow-y: auto; }
          .productInfo .content .conLeft .box2 {
            overflow: hidden; }
            .productInfo .content .conLeft .box2 .title img {
              width: 190%; }
            .productInfo .content .conLeft .box2 .ps .psNew .itemBox {
              display: block;
              background: none;
              box-shadow: none;
              margin-bottom: 0;
              padding-bottom: 0; }
              .productInfo .content .conLeft .box2 .ps .psNew .itemBox .item {
                width: 100%;
                background-color: #fff;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
                padding-bottom: 6px;
                margin-bottom: 10px; }
            .productInfo .content .conLeft .box2 .of .picBox .pic {
              width: calc(50% - 2px); }
            .productInfo .content .conLeft .box2 .sc .item .pic {
              width: 49.5%;
              margin-right: 1%; }
              .productInfo .content .conLeft .box2 .sc .item .pic:nth-child(4n) {
                margin-right: 1%; }
              .productInfo .content .conLeft .box2 .sc .item .pic:nth-child(2n) {
                margin-right: 0; }
            .productInfo .content .conLeft .box2 .opt .optNew {
              padding: 15px 11px;
              box-sizing: border-box; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox {
                width: 100%;
                float: none;
                margin-left: 0; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item {
                  margin-bottom: 15px; }
              .productInfo .content .conLeft .box2 .opt .optNew .picBox {
                width: 100%;
                margin-right: 0;
                margin-top: 10px; }
            .productInfo .content .conLeft .box2 .co .coNew .item {
              display: block; }
              .productInfo .content .conLeft .box2 .co .coNew .item .pic {
                width: 100%;
                display: flex;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .co .coNew .item .pic .img {
                  width: 49%;
                  margin-top: 0 !important; }
              .productInfo .content .conLeft .box2 .co .coNew .item .con {
                width: 100%;
                margin: 10px 0; }
      .productInfo .hotList {
        margin-top: 20px; }
        .productInfo .hotList .title {
          font-size: 16px;
          line-height: 34px; }
        .productInfo .hotList .proList {
          margin-top: 15px; }
      .productInfo .content .conLeft .box2 .sc .item .pic .tit .t span {
        font-size: 14px; }
      .productInfo .box .con .tits {
        font-size: 16px;
        line-height: 20px; } }

.brandInfo_tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(185, 185, 185, 0.45);
  display: none; }
  .brandInfo_tk .box {
    width: 62.5vw;
    max-width: 92%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2.08333vw 3.95833vw;
    box-sizing: border-box; }
    .brandInfo_tk .box .close {
      width: 19px;
      height: 19px;
      position: absolute;
      right: 2.08333vw;
      top: 2.08333vw;
      display: block; }
    .brandInfo_tk .box .title {
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      border-bottom: 2px solid #d7d7d7;
      padding-bottom: 1.30208vw;
      font-weight: bold; }
    .brandInfo_tk .box .tabs {
      width: 100%;
      box-sizing: border-box;
      padding: 0 9.11458vw;
      margin-top: 1.5625vw; }
      .brandInfo_tk .box .tabs a {
        width: fit-content;
        padding: 0 2.39583vw;
        border-radius: 15px;
        height: 30px;
        font-size: 14px;
        color: #615e59;
        line-height: 30px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 1.04167vw;
        background-color: #ececec; }
        .brandInfo_tk .box .tabs a:last-child {
          margin-right: 0; }
        .brandInfo_tk .box .tabs a.on {
          color: #2b8dc6; }
        @media (min-width: 1024px) {
          .brandInfo_tk .box .tabs a:hover {
            color: #2b8dc6; } }
    .brandInfo_tk .box .picBox {
      margin-top: 1.35417vw; }
      .brandInfo_tk .box .picBox .picList {
        width: 100%;
        padding: 0 9.11458vw;
        box-sizing: border-box;
        position: relative;
        display: none; }
        .brandInfo_tk .box .picBox .picList .a {
          width: 1.875vw;
          position: absolute;
          display: block;
          top: 40%; }
          .brandInfo_tk .box .picBox .picList .a.prev {
            left: 0; }
          .brandInfo_tk .box .picBox .picList .a.next {
            right: 0; }
        .brandInfo_tk .box .picBox .picList .bigList {
          width: 100%;
          position: relative; }
          .brandInfo_tk .box .picBox .picList .bigList ul li {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            border: 1px solid #34a1f4; }
            .brandInfo_tk .box .picBox .picList .bigList ul li:last-child {
              margin-right: 0; }
            .brandInfo_tk .box .picBox .picList .bigList ul li .img {
              width: 100%;
              height: 26.30208vw;
              position: relative;
              overflow: hidden;
              background-color: #fff; }
              .brandInfo_tk .box .picBox .picList .bigList ul li .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .brandInfo_tk .box .picBox .picList .bigList ul li .img video {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                background-color: #000;
                object-fit: cover; }
          .brandInfo_tk .box .picBox .picList .bigList .btns {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            width: 100%;
            z-index: 10;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center; }
        .brandInfo_tk .box .picBox .picList .sList {
          margin-top: 1.04167vw; }
          .brandInfo_tk .box .picBox .picList .sList ul li {
            width: 19.3%;
            float: left;
            margin-right: 0.875%;
            box-sizing: border-box;
            height: auto;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            border: 1px solid #34a1f4; }
            .brandInfo_tk .box .picBox .picList .sList ul li:last-child {
              margin-right: 0; }
            .brandInfo_tk .box .picBox .picList .sList ul li .img {
              width: 100%;
              height: 5.05208vw;
              position: relative;
              overflow: hidden;
              background-color: #fff; }
              .brandInfo_tk .box .picBox .picList .sList ul li .img img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .brandInfo_tk .box .picBox .picList .sList ul li .img video {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                background-color: #000;
                object-fit: cover; }
            .brandInfo_tk .box .picBox .picList .sList ul li.swiper-slide-thumb-active {
              border-color: #a81f25; }
  @media (max-width: 1600px) {
    .brandInfo_tk .box .tabs a {
      padding: 0 15px; } }
  @media (max-width: 1200px) {
    .brandInfo_tk .box {
      width: 92%; } }
  @media (max-width: 768px) {
    .brandInfo_tk .box .tabs {
      padding: 0;
      margin-top: 10px; }
      .brandInfo_tk .box .tabs a {
        font-size: 12px;
        padding: 0 5px; }
    .brandInfo_tk .box .picBox .picList {
      padding: 0; }
    .brandInfo_tk .box .picBox .picList .bigList ul li {
      height: auto; }
      .brandInfo_tk .box .picBox .picList .bigList ul li .img {
        height: 75vw; }
    .brandInfo_tk .box .picBox .picList .sList ul li {
      height: auto; }
      .brandInfo_tk .box .picBox .picList .sList ul li .img {
        height: 58px; }
    .brandInfo_tk .box .picBox .picList .a {
      z-index: 10;
      width: 24px; }
    .brandInfo_tk .box .close {
      width: 12px;
      height: 12px; } }

.aboutBanner {
  padding-top: 125px;
  padding-bottom: 15px;
  position: relative; }
  .aboutBanner .content .con {
    margin-left: 3.6%;
    width: 35.9%;
    float: left;
    color: #fff;
    padding-top: 6.25vw; }
    .aboutBanner .content .con .tits {
      font-weight: bold;
      font-size: 3.90625vw;
      line-height: 4.01042vw; }
    .aboutBanner .content .con .tit {
      font-size: 1.5625vw;
      line-height: 1.66667vw;
      font-weight: bold;
      margin-top: 4.32292vw; }
    .aboutBanner .content .con .tit1 {
      font-size: 0.83333vw;
      line-height: 1.30208vw;
      margin-top: 1.19792vw; }
  .aboutBanner .content .pic {
    width: 38.5%;
    float: right;
    margin-right: 3.125%; }
  .aboutBanner .txtBox {
    width: 64.9%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 65px; }
    .aboutBanner .txtBox:after {
      width: 100%;
      height: 1px;
      background-color: #fff;
      top: 29px;
      left: 0;
      background-color: #fff;
      content: '';
      position: absolute; }
    .aboutBanner .txtBox .t {
      width: 21.7%;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 5; }
      .aboutBanner .txtBox .t img {
        display: block;
        margin: 0 auto; }
      .aboutBanner .txtBox .t .tt {
        font-size: 26px;
        line-height: 28px;
        font-weight: bold;
        margin-top: 16px; }
      .aboutBanner .txtBox .t .tt1 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 3px; }
  .aboutBanner:after {
    width: 9.7%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 155px;
    content: ''; }
  @media (max-width: 1240px) {
    .aboutBanner:after {
      bottom: 142px; }
    .aboutBanner .txtBox:after {
      top: 24px; }
    .aboutBanner .txtBox .t {
      width: 25%; }
      .aboutBanner .txtBox .t img {
        width: 48px; }
      .aboutBanner .txtBox .t .tt {
        font-size: 20px;
        line-height: 22px; }
      .aboutBanner .txtBox .t .tt1 {
        font-size: 12px;
        line-height: 14px; } }
  @media (max-width: 1024px) {
    .aboutBanner {
      padding-top: 70px;
      padding-bottom: 50px; }
      .aboutBanner:after {
        bottom: 160px;
        display: none; }
      .aboutBanner .txtBox {
        position: relative;
        bottom: 0; }
        .aboutBanner .txtBox:after {
          width: 300%; }
      .aboutBanner .content .con .tit {
        font-size: 15px;
        line-height: 22px; }
      .aboutBanner .content .con .tit1 {
        font-size: 13px;
        line-height: 20px; } }
  @media (max-width: 768px) {
    .aboutBanner {
      padding-top: 40px;
      padding-bottom: 30px; }
      .aboutBanner .content .con {
        width: 92%;
        margin: 0 auto;
        padding-top: 0;
        float: none; }
        .aboutBanner .content .con .tits {
          font-size: 22px;
          line-height: 24px; }
      .aboutBanner .content .pic {
        display: none; }
      .aboutBanner .txtBox {
        margin-top: 30px;
        width: 100%; }
        .aboutBanner .txtBox:after {
          top: 15px; }
        .aboutBanner .txtBox .t img {
          width: 30px; }
        .aboutBanner .txtBox .t .tt {
          font-size: 18px;
          line-height: 20px;
          margin-top: 5px; } }

.about {
  padding-top: 35px; }
  .about .box1 .videoBox {
    width: 38.4%;
    position: relative;
    float: left;
    cursor: pointer; }
    .about .box1 .videoBox:after {
      width: 92px;
      position: absolute;
      top: -9px;
      left: 0;
      height: calc(100% + 18px);
      background-color: #43d3ff;
      content: ''; }
    .about .box1 .videoBox .pic {
      width: calc(100% - 9px);
      margin-left: 9px;
      position: relative;
      z-index: 5; }
      .about .box1 .videoBox .pic .icon {
        width: 4.0625vw;
        height: 4.0625vw;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/video6.png"); }
  .about .box1 .con {
    width: 54.1%;
    float: right; }
    .about .box1 .con .tits {
      font-size: 34px;
      line-height: 36px;
      color: #151213;
      font-weight: bold; }
    .about .box1 .con .txt {
      font-size: 14px;
      line-height: 18px;
      color: #878787;
      margin-top: 27px; }
    .about .box1 .con .item {
      border-top: 1px solid #bababa;
      border-bottom: 1px solid #bababa;
      display: flex;
      justify-content: space-between;
      padding-top: 24px;
      padding-bottom: 20px;
      margin-top: 25px; }
      .about .box1 .con .item .t {
        display: flex; }
        .about .box1 .con .item .t .tt {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .about .box1 .con .item .t .tt img {
            display: block;
            margin-top: 5px;
            width: 20px; }
          .about .box1 .con .item .t .tt p {
            font-size: 12px;
            line-height: 13px;
            color: #000;
            font-weight: bold;
            margin-bottom: 3px; }
        .about .box1 .con .item .t .img {
          width: 62px;
          height: 62px;
          border-radius: 100%;
          margin-left: 7px;
          overflow: hidden; }
          .about .box1 .con .item .t .img img {
            width: 100%; }
    .about .box1 .con .item1 {
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px; }
      .about .box1 .con .item1 .t {
        width: 50%;
        align-items: center;
        display: flex;
        margin-bottom: 25px; }
        .about .box1 .con .item1 .t img {
          margin-right: 8px; }
        .about .box1 .con .item1 .t .tt .tt1 {
          font-size: 14px;
          line-height: 16px;
          color: #000;
          font-weight: bold; }
        .about .box1 .con .item1 .t .tt .tt2 {
          font-size: 12px;
          line-height: 14px;
          color: #878787;
          margin-top: 5px; }
  @media (max-width: 1200px) {
    .about .box1 .videoBox {
      width: 44%; }
    .about .box1 .con .tits {
      font-size: 26px;
      line-height: 28px; }
    .about .box1 .con .txt {
      margin-top: 15px; } }
  @media (max-width: 1150px) {
    .about .box1 .con .item {
      margin-top: 15px;
      padding: 15px 0; } }
  @media (max-width: 960px) {
    .about .box1 .videoBox {
      float: none;
      width: 500px;
      max-width: 100%;
      margin: 0 auto; }
    .about .box1 .con {
      width: 100%;
      float: none;
      margin-top: 20px; } }
  @media (max-width: 640px) {
    .about .box1 .videoBox .pic .icon {
      width: 36px;
      height: 36px; }
    .about .box1 .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .about .box1 .con .txt {
      font-size: 13px;
      line-height: 20px; }
    .about .box1 .con .item {
      flex-wrap: wrap;
      padding: 6px 0; }
      .about .box1 .con .item .t {
        width: 48%;
        justify-content: space-between;
        padding: 8px 0; }
    .about .box1 .con .item1 {
      display: block; }
      .about .box1 .con .item1 .t {
        width: 100%;
        margin-bottom: 15px; } }
  .about .box2 {
    background-size: 73.75% 100%;
    background-position: right center;
    padding: 3.25521vw 0;
    margin-top: 2.60417vw;
    position: relative;
    background-image: url("../images/about_bg1.jpg"); }
    .about .box2 .boxLeft {
      width: 26.25%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5;
      background-image: url("../images/about_bg2.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      align-items: center; }
      .about .box2 .boxLeft img {
        width: 41.2%;
        position: absolute;
        bottom: 0;
        left: 6.5%; }
      .about .box2 .boxLeft .con {
        width: 43.6%;
        margin-left: 45.6%;
        color: #fff; }
        .about .box2 .boxLeft .con .tits {
          font-size: 34px;
          line-height: 36px;
          font-weight: bold; }
        .about .box2 .boxLeft .con .tit {
          font-size: 14px;
          line-height: 18px;
          margin-top: 20px; }
    .about .box2 .list {
      width: 73.75%;
      float: right; }
      .about .box2 .list ul {
        align-items: center; }
        .about .box2 .list ul li {
          width: 9.89583vw;
          margin: 0 18px; }
          .about .box2 .list ul li.swiper-slide-prev {
            width: 12.5vw; }
    @media (max-width: 1366px) {
      .about .box2 .boxLeft .con .tits {
        font-size: 28px;
        line-height: 30px; }
      .about .box2 .list ul li {
        width: 13.02083vw;
        margin: 0 18px; }
        .about .box2 .list ul li.swiper-slide-prev {
          width: 15.625vw; } }
    @media (max-width: 960px) {
      .about .box2 {
        background: none; }
        .about .box2 .boxLeft {
          width: 100%;
          position: relative;
          padding: 10vw 0; }
          .about .box2 .boxLeft img {
            width: 125px; }
          .about .box2 .boxLeft .con {
            width: calc(100% - 13% - 125px - 15px);
            margin-left: calc(140px + 6.5%); }
        .about .box2 .list {
          background-image: url("../images/about_bg1.jpg");
          background-size: cover;
          width: 100%;
          padding: 25px 0; }
          .about .box2 .list ul li {
            width: 240px;
            margin: 0;
            transform: scale(0.8); }
            .about .box2 .list ul li.swiper-slide-prev {
              width: 240px;
              transform: scale(0.8); }
            .about .box2 .list ul li.swiper-slide-active {
              transform: scale(1); } }
    @media (max-width: 540px) {
      .about .box2 .boxLeft img {
        width: 85px;
        left: auto;
        right: 4%; }
      .about .box2 .boxLeft .con {
        width: calc(100% - 8% - 85px - 15px);
        margin-left: 4%;
        margin-right: calc(100px + 4%); }
        .about .box2 .boxLeft .con .tits {
          font-size: 22px;
          line-height: 4px; }
        .about .box2 .boxLeft .con .tit {
          font-size: 13px;
          margin-top: 20px; }
      .about .box2 .list ul li {
        width: 50%;
        margin: 0;
        transform: scale(0.8); }
        .about .box2 .list ul li.swiper-slide-prev {
          width: 50%;
          transform: scale(0.8); }
        .about .box2 .list ul li.swiper-slide-active {
          transform: scale(1); } }
  .about .box3 {
    padding-top: 60px;
    padding-bottom: 22px; }
    .about .box3 .conn {
      width: 33.7%;
      float: left;
      padding-top: 24px; }
      .about .box3 .conn .tits {
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        color: #000; }
      .about .box3 .conn .tit {
        font-size: 34px;
        line-height: 42px;
        color: #151213;
        font-weight: bold;
        margin-top: 19px; }
      .about .box3 .conn .tit1 {
        font-size: 14px;
        line-height: 18px;
        color: #878787;
        margin-top: 16px; }
      .about .box3 .conn .more {
        display: block;
        width: 108px;
        margin-top: 30px; }
    .about .box3 .list {
      width: 55.8%;
      float: right; }
      .about .box3 .list ul li {
        border-bottom: 2px solid #dcdcdc;
        cursor: pointer; }
        .about .box3 .list ul li .tits {
          display: flex;
          font-size: 14px;
          line-height: 18px;
          height: 54px;
          font-weight: bold;
          color: #000;
          align-items: center;
          justify-content: space-between; }
          .about .box3 .list ul li .tits .icon {
            width: 16px;
            height: 16px;
            margin-left: 15px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/jia.png"); }
        .about .box3 .list ul li .con {
          font-size: 14px;
          line-height: 18px;
          color: #878787;
          width: 100%;
          padding-bottom: 20px;
          display: none; }
        .about .box3 .list ul li.on .tits .icon {
          background-image: url("../images/jian.png"); }
    @media (max-width: 1366px) {
      .about .box3 .conn .tit {
        font-size: 28px;
        line-height: 36px; } }
    @media (max-width: 1024px) {
      .about .box3 .conn .tit {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 860px) {
      .about .box3 {
        padding-top: 25px;
        padding-bottom: 40px; }
        .about .box3 .conn {
          width: 100%;
          float: none;
          padding-top: 0; }
          .about .box3 .conn .tit {
            font-size: 18px;
            line-height: 24px;
            margin-top: 10px; }
          .about .box3 .conn .tit1 {
            font-size: 13px;
            line-height: 20px;
            margin-top: 10px; }
        .about .box3 .list {
          width: 100%;
          float: none;
          margin-top: 15px; } }

/*# sourceMappingURL=style.css.map */
