@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul,
li {
  list-style: none; }

html {
  font-size: 13.333333333333334vw; }

body {
  font-family: "Microsoft YaHei", sans-serif; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #be0000; }

.wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  overflow: hidden; }

.main-wrap {
  position: absolute;
  left: 0;
  top: 1rem;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.tips-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999; }
  .tips-wrap > span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: white;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    line-height: 40px; }

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 1rem;
  background-color: #fff;
  border-bottom: 0.01rem solid #ccc; }
  .header-wrap .logo {
    width: 1.98rem;
    height: 0.68rem;
    margin-top: 0.15rem;
    float: left;
    margin-left: 0.3rem; }
    .header-wrap .logo img {
      width: 1.98rem;
      height: 0.68rem; }
  .header-wrap .more-wrap {
    width: 0.4rem;
    float: right;
    padding-right: 0.35rem;
    margin-top: 0.32rem; }
    .header-wrap .more-wrap > span {
      width: 0.4rem;
      height: 0.3rem;
      display: inline-block;
      box-sizing: border-box;
      position: relative; }
      .header-wrap .more-wrap > span.more {
        border-bottom: 0.04rem solid #000; }
        .header-wrap .more-wrap > span.more::before, .header-wrap .more-wrap > span.more::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0.04rem;
          background-color: #000;
          left: 0;
          top: 0; }
        .header-wrap .more-wrap > span.more::after {
          top: 50%; }
      .header-wrap .more-wrap > span.close {
        font-size: .6rem;
        color: #000;
        line-height: .1rem;
        text-align: center;
        font-family: '黑体'; }

.menu-wrap {
  position: absolute;
  left: 0;
  top: 1.01rem;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  display: none; }
  .menu-wrap.active {
    display: block; }
  .menu-wrap > .nav-list {
    box-sizing: border-box;
    display: inline-block;
    width: 7.5rem;
    padding: 0 0.25rem; }
    .menu-wrap > .nav-list li {
      border-bottom: 0.01rem solid #ccc;
      height: 1rem;
      position: relative; }
      .menu-wrap > .nav-list li > span.more {
        width: 1rem;
        height: 1rem;
        display: inline-block;
        line-height: 1rem;
        text-align: center;
        font-size: .36rem;
        position: absolute;
        right: -0.2rem;
        top: 0;
        font-family: '黑体'; }
      .menu-wrap > .nav-list li > a {
        font-size: .32rem;
        line-height: 1rem;
        display: block;
        height: 1rem;
        box-sizing: border-box;
        padding-left: 0.2rem; }
      .menu-wrap > .nav-list li.active {
        height: 1.6rem; }
        .menu-wrap > .nav-list li.active > span.more {
          transform: rotate(90deg); }
        .menu-wrap > .nav-list li.active .mn-list {
          background-color: rgba(254, 254, 254, 0.9);
          display: flex;
          height: 0.6rem;
          width: 7rem;
          box-sizing: border-box;
          padding-right: 0.4rem;
          line-height: 0.6rem;
          justify-content: space-around; }
          .menu-wrap > .nav-list li.active .mn-list > a {
            font-size: .28rem;
            display: inline-block; }

.footer-wrap {
  margin-top: 0.8rem;
  text-align: center; }
  .footer-wrap img.img {
    width: 5rem;
    margin-bottom: 1.5rem; }
  .footer-wrap .info {
    background-color: #e30102;
    position: relative;
    width: 7.5rem; }
    .footer-wrap .info::before {
      content: "";
      width: 7.5rem;
      height: 0.16rem;
      position: absolute;
      left: 0;
      top: 0;
      background: url(./../images/footer_bg.png) 0 0 no-repeat;
      background-size: 7.5rem 0.16rem;
      margin-top: -0.16rem; }
    .footer-wrap .info img.logo {
      width: 2rem;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -1rem;
      margin-top: -1.08rem; }
    .footer-wrap .info .txt-wrap {
      font-size: .20rem;
      color: #fff;
      padding: 0.2rem 0.25rem 0.5rem 0.25rem; }
      .footer-wrap .info .txt-wrap p {
        line-height: .4rem; }
    .footer-wrap .info .ewm-wrap {
      padding-top: 1.3rem; }
      .footer-wrap .info .ewm-wrap > img {
        width: 1.2rem;
        height: 1.2rem;
        padding: 0.1rem;
        border-radius: 0.16rem; }

