﻿#home {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1200px) {
  #home {
    padding-bottom: 60px;
  }
}

.homeBanner {
  position: relative;
  background-color: #e7e7e7;
  margin-bottom: 20px;
  display: block;
}
.homeBanner .swiper-slide-active .box {
  opacity: 1;
}
.homeBanner .numbox {
  position: absolute;
  width: 28%;
  right: 2.8%;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.homeBanner .numbox div {
  margin: 0 10px;
  font-family: system-ui, sans-serif;
}
.homeBanner .box {
  position: relative;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeBanner .box .imgs {
  position: relative;
  padding-bottom: 40%;
  width: 66.67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.homeBanner .box .text {
  position: relative;
  width: 33.33%;
  padding: 3%;
  cursor: pointer;
}
.homeBanner .box .text .type {
  position: relative;
  display: inline-block;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 5px 0;
  font-weight: bold;
  font-family: system-ui, sans-serif;
}
.homeBanner .box .text .title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  text-align: justify;
}
@media only screen and (max-width: 1500px) {
  .homeBanner .box .text .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25;
  }
  .homeBanner .numbox {
    bottom: 9%;
    width: 28.7%;
  }
}
@media only screen and (max-width: 1200px) {
  .homeBanner .numbox {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .homeBanner .box .text .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .homeBanner .box {
    display: block;
  }
  .homeBanner .box .imgs {
    width: 100%;
    padding-bottom: 0;
    height: 57vw;
  }
  .homeBanner .box .text {
    width: 100%;
    margin-bottom: 90px;
    padding-top: 16px;
  }
  .homeBanner .box .text .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .homeBanner .numbox {
    width: 96%;
  }
}

.hotNews {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.hotNews .tabTitle {
  position: absolute;
  background-color: black;
  width: 70px;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  color: white;
  font-size: 28px;
  text-align: center;
  padding: 17px 15px;
  line-height: 1.2;
  font-weight: bold;
}
.hotNews .tabTitle span {
  position: absolute;
  background-image: url(/images/2024/iconFire.png);
  width: 100%;
  height: 106px;
  bottom: 0;
  left: 0;
  background-color: white;
  border: 2px solid black;
  animation: BGrun 2s linear infinite;
}
.hotNews .block {
  position: relative;
  padding-left: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid black;
  border-right: 0;
  border-left: 0;
}
.hotNews .articleBox {
  width: 32.2%;
}
@media only screen and (max-width: 1200px) {
  .hotNews .articleBox {
    width: 49%;
  }
}
@media only screen and (max-width: 650px) {
  .hotNews .tabTitle {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 10px 16px;
    margin-bottom: 10px;
  }
  .hotNews .tabTitle span {
    display: none;
  }
  .hotNews .block {
    padding-left: 0;
  }
  .hotNews .articleBox {
    width: 100%;
  }
  .hotNews .articleBox .text {
    padding: 16px;
  }
}

.videoNews {
  position: relative;
}
.videoNews .tabTitle {
  position: relative;
  display: block;
  border: 2px solid black;
  font-size: 28px;
  font-weight: bold;
  padding-left: 0;
  padding-top: 0;
}
.videoNews .tabTitle .link {
  position: relative;
  display: inline-block;
  padding-top: 12px;
  padding-left: 18px;
  padding-bottom: 12px;
}
.videoNews .tabTitle .swiper-button-next {
  position: absolute;
  right: -56px;
  background-color: #dcdc97;
  border-color: #dcdc97;
  margin: 0;
  width: 40px;
  height: 40px;
}
.videoNews .tabTitle span {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: black;
}
.videoNews .tabTitle span:before {
  content: "";
  position: absolute;
  background-image: url(/images/2024/arrowsY.png);
  width: 100%;
  height: 50%;
  top: 0;
  right: 0;
  background-color: black;
  background-size: auto 100%;
  transform: rotate(180deg);
  animation: BGrunRight 12s ease infinite;
}
.videoNews .tabTitle span:after {
  content: "";
  position: absolute;
  background-image: url(/images/2024/arrowsY.png);
  width: 100%;
  height: 50%;
  right: 0;
  bottom: 0;
  background-color: black;
  background-size: auto 100%;
  animation: BGrunLeft 12s ease infinite;
}
.videoNews .videoBlock {
  position: relative;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 38%;
}
.videoNews .videoBlock .swiper-button-prev:after, .videoNews .videoBlock .swiper-button-next:after {
  background-size: 29%;
}
.videoNews .videoBlock .picture {
  position: absolute;
  width: 36%;
  border: 2px solid black;
  height: 100%;
  left: 0;
  bottom: 0;
}
.videoNews .videoBlock .picture img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.videoNews .videoBlock .picture .canTop {
  position: absolute;
  top: -8.5%;
}
.videoNews .videoBlock .picture .img {
  height: 108%;
  position: absolute;
  top: -8.3%;
  border-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.videoNews .videoBlock .block {
  width: 100%;
  display: block;
}
.videoNews .videoBlock .block .swiper-container {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.videoNews .videoBlock .block .numbox {
  position: relative;
  display: flex;
  justify-content: center;
  border: 2px solid black;
  background-color: white;
  margin-top: 15px;
  height: 42px;
}
.videoNews .videoBlock .block .numbox .num {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: system-ui, sans-serif;
}
.videoNews .videoBlock .block .numbox .num .now {
  opacity: 0.5;
  margin-right: 5px;
}
.videoNews .videoBlock .block .numbox .num .all {
  margin-left: 5px;
}
.videoNews .videoBlock .block .numbox .swiper-button-prev {
  margin-top: 0;
  border: 0;
  background-color: black;
  height: 100%;
  border-radius: 0;
  left: 60px;
  width: 50px;
}
.videoNews .videoBlock .block .numbox .swiper-button-prev:after {
  opacity: 1;
  right: 0;
}
.videoNews .videoBlock .block .numbox .gohome {
  position: absolute;
  width: 60px;
  height: 100%;
  background: black;
  top: 0;
  transform: translateY(0);
  left: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.videoNews .videoBlock .block .numbox .gohome:after {
  content: "";
  background-image: url(/images/2024/arrowBig.png);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: all 0.3s ease;
  background-size: 30%;
}
.videoNews .videoBlock .block .numbox .gohome:before {
  content: "";
  background: #4b4b4b;
  position: absolute;
  right: 0px;
  width: 2px;
  top: 50%;
  height: 12px;
  transform: translateY(-50%);
}
.videoNews .videoBlock .block .numbox .gohome.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.videoNews .videoBlock .block .numbox .gohome.disabled:before {
  content: none;
}
.videoNews .videoBlock .block .numbox .goend {
  position: absolute;
  width: 60px;
  height: 100%;
  background: black;
  top: 0;
  transform: translateY(0);
  right: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.videoNews .videoBlock .block .numbox .goend.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.videoNews .videoBlock .block .numbox .goend.disabled:before {
  content: none;
}
.videoNews .videoBlock .block .numbox .goend:after {
  content: "";
  background-image: url(/images/2024/arrowBig.png);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: all 0.3s ease;
  transform: rotate(180deg);
  background-size: 30%;
}
.videoNews .videoBlock .block .numbox .goend:before {
  content: "";
  background: #4b4b4b;
  position: absolute;
  left: 0px;
  width: 2px;
  top: 50%;
  height: 12px;
  transform: translateY(-50%);
}
.videoNews .videoBlock .block .numbox .swiper-button-next {
  margin-top: 0;
  border: 0;
  background-color: black;
  height: 100%;
  border-radius: 0;
  right: 60px;
  width: 50px;
}
.videoNews .videoBlock .block .numbox .swiper-button-next:after {
  opacity: 1;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .videoNews .videoBlock {
    padding-left: 0;
    margin-top: 20px;
  }
  .videoNews .videoBlock .picture {
    display: none;
  }
  .videoNews .videoBlock .num {
    font-size: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .videoNews .tabTitle {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 10px 16px;
    margin-bottom: 10px;
  }
  .videoNews .tabTitle .link {
    padding: 0;
  }
  .videoNews .tabTitle span {
    display: none;
  }
  .videoNews .tabTitle .swiper-button-next {
    right: -45px;
    width: 30px;
    height: 30px;
  }
}

@keyframes BGrunLeft {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -99% 0;
  }
}
@keyframes BGrunRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -99% 0;
  }
}
