.bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 28rem;
  position: relative;
}
.bg .pic {
  width: 32.31rem;
  height: 18.25rem;
  background-color: #C6151D;
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
}
.bg .pic img {
  width: 22.37rem;
  height: 16.12rem;
  position: absolute;
  left: 3rem;
  top: 1rem;
}
.bg .text {
  font-size: 5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 14.81rem;
  transform: translateX(-50%);
}

.nav {
  background-color: #E8E6E9;
  width: 100%;
  height: 5.25rem;
}
.nav ul {
  height: 100%;
}
.nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav ul li:hover {
  color: #C6151D;
}
.nav ul li:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.375rem;
  background-color: #C6151D;
  border-radius: 0.375rem;
  bottom: 0;
}
.nav ul .active {
  color: #C6151D;
}
.nav ul .active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.375rem;
  background-color: #C6151D;
  border-radius: 0.375rem;
  bottom: 0;
}

.content {
  width: 100%;
  height: auto;
}
.content .swiper {
  width: 100%;
  height: 100%;
}
.content .swiper .textBox {
  color: #fff;
  text-align: center;
}
.content .swiper .textBox h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 5rem;
}
.content .swiper .textBox h2 {
  line-height: 4rem;
  font-weight: 500;
  font-size: 1rem;
}
.content .swiper .list li:nth-of-type(n+2) {
  width: 40rem;
}
.content .swiper .list li img {
  width: 100%;
}
.content .swiper .list li .title {
  font-size: 3rem;
  line-height: 6rem;
}
.content .swiper .list li .desc {
  line-height: 3rem;
  font-size: 1rem;
}
.content .swiper .list li .boxTitle {
  line-height: 5rem;
  font-size: 1.5rem;
}
.content .swiper .list li .boxContent {
  font-size: 1rem;
  color: #777777;
}
.content .swiper .list li .icon {
  margin-top: 4rem;
  width: 6.25rem;
  height: 4rem;
  position: relative;
}
.content .swiper .list li .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border: 2rem solid transparent;
  border-left: 5rem solid #D9D9D9;
  left: 0;
  top: 0;
}
.content .swiper .list li .icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border: 2rem solid transparent;
  border-left: 4rem solid #D9D9D9;
  left: 1.1rem;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .page .bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 40vw;
    position: relative;
  }
  .page .bg .pic {
    width: 35vw;
    height: 28vw;
    background-color: #C6151D;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
  }
  .page .bg .pic img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 3vw;
    top: 7vw;
  }
  .page .bg .text {
    font-size: 5vw;
    color: #fff;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 5vw;
    transform: translateX(-50%);
  }
  .page .nav {
    background-color: #E8E6E9;
    width: 100%;
    height: 22.5641025641vw;
  }
  .page .nav ul {
    height: 100%;
    -moz-column-gap: 1.0256410256vw;
         column-gap: 1.0256410256vw;
  }
  .page .nav ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 3.0769230769vmin;
  }
  .page .nav ul li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .page .nav ul li:hover {
    color: #C6151D;
  }
  .page .nav ul li:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5384615385vmin;
    background-color: #C6151D;
    border-radius: 1.5384615385vmin;
    bottom: 0;
  }
  .page .nav ul .active {
    color: #C6151D;
  }
  .page .nav ul .active::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5384615385vmin;
    background-color: #C6151D;
    border-radius: 1.5384615385vmin;
    bottom: 0;
  }
  .page .content {
    width: 100%;
    /* height: 60vw; */
  }
  .page .content .swiper {
    width: 100%;
    height: 100%;
  }
  .page .content .swiper .textBox {
    color: #fff;
    text-align: center;
  }
  .page .content .swiper .textBox h1 {
    font-weight: 700;
    font-size: 6.4102564103vmin;
    line-height: 2;
  }
  .page .content .swiper .textBox h2 {
    line-height: 2;
    font-weight: 500;
    font-size: 3.0769230769vmin;
  }
  .page .content .swiper .list {
    flex-wrap: wrap;
  }
  .page .content .swiper .list li:first-of-type {
    width: 100%;
    padding: 0 2.5641025641vw;
    position: relative;
  }
  .page .content .swiper .list li:nth-of-type(n+2) {
    align-self: flex-start;
    margin-top: 1.2820512821vw;
    width: 40%;
    height: 43.5897435897vmin;
    overflow: auto;
  }
  .page .content .swiper .list li:nth-of-type(n+2)::-webkit-scrollbar {
    width: 4px;
  }
  .page .content .swiper .list li:nth-of-type(n+2)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
  }
  .page .content .swiper .list li:nth-of-type(n+2)::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .page .content .swiper .list li img {
    width: 100%;
  }
  .page .content .swiper .list li .title {
    font-size: 5.1282051282vmin;
    line-height: 1.4;
  }
  .page .content .swiper .list li .desc {
    line-height: 2;
    font-size: 3.0769230769vmin;
  }
  .page .content .swiper .list li .boxTitle {
    line-height: 2;
    font-size: 4.1025641026vmin;
  }
  .page .content .swiper .list li .boxContent {
    font-size: 3.0769230769vmin;
    color: #777777;
  }
  .page .content .swiper .list li .icon {
    margin-top: 0.5128205128vw;
    margin-left: 1.0256410256vw;
    width: 20.5128205128vw;
    height: 7.6923076923vw;
    position: absolute;
    right: 1.2820512821vw;
    bottom: 0;
  }
  .page .content .swiper .list li .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border: 3.8461538462vw solid transparent;
    border-left: 7.6923076923vw solid #D9D9D9;
    left: 0;
    top: 0;
  }
  .page .content .swiper .list li .icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border: 3.8461538462vw solid transparent;
    border-left: 6.4102564103vw solid #D9D9D9;
    left: 2.0512820513vw;
    top: 0;
  }
}
.page .bg .text {
  font-family: "PangMenZhengDaoCu" !important;
}/*# sourceMappingURL=brewing.css.map */