.container {
  margin: 0 auto;
  min-width: 1200px;
}

.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.banner .swiper-wrapper {
  height: 810px;
}
.banner .pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 110px;
}
.banner .swiper-pagination {
  position: relative;
}
.banner .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-right: 37px;
  width: 29px;
  height: 52px;
  color: white;
  font-weight: bold;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.banner .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: 37px;
  width: 29px;
  height: 52px;
  color: white;
  font-weight: bold;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
  text-shadow: 0.03em 0.03em 0.3em white;
}

.banner .swiper-pagination-bullet {
  margin: 0 19px 0 0 !important;
  width: 51px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fecb00;
}
.banner .swiper-pagination-bullet:hover {
  border-radius: 0;
}

.banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.banner .swiper-slide .container {
  margin-bottom: 130px;
}
.banner .swiper-slide .container .tags {
  margin-bottom: 20px;
}
.banner .swiper-slide .container .tags .tag {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  width: 196px;
  height: 60px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}

.banner .swiper-slide .container .tags .tag:hover{
  background-color: rgba(0, 0, 0, 0.6);
}

.banner .swiper-slide .container .title:hover {
  text-shadow: 0.01em 0.01em 0.2em black;
}

.banner .swiper-slide .container .province {
  font-size: 30px;
  display: flex;
  align-items: center;
}
.banner .swiper-slide .container .province a {
  margin-right: 20px;
}

.banner .swiper-slide .container .province a:hover {
  text-shadow: 0.01em 0.01em 0.2em gray;
}

.banner .swiper-slide .container .province img {
  margin-right: 16px;
}

.introduce {
  padding: 50px 0;
  font-size: 24px;
}
.introduce p {
  margin-bottom: 40px;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  background-color: #000000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fdcb00;
}

.common-btn:hover {
  border: 1px solid white;
}

.more::after {
  margin-left: 10px;
  content: '';
  border: 8px solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.common-title {
  margin-bottom: 48px;
  font-weight: bold;
}
.common-title .en {
  font-size: 30px;
}
.common-title .cn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 72px;
  letter-spacing: 13px;
}
.common-title .line {
  margin-top: 20px;
  width: 188px;
  height: 7px;
  background-color: #ffffff;
}


.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  background-color: #000000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fdcb00;
}
.more::after {
  margin-left: 10px;
  content: '';
  border: 8px solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.common-title {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  margin-bottom: 24px;
  color: #fff;
}
.common-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 8px;
  height: 40px;
  background: #FECB00;
}
.common-title .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  color: #FFCB05;
  font-size: 20px;
  background: #000000;
  border-radius: 20px;
}

.bg-color {
  background: rgba(0, 168, 82, 0.9);
  padding: 69px 0;
}
.bg-color .hot-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 2000px) {
  .bg-color .hot-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 2800px) {
  .bg-color .hot-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 3600px) {
  .bg-color .hot-list {
    grid-template-columns: repeat(8, 1fr);
  }
}
.bg-color .hot-item {
  height: 460px;
  display: flex;
  align-items: center;
  align-items: stretch;
  flex-direction: column;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.bg-color .hot-item:not(:nth-of-type(4n)) {
  margin-right: 2.66%;
}
.bg-color .hot-item .front,
.bg-color .hot-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #fff;
}
.bg-color .hot-item .front {
  z-index: 2;
}
.bg-color .hot-item .back {
  padding: 14px;
  transform: rotateY(180deg);
}
.bg-color .hot-item .back .title {
  padding: 0;
}
.bg-color .hot-item .back .desc {
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.bg-color .hot-item .back .more,
.bg-color .hot-item .back .sign-btn {
  position: absolute;
  bottom: 10px;
  left: 8px;
  right: 8px;
  width: calc(100% - 16px);
  text-align: center;
}
.bg-color .hot-item .info {
  padding: 17px 15px;
}
.bg-color .hot-item .img {
  position: relative;
  height: 310px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.bg-color .hot-item .title {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.bg-color .hot-item .line {
  margin: 15px 0 12px;
  width: 79px;
  height: 3px;
  background: #000000;
}
.bg-color .hot-item .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background: #00954A;
  border-radius: 15px;
  color: #fff;
}
