span {
  color: #ffffff !important;
}
p {
  margin-bottom: 0 !important;
}
#warpper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#warpper .main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#warpper .main .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#warpper .main .content .section2 {
  flex: 1;
  width: 100%;
}
.section1 {
  padding: 88px 0 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section1 .head .img {
  display: block;
  width: 16.9375rem;
}
.section1 .list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 92px;
}
.section1 .list .item {
  font-size: 16px;
  color: #373737;
  line-height: 30px;
}
.section1 .list .item.active {
  color: #0062B1;
  position: relative;
}
.section1 .list .item.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0979C5;
  position: absolute;
  bottom: -10px;
}
.section2 {
  padding: 100px 0;
  background-color: #EFF8FF;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.section2 .swiper-con {
  width: 80vw;
  margin: 0 auto;
}
.section2 .swiper-con .swiper-container {
  position: relative;
}
.section2 .swiper-con .swiper-container .swiper-wrapper {
  width: 100%;
  height: 500px;
  justify-content: center;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition-property: all;
  transition-duration: 1s !important;
  position: absolute;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  display: flex;
  background: #0062B1;
  max-height: 500px;
  z-index: 1;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text {
  font-size: 0.875rem;
  color: #FFFFFF;
  padding: 2rem 1rem;
  width: 300px;
  flex-shrink: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(239, 239, 239, 0.5);
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  background: transparent;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text .title {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E5E5;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text .time,
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text .material {
  display: flex;
  flex-direction: column;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text .time .text:nth-child(n+2),
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text .material .text:nth-child(n+2) {
  margin-top: 0.5rem;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-text .material {
  margin-top: 1rem;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-img {
  flex: 1;
  height: 500px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide .item .item-img img {
  display: block;
  max-width: 100%;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide.active {
  opacity: 1 !important;
  transform: scale(1);
  z-index: 5;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide.prev {
  transform: translateX(110px) scale(0.95);
  opacity: 0.5;
  left: auto;
}
.section2 .swiper-con .swiper-container .swiper-wrapper .swiper-slide.swiper-slide.next {
  transform: translateX(-110px) scale(0.95);
  opacity: 0.5;
  right: auto;
}
.section2 .list-project-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 2px;
}
.section2 .left,
.section2 .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .left::after,
.section2 .right::after {
  content: '';
}
.section2 .left {
  left: -10%;
}
.section2 .right {
  right: -10%;
}
