.h_banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.h_banner .swiper-wrapper .swiper-slide:nth-child(1).swiper-slide-active img {
  animation: ani1 0.5s linear 2.3s infinite;
}
.h_banner .swiper-pagination .swiper-pagination-bullet {
  background: #E7113B;
  opacity: 0.5;
  width: 4px;
  height: 4px;
  margin: 0 12px;
}
.h_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #E7113B;
  opacity: 1;
  position: relative;
}
.h_banner .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #E7113B;
  border-radius: 100%;
  position: absolute;
  left: calc(-50% - 5px);
  top: calc(-50% - 5px);
}
.h_banner .swiper-button-prev,
.h_banner .swiper-button-next {
  padding: 46px 20px;
  background-color: transparent;
  transition: all 0.5s;
  margin-top: 0;
  transform: translateY(-50%);
}
.h_banner .swiper-button-prev::after,
.h_banner .swiper-button-next::after {
  font-size: 16px;
  color: #E7113B;
}
.h_banner .swiper-button-prev:hover,
.h_banner .swiper-button-next:hover {
  background-color: rgba(245, 187, 187, 0.2);
}
.h_banner .swiper-button-next.swiper-button-disabled,
.h_banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.h_banner .swiper-button-prev {
  left: 0;
  padding-right: 24px;
  border-radius: 0 6px 6px 0;
}
.h_banner .swiper-button-next {
  right: 0;
  padding-left: 24px;
  border-radius: 6px 0 0 6px;
}
.h_gsjs {
  overflow: hidden;
}
.h_gsjs .h_T {
  padding: 7% 0;
}
.h_gsjs .h_T .h_L {
  width: 45.57%;
}
.h_gsjs .h_T .h_L .h_title {
  font-size: 30px;
  color: #333;
  margin-bottom: 6px;
}
.h_gsjs .h_T .h_L .h_title span {
  color: #E7113B;
}
.h_gsjs .h_T .h_L .h_desc {
  font-size: 17px;
  color: #808080;
  margin-bottom: 4%;
}
.h_gsjs .h_T .h_L .h_line {
  width: 30px;
  height: 3px;
  background: #E7113B;
  margin-bottom: 9.4%;
}
.h_gsjs .h_T .h_L .h_content {
  color: #333333;
  line-height: 28px;
  margin-bottom: 8%;
  text-align: justify;
}
.h_gsjs .h_T .h_L a {
  border: 1px solid #E7113B;
  padding: 14px 36px;
  background: #E7113B;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s;
}
.h_gsjs .h_T .h_L a:hover {
  transform: translateY(-3px);
  box-shadow: 1px 2px 5px #f4dcdc;
  background-color: #fff;
  color: #E7113B;
}
.h_gsjs .h_T .h_R {
  width: 48.86%;
  padding-right: 8.572%;
  position: relative;
}
.h_gsjs .h_T .h_R .h_bg {
  position: absolute;
  width: 66%;
  height: 90%;
  right: 0;
  top: 30%;
  border: 10px solid #E7113B;
  z-index: -1;
}
.h_gsjs .h_T .h_R img {
  width: 100%;
}
.h_gsjs .h_B {
  margin-bottom: 6%;
}
.h_gsjs .h_B .h_box {
  display: flex;
}
.h_gsjs .h_B .h_box li {
  margin-right: 9.2%;
}
.h_gsjs .h_B .h_box li .h_title {
  color: #333333;
}
.h_gsjs .h_B .h_box li .h_desc {
  font-size: 14px;
  color: #E7113B;
}
.h_gsjs .h_B .h_box li .h_desc span {
  font-size: 56px;
  font-weight: bold;
}
.h_gnyy {
  position: relative;
}
.h_gnyy .h_img {
  width: 100%;
}
.h_gnyy .h_bottm {
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: stretch;
}
.h_gnyy .h_bottm .h_bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.h_gnyy .h_bottm .h_list {
  min-width: 1400px;
  align-items: stretch;
}
.h_gnyy .h_bottm .h_list .h_box {
  width: 25%;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.h_gnyy .h_bottm .h_list .h_box .h_title {
  font-size: 20px;
  margin-bottom: 5.3%;
}
.h_gnyy .h_bottm .h_list .h_box .h_desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.h_gnyy .h_bottm .h_list .h_box:hover {
  /*background: rgba(255, 255, 255, 0.2);*/
  background: #E7113B;
}
.h_gnyy .h_bottm .h_list .h_line {
  padding: 2% 0;
  background: rgba(0, 0, 0, 0.2);
}
.h_gnyy .h_bottm .h_list .h_line span {
  display: block;
  width: 1px;
  height: 90px;
  background-color: #fff;
  opacity: 0.5;
}
.h_gnyy .h_bottm .h_list .h_active {
  /*background: rgba(255, 255, 255, 0.2);*/
  background: #E7113B;
}
.h_zyqygl {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.h_zyqygl img {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.h_zyqygl .h_box {
  text-align: center;
}
.h_zyqygl .h_box .h_title {
  font-size: 40px;
  color: #6a6a6a;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.h_zyqygl .h_box .h_desc {
  font-size: 12px;
  color: #6a6a6a;
  text-transform: uppercase;
}
.h_khal {
  padding-top: 5%;
}
.h_khal .h_tou {
  text-align: center;
}
.h_khal .h_tou .h_title {
  font-size: 30px;
  color: #333;
  margin-bottom: 6px;
}
.h_khal .h_tou .h_title span {
  color: #E7113B;
}
.h_khal .h_tou .h_desc {
  font-size: 17px;
  color: #808080;
  margin-bottom: 2.2%;
}
.h_khal .h_tou .h_line {
  width: 30px;
  height: 3px;
  background: #E7113B;
  margin: 0 auto;
}
.h_khal .h_list {
  margin-top: 3.5%;
  justify-content: normal;
  align-items: stretch;
  flex-wrap: wrap;
}
.h_khal .h_list .h_box {
  width: 32%;
  margin: 0 2% 2% 0;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
}
.h_khal .h_list .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_khal .h_list .h_box .h_T {
  overflow: hidden;
}
.h_khal .h_list .h_box .h_T img {
  width: 100%;
  transition: transform 0.3s;
}
.h_khal .h_list .h_box .h_T img:hover {
  transform: scale(1.05);
}
.h_khal .h_list .h_box .h_B {
  padding: 5.4% 5% 7.2%;
}
.h_khal .h_list .h_box .h_B .h_title {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.h_khal .h_list .h_box .h_B .h_desc {
  margin-bottom: 12%;
  color: #777;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_khal .h_list .h_box .h_B .h_p1 {
  display: inline-block;
  padding: 12px 24px;
  color: #777777;
  font-size: 12px;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
}
.h_khal .h_list .h_box:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.h_khal .h_list .h_box:hover .h_B .h_p1 {
  background: #E7113B;
  color: #fff;
}
.h_khal .h_fy2 {
  margin-bottom: 2%;
}
.h_khal .h_fy2 .pagination {
  justify-content: center;
}
.h_khal .h_fy2 .pagination li {
  margin: 0 6px;
}
.h_khal .h_fy2 .pagination li a {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 2px solid #DADADA;
  border-radius: 100%;
}
.h_khal .h_fy2 .pagination li:hover a {
  border: 2px solid #E7113B;
}
.h_khal .h_fy2 .pagination .active {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #E7113B;
}
.h_khal .h_list2 {
    display: grid;
    --rown: 10;
    gap: 20px;
    grid-template-columns: repeat(var(--rown), 1fr);
  margin: 5% 0;
}
.h_khal .h_list2 .h_box {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 3px;
  aspect-ratio: 114/52;
  box-shadow: 2px 2px 5px #0000003b;
    border-radius: 16px;
}
.h_khal .h_list2 .h_box .h_hide{
    position: absolute;
    padding: 5%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(231,17,59,.8);
    opacity: 0;
    transition: opacity .5s;
}
.h_khal .h_list2 .h_box .h_hide p{
    width: 90%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.h_khal .h_list2 .h_box:nth-child(5n){
    margin-right: 0;
}
.h_khal .h_list2 .h_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.h_khal .h_list2 .h_box:hover .h_hide{
    opacity: 1;
}

.h_fadz .h_tou {
  padding-top: 3%;
  background-color: #E7113B;
  text-align: center;
}
.h_fadz .h_tou .h_title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 6px;
}
.h_fadz .h_tou .h_title span {
  color: #E7113B;
}
.h_fadz .h_tou .h_desc {
  font-size: 17px;
  color: #fff;
  margin-bottom: 2.2%;
}
.h_fadz .h_tou .h_line {
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
}
.h_fadz .h_content img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .h_gnyy .h_bottm .h_list {
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .h_zyqygl .h_box .h_title {
    font-size: 33px;
  }
  .h_khal .h_list2{
      --rown: 6;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .h_gnyy .h_bottm .h_list .h_line span {
    height: 66px;
  }
  .h_gnyy .h_bottm .h_list .h_box .h_title {
    font-size: 18px;
  }
  .h_gsjs .h_T .h_L .h_title,
  .h_khal .h_tou .h_title,
  .h_fadz .h_tou .h_title {
    font-size: 26px;
  }
  .h_zyqygl .h_box .h_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .h_xfzx {
    display: none;
  }
}
@media screen and (max-width: 480px) {
    .h_gnyy{display: none;}
  .h_gsjs .h_T,
  .h_khal .h_list {
    flex-direction: column;
  }
  .h_gsjs .h_T .h_L,
  .h_khal .h_list .h_box {
    width: 100%;
  }
  .h_khal .h_list .h_box {
    margin: 0 0 5% 0;
  }
  .h_gsjs .h_T .h_R,
  .h_gsjs .h_B {
    display: none;
  }
  .h_khal .h_fy2 {
    margin-bottom: 5%;
  }
  .h_khal .h_list2 {
        --rown: 3;
            gap: 14px;
    }
}
