.m3a0e-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.m3a0e-banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.m3a0e-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear 2s;
  display: block;
  transform: scale(1.1, 1.1);
}

.m3a0e-banner .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 7rem;
  bottom: 2rem;
}

.m3a0e-banner .swiper-slide-active img,
.m3a0e-banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.m3a0e-banner .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
}

.m3a0e-banner .swiper-pagination-bullet-active {
  background: #fff;
}

.m3a0e-banner .swiper-button-prev {
  width: 5.8rem;
  height: 5.8rem;
  left: 15rem;
}

.m3a0e-banner .swiper-button-prev::after {
  content: '';
  background: url("https://www.waldenforcongress.com/images/banner_left.png") 0 0 no-repeat;
  width: 100%;
  height: 100%;
}

.m3a0e-banner .swiper-button-next {
  width: 5.8rem;
  height: 5.8rem;
  right: 15rem;
}

.m3a0e-banner .swiper-button-next::after {
  content: '';
  background: url("https://www.waldenforcongress.com/images/banner_right.png") 0 0 no-repeat;
  width: 100%;
  height: 100%;
}

/* container */
.container {
  width: 100%;
  /* background: url("https://www.waldenforcongress.com/images/container_bg.png") 0 0 no-repeat; */
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 5rem;
}

.row-1 {
  width: 100%;
  width: 170rem;
  overflow: hidden;
  margin: 5.6rem auto 0;
  display: flex;
  justify-content: space-between;
}

.m3a0e-news {
  width: 116rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: 1s ease-in-out
}



.m3a0e-news-title {
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid var(--color);
  height: 4.6rem;
  justify-content: space-between;
}

.m3a0e-news-title-left {
  height: 4.6rem;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 0 2.7rem;
  color: #fff;
  background: var(--linear_color);
  line-height: 4.5rem;
  border-radius: 1rem 1rem 0 0;
}

.m3a0e-news-title-right {
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.4rem;
  color: #333;
  transition: 0.5s all;
}

.m3a0e-news-title-right:hover {
  color: var(--color);
}

.m3a0e-news-con {
  width: 100%;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.m3a0e-news-left {
  width: 60rem;
  height: 38rem;
}

.m3a0e-news-left .m3a0e-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.m3a0e-news-left .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.m3a0e-news-left .swiper-pagination-bullet-active {
  background: #932024;
  opacity: 1;
}

.m3a0e-news-left .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding-right: 1rem;
  bottom: 2rem;
}

.m3a0e-news-left .swiper-slide .m3a0e-img {
  width: 100%;
  height: 100%;

  overflow: hidden;
}

.m3a0e-news-left .swiper-slide .m3a0e-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}

.m3a0e-news-left .swiper-slide .m3a0e-img:hover>img {
  transform: scale(1.2);
}

.m3a0e-news-left .m3a0e-module {
  padding: 1.2rem 1.4rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.m3a0e-news-left .m3a0e-module .m3a0e-title {
  font-size: 1.6rem;
  color: #fff;
}

.m3a0e-news-right {
  width: 53rem;
}

.m3a0e-news-list {
  width: 100%;
}

.m3a0e-news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0 2rem;
  border-bottom: 0.1rem dashed #B1B1B1;
}

.m3a0e-news-item a.first {
  padding-top: 0;
}

.m3a0e-news-item a .m3a0e-left {
  padding-left: 1rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  width: 38.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  transition: all .3s;
}

.m3a0e-news-item a:hover .m3a0e-left {
  color: var(--color);
}

.m3a0e-news-item a .m3a0e-left::before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: url("https://www.waldenforcongress.com/images/left.png") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
}

.m3a0e-news-item a:hover .m3a0e-left::before {
  background: url("https://www.waldenforcongress.com/images/left_sel.png") 0 0 no-repeat;
}

.m3a0e-news-item a .m3a0e-right {
  font-size: 1.6rem;
  color: #666;
}

.m3a0e-tzgg {
  width: 49.5rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: 1s ease-in-out
}

.m3a0e-tzgg-title {
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid var(--color);
  height: 4.6rem;
  justify-content: space-between;
}

.m3a0e-tzgg-title-left {
  display: flex;
}

.m3a0e-tzgg-title-left>div {
  height: 4.5rem;
  font-weight: 400;
  font-size: 2.2rem;
  padding: 0 2.7rem;
  color: #666;
  line-height: 4.5rem;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
}

.m3a0e-tzgg-title-left>div.active {
  background: var(--linear_color);
  color: #fff;
  font-weight: 500;
}

.m3a0e-tzgg-title-right {
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.4rem;
  color: #333;
  transition: 0.5s all;
  display: none;
}

.m3a0e-tzgg-title-right.active {
  display: block;
}

.m3a0e-tzgg-title-right:hover {
  color: var(--color);
}

.m3a0e-tzgg-con {
  display: none;
  margin-top: 3rem;
}

.m3a0e-tzgg-con.active {
  display: block;
}

.row-2 {
  width: 100%;
  width: 170rem;
  height: 48rem;
  overflow: hidden;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
}

.m3a0e-ks-nav {
  width: 72rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: 1s ease-in-out;
}

.m3a0e-ks-nav-con {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
}

.m3a0e-ks-nav-con a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 17rem;
  height: 9.4rem;
  background: #F7F9FC;
  border-radius: .4rem;
}


.m3a0e-ks-nav-con a img {
  width: 5.2rem;
  height: 5.2rem;
}

.m3a0e-ks-nav-con a .m3a0e-name {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.6rem;
}


.m3a0e-hqzt {
  width: 92rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: 1s ease-in-out
}

.m3a0e-hqzt-con {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.3rem;
}

.m3a0e-hqzt-con a {
  width: 29rem;
  height: 18.7rem;
  overflow: hidden;
  position: relative;
}

.m3a0e-hqzt-con a .m3a0e-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.m3a0e-hqzt-con a img {
  display: block;
  width: 29rem;
  height: 18.7rem;
  object-fit: cover;
  transition: all .3s;
}

.m3a0e-hqzt-con a:hover img {
  transform: scale(1.2);
}

.m3a0e-hqzt-con a .m3a0e-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fadeInUp {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
:root{--ms-accent:#4a6741;--ms-radius:6px;--ms-line:1.80;--ms-gap:12px;}
