.wrap {
  width: 85%;
  padding: 0 0px;
  box-sizing: border-box;
  margin: 0 auto; }
  
  
  
  
  .wrap3 {
  width: 70%;
  padding: 0 0px;
  box-sizing: border-box;
  margin: 0 auto; }
  
  
  .wrap1 {
  width: 100%;
  padding: 0 0px;
  box-sizing: border-box;
  margin: 0 auto; }
    .wrap2 {
  width: 85%;
  padding: 0 0px;
  box-sizing: border-box;
  margin: 0 auto; }  @media (max-width: 1189px) {
    .wrap {
      width: 90%; } }

.header {
  background-color: #fff;
  font-size: 17px;
  color: #000;
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9; }
  .header .inner {
    display: flex;
    align-items: center; }
    @media (max-width: 1189px) {
      .header .inner {
        flex-wrap: wrap; } }
    .header .inner .brand-box {
      flex-shrink: 0;
      margin-right: 170px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1189px) {
        .header .inner .brand-box {
          width: 100%; } }
      @media (max-width: 1189px) {
        .header .inner .brand-box {
          padding: 5px 0; } }
      .header .inner .brand-box img {
        width: 70px; }
        @media (max-width: 1189px) {
          .header .inner .brand-box img {
            width: 60px; } }
      .header .inner .brand-box .nav-line {
        width: 20px;
        height: 10px;
        display: none; }
        @media (max-width: 1189px) {
          .header .inner .brand-box .nav-line {
            display: block; } }
        .header .inner .brand-box .nav-line .item {
          width: 20px;
          height: 2px;
          transition-timing-function: ease;
          transition-duration: .15s;
          transition-property: transform;
          border-radius: 4px;
          background-color: #2C5BF2;
          position: relative; }
          .header .inner .brand-box .nav-line .item::after, .header .inner .brand-box .nav-line .item::before {
            position: absolute;
            width: 20px;
            height: 2px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
            border-radius: 4px;
            background-color: #2C5BF2;
            content: ''; }
          .header .inner .brand-box .nav-line .item::before {
            top: 5px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform, opacity; }
          .header .inner .brand-box .nav-line .item::after {
            top: 10px;
            bottom: -5px; }
        .header .inner .brand-box .nav-line.is-active .item {
          transform: translate3d(0, 5px, 0) rotate(45deg); }
          .header .inner .brand-box .nav-line.is-active .item::before {
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            opacity: 0; }
          .header .inner .brand-box .nav-line.is-active .item::after {
            transform: translate3d(0, -10px, 0) rotate(-90deg); }
    .header .inner .nav-box {
      width: 100%; }
      @media (max-width: 1189px) {
        .header .inner .nav-box {
          flex-wrap: wrap;
          display: none; } }
    .header .inner .nav-box-inner {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
      @media (max-width: 1189px) {
        .header .inner .nav-box-inner {
          flex-wrap: wrap; } }
      .header .inner .nav-box-inner a {
        display: block;
        cursor: pointer; }
        @media (max-width: 1189px) {
          .header .inner .nav-box-inner a:not(:last-child) {
            border-bottom: 1px solid #f1f1f1; } }
        @media (max-width: 1189px) {
          .header .inner .nav-box-inner a {
            width: 100%;
            font-size: 15px;
            padding: 15px 0; } }
        .header .inner .nav-box-inner a:hover {
          color: #12376C; }

.section-body {
  padding-top: 70px; }
  .section-body .all-banner {
    height: 340px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1189px) {
      .section-body .all-banner {
        height: 200px; } }
  .section-body .pages-box {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px; }
    @media (max-width: 1189px) {
      .section-body .pages-box {
        padding: 20px 0 0;
        flex-wrap: wrap; } }
    .section-body .pages-box .page-item {
      width: 30px;
      height: 30px;
      background-color: #e5e5e5;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px;
      color: #000;
      cursor: pointer;
      margin-top: 10px; }
      .section-body .pages-box .page-item.select {
        color: #fff;
        background-color: #12376C; }
    .section-body .pages-box .page-li {
      cursor: pointer;
      width: 60px;
      height: 30px;
      background-color: #e5e5e5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      color: #000;
      margin: 10px 8px 0; }
  .section-body .join-content .join-top {
    background: rgba(0, 0, 0, 0.05);
    padding: 50px 0; }
    @media (max-width: 1189px) {
      .section-body .join-content .join-top {
        padding: 15px 0; } }
    .section-body .join-content .join-top .img-inner {
      display: flex;
      justify-content: space-between; }
      .section-body .join-content .join-top .img-inner img {
        width: 48%; }
        @media (max-width: 1189px) {
          .section-body .join-content .join-top .img-inner img {
            width: 49%; } }
  .section-body .join-content .join-inner {
    background-color: #fff;
    padding: 50px 0 35px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 1.8; }
    @media (max-width: 1189px) {
      .section-body .join-content .join-inner {
        padding: 20px 0 15px; } }
    @media (max-width: 1189px) {
      .section-body .join-content .join-inner {
        font-size: 15px; } }
    .section-body .join-content .join-inner .item {
      margin-bottom: 25px;
      background: rgba(43, 116, 187, 0.05); }
      @media (max-width: 1189px) {
        .section-body .join-content .join-inner .item {
          margin-bottom: 15px; } }
      .section-body .join-content .join-inner .item .title {
        display: flex;
        justify-content: space-between;
        background: rgba(43, 116, 187, 0.6);
        font-weight: bold;
        padding: 27px 15px;
        line-height: 1;
        color: #fff;
        font-size: 24px; }
        @media (max-width: 1189px) {
          .section-body .join-content .join-inner .item .title {
            font-size: 18px;
            flex-wrap: wrap;
            padding: 20px 15px; } }
        .section-body .join-content .join-inner .item .title a {
          color: #FF5C00; }
          @media (max-width: 1189px) {
            .section-body .join-content .join-inner .item .title a {
              margin-top: 10px; } }
      .section-body .join-content .join-inner .item .details {
        padding: 30px 15px; }
        @media (max-width: 1189px) {
          .section-body .join-content .join-inner .item .details {
            padding: 15px 15px; } }
        .section-body .join-content .join-inner .item .details .desc {
          font-weight: bold;
          color: #000;
          font-size: 17px;
          margin-bottom: 15px; }
          @media (max-width: 1189px) {
            .section-body .join-content .join-inner .item .details .desc {
              margin-bottom: 10px; } }
        .section-body .join-content .join-inner .item .details .tips-title {
          font-weight: bold;
          color: #333;
          margin-bottom: 10px;
          margin-top: 10px; }
  .section-body .news-content {
    padding: 30px 0 60px; }
    @media (max-width: 1189px) {
      .section-body .news-content {
        padding: 15px 0 30px; } }
    .section-body .news-content .news-list {
      padding: 20px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      cursor: pointer; }
      .section-body .news-content .news-list:hover .btn {
        color: #fff;
        background-color: rgba(18, 55, 108, 0.5) !important; }
      @media (max-width: 1189px) {
        .section-body .news-content .news-list {
          flex-wrap: wrap; } }
      .section-body .news-content .news-list .news-img {
        width: 300px;
        height: 300px;
        flex-shrink: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 100px; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-list .news-img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px; } }
      .section-body .news-content .news-list .news-details .title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.5; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-list .news-details .title {
            font-size: 18px; } }
      .section-body .news-content .news-list .news-details .time {
        font-size: 17px;
        margin-bottom: 25px; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-list .news-details .time {
            font-size: 16px; } }
      .section-body .news-content .news-list .news-details .desc {
        color: rgba(0, 0, 0, 0.75);
        line-height: 1.8;
        text-indent: 2em;
        height: 136px;
        margin-bottom: 30px;
        overflow: hidden; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-list .news-details .desc {
            margin-bottom: 15px;
            font-size: 14px; } }
      .section-body .news-content .news-list .news-details .btn {
        width: 150px;
        line-height: 30px;
        background: rgba(0, 0, 0, 0.05);
        border: 3px solid rgba(18, 55, 108, 0.5);
        box-sizing: border-box;
        border-radius: 20px;
        text-align: center;
        cursor: pointer;
        transition: all .3s linear; }
    .section-body .news-content .news-title-top {
      padding: 15px 0 30px;
      border-bottom: 1px solid #C4C4C4;
      position: relative;
      text-align: center; }
      .section-body .news-content .news-title-top .title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-title-top .title {
            font-size: 20px; } }
      .section-body .news-content .news-title-top .back {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        color: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        padding: 5px 14px;
        background-color: #E5E5E5; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-title-top .back {
            position: relative;
            font-size: 14px;
            width: fit-content;
            margin: 20px auto 0;
            left: auto;
            top: auto; } }
      .section-body .news-content .news-title-top .time {
        font-size: 17px; }
        @media (max-width: 1189px) {
          .section-body .news-content .news-title-top .time {
            font-size: 14px; } }
    .section-body .news-content .news-content-inner {
      padding: 30px 0 0;
      color: rgba(0, 0, 0, 0.75);
      font-size: 17px;
      line-height: 34px;
      text-indent: 2em; }
      @media (max-width: 1189px) {
        .section-body .news-content .news-content-inner {
          font-size: 15px; } }
      .section-body .news-content .news-content-inner img {
        margin: 20px auto;
        display: block; }
    .section-body .news-content .btn-list {
      display: flex;
      justify-content: space-between; }
      .section-body .news-content .btn-list .btn {
        color: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        padding: 5px 14px;
        background-color: #E5E5E5;
        display: block;
        cursor: pointer; }
        @media (max-width: 1189px) {










          .section-body .news-content .btn-list .btn {
            font-size: 14px; } }
  .section-body .innovation-content .innovation-top .img-inner {
    display: flex;
    margin: 50px 0 25px; }
    @media (max-width: 1189px) {
      .section-body .innovation-content .innovation-top .img-inner {
        margin: 20px 0 15px;
        flex-wrap: wrap; } }
    .section-body .innovation-content .innovation-top .img-inner .keji-left {
      width: 773px;
      height: 580px;
      background-position: center;
      background-size: cover;
      overflow: hidden; }
      @media (max-width: 1189px) {
        .section-body .innovation-content .innovation-top .img-inner .keji-left {
          width: 100%;
          height: auto; } }
      .section-body .innovation-content .innovation-top .img-inner .keji-left img {
        width: 100%; }
    .section-body .innovation-content .innovation-top .img-inner .keji-right {
      width: 368px;
      overflow: hidden;
      padding-left: 28px; }
      @media (max-width: 1189px) {
        .section-body .innovation-content .innovation-top .img-inner .keji-right {
          width: 100%;
          padding-left: 0; } }
      .section-body .innovation-content .innovation-top .img-inner .keji-right img {
        width: 100%; }
      .section-body .innovation-content .innovation-top .img-inner .keji-right .keji-top {
        margin-bottom: 28px; }
        @media (max-width: 1189px) {
          .section-body .innovation-content .innovation-top .img-inner .keji-right .keji-top {
            margin-bottom: 15px;
            margin-top: 15px; } }
  .section-body .innovation-content .innovation-top .img-text {
    font-size: 17px;
    font-weight: 300;
    line-height: 34px;
    text-indent: 2em;
    padding-bottom: 40px; }
    @media (max-width: 1189px) {
      .section-body .innovation-content .innovation-top .img-text {
        font-size: 15px;
        padding-bottom: 20px; } }
  .section-body .innovation-content .innovation-center {
    background: rgba(0, 0, 0, 0.05);
    padding: 24px 0 40px; }
    .section-body .innovation-content .innovation-center .title {
      font-weight: bold;
      font-size: 24px;
      color: #000;
      margin-bottom: 44px; }
      @media (max-width: 1189px) {
        .section-body .innovation-content .innovation-center .title {
          font-size: 18px;
          margin-bottom: 20px; } }
    .section-body .innovation-content .innovation-center .image-inner {
      margin-left: -8px;
      margin-right: -8px; }
      .section-body .innovation-content .innovation-center .image-inner .item {
        padding-left: 8px;
        padding-right: 8px;
        width: 25%;
        height: 210px;
        overflow: hidden;
        cursor: pointer;
        box-sizing: border-box;
        float: left; }
        @media (max-width: 1189px) {
          .section-body .innovation-content .innovation-center .image-inner .item {
            width: 100%;
            height: auto; } }
        @media (max-width: 1189px) {
          .section-body .innovation-content .innovation-center .image-inner .item:not(:last-child) {
            margin-bottom: 15px; } }
        .section-body .innovation-content .innovation-center .image-inner .item img {
          width: 100%; }
  .section-body .innovation-content .innovation-bottom {
    padding: 24px 0 40px; }
    .section-body .innovation-content .innovation-bottom .title {
      font-weight: bold;
      font-size: 24px;
      color: #000;
      margin-bottom: 44px; }
      @media (max-width: 1189px) {
        .section-body .innovation-content .innovation-bottom .title {
          font-size: 18px;
          margin-bottom: 20px; } }
    .section-body .innovation-content .innovation-bottom .image-inner {
      margin-left: -8px;
      margin-right: -8px; }
      .section-body .innovation-content .innovation-bottom .image-inner .item {
        padding-left: 8px;
        padding-right: 8px;
        width: 33.33%;
       
        overflow: hidden;
        cursor: pointer;
        box-sizing: border-box;
        float: left; }
        @media (max-width: 1189px) {
          .section-body .innovation-content .innovation-bottom .image-inner .item {
            width: 100%; } }
        @media (max-width: 1189px) {
          .section-body .innovation-content .innovation-bottom .image-inner .item:not(:last-child) {
            margin-bottom: 15px; } }
        .section-body .innovation-content .innovation-bottom .image-inner .item img {
          width: 100%; }
  .section-body .home-content .home-banner .home-banner-video {
    width: 100%;
    height: 892px;
    display: block; }
    @media (max-width: 1189px) {
      .section-body .home-content .home-banner .home-banner-video {
        height: 400px; } }
  .section-body .home-content .home-section {
    padding: 40px 0 60px; }
    .section-body .home-content .home-section:nth-child(2n+1) {
      /*! background-color: rgba(0, 0, 0, 0.05); */ }
    @media (max-width: 1189px) {
      .section-body .home-content .home-section {
        padding: 20px 0 30px; } }
    .section-body .home-content .home-section .title {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 42px; }
      @media (max-width: 1189px) {
        .section-body .home-content .home-section .title {
          font-size: 20px;
          margin-bottom: 10px; } }
    .section-body .home-content .home-section .home-section-inner {
      display: flex; }
      @media (max-width: 1189px) {
        .section-body .home-content .home-section .home-section-inner {
          flex-wrap: wrap;
          padding: 0 15px; } }
      .section-body .home-content .home-section .home-section-inner .left {
        font-size: 17px;
        line-height: 34px;
        font-weight: 300;
        color: #000;
        width: 100%;
        padding-right: 35px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end; background-color:#0a4fb4}
        @media (max-width: 1189px) {
          .section-body .home-content .home-section .home-section-inner .left {
            padding-right: 0;
            font-size: 15px;
            margin-bottom: 15px;; background-color:#0a4fb4 } }
        .section-body .home-content .home-section .home-section-inner .left .details {
          width: 554px;
          text-align: justify;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media (max-width: 1189px) {
            .section-body .home-content .home-section .home-section-inner .left .details {
              width: 100%; } }
        .section-body .home-content .home-section .home-section-inner .left .btn {
          width: 150px;
          line-height: 50px;
          background: rgba(43, 116, 187, 0.1);
          border: 2px solid rgba(43, 116, 187, 0.3);
          box-sizing: border-box;
          color: rgba(0, 0, 0, 0.75);
          font-weight: 400;
          font-size: 17px;
          border-radius: 20px;
          text-align: center;
          display: block;
          margin-top: 30px;
          cursor: pointer; }
          @media (max-width: 1189px) {
            .section-body .home-content .home-section .home-section-inner .left .btn {
              font-size: 15px;
              line-height: 40px; } }
          .section-body .home-content .home-section .home-section-inner .left .btn:hover {
            color: #fff;
            background-color: rgba(18, 55, 108, 0.5) !important; }
      .section-body .home-content .home-section .home-section-inner .right {
        width: 100%; background-image:url(../images/wh.jpg) }
        .section-body .home-content .home-section .home-section-inner .right img {
          width: 100%;
          display: block; }
      .section-body .home-content .home-section .home-section-inner .right.small img {
        width: 585px;
        /* border-radius: 10px; */
        }
        @media (max-width: 1189px) {
          .section-body .home-content .home-section .home-section-inner .right.small img {
            width: 100%; } }
  .section-body .equipment-box .item {
    display: flex; }
    @media (max-width: 1189px) {
      .section-body .equipment-box .item {
        flex-wrap: wrap; } }
    .section-body .equipment-box .item .left {
      width: 100%; }
      .section-body .equipment-box .item .left img {
        width: 100%; }
      @media (max-width: 1189px) {
        .section-body .equipment-box .item .left {
          order: 1; } }
    .section-body .equipment-box .item .right {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #fff;
      align-items: center; }
      @media (max-width: 1189px) {
        .section-body .equipment-box .item .right {
          order: 0;
          padding: 50px 15px 20px; } }
      .section-body .equipment-box .item .right .tab-box {
        column-count: 2;
        column-gap: 30px; }
        @media (max-width: 1189px) {
          .section-body .equipment-box .item .right .tab-box {
            column-gap: 10px;
            column-count: 1; } }
      .section-body .equipment-box .item .right .tag-btn {
        break-inside: avoid;
        -webkit-break-inside: avoid;
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
        text-align: center;
        color: rgba(0, 0, 0, 0.75);
        padding: 10px 14px;
        display: block;
        margin-bottom: 20px;
        background: rgba(43, 116, 187, 0.1);
        border: 2px solid rgba(43, 116, 187, 0.3);
        box-sizing: border-box;
        border-radius: 20px;
        cursor: pointer;
        transition: all .2s linear; }
        .section-body .equipment-box .item .right .tag-btn:hover {
          color: #fff;
          background-color: rgba(18, 55, 108, 0.5) !important; }
        @media (max-width: 1189px) {
          .section-body .equipment-box .item .right .tag-btn {
            margin-bottom: 15px;
            font-size: 15px; } }
      .section-body .equipment-box .item .right .desc {
        font-size: 36px;
        color: #000;
        font-weight: bold;
        margin-bottom: 60px;
        margin-top: 30px; }
        @media (max-width: 1189px) {
          .section-body .equipment-box .item .right .desc {
            margin-bottom: 20px;
            margin-top: 10px;
            font-size: 16px; } }
      .section-body .equipment-box .item .right .title {
        font-weight: 700;
        color: #000;
        font-size: 45px;
        margin-bottom: 30px;
        padding: 0 15px;
        text-align: center; }
        @media (max-width: 1189px) {
          .section-body .equipment-box .item .right .title {
            font-size: 20px;
            margin-bottom: 15px; } }
  .section-body .details-box .top-title {
    position: relative;
    padding: 40px 150px 35px;
    text-align: center; }
    @media (max-width: 1189px) {
      .section-body .details-box .top-title {
        padding: 30px 0 30px; } }
    .section-body .details-box .top-title .title {
      font-size: 45px;
      color: #000;
      font-weight: bold;
      margin-bottom: 30px; }
      @media (max-width: 1189px) {
        .section-body .details-box .top-title .title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .section-body .details-box .top-title .desc {
      font-size: 36px;
      color: #000;
      font-weight: bold; }
      @media (max-width: 1189px) {
        .section-body .details-box .top-title .desc {
          margin-bottom: 20px;
          margin-top: 10px;
          font-size: 16px; } }
    .section-body .details-box .top-title .back {
      position: absolute;
      right: 0;
      top: 30px;
      width: 150px;
      line-height: 50px;
      background: rgba(43, 116, 187, 0.1);
      border: 2px solid rgba(43, 116, 187, 0.3);
      box-sizing: border-box;
      border-radius: 20px;
      font-size: 17px;
      cursor: pointer;
      display: block; }

      @media (max-width: 1189px) {
        .section-body .details-box .top-title .back {
          position: relative;
          font-size: 14px;
          top: auto;
          margin: 0 auto;
          line-height: 40px; } }
  .section-body .details-box .bottom-content {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 40px;
    color: rgba(0, 0, 0, 0.75); }
    .section-body .details-box .bottom-content .table-title {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 17px;
      text-align: center;
      padding: 10px 0;
      margin: 15px 0 5px; }
    .section-body .details-box .bottom-content .bottom-content-table {
      width: 100%;
      margin-bottom: 20px; }
      .section-body .details-box .bottom-content .bottom-content-table tr th {
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 10px 10px;
        border-bottom: 5px solid #fff; }
      .section-body .details-box .bottom-content .bottom-content-table tr td {
        background: rgba(0, 0, 0, 0.05);
        text-align: center;
        padding: 10px 10px;
        border-bottom: 5px solid #fff; }
      .section-body .details-box .bottom-content .bottom-content-table tr td.left {
        width: 400px;
        border-right: 10px solid #fff; }
        @media (max-width: 1189px) {
          .section-body .details-box .bottom-content .bottom-content-table tr td.left {
            width: 40%;
            border-width: 5px; } }
    @media (max-width: 1189px) {
      .section-body .details-box .bottom-content {
        font-size: 15px; } }
    .section-body .details-box .bottom-content img {
      width: 100%;
      max-width: 100%;
      display: block;
      margin: 0px 0 20px; }
      @media (max-width: 1189px) {
        .section-body .details-box .bottom-content img {
          margin: 0 0 15px; } }
    .section-body .details-box .bottom-content p {
      text-indent: 2em;
      line-height: 2.2; }
    .section-body .details-box .bottom-content b {
      color: #000;
      margin: 15px 0;
      display: block; }
    .section-body .details-box .bottom-content .border-bottom {
      border-bottom: 1px solid #E5E5E5;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .section-body .details-box .bottom-content .border-top {
      border-top: 1px solid #E5E5E5;
      padding-top: 15px;
      margin-top: 15px; }
    .section-body .details-box .bottom-content .img-list-3 {
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 1189px) {
        .section-body .details-box .bottom-content .img-list-3 {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      .section-body .details-box .bottom-content .img-list-3 .item {
        width: 33.33%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center;
        word-break: break-all;
        margin-top: 15px; }
        @media (max-width: 1189px) {
          .section-body .details-box .bottom-content .img-list-3 .item {
            padding-left: 7.5px;
            padding-right: 7.5px;
            width: 50%; } }
        .section-body .details-box .bottom-content .img-list-3 .item img {
          width: 100%; }
    .section-body .details-box .bottom-content .tips-desc {
      text-align: center; }
    .section-body .details-box .bottom-content .img-list-2 {
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 1189px) {
        .section-body .details-box .bottom-content .img-list-2 {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      .section-body .details-box .bottom-content .img-list-2 .item {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        margin-top: 15px;
        text-align: center; }
        @media (max-width: 1189px) {
          .section-body .details-box .bottom-content .img-list-2 .item {
            padding-left: 7.5px;
            padding-right: 7.5px; } }
        .section-body .details-box .bottom-content .img-list-2 .item img {
          width: 100%; }
    .section-body .details-box .bottom-content .list3-desc {
      text-align: center; }

.footer {
  background-color: #12376C;
  color: #fff;
  font-size: 17px; }
  @media (max-width: 1189px) {
    .footer {
      font-size: 15px; } }
  .footer .top-inner {
    padding: 30px 0 20px;
    border-bottom: 1px solid #fff; }
    .footer .top-inner .top-title {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1189px) {
        .footer .top-inner .top-title {
          flex-wrap: wrap; } }
      .footer .top-inner .top-title .left {
        font-weight: bold;
        font-size: 20px; }
        @media (max-width: 1189px) {
          .footer .top-inner .top-title .left {
            width: 100%;
            padding-bottom: 15px; } }
      @media (max-width: 1189px) {
        .footer .top-inner .top-title .nav-box {
          width: 100%; } }
      @media (max-width: 1189px) {
        .footer .top-inner .top-title .nav-box span {
          display: none; } }
      .footer .top-inner .top-title .nav-box a {
        margin: 0 50px;
        cursor: pointer; }
        @media (max-width: 1189px) {
          .footer .top-inner .top-title .nav-box a {
            display: block;
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
    .footer .top-inner .details .item {
      display: flex;
      margin-top: 12px;
      align-items: center;
      line-height: 22px; }
      .footer .top-inner .details .item img {
        width: 35px;
        margin-right: 10px; }
    .footer .top-inner .img-box {
      padding-top: 13px;
      display: flex;
      align-items: center; }
      .footer .top-inner .img-box img {
        width: 70px;
        margin-right: 25px; }
  .footer .icp-box {
    font-size: 14px;
    padding: 18px 0; }
	
	
	
	
	
	
	
	

	.ina{display: flex;justify-content: space-between;}
	.ina_l{background: url(../images/ina_img.jpg)  no-repeat ;height: 554px;width: 70%;}
	.ina_r{background: #12376C;flex: 1;box-sizing: border-box;padding-left: 130px;}
	.ina_gm{max-width: 670px;width: 95%;}
	.ina_tit{/*! padding-top: 20px; */}
	.ina_tit h2{font-size: 30px;font-weight: bold;color: white;}
	.ina_tit span{color: white;font-size: 1.15rem;}
	.ina_tit span::after{content: "";width: 43px;height: 5px;background: #fff;display: block;margin: 15px 0 70px;}
	.ina_tit p{font-size: 1.25rem;color: white;}
	.ina_txt p{color: white;line-height: 48px;/*! text-indent: 32px; */}
	.ina_txt{margin: 20px 0 20px;}
	.ina_num h2{font-size: 3.375rem;font-family: "bsc";color: white;line-height: 35px;}
	.ina_num span{color: white;display: block;margin-left: 5px;}
	.ina_bom p{color: white;}
	.ina_bom ul{display: flex; justify-content: space-around; align-items: flex-end; }
	.ina_bom ul li{ font-family: "shs"; margin-bottom: 75px; text-align: center; }
	.ina_bom ul li:nth-child(1n+3) .ina_num h2::after{content: "+";}
	.ina_more a{color: #191919;display: inline-block;padding: 0 13px;height: 40px;line-height: 40px;border-radius: 0 20px 0 20px;background: white;}
	
	@media screen and (max-width:1440px) {
			.ina_r{background: #12376C;flex: 1;box-sizing: border-box;padding-left: 30px;}
	}
	
	
	
	
	
	@media screen and (max-width:1440px) {
		.ina_l{ width: 70%; background: url(../images/ina_img.jpg)  no-repeat; }
	}
	@media screen and (max-width:1100px) {
		.ina_tit{ /*! padding-top: 60px; */ }
		.ina_bom ul li{ display: block; width:50%; }
		.ina_tit span::after{ margin: 15px 0 40px; }
		.ina_txt{ margin: 40px 0 60px;  }
	}
	@media screen and (max-width:900px) {
		.ina_r{ padding-left: 40px; }
		.ina_bom ul li{ margin-bottom: 50px; }
	}
	@media screen and (max-width:520px){
		.ina{ display: block; }
		.ina_l{ display: none; }
		.ina_r{ width: 100%;  }
		.ina_r{ padding-left: 20px; }
		.ina_tit{ /*! padding-top: 30px; */ }
		.ina_tit span::after{ margin: 15px 0 30px; }
		.ina_txt{ margin: 20px 0 20px;  }
		.ina_bom ul li{ margin-bottom: 30px;}
		.ina_more a{ margin-bottom: 30px; }
		.ina_num h2{ font-size: 3rem; }
	}
	
	
	
	
	
.inp{background: url(../img/inp_bg.jpg) center/cover no-repeat;padding-bottom: 60px;}
	.inp_top{display: flex;justify-content: space-between;align-items: center;padding-top: 0px;}
	.inp_tit h2{color: #191919;font-size: 2.25rem;font-weight: bold;}
	.inp_tit span{color: #191919;font-size: 1.25rem;}
	.inp_tit::after{content: "";width: 43px;height: 5px;background: #12376c;display: block;margin-top: 20px;}
	.inp_menu ul li a{color: #191919;font-size: 1.125rem;transition: .5s;height: 38px;line-height: 38px;border: 1px solid #bfbfbf;background: white;display: block;padding: 0 25px;border-radius: 0 20px 0 20px;}	
	
	
	
	
	
	
	
	
	
	
.in_news{ margin-top: 40px; }
	.in_news_top{ display: flex; justify-content: space-between; align-items: center; }
	.in_news_menu{ display: flex; justify-content: space-between; align-items: center;}
	.in_news_menu>li>a{ display: block; width: 110px; background: url(../img/inn_ico1.png) center 15px no-repeat; text-align: center; padding-top: 52px; padding-bottom: 15px; }
	.in_news_menu>li:nth-of-type(2)>a{ background: url(../img/inn_ico2.png) center 15px no-repeat; }
	.in_news_menu>li:nth-of-type(3)>a{ background: url(../img/inn_ico3.png) center 15px no-repeat; }
	.in_news_menu>li>a:hover{  background-color:#d40017; color: #fff; }
	.in_news_menu>li:nth-of-type(1)>a:hover{ background-image: url(../img/inn_ico_hv1.png); }
	.in_news_menu>li:nth-of-type(2)>a:hover{ background-image: url(../img/inn_ico_hv2.png); }
	.in_news_menu>li:nth-of-type(3)>a:hover{ background-image: url(../img/inn_ico_hv3.png); }
	.in_news_con ul{ display: flex; justify-content: space-between; align-items: self-start; flex-wrap: wrap;  margin-top: 40px; padding-bottom:0px; } 
	.in_news_con ul>li{ width: 25%; }
	.in_news_con ul>li>a{ display: block; width: 100%; box-sizing: border-box; /*! border: 1px solid #eee; */ padding: 20px; background: #fff; transition: .5s; }
	.in_news_con ul>li>a>.time{ color:#3d3b3b; font-family:'bsc'; font-size: 18px; display: flex; justify-content: space-between; align-items: center;}
	.in_news_con ul>li>a>.time>span>span{ font-size: 28px;  }
	.in_news_con ul>li>a>h3{ font-size: 20px; font-weight: bold; margin-top: 5px; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.in_news_con ul>li>a>p{ font-size: 16px; line-height: 24px;  margin-bottom: 10px;
		text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.in_news_con ul>li>a .in_news_pic{ overflow: hidden;  } 
	.in_news_con ul>li>a .in_news_pic>img{ transition: 1s; }
	.in_news_con ul>li>a:hover .in_news_pic>img{ transform: scale(1.1);  } 
	.in_news_con ul>li>a:hover{ /*! box-shadow: 0 5px 10px rgba(0,0,0,0.3); */ }
	.in_news_con{ margin:30px auto; }
	
	
	@media screen and (max-width:520px){
		.in_news_menu{ display: none; }
		.in_news{ margin-top: 30px; }
		
			.in_news_con ul>li{ width: 90%; }
			
			 
			.in_news_con li{ height:400px }
			
	}	
	
	
	
	
	
	