.fl {
  float: left; }

.fr {
  float: right; }

img {
  display: block; }

.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%;
  overflow: hidden;
  box-sizing: border-box; }

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.hoverPic a .pic {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.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; }

.headerBox {
  width: 100%;
  height: 66px;
  z-index: 10;
  position: relative; }
  .headerBox .header {
    width: 100%;
    height: 66px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
    .headerBox .header.on {
      box-shadow: 0 5px 10px rgba(13, 56, 111, 0.2); }
    .headerBox .header .w1400 {
      display: flex;
      align-items: center; }
      .headerBox .header .w1400 .logo {
        width: 138px;
        display: flex;
        height: 66px;
        align-items: center; }
      .headerBox .header .w1400 .nav {
        margin-left: 30px;
        flex: 1; }
        .headerBox .header .w1400 .nav ul {
          display: flex;
          flex-wrap: nowrap; }
          .headerBox .header .w1400 .nav ul li {
            float: left;
            position: relative; }
            .headerBox .header .w1400 .nav ul li .tits {
              font-size: 16px;
              line-height: 20px;
              color: #031a40;
              padding: 0 18px;
              font-weight: bold;
              display: flex;
              height: 66px;
              align-items: center;
              justify-content: center; }
            .headerBox .header .w1400 .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: 210px;
              padding: 10px 15px;
              left: 0;
              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 .w1400 .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 .w1400 .nav ul li dl dd {
                background: 0 0;
                position: relative;
                text-align: left;
                border-bottom: 1px solid #e9e9ee;
                padding: 6px 0; }
                .headerBox .header .w1400 .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 .w1400 .nav ul li dl dd a:hover {
                      color: #031a40; } }
            .headerBox .header .w1400 .nav ul li.on .tits {
              color: #1059b6; }
            @media (min-width: 1024px) {
              .headerBox .header .w1400 .nav ul li:hover .tits {
                color: #1059b6; }
              .headerBox .header .w1400 .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 .w1400 .headerRight {
        display: flex;
        align-items: center; }
        .headerBox .header .w1400 .headerRight a {
          margin-left: 14px;
          width: 17px;
          height: 17px;
          display: block;
          position: relative; }
          .headerBox .header .w1400 .headerRight a #select {
            width: 17px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            padding: 0;
            height: 17px;
            cursor: pointer; }
          .headerBox .header .w1400 .headerRight a img {
            display: block; }
        .headerBox .header .w1400 .headerRight .navClick {
          display: none;
          width: 22px;
          height: 18px;
          margin-left: 10px; }
          .headerBox .header .w1400 .headerRight .navClick span {
            width: 100%;
            height: 2px;
            background-color: #0d386f;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox .header .w1400 .headerRight .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox .header .w1400 .headerRight .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox .header .w1400 .headerRight .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox .header .w1400 .headerRight .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
    .headerBox .header .headerSearch {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: rgba(0, 0, 0, 0.9);
      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 {
        padding: 10px 0;
        display: flex;
        flex-direction: row-reverse; }
        .headerBox .header .headerSearch .w1400 .search {
          width: 300px;
          height: 38px;
          box-sizing: border-box;
          border: 1px solid #fff;
          border-radius: 10px;
          display: flex; }
          .headerBox .header .headerSearch .w1400 .search .text {
            flex: 1;
            padding-left: 15px;
            font-size: 16px;
            color: #fff;
            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: 1500px) {
    .headerBox .header .w1400 .nav ul li .tits {
      padding: 0 10px; } }
  @media (max-width: 1366px) {
    .headerBox .header .w1400 .nav ul li .tits {
      font-size: 14px; }
    .headerBox .header .w1400 .nav {
      margin-left: 15px; } }
  @media (max-width: 1200px) {
    .headerBox .header .w1400 .logo {
      width: 120px; }
    .headerBox .header .w1400 .nav ul li .tits {
      padding: 0 6px; } }
  @media (max-width: 1100px) {
    .headerBox .header .w1400 .headerRight a {
      margin-left: 10px; }
    .headerBox .header .w1400 .nav {
      margin-left: 8px; }
    .headerBox .header .w1400 .nav ul li .tits {
      padding: 0 3px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; }
      .headerBox .header {
        height: 50px; }
        .headerBox .header .w1400 {
          justify-content: space-between; }
          .headerBox .header .w1400 .logo {
            height: 50px; }
          .headerBox .header .w1400 .nav {
            width: 100%;
            position: fixed;
            top: 50px;
            height: calc(100% - 50px);
            background-color: rgba(0, 0, 0, 0.5);
            left: 0;
            display: none;
            margin-left: 0; }
            .headerBox .header .w1400 .nav ul {
              width: 260px;
              box-sizing: border-box;
              height: 100%;
              display: block;
              float: right;
              padding-top: 20px;
              background-color: #fff; }
              .headerBox .header .w1400 .nav ul li {
                float: none;
                background: none !important;
                margin-right: 0; }
                .headerBox .header .w1400 .nav ul li .tits {
                  font-size: 16px;
                  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; }
                .headerBox .header .w1400 .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 .w1400 .nav ul li dl:after {
                    display: none; }
                  .headerBox .header .w1400 .nav ul li dl dd {
                    border-bottom: none;
                    padding: 0; }
                    .headerBox .header .w1400 .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 .w1400 .headerRight .navClick {
            display: block; } }

.index-banner {
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: auto;
    position: relative; }
    .index-banner ul li .con {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 2.96875vw;
      left: 0; }
      .index-banner ul li .con .tits {
        font-size: 42px;
        line-height: 44px;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase; }
      .index-banner ul li .con .aBox {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px; }
        .index-banner ul li .con .aBox a {
          width: 164px;
          height: 36px;
          border-radius: 10px;
          box-sizing: border-box;
          border: 1px solid #fff;
          text-align: center;
          font-size: 14px;
          line-height: 34px;
          color: #fff;
          margin: 0 10px;
          transition: all 0.3s; }
          @media (min-width: 1024px) {
            .index-banner ul li .con .aBox a:hover {
              background-color: #0d386f; } }
  .index-banner .btns {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 10; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      background-color: rgba(0, 0, 0, 0.57);
      opacity: 1;
      border-radius: 100%;
      margin: 0 6px;
      cursor: pointer; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff; }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 1024px) {
    .index-banner ul li .con .tits {
      font-size: 26px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .index-banner ul li .con {
      top: 15%;
      padding: 0 4%;
      box-sizing: border-box; }
    .index-banner ul li .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .index-banner ul li .con .aBox {
      margin-top: 15px; }
    .index-banner ul li .con .aBox a {
      width: 120px; } }

.indexTitle {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #020202;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .indexTitle {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 1200px) {
    .indexTitle {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .indexTitle {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .indexTitle {
      font-size: 20px;
      line-height: 22px; } }

.index .box1 {
  padding-top: 40px; }
  .index .box1 .txt {
    font-size: 14px;
    line-height: 18px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 15px; }
  .index .box1 .itemBox {
    display: flex;
    justify-content: space-between;
    margin-top: 45px; }
    .index .box1 .itemBox .item {
      width: 11.7%;
      border-radius: 5px;
      background-color: #f3f3f3;
      transition: all 0.3s;
      overflow: hidden; }
      .index .box1 .itemBox .item a {
        width: 100%;
        position: relative;
        display: block; }
        .index .box1 .itemBox .item a .con {
          position: absolute;
          left: 15px;
          top: 15px; }
          .index .box1 .itemBox .item a .con .tits {
            font-size: 14px;
            line-height: 14px;
            font-weight: bold;
            color: #858484;
            text-transform: uppercase; }
          .index .box1 .itemBox .item a .con .tit {
            font-size: 9px;
            line-height: 13px;
            border: 1px solid #999;
            border-radius: 7.5px;
            box-sizing: border-box;
            color: #858484;
            font-weight: bold;
            padding: 0 6px;
            margin-top: 6px; }
      @media (min-width: 1024px) {
        .index .box1 .itemBox .item:hover {
          background-color: #0d386f;
          box-shadow: 0 3px 6px rgba(181, 181, 181, 0.3); }
          .index .box1 .itemBox .item:hover a .con .tits {
            color: #fff; }
          .index .box1 .itemBox .item:hover a .con .tit {
            border-color: #fff;
            color: #1059b6;
            background-color: #fff; } }
  @media (max-width: 1200px) {
    .index .box1 .txt {
      font-size: 13px; }
    .index .box1 .itemBox {
      flex-wrap: wrap;
      margin-top: 35px; }
      .index .box1 .itemBox .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 15px; }
        .index .box1 .itemBox .item:nth-child(4n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding-top: 25px; }
      .index .box1 .itemBox {
        flex-wrap: wrap;
        margin-top: 15px; }
        .index .box1 .itemBox .item {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 10px; }
          .index .box1 .itemBox .item:nth-child(4n) {
            margin-right: 3%; }
          .index .box1 .itemBox .item:nth-child(2n) {
            margin-right: 0; } }
.index .box2 {
  padding: 70px 25px 0;
  box-sizing: border-box; }
  .index .box2 .con {
    width: 46.3%;
    float: left; }
    .index .box2 .con .indexTitle {
      text-align: left; }
    .index .box2 .con .txt {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 32px; }
    .index .box2 .con .more {
      display: block;
      width: 103px;
      height: 30px;
      border-radius: 15px;
      text-align: center;
      font-size: 14px;
      line-height: 30px;
      color: #858484;
      background-color: #ececec;
      transition: all 0.3s;
      margin-top: 44px; }
      @media (min-width: 1024px) {
        .index .box2 .con .more:hover {
          background-color: #0d386f;
          color: #fff; } }
  .index .box2 .pic {
    width: 50.4%;
    float: right;
    border-radius: 10px;
    overflow: hidden; }
  @media (max-width: 1200px) {
    .index .box2 .con .txt {
      font-size: 13px;
      line-height: 20px;
      margin-top: 25px; }
    .index .box2 .con .more {
      margin-top: 30px; } }
  @media (max-width: 1024px) {
    .index .box2 {
      padding: 50px 0 0; } }
  @media (max-width: 768px) {
    .index .box2 {
      padding-top: 15px; }
      .index .box2 .con {
        width: 100%;
        float: none; }
        .index .box2 .con .txt {
          line-height: 18px;
          margin-top: 10px; }
        .index .box2 .con .more {
          margin-top: 15px; }
      .index .box2 .pic {
        width: 100%;
        float: none;
        margin-top: 20px; } }
.index .box3 {
  padding-top: 40px;
  padding-bottom: 36px;
  margin-top: 4.7%; }
  .index .box3 .w1400 {
    padding: 0 25px;
    box-sizing: border-box; }
    .index .box3 .w1400 .con {
      width: 33.3%;
      float: left;
      padding-top: 7px; }
      .index .box3 .w1400 .con .indexTitle {
        color: #fff;
        text-align: left; }
      .index .box3 .w1400 .con .txt {
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        width: 400px;
        max-width: 100%;
        margin-top: 20px; }
      .index .box3 .w1400 .con .more {
        width: 132px;
        height: 28px;
        border: 1px solid #fff;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        font-size: 14px;
        line-height: 26px;
        box-sizing: border-box;
        color: #fff;
        align-items: center;
        margin-top: 27px;
        transition: all 0.3s; }
        .index .box3 .w1400 .con .more img {
          margin-left: 15px; }
        @media (min-width: 1024px) {
          .index .box3 .w1400 .con .more:hover {
            background-color: #0d386f;
            border-color: #0d386f; } }
    .index .box3 .w1400 .list {
      display: flex;
      justify-content: space-between;
      width: 64.7%;
      float: right; }
      .index .box3 .w1400 .list .item {
        width: 31.5%;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.5s; }
        .index .box3 .w1400 .list .item a {
          width: 100%;
          display: block; }
          .index .box3 .w1400 .list .item a .pic {
            padding-bottom: 74.5%; }
          .index .box3 .w1400 .list .item a .con {
            width: 100%;
            padding: 15px 20px 13px;
            box-sizing: border-box; }
            .index .box3 .w1400 .list .item a .con .time {
              font-size: 12px;
              line-height: 14px;
              color: #555;
              font-weight: bold;
              padding-left: 22px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png"); }
            .index .box3 .w1400 .list .item a .con .tits {
              font-size: 14px;
              line-height: 16px;
              font-weight: bold;
              color: #010101;
              margin-top: 7px; }
            .index .box3 .w1400 .list .item a .con .tit {
              font-size: 12px;
              line-height: 16px;
              color: #555;
              margin-top: 7px; }
            .index .box3 .w1400 .list .item a .con .tit1 {
              display: flex;
              flex-direction: row-reverse;
              margin-top: 4px; }
              .index .box3 .w1400 .list .item a .con .tit1 img {
                width: 12px; }
        @media (min-width: 1024px) {
          .index .box3 .w1400 .list .item:hover {
            transform: scale(1.09);
            box-shadow: 0 0 9px rgba(255, 255, 255, 0.59); } }
  @media (max-width: 1200px) {
    .index .box3 .w1400 {
      padding: 0; }
      .index .box3 .w1400 .con .txt {
        font-size: 13px;
        line-height: 20px; } }
  @media (max-width: 1024px) {
    .index .box3 .w1400 .con {
      width: 100%;
      float: none; }
    .index .box3 .w1400 .list {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .index .box3 {
      margin-top: 25px;
      padding-top: 20px;
      padding-bottom: 15px; }
      .index .box3 .w1400 .con .txt {
        line-height: 18px;
        margin-top: 15px; }
      .index .box3 .w1400 .con .more {
        margin-top: 15px; }
      .index .box3 .w1400 .list .item {
        width: 100%; }
        .index .box3 .w1400 .list .item:nth-child(n + 2) {
          display: none; } }
.index .box4 {
  padding-top: 4.6%; }
  .index .box4 .list {
    margin-top: 40px;
    position: relative; }
    .index .box4 .list .bgLeft {
      width: calc((114% - 1400px)/2);
      position: absolute;
      height: calc(100% - 34px);
      top: 0;
      left: 0;
      z-index: 10;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, white 80%); }
    .index .box4 .list .bgRight {
      width: calc((118% - 1400px)/2);
      position: absolute;
      height: calc(100% - 34px);
      top: 0;
      right: 0;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.7); }
    .index .box4 .list .listNew {
      overflow: initial; }
      .index .box4 .list .listNew ul {
        margin-left: 9.9%; }
        .index .box4 .list .listNew ul li {
          width: 37.6%;
          float: left;
          border: 1px solid #7a7979;
          border-radius: 10px;
          box-sizing: border-box;
          background-color: #fff;
          overflow: hidden;
          margin-right: 2.5%; }
          .index .box4 .list .listNew ul li:last-child {
            margin-right: 0; }
          .index .box4 .list .listNew ul li a {
            display: block;
            width: 100%;
            position: relative; }
            .index .box4 .list .listNew ul li a .con {
              width: 44.8%;
              padding: 30px 17px 17px 13px;
              box-sizing: border-box;
              float: left; }
              .index .box4 .list .listNew ul li a .con .tits {
                font-size: 14px;
                line-height: 16px;
                color: #5f6164;
                font-weight: bold;
                height: 32px; }
              .index .box4 .list .listNew ul li a .con .line {
                width: 100%;
                height: 1px;
                background-color: #7a7979;
                margin-top: 9px; }
              .index .box4 .list .listNew ul li a .con .time {
                padding-left: 27px;
                font-size: 12px;
                line-height: 14px;
                color: #7a7979;
                background-position: 6px center;
                background-repeat: no-repeat;
                background-image: url("../images/time.png");
                margin-top: 20px; }
              .index .box4 .list .listNew ul li a .con .tit {
                font-size: 12px;
                line-height: 16px;
                color: #7a7979;
                padding: 0 4px;
                box-sizing: border-box;
                margin-top: 15px;
                height: 48px; }
              .index .box4 .list .listNew ul li a .con .tit1 {
                display: flex;
                flex-direction: row-reverse;
                margin-top: 15px; }
            .index .box4 .list .listNew ul li a .pic {
              width: 55.2%;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0; }
          @media (min-width: 1024px) {
            .index .box4 .list .listNew ul li:hover {
              border-color: #0d386f; }
              .index .box4 .list .listNew ul li:hover a .con .tits {
                color: #0d386f; }
              .index .box4 .list .listNew ul li:hover a .con .line {
                background-color: #0d386f; } }
      .index .box4 .list .listNew .btns {
        margin-top: 25px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 20; }
        .index .box4 .list .listNew .btns .btnNew {
          justify-content: center;
          display: flex;
          width: 100%;
          height: 34px;
          align-items: center; }
          .index .box4 .list .listNew .btns .btnNew span {
            width: 36px;
            height: 3px;
            background-color: #a9a8a8;
            cursor: pointer;
            display: block;
            margin: 0 3px;
            border-radius: 0;
            opacity: 1; }
            .index .box4 .list .listNew .btns .btnNew span.swiper-pagination-bullet-active {
              background-color: #1059b6; }
        .index .box4 .list .listNew .btns .aBox {
          position: absolute;
          right: 48px;
          bottom: 0;
          display: flex; }
          .index .box4 .list .listNew .btns .aBox a {
            width: 34px;
            height: 34px;
            border-radius: 100%;
            border: 2px solid #0d386f;
            background-repeat: no-repeat;
            display: block;
            box-sizing: border-box;
            margin-left: 10px;
            background-position: center; }
            .index .box4 .list .listNew .btns .aBox a.prev {
              background-image: url("../images/prev.png"); }
            .index .box4 .list .listNew .btns .aBox a.next {
              background-image: url("../images/next.png"); }
            @media (min-width: 1024px) {
              .index .box4 .list .listNew .btns .aBox a:hover {
                background-color: #1059b6;
                border-color: #1059b6; }
                .index .box4 .list .listNew .btns .aBox a:hover.prev {
                  background-image: url("../images/prev_h.png"); }
                .index .box4 .list .listNew .btns .aBox a:hover.next {
                  background-image: url("../images/next_h.png"); } }
  @media (max-width: 1560px) {
    .index .box4 .list .bgLeft {
      width: 12%; }
    .index .box4 .list .bgRight {
      width: 14%; } }
  @media (max-width: 1200px) {
    .index .box4 .list .listNew ul li {
      width: 48%; }
    .index .box4 .list .bgRight {
      display: none; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 25px; }
      .index .box4 .list {
        margin-top: 20px; }
      .index .box4 .list .listNew ul {
        margin-left: 0; }
      .index .box4 .list .listNew ul li {
        width: 100%; }
      .index .box4 .list .bgLeft {
        display: none; }
      .index .box4 .list .listNew .btns {
        margin-top: 10px;
        display: block; }
        .index .box4 .list .listNew .btns .btnNew {
          height: auto; }
          .index .box4 .list .listNew .btns .btnNew span {
            width: 15px; }
        .index .box4 .list .listNew .btns .aBox {
          display: flex;
          justify-content: center;
          position: relative;
          width: 100%;
          right: auto;
          margin-top: 10px; }
          .index .box4 .list .listNew .btns .aBox a {
            margin: 0 5px; } }
.index .box5 {
  padding-top: 3.5%; }
  .index .box5 .list {
    padding: 0 10px;
    margin-top: 50px; }
    .index .box5 .list .item {
      width: 20%;
      padding: 0 14px;
      box-sizing: border-box;
      float: left;
      border-right: 1px solid #dbdbdb; }
      .index .box5 .list .item:last-child {
        border: none; }
      .index .box5 .list .item a {
        width: 100%;
        height: auto;
        display: block;
        color: #7b7b7b;
        padding-top: 33px;
        position: relative; }
        .index .box5 .list .item a .icon {
          width: 16px;
          height: 16px;
          border-radius: 100%;
          background-color: #a9a8a8;
          position: absolute;
          right: 0;
          top: 16px; }
        .index .box5 .list .item a .tits {
          font-size: 14px;
          line-height: 19px; }
        .index .box5 .list .item a .time {
          font-size: 12px;
          line-height: 14px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/time.png");
          padding-left: 22px;
          box-sizing: border-box;
          margin-top: 24px; }
        .index .box5 .list .item a .pic {
          padding-bottom: 74%;
          border-radius: 10px;
          margin-top: 18px;
          box-sizing: border-box;
          border: 1px solid #fff; }
      @media (min-width: 1024px) {
        .index .box5 .list .item:hover a {
          color: #0d386f; }
          .index .box5 .list .item:hover a .icon {
            background-color: #0d386f; }
          .index .box5 .list .item:hover a .time {
            background-image: url("../images/time_h.png"); }
          .index .box5 .list .item:hover a .pic {
            border-color: #0d386f; } }
  @media (max-width: 1200px) {
    .index .box5 .list {
      margin-top: 30px;
      padding: 0; }
      .index .box5 .list .item {
        width: 25%; }
        .index .box5 .list .item:nth-child(5) {
          display: none; } }
  @media (max-width: 1024px) {
    .index .box5 .list {
      margin-top: 20px;
      padding: 0; }
      .index .box5 .list .item {
        width: 33.33333%; }
        .index .box5 .list .item:nth-child(4) {
          display: none; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 25px; }
      .index .box5 .list {
        margin-top: 20px;
        padding: 0; }
        .index .box5 .list .item {
          width: 100%;
          border: none;
          border: 1px solid #dbdbdb;
          border-radius: 10px;
          overflow: hidden;
          padding: 0; }
          .index .box5 .list .item:nth-child(n + 2) {
            display: none; }
          .index .box5 .list .item a {
            padding-top: 20px; }
            .index .box5 .list .item a .tits {
              width: calc(100% - 20px);
              margin: 0 auto; }
            .index .box5 .list .item a .time {
              width: calc(100% - 20px);
              margin: 10px auto 0; }
            .index .box5 .list .item a .pic {
              border: none; }
            .index .box5 .list .item a .icon {
              top: 10px;
              right: 10px; } }
.index .box6 {
  padding-top: 4.2%; }
  .index .box6 .itemBox {
    display: flex;
    height: 410px;
    justify-content: space-between;
    margin-top: 35px; }
    .index .box6 .itemBox .item {
      width: 15%;
      overflow: hidden;
      border-radius: 10px;
      position: relative;
      transition: width 0.8s;
      transform-origin: 0 50%;
      overflow: hidden; }
      .index .box6 .itemBox .item .img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0; }
      .index .box6 .itemBox .item .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-image: url("../images/index_bg2.png"); }
      .index .box6 .itemBox .item .con {
        width: 100%;
        position: absolute;
        bottom: 30px;
        box-sizing: border-box;
        padding: 0 20px;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        height: 25px;
        overflow: hidden; }
        .index .box6 .itemBox .item .con .tit {
          opacity: 0; }
      .index .box6 .itemBox .item .icon {
        width: 93px;
        position: absolute;
        left: 50%;
        top: 133px;
        transform: translate(-50%, 100px);
        z-index: 5;
        opacity: 0; }
      .index .box6 .itemBox .item.on {
        width: 52.1%; }
        .index .box6 .itemBox .item.on .con {
          overflow: initial;
          height: auto; }
          .index .box6 .itemBox .item.on .con .tit {
            opacity: 1; }
        .index .box6 .itemBox .item.on .icon {
          transform: translate(-50%, 0);
          transition: all 0.5s 0.5s;
          opacity: 1; }
  @media (max-width: 1200px) {
    .index .box6 .itemBox {
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .index .box6 {
      padding-top: 25px; }
      .index .box6 .itemBox {
        display: block;
        height: auto;
        margin-top: 15px; }
        .index .box6 .itemBox .item {
          height: 58vw;
          width: 100%;
          display: none; }
          .index .box6 .itemBox .item.on {
            width: 100%;
            display: block; }
          .index .box6 .itemBox .item .icon {
            width: 46px;
            top: 30%; }
          .index .box6 .itemBox .item .con {
            bottom: 15px;
            padding: 0 10px;
            font-size: 14px;
            line-height: 20px; } }
.index .box7 {
  background-color: #f6f6f6;
  border-radius: 20px;
  margin: 4.7% auto 0;
  padding: 33px 0; }
  .index .box7 .list {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
    position: relative; }
    .index .box7 .list .btns {
      bottom: 0;
      left: 0;
      display: flex;
      position: absolute;
      z-index: 10; }
      .index .box7 .list .btns .a {
        width: 56px;
        height: 56px;
        border-radius: 100%;
        margin-right: 16px;
        background-position: center;
        background-repeat: no-repeat;
        border: 2px solid #a9a8a8;
        box-sizing: border-box;
        background-color: #f6f6f6; }
        .index .box7 .list .btns .a.prev {
          background-image: url("../images/prev.png"); }
        .index .box7 .list .btns .a.next {
          background-image: url("../images/next.png"); }
        @media (min-width: 1024px) {
          .index .box7 .list .btns .a:hover {
            background-color: #0d386f; }
            .index .box7 .list .btns .a:hover.prev {
              background-image: url("../images/prev_h.png"); }
            .index .box7 .list .btns .a:hover.next {
              background-image: url("../images/next_h.png"); } }
        .index .box7 .list .btns .a.swiper-button-disabled {
          opacity: 0.5;
          cursor: initial; }
    .index .box7 .list ul li {
      margin-right: 3%; }
      .index .box7 .list ul li:last-child {
        margin-right: 0; }
      .index .box7 .list ul li a {
        width: 100%;
        display: block; }
        .index .box7 .list ul li a .pic {
          width: 50%;
          float: right;
          border-radius: 15px;
          overflow: hidden; }
        .index .box7 .list ul li a .con {
          width: 39.7%;
          float: left;
          padding-top: 35px; }
          .index .box7 .list ul li a .con .indexTitle {
            text-align: left; }
          .index .box7 .list ul li a .con .time {
            font-size: 12px;
            line-height: 14px;
            padding-left: 22px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/time.png");
            font-weight: bold;
            color: #020202;
            margin-top: 38px; }
          .index .box7 .list ul li a .con .tits {
            font-size: 16px;
            line-height: 25px;
            color: #020202;
            font-weight: bold;
            margin-top: 10px; }
          .index .box7 .list ul li a .con .tit {
            font-size: 14px;
            line-height: 19px;
            color: #a9a8a8;
            margin-top: 11px; }
  @media (max-width: 1200px) {
    .index .box7 .list .btns .a {
      width: 46px;
      height: 46px; }
    .index .box7 .list ul li a .con {
      padding-top: 20px; }
    .index .box7 .list ul li a .con .time {
      margin-top: 25px; }
    .index .box7 .list ul li a .con .tit {
      font-size: 13px; }
    .index .box7 .list ul li a .pic {
      width: 56%; } }
  @media (max-width: 1024px) {
    .index .box7 .list ul li a .con {
      padding-top: 0; }
      .index .box7 .list ul li a .con .time {
        margin-top: 15px; }
      .index .box7 .list ul li a .con .tits {
        font-size: 14px;
        line-height: 20px; } }
  @media (max-width: 768px) {
    .index .box7 {
      margin: 25px auto 0;
      padding: 0 0 10px; }
      .index .box7 .list {
        width: 100%;
        max-width: 100%;
        padding-bottom: 40px; }
        .index .box7 .list ul li a {
          display: block; }
          .index .box7 .list ul li a .pic {
            width: 100%;
            float: none; }
          .index .box7 .list ul li a .con {
            padding: 15px 10px;
            width: 100%;
            box-sizing: border-box; }
        .index .box7 .list .btns {
          bottom: 0;
          justify-content: center;
          width: 100%; } }
.index .box8 {
  padding-top: 4.2%;
  padding-bottom: 4.7%; }
  .index .box8 .list {
    margin-top: 40px; }
    .index .box8 .list ul {
      display: flex;
      align-items: center; }
      .index .box8 .list ul li {
        padding: 0 27px;
        float: left; }
  @media (max-width: 768px) {
    .index .box8 {
      padding-top: 25px;
      padding-bottom: 35px; }
      .index .box8 .list {
        margin-top: 15px; }
        .index .box8 .list ul li {
          padding: 0 15px; } }

.footer .footerNew {
  background-image: url("../images/footer_bg1.jpg");
  padding-bottom: 8px; }
  .footer .footerNew .footerLeft {
    width: 27%;
    float: left;
    background-color: #fff;
    border-top: 5px solid #0d386f;
    padding: 22px 28px 45px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    transform: translateY(-32px);
    float: left; }
    .footer .footerNew .footerLeft .logo {
      width: 290px; }
    .footer .footerNew .footerLeft .t {
      font-size: 14px;
      line-height: 25px;
      font-weight: bold;
      color: #000;
      text-transform: uppercase;
      margin-top: 10px; }
    .footer .footerNew .footerLeft .t1 {
      margin-top: 24px; }
      .footer .footerNew .footerLeft .t1 .tt {
        box-sizing: border-box;
        padding-left: 32px;
        font-size: 14px;
        line-height: 30px;
        color: #052f67;
        position: relative; }
        .footer .footerNew .footerLeft .t1 .tt img {
          position: absolute;
          top: 6px;
          left: 4px; }
  .footer .footerNew .footerCen {
    width: 38.6%;
    margin-left: 2.4%;
    float: left;
    padding-top: 30px; }
    .footer .footerNew .footerCen dl {
      width: 47.2%;
      float: left; }
      .footer .footerNew .footerCen dl:nth-child(2) {
        width: 52.8%; }
        .footer .footerNew .footerCen dl:nth-child(2) dd a {
          width: 50%;
          float: left; }
      .footer .footerNew .footerCen dl dt {
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        color: #fff; }
      .footer .footerNew .footerCen dl dd {
        margin-top: 16px; }
        .footer .footerNew .footerCen dl dd a {
          font-size: 12px;
          line-height: 30px;
          display: block;
          font-weight: bold;
          box-sizing: border-box;
          padding-left: 18px;
          color: #fff;
          position: relative;
          text-transform: uppercase; }
          .footer .footerNew .footerCen dl dd a:after {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            display: block;
            position: absolute;
            top: 11px;
            left: 0;
            content: '';
            background-color: #ddedff; }
          @media (min-width: 1024px) {
            .footer .footerNew .footerCen dl dd a:hover {
              text-decoration: underline; } }
  .footer .footerNew .footerRight {
    width: 30.7%;
    float: right;
    padding-top: 130px; }
    .footer .footerNew .footerRight .logoBox {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%; }
      .footer .footerNew .footerRight .logoBox a {
        width: 31.4%;
        margin-right: 2.9%;
        display: block;
        margin-bottom: 20px; }
        .footer .footerNew .footerRight .logoBox a:nth-child(n + 4) {
          width: 35.6%; }
        .footer .footerNew .footerRight .logoBox a:nth-child(3), .footer .footerNew .footerRight .logoBox a:nth-child(5) {
          margin-right: 0; }
    .footer .footerNew .footerRight .share {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .footer .footerNew .footerRight .share a {
        width: 37px;
        display: block;
        margin: 0 12px; }
.footer .foot {
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, rgba(115, 128, 143, 0.99608) 0%, #e2e3e4 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(115, 128, 143, 0.99608) 0%, #e2e3e4 100%);
  background-image: -ms-linear-gradient(90deg, rgba(115, 128, 143, 0.99608) 0%, #e2e3e4 100%);
  text-transform: uppercase;
  text-align: center; }
  .footer .foot a {
    color: #fff; }
@media (max-width: 1366px) {
  .footer .footerNew .footerLeft .logo {
    width: 200px; }
  .footer .footerNew .footerCen dl dt {
    font-size: 16px;
    line-height: 18px; } }
@media (max-width: 1200px) {
  .footer .footerNew .footerLeft {
    padding: 15px 18px 30px;
    width: 32%; }
  .footer .footerNew .footerCen {
    display: none; }
  .footer .footerNew .footerRight {
    width: 400px;
    padding-top: 6%; } }
@media (max-width: 768px) {
  .footer .footerNew {
    padding-bottom: 30px; }
  .footer .footerNew .footerLeft {
    width: 100%;
    float: none;
    transform: translateY(-15px); }
  .footer .footerNew .footerRight {
    width: 100%;
    float: none;
    padding-top: 0; }
    .footer .footerNew .footerRight .logoBox a {
      margin-bottom: 10px; }
    .footer .footerNew .footerRight .share {
      margin-top: 10px; }
      .footer .footerNew .footerRight .share a {
        margin: 0 6px; }
  .footer .foot {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0; }
    .footer .foot a {
      display: block; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .tits {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%); }
  @media (max-width: 1366px) {
    .banner .tits {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 1200px) {
    .banner .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .banner .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 200%;
        margin-left: -50%; }
      .banner .tits {
        top: 50%;
        font-size: 20px;
        line-height: 22px; } }

.serviceNav {
  width: 976px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  height: 144px;
  justify-content: space-between;
  margin: -77px auto 24px;
  max-width: 100%;
  position: relative;
  z-index: 5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .serviceNav a {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative; }
    .serviceNav a:after {
      width: 3px;
      height: 36px;
      background-color: #d7d7d7;
      position: absolute;
      top: 50%;
      right: -1.5px;
      transform: translateY(-50%);
      content: '';
      z-index: 4; }
    .serviceNav a:last-child:after {
      display: none; }
    .serviceNav a .icon {
      width: 68px;
      margin: 0 auto;
      position: relative;
      z-index: 6; }
      .serviceNav a .icon img:nth-child(2) {
        display: none; }
    .serviceNav a p {
      font-size: 16px;
      line-height: 18px;
      color: #1c2f50;
      font-weight: bold;
      position: relative;
      z-index: 6; }
    .serviceNav a:before {
      width: calc(100% + 3px);
      position: absolute;
      height: 168px;
      top: 50%;
      transform: translateY(-50%);
      left: -1.5px;
      background-image: -moz-linear-gradient(90deg, #1348a3 0%, #1348a3 100%);
      background-image: -webkit-linear-gradient(90deg, #1348a3 0%, #1348a3 100%);
      background-image: -ms-linear-gradient(90deg, #1348a3 0%, #1348a3 100%);
      z-index: 5;
      border-radius: 10px;
      content: '';
      display: none; }
    .serviceNav a.on:before {
      display: block; }
    .serviceNav a.on .icon img:nth-child(1) {
      display: none; }
    .serviceNav a.on .icon img:nth-child(2) {
      display: block; }
    .serviceNav a.on p {
      color: #fff; }
  @media (max-width: 1366px) {
    .serviceNav {
      height: 120px;
      margin: -60px auto 24px; }
      .serviceNav a .icon {
        width: 54px; }
      .serviceNav a:before {
        height: 150px; } }
  @media (max-width: 1200px) {
    .serviceNav {
      height: 100px;
      margin: -50px auto 24px; }
      .serviceNav a .icon {
        width: 40px; }
      .serviceNav a p {
        font-size: 14px;
        line-height: 16px; }
      .serviceNav a:before {
        height: 130px; } }
  @media (max-width: 768px) {
    .serviceNav {
      margin: -15px auto 0;
      height: auto;
      box-shadow: none; }
      .serviceNav a {
        padding: 10px 0;
        flex: auto; }
        .serviceNav a:after {
          display: none; }
        .serviceNav a:before {
          width: 100%;
          height: 100%;
          left: 0;
          border-radius: 5px; }
        .serviceNav a .icon {
          display: none; }
        .serviceNav a p {
          font-size: 12px;
          line-height: 16px; } }

.home {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #7b7b7b; }
  .home img {
    margin-right: 10px;
    margin-left: 5px; }
  .home a {
    color: #7b7b7b; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #0d386f; } }
  .home span {
    margin: 0 5px; }
  @media (max-width: 768px) {
    .home {
      font-size: 14px; } }

.service .indexTitle {
  margin-top: 24px; }
.service .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
  padding-bottom: 110px; }
  .service .content .con {
    width: 53.6%;
    font-size: 14px;
    line-height: 25px;
    color: #7b7b7b; }
  .service .content .picBox {
    width: 41.3%;
    height: 0;
    padding-bottom: 28.5%;
    position: relative; }
    .service .content .picBox img {
      position: absolute;
      box-shadow: 0 6px 10px rgba(183, 183, 183, 0.56); }
      .service .content .picBox img:nth-child(1) {
        width: 78.6%;
        left: 0;
        bottom: 0;
        z-index: 3; }
      .service .content .picBox img:nth-child(2) {
        width: 77.4%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 2; }
      .service .content .picBox img:nth-child(3) {
        width: 79.8%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1; }
.service .warranty {
  font-size: 14px;
  line-height: 25px;
  color: #7b7b7b;
  padding-bottom: 6.1%;
  margin-top: 40px; }
  .service .warranty .box {
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 40px 8.8% 34px;
    box-sizing: border-box;
    margin-top: 37px;
    margin-bottom: 33px; }
    .service .warranty .box .picBox {
      display: flex;
      justify-content: space-between;
      margin-bottom: 33px; }
      .service .warranty .box .picBox .pic {
        width: 47.6%;
        border-radius: 10px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 6px 16px rgba(183, 183, 183, 0.56); }
.service .training {
  padding-bottom: 6.4%; }
  .service .training .itemBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 64px;
    margin-top: 40px;
    position: relative; }
    .service .training .itemBox .item {
      width: 31.8%; }
      .service .training .itemBox .item .pic {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(183, 183, 183, 0.56);
        overflow: hidden; }
      .service .training .itemBox .item .con {
        width: calc(100% - 65px);
        background-color: #fff;
        border-radius: 10px;
        margin: -47px auto 0;
        position: relative;
        z-index: 5;
        box-shadow: 0 2px 8px rgba(183, 183, 183, 0.56);
        box-sizing: border-box;
        padding: 34px 23px 28px; }
        .service .training .itemBox .item .con .t {
          font-size: 16px;
          line-height: 18px;
          color: #0d386f;
          font-weight: bold;
          border-bottom: 1px solid #0d386f;
          padding-bottom: 14px; }
        .service .training .itemBox .item .con .t1 {
          font-size: 14px;
          line-height: 25px;
          color: #7b7b7b;
          margin-top: 11px;
          height: 125px; }
  .service .training .con {
    padding: 25% 64px 35px;
    margin-top: -22.5%;
    background-color: #f6f6f6;
    border-radius: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #7b7b7b;
    box-sizing: border-box; }
.service .installation {
  margin-top: 30px;
  padding-bottom: 9.6%; }
  .service .installation .con {
    width: 44.6%;
    float: left;
    padding-top: 42px; }
    .service .installation .con .indexTitle {
      text-align: left;
      margin-top: 0; }
    .service .installation .con .txt {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 54px; }
    .service .installation .con .tit {
      display: flex;
      flex-wrap: wrap;
      margin-top: 42px; }
      .service .installation .con .tit .t {
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        line-height: 30px;
        color: #7b7b7b;
        width: 40.8%; }
        .service .installation .con .tit .t:nth-child(2n) {
          width: 59.2%; }
        .service .installation .con .tit .t img {
          margin-right: 7px;
          margin-top: 5px; }
  .service .installation .pic {
    width: 38.9%;
    float: right;
    position: relative; }
    .service .installation .pic img {
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(183, 183, 183, 0.56); }
      .service .installation .pic img:nth-child(2) {
        width: 75.8%;
        position: absolute;
        bottom: -14%;
        left: -33%; }
@media (max-width: 1366px) {
  .service .training .itemBox {
    padding: 0 40px; }
  .service .training .itemBox .item .con {
    width: calc(100% - 40px); }
  .service .training .itemBox .item .con .t {
    font-size: 14px; }
  .service .training .itemBox .item .con .t1 {
    height: 150px; }
  .service .training .con {
    padding: 25% 40px 30px; } }
@media (max-width: 1200px) {
  .service .installation .con .txt {
    margin-top: 30px; }
  .service .installation .con .tit {
    margin-top: 25px; }
  .service .training .itemBox .item .con {
    padding: 20px 15px 20px; }
    .service .training .itemBox .item .con .t1 {
      height: 140px;
      font-size: 13px;
      line-height: 20px; }
  .service .training .con {
    font-size: 13px;
    line-height: 20px; }
  .service .training .itemBox {
    padding: 0 20px; }
  .service .training .con {
    padding: 25% 20px 30px; } }
@media (max-width: 1024px) {
  .service {
    padding-top: 15px; }
    .service .content {
      padding-bottom: 30px;
      display: block;
      margin-top: 15px; }
      .service .content .con {
        width: 100%;
        float: none;
        font-size: 13px;
        line-height: 20px; }
      .service .content .picBox {
        width: 100%;
        padding-bottom: 0;
        height: auto;
        margin-top: 15px; }
        .service .content .picBox img {
          transform: translate(0) !important;
          position: relative;
          top: auto !important;
          left: auto !important;
          bottom: auto !important;
          right: auto !important;
          display: block;
          width: 100% !important;
          margin-bottom: 10px; }
    .service .installation {
      margin-top: 25px; }
      .service .installation .con {
        width: 100%;
        float: none;
        padding-top: 0; }
        .service .installation .con .txt {
          font-size: 13px;
          line-height: 20px;
          margin-top: 15px; }
        .service .installation .con .tit {
          display: block;
          margin-top: 10px; }
          .service .installation .con .tit .t {
            width: 100% !important;
            font-size: 13px; }
      .service .installation .pic {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .service .installation .pic img {
          width: 100% !important;
          position: relative !important;
          bottom: auto !important;
          left: auto !important;
          margin-bottom: 10px; }
    .service .warranty {
      margin-top: 20px;
      font-size: 13px;
      line-height: 20px;
      padding-bottom: 40px; }
      .service .warranty .box {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 15px 10px; }
        .service .warranty .box .picBox {
          display: block;
          margin-bottom: 15px; }
          .service .warranty .box .picBox .pic {
            width: 100%;
            margin-bottom: 10px; }
    .service .training .itemBox .item .con {
      height: 260px; } }
@media (max-width: 768px) {
  .service .training {
    padding-bottom: 30px; }
    .service .training .itemBox {
      padding: 0;
      display: block;
      margin-top: 20px; }
      .service .training .itemBox .item {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(183, 183, 183, 0.56); }
        .service .training .itemBox .item .pic {
          border-radius: 0; }
        .service .training .itemBox .item .con {
          width: 100%;
          border-radius: 0;
          box-shadow: none;
          margin: 0;
          height: auto; }
          .service .training .itemBox .item .con .t1 {
            height: auto; }
    .service .training .con {
      padding: 15px 10px;
      margin: 0; } }

.amap-toolbar, .amap-scalecontrol, .amap-overviewcontrol, .amap-logo, .amap-copyright {
  display: none !important; }

.contact {
  padding-bottom: 6%;
  padding-top: 20px; }
  .contact .box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .contact .box .boxLeft {
      width: 37.5%;
      background-color: #fff;
      box-shadow: 1px 1.732px 6px 0px rgba(2, 43, 97, 0.15);
      box-sizing: border-box;
      padding: 3.54167vw 6.25vw 3.85417vw 3.75vw;
      border: 1px solid #e3e3e3;
      border-radius: 20px; }
      .contact .box .boxLeft .tits {
        font-size: 24px;
        line-height: 26px;
        color: #031a40;
        font-weight: bold; }
      .contact .box .boxLeft .tit {
        font-size: 14px;
        line-height: 25px;
        color: #7b7b7b;
        margin-top: 18px; }
      .contact .box .boxLeft .tit1 {
        margin-top: 33px; }
        .contact .box .boxLeft .tit1 .t {
          display: flex;
          align-items: flex-start;
          margin-bottom: 40px; }
          .contact .box .boxLeft .tit1 .t:last-child {
            margin-bottom: 0; }
          .contact .box .boxLeft .tit1 .t img {
            margin-right: 20px;
            display: block;
            margin-top: 6px; }
          .contact .box .boxLeft .tit1 .t .tt .tt1 {
            font-size: 14px;
            line-height: 25px;
            color: #7b7b7b; }
          .contact .box .boxLeft .tit1 .t .tt .tt2 {
            font-size: 14px;
            line-height: 25px;
            color: #0d386f;
            font-weight: bold; }
    .contact .box .boxRight {
      width: 60.7%;
      box-sizing: border-box;
      border-radius: 10px;
      border: 1px solid #e3e3e3;
      padding: 2.08333vw 3.80208vw 22px; }
      .contact .box .boxRight .t {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px; }
        .contact .box .boxRight .t .tt {
          width: calc(50% - 20px);
          height: 44px;
          background-color: #f7f7f7;
          border-radius: 22px;
          padding: 0 18px;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 44px;
          color: #44423e; }
          .contact .box .boxRight .t .tt span {
            white-space: nowrap; }
            .contact .box .boxRight .t .tt span i {
              color: #cc0900; }
          .contact .box .boxRight .t .tt .text {
            flex: 1;
            height: 44px;
            font-size: 14px;
            color: #666;
            border: none;
            background: none;
            padding-left: 10px; }
          .contact .box .boxRight .t .tt .txt {
            height: 216px;
            padding: 0 10px;
            flex: 1;
            border: none;
            background: none;
            font-size: 14px;
            line-height: 44px;
            color: #44423e; }
          .contact .box .boxRight .t .tt.tt1 {
            width: 100%; }
          .contact .box .boxRight .t .tt.tt2 {
            height: 216px;
            width: 100%;
            align-items: flex-start; }
      .contact .box .boxRight .t1 {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 35px; }
        .contact .box .boxRight .t1 .submit {
          width: 146px;
          height: 34px;
          border-radius: 17px;
          background-color: #0d386f;
          text-align: center;
          display: block;
          font-size: 13px;
          line-height: 34px;
          color: #fff;
          font-weight: bold; }
  .contact .map {
    margin-top: 60px;
    border-radius: 30px;
    height: 408px; }
  @media (max-width: 1200px) {
    .contact .box .boxLeft {
      padding-right: 2.60417vw; } }
  @media (max-width: 1024px) {
    .contact .box .boxLeft {
      padding: 20px 15px; }
      .contact .box .boxLeft .tits {
        font-size: 18px;
        line-height: 20px; } }
  @media (max-width: 960px) {
    .contact {
      padding-bottom: 35px; }
      .contact .box {
        display: block;
        margin-top: 25px; }
        .contact .box .boxLeft {
          width: 100%; }
          .contact .box .boxLeft .tit {
            font-size: 13px;
            line-height: 20px;
            margin-top: 10px; }
          .contact .box .boxLeft .tit1 {
            margin-top: 15px; }
            .contact .box .boxLeft .tit1 .t {
              margin-bottom: 10px; }
              .contact .box .boxLeft .tit1 .t img {
                margin-right: 10px; }
        .contact .box .boxRight {
          width: 100%;
          margin-top: 10px;
          padding: 20px 15px; }
          .contact .box .boxRight .t {
            display: block;
            margin-bottom: 0; }
            .contact .box .boxRight .t .tt {
              width: 100%;
              margin-bottom: 10px; }
      .contact .map {
        margin-top: 15px;
        height: 60vw; } }

.team {
  padding-bottom: 5.2%;
  padding-top: 18px; }
  .team .title {
    width: 1070px;
    max-width: 100%;
    margin: 42px auto 0;
    text-align: center; }
    .team .title .txt {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 28px; }
  .team .list {
    width: 1198px;
    max-width: 100%;
    margin: 32px auto 0; }
    .team .list ul {
      padding-bottom: 65px; }
      .team .list ul li {
        width: 46.9%;
        float: left;
        position: relative;
        margin-bottom: 42px; }
        .team .list ul li:nth-child(2n) {
          float: right; }
        .team .list ul li .a {
          width: 100%;
          display: block;
          position: relative;
          z-index: 5;
          background-color: #fff;
          overflow: hidden;
          border-radius: 10px; }
          .team .list ul li .a .sj {
            width: 13px;
            position: absolute;
            top: 36px;
            left: -11px; }
          .team .list ul li .a .pic {
            width: 36.1%;
            height: 278px;
            padding-bottom: 0;
            float: left;
            overflow: hidden;
            border-radius: 10px 0 0 10px; }
          .team .list ul li .a .con {
            width: 63.9%;
            height: 100%;
            border: 1px solid #e4e3e3;
            box-sizing: border-box;
            padding: 35px 35px 13px;
            border-radius: 0 10px 10px 0;
            position: absolute;
            top: 0;
            right: 0; }
            .team .list ul li .a .con .line {
              width: 5px;
              height: 58px;
              background-color: #0d386f;
              position: absolute;
              top: 36px;
              right: 0; }
            .team .list ul li .a .con .tits {
              font-size: 18px;
              line-height: 20px;
              color: #222;
              font-weight: bold; }
            .team .list ul li .a .con .tit {
              font-size: 14px;
              line-height: 19px;
              color: #6c6c6c;
              margin-top: 8px; }
            .team .list ul li .a .con .tit1 {
              font-size: 14px;
              line-height: 19px;
              color: #6c6c6c; }
            .team .list ul li .a .con .tit2 {
              margin-top: 5px; }
              .team .list ul li .a .con .tit2 .t {
                display: flex;
                align-items: center;
                font-size: 14px;
                line-height: 28px;
                color: #6c6c6c; }
                .team .list ul li .a .con .tit2 .t img {
                  margin-right: 6px; }
            .team .list ul li .a .con .tit3 {
              font-size: 12px;
              line-height: 15px;
              color: #aaa9a9;
              margin-top: 13px; }
            .team .list ul li .a .con .tit4 {
              text-align: right;
              font-size: 12px;
              line-height: 15px;
              color: #aaa9a9;
              margin-top: 15px; }
        .team .list ul li .share {
          position: absolute;
          top: 36px;
          right: 23px;
          z-index: 10;
          display: flex; }
          .team .list ul li .share a {
            width: 21px;
            display: block;
            margin-left: 8px; }
        .team .list ul li:after {
          width: 100%;
          height: 100%;
          top: 5px;
          left: 0;
          position: absolute;
          background-color: #0d386f;
          box-shadow: 1px 1.732px 6px 0px rgba(2, 43, 97, 0.32);
          border-radius: 10px;
          content: '';
          opacity: 0;
          transition: all 0.3s; }
        @media (min-width: 1024px) {
          .team .list ul li:hover:after {
            opacity: 1; } }
  @media (max-width: 1024px) {
    .team .title {
      margin: 30px auto 0; }
      .team .title .txt {
        font-size: 13px;
        line-height: 20px; }
    .team .list ul li {
      width: 100%;
      margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .team {
      padding-bottom: 35px; }
      .team .title {
        margin: 25px auto 0; }
        .team .title .txt {
          margin-top: 15px; }
      .team .list {
        margin: 20px auto 0; }
        .team .list ul {
          padding-bottom: 25px; }
          .team .list ul li {
            margin-bottom: 10px; }
            .team .list ul li .a .pic {
              width: 100%;
              height: 80vw;
              float: none;
              border-radius: 10px 10px 0 0; }
              .team .list ul li .a .pic img {
                position: relative;
                height: auto; }
            .team .list ul li .a .con {
              width: 100%;
              position: relative;
              height: auto;
              border-radius: 0 0 10px 10px;
              padding: 15px 10px; }
            .team .list ul li .share {
              top: 84vw;
              right: 15px; } }

.page {
  width: 100%; }
  .page dl {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page dl dd {
      margin-bottom: 0 !important;
      width: auto !important;
      margin-right: 0 !important;
      background: none !important;
      border: none !important;
      box-sizing: border-box;
      float: none !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important; }
      .page dl dd a, .page dl dd span {
        width: 42px !important;
        height: 42px;
        text-align: center;
        font-size: 20px;
        line-height: 42px;
        color: #000;
        border: 1px solid #bbbec5;
        margin: 0 7px;
        box-sizing: border-box;
        transition: all 0.5s;
        display: block;
        padding: 0 !important;
        border-radius: 0 !important; }
        .page dl dd a:after, .page dl dd span:after {
          display: none; }
      .page dl dd.active a, .page dl dd.active span {
        background-color: #0d386f;
        color: #fff; }
      @media (min-width: 1024px) {
        .page dl dd:hover a, .page dl dd:hover span {
          background-color: #0d386f;
          color: #fff; } }
      @media (max-width: 768px) {
        .page dl dd dd a {
          width: 30px !important;
          height: 30px;
          font-size: 12px;
          line-height: 30px;
          margin: 0 4px; } }
  @media (max-width: 768px) {
    .page dl dd a, .page dl dd span {
      width: 32px !important;
      height: 32px;
      font-size: 14px;
      line-height: 30px;
      margin: 0 3px; } }

.teamInfo {
  padding-top: 18px;
  padding-bottom: 4.5%; }
  .teamInfo .content {
    width: 993px;
    max-width: 100%;
    margin: 50px auto 0; }
    .teamInfo .content .item {
      width: 100%;
      position: relative; }
      .teamInfo .content .item .sj {
        width: 13px;
        position: absolute;
        top: 36px;
        left: -11px; }
      .teamInfo .content .item .pic {
        width: 28.2%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 10px 0 0 10px; }
        .teamInfo .content .item .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .teamInfo .content .item .con {
        width: 71.8%;
        border: 1px solid #e4e3e3;
        box-sizing: border-box;
        float: right;
        padding: 32px 102px 28px 56px;
        border-radius: 0 10px 10px 0;
        position: relative; }
        .teamInfo .content .item .con .line {
          width: 5px;
          height: 58px;
          background-color: #0d386f;
          position: absolute;
          top: 36px;
          right: 0; }
        .teamInfo .content .item .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #222;
          font-weight: bold; }
        .teamInfo .content .item .con .tit5 {
          font-size: 14px;
          line-height: 30px;
          color: #2c251c;
          margin-top: 8px; }
        .teamInfo .content .item .con .linex {
          width: 295px;
          height: 2px;
          background-color: #e7e7e7;
          margin-top: 11px;
          position: relative; }
          .teamInfo .content .item .con .linex:after {
            width: 148px;
            height: 2px;
            position: absolute;
            bottom: 2px;
            background-color: #0d386f;
            content: '';
            left: 0; }
        .teamInfo .content .item .con .tit {
          font-size: 14px;
          line-height: 19px;
          color: #6c6c6c;
          margin-top: 17px; }
        .teamInfo .content .item .con .tit1 {
          font-size: 14px;
          line-height: 19px;
          color: #6c6c6c; }
        .teamInfo .content .item .con .tit2 {
          margin-top: 5px; }
          .teamInfo .content .item .con .tit2 .t {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 28px;
            color: #6c6c6c; }
            .teamInfo .content .item .con .tit2 .t img {
              margin-right: 6px; }
        .teamInfo .content .item .con .tit3 {
          font-size: 12px;
          line-height: 20px;
          color: #aaa9a9;
          margin-top: 24px; }
        .teamInfo .content .item .con .tit4 {
          text-align: right;
          font-size: 12px;
          line-height: 15px;
          color: #aaa9a9;
          margin-top: 3px; }
        .teamInfo .content .item .con .share {
          position: absolute;
          top: 35px;
          right: 145px;
          display: flex;
          align-items: center; }
          .teamInfo .content .item .con .share a {
            width: 21px;
            margin-left: 9px;
            display: block; }
    .teamInfo .content .box {
      margin-top: 45px; }
      .teamInfo .content .box .tits {
        font-size: 18px;
        line-height: 20px;
        color: #2c251c;
        font-weight: bold; }
      .teamInfo .content .box .linex {
        width: 295px;
        height: 2px;
        background-color: #e7e7e7;
        margin-top: 16px;
        position: relative; }
        .teamInfo .content .box .linex:after {
          width: 148px;
          height: 2px;
          position: absolute;
          bottom: 2px;
          background-color: #0d386f;
          content: '';
          left: 0; }
      .teamInfo .content .box .tit {
        font-size: 14px;
        line-height: 20px;
        color: #aaa9a9;
        margin-top: 20px; }
      .teamInfo .content .box .tit1 {
        font-size: 14px;
        line-height: 20px;
        color: #727272;
        width: 815px;
        max-width: 100%;
        margin-top: 44px;
        position: relative; }
        .teamInfo .content .box .tit1:after {
          width: 1px;
          height: 100%;
          position: absolute;
          background-color: #cfcfcf;
          top: 0;
          content: '';
          left: 63px; }
        .teamInfo .content .box .tit1 .t {
          display: flex;
          align-items: flex-start;
          padding-bottom: 22px;
          position: relative;
          z-index: 5; }
          .teamInfo .content .box .tit1 .t .dian {
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-radius: 100%;
            border: 3px solid #022b61;
            position: absolute;
            top: 4px;
            left: 58px;
            box-sizing: border-box; }
          .teamInfo .content .box .tit1 .t .tt {
            width: 88px;
            padding-left: 8px;
            box-sizing: border-box; }
          .teamInfo .content .box .tit1 .t .tt1 {
            flex: 1; }
    .teamInfo .content .box1 {
      display: flex;
      justify-content: space-between;
      margin-top: 65px; }
      .teamInfo .content .box1 .t {
        width: 26.7%; }
        .teamInfo .content .box1 .t .tt {
          font-size: 18px;
          line-height: 20px;
          color: #2c251c; }
        .teamInfo .content .box1 .t .tt1 {
          font-size: 14px;
          line-height: 20px;
          color: #727272;
          margin-top: 17px; }
        .teamInfo .content .box1 .t:nth-child(2) {
          width: 30%; }
    .teamInfo .content .list {
      margin-top: 53px; }
      .teamInfo .content .list ul li {
        width: 22.6%;
        float: left;
        margin-right: 3.2%;
        border-radius: 10px;
        margin-bottom: 28px;
        overflow: hidden; }
        .teamInfo .content .list ul li:nth-child(4n) {
          margin-right: 0; }
        .teamInfo .content .list ul li a {
          width: 100%;
          display: block;
          overflow: hidden;
          background-color: #f6f6f6; }
          .teamInfo .content .list ul li a .pic {
            padding-bottom: 75%;
            border-radius: 10px; }
            .teamInfo .content .list ul li a .pic:after {
              width: 100%;
              height: 100%;
              background-color: #0d386f;
              opacity: 0.8;
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0; }
            .teamInfo .content .list ul li a .pic:before {
              width: 40px;
              height: 40px;
              background-color: #fff;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 10;
              content: '';
              background-size: 22px;
              background-position: center;
              background-image: url("../images/link-arrow.png");
              background-repeat: no-repeat;
              opacity: 0; }
          .teamInfo .content .list ul li a .con {
            box-sizing: border-box;
            padding: 16px 20px 0; }
            .teamInfo .content .list ul li a .con .tits {
              font-size: 14px;
              line-height: 18px;
              color: #010101;
              font-weight: bold; }
            .teamInfo .content .list ul li a .con .tit {
              display: flex;
              justify-content: space-between;
              align-items: center;
              border-top: 1px solid #a5a7a8;
              padding-top: 10px;
              padding-bottom: 20px;
              margin-top: 9px; }
              .teamInfo .content .list ul li a .con .tit .time {
                padding-left: 22px;
                font-size: 12px;
                line-height: 16px;
                color: #7a7979;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time.png"); }
              .teamInfo .content .list ul li a .con .tit img {
                width: 12px; }
        @media (min-width: 1024px) {
          .teamInfo .content .list ul li:hover {
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
            .teamInfo .content .list ul li:hover a .pic:after {
              opacity: 0.7;
              transition: all 0.3s ease-out; }
            .teamInfo .content .list ul li:hover a .pic:before {
              opacity: 1;
              transition: all 0.3s ease-out; }
            .teamInfo .content .list ul li:hover a .con .tits {
              color: #0d386f; } }
  @media (max-width: 1024px) {
    .teamInfo .content .list ul li {
      width: 32%;
      margin-right: 2%; }
      .teamInfo .content .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .teamInfo .content .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding-bottom: 30px; }
      .teamInfo .content {
        margin-top: 20px; }
        .teamInfo .content .item .pic {
          width: 100%;
          height: 100vw;
          position: relative;
          border-radius: 10px 10px 0 0; }
          .teamInfo .content .item .pic img {
            height: auto; }
        .teamInfo .content .item .con {
          width: 100%;
          padding: 15px;
          border-radius: 0 0 10px 10px; }
          .teamInfo .content .item .con .share {
            top: 15px;
            right: 15px; }
          .teamInfo .content .item .con .sj {
            display: none; }
        .teamInfo .content .box {
          margin-top: 25px; }
          .teamInfo .content .box .tit {
            font-size: 13px; }
          .teamInfo .content .box .tit1 {
            margin-top: 15px;
            font-size: 13px; }
        .teamInfo .content .box1 {
          display: block;
          margin-top: 20px; }
          .teamInfo .content .box1 .t {
            width: 100% !important;
            margin-bottom: 15px; }
            .teamInfo .content .box1 .t .tt {
              font-size: 16px;
              line-height: 18px; }
            .teamInfo .content .box1 .t .tt1 {
              margin-top: 10px; }
        .teamInfo .content .list ul li {
          width: 100%;
          margin-bottom: 10px; } }

.videos {
  padding-top: 18px;
  padding-bottom: 90px; }
  .videos .indexTitle {
    text-align: left;
    margin-top: 30px; }
  .videos .list {
    margin-top: 30px;
    position: relative; }
    .videos .list .a {
      width: 56px;
      height: 56px;
      border-radius: 100%;
      border: 2px solid #a9a8a8;
      position: absolute;
      background-color: #fff;
      top: 50%;
      transform: translateY(-50%);
      box-sizing: border-box;
      background-position: center;
      background-repeat: no-repeat; }
      .videos .list .a.prev {
        background-image: url("../images/prev.png");
        left: -112px; }
      .videos .list .a.next {
        background-image: url("../images/next.png");
        right: -112px; }
      @media (min-width: 1024px) {
        .videos .list .a:hover {
          background-color: #0d386f;
          border-color: #0d386f; }
          .videos .list .a:hover.prev {
            background-image: url("../images/prev_h.png"); }
          .videos .list .a:hover.next {
            background-image: url("../images/next_h.png"); } }
    .videos .list .listNew {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(183, 183, 183, 0.56); }
      .videos .list .listNew ul li {
        width: 100%; }
        .videos .list .listNew ul li a {
          width: 100%;
          display: flex;
          align-items: center; }
          .videos .list .listNew ul li a .pic {
            width: 45.3%;
            padding-bottom: 25.4%; }
            .videos .list .listNew ul li a .pic .icon {
              width: 90px;
              height: 90px;
              background-size: cover;
              background-repeat: no-repeat;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-image: url("../images/video2.png"); }
          .videos .list .listNew ul li a .con {
            flex: 1;
            margin-right: 5.83333vw;
            margin-left: 5.46875vw; }
            .videos .list .listNew ul li a .con .time {
              font-size: 12px;
              line-height: 16px;
              padding-left: 22px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png");
              color: #020202;
              font-weight: bold; }
            .videos .list .listNew ul li a .con .tits {
              font-size: 26px;
              line-height: 42px;
              font-weight: bold;
              color: #020202;
              margin-top: 15px; }
            .videos .list .listNew ul li a .con .line {
              width: 100%;
              height: 1px;
              background-color: #ececec;
              margin-top: 18px; }
            .videos .list .listNew ul li a .con .tit {
              font-size: 14px;
              line-height: 19px;
              color: #a9a8a8;
              margin-top: 23px; }
        @media (min-width: 1024px) {
          .videos .list .listNew ul li:hover a .con .time {
            color: #0d386f;
            background-image: url("../images/time_h.png"); }
          .videos .list .listNew ul li:hover a .con .tits {
            color: #0d386f; } }
  .videos .list1 {
    margin-top: 45px; }
    .videos .list1 ul {
      padding-bottom: 20px; }
      .videos .list1 ul li {
        width: 23.5%;
        float: left;
        margin-right: 2%;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(183, 183, 183, 0.56);
        background-color: #fff;
        overflow: hidden;
        margin-bottom: 27px;
        position: relative; }
        .videos .list1 ul li:nth-child(4n) {
          margin-right: 0; }
        .videos .list1 ul li a {
          width: 100%;
          display: block; }
          .videos .list1 ul li a .pic {
            padding-bottom: 56.5%; }
            .videos .list1 ul li a .pic .icon {
              width: 72px;
              height: 72px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-image: url("../images/video2.png");
              background-size: cover;
              background-repeat: no-repeat; }
          .videos .list1 ul li a .con {
            padding: 36px 22px 30px; }
            .videos .list1 ul li a .con .time {
              font-size: 12px;
              line-height: 16px;
              color: #7a7979;
              padding-left: 22px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png"); }
            .videos .list1 ul li a .con .tits {
              font-size: 16px;
              line-height: 19px;
              color: #3b3b3b;
              font-weight: bold;
              margin-top: 10px; }
        @media (min-width: 1024px) {
          .videos .list1 ul li:hover a .con .time {
            color: #0d386f;
            background-image: url("../images/time_h.png"); }
          .videos .list1 ul li:hover a .con .tits {
            color: #0d386f; }
          .videos .list1 ul li:hover:after {
            width: 100%;
            height: 5px;
            background-color: #1059b6;
            position: absolute;
            left: 0;
            bottom: 0;
            content: ''; } }
  @media (max-width: 1650px) {
    .videos .list .a {
      z-index: 10; }
      .videos .list .a.prev {
        left: -28px; }
      .videos .list .a.next {
        right: -28px; } }
  @media (max-width: 1366px) {
    .videos .list .listNew ul li a .con .tits {
      font-size: 20px;
      line-height: 30px; }
    .videos .list1 ul li a .pic .icon {
      width: 50px;
      height: 50px; }
    .videos .list .listNew ul li a .pic .icon {
      width: 70px;
      height: 70px; } }
  @media (max-width: 1200px) {
    .videos .list1 ul li {
      width: 32%;
      margin-right: 2%; }
      .videos .list1 ul li:nth-child(4n) {
        margin-right: 2%; }
      .videos .list1 ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .videos .list .listNew ul li a .pic .icon {
      width: 50px;
      height: 50px; }
    .videos .list .listNew ul li a .con .tits {
      font-size: 16px;
      line-height: 24px; }
    .videos .list1 ul li a .pic .icon {
      width: 40px;
      height: 40px; }
    .videos .list .listNew ul li a .con .line {
      margin-top: 10px; }
    .videos .list .listNew ul li a .con .tit {
      font-size: 13px;
      margin-top: 15px; }
    .videos .list1 ul li {
      width: 48.5%;
      margin-right: 3%; }
      .videos .list1 ul li:nth-child(4n) {
        margin-right: 3%; }
      .videos .list1 ul li:nth-child(3n) {
        margin-right: 3%; }
      .videos .list1 ul li:nth-child(2n) {
        margin-right: 0%; }
    .videos .list .a {
      width: 42px;
      height: 42px; }
      .videos .list .a.prev {
        left: -21px; }
      .videos .list .a.next {
        right: -21px; } }
  @media (max-width: 768px) {
    .videos {
      padding-bottom: 30px; }
      .videos .list {
        margin-top: 15px; }
      .videos .list .listNew ul li a {
        display: block; }
        .videos .list .listNew ul li a .pic {
          width: 100%;
          float: none;
          padding-bottom: 55%; }
        .videos .list .listNew ul li a .con {
          width: 100%;
          float: none;
          box-sizing: border-box;
          padding: 15px;
          margin-left: 0; }
      .videos .list1 {
        margin-top: 20px; }
        .videos .list1 ul li {
          width: 100%;
          float: none;
          margin-bottom: 10px; } }

.videoInfo {
  padding-top: 18px;
  padding-bottom: 80px; }
  .videoInfo .content {
    width: 887px;
    margin: 35px auto 0;
    max-width: 100%; }
    .videoInfo .content .tits {
      font-size: 34px;
      line-height: 42px;
      color: #151515;
      font-weight: bold; }
    .videoInfo .content .tit {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      line-height: 22px;
      color: #7b7b7b;
      margin-top: 40px; }
      .videoInfo .content .tit .t {
        display: flex;
        align-items: center; }
        .videoInfo .content .tit .t a {
          display: block;
          margin-left: 8px;
          width: 20px; }
    .videoInfo .content .videoItem {
      width: 100%;
      height: 0;
      position: relative;
      margin-top: 32px;
      overflow: hidden;
      padding-bottom: 56%; }
      .videoInfo .content .videoItem .videoBox {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
        .videoInfo .content .videoItem .videoBox video {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      .videoInfo .content .videoItem .bg {
        background-image: url("../images/video_bg.png");
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .videoInfo .content .videoItem .tits {
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 24px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        padding: 0 18px;
        font-weight: bold;
        color: #fff; }
        .videoInfo .content .videoItem .tits img {
          margin-right: 26px; }
      .videoInfo .content .videoItem .share {
        text-align: center;
        position: absolute;
        top: 25px;
        font-size: 14px;
        line-height: 16px;
        right: 25px;
        color: #fff; }
        .videoInfo .content .videoItem .share img {
          width: 26px;
          display: block;
          margin: 0 auto; }
        .videoInfo .content .videoItem .share p {
          margin-top: 4px; }
      .videoInfo .content .videoItem .click {
        width: 106px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10; }
    .videoInfo .content .paging {
      margin-top: 50px; }
  @media (max-width: 1366px) {
    .videoInfo .content .tits {
      font-size: 26px;
      line-height: 32px; }
    .videoInfo .content .videoItem .click {
      width: 80px; } }
  @media (max-width: 1200px) {
    .videoInfo .content .videoItem .click {
      width: 60px; }
    .videoInfo .content .tits {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-bottom: 30px; }
      .videoInfo .content .videoItem .click {
        width: 60px; }
      .videoInfo .content .tits {
        font-size: 16px;
        line-height: 22px; }
      .videoInfo .content {
        margin: 20px auto 0; }
        .videoInfo .content .tit {
          font-size: 13px;
          display: block;
          margin-top: 15px; }
        .videoInfo .content .paging {
          margin-top: 20px; }
      .videoInfo .content .videoItem {
        padding-bottom: 75%;
        margin-top: 20px; }
        .videoInfo .content .videoItem .videoBox video {
          object-fit: cover; }
        .videoInfo .content .videoItem .tits {
          font-size: 14px;
          line-height: 18px;
          padding: 0 40px 0 10px;
          top: 10px; }
          .videoInfo .content .videoItem .tits img {
            margin-right: 10px; }
        .videoInfo .content .videoItem .share {
          top: 15px;
          right: 10px;
          font-size: 12px; }
          .videoInfo .content .videoItem .share img {
            width: 15px; } }

.paging a {
  font-size: 14px;
  line-height: 32px;
  color: #7b7b7b;
  font-weight: bold;
  align-items: center; }
  .paging a img {
    margin-right: 20px; }
  @media (min-width: 1024px) {
    .paging a:hover {
      color: #0d386f; } }
@media (max-width: 768px) {
  .paging a {
    font-size: 13px;
    line-height: 28px; }
    .paging a img {
      margin-right: 10px; } }

.news {
  padding-top: 18px;
  padding-bottom: 4.4%; }
  .news .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 30px; }
    .news .title .indexTitle {
      text-align: left; }
    .news .title .tabs {
      display: flex; }
      .news .title .tabs a {
        padding-left: 19px;
        font-size: 16px;
        line-height: 18px;
        color: #7b7b7b;
        margin-left: 25px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/dian.png"); }
        .news .title .tabs a.on {
          background-image: url("../images/dian_h.png"); }
  .news .list {
    margin-top: 33px; }
    .news .list ul {
      padding-bottom: 23px; }
      .news .list ul li {
        border-radius: 10px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(183, 183, 183, 0.5);
        width: 24.1%;
        margin-right: 1.2%;
        margin-bottom: 22px;
        float: left; }
        .news .list ul li:nth-child(4n) {
          margin-right: 0; }
        .news .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .news .list ul li a .pic {
            padding-bottom: 75%; }
          .news .list ul li a .con {
            padding: 24px 24px 28px;
            box-sizing: border-box; }
            .news .list ul li a .con .time {
              padding-left: 22px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png");
              font-size: 12px;
              line-height: 16px;
              color: #7a7979; }
            .news .list ul li a .con .tits {
              font-size: 16px;
              line-height: 19px;
              color: #3b3b3b;
              font-weight: bold;
              margin-top: 12px; }
            .news .list ul li a .con .more {
              width: 104px;
              height: 30px;
              border-radius: 15px;
              background-color: #ececec;
              text-align: center;
              font-size: 14px;
              line-height: 30px;
              color: #898888;
              margin-top: 18px; }
        @media (min-width: 1024px) {
          .news .list ul li:hover {
            box-shadow: 0 0 10px #b7b7b7; }
            .news .list ul li:hover .con .time {
              color: #0d386f;
              background-image: url("../images/time_h.png"); }
            .news .list ul li:hover .con .tits {
              color: #0d386f; }
            .news .list ul li:hover .con .more {
              background-color: #0d386f;
              color: #fff; } }
  @media (max-width: 1200px) {
    .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 .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .news .list ul li:nth-child(4n) {
        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: 768px) {
    .news {
      padding-bottom: 30px; }
      .news .title {
        display: block;
        margin-top: 25px; }
        .news .title .tabs {
          margin-top: 15px;
          font-size: 0; }
          .news .title .tabs a {
            font-size: 12px;
            margin-left: 0;
            margin-right: 8px; }
            .news .title .tabs a:last-child {
              margin-right: 0; }
      .news .list {
        margin-top: 15px; }
        .news .list ul li {
          width: 100%;
          margin-bottom: 10px;
          float: none; } }

.newsInfo {
  padding-top: 18px;
  padding-bottom: 4.7%; }
  .newsInfo .content {
    margin-top: 30px; }
    .newsInfo .content .conLeft {
      width: 61.2%;
      float: left;
      box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
      border: 1px solid #ececec;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 50px 3.64583vw; }
      .newsInfo .content .conLeft .tits {
        font-size: 34px;
        line-height: 40px;
        color: #151515;
        font-weight: bold;
        border-bottom: 1px solid #ececec;
        padding-bottom: 40px; }
      .newsInfo .content .conLeft .tit {
        font-size: 16px;
        line-height: 20px;
        color: #7b7b7b;
        display: flex;
        align-items: center;
        margin-top: 25px; }
        .newsInfo .content .conLeft .tit span {
          margin-right: 25px; }
        .newsInfo .content .conLeft .tit a {
          width: 20px;
          margin-right: 9px;
          display: block; }
      .newsInfo .content .conLeft .con {
        font-size: 14px;
        line-height: 25px;
        color: #7b7b7b;
        border-bottom: 1px solid #ececec;
        margin-top: 35px;
        padding-bottom: 45px; }
        .newsInfo .content .conLeft .con img {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
      .newsInfo .content .conLeft .paging {
        margin-top: 22px; }
    .newsInfo .content .conRight {
      width: 36.6%;
      float: right;
      background-color: #f6f6f6;
      box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
      border-radius: 0 0 10px 10px;
      padding-bottom: 44px; }
      .newsInfo .content .conRight .line {
        width: 100%; }
      .newsInfo .content .conRight .conNew {
        padding: 0 32px;
        box-sizing: border-box; }
        .newsInfo .content .conRight .conNew .tabs {
          display: flex;
          justify-content: space-between;
          margin-top: 28px;
          border-bottom: 1px solid #ececec;
          padding-bottom: 17px; }
          .newsInfo .content .conRight .conNew .tabs a {
            font-size: 16px;
            line-height: 36px;
            color: #222;
            font-weight: bold;
            padding-left: 32px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/dian.png"); }
            .newsInfo .content .conRight .conNew .tabs a.on {
              background-image: url("../images/dian_h.png"); }
        .newsInfo .content .conRight .conNew .list {
          margin-top: 30px; }
          .newsInfo .content .conRight .conNew .list ul li {
            border-radius: 10px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 0 10px 0 rgba(183, 183, 183, 0.5);
            margin-bottom: 15px; }
            .newsInfo .content .conRight .conNew .list ul li:last-child {
              margin-bottom: 0; }
            .newsInfo .content .conRight .conNew .list ul li a {
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              position: relative; }
              .newsInfo .content .conRight .conNew .list ul li a .pic {
                width: 46.7%;
                padding-bottom: 35%; }
              .newsInfo .content .conRight .conNew .list ul li a .con {
                flex: 1;
                padding: 0 20px; }
                .newsInfo .content .conRight .conNew .list ul li a .con .tits {
                  font-size: 14px;
                  line-height: 19px;
                  color: #3b3b3b;
                  font-weight: bold; }
                .newsInfo .content .conRight .conNew .list ul li a .con .time {
                  padding-left: 22px;
                  font-size: 12px;
                  line-height: 16px;
                  color: #7b7b7b;
                  background-position: left center;
                  background-repeat: no-repeat;
                  background-image: url("../images/time.png");
                  margin-top: 20px; }
              .newsInfo .content .conRight .conNew .list ul li a .icon {
                width: 12px;
                height: 12px;
                display: block;
                position: absolute;
                right: 20px;
                bottom: 20px;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/index_icon2_h.png"); }
            @media (min-width: 1024px) {
              .newsInfo .content .conRight .conNew .list ul li:hover a .con .tits {
                color: #0d386f; }
              .newsInfo .content .conRight .conNew .list ul li:hover a .con .time {
                color: #0d386f;
                background-image: url("../images/time_h.png"); }
              .newsInfo .content .conRight .conNew .list ul li:hover a .icon {
                background-image: url("../images/index_icon2.png"); } }
          .newsInfo .content .conRight .conNew .list .more {
            width: 250px;
            height: 45px;
            background-color: #e4e4e4;
            font-size: 16px;
            line-height: 45px;
            border-radius: 22.5px;
            text-align: center;
            color: #222;
            display: block;
            margin: 40px auto 0; }
            @media (min-width: 1024px) {
              .newsInfo .content .conRight .conNew .list .more:hover {
                background-color: #0d386f;
                color: #fff;
                transition: all 0.3s ease-out; } }
  @media (max-width: 1366px) {
    .newsInfo .content .conLeft {
      padding: 30px 20px; }
      .newsInfo .content .conLeft .tits {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 25px; } }
  @media (max-width: 1260px) {
    .newsInfo .content .conRight .conNew {
      padding: 0 20px; }
    .newsInfo .content .conLeft {
      padding: 25px 15px; }
      .newsInfo .content .conLeft .tits {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 15px; } }
  @media (max-width: 1150px) {
    .newsInfo .content .conLeft {
      width: 100%; }
      .newsInfo .content .conLeft .tit {
        font-size: 14px; }
    .newsInfo .content .conRight {
      display: none; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-bottom: 30px; }
      .newsInfo .content {
        margin-top: 20px; }
        .newsInfo .content .conLeft .tits {
          font-size: 18px;
          line-height: 22px;
          padding-bottom: 10px; }
        .newsInfo .content .conLeft .tit {
          font-size: 12px;
          margin-top: 10px; }
          .newsInfo .content .conLeft .tit a {
            margin-right: 5px; }
        .newsInfo .content .conLeft .con {
          margin-top: 15px;
          font-size: 13px;
          line-height: 20px;
          padding-bottom: 20px; } }

.customer {
  padding-top: 18px;
  padding-bottom: 4.7%; }
  .customer .box {
    margin-top: 65px; }
    .customer .box .item {
      font-size: 16px;
      line-height: 40px;
      color: #858484;
      display: flex;
      border-top: 1px solid #858484;
      padding-top: 24px;
      padding-bottom: 24px;
      position: relative;
      z-index: 10; }
      .customer .box .item span {
        padding-left: 55px;
        font-weight: bold; }
      .customer .box .item .itemNew {
        flex: 1;
        color: #010101; }
        .customer .box .item .itemNew .t {
          float: left; }
          .customer .box .item .itemNew .t .tit {
            color: #010101;
            padding: 0 45px;
            text-transform: uppercase; }
            @media (min-width: 1024px) {
              .customer .box .item .itemNew .t .tit:hover {
                color: #0d386f; } }
          .customer .box .item .itemNew .t .tits {
            padding: 0 45px;
            color: #010101;
            position: relative; }
            .customer .box .item .itemNew .t .tits:after {
              width: 16px;
              height: 10px;
              background-size: cover;
              background-repeat: no-repeat;
              left: 50%;
              transform: translateX(-50%);
              content: '';
              background-image: url("../images/sj3.png");
              bottom: -22px;
              position: absolute;
              z-index: 5;
              display: none; }
            @media (min-width: 1024px) {
              .customer .box .item .itemNew .t .tits:hover {
                color: #0d386f; } }
          .customer .box .item .itemNew .t .itemCon {
            width: 57.7%;
            border: 1px solid #42648e;
            padding: 12px 28px;
            box-sizing: border-box;
            position: absolute;
            top: calc(100% - 15px);
            left: 0;
            background-color: rgba(255, 255, 255, 0.9);
            display: none; }
            .customer .box .item .itemNew .t .itemCon a {
              font-size: 12px;
              line-height: 36px;
              color: #000;
              padding-left: 12px;
              background-position: left center;
              display: block;
              float: left;
              margin-right: 45px;
              background-repeat: no-repeat;
              background-image: url("../images/sj2.png"); }
              @media (min-width: 1024px) {
                .customer .box .item .itemNew .t .itemCon a:hover {
                  color: #0d386f;
                  background-image: url("../images/sj2_h.png"); } }
              .customer .box .item .itemNew .t .itemCon a.on {
                color: #0d386f;
                background-image: url("../images/sj2_h.png"); }
            .customer .box .item .itemNew .t .itemCon .close {
              width: 30px;
              height: 30px;
              position: absolute;
              top: 10px;
              right: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding-left: 0;
              background: none;
              margin-right: 0;
              display: none; }
              .customer .box .item .itemNew .t .itemCon .close img {
                width: 18px; }
          .customer .box .item .itemNew .t:nth-child(2) .itemCon {
            left: 5%; }
          .customer .box .item .itemNew .t:nth-child(3) .itemCon {
            left: 10%; }
          .customer .box .item .itemNew .t:nth-child(4) .itemCon {
            left: 15%; }
          .customer .box .item .itemNew .t:nth-child(5) .itemCon {
            left: 20%; }
          .customer .box .item .itemNew .t:nth-child(6) .itemCon {
            left: 25%; }
          @media (min-width: 1024px) {
            .customer .box .item .itemNew .t:hover .tits:after {
              display: block; }
            .customer .box .item .itemNew .t:hover .itemCon {
              display: block; } }
  .customer .list {
    padding-top: 17px; }
    .customer .list ul {
      padding-bottom: 30px; }
      .customer .list ul li {
        width: 23.4%;
        margin-right: 2.1%;
        margin-bottom: 30px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #f6f6f6;
        float: left; }
        .customer .list ul li:nth-child(4n) {
          margin-right: 0; }
        .customer .list ul li a {
          width: 100%;
          display: block; }
          .customer .list ul li a .pic {
            padding-bottom: 75%;
            overflow: hidden;
            border-radius: 10px; }
          .customer .list ul li a .con {
            padding: 20px;
            box-sizing: border-box; }
            .customer .list ul li a .con .time {
              font-size: 12px;
              line-height: 16px;
              padding-left: 22px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png");
              color: #555; }
            .customer .list ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              color: #010101;
              font-weight: bold;
              margin-top: 10px; }
            .customer .list ul li a .con .tit {
              font-size: 12px;
              line-height: 16px;
              color: #010101;
              margin-top: 6px; }
            .customer .list ul li a .con .more {
              width: 132px;
              height: 28px;
              border-radius: 14px;
              background-color: #a9a8a8;
              display: flex;
              justify-content: center;
              margin-top: 12px; }
              .customer .list ul li a .con .more span {
                display: flex;
                padding-right: 30px;
                background-position: right center;
                background-repeat: no-repeat;
                background-image: url("../images/jia.png");
                display: block;
                font-size: 14px;
                line-height: 28px;
                color: #fff; }
        @media (min-width: 1024px) {
          .customer .list ul li:hover a .con .time {
            background-image: url("../images/time_h.png");
            color: #0d386f; }
          .customer .list ul li:hover a .con .tits {
            color: #0d386f; }
          .customer .list ul li:hover a .con .tit {
            color: #0d386f; }
          .customer .list ul li:hover a .con .more {
            background-color: #0d386f; } }
  .customer .list1 {
    margin-top: 15px; }
    .customer .list1 ul {
      padding-bottom: 38px; }
      .customer .list1 ul li {
        background-color: #fff;
        width: 48.9%;
        float: left;
        margin-bottom: 30px; }
        .customer .list1 ul li:nth-child(2n) {
          float: right; }
        .customer .list1 ul li a {
          overflow: hidden;
          border-radius: 10px;
          box-sizing: border-box;
          position: relative;
          width: 100%;
          display: block; }
          .customer .list1 ul li a:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            border-radius: 10px;
            border: 1px solid #7a7979;
            z-index: 4;
            box-sizing: border-box; }
          .customer .list1 ul li a .pic {
            width: 49%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 10px;
            overflow: hidden;
            z-index: 5; }
          .customer .list1 ul li a .con {
            width: 51%;
            float: right;
            box-sizing: border-box;
            padding: 32px 30px 30px;
            z-index: 3;
            position: relative; }
            .customer .list1 ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              color: #5f6164;
              font-weight: bold; }
            .customer .list1 ul li a .con .line {
              width: 100%;
              height: 1px;
              background-color: #7a7979;
              margin-top: 17px; }
            .customer .list1 ul li a .con .time {
              font-size: 12px;
              line-height: 16px;
              background-repeat: no-repeat;
              background-position: left center;
              background-image: url("../images/time.png");
              padding-left: 22px;
              color: #7a7979;
              margin-top: 20px; }
            .customer .list1 ul li a .con .tit {
              font-size: 12px;
              line-height: 16px;
              color: #7a7979;
              min-height: 48px;
              margin-top: 15px; }
            .customer .list1 ul li a .con .more {
              font-size: 14px;
              line-height: 16px;
              color: #0d386f;
              display: flex;
              align-items: center;
              margin-top: 17px; }
              .customer .list1 ul li a .con .more img {
                margin-left: 10px; }
        @media (min-width: 1024px) {
          .customer .list1 ul li:hover a:after {
            border-color: #0d386f; }
          .customer .list1 ul li:hover a .con .tits {
            color: #0d386f; } }
  @media (max-width: 1200px) {
    .customer .box {
      margin-top: 40px; }
    .customer .box .item span {
      padding-left: 35px; }
    .customer .box .item .itemNew .t .tits {
      padding: 0 25px; }
    .customer .box .item .itemNew .t .tit {
      padding: 0 25px; }
    .customer .list ul li {
      width: 32%;
      margin-right: 2%; }
      .customer .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .customer .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .customer .box {
      margin-top: 25px; }
    .customer .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .customer .list ul li:nth-child(4n) {
        margin-right: 3%; }
      .customer .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .customer .list ul li:nth-child(2n) {
        margin-right: 0; }
    .customer .list1 ul li {
      width: 100%;
      margin-bottom: 15px; }
    .customer .box .item .itemNew .t .itemCon {
      width: 92%;
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      left: 4%;
      z-index: 20;
      padding: 20px 15px; }
      .customer .box .item .itemNew .t .itemCon a {
        margin-right: 10px;
        line-height: 28px; }
      .customer .box .item .itemNew .t .itemCon .close {
        display: flex; }
    .customer .box .item {
      font-size: 14px;
      line-height: 32px;
      padding: 15px 0; } }
  @media (max-width: 768px) {
    .customer {
      padding-bottom: 30px; }
      .customer .list {
        padding-top: 15px; }
        .customer .list ul li {
          width: 100%;
          margin-bottom: 10px;
          float: none; }
      .customer .box .item {
        display: block;
        padding: 10px 0; }
        .customer .box .item span {
          padding-left: 0; }
        .customer .box .item .itemNew .t .tits {
          padding: 0 15px 0 0; }
        .customer .box .item .itemNew .t .tit {
          padding: 0 15px 0 0; }
      .customer .list1 ul {
        padding-bottom: 25px; }
        .customer .list1 ul li {
          margin-bottom: 10px; }
          .customer .list1 ul li a .pic {
            width: 100%;
            height: 0;
            padding-bottom: 75%;
            position: relative; }
          .customer .list1 ul li a .con {
            width: 100%;
            float: none;
            padding: 15px; } }

.caseInfo {
  padding-top: 18px;
  padding-bottom: 5%; }
  .caseInfo .content {
    margin-top: 60px; }
    .caseInfo .content .conLeft {
      width: 70.7%;
      float: left; }
      .caseInfo .content .conLeft .title {
        display: flex; }
        .caseInfo .content .conLeft .title .tits {
          flex: 1; }
          .caseInfo .content .conLeft .title .tits .t {
            font-size: 28px;
            line-height: 38px;
            color: #020202;
            font-weight: bold; }
          .caseInfo .content .conLeft .title .tits .t1 {
            font-size: 14px;
            line-height: 16px;
            color: #7b7b7b;
            margin-top: 7px; }
        .caseInfo .content .conLeft .title .share {
          display: flex;
          margin-top: 9px; }
          .caseInfo .content .conLeft .title .share a {
            width: 29px;
            margin-left: 12px;
            display: block; }
      .caseInfo .content .conLeft .conNew {
        padding: 0 55px;
        box-sizing: border-box;
        margin-top: 45px; }
        .caseInfo .content .conLeft .conNew .tit {
          border: 1px solid #dcdcdc;
          padding: 20px 60px 20px 80px;
          display: grid;
          grid-template-columns: 1fr 1fr 125px;
          font-size: 12px;
          line-height: 32px;
          color: #5f6164; }
          .caseInfo .content .conLeft .conNew .tit .t span {
            font-weight: bold; }
        .caseInfo .content .conLeft .conNew .conn {
          margin-top: 50px; }
          .caseInfo .content .conLeft .conNew .conn .txt {
            width: 42%;
            float: left;
            padding-top: 12px; }
            .caseInfo .content .conLeft .conNew .conn .txt .t {
              font-size: 14px;
              line-height: 18px;
              color: #020202;
              font-weight: bold; }
            .caseInfo .content .conLeft .conNew .conn .txt .t1 {
              font-size: 14px;
              line-height: 25px;
              color: #7b7b7b;
              margin-top: 12px; }
            .caseInfo .content .conLeft .conNew .conn .txt .t2 {
              font-size: 14px;
              line-height: 25px;
              color: #7b7b7b;
              margin-top: 10px; }
          .caseInfo .content .conLeft .conNew .conn .list {
            width: 50.7%;
            float: right; }
            .caseInfo .content .conLeft .conNew .conn .list ul li {
              width: 100%;
              border-radius: 10px;
              overflow: hidden;
              margin-right: 10px; }
              .caseInfo .content .conLeft .conNew .conn .list ul li:last-child {
                margin-right: 0; }
            .caseInfo .content .conLeft .conNew .conn .list .btns {
              display: flex;
              justify-content: center;
              width: 100%;
              margin-top: 18px; }
              .caseInfo .content .conLeft .conNew .conn .list .btns span {
                width: 17px;
                height: 2px;
                border-radius: 1px;
                background-color: #a9a8a8;
                margin: 0 4px;
                cursor: pointer;
                opacity: 1;
                display: block; }
                .caseInfo .content .conLeft .conNew .conn .list .btns span.swiper-pagination-bullet-active {
                  background-color: #0d386f; }
      .caseInfo .content .conLeft .paging1 {
        display: flex;
        justify-content: space-between;
        margin-top: 47px; }
        .caseInfo .content .conLeft .paging1 a {
          width: 45%;
          font-size: 14px;
          line-height: 20px;
          color: #222; }
          .caseInfo .content .conLeft .paging1 a span {
            font-weight: bold; }
          .caseInfo .content .conLeft .paging1 a:nth-child(2) {
            text-align: right; }
      .caseInfo .content .conLeft .hot {
        margin-top: 48px; }
        .caseInfo .content .conLeft .hot .titlex {
          width: 66.8%;
          margin: 0 auto;
          font-size: 20px;
          line-height: 46px;
          background-color: #0d386f;
          color: #fff;
          font-weight: bold;
          text-align: center; }
        .caseInfo .content .conLeft .hot .list {
          margin-top: 30px; }
          .caseInfo .content .conLeft .hot .list ul li {
            width: 22.7%;
            float: left;
            margin-right: 3%;
            border-radius: 10px;
            overflow: hidden; }
            .caseInfo .content .conLeft .hot .list ul li:nth-child(4n) {
              margin-right: 0; }
            .caseInfo .content .conLeft .hot .list ul li a {
              width: 100%;
              display: block;
              overflow: hidden;
              background-color: #f6f6f6; }
              .caseInfo .content .conLeft .hot .list ul li a .pic {
                padding-bottom: 75%;
                border-radius: 10px; }
                .caseInfo .content .conLeft .hot .list ul li a .pic:after {
                  width: 100%;
                  height: 100%;
                  background-color: #0d386f;
                  opacity: 0.8;
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  opacity: 0; }
                .caseInfo .content .conLeft .hot .list ul li a .pic:before {
                  width: 40px;
                  height: 40px;
                  background-color: #fff;
                  border-radius: 100%;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  z-index: 10;
                  content: '';
                  background-size: 22px;
                  background-position: center;
                  background-image: url("../images/link-arrow.png");
                  background-repeat: no-repeat;
                  opacity: 0; }
              .caseInfo .content .conLeft .hot .list ul li a .con {
                box-sizing: border-box;
                padding: 16px 20px 0; }
                .caseInfo .content .conLeft .hot .list ul li a .con .tits {
                  font-size: 14px;
                  line-height: 18px;
                  color: #010101;
                  font-weight: bold; }
                .caseInfo .content .conLeft .hot .list ul li a .con .tit {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  border-top: 1px solid #a5a7a8;
                  padding-top: 10px;
                  padding-bottom: 20px;
                  margin-top: 9px; }
                  .caseInfo .content .conLeft .hot .list ul li a .con .tit .time {
                    padding-left: 22px;
                    font-size: 12px;
                    line-height: 16px;
                    color: #7a7979;
                    background-position: left center;
                    background-repeat: no-repeat;
                    background-image: url("../images/time.png"); }
                  .caseInfo .content .conLeft .hot .list ul li a .con .tit img {
                    width: 12px; }
            @media (min-width: 1024px) {
              .caseInfo .content .conLeft .hot .list ul li:hover {
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
                .caseInfo .content .conLeft .hot .list ul li:hover a .pic:after {
                  opacity: 0.7;
                  transition: all 0.3s ease-out; }
                .caseInfo .content .conLeft .hot .list ul li:hover a .pic:before {
                  opacity: 1;
                  transition: all 0.3s ease-out; }
                .caseInfo .content .conLeft .hot .list ul li:hover a .con .tits {
                  color: #0d386f; } }
    .caseInfo .content .conRight {
      width: 26.4%;
      float: right; }
      .caseInfo .content .conRight .item {
        margin-bottom: 30px; }
        .caseInfo .content .conRight .item .title {
          text-align: center;
          font-size: 20px;
          line-height: 56px;
          font-weight: bold;
          background-color: #0d386f;
          border-radius: 10px 10px 0 0;
          color: #fff;
          position: relative; }
          .caseInfo .content .conRight .item .title:after {
            width: 12px;
            height: 6px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/sj4.png");
            content: '';
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -6px; }
        .caseInfo .content .conRight .item .list {
          margin-top: 30px; }
          .caseInfo .content .conRight .item .list ul li {
            margin-bottom: 30px; }
            .caseInfo .content .conRight .item .list ul li a {
              width: 100%;
              height: auto;
              display: flex;
              position: relative; }
              .caseInfo .content .conRight .item .list ul li a:after {
                width: 100%;
                height: 100%;
                border-radius: 10px;
                position: absolute;
                box-sizing: border-box;
                content: '';
                border: 1px solid #eee;
                z-index: 4; }
              .caseInfo .content .conRight .item .list ul li a .pic {
                width: 50.3%;
                position: relative;
                height: auto;
                border-radius: 10px;
                z-index: 5; }
              .caseInfo .content .conRight .item .list ul li a .con {
                width: 49.7%;
                padding: 24px 20px;
                box-sizing: border-box; }
                .caseInfo .content .conRight .item .list ul li a .con .tits {
                  font-size: 14px;
                  line-height: 18px;
                  color: #5f6164;
                  font-weight: bold; }
                .caseInfo .content .conRight .item .list ul li a .con .time {
                  font-size: 12px;
                  line-height: 16px;
                  padding-left: 22px;
                  background-image: url("../images/time.png");
                  background-repeat: no-repeat;
                  background-position: left center;
                  color: #7a7979;
                  margin-top: 10px; }
                .caseInfo .content .conRight .item .list ul li a .con .more {
                  font-size: 12px;
                  line-height: 14px;
                  display: flex;
                  align-items: center;
                  color: #0d386f;
                  margin-top: 13px; }
                  .caseInfo .content .conRight .item .list ul li a .con .more img {
                    margin-left: 10px; }
            @media (min-width: 1024px) {
              .caseInfo .content .conRight .item .list ul li:hover a .con .tits {
                color: #0d386f; } }
          .caseInfo .content .conRight .item .list .moreClick {
            display: block;
            margin: 0 auto;
            width: fit-content;
            padding: 0 22px;
            border: 1px solid #d1d3d7;
            font-size: 16px;
            line-height: 45px;
            color: #6d6d6d;
            border-radius: 23.5px; }
            @media (min-width: 1024px) {
              .caseInfo .content .conRight .item .list .moreClick:hover {
                background-color: #0d386f;
                color: #fff;
                border-color: #0d386f;
                transition: all 0.3s ease-out; } }
  @media (max-width: 1200px) {
    .caseInfo .content .conLeft {
      width: 100%;
      float: none; }
    .caseInfo .content .conRight {
      display: none; }
    .caseInfo .content .conLeft .hot .list ul li {
      width: 32%;
      margin-right: 2%; }
      .caseInfo .content .conLeft .hot .list ul li:nth-child(3) {
        margin-right: 0; }
      .caseInfo .content .conLeft .hot .list ul li:nth-child(4) {
        display: none; }
    .caseInfo .content .conLeft .title .tits .t {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .caseInfo .content .conLeft .conNew {
      margin-top: 25px;
      width: 100%;
      padding: 0; }
      .caseInfo .content .conLeft .conNew .conn {
        margin-top: 25px; }
    .caseInfo .content .conLeft .conNew .tit {
      padding: 15px 30px 15px 40px; }
    .caseInfo .content .conLeft .hot .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .caseInfo .content .conLeft .hot .list ul li:nth-child(2) {
        margin-right: 0; }
      .caseInfo .content .conLeft .hot .list ul li:nth-child(3) {
        display: none; } }
  @media (max-width: 768px) {
    .caseInfo {
      padding-bottom: 30px; }
      .caseInfo .content {
        margin-top: 25px; }
        .caseInfo .content .conLeft .title {
          display: block; }
          .caseInfo .content .conLeft .title .tits .t {
            font-size: 18px;
            line-height: 22px; }
          .caseInfo .content .conLeft .title .tits .t1 {
            font-size: 13px; }
          .caseInfo .content .conLeft .title .share a {
            margin-left: 0;
            margin-right: 5px;
            width: 20px; }
        .caseInfo .content .conLeft .conNew .tit {
          padding: 15px;
          display: block; }
          .caseInfo .content .conLeft .conNew .tit .t {
            width: 100%; }
        .caseInfo .content .conLeft .conNew .conn .txt {
          width: 100%;
          float: none; }
          .caseInfo .content .conLeft .conNew .conn .txt .t {
            font-size: 13px; }
          .caseInfo .content .conLeft .conNew .conn .txt .t1 {
            font-size: 13px; }
          .caseInfo .content .conLeft .conNew .conn .txt .t2 {
            font-size: 13px;
            line-height: 20px; }
        .caseInfo .content .conLeft .conNew .conn .list {
          width: 100%;
          float: none;
          margin-top: 15px; }
        .caseInfo .content .conLeft .paging1 {
          margin-top: 20px;
          display: block; }
          .caseInfo .content .conLeft .paging1 a {
            width: 100%;
            text-align: left !important; }
      .caseInfo .content .conLeft .hot .list ul li {
        width: 100%; }
        .caseInfo .content .conLeft .hot .list ul li:nth-child(2) {
          display: none; }
      .caseInfo .content .conLeft .hot .titlex {
        font-size: 16px; }
      .caseInfo .content .conLeft .hot .list {
        margin-top: 15px; } }

.brand {
  padding-top: 18px;
  padding-bottom: 5%; }
  .brand .content {
    margin-top: 68px; }
    .brand .content .conLeft {
      width: 355px;
      background-color: #fff;
      overflow: hidden;
      float: left; }
      .brand .content .conLeft .title {
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 60px;
        color: #fff;
        font-weight: bold;
        padding-left: 50px;
        background-color: #0d386f;
        border-radius: 10px 10px 0 0; }
        .brand .content .conLeft .title img {
          margin-right: 12px; }
      .brand .content .conLeft .conNew {
        padding: 14px 40px 20px;
        border: 1px  solid #ececec;
        width: 100%;
        box-sizing: border-box;
        border-top: none;
        border-radius: 0 0 10px 10px; }
        .brand .content .conLeft .conNew .tits {
          font-size: 15px;
          line-height: 17px;
          color: #031a40;
          padding-left: 5px; }
        .brand .content .conLeft .conNew .tit {
          width: 220px;
          display: flex;
          flex-wrap: wrap;
          margin-top: 20px; }
          .brand .content .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 .content .conLeft .conNew .tit a.on {
              color: #0d386f; }
            .brand .content .conLeft .conNew .tit a.active {
              background-color: #0d386f;
              color: #fff; }
        .brand .content .conLeft .conNew .itemBox {
          margin-top: 10px; }
          .brand .content .conLeft .conNew .itemBox .item {
            display: flex;
            align-items: flex-start; }
            .brand .content .conLeft .conNew .itemBox .item .t {
              width: 26px;
              padding-left: 5px;
              font-size: 12px;
              line-height: 30px;
              color: #0d386f; }
            .brand .content .conLeft .conNew .itemBox .item .t1 {
              flex: 1; }
              .brand .content .conLeft .conNew .itemBox .item .t1 a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 12px;
                line-height: 30px;
                color: #000; }
                .brand .content .conLeft .conNew .itemBox .item .t1 a span {
                  color: #0d386f; }
                @media (min-width: 1024px) {
                  .brand .content .conLeft .conNew .itemBox .item .t1 a:hover {
                    color: #0d386f; } }
    .brand .content .conRight {
      width: calc(100% - 385px);
      float: right; }
      .brand .content .conRight .list {
        padding-top: 5px; }
        .brand .content .conRight .list .title {
          font-size: 18px;
          line-height: 40px;
          color: #031a40;
          font-weight: bold;
          border-bottom: 1px solid #e5e5e5; }
          .brand .content .conRight .list .title span {
            display: inline-block;
            position: relative; }
            .brand .content .conRight .list .title span:after {
              width: 100%;
              height: 4px;
              background-color: #031a40;
              content: '';
              position: absolute;
              bottom: -3px;
              left: 0; }
        .brand .content .conRight .list ul {
          margin-top: 24px; }
          .brand .content .conRight .list ul li {
            width: 17.5%;
            float: left;
            margin-right: 3.125%;
            margin-bottom: 30px; }
            .brand .content .conRight .list ul li:nth-child(5n) {
              margin-right: 0; }
            .brand .content .conRight .list ul li a {
              width: 100%;
              border: 1px solid #dbdbdb;
              border-radius: 10px;
              overflow: hidden;
              display: block; }
              .brand .content .conRight .list ul li a .pic {
                width: 100%;
                height: 65px;
                position: relative; }
                .brand .content .conRight .list ul li a .pic img {
                  max-width: 80%;
                  max-height: 70%;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
              .brand .content .conRight .list ul li a .con {
                border-top: 1px solid #dbdbdb;
                text-align: center;
                padding-top: 7px;
                padding-bottom: 5px; }
                .brand .content .conRight .list ul li a .con .t {
                  font-size: 14px;
                  line-height: 16px;
                  color: #031a40;
                  font-weight: bold;
                  text-transform: uppercase; }
                .brand .content .conRight .list ul li a .con .t1 {
                  font-size: 12px;
                  line-height: 14px;
                  color: #0d386f;
                  margin-top: 3px; }
            @media (min-width: 1024px) {
              .brand .content .conRight .list ul li:hover a {
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } }
        .brand .content .conRight .list .page {
          margin-top: 30px; }
  @media (max-width: 1200px) {
    .brand .content {
      margin-top: 40px; }
    .brand .content .conRight .list ul li {
      width: 23.5%;
      margin-right: 2%; }
      .brand .content .conRight .list ul li:nth-child(5n) {
        margin-right: 2%; }
      .brand .content .conRight .list ul li:nth-child(4n) {
        margin-right: 0%; } }
  @media (max-width: 1150px) {
    .brand .content .conLeft {
      display: none; }
    .brand .content .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 1024px) {
    .brand .content {
      margin-top: 25px; }
    .brand .content .conRight .list ul li {
      width: 32%;
      margin-right: 2%; }
      .brand .content .conRight .list ul li:nth-child(5n) {
        margin-right: 2%; }
      .brand .content .conRight .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .brand .content .conRight .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .brand .content {
        margin-top: 25px; }
      .brand .content .conRight .list .title {
        font-size: 16px;
        line-height: 30px; }
      .brand .content .conRight .list ul {
        margin-top: 15px; }
        .brand .content .conRight .list ul li {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 10px; }
          .brand .content .conRight .list ul li:nth-child(5n) {
            margin-right: 3%; }
          .brand .content .conRight .list ul li:nth-child(4n) {
            margin-right: 3%; }
          .brand .content .conRight .list ul li:nth-child(3n) {
            margin-right: 3%; }
          .brand .content .conRight .list ul li:nth-child(2n) {
            margin-right: 0; }
      .brand .content .conRight .list .page {
        margin-top: 15px; } }

.brandInfo {
  padding-top: 18px;
  padding-bottom: 5%; }
  .brandInfo .box1 {
    margin-top: 65px; }
    .brandInfo .box1 .con {
      width: 38.9%;
      float: left;
      padding-top: 50px; }
      .brandInfo .box1 .con .tits {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #031a40;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: bold; }
        .brandInfo .box1 .con .tits img {
          margin-right: 30px; }
      .brandInfo .box1 .con .txt {
        font-size: 12px;
        line-height: 26px;
        color: #3b3b3b;
        border-top: 1px dashed #253959;
        margin-top: 25px;
        padding-top: 22px; }
      .brandInfo .box1 .con .tit {
        font-size: 15px;
        line-height: 17px;
        color: #031a40;
        font-weight: bold;
        margin-top: 16px; }
      .brandInfo .box1 .con .tit1 {
        font-size: 0;
        margin-top: 12px; }
        .brandInfo .box1 .con .tit1 a {
          font-size: 12px;
          padding: 0 12px;
          min-width: 60px;
          box-sizing: border-box;
          color: #3b3b3b;
          background-color: #f6f6f6;
          border-radius: 5px;
          box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
          margin-right: 12px;
          line-height: 24px;
          display: inline-block;
          text-align: center; }
      .brandInfo .box1 .con .more {
        width: 238px;
        height: 52px;
        border-radius: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 52px;
        color: #fff;
        background-image: url("../images/but_bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        margin-top: 30px;
        font-weight: bold; }
    .brandInfo .box1 .picBox {
      width: 57.1%;
      float: right;
      position: relative; }
      .brandInfo .box1 .picBox .bigPic {
        width: 100%;
        height: 0;
        padding-bottom: 56.3%;
        border-radius: 10px;
        overflow: hidden;
        position: relative; }
        .brandInfo .box1 .picBox .bigPic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box1 .picBox .bigPic:after {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6) 90%); }
        .brandInfo .box1 .picBox .bigPic .icon {
          position: absolute;
          z-index: 5;
          left: 50%;
          transform: translateX(-50%);
          width: 83px;
          height: 83px;
          border-radius: 100%;
          background-image: url("../images/video3.png");
          background-repeat: no-repeat;
          background-size: cover;
          top: 25%; }
      .brandInfo .box1 .picBox .itemBox {
        width: 100%;
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 6%; }
        .brandInfo .box1 .picBox .itemBox .pic {
          width: 19%;
          margin: 0 2.1%;
          border-radius: 10px;
          overflow: hidden;
          height: 0;
          border: 2px solid #d2d2d2;
          box-sizing: border-box;
          position: relative;
          padding-bottom: 13.8%; }
          .brandInfo .box1 .picBox .itemBox .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
  .brandInfo .proList {
    margin-top: 28px; }
    .brandInfo .proList .title {
      font-size: 18px;
      line-height: 40px;
      border-bottom: 1px solid #e7e7e7; }
      .brandInfo .proList .title span {
        display: inline-block;
        position: relative; }
        .brandInfo .proList .title span:after {
          width: 100%;
          height: 4px;
          background-color: #0d386f;
          content: '';
          position: absolute;
          bottom: -3px;
          left: 0; }
    .brandInfo .proList ul {
      margin-top: 32px; }
  @media (max-width: 1366px) {
    .brandInfo .box1 {
      margin-top: 45px; }
    .brandInfo .box1 .con {
      padding-top: 30px; }
    .brandInfo .box1 .picBox .bigPic .icon {
      width: 60px;
      height: 60px; } }
  @media (max-width: 1200px) {
    .brandInfo .box1 {
      margin-top: 25px; }
    .brandInfo .box1 .con {
      padding-top: 0; }
      .brandInfo .box1 .con .tits {
        font-size: 16px; }
        .brandInfo .box1 .con .tits img {
          margin-right: 10px;
          height: 36px; }
      .brandInfo .box1 .con .txt {
        margin-top: 15px;
        padding-top: 10px;
        line-height: 20px; }
      .brandInfo .box1 .con .more {
        width: 180px;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        font-size: 16px; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-bottom: 30px; }
      .brandInfo .box1 .con {
        width: 100%;
        float: none; }
        .brandInfo .box1 .con .tit1 a {
          padding: 0 8px; }
        .brandInfo .box1 .con .more {
          width: 140px;
          height: 36px;
          font-size: 14px;
          line-height: 36px; }
      .brandInfo .box1 .picBox {
        margin-top: 15px;
        width: 100%; }
        .brandInfo .box1 .picBox .bigPic .icon {
          width: 40px;
          height: 40px; }
      .brandInfo .proList .title {
        font-size: 16px;
        line-height: 34px; }
      .brandInfo .proList ul {
        margin-top: 15px; } }

.proList ul {
  padding-bottom: 42px; }
  .proList ul li {
    width: 23.4%;
    float: left;
    margin-right: 2.1%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
    background-color: #f6f6f6;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative; }
    .proList ul li:nth-child(4n) {
      margin-right: 0; }
    .proList ul li a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .proList ul li a .pic {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        position: relative;
        overflow: hidden; }
        .proList ul li a .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .proList ul li a .con {
        width: 100%;
        padding: 27px 30px 20px;
        box-sizing: border-box; }
        .proList ul li a .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #3b3b3b;
          font-weight: bold; }
        .proList ul li a .con .tit {
          font-size: 14px;
          line-height: 21px;
          height: 105px;
          color: #7b7b7b;
          margin-top: 12px;
          overflow: hidden; }
        .proList ul li a .con .more {
          width: 100%;
          font-size: 18px;
          line-height: 52px;
          color: #fff;
          border-radius: 5px;
          font-weight: bold;
          text-align: center;
          background-size: cover;
          background-image: url("../images/but_bg.png");
          background-repeat: no-repeat;
          text-transform: uppercase;
          margin-top: 13px; }
    @media (min-width: 1024px) {
      .proList ul li:hover a:after {
        width: 100%;
        height: 100%;
        border: 1px solid #32639e;
        border-bottom: 8px solid #32639e;
        overflow: hidden;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        box-sizing: border-box;
        transition: all 0.3s ease-out; }
      .proList ul li:hover a .con .tits {
        color: #1059b6; } }
@media (max-width: 1366px) {
  .proList ul li a .con {
    padding: 15px 20px; }
    .proList ul li a .con .more {
      line-height: 40px;
      font-size: 16px; }
  .proList ul li a .con .tits {
    font-size: 16px;
    line-height: 18px; }
  .proList ul li a .con .tit {
    font-size: 13px;
    line-height: 18px;
    height: 90px; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0%; } }
@media (max-width: 1024px) {
  .proList ul li {
    width: 48.5% !important;
    margin-right: 3% !important;
    margin-bottom: 20px; }
    .proList ul li:nth-child(4n) {
      margin-right: 3% !important; }
    .proList ul li:nth-child(3n) {
      margin-right: 3% !important; }
    .proList ul li:nth-child(2n) {
      margin-right: 0 !important; } }
@media (max-width: 768px) {
  .proList ul {
    padding-bottom: 20px; }
    .proList ul li {
      width: 100% !important;
      margin-bottom: 10px; }
      .proList ul li a .con .tits {
        font-size: 15px;
        line-height: 17px; } }

.product {
  padding-top: 18px;
  padding-bottom: 5%; }
  .product .content {
    margin-top: 50px; }
    .product .content .conLeft {
      width: 300px;
      float: left; }
      .product .content .conLeft .title {
        text-align: center;
        font-size: 20px;
        line-height: 72px;
        color: #fff;
        font-weight: bold;
        background-image: url("../images/but_bg.png");
        border-radius: 10px 10px 0 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-transform: uppercase; }
      .product .content .conLeft .navBox {
        border-radius: 0 0 10px 10px;
        border: 1px solid #dcdcdc;
        box-sizing: border-box;
        width: 100%;
        box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
        overflow: hidden;
        padding-bottom: 24px;
        background-color: #f6f6f6; }
        .product .content .conLeft .navBox .nav a {
          border-bottom: 1px solid #dcdcdc;
          display: flex;
          align-items: center;
          line-height: 56px;
          color: #222;
          font-size: 16px;
          background-color: #f6f6f6;
          width: 100%;
          padding-left: 65px;
          font-weight: bold;
          box-sizing: border-box; }
          .product .content .conLeft .navBox .nav a img {
            margin-right: 32px; }
          .product .content .conLeft .navBox .nav a.on {
            background-color: #fbfbfb;
            box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
            color: #1059b6; }
          @media (min-width: 1024px) {
            .product .content .conLeft .navBox .nav a:hover {
              background-color: #fbfbfb;
              color: #1059b6;
              transition: all 0.3s ease-out; } }
        .product .content .conLeft .navBox .more {
          width: calc(100% - 56px);
          height: auto;
          font-size: 20px;
          font-weight: bold;
          line-height: 56px;
          background-image: url("../images/but_bg.png");
          border-radius: 10px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          color: #fff;
          display: block;
          text-align: center;
          margin: 24px auto 0; }
    .product .content .conRight {
      width: calc(100% - 350px);
      float: right; }
      .product .content .conRight .box .title {
        border-bottom: 1px solid #eaeaea;
        font-size: 20px;
        line-height: 70px;
        color: #031a40;
        font-weight: bold; }
        .product .content .conRight .box .title span {
          display: inline-block;
          position: relative; }
          .product .content .conRight .box .title span:after {
            width: 100%;
            height: 5px;
            background-color: #1059b6;
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0; }
      .product .content .conRight .box .wordList {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px dashed #e8e8e8; }
        .product .content .conRight .box .wordList .aBox a {
          font-size: 18px;
          line-height: 50px;
          color: #7b7b7b;
          margin-right: 11px; }
          .product .content .conRight .box .wordList .aBox a.on {
            color: #1059b6; }
        .product .content .conRight .box .wordList .click {
          font-size: 14px;
          line-height: 50px;
          color: #7b7b7b; }
      .product .content .conRight .box .itemBox .item {
        padding-top: 9px;
        border-bottom: 1px dashed #e8e8e8;
        padding-bottom: 14px; }
        .product .content .conRight .box .itemBox .item .tits {
          font-size: 18px;
          line-height: 36px;
          color: #031a40;
          font-weight: bold; }
        .product .content .conRight .box .itemBox .item .tit {
          margin-top: 4px; }
          .product .content .conRight .box .itemBox .item .tit a {
            font-size: 14px;
            line-height: 28px;
            color: #7b7b7b;
            padding-right: 32px;
            text-transform: uppercase;
            position: relative;
            display: inline-block; }
            .product .content .conRight .box .itemBox .item .tit a:after {
              width: 2px;
              height: 14px;
              background-color: #919191;
              position: absolute;
              top: 8px;
              right: 15px;
              content: ''; }
            .product .content .conRight .box .itemBox .item .tit a span {
              color: #1059b6; }
            @media (min-width: 1024px) {
              .product .content .conRight .box .itemBox .item .tit a:hover {
                color: #1059b6; } }
      .product .content .conRight .box .resetBox {
        margin-top: 20px;
        display: flex;
        align-items: center; }
        .product .content .conRight .box .resetBox .t {
          border: 1px dashed #1059b6;
          font-size: 14px;
          color: #7b7b7b;
          line-height: 32px;
          display: flex;
          align-items: center;
          padding: 0 7px;
          margin-right: 19px;
          box-sizing: border-box; }
          .product .content .conRight .box .resetBox .t span {
            font-size: 15px;
            color: #1059b6;
            font-weight: bold; }
          .product .content .conRight .box .resetBox .t i {
            font-size: 10px;
            color: #123d75;
            margin-left: 8px; }
        .product .content .conRight .box .resetBox .reset {
          padding-left: 20px;
          font-size: 15px;
          line-height: 32px;
          color: #7b7b7b;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/reset.png"); }
      .product .content .conRight .proList {
        margin-top: 50px; }
        .product .content .conRight .proList ul li {
          width: 31.2%;
          margin-right: 3.2%; }
          .product .content .conRight .proList ul li:nth-child(4n) {
            margin-right: 3.2%; }
          .product .content .conRight .proList ul li:nth-child(3n) {
            margin-right: 0; }
  @media (max-width: 1280px) {
    .product .content {
      margin-top: 30px; }
    .product .content .conRight .box .wordList .aBox a {
      font-size: 15px;
      line-height: 40px;
      margin-right: 8px; }
    .product .content .conRight .box .itemBox .item .tit a {
      font-size: 13px;
      line-height: 24px;
      padding-right: 20px; }
      .product .content .conRight .box .itemBox .item .tit a:after {
        top: 4px;
        width: 1px;
        right: 8px; }
    .product .content .conRight .proList {
      margin-top: 30px; } }
  @media (max-width: 1150px) {
    .product .content .conLeft {
      display: none; }
    .product .content .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .product .content .conRight .box .title {
      font-size: 16px;
      line-height: 32px; }
      .product .content .conRight .box .title span:after {
        height: 3px;
        bottom: -2px; }
    .product .content .conRight .box .wordList {
      margin-top: 15px;
      align-items: flex-start; }
      .product .content .conRight .box .wordList .aBox a {
        font-size: 12px;
        line-height: 20px;
        margin-right: 5px; }
      .product .content .conRight .box .wordList .click {
        font-size: 13px;
        white-space: nowrap;
        margin-left: 10px;
        line-height: 20px; }
    .product .content .conRight .box .itemBox .itemBox .item .tits {
      font-size: 15px;
      line-height: 28px; }
    .product .content .conRight .box .itemBox .itemBox .item .tt a {
      font-size: 12px; }
    .product .content .conRight .box .resetBox {
      display: block;
      margin-top: 15px; }
      .product .content .conRight .box .resetBox .t {
        width: 100%;
        margin-bottom: 10px;
        justify-content: space-between; }
        .product .content .conRight .box .resetBox .t span {
          flex: 1; }
    .product .content .conRight .proList {
      margin-top: 15px; } }

.productInfo {
  padding-top: 18px;
  padding-bottom: 75px; }
  .productInfo .box1 {
    margin-top: 50px; }
    .productInfo .box1 .picBox {
      width: 50.9%;
      float: left; }
      .productInfo .box1 .picBox .list {
        width: 100%;
        height: auto; }
        .productInfo .box1 .picBox .list ul li {
          width: 100%;
          height: 0;
          padding-bottom: 75%;
          position: relative;
          overflow: hidden;
          border-radius: 10px;
          margin-right: 10px; }
          .productInfo .box1 .picBox .list ul li:last-child {
            margin-right: 0; }
          .productInfo .box1 .picBox .list ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
      .productInfo .box1 .picBox .list1 {
        width: 100%;
        margin-top: 12px;
        padding: 0 18px;
        box-sizing: border-box;
        position: relative; }
        .productInfo .box1 .picBox .list1 .listNew {
          width: 100%; }
          .productInfo .box1 .picBox .list1 .listNew ul li {
            width: 19%;
            padding-bottom: 12.6%;
            height: 0;
            overflow: hidden;
            border-radius: 10px;
            margin-right: 1.25%;
            float: left;
            position: relative;
            background-color: #000; }
            .productInfo .box1 .picBox .list1 .listNew ul li:last-child {
              margin-right: 0; }
            .productInfo .box1 .picBox .list1 .listNew ul li img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover;
              opacity: 0.4; }
            .productInfo .box1 .picBox .list1 .listNew ul li.swiper-slide-thumb-active img {
              opacity: 1; }
        .productInfo .box1 .picBox .list1 .a {
          width: 18px;
          font-size: 18px;
          line-height: 20px;
          color: #000;
          position: absolute;
          top: 0;
          height: 100%;
          display: flex;
          align-items: center; }
          .productInfo .box1 .picBox .list1 .a.prev {
            left: 0; }
          .productInfo .box1 .picBox .list1 .a.next {
            right: 0;
            flex-direction: row-reverse; }
      .productInfo .box1 .picBox .aClick {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 10px; }
        .productInfo .box1 .picBox .aClick a {
          display: flex;
          font-size: 12px;
          line-height: 20px;
          align-items: center;
          color: #333; }
          .productInfo .box1 .picBox .aClick a span {
            color: #1059b6;
            margin-right: 5px; }
          .productInfo .box1 .picBox .aClick a img {
            margin-right: 8px; }
    .productInfo .box1 .con {
      width: 45.4%;
      float: right; }
      .productInfo .box1 .con .tits {
        font-size: 20px;
        line-height: 28px;
        color: #031a40;
        font-weight: bold; }
      .productInfo .box1 .con .tit {
        margin-top: 22px; }
        .productInfo .box1 .con .tit .item {
          border-bottom: 1px dashed #ccc;
          padding: 16px 0; }
          .productInfo .box1 .con .tit .item:last-child {
            border-bottom: none; }
          .productInfo .box1 .con .tit .item .t {
            font-size: 16px;
            line-height: 34px;
            color: #000;
            display: flex;
            align-items: center; }
            .productInfo .box1 .con .tit .item .t .tt1 {
              width: 37%;
              font-weight: bold; }
            .productInfo .box1 .con .tit .item .t .tt2 {
              flex: 1; }
      .productInfo .box1 .con .btns {
        display: flex;
        margin-top: 40px; }
        .productInfo .box1 .con .btns a {
          width: 223px;
          height: 54px;
          background-image: url("../images/but_bg.png");
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 5px;
          overflow: hidden;
          font-size: 18px;
          line-height: 54px;
          color: #fff;
          display: flex;
          justify-content: center;
          font-weight: bold;
          margin-right: 42px;
          align-items: center; }
          .productInfo .box1 .con .btns a:last-child {
            margin-right: 0; }
          .productInfo .box1 .con .btns a img {
            margin-right: 15px; }
  .productInfo .content {
    margin-top: 50px; }
    .productInfo .content .conLeft {
      width: 905px;
      max-width: calc(100% - 390px);
      float: left;
      border-bottom: 1px dashed #ccc;
      padding-bottom: 40px; }
      .productInfo .content .conLeft .infoBox {
        border-top: 1px dashed #ccc; }
        .productInfo .content .conLeft .infoBox .item {
          border-bottom: 1px dashed #ccc;
          padding-top: 28px;
          padding-bottom: 17px; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 16px;
            line-height: 18px;
            color: #000000;
            font-weight: bold; }
          .productInfo .content .conLeft .infoBox .item .tit {
            color: #3b3b3b;
            font-size: 14px;
            line-height: 35px;
            display: flex;
            flex-wrap: wrap;
            margin-top: 16px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              display: flex;
              width: 50%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt {
                width: 50%; }
      .productInfo .content .conLeft .details {
        margin-top: 28px; }
        .productInfo .content .conLeft .details .tits {
          font-size: 16px;
          line-height: 18px;
          color: #000000;
          font-weight: bold; }
        .productInfo .content .conLeft .details .tableBox {
          margin-top: 30px; }
          .productInfo .content .conLeft .details .tableBox tr {
            font-size: 14px;
            line-height: 20px; }
            .productInfo .content .conLeft .details .tableBox tr th, .productInfo .content .conLeft .details .tableBox tr td {
              border: 1px solid #ddd;
              padding: 8px 20px; }
              .productInfo .content .conLeft .details .tableBox tr th:nth-child(1), .productInfo .content .conLeft .details .tableBox tr td:nth-child(1) {
                padding: 0 30px;
                font-weight: bold;
                white-space: nowrap; }
            .productInfo .content .conLeft .details .tableBox tr th {
              background-color: #e4e4e4;
              text-align: left; }
      .productInfo .content .conLeft .xxx {
        font-size: 16px;
        line-height: 18px;
        color: #000000;
        font-weight: bold;
        margin-top: 30px;
        border-top: 1px dashed #ccc;
        padding-top: 28px; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        margin-top: 32px;
        max-width: 100%;
        overflow: hidden; }
        .productInfo .content .conLeft .box2 .ps {
          margin-top: 12px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0 18px;
            box-sizing: border-box;
            margin-top: 17px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              margin-bottom: 12px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                display: flex;
                align-items: center;
                font-size: 16px;
                line-height: 8px;
                color: #384b86;
                font-weight: bold; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .tits img {
                  margin-right: 5px;
                  margin-top: -3px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
                display: flex;
                justify-content: space-between;
                margin-top: 8px; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                  width: 23.1%;
                  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                    width: 100%; }
        .productInfo .content .conLeft .box2 .oc .ocNew {
          width: calc(100% - 30px);
          margin: 14px auto 0;
          display: flex;
          position: relative; }
          .productInfo .content .conLeft .box2 .oc .ocNew .con {
            background-image: url("../images/oc_bg1.jpg");
            padding: 22px 28px 25px;
            font-size: 12px;
            line-height: 15px;
            color: #fff;
            width: 38.6%;
            background-size: cover;
            background-repeat: no-repeat;
            box-sizing: border-box; }
          .productInfo .content .conLeft .box2 .oc .ocNew .picBox {
            width: 61.4%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: absolute;
            top: 10px;
            height: calc(100% - 10px);
            right: 0; }
            .productInfo .content .conLeft .box2 .oc .ocNew .picBox .pic {
              width: calc(50% - 2px);
              height: calc(50% - 2px);
              position: relative;
              overflow: hidden;
              margin-bottom: 4px; }
              .productInfo .content .conLeft .box2 .oc .ocNew .picBox .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
              .productInfo .content .conLeft .box2 .oc .ocNew .picBox .pic:nth-child(n + 2) {
                margin-bottom: 0; }
        .productInfo .content .conLeft .box2 .oc .ocBox {
          width: 100%;
          position: relative; }
          .productInfo .content .conLeft .box2 .oc .ocBox .item {
            width: 89.7%;
            height: 75px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right center;
            background-image: url("../images/line1.png"); }
            .productInfo .content .conLeft .box2 .oc .ocBox .item .t {
              text-align: center; }
              .productInfo .content .conLeft .box2 .oc .ocBox .item .t img {
                display: block;
                margin: 0 auto; }
              .productInfo .content .conLeft .box2 .oc .ocBox .item .t p {
                font-size: 12px;
                line-height: 15px;
                color: #fff;
                text-transform: uppercase;
                margin-top: 7px; }
          .productInfo .content .conLeft .box2 .oc .ocBox .logo {
            height: 75px;
            position: absolute;
            top: -10px;
            right: 0; }
            .productInfo .content .conLeft .box2 .oc .ocBox .logo img {
              height: 75px; }
        .productInfo .content .conLeft .box2 .oa {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .oa .txt {
            font-size: 11px;
            line-height: 14px;
            color: #8e8e8f;
            text-align: center;
            max-width: 92%;
            margin: 15px auto 0;
            width: 485px; }
          .productInfo .content .conLeft .box2 .oa .tit {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 16px; }
            .productInfo .content .conLeft .box2 .oa .tit .t {
              width: 22.4%;
              border-radius: 22px;
              background-color: #fff;
              display: flex;
              margin: 0 0.6% 12px;
              box-shadow: 1.5px 2.598px 4px 0px rgba(0, 0, 0, 0.21);
              align-items: center; }
              .productInfo .content .conLeft .box2 .oa .tit .t p {
                padding-left: 5px;
                font-size: 10px;
                line-height: 15px;
                color: #1f57a6; }
                .productInfo .content .conLeft .box2 .oa .tit .t p span {
                  font-size: 13px;
                  color: #131d25;
                  font-weight: bold; }
        .productInfo .content .conLeft .box2 .cer {
          margin-top: 3px;
          position: relative; }
          .productInfo .content .conLeft .box2 .cer .pic {
            margin-top: 29px; }
          .productInfo .content .conLeft .box2 .cer .con {
            position: absolute;
            top: 70px;
            left: 18px;
            width: 46.7%;
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 19px;
            color: #8e8e8f; }
            .productInfo .content .conLeft .box2 .cer .con img {
              margin-right: 13px; }
        .productInfo .content .conLeft .box2 .twc {
          margin-top: 16px; }
          .productInfo .content .conLeft .box2 .twc .pic {
            margin-top: 40px; }
        .productInfo .content .conLeft .box2 .ass {
          margin-top: 35px; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            margin-top: 25px; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              display: flex;
              align-items: center; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 200px;
                border-radius: 0 63px 63px 0;
                overflow: hidden;
                box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.57);
                margin-right: 35px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                color: #164ca0;
                flex: 1; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t {
                  font-size: 15px;
                  line-height: 17px;
                  font-weight: bold;
                  position: relative; }
                  .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t img {
                    position: absolute;
                    top: 0;
                    left: -32px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t1 {
                  font-size: 11px;
                  line-height: 14px;
                  margin-top: 6px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) {
                flex-direction: row-reverse; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic {
                  border-radius: 63px 0 0 63px;
                  margin-left: 35px;
                  margin-right: 0; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con {
                  text-align: right; }
                  .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con .t img {
                    right: -32px;
                    left: auto; }
        .productInfo .content .conLeft .box2 .cb {
          margin-top: 16px; }
          .productInfo .content .conLeft .box2 .cb .title {
            box-shadow: 0 13px 13px rgba(26, 26, 26, 0.7);
            position: relative;
            z-index: 5; }
          .productInfo .content .conLeft .box2 .cb .cbNew {
            background-size: cover;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("../images/cb_bg.jpg");
            padding-top: 26px; }
            .productInfo .content .conLeft .box2 .cb .cbNew .tits {
              width: 67.5%;
              margin: 0 auto 0; }
            .productInfo .content .conLeft .box2 .cb .cbNew .itemBox {
              margin-top: 18px; }
              .productInfo .content .conLeft .box2 .cb .cbNew .itemBox .item {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap; }
                .productInfo .content .conLeft .box2 .cb .cbNew .itemBox .item a {
                  width: 19.7%;
                  height: 58px;
                  background-color: #fff;
                  display: block;
                  position: relative;
                  border-radius: 5px;
                  overflow: hidden;
                  margin-bottom: 8px; }
                  .productInfo .content .conLeft .box2 .cb .cbNew .itemBox .item a img {
                    max-width: 80%;
                    max-height: 70%;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    position: absolute; }
                  .productInfo .content .conLeft .box2 .cb .cbNew .itemBox .item a:nth-child(2n) {
                    background-image: url("../images/logo_bg.png"); }
        .productInfo .content .conLeft .box2 .cv .itemBox {
          padding: 10px; }
          .productInfo .content .conLeft .box2 .cv .itemBox .item {
            width: 24.4%;
            margin-right: 0.8%;
            margin-bottom: 0.8%;
            float: left;
            position: relative; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item:nth-child(4n) {
              margin-right: 0; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item .pic {
              width: 100%;
              height: 0;
              padding-bottom: 70.8%;
              position: relative;
              overflow: hidden; }
              .productInfo .content .conLeft .box2 .cv .itemBox .item .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item .t {
              text-align: center;
              font-size: 8px;
              line-height: 10px;
              color: #fff;
              text-transform: uppercase;
              font-style: italic;
              padding: 4px 0;
              background-size: cover;
              background-image: url("../images/cv2.jpg");
              background-position: center;
              background-repeat: no-repeat;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0; }
        .productInfo .content .conLeft .box2 .opt {
          margin-top: 8px; }
          .productInfo .content .conLeft .box2 .opt .optNew {
            position: relative; }
            .productInfo .content .conLeft .box2 .opt .optNew .pic {
              width: 73.2%;
              float: left;
              position: relative;
              z-index: 5; }
            .productInfo .content .conLeft .box2 .opt .optNew .itemBox {
              width: 34.5%;
              position: absolute;
              top: 15px;
              right: 0;
              z-index: 3; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item {
                margin-bottom: 15px; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t {
                  font-size: 11px;
                  line-height: 27px;
                  color: #fff;
                  position: relative;
                  font-weight: bold; }
                  .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t span {
                    position: relative;
                    z-index: 5; }
                  .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t:after {
                    width: 327px;
                    height: 27px;
                    position: absolute;
                    background-image: url("../images/opt_bg.png");
                    background-size: cover;
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t1 {
                  font-size: 11px;
                  line-height: 17px;
                  color: #164ca0;
                  padding-right: 15px;
                  box-sizing: border-box;
                  margin-top: 7px; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(1) {
                  padding-left: 21%; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(2) {
                  padding-left: 9%; }
        .productInfo .content .conLeft .box2 .co {
          margin-top: 13px; }
          .productInfo .content .conLeft .box2 .co .title {
            box-shadow: 0 13px 13px rgba(26, 26, 26, 0.7);
            position: relative;
            z-index: 5; }
          .productInfo .content .conLeft .box2 .co .coNew {
            width: 100%;
            position: relative; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 34.1%;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("../images/co_bg.jpg");
              padding: 25px 48px 40px 20px;
              box-sizing: border-box; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t {
                display: flex;
                align-items: flex-start;
                font-size: 12px;
                line-height: 28px;
                color: #fff; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t img {
                  width: 18px;
                  height: 18px;
                  margin-right: 10px; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox {
              width: 66.5%;
              float: right;
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 12px; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .pic {
                width: 44%; }
                .productInfo .content .conLeft .box2 .co .coNew .picBox .pic:nth-child(2) {
                  width: 54.7%; }
                .productInfo .content .conLeft .box2 .co .coNew .picBox .pic:nth-child(3) {
                  width: 100%;
                  margin-top: 4px; }
        .productInfo .content .conLeft .box2 .faq {
          margin-top: 16px; }
          .productInfo .content .conLeft .box2 .faq .itemBox {
            padding-left: 18px;
            padding-right: 100px;
            margin-top: 22px; }
            .productInfo .content .conLeft .box2 .faq .itemBox .item {
              margin-bottom: 16px; }
              .productInfo .content .conLeft .box2 .faq .itemBox .item .t {
                font-size: 15px;
                line-height: 24px;
                color: #164ca0;
                font-weight: bold; }
              .productInfo .content .conLeft .box2 .faq .itemBox .item .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #504f4f; }
    .productInfo .content .conRight {
      width: 360px;
      float: right; }
      .productInfo .content .conRight .top {
        width: 100%;
        border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px rgba(183, 183, 183, 0.4);
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/topBg.jpg");
        overflow: hidden; }
        .productInfo .content .conRight .top .con {
          padding: 32px 22px 30px; }
          .productInfo .content .conRight .top .con .tits {
            text-align: center;
            font-size: 18px;
            line-height: 20px;
            font-weight: bold;
            color: #031a40;
            text-transform: uppercase;
            border-bottom: 1px dashed #334664;
            padding-bottom: 16px; }
            .productInfo .content .conRight .top .con .tits img {
              display: block;
              margin: 0 auto 17px; }
          .productInfo .content .conRight .top .con .txt {
            font-size: 12px;
            line-height: 26px;
            color: #3b3b3b;
            margin-top: 22px; }
          .productInfo .content .conRight .top .con .tit {
            font-size: 15px;
            line-height: 17px;
            color: #031a40;
            font-weight: bold;
            margin-top: 16px; }
          .productInfo .content .conRight .top .con .tit1 {
            font-size: 0;
            margin-top: 12px; }
            .productInfo .content .conRight .top .con .tit1 a {
              font-size: 12px;
              padding: 0 12px;
              min-width: 60px;
              box-sizing: border-box;
              color: #3b3b3b;
              background-color: #f6f6f6;
              border-radius: 5px;
              box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
              margin-right: 12px;
              line-height: 24px;
              display: inline-block;
              text-align: center; }
        .productInfo .content .conRight .top .more {
          width: 100%;
          height: 80px;
          text-align: center;
          font-size: 18px;
          line-height: 80px;
          color: #fff;
          background-image: url("../images/but_bg.png");
          background-size: cover;
          background-repeat: no-repeat;
          display: block;
          font-weight: bold; }
      .productInfo .content .conRight .proList {
        margin-top: 32px; }
        .productInfo .content .conRight .proList ul {
          padding-bottom: 0; }
          .productInfo .content .conRight .proList ul li {
            width: 100%;
            float: none; }
  .productInfo .hot .proList {
    margin-top: 28px; }
    .productInfo .hot .proList .title {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      margin-bottom: 32px; }
    .productInfo .hot .proList ul {
      margin-top: 0;
      padding-bottom: 0; }
      .productInfo .hot .proList ul li a .con .tits {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        color: #3b3b3b;
        margin-bottom: 10px; }
  @media (max-width: 1366px) {
    .productInfo .box1 .con .tit {
      margin-top: 15px; }
      .productInfo .box1 .con .tit .item {
        padding: 10px 0; }
        .productInfo .box1 .con .tit .item .t {
          font-size: 14px;
          line-height: 28px; }
    .productInfo .box1 .con .btns {
      margin-top: 20px; }
      .productInfo .box1 .con .btns a {
        width: 185px;
        font-size: 16px; } }
  @media (max-width: 1200px) {
    .productInfo .box1 .con .tits {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 1150px) {
    .productInfo .content .conLeft {
      width: 100%;
      max-width: 100%;
      float: none; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .productInfo .content .conLeft .infoBox .item .tit {
      font-size: 12px;
      line-height: 24px; }
    .productInfo .content .conLeft .details .tableBox tr {
      font-size: 12px;
      line-height: 18px; } }
  @media (max-width: 960px) {
    .productInfo .box1 {
      margin-top: 20px; }
      .productInfo .box1 .picBox {
        width: 100%;
        float: none; }
      .productInfo .box1 .con {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .productInfo .box1 .con .tits {
          font-size: 15px; }
        .productInfo .box1 .con .tit {
          margin-top: 10px; }
          .productInfo .box1 .con .tit .item {
            padding: 5px 0; }
            .productInfo .box1 .con .tit .item .t {
              font-size: 12px; }
        .productInfo .box1 .con .btns {
          margin-top: 10px; }
          .productInfo .box1 .con .btns a {
            font-size: 13px;
            height: 40px;
            line-height: 40px;
            margin-right: 10px; }
            .productInfo .box1 .con .btns a img {
              margin-right: 5px; }
            .productInfo .box1 .con .btns a:nth-child(1) img {
              width: 18px; }
            .productInfo .box1 .con .btns a:nth-child(2) img {
              width: 20px; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-bottom: 40px; }
      .productInfo .content {
        margin-top: 20px; }
      .productInfo .content .conLeft .infoBox .item {
        padding-top: 10px;
        padding-bottom: 10px; }
      .productInfo .content .conLeft .infoBox .item .tit {
        display: block; }
        .productInfo .content .conLeft .infoBox .item .tit .t {
          width: 100%; }
          .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(1) {
            width: 45%; }
          .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2) {
            width: 55%; }
      .productInfo .content .conLeft .details .tableBox {
        margin-top: 15px;
        overflow-x: auto; }
        .productInfo .content .conLeft .details .tableBox table {
          width: 800px; }
          .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
            padding: 6px 10px; }
            .productInfo .content .conLeft .details .tableBox table tr td:nth-child(1), .productInfo .content .conLeft .details .tableBox table tr th:nth-child(1) {
              padding: 6px 10px; }
      .productInfo .content .conLeft .xxx {
        margin-top: 15px;
        padding-top: 15px; }
      .productInfo .content .conLeft {
        padding-bottom: 15px; }
        .productInfo .content .conLeft .box2 {
          margin-top: 15px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
              font-size: 14px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
              flex-wrap: wrap; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                width: 48.5%;
                margin-bottom: 10px; }
          .productInfo .content .conLeft .box2 .oc .ocNew {
            width: 100%;
            margin: 0;
            display: block; }
            .productInfo .content .conLeft .box2 .oc .ocNew .con {
              width: 100%;
              padding: 15px; }
            .productInfo .content .conLeft .box2 .oc .ocNew .picBox {
              width: 100%;
              position: relative;
              height: 66vw;
              top: auto; }
          .productInfo .content .conLeft .box2 .oc .ocBox .item {
            width: 100%;
            padding-right: 20%; }
          .productInfo .content .conLeft .box2 .oc .ocBox .logo {
            display: none; }
          .productInfo .content .conLeft .box2 .oa .tit .t {
            width: 48.5%; }
            .productInfo .content .conLeft .box2 .oa .tit .t p span {
              font-size: 12px; }
          .productInfo .content .conLeft .box2 .cer .con {
            width: 100%;
            position: relative;
            top: auto;
            left: auto;
            margin-top: 10px; }
          .productInfo .content .conLeft .box2 .cer .pic {
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .cer .pic img {
              width: 140%;
              margin-left: -40%; }
          .productInfo .content .conLeft .box2 .ass {
            margin-top: 20px; }
            .productInfo .content .conLeft .box2 .ass .itemBox {
              margin-top: 15px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item {
                display: block;
                margin-bottom: 10px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                  width: 100% !important;
                  border-radius: 10px !important;
                  margin: 0 !important; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                  text-align: left !important;
                  margin-top: 10px; }
          .productInfo .content .conLeft .box2 .cb .cbNew .tits {
            width: 90%; }
          .productInfo .content .conLeft .box2 .cb .cbNew .itemBox .item a {
            width: 32%; }
          .productInfo .content .conLeft .box2 .cv .itemBox {
            padding: 10px 0; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item {
              width: 48%;
              margin-bottom: 5px; }
          .productInfo .content .conLeft .box2 .opt .optNew .pic {
            width: 100%;
            float: none; }
          .productInfo .content .conLeft .box2 .opt .optNew .itemBox {
            width: 100%;
            position: relative;
            top: auto;
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item {
              padding-left: 0 !important;
              margin-bottom: 10px; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t {
                color: #164ca0;
                font-weight: bold;
                font-size: 14px; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t:after {
                  display: none; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .t1 {
                margin-top: 0; }
          .productInfo .content .conLeft .box2 .co .coNew {
            display: block; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 100%; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox {
              position: relative;
              top: auto;
              right: auto;
              width: 100%;
              transform: translateY(0); }
          .productInfo .content .conLeft .box2 .faq .itemBox {
            padding: 0; }
      .productInfo .content .conRight {
        display: block;
        width: 100%;
        float: none;
        margin-top: 15px; }
        .productInfo .content .conRight .top .more {
          font-size: 15px;
          line-height: 40px;
          height: 40px; }
        .productInfo .content .conRight .proList {
          display: none; }
      .productInfo .hot .proList .title {
        margin-bottom: 0; }
      .productInfo .hot .proList ul {
        margin-top: 15px; }
        .productInfo .hot .proList ul li {
          margin-bottom: 0; }
          .productInfo .hot .proList ul li:nth-child(n + 2) {
            display: none; } }

.error {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 155px; }
  .error .num {
    font-size: 11.66667vw;
    line-height: 10.41667vw;
    color: #020202;
    font-weight: bold;
    position: relative;
    z-index: 5; }
  .error .t {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #020202;
    margin-top: 10px;
    position: relative;
    z-index: 5; }
  .error .more {
    width: 165px;
    height: 38px;
    background-color: #00449b;
    text-align: center;
    display: block;
    font-size: 19px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    margin: 30px auto 0;
    border-radius: 19px;
    position: relative;
    z-index: 5; }
  .error img {
    width: 835px;
    max-width: 92%;
    margin: -107px auto 0;
    display: block; }
  @media (max-width: 768px) {
    .error {
      padding: 30% 0; }
      .error .t {
        font-size: 12px;
        line-height: 16px;
        max-width: 56%;
        margin: 10px auto 0; } }

.searchPage {
  width: 975px;
  max-width: 92%;
  margin: 0 auto;
  padding-bottom: 7%; }
  .searchPage .searchBox {
    width: 100%;
    height: 77px;
    border-radius: 40px;
    background-size: cover;
    background-image: url("../images/searchBg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px;
    box-sizing: border-box;
    margin: -38.5px auto 0;
    position: relative;
    z-index: 5; }
    .searchPage .searchBox .searchNew {
      width: 100%;
      height: 65px;
      border-radius: 33px;
      background-color: #fff;
      display: flex;
      align-items: center; }
      .searchPage .searchBox .searchNew .text {
        flex: 1;
        padding-left: 26px;
        font-size: 20px;
        font-weight: bold;
        line-height: 65px;
        border: none;
        background: none;
        color: #666; }
      .searchPage .searchBox .searchNew .submit {
        width: 105px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center; }
  .searchPage .tabs {
    display: flex;
    justify-content: center;
    margin-top: 47px; }
    .searchPage .tabs a {
      padding: 0 36px;
      font-size: 16px;
      line-height: 24px;
      color: #031a40;
      font-weight: bold;
      position: relative;
      display: block; }
      .searchPage .tabs a:after {
        width: 1px;
        height: 17px;
        background-color: #031a40;
        content: '';
        position: absolute;
        right: 0;
        top: 3px; }
      .searchPage .tabs a:before {
        width: 14px;
        height: 8px;
        background-size: cover;
        background-image: url("../images/sj5.png");
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -7px;
        bottom: -7px;
        display: none; }
      .searchPage .tabs a:last-child:after {
        display: none; }
      .searchPage .tabs a.on {
        color: #0d386f; }
        .searchPage .tabs a.on:before {
          display: block; }
      @media (min-width: 1024px) {
        .searchPage .tabs a:hover {
          color: #0d386f; } }
  .searchPage .list {
    margin-top: 60px; }
    .searchPage .list ul li {
      background-color: #f9f9f9;
      margin-bottom: 48px;
      border-radius: 10px;
      overflow: hidden; }
      .searchPage .list ul li a {
        width: 100%;
        display: block;
        padding: 1.97917vw 4.6875vw 1.5625vw;
        box-sizing: border-box; }
        .searchPage .list ul li a .tits {
          font-size: 16px;
          line-height: 25px;
          color: #020202;
          font-weight: bold; }
        .searchPage .list ul li a .tit {
          font-size: 14px;
          line-height: 25px;
          color: #7b7b7b;
          margin-top: 10px; }
        .searchPage .list ul li a .tit1 {
          display: flex;
          flex-direction: row-reverse;
          align-items: center;
          margin-top: 20px; }
          .searchPage .list ul li a .tit1 .t {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 16px;
            color: #031a40; }
            .searchPage .list ul li a .tit1 .t img {
              margin-left: 15px; }
      @media (min-width: 1024px) {
        .searchPage .list ul li:hover {
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
          .searchPage .list ul li:hover a .tits {
            color: #0d386f; } }
  @media (max-width: 1024px) {
    .searchPage .tabs a {
      padding: 0 20px; }
    .searchPage .list ul li {
      margin-bottom: 28px; } }
  @media (max-width: 768px) {
    .searchPage {
      padding-bottom: 35px; }
      .searchPage .searchBox {
        height: 50px;
        margin: -25px auto 0;
        padding: 5px; }
        .searchPage .searchBox .searchNew {
          height: 40px; }
          .searchPage .searchBox .searchNew .text {
            height: 40px;
            font-size: 14px; }
          .searchPage .searchBox .searchNew .submit {
            height: 40px;
            width: 60px; }
            .searchPage .searchBox .searchNew .submit img {
              width: 20px; }
      .searchPage .tabs {
        overflow-y: hidden;
        overflow-x: auto;
        height: 30px;
        justify-content: safe left;
        margin-top: 20px; }
        .searchPage .tabs a {
          white-space: nowrap;
          padding: 0 10px;
          font-size: 13px;
          line-height: 30px; }
      .searchPage .list {
        margin-top: 15px; }
        .searchPage .list ul li {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          margin-bottom: 15px; }
          .searchPage .list ul li a {
            padding: 15px; }
            .searchPage .list ul li a .tit {
              font-size: 13px;
              line-height: 20px; }
            .searchPage .list ul li a .tit1 .t {
              font-size: 13px; } }

.about {
  padding-top: 18px;
  padding-bottom: 7.7%; }
  .about .box1 {
    padding-top: 6%; }
    .about .box1 .con {
      width: 42.8%;
      float: left;
      padding-top: 40px; }
      .about .box1 .con .indexTitle {
        color: #020202;
        text-align: left; }
      .about .box1 .con .tit {
        font-size: 14px;
        line-height: 25px;
        color: #7b7b7b;
        margin-top: 18px; }
      .about .box1 .con .tit1 {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 30px; }
        .about .box1 .con .tit1 a {
          width: 104px;
          height: 30px;
          border-radius: 15px;
          background-color: #1059b6;
          display: block;
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          color: #fff; }
          @media (min-width: 1024px) {
            .about .box1 .con .tit1 a:hover {
              background-color: #0d386f; } }
    .about .box1 .picBox {
      width: 48.4%;
      float: right;
      margin-right: 20px;
      position: relative; }
      .about .box1 .picBox .txt {
        width: 71.8%;
        position: absolute;
        top: -12.3%;
        left: -17%;
        z-index: 3; }
      .about .box1 .picBox:after {
        width: 233px;
        height: 133px;
        border-radius: 30px;
        background-color: #0d386f;
        content: '';
        position: absolute;
        top: -18px;
        left: -44px; }
      .about .box1 .picBox:before {
        width: 133px;
        height: 125px;
        border-radius: 5px 5px 63px 63px;
        background-color: #1059b6;
        content: '';
        position: absolute;
        right: -20px;
        bottom: -40px; }
      .about .box1 .picBox .pic {
        z-index: 5;
        width: 100%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        position: relative; }
        .about .box1 .picBox .pic:after {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/about_bg1.png");
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          z-index: 4; }
        .about .box1 .picBox .pic .video {
          width: 100%;
          height: 100%;
          object-fit: fill;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: 0; }
        .about .box1 .picBox .pic .icon {
          width: 84px;
          height: 84px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/video3.png");
          z-index: 5;
          cursor: pointer; }
        .about .box1 .picBox .pic.on .video {
          z-index: 4;
          opacity: 1; }
        .about .box1 .picBox .pic.on .icon {
          z-index: -1;
          opacity: 0; }
        @media (min-width: 1024px) {
          .about .box1 .picBox .pic.on:hover .icon {
            opacity: 1;
            z-index: 5; } }
    @media (max-width: 1200px) {
      .about .box1 .con {
        padding-top: 20px; }
        .about .box1 .con .tit {
          font-size: 13px;
          line-height: 20px; }
      .about .box1 .picBox .pic .icon {
        width: 60px;
        height: 60px; } }
    @media (max-width: 1024px) {
      .about .box1 .con {
        padding-top: 0; }
        .about .box1 .con .tit1 {
          margin-top: 10px; } }
    @media (max-width: 768px) {
      .about .box1 .con {
        width: 100%;
        float: none; }
      .about .box1 .picBox {
        width: 100%;
        margin-right: 0;
        margin-top: 15px; }
        .about .box1 .picBox:before {
          width: 80px;
          height: 100px;
          border-radius: 0 0 40px 40px;
          bottom: -20px; } }
  .about .box2 {
    padding-top: 4.4%; }
    .about .box2 .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 35px; }
      .about .box2 .list .item {
        width: 18.9%;
        overflow: hidden;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #0d386f;
        box-sizing: border-box; }
        .about .box2 .list .item .pic {
          width: 100%; }
        .about .box2 .list .item .con {
          width: 100%;
          padding: 0 16px 10px;
          box-sizing: border-box;
          color: #0d386f;
          margin-top: -20px; }
          .about .box2 .list .item .con .icon {
            width: 34px; }
            .about .box2 .list .item .con .icon img:nth-child(2) {
              display: none; }
          .about .box2 .list .item .con .tits {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            margin-top: 15px; }
          .about .box2 .list .item .con .tit {
            font-size: 12px;
            line-height: 14px;
            max-height: 42px;
            margin-top: 15px; }
          .about .box2 .list .item .con .tit1 {
            display: flex;
            flex-direction: row-reverse;
            margin-top: 2px; }
            .about .box2 .list .item .con .tit1 i {
              width: 22px;
              background-color: #0d386f;
              height: 22px;
              border-radius: 100%;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("../images/c1.png"); }
        @media (min-width: 1024px) {
          .about .box2 .list .item:hover {
            box-shadow: 0px 2px 6px 0px rgba(16, 89, 182, 0.32);
            background-color: #0d386f;
            transform: all 0.3s ease-out; }
            .about .box2 .list .item:hover .con {
              color: #fff; }
              .about .box2 .list .item:hover .con .icon img:nth-child(1) {
                display: none; }
              .about .box2 .list .item:hover .con .icon img:nth-child(2) {
                display: block; } }
    @media (max-width: 1366px) {
      .about .box2 .list .item .con .tit {
        max-height: 70px; } }
    @media (max-width: 1150px) {
      .about .box2 .list {
        flex-wrap: wrap; }
        .about .box2 .list .item {
          width: 32%;
          margin-bottom: 15px; }
          .about .box2 .list .item:nth-child(n + 4) {
            width: 49%; } }
    @media (max-width: 768px) {
      .about .box2 {
        padding-top: 30px; }
        .about .box2 .list {
          margin-top: 15px;
          display: block; }
          .about .box2 .list .item {
            width: 100% !important;
            margin-bottom: 10px; } }
  .about .box3 {
    margin-top: 4.6%; }
    .about .box3 .w1400 {
      display: flex;
      padding: 6.875vw 0;
      justify-content: center; }
      .about .box3 .w1400 .item {
        color: #fff;
        margin-right: 5.20833vw; }
        .about .box3 .w1400 .item:last-child {
          margin-right: 0; }
        .about .box3 .w1400 .item .t {
          font-size: 54px;
          line-height: 40px;
          height: 40px;
          display: flex;
          align-items: flex-end;
          font-weight: bold; }
          .about .box3 .w1400 .item .t i {
            font-weight: normal;
            font-size: 17px;
            line-height: 19px;
            margin-left: 6px; }
        .about .box3 .w1400 .item .t1 {
          font-size: 24px;
          line-height: 26px;
          font-weight: bold;
          margin-top: 10px; }
    @media (max-width: 1366px) {
      .about .box3 .w1400 .item .t {
        font-size: 40px;
        line-height: 30px;
        height: 30px; }
        .about .box3 .w1400 .item .t i {
          font-size: 15px;
          line-height: 17px; }
      .about .box3 .w1400 .item .t1 {
        font-size: 20px;
        line-height: 22px; } }
    @media (max-width: 1200px) {
      .about .box3 .w1400 .item .t {
        font-size: 30px;
        line-height: 24px;
        height: 24px; }
        .about .box3 .w1400 .item .t i {
          font-size: 13px;
          line-height: 15px; }
      .about .box3 .w1400 .item .t1 {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1024px) {
      .about .box3 .pc {
        display: none; } }
    @media (max-width: 768px) {
      .about .box3 {
        margin-top: 25px; }
        .about .box3 .w1400 {
          flex-wrap: wrap;
          padding: 25px 0; }
          .about .box3 .w1400 .item {
            width: 33%;
            margin-right: 0;
            text-align: center;
            padding: 15px 0; }
            .about .box3 .w1400 .item:nth-child(n + 4) {
              width: 50%; }
            .about .box3 .w1400 .item .t {
              justify-content: center;
              font-size: 24px;
              line-height: 20px;
              height: 20px; }
              .about .box3 .w1400 .item .t i {
                font-size: 12px;
                line-height: 14px; }
            .about .box3 .w1400 .item .t1 {
              font-size: 14px; } }
  .about .box4 {
    padding-top: 4.3%; }
    .about .box4 .list {
      padding: 0 44px;
      box-sizing: border-box;
      width: 100%;
      margin-top: 33px;
      position: relative; }
      .about .box4 .list .a {
        width: 40px;
        height: 40px;
        z-index: 10;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        background-color: #f6f6f6;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 100%; }
        .about .box4 .list .a.prev {
          left: 24px;
          background-image: url("../images/honor_prev.png"); }
        .about .box4 .list .a.next {
          right: 24px;
          background-image: url("../images/honor_next.png"); }
        @media (min-width: 1024px) {
          .about .box4 .list .a:hover {
            background-color: #0d386f; }
            .about .box4 .list .a:hover.prev {
              background-image: url("../images/honor_prev_h.png"); }
            .about .box4 .list .a:hover.next {
              background-image: url("../images/honor_next_h.png"); } }
      .about .box4 .list ul {
        width: 16.8%;
        margin: 0 auto;
        padding-bottom: 24.4%;
        display: flex;
        align-items: center;
        position: relative; }
        .about .box4 .list ul li {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: auto;
          z-index: 0;
          transform: translate(500%, -50%);
          transition: all 0.4s ease-out; }
          .about .box4 .list ul li:nth-child(1) {
            transform: translate(-464.5%, -50%);
            z-index: 1;
            width: 53.2%;
            opacity: 0.6; }
          .about .box4 .list ul li:nth-child(2) {
            transform: translate(-316.5%, -50%);
            width: 62.3%;
            z-index: 2;
            opacity: 0.6; }
          .about .box4 .list ul li:nth-child(3) {
            transform: translate(-194.5%, -50%);
            width: 71.4%;
            z-index: 3;
            opacity: 0.7; }
          .about .box4 .list ul li:nth-child(4) {
            transform: translate(-89.5%, -50%);
            width: 80.5%;
            z-index: 4;
            opacity: 0.8; }
          .about .box4 .list ul li:nth-child(5) {
            transform: translate(0%, -50%);
            width: 100%;
            z-index: 5;
            opacity: 1; }
          .about .box4 .list ul li:nth-child(6) {
            transform: translate(114.5%, -50%);
            width: 80.5%;
            z-index: 4;
            opacity: 0.8; }
          .about .box4 .list ul li:nth-child(7) {
            transform: translate(236.5%, -50%);
            width: 71.4%;
            z-index: 3;
            opacity: 0.7; }
          .about .box4 .list ul li:nth-child(8) {
            transform: translate(379.5%, -50%);
            width: 62.3%;
            z-index: 2;
            opacity: 0.6; }
          .about .box4 .list ul li:nth-child(9) {
            transform: translate(553.5%, -50%);
            width: 53.2%;
            z-index: 1;
            opacity: 0.6; }
    @media (max-width: 1200px) {
      .about .box4 .list {
        padding: 0; }
        .about .box4 .list .a.prev {
          left: -20px; }
        .about .box4 .list .a.next {
          right: -20px; }
        .about .box4 .list ul {
          width: 22%;
          padding-bottom: 32.4%; } }
    @media (max-width: 768px) {
      .about .box4 {
        padding-top: 25px; }
        .about .box4 .list {
          margin-top: 15px; }
          .about .box4 .list ul {
            width: 60%;
            padding-bottom: 87.4%; } }
  .about .box5 {
    padding-top: 4.3%; }
    .about .box5 .list {
      margin-top: 35px;
      overflow: inherit; }
      .about .box5 .list ul li {
        width: 16.7%;
        margin-right: 1.1%;
        background-color: #f6f6f6;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid #f6f6f6;
        box-sizing: border-box;
        padding: 54px 22px 10px;
        float: left;
        height: 310px; }
        .about .box5 .list ul li:last-child {
          margin-right: 0; }
        .about .box5 .list ul li .tits {
          font-size: 14px;
          line-height: 16px;
          color: #0d386f;
          font-weight: bold; }
        .about .box5 .list ul li .tit {
          font-size: 12px;
          line-height: 16px;
          color: #7a7979;
          height: 80px;
          overflow: hidden;
          margin-top: 23px; }
        .about .box5 .list ul li.on {
          border-color: #1059b6;
          box-shadow: 0px 0px 8px 0px rgba(120, 120, 120, 0.8);
          width: 34.8%; }
      .about .box5 .list .btns {
        width: 100%;
        height: 3px;
        background-color: #f1f1f1;
        margin-top: 65px;
        position: relative; }
        .about .box5 .list .btns .swiper-pagination-progressbar-fill {
          height: 6px;
          top: auto;
          bottom: 0;
          background-color: #1059b6;
          position: absolute;
          transform-origin: left top;
          width: 100%; }
    @media (max-width: 1200px) {
      .about .box5 .list ul li {
        width: 22%;
        padding: 30px 15px 10px; } }
    @media (max-width: 768px) {
      .about .box5 {
        padding-top: 25px; }
        .about .box5 .list {
          margin-top: 15px; }
          .about .box5 .list ul li {
            width: 80% !important; }
            .about .box5 .list ul li.on {
              width: 80%;
              border-color: #f6f6f6;
              box-shadow: none; }
            .about .box5 .list ul li.swiper-slide-active {
              border-color: #1059b6;
              box-shadow: 0px 0px 8px 0px rgba(120, 120, 120, 0.8); }
          .about .box5 .list .btns {
            margin-top: 15px; } }
  @media (max-width: 768px) {
    .about {
      padding-bottom: 35px; } }

/*# sourceMappingURL=style.css.map */
