.banner {
  background-color: #F9F9F9;
}
.section1 {
  background-color: #F9F9F9;
}
.section1 .wrap {
  padding-top: 80px;
  padding-bottom: 150px;
  width: 1720px;
  margin: 0 auto;
}
.section1 .wrap .tab {
  display: flex;
  gap: 100px;
  margin: 0 auto 60px;
  justify-content: center;
}
.section1 .wrap .tab a {
  color: #37180E;
  font-size: 30px;
  transition: all 0.6s;
}
.section1 .wrap .tab a:hover,
.section1 .wrap .tab a.active {
  color: #F36039;
}
.section1 .wrap .main .top .item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.section1 .wrap .main .top .left {
  width: 860px;
  overflow: hidden;
}
.section1 .wrap .main .top .left img {
  transition: all 2s;
}
.section1 .wrap .main .top .left:hover img {
  transform: scale(1.1);
}
.section1 .wrap .main .top .right {
  flex: 1;
  padding: 100px 100px 0;
}
.section1 .wrap .main .top .right .time {
  color: #C2B6B3;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.section1 .wrap .main .top .right .content h4 {
  color: #37180E;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.section1 .wrap .main .top .right .content p {
  color: #806962;
  font-size: 18px;
  line-height: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.section1 .wrap .main .top .right .view {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.section1 .wrap .main .top .right a {
  display: flex;
  align-items: center;
  color: #37180E;
  margin-top: 50px;
  width: fit-content;
  transition: all 0.6s;
}
.section1 .wrap .main .top .right a .icon {
  width: 35px;
  height: 35px;
  background-color: #F36039;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.section1 .wrap .main .top .right a .icon span {
  color: #fff;
  font-size: 20px;
}
.section1 .wrap .main .top .right a:hover {
  color: #F36039;
}
.section1 .wrap .main .top .swiper-slide-active .right .time,
.section1 .wrap .main .top .swiper-slide-active .right .content h4,
.section1 .wrap .main .top .swiper-slide-active .right .content p,
.section1 .wrap .main .top .swiper-slide-active .right .view {
  opacity: 1;
  transform: translateY(0);
}
.section1 .wrap .main .top .swiper-slide-active .right .time {
  transition-delay: 0.5s;
}
.section1 .wrap .main .top .swiper-slide-active .right .content h4 {
  transition-delay: 0.7s;
}
.section1 .wrap .main .top .swiper-slide-active .right .content p {
  transition-delay: 0.9s;
}
.section1 .wrap .main .top .swiper-slide-active .right .view {
  transition-delay: 1.1s;
}
.section1 .wrap .main .top .page {
  margin-top: 50px;
  margin-bottom: 60px;
}
.section1 .wrap .main .top .swiper-pagination {
  position: static;
}
.section1 .wrap .main .top .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 5px;
  background-color: #E6DAD7;
  opacity: 1;
  transition: all 0.6s;
}
.section1 .wrap .main .top .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #F36039;
}
.section1 .wrap .main .bottom {
  border-top: 1px solid #E9E4E0;
}
.section1 .wrap .main .bottom .item {
  padding: 50px 0;
  display: flex;
  border-bottom: 1px solid #E9E4E0;
}
.section1 .wrap .main .bottom .item .left {
  display: flex;
  align-items: center;
  flex: 1;
  border-right: 1px solid #E9E4E0;
  margin-right: 100px;
  padding-right: 200px;
}
.section1 .wrap .main .bottom .item .left .img {
  width: 360px;
  margin-right: 100px;
  overflow: hidden;
  border-radius: 20px;
}
.section1 .wrap .main .bottom .item .left .img:hover img {
  transform: scale(1.1);
}
.section1 .wrap .main .bottom .item .left .img img {
  transition: all 2s;
  width: 100%;
}
.section1 .wrap .main .bottom .item .left .content {
  flex: 1;
}
.section1 .wrap .main .bottom .item .left .content .time {
  color: #C2B6B3;
  font-size: 18px;
  margin-bottom: 20px;
}
.section1 .wrap .main .bottom .item .left .content h4 {
  color: #37180E;
  font-size: 20px;
  margin-bottom: 20px;
}
.section1 .wrap .main .bottom .item .left .content p {
  color: #806962;
  font-size: 18px;
  line-height: 2;
}
.section1 .wrap .main .bottom .item .view {
  display: flex;
  align-items: center;
  color: #37180E;
  margin-top: 50px;
  width: fit-content;
  transition: all 0.6s;
}
.section1 .wrap .main .bottom .item .view .icon {
  width: 35px;
  height: 35px;
  background-color: #F36039;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.section1 .wrap .main .bottom .item .view .icon span {
  color: #fff;
  font-size: 20px;
}
.section1 .wrap .main .bottom .item .view:hover {
  color: #F36039;
}
.section1 .wrap .main .bottom .item .right {
  display: flex;
  align-items: center;
}
