.common {
  width: 1200px;
  height: auto;
  zoom: 1;
  margin: 0 auto; }

body {
  background: #f0f0f0;
  min-width: 1200px; }

.mt {
  margin-top: -60px;
  background: #fff; }

.mt88 {
  margin-top: -88px;
  background: #fff; }

.case-show {
  padding: 40px 40px 16px 40px; }
  .case-show li {
    width: 100%;
    height: 338px;
    margin-bottom: 40px; }
    .case-show li .case-img {
      width: 490px;
      height: 338px;
      margin-right: 50px;
      overflow: hidden; }
      .case-show li .case-img img {
        width: 100%;
        height: 338px;
        transition: 0.3s; }
    .case-show li .case-text {
      width: 580px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      max-height: 338px;
      padding-top: 24px; }
      .case-show li .case-text .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 22px;
        transition: 0.3s; }
      .case-show li .case-text .case-art {
        width: 100%;
        height: 150px; }
        .case-show li .case-text .case-art p {
          font-size: 14px;
          line-height: 30px; }
      .case-show li .case-text .line {
        display: block;
        width: 20px;
        height: 1px;
        margin-top: 53px;
        background: #cccccc;
        transition: 0.5s; }
    .case-show li:hover .case-img img {
      transform: scale(1.1); }
    .case-show li:hover .case-text .title {
      color: #0052a4; }
    .case-show li:hover .case-text .line {
      width: 60px;
      background: #0052a4; }

.case-show-content {
  padding: 60px 40px 78px 40px; }
  .case-show-content .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 34px;
    text-align: center; }
  .case-show-content img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 34px; }
  .case-show-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify; }

