.home-container .header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 99;
  transition: 0.3s all linear; }
  .home-container .header.active {
    background-color: rgba(0, 0, 0, 1); }
  .home-container .header .header_box {
    width: 100%;
    padding: 0 5%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between; }
    .home-container .header .header_box .header_left {
      flex: 1;
      display: flex;
      align-items: center; }
      .home-container .header .header_box .header_left .left img {
        display: block;
        width: 160px; }
      .home-container .header .header_box .header_left .middle {
        display: flex;
        align-items: center;
        height: 70%;
        box-sizing: border-box;
        padding-left: 10%; }
        .home-container .header .header_box .header_left .middle .item {
          height: 100%;
          padding: 0 30px; }
          .home-container .header .header_box .header_left .middle .item .link {
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #fff;
            height: 100%;
            display: flex;
            align-items: center;
            position: relative; }
            .home-container .header .header_box .header_left .middle .item .link:hover {
              color: #D82136;
              transition: 0.3s all linear; }
        .home-container .header .header_box .header_left .middle .close {
          display: none; }
    .home-container .header .header_box .right {
      display: flex;
      align-items: center; }
      .home-container .header .header_box .right .link {
        color: #fff;
        font-size: 15px; }
      .home-container .header .header_box .right .linear {
        padding: 0 20px;
        color: #fff; }
    .home-container .header .header_box .iconcaidan {
      display: none; }
.home-container .top-swiper-container {
  position: relative;
  overflow: hidden; }
  .home-container .top-swiper-container .swiper-wrapper .swiper-slide .link {
    display: block; }
    .home-container .top-swiper-container .swiper-wrapper .swiper-slide .link img {
      display: block;
      width: 100%; }
.home-container .section2 {
  background: url("../img/b1.png") no-repeat center center;
  background-size: cover; }
  .home-container .section2 .section-box {
    box-sizing: border-box;
    padding: 75px 5%; }
    .home-container .section2 .section-box .title {
      box-sizing: border-box;
      padding-left: 70px;
      position: relative; }
      .home-container .section2 .section-box .title:before {
        content: '';
        position: absolute;
        width: 65px;
        height: 6px;
        background-color: #e61e18;
        left: 0;
        bottom: 0; }
      .home-container .section2 .section-box .title .english {
        font-size: 23px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #595757; }
      .home-container .section2 .section-box .title .name {
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        margin-top: 4px; }
    .home-container .section2 .section-box .category-swiper {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-top: 65px; }
      .home-container .section2 .section-box .category-swiper .swiper-wrapper .swiper-slide .con {
        text-align: center;
        padding-top: 3vw;
        padding-bottom: 5vw; }
        .home-container .section2 .section-box .category-swiper .swiper-wrapper .swiper-slide .con:hover {
          background-color: #ebebeb;
          border-radius: 6px; }
        .home-container .section2 .section-box .category-swiper .swiper-wrapper .swiper-slide .con .category-name {
          font-size: 32px;
          font-weight: normal;
          font-stretch: normal;
          letter-spacing: 0px;
          color: #404040;
          padding-top: 6vw;
          padding-bottom: 4vw; }
        .home-container .section2 .section-box .category-swiper .swiper-wrapper .swiper-slide .con .lookInfo {
          width: 146px;
          height: 44px;
          border-radius: 6px;
          border: solid 1px #e61e18;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
          .home-container .section2 .section-box .category-swiper .swiper-wrapper .swiper-slide .con .lookInfo span {
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 34px;
            letter-spacing: 2px;
            color: #404040; }
          .home-container .section2 .section-box .category-swiper .swiper-wrapper .swiper-slide .con .lookInfo img {
            width: 15px;
            margin-left: 8px; }
      .home-container .section2 .section-box .category-swiper .swiper-button-prev {
        left: 0; }
      .home-container .section2 .section-box .category-swiper .swiper-button-next {
        right: 0; }
.home-container .bigImage img {
  display: block;
  width: 100%; }

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