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

.header {
  display: flex;
  justify-content: space-between;
  margin-top: -5rem;
  padding: 0 5rem;
  position: fixed;
  z-index: 999;
  width: calc(100% - 10rem);
  top: 0;
  left: 0;
  flex: 1;
  transition: all 1s ease-in-out; }
  .header img {
    display: block; }
    .header img:first-child {
      display: none; }
  .header .logo {
    width: 6.2rem;
    display: flex; }
    .header .logo .icon {
      height: 5.6rem;
      fill: #4b5467; }
  .header ul.menu {
    display: flex;
    padding-top: 1.3rem; }
    .header ul.menu li {
      position: relative;
      float: left;
      margin-left: 3rem;
      font-size: 1.4rem;
      cursor: pointer; }
      .header ul.menu li:first-child {
        margin-left: 0; }
      .header ul.menu li a {
        color: #4b5467; }
      .header ul.menu li.active a {
        color: #1b60ec;
        font-size: 1.4rem;
        font-weight: bold; }
  .header .nav-new {
    position: absolute;
    top: -2px;
    right: -32px;
    background: #E6182B;
    color: #fff;
    width: 25px;
    height: 12px;
    line-height: 9px;
    padding: 1px 3px 1px 1px;
    border-radius: 6px 6px 6px 0;
    font-size: 9px !important; }
  .header .head-right a {
    display: inline-block; }
  .header .head-right-button {
    display: inline-block;
    cursor: pointer;
    width: 10.8rem;
    height: 4rem;
    border-radius: 2rem;
    text-align: center;
    line-height: 4rem;
    font-size: 1.4rem; }
  .header .head-right-yuyue {
    color: #fff;
    background-color: #1b60ec; }
  .header .head-right-login {
    border: solid 1px #1b60ec;
    background-color: #e8effd;
    color: #1b60ec;
    margin-left: 3rem; }
  .header.headerOne .icon {
    fill: #fff; }
  .header.headerOne .head-right-login {
    border-color: #fff;
    color: #fff;
    background: none; }
  .header.headerOne ul.menu li {
    position: relative; }
    .header.headerOne ul.menu li a {
      color: #fff; }
    .header.headerOne ul.menu li.active a {
      color: #fff; }

.swiper-slide2.swiper-slide-active {
  position: relative; }
  .swiper-slide2.swiper-slide-active .header {
    display: flex;
    position: absolute;
    margin-top: 2rem;
    transition-delay: 3s; }

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