﻿.fl {
  float: left; }

.fr {
  float: right; }

.main {
  width: 100%;
  box-sizing: border-box;
  min-width: 1500px; }

.w1500 {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: "IMP";
  src: url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype"), url("../fonts/impact.svg") format("svg"), url("../fonts/impact.otf") format("opentype"); }
.IMP {
  font-family: "IMP"; }

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  /* project id 1853964 */
  src: url("../fonts/Dosis.ttf");
  src: url("../fonts/Dosis.woff") format("woff");
  font-display: swap; }
.header {
  width: 100%;
  min-width: 1500px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header.on {
    background-color: #fff;
    box-shadow: 0.5px 0.866px 43px 0px rgba(4, 0, 0, 0.38); }
  .header.open {
    background-color: #fff;
    box-shadow: 0.5px 0.866px 43px 0px rgba(4, 0, 0, 0.38); }
  .header .logo {
    width: 155px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 47px; }
.header .logo p {
      font-size: 16px;
      line-height: 18px;
      color: #000;
      white-space: nowrap;
      margin-left: 18px;
      padding-top: 18px; }
  .header .headerRight {
    margin-right: 35px;
    display: flex;
    align-items: center; }
    .header .headerRight .nav {
      display: flex; }
      .header .headerRight .nav a {
        font-size: 16px;
        line-height: 86px;
        color: #000;
        font-weight: 300;
        margin-right: 40px;
        position: relative;
        display: block; }
        .header .headerRight .nav a:last-child {
          margin-right: 0; }
        .header .headerRight .nav a:after {
          width: 100%;
          height: 4px;
          background-color: #fe1219;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          display: none; }
        .header .headerRight .nav a:hover {
          color: #fe1219; }
        .header .headerRight .nav a.on {
          color: #fe1219; }
          .header .headerRight .nav a.on:after {
            display: block; }
    .header .headerRight .searchBox {
      width: 264px;
      height: auto;
      border-radius: 20px;
      margin-left: 60px;
      box-sizing: border-box;
      background-image: url("../img/search.png");
      background-position: 20px center;
      background-repeat: no-repeat; }
      .header .headerRight .searchBox .text {
        width: 100%;
        height: 40px;
        background: none;
        padding-left: 44px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 38px;
        color: #000;
        border: none;
        border: 1px solid #c2c2c2;
        border-radius: 20px; }
    .header .headerRight .login {
      margin-left: 32px; }
      .header .headerRight .login a {
        font-size: 14px;
        line-height: 86px;
        color: #000;
        padding: 0 12px; }
        @media (min-width: 1024px) {
          .header .headerRight .login a:hover {
            color: #fe1219; } }
    .header .headerRight .tel {
      width: 170px;
      height: 42px;
      border-radius: 21px;
      border: 1px solid #f2381e;
      padding: 0 18px 0 4px;
      font-size: 16px;
      font-weight: 600;
      color: #f2381e;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box; }
      .header .headerRight .tel .icon {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        background-color: #f2381e;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 6px; }
        .header .headerRight .tel .icon img {
          width: 20px; }
  @media (max-width: 1660px) {
    .header .headerRight .searchBox {
      margin-left: 40px; }
    .header .headerRight .nav a {
      margin-right: 40px; } }

.index-banner ul li {
  width: 100%; }
  .index-banner ul li a {
    width: 100%;
    display: block; }

.indexTitle {
  text-align: center;
  color: #000;
  position: relative; }
  .indexTitle .tits {
    font-size: 40px;
    line-height: 42px;
    font-weight: 500; }
  .indexTitle .tit {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 16px; }
  .indexTitle a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 20px;
    color: #000; }
    .indexTitle a:hover {
      color: #e43e35; }

.index .index-table {
  width: 940px;
  height: 140px;
  margin: -70px auto 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  padding: 18px 18px 0; }
  .index .index-table .tits {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 500; }
    .index .index-table .tits span {
      font-size: 16px;
      font-weight: 300;
      margin-left: 16px; }
      .index .index-table .tits span i {
        color: #ffd200;
        font-weight: 600; }
  .index .index-table .tit {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .index .index-table .tit .sel{
      width: 150px;
      margin-right: 10px;
    }
    .index .index-table .tit .text {
      background-color: #fff;
      border: none;
      padding-left: 20px;
      height: 45px;
      color: #333;
      border-radius: 3px;
      box-sizing: border-box; }
      .index .index-table .tit .text.text1 {
        width: 290px; }
      .index .index-table .tit .text.text2 {
      flex: 1; }
    .index .index-table .tit .submit {
      width: 160px;
      height: 45px;
      border-radius: 3px;
      display: block;
      background-color: #fe1219;
      text-align: center;
      font-size: 18px;
      line-height: 45px;
      color: #fff;
      font-weight: 500; }
.index .index-box1 {
  padding-top: 75px; }
  .index .index-box1 .itemBox {
    display: flex;
    margin-top: 97px; }
    .index .index-box1 .itemBox .item {
      flex: 1; }
      .index .index-box1 .itemBox .item img {
        width: 70px;
        margin: 0 auto;
        display: block; }
      .index .index-box1 .itemBox .item .line {
        border-bottom: 1px dashed #e5e5e5;
        margin-top: 28px;
        position: relative; }
        .index .index-box1 .itemBox .item .line span {
          width: 12px;
          height: 12px;
          display: block;
          border-radius: 100%;
          position: absolute;
          top: -6px;
          left: 50%;
          margin-left: -6px;
          background-color: #d6d6d6; }
      .index .index-box1 .itemBox .item .txt {
        padding-left: 40px;
        display: flex;
        margin-top: 28px; }
        .index .index-box1 .itemBox .item .txt .num {
          font-size: 24px;
          line-height: 26px;
          font-family: 'IMP';
          color: #000; }
        .index .index-box1 .itemBox .item .txt .tits {
          margin-left: 3px; }
          .index .index-box1 .itemBox .item .txt .tits .t {
            font-size: 20px;
            line-height: 22px;
            color: #000;
            font-weight: 600;
            padding-top: 1px; }
          .index .index-box1 .itemBox .item .txt .tits .t1 {
            font-size: 14px;
            line-height: 24px;
            color: #000;
            font-weight: 300;
            margin-top: 3px; }
      .index .index-box1 .itemBox .item.on .line span {
        background-color: #e2231a; }
      .index .index-box1 .itemBox .item.on .txt .num {
        color: #e2231a; }
      .index .index-box1 .itemBox .item.on .txt .tits .t {
        color: #e2231a; }
.index .index-box2 {
  padding-top: 75px; }
  .index .index-box2 .list {
    width: 100%;
    display: flex;
    margin-top: 45px; }
    .index .index-box2 .list .item {
      width: 204px;
      height: 354px;
      margin-right: 10px;
      overflow: hidden;
      border-radius: 20px;
      position: relative;
      transition: all 1s; }
      .index .index-box2 .list .item:last-child {
        margin-right: 0; }
      .index .index-box2 .list .item.on {
        width: 437px; }
      .index .index-box2 .list .item img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .index .index-box2 .list .item .tits {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        left: 42px;
        bottom: 60px; }
.index .index-box3 {
  padding-top: 42px;
  overflow: hidden;
  padding-bottom: 72px; }
  .index .index-box3 .tabs {
    text-align: center;
    font-size: 0;
    margin-top: 22px; }
    .index .index-box3 .tabs a {
      font-size: 20px;
      font-weight: 500;
      line-height: 50px;
      color: #000;
      margin: 0 23px;
      position: relative;
      display: inline-block; }
      .index .index-box3 .tabs a:after {
        width: 0%;
        height: 3px;
        background-color: #000;
        left: 50%;
        bottom: 0;
        content: '';
        position: absolute;
        transition: all 0.3s; }
      .index .index-box3 .tabs a.on:after {
        width: 100%;
        left: 0; }
  .index .index-box3 .listBox {
    margin-top: 40px; }
    .index .index-box3 .listBox .list {
      display: none;
      overflow: initial;
      position: relative; }
      .index .index-box3 .listBox .list ul li {
        width: 79.3%;
        margin: 0 3%;
        border-radius: 20px;
        overflow: hidden; }
      .index .index-box3 .listBox .list .a {
        width: 30px;
        height: 11px;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        top: 50%;
        margin-top: -40px;
        z-index: 10; }
        .index .index-box3 .listBox .list .a.prev {
          left: 6.5%;
          background-image: url("../img/prev.png"); }
        .index .index-box3 .listBox .list .a.next {
          right: 6.5%;
          background-image: url("../img/next.png"); }
        .index .index-box3 .listBox .list .a:hover.prev {
          background-image: url("../img/prev_h.png"); }
        .index .index-box3 .listBox .list .a:hover.next {
          background-image: url("../img/next_h.png"); }
      .index .index-box3 .listBox .list .btns {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 34px; }
        .index .index-box3 .listBox .list .btns span {
          width: 26px;
          height: 26px;
          background: none;
          opacity: 1;
          margin: 0 10px;
          position: relative; }
          .index .index-box3 .listBox .list .btns span:after {
            width: 6px;
            height: 6px;
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            background-color: #d0d0d0;
            border-radius: 100%;
            transform: translate(-50%, -50%); }
          .index .index-box3 .listBox .list .btns span:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            border-radius: 100%;
            box-sizing: border-box;
            border: 2px solid #d0d0d0; }
          .index .index-box3 .listBox .list .btns span.swiper-pagination-bullet-active {
            border-color: #ff0211; }
            .index .index-box3 .listBox .list .btns span.swiper-pagination-bullet-active:after {
              width: 8px;
              height: 8px;
              background-color: #ff0211; }
            .index .index-box3 .listBox .list .btns span.swiper-pagination-bullet-active:before {
              border-color: #ff0211; }
.index .index-box4 {
  background-color: #f1f1f1;
  padding-top: 90px;
  padding-bottom: 93px;
  overflow: hidden;
  position: relative; }
  .index .index-box4 .list {
    overflow: initial;
    width: 100%;
    margin-top: 80px; }
    .index .index-box4 .list ul {
      transition-timing-function: linear !important; }
      .index .index-box4 .list ul li {
        width: 18.3%;
        float: left;
        margin-right: 2.125%; }
        .index .index-box4 .list ul li a {
          width: 100%;
          display: block;
          background-color: #fff;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
          border-radius: 20px;
          padding-bottom: 36px; }
          .index .index-box4 .list ul li a:nth-child(1) {
            margin-bottom: 25px; }
          .index .index-box4 .list ul li a:hover {
            transform: scale(1.01, 1.01);
            -webkit-transform: scale(1.02, 1.02);
            transition: all linear .2s;
            box-shadow: 0 8px 20px rgba(85, 85, 85, 0.13);
            position: relative;
            z-index: 2; }
          .index .index-box4 .list ul li a .img {
            width: 150px;
            height: 60px;
            padding: 15px 0 10px;
            overflow: hidden;
            margin: 0 auto; }
          .index .index-box4 .list ul li a .tits {
            width: 100%;
            margin: 10px 0;
            overflow: hidden;
            text-align: center;
            font-size: 0;
            font-size: 16px;
            line-height: 21px;
            color: #333;
            font-weight: bold; }
          .index .index-box4 .list ul li a .tit {
            text-align: center;
            overflow: hidden;
            font-size: 0; }
            .index .index-box4 .list ul li a .tit span {
              font-size: 13px;
              line-height: 13px;
              color: #999;
              padding: 0 15px;
              border-right: 1px solid #e5e5e5;
              display: inline-block;
              vertical-align: middle; }
          .index .index-box4 .list ul li a .tit1 {
            text-align: center;
            overflow: hidden;
            font-size: 0;
            margin: 15px 0; }
            .index .index-box4 .list ul li a .tit1 span {
              background-color: #fff3eb;
              margin: 0 3px;
              font-size: 12px;
              line-height: 24px;
              color: #ff6a00;
              padding: 0 10px;
              height: 24px;
              border-radius: 3px;
              display: inline-block;
              vertical-align: middle; }
          .index .index-box4 .list ul li a .tit2 {
            text-align: center;
            overflow: hidden;
            font-size: 0;
            margin-top: 10px; }
            .index .index-box4 .list ul li a .tit2 span {
              display: inline-block;
              padding: 0 5px;
              vertical-align: middle;
              background-color: #ff6a00;
              margin-right: 10px;
              font-size: 12px;
              line-height: 18px;
              color: #fff;
              border-radius: 2px; }
            .index .index-box4 .list ul li a .tit2 p {
              display: inline-block;
              vertical-align: middle;
              font-size: 14px;
              line-height: 18px;
              color: #222;
              max-width: 150px;
              height: 18px;
              overflow: hidden; }
        .index .index-box4 .list ul li:nth-child(2n) a:nth-child(1) {
          margin-top: 78px; }

.index-box5 {
  padding-top: 60px;
  padding-bottom: 47px; }
  .index-box5 .box {
    margin-top: 50px; }
    .index-box5 .box .list {
      width: 510px;
      float: left;
      border-radius: 20px;
      overflow: hidden;
      position: relative; }
      .index-box5 .box .list .tabs {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #e43e35;
        z-index: 10; }
        .index-box5 .box .list .tabs a {
          flex: 1;
          text-align: center;
          font-size: 18px;
          line-height: 63px;
          color: #fff;
          font-weight: 600; }
          .index-box5 .box .list .tabs a.on {
            font-size: 24px; }
      .index-box5 .box .list ul li {
        width: 100%;
        height: 350px;
        position: relative;
        display: none; }
        .index-box5 .box .list ul li img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .index-box5 .box .item {
      float: left;
      border-radius: 3px 3px 20px 20px;
      background-color: #fff;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
      overflow: hidden;
      width: 465px;
      margin-left: 30px; }
      .index-box5 .box .item .line {
        width: 100%;
        height: 6px;
        background-color: #e43e35; }
      .index-box5 .box .item .title {
        display: flex;
        align-items: center;
        padding-left: 26px;
        background-color: #f5f5f5;
        height: 95px; }
        .index-box5 .box .item .title img {
          width: 64px;
          height: 64px;
          border-radius: 100%;
          margin-right: 18px; }
        .index-box5 .box .item .title .tits {
          color: #000; }
          .index-box5 .box .item .title .tits .t {
            font-size: 20px;
            line-height: 22px;
            font-weight: 600; }
          .index-box5 .box .item .title .tits .t1 {
            font-size: 14px;
            line-height: 16px;
            font-weight: 300;
            opacity: 0.8;
            margin-top: 5px; }
      .index-box5 .box .item ul {
        padding: 12px 46px; }
        .index-box5 .box .item ul li a {
          font-size: 15px;
          line-height: 45px;
          color: #000;
          font-weight: 300;
          display: block;
          padding-left: 20px;
          box-sizing: border-box;
          position: relative;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .index-box5 .box .item ul li a span {
            width: 4px;
            height: 4px;
            background-color: #e1251b;
            position: absolute;
            display: block;
            left: 0;
            top: 50%;
            margin-top: -2px; }
          .index-box5 .box .item ul li a:hover {
            color: #e1251b; }
  .index-box5 .box1 {
    width: 100%;
    margin-top: 55px;
    border-radius: 20px;
    position: relative;
    overflow: hidden; }
    .index-box5 .box1 .con {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      text-align: center;
      width: 100%; }
      .index-box5 .box1 .con .tits {
        font-size: 40px;
        line-height: 42px;
        font-weight: 500; }
      .index-box5 .box1 .con .tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding: 0 5%;
        margin-top: 75px; }
        .index-box5 .box1 .con .tit .t {
          flex: 1; }
          .index-box5 .box1 .con .tit .t .tt {
            font-size: 18px;
            line-height: 20px;
            font-weight: 400; }
          .index-box5 .box1 .con .tit .t .tt1 {
            font-size: 60px;
            line-height: 62px;
            margin-top: 5px; }
            .index-box5 .box1 .con .tit .t .tt1 span {
              font-size: 22px;
              margin-left: 18px; }
  .index-box5 .box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    .index-box5 .box2 .t {
      flex: 1;
      text-align: center;
      color: #000; }
      .index-box5 .box2 .t img {
        width: 80px;
        display: block;
        margin: 0 auto; }
      .index-box5 .box2 .t .tt {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        margin-top: 7px; }
      .index-box5 .box2 .t .tt1 {
        font-size: 14px;
        line-height: 16px;
        opacity: 0.8;
        font-weight: 300;
        margin-top: 10px; }
  .index-box5 .picBox {
    margin-top: 70px; }
    .index-box5 .picBox img {
      display: block;
      margin: 0 auto; }

.footer {
  background-color: #f8f8f8;
  padding-top: 38px; }
  .footer .foot {
    border-bottom: 1px solid #dadada;
    padding-bottom: 35px; }
    .footer .foot .nav {
      float: left;
      width: 305px;
      margin-right: 120px; }
      .footer .foot .nav a {
        font-size: 16px;
        line-height: 36px;
        color: #000;
        font-weight: 300;
        display: block;
        float: left;
        margin-right: 175px; }
        .footer .foot .nav a:nth-child(2n) {
          float: right;
          margin-right: 0; }
        .footer .foot .nav a:hover {
          color: #fe1219; }
    .footer .foot .con {
      float: left;
      width: 295px; }
      .footer .foot .con .item {
        color: #000;
        line-height: 30px; }
        .footer .foot .con .item .t {
          font-size: 14px;
          font-weight: 300; }
        .footer .foot .con .item .t1 {
          font-size: 24px;
          font-family: 'IMP'; }
        .footer .foot .con .item .t2 {
          font-size: 14px;
          font-weight: 300;
          margin-top: -2px; }
        .footer .foot .con .item .t3 {
          font-size: 14px;
          line-height: 20px;
          font-weight: 300;
          white-space: nowrap; }
        .footer .foot .con .item .share {
          margin-top: 5px; }
          .footer .foot .con .item .share a {
            width: 28px;
            display: block;
            float: left;
            margin-right: 14px; }
        .footer .foot .con .item:nth-child(2) {
          margin-top: 28px; }
        .footer .foot .con .item.item1 {
          margin-top: 27px; }
    .footer .foot .ewm {
      float: right;
      margin-top: 10px; }
      .footer .foot .ewm .img {
        padding: 10px;
        background-color: #fff; }
        .footer .foot .ewm .img img {
          width: 95px; }
      .footer .foot .ewm p {
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        color: #000;
        font-weight: 300; }
  .footer .foo {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 64px;
    color: #000; }
    .footer .foo p a{
      color: #333;
    }
    .footer .foo p span {
      margin-left: 15px; }

.bottom {
  position: fixed;
  bottom: -115px;
  width: 100%;
  background-color: #1e1e1e;
  z-index: 20;
  opacity: 0;
  transition: all 0.5s; }
  .bottom.on {
    opacity: 1;
    bottom: 0; }
  .bottom .w1500 {
    height: 115px; }
    .bottom .w1500 img {
      float: left;
      margin-left: 10px;
      margin-top: -55px;
      display: block; }
    .bottom .w1500 .tits {
      float: left;
      margin-left: 32px;
      padding-top: 20px;
      font-weight: 400; }
      .bottom .w1500 .tits .t {
        font-size: 36px;
        line-height: 38px;
        color: #ff4437; }
      .bottom .w1500 .tits .t1 {
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        margin-top: 14px; }
    .bottom .w1500 .but {
      width: 225px;
      height: 57px;
      border-radius: 3px;
      background-color: #fe1219;
      text-align: center;
      display: block;
      font-size: 23px;
      line-height: 57px;
      color: #fff;
      font-weight: 400;
      float: right;
      margin-top: 30px; }

.design {
  margin-top: 86px; }
  .design .design-box1 {
    width: 100%;
    height: 686px;
    position: relative; }
    .design .design-box1 .content .box {
      float: right;
      margin-right: 258px;
      width: 355px;
      border-radius: 5px;
      height: 557px;
      background-color: #fff;
      margin-top: 75px;
      position: relative;
      box-sizing: border-box; }
      .design .design-box1 .content .box:after {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        position: absolute;
        top: -5px;
        left: -5px;
        border-radius: 5px;
        content: '';
        opacity: 0.3;
        background-color: #fff; }
      .design .design-box1 .content .box .con {
        width: 100%;
        position: relative;
        z-index: 5;
        padding: 40px 26px 0;
        box-sizing: border-box; }
        .design .design-box1 .content .box .con .title {
          display: block;
          margin: 0 auto; }
        .design .design-box1 .content .box .con .tits {
          text-align: center;
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: 300;
          margin-top: 7px; }
          .design .design-box1 .content .box .con .tits span {
            font-weight: 600;
            color: #e12f32; }
        .design .design-box1 .content .box .con .table {
          margin-top: 17px; }
          .design .design-box1 .content .box .con .table .text {
            width: 100%;
            height: 38px;
            border-radius: 3px;
            box-sizing: border-box;
            border: 1px solid #e1e1e2;
            margin-bottom: 10px;
            padding-left: 14px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.8); }
            .design .design-box1 .content .box .con .table .text.text1 {
              width: 94px; }
            .design .design-box1 .content .box .con .table .text.text2 {
              width: 146px; }
          .design .design-box1 .content .box .con .table .t {
            display: flex;
            gap: 5px;
            justify-content: space-between; }
            .design .design-box1 .content .box .con .table .t button{
              width: 120px;
              background-color: #f72f30;
            }
          .design .design-box1 .content .box .con .table .submit {
            border: none;
            width: 100%;
            height: 42px;
            background-color: #f72f30;
            border-radius: 3px;
            text-align: center;
            font-size: 18px;
            line-height: 42px;
            color: #fff;
            margin-top: 3px; }
        .design .design-box1 .content .box .con .tit {
          font-size: 20px;
          font-weight: 600;
          color: #000;
          line-height: 22px;
          position: relative;
          margin-top: 17px; }
          .design .design-box1 .content .box .con .tit span {
            position: relative;
            z-index: 10; }
          .design .design-box1 .content .box .con .tit:after {
            width: 78px;
            height: 8px;
            position: absolute;
            bottom: 1px;
            left: 0;
            background-color: #f6d3d5;
            content: ''; }
        .design .design-box1 .content .box .con .tit1 {
          font-size: 14px;
          line-height: 24px;
          color: #5a5a5a;
          margin-top: 12px; }
          .design .design-box1 .content .box .con .tit1 img {
            display: block;
            float: left;
            margin-top: 6px;
            margin-right: 6px; }
  .design .design-box2 {
    background-color: #f8f8f8;
    padding-top: 77px;
    padding-bottom: 95px; }
    .design .design-box2 .box {
      border-radius: 20px;
      overflow: hidden;
      margin-top: 40px;
      position: relative;
      width: 100%; }
      .design .design-box2 .box .con {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center; }
        .design .design-box2 .box .con .item {
          width: 415px;
          text-align: center;
          position: relative; }
          .design .design-box2 .box .con .item:after {
            width: 1px;
            height: calc(100% - 17px);
            position: absolute;
            top: 17px;
            right: 0;
            background-color: #fff;
            opacity: 0.3;
            content: ''; }
          .design .design-box2 .box .con .item:last-child:after {
            display: none; }
          .design .design-box2 .box .con .item img {
            display: block;
            margin: 0 auto; }
          .design .design-box2 .box .con .item p {
            font-size: 28px;
            line-height: 30px;
            color: #fff;
            font-weight: 600;
            margin-top: 57px; }
  .design .design-box3 {
    padding-top: 72px;
    padding-bottom: 16px; }
    .design .design-box3 .list {
      margin-top: 60px; }
      .design .design-box3 .list ul li {
        width: 23.1%;
        float: left;
        margin-right: 2.5%;
        border-radius: 20px;
        overflow: hidden;
        background-color: #f7f7f7;
        box-shadow: 0 5px 16px rgba(174, 174, 174, 0.11); }
        .design .design-box3 .list ul li:last-child {
          margin-right: 0; }
        .design .design-box3 .list ul li .pic {
          width: 100%;
          height: auto; }
        .design .design-box3 .list ul li .con {
          padding: 0 15px 20px;
          box-sizing: border-box;
          text-align: center;
          color: #000; }
          .design .design-box3 .list ul li .con .tits {
            font-size: 20px;
            line-height: 60px;
            font-weight: 600; }
            .design .design-box3 .list ul li .con .tits span {
              display: inline-block;
              position: relative; }
              .design .design-box3 .list ul li .con .tits span:after {
                width: 32px;
                height: 3px;
                left: 50%;
                transform: translateX(-50%);
                background-color: #e72023;
                content: '';
                position: absolute;
                bottom: 0;
                transition: all 0.5s; }
          .design .design-box3 .list ul li .con .tit {
            font-size: 15px;
            line-height: 30px;
            height: 90px;
            margin-top: 12px; }
        .design .design-box3 .list ul li:hover {
          box-shadow: 0 5px 16px rgba(253, 147, 148, 0.11); }
          .design .design-box3 .list ul li:hover .con {
            color: #e72023; }
            .design .design-box3 .list ul li:hover .con .tits span:after {
              width: 100%; }

.quote .quote-box1 {
  width: 100%;
  height: 874px;
  position: relative; }
  .quote .quote-box1 .box {
    width: 1090px;
    height: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px; }
    .quote .quote-box1 .box:after {
      width: calc(100% - 12px);
      height: calc(100% - 12px);
      position: absolute;
      top: -6px;
      left: -6px;
      border: 12px solid rgba(255, 255, 255, 0.3);
      content: '';
      border-radius: 10px; }
    .quote .quote-box1 .box .boxNew {
      width: 100%;
      height: 400px;
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 10px;
      box-sizing: border-box;
      padding: 40px 95px 40px 74px;
      position: relative;
      z-index: 10; }
      .quote .quote-box1 .box .boxNew .conLeft {
        width: 350px;
        float: left;
        padding-top: 10px; }
        .quote .quote-box1 .box .boxNew .conLeft .tits {
          font-size: 22px;
          line-height: 24px;
          color: #333; }
          .quote .quote-box1 .box .boxNew .conLeft .tits span {
            font-size: 14px;
            margin-left: 10px; }
            .quote .quote-box1 .box .boxNew .conLeft .tits span i {
              font-weight: 600;
              color: #ee1923; }
        .quote .quote-box1 .box .boxNew .conLeft .table {
          margin-top: 27px; }
          .quote .quote-box1 .box .boxNew .conLeft .table .t {
            display: flex;
            align-items: center;
            margin-bottom: 10px; }
            .quote .quote-box1 .box .boxNew .conLeft .table .t .tt {
              width: 83px;
              font-size: 16px;
              line-height: 40px;
              color: #333; }
            .quote .quote-box1 .box .boxNew .conLeft .table .t .sel {
              flex: 1;
              border: 1px solid #ddd;
              background-color: #fff;
              height: 35px;
              box-sizing: border-box;
              padding-left: 12px;
              background: none; }
            .quote .quote-box1 .box .boxNew .conLeft .table .t .tt1 {
              flex: 1;
              position: relative;
              display: flex;
              justify-content: space-between; }
              .quote .quote-box1 .box .boxNew .conLeft .table .t .tt1 .text {
                width: 100%;
                height: 40px;
                border: 1px solid #ddd;
                padding-left: 12px;
                box-sizing: border-box;
                background: none;
                font-size: 13px; }
              .quote .quote-box1 .box .boxNew .conLeft .table .t .tt1 span {
                font-size: 14px;
                color: #777;
                position: absolute;
                right: 10px;
                line-height: 40px;
                top: 0;
                font-size: 13px; }
              .quote .quote-box1 .box .boxNew .conLeft .table .t .tt1 .text1 {
                width: 150px;
                height: 40px;
                border: 1px solid #ddd;
                padding-left: 12px;
                box-sizing: border-box;
                background: none;
                font-size: 13px; }
              .quote .quote-box1 .box .boxNew .conLeft .table .t .tt1 .but {
                width: 100px;
                height: 40px;
                border-radius: 3px;
                background-color: #fbeae5;
                color: #fc3322;
                font-size: 14px;
                font-weight: 600;
                line-height: 40px;
                display: block;
                text-align: center; }
          .quote .quote-box1 .box .boxNew .conLeft .table .t1 {
            padding-left: 83px;
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 30px;
            color: #666; }
            .quote .quote-box1 .box .boxNew .conLeft .table .t1 img {
              width: 16px;
              margin-right: 2px; }
      .quote .quote-box1 .box .boxNew .conRight {
        width: 320px;
        float: right; }
        .quote .quote-box1 .box .boxNew .conRight .tits {
          text-align: center;
          font-size: 26px;
          line-height: 36px;
          color: #000;
          font-weight: 600; }
        .quote .quote-box1 .box .boxNew .conRight .tit {
          width: 280px;
          height: auto;
          margin: 8px auto 0;
          position: relative; }
          .quote .quote-box1 .box .boxNew .conRight .tit .tt {
            padding: 0 20px;
            box-sizing: border-box;
            width: 100%;
            text-align: right;
            font-size: 32px;
            font-weight: 600;
            color: #fc3b21;
            position: absolute;
            top: 0;
            right: 0;
            line-height: 58px; }
            .quote .quote-box1 .box .boxNew .conRight .tit .tt span {
              font-size: 18px;
              margin-left: 10px; }
        .quote .quote-box1 .box .boxNew .conRight .tit1 {
          border: 1px solid #e3e3e3;
          border-radius: 5px;
          padding: 9px 65px 9px 55px;
          margin-top: 10px; }
          .quote .quote-box1 .box .boxNew .conRight .tit1 .t {
            font-size: 14px;
            line-height: 32px;
            color: #000;
            display: flex;
            justify-content: space-between; }
            .quote .quote-box1 .box .boxNew .conRight .tit1 .t .tt1 span {
              color: #fc3b21;
              margin-right: 5px; }
        .quote .quote-box1 .box .boxNew .conRight .tit2 {
          font-size: 12px;
          line-height: 22px;
          color: #000;
          text-align: center;
          margin-top: 10px; }
      .quote .quote-box1 .box .boxNew .js {
        width: 144px;
        height: 144px;
        border-radius: 100%;
        border: 1px solid #e4e4e4;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 477px;
        transform: translateY(-50%); }
        .quote .quote-box1 .box .boxNew .js:after {
          width: 1px;
          height: 90px;
          background-color: #e4e4e4;
          top: -90px;
          left: 50%;
          content: '';
          position: absolute; }
        .quote .quote-box1 .box .boxNew .js:before {
          width: 1px;
          height: 90px;
          background-color: #e4e4e4;
          bottom: -90px;
          left: 50%;
          content: '';
          position: absolute; }
        .quote .quote-box1 .box .boxNew .js .s {
          width: 112px;
          height: 112px;
          background-size: cover;
          background-image: url("../img/js.png");
          background-repeat: no-repeat;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .quote .quote-box1 .box .boxNew .js .s .t {
            font-size: 24px;
            line-height: 26px; }
          .quote .quote-box1 .box .boxNew .js .s .t1 {
            font-size: 12px;
            margin-top: 13px;
            line-height: 14px; }

.cases {
  background-color: #f6f6f6; }
  .cases .banner {
    width: 100%;
    height: 393px;
    position: relative;
    margin-top: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .cases .banner .tits {
      font-size: 48px;
      line-height: 50px;
      font-weight: 600; }
    .cases .banner .tit {
      font-size: 24px;
      line-height: 26px;
      margin-top: 30px; }
  .cases .box1 {
    margin-top: 55px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0 25px; }
    .cases .box1 .item {
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 90px;
      border-bottom: 1px solid #efefef; }
      .cases .box1 .item:last-child {
        border-bottom: none; }
      .cases .box1 .item .t {
        width: 135px;
        display: flex;
        align-items: center; }
        .cases .box1 .item .t img {
          margin-right: 20px; }
      .cases .box1 .item .t1 a {
        color: #000;
        margin-right: 48px; }
        .cases .box1 .item .t1 a:hover {
          color: #fe1219; }
        .cases .box1 .item .t1 a.on {
          color: #fe1219; }

html {
  font-size: 20px; }

.caselist {
  margin-top: 3.0rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: -30px; }

.caselist .item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  transition: all 0.5s;
  display: block; }

.caselist .item:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.09), -5px -5px 10px rgba(0, 0, 0, 0.09); }

.caselist .item .imgcon {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-top: 65%;
  box-sizing: content-box;
  position: relative;
  overflow: hidden; }

.caselist .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.8s;
  transform-origin: center; }

.caselist .item:hover .img {
  transform: scale(1.05);
  transition: all 0.8s; }

.caselist .item .textcon {
  height: 8rem;
  background-color: #fff;
  padding: 1.0rem;
  box-sizing: border-box; }

.caselist .item .textcon .typename {
  height: 1.8rem;
  display: inline-block;
  border-bottom: 1px solid #ccc; }

.caselist .item .textcon .text {
  display: flex;
  line-height: 24px;
  margin-top: 1.0rem;
  position: relative; }

.caselist .item .textcon .text .name {
  width: calc(100% - 110px);
  margin-right: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.caselist .item .textcon .text .area {
  width: 90px;
  text-align: right; }

@media (min-width: 768px) {
  .caselist .item:nth-child(10n+1) {
    width: calc(66.66% - 10px);
    height: 0;
    padding-top: calc( (33.33% - 20px)*0.65 + 8rem );
    box-sizing: content-box; }

  .caselist .item:nth-child(10n+1) .imgcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 0; }

  .caselist .item:nth-child(10n+6), .caselist .item:nth-child(10n+7) {
    width: calc(50% - 15px); }

  .caselist .item:nth-child(5n+2) {
    margin-right: 0; }

  .caselist .item:nth-child(5n) {
    margin-right: 0; }

  .caselist .item:nth-child(10n+1) .textcon, .caselist .item:nth-child(10n+6) .textcon, .caselist .item:nth-child(10n+7) .textcon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    line-height: 62px;
    background-color: rgba(0, 0, 0, 0.3); }

  .caselist .item:nth-child(10n+1) .textcon .typename, .caselist .item:nth-child(10n+6) .textcon .typename, .caselist .item:nth-child(10n+7) .textcon .typename {
    display: none; }

  .caselist .item:nth-child(10n+1) .textcon .text, .caselist .item:nth-child(10n+6) .textcon .text, .caselist .item:nth-child(10n+7) .textcon .text {
    color: #fff;
    margin-top: 0; }

  .caselist .item:nth-child(10n+1) .textcon .name, .caselist .item:nth-child(10n+6) .textcon .name, .caselist .item:nth-child(10n+7) .textcon .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; } }
.paging {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  .paging a {
    padding: 0 16px;
    border: 1px solid #ececec;
    background-color: #fafafa;
    border-radius: 3px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 40px;
    color: #000; }
    .paging a.active {
      background-color: #fe1219;
      color: #fff;
      border-color: #fe1219; }
    .paging a:hover {
      background-color: #fe1219;
      color: #fff;
      border-color: #fe1219; }

.casesInfo .banner {
  width: 100%;
  height: 390px;
  margin-top: 86px; }
  .casesInfo .banner .title {
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    padding-top: 148px; }
.casesInfo .content {
  margin: -93px auto 0;
  background-color: #fff;
  padding-bottom: 40px; }
  .casesInfo .content .conLeft {
    width: 930px;
    float: left;
    margin-left: 38px;
    padding-top: 40px; }
    .casesInfo .content .conLeft .tits {
      font-size: 32px;
      line-height: 34px;
      color: #333;
      font-weight: 600; }
      .casesInfo .content .conLeft .tits span {
        color: #ccc;
        margin-left: 28px; }
    .casesInfo .content .conLeft .con {
      font-size: 16px;
      line-height: 28px;
      color: #555;
      margin-top: 40px; }
      .casesInfo .content .conLeft .con p span{
        text-wrap: auto !important;
      }
      .casesInfo .content .conLeft .con img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
  .casesInfo .content .conRight {
    width: 440px;
    float: right;
    margin-right: 35px;
    padding-top: 40px; }
    .casesInfo .content .conRight .tits {
      font-size: 32px;
      line-height: 34px;
      color: #333;
      font-weight: 600;
      position: relative; }
      .casesInfo .content .conRight .tits span {
        color: #ccc;
        margin-left: 28px; }
      .casesInfo .content .conRight .tits a {
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 16px;
        color: #333;
        align-items: center;
        font-weight: 400; }
        .casesInfo .content .conRight .tits a img {
          margin-left: 10px; }
        .casesInfo .content .conRight .tits a:hover {
          color: #fe1219; }
    .casesInfo .content .conRight .tit {
      margin-top: 40px;
      padding-bottom: 22px; }
      .casesInfo .content .conRight .tit .t {
        width: 150px;
        float: left;
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        .casesInfo .content .conRight .tit .t:nth-child(2n) {
          width: 290px; }
        .casesInfo .content .conRight .tit .t img {
          width: 18px;
          margin-right: 16px; }
        .casesInfo .content .conRight .tit .t .tt .tt1 {
          font-size: 14px;
          line-height: 16px;
          color: #999; }
        .casesInfo .content .conRight .tit .t .tt .tt2 {
          font-size: 14px;
          line-height: 16px;
          color: #333;
          margin-top: 6px; }
    .casesInfo .content .conRight ul {
      margin-top: 33px; }
      .casesInfo .content .conRight ul li {
        width: 210px;
        float: left;
        margin-bottom: 20px; }
        .casesInfo .content .conRight ul li:nth-child(2n) {
          float: right; }
        .casesInfo .content .conRight ul li a {
          width: 100%;
          height: 150px;
          position: relative;
          display: block;
          overflow: hidden; }
          .casesInfo .content .conRight ul li a img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.3s; }
        .casesInfo .content .conRight ul li:hover a img {
          transform: scale(1.2); }

.knowledge {
  margin-top: 86px;
  background-color: #f4f4f4;
  padding-top: 55px;
  padding-bottom: 40px; }
  .knowledge .conLeft {
    width: 1065px;
    float: left; }
    .knowledge .conLeft .picBox {
      width: 100%;
      border-radius: 5px;
      overflow: hidden; }
    .knowledge .conLeft .tabs {
      width: 100%;
      border-radius: 5px;
      background-color: #fff;
      padding: 25px 30px;
      margin-top: 28px;
      box-sizing: border-box; }
      .knowledge .conLeft .tabs .tits {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
        color: #1d1d1d; }
      .knowledge .conLeft .tabs .tit {
        font-size: 0;
        margin-top: 18px; }
        .knowledge .conLeft .tabs .tit a {
          display: inline-block;
          width: 114px;
          line-height: 36px;
          background-color: #f4f4f4;
          border-radius: 3px;
          text-align: center;
          font-size: 16px;
          line-height: 36px;
          color: #1d1d1d;
          margin-right: 8px;
          transition: all 0.3s; }
          .knowledge .conLeft .tabs .tit a.on {
            background-color: #fe1920;
            color: #fff; }
          .knowledge .conLeft .tabs .tit a:hover {
            background-color: #fe1920;
            color: #fff; }
    .knowledge .conLeft .list {
      margin-top: 20px;
      border-radius: 5px;
      background-color: #fff;
      padding: 20px 65px 0 28px; }
      .knowledge .conLeft .list ul li a {
        padding: 22px 0;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
        display: flex; }
        .knowledge .conLeft .list ul li a .pic {
          width: 225px;
          height: 160px;
          position: relative;
          overflow: hidden;
          margin-right: 20px; }
          .knowledge .conLeft .list ul li a .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
        .knowledge .conLeft .list ul li a .con {
          flex: 1; }
          .knowledge .conLeft .list ul li a .con .tits {
            font-size: 22px;
            line-height: 24px;
            height: 24px;
            color: #2c2c2c;
            font-weight: 600;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .knowledge .conLeft .list ul li a .con .tit {
            font-size: 13px;
            line-height: 24px;
            height: 72px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #6d6d6d;
            margin-top: 10px; }
          .knowledge .conLeft .list ul li a .con .time {
            font-size: 13px;
            line-height: 15px;
            color: #a6a6a6;
            margin-top: 30px; }
      .knowledge .conLeft .list ul li:hover a .pic img {
        transform: scale(1.1); }
      .knowledge .conLeft .list ul li:hover a .con .tits {
        color: #fe1219; }
  .knowledge .conRight {
    width: 415px;
    border-radius: 5px;
    background-color: #fff;
    float: right;
    padding: 25px; }
    .knowledge .conRight .item .tits {
      font-size: 20px;
      line-height: 22px;
      color: #000;
      font-weight: 600; }
    .knowledge .conRight .item .itemNew {
      margin-top: 26px; }
      .knowledge .conRight .item .itemNew a {
        width: 100%;
        display: block; }
        .knowledge .conRight .item .itemNew a .pic {
          width: 143px;
          height: 96px;
          overflow: hidden;
          position: relative;
          float: left; }
          .knowledge .conRight .item .itemNew a .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
        .knowledge .conRight .item .itemNew a .con {
          width: 200px;
          float: right;
          margin-right: 10px; }
          .knowledge .conRight .item .itemNew a .con .t {
            font-size: 16px;
            line-height: 20px;
            height: 40px;
            color: #000;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .knowledge .conRight .item .itemNew a .con .t1 {
            font-size: 14px;
            line-height: 20px;
            height: 40px;
            color: #a0a0a0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px; }
      .knowledge .conRight .item .itemNew:hover a .pic img {
        transform: scale(1.1); }
      .knowledge .conRight .item .itemNew:hover a .con .t {
        color: #fe1219; }
    .knowledge .conRight .item ul {
      border-top: 1px dashed #cdcdcd;
      margin-top: 18px;
      padding-top: 3px; }
      .knowledge .conRight .item ul li a {
        font-size: 15px;
        line-height: 40px;
        color: #333333;
        display: block;
        padding-left: 15px;
        position: relative; }
        .knowledge .conRight .item ul li a span {
          width: 5px;
          height: 5px;
          border-radius: 100%;
          background-color: #929292;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
        .knowledge .conRight .item ul li a:hover {
          color: #fe1219; }
          .knowledge .conRight .item ul li a:hover span {
            background-color: #fe1219; }
    .knowledge .conRight .item1 {
      margin-top: 35px;
      margin-bottom: 25px; }
      .knowledge .conRight .item1 .tits {
        font-size: 20px;
        line-height: 22px;
        color: #000;
        font-weight: 600; }
      .knowledge .conRight .item1 ul {
        margin-top: 15px; }
        .knowledge .conRight .item1 ul li a {
          display: flex;
          font-size: 14px;
          line-height: 44px;
          color: #333;
          align-items: center;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 44px; }
          .knowledge .conRight .item1 ul li a span {
            width: 19px;
            height: 25px;
            background-image: url("../img/tag2.jpg");
            text-align: center;
            font-size: 14px;
            color: #fff;
            line-height: 20px;
            background-repeat: no-repeat;
            margin-right: 12px;
            display: block; }
          .knowledge .conRight .item1 ul li a:hover {
            color: #fe1219; }
        .knowledge .conRight .item1 ul li:nth-child(1) a span, .knowledge .conRight .item1 ul li:nth-child(2) a span, .knowledge .conRight .item1 ul li:nth-child(3) a span {
          background-image: url("../img/tag1.jpg"); }
  .knowledge .contentBox {
    width: 1065px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 32px 35px; }
    .knowledge .contentBox .tits {
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      color: #000;
      font-weight: 600; }
    .knowledge .contentBox .tag {
      text-align: center;
      font-size: 13px;
      line-height: 16px;
      color: #a9a9a9;
      margin-top: 15px;
      position: relative; }
      .knowledge .contentBox .tag span {
        margin: 0 15px; }
        .knowledge .contentBox .tag span i {
          color: #fe1219; }
        .knowledge .contentBox .tag span:last-child {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0; }
    .knowledge .contentBox .dd {
      background-color: #fafafa;
      border: 1px dashed #ececec;
      padding: 15px;
      font-size: 13px;
      line-height: 24px;
      color: #666;
      margin-top: 23px; }
      .knowledge .contentBox .dd span {
        color: #fe1219; }
    .knowledge .contentBox .con {
      font-size: 16px;
      line-height: 28px;
      color: #333;
      margin-top: 17px;
      border-bottom: 1px solid #ececec;
      padding-bottom: 40px; }
      .knowledge .contentBox .con p {
        text-indent: 2em; }
        .knowledge .contentBox .con p span{
          text-wrap: auto !important;
        }
      .knowledge .contentBox .con img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
    .knowledge .contentBox .pag {
      display: flex;
      justify-content: space-between;
      margin-top: 25px; }
      .knowledge .contentBox .pag a {
        width: 475px;
        font-size: 14px;
        line-height: 18px;
        color: #333;
        display: block; }
        .knowledge .contentBox .pag a span {
          color: #666; }
        .knowledge .contentBox .pag a:hover {
          color: #fe1219; }
    .knowledge .contentBox .tit {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 40px; }
      .knowledge .contentBox .tit .share {
        font-size: 14px;
        line-height: 34px;
        color: #666; }
        .knowledge .contentBox .tit .share span {
          float: left; }
        .knowledge .contentBox .tit .share .t {
          float: left;
          width: 160px;
          position: relative; }
          .knowledge .contentBox .tit .share .t .aBox {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .knowledge .contentBox .tit .share .t .aBox a {
              width: 34px;
              height: 34px;
              margin-right: 8px;
              display: block;
              float: left; }
      .knowledge .contentBox .tit .btns a {
        margin-left: 18px;
        border-radius: 5px;
        width: 100px;
        height: 30px;
        background-color: #fa6060;
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #fff;
        justify-content: center;
        float: left; }
        .knowledge .contentBox .tit .btns a img {
          margin-right: 6px;
          width: 16px; }
        .knowledge .contentBox .tit .btns a:last-child {
          background-color: #e8b766; }
  .knowledge .tiemBox {
    width: 80px;
    text-align: center;
    float: left;
    padding-top: 80px;
    margin-right: 30px;
    position: sticky;
    top: 30px; }
    .knowledge .tiemBox .date {
      font-size: 20px;
      color: #000;
      margin-bottom: 20px;
      font-family: "Dosis"; }
      .knowledge .tiemBox .date .year {
        position: relative;
        display: inline-block; }
        .knowledge .tiemBox .date .year:after, .knowledge .tiemBox .date .year:before {
          position: absolute;
          left: -20px;
          top: 50%;
          width: 0.8rem;
          height: 1px;
          background-color: #c8c8c8;
          content: ""; }
        .knowledge .tiemBox .date .year:after {
          right: -20px;
          left: auto; }
      .knowledge .tiemBox .date .day {
        font-size: 30px;
        line-height: 38px; }
    .knowledge .tiemBox .share .name {
      font-size: 14px;
      color: #666;
      position: relative;
      display: inline-block; }
      .knowledge .tiemBox .share .name:after, .knowledge .tiemBox .share .name:before {
        position: absolute;
        left: -20px;
        top: 50%;
        width: 16px;
        height: 1px;
        background-color: #c8c8c8;
        content: ""; }
      .knowledge .tiemBox .share .name:after {
        right: -20px;
        left: auto; }
    .knowledge .tiemBox .share .lhShare_list .lhShare {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 1rem auto 1rem;
      border-radius: 50%;
      background-color: #ccc;
      transition: all 0.6s;
      text-align: center; }
      .knowledge .tiemBox .share .lhShare_list .lhShare .iconfont {
        width: 30px;
        color: #fff;
        font-size: 30px; }
    .knowledge .tiemBox .share .lhShare_list .lhShare:hover {
      background-color: #3dbe5b; }
    .knowledge .tiemBox .share .lhShare_list .lhShare[data-type='xinlang']:hover {
      background-color: #d52c2b; }
    .knowledge .tiemBox .share .lhShare_list .lhShare[data-type='qqhy']:hover {
      background-color: #169ada; }
    .knowledge .tiemBox .share .lhShare_list .lhShare[data-type='kongjian']:hover {
      background-color: #fdcf00; }
  .knowledge .companyNewsInfoRight {
    width: 345px;
    float: right;
    padding-top: 82px;
    position: sticky;
    top: 15px; }
  .knowledge .content.companyNewsInfo .contentBox {
    width: 1000px;
    padding: 52px 0 0; }

.newslist4 {
  margin-bottom: 40px; }

.newslist4 h3 {
  font-size: 24px;
  line-height: 2.2;
  width: 100%;
  margin-bottom: 30px;
  color: #555;
  padding-left: 35px;
  border-bottom: 1px solid #ddd;
  background: url("../img/icon_fire_b.png") left 5px center no-repeat; }

.newslist4 h3.tjicon {
  background-image: url("../img/icon_new.png"); }

.newslist4 .item {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  color: #555;
  transition: all 0.5s ease;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  padding-right: 30px;
  position: relative; }

.newslist4 .item span {
  padding: 0 10px; }

.newslist4 .item.hot {
  background: url("../img/icon_hot.png") right center no-repeat; }

.newslist4 .item:after {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  content: attr(data-num);
  color: #fff; }

.newslist4 .item:nth-of-type(1) span {
  color: #c80000; }

.newslist4 .item:nth-of-type(2) span {
  color: #ff0909; }

.newslist4 .item:nth-of-type(3) span {
  color: #ff9000; }

.newslist4 .item:hover {
  color: #b9292a; }

.return_list {
  margin: 40px 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #3f3f3f;
  text-align: center;
  color: #fff;
  text-indent: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px; }

.return_list .icon {
  width: 30px;
  height: 30px;
  background: url("../img/icon_menu_w.png") center center no-repeat; }

.return_list:hover {
  background-color: #ff0000; }

.bt {
  border-top: 1px solid #ccc; }

.fanpian {
  width: 100%;
  padding-top: 20px; }

.fanpian a {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  color: #444;
  transition: all 0.5s ease;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px; }

.fanpian a:hover {
  color: #f00; }

.company {
  margin-top: 86px; }
  .company .banner {
    width: 100%;
    height: 429px;
    position: relative; }
    .company .banner .bannerContent {
      position: absolute;
      width: 100%;
      bottom: 80px; }
      .company .banner .bannerContent .box {
        width: 1300px;
        margin: 0 auto;
        position: relative; }
        .company .banner .bannerContent .box:after {
          width: calc(100% - 12px);
          height: calc(100% - 12px);
          border-radius: 5px;
          border: 12px solid rgba(255, 255, 255, 0.3);
          top: -6px;
          left: -6px;
          content: '';
          position: absolute;
          box-sizing: content-box; }
        .company .banner .bannerContent .box .boxNew {
          width: 100%;
          height: 82px;
          background-color: #fff;
          position: relative;
          border-radius: 5px;
          padding: 0 24px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          z-index: 5; }
          .company .banner .bannerContent .box .boxNew .text {
            width: 302px;
            height: 36px;
            border-radius: 5px;
            border: 1px solid #dadad9;
            background-color: #fff;
            padding-left: 14px;
            font-size: 14px;
            color: #333; }
            .company .banner .bannerContent .box .boxNew .text.sel {
              width: 94px;
              -webkit-appearance: none;
              -moz-appearance: none;
              -moz-appearance: none;
              -webkit-appearance: none; }
          .company .banner .bannerContent .box .boxNew .submit {
            width: 307px;
            height: 36px;
            background-color: #ab7849;
            border-radius: 5px;
            text-align: center;
            font-size: 18px;
            line-height: 36px;
            color: rgba(255, 255, 255, 0.8); }
  .company .conLeft {
    width: 1170px;
    float: left; }
    .company .conLeft .list {
      margin-top: 48px; }
      .company .conLeft .list ul li {
        margin-bottom: 36px;
        position: relative; }
        .company .conLeft .list ul li .liNew {
          display: block;
          width: 100%; }
          .company .conLeft .list ul li .liNew .pic {
            width: 170px;
            height: 70px;
            border: 1px solid #eee;
            border-radius: 5px;
            position: relative;
            float: left;
            overflow: hidden; }
            .company .conLeft .list ul li .liNew .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .company .conLeft .list ul li .liNew .con {
            width: 972px;
            float: right;
            border-bottom: 1px solid #eee;
            padding-bottom: 42px; }
            .company .conLeft .list ul li .liNew .con .tits {
              font-size: 22px;
              line-height: 24px;
              color: #000;
              font-weight: 600;
              display: flex;
              align-items: center; }
              .company .conLeft .list ul li .liNew .con .tits img {
                margin-left: 10px; }
            .company .conLeft .list ul li .liNew .con .tag {
              margin-top: 8px;
              font-size: 0; }
              .company .conLeft .list ul li .liNew .con .tag span {
                padding: 0 5px;
                line-height: 22px;
                border: 1px solid #d7e2e9;
                border-radius: 3px;
                margin-right: 8px;
                background-color: #f8fcff;
                color: #83a1b4;
                font-size: 12px;
                display: inline-block; }
            .company .conLeft .list ul li .liNew .con .tit {
              font-size: 12px;
              line-height: 14px;
              color: #888;
              margin-top: 8px; }
              .company .conLeft .list ul li .liNew .con .tit span {
                margin-right: 17px; }
                .company .conLeft .list ul li .liNew .con .tit span i {
                  color: #fe1219; }
            .company .conLeft .list ul li .liNew .con .tit1 {
              font-size: 12px;
              line-height: 16px;
              color: #6d6d6d;
              display: flex;
              align-items: center;
              margin-top: 7px; }
              .company .conLeft .list ul li .liNew .con .tit1 img {
                width: 14px; }
            .company .conLeft .list ul li .liNew .con .picBox {
              display: flex;
              align-items: center;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 20px; }
              .company .conLeft .list ul li .liNew .con .picBox img {
                width: 240px;
                margin-bottom: 10px;
                height: 145px;
                object-fit: cover; }
        .company .conLeft .list ul li .btns {
          position: absolute;
          top: 0;
          right: 0; }
          .company .conLeft .list ul li .btns a {
            width: 120px;
            height: 36px;
            margin-left: 11px;
            border-radius: 18px;
            border: 1px solid #e23033;
            color: #fff;
            background-color: #e23033;
            display: block;
            text-align: center;
            line-height: 34px;
            float: left; }
            .company .conLeft .list ul li .btns a:last-child {
              background-color: #fff;
              color: #e23033; }
        .company .conLeft .list ul li:last-child {
          border-bottom: 1px solid #eee;
          margin-bottom: 0; }
          .company .conLeft .list ul li:last-child .liNew .con {
            border-bottom: none; }
  .company .conRight {
    width: 287px;
    float: right;
    margin-top: 20px; }
    .company .conRight .title {
      text-align: center;
      font-size: 24px;
      line-height: 62px;
      color: #fff;
      font-weight: 600;
      background-color: #e23033;
      border-radius: 5px 5px 0 0; }
    .company .conRight .con {
      border: 1px solid #e0e0e0;
      border-radius: 0 0 5px 5px;
      padding: 35px 0 4px 25px;
      border-top: none;
      position: relative; }
      .company .conRight .con:after {
        width: 1px;
        height: calc(100% - 32px);
        top: 20px;
        left: 31px;
        border-left: 1px dashed #e5e5e5;
        content: '';
        position: absolute; }
      .company .conRight .con .item {
        position: relative;
        z-index: 5;
        display: flex;
        margin-bottom: 25px; }
        .company .conRight .con .item i {
          width: 12px;
          height: 12px;
          border-radius: 100%;
          display: block;
          background-color: #d6d6d6;
          margin-right: 20px;
          margin-top: 5px; }
        .company .conRight .con .item .tit .t {
          font-size: 18px;
          line-height: 20px;
          color: #191919;
          font-weight: 600; }
          .company .conRight .con .item .tit .t span {
            font-family: 'IMP';
            font-size: 20px;
            width: 30px;
            font-weight: 400;
            display: inline-block; }
        .company .conRight .con .item .tit .t1 {
          padding-left: 31px;
          font-size: 15px;
          line-height: 17px;
          color: #474747;
          margin-top: 8px; }
        .company .conRight .con .item.on i {
          background-color: #e2231a; }
        .company .conRight .con .item.on .tit .t {
          color: #e2231a; }

.home {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 48px;
  color: #474747;
  border-bottom: 1px solid #eee;
  padding-top: 10px; }
  .home a {
    color: #474747; }
    .home a:hover {
      color: #fe1219; }
  .home span {
    margin: 0 4px; }

select::-ms-expand {
  display: none; }

.bannerInfo {
  width: 100%;
  height: 380px;
  margin-top: 86px;
  position: relative; }
  .bannerInfo .con {
    text-align: center;
    padding-top: 90px; }
    .bannerInfo .con .tits {
      font-size: 60px;
      line-height: 62px;
      color: #fff;
      font-weight: 600; }
      .bannerInfo .con .tits span {
        position: relative;
        display: inline-block; }
        .bannerInfo .con .tits span img {
          position: absolute;
          right: -46px;
          top: 8px; }
    .bannerInfo .con .tit {
      text-align: center;
      font-size: 0;
      margin-top: 24px; }
      .bannerInfo .con .tit span {
        width: 97px;
        height: 34px;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: #e9e9e9;
        text-align: center;
        font-size: 14px;
        line-height: 32px;
        color: #000;
        margin: 0 5px;
        display: inline-block; }
    .bannerInfo .con .tit1 {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      margin-top: 25px;
      text-align: center; }
      .bannerInfo .con .tit1 span {
        margin: 0 16px; }
        .bannerInfo .con .tit1 span i {
          color: #c13e2b; }
  .bannerInfo .navBox {
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(226, 48, 51, 0.86); }
    .bannerInfo .navBox .w1500 {
      display: flex;
      justify-content: space-between; }
      .bannerInfo .navBox .w1500 .nav a {
        width: 117px;
        height: 64px;
        display: block;
        float: left;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 64px;
        margin-right: 24px; }
        .bannerInfo .navBox .w1500 .nav a.on {
          background-color: rgba(155, 2, 3, 0.9); }
        .bannerInfo .navBox .w1500 .nav a:hover {
          background-color: rgba(155, 2, 3, 0.9); }
      .bannerInfo .navBox .w1500 .tel {
        font-size: 18px;
        line-height: 64px;
        color: #fff;
        display: flex;
        align-items: center; }
        .bannerInfo .navBox .w1500 .tel img {
          margin-right: 13px; }

.infoTitle {
  text-align: center; }
  .infoTitle .tits {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 38px;
    color: #000;
    font-weight: 500; }
    .infoTitle .tits span {
      margin: 0 18px; }
  .infoTitle .tit {
    font-size: 18px;
    line-height: 20px;
    color: #949494;
    margin-top: 14px; }
  .infoTitle .tabs {
    text-align: center;
    font-size: 0;
    margin-top: 28px; }
    .infoTitle .tabs a {
      font-size: 20px;
      line-height: 36px;
      color: #000;
      font-weight: 500;
      padding: 0 12px;
      position: relative; }
      .infoTitle .tabs a:after {
        width: 2px;
        height: 22px;
        background-color: #000;
        position: absolute;
        top: 5px;
        right: -1px;
        content: ''; }
      .infoTitle .tabs a:last-child:after {
        display: none; }
      .infoTitle .tabs a.on {
        color: #fe1219; }
      .infoTitle .tabs a:hover {
        color: #fe1219; }

  .companyInfo .box1 {
    padding-top: 68px; }
    .companyInfo .box1 .con {
      text-align: center;
      font-size: 18px;
      line-height: 36px;
      color: #000;
      margin-top: 43px; }
      .companyInfo .box1 .con a {
        color: #ca3234;
        margin-left: 16px; }
    .companyInfo .box1 .itemBox {
      display: flex;
      text-align: center;
      margin-top: 30px; }
      .companyInfo .box1 .itemBox .item {
        flex: 1;
        color: #000; }
        .companyInfo .box1 .itemBox .item img {
          width: 80px;
          display: block;
          margin: 0 auto; }
        .companyInfo .box1 .itemBox .item .t {
          font-size: 20px;
          line-height: 22px;
          font-weight: 600;
          margin-top: 15px; }
        .companyInfo .box1 .itemBox .item .t1 {
          font-size: 15px;
          line-height: 30px;
          margin-top: 6px; }
  .companyInfo .box2 {
    padding-top: 75px; }
    .companyInfo .box2 .content {
      background-color: #f3f3f3;
      padding: 80px 80px 50px;
      box-sizing: border-box;
      width: 100%;
      margin-top: 26px; }
      .companyInfo .box2 .content .list {
        padding-bottom: 12px; }
        .companyInfo .box2 .content .list ul {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr; }
          .companyInfo .box2 .content .list ul li {
            margin: 0 10px 22px;
            margin-bottom: 22px;
            overflow: hidden; }
            .companyInfo .box2 .content .list ul li a {
              width: 100%;
              position: relative;
              display: block; }
              .companyInfo .box2 .content .list ul li a .bg {
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.4);
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0; }
                .companyInfo .box2 .content .list ul li a .bg span {
                  position: absolute;
                  background-color: #fff;
                  display: block; }
                  .companyInfo .box2 .content .list ul li a .bg span.t {
                    width: 0;
                    height: 1px;
                    top: 16px;
                    left: 16px;
                    transition: all 0.5s; }
                  .companyInfo .box2 .content .list ul li a .bg span.r {
                    height: 0;
                    width: 1px;
                    top: 16px;
                    right: 16px;
                    transition: all 0.5s; }
                  .companyInfo .box2 .content .list ul li a .bg span.b {
                    width: 0;
                    height: 1px;
                    bottom: 16px;
                    right: 16px;
                    transition: all 0.5s; }
                  .companyInfo .box2 .content .list ul li a .bg span.l {
                    height: 0;
                    width: 1px;
                    bottom: 16px;
                    left: 16px;
                    transition: all 0.5s; }
              .companyInfo .box2 .content .list ul li a .con {
                text-align: center;
                color: #fff;
                position: absolute;
                top: 50%;
                width: 100%;
                left: 0;
                transform: translateY(-50%);
                opacity: 0;
                transition: all 0.5s;
                margin-top: 20px; }
                .companyInfo .box2 .content .list ul li a .con .t {
                  font-size: 20px;
                  line-height: 22px; }
                .companyInfo .box2 .content .list ul li a .con .t1 {
                  font-size: 20px;
                  line-height: 22px;
                  margin-top: 10%; }
                .companyInfo .box2 .content .list ul li a .con .icon {
                  width: 36px;
                  height: 36px;
                  border-radius: 100%;
                  background-color: #da2838;
                  margin: 26px auto 0;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  .companyInfo .box2 .content .list ul li a .con .icon img {
                    width: 20px; }
            .companyInfo .box2 .content .list ul li:hover a .bg {
              opacity: 1; }
              .companyInfo .box2 .content .list ul li:hover a .bg span.t {
                width: calc(100% - 32px); }
              .companyInfo .box2 .content .list ul li:hover a .bg span.r {
                height: calc(100% - 32px); }
              .companyInfo .box2 .content .list ul li:hover a .bg span.b {
                width: calc(100% - 32px); }
              .companyInfo .box2 .content .list ul li:hover a .bg span.l {
                height: calc(100% - 32px); }
            .companyInfo .box2 .content .list ul li:hover a .con {
              opacity: 1;
              margin-top: 0; }
      .companyInfo .box2 .content .more {
        width: 200px;
        height: 45px;
        text-align: center;
        border-radius: 3px;
        background-color: #f2381d;
        font-size: 16px;
        line-height: 45px;
        display: block;
        margin: 0 auto 0;
        color: #fff; }
  .companyInfo .box3 {
    margin: 0 90px;
    position: relative; }
    .companyInfo .box3 .infoTitle {
      position: absolute;
      top: 58px;
      left: 0;
      z-index: 10;
      width: 100%; }
    .companyInfo .box3 .list {
      box-sizing: border-box;
      height: 790px; }
      .companyInfo .box3 .list .item {
        width: 14.2%;
        box-sizing: border-box;
        border-left: 1px solid rgba(0, 0, 0, 0.06);
        border-right: 1px solid rgba(0, 0, 0, 0.06);
        float: left;
        height: 790px;
        overflow: hidden;
        position: relative; }
        .companyInfo .box3 .list .item .box {
          height: auto;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0; }
          .companyInfo .box3 .list .item .box .img {
            height: 244px;
            transition: 0.5s;
            z-index: 5;
            position: relative; }
            .companyInfo .box3 .list .item .box .img img {
              filter: grayscale(100%);
              transition: 0.5s; }
          .companyInfo .box3 .list .item .box .title {
            width: 22px;
            bottom: 280px;
            position: absolute;
            right: 14px;
            transition: 0.5s; }
            .companyInfo .box3 .list .item .box .title h5 {
              font-size: 18px;
              color: #000;
              font-weight: bold; }
            .companyInfo .box3 .list .item .box .title p {
              font-size: 18px;
              line-height: 21px;
              margin-top: 5px;
              color: #666; }
          .companyInfo .box3 .list .item .box .con {
            text-align: center;
            position: absolute;
            width: 100%;
            box-sizing: border-box;
            top: 21rem;
            left: 0;
            z-index: 10;
            opacity: 0;
            transition: 0.5s; }
            .companyInfo .box3 .list .item .box .con .t {
              color: #fff;
              font-size: 24px; }
            .companyInfo .box3 .list .item .box .con .t1 {
              margin-top: 22px;
              font-size: 16px;
              color: #fff;
              line-height: 32px; }
            .companyInfo .box3 .list .item .box .con .t2 {
              margin-top: 156px;
              font-size: 20px;
              color: #fff;
              font-weight: bold; }
          .companyInfo .box3 .list .item .box:hover .img {
            height: 640px !important; }
            .companyInfo .box3 .list .item .box:hover .img img {
              filter: grayscale(0); }
          .companyInfo .box3 .list .item .box:hover .title {
            transform: translateY(-15px); }
          .companyInfo .box3 .list .item .box:hover .con {
            opacity: 1;
            top: 160px; }
        .companyInfo .box3 .list .item:nth-child(2n) .box .img {
          height: 378px; }
        .companyInfo .box3 .list .item:nth-child(2n) .box .title {
          bottom: 405px; }
  .companyInfo .box4 {
    background-color: #fbfbfb;
    padding-top: 62px;
    padding-bottom: 30px; }
    .companyInfo .box4 .content {
      margin-top: 50px; }
      .companyInfo .box4 .content .conLeft {
        width: 50.5%;
        float: left; }
        .companyInfo .box4 .content .conLeft a {
          width: 100%;
          height: auto;
          display: block;
          border-bottom: 1px solid #e1e1e1;
          padding-bottom: 19px; }
          .companyInfo .box4 .content .conLeft a .pic {
            width: 100%;
            display: block;
            overflow: hidden;
            height: 352px;
            position: relative; }
            .companyInfo .box4 .content.subdomain .conLeft a .pic{
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url('https://whgzt.oss-cn-hangzhou.aliyuncs.com/image/202412041419107883288.jpg');
            }
            .companyInfo .box4 .content .conLeft a .pic img {
              transition: all 1.2s;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
              .companyInfo .box4 .content.subdomain .conLeft a .pic img{
                display: none;
              }
          .companyInfo .box4 .content .conLeft a .tits {
            display: flex;
            align-items: flex-end;
            width: 100%;
            margin-top: 15px; }
            .companyInfo .box4 .content .conLeft a .tits .t {
              font-size: 22px;
              line-height: 24px;
              height: 24px;
              font-weight: bold;
              flex: 1;
              margin-right: 15px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #000; }
            .companyInfo .box4 .content .conLeft a .tits .time {
              font-size: 12px;
              line-height: 14px;
              color: #707070; }
          .companyInfo .box4 .content .conLeft a .tit {
            display: flex;
            align-items: center;
            margin-top: 17px; }
            .companyInfo .box4 .content .conLeft a .tit .t {
              flex: 1;
              font-size: 14px;
              line-height: 16px;
              height: 16px;
              margin-right: 15px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #707070; }
            .companyInfo .box4 .content .conLeft a .tit .more {
              font-size: 12px;
              line-height: 14px;
              font-weight: bold;
              color: #ff2a2a; }
        .companyInfo .box4 .content .conLeft:hover a .pic img {
          transform: scale(1.1); }
        .companyInfo .box4 .content .conLeft:hover a .tits .t {
          color: #ff2a2a; }
      .companyInfo .box4 .content .conRight {
        width: 46.7%;
        float: right; }
        .companyInfo .box4 .content .conRight .item a {
          border-bottom: 1px solid #e1e1e1;
          width: 100%;
          display: flex;
          align-items: center;
          padding-bottom: 17px;
          padding-top: 14px; }
          .companyInfo .box4 .content .conRight .item a .time {
            width: 130px;
            padding-left: 10px;
            box-sizing: border-box;
            color: #707070; }
            .companyInfo .box4 .content .conRight .item a .time .t {
              font-size: 22px;
              line-height: 24px;
              font-weight: bold; }
            .companyInfo .box4 .content .conRight .item a .time .t1 {
              font-size: 12px;
              line-height: 14px;
              margin-top: 15px; }
          .companyInfo .box4 .content .conRight .item a .con {
            flex: 1; }
            .companyInfo .box4 .content .conRight .item a .con .t {
              font-size: 22px;
              height: 24px;
              line-height: 24px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #000;
              font-weight: bold; }
            .companyInfo .box4 .content .conRight .item a .con .t1 {
              font-size: 14px;
              line-height: 16px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #707070;
              margin-top: 17px; }
          .companyInfo .box4 .content .conRight .item a:hover .con .t {
            color: #ff2a2a; }
    .companyInfo .box4 .moreClick {
      width: 200px;
      height: 45px;
      text-align: center;
      border-radius: 3px;
      background-color: #f2381d;
      font-size: 16px;
      line-height: 45px;
      display: block;
      margin: 54px auto 0;
      color: #fff; }

.conTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%; }
  .conTitle .tits {
    font-size: 36px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center; }
    .conTitle .tits img {
      margin-left: 20px; }
  .conTitle .home {
    font-size: 16px;
    line-height: 20px;
    color: #474747;
    border-bottom: none; }
    .conTitle .home a {
      color: #474747; }
      .conTitle .home a:hover {
        color: #ff0000; }
    .conTitle .home span {
      margin: 0 6px; }

.companyIntroduce .content {
  padding-top: 57px;
  padding-bottom: 70px; }
  .companyIntroduce .content .con {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-top: 43px; }
    .companyIntroduce .content .con img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .companyIntroduce .content .itemBox {
    display: flex;
    text-align: center;
    margin-top: 90px; }
    .companyIntroduce .content .itemBox .item {
      flex: 1;
      color: #000; }
      .companyIntroduce .content .itemBox .item img {
        width: 80px;
        display: block;
        margin: 0 auto; }
      .companyIntroduce .content .itemBox .item .t {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        margin-top: 15px; }
      .companyIntroduce .content .itemBox .item .t1 {
        font-size: 15px;
        line-height: 30px;
        margin-top: 6px; }

.companyCase .w1500 .conTitle {
  padding-top: 57px; }
.companyCase .w1500 .tabs {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  margin-top: 32px; }
  .companyCase .w1500 .tabs span {
    font-weight: 500; }
  .companyCase .w1500 .tabs .t a {
    color: #000;
    width: 80px;
    height: 32px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 17px;
    font-weight: 400; }
    .companyCase .w1500 .tabs .t a.on {
      background-color: #e23033;
      color: #fff; }
    .companyCase .w1500 .tabs .t a:hover {
      background-color: #e23033;
      color: #fff; }
.companyCase .content {
  background-color: #f3f3f3;
  padding: 40px 80px 0;
  box-sizing: border-box;
  width: 100%;
  margin-top: 55px; }
  .companyCase .content .list {
    padding-bottom: 12px; }
    .companyCase .content .list ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      .companyCase .content .list ul li {
        margin: 0 10px 22px;
        margin-bottom: 22px;
        overflow: hidden; }
        .companyCase .content .list ul li a {
          width: 100%;
          position: relative;
          display: block; }
          .companyCase .content .list ul li a .bg {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0; }
            .companyCase .content .list ul li a .bg span {
              position: absolute;
              background-color: #fff;
              display: block; }
              .companyCase .content .list ul li a .bg span.t {
                width: 0;
                height: 1px;
                top: 16px;
                left: 16px;
                transition: all 0.5s; }
              .companyCase .content .list ul li a .bg span.r {
                height: 0;
                width: 1px;
                top: 16px;
                right: 16px;
                transition: all 0.5s; }
              .companyCase .content .list ul li a .bg span.b {
                width: 0;
                height: 1px;
                bottom: 16px;
                right: 16px;
                transition: all 0.5s; }
              .companyCase .content .list ul li a .bg span.l {
                height: 0;
                width: 1px;
                bottom: 16px;
                left: 16px;
                transition: all 0.5s; }
          .companyCase .content .list ul li a .con {
            text-align: center;
            color: #fff;
            position: absolute;
            top: 50%;
            width: 100%;
            left: 0;
            transform: translateY(-50%);
            opacity: 0;
            transition: all 0.5s;
            margin-top: 20px; }
            .companyCase .content .list ul li a .con .t {
              font-size: 20px;
              line-height: 22px; }
            .companyCase .content .list ul li a .con .t1 {
              font-size: 20px;
              line-height: 22px;
              margin-top: 10%; }
            .companyCase .content .list ul li a .con .icon {
              width: 36px;
              height: 36px;
              border-radius: 100%;
              background-color: #da2838;
              margin: 26px auto 0;
              display: flex;
              align-items: center;
              justify-content: center; }
              .companyCase .content .list ul li a .con .icon img {
                width: 20px; }
        .companyCase .content .list ul li:hover a .bg {
          opacity: 1; }
          .companyCase .content .list ul li:hover a .bg span.t {
            width: calc(100% - 32px); }
          .companyCase .content .list ul li:hover a .bg span.r {
            height: calc(100% - 32px); }
          .companyCase .content .list ul li:hover a .bg span.b {
            width: calc(100% - 32px); }
          .companyCase .content .list ul li:hover a .bg span.l {
            height: calc(100% - 32px); }
        .companyCase .content .list ul li:hover a .con {
          opacity: 1;
          margin-top: 0; }
  .companyCase .content .paging {
    background-color: #f3f3f3 !important; }

.companyCaseInfo .top {
  display: flex;
  margin-top: 73px;
  margin-bottom: 28px;
  align-items: flex-start; }
  .companyCaseInfo .top .topCon {
    flex: 1; }
    .companyCaseInfo .top .topCon .tits {
      font-size: 36px;
      line-height: 38px;
      color: #333;
      font-weight: 400; }
    .companyCaseInfo .top .topCon .tit {
      display: flex;
      align-items: center;
      margin-top: 60px; }
      .companyCaseInfo .top .topCon .tit .t {
        flex: 1;
        display: flex;
        align-items: center; }
        .companyCaseInfo .top .topCon .tit .t img {
          width: 20px;
          margin-right: 12px; }
        .companyCaseInfo .top .topCon .tit .t .tt {
          font-size: 16px;
          line-height: 24px;
          color: #888; }
          .companyCaseInfo .top .topCon .tit .t .tt .tt2 {
            color: #212121; }
  .companyCaseInfo .top .return {
    display: flex;
    font-size: 18px;
    line-height: 40px;
    align-items: center;
    color: #333; }
    .companyCaseInfo .top .return img {
      width: 40px;
      margin-right: 10px; }
.companyCaseInfo .content {
  background-color: #f3f3f3;
  padding-top: 75px;
  border-top: 1px solid #ccc;
  padding-bottom: 45px; }
  .companyCaseInfo .content .list {
    width: 100%;
    position: relative; }
    .companyCaseInfo .content .list .a {
      width: 58px;
      height: 58px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      border-radius: 100%;
      opacity: 0.5;
      transition: 0.5s; }
      .companyCaseInfo .content .list .a img {
        width: 32px; }
      .companyCaseInfo .content .list .a.prev {
        left: 10px; }
      .companyCaseInfo .content .list .a.next {
        right: 10px; }
      .companyCaseInfo .content .list .a:hover {
        opacity: 1; }
  .companyCaseInfo .content .list1 {
    margin-top: 32px; }
    .companyCaseInfo .content .list1 ul li {
      width: 18.6%;
      float: left;
      margin-right: 1.75%;
      height: 150px;
      position: relative;
      cursor: pointer; }
      .companyCaseInfo .content .list1 ul li:last-child {
        margin-right: 0; }
      .companyCaseInfo .content .list1 ul li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .companyCaseInfo .content .list1 ul li .t {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        z-index: 5;
        position: absolute;
        height: 30px;
        transition: 0.5s; }
      .companyCaseInfo .content .list1 ul li.swiper-slide-thumb-active .t {
        height: 100%; }
  .companyCaseInfo .content .pag {
    display: flex;
    justify-content: space-between;
    margin-top: 43px; }
    .companyCaseInfo .content .pag a {
      width: 475px;
      font-size: 14px;
      line-height: 18px;
      color: #333;
      display: block; }
      .companyCaseInfo .content .pag a span {
        color: #666; }
      .companyCaseInfo .content .pag a:hover {
        color: #fe1219; }

.companyNews .list {
  margin: 45px auto 0; }
  .companyNews .list ul li {
    margin-bottom: 34px; }
    .companyNews .list ul li:last-child {
      margin-bottom: 0; }
    .companyNews .list ul li a {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 20px 45px 25px 20px;
      box-sizing: border-box;
      border: 1px solid #eee;
      border-left: 3px solid #d5d5d5; }
      .companyNews .list ul li a .pic {
        width: 220px;
        margin-right: 30px;
        overflow: hidden; }
        .companyNews .list.subdomain ul li a .pic{
          height: 111px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url('https://whgzt.oss-cn-hangzhou.aliyuncs.com/image/202412041419107883288.jpg');
        }
        .companyNews .list ul li a .pic img {
          transition: 1.1s; }
      .companyNews .list ul li a .con {
        flex: 1; }
        .companyNews .list ul li a .con .tits {
          font-size: 24px;
          line-height: 26px;
          height: 26px;
          color: #000;
          font-weight: bold;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .companyNews .list ul li a .con .tit {
          font-size: 16px;
          height: 48px;
          line-height: 24px;
          color: #000;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 15px; }
        .companyNews .list ul li a .con .time {
          font-size: 16px;
          line-height: 22px;
          color: #cccfda;
          display: flex;
          align-items: center;
          margin-top: 10px; }
          .companyNews .list ul li a .con .time img {
            width: 20px;
            margin-right: 7px; }
    .companyNews .list ul li:hover a {
      border-left: 3px solid #fe1219; }
      .companyNews .list ul li:hover a .pic img {
        transform: scale(1.1); }
      .companyNews .list ul li:hover a .con .tits {
        color: #fe1219; }

.rtFu {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999; }

.rtFu li {
  width: 90px;
  height: 90px;
  background-color: #fff;
  margin-bottom: 3px;
  position: relative;
  z-index: 1; }

.rtFu li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/xf-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.rtFu li .div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.rtFu .icon {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 34px;
  height: 34px;
  display: block;
  margin: auto;
  margin-bottom: 4px; }

.rtFu .icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.rtFu .icon img.imgwico {
  visibility: hidden;
  opacity: 0; }

.rtFu .txt {
  font-size: 14px;
  color: #333333;
  /*font-family: "siyuan-medium";*/
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.rtFu li:hover .icon img.imgwico {
  visibility: visible;
  opacity: 1; }

.rtFu li:hover .icon img.imgbico {
  visibility: hidden;
  opacity: 0; }

.rtFu li:hover:after {
  visibility: visible;
  opacity: 1; }

.rtFu li:hover .txt {
  color: #fff; }

.loginPage {
  width: 100%;
  min-height: 100vh;
  background-color: #f7f8fb;
  box-sizing: border-box;
  min-width: 1500px; }
  .loginPage .loginLeft {
    width: 682px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .loginPage .loginLeft .img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
    .loginPage .loginLeft .logo {
      width: 155px;
      position: absolute;
      top: 50px;
      left: 54px;
      display: block; }
  .loginPage .loginRight {
    width: calc(100% - 682px);
    float: right;
    padding-top: 180px; }
    .loginPage .loginRight .box {
      width: 455px;
      box-sizing: border-box;
      padding: 42px 58px 0;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px; }
      .loginPage .loginRight .box .tits {
        text-align: center;
        font-size: 36px;
        line-height: 38px;
        color: #000;
        font-weight: 500; }
      .loginPage .loginRight .box .table {
        margin-top: 45px; }
        .loginPage .loginRight .box .table .t {
          width: 100%;
          margin-bottom: 34px;
          position: relative; }
          .loginPage .loginRight .box .table .t .text {
            width: 100%;
            height: 40px;
            border: 1px solid #d9d9d9;
            border-radius: 3px;
            box-sizing: border-box;
            padding-left: 10px;
            font-size: 16px;
            color: #bfbebe; }
        .loginPage .loginRight .box .table .submit {
          border-radius: 10px;
          background-color: #ff0000;
          text-align: center;
          font-size: 20px;
          font-weight: 500;
          color: #fff;
          line-height: 48px;
          display: block; }
        .loginPage .loginRight .box .table .t1 {
          text-align: center;
          font-size: 14px;
          line-height: 50px;
          color: #a4aab2;
          margin-top: 60px; }
          .loginPage .loginRight .box .table .t1 a {
            color: #333;
            display: inline-block; }
    .loginPage .loginRight .txt {
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      color: #000;
      margin-top: 35px; }
      .loginPage .loginRight .txt a {
        color: #f00; }
    .loginPage .loginRight .txt1 {
      text-align: center;
      font-size: 14px;
      line-height: 24px;
      color: #8e8e8e;
      margin-top: 150px;
      padding-bottom: 30px; }
      .loginPage .loginRight .txt1 span {
        margin: 0 10px; }

.registerBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .registerBox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 638px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 52px 90px 55px 60px; }
    .registerBox .box .close {
      width: 29px;
      height: 29px;
      position: absolute;
      top: 23px;
      right: 28px;
      display: block;
      z-index: 10; }
    .registerBox .box .title {
      text-align: center;
      font-size: 36px;
      line-height: 38px;
      font-weight: 500;
      color: #000; }
    .registerBox .box .table {
      margin-top: 35px; }
      .registerBox .box .table .t {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        width: 100%; }
        .registerBox .box .table .t button{
          background-color: #ff0000;
        }
        .registerBox .box .table .t span {
          width: 80px;
          margin-right: 15px;
          text-align: right;
          display: block;
          font-size: 16px;
          line-height: 40px;
          font-weight: 400; }
        .registerBox .box .table .t .tt {
          flex: 1;
position: relative;
          display: flex;
          justify-content: space-between; }
          .registerBox .box .table .t .tt .text {
            width: 100%;
            height: 40px;
            border-radius: 2px;
            border: 1px solid #d9d9d9;
            box-sizing: border-box;
            padding-left: 11px;
            font-size: 14px;
            color: #666; }
          .registerBox .box .table .t .tt .sel {
            width: 125px;
            height: 40px;
            border-radius: 2px;
            border: 1px solid #d9d9d9;
            box-sizing: border-box;
            padding-left: 11px;
            font-size: 14px;
            color: #666;
            padding-right: 5px; }
.registerBox .box .table .t .tt i {
            font-size: 14px;
            line-height: 40px;
            position: absolute;
            right: 10px;
            top: 0;
            color: #666; }
          .registerBox .box .table .t .tt .but {
            width: 190px;
            height: 40px;
            border-radius: 3px;
            background-color: #fbeae5;
            color: #fc3322;
            font-size: 14px;
            font-weight: 600;
            line-height: 40px;
            display: block;
            text-align: center;
            margin-left: 10px; }
      .registerBox .box .table .t1 {
        padding-left: 95px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 24px;
        color: #676767;
        cursor: pointer;
        align-items: center; }
        .registerBox .box .table .t1 span {
          width: 16px;
          height: 16px;
          border-radius: 3px;
          border: 1px solid #d9d9d9;
          display: block;
          margin-right: 7px; }
          .registerBox .box .table .t1 span img {
            display: none; }
        .registerBox .box .table .t1 p a {
          color: #f00; }
        .registerBox .box .table .t1.on span {
          border-color: #f00; }
          .registerBox .box .table .t1.on span img {
            display: block; }
      .registerBox .box .table .submit {
        width: 297px;
        border-radius: 10px;
        background-color: #ff0000;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        line-height: 48px;
        display: block;
        margin: 34px auto 0; }


.design-box4 {
  width: 100%;
  height: 661px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 80px; }
  .design-box4 ul {
    width: 845px;
    margin: 78px auto 0;
    position: relative; }
    .design-box4 ul li {
      width: 74px;
      height: auto;
      position: absolute; }
      .design-box4 ul li .icon {
        width: 74px;
        height: 74px;
        border-radius: 100%;
        overflow: hidden;
        box-shadow: 0 5px 16px rgba(254, 18, 25, 0.22); }
      .design-box4 ul li .t {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 80px;
        width: 210px; }
      .design-box4 ul li:nth-child(1) {
        left: 150px;
        top: 0; }
        .design-box4 ul li:nth-child(1) .t {
          transform: translateX(0);
          left: -165px;
          top: -25px; }
      .design-box4 ul li:nth-child(2) {
        top: 5px;
        left: 534px; }
        .design-box4 ul li:nth-child(2) .t {
          transform: translateX(0);
          left: 45px;
          top: -22px; }
      .design-box4 ul li:nth-child(3) {
        left: -31px;
        top: 185px; }
      .design-box4 ul li:nth-child(4) {
        left: 348px;
        top: 259px; }
      .design-box4 ul li:nth-child(5) {
        left: 738px;
        top: 185px; }
@media (max-width: 1700px){
  .header .headerRight .nav a{
    margin-right: 30px;
  }
  .header .headerRight .searchBox{
    margin-left: 45px;
  }
  .header .headerRight .login{
    margin-left: 15px;
  }
  .header .headerRight .searchBox{
    width: 225px;
  }
}
@media (max-width: 1600px){
  .header .headerRight .searchBox{
    width: 195px;
    margin-left: 35px;
    background-position: 10px center;
  }
  .header .headerRight .searchBox .text{
    padding-left: 30px;
  }
  .header .headerRight .tel{
    width: 160px;
  }
  .header .headerRight .nav a{
    margin-right: 20px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */