.sectionNew {
  height: 100vh;
}
.sectionNew .l-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionNew .head-title {
  font-size: 28px;
}
.sectionNew .container {
  height: calc(100% - 20px);
  width: 100%;
  padding: 0;
}
.sectionNew .content_wrapper {
  width: 100%;
  height: 100%;
}
.sectionNew .sectionNew_head {
  height: 150px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 375px) and (min-height: 750px) {
  .sectionNew .sectionNew_head {
    height: 180px;
  }
}
.sectionNew .sectionNew_head .logo-main {
  height: 85px;
  padding: 20px 0;
}
.sectionNew .sectionNew_head .head-title {
  height: 100%;
}
.sectionNew .sectionNew_body {
  height: calc(100% - 250px);
}
@media only screen and (min-width: 375px) and (min-height: 750px) {
  .sectionNew .sectionNew_body {
    height: calc(100% - 280px);
  }
}
.sectionNew .sectionNew_footer {
  height: 100px;
}
.sectionNew .swiper {
  height: calc(100% - 30px);
}
@media only screen and (min-width: 400px) and (min-height: 880px) {
  .sectionNew .swiper {
    height: calc(100% - 60px);
  }
}
.sectionNew .swiper-tools {
  height: 30px;
}
@media only screen and (min-width: 400px) and (min-height: 880px) {
  .sectionNew .swiper-tools {
    height: 60px;
  }
}
.sectionNew .swiper-tools .swiper-tools__wrap {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  height: 100%;
}
.sectionNew .swiper-tools .swiper-button-prev-new,
.sectionNew .swiper-tools .swiper-button-next-new {
  position: absolute;
  top: 0;
  width: 27px;
  transform: none;
  margin: 0;
  height: 100% !important;
}
.sectionNew .swiper-tools .swiper-button-prev-new.swiper-button-lock,
.sectionNew .swiper-tools .swiper-button-next-new.swiper-button-lock {
  display: none;
}
.sectionNew .swiper-tools .swiper-button-next-new {
  right: 0;
  left: auto;
}
[dir=rtl] .sectionNew .swiper-tools .swiper-button-next-new {
  right: auto;
  left: 0;
}
.sectionNew .swiper-tools .swiper-button-prev-new {
  left: 0px;
  right: auto;
}
[dir=rtl] .sectionNew .swiper-tools .swiper-button-prev-new {
  left: auto;
  right: 0;
}
.sectionNew .swiper-tools .swiper-button-next-new.swiper-button-disabled,
.sectionNew .swiper-tools .swiper-button-prev-new.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.sectionNew .swiper-tools .swiper-button-prev-new:after {
  content: "prev";
}
[dir=rtl] .sectionNew .swiper-tools .swiper-button-next-new:after {
  content: "prev";
}
.sectionNew .swiper-tools .swiper-button-next-new:after {
  content: "next";
}
[dir=rtl] .sectionNew .swiper-tools .swiper-button-prev-new:after {
  content: "next";
}
.sectionNew .swiper-tools .swiper-button-next-new,
.sectionNew .swiper-tools .swiper-button-prev-new {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionNew .swiper-tools .swiper-button-next-new:after,
.sectionNew .swiper-tools .swiper-button-prev-new:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.sectionNew .swiper-tools .swiper-button-next-new:after,
.sectionNew .swiper-tools .swiper-button-prev-new:after {
  font-size: 18px !important;
  color: #000 !important;
}
.sectionNew .swiper-tools .swiper-pagination-new {
  display: flex;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
  align-items: center;
  height: 100%;
}
.sectionNew .swiper-tools .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px !important;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.sectionNew .swiper-tools .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
}
.sectionNew .swiper-wrapper,
.sectionNew .swiper-slide {
  height: 100%;
}
.sectionNew .swiper .banner {
  height: 70%;
}
@media only screen and (min-width: 375px) and (min-height: 750px) {
  .sectionNew .swiper .banner {
    height: 65%;
  }
}
.sectionNew .swiper .banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sectionNew .swiper .contentDesc {
  height: 30%;
  padding: 15px 20px 0px 20px;
}
@media only screen and (min-width: 375px) and (min-height: 750px) {
  .sectionNew .swiper .contentDesc {
    height: 35%;
  }
}
.sectionNew .swiper .contentDesc p {
  line-height: 20px;
}
.sectionNew .swiper .contentDesc h3 {
  font-size: 25px;
}