@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; }

.home-box {
  display: flex;
  position: relative;
  z-index: 3;
  flex: 1;
  margin-left: 0;
  height: 100%;
  transition: all 2s ease; }
  .home-box.gotoMain {
    transition-delay: 2000ms;
    margin-left: -100%;
    z-index: 0; }
    .home-box.gotoMain .home-box-left {
      transition-delay: 500ms;
      margin-left: -100%;
      padding: 0; }
  .home-box-left, .home-box-right {
    display: flex; }
  .home-box-left {
    width: 70%;
    flex-direction: column;
    padding-left: 9.6rem;
    padding-top: 15.4rem;
    background: #fff;
    position: relative;
    text-align: left;
    z-index: 4;
    transition: all 3s ease; }
    .home-box-left-logo {
      width: 14rem;
      height: 6.8rem;
      background-color: #1b60ec;
      border-radius: 0.4rem;
      text-align: center;
      line-height: 6.8rem; }
      .home-box-left-logo img {
        width: 6.9rem;
        height: 4rem;
        vertical-align: middle; }
    .home-box-left-title {
      font-weight: lighter;
      font-size: 7.2rem;
      line-height: 1.2;
      color: #07142e;
      margin-top: 3.2rem; }
    .home-box-left p {
      margin-top: 7.3rem;
      font-size: 3.6rem;
      line-height: 1.8;
      color: #75829b;
      font-weight: lighter; }
  .home-box-right {
    flex: 1;
    position: relative; }
    .home-box-right .icon {
      width: 2em;
      height: 2em;
      fill: #fff;
      cursor: pointer; }
    .home-box-right-buttion {
      width: 5.4rem;
      height: 5.4rem;
      z-index: 5;
      background-color: #1b60ec;
      border-radius: 50%;
      align-items: center;
      display: flex;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%); }
    .home-box-right p {
      position: absolute;
      bottom: 8rem;
      left: 5rem;
      color: #75829b; }

.fp-tableCell {
  display: flex; }

.fp-controlArrow {
  display: none; }

#fp-nav {
  display: none; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.fachan {
  font-family: "BrushScript";
  font-size: 32rem;
  margin-left: -9.4rem;
  opacity: 0.1;
  color: #1b60ec;
  translate: all 1s ease-in-out; }

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