.content {
  padding-top: .2rem;
  margin-top: 0.15rem;
  border-top: 0.01rem solid #ccc;
  font-size: .28rem;
  text-align: center;
  text-align: left; }
  .content p {
    line-height: 1.5em;
    padding-bottom: 0.2rem; }
  .content img {
    max-width: 7rem !important; }

.about-wrap {
  text-align: center; }

.swiper-container {
  height: 3.48rem; }
  .swiper-container .swiper-slide {
    height: 3.48rem;
    position: relative; }
    .swiper-container .swiper-slide img {
      width: 7.5rem;
      height: 3.48rem; }

.swiper-pagination {
  bottom: 0.2rem; }
  .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 0.07rem;
    padding: 0;
    background-color: #aa1416;
    opacity: 1;
    border-radius: 0.02rem;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%; }
    .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #fff;
      width: 0.6rem;
      border-radius: 0.15rem; }

.about-swiper {
  width: 7.5rem;
  height: 3.1rem;
  background: url(./../images/about_focus_bg.jpg) 0 0 no-repeat;
  background-size: 7.5rem 3.1rem;
  position: relative; }
  .about-swiper .swiper-slide {
    width: 7.5rem;
    height: 3.1rem;
    box-sizing: border-box;
    padding: 0.9rem 1.8rem 0.6rem 1.8rem; }
    .about-swiper .swiper-slide p {
      font-size: .28rem;
      color: #fff;
      line-height: 0.4rem; }
    .about-swiper .swiper-slide h3 {
      font-size: .48rem;
      font-weight: bold;
      font-family: '黑体';
      color: #fff;
      border-bottom: 0.02rem solid #fff;
      padding-bottom: 0.1rem;
      margin-bottom: 0.1rem; }

.about-text {
  padding: 0 0.25rem;
  margin-top: 0.5rem; }
  .about-text h1 {
    font-size: .48rem;
    color: #be0000;
    font-weight: bold;
    font-family: '黑体'; }
  .about-text .content p {
    text-indent: 2em; }

.pic-wrap {
  width: 7.5rem;
  height: 4.5rem;
  margin-top: 0.2rem; }
  .pic-wrap img {
    width: 7.5rem;
    height: 4.51rem; }

.story-wrap {
  padding: 0 0.25rem; }
  .story-wrap > h3 {
    font-size: .48rem;
    color: #be0000;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem; }
  .story-wrap img {
    max-width: 7rem; }
  .story-wrap ul.story-tab {
    width: 7rem;
    display: inline-block;
    border-bottom: 0.01rem solid #be0000; }
    .story-wrap ul.story-tab li {
      text-align: center;
      font-size: .32rem;
      display: inline-block;
      width: 2rem;
      line-height: 0.8rem;
      height: 0.8rem; }
      .story-wrap ul.story-tab li.active {
        background-color: #be0000;
        color: #fff; }
  .story-wrap > .content-wrap .content {
    display: none;
    border: none; }
    .story-wrap > .content-wrap .content h3 {
      font-weight: bold;
      line-height: 1.5em;
      font-weight: .4rem;
      padding-bottom: .2rem; }
    .story-wrap > .content-wrap .content p {
      text-indent: 2em; }
    .story-wrap > .content-wrap .content.active {
      display: block; }

.factory-wrap > h3 {
  font-size: .48rem;
  color: #be0000;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0 0.25rem; }

.factory-wrap ul.factory-tab {
  width: 7rem;
  display: inline-block;
  border-bottom: 0.01rem solid #be0000;
  margin: 0 0.25rem; }
  .factory-wrap ul.factory-tab li {
    text-align: center;
    font-size: .32rem;
    display: inline-block;
    width: 2rem;
    line-height: 0.8rem;
    height: 0.8rem; }
    .factory-wrap ul.factory-tab li.active {
      background-color: #be0000;
      color: #fff; }

.factory-wrap .factory-list {
  width: 7rem;
  height: 5.17rem;
  margin-top: 0.2rem;
  margin: 0.25rem; }
  .factory-wrap .factory-list .factory-swiper {
    position: relative;
    height: 0;
    overflow: hidden; }
    .factory-wrap .factory-list .factory-swiper.active {
      height: 5.17rem; }
    .factory-wrap .factory-list .factory-swiper .swiper-slide {
      height: 5.17rem;
      position: relative; }
      .factory-wrap .factory-list .factory-swiper .swiper-slide img {
        width: 7rem;
        height: 5.54rem; }
