.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; }

.w1400 {
  width: 1400px;
  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; }

body.noScroll {
  overflow: hidden; }

.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: #0070b2;
      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; } }

@media (max-width: 1024px) {
  .headerBox {
    height: 50px; } }
.headerBox .header {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.5625vw;
  padding-right: 1.77083vw;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  box-sizing: border-box;
  transition: all 0.5s; }
  .headerBox .header .logo {
    width: 197px;
    height: 80px;
    display: flex;
    align-items: center; }
  .headerBox .header .nav {
    margin-left: 2.29167vw;
    flex: 1; }
    .headerBox .header .nav ul {
      display: flex; }
      .headerBox .header .nav ul li {
        position: relative; }
        .headerBox .header .nav ul li:last-child {
          margin-right: 0; }
        .headerBox .header .nav ul li .tits {
          font-size: 12.6px;
          line-height: 80px;
          display: block;
          padding: 0 28px;
          color: #fff;
          text-transform: uppercase;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(255, 255, 255, 0); }
        .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: 200px;
          padding: 10px 15px;
          left: -10px;
          background: #fff;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .headerBox .header .nav ul li dl:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 32px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent #fff;
            display: block;
            box-sizing: border-box; }
          .headerBox .header .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #e9e9ee;
            padding: 6px 0; }
            .headerBox .header .nav ul li dl dd a {
              display: block;
              line-height: 21px;
              padding: 0.52083vw 0;
              font-size: 14px;
              position: relative;
              color: #666; }
              @media (min-width: 1024px) {
                .headerBox .header .nav ul li dl dd a:hover {
                  color: #0070b2; } }
        .headerBox .header .nav ul li.on .tits {
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          border-color: #fff; }
        @media (min-width: 1024px) {
          .headerBox .header .nav ul li:hover .tits {
            background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            border-color: #fff; }
          .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 .headerRight {
    display: flex;
    align-items: center; }
    .headerBox .header .headerRight .searchClick {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .headerBox .header .headerRight .searchClick img:nth-child(2) {
        display: none; }
    .headerBox .header .headerRight .lan {
      margin-left: 3px;
      position: relative; }
      .headerBox .header .headerRight .lan .tits {
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px; }
        .headerBox .header .headerRight .lan .tits img:nth-child(2) {
          display: none; }
      .headerBox .header .headerRight .lan #select {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        opacity: 0; }
    .headerBox .header .headerRight .click {
      width: 10.3125vw;
      height: 35px;
      border-radius: 10px;
      border: 1px solid #fff;
      display: block;
      text-align: center;
      box-sizing: border-box;
      font-size: 13px;
      line-height: 33px;
      color: #fff;
      text-transform: uppercase;
      margin-left: 2.86458vw; }
    .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.on, .headerBox .header.open {
    background-color: #fff;
    box-shadow: 0px 5px 18px 0px rgba(102, 192, 254, 0.3); }
    .headerBox .header.on .nav ul li .tits, .headerBox .header.open .nav ul li .tits {
      color: #333; }
    .headerBox .header.on .nav ul li.on .tits, .headerBox .header.open .nav ul li.on .tits {
      color: #fff; }
    @media (min-width: 1024px) {
      .headerBox .header.on .nav ul li:hover .tits, .headerBox .header.open .nav ul li:hover .tits {
        color: #fff; } }
    .headerBox .header.on .headerRight .searchClick img:nth-child(1), .headerBox .header.open .headerRight .searchClick img:nth-child(1) {
      display: none; }
    .headerBox .header.on .headerRight .searchClick img:nth-child(2), .headerBox .header.open .headerRight .searchClick img:nth-child(2) {
      display: block; }
    .headerBox .header.on .headerRight .lan .tits img:nth-child(1), .headerBox .header.open .headerRight .lan .tits img:nth-child(1) {
      display: none; }
    .headerBox .header.on .headerRight .lan .tits img:nth-child(2), .headerBox .header.open .headerRight .lan .tits img:nth-child(2) {
      display: block; }
    .headerBox .header.on .headerRight .click, .headerBox .header.open .headerRight .click {
      border-color: #333;
      color: #333; }
  .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: 1790px) {
    .headerBox .header .headerRight .click {
      width: 160px;
      margin-left: 20px; }
    .headerBox .header .nav ul li .tits {
      padding: 0 18px; } }
  @media (max-width: 1620px) {
    .headerBox .header .headerRight .click {
      width: 120px;
      margin-left: 20px;
      font-size: 12px; }
    .headerBox .header .nav ul li .tits {
      padding: 0 8px; } }
  @media (max-width: 1480px) {
    .headerBox .header .nav ul li .tits {
      font-size: 12px; }
    .headerBox .header .headerRight .searchClick {
      width: 25px; }
    .headerBox .header .headerRight .lan .tits {
      width: 25px; }
    .headerBox .header .headerRight .click {
      width: 110px;
      margin-left: 10px; } }
  @media (max-width: 1380px) {
    .headerBox .header .logo {
      width: 160px; }
    .headerBox .header .nav ul li {
      margin-right: 0; } }
  @media (max-width: 1250px) {
    .headerBox .header .headerRight .click {
      display: none; } }
  @media (max-width: 1120px) {
    .headerBox .header .logo {
      width: 140px; }
    .headerBox .header .nav {
      margin-left: 15px; }
      .headerBox .header .nav ul {
        display: flex; }
        .headerBox .header .nav ul li .tits {
          text-align: center;
          line-height: 20px;
          height: 80px;
          display: flex;
          align-items: center; } }
  @media (max-width: 1024px) {
    .headerBox .header {
      background-color: #fff;
      height: 50px; }
      .headerBox .header .logo {
        height: 50px; }
      .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: #fff; }
          .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;
              display: block;
              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 .searchClick img:nth-child(1) {
        display: none; }
      .headerBox .header .headerRight .searchClick img:nth-child(2) {
        display: block; }
      .headerBox .header .headerRight .lan .tits img:nth-child(1) {
        display: none; }
      .headerBox .header .headerRight .lan .tits img:nth-child(2) {
        display: block; }
      .headerBox .header .headerRight .navClick {
        display: block; } }

.index-banner {
  width: 100%;
  position: relative; }
  .index-banner ul li {
    width: 100%;
    position: relative; }
    .index-banner ul li a {
      width: 100%;
      display: block;
      position: relative; }
      .index-banner ul li a:after {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center top;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../images/index_banner_bg.png");
        z-index: 5; }
      .index-banner ul li a .con {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding-top: 8.125%; }
        .index-banner ul li a .con .tits {
          font-size: 2.34375vw;
          line-height: 2.70833vw;
          font-weight: bold;
          text-transform: uppercase;
          color: #fff; }
        .index-banner ul li a .con .tit {
          font-size: 15px;
          line-height: 18px;
          color: #fff;
          margin-top: 23px; }
        .index-banner ul li a .con .more {
          width: 226px;
          height: 38px;
          text-align: center;
          font-size: 19px;
          line-height: 38px;
          color: #fff;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/btn.png");
          margin-top: 28px; }
  .index-banner .btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 82px; }
    .index-banner .btns span {
      width: 6px;
      height: 2px;
      background-color: #fff;
      opacity: 0.83;
      display: block;
      margin: 0 5px;
      cursor: pointer;
      transition: all 0.3s; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        width: 172px;
        opacity: 1; }
  @media (max-width: 1366px) {
    .index-banner ul li a .con .tit {
      margin-top: 15px; }
    .index-banner ul li a .con .more {
      font-size: 15px;
      width: 180px;
      height: 32px;
      border-radius: 16px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .index-banner ul li a {
      overflow: hidden; }
      .index-banner ul li a img {
        width: 140%;
        margin-left: -20%; } }
  @media (max-width: 1024px) {
    .index-banner ul li a {
      overflow: hidden; }
      .index-banner ul li a img {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 750px) {
    .index-banner ul li a .con .tits {
      font-size: 18px;
      line-height: 22px; }
    .index-banner ul li a .con .tit {
      font-size: 12px;
      line-height: 18px;
      display: none; }
    .index-banner ul li a .con .more {
      width: 120px;
      height: 26px;
      border-radius: 13px;
      font-size: 12px;
      line-height: 26px;
      margin-top: 20px; }
    .index-banner .btns {
      bottom: 10px; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        width: 80px; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; } }
.index .indexTitle {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .index .indexTitle {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .index .indexTitle {
      font-size: 20px;
      line-height: 22px; } }
.index .box1 .tabsPic {
  background-color: #fff;
  padding: 8px 9px 0;
  margin-left: -9px;
  display: flex;
  margin-top: -58px;
  justify-content: space-between; }
  .index .box1 .tabsPic a {
    width: 10.9%;
    position: relative;
    display: block; }
    .index .box1 .tabsPic a img {
      width: 100%;
      display: block;
      filter: grayscale(71%); }
    .index .box1 .tabsPic a:after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 5; }
    .index .box1 .tabsPic a p {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      line-height: 18px;
      color: #fff;
      text-transform: uppercase;
      left: 0;
      z-index: 10;
      text-align: center; }
    .index .box1 .tabsPic a.on img {
      filter: grayscale(0%); }
    .index .box1 .tabsPic a.on:after {
      background-color: rgba(4, 99, 158, 0.65); }
.index .box1 .list {
  width: 100%;
  position: relative; }
  .index .box1 .list .a {
    width: 5.3%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .index .box1 .list .a.prev {
      left: 2.7%; }
    .index .box1 .list .a.next {
      right: 2.7%; }
  .index .box1 .list .listNew {
    width: 72%;
    margin: 0 auto; }
    .index .box1 .list .listNew ul {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
      .index .box1 .list .listNew ul li {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 5; }
        .index .box1 .list .listNew ul li .img {
          max-width: 60%;
          max-height: 90%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
.index .box1 .click {
  width: 226px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #012754;
  font-weight: bold;
  display: block;
  margin: 28px auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/btn1.png"); }
@media (max-width: 1200px) {
  .index .box1 {
    padding-top: 15px; }
    .index .box1 .tabsPic {
      flex-wrap: wrap;
      margin-top: 0;
      padding: 0;
      margin-left: 0; }
      .index .box1 .tabsPic a {
        width: 24.5%;
        margin-bottom: 6px; }
        .index .box1 .tabsPic a:last-child {
          display: none; } }
@media (max-width: 768px) {
  .index .box1 .tabsPic a {
    width: 33%;
    margin-bottom: 0.5%;
    display: block !important; }
  .index .box1 .list .listNew {
    width: 130%;
    margin-left: -12%; }
  .index .box1 .list .a {
    z-index: 5; }
    .index .box1 .list .a.prev {
      left: 0; }
    .index .box1 .list .a.next {
      right: 0; }
  .index .box1 .click {
    width: 160px;
    height: 32px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 32px;
    margin: 15px auto 0; } }
.index .box2 {
  display: flex;
  margin: 4.16667vw auto 0;
  justify-content: space-between; }
  .index .box2 .con {
    width: 45%; }
    .index .box2 .con .indexTitle {
      margin-bottom: 27px; }
    .index .box2 .con .tit {
      font-size: 14px;
      line-height: 24px;
      color: #646262;
      margin-bottom: 24px; }
    .index .box2 .con .more {
      width: 151px;
      height: 35px;
      text-align: center;
      font-size: 14px;
      line-height: 35px;
      color: #fff;
      display: block;
      background-repeat: no-repeat;
      background-image: url("../images/btn2.png");
      background-size: cover;
      margin-top: 55px; }
  .index .box2 .picBox {
    width: 49.5%;
    position: relative; }
    .index .box2 .picBox .videoBox {
      width: 82.9%;
      height: calc(100% - 25px);
      border-radius: 10px;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .index .box2 .picBox .videoBox img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .index .box2 .picBox .videoBox .icon {
        width: 66px;
        height: 66px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgab(4, 99, 158, 0.4);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .box2 .picBox .videoBox .icon img {
          width: 13px;
          height: 22px;
          position: relative;
          z-index: 5; }
        .index .box2 .picBox .videoBox .icon:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #0070b2;
          opacity: 0.2;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite 0.75s; }
        .index .box2 .picBox .videoBox .icon:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #0070b2;
          opacity: 0.4;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite; }
    .index .box2 .picBox .pic {
      width: 30.3%;
      height: calc(100% - 35px);
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 10px;
      overflow: hidden;
      z-index: 5; }
      .index .box2 .picBox .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
  @media (max-width: 1200px) {
    .index .box2 .con .indexTitle {
      margin-bottom: 15px; }
    .index .box2 .con .tit {
      font-size: 13px;
      line-height: 22px;
      margin-bottom: 15px; } }
  @media (max-width: 1024px) {
    .index .box2 .con .tit {
      margin-bottom: 15px; }
    .index .box2 .con .more {
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .index .box2 {
      padding: 25px 0;
      display: block; }
      .index .box2 .con {
        width: 100%; }
      .index .box2 .picBox {
        width: 100%;
        margin-top: 15px; }
        .index .box2 .picBox .videoBox {
          height: auto;
          position: relative;
          margin-left: 17%;
          width: 83%; }
          .index .box2 .picBox .videoBox img {
            width: 100%;
            height: auto;
            position: relative; }
          .index .box2 .picBox .videoBox .icon {
            width: 40px;
            height: 40px; }
            .index .box2 .picBox .videoBox .icon img {
              width: 10px; }
        .index .box2 .picBox .pic {
          width: 24%;
          top: 20px;
          height: 100%; } }
.index .box3 {
  padding-top: 50px; }
  .index .box3 .indexTitle {
    text-align: center; }
  .index .box3 .txt {
    font-size: 14px;
    line-height: 21px;
    color: #646262;
    text-align: center;
    width: 720px;
    max-width: 92%;
    margin: 40px auto 0; }
  .index .box3 .list {
    width: 358px;
    margin: 28px auto 0;
    overflow: initial; }
    .index .box3 .list ul li {
      width: 100%;
      transition: all 0.3s; }
      .index .box3 .list ul li a {
        width: 95%;
        margin: 0 auto;
        height: auto;
        display: block;
        position: relative;
        border-radius: 10px;
        border: 1px solid #e3e3e3; }
        .index .box3 .list ul li a .pic {
          border-radius: 10px;
          padding-bottom: 81.4%; }
          .index .box3 .list ul li a .pic:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            content: '';
            background-color: rgba(0, 0, 0, 0.35); }
        .index .box3 .list ul li a .con {
          width: 100%;
          box-sizing: border-box;
          padding: 20px 24px 13px; }
          .index .box3 .list ul li a .con .tits {
            font-size: 14px;
            line-height: 19px;
            height: 38px;
            color: #4a4848;
            font-weight: bold; }
          .index .box3 .list ul li a .con .time {
            font-size: 12px;
            line-height: 14px;
            color: #7c7b7b;
            margin-top: 7px; }
          .index .box3 .list ul li a .con .tit {
            display: none;
            font-size: 12px;
            line-height: 15px;
            height: 45px;
            margin-top: 10px; }
        .index .box3 .list ul li a .more {
          width: 151px;
          height: 35px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -17px;
          background-size: cover;
          background-repeat: no-repeat;
          text-align: center;
          font-size: 14px;
          line-height: 35px;
          color: #fff;
          z-index: 5;
          background-image: url("../images/btn2.png");
          display: none; }
      .index .box3 .list ul li.swiper-slide-active {
        width: 100%;
        transform: translateY(-12px); }
        .index .box3 .list ul li.swiper-slide-active a {
          box-shadow: -2.575px 4.286px 6px 0px rgba(184, 181, 181, 0.39);
          border-color: #0070b2; }
          .index .box3 .list ul li.swiper-slide-active a .pic {
            padding-bottom: 81.9%; }
            .index .box3 .list ul li.swiper-slide-active a .pic:after {
              display: none; }
          .index .box3 .list ul li.swiper-slide-active a .con {
            padding-bottom: 36px; }
            .index .box3 .list ul li.swiper-slide-active a .con .tits {
              color: #0070b2; }
            .index .box3 .list ul li.swiper-slide-active a .con .time {
              color: #0070b2; }
            .index .box3 .list ul li.swiper-slide-active a .con .tit {
              display: -webkit-box;
              color: #0070b2; }
          .index .box3 .list ul li.swiper-slide-active a .more {
            display: block; }
    .index .box3 .list .btns {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 47px; }
      .index .box3 .list .btns span {
        width: 6px;
        height: 2px;
        background-color: #b8b5b5;
        opacity: 0.83;
        display: block;
        margin: 0 5px;
        cursor: pointer;
        transition: all 0.3s; }
        .index .box3 .list .btns span.swiper-pagination-bullet-active {
          width: 172px;
          opacity: 1; }
  @media (max-width: 1200px) {
    .index .box3 .txt {
      margin: 25px auto 0; } }
  @media (max-width: 768px) {
    .index .box3 {
      padding-top: 25px; }
      .index .box3 .txt {
        margin-left: 15px auto 0; }
      .index .box3 .list {
        width: 320px; }
        .index .box3 .list ul li a .con .tit {
          display: none !important; }
        .index .box3 .list .btns {
          margin-top: 15px; }
          .index .box3 .list .btns span.swiper-pagination-bullet-active {
            width: 80px; } }
.index .box4 {
  padding-top: 4.16667vw; }
  .index .box4 .indexTitle {
    text-align: center; }
  .index .box4 .list {
    width: 100%;
    margin-top: 22px;
    padding-top: 20px;
    overflow: hidden; }
    .index .box4 .list .listNew {
      width: 100%;
      position: relative;
      overflow: initial; }
      .index .box4 .list .listNew ul {
        width: 100%; }
        .index .box4 .list .listNew ul li {
          width: 50%;
          height: auto;
          position: relative; }
          .index .box4 .list .listNew ul li .item {
            width: 100%;
            box-sizing: border-box;
            position: relative;
            background-color: #fff; }
            .index .box4 .list .listNew ul li .item a {
              width: 100%;
              height: 100%;
              background-color: #fff;
              display: flex;
              position: relative; }
              .index .box4 .list .listNew ul li .item a .pic {
                width: 50%;
                height: 0;
                padding-bottom: 37.4%;
                overflow: hidden;
                position: relative; }
                .index .box4 .list .listNew ul li .item a .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
              .index .box4 .list .listNew ul li .item a .con {
                flex: 1;
                padding: 0 25px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                color: #858686; }
                .index .box4 .list .listNew ul li .item a .con .tits {
                  font-size: 16px;
                  line-height: 19px;
                  height: 38px;
                  font-weight: bold; }
                .index .box4 .list .listNew ul li .item a .con .time {
                  font-size: 12px;
                  line-height: 14px;
                  margin-top: 13px; }
                .index .box4 .list .listNew ul li .item a .con .tit {
                  font-size: 12px;
                  line-height: 15px;
                  height: 90px;
                  -webkit-line-clamp: 6;
                  margin-top: 10px; }
                .index .box4 .list .listNew ul li .item a .con .tit1 {
                  display: flex;
                  flex-direction: row-reverse;
                  margin-top: 22px; }
                  .index .box4 .list .listNew ul li .item a .con .tit1 .more {
                    width: 106px;
                    height: 24px;
                    text-align: center;
                    font-size: 12px;
                    line-height: 24px;
                    border-radius: 12px;
                    background-size: cover; }
            .index .box4 .list .listNew ul li .item:nth-child(2) a {
              flex-direction: row-reverse; }
            @media (min-width: 1024px) {
              .index .box4 .list .listNew ul li .item:hover a:after {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 5;
                content: '';
                border: 1px solid #0070b2;
                box-sizing: border-box; }
              .index .box4 .list .listNew ul li .item:hover a .pic {
                box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.13); }
              .index .box4 .list .listNew ul li .item:hover a .con {
                color: #0070b2; }
                .index .box4 .list .listNew ul li .item:hover a .con .tit1 .more {
                  color: #fff;
                  background-image: url("../images/btn2.png"); } }
      .index .box4 .list .listNew .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 32px; }
        .index .box4 .list .listNew .btns a {
          width: 35px;
          height: 35px;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 21px; }
          .index .box4 .list .listNew .btns a.prev {
            background-image: url("../images/prev1.png"); }
          .index .box4 .list .listNew .btns a.next {
            background-image: url("../images/next1.png"); }
          @media (min-width: 1024px) {
            .index .box4 .list .listNew .btns a:hover.prev {
              background-image: url("../images/prev1_h.png"); }
            .index .box4 .list .listNew .btns a:hover.next {
              background-image: url("../images/next1_h.png"); } }
  @media (max-width: 1366px) {
    .index .box4 .list .listNew ul li .item a .con .tit {
      -webkit-line-clamp: 4;
      height: 60px; }
    .index .box4 .list .listNew ul li .item a .con .tit1 {
      margin-top: 10px; } }
  @media (max-width: 1200px) {
    .index .box4 .list .listNew ul li .item a .pic {
      padding-bottom: 42%; }
    .index .box4 .list .listNew ul li .item a .con {
      padding: 0 15px; }
      .index .box4 .list .listNew ul li .item a .con .tits {
        font-size: 15px; } }
  @media (max-width: 960px) {
    .index .box4 .list .listNew ul li {
      width: 100%; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 25px; }
      .index .box4 .list {
        padding-top: 0;
        margin-top: 15px; }
        .index .box4 .list .listNew ul li {
          margin-right: 10px; }
          .index .box4 .list .listNew ul li:last-child {
            margin-right: 0; }
          .index .box4 .list .listNew ul li .item:nth-child(2) {
            display: none; }
          .index .box4 .list .listNew ul li .item a {
            display: block; }
            .index .box4 .list .listNew ul li .item a .pic {
              width: 100%;
              padding-bottom: 70%; }
            .index .box4 .list .listNew ul li .item a .con {
              width: 100%;
              padding: 15px;
              background-color: rgba(0, 0, 0, 0.05);
              box-sizing: border-box; }
              .index .box4 .list .listNew ul li .item a .con .tit {
                height: auto; }
        .index .box4 .list .listNew .btns {
          margin-top: 15px; } }
.index .box5 {
  background-color: #fafafa;
  margin-top: 2.60417vw; }
  .index .box5 .itemBox {
    display: flex;
    justify-content: space-between;
    padding-top: 3.38542vw;
    padding-bottom: 2.91667vw; }
    .index .box5 .itemBox .item {
      text-align: center; }
      .index .box5 .itemBox .item .t {
        font-size: 20px;
        color: #999;
        height: 56px;
        line-height: 56px; }
        .index .box5 .itemBox .item .t span {
          color: #007fd0;
          font-size: 54px; }
      .index .box5 .itemBox .item .t1 {
        font-size: 20px;
        line-height: 22px;
        color: #999;
        margin-top: 1px; }
  @media (max-width: 1366px) {
    .index .box5 .itemBox .item .t {
      line-height: 42px;
      height: 42px;
      font-size: 16px; }
      .index .box5 .itemBox .item .t span {
        font-size: 40px; }
    .index .box5 .itemBox .item .t1 {
      font-size: 16px;
      line-height: 18px; } }
  @media (max-width: 1024px) {
    .index .box5 .itemBox .item .t {
      line-height: 30px;
      height: 30px;
      font-size: 14px; }
      .index .box5 .itemBox .item .t span {
        font-size: 28px; }
    .index .box5 .itemBox .item .t1 {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 768px) {
    .index .box5 .itemBox {
      flex-wrap: wrap; }
      .index .box5 .itemBox .item {
        width: 33.33333%;
        padding: 10px 0; }
        .index .box5 .itemBox .item .t {
          line-height: 22px;
          height: 22px;
          font-size: 12px; }
          .index .box5 .itemBox .item .t span {
            font-size: 20px; }
        .index .box5 .itemBox .item .t1 {
          font-size: 12px;
          line-height: 14px; } }
.index .box6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/index_bg2.jpg");
  padding-top: 40px;
  padding-bottom: 35px; }
  .index .box6 .indexTitle {
    text-align: center;
    color: #fff; }
  .index .box6 .list {
    margin-top: 45px; }
    .index .box6 .list ul {
      width: 100%;
      position: relative;
      padding-bottom: 15.2%;
      height: 0; }
      .index .box6 .list ul li {
        border-radius: 10px;
        overflow: hidden;
        padding: 3px;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 0;
        width: 24%;
        background: linear-gradient(-106deg, #878787 0%, white 21%, #878787 51%, white 72%, #878787 100%);
        transition: all 0.5s;
        transform: translate(265%, 13%) rotate(4deg);
        opacity: 0; }
        .index .box6 .list ul li:nth-child(1) {
          transform: translate(-260%, 12%) rotate(-4deg);
          opacity: 1; }
        .index .box6 .list ul li:nth-child(2) {
          transform: translate(-155%, 3%) rotate(-2deg);
          opacity: 1; }
        .index .box6 .list ul li:nth-child(3) {
          transform: translate(-50%, 0);
          opacity: 1; }
          .index .box6 .list ul li:nth-child(3) .pic:after {
            display: none; }
          .index .box6 .list ul li:nth-child(3) a {
            display: block; }
        .index .box6 .list ul li:nth-child(4) {
          transform: translate(55%, 3.5%) rotate(2deg);
          opacity: 1; }
        .index .box6 .list ul li:nth-child(5) {
          transform: translate(160%, 13%) rotate(4deg);
          opacity: 1; }
        .index .box6 .list ul li .pic {
          width: 100%;
          padding-bottom: 53.9%;
          height: 0;
          overflow: hidden;
          position: relative;
          border-radius: 10px; }
          .index .box6 .list ul li .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            border-radius: 10px; }
          .index .box6 .list ul li .pic:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.72) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.72) 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.72) 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.72) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.72) 100%); }
        .index .box6 .list ul li a {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          z-index: 10;
          display: none; }
          .index .box6 .list ul li a .time {
            width: 42px;
            background-color: #fff;
            position: absolute;
            top: 5px;
            left: 18px;
            text-align: center;
            border-radius: 0 0 5px 5px; }
            .index .box6 .list ul li a .time .data {
              padding-top: 6px;
              padding-bottom: 3px;
              width: 100%;
              color: #fff;
              background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              border-radius: 0 0 5px 5px; }
              .index .box6 .list ul li a .time .data span {
                font-size: 20px;
                line-height: 22px;
                font-weight: bold; }
              .index .box6 .list ul li a .time .data i {
                font-size: 12px;
                line-height: 14px; }
            .index .box6 .list ul li a .time .year {
              font-size: 12px;
              line-height: 20px;
              color: #000; }
          .index .box6 .list ul li a img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .index .box6 .list .btns {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 35px; }
      .index .box6 .list .btns span {
        width: 6px;
        height: 2px;
        background-color: #fff;
        opacity: 0.49;
        display: block;
        margin: 0 5px;
        cursor: pointer;
        transition: all 0.3s; }
        .index .box6 .list .btns span.on {
          width: 172px;
          opacity: 1; }
  @media (max-width: 1200px) {
    .index .box6 .list ul {
      padding-bottom: 20%; }
      .index .box6 .list ul li {
        width: 32%; } }
  @media (max-width: 1024px) {
    .index .box6 .list {
      margin-top: 25px; }
      .index .box6 .list .btns {
        margin-top: 15px; }
    .index .box6 .list ul li a img {
      width: 40px; } }
  @media (max-width: 768px) {
    .index .box6 {
      padding-top: 25px;
      padding-bottom: 30px; }
      .index .box6 .list ul {
        padding-bottom: 46%; }
        .index .box6 .list ul li {
          width: 82%; } }
.index .box7 {
  padding-top: 50px; }
  .index .box7 .indexTitle {
    text-align: center; }
  .index .box7 .list {
    margin-top: 50px; }
    .index .box7 .list ul {
      width: 100%;
      position: relative;
      padding-bottom: 16%; }
      .index .box7 .list ul li {
        width: 22%;
        height: 100%;
        position: absolute;
        z-index: var(--cc); }
        .index .box7 .list ul li .pic {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          overflow: hidden;
          position: absolute;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          padding: 1px;
          background-color: #fff; }
          .index .box7 .list ul li .pic img {
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            position: absolute;
            top: 1px;
            left: 1px;
            object-fit: cover;
            border-radius: 10px; }
          .index .box7 .list ul li .pic:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-size: auto 100%;
            background-repeat: repeat-x;
            background-position: left bottom;
            background-image: url("../images/bg2.png");
            opacity: 0.6; }
        .index .box7 .list ul li a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5; }
        .index .box7 .list ul li:nth-child(1) {
          left: 11%;
          transform: rotate(-8deg) translate(-50%, 9.2%); }
        .index .box7 .list ul li:nth-child(2) {
          left: 20.75%;
          transform: rotate(-6deg) translate(-50%, 3.2%); }
        .index .box7 .list ul li:nth-child(3) {
          left: 30.5%;
          transform: rotate(-4deg) translate(-50%, 0px); }
        .index .box7 .list ul li:nth-child(4) {
          left: 40.25%;
          transform: rotate(-2deg) translate(-50%, -1%); }
        .index .box7 .list ul li:nth-child(5) {
          left: 50%;
          transform: rotate(0deg) translate(-50%, 0); }
        .index .box7 .list ul li:nth-child(6) {
          left: 59.75%;
          transform: rotate(2deg) translate(-50%, 3%); }
        .index .box7 .list ul li:nth-child(7) {
          left: 69.5%;
          transform: rotate(4deg) translate(-50%, 8%); }
        .index .box7 .list ul li:nth-child(8) {
          left: 79.25%;
          transform: rotate(6deg) translate(-50%, 16%); }
        .index .box7 .list ul li:nth-child(9) {
          left: 89%;
          transform: rotate(8deg) translate(-50%, 26%); }
        @media (min-width: 1024px) {
          .index .box7 .list ul li:hover {
            z-index: 10; }
            .index .box7 .list ul li:hover .pic {
              transform: scale(1.1);
              padding: 2px;
              background: -moz-linear-gradient(top, #039ff9 0%, #0c203b 100%);
              background: -webkit-gradient(left top, left bottom, color-stop(0%, #039ff9), color-stop(100%, #0c203b));
              background: -webkit-linear-gradient(top, #039ff9 0%, #0c203b 100%);
              background: -o-linear-gradient(top, #039ff9 0%, #0c203b 100%);
              background: -ms-linear-gradient(top, #039ff9 0%, #0c203b 100%);
              background: linear-gradient(to bottom, #039ff9 0%, #0c203b 100%); }
              .index .box7 .list ul li:hover .pic img {
                width: calc(100% - 4px);
                height: calc(100% - 4px);
                top: 2px;
                left: 2px; }
              .index .box7 .list ul li:hover .pic:after {
                display: none; } }
  .index .box7 .con {
    width: 525px;
    max-width: 80%;
    margin: 40px auto 0;
    text-align: center; }
    .index .box7 .con .txt {
      font-size: 14px;
      line-height: 24px;
      color: #010101; }
    .index .box7 .con .more {
      display: block;
      width: 151px;
      height: 35px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/btn2.png");
      text-align: center;
      font-size: 14px;
      line-height: 35px;
      color: #fff;
      margin: 22px auto 0; }
  @media (max-width: 1080px) {
    .index .box7 .list ul {
      padding-bottom: 22%;
      transform: rotate(1deg); }
      .index .box7 .list ul li {
        opacity: 0;
        transition: all 0.5s;
        width: 34%; }
        .index .box7 .list ul li:nth-child(n + 8) {
          left: 110%;
          transform: rotate(8deg) translate(-50%, 18%);
          opacity: 0; }
        .index .box7 .list ul li:nth-child(1) {
          left: 18%;
          transform: rotate(-6deg) translate(-50%, 4.2%);
          opacity: 1; }
        .index .box7 .list ul li:nth-child(2) {
          left: 28%;
          transform: rotate(-4deg) translate(-50%, 1.2%);
          opacity: 1; }
        .index .box7 .list ul li:nth-child(3) {
          left: 39%;
          transform: rotate(-2deg) translate(-50%, 0);
          opacity: 1; }
        .index .box7 .list ul li:nth-child(4) {
          left: 50%;
          transform: rotate(0deg) translate(-50%, 0);
          opacity: 1; }
        .index .box7 .list ul li:nth-child(5) {
          left: 61%;
          transform: rotate(2deg) translate(-50%, 2%);
          opacity: 1; }
        .index .box7 .list ul li:nth-child(6) {
          left: 72%;
          transform: rotate(4deg) translate(-50%, 6%);
          opacity: 1; }
        .index .box7 .list ul li:nth-child(7) {
          left: 83%;
          transform: rotate(6deg) translate(-50%, 12%);
          opacity: 1; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 25px; }
      .index .box7 .list {
        margin-top: 25px; }
        .index .box7 .list ul {
          padding-bottom: 40%;
          transform: rotate(0); }
          .index .box7 .list ul li {
            width: 60%; }
            .index .box7 .list ul li:nth-child(n + 4) {
              left: 110%;
              transform: rotate(4deg) translate(-50%, 18%);
              opacity: 0;
              transition: all 0.5s; }
            .index .box7 .list ul li:nth-child(1) {
              left: 30%;
              transform: rotate(-2deg) translate(-50%, 0);
              opacity: 1;
              z-index: 0; }
            .index .box7 .list ul li:nth-child(2) {
              left: 50%;
              transform: rotate(0) translate(-50%, 0);
              opacity: 1;
              z-index: 1; }
            .index .box7 .list ul li:nth-child(3) {
              left: 70%;
              transform: rotate(2deg) translate(-50%, 4%);
              opacity: 1;
              z-index: 0; }
      .index .box7 .con {
        width: 100%;
        margin-top: 20px;
        max-width: 100%; } }
.index .box8 {
  padding-top: 53px; }
  .index .box8 .indexTitle {
    text-align: center; }
  .index .box8 .boxNew {
    display: flex;
    background-color: #fafafa;
    margin-top: 45px; }
    .index .box8 .boxNew .list {
      width: 59.6%; }
      .index .box8 .boxNew .list .item {
        padding: 10px 65px 10px 15px;
        position: relative; }
        .index .box8 .boxNew .list .item a {
          width: 100%;
          display: flex;
          align-items: center;
          position: relative;
          z-index: 5; }
          .index .box8 .boxNew .list .item a .pic {
            width: 85px;
            height: 62px;
            border-radius: 5px;
            overflow: hidden;
            position: relative; }
            .index .box8 .boxNew .list .item a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .index .box8 .boxNew .list .item a .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 5;
              background-color: rgba(0, 0, 0, 0.32);
              content: ''; }
          .index .box8 .boxNew .list .item a .con {
            flex: 1;
            margin-left: 20px; }
            .index .box8 .boxNew .list .item a .con .tits {
              font-size: 15px;
              line-height: 17px;
              color: #000;
              font-weight: bold;
              height: 17px; }
            .index .box8 .boxNew .list .item a .con .tit {
              font-size: 13px;
              line-height: 15px;
              color: #646262;
              height: 30px;
              margin-top: 7px; }
        .index .box8 .boxNew .list .item.on:after {
          width: 110%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/bg1.jpg");
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          content: ''; }
        .index .box8 .boxNew .list .item.on a .pic:after {
          display: none; }
        .index .box8 .boxNew .list .item.on a .con .tits {
          color: #fff; }
        .index .box8 .boxNew .list .item.on a .con .tit {
          color: #fff; }
    .index .box8 .boxNew .img {
      flex: 1;
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .index .box8 .boxNew .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
  @media (max-width: 768px) {
    .index .box8 {
      padding-top: 25px; }
      .index .box8 .boxNew {
        margin-top: 20px; }
        .index .box8 .boxNew .list {
          width: 100%; }
          .index .box8 .boxNew .list .item {
            padding: 10px 15px;
            border-top: 1px solid #ccc; }
            .index .box8 .boxNew .list .item.on:after {
              display: none; }
            .index .box8 .boxNew .list .item.on a .con .tits {
              color: #000; }
            .index .box8 .boxNew .list .item.on a .con .tit {
              color: #646262;
              height: auto; } }
.index .box9 {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative; }
  .index .box9:after {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 5; }
  .index .box9:before {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 5; }
  .index .box9 .list {
    height: 65px;
    position: relative; }
    .index .box9 .list ul {
      display: flex;
      align-items: center; }
      .index .box9 .list ul li {
        padding: 0 40px;
        float: left;
        height: 65px;
        display: flex;
        align-items: center; }
        .index .box9 .list ul li img {
          max-height: 50%; }
  @media (max-width: 768px) {
    .index .box9 {
      padding-top: 25px;
      padding-bottom: 25px; }
      .index .box9:after {
        width: 10%; }
      .index .box9:before {
        width: 10%; }
      .index .box9 .list {
        height: 40px; }
        .index .box9 .list ul li {
          padding: 0 15px;
          height: 40px; } }

.footer .footerNew {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/footer_bg.jpg");
  padding-top: 70px;
  padding-bottom: 32px; }
  .footer .footerNew .footerLeft {
    width: 31%;
    float: left;
    padding-top: 10px; }
    .footer .footerNew .footerLeft .logo {
      width: 88.8%;
      margin: 0 auto; }
    .footer .footerNew .footerLeft .t {
      text-align: center;
      font-size: 14px;
      line-height: 25px;
      color: #fff;
      margin-top: 30px; }
    .footer .footerNew .footerLeft .share {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      .footer .footerNew .footerLeft .share a {
        width: 42px;
        height: 42px;
        border-radius: 100%;
        background-color: #fff;
        margin: 0 10px;
        -webkit-box-reflect: below 0% linear-gradient(transparent 40%, rgba(255, 255, 255, 0.08));
        box-reflect: below 0% linear-gradient(transparent 40%, rgba(255, 255, 255, 0.08)); }
  .footer .footerNew .footerCen {
    width: 29.6%;
    float: left;
    margin-left: 8%; }
    .footer .footerNew .footerCen dl {
      width: 40.6%;
      float: left; }
      .footer .footerNew .footerCen dl:nth-child(2) {
        width: 48.3%;
        float: right; }
        .footer .footerNew .footerCen dl:nth-child(2) dd a {
          width: 50%;
          float: left; }
      .footer .footerNew .footerCen dl dt {
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px; }
      .footer .footerNew .footerCen dl dd {
        font-size: 12px;
        line-height: 27px;
        color: #fff;
        margin-top: 7px; }
        .footer .footerNew .footerCen dl dd a {
          width: 100%;
          display: block;
          color: #fff; }
          @media (min-width: 1024px) {
            .footer .footerNew .footerCen dl dd a:hover {
              text-decoration: underline; } }
  .footer .footerNew .footerRight {
    width: 25.3%;
    float: right; }
    .footer .footerNew .footerRight .tits {
      font-size: 20px;
      line-height: 22px;
      color: #fff;
      font-weight: bold;
      padding-bottom: 12px;
      position: relative; }
      .footer .footerNew .footerRight .tits:after {
        width: 200px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        content: ''; }
    .footer .footerNew .footerRight .tit {
      margin-top: 8px; }
      .footer .footerNew .footerRight .tit .t {
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        line-height: 33px;
        color: #fff; }
        .footer .footerNew .footerRight .tit .t img {
          margin-right: 8px;
          display: block;
          margin-top: 6px; }
  .footer .footerNew .imgBox {
    display: flex;
    justify-content: center;
    margin-top: 32px; }
    .footer .footerNew .imgBox a {
      display: block;
      margin: 0 18px; }
      .footer .footerNew .imgBox a img {
        height: 54px; }
.footer .foot {
  background-image: url("../images/footer_bg1.jpg");
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  .footer .foot a {
    color: #fff; }
@media (max-width: 1200px) {
  .footer .footerNew .footerLeft {
    width: 26%; }
    .footer .footerNew .footerLeft .t {
      font-size: 12px;
      line-height: 18px; }
    .footer .footerNew .footerLeft .share a {
      width: 30px;
      height: 30px;
      margin: 0 5px; }
      .footer .footerNew .footerLeft .share a img {
        width: 100%; }
  .footer .footerNew .footerCen {
    width: 40.5%;
    margin-left: 5%; }
  .footer .footerNew .imgBox a img {
    height: 40px; } }
@media (max-width: 1024px) {
  .footer .footerNew .footerLeft {
    width: 40%; }
  .footer .footerNew .footerCen {
    display: none; }
  .footer .footerNew .footerRight {
    width: 50%; }
    .footer .footerNew .footerRight .tits {
      font-size: 16px;
      line-height: 18px;
      padding-bottom: 8px; }
    .footer .footerNew .footerRight .tit .t {
      font-size: 12px;
      line-height: 26px; }
      .footer .footerNew .footerRight .tit .t img {
        margin-top: 3px; } }
@media (max-width: 768px) {
  .footer .footerNew {
    padding-top: 30px; }
    .footer .footerNew .footerLeft {
      width: 100%;
      padding-top: 0;
      float: none; }
      .footer .footerNew .footerLeft .logo {
        width: 200px;
        margin: 0; }
      .footer .footerNew .footerLeft .t {
        text-align: left;
        margin-top: 10px; }
      .footer .footerNew .footerLeft .share {
        justify-content: left;
        margin-top: 15px; }
    .footer .footerNew .footerRight {
      width: 100%;
      margin-top: 20px; }
    .footer .footerNew .footerCen {
      margin-top: 15px;
      display: block;
      width: 100%;
      float: none;
      margin-left: 0; }
      .footer .footerNew .footerCen dl dt {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 8px; }
      .footer .footerNew .footerCen dl:nth-child(2) {
        width: 55%; }
    .footer .footerNew .imgBox {
      flex-wrap: wrap;
      width: 92%;
      margin: 10px auto 0; }
      .footer .footerNew .imgBox a {
        width: 32%;
        margin: 0;
        margin-right: 2%; }
        .footer .footerNew .imgBox a:nth-child(3) {
          margin-right: 0; }
        .footer .footerNew .imgBox a:nth-child(n + 3) {
          margin-top: 5px; }
        .footer .footerNew .imgBox a img {
          width: 100%;
          height: auto; }
  .footer .foot {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0; }
    .footer .foot a {
      display: block; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .banner .tits {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 2.34375vw;
    line-height: 2.44792vw;
    font-weight: bold;
    color: #fff;
    z-index: 6;
    position: absolute;
    top: 58%;
    left: 0;
    transform: translateY(-50%); }
  @media (max-width: 768px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 180%;
        margin-left: -40%; }
      .banner .tits {
        font-size: 20px;
        line-height: 22px;
        top: 50%; } }

.home {
  font-size: 14px;
  line-height: 18px;
  color: #848282;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 20px auto 0; }
  .home img {
    margin-right: 10px; }
  .home a {
    color: #848282; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #0070b2; } }
  .home span {
    margin: 0 5px; }
  @media (max-width: 768px) {
    .home {
      font-size: 12px;
      margin: 15px auto 0; } }

.serviceTabs {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .serviceTabs a {
    width: 256px;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    position: relative; }
    .serviceTabs a .icon {
      width: 96px;
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 5;
      background-color: #fff; }
      .serviceTabs a .icon .img {
        width: 100%;
        height: auto;
        border-radius: 100%;
        box-shadow: 0 0 10px rgba(222, 222, 222, 0.8);
        overflow: hidden; }
        .serviceTabs a .icon .img img {
          width: 100%; }
          .serviceTabs a .icon .img img:nth-child(2) {
            display: none; }
      .serviceTabs a .icon .num {
        width: 28px;
        height: 28px;
        text-align: center;
        background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: -8px;
        left: 8px;
        border-radius: 100%; }
    .serviceTabs a .con {
      margin-top: 30px; }
      .serviceTabs a .con .t {
        text-align: center;
        font-size: 22px;
        line-height: 24px;
        color: #031a40;
        font-weight: bold; }
      .serviceTabs a .con .t1 {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-top: 12px; }
    .serviceTabs a:after {
      width: 148%;
      position: absolute;
      left: 58%;
      top: 66px;
      height: 2px;
      border-bottom: 2px dotted #1c1c1a;
      content: '';
      box-sizing: border-box;
      transform: rotate(18deg);
      transform-origin: 0 0; }
    .serviceTabs a:nth-child(2n) {
      padding-top: 0;
      flex-direction: column-reverse; }
      .serviceTabs a:nth-child(2n) .con {
        margin-top: 0;
        margin-bottom: 35px; }
      .serviceTabs a:nth-child(2n):after {
        top: auto;
        bottom: 56px;
        transform: rotate(-18deg); }
    .serviceTabs a:nth-child(3):after {
      transform: rotate(20deg); }
    .serviceTabs a:last-child:after {
      display: none; }
    .serviceTabs a.on .icon .img {
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
      .serviceTabs a.on .icon .img img:nth-child(1) {
        display: none; }
      .serviceTabs a.on .icon .img img:nth-child(2) {
        display: block; }
    .serviceTabs a.on .icon .num:after {
      width: 32px;
      height: 32px;
      box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      content: '';
      border-radius: 100%;
      border: 2px solid #fff; }
  @media (max-width: 1450px) {
    .serviceTabs a:after {
      width: 120%;
      transform: rotate(24deg); }
    .serviceTabs a:nth-child(2n):after {
      transform: rotate(-21deg); } }
  @media (max-width: 1200px) {
    .serviceTabs a .icon {
      width: 70px; }
      .serviceTabs a .icon .num {
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 24px; }
    .serviceTabs a .con {
      margin-top: 20px; }
      .serviceTabs a .con .t {
        font-size: 18px;
        line-height: 20px; }
      .serviceTabs a .con .t1 {
        font-size: 12px;
        line-height: 18px; }
    .serviceTabs a:after {
      width: 100%;
      transform: rotate(20deg); }
    .serviceTabs a:nth-child(2n) .con {
      margin-bottom: 20px;
      margin-top: 0; }
    .serviceTabs a:nth-child(2n):after {
      bottom: 37px;
      transform: rotate(-22deg); }
    .serviceTabs a.on .icon .num:after {
      width: 26px;
      height: 26px; } }
  @media (max-width: 920px) {
    .serviceTabs {
      align-items: flex-start; }
      .serviceTabs a {
        width: 25%;
        display: block;
        padding-top: 0 !important; }
        .serviceTabs a:after {
          transform: rotate(0) !important;
          top: 23px !important; }
        .serviceTabs a .icon {
          width: 46px; }
          .serviceTabs a .icon .num {
            display: none; }
        .serviceTabs a .con {
          margin-top: 10px !important;
          margin-bottom: 0 !important; }
          .serviceTabs a .con .t1 {
            display: none; }
          .serviceTabs a .con .t {
            font-size: 12px;
            line-height: 16px; } }

.service {
  padding-top: 35px; }
  .service .spare {
    padding-top: 4.16667vw;
    padding-bottom: 1.97917vw; }
    .service .spare ul li {
      width: 18.4%;
      float: left;
      margin-right: 2%;
      margin-bottom: 42px; }
      .service .spare ul li:nth-child(5n) {
        margin-right: 0; }
      .service .spare ul li .pic {
        width: 100%;
        border-radius: 10px 10px 0 0;
        border: 1px solid #dedede;
        position: relative;
        overflow: hidden;
        box-sizing: border-box; }
        .service .spare ul li .pic .t {
          width: 100%;
          text-align: center;
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #031a40;
          position: absolute;
          bottom: 20px;
          left: 0; }
      .service .spare ul li .line {
        width: 100%;
        height: 14px;
        background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
    @media (max-width: 1024px) {
      .service .spare ul li {
        width: 23.5%;
        margin-bottom: 30px; }
        .service .spare ul li:nth-child(5n) {
          margin-right: 2%; }
        .service .spare ul li:nth-child(4n) {
          margin-right: 0; }
        .service .spare ul li .pic .t {
          font-size: 14px;
          line-height: 16px;
          bottom: 15px; } }
    @media (max-width: 768px) {
      .service .spare ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px; }
        .service .spare ul li:nth-child(4n) {
          margin-right: 2%; }
        .service .spare ul li:nth-child(2n) {
          margin-right: 0; }
        .service .spare ul li:nth-child(n + 15) {
          display: none; } }
  .service .warranty {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw; }
    .service .warranty .title {
      text-align: center;
      font-size: 30px;
      line-height: 40px;
      color: #031a40;
      font-weight: bold; }
      @media (max-width: 1200px) {
        .service .warranty .title {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 768px) {
        .service .warranty .title {
          font-size: 16px;
          line-height: 20px; } }
    .service .warranty .content {
      position: relative;
      margin-top: 2.86458vw; }
      .service .warranty .content ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .service .warranty .content ul li {
          width: 23.9%;
          margin-right: 20%; }
          .service .warranty .content ul li:nth-child(2n) {
            float: right;
            margin-right: 0; }
          .service .warranty .content ul li .pic {
            width: 100%;
            border-radius: 10px;
            overflow: hidden; }
          .service .warranty .content ul li .tits {
            font-size: 18px;
            line-height: 20px;
            color: #031a40;
            font-weight: bold;
            margin-top: 16px; }
          .service .warranty .content ul li .tit {
            font-size: 14px;
            line-height: 20px;
            color: #000;
            margin-top: 15px; }
          .service .warranty .content ul li:nth-child(n + 3) {
            margin-top: 60px; }
      .service .warranty .content .picBox {
        width: 47.1%;
        height: 0;
        padding-bottom: 47.1%;
        border-radius: 100%;
        border: 1px solid #e0e0e0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box; }
        .service .warranty .content .picBox .pic {
          width: 85.4%;
          height: 85.4%;
          border-radius: 100%;
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          box-shadow: 0 0 32px rgba(16, 42, 67, 0.18); }
          .service .warranty .content .picBox .pic .img {
            width: 95.4%;
            height: 95.4%;
            position: absolute;
            left: 50%;
            bottom: 0;
            border-radius: 100%;
            overflow: hidden;
            transform: translateX(-50%); }
            .service .warranty .content .picBox .pic .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              content: ''; }
    @media (max-width: 1200px) {
      .service .warranty .content .picBox {
        display: none;
        width: 36%;
        padding-bottom: 36%; }
        .service .warranty .content .picBox .pic {
          width: 90%;
          height: 90%; }
      .service .warranty .content ul li {
        width: 31%; }
        .service .warranty .content ul li .tits {
          font-size: 15px;
          line-height: 17px; }
        .service .warranty .content ul li .tit {
          font-size: 13px;
          line-height: 18px; } }
    @media (max-width: 768px) {
      .service .warranty {
        padding-top: 25px;
        padding-bottom: 30px; }
        .service .warranty .content .picBox {
          width: 100%;
          padding-bottom: 100%;
          position: relative;
          top: 0;
          left: 0;
          transform: translate(0);
          margin-top: 15px; }
        .service .warranty .content ul li {
          width: 100%;
          margin-right: 0 !important; }
          .service .warranty .content ul li:nth-child(n + 2) {
            margin-top: 15px; }
          .service .warranty .content ul li .tits {
            margin-top: 10px; } }
  .service .training {
    padding-top: 3.64583vw;
    padding-bottom: 1.5625vw; }
    .service .training .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      margin-bottom: 50px; }
      .service .training .item:nth-child(2) {
        flex-direction: row; }
      .service .training .item .pic {
        width: 50%;
        border-radius: 20px;
        overflow: hidden; }
      .service .training .item .picBox {
        width: 50%;
        display: flex;
        justify-content: space-between; }
        .service .training .item .picBox .img {
          width: 48.3%;
          border-radius: 20px;
          overflow: hidden; }
          .service .training .item .picBox .img:nth-child(1) {
            border-top-left-radius: 5.20833vw; }
          .service .training .item .picBox .img:nth-child(2) {
            border-bottom-right-radius: 5.20833vw; }
      .service .training .item .con {
        width: 47.2%; }
        .service .training .item .con .title {
          font-size: 30px;
          line-height: 40px;
          font-weight: bold;
          color: #031a40; }
          @media (max-width: 1200px) {
            .service .training .item .con .title {
              font-size: 24px;
              line-height: 30px; } }
          @media (max-width: 768px) {
            .service .training .item .con .title {
              font-size: 16px;
              line-height: 20px; } }
        .service .training .item .con .tit .t {
          font-size: 18px;
          line-height: 20px;
          color: #031a40;
          font-weight: bold; }
        .service .training .item .con .tit .t1 {
          font-size: 14px;
          line-height: 20px;
          color: #000;
          margin-top: 15px; }
        .service .training .item .con .tit:nth-child(2) {
          margin-top: 55px; }
    @media (max-width: 1200px) {
      .service .training .item .con .tit .t {
        font-size: 16px;
        line-height: 18px; }
      .service .training .item .con .tit .t1 {
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px; }
      .service .training .item .con .tit:nth-child(2) {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .service .training {
        padding-bottom: 20px;
        padding-top: 30px; }
        .service .training .item {
          margin-bottom: 20px;
          display: block; }
          .service .training .item .pic {
            width: 100%; }
          .service .training .item .con {
            width: 100%;
            margin-top: 15px; }
            .service .training .item .con .tit:nth-child(2) {
              margin-top: 15px; }
            .service .training .item .con .tit .t {
              font-size: 14px;
              line-height: 18px; }
          .service .training .item .picBox {
            width: 100%; } }
  .service .installation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3.64583vw 0; }
    .service .installation .item {
      width: 48.1%;
      background-color: #fafafa;
      padding: 27px 0;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      margin-bottom: 10px;
      border-radius: 20px;
      position: relative; }
      .service .installation .item .num {
        position: absolute;
        top: 12px;
        left: 30px;
        font-size: 50px;
        line-height: 52px;
        color: #000;
        font-weight: bold;
        opacity: 0.1; }
      .service .installation .item .pic {
        width: 53%;
        border-radius: 400px 0 0 400px;
        overflow: hidden; }
      .service .installation .item .con {
        width: 47%;
        padding: 0 30px; }
        .service .installation .item .con .t {
          font-size: 18px;
          line-height: 20px;
          color: #031a40;
          font-weight: bold; }
        .service .installation .item .con .t1 {
          font-size: 14px;
          line-height: 20px;
          color: #000;
          margin-top: 15px; }
      .service .installation .item:nth-child(2n) {
        flex-direction: row; }
        .service .installation .item:nth-child(2n) .num {
          right: 30px;
          left: auto; }
        .service .installation .item:nth-child(2n) .pic {
          border-radius: 0 400px 400px 0; }
    @media (max-width: 1024px) {
      .service .installation .item .con .t {
        font-size: 15px;
        line-height: 17px; } }
    @media (max-width: 768px) {
      .service .installation {
        display: block;
        padding: 25px 0; }
        .service .installation .item {
          display: block;
          width: 100%;
          padding-bottom: 0;
          margin-bottom: 15px;
          padding: 0; }
          .service .installation .item .num {
            display: none; }
          .service .installation .item .pic {
            width: 100%;
            border-radius: 15px !important; }
            .service .installation .item .pic img {
              width: 100%; }
          .service .installation .item .con {
            width: 100%;
            margin-top: 15px;
            padding: 0 !important; }
            .service .installation .item .con .t1 {
              font-size: 13px;
              line-height: 18px;
              margin-top: 8px; } }
  @media (max-width: 768px) {
    .service {
      padding-top: 15px; } }

.contact {
  padding-top: 3.38542vw; }
  .contact .box1 {
    position: relative; }
    .contact .box1 .con {
      width: 51.1%;
      margin-left: 3.6%; }
      .contact .box1 .con .title {
        font-size: 45px;
        line-height: 47px;
        color: #010101;
        font-weight: bold; }
      .contact .box1 .con .txt {
        font-size: 16px;
        line-height: 28px;
        color: #666;
        margin-top: 40px;
        width: 86.7%; }
      .contact .box1 .con .tit {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px; }
        .contact .box1 .con .tit .t {
          font-size: 16px;
          line-height: 28px;
          color: #000;
          display: flex;
          align-items: flex-start;
          width: 176px; }
          .contact .box1 .con .tit .t img {
            margin-right: 11px; }
          .contact .box1 .con .tit .t:nth-child(1) {
            width: 80%;
            margin-bottom: 30px; }
    .contact .box1 .picBox {
      width: 45.9%;
      position: absolute;
      right: 1.3%;
      top: 9px; }
      .contact .box1 .picBox .img {
        width: 72.5%;
        position: absolute;
        top: 3%;
        left: 20%;
        border-radius: 50%; }
    @media (max-width: 1366px) {
      .contact .box1 .con .title {
        font-size: 38px;
        line-height: 40px; }
      .contact .box1 .con .txt {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px; }
      .contact .box1 .con .tit .t {
        font-size: 14px;
        line-height: 24px; }
      .contact .box1 .picBox {
        display: none; } }
    @media (max-width: 1200px) {
      .contact .box1 .con .title {
        font-size: 28px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .contact .box1 .con {
        width: 100%;
        float: none;
        margin-left: 0; }
        .contact .box1 .con .title {
          font-size: 20px;
          line-height: 22px; }
        .contact .box1 .con .txt {
          font-size: 13px;
          line-height: 20px;
          margin-top: 15px;
          width: 100%; }
        .contact .box1 .con .tit {
          margin-top: 10px; }
          .contact .box1 .con .tit .t {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 10px !important; }
            .contact .box1 .con .tit .t:nth-child(1) {
              width: 100%; } }
  .contact .box2 {
    box-shadow: 2.12px 3.392px 16px 0px rgba(0, 65, 153, 0.28);
    border-radius: 20px;
    border: 1px solid #aeaeae;
    padding: 1.5625vw 2.8125vw;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin: 4.16667vw auto 0;
    position: relative;
    z-index: 5; }
    .contact .box2 .tit {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .contact .box2 .tit .t {
        width: 25%;
        margin-bottom: 25px; }
        .contact .box2 .tit .t .tt {
          font-size: 16px;
          line-height: 20px;
          color: #222222;
          font-weight: bold; }
          .contact .box2 .tit .t .tt span {
            color: #ff0000; }
        .contact .box2 .tit .t .text {
          width: 220px;
          height: 32px;
          background-color: #f5f5f5;
          border-radius: 5px;
          border: 1px solid #d8d9dd;
          display: block;
          max-width: 90%;
          padding-left: 10px;
          box-sizing: border-box;
          font-size: 14px;
          color: #666;
          margin-top: 5px; }
        .contact .box2 .tit .t .txt {
          width: 540px;
          height: 130px;
          background-color: #f5f5f5;
          border-radius: 5px;
          border: 1px solid #d8d9dd;
          display: block;
          max-width: 90%;
          margin-top: 5px;
          padding: 10px;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 30px;
          color: #666; }
        .contact .box2 .tit .t:nth-child(5) {
          width: 50%;
          margin-bottom: 0; }
      .contact .box2 .tit .submit {
        width: 137px;
        height: 32px;
        border-radius: 16px;
        background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        color: #fff; }
    @media (max-width: 1024px) {
      .contact .box2 .tit .t {
        width: 50%;
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .contact .box2 {
        padding: 15px; }
        .contact .box2 .tit .t {
          width: 100% !important; }
          .contact .box2 .tit .t .tt {
            font-size: 13px;
            line-height: 16px; }
          .contact .box2 .tit .t .text {
            width: 100%;
            max-width: 100%; }
          .contact .box2 .tit .t .txt {
            max-width: 100%; }
        .contact .box2 .tit .submit {
          margin-top: 10px;
          font-size: 14px; } }
  .contact .map {
    width: 100%;
    margin-top: -142px; }
    @media (max-width: 1024px) {
      .contact .map {
        margin-top: -70px; } }
    @media (max-width: 768px) {
      .contact .map {
        overflow: hidden; }
        .contact .map img {
          width: 200%;
          margin-left: -50%; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 25px; } }

.team {
  padding-top: 2.5vw;
  padding-bottom: 3.90625vw; }
  .team ul {
    padding-bottom: 10px; }
    .team ul li {
      width: 24%;
      float: left;
      margin-right: 1.3%;
      position: relative;
      margin-bottom: 60px; }
      .team ul li:nth-child(4n) {
        margin-right: 0; }
      .team ul li .a {
        width: 100%;
        display: block; }
        .team ul li .a .pic {
          width: 100%;
          position: relative; }
          .team ul li .a .pic .img {
            width: 84.8%;
            margin: 0 auto;
            height: 0;
            padding-bottom: 99.6%;
            overflow: hidden;
            border-radius: 3px 3px 200px 200px;
            border: 2px solid #fff; }
            .team ul li .a .pic .img img {
              width: 100%; }
          .team ul li .a .pic .bg {
            width: 93.75%;
            position: absolute;
            left: 50%;
            bottom: -5.8%;
            transform: translateX(-50%); }
            .team ul li .a .pic .bg.bg2 {
              display: none; }
        .team ul li .a .con {
          width: 85.7%;
          margin: -62px auto 0;
          background-color: #fff;
          box-shadow: 1.06px 1.696px 2px 0px rgba(0, 65, 153, 0.47);
          position: relative;
          z-index: 5;
          padding: 1px;
          box-sizing: border-box;
          background-image: -moz-linear-gradient(90deg, #2f769f 0%, #0a1b33 100%);
          background-image: -webkit-linear-gradient(90deg, #2f769f 0%, #0a1b33 100%);
          background-image: -ms-linear-gradient(90deg, #2f769f 0%, #0a1b33 100%);
          transform: skewX(-12deg); }
          .team ul li .a .con .conNew {
            background-color: #fff; }
            .team ul li .a .con .conNew .conn {
              text-align: center;
              font-size: 12px;
              line-height: 18px;
              color: #000;
              padding-top: 18px;
              padding-bottom: 15px;
              transform: skewX(12deg); }
              .team ul li .a .con .conNew .conn .t span {
                font-weight: bold;
                font-size: 16px; }
              .team ul li .a .con .conNew .conn .t1 {
                margin-top: 2px; }
              .team ul li .a .con .conNew .conn .t2 .tt {
                display: flex;
                align-items: center;
                justify-content: center; }
                .team ul li .a .con .conNew .conn .t2 .tt img {
                  margin-right: 5px; }
                  .team ul li .a .con .conNew .conn .t2 .tt img:nth-child(2) {
                    display: none; }
      .team ul li .share {
        width: 25px;
        position: absolute;
        top: 2px;
        right: 7.6%;
        z-index: 5; }
        .team ul li .share .t {
          display: block;
          width: 25px;
          height: 25px;
          background-color: #3077a1;
          color: #fff;
          text-align: center;
          line-height: 25px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("../images/jia.png"); }
        .team ul li .share .t1 {
          width: 25px;
          border-radius: 0 0 15px 15px;
          background-color: #fff;
          display: block;
          overflow: hidden;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .35s;
          transition: all .35s;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
          .team ul li .share .t1 a {
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center; }
      @media (min-width: 1024px) {
        .team ul li:hover .share .t {
          background-image: url("../images/jian.png"); }
        .team ul li:hover .share .t1 {
          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); }
        .team ul li:hover .a .pic .img {
          border-color: #3b7ea7; }
        .team ul li:hover .a .pic .bg.bg1 {
          display: none; }
        .team ul li:hover .a .pic .bg.bg2 {
          display: block; }
        .team ul li:hover .a .con .conNew {
          background: none; }
          .team ul li:hover .a .con .conNew .conn {
            color: #fff; }
            .team ul li:hover .a .con .conNew .conn .t2 .tt img:nth-child(1) {
              display: none; }
            .team ul li:hover .a .con .conNew .conn .t2 .tt img:nth-child(2) {
              display: block; } }
  @media (max-width: 1200px) {
    .team ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 45px; }
      .team ul li:nth-child(4n) {
        margin-right: 2%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .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 .share .t {
        background-image: url("../images/jian.png"); }
      .team ul li .share .t1 {
        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); } }
  @media (max-width: 768px) {
    .team {
      padding-top: 15px;
      padding-bottom: 30px; }
      .team ul li {
        margin-bottom: 15px; }
        .team ul li .share {
          width: 20px; }
          .team ul li .share .t {
            width: 20px;
            height: 20px; }
          .team ul li .share .t1 a {
            width: 20px;
            height: 20px; }
        .team ul li .a .con {
          transform: skewX(0deg);
          margin: -20px auto 0; }
          .team ul li .a .con .conNew .conn {
            transform: skewX(0deg);
            padding-top: 10px;
            padding-bottom: 8px; }
            .team ul li .a .con .conNew .conn .t span {
              font-size: 14px; }
            .team ul li .a .con .conNew .conn .t2 {
              display: none; } }

.paging {
  display: flex;
  align-items: center;
  justify-content: center; }
  .paging dl {
    display: flex;
    justify-content: center;
    align-items: center; }
  .paging a, .paging span {
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    color: #000;
    display: block;
    margin: 0 5px;
    background-color: #f9f9f9;
    border-radius: 21px;
    box-shadow: 1.5px 2.598px 7px 0px rgba(31, 31, 31, 0.1);
    font-weight: bold; }
    .paging a.a, .paging span.a {
      width: auto;
      padding: 0 15px;
      font-weight: normal;
      color: #000 !important; }
      .paging a.a.prev, .paging span.a.prev {
        background-image: url("../images/prev2.png") !important;
        padding-left: 33px;
        background-position: 15px center;
        background-repeat: no-repeat; }
      .paging a.a.next, .paging span.a.next {
        background-image: url("../images/next2.png") !important;
        padding-right: 33px;
        background-position: calc(100% - 15px) center;
        background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .paging a:hover, .paging span:hover {
        background-image: -moz-linear-gradient(174deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
        background-image: -webkit-linear-gradient(174deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
        background-image: -ms-linear-gradient(174deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
        color: #fff; } }
  .paging span {
    background-image: -moz-linear-gradient(174deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
    background-image: -webkit-linear-gradient(174deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
    background-image: -ms-linear-gradient(174deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
    color: #fff; }
  @media (max-width: 768px) {
    .paging a, .paging span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 12px; }
      .paging a.a, .paging span.a {
        padding: 0 10px !important; }
        .paging a.a.prev, .paging span.a.prev {
          background-image: none !important; }
        .paging a.a.next, .paging span.a.next {
          background-image: none !important; } }

.teamInfo {
  padding-top: 2.34375vw;
  padding-bottom: 2.34375vw; }
  .teamInfo .box1 {
    border-radius: 37px;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(207, 237, 255, 0.45) 45%, #cfedff 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(207, 237, 255, 0.45) 45%, #cfedff 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(207, 237, 255, 0.45) 45%, #cfedff 100%);
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    padding-top: 26px; }
    .teamInfo .box1 .pic {
      width: 500px;
      margin-right: 5.98958vw;
      position: relative; }
      .teamInfo .box1 .pic .img {
        width: 80%;
        height: 0;
        padding-bottom: 80.05%;
        position: absolute;
        top: 4.8%;
        left: 10%;
        z-index: 5;
        overflow: hidden;
        border-radius: 100%; }
        .teamInfo .box1 .pic .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .teamInfo .box1 .con {
      flex: 1;
      margin-right: 33px; }
      .teamInfo .box1 .con .t {
        font-size: 20px;
        line-height: 22px;
        color: #40c3ff;
        font-weight: bold; }
      .teamInfo .box1 .con .t1 {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px dotted #40c3ff;
        margin-top: 19px;
        justify-content: space-between; }
        .teamInfo .box1 .con .t1 .tt {
          font-size: 40px;
          line-height: 42px;
          color: #1c1c1c;
          font-weight: bold;
          padding-bottom: 32px;
          width: fit-content;
          position: relative; }
          .teamInfo .box1 .con .t1 .tt:after {
            width: 100%;
            height: 4px;
            background-color: #40c3ff;
            position: absolute;
            bottom: -2px;
            left: 0;
            content: ''; }
        .teamInfo .box1 .con .t1 .share {
          display: flex;
          align-items: center;
          margin-top: 13px; }
          .teamInfo .box1 .con .t1 .share a {
            width: 30px;
            display: block;
            margin-left: 12px; }
      .teamInfo .box1 .con .txt {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 25px; }
      .teamInfo .box1 .con .t2 {
        font-size: 12px;
        line-height: 20px;
        color: #4b4949; }
        .teamInfo .box1 .con .t2 .tt {
          display: flex;
          align-items: center;
          padding: 5px 0; }
          .teamInfo .box1 .con .t2 .tt img {
            margin-right: 8px; }
          .teamInfo .box1 .con .t2 .tt span {
            width: 150px;
            display: block;
            font-weight: bold;
            color: #1c1c1c; }
          .teamInfo .box1 .con .t2 .tt i {
            flex: 1; }
  .teamInfo .box2 {
    margin-top: 2.08333vw; }
    .teamInfo .box2 .title {
      font-size: 14px;
      line-height: 20px;
      color: #1c1c1c;
      font-weight: bold;
      border-bottom: 1px dotted #40c3ff;
      position: relative;
      padding-bottom: 8px; }
      .teamInfo .box2 .title:after {
        width: 100px;
        height: 3px;
        background-color: #40c3ff;
        position: absolute;
        left: 0;
        bottom: -2px;
        content: '';
        display: block; }
    .teamInfo .box2 .list {
      margin-top: 30px;
      position: relative; }
      .teamInfo .box2 .list img {
        width: 32.4%;
        position: absolute;
        right: 0;
        top: 12px; }
      .teamInfo .box2 .list ul {
        width: 1080px;
        max-width: 100%;
        position: relative;
        padding-bottom: 5px;
        z-index: 6; }
        .teamInfo .box2 .list ul:after {
          width: 1px;
          height: 100%;
          background-color: #d0d0d0;
          position: absolute;
          top: 0;
          left: 4px;
          content: ''; }
        .teamInfo .box2 .list ul li {
          padding-left: 15px;
          position: relative;
          z-index: 5;
          padding-top: 10px;
          margin-bottom: 24px; }
          .teamInfo .box2 .list ul li:last-child {
            margin-bottom: 0; }
          .teamInfo .box2 .list ul li:after {
            width: 90px;
            height: 1px;
            top: 31px;
            left: 4px;
            content: '';
            position: absolute;
            background-color: #d0d0d0; }
          .teamInfo .box2 .list ul li:before {
            width: 10px;
            height: 10px;
            position: absolute;
            top: 26px;
            left: 0;
            content: '';
            border-radius: 100%;
            background-image: -moz-linear-gradient(90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
            background-image: -webkit-linear-gradient(90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
            background-image: -ms-linear-gradient(90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 51%, #0a1b33 100%);
            z-index: 5; }
          .teamInfo .box2 .list ul li .year {
            font-size: 14px;
            line-height: 15px;
            color: #4b4949;
            font-weight: bold; }
          .teamInfo .box2 .list ul li .t {
            font-size: 14px;
            line-height: 21px;
            color: #666;
            margin-top: 12px; }
  .teamInfo .box3 {
    margin-top: 4.16667vw; }
    .teamInfo .box3 .title {
      font-size: 14px;
      line-height: 20px;
      color: #1c1c1c;
      font-weight: bold;
      border-bottom: 1px dotted #40c3ff;
      position: relative;
      padding-bottom: 8px; }
      .teamInfo .box3 .title:after {
        width: 152px;
        height: 3px;
        background-color: #40c3ff;
        position: absolute;
        left: 0;
        bottom: -2px;
        content: '';
        display: block; }
    .teamInfo .box3 .caseList {
      margin-top: 32px; }
  @media (max-width: 1366px) {
    .teamInfo .box1 .pic {
      margin-right: 2vw; }
    .teamInfo .box1 .con .t {
      font-size: 18px;
      line-height: 20px; }
    .teamInfo .box1 .con .t1 .tt {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .teamInfo .box1 .pic {
      margin-right: 2vw; }
    .teamInfo .box1 .con .t {
      font-size: 16px;
      line-height: 18px; }
    .teamInfo .box1 .con .t1 .tt {
      font-size: 24px;
      line-height: 26px;
      padding-bottom: 20px; }
    .teamInfo .box1 .con .t1 .share {
      margin-top: 0; } }
  @media (max-width: 1024px) {
    .teamInfo .box1 {
      display: block; }
      .teamInfo .box1 .pic {
        width: 500px;
        max-width: 80%;
        margin: 0 auto; }
      .teamInfo .box1 .con {
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .teamInfo .box1 .con {
      margin-right: 15px; }
      .teamInfo .box1 .con .t {
        font-size: 14px;
        line-height: 16px; }
      .teamInfo .box1 .con .t1 {
        margin-top: 8px; }
        .teamInfo .box1 .con .t1 .tt {
          font-size: 18px;
          line-height: 20px; }
        .teamInfo .box1 .con .t1 .share a {
          width: 24px;
          margin-left: 5px; }
      .teamInfo .box1 .con .txt {
        font-size: 13px;
        line-height: 18px;
        margin-top: 15px; }
      .teamInfo .box1 .con .t2 .tt {
        padding-left: 26px;
        display: block;
        position: relative; }
        .teamInfo .box1 .con .t2 .tt img {
          top: 6px;
          left: 0;
          position: absolute; }
        .teamInfo .box1 .con .t2 .tt span {
          width: 100%;
          display: block; }
        .teamInfo .box1 .con .t2 .tt i {
          display: block; }
    .teamInfo .box2 {
      margin-top: 25px; }
    .teamInfo .box2 .list {
      margin-top: 15px; }
    .teamInfo .box2 .list ul li {
      margin-bottom: 10px; }
      .teamInfo .box2 .list ul li .t {
        font-size: 13px;
        line-height: 20px; }
    .teamInfo .box3 .caseList {
      margin-top: 15px; } }

.caseList ul li {
  width: 23.2%;
  float: left;
  margin-right: 2.4%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6; }
  .caseList ul li:nth-child(4n) {
    margin-right: 0; }
  .caseList ul li a {
    width: 100%;
    height: auto;
    display: block; }
    .caseList ul li a .pic {
      padding-bottom: 75%; }
      .caseList ul li a .pic:after {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-image: url("../images/customer_bg.png"); }
    .caseList ul li a .con {
      padding: 18px 15px 8px;
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      .caseList ul li a .con .img {
        position: absolute;
        top: -18px;
        right: 0; }
      .caseList ul li a .con .tits {
        font-size: 16px;
        line-height: 20px;
        color: #1c1c1c;
        height: 40px;
        padding-right: 10px;
        font-weight: bold; }
      .caseList ul li a .con .time {
        border-top: 1px solid #ededed;
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 50px;
        color: #767676;
        margin-top: 11px; }
        .caseList ul li a .con .time img {
          margin-right: 7px; }
@media (max-width: 1200px) {
  .caseList ul li {
    width: 32%;
    margin-right: 2%; }
    .caseList ul li:nth-child(4n) {
      margin-right: 2%; }
    .caseList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .caseList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .caseList ul li:nth-child(3n) {
      margin-right: 3%; }
    .caseList ul li:nth-child(2n) {
      margin-right: 0; }
    .caseList ul li a .con {
      padding: 10px 10px 5px; }
      .caseList ul li a .con .tits {
        font-size: 14px;
        line-height: 18px;
        height: auto; }
      .caseList ul li a .con .time {
        line-height: 30px; }
      .caseList ul li a .con .img {
        width: 30px;
        top: -11px; } }
@media (max-width: 560px) {
  .caseList ul li {
    width: 100%;
    margin-bottom: 10px; } }

.video {
  padding-top: 2.91667vw;
  padding-bottom: 3.4375vw; }
  .video ul li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 3.22917vw;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: 1px solid #707070;
    background-color: #fff; }
    .video ul li:nth-child(4n) {
      margin-right: 0; }
    .video ul li a {
      width: 100%;
      display: block; }
      .video ul li a .pic {
        padding-bottom: 56.25%; }
        .video ul li a .pic:after {
          width: 52px;
          height: 52px;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-image: url("../images/video2.png");
          content: ''; }
      .video ul li a .con {
        padding: 14px 12px 7px;
        position: relative; }
        .video ul li a .con .logo {
          width: 72px;
          height: 23px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          position: absolute;
          right: 0;
          top: -23px;
          border-radius: 7px 0 0 0; }
          .video ul li a .con .logo img:nth-child(2) {
            display: none; }
        .video ul li a .con .tits {
          font-size: 14px;
          line-height: 22px;
          font-weight: bold;
          color: #224e6d;
          height: 44px; }
        .video ul li a .con .tit {
          display: flex;
          align-items: center;
          margin-top: 25px; }
          .video ul li a .con .tit span {
            display: block;
            padding-left: 20px;
            font-size: 12px;
            line-height: 16px;
            color: #224e6d;
            background-position: left center;
            background-repeat: no-repeat; }
            .video ul li a .con .tit span:nth-child(1) {
              background-image: url("../images/time2.png");
              margin-right: 30px; }
            .video ul li a .con .tit span:nth-child(2) {
              background-image: url("../images/kan1.png"); }
    @media (min-width: 1024px) {
      .video ul li:hover {
        background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        border-color: #fff; }
        .video ul li:hover a .pic {
          border-radius: 0 0 0 7px; }
        .video ul li:hover a .con .logo {
          background-color: #225679; }
          .video ul li:hover a .con .logo img:nth-child(1) {
            display: none; }
          .video ul li:hover a .con .logo img:nth-child(2) {
            display: block; }
        .video ul li:hover a .con .tits {
          color: #fff; }
        .video ul li:hover a .con .tit span {
          color: #fff; }
          .video ul li:hover a .con .tit span:nth-child(1) {
            background-image: url("../images/time2_h.png"); }
          .video ul li:hover a .con .tit span:nth-child(2) {
            background-image: url("../images/kan1_h.png"); } }
  @media (max-width: 1200px) {
    .video ul li {
      width: 32%;
      margin-right: 2%; }
      .video ul li:nth-child(4n) {
        margin-right: 2%; }
      .video ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .video {
      padding-top: 25px;
      padding-bottom: 30px; }
      .video ul {
        padding-bottom: 20px; }
        .video ul li {
          width: 48.5%;
          margin-right: 3%; }
          .video ul li:nth-child(3n) {
            margin-right: 3%; }
          .video ul li:nth-child(2n) {
            margin-right: 0; }
          .video ul li a .con {
            padding: 10px 15px; }
            .video ul li a .con .tits {
              height: auto; }
            .video ul li a .con .tit {
              margin-top: 15px; } }
  @media (max-width: 560px) {
    .video ul li {
      width: 100%;
      margin-bottom: 10px; } }

.videoInfo {
  padding-bottom: 3.64583vw;
  padding-top: 3.38542vw; }
  .videoInfo .content {
    width: 886px;
    margin: 0 auto;
    max-width: 100%; }
    .videoInfo .content .title {
      font-size: 24px;
      line-height: 28px;
      color: #000; }
    .videoInfo .content .tit {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 25px; }
      .videoInfo .content .tit .t {
        font-size: 14px;
        line-height: 25px;
        color: #7e7e7e;
        display: flex;
        align-items: center; }
        .videoInfo .content .tit .t span:nth-child(1) {
          margin-right: 25px; }
      .videoInfo .content .tit .share {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 25px;
        color: #7e7e7e; }
        .videoInfo .content .tit .share a {
          width: 25px;
          display: block;
          margin-right: 12px; }
          .videoInfo .content .tit .share a:last-child {
            margin-right: 0; }
    .videoInfo .content .videoBox {
      width: 100%;
      padding: 11px 15px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/video_bg.jpg");
      box-sizing: border-box;
      margin-top: 30px; }
      .videoInfo .content .videoBox div {
        width: 100%;
        height: 483px;
        position: relative;
        padding: 0; }
        .videoInfo .content .videoBox div img, .videoInfo .content .videoBox div video, .videoInfo .content .videoBox div iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .videoInfo .content .list {
      margin-top: 28px; }
      .videoInfo .content .list ul {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .videoInfo .content .list ul li {
          width: 22.1%;
          border-radius: 10px;
          overflow: hidden;
          background-size: cover;
          background-image: url("../images/video_bg1.jpg");
          background-repeat: no-repeat; }
          .videoInfo .content .list ul li a {
            width: 100%;
            display: block;
            box-sizing: border-box; }
            .videoInfo .content .list ul li a .pic {
              padding-bottom: 56.1%;
              border-radius: 10px; }
            .videoInfo .content .list ul li a .con {
              width: 100%;
              box-sizing: border-box;
              padding: 23px 9px 9px;
              position: relative; }
              .videoInfo .content .list ul li a .con .logo {
                width: 42px;
                position: absolute;
                top: -22px;
                right: 18px; }
              .videoInfo .content .list ul li a .con .tits {
                font-size: 11px;
                line-height: 12px;
                height: 12px;
                color: #fff; }
              .videoInfo .content .list ul li a .con .tit1 {
                display: flex;
                font-size: 11px;
                line-height: 13px;
                color: #fff; }
                .videoInfo .content .list ul li a .con .tit1 span {
                  display: block;
                  padding-left: 12px;
                  background-position: left center;
                  background-repeat: no-repeat;
                  margin-top: 7px; }
                  .videoInfo .content .list ul li a .con .tit1 span:nth-child(1) {
                    background-image: url("../images/time2_h.png");
                    margin-right: 7px;
                    background-size: 8px auto; }
                  .videoInfo .content .list ul li a .con .tit1 span:nth-child(2) {
                    background-image: url("../images/kan1_h.png");
                    background-size: 10px auto; }
          .videoInfo .content .list ul li.on a {
            padding: 2px; }
  @media (max-width: 960px) {
    .videoInfo .content .title {
      font-size: 20px;
      line-height: 24px; }
    .videoInfo .content .videoBox {
      padding: 10px; }
      .videoInfo .content .videoBox .video {
        height: 60vw; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .videoInfo .content .title {
        font-size: 16px;
        line-height: 20px; }
      .videoInfo .content .tit {
        margin-top: 10px;
        display: block; }
        .videoInfo .content .tit .t {
          font-size: 12px;
          line-height: 14px; }
          .videoInfo .content .tit .t span {
            margin-right: 10px; }
        .videoInfo .content .tit .share {
          margin-top: 10px;
          font-size: 12px; }
          .videoInfo .content .tit .share a {
            width: 20px;
            margin-right: 5px; }
      .videoInfo .content .videoBox {
        margin-top: 15px;
        padding: 6px; }
        .videoInfo .content .videoBox div {
          height: 60vw; }
      .videoInfo .content .list {
        margin-top: 15px; }
        .videoInfo .content .list ul li {
          width: 24%; }
          .videoInfo .content .list ul li a .pic {
            padding-bottom: 70%; }
          .videoInfo .content .list ul li a .con {
            display: none; } }

.news {
  padding-top: 28px;
  padding-bottom: 3.38542vw; }
  .news .time {
    position: absolute;
    top: 27px;
    left: 30px;
    background-color: #fff;
    width: 45px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center; }
    .news .time .t {
      font-size: 28px;
      line-height: 40px;
      font-weight: bold;
      width: 100%;
      color: #fff;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
    .news .time .t1 {
      font-size: 12px;
      line-height: 20px;
      color: #4d4d4d;
      width: 100%;
      text-transform: uppercase; }
    @media (max-width: 768px) {
      .news .time {
        top: 10px;
        left: 10px;
        width: 40px; }
        .news .time .t {
          font-size: 16px;
          line-height: 30px; }
        .news .time .t1 {
          font-size: 10px; } }
  .news .box1 {
    background-image: url("../images/news_bg1.jpg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 34px;
    padding-bottom: 85px;
    position: relative; }
    .news .box1 .title {
      position: absolute;
      left: 48.3%;
      top: 28px; }
    .news .box1 .list1 {
      width: 38.8%;
      margin-left: 4.8%; }
      .news .box1 .list1 ul li {
        width: 100%;
        padding: 10px;
        box-sizing: border-box; }
        .news .box1 .list1 ul li a {
          width: 100%;
          overflow: hidden;
          display: block;
          border-radius: 10px;
          box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.46);
          position: relative; }
          .news .box1 .list1 ul li a .pic {
            width: 100%;
            height: 392px;
            position: relative;
            overflow: hidden; }
            .news .box1 .list1 ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .news .box1 .list1 ul li a .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              object-fit: cover;
              content: '';
              z-index: 5;
              background-size: cover;
              background-image: url("../images/news_bg2.png");
              background-position: center bottom;
              background-repeat: no-repeat; }
          .news .box1 .list1 ul li a .tits {
            width: calc(100% - 68px);
            position: absolute;
            bottom: 20px;
            left: 34px;
            font-size: 16px;
            line-height: 20px;
            height: 20px;
            color: #fff;
            font-weight: bold;
            z-index: 10; }
      .news .box1 .list1 .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18px; }
        .news .box1 .list1 .btns span {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #d0d0d0;
          display: block;
          cursor: pointer;
          margin: 0 4px;
          opacity: 1; }
          .news .box1 .list1 .btns span.swiper-pagination-bullet-active {
            background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
    .news .box1 .boxNew {
      width: 53.8%;
      position: absolute;
      height: auto;
      bottom: 40px;
      right: 5.6%;
      background-color: #fff;
      background-image: -moz-linear-gradient(90deg, rgba(201, 201, 201, 0.17) 0%, rgba(201, 201, 201, 0) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(201, 201, 201, 0.17) 0%, rgba(201, 201, 201, 0) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(201, 201, 201, 0.17) 0%, rgba(201, 201, 201, 0) 100%);
      box-sizing: border-box;
      border: 1px solid #dadada;
      border-radius: 15px;
      overflow: hidden;
      padding: 40px 35px 35px;
      z-index: 5; }
      .news .box1 .boxNew .tabs {
        display: flex;
        align-items: center;
        justify-content: safe left; }
        .news .box1 .boxNew .tabs a {
          font-size: 18px;
          line-height: 30px;
          display: block;
          color: #000;
          position: relative;
          margin-right: 34px; }
          .news .box1 .boxNew .tabs a:last-child {
            margin-right: 0; }
          .news .box1 .boxNew .tabs a:after {
            width: 100%;
            height: 1px;
            background-color: #0070b2;
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            display: none; }
          .news .box1 .boxNew .tabs a.on {
            color: #0070b2; }
            .news .box1 .boxNew .tabs a.on:after {
              display: block; }
      .news .box1 .boxNew .itemBox {
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        margin-top: 42px; }
        .news .box1 .boxNew .itemBox .item {
          width: 50%; }
          .news .box1 .boxNew .itemBox .item a {
            width: 100%;
            display: flex;
            flex-direction: row;
            background-color: #fff;
            position: relative; }
            .news .box1 .boxNew .itemBox .item a .pic {
              width: 50%;
              height: 128px;
              position: relative;
              overflow: hidden; }
              .news .box1 .boxNew .itemBox .item a .pic img {
                width: 100%;
                position: absolute;
                height: 100%;
                object-fit: cover;
                top: 0;
                left: 0; }
            .news .box1 .boxNew .itemBox .item a .con {
              width: 50%;
              display: flex;
              flex-direction: column;
              justify-content: center;
              box-sizing: border-box; }
              .news .box1 .boxNew .itemBox .item a .con .conn {
                width: 125px;
                max-width: 100%;
                margin: 0 auto;
                text-align: center; }
                .news .box1 .boxNew .itemBox .item a .con .conn .day {
                  font-size: 34px;
                  height: 30px;
                  line-height: 30px;
                  color: #0070b2;
                  font-weight: bold; }
                .news .box1 .boxNew .itemBox .item a .con .conn .t {
                  font-size: 12px;
                  line-height: 14px;
                  color: #767676; }
                .news .box1 .boxNew .itemBox .item a .con .conn .t1 {
                  font-size: 12px;
                  line-height: 14px;
                  color: #292929;
                  height: 28px;
                  margin-top: 10px;
                  font-weight: bold; }
            .news .box1 .boxNew .itemBox .item a .img {
              width: 22px;
              position: absolute;
              right: calc(50% - 1px);
              top: 50%;
              transform: translateY(-50%); }
          .news .box1 .boxNew .itemBox .item:nth-child(n + 3) a {
            flex-direction: row-reverse; }
            .news .box1 .boxNew .itemBox .item:nth-child(n + 3) a .img {
              width: 22px;
              position: absolute;
              right: auto;
              left: calc(50% - 1px);
              top: 50%;
              transform: translateY(-50%); }
              .news .box1 .boxNew .itemBox .item:nth-child(n + 3) a .img img {
                transform: rotate(180deg); }
  .news .list {
    margin-top: 55px; }
    .news .list ul {
      padding-bottom: 42px; }
      .news .list ul li {
        width: 23.1%;
        float: left;
        margin-right: 2.5%;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #dadada;
        box-sizing: border-box;
        margin-bottom: 40px;
        overflow: hidden; }
        .news .list ul li:nth-child(4n) {
          margin-right: 0; }
        .news .list ul li a {
          width: 100%;
          display: block; }
          .news .list ul li a .pic {
            padding-bottom: 75%; }
            .news .list ul li a .pic .time {
              top: 24px;
              left: 24px; }
          .news .list ul li a .con {
            box-sizing: border-box;
            width: 100%;
            padding: 18px 28px; }
            .news .list ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              height: 40px;
              color: #1c1c1c;
              font-weight: bold; }
            .news .list ul li a .con .line {
              width: 100%;
              height: 1px;
              background-color: #e6e6e6;
              margin-top: 10px; }
            .news .list ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              color: #767676;
              height: 36px;
              margin-top: 10px; }
            .news .list ul li a .con .more {
              margin-top: 10px;
              width: 86px;
              height: 20px;
              border-radius: 10px;
              color: #fff;
              display: block;
              text-align: center;
              font-size: 12px;
              line-height: 20px;
              background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
        @media (min-width: 1024px) {
          .news .list ul li:hover {
            box-shadow: -2.575px 4.286px 6px 0px rgba(184, 181, 181, 0.55); }
            .news .list ul li:hover a .con .tits {
              color: #0070b2; } }
  @media (max-width: 1200px) {
    .news .box1 {
      padding-bottom: 40px;
      padding-top: 20px; }
      .news .box1 .title img {
        height: 40px; }
      .news .box1 .list1 {
        width: 41.8%;
        margin-left: 1.8%; }
      .news .box1 .boxNew {
        right: 2.6%;
        width: 56.8%;
        padding: 30px 25px 25px; }
        .news .box1 .boxNew .itemBox {
          margin-top: 25px; }
    .news .list ul li {
      width: 32%;
      margin-right: 2%; }
      .news .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .news .box1 .boxNew {
      padding: 20px 15px 15px; }
      .news .box1 .boxNew .tabs a {
        font-size: 14px; }
      .news .box1 .boxNew .itemBox {
        margin-top: 15px; }
    .news .box1 .list1 ul li a .pic {
      height: 350px; }
    .news .list ul li {
      width: 48.5%;
      margin-bottom: 20px;
      margin-right: 3%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .news .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 860px) {
    .news {
      padding-top: 15px;
      padding-bottom: 30px; }
      .news .box1 {
        padding-top: 0;
        padding-bottom: 0; }
        .news .box1 .title {
          position: relative;
          margin-bottom: 5px;
          left: auto;
          top: auto; }
          .news .box1 .title img {
            height: 30px; }
        .news .box1 .list1 {
          width: 100%;
          margin-left: 0; }
          .news .box1 .list1 ul li a .pic {
            height: auto; }
            .news .box1 .list1 ul li a .pic img {
              width: 100%;
              position: relative; }
          .news .box1 .list1 ul li a .tits {
            width: calc(100% - 30px);
            left: 15px;
            bottom: 10px; }
          .news .box1 .list1 .btns {
            margin-top: 0; }
        .news .box1 .boxNew {
          width: 100%;
          position: relative;
          bottom: auto;
          right: auto;
          margin-top: 15px; }
          .news .box1 .boxNew .tabs a {
            margin-right: 10px; }
          .news .box1 .boxNew .itemBox .item {
            width: 100%; }
            .news .box1 .boxNew .itemBox .item a {
              flex-direction: row !important; }
              .news .box1 .boxNew .itemBox .item a .img {
                width: 12px !important;
                right: calc(50% - 1px) !important;
                left: auto !important; }
                .news .box1 .boxNew .itemBox .item a .img img {
                  transform: rotate(0) !important; }
              .news .box1 .boxNew .itemBox .item a .con .conn .day {
                font-size: 20px;
                line-height: 16px;
                height: 16px; }
            .news .box1 .boxNew .itemBox .item:nth-child(2n) a {
              flex-direction: row-reverse !important; }
              .news .box1 .boxNew .itemBox .item:nth-child(2n) a .img {
                left: calc(50% - 1px) !important;
                top: 50%;
                transform: translateY(-50%); }
                .news .box1 .boxNew .itemBox .item:nth-child(2n) a .img img {
                  transform: rotate(180deg) !important; }
      .news .list {
        margin-top: 25px; }
        .news .list ul {
          padding-bottom: 25px; }
          .news .list ul li a .pic .time {
            top: 10px;
            left: 10px; }
          .news .list ul li a .con {
            padding: 15px; }
            .news .list ul li a .con .tits {
              font-size: 15px;
              height: auto;
              line-height: 18px; } }
  @media (max-width: 560px) {
    .news .list ul li {
      width: 100%;
      margin-bottom: 15px; } }

.newsInfo {
  padding-top: 28px;
  padding-bottom: 3.38542vw; }
  .newsInfo .content {
    width: 62.6%;
    float: left;
    border: 1px solid #ececec;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
    box-sizing: border-box;
    padding: 2.60417vw 3.125vw 0; }
    .newsInfo .content .tits {
      font-size: 34px;
      line-height: 34px;
      color: #040300;
      font-weight: bold; }
    .newsInfo .content .tit {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 20px;
      color: #7b7b7b;
      margin-top: 35px; }
      .newsInfo .content .tit span {
        margin-right: 25px; }
      .newsInfo .content .tit .share {
        display: flex;
        align-items: center; }
        .newsInfo .content .tit .share a {
          width: 20px;
          display: block;
          margin-right: 10px; }
    .newsInfo .content .line {
      margin-top: 50px; }
      .newsInfo .content .line img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
    .newsInfo .content .pic {
      margin-top: 13px;
      border-radius: 10px; }
      .newsInfo .content .pic img {
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .newsInfo .content .conBox {
      padding-left: 2.86458vw;
      padding-right: 4.6875vw;
      box-sizing: border-box; }
    .newsInfo .content .con1 {
      margin-top: 32px; }
      .newsInfo .content .con1 .t {
        border-bottom: 1px solid #d3d3d3;
        display: flex;
        padding: 6px 0; }
        .newsInfo .content .con1 .t:last-child {
          border-bottom: none; }
        .newsInfo .content .con1 .t .tt {
          width: 59.6%;
          font-size: 14px;
          line-height: 20px;
          color: #222;
          box-sizing: border-box;
          padding-left: 4px; }
          .newsInfo .content .con1 .t .tt:last-child {
            width: 40.4%; }
          .newsInfo .content .con1 .t .tt .ttt {
            font-weight: bold; }
    .newsInfo .content .con {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      padding-bottom: 4.01042vw;
      margin-top: 32px; }
      .newsInfo .content .con img {
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        height: auto !important;
        max-width: 100%; }
    .newsInfo .content .hotList .title {
      font-size: 24px;
      line-height: 34px;
      color: #040300;
      font-weight: bold;
      position: relative;
      padding-bottom: 10px; }
      .newsInfo .content .hotList .title:after {
        width: 114%;
        left: -7%;
        bottom: 0;
        height: 1px;
        background: linear-gradient(to right, white 0%, #ededed 16%, #ededed 84%, white 100%);
        content: '';
        position: absolute; }
    .newsInfo .content .hotList ul {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .newsInfo .content .hotList ul li {
        width: 28.9%;
        position: relative; }
        .newsInfo .content .hotList ul li:after {
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: -12%;
          content: '';
          background-color: #ededed; }
        .newsInfo .content .hotList ul li:last-child:after {
          display: none; }
        .newsInfo .content .hotList ul li a {
          padding-top: 23px;
          width: 100%;
          display: block;
          padding-bottom: 20px; }
          .newsInfo .content .hotList ul li a .pic {
            padding-bottom: 75%;
            border-radius: 10px;
            margin-top: 0; }
          .newsInfo .content .hotList ul li a .t {
            font-size: 14px;
            line-height: 16px;
            height: 32px;
            font-weight: bold;
            color: #000;
            margin-top: 16px; }
          .newsInfo .content .hotList ul li a .time {
            font-size: 12px;
            line-height: 14px;
            color: #222;
            margin-top: 10px; }
          .newsInfo .content .hotList ul li a .more {
            width: 88px;
            height: 20px;
            background-color: #f9f9f9;
            text-align: center;
            line-height: 20px;
            color: #636363;
            font-size: 12px;
            position: relative;
            margin-top: 17px; }
            .newsInfo .content .hotList ul li a .more:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              border: 1px solid #c9c9c9;
              box-sizing: border-box;
              content: ''; }
        @media (min-width: 1024px) {
          .newsInfo .content .hotList ul li:hover a .t {
            color: #007fd0; }
          .newsInfo .content .hotList ul li:hover a .time {
            color: #007fd0; }
          .newsInfo .content .hotList ul li:hover a .more {
            background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            color: #fff; }
            .newsInfo .content .hotList ul li:hover a .more:after {
              display: none; } }
  .newsInfo .conRight {
    width: 34.2%;
    float: right;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(168, 168, 168, 0.4);
    padding-bottom: 35px;
    position: relative; }
    .newsInfo .conRight:after {
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
    .newsInfo .conRight .tabs {
      display: flex;
      border-bottom: 1px solid #c7c7c7;
      background-color: #e4e4e4; }
      .newsInfo .conRight .tabs a {
        flex: 1;
        text-align: center;
        font-size: 16px;
        line-height: 60px;
        color: #222;
        font-weight: bold; }
        .newsInfo .conRight .tabs a.on {
          color: #fff;
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
    .newsInfo .conRight .item {
      width: 100%;
      border-bottom: 1px solid #ededed;
      padding: 30px 2.34375vw 25px;
      box-sizing: border-box; }
      .newsInfo .conRight .item a {
        width: 100%;
        display: block; }
        .newsInfo .conRight .item a .pic {
          border-radius: 10px;
          padding-bottom: 75%; }
        .newsInfo .conRight .item a .time {
          padding-left: 20px;
          background-position: left center;
          font-size: 12px;
          line-height: 14px;
          background-repeat: no-repeat;
          background-image: url("../images/time3.png");
          color: #222;
          margin-top: 25px; }
        .newsInfo .conRight .item a .tits {
          font-size: 16px;
          line-height: 20px;
          height: 40px;
          color: #1c1c1c;
          font-weight: bold;
          margin-top: 10px; }
        .newsInfo .conRight .item a .more {
          font-size: 12px;
          line-height: 14px;
          color: #007fd0;
          margin-top: 10px; }
    .newsInfo .conRight ul li {
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #ededed;
      padding: 25px 2.34375vw; }
      .newsInfo .conRight ul li:last-child {
        border-bottom: none; }
      .newsInfo .conRight ul li a {
        width: 100%;
        display: flex;
        align-items: center; }
        .newsInfo .conRight ul li a .pic {
          width: 143px;
          height: 108px;
          border-radius: 5px;
          padding-bottom: 0; }
        .newsInfo .conRight ul li a .con {
          flex: 1;
          margin-left: 25px; }
          .newsInfo .conRight ul li a .con .time {
            padding-left: 20px;
            background-position: left center;
            font-size: 12px;
            line-height: 14px;
            background-repeat: no-repeat;
            background-image: url("../images/time3.png");
            color: #222; }
          .newsInfo .conRight ul li a .con .tits {
            font-size: 12px;
            line-height: 20px;
            height: 40px;
            color: #1c1c1c;
            font-weight: bold;
            margin-top: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .newsInfo .conRight ul li a .con .more {
            font-size: 12px;
            line-height: 14px;
            color: #007fd0;
            margin-top: 12px; }
    .newsInfo .conRight .but {
      width: 250px;
      max-width: 90%;
      margin: 10px auto 0;
      background-color: #e4e4e4;
      font-size: 16px;
      line-height: 45px;
      color: #222;
      display: block;
      text-align: center;
      font-weight: bold; }
      @media (min-width: 1024px) {
        .newsInfo .conRight .but:hover {
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          color: #fff; } }
  @media (max-width: 1366px) {
    .newsInfo .content .tits {
      font-size: 26px;
      line-height: 26px; }
    .newsInfo .conRight .tabs a {
      font-size: 14px;
      line-height: 50px; } }
  @media (max-width: 1200px) {
    .newsInfo .content .tits {
      font-size: 20px;
      line-height: 22px; }
    .newsInfo .content .tit {
      font-size: 14px;
      margin-top: 25px; }
    .newsInfo .content .line {
      margin-top: 30px; }
    .newsInfo .content .con {
      margin-top: 25px;
      font-size: 13px;
      line-height: 22px; }
    .newsInfo .content .hotList .title {
      font-size: 18px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    .newsInfo .content {
      width: 100%; }
    .newsInfo .conRight {
      display: none; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-top: 15px; }
      .newsInfo .content .tits {
        font-size: 16px;
        line-height: 22px; }
      .newsInfo .content .tit {
        display: block;
        margin-top: 10px; }
        .newsInfo .content .tit .share {
          margin-top: 6px; }
      .newsInfo .content .line {
        margin-top: 15px; }
      .newsInfo .content .con {
        margin-top: 10px; }
      .newsInfo .content .conBox {
        padding: 0; }
      .newsInfo .content .con1 {
        margin-top: 15px; }
        .newsInfo .content .con1 .t {
          display: block;
          border-bottom: none;
          padding: 0; }
          .newsInfo .content .con1 .t .tt {
            padding: 6px 0;
            width: 100% !important;
            border-bottom: 1px solid #d3d3d3; }
      .newsInfo .content .hotList ul li {
        width: 100%; }
        .newsInfo .content .hotList ul li:nth-child(n + 2) {
          display: none; }
        .newsInfo .content .hotList ul li a {
          padding: 15px 0; } }

.cases {
  padding-top: 17px;
  padding-bottom: 65px; }
  .cases.customer {
    padding-top: 22px; }
  .cases .top .list {
    position: relative;
    margin-bottom: 14px; }
    .cases .top .list .listNew {
      width: 88.6%;
      padding: 10px;
      box-sizing: border-box;
      overflow: hidden; }
      .cases .top .list .listNew ul {
        width: 100%; }
        .cases .top .list .listNew ul li {
          width: 14.28571%;
          float: left;
          position: relative;
          border-radius: 10px; }
          .cases .top .list .listNew ul li a {
            width: 100%;
            display: block;
            position: relative; }
            .cases .top .list .listNew ul li a .pic {
              width: 100%;
              box-sizing: border-box;
              border-radius: 10px;
              border: 1px solid #5cc0ff;
              background-color: #000;
              overflow: hidden;
              opacity: 0; }
            .cases .top .list .listNew ul li a .con {
              width: 100%;
              position: absolute;
              top: 22%;
              text-align: center;
              left: 0; }
              .cases .top .list .listNew ul li a .con .icon {
                width: 41.1%;
                margin: 0 auto; }
                .cases .top .list .listNew ul li a .con .icon img {
                  width: 100%;
                  display: block; }
                  .cases .top .list .listNew ul li a .con .icon img:nth-child(1) {
                    display: block; }
                  .cases .top .list .listNew ul li a .con .icon img:nth-child(2) {
                    display: none; }
              .cases .top .list .listNew ul li a .con .t {
                font-size: 14px;
                line-height: 15px;
                color: #767676;
                margin-top: 20px; }
          .cases .top .list .listNew ul li:after {
            width: 1px;
            height: 100%;
            background: linear-gradient(to bottom, white 0%, #ededed 20%, #ededed 80%, white 100%);
            position: absolute;
            top: 0;
            right: 0;
            content: ''; }
          @media (min-width: 1024px) {
            .cases .top .list .listNew ul li:hover {
              box-shadow: 0px 0px 10px #81cdfd; }
              .cases .top .list .listNew ul li:hover:after {
                display: none; }
              .cases .top .list .listNew ul li:hover a .pic {
                opacity: 1; }
              .cases .top .list .listNew ul li:hover a .con .icon img:nth-child(1) {
                display: none; }
              .cases .top .list .listNew ul li:hover a .con .icon img:nth-child(2) {
                display: block; }
              .cases .top .list .listNew ul li:hover a .con .t {
                color: #fff; } }
          .cases .top .list .listNew ul li.on {
            box-shadow: 0px 0px 10px #81cdfd; }
            .cases .top .list .listNew ul li.on:after {
              display: none; }
            .cases .top .list .listNew ul li.on a .pic {
              opacity: 1; }
            .cases .top .list .listNew ul li.on a .con .icon img:nth-child(1) {
              display: none; }
            .cases .top .list .listNew ul li.on a .con .icon img:nth-child(2) {
              display: block; }
            .cases .top .list .listNew ul li.on a .con .t {
              color: #fff; }
    .cases .top .list .a {
      width: 27px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .cases .top .list .a.prev {
        left: 0; }
      .cases .top .list .a.next {
        right: 0; }
  .cases .top .topNew {
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.46);
    background-color: #f3f3f3;
    display: flex;
    overflow: hidden;
    position: relative; }
    .cases .top .topNew .topLeft {
      width: 27.4%;
      padding-top: 36px;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
      .cases .top .topNew .topLeft .title {
        text-align: center;
        width: 100%; }
        .cases .top .topNew .topLeft .title .tits {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
          line-height: 22px;
          font-weight: bold;
          color: #fff; }
          .cases .top .topNew .topLeft .title .tits img {
            margin-right: 12px; }
        .cases .top .topNew .topLeft .title .line {
          display: block;
          margin: 10px auto 0; }
      .cases .top .topNew .topLeft .tit {
        margin-top: 25px; }
        .cases .top .topNew .topLeft .tit .t {
          width: 100%; }
          .cases .top .topNew .topLeft .tit .t .tt {
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 58px;
            color: #fff;
            justify-content: space-between;
            position: relative; }
            .cases .top .topNew .topLeft .tit .t .tt:after {
              width: 100%;
              height: 1px;
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              opacity: 0.5;
              background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, #e5e5e5 16%, #e5e5e5 84%, rgba(229, 229, 229, 0) 100%); }
            .cases .top .topNew .topLeft .tit .t .tt .img {
              margin-left: 4.16667vw;
              margin-right: 22px;
              position: relative;
              z-index: 5; }
            .cases .top .topNew .topLeft .tit .t .tt .img1 {
              margin-left: 4.16667vw;
              margin-right: 22px;
              position: relative;
              z-index: 5;
              display: none; }
            .cases .top .topNew .topLeft .tit .t .tt span {
              position: relative;
              z-index: 5;
              flex: 1; }
            .cases .top .topNew .topLeft .tit .t .tt .icon {
              position: relative;
              z-index: 5;
              margin-right: 3.75vw; }
          .cases .top .topNew .topLeft .tit .t .aBox {
            width: 72.6%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background-size: cover;
            background-image: url("../images/aBg.png");
            background-repeat: no-repeat;
            z-index: 10;
            box-sizing: border-box;
            padding: 25px 30px;
            display: none; }
            .cases .top .topNew .topLeft .tit .t .aBox .boxNew {
              display: grid;
              grid-template-columns: 1fr 1fr 300px; }
              .cases .top .topNew .topLeft .tit .t .aBox .boxNew a {
                display: block;
                font-size: 12px;
                line-height: 22px;
                color: #010101; }
                .cases .top .topNew .topLeft .tit .t .aBox .boxNew a.on {
                  color: #007ecb; }
                .cases .top .topNew .topLeft .tit .t .aBox .boxNew a.disabled {
                  cursor: inherit;
                  color: #aaa !important; }
                @media (min-width: 1024px) {
                  .cases .top .topNew .topLeft .tit .t .aBox .boxNew a:hover {
                    color: #007ecb; } }
            .cases .top .topNew .topLeft .tit .t .aBox .close {
              width: 16px;
              position: absolute;
              top: 6px;
              right: 6px;
              height: 16px;
              display: none;
              align-items: center;
              justify-content: center; }
              .cases .top .topNew .topLeft .tit .t .aBox .close img {
                width: 14px;
                height: 14px;
                display: block; }
          .cases .top .topNew .topLeft .tit .t:last-child .tt:after {
            display: none; }
          .cases .top .topNew .topLeft .tit .t.on .tt .img {
            display: none; }
          .cases .top .topNew .topLeft .tit .t.on .tt .img1 {
            display: block; }
          .cases .top .topNew .topLeft .tit .t.on .tt:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-image: -moz-linear-gradient(180deg, #467c9c 0%, #9fcde8 100%);
            background-image: -webkit-linear-gradient(180deg, #467c9c 0%, #9fcde8 100%);
            background-image: -ms-linear-gradient(180deg, #467c9c 0%, #9fcde8 100%); }
          @media (min-width: 1024px) {
            .cases .top .topNew .topLeft .tit .t:hover .tt .img {
              display: none; }
            .cases .top .topNew .topLeft .tit .t:hover .tt .img1 {
              display: block; }
            .cases .top .topNew .topLeft .tit .t:hover .tt:before {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              background-image: -moz-linear-gradient(180deg, #467c9c 0%, #9fcde8 100%);
              background-image: -webkit-linear-gradient(180deg, #467c9c 0%, #9fcde8 100%);
              background-image: -ms-linear-gradient(180deg, #467c9c 0%, #9fcde8 100%); } }
    .cases .top .topNew .topRight {
      flex: 1;
      position: relative; }
      .cases .top .topNew .topRight img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain; }
  .cases .caseList {
    margin-top: 40px; }
    .cases .caseList ul {
      padding-bottom: 40px; }
  @media (max-width: 1300px) {
    .cases .top .list .listNew ul li {
      width: 16.66667%; } }
  @media (max-width: 1200px) {
    .cases .top .list .listNew ul li {
      width: 20%; } }
  @media (max-width: 1024px) {
    .cases .top .list .listNew {
      width: 90%; }
    .cases .top .list .listNew ul li {
      width: 25%; }
    .cases .top .list .listNew ul li a .con {
      top: 15%; }
    .cases .top .topNew {
      display: block; }
      .cases .top .topNew .topLeft {
        width: 100%; }
        .cases .top .topNew .topLeft .tit {
          display: flex;
          flex-wrap: wrap; }
          .cases .top .topNew .topLeft .tit .t {
            width: 50%;
            position: relative; }
            .cases .top .topNew .topLeft .tit .t:nth-child(2n):before {
              width: 1px;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              content: '';
              background: linear-gradient(to top, rgba(229, 229, 229, 0) 0%, #e5e5e5 30%, #e5e5e5 70%, rgba(229, 229, 229, 0) 100%); }
            .cases .top .topNew .topLeft .tit .t .tt {
              font-size: 14px;
              line-height: 52px; }
              .cases .top .topNew .topLeft .tit .t .tt .img {
                margin-left: 10px;
                margin-right: 8px; }
              .cases .top .topNew .topLeft .tit .t .tt span {
                flex: 1; }
              .cases .top .topNew .topLeft .tit .t .tt .icon {
                margin-right: 10px; }
            .cases .top .topNew .topLeft .tit .t .aBox {
              width: 90%;
              height: auto;
              position: fixed;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-color: rgba(255, 255, 255, 0.9);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
              padding: 10px; }
              .cases .top .topNew .topLeft .tit .t .aBox .boxNew {
                display: block; }
                .cases .top .topNew .topLeft .tit .t .aBox .boxNew a {
                  margin-right: 10px;
                  display: inline-block; }
              .cases .top .topNew .topLeft .tit .t .aBox .close {
                display: flex; }
      .cases .top .topNew .topRight {
        display: none; }
    .cases .caseList {
      margin-top: 20px; }
      .cases .caseList ul {
        padding-bottom: 20px; } }
  @media (max-width: 560px) {
    .cases .top .list .listNew ul li {
      width: 33.33333%; }
      .cases .top .list .listNew ul li a .con {
        top: 50%;
        transform: translateY(-50%); }
        .cases .top .list .listNew ul li a .con .t {
          display: none; }
    .cases .top .list .a {
      width: 18px; }
    .cases .top .topNew .topLeft {
      padding-top: 20px; } }

.brand {
  padding-top: 22px;
  padding-bottom: 4.16667vw; }
  .brand .conLeft {
    width: 25%;
    background-color: #fff;
    float: left;
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .brand .conLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 60px;
      color: #fff;
      font-weight: bold;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      border-radius: 10px 10px 0 0; }
      .brand .conLeft .title img {
        margin-right: 12px;
        margin-left: 45px; }
    .brand .conLeft .conNew {
      padding: 20px 40px 20px 42px;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border: 0.5px solid #ececec;
      border-top: none; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #000;
        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: 100%;
          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: #2b8dc6; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #2b8dc6;
            color: #fff; }
      .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: 12px;
            line-height: 30px;
            color: #2b8dc6; }
          .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: 12px;
              line-height: 30px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #2b8dc6; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #2b8dc6; } }
  .brand .conRight {
    width: 72.6%;
    float: right; }
    .brand .conRight .box .title {
      border-bottom: 1px solid #e5e5e5;
      padding-top: 11px; }
      .brand .conRight .box .title span {
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #031a40;
        font-weight: bold;
        position: relative;
        width: fit-content;
        padding-bottom: 6px; }
        .brand .conRight .box .title span:after {
          width: 100%;
          height: 4px;
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
    .brand .conRight .box ul {
      margin-top: 24px; }
      .brand .conRight .box ul li {
        width: 18.1%;
        float: left;
        margin-right: 2.375%;
        margin-bottom: 30px; }
        .brand .conRight .box ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight .box ul li a {
          width: 100%;
          box-sizing: border-box;
          padding-left: 6px;
          display: block; }
          .brand .conRight .box ul li a .pic {
            width: 100%;
            position: relative; }
            .brand .conRight .box ul li a .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: -6px;
              content: '';
              border-radius: 10px;
              background-color: #e1e1e1; }
            .brand .conRight .box ul li a .pic .img {
              width: 100%;
              height: 74px;
              border-radius: 10px;
              background-color: #fff;
              border: 1px solid #e4e4e4;
              position: relative;
              box-sizing: border-box;
              position: relative;
              z-index: 5; }
              .brand .conRight .box ul li a .pic .img img {
                max-width: 55%;
                max-height: 70%;
                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;
            color: #031a40;
            font-weight: bold;
            margin-top: 12px;
            text-transform: uppercase; }
          .brand .conRight .box ul li a .t1 {
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            color: #2b8dc6;
            margin-top: 2px; }
        @media (min-width: 1024px) {
          .brand .conRight .box ul li:hover a .pic:after {
            background-color: #2b8dc6; } }
    .brand .conRight .box .paging {
      margin-top: 28px; }
    .brand .conRight .box:nth-child(2) .title {
      padding-top: 0; }
  @media (max-width: 1366px) {
    .brand .conLeft .title {
      font-size: 16px; }
      .brand .conLeft .title img {
        margin-left: 20px; }
    .brand .conLeft .conNew {
      padding: 10px 20px; } }
  @media (max-width: 1150px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      float: none;
      width: 100%; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .brand .conRight .box .title {
        padding-top: 0; }
      .brand .conRight .box ul {
        margin-top: 15px; }
        .brand .conRight .box ul li {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 15px; }
          .brand .conRight .box ul li:nth-child(5n) {
            margin-right: 3%; }
          .brand .conRight .box ul li:nth-child(2n) {
            margin-right: 0; } }

.brandInfo {
  padding-top: 40px;
  padding-bottom: 4.16667vw; }
  .brandInfo .top .logo img {
    height: 31px;
    display: block; }
  .brandInfo .top .con {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    .brandInfo .top .con .conn {
      width: 44.5%;
      font-size: 14px;
      line-height: 20px;
      color: #000; }
    .brandInfo .top .con .tit {
      width: 50%;
      display: flex;
      align-items: flex-start; }
      .brandInfo .top .con .tit span {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        font-weight: bold;
        width: 117px;
        display: block; }
      .brandInfo .top .con .tit .t {
        display: flex;
        flex-wrap: wrap;
        flex: 1; }
        .brandInfo .top .con .tit .t a {
          border: 1px solid #bbbbbb;
          border-radius: 3px;
          display: block;
          line-height: 22px;
          padding: 0 6px;
          margin-right: 9px;
          margin-bottom: 13px;
          font-size: 10px;
          color: #000; }
          @media (min-width: 1024px) {
            .brandInfo .top .con .tit .t a:hover {
              background-color: #0070b2;
              color: #fff;
              border-color: #0070b2; } }
  .brandInfo .picBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
    position: relative; }
    .brandInfo .picBox .title {
      width: 37.4%;
      height: 24.4%;
      box-sizing: border-box;
      padding: 0 5.20833vw 0 0.78125vw;
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      text-align: center;
      justify-content: center;
      color: #fff;
      -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
      position: absolute;
      top: 0;
      left: 0;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
      .brandInfo .picBox .title .t {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .brandInfo .picBox .videoBox {
      width: 30.1%;
      position: relative;
      padding-bottom: 17.3%;
      height: 0;
      overflow: hidden; }
      .brandInfo .picBox .videoBox:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        content: '';
        background-color: rgba(0, 0, 0, 0.4);
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/video2.png");
        background-size: 42px 42px; }
      .brandInfo .picBox .videoBox img, .brandInfo .picBox .videoBox video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .brandInfo .picBox .list {
      width: 32.6%;
      overflow: hidden;
      -webkit-clip-path: polygon(22.8% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
      clip-path: polygon(22.8% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
      position: relative; }
      .brandInfo .picBox .list ul {
        width: 100%; }
        .brandInfo .picBox .list ul li {
          width: 100%;
          height: 0;
          padding-bottom: 76.4%;
          overflow: hidden;
          position: relative; }
          .brandInfo .picBox .list ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
      .brandInfo .picBox .list .btns {
        width: 100%;
        position: absolute;
        bottom: 24px;
        z-index: 10;
        display: flex;
        justify-content: center; }
        .brandInfo .picBox .list .btns span {
          width: 12px;
          height: 12px;
          background: none;
          opacity: 1;
          border: 2px solid #fff;
          border-radius: 100%;
          display: block;
          margin: 0 3px;
          box-sizing: border-box; }
          .brandInfo .picBox .list .btns span.swiper-pagination-bullet-active {
            background-color: #fff;
            border-color: #fff; }
    .brandInfo .picBox .pic {
      width: 32.6%;
      height: 0;
      padding-bottom: 24.9%;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .brandInfo .picBox .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .brandInfo .picBox .pic:after {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 5;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: ''; }
      .brandInfo .picBox .pic .num {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        color: #fff;
        font-size: 30px;
        line-height: 32px;
        z-index: 8;
        font-weight: bold; }
  .brandInfo .hotList {
    margin-top: 44px; }
    .brandInfo .hotList .title {
      border-bottom: 1px solid #e5e5e5; }
      .brandInfo .hotList .title span {
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #031a40;
        font-weight: bold;
        position: relative;
        width: fit-content;
        padding-bottom: 6px; }
        .brandInfo .hotList .title span:after {
          width: 100%;
          height: 4px;
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
    .brandInfo .hotList .proList {
      margin-top: 37px; }
  @media (max-width: 1260px) {
    .brandInfo .picBox .title {
      font-size: 16px; } }
  @media (max-width: 1100px) {
    .brandInfo .picBox .title {
      font-size: 14px;
      padding-left: 10px; } }
  @media (max-width: 860px) {
    .brandInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .brandInfo .top .con {
        display: block; }
        .brandInfo .top .con .conn {
          width: 100%; }
        .brandInfo .top .con .tit {
          width: 100%;
          display: block;
          margin-top: 10px; }
          .brandInfo .top .con .tit span {
            display: block; }
          .brandInfo .top .con .tit .t a {
            margin-bottom: 5px; }
      .brandInfo .picBox {
        display: block; }
        .brandInfo .picBox .title {
          position: relative;
          clip-path: none;
          width: 100%;
          line-height: 40px; }
        .brandInfo .picBox .videoBox {
          width: 100%;
          margin-top: 10px;
          padding-bottom: 53vw; }
        .brandInfo .picBox .list {
          margin-top: 10px;
          width: 100%;
          clip-path: none; }
        .brandInfo .picBox .pic {
          width: 100%;
          margin-top: 10px;
          height: 47vw; }
      .brandInfo .hotList {
        margin-top: 15px; }
        .brandInfo .hotList .proList {
          margin-top: 15px; } }

.proList ul {
  padding-bottom: 42px; }
  .proList ul li {
    width: 32.2%;
    margin-right: 1.7%;
    border-radius: 15px;
    padding: 1px;
    box-sizing: border-box;
    background-color: #fafafa;
    overflow: hidden;
    margin-bottom: 20px;
    float: left; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; }
    .proList ul li a {
      width: 100%;
      display: flex;
      align-items: center;
      background-color: #fafafa;
      padding: 10px 8px;
      box-sizing: border-box;
      border-radius: 14px; }
      .proList ul li a .pic {
        width: 40.4%;
        border-radius: 10px;
        background-color: #fff;
        padding-bottom: 40.4%;
        overflow: hidden;
        position: relative;
        background-color: #f2f2f2; }
        .proList ul li a .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: contain; }
      .proList ul li a .con {
        flex: 1;
        margin-left: 20px; }
        .proList ul li a .con .tits {
          font-size: 14px;
          line-height: 16px;
          height: 32px;
          -webkit-line-clamp: 4;
          font-weight: bold;
          color: #222; }
        .proList ul li a .con .tit {
          font-size: 12px;
          line-height: 21px;
          height: 84px;
          -webkit-line-clamp: 4;
          color: #6c6c6c;
          margin-top: 8px; }
        .proList ul li a .con .more {
          width: 174px;
          height: 30px;
          border-radius: 10px;
          background-color: #ececec;
          text-align: center;
          font-size: 11px;
          line-height: 30px;
          color: #222;
          max-width: 80%;
          margin-top: 10px;
          text-transform: uppercase; }
    @media (min-width: 1024px) {
      .proList ul li:hover {
        box-shadow: 1.59px 2.544px 6px 0px rgba(2, 40, 66, 0.67);
        background-image: linear-gradient(to bottom, #0a1b33 0%, #2f769f 100%); }
        .proList ul li:hover a .con .tits {
          color: #2b8dc6; }
        .proList ul li:hover a .con .tit {
          color: #2b8dc6; }
        .proList ul li:hover a .con .more {
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          color: #fff; } }
@media (max-width: 1200px) {
  .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: 860px) {
  .proList ul {
    padding-bottom: 20px; }
    .proList ul li {
      width: 100%;
      margin-bottom: 10px; }
      .proList ul li a .pic {
        padding-bottom: 36.3%; }
      .proList ul li a .con .tit {
        -webkit-line-clamp: 2;
        line-height: 18px;
        height: auto;
        margin-top: 8px; }
      .proList ul li a .con .more {
        margin-top: 8px; } }

.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;
            padding: 2px;
            box-sizing: border-box;
            background-color: #f2f2f2;
            background-image: linear-gradient(to bottom, #0a1b33 0%, #2f769f 100%); }
            .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: contain; }
              .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;
            padding: 1px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            background-image: linear-gradient(to bottom, #0a1b33 0%, #2f769f 100%); }
            .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; }
        .brandInfo_tk .box .picBox .picList.picList2 .bigList ul li {
          cursor: pointer; }
          .brandInfo_tk .box .picBox .picList.picList2 .bigList ul li:after {
            width: 61px;
            height: 61px;
            background-size: cover;
            background-image: url("../images/video1.png");
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            transform: translate(-50%, -50%); }
  @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; }
    .brandInfo_tk .box .picBox .picList.picList2 .bigList ul li:after {
      width: 40px;
      height: 40px; } }

.error {
  width: 970px;
  max-width: 92%;
  margin: 0 auto;
  padding-bottom: 5.41667vw;
  padding-top: 150px; }
  .error .txt {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    color: #0574ce; }
  .error img {
    width: 100%;
    display: block;
    margin: 50px auto 0; }
  .error .more {
    width: 304px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg3.jpg");
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    display: block;
    margin: 68px auto 0; }
  @media (max-width: 1024px) {
    .error {
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .error {
      padding-top: 35px;
      padding-bottom: 40px; }
      .error .txt {
        font-size: 19px;
        line-height: 28px; }
      .error img {
        margin: 30px auto 0; }
      .error .more {
        width: 256px;
        height: 42px;
        font-size: 16px;
        line-height: 42px;
        margin: 30px auto 0; } }

.searchPage {
  width: 1340px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 4.89583vw; }
  .searchPage .box1 {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 3.38542vw;
    padding-bottom: 5.83333vw; }
    .searchPage .box1 .con {
      width: calc(100% - 130px);
      margin: 0 auto;
      color: #fff; }
      .searchPage .box1 .con .tits {
        font-size: 1.66667vw;
        line-height: 1.77083vw;
        font-weight: bold; }
      .searchPage .box1 .con .tit {
        font-size: 2.08333vw;
        line-height: 2.1875vw;
        font-weight: bold;
        margin-top: 8px; }
      .searchPage .box1 .con .tit1 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 23px; }
      .searchPage .box1 .con .searchBox {
        margin-top: 36px;
        width: 674px;
        height: 45px;
        border-radius: 26px;
        background-color: #fff;
        display: flex;
        max-width: 100%;
        align-items: center; }
        .searchPage .box1 .con .searchBox .text {
          flex: 1;
          height: 45px;
          border: none;
          background: none;
          padding-left: 32px;
          font-size: 16px;
          color: #828181;
          box-sizing: border-box; }
        .searchPage .box1 .con .searchBox .submit {
          width: 62px;
          height: 45px;
          display: flex;
          align-items: center;
          justify-content: center; }
  .searchPage .tabs {
    border-bottom: 2px solid #cfcfcf;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 5.20833vw;
    margin-top: 20px; }
    .searchPage .tabs a {
      font-size: 16px;
      line-height: 54px;
      color: #000;
      text-transform: uppercase;
      margin-right: 2.60417vw;
      font-weight: bold;
      position: relative; }
      .searchPage .tabs a:after {
        width: calc(100% + 20px);
        bottom: -2px;
        left: -10px;
        height: 4px;
        content: '';
        position: absolute;
        background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        display: none; }
      .searchPage .tabs a.on:after {
        display: block; }
  .searchPage .list {
    width: 1222px;
    max-width: 100%;
    margin: 52px auto 0; }
    .searchPage .list ul {
      padding-bottom: 67px; }
      .searchPage .list ul li {
        margin-bottom: 30px;
        border-radius: 10px;
        background-color: #a0a0a0;
        padding: 1px;
        box-sizing: border-box;
        width: 100%; }
        .searchPage .list ul li a {
          width: 100%;
          background-color: #fff;
          padding: 27px 2.08333vw 30px;
          display: block;
          border-radius: 10px;
          box-sizing: border-box;
          position: relative; }
          .searchPage .list ul li a .more {
            width: 136px;
            height: 32px;
            border-radius: 16px;
            background-color: #f0f0f0;
            text-align: center;
            font-size: 14px;
            line-height: 32px;
            color: #6e6d6d;
            position: absolute;
            right: 60px;
            bottom: 22px; }
          .searchPage .list ul li a .tits {
            display: flex;
            align-items: center; }
            .searchPage .list ul li a .tits span {
              font-size: 14px;
              line-height: 16px;
              color: #0098ff;
              display: block;
              margin-right: 22px;
              font-weight: bold; }
            .searchPage .list ul li a .tits i {
              display: block;
              font-size: 12px;
              line-height: 16px;
              color: #8e8e98;
              padding-left: 18px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time4.png"); }
          .searchPage .list ul li a .tit {
            max-width: calc(100% - 200px);
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 15px; }
            .searchPage .list ul li a .tit span {
              color: #0098ff; }
          .searchPage .list ul li a .tit1 {
            font-size: 12px;
            line-height: 18px;
            color: #0098ff;
            margin-top: 4px; }
        @media (min-width: 1024px) {
          .searchPage .list ul li:hover {
            background: linear-gradient(to top, #0a1b33 0%, #2f769f 100%);
            box-shadow: 1px 1.732px 2.97px 0.03px rgba(0, 0, 0, 0.3); }
            .searchPage .list ul li:hover a .more {
              background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              color: #fff; } }
  @media (max-width: 768px) {
    .searchPage {
      padding-top: 30px;
      padding-bottom: 30px; }
      .searchPage .box1 {
        padding-top: 25px;
        padding-bottom: 60px; }
        .searchPage .box1 .con {
          width: calc(100% - 30px); }
          .searchPage .box1 .con .tits {
            font-size: 16px;
            line-height: 18px; }
          .searchPage .box1 .con .tit {
            font-size: 20px;
            line-height: 22px;
            margin-top: 8px; }
          .searchPage .box1 .con .tit1 {
            font-size: 14px;
            line-height: 16px;
            margin-top: 10px; }
      .searchPage .tabs {
        margin-top: 15px;
        padding-left: 10px;
        justify-content: space-between; }
        .searchPage .tabs a {
          margin-right: 0;
          font-size: 14px; }
      .searchPage .list {
        margin-top: 15px; }
        .searchPage .list ul {
          padding-bottom: 20px; }
          .searchPage .list ul li {
            margin-bottom: 15px; }
            .searchPage .list ul li a {
              padding: 15px; }
              .searchPage .list ul li a .tit {
                width: 100%;
                max-width: 100%; }
              .searchPage .list ul li a .more {
                position: relative;
                bottom: auto;
                right: auto;
                margin-top: 18px; } }

.product {
  padding-top: 23px;
  padding-bottom: 5.20833vw; }
  .product .conLeft {
    width: 24.1%;
    float: left; }
    .product .conLeft .title {
      border-radius: 10px;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      width: 100%;
      display: flex;
      align-items: center;
      padding-left: 19px;
      box-sizing: border-box;
      font-size: 20px;
      line-height: 54px;
      color: #fff;
      font-weight: bold; }
      .product .conLeft .title img {
        margin-right: 18px; }
    .product .conLeft .itemBox {
      margin-top: 7px; }
      .product .conLeft .itemBox .item {
        margin-bottom: 11px;
        width: 100%;
        border-radius: 10px;
        background-color: #fafafa;
        padding: 13px 15px 22px;
        box-sizing: border-box;
        position: relative; }
        .product .conLeft .itemBox .item img {
          position: absolute;
          top: 6px;
          right: 15px;
          width: 42px; }
        .product .conLeft .itemBox .item:last-child {
          margin-bottom: 0; }
        .product .conLeft .itemBox .item .tits {
          font-size: 14px;
          line-height: 18px;
          color: #0c2038;
          font-weight: bold; }
          .product .conLeft .itemBox .item .tits span {
            color: #2b8dc6; }
          @media (min-width: 1024px) {
            .product .conLeft .itemBox .item .tits:hover i {
              color: #2b8dc6; } }
          .product .conLeft .itemBox .item .tits.on i {
            color: #2b8dc6; }
        .product .conLeft .itemBox .item .tit {
          margin-top: 8px; }
          .product .conLeft .itemBox .item .tit a {
            font-size: 12px;
            line-height: 30px;
            display: block;
            color: #000; }
            .product .conLeft .itemBox .item .tit a span {
              color: #2b8dc6; }
            @media (min-width: 1024px) {
              .product .conLeft .itemBox .item .tit a:hover {
                color: #2b8dc6; } }
            .product .conLeft .itemBox .item .tit a.on {
              color: #2b8dc6; }
  .product .conRight {
    width: 74.6%;
    float: right; }
    .product .conRight .title {
      box-sizing: border-box;
      border-radius: 10px;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 22px;
      font-size: 20px;
      line-height: 54px;
      color: #fff;
      font-weight: bold; }
    .product .conRight .box {
      margin-top: 8px;
      border-radius: 10px;
      background-color: #fafafa;
      padding: 0 30px 20px;
      box-sizing: border-box; }
      .product .conRight .box .wordList {
        padding-left: 100px;
        box-sizing: border-box; }
        .product .conRight .box .wordList a {
          font-weight: 12px;
          line-height: 40px;
          color: #000;
          padding: 0 4px; }
          .product .conRight .box .wordList a.on {
            color: #2b8dc6; }
          .product .conRight .box .wordList a.active {
            background-color: #2b8dc6;
            color: #fff;
            border-radius: 17px;
            font-weight: bold; }
      .product .conRight .box .navList .item {
        border-top: 1px solid #e7e6e6;
        display: flex;
        align-items: center;
        padding-top: 18px;
        padding-bottom: 13px; }
        .product .conRight .box .navList .item .tits {
          text-align: center;
          width: 115px;
          margin-right: 20px;
          font-size: 14px;
          line-height: 16px;
          font-weight: bold;
          color: #333; }
        .product .conRight .box .navList .item .tit {
          flex: 1;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr; }
          .product .conRight .box .navList .item .tit a {
            font-size: 12px;
            line-height: 24px;
            color: #000000;
            display: block; }
            .product .conRight .box .navList .item .tit a span {
              color: #2b8dc6; }
            .product .conRight .box .navList .item .tit a.on {
              color: #2b8dc6; }
            @media (min-width: 1024px) {
              .product .conRight .box .navList .item .tit a:hover {
                color: #2b8dc6; } }
        .product .conRight .box .navList .item:nth-child(1) .tit {
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
      .product .conRight .box .item1 {
        display: flex;
        align-items: center;
        padding-left: 135px;
        margin-top: 10px;
        box-sizing: border-box; }
        .product .conRight .box .item1 .t {
          border: 1px dashed #2b8dc6;
          padding: 0 6px;
          margin-right: 15px;
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 22px;
          color: #000;
          display: none; }
          .product .conRight .box .item1 .t i {
            color: #2b8dc6; }
          .product .conRight .box .item1 .t span {
            margin-right: 15px; }
          .product .conRight .box .item1 .t.on {
            display: flex; }
        .product .conRight .box .item1 .reset {
          font-size: 12px;
          line-height: 24px;
          display: flex;
          align-items: center;
          color: #000;
          display: none; }
          .product .conRight .box .item1 .reset img {
            margin-right: 8px; }
          .product .conRight .box .item1 .reset.on {
            display: flex; }
    .product .conRight .proList {
      margin-top: 15px; }
      .product .conRight .proList ul li {
        width: 49.4%;
        margin-right: 1.2%;
        margin-bottom: 15px; }
        .product .conRight .proList ul li:nth-child(3n) {
          margin-right: 1.2%; }
        .product .conRight .proList ul li:nth-child(2n) {
          margin-right: 0; }
        .product .conRight .proList ul li a .pic {
          width: 37.8%;
          padding-bottom: 37.8%; }
  @media (max-width: 1420px) {
    .product .conRight .box .navList .item .tits {
      width: 100px;
      margin-right: 0; }
    .product .conRight .box .item1 {
      padding-left: 100px; }
    .product .conRight .box .navList .item .tit {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 1366px) {
    .product .conLeft .title {
      font-size: 17px; }
    .product .conRight .title {
      font-size: 17px; }
    .product .conLeft .itemBox .item img {
      top: 30px; } }
  @media (max-width: 1150px) {
    .product .conLeft {
      display: none; }
    .product .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 860px) {
    .product .conRight .box .navList .item:nth-child(1) .tit {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .product .conRight .box {
      padding: 0 0 20px; }
    .product .conRight .box .item1 {
      padding: 0 15px; }
    .product .conRight .box .wordList {
      padding-left: 15px; } }
  @media (max-width: 768px) {
    .product {
      padding-top: 20px;
      padding-bottom: 30px; }
      .product .conRight .box .wordList {
        padding: 8px 10px; }
      .product .conRight .box .wordList a {
        line-height: 26px; }
      .product .conRight .box .navList .item {
        display: block;
        padding: 10px 10px; }
        .product .conRight .box .navList .item .tits {
          width: 100%;
          text-align: left; }
          .product .conRight .box .navList .item .tits br {
            display: none; }
        .product .conRight .box .navList .item .tit {
          grid-template-columns: 1fr 1fr;
          margin-top: 10px; }
        .product .conRight .box .navList .item:nth-child(1) .tit {
          grid-template-columns: 1fr 1fr 1fr; }
      .product .conRight .box .item1 {
        display: block;
        padding: 0 10px;
        box-sizing: border-box; }
        .product .conRight .box .item1 .t {
          width: 100%;
          margin-bottom: 5px;
          box-sizing: border-box; }
          .product .conRight .box .item1 .t span {
            flex: 1; }
      .product .conRight .title {
        padding: 0 10px; }
        .product .conRight .title img {
          width: 50px; }
      .product .conRight .proList ul {
        padding-bottom: 20px; }
      .product .conRight .proList ul li {
        width: 100%; }
        .product .conRight .proList ul li a .pic {
          padding-bottom: 39.3%; } }

.productInfo {
  padding-top: 48px; }
  .productInfo .box1 .boxLeft {
    width: 54.3%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .productInfo .box1 .boxLeft .list1 {
      width: 105px; }
      .productInfo .box1 .boxLeft .list1 ul {
        height: 486px;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between; }
        .productInfo .box1 .boxLeft .list1 ul li {
          width: 100%;
          height: auto;
          border-radius: 5px;
          box-sizing: border-box;
          background-color: #d6d7d6;
          padding: 1px;
          cursor: pointer;
          margin-right: 10px; }
          .productInfo .box1 .boxLeft .list1 ul li:last-child {
            margin-right: 0; }
          .productInfo .box1 .boxLeft .list1 ul li .img {
            width: 100%;
            height: 88px;
            position: relative;
            border-radius: 5px;
            overflow: hidden;
            background-color: #d6d7d6; }
            .productInfo .box1 .boxLeft .list1 ul li .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .productInfo .box1 .boxLeft .list1 ul li.on {
            background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
            background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
            .productInfo .box1 .boxLeft .list1 ul li.on .img {
              background-color: #fff; }
    .productInfo .box1 .boxLeft .list {
      width: calc(100% - 105px - 7px);
      margin: 0;
      border-radius: 10px;
      overflow: hidden;
      background-color: #f2f2f2; }
      .productInfo .box1 .boxLeft .list ul li {
        width: 100%;
        height: 486px;
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .productInfo .box1 .boxLeft .list ul li img {
          width: 100%;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: contain; }
      .productInfo .box1 .boxLeft .list .btns {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        height: 34px;
        background-color: rgba(0, 0, 0, 0.54);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding: 0 12px;
        box-sizing: border-box; }
        .productInfo .box1 .boxLeft .list .btns .t {
          display: flex;
          align-items: center;
          font-size: 12.5px;
          line-height: 34px;
          color: #fff;
          cursor: pointer; }
          .productInfo .box1 .boxLeft .list .btns .t img {
            margin-right: 7px; }
  .productInfo .box1 .boxRight {
    width: 42.3%;
    float: right; }
    .productInfo .box1 .boxRight .tits {
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      font-weight: bold;
      padding: 11px 30px;
      border-radius: 10px;
      box-sizing: border-box;
      width: 100%;
      background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
      background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
    .productInfo .box1 .boxRight .share {
      padding: 0 30px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      margin-top: 22px; }
      .productInfo .box1 .boxRight .share a {
        width: 31px;
        display: block;
        margin-right: 22px; }
    .productInfo .box1 .boxRight .tit {
      padding: 0 30px;
      box-sizing: border-box;
      margin-top: 17px; }
      .productInfo .box1 .boxRight .tit .t {
        border-bottom: 1px solid #848484;
        padding-top: 16px;
        padding-bottom: 12px; }
        .productInfo .box1 .boxRight .tit .t:last-child {
          border-bottom: none; }
        .productInfo .box1 .boxRight .tit .t .tt {
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 25px;
          color: #222; }
          .productInfo .box1 .boxRight .tit .t .tt .ttt {
            width: 48%;
            font-weight: bold; }
          .productInfo .box1 .boxRight .tit .t .tt .ttt1 {
            width: 52%; }
    .productInfo .box1 .boxRight .btns {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      .productInfo .box1 .boxRight .btns a {
        width: 220px;
        height: 37px;
        font-size: 14px;
        font-weight: bold;
        color: #222;
        line-height: 37px;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        background-color: #ececec;
        align-items: center; }
        .productInfo .box1 .boxRight .btns a img {
          margin-right: 10px; }
        .productInfo .box1 .boxRight .btns a:nth-child(2) {
          background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
          color: #fff;
          margin-left: 36px; }
  .productInfo .content {
    margin-top: 32px; }
    .productInfo .content .conLeft {
      width: 61.2%;
      float: left; }
      .productInfo .content .conLeft .infoBox {
        border-top: 1px solid #e0e0e0;
        padding-top: 15px; }
        .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;
          background-color: #fafafa; }
          .productInfo .content .conLeft .details .tableBox table {
            border-top: 1px solid #ddd; }
          .productInfo .content .conLeft .details .tableBox tr {
            font-size: 14px;
            line-height: 20px;
            border-bottom: 1px solid #ddd; }
            .productInfo .content .conLeft .details .tableBox tr th {
              padding: 0 36px;
              height: 36px; }
            .productInfo .content .conLeft .details .tableBox tr th {
              background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
              text-align: left;
              color: #fff;
              font-weight: bold; }
            .productInfo .content .conLeft .details .tableBox tr td {
              border-right: 1px solid #ddd;
              min-height: 28px;
              line-height: 20px;
              font-size: 12px;
              padding: 4px 36px; }
              .productInfo .content .conLeft .details .tableBox tr td:last-child {
                border-right: none; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%;
        margin-top: 52px; }
        .productInfo .content .conLeft .box2 .title {
          width: 100%;
          position: relative;
          z-index: 5; }
        .productInfo .content .conLeft .box2 .ps .itemBox {
          display: flex;
          flex-wrap: wrap;
          margin-top: 6px; }
          .productInfo .content .conLeft .box2 .ps .itemBox .item {
            width: 50%;
            padding: 0 8px 4px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
              font-size: 15px;
              font-weight: bold;
              line-height: 25px;
              display: flex;
              align-items: center;
              color: #1b5faa; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits img {
                margin-right: 6px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
              width: 100%;
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                width: calc(50% - 2.5px);
                height: 0;
                padding-bottom: 26.5%;
                overflow: hidden;
                position: relative;
                margin-bottom: 5px; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item:nth-child(1), .productInfo .content .conLeft .box2 .ps .itemBox .item:nth-child(4), .productInfo .content .conLeft .box2 .ps .itemBox .item:nth-child(5) {
              background-color: #e1eeff; }
        .productInfo .content .conLeft .box2 .oa {
          position: relative;
          margin-top: 25px; }
          .productInfo .content .conLeft .box2 .oa .con {
            width: 100%;
            background-color: #f6f6f6;
            padding: 35px 0 38px 23px;
            box-sizing: border-box;
            margin-top: -12px; }
            .productInfo .content .conLeft .box2 .oa .con .t {
              width: 76%;
              display: flex;
              align-items: flex-start;
              font-size: 12px;
              line-height: 15px;
              color: #373636;
              margin-bottom: 20px; }
              .productInfo .content .conLeft .box2 .oa .con .t:nth-child(n + 2) {
                width: 48%; }
              .productInfo .content .conLeft .box2 .oa .con .t img {
                margin-right: 25px; }
          .productInfo .content .conLeft .box2 .oa .img {
            width: 59%;
            right: 0;
            top: 18.5%;
            position: absolute; }
          .productInfo .content .conLeft .box2 .oa .pic {
            margin-top: 15px; }
        .productInfo .content .conLeft .box2 .sc {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .sc .itemBox {
            padding: 0 10px;
            box-sizing: border-box;
            margin-top: 15px; }
            .productInfo .content .conLeft .box2 .sc .itemBox ul {
              width: 100%; }
              .productInfo .content .conLeft .box2 .sc .itemBox ul li {
                width: 24.2%;
                float: left;
                margin-right: 1%;
                margin-bottom: 6px;
                box-sizing: border-box;
                border: 1px solid #006cff;
                background-color: #e3eeff; }
                .productInfo .content .conLeft .box2 .sc .itemBox ul li:nth-child(4n) {
                  margin-right: 0; }
                .productInfo .content .conLeft .box2 .sc .itemBox ul li .pic {
                  width: 100%;
                  height: 0;
                  position: relative;
                  overflow: hidden;
                  padding-bottom: 66.3%; }
                  .productInfo .content .conLeft .box2 .sc .itemBox ul li .pic img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
                .productInfo .content .conLeft .box2 .sc .itemBox ul li .con {
                  padding: 7px 11px 6px;
                  box-sizing: border-box; }
                  .productInfo .content .conLeft .box2 .sc .itemBox ul li .con .t {
                    font-size: 9px;
                    line-height: 11px;
                    height: 22px;
                    color: #000; }
        .productInfo .content .conLeft .box2 .cer {
          margin-top: 20px; }
        .productInfo .content .conLeft .box2 .gpr {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .gpr .pic {
            margin-top: -54px; }
        .productInfo .content .conLeft .box2 .ass {
          margin-top: -7px;
          overflow: hidden; }
          .productInfo .content .conLeft .box2 .ass .con {
            position: relative;
            padding-top: 13px; }
            .productInfo .content .conLeft .box2 .ass .con .pic {
              width: 52.7%;
              position: absolute;
              top: 8px;
              left: -19%; }
            .productInfo .content .conLeft .box2 .ass .con .conn {
              width: 60.7%;
              margin-left: 36.7%; }
              .productInfo .content .conLeft .box2 .ass .con .conn .item {
                display: flex;
                align-items: flex-start;
                position: relative;
                margin-bottom: 18px; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item:last-child {
                  margin-bottom: 0; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item img {
                  position: absolute; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item .t .t1 {
                  font-size: 18px;
                  line-height: 20px;
                  color: #4c4c4c; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item .t .t2 {
                  font-size: 12px;
                  line-height: 15px;
                  color: #4c4c4c; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(1) {
                  width: 125%;
                  margin-left: -25%; }
                  .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(1) img {
                    left: -50px;
                    top: -10px; }
                  .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(1) .t {
                    display: flex; }
                    .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(1) .t .t1 {
                      margin-right: 5px; }
                    .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(1) .t .t2 {
                      margin-top: 6px; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(2) img {
                  left: -65px;
                  top: -7px; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(3) img {
                  left: -44px;
                  top: -7px; }
                .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(4) {
                  width: 112%;
                  margin-left: -12%; }
                  .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(4) img {
                    left: -46px;
                    top: -7px; }
        .productInfo .content .conLeft .box2 .opt {
          margin-top: 12px; }
          .productInfo .content .conLeft .box2 .opt .itemBox {
            padding: 0 15px;
            box-sizing: border-box;
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .opt .itemBox .item {
              display: flex;
              margin-bottom: 4px; }
              .productInfo .content .conLeft .box2 .opt .itemBox .item .pic {
                width: 58.3%;
                display: flex;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .opt .itemBox .item .pic .img {
                  width: calc(50% - 2px);
                  height: 0;
                  padding-bottom: 32%;
                  position: relative; }
                  .productInfo .content .conLeft .box2 .opt .itemBox .item .pic .img img {
                    width: 100%;
                    position: absolute;
                    height: 100%;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
              .productInfo .content .conLeft .box2 .opt .itemBox .item .con {
                flex: 1;
                background-color: #e3eeff;
                padding: 0 12px;
                box-sizing: border-box;
                display: flex;
                align-items: center; }
                .productInfo .content .conLeft .box2 .opt .itemBox .item .con .conn .t {
                  display: flex;
                  align-items: flex-start;
                  font-size: 12px;
                  line-height: 15px;
                  color: #4c4c4c; }
                  .productInfo .content .conLeft .box2 .opt .itemBox .item .con .conn .t img {
                    margin-right: 10px; }
                  .productInfo .content .conLeft .box2 .opt .itemBox .item .con .conn .t:last-child {
                    margin-top: 22px; }
        .productInfo .content .conLeft .box2 .co .coNew {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .co .coNew .con {
            width: 25%;
            margin-left: 2.6%;
            float: left; }
            .productInfo .content .conLeft .box2 .co .coNew .con .tit .t {
              display: flex;
              align-items: flex-start;
              font-size: 12px;
              line-height: 19px;
              color: #000; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tit .t img {
                margin-right: 9px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tit .t span {
                font-weight: bold;
                color: #004ea7; }
            .productInfo .content .conLeft .box2 .co .coNew .con .tit1 {
              margin-top: 12px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .tit1 .t {
                font-size: 12px;
                line-height: 19px;
                color: #000;
                display: flex;
                align-items: flex-start;
                margin-bottom: 4px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .tit1 .t img {
                  margin-right: 15px; }
            .productInfo .content .conLeft .box2 .co .coNew .con .share {
              display: flex;
              align-items: center;
              margin-top: 4px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .share a {
                display: block;
                margin-right: 13px; }
          .productInfo .content .conLeft .box2 .co .coNew .picBox {
            display: flex;
            width: 70.7%;
            float: right;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox .picLeft {
              width: calc(67% - 4px);
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .picLeft .pic {
                width: 100%;
                display: flex;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .co .coNew .picBox .picLeft .pic .img {
                  width: calc(50% - 5px);
                  height: 0;
                  padding-bottom: 32.5%;
                  position: relative;
                  overflow: hidden; }
                  .productInfo .content .conLeft .box2 .co .coNew .picBox .picLeft .pic .img img {
                    width: 100%;
                    position: absolute;
                    height: 100%;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .picLeft .pic1 {
                width: 100%;
                height: 0;
                padding-bottom: 41%;
                position: relative;
                overflow: hidden; }
                .productInfo .content .conLeft .box2 .co .coNew .picBox .picLeft .pic1 img {
                  width: 100%;
                  position: absolute;
                  height: 100%;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox .picRight {
              width: calc(33% - 4px);
              height: 0;
              padding-bottom: 50%;
              overflow: hidden;
              position: relative; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .picRight img {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover; }
    .productInfo .content .conRight {
      width: 31.3%;
      float: right; }
      .productInfo .content .conRight .top {
        width: 100%;
        border-radius: 10px;
        padding: 1px;
        box-sizing: border-box;
        background-image: -moz-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -webkit-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%);
        background-image: -ms-linear-gradient(-90deg, #0a1b33 0%, #0a1b33 0%, #2f769f 100%); }
        .productInfo .content .conRight .top .topNew {
          padding: 2.29167vw 2.70833vw 1.5625vw;
          background-color: #fff;
          border-radius: 10px; }
          .productInfo .content .conRight .top .topNew img {
            height: 56px;
            display: block;
            margin: 0 auto;
            max-width: 80%; }
          .productInfo .content .conRight .top .topNew .t {
            font-size: 17px;
            line-height: 19px;
            color: #333;
            font-weight: bold;
            text-align: center;
            margin-top: 24px; }
          .productInfo .content .conRight .top .topNew .t1 {
            font-size: 12px;
            line-height: 17px;
            color: #222;
            margin-top: 20px; }
          .productInfo .content .conRight .top .topNew .t2 {
            margin-top: 20px; }
            .productInfo .content .conRight .top .topNew .t2 .tt {
              font-size: 16px;
              line-height: 18px;
              color: #333;
              font-weight: bold; }
            .productInfo .content .conRight .top .topNew .t2 .tt1 {
              display: flex;
              flex-wrap: wrap;
              margin-top: 8px; }
              .productInfo .content .conRight .top .topNew .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 .topNew .t2 .tt1 a:hover {
                    background-color: #0070b2;
                    color: #fff;
                    border-color: #0070b2; } }
          .productInfo .content .conRight .top .topNew .t3 {
            font-size: 12px;
            line-height: 16px;
            color: #000;
            display: flex;
            align-items: center;
            margin-top: 4px; }
            .productInfo .content .conRight .top .topNew .t3 .tx {
              margin-right: 13px; }
              .productInfo .content .conRight .top .topNew .t3 .tx span {
                font-weight: bold;
                color: #2a6c93; }
            .productInfo .content .conRight .top .topNew .t3 a {
              color: #2a6c93; }
      .productInfo .content .conRight .proList {
        margin-top: 10px; }
        .productInfo .content .conRight .proList ul li {
          width: 100%;
          margin-bottom: 10px; }
  .productInfo .hotList {
    margin-top: 3.125vw; }
    .productInfo .hotList .title {
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      color: #000; }
    .productInfo .hotList .proList {
      margin-top: 30px; }
      .productInfo .hotList .proList ul li {
        width: 19.1%;
        float: left;
        margin-right: 1.125%; }
        .productInfo .hotList .proList ul li:nth-child(3n) {
          margin-right: 1.125%; }
        .productInfo .hotList .proList ul li:nth-child(5n) {
          margin-right: 0; }
        .productInfo .hotList .proList ul li a {
          display: block; }
          .productInfo .hotList .proList ul li a .pic {
            width: 100%;
            padding-bottom: 100%; }
          .productInfo .hotList .proList ul li a .con {
            width: 100%;
            margin-left: 0;
            padding: 24px 15px 0;
            box-sizing: border-box; }
            .productInfo .hotList .proList ul li a .con .more {
              margin: 20px auto 0; }
  @media (max-width: 1200px) {
    .productInfo .box1 .boxRight .tits {
      font-size: 17px; }
    .productInfo .box1 .boxRight .share {
      padding: 0 15px; }
    .productInfo .box1 .boxRight .tit {
      padding: 0 15px; }
    .productInfo .hotList .proList ul li {
      width: 23.5%;
      margin-right: 2%; }
      .productInfo .hotList .proList ul li:nth-child(5n) {
        margin-right: 2%; }
      .productInfo .hotList .proList ul li:nth-child(4n) {
        margin-right: 0; }
      .productInfo .hotList .proList ul li:nth-child(n + 9) {
        display: none; } }
  @media (max-width: 1150px) {
    .productInfo .content .conLeft {
      width: 100%; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .productInfo .hotList .proList ul li {
      width: 32%;
      margin-right: 2%;
      display: block !important; }
      .productInfo .hotList .proList ul li:nth-child(4n) {
        margin-right: 2%; }
      .productInfo .hotList .proList ul li:nth-child(3n) {
        margin-right: 0; }
      .productInfo .hotList .proList ul li:nth-child(n + 10) {
        display: none !important; } }
  @media (max-width: 960px) {
    .productInfo .box1 .boxLeft {
      width: 100%;
      float: none; }
    .productInfo .box1 .boxRight {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .productInfo .content .conRight {
      width: 100%;
      float: none;
      display: block; }
      .productInfo .content .conRight .proList {
        display: none; }
    .productInfo .content .conLeft .infoBox .item {
      padding: 15px 0; }
      .productInfo .content .conLeft .infoBox .item .tit {
        display: block;
        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-x: auto; }
        .productInfo .content .conLeft .details .tableBox table {
          width: 660px; }
    .productInfo .content .conLeft .box2 {
      margin-top: 20px; }
      .productInfo .content .conLeft .box2 .ps .itemBox .item {
        width: 100%;
        background-color: #e1eeff !important; }
        .productInfo .content .conLeft .box2 .ps .itemBox .item:nth-child(2n) {
          background-color: #fff !important; }
      .productInfo .content .conLeft .box2 .oa {
        margin-top: 10px; }
        .productInfo .content .conLeft .box2 .oa .con {
          padding: 15px 15px;
          box-sizing: border-box; }
          .productInfo .content .conLeft .box2 .oa .con .t {
            width: 100% !important; }
            .productInfo .content .conLeft .box2 .oa .con .t:last-child {
              margin-bottom: 0; }
        .productInfo .content .conLeft .box2 .oa .img {
          width: 95%;
          margin-left: 5%;
          position: relative;
          top: auto;
          right: auto;
          margin-top: 10px; }
      .productInfo .content .conLeft .box2 .sc .itemBox {
        padding: 0; }
        .productInfo .content .conLeft .box2 .sc .itemBox ul li {
          width: 49%;
          margin-right: 2%; }
          .productInfo .content .conLeft .box2 .sc .itemBox ul li:nth-child(2n) {
            margin-right: 0; }
      .productInfo .content .conLeft .box2 .ass .con .pic {
        display: none; }
      .productInfo .content .conLeft .box2 .ass .con .conn {
        width: 100%;
        margin-left: 0; }
        .productInfo .content .conLeft .box2 .ass .con .conn .item {
          width: 100% !important;
          margin-left: 0 !important;
          padding-left: 40px; }
          .productInfo .content .conLeft .box2 .ass .con .conn .item img {
            top: 0 !important;
            left: 0 !important; }
          .productInfo .content .conLeft .box2 .ass .con .conn .item:nth-child(1) .t {
            display: block !important; }
          .productInfo .content .conLeft .box2 .ass .con .conn .item .t .t2 {
            margin-top: 5px !important; }
      .productInfo .content .conLeft .box2 .opt .itemBox {
        flex-wrap: wrap;
        padding: 0; }
        .productInfo .content .conLeft .box2 .opt .itemBox .item {
          display: block; }
          .productInfo .content .conLeft .box2 .opt .itemBox .item .pic {
            width: 100%; }
          .productInfo .content .conLeft .box2 .opt .itemBox .item .con {
            width: 100%;
            padding: 10px; }
      .productInfo .content .conLeft .box2 .co .coNew .con {
        width: 100%;
        float: none; }
      .productInfo .content .conLeft .box2 .co .coNew .picBox {
        width: 100%;
        margin-top: 15px; }
    .productInfo .hotList {
      margin-top: 25px; }
      .productInfo .hotList .proList {
        margin-top: 15px; }
        .productInfo .hotList .proList ul li {
          width: 100%;
          display: block !important; } }
  @media (max-width: 640px) {
    .productInfo {
      padding-top: 20px; }
      .productInfo .box1 .boxLeft {
        display: block; }
        .productInfo .box1 .boxLeft .list {
          width: 100%; }
          .productInfo .box1 .boxLeft .list ul li {
            height: 70vw; }
        .productInfo .box1 .boxLeft .list1 {
          width: 100%;
          margin-top: 10px; }
          .productInfo .box1 .boxLeft .list1 ul {
            height: auto;
            flex-direction: row; }
            .productInfo .box1 .boxLeft .list1 ul li {
              width: 19%; }
              .productInfo .box1 .boxLeft .list1 ul li .img {
                height: 54px; }
      .productInfo .box1 .boxRight .tits {
        font-size: 15px;
        padding: 10px 10px;
        line-height: 20px; }
      .productInfo .box1 .boxRight .share {
        padding: 0;
        margin-top: 10px; }
        .productInfo .box1 .boxRight .share a {
          width: 24px;
          margin-right: 10px; }
      .productInfo .box1 .boxRight .tit {
        padding: 0;
        margin-top: 10px; }
        .productInfo .box1 .boxRight .tit .t {
          padding: 10px 0; }
          .productInfo .box1 .boxRight .tit .t .tt {
            font-size: 12px;
            line-height: 24px; } }

.about .title .t {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #858686; }
  .about .title .t img {
    margin-right: 5px; }
.about .title .t1 {
  font-size: 30px;
  line-height: 38px;
  color: #000;
  font-weight: bold;
  margin-top: 9px; }
@media (max-width: 1200px) {
  .about .title .t1 {
    font-size: 24px;
    line-height: 30px; } }
@media (max-width: 768px) {
  .about .title .t {
    font-size: 12px; }
  .about .title .t1 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px; } }
.about .box1 {
  margin: 3.02083vw auto 0;
  display: flex;
  justify-content: space-between; }
  .about .box1 .picBox {
    width: 53%;
    display: flex;
    justify-content: space-between; }
    .about .box1 .picBox .pic {
      width: 46%;
      border-radius: 10px;
      overflow: hidden;
      height: 100%;
      position: relative; }
      .about .box1 .picBox .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .about .box1 .picBox .picRight {
      width: 52.3%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .about .box1 .picBox .picRight .img {
        width: 100%;
        height: 48.7%;
        overflow: hidden;
        position: relative;
        border-radius: 10px; }
        .about .box1 .picBox .picRight .img .img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .about .box1 .picBox .picRight .img .icon {
          width: 33px;
          height: 33px;
          position: absolute;
          top: 61%;
          left: 60%; }
          .about .box1 .picBox .picRight .img .icon img {
            width: 33px;
            height: 33px;
            border-radius: 100%;
            position: relative;
            z-index: 5;
            display: block; }
          .about .box1 .picBox .picRight .img .icon:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #0070b2;
            opacity: 0.1;
            border-radius: 100%;
            animation: pulse-border 1.5s linear infinite; }
          .about .box1 .picBox .picRight .img .icon:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #0070b2;
            opacity: 0.1;
            border-radius: 100%;
            animation: pulse-border 1.5s linear infinite 0.75s; }
        .about .box1 .picBox .picRight .img:nth-child(1) {
          cursor: pointer; }
  .about .box1 .con {
    width: 41%;
    padding-top: 15px;
    padding-bottom: 18px; }
    .about .box1 .con .conn {
      width: 520px;
      max-width: 100%; }
      .about .box1 .con .conn .tit {
        margin-top: 17px; }
        .about .box1 .con .conn .tit .t {
          display: flex;
          align-items: center;
          margin-bottom: 14px;
          font-size: 14px;
          line-height: 23px;
          color: #000; }
          .about .box1 .con .conn .tit .t:last-child {
            margin-bottom: 0; }
          .about .box1 .con .conn .tit .t img {
            margin-right: 10px; }
      .about .box1 .con .conn .txt {
        font-size: 14px;
        line-height: 24px;
        color: #646262;
        border-top: 1px solid #d2d2d2;
        padding-top: 13px;
        margin-top: 19px; }
  @media (max-width: 1366px) {
    .about .box1 .picBox {
      width: 56%; } }
  @media (max-width: 960px) {
    .about .box1 {
      display: block; }
      .about .box1 .picBox {
        width: 100%;
        height: 56vw; }
        .about .box1 .picBox .picRight .img .icon {
          width: 20px;
          height: 20px; }
          .about .box1 .picBox .picRight .img .icon img {
            width: 20px;
            height: 20px; }
      .about .box1 .con {
        width: 100%; } }
.about .box2 {
  margin: 3.125vw auto 0;
  position: relative; }
  .about .box2 .boxLeft {
    width: 58.9%; }
    .about .box2 .boxLeft .title {
      text-align: center; }
      .about .box2 .boxLeft .title .t {
        color: #1b4666;
        justify-content: center; }
    .about .box2 .boxLeft .txt {
      font-size: 14px;
      line-height: 24px;
      color: #646262;
      text-align: center;
      padding: 0 1.14583vw;
      box-sizing: border-box;
      margin-top: 20px; }
    .about .box2 .boxLeft .bigImg {
      width: 38.4%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0; }
      .about .box2 .boxLeft .bigImg img {
        width: 90%;
        height: 90%;
        position: absolute;
        top: 5%;
        left: 5%;
        object-fit: contain; }
    .about .box2 .boxLeft .list {
      margin-top: 23px; }
      .about .box2 .boxLeft .list ul li {
        float: left;
        width: 16.6%;
        margin-right: 4.25%;
        cursor: pointer; }
        .about .box2 .boxLeft .list ul li:last-child {
          margin-right: 0; }
        .about .box2 .boxLeft .list ul li .pic {
          width: 100%;
          border-radius: 10px;
          background-color: #fff;
          box-sizing: border-box;
          padding: 2px; }
          .about .box2 .boxLeft .list ul li .pic .img {
            width: 100%;
            padding-bottom: 100%;
            background-color: #f6f6f6;
            position: relative;
            overflow: hidden; }
            .about .box2 .boxLeft .list ul li .pic .img img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: contain; }
        .about .box2 .boxLeft .list ul li .t {
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          color: #000;
          margin-top: 10px; }
        .about .box2 .boxLeft .list ul li.on .pic {
          background: linear-gradient(135deg, #13304c 0%, #45ade9 49%, #13304c 100%); }
          .about .box2 .boxLeft .list ul li.on .pic .img {
            border-radius: 10px; }
      .about .box2 .boxLeft .list .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px; }
        .about .box2 .boxLeft .list .btns a {
          width: 31px;
          height: 31px;
          margin: 0 10px;
          background-size: cover;
          background-repeat: no-repeat;
          display: block; }
          .about .box2 .boxLeft .list .btns a.prev {
            background-image: url("../images/prev5.png"); }
          .about .box2 .boxLeft .list .btns a.next {
            background-image: url("../images/next5.png"); }
          @media (min-width: 1024px) {
            .about .box2 .boxLeft .list .btns a:hover.prev {
              background-image: url("../images/prev5_h.png"); }
            .about .box2 .boxLeft .list .btns a:hover.next {
              background-image: url("../images/next5_h.png"); } }
  @media (max-width: 1120px) {
    .about .box2 .boxLeft .list ul li {
      width: 24%;
      margin-right: 1.3%; } }
  @media (max-width: 768px) {
    .about .box2 .boxLeft {
      width: 100%; }
      .about .box2 .boxLeft .bigImg {
        width: 100%;
        height: 60vw;
        position: relative; }
      .about .box2 .boxLeft .list {
        margin-top: 10px; }
        .about .box2 .boxLeft .list ul li {
          width: 32%;
          margin-right: 2%; }
        .about .box2 .boxLeft .list .btns {
          margin-top: 15px; } }
.about .box3 {
  margin-top: 3.125vw;
  padding: 34px 0; }
  .about .box3 .content {
    display: flex;
    justify-content: center; }
    .about .box3 .content .item {
      width: 24.5%;
      position: relative; }
      .about .box3 .content .item .img {
        position: relative; }
        .about .box3 .content .item .img:after {
          width: 21px;
          height: 21px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -10px;
          border-radius: 100%;
          background-color: #a9e0ff;
          content: ''; }
      .about .box3 .content .item .con {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #fff; }
        .about .box3 .content .item .con .t {
          font-size: 3.125vw;
          line-height: 2.60417vw;
          height: 2.60417vw;
          font-weight: bold; }
          .about .box3 .content .item .con .t i {
            font-size: 14px;
            line-height: 16px; }
        .about .box3 .content .item .con .t1 {
          font-size: 20px;
          line-height: 22px;
          margin-top: 26px; }
      .about .box3 .content .item:nth-child(2) .img {
        transform: rotate(90deg); }
      .about .box3 .content .item:nth-child(3) .img {
        transform: rotate(270deg); }
      .about .box3 .content .item:nth-child(4) .img {
        transform: rotate(180deg); }
  @media (max-width: 960px) {
    .about .box3 .content .item .con .t1 {
      font-size: 16px;
      margin-top: 15px;
      line-height: 18px; } }
  @media (max-width: 640px) {
    .about .box3 {
      margin-top: 25px; }
      .about .box3 .content {
        flex-wrap: wrap; }
        .about .box3 .content .item {
          width: 25%; }
          .about .box3 .content .item .con .t {
            font-size: 20px;
            line-height: 18px;
            height: 18px; }
            .about .box3 .content .item .con .t i {
              font-size: 9px; }
          .about .box3 .content .item .con .t1 {
            margin-top: 8px;
            font-size: 12px;
            line-height: 14px; }
          .about .box3 .content .item .img:after {
            width: 10px;
            height: 10px;
            left: -5px; } }
.about .box4 {
  padding-top: 55px;
  padding-bottom: 38px; }
  .about .box4 .title .t1 {
    text-align: center;
    margin-top: 0; }
  .about .box4 .txt {
    width: 395px;
    max-width: 92%;
    margin: 14px auto 0;
    color: #646262;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }
  .about .box4 .pic {
    width: 1112px;
    margin: 6px auto 0;
    max-width: 92%; }
  @media (max-width: 768px) {
    .about .box4 {
      padding-top: 30px;
      padding-bottom: 25px; } }
.about .box5 {
  padding-bottom: 30px;
  padding-top: 40px; }
  .about .box5 .title .t {
    color: #1b4666; }
  .about .box5 .itemBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .about .box5 .itemBox .item {
      width: 300px;
      height: 400px;
      box-sizing: border-box;
      border-radius: 10px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/about_bg4.png");
      padding-top: 60px; }
      .about .box5 .itemBox .item img {
        width: 106px;
        display: block;
        margin: 0 auto; }
      .about .box5 .itemBox .item .t {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
        margin-top: 24px; }
      .about .box5 .itemBox .item .line {
        width: 62px;
        height: 4px;
        margin: 30px auto 0;
        background-color: #378aba; }
      .about .box5 .itemBox .item .t1 {
        padding: 0 2.08333vw;
        font-size: 14px;
        line-height: 24px;
        box-sizing: border-box;
        color: #535353;
        text-align: center;
        margin-top: 20px; }
  @media (max-width: 1366px) {
    .about .box5 .itemBox .item {
      width: 24%; } }
  @media (max-width: 1200px) {
    .about .box5 .itemBox .item {
      padding-top: 30px;
      height: 360px; }
      .about .box5 .itemBox .item img {
        width: 68px; }
      .about .box5 .itemBox .item .t {
        margin-top: 15px; }
      .about .box5 .itemBox .item .line {
        margin: 15px auto 0; }
      .about .box5 .itemBox .item .t1 {
        margin-top: 10px; } }
  @media (max-width: 768px) {
    .about .box5 {
      padding-top: 25px;
      padding-bottom: 30px; }
      .about .box5 .itemBox {
        flex-wrap: wrap; }
        .about .box5 .itemBox .item {
          width: 49%;
          height: auto;
          padding-top: 15px;
          padding-bottom: 25px;
          margin-bottom: 10px;
          background-size: 130% auto; }
          .about .box5 .itemBox .item img {
            width: 56px; }
          .about .box5 .itemBox .item .t {
            font-size: 15px;
            line-height: 17px;
            margin-top: 8px; }
          .about .box5 .itemBox .item .line {
            margin: 8px auto 0; }
          .about .box5 .itemBox .item .t1 {
            font-size: 12px;
            line-height: 20px; } }
.about .box6 {
  padding-top: 2.86458vw;
  padding-bottom: 3.125vw; }
  .about .box6 .title {
    text-align: center; }
    .about .box6 .title .t2 {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 16px;
      color: #378aba; }
      .about .box6 .title .t2 span {
        margin: 0 8px; }
  .about .box6 .list {
    margin-top: 48px; }
    .about .box6 .list ul {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      flex-wrap: wrap;
      width: calc(100% - 120px); }
      .about .box6 .list ul li {
        width: 47.3%;
        position: relative;
        margin-bottom: 18px;
        cursor: pointer; }
        .about .box6 .list ul li .num {
          width: 48px;
          height: 48px;
          background-color: #f6f6f6;
          border-radius: 100%;
          position: absolute;
          top: 13px;
          left: -24px;
          box-shadow: 1.06px 1.696px 4px 0px rgba(0, 16, 37, 0.18);
          text-align: center;
          line-height: 48px;
          font-size: 16px;
          font-weight: bold;
          background-size: cover;
          background-repeat: no-repeat; }
        .about .box6 .list ul li .con {
          border-radius: 10px;
          box-shadow: 1.06px 1.696px 4px 0px rgba(0, 16, 37, 0.18);
          background-color: #f6f6f6;
          padding: 28px 0;
          background-size: cover;
          background-repeat: no-repeat; }
          .about .box6 .list ul li .con .tits {
            padding: 0 20px 0 42px;
            box-sizing: border-box;
            display: flex;
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            align-items: center; }
            .about .box6 .list ul li .con .tits .t {
              flex: 1;
              margin-right: 30px; }
            .about .box6 .list ul li .con .tits i {
              width: 16px;
              height: 9px;
              display: block;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/down.png"); }
          .about .box6 .list ul li .con .conn {
            padding: 0 50px 0 42px;
            width: 100%;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 20px;
            color: #b7e2ff;
            margin-top: 10px;
            display: none; }
        .about .box6 .list ul li.on .num {
          background-image: url("../images/num_bg.png");
          color: #fff; }
        .about .box6 .list ul li.on .con {
          background-image: url("../images/con_bg.png"); }
          .about .box6 .list ul li.on .con .tits {
            color: #fff; }
            .about .box6 .list ul li.on .con .tits i {
              background-image: url("../images/top.png"); }
          .about .box6 .list ul li.on .con .conn {
            display: none; }
  @media (max-width: 1024px) {
    .about .box6 .list ul {
      width: 100%; } }
  @media (max-width: 768px) {
    .about .box6 {
      padding-top: 25px;
      padding-bottom: 30px; }
      .about .box6 .list {
        margin-top: 20px; }
        .about .box6 .list ul {
          width: 96%; }
          .about .box6 .list ul li {
            width: 100%;
            margin-bottom: 10px; }
            .about .box6 .list ul li .num {
              width: 36px;
              height: 36px;
              top: 11px;
              left: -18px;
              line-height: 36px; }
            .about .box6 .list ul li .con {
              padding: 20px 0; }
              .about .box6 .list ul li .con .tits {
                padding-left: 25px;
                padding-right: 10px; }
              .about .box6 .list ul li .con .conn {
                padding-left: 25px;
                padding-right: 25px; } }

/*# sourceMappingURL=style.css.map */