.inside-nav {
  width: 100%;
  height: 88px;
  background: #e6e6e6; }
  .inside-nav a {
    height: 88px;
    font-size: 16px;
    color: #666666;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s; }
    .inside-nav a:hover {
      background: #0052a4;
      color: #fff; }
  .inside-nav .active {
    background: #0052a4;
    color: #fff; }

.new-nav a {
  width: calc((100% - 0px)/3); }

.new-box {
  padding: 56px 40px 40px 40px; }
  .new-box .new-list {
    padding-bottom: 40px; }
    .new-box .new-list li {
      width: 100%;
      height: 253px;
      margin-bottom: 30px; }
      .new-box .new-list li .new-img {
        width: 500px;
        height: 253px;
        overflow: hidden;
        margin-right: 30px; }
        .new-box .new-list li .new-img img {
          width: 100%;
          height: 100%;
          transition: 0.3s; }
      .new-box .new-list li .new-art {
        width: 590px;
        height: 253px;
        padding-top: 30px; }
        .new-box .new-list li .new-art .title {
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 20px;
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          .new-box .new-list li .new-art .title span:nth-of-type(1) {
            width: calc(100% - 80px);
            transition: 0.3s; }
          .new-box .new-list li .new-art .title span:nth-of-type(2) {
            width: 75px;
            font-size: 14px;
            color: #4c4c4c;
            line-height: 14px; }
        .new-box .new-list li .new-art .new-cont {
          width: 100%;
          height: 90px;
          font-size: 14px;
          line-height: 30px;
          color: #4c4c4c;
          margin-bottom: 16px; }
        .new-box .new-list li .new-art a {
          width: auto;
          height: 32px;
          display: inline-block;
          line-height: 30px;
          font-size: 14px;
          line-height: 30px;
          color: #999999;
          transition: 0.3s;
          border-bottom: 1px #fff solid; }
      .new-box .new-list li:hover .new-img img {
        transform: scale(1.1); }
      .new-box .new-list li:hover .new-art .title span:nth-of-type(1) {
        color: #0052a4; }
      .new-box .new-list li:hover .new-art a {
        color: #0052a4;
        border-bottom: 1px #0052a4 solid; }

.newart-box {
  padding: 85px 40px 40px 40px; }
  .newart-box .newart-list {
    padding-bottom: 60px; }
    .newart-box .newart-list li {
      width: 100%;
      height: 125px;
      margin-bottom: 30px; }
      .newart-box .newart-list li .title {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 23px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
        .newart-box .newart-list li .title span:nth-of-type(1) {
          width: 830px;
          transition: 0.3s; }
        .newart-box .newart-list li .title span:nth-of-type(2) {
          width: 75px;
          font-size: 14px;
          color: #4c4c4c;
          line-height: 14px; }
      .newart-box .newart-list li .newart-essay {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 30px;
        color: #4c4c4c;
        margin-bottom: 24px;
        transition: 0.5s; }
      .newart-box .newart-list li .line {
        width: 0px;
        height: 1px;
        display: block;
        background: #0052a4;
        transition: 0.5s; }
      .newart-box .newart-list li:hover .title span:nth-of-type(1) {
        color: #0052a4; }
      .newart-box .newart-list li:hover .line {
        width: 100%; }

.solution-nav a {
  width: 25%; }

.solution-box {
  padding: 60px 60px 45px 60px; }
  .solution-box img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px; }
  .solution-box p {
    font-size: 14px;
    line-height: 32px;
    text-align: justify; }

.product-nav a {
  width: 20%; }

.product-box {
  padding: 68px 60px 30px 60px; }
  .product-box img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 28px; }
  .product-box .pro-art p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify; }
  .product-box .pro-cont {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 50px; }
    .product-box .pro-cont .title {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 25px;
      font-family: "syhtB"; }
      .product-box .pro-cont .title span {
        width: 2px;
        height: 18px;
        display: inline-block;
        background: #0152a5;
        float: left;
        margin-right: 11px; }
    .product-box .pro-cont .visu .viss {
      float: left;
      margin-right: 80px; }
      .product-box .pro-cont .visu .viss p {
        font-size: 14px;
        line-height: 24px; }
      .product-box .pro-cont .visu .viss .tit {
        font-family: "syhtB"; }
    .product-box .pro-cont .visu .super-fl {
      max-width: 490px; }
      .product-box .pro-cont .visu .super-fl .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 25px;
        font-family: "syhtB"; }
    .product-box .pro-cont .visu .superiority {
      width: 420px;
      height: auto;
      zoom: 1;
      overflow: hidden; }
      .product-box .pro-cont .visu .superiority img {
        width: auto;
        max-width: 420px;
        margin: 0px; }
    .product-box .pro-cont .visu-data li {
      width: calc((100% - 285px)/4);
      height: auto;
      float: left;
      margin-right: 95px; }
      .product-box .pro-cont .visu-data li:nth-of-type(4n) {
        margin-right: 0px; }
      .product-box .pro-cont .visu-data li .tit {
        width: 100%;
        height: 54px;
        background: #0052a4;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
      .product-box .pro-cont .visu-data li .visu-bot {
        width: 100%;
        height: 135px;
        background: #e6e6e6;
        padding: 16px;
        text-align: center; }
        .product-box .pro-cont .visu-data li .visu-bot p {
          font-size: 16px;
          line-height: 24px; }
    .product-box .pro-cont .envir-fl {
      width: 400px; }
      .product-box .pro-cont .envir-fl .title {
        margin-bottom: 40px; }
      .product-box .pro-cont .envir-fl .specific {
        font-size: 14px;
        line-height: 24px; }
        .product-box .pro-cont .envir-fl .specific .spec-fl {
          float: left;
          display: block; }
        .product-box .pro-cont .envir-fl .specific .spec-right {
          width: auto;
          float: left; }
    .product-box .pro-cont .envir-right {
      width: 628px;
      height: auto; }
      .product-box .pro-cont .envir-right img {
        width: 100%;
        margin: 0px; }

.about-title {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding-top: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .about-title .title {
    font-size: 36px;
    line-height: 36px;
    color: #4d4d4d;
    margin-bottom: 17px;
    font-family: "syhtB"; }
  .about-title .img {
    width: 63px;
    height: 63px;
    display: block;
    position: relative; }
    .about-title .img img {
      width: 100%; }
    .about-title .img::before {
      content: "";
      width: 84px;
      height: 1px;
      background: #e0e0e0;
      position: absolute;
      top: 31px;
      right: 80px; }
    .about-title .img::after {
      content: "";
      width: 84px;
      height: 1px;
      background: #e0e0e0;
      position: absolute;
      top: 31px;
      left: 80px; }

.about-box {
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .about-box .about-cont {
    margin-top: 27px; }
    .about-box .about-cont .about-cont-img {
      width: 520px;
      height: auto;
      zoom: 1;
      overflow: hidden img;
        overflow-width: auto;
        overflow-max-width: 100%; }
    .about-box .about-cont .about-cont-art {
      width: 600px;
      height: 350px;
      padding: 15px 0px;
      font-size: 16px;
      line-height: 36px;
      color: #4c4c4c; }
      .about-box .about-cont .about-cont-art .about-scro {
        width: 600px;
        height: 320px;
        overflow-y: auto; }
        .about-box .about-cont .about-cont-art .about-scro::-webkit-scrollbar {
          width: 6px;
          height: 6px;
          background-color: #F5F5F5; }
        .about-box .about-cont .about-cont-art .about-scro::-webkit-scrollbar-track {
          border-radius: 3px;
          background-color: #F5F5F5; }
        .about-box .about-cont .about-cont-art .about-scro::-webkit-scrollbar-thumb {
          border-radius: 3px;
          background-color: #ddd; }
  .about-box .about-culture {
    width: 1560px;
    height: auto;
    float: right;
    margin-top: 90px; }
    .about-box .about-culture .about-culture-art {
      width: 520px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      text-align: right; }
      .about-box .about-culture .about-culture-art img {
        width: 41px;
        height: 47px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: inline-block; }
      .about-box .about-culture .about-culture-art .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 30px;
        font-family: "syhtB"; }
      .about-box .about-culture .about-culture-art .culture-box {
        width: 100%;
        height: 393px;
        padding: 25px 0px;
        overflow-y: auto; }
        .about-box .about-culture .about-culture-art .culture-box::-webkit-scrollbar {
          width: 6px;
          height: 6px;
          background-color: #F5F5F5; }
        .about-box .about-culture .about-culture-art .culture-box::-webkit-scrollbar-track {
          border-radius: 3px;
          background-color: #F5F5F5; }
        .about-box .about-culture .about-culture-art .culture-box::-webkit-scrollbar-thumb {
          border-radius: 3px;
          background-color: #ddd; }
        .about-box .about-culture .about-culture-art .culture-box .tit {
          font-size: 22px;
          line-height: 36px;
          margin-bottom: 38px; }
        .about-box .about-culture .about-culture-art .culture-box .cult-art {
          font-size: 16px;
          line-height: 36px;
          color: #4d4d4d; }
    .about-box .about-culture .about-cul-img {
      width: 933px;
      height: 535px;
      overflow: hidden; }
      .about-box .about-culture .about-cul-img img {
        width: 100%; }

.enterprise-box {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-top: 77px; }
  .enterprise-box .enterprise-img {
    width: 100%;
    height: 430px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .enterprise-box .enterprise-img .about-title .title {
      color: #fff; }
    .enterprise-box .enterprise-img .about-title .img::before {
      background: #fff; }
    .enterprise-box .enterprise-img .about-title .img::after {
      background: #fff; }
  .enterprise-box .mt65 {
    margin-top: -65px; }
  .enterprise-box .swiper-box {
    box-sizing: border-box;
    padding: 20px 23px 0px 23px;
    background: #fff; }
    .enterprise-box .swiper-box .enter-swiper {
      height: 487px; }
      .enterprise-box .swiper-box .enter-swiper .swiper-wrapper {
        width: 1148px;
        height: 467px;
        box-sizing: border-box; }
        .enterprise-box .swiper-box .enter-swiper .swiper-wrapper .swiper-slide {
          width: 100%; }
          .enterprise-box .swiper-box .enter-swiper .swiper-wrapper .swiper-slide .slid-box {
            width: 100%;
            height: 376px;
            box-sizing: border-box;
            border: 1px #cccccc solid;
            border-bottom: none;
            padding: 19px; }
            .enterprise-box .swiper-box .enter-swiper .swiper-wrapper .swiper-slide .slid-box .slid-img {
              width: 100%;
              height: 100%;
              overflow: hidden;
              border: 1px #cccccc solid; }
              .enterprise-box .swiper-box .enter-swiper .swiper-wrapper .swiper-slide .slid-box .slid-img img {
                width: 100%;
                height: 100%; }
          .enterprise-box .swiper-box .enter-swiper .swiper-wrapper .swiper-slide .slid-art {
            width: 100%;
            height: 70px;
            background: #f5f5f5;
            font-size: 18px;
            color: #4c4c4c;
            line-height: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s; }
          .enterprise-box .swiper-box .enter-swiper .swiper-wrapper .swiper-slide:hover .slid-art {
            background: #0053a5;
            color: #fff; }
      .enterprise-box .swiper-box .enter-swiper .enter-pag {
        bottom: 5px; }

.partner .common-img {
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 0 3px;
  margin-top: 50px;
  padding-top: 8px; }
  .partner .common-img li {
    width: calc((100% - 210px)/4);
    height: 135px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
    margin-right: 70px;
    margin-bottom: 25px;
    transition: 0.3s; }
    .partner .common-img li:hover {
      box-shadow: 0px 3px 4px #ddd; }
    .partner .common-img li img {
      width: 100%; }
    .partner .common-img li:nth-of-type(4n) {
      margin-right: 0px; }

.join-in .rec_box {
  width: 100%;
  height: auto;
  zoom: 1;
  margin-bottom: 60px;
  margin-top: 20px; }
  .join-in .rec_box li {
    width: 100%;
    height: auto;
    zoom: 1;
    margin-bottom: 6px; }
    .join-in .rec_box li .rec_tit {
      width: 100%;
      height: 54px;
      line-height: 52px;
      padding: 0 30px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #ebebeb; }
      .join-in .rec_box li .rec_tit .rec_fl {
        width: 808px;
        color: #4c4c4c;
        box-sizing: border-box; }
        .join-in .rec_box li .rec_tit .rec_fl .rec_t {
          font-size: 18px;
          font-weight: bold; }
        .join-in .rec_box li .rec_tit .rec_fl .rec_r {
          font-size: 12px; }
      .join-in .rec_box li .rec_tit .jia {
        width: 12px;
        height: 12px;
        cursor: pointer;
        border-radius: 50%;
        background: #fff;
        padding: 6px;
        transition: 0.3s;
        box-sizing: initial;
        border: 3px #f1f1f1 solid; }
        .join-in .rec_box li .rec_tit .jia i {
          width: 12px;
          height: 12px;
          position: relative;
          display: block; }
          .join-in .rec_box li .rec_tit .jia i::before {
            content: "";
            position: absolute;
            top: 50%;
            width: 100%;
            height: 4px;
            margin-top: -2px;
            background-color: #b0b0b0; }
          .join-in .rec_box li .rec_tit .jia i::after {
            content: "";
            position: absolute;
            top: 0;
            width: 4px;
            height: 100%;
            margin-left: 4px;
            background-color: #b0b0b0; }
    .join-in .rec_box li .current {
      background: #002870; }
      .join-in .rec_box li .current .rec_fl {
        color: #fff; }
      .join-in .rec_box li .current .jia {
        border: none; }
        .join-in .rec_box li .current .jia i::after {
          content: "";
          opacity: 0;
          position: absolute;
          top: 0;
          width: 4px;
          height: 100%;
          margin-left: 4px;
          background-color: #b0b0b0; }
    .join-in .rec_box li .rec_bot {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      padding: 0 37px;
      padding-bottom: 30px;
      display: none;
      background: #f8f8f8; }
      .join-in .rec_box li .rec_bot .rec_hei {
        font-weight: bold; }
      .join-in .rec_box li .rec_bot .rec_hui {
        font-size: 12px;
        margin-left: 40px; }
      .join-in .rec_box li .rec_bot .rec_bottop {
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 23px;
        border-bottom: 1px #ccc dashed; }
        .join-in .rec_box li .rec_bot .rec_bottop li {
          width: 33%;
          height: auto;
          zoom: 1;
          float: left;
          line-height: 28px;
          color: #4c4c4c; }
      .join-in .rec_box li .rec_bot .rec_lei .rec_lei_wen {
        font-size: 12px;
        color: #4c4c4c;
        line-height: 32px; }
        .join-in .rec_box li .rec_bot .rec_lei .rec_lei_wen .quan {
          width: 13px;
          height: 13px;
          display: inline-block;
          font-size: 12px;
          border-radius: 50%;
          border: 1px #4d4d4d solid;
          line-height: 13px;
          text-align: center;
          margin-right: 8px; }
      .join-in .rec_box li .rec_bot .up {
        width: 230px;
        height: 50px;
        margin-top: 40px;
        border-radius: 25px;
        background: #002870;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        cursor: pointer; }

.join-form {
  width: 600px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background-color: #fff;
  padding: 40px; }
  .join-form .line {
    width: 100%;
    height: 36px;
    display: inline-block; }
    .join-form .line .label {
      height: 36px;
      display: inline-block;
      float: left;
      font-size: 16px;
      line-height: 36px; }
    .join-form .line input {
      display: inline-block;
      float: left;
      width: 438px;
      height: 36px;
      background-color: #fff;
      border: none;
      border-bottom: 1px solid #f1f5fd;
      padding: 0 10px; }
    .join-form .line textarea {
      display: inline-block;
      float: left;
      width: 100%;
      height: 100px;
      background-color: #fff;
      border: 1px solid #f1f5fd;
      padding: 10px;
      resize: none; }
    .join-form .line .load {
      width: 90px;
      height: 34px;
      line-height: 34px;
      background: #0052a4;
      font-size: 12px;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      display: inline-block;
      float: left;
      position: relative; }
      .join-form .line .load input {
        width: 90px;
        height: 34px;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0; }
    .join-form .line .desc {
      font-size: 12px;
      line-height: 36px;
      color: #333;
      margin-left: 8px; }
    .join-form .line img {
      display: inline-block;
      margin-left: 10px;
      width: 80px;
      height: 34px; }
    .join-form .line button {
      width: 120px;
      height: 38px;
      border-radius: 4px;
      background-color: #0052a4;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border: none;
      float: right; }
    .join-form .line.heightauto {
      height: auto; }

.serve {
  width: 100%;
  min-width: 1200px;
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .serve .serve-bot {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden; }
    .serve .serve-bot .serve-img {
      width: 50%;
      margin-top: 10px;
      height: 513px;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: cover; }
    .serve .serve-bot .serve-cont {
      width: 50%;
      max-height: 523px;
      padding: 10px 0px;
      overflow-y: auto; }
      .serve .serve-bot .serve-cont::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #F5F5F5; }
      .serve .serve-bot .serve-cont::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: #F5F5F5; }
      .serve .serve-bot .serve-cont::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #ddd; }
      .serve .serve-bot .serve-cont li {
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        min-height: 127px;
        box-sizing: border-box;
        padding-left: 20px;
        transition: 0.3s; }
        .serve .serve-bot .serve-cont li .cont {
          width: 100%;
          height: auto;
          zoom: 1;
          overflow: hidden;
          padding: 28px 0px;
          border-bottom: 1px #dedede solid; }
          .serve .serve-bot .serve-cont li .cont .i {
            width: 14px;
            height: 20px;
            display: block;
            float: left;
            margin-right: 18px;
            background-image: url(../images/img24.png);
            background-repeat: no-repeat;
            background-position: center center; }
          .serve .serve-bot .serve-cont li .cont .cont-art {
            width: calc(100% - 32px); }
            .serve .serve-bot .serve-cont li .cont .cont-art .title {
              font-size: 18px;
              height: 24px;
              color: #333;
              margin-bottom: 24px; }
            .serve .serve-bot .serve-cont li .cont .cont-art .tit {
              font-size: 14px;
              line-height: 24px; }
              .serve .serve-bot .serve-cont li .cont .cont-art .tit span {
                margin-right: 90px; }
        .serve .serve-bot .serve-cont li:hover {
          box-shadow: 0px 0px 5px #ddd;
          padding-left: 50px; }
          .serve .serve-bot .serve-cont li:hover .cont {
            border: none; }

.map-cont {
  width: 100%;
  min-width: 1200px;
  height: 565px;
  position: relative;
  margin-top: 19px; }
  .map-cont .map {
    width: 100%;
    height: 565px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9; }
    .map-cont .map .BMap_cpyCtrl {
      display: none; }
    .map-cont .map .anchorBL {
      display: none; }
  .map-cont .map-box {
    width: 327px;
    height: 425px;
    box-sizing: border-box;
    padding: 23px;
    position: absolute;
    top: 70px;
    right: 30%;
    z-index: 999999;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.8); }
    .map-cont .map-box .title {
      font-size: 18px;
      line-height: 24px;
      margin-top: 9px; }
    .map-cont .map-box .fot-tel .lie {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      margin-bottom: 22px; }
      .map-cont .map-box .fot-tel .lie img {
        width: 24px;
        height: 26px;
        float: left;
        margin: 0 15px;
        display: inline-block; }
      .map-cont .map-box .fot-tel .lie .fot-wen {
        width: calc(100% - 54px);
        float: left; }
        .map-cont .map-box .fot-tel .lie .fot-wen p {
          font-size: 14px;
          line-height: 32px;
          color: #4c4c4c; }

.index-banner {
  width: 100%;
  min-width: 1200px;
  height: 696px; }
  .index-banner .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .index-banner .index-pag {
    bottom: 56px !important; }
    .index-banner .index-pag .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #999999;
      opacity: 1;
      margin: 0 15px !important; }
    .index-banner .index-pag .swiper-pagination-bullet-active {
      background: #fff;
      opacity: 1; }

.case-box {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .case-box .case-top {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #fff;
    padding-top: 20px; }
    .case-box .case-top .case-swip {
      height: 419px;
      margin-top: 42px; }
      .case-box .case-top .case-swip .swiper-slide .cases-img {
        width: 100%;
        height: 255px;
        overflow: hidden; }
        .case-box .case-top .case-swip .swiper-slide .cases-img img {
          width: 100%;
          transition: 0.3s; }
      .case-box .case-top .case-swip .swiper-slide .cases-bot {
        width: 330px;
        height: 115px;
        position: absolute;
        background: #fff;
        left: 50%;
        margin-left: -165px;
        margin-top: -38px;
        box-shadow: 0px 3px 9px rgba(0, 13, 67, 0.2);
        padding: 0 16px;
        transition: 0.3s;
        color: #4c4c4c; }
        .case-box .case-top .case-swip .swiper-slide .cases-bot .tit {
          font-size: 18px;
          line-height: 18px;
          margin-top: 19px;
          margin-bottom: 13px; }
        .case-box .case-top .case-swip .swiper-slide .cases-bot .introduce {
          font-size: 14px;
          line-height: 24px; }
      .case-box .case-top .case-swip .swiper-slide:hover .cases-img img {
        transform: scale(1.1); }
      .case-box .case-top .case-swip .swiper-slide:hover .cases-bot {
        background: #0a51b9;
        color: #fff; }
  .case-box .case-bt {
    width: 100%;
    height: 670px;
    padding: 70px 0px; }
    .case-box .case-bt .case-newfl {
      width: 582px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      transition: 0.3s; }
      .case-box .case-bt .case-newfl .case-newfl-img {
        width: 582px;
        height: 294px;
        overflow: hidden; }
        .case-box .case-bt .case-newfl .case-newfl-img img {
          width: 100%;
          height: 100%;
          transition: 0.3s; }
      .case-box .case-bt .case-newfl:hover {
        box-shadow: 0px 0px 6px rgba(0, 13, 67, 0.2); }
        .case-box .case-bt .case-newfl:hover .case-newfl-img img {
          transform: scale(1.1); }
    .case-box .case-bt .case-new-cont {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      transition: 0.3s;
      padding: 26px 20px 35px 20px;
      background: #fff; }
      .case-box .case-bt .case-new-cont .title {
        font-size: 18px;
        line-height: 18px;
        color: #4c4c4c;
        margin-bottom: 34px; }
      .case-box .case-bt .case-new-cont .case-wen {
        height: 60px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 32px; }
      .case-box .case-bt .case-new-cont .time {
        font-size: 14px;
        line-height: 30px;
        display: flex;
        justify-content: space-between; }
        .case-box .case-bt .case-new-cont .time a {
          color: #0a54a1; }
      .case-box .case-bt .case-new-cont:hover {
        box-shadow: 0px 0px 6px rgba(0, 13, 67, 0.2); }
    .case-box .case-bt .case-newfr {
      width: 590px;
      height: auto; }
      .case-box .case-bt .case-newfr .case-newfr-top {
        padding: 44px 20px 35px 20px; }
      .case-box .case-bt .case-newfr .case-newbot {
        width: 100%;
        height: 244px;
        margin-top: 32px;
        display: flex;
        justify-content: space-between; }
        .case-box .case-bt .case-newfr .case-newbot .new-fl {
          width: calc((100% - 32px)/2);
          height: 244px;
          background: #fff;
          box-sizing: border-box;
          padding: 40px 20px 0px 20px;
          transition: 0.3s; }
          .case-box .case-bt .case-newfr .case-newbot .new-fl .title {
            height: 150px;
            font-size: 18px;
            line-height: 30px;
            color: #4c4c4c; }
          .case-box .case-bt .case-newfr .case-newbot .new-fl .time {
            font-size: 14px;
            line-height: 30px;
            display: flex;
            justify-content: space-between; }
            .case-box .case-bt .case-newfr .case-newbot .new-fl .time a {
              color: #0a54a1; }
          .case-box .case-bt .case-newfr .case-newbot .new-fl:hover {
            box-shadow: 0px 0px 6px rgba(0, 13, 67, 0.2); }

.solution {
  width: 100%;
  height: 800px;
  position: relative; }
  .solution .wave1 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    color: #999;
    background: url("../images/bg1.png") repeat-x 0 0;
    -webkit-animation: 20s linear 0s none infinite tweenxx;
    -moz-animation: 20s linear 0s none infinite tweenxx;
    animation: 20s linear 0s none infinite tweenxx; }
  .solution .wave {
    height: 229px;
    background: url("../images/bg1.png") repeat-x 0px 0;
    -webkit-animation: 22s linear 0s none infinite tweenx;
    -moz-animation: 22s linear 0s none infinite tweenx;
    animation: 22s linear 0s none infinite tweenx; }

@-webkit-keyframes tweenx {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1600px 0; } }

@-moz-keyframes tweenx {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1600px 0; } }

@keyframes tweenx {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1600px 0; } }

@-webkit-keyframes tweenxx {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }

@-moz-keyframes tweenxx {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }

@keyframes tweenxx {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }
  .solution .solu-box {
    width: 1020px;
    height: 480px;
    margin: 0 auto;
    margin-top: 52px;
    position: relative;
    z-index: 99; }
    .solution .solu-box .solu-img {
      width: 1020px;
      height: 258px;
      overflow: hidden; }
      .solution .solu-box .solu-img img {
        width: 100%; }
    .solution .solu-box .solu-bot {
      width: 100%;
      padding: 0 6px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      margin-top: -4px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .solution .solu-box .solu-bot .solu-cont {
        width: 160px; }
        .solution .solu-box .solu-bot .solu-cont img {
          width: 166px;
          height: 166px;
          display: block;
          transition: 0.6s; }
        .solution .solu-box .solu-bot .solu-cont p {
          font-size: 20px;
          line-height: 20px;
          color: #4c4c4c;
          text-align: center;
          margin-top: 30px; }
        .solution .solu-box .solu-bot .solu-cont:hover img {
          transform: rotate(180deg); }

.product {
  width: 100%;
  height: 759px; }
  .product .about-title .title {
    color: #fff; }
  .product .produ-bot {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 103px; }
    .product .produ-bot li {
      width: 273px;
      height: 350px;
      float: left;
      margin-left: -33px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .product .produ-bot li .product-cont {
        width: 100%;
        height: 225px;
        box-sizing: border-box;
        padding: 20px 20px 0px 60px; }
        .product .produ-bot li .product-cont .title {
          width: 100%;
          font-size: 18px;
          height: auto;
          padding: 6px 0px;
          line-height: 30px;
          color: #4c4c4c;
          position: relative;
          text-transform: uppercase;
          border-bottom: 1px #e0e0e0 solid; }
          .product .produ-bot li .product-cont .title i {
            font-size: 14px;
            line-height: 14px;
            color: #ea0f0f;
            position: absolute;
            top: 7px; }
        .product .produ-bot li .product-cont .en {
          letter-spacing: -2px; }
        .product .produ-bot li .product-cont .pro-scroll {
          width: 100%;
          height: 160px;
          box-sizing: border-box;
          padding-top: 15px;
          overflow-y: auto; }
          .product .produ-bot li .product-cont .pro-scroll::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background-color: #F5F5F5; }
          .product .produ-bot li .product-cont .pro-scroll::-webkit-scrollbar-track {
            border-radius: 3px;
            background-color: #F5F5F5; }
          .product .produ-bot li .product-cont .pro-scroll::-webkit-scrollbar-thumb {
            border-radius: 3px;
            background-color: #ddd; }
          .product .produ-bot li .product-cont .pro-scroll p {
            font-size: 14px;
            line-height: 24px;
            color: #4c4c4c;
            text-align: justify; }

.news-detail {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px; }
  .news-detail .common {
    background-color: #fff; }
    .news-detail .common .news-title {
      width: 100%;
      padding: 30px 0 20px;
      border-bottom: 1px solid #f5f5f5; }
      .news-detail .common .news-title .title {
        width: 100%;
        padding: 0 20px;
        font-size: 30px;
        color: #000;
        text-align: center; }
      .news-detail .common .news-title .date {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #999;
        margin-top: 10px;
        padding: 0 20px; }
    .news-detail .common .news-content {
      width: 100%;
      padding: 20px 40px;
      line-height: 26px; }
      .news-detail .common .news-content img {
        max-width: 100% !important;
        margin: 5px 0; }
    .news-detail .common .download {
      width: 100%;
      padding: 20px 40px; }
      .news-detail .common .download .title {
        width: 100%;
        font-size: 14px;
        color: #333; }
      .news-detail .common .download a {
        display: block;
        clear: both;
        color: #666;
        margin: 5px 0;
        transition: color 0.3s; }
      .news-detail .common .download a:hover {
        color: #0052a4; }
    .news-detail .common .next-prev {
      width: 100%;
      border-top: 1px solid #f5f5f5;
      padding: 20px 40px; }
      .news-detail .common .next-prev .left {
        width: calc(100% - 150px);
        display: inline-block;
        float: left; }
        .news-detail .common .next-prev .left a {
          display: block;
          clear: both;
          color: #666;
          margin: 5px 0;
          transition: color 0.3s;
          width: 460px; }
        .news-detail .common .next-prev .left a:hover {
          color: #0052a4; }
      .news-detail .common .next-prev .right {
        width: 110px;
        height: 40px;
        display: inline-block;
        float: right;
        margin-top: 5px;
        background-color: #0052a4;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 14px; }
