@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  min-height: 1024px;
}
a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
select,
input,
button,
textarea {
  outline: none;
}
.u-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container-box {
  padding-left: clamp(50px, 8.333vw, 180px);
  padding-right: clamp(50px, 8.333vw, 180px);
}
.introduce-button-prev {
  left: clamp(20px, 6.25vw, 160px);
}
.introduce-button-next {
  right: clamp(20px, 6.25vw, 160px);
}
.container-position-left {
  left: clamp(50px, 8.333vw, 180px)!important;
}
@media (max-width: 768px) {
  body {
    --swiper-scrollbar-size: 1.5px;
  }
  .container-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-left {
    padding-left: 20px;
  }
  .container-right {
    padding-right: 20px;
  }
  .container-position-left {
    left: 20px !important;
  }
  .introduce-button-prev {
    left: 5px;
  }
  .introduce-button-next {
    right: 5px;
  }
}

body {
  min-height: 1024px;
  box-sizing: border-box;
}
.product-card {
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.footer-adt {
  background-image: url(./static/ad-mpu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 手机菜单按钮 -开始 */
.menu-icon {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  /* background: rgb(0, 0, 0); */
  padding: 5px;
  cursor: pointer;
}
.menu-icon input {
  display: none;
}
.menu-icon span {
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  opacity: 1;
  left: 0;
  margin-bottom: 24%;
  transition: 0.3s ease-in-out;
}
.menu-icon span {
  transform-origin: left center;
}
.menu-icon input:checked ~ span {
  background: #000;
  left: 5px;
  margin-bottom: 30%;
}
.menu-icon input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu-icon input:checked ~ span:nth-of-type(2) {
  opacity: 0;
}
.menu-icon input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .menu-icon {
    display: block;
    padding-top: 9px;
  }
}
/* 手机菜单结束 */

/* 标题 -开始 */
.title-name {
  /* font-size: clamp(24px, 2.083vw, 46px); */
  font-size: clamp(28px, 2.083333333333333vw, 40px);
  color: #000;
  font-weight: 500;
  padding: clamp(40px, 3.75vw, 85px) 0;
  letter-spacing: 5px;
}
/* 标题 -结束 */

/* 分页 -开始 */
.page {
  padding: clamp(30px, 2vw, 45px) 0 clamp(10px, 1vw, 20px) 0;
}
.page .page-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page .page-box .inner {
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.page .page-box .inner:hover {
  background: #c70000;
  color: #fff;
  border: 1px solid #c70000;
}
.page .page-box .inner.active {
  background: #c70000;
  color: #fff;
  border: unset;
}
.page .page-box .dot {
  /* width: 0.5rem;
  height: 0.5rem; */
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  font-size: 20px;
  color: #999;
  cursor: pointer;
}
.page .page-box .page-pre {
  margin-right: 0.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  width: auto !important;
}
.page .page-box .page-pre:hover {
  background: #c70000;
}
.page .page-box .page-pre:hover img {
  filter: brightness(0) invert(1);
}
.page .page-box .page-next {
  margin-right: 0.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  width: auto !important;
}
.page .page-box .page-next img {
  transform: rotate(180deg);
}
.page .page-box .page-next:hover {
  background: #c70000;
}
.page .page-box .page-next:hover img {
  filter: brightness(0) invert(1);
}
/* 分页 -结束 */

.deviceSwiper .swiper-slide-thumb-active .srvice-box {
  border: 1px solid #c70000 !important;
}
.service-active {
  border: 1px solid #c70000 !important;
}

/* 标题 --开始*/
.type {
  position: relative;
  transition: all 0.4s;
}
.type::after {
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #e62129;
  position: absolute;
  bottom: -7px;
  content: '';
  transition: all 0.4s;
}
.type.active {
  color: #121318;
}
.active.type::after {
  width: 100%;
}
/* 标题 --结束*/

select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 滚动条 -开始*/
.custom-scrollbar {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;

  /* WebKit */
  &::-webkit-scrollbar {
    width: 12px;
  }
  &::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  &::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 6px;
    border: 3px solid transparent;
  }
}
/* 滚动条 -结束*/

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #af0000 !important;
}

/* 全部产品样式 */
.allProductSwiper .swiper-slide .pro-item-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #e62129;
}

.allProductSwiper .pro-item-active {
  border-color: #e62129;
}

.pro-item-active-text {
  color: #000 !important;
  font-weight: 700;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #c40000;
}
.big-event-swiper-year .swiper-slide-thumb-active .active {
  background: #c40000;
}
.big-event-swiper-year .swiper-slide-thumb-active .year {
  color: #c40000;
}

.big-event-swiper-year .swiper-slide-thumb-active .active:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 300%;
  height: 300%;
  border-radius: 50%;
  border: 1px solid #c40000;
  z-index: -1;
}
/* 腰图渐变 */
.waist-diagram-gradient {
  background: linear-gradient(to right, #c40000, 50%, rgba(255, 255, 255, 0));
}
/* 集团董事长渐变 */
.chairman-gradient {
  background: linear-gradient(to right, #c40000, 80%, rgba(255, 255, 255, 0));
}
/* 大事件渐变 */
.big-border-gradient {
  border-top: 2px solid !important;
  border-image: linear-gradient(to right, #c40000, 70%, #fff) 1 !important;
  width: 110% !important;
}

@media (max-width: 768px) {
  .page .page-box .inner {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
  .page .page-box .page-pre img,
  .page .page-box .page-next img {
    width: 7px;
  }
  .page .page-box .dot {
    font-size: 13px;
    line-height: 21px;
    height: 30px;
  }
  .big-border-gradient {
    width: 250% !important;
  }
  .big-event-swiper-year .swiper-slide-thumb-active .active:after {
    width: 240%;
    height: 240%;
  }
}

.nav-list .list-li.current {
  color: #000 !important;
}
@font-face {
  font-family: 'Bebas';
  src: url('BEBAS-REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*查询滚动条 -开始*/
.custom-scrollbar-search {
  /* WebKit */
  &::-webkit-scrollbar {
    width: 4px;
  }
  &::-webkit-scrollbar-track {
    background: #dadada;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #af0000;
    border-radius: 34px;
    /* border: 2px solid #AF0000; */
  }
}
/* 查询滚动条 -结束*/
