.banner-box {
  position: relative;
  width: 100%;
  height: 1080rem;
  overflow: hidden;
}
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.loading img {
  width: 200rem;
  height: 200rem;
}
.company-info {
  display: flex;
  margin-top: 107rem;
}
.company-info .company-left {
  flex: 1;
  margin-right: 39rem;
}
.company-info .company-left .company-title {
  margin-bottom: 32rem;
}
.company-info .company-left .company-title .cn-title {
  font-weight: 500;
  font-size: 34rem;
  color: #2B2B36;
  line-height: 49rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.company-info .company-left .company-title .en-title {
  font-weight: 400;
  font-size: 22rem;
  color: #4B5879;
  line-height: 32rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.company-info .company-left .company-content {
  font-weight: 400;
  font-size: 22rem;
  color: #4B5879;
  line-height: 1.8;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.company-info .company-left .company-more {
  display: flex;
  align-items: center;
  width: 165rem;
  height: 50rem;
  margin-top: 32rem;
  border: 1rem solid #196EEE;
  font-weight: 400;
  font-size: 18rem;
  color: #196EEE;
  line-height: 26rem;
  justify-content: center;
  cursor: pointer;
}
.company-info .company-left .company-more:hover {
  color: #fff;
  background-color: #196EEE;
}
.company-info .company-right {
  position: relative;
  flex: 0 0 450rem;
  height: 338rem;
  overflow: hidden;
  padding-top: 40rem;
  display: flex;
  align-items: center;
}
.company-info .company-right .company-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.company-info .company-right .company-video .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48rem;
  height: 48rem;
  cursor: pointer;
  margin: -24rem 0 0 -24rem;
}
.company-info .company-right img {
  width: 100%;
}
.item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40rem;
}
.item-header .item-title {
  display: flex;
  align-items: center;
}
.item-header .item-title .cn-title {
  font-weight: 400;
  font-size: 34rem;
  color: #2B2B36;
  line-height: 49rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.item-header .item-title .en-title {
  font-weight: 400;
  font-size: 22rem;
  color: #4B5879;
  line-height: 32rem;
  margin-left: 21rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.item-header .item-paging {
  display: flex;
  align-items: center;
}
.item-header .item-paging .arrows {
  width: 45rem;
  height: 45rem;
  text-align: center;
  line-height: 45rem;
  border: 1rem solid #9198A8;
  color: #9198A8;
}
.item-header .item-paging .arrows-active {
  border: 1rem solid #232323;
  color: #232323;
  cursor: pointer;
}
.item-header .item-paging .arrows:first-child {
  margin-right: 24rem;
}
.item-header .item-tabs {
  display: flex;
  align-items: center;
}
.item-header .item-tabs .tab {
  position: relative;
  font-weight: 400;
  font-size: 16rem;
  color: #232323;
  line-height: 24rem;
  margin-right: 40rem;
}
.item-header .item-tabs .tab span {
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 100%;
  height: 3rem;
  background-color: #2C8DFA;
}
.item-header .item-tabs .tab:last-child {
  margin-right: 0;
}
.activity-box {
  margin-top: 80rem;
}
.activity-box .activity-content {
  display: flex;
  margin-bottom: 20rem;
}
.activity-box .activity-content .activity-item {
  position: relative;
  flex: 0 0 24.1%;
  border: 1rem dashed #B8B8B8;
  margin-right: 1.2%;
  padding: 16rem;
  cursor: pointer;
}
.activity-box .activity-content .event-type {
  position: absolute;
  top: 16rem;
  left: 16rem;
  font-size: 14rem;
  border-radius: 4rem;
  padding: 6rem 10rem;
  color: #fff;
  background-color: #196EEE;
}
.activity-box .activity-content .activity-item:last-child {
  margin-right: 0;
}
.activity-box .activity-content .activity-img-box {
  width: 100%;
  height: 167rem;
  overflow: hidden;
  margin-bottom: 20rem;
}
.activity-box .activity-content .activity-img-box .activity-img {
  width: 100%;
  object-fit: cover;
  /* 保持图片比例 */
  transition: transform 0.5s ease-in-out;
  /* 过渡效果 */
}
.activity-box .activity-content .activity-date {
  font-weight: 400;
  font-size: 16rem;
  color: #232323;
  line-height: 30rem;
}
.activity-box .activity-content .activity-title {
  font-weight: 400;
  font-size: 20rem;
  color: #232323;
  line-height: 29rem;
}
.activity-box .activity-item:hover .activity-img {
  transform: scale(1.2);
}
.activity-box .activity-item:hover .activity-title {
  color: #0B6DFF;
  transition: color 0.5s ease;
  /* 添加过渡动画 */
}
.dynamic-state {
  margin-top: 80rem;
}
.dynamic-state .dynamic-content {
  display: flex;
  gap: 2%;
}
.dynamic-state .dynamic-content .dynamic-item {
  position: relative;
  border: 1rem dashed #B8B8B8;
  flex: 0 0 32%;
  height: 345rem;
}
.dynamic-state .dynamic-content .always-dynamic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20rem 20rem 20rem;
  background-color: #F2F4F8;
  cursor: pointer;
}
.dynamic-state .dynamic-content .dynamic-item:last-child {
  margin-right: 0;
}
.dynamic-state .dynamic-content .dynamic-date {
  display: flex;
  border-bottom: 1rem solid #D8D8D8;
  align-items: flex-end;
  width: 142rem;
  margin-top: 10rem;
  color: #869198;
}
.dynamic-state .dynamic-content .dynamic-date .month {
  font-weight: 700;
  font-size: 30rem;
  margin-right: 20rem;
}
.dynamic-state .dynamic-content .dynamic-date .year {
  font-weight: 400;
  font-size: 20rem;
  padding-bottom: 4rem;
}
.dynamic-state .dynamic-content .dynamic-title {
  margin-top: 20rem;
  font-weight: 400;
  font-size: 30rem;
  color: #232323;
  line-height: 1.2;
  margin-bottom: 20rem;
}
.dynamic-state .dynamic-content .dynamic-des {
  font-weight: 400;
  font-size: 18rem;
  color: #232323;
  line-height: 26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-state .dynamic-content .cover-box {
  position: absolute;
  top: 20rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  /* 初始完全透明 */
  transition: all 0.2s ease-in-out;
  /* 平滑过渡效果 */
}
.dynamic-state .dynamic-content .cover-box .dynamic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dynamic-state .dynamic-content .active-dynamic {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.dynamic-state .dynamic-content .active-dynamic .dynamic-date,
.dynamic-state .dynamic-content .active-dynamic .dynamic-title,
.dynamic-state .dynamic-content .active-dynamic .dynamic-des {
  color: #fff;
}
.dynamic-state .dynamic-content .cover-box:hover {
  top: 0;
  /* 移动到正常位置 */
  opacity: 1;
  /* 完全显示 */
}
.dynamic-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #196EEE;
  margin-top: 30rem;
  cursor: pointer;
}
.venue-info {
  margin-top: 80rem;
}
.venue-info .venue-content {
  display: flex;
  height: 345rem;
  width: 100%;
}
.venue-info .venue-content .venue-item {
  position: relative;
  height: 100%;
  flex: 0 0 182rem;
  margin-right: 5rem;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  /* 平滑过渡 */
  cursor: pointer;
  overflow: hidden;
}
.venue-info .venue-content .venue-item-flex {
  flex: 1;
}
.venue-info .venue-content .venue-item:last-child {
  margin-right: 0;
}
.venue-info .venue-content .venue-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 76, 0.698);
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.venue-info .venue-content .venue-box .venue-title {
  margin-top: 30rem;
  font-weight: 400;
  font-size: 30rem;
  color: #FFFFFF;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10rem;
}
.venue-info .venue-content .venue-box .venue-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60rem;
  height: 60rem;
  overflow: hidden;
}
.venue-info .venue-content .venue-box .venue-icon img {
  width: 100%;
}
.venue-info .venue-content .venue-box .venue-line {
  margin-top: 20rem;
  height: 1rem;
  background-color: #fff;
  width: 40rem;
}
.carousel {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  opacity: 0;
}
.carousel-item {
  min-width: 100%;
  height: auto;
}
.carousel-pointer {
  cursor: pointer;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10rem;
  cursor: pointer;
  border: none;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.carousel-indicators {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5rem;
  margin-bottom: 20rem;
}
.indicator {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  border: 1rem solid #fff;
  cursor: pointer;
  margin-right: 10rem;
}
.indicator.active {
  background: #fff;
}
.dd-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=index.css.map */