/* banner */
.banner {
  width: 100%;
  height: 58rem;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  height: 58rem;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide img {
  width: 100%;
  height: 58rem;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding-right: 7rem;
  bottom: 5rem;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
}

.banner .swiper-pagination-bullet {
  background: #000;
  opacity: 0.5;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* container */
.row-1 {
  width: 140rem;
  margin: 7rem auto 0;
  height: 56rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.xwdt {
  width: 97rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.tzgg {
  width: 37rem;
  transform: translateY(10rem);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.tzgg .xwdt-list {
  padding-top: 2rem;
}

.news-title {
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid #ddd;
  height: 5rem;
  justify-content: space-between;
}

.news-title-left {
  height: 4.9rem;
  font-weight: bold;
  font-size: 2.8rem;
  color: #932024;
  line-height: 4.9rem;
  border-bottom: 0.4rem solid #932024;
}

.news-title-right {
  display: block;
  height: 4.9rem;
  line-height: 4.9rem;
  font-size: 1.4rem;
  color: #333;
  transition: 0.5s all;
}

.news-title-right:hover {
  color: #932024;
}

.xwdt-con {
  width: 100%;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.xwdt-left {
  width: 56rem;
  height: 49rem;
}

.xwdt-left .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.xwdt-left .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.xwdt-left .swiper-pagination-bullet-active {
  background: #932024;
  opacity: 1;
}


.xwdt-left .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding-right: 3rem;
  bottom: 15rem;
}

.xwdt-left .swiper-slide .img {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}

.xwdt-left .swiper-slide .img>img {
  width: 100%;
  height: 35rem;
  transition: all 0.5s;
}

.xwdt-left .swiper-slide .img:hover>img {
  transform: scale(1.2);
}

.xwdt-left .module {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 0;
}

.xwdt-left .module .title {
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
}

.xwdt-left .module .time {
  font-weight: 500;
  font-size: 1.5rem;
  color: #666666;
}

.xwdt-left .info {
  padding: 2rem 1rem 0;
  font-size: 1.4rem;
  color: #666666;
  line-height: 2.4rem;
}

.xwdt-right {
  width: 37rem;
}

.xwdt-list {
  width: 100%;
}

.xwdt-item {
  width: 100%;
  height: 5.2rem;
  margin-top: 3rem;
}

.xwdt-item>a {
  display: block;
  width: 100%;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xwdt-item .time {
  width: 4.2rem;
  height: 3.8rem;
  background: #EDF1F7;
  font-family: Bahnschrift, Bahnschrift;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  line-height: 3.8rem;
  transition: 0.5s all;
}

.xwdt-item .title {
  width: 32rem;
  font-weight: bold;
  font-size: 1.7rem;
  color: #333333;
  transition: 0.5s all;
}

.xwdt-item:hover .time {
  background: #932024;
  color: #fff;
}

.xwdt-item:hover .title {
  color: #932024;
}

.xwdt-item:nth-child(1) {
  margin-top: 0;
}



.row-2,
.row-4 {
  width: 140rem;
  margin: 7rem auto;
  height: 41rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.news {
  width: 43rem;
  transition: 1s all ease-in-out;
}

.row-2>.news:nth-child(1),
.row-4>.news:nth-child(1) {
  transform: translateX(-43rem);
  opacity: 0;
}

.row-2>.news:nth-child(2),
.row-4>.news:nth-child(2) {
  transform: translateY(41rem);
  opacity: 0;
}

.row-2>.news:nth-child(3),
.row-4>.news:nth-child(3) {
  transform: translateX(43rem);
  opacity: 0;
}

.news-list {
  padding-top: 1rem;
}

.news-item {
  width: 100%;
  height: 5rem;
  margin-top: 2rem;
}

.news-item>a {
  display: block;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
}

.news-item .news-item-left {
  height: 5rem;
  width: 5rem;
  background: #932024;
  padding: 0.1rem;
  text-align: center;
}

.news-item .news-item-left span:nth-child(1) {
  display: block;
  background: #fff;
  color: #932024;
  height: 2.2rem;
  line-height: 2.2rem;

  font-size: 1.1rem;
}

.news-item .news-item-left span:nth-child(2) {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.news-item-right {
  margin-left: 2rem;
}

.news-item-right .title {
  width: 35rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #131313;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s all;
}

.news-item-right .info {
  font-weight: 500;
  font-size: 1.4rem;
  color: #999999;
  line-height: 2rem;
}

.news-item:hover .news-item-right .title {
  color: #932024;
}

.row-3 {
  width: 140rem;
  height: 36rem;
  margin: 7rem auto;
  overflow: hidden;
}

.xsyd {
  width: 100%;
  transform: translateY(10rem);
  opacity: 0;
  transition: all 1s ease-in-out;
}



.xsyd-con {
  width: 100%;
  height: 28rem;
  margin-top: 3rem;
}

.xsyd-slide {
  display: none
}

.xsyd-con .swiper {
  width: 100%;
  height: 100%;
}

.xsyd-con .swiper .swiper-slide {
  width: 32.3rem;
  height: 100%;
}

.xsyd-con .img {
  width: 32.3rem;
  height: 23rem;
  overflow: hidden;
}

.xsyd-con .img img {
  width: 32.3rem;
  height: 23rem;
  transition: 1s all;
}

.xsyd-con .img:hover img {
  transform: scale(1.1);
}

.xsyd-con .title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
  line-height: 2.5rem;
  margin-top: 2rem;
}

.xsyd-con .swiper-slide:hover .title {
  color: #932024;
}

.row-5 {
  width: 140rem;
  margin: 7rem auto 0;
}

.zysz {
  width: 100%;
  transform: translateY(10rem);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.zysz-list {
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.zysz-item {
flex:1;
  height: 11.8rem;
  margin-right: 2rem;
}

.zysz-item a {
  display: block;
  width: 100%;
  height: 11.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.6rem;
  color: #fff;
}

.zysz-item img {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 1rem;
}

.zysz-item:last-of-type {
  margin-right: 0;
}

.zysz-item:nth-child(1) {
  background: #5470C6;
}

.zysz-item:nth-child(2) {
  background: #5C2BC8;
}

.zysz-item:nth-child(3) {
  background: #3B8EA2;
}

.zysz-item:nth-child(4) {
  background: #19AF69;
}


.zysz-item:nth-child(5) {
  background: #0952BA;
}

.zysz-item:nth-child(6) {
  background: #D03C3C;
}


.fadeInUp {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}

.search-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.search-content {
  width: 80rem;
  height: 16rem;
  position: absolute;
  top: calc(50% - 8rem);
  left: calc(50% - 40rem);
}

.search-title {
  font-size: 3.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.search-input {
  display: flex;
  margin-top: 3rem;
}

.search-input .input {
  width: 73rem;
  height: 7rem;
  outline: 0;
  font-size: 2.8rem;
  font-family: PingFang SC, PingFang SC;
}

.search-input .search-btn {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #932024;
  cursor: pointer;
}

.search-input .search-btn img {
  width: 2.3rem;
  height: 2.3rem;
}