@charset "UTF-8";
a {
  text-decoration: none; }

.line {
  width: 1px;
  height: 18px;
  background: #75829B; }

.titleLine {
  width: 1px;
  height: 18px;
  background: #75829B; }

@font-face {
  font-family: 'BrushScript';
  /*字体名称*/
  src: url("../fonts/Brush-Script.eot");
  src: url("../fonts/Brush-Script.eot?#iefix") format("embedded-opentype"), url("../fonts/Brush-Script.woff") format("woff"), url("../fonts/Brush-Script.ttf") format("truetype"), url("../fonts/Brush-Script.svg#ChunkFiveRegular") format("svg"); }
@font-face {
  font-family: BoldRegular;
  src: url("../fonts/DINCond-BoldRegular_0.ttf"); }
.nav_header {
  width: 100%;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center; }
  .nav_header_body {
    width: 1200px;
    height: 72px;
    line-height: 72px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    .nav_header_body_left {
      display: flex;
      flex-direction: row;
      line-height: 72px; }
      .nav_header_body_left img {
        width: 51px;
        height: 30px;
        margin-top: 20px; }
      .nav_header_body_left .line {
        margin: 26px 10px 0 10px; }
      .nav_header_body_left .titleLine {
        margin: 26px 10px 0 10px; }
      .nav_header_body_left .titleName {
        font-size: 18px;
        color: #07142E;
        font-weight: 400; }
    .nav_header_body_right {
      display: flex;
      align-items: center; }
      .nav_header_body_right p {
        background: #125BF0;
        width: 108px;
        height: 40px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        border-radius: 20px; }

.swiper-slide-section4 {
  position: relative;
  z-index: 5; }
  .swiper-slide-section4 .swiper-container2 {
    width: 69.4rem;
    height: 44.6rem;
    margin: 5.6rem auto 0rem auto;
    overflow: hidden; }
  .swiper-slide-section4 .swiper-bg {
    position: absolute;
    left: -100%;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: url("../images/n5bg.png") repeat-y;
    transition: all 2s ease-in-out; }
    .swiper-slide-section4 .swiper-bg.section1Show {
      left: 0;
      transition-delay: 0.8s; }
    .swiper-slide-section4 .swiper-bg.swiper-bg1 {
      background: #fff url("../images/n5-6.png") no-repeat; }
      .swiper-slide-section4 .swiper-bg.swiper-bg1 .swiper-slide-section4-box1-right {
        background: none; }
  .swiper-slide-section4-box1 {
    margin-top: 14.8rem; }
    .swiper-slide-section4-box1-content {
      display: flex;
      align-items: center; }
    .swiper-slide-section4-box1-left {
      flex: 1;
      text-align: revert;
      margin-right: -28rem;
      position: relative;
      z-index: 0; }
      .swiper-slide-section4-box1-left img {
        margin-right: -51rem;
        width: 69.7rem;
        height: 46.9rem; }
    .swiper-slide-section4-box1-right {
      background: url("../images/n5computer.png") no-repeat;
      background-size: contain;
      width: 104.3rem;
      height: 61.3rem;
      background-position: bottom;
      flex: 2;
      margin-left: -8rem;
      position: relative; }
  .swiper-slide-section4-box2 {
    position: absolute;
    top: 200%;
    background: url("/static/images/n5-7.png") no-repeat 85% bottom;
    background-size: 40%;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .swiper-slide-section4-box2 img {
      width: 69.7rem;
      height: 46.9rem;
      margin-left: -65rem;
      margin-top: -3rem; }
  .swiper-slide-section4-nav {
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10rem;
    z-index: 11; }
    .swiper-slide-section4-nav .line {
      display: inline-block;
      width: 15%;
      background: #75829b;
      height: 1px;
      vertical-align: middle; }
    .swiper-slide-section4-nav ul {
      display: flex;
      flex: 1;
      justify-content: center; }
      .swiper-slide-section4-nav ul li {
        color: #75829b;
        padding: 0 3%;
        position: relative;
        display: flex;
        font-size: 1.4rem;
        cursor: pointer; }
        .swiper-slide-section4-nav ul li::after {
          content: "";
          display: block;
          width: 1px;
          height: 1.1rem;
          background: #75829b;
          position: absolute;
          right: 0;
          top: 0.2rem; }
        .swiper-slide-section4-nav ul li.active {
          color: #1b60ec; }
          .swiper-slide-section4-nav ul li.active::before {
            content: "";
            display: block;
            position: absolute;
            top: -1.3rem;
            left: 50%;
            margin-left: -0.5rem;
            width: 1.8rem;
            height: 1.8rem;
            background: url("/static/images/section4-nav-active.png") no-repeat; }

@media (max-width: 1601px) {
  .swiper-slide-section4-box2 {
    background-size: 55%; } }
@media (max-width: 1367px) {
  .swiper-slide-section4-nav ul li.active::before {
    top: -2.3rem; }

  .swiper-slide-section4-box2 {
    background-size: 55%; } }

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