.banner {
  width: 100%;
}
.section {
  margin-top: 2.5rem;
}
.section .section_header_title {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
  text-align: center;
}
.section .img-title {
  width: 16.25rem;
  height: 2.6875rem;
  margin: 0 auto;
  position: relative;
}
.section .img-title::after {
  content: '';
  width: 3.625rem;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  transform: translateX(-50%);
  background-color: #0062B1;
}
.section .tabs {
  margin-top: 3.25rem;
  display: flex;
  overflow-x: scroll;
}
.section .tabs::-webkit-scrollbar {
  display: none;
}
.section .tabs .cell {
  margin: 0 0.75rem;
  flex-shrink: 0;
  font-size: 0.9375rem;
  color: #373737;
}
.section .tabs .cell.active span {
  color: #0062B1;
  position: relative;
}
.section .tabs .cell.active span::after {
  content: '';
  width: 1.4375rem;
  height: 1px;
  display: block;
  position: relative;
  margin-top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0062B1;
}
.section .swiper-box {
  margin-top: 0.8125rem;
  padding: 2rem 1.25rem 4rem;
  background-color: #DBEFFF;
  position: relative;
}
.section .swiper-box .noContent {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #afafaf;
  letter-spacing: 2px;
}
.section .swiper-box .swiper {
  width: 100%;
  overflow: hidden;
}
.section .swiper-box .swiper .ratio-box {
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  position: relative;
}
.section .swiper-box .swiper .ratio-box .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .swiper-box .swiper .ratio-box .img-wrapper .img {
  display: block;
  width: 100%;
  height: 100%;
}
.section .swiper-box .swiper .box {
  margin-top: 1.5rem;
  padding: 0 0.25rem;
}
.section .swiper-box .swiper .box .item-title {
  font-size: 1.125rem;
  color: #0064B4;
  font-weight: 700;
}
.section .swiper-box .swiper .box .item-content {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.section .swiper-box .swiper #swiper-project-prev,
.section .swiper-box .swiper #swiper-project-next {
  width: 44px;
  height: 44px;
}
.section .swiper-box .swiper #swiper-project-prev::after,
.section .swiper-box .swiper #swiper-project-next::after {
  content: '';
}
.section .swiper-box .swiper #swiper-project-next .icon {
  transform: rotate(180deg);
}
#footer {
  margin-top: -3rem;
  z-index: 1;
}
