@charset "UTF-8";
/*初始化*/
body {
  min-width: 320px; }

.wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }

.wrap_1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto; }

.flex {
  display: flex; }

.jusb {
  justify-content: space-between; }

/*定值*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 100px;
  padding: 0 150px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  line-height: 100px;
  font-size: 0; }
  .logo {
    position: absolute;
    top: 0;
    left: 150px; }
    .logo a {
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      line-height: 1; }
    .logo img {
      max-width: 100%;
      max-height: 100%; }

  .nav {
    display: block;
    width: 100%;
    padding-left: 280px;
    box-sizing: border-box; }
    .nav > ul {
      float: left; }
      .nav > ul > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 30px; }
        .nav > ul > li > a {
          display: block;
          font-size: 16px;
          color: #333; }
        .nav > ul > li::before {
          display: none;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #c0111c;
          content: ''; }
        .nav > ul > li.on > a {
          color: #c0111c; }
        .nav > ul > li.on:hover::before {
          display: block; }
        .nav > ul > li.on:hover > a {
          color: #c0111c; }
        .nav > ul > li:hover > a {
          color: #c0111c; }
        .nav > ul > li:hover::before {
          display: block; }
    .nav .down_nav {
      display: none;
      position: absolute;
      top: 100%;
      left: -30px;
      width: calc(100% + 60px); }
      .nav .down_nav > a {
        display: block;
        padding: 9px 5px;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        text-align: center; }
        .nav .down_nav > a:hover {
          background: #c0111c;
          color: #fff; }

  .searchForm {
    float: right;
    width: 240px;
    height: 100%;
    line-height: 100px; }
    .searchForm form {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 40px; }
    .searchForm input[type='text'] {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 80px);
      height: 100%;
      padding: 0 20px;
      border: none;
      border-radius: 5px 0 0 5px;
      background: #eeeeee;
      box-sizing: border-box;
      font-size: 14px;
      color: #666; }
    .searchForm input[type='submit'] {
      display: inline-block;
      vertical-align: top;
      width: 80px;
      height: 100%;
      border: none;
      border-radius: 0 5px 5px 0;
      background: #c0111c;
      font-size: 14px;
      color: #fff; }

  .push-nav, .bg-nav {
    display: none; }

.pageIndex {
  padding-top: 100px; }
  .banner {
    position: relative;
    width: 100%;
    height: 820px;
    overflow: hidden;
    background: #f0f0f0; }
    .banner .swiper-wrapper {
      height: 100%;
      font-size: 0; }
    .banner .swiper-slide {
      width: 100%;
      height: 100%; }
    .banner .swiper-pagination {
      left: 50%;
      bottom: 8.2%;
      transform: translateX(-50%);
      text-align: left;
      box-sizing: border-box; }
    .banner .swiper-pagination-bullet {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      font-size: 16px;
      color: #999; }
    .banner .swiper-pagination-bullet-active {
      background-color: white;
      color: #333; }
    .banner .bannerCon_H3,
    .banner .bannerCon_H4,
    .banner .bannerCon_H5,
    .banner .bannerCon_H6 {
      opacity: 0;
      transform: translateX(-50%); }
    .banner .swiper-slide-active {
      position: relative;
      z-index: 29; }
      .banner .swiper-slide-active .bannerCon_H3,
      .banner .swiper-slide-active .bannerCon_H4,
      .banner .swiper-slide-active .bannerCon_H5,
      .banner .swiper-slide-active .bannerCon_H6 {
        opacity: 1;
        transform: translateX(0); }
    .banner .bannerBox {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      background: no-repeat center;
      background-size: cover; }
    .banner .bannerCon {
      display: block;
      width: 100%; }
    .banner .bannerCon_H3 {
      margin-bottom: 20px;
      transition-duration: .5s; }
      .banner .bannerCon_H3 span {
        display: block;
        font-size: 20px;
        color: #fff;
        line-height: 30px; }
    .banner .bannerCon_H4 {
      margin-bottom: 20px;
      transition-duration: .8s; }
      .banner .bannerCon_H4 span {
        display: block;
        font-size: 42px;
        color: #fff;
        line-height: 50px; }
    .banner .bannerCon_H5 {
      margin-bottom: 20px;
      transition-duration: 1.1s; }
      .banner .bannerCon_H5 span {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 20px; }
    .banner .bannerCon_H6 {
      margin-top: 60px;
      margin-bottom: 120px;
      transition-duration: 1.2s; }
      .banner .bannerCon_H6 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 60px;
        border-radius: 50px;
        border: 2px solid #fff;
        font-size: 16px;
        color: #fff; }

  .modIndex1 {
    padding: 150px 0;
    background: #fff; }
    .modIndex1_Box {
      font-size: 0;
      line-height: 1;
      height: 445px; }
      .modIndex1_Box_fl {
        display: inline-block;
        vertical-align: top;
        width: 680px;
        height: 100%; }
        .modIndex1_Box_fl > span {
          display: block;
          width: 100%;
          height: 100%;
          background: no-repeat center;
          background-size: cover; }
      .modIndex1_Box_fr {
        display: inline-flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        vertical-align: top;
        width: calc(100% - 680px);
        height: 100%;
        padding-left: 80px;
        box-sizing: border-box; }
        .modIndex1_Box_frH4 {
          display: block;
          width: 100%; }
          .modIndex1_Box_frH4 > span {
            display: block;
            font-size: 36px;
            color: #333;
            font-weight: bold; }
        .modIndex1_Box_frH6 {
          display: block;
          width: 100%; }
          .modIndex1_Box_frH6 > a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 180px;
            height: 60px;
            background: #c0111c;
            border-radius: 50px;
            text-transform: uppercase;
            font-size: 14px;
            color: #fff; }
        .modIndex1_Box_frUl {
          padding: 20px 0; }
        .modIndex1_Box_frLi {
          position: relative;
          padding-left: 25px;
          margin: 30px 0; }
          .modIndex1_Box_frLi span {
            display: block;
            font-size: 14px;
            color: #666;
            line-height: 24px; }
          .modIndex1_Box_frLi:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 24px;
            background: #f2cfd2;
            content: ''; }

  .modIndex2 {
    padding: 8% 0;
    background: no-repeat center;
    background-size: cover; }
    .modIndex2_Box_Ti {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      line-height: 40px; }
      .modIndex2_Box_Ti span {
        display: block;
        font-size: 36px;
        color: #fff; }
      .modIndex2_Box_Ti a {
        font-size: 14px;
        color: #fff; }
    .modIndex2_Box_Li .txt {
      width: 280px;
      height: 380px;
      padding: 30px 40px;
      overflow: hidden;
      box-sizing: border-box;
      background: #fff;
      border-radius: 5px;
      transition: all .5s; }
    .modIndex2_Box_LiIcon {
      display: block;
      width: 160px;
      height: 110px;
      margin: 0 auto 20px; }
      .modIndex2_Box_LiIcon img {
        width: 100%;
        height: 100%; }
    .modIndex2_Box_LiAisb a {
      display: block;
      position: relative;
      padding: 10px 0;
      font-size: 14px;
      color: #999;
      line-height: 20px;
      padding-left: 10px; }
      .modIndex2_Box_LiAisb a:before {
        position: absolute;
        top: 18px;
        left: 0;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        content: '';
        background: #999; }
      .modIndex2_Box_LiAisb a:hover {
        color: #c0111c; }
    .modIndex2_Box_Li:hover {
      transform: translateY(-10px);
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

  .modIndex3 {
    padding: 8% 0;
    overflow: hidden; }
    .modIndex3_Box_H3 {
      display: block;
      margin-bottom: 30px;
      font-size: 36px;
      color: #333; }
    .modIndex3_Box_Ul {
      position: relative; }
      .modIndex3_Box_UlAA {
        position: absolute;
        bottom: 80px;
        left: 0;
        z-index: 5;
        border-bottom: 1px solid #c0111c;
        line-height: 30px; }
        .modIndex3_Box_UlAA a {
          font-size: 16px;
          color: #c0111c;
          font-weight: bold; }
      .modIndex3_Box_UlPage {
        top: 0;
        right: calc(100% - 50px);
        left: auto;
        bottom: auto;
        width: 400px;
        line-height: 36px;
        border-bottom: 2px solid #eee;
        text-align: right;
        font-size: 12px;
        color: #999; }
        .modIndex3_Box_UlPage span.swiper-pagination-current {
          color: #333; }
      .modIndex3_Box_UlButt {
        position: absolute;
        z-index: 6;
        bottom: 20px;
        left: 0; }
        .modIndex3_Box_UlButtprev {
          display: inline-flex;
          vertical-align: top;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          margin-right: 10px;
          border-radius: 50%;
          background-color: #c0111c;
          cursor: pointer;
          font-size: 12px;
          color: #fff;
          font-weight: bold; }
        .modIndex3_Box_UlButtnext {
          display: inline-flex;
          vertical-align: top;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #c0111c;
          cursor: pointer;
          font-size: 12px;
          color: #fff;
          font-weight: bold; }
        .modIndex3_Box_UlButt .swiper-button-disabled {
          cursor: none;
          color: #333;
          background-color: #fff; }
    .modIndex3_Box_Li {
      display: flex;
      font-size: 0;
      line-height: 1;
      flex-direction: row-reverse; }
      .modIndex3_Box_LiFl {
        display: inline-block;
        padding-top: 110px;
        vertical-align: top;
        width: calc(100% - 680px);
        padding-right: 8%;
        box-sizing: border-box; }
        .modIndex3_Box_LiFlH4 span {
          display: block;
          margin-bottom: 30px;
          font-size: 24px;
          color: #333; }
        .modIndex3_Box_LiFlH4 em {
          display: none; }
        .modIndex3_Box_LiFlH5 {
          font-size: 14px;
          color: #999;
          line-height: 24px; }
          .modIndex3_Box_LiFlH5 span {
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            max-height: 96px;
            overflow: hidden; }
      .modIndex3_Box_LiFr {
        display: inline-block;
        vertical-align: top;
        width: 680px; }
        .modIndex3_Box_LiFr span {
          display: block;
          padding: 29% 0;
          background: no-repeat center;
          background-size: cover; }

  .modIndex4 {
    padding: 8% 0;
    background: #ecf4ff; }
    .modIndex4_Box_H3 {
      display: block;
      margin-bottom: 40px;
      font-size: 36px;
      color: #333;
      font-weight: bold;
      text-align: center; }
    .modIndex4_Box_Mi {
      font-size: 0;
      line-height: 1; }
      .modIndex4_Box_MiFl {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 410px / 2); }
        .modIndex4_Box_MiFl > span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 50px;
          margin-bottom: 50px;
          border-radius: 40px;
          background: #fff;
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          font-size: 14px;
          color: #333; }
      .modIndex4_Box_MiCn {
        display: inline-block;
        vertical-align: top;
        width: 410px;
        padding-top: 140px; }
        .modIndex4_Box_MiCn img {
          display: block;
          width: 239px;
          height: 293px;
          margin: 0 auto; }
        .modIndex4_Box_MiCn a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 280px;
          height: 56px;
          margin: 0 auto;
          background: #c0111c;
          border-radius: 40px;
          font-size: 14px;
          color: #fff; }
      .modIndex4_Box_MiFr {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 410px / 2); }
        .modIndex4_Box_MiFr > span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 50px;
          margin-bottom: 50px;
          border-radius: 40px;
          background: #fff;
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          font-size: 14px;
          color: #333; }
    .modIndex4_Box_H6 {
      display: none; }

  .modIndex5 {
    padding: 8% 0;
    background: #fff; }
    .modIndex5_Box_H3 {
      display: block;
      margin-bottom: 40px;
      font-size: 36px;
      color: #333;
      font-weight: bold;
      text-align: center; }
    .modIndex5_Box_Ul {
      font-size: 0;
      line-height: 1; }
    .modIndex5_Box_Li {
      display: inline-flex;
      align-items: center;
      vertical-align: top;
      width: 50%;
      height: 180px;
      padding: 0 40px;
      border: 1px solid #eee;
      box-sizing: border-box; }
      .modIndex5_Box_LiImg {
        display: inline-block;
        vertical-align: top;
        width: 110px;
        height: 110px;
        flex-shrink: 0;
        border-radius: 50%;
        background: #f5f5f5; }
        .modIndex5_Box_LiImg span {
          display: block;
          width: 100%;
          height: 100%;
          background: no-repeat center;
          background-size: cover; }
      .modIndex5_Box_LiTxt {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 110px);
        padding-left: 30px; }
        .modIndex5_Box_LiTxt span {
          display: block;
          margin-bottom: 10px;
          font-size: 24px;
          color: #333;
          font-weight: bold; }
        .modIndex5_Box_LiTxt em {
          display: block;
          font-size: 14px;
          color: #999;
          line-height: 24px; }
    .modIndex5_Box_H6 {
      margin-top: 40px; }
      .modIndex5_Box_H6 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 280px;
        height: 56px;
        margin: 0 auto;
        background: #c0111c;
        border-radius: 40px;
        font-size: 14px;
        color: #fff; }

  .modIndex6 {
    padding: 8% 0;
    background: no-repeat center;
    background-size: cover; }
    .modIndex6_Box_H3 {
      margin-bottom: 40px;
      text-align: center;
      font-size: 36px;
      color: #fff; }
    .modIndex6_Box_H4 {
      margin-bottom: 50px;
      text-align: center;
      font-size: 24px;
      color: #fff; }
    .modIndex6_Box_Ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 0;
      line-height: 1; }
    .modIndex6_Box_Li {
      display: inline-flex;
      align-items: center;
      vertical-align: top;
      width: calc(50% - 5px);
      height: 300px;
      margin-bottom: 10px;
      background: #fff;
      border-radius: 10px; }
      .modIndex6_Box_LiImg {
        display: inline-block;
        vertical-align: top;
        width: 250px;
        height: 250px; }
        .modIndex6_Box_LiImg > img {
          width: 100%;
          height: 100%; }
      .modIndex6_Box_LiTxt {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 250px);
        padding: 0 30px;
        box-sizing: border-box; }
        .modIndex6_Box_LiTxtH4 {
          margin-bottom: 20px; }
          .modIndex6_Box_LiTxtH4 span {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
            color: #333;
            font-weight: bold; }
          .modIndex6_Box_LiTxtH4 em {
            display: block;
            font-size: 12px;
            color: #999; }
        .modIndex6_Box_LiTxtH5 {
          display: block; }
          .modIndex6_Box_LiTxtH5 > span {
            font-size: 14px;
            color: #999;
            line-height: 24px; }

  .modIndex7 {
    padding: 8% 0;
    background: #fff; }
    .modIndex7_Box {
      position: relative; }
      .modIndex7_Box_H3 {
        margin-bottom: 40px;
        font-size: 36px;
        color: #333;
        font-weight: bold;
        text-align: center; }
      .modIndex7_Box_Ul {
        position: relative;
        z-index: 1;
        overflow: hidden; }
        .modIndex7_Box_UlAa img {
          display: block;
          margin: 0 auto; }
        .modIndex7_Box_UlAa span {
          display: block;
          padding: 10px 0;
          font-size: 16px;
          color: #333;
          text-align: center;
          line-height: 30px; }
      .modIndex7_Box_Butt {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 5;
        width: 100%; }
        .modIndex7_Box_Buttprev, .modIndex7_Box_Buttnext {
          display: inline-flex;
          vertical-align: top;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #c0111c;
          cursor: pointer;
          font-size: 12px;
          color: #fff;
          font-weight: bold; }
          .modIndex7_Box_Buttprev:focus, .modIndex7_Box_Buttnext:focus {
            outline: none; }
        .modIndex7_Box_Butt .swiper-button-disabled {
          cursor: none;
          color: #333;
          background-color: #f5f5f5; }

  .modIndex8 {
    padding: 8% 0;
    background: no-repeat center;
    background-size: cover; }
    .modIndex8_Box_H3 {
      margin-bottom: 40px;
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      text-align: center; }
    .modIndex8_Box_Ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 0;
      line-height: 1; }
    .modIndex8_Box_Li {
      display: inline-block;
      vertical-align: top;
      width: calc(33.33% - 6px); }
      .modIndex8_Box_Li a {
        display: block;
        padding: 40px 0;
        background: #fff;
        border-radius: 5px;
        overflow: hidden; }
        .modIndex8_Box_Li a img {
          display: block;
          width: 228px;
          height: 128px;
          margin: 0 auto; }
      .modIndex8_Box_Li span {
        display: block;
        padding: 20px 0;
        text-align: center; }
        .modIndex8_Box_Li span i {
          display: block;
          margin-bottom: 10px;
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .modIndex8_Box_Li span em {
          display: block;
          font-size: 12px;
          color: #fff;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

  .insPagesAd {
    display: flex;
    align-items: center;
    width: 100%;
    height: 550px;
    background: no-repeat center;
    background-size: cover;
    font-size: 0;
    line-height: 1; }
    .insPagesAd_Ti {
      margin-bottom: 40px;
      text-align: center; }
      .insPagesAd_Ti span {
        display: block;
        margin-bottom: 10px;
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
      .insPagesAd_Ti em {
        display: block;
        font-size: 40px;
        color: #fff;
        font-weight: bold; }
    .insPagesAd_Bt {
      text-align: center; }
      .insPagesAd_Bt a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 50px;
        margin: 10px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
        color: #fff; }
        .insPagesAd_Bt a.on {
          color: #fff;
          background-color: #c0111c; }
        .insPagesAd_Bt a:hover {
          color: #fff;
          background-color: #c0111c; }

  .newsModList {
    padding: 40px 0; }
    .newsModList_Li {
      padding: 30px;
      font-size: 0;
      line-height: 1;
      transition: all .5s;
      border-bottom: 1px solid #eee; }
      .newsModList_Li:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
        .newsModList_Li:hover .newsModList_LiFrH3, .newsModList_Li:hover .newsModList_LiFrH6 {
          color: #c0111c; }
      .newsModList_LiFl {
        display: inline-block;
        vertical-align: top;
        width: 480px;
        height: 300px; }
        .newsModList_LiFl img {
          width: 100%;
          height: 100%; }
      .newsModList_LiFr {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        vertical-align: top;
        width: calc(100% - 480px);
        height: 300px;
        padding-left: 30px;
        box-sizing: border-box; }
        .newsModList_LiFrH3 {
          display: block;
          width: 100%;
          font-size: 16px;
          color: #333;
          font-weight: bold;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          height: 24px;
          overflow: hidden;
          line-height: 24px; }
        .newsModList_LiFrH4 {
          display: block;
          width: 100%;
          font-size: 12px;
          color: #999; }
        .newsModList_LiFrH5 {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #333;
          line-height: 24px;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          height: 72px;
          overflow: hidden; }
        .newsModList_LiFrH6 {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #999; }

  .Pageing {
    padding: 50px 0 80px;
    text-align: center; }

  .newsModInfo {
    padding: 60px 0;
    background: #f5f5f5; }
    .newsModInfo_Box {
      background: #fff; }
      .newsModInfo_Box_Tit {
        padding: 40px 100px;
        text-align: center;
        border-bottom: 1px solid #eee; }
        .newsModInfo_Box_TitSpan {
          margin-bottom: 20px;
          font-size: 24px;
          color: #333;
          line-height: 30px; }
        .newsModInfo_Box_TitEmsp em {
          display: inline-block;
          margin: 0 10px;
          font-size: 14px;
          color: #999;
          line-height: 20px; }
      .newsModInfo_Box_Con {
        padding: 40px 100px; }
        .newsModInfo_Box_Con > .p {
          font-size: 14px;
          color: #999;
          line-height: 24px; }
        .newsModInfo_Box_Con img {
          max-width: 100%; }
      .newsModInfo_Box_Bot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #eee;
        padding: 50px 100px;
        font-size: 0;
        line-height: 1; }
        .newsModInfo_Box_BotSn {
          display: inline-block;
          vertical-align: top;
          font-size: 14px;
          color: #999; }
          .newsModInfo_Box_BotSn a {
            color: #999; }
            .newsModInfo_Box_BotSn a:hover {
              color: #c0111c; }
        .newsModInfo_Box_BotAa {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          vertical-align: top;
          flex-shrink: 0;
          width: 180px;
          height: 50px;
          border-radius: 40px;
          background: #c0111c;
          font-size: 14px;
          color: #fff; }

  .AboutModCont {
    padding: 100px 0; }
    .AboutModCont_Box_Cox {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      .AboutModCont_Box_CoxLi {
        display: inline-flex;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: calc(33.33% - 10px);
        height: 150px;
        border: 1px solid #eee;
        text-align: center; }
        .AboutModCont_Box_CoxLi img {
          display: block;
          width: 40px;
          height: 40px;
          margin: 0 auto; }
        .AboutModCont_Box_CoxLi span {
          display: block;
          width: 100%;
          margin-bottom: 5px;
          font-size: 14px;
          color: #999;
          line-height: 20px; }
        .AboutModCont_Box_CoxLi em {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #333;
          line-height: 20px; }
    .AboutModCont_Box_Map {
      width: 100%;
      height: 400px;
      border: 1px solid #eee; }
      .AboutModCont_Box_Map img {
        width: 100%;
        height: 100%; }

  .AboutModPost {
    padding: 8% 0; }
    .AboutModPost_Box_Tit {
      margin-bottom: 30px; }
      .AboutModPost_Box_Tit span {
        display: block;
        margin-bottom: 10px;
        font-size: 24px;
        color: #c0111c; }
      .AboutModPost_Box_Tit em {
        display: block;
        font-size: 12px;
        color: #999; }
    .AboutModPost_Box_Con span {
      display: block;
      font-size: 12px;
      color: #999;
      line-height: 24px; }
    .AboutModPost_Box_Con img {
      max-width: 100%; }

  .caseModList {
    padding: 5% 0 0; }
    .caseModList_Ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .caseModList_Li {
      display: inline-block;
      width: 560px;
      margin-bottom: 20px;
      border: 1px solid #eee;
      box-sizing: border-box;
      cursor: pointer; }
      .caseModList_Li:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
        .caseModList_Li:hover .caseModList_LiTxtH3 {
          color: #c0111c; }
      .caseModList_LiImg {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        .caseModList_LiImg span {
          display: block;
          width: 100%;
          padding: 18% 0;
          background: no-repeat center;
          background-size: cover; }
      .caseModList_LiTxt {
        padding: 30px 50px; }
        .caseModList_LiTxtH3 {
          margin-bottom: 5px;
          font-size: 24px;
          color: #333333;
          font-weight: bold;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 30px;
          height: 30px;
          overflow: hidden; }
        .caseModList_LiTxtH4 {
          font-size: 14px;
          color: #666;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 24px;
          height: 24px;
          overflow: hidden; }
        .caseModList_LiTxtH5 {
          margin-top: 20px;
          font-size: 14px;
          color: #999;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          line-height: 24px;
          height: 72px;
          overflow: hidden; }

.footer {
  background: #222222; }
  .footer .foot_1 {
    padding: 80px 0 50px;
    background: #222222;
    font-size: 0;
    line-height: 1; }
    .footer .foot_1 .fo_text {
      display: inline-block;
      vertical-align: top; }
      .footer .foot_1 .fo_text > span {
        display: block;
        margin-bottom: 30px; }
      .footer .foot_1 .fo_text .fo_cont em {
        display: block;
        margin-bottom: 30px; }
        .footer .foot_1 .fo_text .fo_cont em b {
          display: block;
          margin-bottom: 6px;
          font-size: 30px;
          color: #fff;
          font-weight: bold; }
        .footer .foot_1 .fo_text .fo_cont em i {
          display: block;
          margin-bottom: 10px;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.3); }
      .footer .foot_1 .fo_text .fo_cont span {
        display: flex;
        align-items: center; }
        .footer .foot_1 .fo_text .fo_cont span img {
          display: inline-block;
          vertical-align: top;
          width: 105px;
          height: 105px; }
        .footer .foot_1 .fo_text .fo_cont span i {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 105px);
          padding-left: 30px;
          box-sizing: border-box;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.3);
          line-height: 24px; }
    .footer .foot_1 .fo_ul {
      display: inline-block;
      vertical-align: top; }
      .footer .foot_1 .fo_ul .fo_aa {
        display: inline-block;
        vertical-align: top;
        padding-left: 130px; }
        .footer .foot_1 .fo_ul .fo_aa > span {
          display: block;
          margin-bottom: 20px;
          font-size: 16px;
          color: #fff; }
        .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul {
          display: block; }
          .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul > a {
            display: block;
            margin: 10px 0 15px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.3); }
            .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul > a:hover {
              color: #fff; }
  .footer .foot_2 .foot_2Top {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 30px; }
    .footer .foot_2 .foot_2Top em {
      display: inline-block;
      font-size: 14px;
      color: rgba(230, 230, 230, 0.3); }
    .footer .foot_2 .foot_2Top a {
      display: inline-block;
      margin-left: 10px;
      font-size: 14px;
      color: rgba(230, 230, 230, 0.3); }
      .footer .foot_2 .foot_2Top a:hover {
        color: #fff; }
  .footer .foot_2 .foot_2Bot {
    padding: 10px 0; }
    .footer .foot_2 .foot_2Bot span {
      display: block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 30px; }

.floatMod {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  font-size: 0;
  line-height: 1; }
  .floatMod_Ul_Li {
    display: block;
    position: relative;
    z-index: 1;
    margin: 2px 0;
    width: 50px;
    height: 42px; }
    .floatMod_Ul_Li.zins {
      z-index: 5; }
    .floatMod_Ul_LiSpan {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 50px;
      height: 42px;
      border-radius: 5px 0 0 5px;
      box-sizing: border-box;
      background-color: rgba(192, 17, 28, 0.3);
      transition: all .5s;
      text-align: center;
      cursor: pointer;
      white-space: nowrap; }
      .floatMod_Ul_LiSpan img {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 42px; }
      .floatMod_Ul_LiSpan span {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        color: #fff;
        line-height: 42px;
        opacity: 0;
        transition: all .5s; }
    .floatMod_Ul_LiTics {
      display: none;
      position: absolute;
      top: 42px;
      right: 0;
      z-index: 1;
      width: 200px;
      padding: 20px 0;
      background: #fff;
      text-align: center;
      animation: fade-in .43s ease 0s;
      border-radius: 5px 0 0 5px;
      -webkit-animation: fade-in-down .9s ease 0s;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
      .floatMod_Ul_LiTics span {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        color: #999; }
      .floatMod_Ul_LiTics em {
        display: block;
        font-size: 24px;
        color: #333;
        font-weight: bold; }
    .floatMod_Ul_Li:hover .floatMod_Ul_LiSpan {
      width: 200px;
      background-color: #c0111c; }
      .floatMod_Ul_Li:hover .floatMod_Ul_LiSpan span {
        opacity: 1; }
    .floatMod_Ul_Li:hover .floatMod_Ul_LiTics {
      display: block; }

@media (max-width: 1640px) {
  .header {
    padding: 0 100px; }
    .logo {
      left: 100px; } }
@media (max-width: 1480px) {
  .wrap_1400 {
    max-width: 100%;
    padding: 0 3%;
    box-sizing: border-box; }

  .header {
    padding: 0 50px; }
    .logo {
      left: 50px; }

    .nav {
      padding-left: 200px; }
      .nav > ul > li {
        padding: 0 24px; }

  .banner {
    height: 632px; }
    .banner .bannerCon_H3 {
      margin-bottom: 15px; }
      .banner .bannerCon_H3 span {
        font-size: 18px;
        line-height: 28px; }
    .banner .bannerCon_H4 {
      margin-bottom: 15px; }
      .banner .bannerCon_H4 span {
        font-size: 36px;
        line-height: 46px; }
    .banner .bannerCon_H5 {
      margin-bottom: 15px; }
      .banner .bannerCon_H5 span {
        font-size: 12px;
        line-height: 18px; }
    .banner .bannerCon_H6 {
      margin-top: 40px;
      margin-bottom: 100px; }

  .insPagesAd {
    height: 500px; }

  .footer .foot_1 {
    padding: 60px 0 30px; }
    .footer .foot_1 .fo_text > span {
      margin-bottom: 20px; }
    .footer .foot_1 .fo_text .fo_cont em {
      margin-bottom: 20px; }
    .footer .foot_1 .fo_ul .fo_aa {
      padding-left: 100px; } }
@media (max-width: 1240px) {
  /*定值*/
  .wrap {
    max-width: 100%;
    padding: 0 3%;
    box-sizing: border-box; }

  .header {
    height: 60px;
    line-height: 60px;
    padding: 0; }
    .logo {
      display: inline-block;
      position: absolute;
      left: 3%;
      width: auto;
      height: 100%;
      padding: 0;
      border: none;
      background: transparent;
      font-size: 0;
      vertical-align: top;
      -webkit-transform: translate(0);
      transform: translate(0);
      line-height: 60px; }
      .logo a {
        display: inline-block;
        height: 40px;
        vertical-align: middle;
        line-height: 1; }
      .logo .a1 {
        display: none; }
      .logo .a2 {
        display: inline-block; }

    .nav {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 997;
      width: 300px;
      height: 100%;
      padding: 60px 3%;
      margin: 0;
      background: #fff;
      box-sizing: border-box; }
      .nav.close-nav {
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        -webkit-transform: translate(300px, 0);
        transform: translate(300px, 0); }
      .nav.open-nav {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s; }
      .nav > ul {
        float: none;
        width: 100%;
        max-height: 100%;
        overflow: auto; }
        .nav > ul > li {
          display: block;
          float: none;
          width: 100%;
          margin: 0;
          padding: 0;
          line-height: 1;
          text-align: center; }
          .nav > ul > li > a {
            display: block;
            padding: 20px 0;
            font-size: 16px;
            border-bottom: 1px solid #e5e5e5;
            color: #2b2c2d;
            line-height: 1; }
          .nav > ul > li.Have > a {
            pointer-events: none; }
      .nav .searchForm {
        float: none;
        width: 100%;
        height: auto; }
        .nav .searchForm input[type='text'] {
          width: calc(100% - 60px);
          padding: 0 5%;
          font-size: 12px; }
        .nav .searchForm input[type='submit'] {
          width: 60px;
          font-size: 12px; }
      .nav .down_nav {
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent; }
        .nav .down_nav:before {
          display: none; }
        .nav .down_nav > a {
          padding: 15px 0;
          line-height: 20px; }

    .push-nav {
      display: block;
      position: absolute;
      top: 0;
      right: 3%;
      z-index: 998;
      width: 56px;
      height: 60px; }
      .push-nav .nav-toggle {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        border: 0;
        background-image: none;
        border-radius: 4px;
        cursor: pointer;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .push-nav .nav-toggle span {
          display: block;
          position: relative;
          z-index: 1;
          width: 36px;
          height: 3px;
          margin-bottom: 8px;
          background: #2B2C2D;
          border-radius: 3px;
          -webkit-transform-origin: 33px;
          transform-origin: 33px;
          -webkit-transition: all .5s;
          transition: all .5s; }
          .push-nav .nav-toggle span:last-child {
            margin-bottom: 0; }
      .push-nav.on .nav-toggle span {
        opacity: 1;
        background: #c0111c; }
        .push-nav.on .nav-toggle span:nth-child(3) {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .push-nav.on .nav-toggle span:nth-child(2) {
          -webkit-transform: scale(0);
          transform: scale(0); }
        .push-nav.on .nav-toggle span:nth-child(1) {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

    .bg-nav {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 996;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.75);
      animation: fade-in .43s ease 0s;
      -webkit-animation: fade-in .43s ease 0s; }

  .pageIndex {
    padding-top: 60px; }
    .banner {
      height: 547px; }
      .banner .swiper-pagination {
        text-align: center; }
      .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0; }
      .banner .bannerCon_H3 {
        margin-bottom: 12px; }
      .banner .bannerCon_H4 {
        margin-bottom: 12px; }
        .banner .bannerCon_H4 span {
          font-size: 30px;
          line-height: 40px; }
      .banner .bannerCon_H5 {
        display: none;
        margin-bottom: 12px; }
      .banner .bannerCon_H6 {
        display: none;
        margin-top: 30px;
        margin-bottom: 80px; }
        .banner .bannerCon_H6 a {
          width: 160px;
          height: 50px;
          font-size: 14px; }

    .modIndex1 {
      padding: 10% 0; }
      .modIndex1_Box {
        height: 350px; }
        .modIndex1_Box_fl {
          width: 535px;
          height: 100%; }
        .modIndex1_Box_fr {
          width: calc(100% - 535px);
          padding-left: 5%; }
          .modIndex1_Box_frH4 > span {
            font-size: 30px; }
          .modIndex1_Box_frH6 {
            display: none; }
            .modIndex1_Box_frH6 > a {
              width: 160px;
              height: 50px;
              font-size: 12px; }
          .modIndex1_Box_frUl {
            padding: 10px 0; }
          .modIndex1_Box_frLi {
            padding-left: 20px;
            margin: 20px 0; }
            .modIndex1_Box_frLi span {
              font-size: 12px; }

    .modIndex2_Box_Ti {
      margin-bottom: 3%;
      line-height: 32px; }
      .modIndex2_Box_Ti span {
        font-size: 30px; }
      .modIndex2_Box_Ti a {
        display: none;
        font-size: 12px; }
    .modIndex2_Box_Li .txt {
      width: 100%;
      height: 380px;
      padding: 2% 3%; }
    .modIndex2_Box_LiIcon {
      width: 150px;
      height: 103px; }

    .modIndex3_Box_H3 {
      font-size: 30px; }
    .modIndex3_Box_UlAA {
      bottom: calc(40px + 10%); }
      .modIndex3_Box_UlAA a {
        font-size: 14px; }
    .modIndex3_Box_UlButt {
      bottom: 3%; }
    .modIndex3_Box_LiFl {
      padding-top: 6%;
      width: calc(100% - 580px); }
      .modIndex3_Box_LiFlH4 span {
        margin-bottom: 24px;
        font-size: 20px; }
      .modIndex3_Box_LiFlH5 {
        font-size: 12px;
        line-height: 20px; }
        .modIndex3_Box_LiFlH5 span {
          max-height: 80px; }
    .modIndex3_Box_LiFr {
      width: 580px; }

    .modIndex4_Box_H3 {
      margin-bottom: 5%;
      font-size: 30px; }
    .modIndex4_Box_Mi {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 0;
      line-height: 1; }
      .modIndex4_Box_MiCn {
        display: none; }
      .modIndex4_Box_MiFl, .modIndex4_Box_MiFr {
        display: inline-block;
        width: calc(50% - 10px); }
        .modIndex4_Box_MiFl > span, .modIndex4_Box_MiFr > span {
          height: 40px;
          margin-bottom: 5%; }
    .modIndex4_Box_H6 {
      display: block;
      padding: 3% 15% 0; }
      .modIndex4_Box_H6 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        background: #c0111c;
        border-radius: 40px;
        font-size: 16px;
        color: #fff; }

    .modIndex5_Box_H3 {
      margin-bottom: 5%;
      font-size: 30px; }
    .modIndex5_Box_Li {
      height: 160px;
      padding: 0 3%; }
      .modIndex5_Box_LiImg {
        width: 90px;
        height: 90px; }
      .modIndex5_Box_LiTxt {
        width: calc(100% - 90px);
        padding-left: 5%; }
        .modIndex5_Box_LiTxt span {
          font-size: 20px; }
        .modIndex5_Box_LiTxt em {
          font-size: 12px;
          line-height: 20px; }
    .modIndex5_Box_H6 {
      margin-top: 3%;
      padding: 0 15%; }
      .modIndex5_Box_H6 a {
        width: 100%;
        height: 60px;
        background: #c0111c;
        border-radius: 40px;
        font-size: 16px;
        color: #fff; }

    .modIndex6_Box_H3 {
      margin-bottom: 4%;
      font-size: 30px; }
    .modIndex6_Box_H4 {
      margin-bottom: 5%;
      font-size: 20px; }
    .modIndex6_Box_Li {
      width: calc(50% - 5px);
      height: 280px; }
      .modIndex6_Box_LiImg {
        width: 200px;
        height: 200px; }
      .modIndex6_Box_LiTxt {
        width: calc(100% - 200px);
        padding: 0 4%; }
        .modIndex6_Box_LiTxtH4 {
          margin-bottom: 3%; }
          .modIndex6_Box_LiTxtH4 span {
            margin-bottom: 5px;
            font-size: 14px; }
        .modIndex6_Box_LiTxtH5 > span {
          font-size: 12px;
          line-height: 20px; }

    .modIndex7_Box_H3 {
      margin-bottom: 5%;
      font-size: 30px; }
    .modIndex7_Box_UlAa img {
      width: 200px;
      height: 255px; }
    .modIndex7_Box_UlAa span {
      padding: 3% 0;
      font-size: 14px;
      line-height: 24px; }
    .modIndex7_Box_Butt {
      display: none; }

    .modIndex8_Box_H3 {
      margin-bottom: 5%;
      font-size: 30px; }
    .modIndex8_Box_Li a {
      padding: 4% 0; }
    .modIndex8_Box_Li span {
      padding: 3% 0; }
      .modIndex8_Box_Li span i {
        font-size: 14px; }

    .insPagesAd {
      height: 400px; }
      .insPagesAd_Ti {
        margin-bottom: 3%; }
        .insPagesAd_Ti span {
          margin-bottom: 1%;
          font-size: 20px; }
        .insPagesAd_Ti em {
          font-size: 32px; }
      .insPagesAd_Bt a {
        width: 160px;
        height: 40px;
        margin: 10px; }

    .newsModList {
      padding: 4% 0; }
      .newsModList_Li {
        padding: 3%; }
        .newsModList_LiFl {
          width: 400px;
          height: 250px; }
        .newsModList_LiFr {
          width: calc(100% - 400px);
          height: 250px;
          padding-left: 3%; }

    .Pageing {
      padding: 3% 0 5%; }

    .newsModInfo {
      padding: 8% 0; }
      .newsModInfo_Box_Tit {
        padding: 3% 5%; }
        .newsModInfo_Box_TitSpan {
          margin-bottom: 3%;
          font-size: 20px; }
        .newsModInfo_Box_TitEmsp em {
          margin: 0 6px;
          font-size: 12px; }
      .newsModInfo_Box_Con {
        padding: 3% 5%; }
        .newsModInfo_Box_Con > .p {
          font-size: 12px;
          line-height: 20px; }
      .newsModInfo_Box_Bot {
        padding: 3% 5%; }
        .newsModInfo_Box_BotSn {
          font-size: 12px; }

    .AboutModCont {
      padding: 8% 0; }
      .AboutModCont_Cox {
        margin-bottom: 5%; }

    .AboutModPost_Box_Tit {
      margin-bottom: 3%; }
      .AboutModPost_Box_Tit span {
        font-size: 20px; }

    .caseModList {
      padding: 6% 0; }
      .caseModList_Li {
        width: calc(50% - 10px); }
        .caseModList_LiImg span {
          padding: 24% 0; }
        .caseModList_LiTxt {
          padding: 5%; }
          .caseModList_LiTxtH3 {
            font-size: 20px;
            line-height: 24px;
            height: 24px; }
          .caseModList_LiTxtH4 {
            font-size: 12px;
            line-height: 20px;
            height: 20px; }
          .caseModList_LiTxtH5 {
            margin-top: 3%;
            font-size: 12px;
            line-height: 20px;
            height: 60px; }

  .footer .foot_1 {
    padding: 5% 3%; }
    .footer .foot_1 .fo_text > span {
      margin-bottom: 30px; }
    .footer .foot_1 .fo_text .fo_cont em {
      margin-bottom: 30px; }
      .footer .foot_1 .fo_text .fo_cont em b {
        margin-bottom: 6px;
        font-size: 30px; }
      .footer .foot_1 .fo_text .fo_cont em i {
        margin-bottom: 10px;
        font-size: 12px; }
    .footer .foot_1 .fo_text .fo_cont span img {
      width: 90px;
      height: 90px; }
    .footer .foot_1 .fo_text .fo_cont span i {
      width: calc(100% - 9px);
      padding-left: 20px;
      font-size: 12px;
      line-height: 20px; }
    .footer .foot_1 .fo_ul .fo_aa {
      padding-left: 80px; }
      .footer .foot_1 .fo_ul .fo_aa > span {
        margin-bottom: 15px;
        font-size: 14px; }
      .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul > a {
        margin: 10px 0 15px;
        font-size: 12px; }
  .footer .foot_2 .foot_2Top {
    padding-bottom: 5px;
    line-height: 24px;
    text-align: center; }
    .footer .foot_2 .foot_2Top em {
      font-size: 12px; }
    .footer .foot_2 .foot_2Top a {
      margin-left: 0;
      font-size: 12px; }
  .footer .foot_2 .foot_2Bot {
    padding: 5px 0;
    text-align: center; }
    .footer .foot_2 .foot_2Bot span {
      font-size: 12px;
      line-height: 24px; }

  .floatMod {
    display: none; } }
@media (max-width: 1080px) {
  .modIndex1 {
    padding: 10% 0; }
    .modIndex1_Box {
      height: 300px; }
      .modIndex1_Box_fl {
        width: 458px;
        height: 100%; }
      .modIndex1_Box_fr {
        width: calc(100% - 458px);
        padding-left: 5%; }
        .modIndex1_Box_frH4 > span {
          font-size: 24px; }
        .modIndex1_Box_frH6 > a {
          width: 140px;
          height: 42px; }
        .modIndex1_Box_frLi {
          margin: 15px 0; }

  .modIndex2_Box_Ti {
    line-height: 24px; }
    .modIndex2_Box_Ti span {
      font-size: 24px; }
  .modIndex2_Box_Li .txt {
    padding: 5% 3% 2% 3%;
    height: 300px; }
  .modIndex2_Box_LiIcon {
    width: 120px;
    height: 83px; }
  .modIndex2_Box_LiAisb a {
    padding: 5px 0;
    font-size: 12px;
    padding-left: 6px; }
    .modIndex2_Box_LiAisb a:before {
      top: 14px; } }
@media (max-width: 917px) {
  .modIndex1_Box {
    height: auto; }
    .modIndex1_Box_fl {
      width: 100%;
      height: auto;
      margin-bottom: 5%; }
      .modIndex1_Box_fl > span {
        padding: 24% 0; }
    .modIndex1_Box_fr {
      display: block;
      width: 100%;
      padding: 0; }

  .modIndex2_Box_Ti span {
    font-size: 20px; }
  .modIndex2_Box_Ul {
    flex-wrap: wrap; }
  .modIndex2_Box_Li .txt {
    height: 280px; }

  .modIndex3_Box_H3 {
    margin-bottom: 5%;
    font-size: 20px; }
  .modIndex3_Box_UlAA {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 5%;
    border-bottom: none;
    line-height: 1; }
    .modIndex3_Box_UlAA a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 60px;
      background: #c0111c;
      border-radius: 40px;
      font-size: 16px;
      color: #fff;
      font-weight: bold; }
  .modIndex3_Box_UlPage {
    display: none; }
  .modIndex3_Box_UlButt {
    display: none; }
  .modIndex3_Box_Ul .swiper-wrapper {
    overflow-x: auto; }
    .modIndex3_Box_Ul .swiper-wrapper::-webkit-scrollbar {
      display: none; }
  .modIndex3_Box_Ul .swiper-slide {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 10px 8%;
    margin-right: 20px; }
  .modIndex3_Box_Li {
    display: inline-block;
    width: 400px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
    .modIndex3_Box_LiFl {
      display: block;
      padding-top: 0;
      padding-right: 0;
      width: 100%;
      padding: 5% 3%;
      box-sizing: border-box; }
      .modIndex3_Box_LiFlH4 {
        display: flex;
        justify-content: space-between; }
        .modIndex3_Box_LiFlH4 span {
          margin-bottom: 3%;
          font-size: 16px; }
        .modIndex3_Box_LiFlH4 em {
          display: block;
          font-size: 12px;
          color: #ccc; }
      .modIndex3_Box_LiFlH5 {
        font-size: 12px;
        line-height: 24px; }
    .modIndex3_Box_LiFr {
      width: 100%; }

  .modIndex4_Box_H3 {
    font-size: 20px; }
  .modIndex4_Box_H6 {
    padding: 3% 5% 0; }

  .modIndex5_Box_H3 {
    font-size: 20px; }
  .modIndex5_Box_H6 {
    padding: 0 5%; }

  .modIndex6_Box_H3 {
    font-size: 20px; }
  .modIndex6_Box_H4 {
    font-size: 18px; }
  .modIndex6_Box_Ul {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap; }
    .modIndex6_Box_Ul::-webkit-scrollbar {
      display: none; }
  .modIndex6_Box_Li {
    display: inline-block;
    width: 400px;
    height: auto;
    margin-right: 20px;
    white-space: pre-wrap; }
    .modIndex6_Box_LiImg {
      display: block;
      width: 150px;
      height: 150px;
      margin: 0 auto; }
    .modIndex6_Box_LiTxt {
      display: block;
      width: 100%;
      padding: 3% 8% 5%; }
      .modIndex6_Box_LiTxtH4 {
        margin-bottom: 5%;
        text-align: center; }

  .modIndex7_Box_H3 {
    font-size: 20px; }
  .modIndex7_Box_UlAa img {
    width: 180px;
    height: 229px; }

  .modIndex8_Box_H3 {
    font-size: 20px; }
  .modIndex8_Box_Li {
    width: calc(50% - 10px); }
    .modIndex8_Box_Li a {
      padding: 5% 0; }
      .modIndex8_Box_Li a img {
        width: 200px;
        height: 112px; }

  .insPagesAd {
    height: 320px; }
    .insPagesAd_Ti span {
      font-size: 16px; }
    .insPagesAd_Ti em {
      font-size: 24px; }
    .insPagesAd_Bt a {
      width: 140px;
      height: 40px;
      margin: 8px;
      font-size: 12px; }

  .newsModList_LiFl {
    width: 200px;
    height: 125px; }
  .newsModList_LiFr {
    width: calc(100% - 200px);
    height: 125px; }
    .newsModList_LiFrH3 {
      -webkit-line-clamp: 2;
      height: 48px; }
    .newsModList_LiFrH5 {
      display: none; }

  .newsModInfo_Box_BotSn {
    display: none; }

  .footer .foot_1 {
    display: block;
    padding: 0; }
    .footer .foot_1 .fo_text {
      display: block;
      width: 100%;
      text-align: center;
      padding: 5% 0;
      border-bottom: 1px solid #444; }
      .footer .foot_1 .fo_text > span {
        margin-bottom: 3%; }
      .footer .foot_1 .fo_text .fo_cont em {
        margin-bottom: 3%; }
        .footer .foot_1 .fo_text .fo_cont em b {
          font-size: 24px; }
      .footer .foot_1 .fo_text .fo_cont span {
        display: block; }
        .footer .foot_1 .fo_text .fo_cont span img {
          display: block;
          width: 80px;
          height: 80px;
          margin: 0 auto 2%; }
        .footer .foot_1 .fo_text .fo_cont span i {
          display: block;
          width: 100%;
          padding-left: 0;
          font-size: 12px;
          line-height: 20px; }
    .footer .foot_1 .fo_ul {
      display: block; }
      .footer .foot_1 .fo_ul .fo_aa {
        width: 100%;
        padding-left: 0; }
        .footer .foot_1 .fo_ul .fo_aa > span {
          font-size: 16px;
          position: relative;
          margin: 0;
          padding: 3% 5%;
          border-bottom: 1px solid #444; }
          .footer .foot_1 .fo_ul .fo_aa > span:before {
            position: absolute;
            top: 50%;
            right: 5%;
            content: '+';
            font-family: 'iconfont';
            font-size: 14px;
            color: #666;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .footer .foot_1 .fo_ul .fo_aa > span.on:before {
            content: '\e60e'; }
        .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul {
          display: none;
          padding: 3% 6%;
          margin-bottom: 0;
          border-bottom: 1px solid #444;
          font-size: 0; }
          .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul > a {
            margin: 0;
            font-size: 12px;
            line-height: 40px; } }
@media (max-width: 768px) {
  .banner {
    height: 328px; }
    .banner .bannerCon_H3 {
      margin-bottom: 10px; }
      .banner .bannerCon_H3 span {
        font-size: 14px;
        line-height: 24px; }
    .banner .bannerCon_H4 {
      margin-bottom: 10px; }
      .banner .bannerCon_H4 span {
        font-size: 20px;
        line-height: 30px; }
    .banner .bannerCon_H5 {
      margin-bottom: 10px; }
      .banner .bannerCon_H5 span {
        line-height: 16px; }
    .banner .bannerCon_H6 {
      margin-top: 20px;
      margin-bottom: 60px; }
      .banner .bannerCon_H6 a {
        width: 140px;
        height: 40px;
        border-width: 1px;
        font-size: 12px; }

  .modIndex3_Box_UlAA a {
    height: 50px;
    font-size: 14px; }
  .modIndex3_Box_Ul .swiper-slide {
    margin-right: 10px; }
  .modIndex3_Box_H3 {
    font-size: 20px; }
  .modIndex3_Box_Li {
    width: 300px; }

  .modIndex4_Box_MiFl, .modIndex4_Box_MiFr {
    display: block;
    width: 100%; }
    .modIndex4_Box_MiFl > span, .modIndex4_Box_MiFr > span {
      height: 40px;
      font-size: 12px; }
  .modIndex4_Box_H6 {
    padding: 3% 0 0; }
    .modIndex4_Box_H6 a {
      height: 50px;
      font-size: 14px; }

  .modIndex5_Box_H3 {
    font-size: 20px; }
  .modIndex5_Box_Li {
    width: 100%;
    height: auto;
    padding: 5% 3%; }
    .modIndex5_Box_LiImg {
      width: 70px;
      height: 70px; }
    .modIndex5_Box_LiTxt {
      width: calc(100% - 70px);
      padding-left: 5%; }
      .modIndex5_Box_LiTxt span {
        font-size: 16px; }
  .modIndex5_Box_H6 {
    padding: 0; }
    .modIndex5_Box_H6 a {
      height: 50px;
      font-size: 14px; }

  .modIndex6_Box_H3 {
    font-size: 20px; }
  .modIndex6_Box_H4 {
    font-size: 18px; }
  .modIndex6_Box_Li {
    width: 300px;
    margin-right: 15px; }
    .modIndex6_Box_LiImg {
      width: 120px;
      height: 120px; }

  .insPagesAd {
    height: 280px; }

  .AboutModCont_Box_Cox {
    flex-wrap: wrap; }
    .AboutModCont_Box_CoxLi {
      display: block;
      width: 100%;
      padding: 5% 0;
      height: auto;
      border: none;
      border-bottom: 1px solid #eee; }
  .AboutModCont_Box_Map {
    height: 300px;
    border: 1px solid #eee; }

  .footer .foot_1 .fo_text .fo_cont em b {
    font-size: 22px; }
  .footer .foot_1 .fo_text .fo_cont span img {
    width: 70px;
    height: 70px; }
  .footer .foot_1 .fo_ul .fo_aa > span {
    font-size: 14px; } }
@media (max-width: 640px) {
  .header {
    height: 50px;
    line-height: 50px; }
    .logo {
      line-height: 50px; }
      .logo a {
        height: 30px; }

    .nav {
      padding: 50px 3%;
      width: 200px; }
      .nav.close-nav {
        -webkit-transform: translate(200px, 0);
        transform: translate(200px, 0); }
      .nav > ul > li > a {
        padding: 15px 0;
        font-size: 12px; }
      .nav .searchForm {
        line-height: 80px; }
        .nav .searchForm > form {
          height: 36px; }

    .push-nav {
      right: 0;
      width: 50px;
      height: 50px; }
      .push-nav .nav-toggle span {
        width: 25px;
        height: 2px;
        margin-bottom: 6px;
        -webkit-transform-origin: 24px;
        transform-origin: 24px; }

  .pageIndex {
    padding-top: 50px; }
    .banner {
      height: 273px; }
      .banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px; }
      .banner .bannerCon_H3 {
        margin-bottom: 8px; }
        .banner .bannerCon_H3 span {
          font-size: 12px;
          line-height: 20px; }
      .banner .bannerCon_H4 {
        margin-bottom: 8px; }
        .banner .bannerCon_H4 span {
          font-size: 18px;
          line-height: 30px; }
      .banner .bannerCon_H5 {
        margin-bottom: 8px; }
        .banner .bannerCon_H5 span {
          line-height: 14px; }
      .banner .bannerCon_H6 {
        margin-top: 12px;
        margin-bottom: 50px; }
        .banner .bannerCon_H6 a {
          width: 100px;
          height: 30px;
          font-size: 12px; }

    .modIndex1 {
      padding: 10% 0; }
      .modIndex1_Box_frH4 > span {
        font-size: 18px; }
      .modIndex1_Box_frH6 > a {
        width: 120px;
        height: 40px; }
      .modIndex1_Box_frLi {
        padding-left: 12px;
        margin: 12px 0; }
        .modIndex1_Box_frLi span {
          font-size: 12px;
          line-height: 20px; }
        .modIndex1_Box_frLi:before {
          width: 3px;
          height: 20px; }

    .modIndex2_Box_Ti {
      line-height: 20px; }
      .modIndex2_Box_Ti span {
        font-size: 16px; }
    .modIndex2_Box_Li {
      width: calc(50% - 5px);
      height: 250px;
      margin-bottom: 10px; }
      .modIndex2_Box_LiIcon {
        width: 100px;
        height: 69px; }
      .modIndex2_Box_LiAisb a {
        padding: 3px 0; }
        .modIndex2_Box_LiAisb a:before {
          top: 11px; }

    .modIndex3_Box_UlAA a {
      height: 40px;
      font-size: 12px; }
    .modIndex3_Box_Ul .swiper-slide {
      margin-right: 0; }
    .modIndex3_Box_H3 {
      font-size: 16px; }
    .modIndex3_Box_Li {
      width: 240px; }

    .modIndex4_Box_H3 {
      font-size: 16px; }
    .modIndex4_Box_MiFl > span, .modIndex4_Box_MiFr > span {
      margin-bottom: 3%; }
    .modIndex4_Box_H6 a {
      height: 40px;
      font-size: 12px; }

    .modIndex5_Box_H3 {
      font-size: 16px; }
    .modIndex5_Box_LiImg {
      width: 60px;
      height: 60px; }
    .modIndex5_Box_LiTxt {
      width: calc(100% - 60px); }
    .modIndex5_Box_H6 a {
      height: 40px;
      font-size: 12px; }

    .modIndex6_Box_H3 {
      font-size: 16px; }
    .modIndex6_Box_H4 {
      font-size: 14px; }
    .modIndex6_Box_Li {
      width: 240px;
      margin-right: 10px; }

    .modIndex7_Box_H3 {
      font-size: 16px; }
    .modIndex7_Box_UlAa img {
      width: 165px;
      height: 210px; }
    .modIndex7_Box_UlAa span {
      padding: 3% 0;
      font-size: 12px;
      line-height: 20px; }

    .modIndex8_Box_H3 {
      font-size: 16px; }
    .modIndex8_Box_Li {
      width: calc(50% - 10px); }
      .modIndex8_Box_Li a {
        padding: 5% 0; }
        .modIndex8_Box_Li a img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
      .modIndex8_Box_Li span {
        padding: 5%; }

    .insPagesAd {
      height: 240px; }
      .insPagesAd_Ti span {
        font-size: 12px; }
      .insPagesAd_Ti em {
        font-size: 18px; }
      .insPagesAd_Bt a {
        width: 120px;
        height: 36px;
        margin: 6px; }

    .newsModList_LiFl {
      width: 160px;
      height: 100px; }
    .newsModList_LiFr {
      width: calc(100% - 160px);
      height: 100px; }
      .newsModList_LiFrH3 {
        height: 40px;
        font-size: 14px;
        line-height: 20px; }
      .newsModList_LiFrH6 {
        display: none; }

    .newsModInfo_Box_TitSpan {
      font-size: 16px; }
    .newsModInfo_Box_BotAa {
      width: 100%;
      height: 40px;
      font-size: 14px; }

    .AboutModPost_Box_Tit span {
      font-size: 18px; }

    .caseModList_Li {
      width: 100%; }
      .caseModList_LiImg span {
        padding: 24% 0; }
      .caseModList_LiTxtH3 {
        font-size: 16px; }

  .footer .foot_1 .fo_text .fo_cont em b {
    font-size: 20px; }
  .footer .foot_1 .fo_text .fo_cont span img {
    width: 60px;
    height: 60px; }
  .footer .foot_1 .fo_ul .fo_aa > span {
    font-size: 12px; }
  .footer .foot_1 .fo_ul .fo_aa .fo_aa_ul > a {
    line-height: 30px; } }
@media (max-width: 420px) {
  .banner {
    height: 180px; }
    .banner .bannerCon_H3 {
      margin-bottom: 0; }
    .banner .bannerCon_H4 {
      margin-bottom: 0; }
      .banner .bannerCon_H4 span {
        font-size: 14px;
        line-height: 24px; }
    .banner .bannerCon_H5 {
      margin-bottom: 0; }
    .banner .bannerCon_H6 {
      margin-top: 10px;
      margin-bottom: 30px; }
      .banner .bannerCon_H6 a {
        width: 80px;
        height: 24px; }

  .insPagesAd {
    height: 200px; }
    .insPagesAd_Ti em {
      font-size: 16px; }
    .insPagesAd_Bt a {
      width: 100px;
      height: 30px;
      margin: 5px; }

  .newsModList_LiFl {
    width: 135px;
    height: 84px; }
  .newsModList_LiFr {
    width: calc(100% - 135px);
    height: 84px; }
    .newsModList_LiFrH3 {
      font-size: 12px; }
    .newsModList_LiFrH6 {
      display: none; } }
/*css3*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.swiperBox_Ti {
  overflow: hidden; }

.modIndex2_Box_Ul {
  position: relative; }
  .modIndex2_Box_Ul .swiper-button-prev, .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-prev {
    position: absolute;
    left: 0;
    background-image: none;
    height: 27px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75); }
  .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .swiper-view_5 .swiper-button-prev, .swiper-view_5 .modIndex2_Box_Ul .swiper-button-prev, .modIndex2_Box_Ul .coumter .txt .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-button-next {
    left: auto;
    right: 0; }

.iframe_zc {
  max-width: 960px;
  display: block; }

video {
  width: 100%;
  display: block; }

.search-keyword {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .search-keyword form {
    display: flex;
    justify-content: flex-start; }
    .search-keyword form input {
      display: block;
      width: 180px;
      height: 30px;
      padding: 0px 7px;
      font-size: 12px;
      border: 1px solid #d7dde4;
      border-radius: 4px; }
      .search-keyword form input:hover {
        border-color: #5cadff; }
    .search-keyword form button {
      width: 80px;
      margin-left: 10px;
      display: block;
      margin-bottom: 0;
      font-weight: 400;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid #d7dde4;
      white-space: nowrap;
      -webkit-user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      user-select: none;
      height: 32px;
      padding: 6px 15px;
      font-size: 12px;
      border-radius: 4px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: color .2s linear,background-color .2s linear,border .2s linear;
      transition: color .2s linear,background-color .2s linear,border .2s linear;
      color: #657180;
      background-color: #f7f7f7; }
      .search-keyword form button:hover {
        color: #5cadff;
        background-color: #fff;
        border-color: #5cadff; }

.content-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1240px) {
    .content-banner {
      height: 440px; } }
  @media (max-width: 768px) {
    .content-banner {
      height: 328px; } }
  @media (max-width: 640px) {
    .content-banner {
      height: auto;
      min-height: 160px; }
      .content-banner.ai_banner {
        height: 150px; } }

.con-banner {
  width: 1180px;
  overflow: hidden; }
  @media (max-width: 1240px) {
    .con-banner {
      width: 100%;
      padding: 0 3%; } }
  @media (max-width: 640px) {
    .con-banner {
      padding: 30px 3%; } }
  .con-banner .text {
    padding-top: 72px;
    float: left; }
    .con-banner .text .title {
      font-size: 36px;
      color: #fff;
      font-weight: bold; }
      .con-banner .text .title span {
        font-size: 66px;
        color: #fff;
        font-weight: bold; }
      @media (max-width: 1480px) {
        .con-banner .text .title {
          font-size: 30px;
          color: #fff;
          font-weight: bold; }
          .con-banner .text .title span {
            font-size: 44px;
            color: #fff;
            font-weight: bold; } }
      @media (max-width: 1240px) {
        .con-banner .text .title {
          font-size: 24px;
          color: #fff;
          font-weight: bold; }
          .con-banner .text .title span {
            font-size: 28px;
            color: #fff;
            font-weight: bold; } }
      @media (max-width: 768px) {
        .con-banner .text .title {
          font-size: 16px; }
          .con-banner .text .title span {
            font-size: 16px; } }
    .con-banner .text p {
      margin-top: 15px;
      font-size: 16px;
      color: #fff;
      font-weight: normal; }
      @media (max-width: 768px) {
        .con-banner .text p {
          font-size: 14px;
          line-height: 25px; } }
    .con-banner .text .button {
      display: block;
      width: 180px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background: #c0111c;
      color: #fff;
      margin-top: 46px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      font-size: 14px;
      color: #fff;
      font-weight: normal; }
      @media (max-width: 1240px) {
        .con-banner .text .button {
          width: 100px;
          height: 40px;
          line-height: 40px; } }
      @media (max-width: 640px) {
        .con-banner .text .button {
          margin: 20px auto 0 auto; } }
    @media (max-width: 1240px) {
      .con-banner .text {
        width: 50%;
        padding-top: 52px; } }
    @media (max-width: 640px) {
      .con-banner .text {
        float: none;
        width: 100%;
        padding-top: 20px;
        text-align: center; } }
  .con-banner .pic {
    float: right; }
    @media (max-width: 1240px) {
      .con-banner .pic {
        width: 50%; }
        .con-banner .pic img {
          width: 100%; } }
    @media (max-width: 640px) {
      .con-banner .pic {
        float: none;
        margin: 0 auto; } }

.c-warp {
  width: 1180px;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start; }
  @media (max-width: 1480px) {
    .c-warp {
      width: auto;
      padding: 0 3%; } }
  @media (max-width: 768px) {
    .c-warp.flex-wrap {
      flex-wrap: wrap; } }

.view_1 {
  padding: 157px 0px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1240px) {
    .view_1 .pic {
      width: 50%; }
      .view_1 .pic img {
        width: 100%; } }
  @media (max-width: 768px) {
    .view_1 .pic {
      width: 100%; } }
  .view_1 .text {
    margin-left: 100px; }
    .view_1 .text .title {
      font-size: 36px;
      color: #333333;
      font-weight: bold; }
    .view_1 .text ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .view_1 .text ul li {
        flex-basis: 40%;
        margin: 50px 5% 0 5%;
        line-height: 25px;
        flex-grow: 1; }
        @media (max-width: 1080px) {
          .view_1 .text ul li {
            margin-top: 30px; } }
        @media (max-width: 768px) {
          .view_1 .text ul li {
            margin: 10px 5% 0 5%;
            font-size: 14px; } }
    .view_1 .text p {
      font-size: 14px;
      color: #999;
      font-weight: normal;
      line-height: 30px;
      margin-top: 35px; }
    .view_1 .text a {
      margin-top: 73px;
      display: block;
      width: 280px;
      height: 55px;
      line-height: 55px;
      background: #c0111c;
      text-align: center;
      color: #fff;
      border-radius: 50px; }
      @media (max-width: 1080px) {
        .view_1 .text a {
          width: 100%;
          height: 40px;
          margin-top: 40px;
          line-height: 40px; } }
      @media (max-width: 768px) {
        .view_1 .text a {
          margin-top: 20px; } }
    @media (max-width: 1240px) {
      .view_1 .text {
        width: 40%;
        margin-left: 10%; }
        .view_1 .text .title {
          font-size: 30px;
          color: #333333;
          font-weight: bold; } }
    @media (max-width: 1080px) {
      .view_1 .text .title {
        font-size: 26px;
        color: #333333;
        font-weight: bold; } }
    @media (max-width: 768px) {
      .view_1 .text {
        margin-top: 16px;
        width: 100%;
        margin-left: 0; }
        .view_1 .text .title {
          font-size: 18px;
          color: #333333;
          font-weight: bold;
          padding-left: 5%; } }
  @media (max-width: 1480px) {
    .view_1 {
      padding: 120px 0px; } }
  @media (max-width: 1280px) {
    .view_1 {
      padding: 80px 0px; } }
  @media (max-width: 1080px) {
    .view_1 {
      padding: 10% 0px; } }

.page-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold; }
  @media (max-width: 1280px) {
    .page-title {
      font-size: 26px; } }
  @media (max-width: 768px) {
    .page-title {
      font-size: 18px; } }

.view_2 {
  padding: 150px 0;
  width: 100%;
  background-image: url("../images/view3bg.jpg");
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_2 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_2 {
      padding: 50px 0px; } }
  .view_2 ul {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .view_2 ul {
        margin-top: 25px; } }
    .view_2 ul.jj_case li {
      height: 255px; }
      @media (max-width: 768px) {
        .view_2 ul.jj_case li {
          height: 150px; } }
    .view_2 ul li {
      margin: 0 10px;
      width: 260px;
      height: 380px;
      background: #fff;
      border-radius: 5px;
      display: flex;
      align-items: center;
      transition: all 0.5s; }
      .view_2 ul li:hover {
        transition: all 0.5s;
        transform: translateY(-10px);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
      @media (max-width: 1280px) {
        .view_2 ul li {
          width: 23%;
          margin: 0 1%; } }
      @media (max-width: 860px) {
        .view_2 ul li {
          width: 48%;
          margin: 1% 1%; } }
      @media (max-width: 640px) {
        .view_2 ul li {
          height: 230px; } }
      .view_2 ul li .txt {
        width: 80%;
        text-align: center;
        padding: 0 10%; }
        .view_2 ul li .txt .icon {
          margin: 0 auto;
          width: 100px;
          height: 100px;
          background-position: center;
          background-size: cover; }
          @media (max-width: 640px) {
            .view_2 ul li .txt .icon {
              width: 50px;
              height: 50px; } }
        .view_2 ul li .txt h1 {
          margin-top: 30px;
          font-size: 24px;
          text-align: center;
          color: #333333;
          font-weight: bold; }
          @media (max-width: 640px) {
            .view_2 ul li .txt h1 {
              font-size: 16px; } }
        .view_2 ul li .txt p {
          margin-top: 15px;
          font-size: 14px;
          color: #999999;
          line-height: 25px; }
  .view_2 .button {
    width: 200px;
    height: 55px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin: 50px auto 0 auto;
    background: #c0111c; }
    @media (max-width: 768px) {
      .view_2 .button {
        height: 40px;
        line-height: 40px; } }

.view_3 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_3 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_3 {
      padding: 50px 0px; } }
  .view_3 .txt {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_3 .txt {
        width: auto;
        padding: 0 3%; } }
    .view_3 .txt .title {
      color: #333; }
    .view_3 .txt .content {
      margin-top: 100px;
      overflow: hidden; }
      .view_3 .txt .content .pic {
        float: left; }
        @media (max-width: 1280px) {
          .view_3 .txt .content .pic {
            width: 60%; }
            .view_3 .txt .content .pic img {
              width: 100%; } }
        @media (max-width: 768px) {
          .view_3 .txt .content .pic {
            float: none;
            width: 100%; } }
      .view_3 .txt .content .text {
        width: 413px;
        float: right; }
        .view_3 .txt .content .text p {
          font-size: 16px;
          color: #333333;
          font-weight: bold;
          margin-bottom: 22px;
          line-height: 25px; }
        .view_3 .txt .content .text .list {
          font-size: 14px;
          color: #666666;
          font-weight: normal;
          margin-top: 30px; }
          .view_3 .txt .content .text .list:before {
            vertical-align: middle;
            content: "";
            width: 6px;
            height: 17px;
            background: #f2cfd2;
            display: inline-block;
            margin-right: 14px; }
        .view_3 .txt .content .text .btn {
          margin-top: 77px;
          width: 220px;
          height: 55px;
          line-height: 55px;
          border-radius: 30px;
          color: #fff;
          font-size: 14px;
          text-align: center;
          background: #c0111c; }
          @media (max-width: 1280px) {
            .view_3 .txt .content .text .btn {
              margin-top: 30px;
              width: 220px;
              height: 30px;
              line-height: 30px; } }
        @media (max-width: 1280px) {
          .view_3 .txt .content .text {
            width: 35%; } }
        @media (max-width: 768px) {
          .view_3 .txt .content .text {
            width: 100%;
            float: none; } }
      @media (max-width: 1280px) {
        .view_3 .txt .content {
          margin-top: 10%; } }

.view_4 {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_4 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_4 {
      padding: 50px 0px; } }
  .view_4 .txt {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_4 .txt {
        width: auto;
        padding: 0 3%; } }
    .view_4 .txt .view_li {
      margin-top: 60px; }
      .view_4 .txt .view_li li {
        width: 180px;
        height: 50px;
        border-radius: 30px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        background: #fff;
        font-size: 14px;
        color: #333333;
        font-weight: normal; }
        .view_4 .txt .view_li li:hover {
          background: #c0111c;
          color: #fff; }
        .view_4 .txt .view_li li.active {
          background: #c0111c;
          color: #fff; }
        @media (max-width: 1280px) {
          .view_4 .txt .view_li li {
            width: 23%;
            margin-bottom: 20px;
            line-height: 40px;
            height: 40px; } }
        @media (max-width: 768px) {
          .view_4 .txt .view_li li {
            width: 31.33%;
            height: 35px;
            line-height: 35px; } }
      @media (max-width: 1280px) {
        .view_4 .txt .view_li {
          justify-content: flex-start; } }
      @media (max-width: 768px) {
        .view_4 .txt .view_li {
          margin-top: 30px; } }
    .view_4 .txt .title {
      color: #333; }
    .view_4 .txt .content {
      display: none;
      margin-top: 70px;
      overflow: hidden; }
      .view_4 .txt .content.active {
        display: block; }
      .view_4 .txt .content .text {
        margin-top: 80px;
        float: left;
        width: 385px; }
        .view_4 .txt .content .text h3 {
          font-size: 24px;
          color: #333333;
          font-weight: bold; }
        .view_4 .txt .content .text p {
          margin: 20px 0;
          height: 187px;
          font-size: 14px;
          color: #999999;
          font-weight: normal; }
        .view_4 .txt .content .text a {
          font-size: 16px;
          color: #c0111c;
          font-weight: normal;
          text-decoration-line: underline; }
        @media (max-width: 1280px) {
          .view_4 .txt .content .text {
            width: 40%; }
            .view_4 .txt .content .text p {
              height: 150px; } }
        @media (max-width: 768px) {
          .view_4 .txt .content .text {
            float: none;
            width: 100%;
            margin-top: 30px; }
            .view_4 .txt .content .text h3 {
              font-size: 18px; }
            .view_4 .txt .content .text p {
              height: auto; } }
      .view_4 .txt .content .pic {
        float: right; }
        @media (max-width: 1280px) {
          .view_4 .txt .content .pic {
            width: 60%; }
            .view_4 .txt .content .pic img {
              width: 100%; } }
        @media (max-width: 768px) {
          .view_4 .txt .content .pic {
            float: none;
            width: 100%; } }
      @media (max-width: 1280px) {
        .view_4 .txt .content {
          margin-top: 5%; } }

.view_5 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_5 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_5 {
      padding: 50px 0px; } }
  .view_5 .txt .content {
    overflow: hidden;
    position: relative;
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_5 .txt .content {
        width: auto;
        margin: 0 3%; } }
    .view_5 .txt .content .td {
      overflow: hidden; }
      .view_5 .txt .content .td .left {
        float: left;
        width: calc(100% - 402px); }
        .view_5 .txt .content .td .left .title {
          text-align: left;
          color: #222; }
        .view_5 .txt .content .td .left .pic {
          margin-top: 45px; }
          .view_5 .txt .content .td .left .pic img {
            width: 100%; }
        @media (max-width: 1280px) {
          .view_5 .txt .content .td .left {
            float: none;
            width: 100%; }
            .view_5 .txt .content .td .left .pic {
              width: 100%; }
              .view_5 .txt .content .td .left .pic img {
                width: 100%; } }
      .view_5 .txt .content .td .right {
        width: 302px;
        float: right;
        padding: 85px 50px;
        background: #f5f5f5; }
        .view_5 .txt .content .td .right h3 {
          font-size: 24px;
          color: #333333;
          font-weight: bold; }
          @media (max-width: 1280px) {
            .view_5 .txt .content .td .right h3 {
              font-size: 18px; } }
        .view_5 .txt .content .td .right p {
          margin-top: 10px;
          font-size: 14px;
          color: #999999;
          font-weight: normal;
          line-height: 25px; }
        .view_5 .txt .content .td .right .text {
          margin-top: 10px;
          font-size: 14px;
          color: #999999;
          font-weight: normal;
          padding-top: 45px;
          line-height: 30px;
          border-top: 1px solid #999999;
          margin-bottom: 45px; }
        .view_5 .txt .content .td .right .tags {
          font-size: 14px;
          color: #333333;
          font-weight: normal;
          margin-bottom: 13px; }
          .view_5 .txt .content .td .right .tags:hover {
            color: #c0111c; }
        .view_5 .txt .content .td .right a {
          width: 180px;
          margin-top: 58px;
          text-align: center;
          display: block;
          height: 55px;
          line-height: 55px;
          border-radius: 30px;
          color: #fff;
          font-size: 14px;
          background: #c0111c; }
          @media (max-width: 1280px) {
            .view_5 .txt .content .td .right a {
              width: 100%;
              height: 40px;
              line-height: 40px; } }
        @media (max-width: 1280px) {
          .view_5 .txt .content .td .right {
            float: none;
            width: 100%;
            padding: 3%;
            box-sizing: border-box; } }

.swiper-view_5 .swiper-button-next, .swiper-view_5 .swiper-button-prev, .swiper-view_5 .coumter .txt .swiper-button-prev, .coumter .txt .swiper-view_5 .swiper-button-prev, .swiper-view_5 .coumter .txt .modIndex2_Box_Ul .swiper-button-next, .coumter .txt .modIndex2_Box_Ul .swiper-view_5 .swiper-button-next, .swiper-view_5 .modIndex2_Box_Ul .coumter .txt .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-view_5 .swiper-button-next {
  background-image: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: none;
  text-align: center;
  line-height: 35px;
  right: 0;
  top: auto;
  bottom: 85px; }
  .swiper-view_5 .swiper-button-next:hover, .swiper-view_5 .swiper-button-prev:hover {
    background: #c0111c;
    color: #fff; }
.swiper-view_5 .swiper-button-prev, .swiper-view_5 .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .swiper-view_5 .swiper-button-next, .swiper-view_5 .modIndex2_Box_Ul .coumter .txt .swiper-button-prev, .modIndex2_Box_Ul .coumter .txt .swiper-view_5 .swiper-button-prev, .swiper-view_5 .coumter .txt .modIndex2_Box_Ul .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-view_5 .swiper-button-prev {
  left: auto;
  right: 35px; }

.view_6 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_6 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_6 {
      padding: 50px 0px; } }
  .view_6 .txt .title {
    color: #222; }
  .view_6 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_6 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_6 .txt .content ul {
      margin-top: 44px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .view_6 .txt .content ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        box-sizing: border-box;
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        height: 130px;
        align-items: center;
        background: #fff; }
        @media (max-width: 1280px) {
          .view_6 .txt .content ul li {
            width: 33.33%; } }
        @media (max-width: 768px) {
          .view_6 .txt .content ul li {
            width: 50%; } }
    .view_6 .txt .content .casero dl {
      margin-top: 42px;
      overflow: hidden;
      text-align: center;
      font-size: 0px; }
      .view_6 .txt .content .casero dl dd {
        width: 31.33%;
        margin: 0 1%;
        display: inline-block;
        overflow: hidden; }
        @media (max-width: 1280px) {
          .view_6 .txt .content .casero dl dd {
            width: 31.33%;
            display: block;
            margin: 0 1%;
            float: left; } }
        @media (max-width: 768px) {
          .view_6 .txt .content .casero dl dd {
            width: 100%; } }
        .view_6 .txt .content .casero dl dd .pic {
          width: 30%;
          margin: 0 auto;
          -webkit-transform: translateY(35%);
          -moz-transform: translateY(35%);
          transform: translateY(35%);
          border: 4px solid #cd5560;
          border-radius: 50%;
          overflow: hidden; }
          .view_6 .txt .content .casero dl dd .pic img {
            width: 100%; }
          @media (max-width: 768px) {
            .view_6 .txt .content .casero dl dd .pic {
              width: 25%; } }
        .view_6 .txt .content .casero dl dd .text {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          overflow: hidden;
          background: #fff;
          height: auto;
          text-align: center;
          font-size: 14px;
          line-height: 25px;
          padding: 60px 10px;
          box-sizing: border-box; }
          @media (max-width: 768px) {
            .view_6 .txt .content .casero dl dd .text {
              padding: 60px 10px 20px 10px; } }

.view_7 {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_7 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_7 {
      padding: 50px 0px; } }
  .view_7 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_7 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_7 .txt .content .title {
      color: #222; }
    .view_7 .txt .content p {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
      color: #999999;
      font-weight: normal;
      line-height: 25px; }
    .view_7 .txt .content .form {
      margin-top: 55px;
      display: flex;
      justify-content: center; }
      .view_7 .txt .content .form .form_form {
        display: flex;
        justify-content: flex-start;
        border-radius: 5px;
        overflow: hidden; }
        .view_7 .txt .content .form .form_form input {
          border: none;
          width: 480px;
          padding: 0 2%;
          height: 56px;
          line-height: 56px;
          display: block; }
        .view_7 .txt .content .form .form_form button {
          border: none;
          padding: 0;
          background: #c0111c;
          width: 200px;
          text-align: center;
          color: #fff;
          text-align: center;
          line-height: 56px;
          display: block; }
      @media (max-width: 768px) {
        .view_7 .txt .content .form {
          margin-top: 25px; } }
    .view_7 .txt .content .freelist {
      margin-top: 60px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .view_7 .txt .content .freelist {
          flex-wrap: wrap; } }
      @media (max-width: 768px) {
        .view_7 .txt .content .freelist .td {
          width: 50%;
          margin-bottom: 30px; } }
      .view_7 .txt .content .freelist .td .iocn {
        width: 81px;
        height: 81px;
        margin: 0 auto;
        background-position: center center;
        background-size: cover; }
        @media (max-width: 768px) {
          .view_7 .txt .content .freelist .td .iocn {
            width: 61px;
            height: 61px; } }
      .view_7 .txt .content .freelist .td h4 {
        margin-top: 24px;
        text-align: center;
        font-size: 16px;
        color: #333333;
        font-weight: bold; }

.view_8 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_8 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_8 {
      padding: 50px 0px; } }
  .view_8 .txt .title {
    color: #222; }
  .view_8 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_8 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_8 .txt .content .td {
      margin-top: 45px;
      display: flex;
      justify-content: center; }
      @media (max-width: 768px) {
        .view_8 .txt .content .td {
          flex-wrap: wrap; } }
      .view_8 .txt .content .td .salse {
        width: 580px;
        margin: 0 1%;
        position: relative;
        border: 1px solid #e0e0e0;
        box-sizing: border-box; }
        @media (max-width: 1480px) {
          .view_8 .txt .content .td .salse {
            width: 48%; } }
        @media (max-width: 768px) {
          .view_8 .txt .content .td .salse {
            width: 98%;
            margin-bottom: 20px; } }
        .view_8 .txt .content .td .salse:nth-child(2) .tags {
          background-image: url("../images/erp1.jpg");
          color: #fff; }
        .view_8 .txt .content .td .salse:nth-child(2) .emjoi {
          background-image: url("../images/erp3.jpg"); }
        .view_8 .txt .content .td .salse .tags {
          background: #e0e0e0;
          height: 70px;
          text-align: center;
          line-height: 70px;
          font-size: 24px;
          color: #666666;
          font-weight: bold; }
          @media (max-width: 768px) {
            .view_8 .txt .content .td .salse .tags {
              height: 40px;
              line-height: 40px;
              font-size: 18px; } }
        .view_8 .txt .content .td .salse .text {
          padding: 46px 27px; }
          .view_8 .txt .content .td .salse .text p {
            margin-bottom: 20px;
            font-size: 14px;
            color: #666666;
            font-weight: normal; }
          @media (max-width: 1280px) {
            .view_8 .txt .content .td .salse .text {
              padding: 26px 15px; } }
        .view_8 .txt .content .td .salse .emjoi {
          position: absolute;
          width: 72px;
          height: 72px;
          background-image: url("../images/erp2.jpg");
          bottom: 0;
          right: 0; }

.view_9 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_9 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_9 {
      padding: 50px 0px; } }
  .view_9 .txt .title {
    color: #222; }
  .view_9 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_9 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_9 .txt .content .text {
      font-size: 12px;
      color: #fff;
      font-weight: normal;
      line-height: 30px;
      margin-top: 30px; }

.view_9_info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 385px;
  margin: 0 auto; }
  .view_9_info span {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold; }
  .view_9_info .view_9-prev, .view_9_info .view_9-next {
    outline: none;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #333;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer; }
    .view_9_info .view_9-prev:hover, .view_9_info .view_9-next:hover {
      background: #c0111c;
      color: #fff; }
  @media (max-width: 768px) {
    .view_9_info {
      width: 100%; }
      .view_9_info span {
        font-size: 18px; } }

.swiper-view_9 {
  overflow: hidden;
  width: 930px;
  margin: 0 auto; }
  @media (max-width: 1080px) {
    .swiper-view_9 {
      width: 100%; } }
  .swiper-view_9 dl dd {
    text-align: center; }
    @media (max-width: 1080px) {
      .swiper-view_9 dl dd {
        width: 100%; }
        .swiper-view_9 dl dd img {
          width: 100%; } }

.view_10 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_10 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_10 {
      padding: 50px 0px; } }
  .view_10 .txt .title {
    color: #222; }
  .view_10 .txt .content {
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px; }
    @media (max-width: 1180px) {
      .view_10 .txt .content {
        width: auto;
        padding: 0 3%;
        margin-top: 20px; }
        .view_10 .txt .content .pic {
          width: 100%; }
          .view_10 .txt .content .pic img {
            width: 100%; } }

.view_11 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_11 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_11 {
      padding: 50px 0px; } }
  .view_11 .txt .title {
    color: #222; }
  .view_11 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_11 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_11 .txt .content .text h3 {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      margin-top: 50px;
      margin-bottom: 20px; }
      @media (max-width: 1480px) {
        .view_11 .txt .content .text h3 {
          font-size: 18px; } }
    .view_11 .txt .content .text p {
      line-height: 35px;
      color: #fff; }
      @media (max-width: 1480px) {
        .view_11 .txt .content .text p {
          font-size: 14px; } }
    .view_11 .txt .content .text a {
      display: inline-block;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      text-decoration: underline;
      margin-top: 85px; }

.swiper-view_11 {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  overflow: hidden; }
  .swiper-view_11 .swiper-slide {
    font-size: 16px;
    color: #fff;
    font-weight: normal; }
    .swiper-view_11 .swiper-slide span {
      display: block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-radius: 50%; }
      .swiper-view_11 .swiper-slide span:after {
        content: "";
        display: block;
        background: url("../images/lines.png") no-repeat;
        width: 11px;
        height: 22px;
        margin: 0 auto; }
      .swiper-view_11 .swiper-slide span:hover {
        background: #c0111c; }

.view_11-next, .view_11-prev {
  position: absolute;
  right: -35px;
  color: #fff; }
  @media (max-width: 1280px) {
    .view_11-next, .view_11-prev {
      right: 0px; } }

.view_11-prev {
  right: auto;
  left: -35px; }
  @media (max-width: 1280px) {
    .view_11-prev {
      left: 0px; } }

.view_12 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_12 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_12 {
      padding: 50px 0px; } }
  .view_12 .txt .title {
    color: #222; }
  .view_12 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_12 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_12 .txt .content .haoshulist {
      margin-top: 44px;
      display: flex;
      justify-content: flex-start; }
      .view_12 .txt .content .haoshulist .haoshu {
        position: relative;
        flex-basis: 250px;
        transition: all 0.5s; }
        .view_12 .txt .content .haoshulist .haoshu .coeo {
          height: 400px;
          background-image: url("../images/haochu.jpg");
          background-size: cover;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 1280px) {
            .view_12 .txt .content .haoshulist .haoshu .coeo {
              display: none; } }
          .view_12 .txt .content .haoshulist .haoshu .coeo h3 {
            font-size: 24px;
            color: #fff;
            font-weight: bold; }
            .view_12 .txt .content .haoshulist .haoshu .coeo h3:after {
              content: "";
              display: block;
              width: 23px;
              height: 4px;
              background: #fff;
              margin-top: 20px; }
        .view_12 .txt .content .haoshulist .haoshu .show_all {
          visibility: hidden;
          position: absolute;
          z-index: 99;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 0 10%;
          box-sizing: border-box;
          background: rgba(49, 117, 243, 0.8);
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 1280px) {
            .view_12 .txt .content .haoshulist .haoshu .show_all {
              visibility: visible;
              position: static;
              background: none; } }
          .view_12 .txt .content .haoshulist .haoshu .show_all h3 {
            font-size: 24px;
            color: #fff;
            font-weight: bold; }
            .view_12 .txt .content .haoshulist .haoshu .show_all h3:after {
              content: "";
              display: block;
              width: 23px;
              height: 4px;
              background: #fff;
              margin-top: 20px; }
            @media (max-width: 1280px) {
              .view_12 .txt .content .haoshulist .haoshu .show_all h3 {
                color: #333;
                font-size: 18px; }
                .view_12 .txt .content .haoshulist .haoshu .show_all h3:after {
                  background: #3175f3;
                  margin-top: 10px;
                  height: 2px; } }
            @media (max-width: 1280px) {
              .view_12 .txt .content .haoshulist .haoshu .show_all h3 {
                color: #333;
                font-size: 16px; } }
          .view_12 .txt .content .haoshulist .haoshu .show_all p {
            font-size: 14px;
            color: #ffffff;
            line-height: 25px;
            margin-top: 50px; }
            @media (max-width: 1280px) {
              .view_12 .txt .content .haoshulist .haoshu .show_all p {
                color: #222;
                background: none;
                margin-top: 10px; } }
        @media (min-width: 1280px) {
          .view_12 .txt .content .haoshulist .haoshu:hover {
            z-index: 99;
            transition: all 0.5s;
            transform: scale(1.1);
            flex-basis: 350px; }
            .view_12 .txt .content .haoshulist .haoshu:hover .coeo h3 {
              display: none; }
            .view_12 .txt .content .haoshulist .haoshu:hover .show_all {
              visibility: visible; } }
        @media (max-width: 1280px) {
          .view_12 .txt .content .haoshulist .haoshu {
            flex-basis: 50%;
            margin-bottom: 15px; } }
      @media (max-width: 1280px) {
        .view_12 .txt .content .haoshulist {
          margin-top: 40px;
          flex-wrap: wrap; } }

.view_13 {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_13 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_13 {
      padding: 50px 0px; } }
  .view_13 .txt .title {
    color: #222; }
  .view_13 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_13 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_13 .txt .content .bigdata {
      display: flex;
      margin-top: 50px;
      justify-content: space-between;
      transition: all 0.5s;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .view_13 .txt .content .bigdata {
          margin-top: 30px; } }
      .view_13 .txt .content .bigdata li {
        width: 24%;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden; }
        @media (max-width: 1280px) {
          .view_13 .txt .content .bigdata li {
            width: 49%;
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .view_13 .txt .content .bigdata li {
            width: 100%;
            margin-bottom: 20px; } }
        .view_13 .txt .content .bigdata li .tags {
          height: 58px;
          line-height: 58px;
          text-align: center;
          font-size: 24px;
          color: #fff;
          font-weight: bold;
          background: #3175f3; }
          @media (max-width: 1280px) {
            .view_13 .txt .content .bigdata li .tags {
              font-size: 20px;
              height: 40px;
              line-height: 40px; } }
          @media (max-width: 768px) {
            .view_13 .txt .content .bigdata li .tags {
              font-size: 16px; } }
        .view_13 .txt .content .bigdata li .text {
          padding: 30px;
          background: #fff;
          line-height: 30px;
          font-size: 14px;
          color: #222;
          font-weight: normal; }
          @media (max-width: 768px) {
            .view_13 .txt .content .bigdata li .text {
              padding: 20px; } }
        .view_13 .txt .content .bigdata li:hover {
          transform: translateY(-10px);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
    .view_13 .txt .content .button {
      width: 280px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      margin: 77px auto 0 auto;
      background: #c0111c;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff;
      font-weight: normal; }
      @media (max-width: 768px) {
        .view_13 .txt .content .button {
          margin: 30px auto 0 auto;
          height: 40px;
          line-height: 40px; } }

.view_14 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_14 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_14 {
      padding: 50px 0px; } }
  .view_14 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_14 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_14 .txt .content .title {
      color: #222;
      text-align: left; }
    .view_14 .txt .content p {
      font-size: 14px;
      color: #999999;
      font-weight: normal;
      line-height: 25px;
      margin-top: 20px; }
    .view_14 .txt .content .pay_case {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .view_14 .txt .content .pay_case li {
        width: 48%;
        margin-top: 45px; }
        .view_14 .txt .content .pay_case li h3 {
          font-size: 24px;
          color: #3175f3;
          font-weight: bold; }
          @media (max-width: 1280px) {
            .view_14 .txt .content .pay_case li h3 {
              font-size: 18px; } }
          .view_14 .txt .content .pay_case li h3:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 10px;
            height: 10px;
            background: #3175f3;
            margin-right: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
        .view_14 .txt .content .pay_case li h6 {
          font-size: 16px;
          color: #999999;
          font-weight: normal;
          line-height: 25px;
          margin-top: 20px; }
          @media (max-width: 768px) {
            .view_14 .txt .content .pay_case li h6 {
              font-size: 14px; } }
    .view_14 .txt .content .web-phone {
      margin-top: 105px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1480px) {
        .view_14 .txt .content .web-phone {
          margin-top: 20px; } }
      @media (max-width: 1280px) {
        .view_14 .txt .content .web-phone {
          flex-wrap: wrap; } }
      @media (max-width: 1280px) {
        .view_14 .txt .content .web-phone .phone {
          width: 100%;
          margin-bottom: 15px; } }
      .view_14 .txt .content .web-phone .phone .btn {
        margin: 0 auto;
        width: 180px;
        height: 50px;
        border-radius: 10px;
        background: #98baf9;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 768px) {
          .view_14 .txt .content .web-phone .phone .btn {
            width: 130px;
            height: 40px;
            line-height: 40px;
            font-weight: normal; } }
      .view_14 .txt .content .web-phone .phone p {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        text-align: center; }
      .view_14 .txt .content .web-phone .phone .pic {
        margin-top: 20px;
        width: 100%; }
        .view_14 .txt .content .web-phone .phone .pic img {
          width: 100%; }

.view_15 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_15 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_15 {
      padding: 50px 0px; } }
  .view_15 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_15 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_15 .txt .content .title {
      color: #222; }
    .view_15 .txt .content ul {
      margin-top: 55px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1280px) {
        .view_15 .txt .content ul {
          flex-wrap: wrap; } }
      .view_15 .txt .content ul li {
        width: 24%;
        overflow: hidden;
        transition: all 0.5s; }
        .view_15 .txt .content ul li:hover {
          transition: all 0.5s;
          transform: translateY(-20px);
          box-shadow: 0 4px 6px #a87f7f; }
        @media (max-width: 1280px) {
          .view_15 .txt .content ul li {
            width: 49%;
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .view_15 .txt .content ul li {
            width: 100%; } }
        .view_15 .txt .content ul li .text {
          padding: 30px;
          box-sizing: border-box;
          background: #fff; }
          @media (max-width: 1280px) {
            .view_15 .txt .content ul li .text {
              padding: 3%; } }
          @media (max-width: 768px) {
            .view_15 .txt .content ul li .text {
              padding: 5%; } }
          .view_15 .txt .content ul li .text h4 {
            font-size: 16px;
            color: #222;
            font-weight: bold; }
          .view_15 .txt .content ul li .text .actrils {
            height: 140px;
            overflow: hidden;
            line-height: 25px;
            margin-top: 30px;
            font-size: 14px;
            color: #999999;
            font-weight: normal; }
            @media (max-width: 1280px) {
              .view_15 .txt .content ul li .text .actrils {
                margin-top: 20px; } }
            @media (max-width: 768px) {
              .view_15 .txt .content ul li .text .actrils {
                height: auto; } }
          .view_15 .txt .content ul li .text a {
            font-size: 14px;
            color: #c0111c;
            font-weight: normal;
            text-decoration: underline; }
        .view_15 .txt .content ul li .pic {
          width: 100%; }
          .view_15 .txt .content ul li .pic img {
            width: 100%; }

.view_16 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_16 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_16 {
      padding: 50px 0px; } }
  .view_16 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_16 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_16 .txt .content .title {
      color: #222; }
    .view_16 .txt .content ul {
      margin-top: 35px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .view_16 .txt .content ul li {
        width: 23%;
        margin: 0 1%;
        margin-bottom: 60px; }
        @media (max-width: 1280px) {
          .view_16 .txt .content ul li {
            margin-bottom: 40px;
            width: 31.33%; } }
        @media (max-width: 768px) {
          .view_16 .txt .content ul li {
            width: 48%;
            margin-bottom: 20px; } }
        .view_16 .txt .content ul li .pic {
          border: 1px solid #eeeeee; }
          .view_16 .txt .content ul li .pic img {
            width: 100%; }
        .view_16 .txt .content ul li h4 {
          font-size: 16px;
          color: #222;
          font-weight: bold;
          text-align: center;
          margin-top: 20px; }
          @media (max-width: 1280px) {
            .view_16 .txt .content ul li h4 {
              font-size: 14px; } }

.view_17 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_17 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_17 {
      padding: 50px 0px; } }
  @media (max-width: 1480px) {
    .view_17 .txt {
      width: auto;
      padding: 0 3%; } }
  .view_17 .txt .title {
    color: #222;
    text-align: center;
    line-height: 25px; }
  .view_17 .txt h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 42px 0 30px 0;
    text-align: center;
    line-height: 25px; }
    .view_17 .txt h4.wihte {
      color: #fff; }
    @media (max-width: 768px) {
      .view_17 .txt h4 {
        margin: 15px 0 15px 0;
        font-size: 14px; } }
  .view_17 .txt h6 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 25px;
    text-align: center; }
  .view_17 .txt .conalte {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    margin-top: 30px; }
    .view_17 .txt .conalte.white {
      color: #fff; }
  .view_17 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_17 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_17 .txt .content .pic {
      width: 700px;
      margin: 0 auto;
      margin-top: 32px; }
      @media (max-width: 768px) {
        .view_17 .txt .content .pic {
          width: 100%;
          margin-top: 20px; }
          .view_17 .txt .content .pic img {
            width: 100%; } }
    .view_17 .txt .content .step {
      width: 1180px;
      margin: 0 auto;
      margin-top: 32px; }
      @media (max-width: 1180px) {
        .view_17 .txt .content .step {
          width: 100%; }
          .view_17 .txt .content .step img {
            width: 100%; } }
    .view_17 .txt .content .web-phone {
      margin-top: 105px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1480px) {
        .view_17 .txt .content .web-phone {
          margin-top: 20px; } }
      @media (max-width: 1280px) {
        .view_17 .txt .content .web-phone {
          flex-wrap: wrap; } }
      @media (max-width: 1280px) {
        .view_17 .txt .content .web-phone .phone {
          width: 100%;
          margin-bottom: 15px; } }
      .view_17 .txt .content .web-phone .phone .btn {
        margin: 0 auto;
        width: 180px;
        height: 50px;
        border-radius: 10px;
        background: #98baf9;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 768px) {
          .view_17 .txt .content .web-phone .phone .btn {
            width: 130px;
            height: 40px;
            line-height: 40px;
            font-weight: normal; } }
      .view_17 .txt .content .web-phone .phone p {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        text-align: center;
        margin-top: 20px;
        line-height: 30px; }
      .view_17 .txt .content .web-phone .phone > .pic {
        margin-top: 20px;
        width: 100%; }
        .view_17 .txt .content .web-phone .phone > .pic img {
          width: 100%; }
    .view_17 .txt .content .three .piz {
      margin-top: 69px;
      float: left;
      width: 33.33%; }
      .view_17 .txt .content .three .piz img {
        width: 100%; }
    .view_17 .txt .content .three .lists {
      float: left;
      width: 33.33%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden;
      border: 1px solid #e0e0e0;
      box-sizing: border-box; }
      .view_17 .txt .content .three .lists.org {
        margin-top: 69px; }
        .view_17 .txt .content .three .lists.org .tag {
          background: #f39531; }
        .view_17 .txt .content .three .lists.org .contse .sbse {
          background: #fef4ea; }
      .view_17 .txt .content .three .lists .tag {
        text-align: center;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        background: #3175f3;
        margin-bottom: 35px; }
      .view_17 .txt .content .three .lists .contse {
        width: 100%;
        align-items: flex-start;
        padding: 0 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap; }
        .view_17 .txt .content .three .lists .contse .sbse {
          margin-bottom: 35px;
          width: 45%;
          height: 35px;
          line-height: 35px;
          text-align: center;
          background: #eaf1fe;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px; }
    @media (max-width: 860px) {
      .view_17 .txt .content .three .piz {
        float: none;
        width: 100%;
        margin: 20px auto; }
      .view_17 .txt .content .three .lists {
        float: none;
        width: 100%; }
        .view_17 .txt .content .three .lists .tag {
          font-size: 20px;
          height: 35px;
          line-height: 35px; }
        .view_17 .txt .content .three .lists.org {
          margin-top: 20px; } }
    .view_17 .txt .content .button {
      width: 280px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      border: 2px solid #fff;
      margin: 95px auto 0 auto;
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
      @media (max-width: 1280px) {
        .view_17 .txt .content .button {
          margin: 65px auto 0 auto;
          height: 40px;
          line-height: 40px; } }
      @media (max-width: 768px) {
        .view_17 .txt .content .button {
          margin: 30px auto 0 auto;
          height: 30px;
          line-height: 30px; } }
    .view_17 .txt .content .computer {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .view_17 .txt .content .computer {
          flex-wrap: wrap; } }
      .view_17 .txt .content .computer .compured {
        width: 50%; }
        @media (max-width: 768px) {
          .view_17 .txt .content .computer .compured {
            width: 100%;
            margin-bottom: 20px; } }
        .view_17 .txt .content .computer .compured .pic {
          width: 100%; }
          .view_17 .txt .content .computer .compured .pic img {
            width: 100%; }
        .view_17 .txt .content .computer .compured span {
          display: block;
          font-size: 14px;
          color: #999999;
          font-weight: normal;
          padding: 0 10px;
          line-height: 30px; }

.mtop50 {
  margin-top: 50px; }

.view_18 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center; }
  .view_18 i {
    z-index: 1;
    background: #f0f3fb;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  @media (max-width: 1280px) {
    .view_18 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_18 {
      padding: 50px 0px; } }
  .view_18 .txt {
    position: relative;
    z-index: 3; }
    .view_18 .txt .title {
      color: #222;
      text-align: center; }
    .view_18 .txt .step_five {
      font-size: 14px;
      color: #999999;
      font-weight: normal;
      text-align: center;
      margin-top: 30px;
      line-height: 25px; }
    .view_18 .txt .content {
      width: 1180px;
      margin: 0 auto; }
      @media (max-width: 1480px) {
        .view_18 .txt .content {
          width: auto;
          padding: 0 3%; } }
      .view_18 .txt .content .constle {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .view_18 .txt .content .constle {
            flex-wrap: wrap; } }
        .view_18 .txt .content .constle .isc {
          margin-top: 55px; }
          @media (max-width: 768px) {
            .view_18 .txt .content .constle .isc {
              width: 100%; } }
          .view_18 .txt .content .constle .isc .icon {
            margin: 0 auto;
            width: 100px;
            height: 100px; }
            @media (max-width: 1280px) {
              .view_18 .txt .content .constle .isc .icon {
                width: 80px;
                height: 80px; } }
            .view_18 .txt .content .constle .isc .icon:nth-child(1) {
              background-image: url("../images/yins1.jpg");
              background-size: cover; }
          .view_18 .txt .content .constle .isc h3 {
            font-size: 24px;
            color: #c0111c;
            font-weight: bold;
            margin-top: 36px;
            margin-bottom: 15px;
            text-align: center; }
            @media (max-width: 768px) {
              .view_18 .txt .content .constle .isc h3 {
                font-size: 16px;
                font-weight: normal;
                margin-top: 20px; } }
          .view_18 .txt .content .constle .isc h6 {
            font-size: 14px;
            color: #999999;
            font-weight: normal;
            text-align: center;
            line-height: 30px; }
          .view_18 .txt .content .constle .isc .spet_icon {
            width: 110px;
            height: 110px;
            margin: 0 auto; }
            @media (max-width: 1280px) {
              .view_18 .txt .content .constle .isc .spet_icon {
                width: 70px;
                height: 70px; } }
            .view_18 .txt .content .constle .isc .spet_icon:nth-child(1) {
              background-image: url("../images/spet_six1.png");
              background-size: cover; }
          .view_18 .txt .content .constle .isc:nth-child(2) .spet_icon {
            background-image: url("../images/spet_six2.png");
            background-size: cover; }
          .view_18 .txt .content .constle .isc:nth-child(3) .spet_icon {
            background-image: url("../images/spet_six3.png");
            background-size: cover; }
          .view_18 .txt .content .constle .isc:nth-child(2) .icon {
            background-image: url("../images/yins2.png");
            background-size: cover; }
          .view_18 .txt .content .constle .isc:nth-child(3) .icon {
            background-image: url("../images/yins3.png");
            background-size: cover; }
      .view_18 .txt .content .pic {
        width: 700px;
        margin: 0 auto;
        margin-top: 32px; }
        @media (max-width: 768px) {
          .view_18 .txt .content .pic {
            width: 100%; }
            .view_18 .txt .content .pic img {
              width: 100%;
              margin-top: 20px; } }
      .view_18 .txt .content .maingtitle {
        margin-top: 45px; }
        .view_18 .txt .content .maingtitle h4 {
          font-size: 24px;
          color: #c0111c;
          font-weight: bold;
          text-align: center; }
          @media (max-width: 768px) {
            .view_18 .txt .content .maingtitle h4 {
              font-size: 20px; } }
        .view_18 .txt .content .maingtitle p {
          font-size: 14px;
          color: #999;
          font-weight: normal;
          text-align: center;
          margin: 18px;
          line-height: 30px; }
        .view_18 .txt .content .maingtitle .man-pic {
          width: 670px;
          margin: 0 auto;
          margin-top: 15px; }
          @media (max-width: 768px) {
            .view_18 .txt .content .maingtitle .man-pic {
              width: 100%; }
              .view_18 .txt .content .maingtitle .man-pic img {
                width: 100%; } }

.swiper-view18 {
  margin-top: 37px;
  overflow: hidden; }
  .swiper-view18 .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: normal; }
    .swiper-view18 .swiper-wrapper .swiper-slide span:after {
      margin: 0 auto;
      margin-top: 5px;
      content: "";
      display: block;
      height: 2px;
      width: 60%; }
    .swiper-view18 .swiper-wrapper .swiper-slide:hover {
      font-size: 16px;
      color: #c0111c;
      font-weight: normal; }
      .swiper-view18 .swiper-wrapper .swiper-slide:hover span:after {
        content: "";
        display: block;
        width: 55%;
        margin: 0 auto;
        margin-top: 5px;
        background: #c0111c; }
    .swiper-view18 .swiper-wrapper .swiper-slide.active {
      font-size: 16px;
      color: #c0111c;
      font-weight: normal; }
      .swiper-view18 .swiper-wrapper .swiper-slide.active span:after {
        content: "";
        display: block;
        height: 2px;
        width: 55%;
        margin: 0 auto;
        margin-top: 5px;
        background: #c0111c; }
    @media (max-width: 768px) {
      .swiper-view18 .swiper-wrapper .swiper-slide {
        font-size: 14px; }
        .swiper-view18 .swiper-wrapper .swiper-slide.active {
          font-size: 14px; } }

.view_19 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_19 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_19 {
      padding: 50px 0px; } }
  .view_19 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_19 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_19 .txt .content .title {
      color: #222; }
    .view_19 .txt .content .endtoend {
      margin-top: 45px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .view_19 .txt .content .endtoend .pic {
        width: 49%; }
        .view_19 .txt .content .endtoend .pic img {
          width: 100%; }
        @media (max-width: 768px) {
          .view_19 .txt .content .endtoend .pic {
            width: 100%; } }
      .view_19 .txt .content .endtoend .text {
        font-size: 14px;
        color: #999999;
        font-weight: normal;
        width: 48%;
        line-height: 35px; }
        @media (max-width: 1280px) {
          .view_19 .txt .content .endtoend .text {
            width: 100%;
            margin-top: 20px; } }
    .view_19 .txt .content .button {
      width: 280px;
      height: 55px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px;
      background: #c0111c;
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      text-align: center;
      line-height: 55px;
      margin: 36px auto 0 auto; }
      @media (max-width: 1280px) {
        .view_19 .txt .content .button {
          width: 80%;
          height: 40px;
          line-height: 40px; } }

.view_20 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_20 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_20 {
      padding: 50px 0px; } }
  .view_20 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_20 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_20 .txt .content .title {
      color: #222; }
    .view_20 .txt .content .setp_four {
      margin-top: 60px;
      background: #fff;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      padding: 40px 0; }
      @media (max-width: 1280px) {
        .view_20 .txt .content .setp_four {
          flex-wrap: wrap;
          padding: 0px 0;
          background: none; } }
      @media (max-width: 768px) {
        .view_20 .txt .content .setp_four {
          margin-top: 20px; } }
      .view_20 .txt .content .setp_four .setp {
        width: 33.33%;
        border-right: 1px solid #eeeeee; }
        @media (max-width: 1280px) {
          .view_20 .txt .content .setp_four .setp {
            width: 100%;
            border: none;
            padding: 20px 0;
            margin: 20px 0 0 0;
            background: #fff;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px; } }
        .view_20 .txt .content .setp_four .setp .icon {
          width: 82px;
          height: 90px; }
          @media (max-width: 1280px) {
            .view_20 .txt .content .setp_four .setp .icon {
              width: 62px;
              height: 70px; } }
        .view_20 .txt .content .setp_four .setp:nth-child(1) .icon {
          background-image: url("../images/spet4_pic1.jpg");
          background-position: center center;
          background-size: cover;
          margin: 0 auto; }
        .view_20 .txt .content .setp_four .setp:nth-child(2) .icon {
          background-image: url("../images/spet4_pic2.jpg");
          background-position: center center;
          background-size: cover;
          margin: 0 auto; }
        .view_20 .txt .content .setp_four .setp:nth-child(3) .icon {
          background-image: url("../images/spet4_pic3.jpg");
          background-position: center center;
          background-size: cover;
          margin: 0 auto; }
        .view_20 .txt .content .setp_four .setp h5 {
          font-size: 16px;
          color: #c0111c;
          font-weight: bold;
          text-align: center; }
        .view_20 .txt .content .setp_four .setp p {
          text-align: center;
          margin-top: 30px;
          line-height: 25px;
          font-size: 14px;
          color: #999;
          font-weight: normal; }
          @media (max-width: 768px) {
            .view_20 .txt .content .setp_four .setp p {
              margin-top: 20px; } }

.view_21 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_21 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_21 {
      padding: 50px 0px; } }
  .view_21 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_21 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_21 .txt .content .title {
      color: #222; }
    .view_21 .txt .content .list {
      margin-top: 50px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1280px) {
        .view_21 .txt .content .list {
          flex-wrap: wrap; } }
      .view_21 .txt .content .list .td {
        width: 24%; }
        @media (max-width: 1280px) {
          .view_21 .txt .content .list .td {
            width: 48%;
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .view_21 .txt .content .list .td {
            width: 100%; } }
        .view_21 .txt .content .list .td .pic {
          width: 100%; }
          .view_21 .txt .content .list .td .pic img {
            width: 100%; }
        .view_21 .txt .content .list .td .text {
          padding: 27px;
          border: 1px solid #e0e0e0;
          box-sizing: border-box; }
          @media (max-width: 768px) {
            .view_21 .txt .content .list .td .text {
              padding: 10px; } }
          .view_21 .txt .content .list .td .text h3 {
            font-size: 16px;
            color: #333333;
            font-weight: bold; }
          .view_21 .txt .content .list .td .text p {
            margin-top: 17px;
            line-height: 30px;
            font-size: 16px;
            color: #999999;
            font-weight: bold; }
            @media (max-width: 768px) {
              .view_21 .txt .content .list .td .text p {
                font-size: 14px;
                font-weight: normal; } }
    .view_21 .txt .content .button {
      margin: 50px auto 0 auto;
      width: 280px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      background: #c0111c;
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px; }
      @media (max-width: 1280px) {
        .view_21 .txt .content .button {
          margin: 30px auto 0 auto;
          height: 40px;
          line-height: 40px; } }

.view_22 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_22 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_22 {
      padding: 50px 0px; } }
  .view_22 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_22 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_22 .txt .content .title {
      color: #222; }
    .view_22 .txt .content h5 {
      font-size: 14px;
      color: #ffffff;
      font-weight: normal;
      margin-top: 15px;
      margin-bottom: 38px;
      text-align: center;
      line-height: 25px; }
    .view_22 .txt .content .asb h3 {
      height: 80px;
      line-height: 80px;
      text-align: center;
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      background: #637ddd; }
      @media (max-width: 768px) {
        .view_22 .txt .content .asb h3 {
          height: 40px;
          line-height: 40px;
          font-size: 18px; } }
    .view_22 .txt .content .asb .list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .view_22 .txt .content .asb .list .pic {
        width: 50%;
        border-bottom: 1px solid #e0e0e0;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .view_22 .txt .content .asb .list .pic {
            width: 100%; } }
        .view_22 .txt .content .asb .list .pic img {
          width: 100%; }
        .view_22 .txt .content .asb .list .pic:nth-child(n + 1) {
          border-right: 1px solid #e0e0e0; }
          @media (max-width: 768px) {
            .view_22 .txt .content .asb .list .pic:nth-child(n + 1) {
              border-right: none; } }

.view_23 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_23 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_23 {
      padding: 50px 0px; } }
  .view_23 .txt .content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 1480px) {
      .view_23 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_23 .txt .content .pda {
      float: left;
      width: 60%; }
      @media (max-width: 768px) {
        .view_23 .txt .content .pda {
          float: none;
          width: 100%; } }
      .view_23 .txt .content .pda .title {
        color: #222;
        text-align: left; }
      .view_23 .txt .content .pda ul {
        overflow: hidden; }
        .view_23 .txt .content .pda ul li {
          float: left;
          width: 24%;
          margin: 0 auto;
          margin-top: 60px; }
          @media (max-width: 768px) {
            .view_23 .txt .content .pda ul li {
              margin-top: 30px; } }
          .view_23 .txt .content .pda ul li img {
            display: block;
            width: 60px;
            margin: 0 auto; }
          .view_23 .txt .content .pda ul li span {
            display: block;
            font-size: 14px;
            color: #333333;
            font-weight: bold;
            margin-top: 20px;
            text-align: center; }
    .view_23 .txt .content .pic {
      float: right;
      width: 40%; }
      @media (max-width: 768px) {
        .view_23 .txt .content .pic {
          float: none;
          width: 100%; }
          .view_23 .txt .content .pic img {
            width: 100%; } }

.view_24 {
  background: #ecf4ff;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_24 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_24 {
      padding: 50px 0px; } }
  .view_24 .txt .content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden; }
    .view_24 .txt .content .title {
      color: #222; }
    @media (max-width: 1480px) {
      .view_24 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_24 .txt .content .pictew {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .view_24 .txt .content .pictew {
          margin-top: 20px; } }
      .view_24 .txt .content .pictew .pic {
        width: 49%; }
        .view_24 .txt .content .pictew .pic img {
          width: 100%; }
        @media (max-width: 768px) {
          .view_24 .txt .content .pictew .pic {
            width: 100%; } }
      .view_24 .txt .content .pictew .sslit {
        width: 49%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px; }
        @media (max-width: 768px) {
          .view_24 .txt .content .pictew .sslit {
            width: 100%; } }
        .view_24 .txt .content .pictew .sslit .piz {
          width: 48%;
          margin-bottom: 20px; }
          .view_24 .txt .content .pictew .sslit .piz img {
            width: 100%;
            display: block; }
          .view_24 .txt .content .pictew .sslit .piz span {
            display: block;
            font-size: 14px;
            color: #111;
            font-weight: bold;
            text-align: center;
            margin-top: 20px;
            display: block; }

.view_25 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_25 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_25 {
      padding: 50px 0px; } }
  .view_25 .txt .content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden; }
    .view_25 .txt .content .title {
      color: #222; }
    @media (max-width: 1480px) {
      .view_25 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_25 .txt .content .asb {
      font-size: 14px;
      color: #999999;
      font-weight: bold;
      line-height: 35px;
      text-align: center;
      margin-top: 20px; }
      @media (max-width: 768px) {
        .view_25 .txt .content .asb {
          margin-top: 15px;
          font-weight: normal; } }
    .view_25 .txt .content .asb1 {
      margin-top: 120px;
      overflow: hidden; }
      @media (max-width: 1280px) {
        .view_25 .txt .content .asb1 {
          margin-top: 20px; } }
      .view_25 .txt .content .asb1 h3 {
        float: left;
        font-size: 24px;
        color: #222;
        font-weight: bold;
        width: 15%;
        margin-top: 20px; }
        @media (max-width: 1280px) {
          .view_25 .txt .content .asb1 h3 {
            float: none;
            margin-top: 10px;
            width: 100%;
            font-size: 18px;
            color: #222;
            font-weight: bold; } }
      .view_25 .txt .content .asb1 .piclist {
        float: left;
        width: 85%; }
        .view_25 .txt .content .asb1 .piclist.active ul {
          justify-content: flex-start; }
        .view_25 .txt .content .asb1 .piclist ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media (max-width: 1280px) {
            .view_25 .txt .content .asb1 .piclist ul {
              margin-top: 20px; } }
          .view_25 .txt .content .asb1 .piclist ul li {
            margin-bottom: 20px; }
            .view_25 .txt .content .asb1 .piclist ul li img {
              display: block; }
            .view_25 .txt .content .asb1 .piclist ul li span {
              font-size: 14px;
              color: #333333;
              font-weight: bold;
              margin-top: 15px;
              display: block;
              text-align: center; }

.view_26 {
  background: #f5f5f5;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_26 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_26 {
      padding: 50px 0px; } }
  .view_26 .txt .content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden; }
    .view_26 .txt .content .title {
      color: #222; }
    @media (max-width: 1480px) {
      .view_26 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_26 .txt .content .zhichi {
      overflow: hidden; }
      @media (max-width: 1180px) {
        .view_26 .txt .content .zhichi {
          flex-wrap: wrap; } }
      .view_26 .txt .content .zhichi .td {
        float: left;
        width: 50%;
        display: flex;
        align-items: center; }
        @media (max-width: 1180px) {
          .view_26 .txt .content .zhichi .td {
            width: 100%;
            float: none;
            margin-top: 20px; } }
        .view_26 .txt .content .zhichi .td .text h3 {
          font-size: 36px;
          color: #222;
          font-weight: bold; }
          @media (max-width: 1280px) {
            .view_26 .txt .content .zhichi .td .text h3 {
              font-size: 24px; } }
          @media (max-width: 768px) {
            .view_26 .txt .content .zhichi .td .text h3 {
              font-size: 18px; } }
        .view_26 .txt .content .zhichi .td .text p {
          font-size: 14px;
          color: #999999;
          font-weight: normal;
          line-height: 30px;
          margin: 45px 0; }
          @media (max-width: 1280px) {
            .view_26 .txt .content .zhichi .td .text p {
              margin: 20px 0; } }
          @media (max-width: 768px) {
            .view_26 .txt .content .zhichi .td .text p {
              margin: 25px 0; } }
        .view_26 .txt .content .zhichi .td .text .button {
          background: #c0111c;
          width: 180px;
          height: 55px;
          line-height: 55px;
          text-align: center;
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          -o-border-radius: 35px;
          border-radius: 35px;
          font-size: 14px;
          color: #fff;
          font-weight: normal; }
          @media (max-width: 1280px) {
            .view_26 .txt .content .zhichi .td .text .button {
              height: 35px;
              line-height: 35px;
              -webkit-border-radius: 25px;
              -moz-border-radius: 25px;
              -o-border-radius: 25px;
              border-radius: 25px; } }
          @media (max-width: 768px) {
            .view_26 .txt .content .zhichi .td .text .button {
              height: 30px;
              line-height: 30px;
              width: 100%; } }
      .view_26 .txt .content .zhichi .pic {
        width: 50%;
        float: right; }
        .view_26 .txt .content .zhichi .pic img {
          width: 100%; }
        @media (max-width: 1180px) {
          .view_26 .txt .content .zhichi .pic {
            margin-top: 20px;
            width: 100%;
            float: none; } }

.view_27 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_27 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_27 {
      padding: 50px 0px; } }
  .view_27 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_27 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_27 .txt .content .title {
      color: #222; }
    .view_27 .txt .content ul {
      margin-top: 55px;
      display: flex;
      justify-content: space-around; }
      @media (max-width: 1280px) {
        .view_27 .txt .content ul {
          flex-wrap: wrap; } }
      .view_27 .txt .content ul li {
        width: 32.33%;
        overflow: hidden;
        transition: all 0.5s; }
        .view_27 .txt .content ul li:hover {
          transition: all 0.5s;
          transform: translateY(-20px);
          box-shadow: 0 4px 6px #a87f7f; }
        @media (max-width: 1280px) {
          .view_27 .txt .content ul li {
            width: 49%;
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          .view_27 .txt .content ul li {
            width: 100%; } }
        .view_27 .txt .content ul li .text {
          padding: 30px;
          box-sizing: border-box;
          background: #fff;
          border: 1px solid #e0e0e0; }
          @media (max-width: 1280px) {
            .view_27 .txt .content ul li .text {
              padding: 5%; } }
          @media (max-width: 768px) {
            .view_27 .txt .content ul li .text {
              padding: 3%; } }
          .view_27 .txt .content ul li .text h4 {
            font-size: 16px;
            color: #222;
            font-weight: bold; }
          .view_27 .txt .content ul li .text .actrils {
            overflow: hidden;
            line-height: 25px;
            margin-top: 30px;
            font-size: 14px;
            color: #999999;
            font-weight: normal; }
            @media (max-width: 1280px) {
              .view_27 .txt .content ul li .text .actrils {
                margin-top: 20px; } }
            @media (max-width: 768px) {
              .view_27 .txt .content ul li .text .actrils {
                height: auto;
                margin-top: 10px; } }
          .view_27 .txt .content ul li .text a {
            font-size: 14px;
            color: #c0111c;
            font-weight: normal;
            text-decoration: underline; }
        .view_27 .txt .content ul li .pic {
          width: 100%; }
          .view_27 .txt .content ul li .pic img {
            width: 100%; }

.view_28 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_28 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_28 {
      padding: 50px 0px; } }
  .view_28 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_28 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_28 .txt .content .swiper-pagination {
      width: 100%;
      position: relative;
      margin-top: 20px;
      text-align: center; }
      .view_28 .txt .content .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        display: inline-block;
        width: 50px;
        height: 5px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        background: #dd8691;
        margin: 0 15px; }
        .view_28 .txt .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #fff; }
    .view_28 .txt .content .title {
      color: #222; }

.swiper-view_28 {
  overflow: hidden; }
  .swiper-view_28 ul {
    margin-top: 40px; }
    .swiper-view_28 ul li {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden; }
      .swiper-view_28 ul li .tags {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #c0111c; }
      .swiper-view_28 ul li .text {
        padding: 25px;
        font-size: 14px;
        color: #999999;
        font-weight: normal;
        line-height: 30px;
        background: #fff; }

.mr25 {
  margin-top: 25px; }

.view_29 {
  background: #ecf4ff;
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_29 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_29 {
      padding: 50px 0px; } }
  .view_29 .txt .content {
    width: 1180px;
    margin: 0 auto; }
    @media (max-width: 1480px) {
      .view_29 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_29 .txt .content .title {
      color: #222; }
    .view_29 .txt .content .rfid_veiw {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .view_29 .txt .content .rfid_veiw .text {
        margin-top: 80px;
        width: 40%; }
        @media (max-width: 1280px) {
          .view_29 .txt .content .rfid_veiw .text {
            width: 100%; } }
        .view_29 .txt .content .rfid_veiw .text ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .view_29 .txt .content .rfid_veiw .text ul li {
            width: 50%;
            margin-bottom: 55px; }
            @media (max-width: 1280px) {
              .view_29 .txt .content .rfid_veiw .text ul li {
                width: 100%;
                margin-bottom: 20px; } }
            .view_29 .txt .content .rfid_veiw .text ul li h3 {
              font-size: 24px;
              color: #3175f3;
              font-weight: bold; }
              @media (max-width: 768px) {
                .view_29 .txt .content .rfid_veiw .text ul li h3 {
                  font-size: 18px; } }
            .view_29 .txt .content .rfid_veiw .text ul li dl dd {
              margin-top: 24px;
              font-size: 14px;
              color: #333333;
              font-weight: normal; }
              .view_29 .txt .content .rfid_veiw .text ul li dl dd::before {
                content: "";
                width: 6px;
                height: 6px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background: #bababa;
                display: inline-block;
                margin-right: 10px; }
        .view_29 .txt .content .rfid_veiw .text .button {
          width: 180px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background: #c0111c;
          font-size: 14px;
          color: #fff;
          font-weight: normal;
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          -o-border-radius: 35px;
          border-radius: 35px; }
          @media (max-width: 768px) {
            .view_29 .txt .content .rfid_veiw .text .button {
              width: 100%;
              height: 35px;
              line-height: 35px; } }
      .view_29 .txt .content .rfid_veiw .pic {
        width: 50%; }
        .view_29 .txt .content .rfid_veiw .pic img {
          width: 100%; }
        @media (max-width: 1280px) {
          .view_29 .txt .content .rfid_veiw .pic {
            width: 100%; } }

.view_30 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_30 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_30 {
      padding: 50px 0px; } }
  .view_30 .txt .content {
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (max-width: 1480px) {
      .view_30 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_30 .txt .content .title {
      color: #222; }
    .view_30 .txt .content .small {
      font-size: 24px;
      color: #c0111c;
      font-weight: bold;
      margin-top: 40px;
      margin-bottom: 30px;
      text-align: center; }
      @media (max-width: 768px) {
        .view_30 .txt .content .small {
          font-size: 18px;
          margin-top: 20px;
          margin-bottom: 10px; } }
    .view_30 .txt .content .rfid_veiw {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .view_30 .txt .content .rfid_veiw .text {
        position: relative;
        width: 50%;
        background: #f5f5f5;
        padding: 70px 50px;
        box-sizing: border-box; }
        .view_30 .txt .content .rfid_veiw .text .tdx {
          position: relative;
          z-index: 88; }
        @media (max-width: 1280px) {
          .view_30 .txt .content .rfid_veiw .text {
            width: 100%;
            padding: 3%; } }
        .view_30 .txt .content .rfid_veiw .text h3 {
          font-size: 24px;
          color: #666666;
          font-weight: bold;
          margin-bottom: 25px; }
          @media (max-width: 768px) {
            .view_30 .txt .content .rfid_veiw .text h3 {
              font-size: 18px; } }
        .view_30 .txt .content .rfid_veiw .text p {
          margin-bottom: 25px;
          font-size: 14px;
          color: #666666;
          font-weight: normal;
          line-height: 35px; }
        .view_30 .txt .content .rfid_veiw .text .happy {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 8; }
        .view_30 .txt .content .rfid_veiw .text .pic {
          border: 1px solid #fff;
          display: inline-block; }
        .view_30 .txt .content .rfid_veiw .text .video img {
          width: 100%; }
        .view_30 .txt .content .rfid_veiw .text:nth-child(2) {
          background: -webkit-linear-gradient(60deg, #e95a5d, #e24769);
          background: -o-linear-gradient(60deg, #e95a5d, #e24769);
          background: -moz-linear-gradient(60deg, #e95a5d, #e24769);
          background: linear-gradient(60deg, #e95a5d, #e24769); }
          .view_30 .txt .content .rfid_veiw .text:nth-child(2) h3 {
            color: #fff; }
          .view_30 .txt .content .rfid_veiw .text:nth-child(2) p {
            color: #fff; }
          .view_30 .txt .content .rfid_veiw .text:nth-child(2) .pic {
            margin-bottom: 30px; }
          .view_30 .txt .content .rfid_veiw .text:nth-child(2) .happy {
            position: absolute;
            bottom: 0;
            right: 0;
            left: auto;
            z-index: 8; }
  .view_30 .txt .button {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #c0111c;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px; }
    @media (max-width: 768px) {
      .view_30 .txt .button {
        width: 100%;
        height: 35px;
        line-height: 35px; } }

.view_31 {
  background: -webkit-linear-gradient(60deg, #84b5f9, #9d76d9);
  background: -o-linear-gradient(60deg, #84b5f9, #9d76d9);
  background: -moz-linear-gradient(60deg, #84b5f9, #9d76d9);
  background: linear-gradient(60deg, #84b5f9, #9d76d9);
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_31 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_31 {
      padding: 50px 0px; } }
  .view_31 .txt .content {
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (max-width: 1480px) {
      .view_31 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_31 .txt .content .title {
      color: #222; }
    .view_31 .txt .content .view_31_box {
      margin-top: 50px;
      background: #fff;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px;
      overflow: hidden; }
      @media (max-width: 1280px) {
        .view_31 .txt .content .view_31_box {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px; } }
      .view_31 .txt .content .view_31_box .td {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .view_31 .txt .content .view_31_box .td .dd {
          width: 50%;
          padding: 50px;
          box-sizing: border-box;
          border-bottom: 1px solid #eeeeee; }
          @media (max-width: 1280px) {
            .view_31 .txt .content .view_31_box .td .dd {
              padding: 5%; } }
          @media (max-width: 768px) {
            .view_31 .txt .content .view_31_box .td .dd {
              padding: 3%;
              width: 100%; } }
          .view_31 .txt .content .view_31_box .td .dd h5 {
            font-size: 14px;
            color: #333333;
            font-weight: bold; }
          .view_31 .txt .content .view_31_box .td .dd .text {
            font-size: 14px;
            color: #999999;
            font-weight: normal;
            line-height: 25px;
            margin: 20px 0; }
          .view_31 .txt .content .view_31_box .td .dd .pic {
            width: 100%; }
            @media (max-width: 1280px) {
              .view_31 .txt .content .view_31_box .td .dd .pic img {
                width: 100%; } }
          .view_31 .txt .content .view_31_box .td .dd:nth-child(n + 1) {
            border-left: 1px solid #eeeeee; }
    .view_31 .txt .content .button {
      width: 180px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #c0111c;
      margin: 30px auto;
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px; }
      @media (max-width: 768px) {
        .view_31 .txt .content .button {
          width: 80%;
          height: 35px;
          line-height: 35px;
          margin: 20px auto; } }

.view_32 {
  background: #ecf4ff;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .view_32 {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .view_32 {
      padding: 50px 0px; } }
  .view_32 .txt .content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden; }
    .view_32 .txt .content .title {
      color: #222; }
    @media (max-width: 1480px) {
      .view_32 .txt .content {
        width: auto;
        padding: 0 3%; } }
    .view_32 .txt .content .zhichi {
      overflow: hidden; }
      @media (max-width: 1180px) {
        .view_32 .txt .content .zhichi {
          flex-wrap: wrap; } }
      .view_32 .txt .content .zhichi .td {
        margin-top: 123px;
        float: left;
        width: 50%;
        display: flex;
        align-items: center; }
        @media (max-width: 1180px) {
          .view_32 .txt .content .zhichi .td {
            width: 100%;
            float: none;
            margin-top: 20px; } }
        .view_32 .txt .content .zhichi .td .text h3 {
          font-size: 36px;
          color: #222;
          font-weight: bold; }
          @media (max-width: 1280px) {
            .view_32 .txt .content .zhichi .td .text h3 {
              font-size: 20px; } }
          @media (max-width: 768px) {
            .view_32 .txt .content .zhichi .td .text h3 {
              font-size: 18px; } }
        .view_32 .txt .content .zhichi .td .text p {
          font-size: 14px;
          color: #999999;
          font-weight: normal;
          line-height: 30px;
          margin: 45px 0; }
          @media (max-width: 768px) {
            .view_32 .txt .content .zhichi .td .text p {
              margin: 20px 0; } }
        .view_32 .txt .content .zhichi .td .text .button {
          background: #c0111c;
          width: 280px;
          height: 55px;
          line-height: 55px;
          text-align: center;
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          -o-border-radius: 35px;
          border-radius: 35px;
          font-size: 14px;
          color: #fff;
          font-weight: normal; }
          @media (max-width: 768px) {
            .view_32 .txt .content .zhichi .td .text .button {
              height: 40px;
              line-height: 40px;
              width: 100%; } }
      .view_32 .txt .content .zhichi .pic {
        float: right; }
        .view_32 .txt .content .zhichi .pic img {
          width: 100%; }
        @media (max-width: 1180px) {
          .view_32 .txt .content .zhichi .pic {
            width: 50%;
            margin-top: 20px;
            width: 100%;
            float: none; } }

.coumter {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .coumter {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .coumter {
      padding: 50px 0px; } }
  .coumter .txt {
    position: relative; }
    .coumter .txt .content {
      width: 1180px;
      margin: 0 auto;
      margin-top: 40px; }
      @media (max-width: 1480px) {
        .coumter .txt .content {
          width: auto;
          padding: 0 3%; } }
      .coumter .txt .content .title {
        color: #222; }
    .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
      background-image: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      outline: none;
      text-align: center;
      line-height: 35px;
      right: 245px;
      top: 50%; }
      @media (max-width: 1680px) {
        .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
          right: 100px; } }
      @media (max-width: 1480px) {
        .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
          right: 0; } }
      @media (max-width: 1180px) {
        .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
          right: 0;
          display: none; } }
      .coumter .txt .swiper-button-next:hover, .coumter .txt .swiper-button-prev:hover {
        background: #c0111c;
        color: #fff; }
    .coumter .txt .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-button-next {
      left: 245px; }
      @media (max-width: 1680px) {
        .coumter .txt .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-button-next {
          left: 100px; } }
      @media (max-width: 1480px) {
        .coumter .txt .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-button-next {
          left: 0; } }
      @media (max-width: 1180px) {
        .coumter .txt .swiper-button-prev, .coumter .txt .modIndex2_Box_Ul .swiper-button-next, .modIndex2_Box_Ul .coumter .txt .swiper-button-next {
          left: 0;
          display: none; } }

.coumter_view .swiper-wrapper .swiper-slide .pic {
  width: 100%; }
  .coumter_view .swiper-wrapper .swiper-slide .pic img {
    width: 100%; }
.coumter_view .swiper-wrapper .swiper-slide span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center; }

.asbeon {
  text-align: center;
  padding: 100px 0; }
  @media (max-width: 1280px) {
    .asbeon {
      padding: 80px 0px; } }
  @media (max-width: 768px) {
    .asbeon {
      padding: 50px 0px; } }
  .asbeon .title {
    font-size: 36px;
    color: #333333;
    font-weight: bold; }
    .asbeon .title span {
      color: #c0111c; }
    @media (max-width: 1280px) {
      .asbeon .title {
        font-size: 26px; } }
  .asbeon .masg {
    margin-top: 37px;
    font-size: 24px;
    color: #333333;
    font-weight: bold; }
    @media (max-width: 1280px) {
      .asbeon .masg {
        margin-top: 25px; } }
  .asbeon .text {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    font-weight: normal; }
    .asbeon .text em {
      color: #c0111c; }
  .asbeon .code {
    margin: 0 auto;
    margin-top: 54px;
    width: 138px; }

/*# sourceMappingURL=style.css.map */
