/* 隐藏所有控件，只保留进度条（Chrome/Safari/Edge有效） */
.header {
  padding: 0 3rem;
  justify-content: space-between;
}
.header .list .active a {
  color: #eccaa1 !important;
}
.header .list .active::after {
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  height: 2px;
  background: #eccaa1;
  margin: 0 auto;
  bottom: 16px;
  transition: background-color 0.3s ease;
}
.header .search {
  width: 6rem !important;
  margin: 0 6rem 0 2rem;
}
.header .search .textInput {
  background-color: inherit !important;
}
.page .search_list ul li .pic img {
  object-fit: contain;
}
.footer-menu {
  margin: 20px 0 !important;
}
.page .video video {
  max-height: 100vh !important;
}
.footer {
  padding: 0 !important;
}
.footer .footer-menu {
  gap: 80px;
}
.footer .footer-menu .footer-nav ul {
  gap: 50px;
}
.footer .footer-menu .footer-icons ul {
  gap: 40px;
}
.footer .footer-icons img {
  height: 80px;
  width: 80px;
}
.footer .footer-icons div {
  font-size: 12px;
}
.footer .footer-logo img {
  max-height: 90px;
}
.footer .footer-top {
  padding: 40px !important;
}
.footer .footer-bottom {
  padding: 20px 40px !important;
}
.footer .footer-top,
.footer .footer-bottom {
  color: #dfdddd !important;
}
.footer .footer-top .footer-contact,
.footer .footer-bottom .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-top .footer-contact span,
.footer .footer-bottom .footer-contact span {
  margin-bottom: 0;
  color: #dfdddd !important;
}
.myindex .swiper {
  position: relative;
}
.myindex .swiper .swiper-button-next,
.myindex .swiper .swiper-button-prev {
  color: #fff;
}
.myindex .swiper .swiper-button-next,
.myindex .swiper .swiper-rtl .swiper-button-prev {
  right: 50px;
}
.myindex .swiper .swiper-button-prev,
.myindex .swiper .swiper-rtl .swiper-button-next {
  left: 50px;
}
.myindex .swiper .swiper-button-prev:after,
.myindex .swiper .swiper-button-next:after {
  font-size: 32px;
}
.myindex .swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 85%;
  bottom: 6%;
  z-index: 1;
  height: 2px;
  width: 10%;
  background: #ffffffa4;
}
.myindex .swiper .swiper-scrollbar-drag {
  background: #bd0003;
}
.myindex .areaOne {
  height: auto !important;
}
.myindex .areaTwo {
  max-width: 1400px;
  margin: 180px auto;
}
.myindex .areaTwo .box {
  display: flex;
  justify-content: space-between;
}
.myindex .areaTwo .box .item {
  position: relative;
  overflow: hidden;
}
.myindex .areaTwo .box .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.myindex .areaTwo .box .item .tit {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 32px;
  z-index: 2;
}
.myindex .areaTwo .box .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 13px;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  max-height: 60%;
  height: 88px;
}
.myindex .areaTwo .box .item:hover .content {
  transform: translateY(0);
}
.myindex .areaTwo .box .item:hover img {
  transform: scale(1.05);
}
.myindex .areaThree {
  max-width: 1480px;
  margin: 180px auto;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
.myindex .areaThree .mytit {
  margin: 50px auto;
  font-size: 32px;
  text-align: center;
}
.myindex .areaThree .swiper2 {
  overflow: hidden;
}
.myindex .areaThree .swiper2 .swiper-button-np {
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  width: 100%;
}
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-prev,
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-prev {
  left: 0;
}
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-next {
  right: 0;
}
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-prev::after,
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-next::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 3px solid #ecaa5c;
  border-left: 3px solid #ecaa5c;
}
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-prev::after {
  transform: rotate(-45deg);
  margin-right: 2px;
}
.myindex .areaThree .swiper2 .swiper-button-np .swiper-button-next::after {
  transform: rotate(135deg);
  margin-left: 2px;
}
.product {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 5rem 0 !important;
}
.product .areaOne {
  width: 92% !important;
  height: auto !important;
  margin: 2rem auto !important;
}
.product .left {
  width: 10% !important;
  display: flex;
  align-items: center;
}
.product .left ul li {
  font-size: 1rem !important;
  height: 2.8rem !important;
}
.product .right {
  width: 90% !important;
  overflow: hidden;
}
.product .right .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.product .right .swiper-container .swiper-wrapper {
  width: 60%;
}
.product .right .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: transform 0.6s ease-out;
  width: 3800px;
  transform: scale(0.5) !important;
}
.product .right .swiper-container .swiper-slide img {
  display: block;
  width: 80%;
  height: auto;
  object-fit: contain;
  max-height: 500px;
}
.product .right .swiper-container .swiper-slide .swiper-slide-text {
  margin-top: 30px;
  text-align: center;
  opacity: 0;
}
.product .right .swiper-container .swiper-slide .swiper-slide-text .tit {
  font-size: 32px;
}
.product .right .swiper-container .swiper-slide .swiper-slide-text .description {
  margin-top: 18px;
  font-size: 16px;
}
.product .right .swiper-container .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 10;
}
.product .right .swiper-container .swiper-slide-active .swiper-slide-text {
  opacity: 1;
}
.product .right .swiper-container .swiper-button-prev,
.product .right .swiper-container .swiper-button-next {
  top: 37%;
}
.product .right .swiper-container .swiper-slide-next,
.product .right .swiper-container .swiper-slide-prev {
  transform: scale(0.7) !important;
}
.product .right .swiper-container .swiper-button-prev,
.product .right .swiper-container .swiper-button-next {
  color: #333333a3;
}
.product .right .swiper-container .swiper-button-prev:after,
.product .right .swiper-container .swiper-button-next:after {
  font-size: 28px;
}
.dynamic .banner {
  height: 18rem !important;
}
.dynamic .area {
  padding-top: 0 !important;
}
.dynamic .banner .content .info .right .desc,
.dynamic .banner .content .info .right .desc,
.dynamic .area ul li .desc {
  font-size: 1rem;
}
.dynamic .area ul li .desc {
  min-height: 3em;
}
.dynamic .banner .content .info .left {
  width: 30rem;
  height: 18rem;
}
.dynamic .banner .content .info .right {
  width: 40rem;
}
.dynamic .banner .content .info .right .name,
.dynamic .area ul li .title {
  font-size: 1.2rem;
}
.dynamic .area ul {
  column-gap: 2.7rem !important;
}
.dynamic .area ul li {
  width: 23.2rem;
}
.dynamic .area ul li .pic {
  height: 16rem;
}
.force-black .tit,
.force-black .txt {
  color: #000 !important;
}
.culture .video {
  height: calc(100vh - 5rem) !important;
}
.culture .video video {
  height: 100% !important;
  min-height: auto !important;
  object-fit: contain !important;
}
.culture .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../image/xuhua.jpg') center / cover no-repeat;
  z-index: -1;
  /* 置于视频下方 */
}
.culture .box img,
.brewing .box img,
.culture .pic img,
.brewing .pic img {
  width: 100%;
}
.culture .banner,
.brewing .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture .banner .icons,
.brewing .banner .icons {
  width: 86%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5%;
}
.culture .banner .icons .icon-wrap,
.brewing .banner .icons .icon-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.culture .banner .icons .icon-wrap .brewingtit,
.brewing .banner .icons .icon-wrap .brewingtit {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.culture .banner .icons .icon-wrap img,
.brewing .banner .icons .icon-wrap img {
  transition: opacity 0.3s;
  margin: auto;
}
.culture .breitem,
.brewing .breitem {
  width: 100%;
  height: calc(100vh - 5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.culture .breitem img,
.brewing .breitem img {
  width: 100%;
  height: calc(100vh - 5rem) !important;
  object-fit: cover;
}
.culture .item,
.brewing .item {
  position: relative;
}
.culture .item .content,
.brewing .item .content {
  width: 100%;
  position: absolute;
  padding: 0 10%;
  top: 18%;
  color: #fff;
}
.culture .item .content .line,
.brewing .item .content .line {
  height: 1px;
  width: 60px;
  background-color: #fff;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 18px;
}
.culture .item .content .tit,
.brewing .item .content .tit {
  font-size: 44px;
  margin-bottom: 18px;
}
.culture .item .content .fbt,
.brewing .item .content .fbt {
  font-size: 26px;
  margin-bottom: 18px;
}
.culture .item .content .txt p,
.brewing .item .content .txt p {
  font-size: 15px;
  margin-bottom: 5px;
}
.culture .item .txt_left,
.brewing .item .txt_left {
  float: left;
  text-align: left;
}
.culture .item .txt_right,
.brewing .item .txt_right {
  float: right;
  text-align: right;
}
.swiper1 {
  position: relative;
  overflow: hidden;
}
.swiper1 .button-pn {
  position: absolute;
  bottom: 3%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 10%;
  height: 50px;
}
.swiper1 .button-pn .button-next,
.swiper1 .button-pn .button-prev {
  background: #c70000;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  font-size: 22px;
}
.swiper1 .button-pn .swiper-button-disabled {
  opacity: 0.3;
}
.course {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding: 160px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.course .swiper-container {
  position: relative;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.course .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  font-size: 18px;
  transition: transform 1.2s ease;
  transform: scale(0.5) !important;
}
.course .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
}
.course .swiper-container .swiper-slide .swiper-slide-text {
  padding-top: 60px;
  text-align: center;
  opacity: 0;
}
.course .swiper-container .swiper-slide .swiper-slide-text .year {
  color: #fff;
  font-size: 60px;
}
.course .swiper-container .swiper-slide .swiper-slide-text .description {
  color: #fff;
  font-size: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.course .swiper-container .swiper-slide-active {
  transform: scale(1.2) !important;
  z-index: 10;
  transition: transform 1s ease;
}
.course .swiper-container .swiper-slide-active .swiper-slide-text {
  opacity: 1;
}
.course .swiper-container .swiper-slide-next,
.course .swiper-container .swiper-slide-prev {
  transform: scale(0.6) !important;
  transition: transform 1.2s ease;
  top: -5%;
}
.course .swiper-container .swiper-button-prev,
.course .swiper-container .swiper-button-next {
  color: #fff;
}
.course .swiper-container .swiper-button-next:after,
.course .swiper-container .swiper-button-prev:after {
  font-size: 20px;
}
.course .swiper-container .swiper-button-np {
  position: absolute;
  left: calc(50% - 350px);
  width: 700px;
  bottom: -100px;
}
.areaOne .right form .desc,
.areaOne .right form .top input,
.bottom textarea {
  font-size: 1rem !important;
}
.areaOne .right form .top input {
  padding: 0.6rem 1rem !important;
}
.page .area .content {
  line-height: 2;
}
.page .area .more .titles {
  margin: 30px 30px 20px 13px;
}
.page .area .more ul {
  margin: auto;
}
.m {
  display: none !important;
}
@media (max-width: 768px) {
  .m {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .page {
    padding-bottom: 0 !important;
  }
  .footer-menu {
    gap: 20px !important;
  }
  .footer-menu .footer-nav ul,
  .footer-menu .footer-icons ul {
    gap: 12px !important;
  }
  .footer .footer-top,
  .footer .footer-bottom {
    padding: 20px !important;
  }
  .page .product,
  .brewing,
  .page .video {
    padding-top: 60px !important;
  }
  .culture .video {
    height: auto !important;
  }
  .page .bg {
    margin-top: 60px;
  }
  .areaThree .swiper2 .swiper-slide img {
    margin: auto;
  }
  .swiper-slide {
    width: 100%;
  }
  .myindex .areaTwo .box {
    flex-direction: column;
  }
  .product .areaOne {
    flex-direction: column;
    row-gap: 30px;
  }
  .product .areaOne .left,
  .product .areaOne .right {
    width: 100% !important;
  }
  .product .areaOne .left ul {
    display: flex;
  }
  .product .areaOne .left ul li {
    background-color: inherit !important;
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 15px !important;
  }
  .product .areaOne .left .active::after {
    width: 100% !important;
    height: 2px !important;
  }
  .culture .item .content .tit,
  .brewing .item .content .tit {
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }
  .culture .item .content .fbt,
  .brewing .item .content .fbt {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }
  .culture .item .content,
  .brewing .item .content {
    top: 0 !important;
  }
  .footer-logo img {
    width: 150px;
  }
  .areaFour .content,
  .areaThree .content {
    padding-top: 20px !important;
  }
  .swiper1 .button-pn {
    width: 20% !important;
  }
  .swiper1 .button-pn .button-next,
  .swiper1 .button-pn .button-prev {
    width: 30px;
    height: 30px;
  }
  .areaOne .right form .title {
    font-size: 28px !important;
  }
  .areaOne .right form .desc {
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }
  .areaOne .right form .top {
    margin: 20px 0 !important;
  }
  .areaOne .right form .top input {
    font-size: 16px !important;
    padding: 10px !important;
  }
  .areaOne .right form .bottom textarea {
    font-size: 16px !important;
    padding: 10px !important;
    height: 100px !important;
  }
  .areaOne .right form button {
    font-size: 20px;
    margin-top: 20px !important;
  }
  .myindex .areaTwo {
    margin: auto !important;
  }
  .myindex .areaThree {
    margin: 0 0 50px 0 !important;
  }
  .myindex .areaTwo .box .item .content {
    font-size: 15px;
  }
  .brewing .brewingtit {
    display: none;
  }
  .page .content .areaOne .left ul {
    overflow-x: auto;
  }
  .culture .breitem,
  .brewing .breitem {
    height: auto !important;
  }
  .culture .breitem img,
  .brewing .breitem img {
    height: auto !important;
  }
  .culture .item .content,
  .brewing .item .content {
    padding: 5px 10%;
  }
  .course .swiper-container .swiper-slide-active {
    transform: scale(1) !important;
  }
  .course .swiper-container .swiper-slide .swiper-slide-text .year {
    font-size: 35px !important;
  }
  .page .video video,
  .course,
  .course .swiper-container,
  .course .swiper-container .swiper-slide img {
    height: auto !important;
    min-height: auto !important;
  }
  .course {
    padding: 120px 0;
  }
  .course .swiper-container .swiper-slide .swiper-slide-text {
    padding-top: 0;
  }
  .course .swiper-container .swiper-button-np {
    left: calc(50% - 100px) !important;
    width: 200px !important;
    bottom: -56px;
  }
  .page .areaOne .left,
  .areaOne .right form {
    margin: auto !important;
    width: 95% !important;
  }
  .footer .footer-menu {
    flex-direction: column;
  }
  .culture .item .content .txt p,
  .brewing .item .content .txt p {
    font-size: 12px !important;
  }
}
