html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 758px;
  background: url("../images/unit/2/banner_1.png") center top no-repeat, url("../images/unit/2/banner_2.png") center 252px no-repeat, url("../images/unit/2/banner_3.png") center 504px no-repeat;
}
.banner .inner p {
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.banner .inner p + p {
  width: 680px;
  height: 56px;
  line-height: 56px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  color: #00176a;
  font-size: 28px;
}

section {
  min-height: 860px;
}
section .title {
  padding-top: 48px;
  padding-top: 112px;
  text-align: center;
}
section .title h6 {
  font-size: 36px;
}
section .title h6::after {
  content: " ";
  display: block;
  width: 64px;
  height: 4px;
  background: #1D51CE;
  margin: 4px auto 0;
  border-radius: 2px;
}
section .title p {
  margin-top: 12px;
  color: #666;
  font-size: 20px;
  font-weight: lighter;
}
section .title.title-pale {
  color: #fff;
}
section .title.title-pale h6::after {
  background: #fff;
}
section .title.title-pale p {
  color: #fff;
}

.s1 {
  background: url("../images/unit/2/s1_bg.png") no-repeat center top/contain;
}
.s1 .content .intro {
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 48px;
  color: #666;
  text-align: center;
}
.s1 .content .intro span {
  color: #1D51CE;
}
.s1 .content .swiper-slide .item {
  position: relative;
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  padding: 32px 0 0 112px;
  color: #fff;
  box-sizing: border-box;
}
.s1 .content .swiper-slide .item.item-1 {
  background: url("../images/unit/2/s1_pic_1.png") no-repeat 0 0;
}
.s1 .content .swiper-slide .item.item-2 {
  background: url("../images/unit/2/s1_pic_2.png") no-repeat 0 0;
}
.s1 .content .swiper-slide .item.item-3 {
  background: url("../images/unit/2/s1_pic_3.png") no-repeat 0 0;
}
.s1 .content .swiper-slide .item.item-4 {
  background: url("../images/unit/2/s1_pic_4.png") no-repeat 0 0;
}
.s1 .content .swiper-slide .item .name {
  font-size: 32px;
  letter-spacing: 0.6px;
}
.s1 .content .swiper-slide .item .name::after {
  content: " ";
  display: block;
  width: 560px;
  height: 4px;
  background: url("../images/unit/2/s1_line.svg") no-repeat 0 0;
  margin-top: 17px;
}
.s1 .content .swiper-slide .item .desc {
  margin-top: 40px;
}
.s1 .content .swiper-slide .item .desc p {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.s1 .content .swiper-slide .item .desc p::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/unit/2/s1_tick.svg") no-repeat 0 0;
  margin: 7px 16px 7px 0;
  vertical-align: top;
}
.s1 .content .swiper-slide .item .desc p + p {
  margin-top: 8px;
}
.s1 .content .swiper-slide .item .tag {
  position: absolute;
  bottom: 24px;
  left: 112px;
  font-size: 0;
}
.s1 .content .swiper-slide .item .tag span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #F5F9FF;
  margin-right: 20px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #1D51CE;
  font-size: 16px;
  letter-spacing: 0.3px;
  vertical-align: top;
}
.s1 .content .swiper-pagination {
  top: unset;
  right: 50%;
  bottom: 8px;
  left: unset;
  width: unset;
  height: 4px;
  transform: translateX(580px);
}
.s1 .content .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background-color: #D9D9D9;
  margin: 0 6px 0 0;
  border-radius: 2px;
  vertical-align: top;
  opacity: 1;
}
.s1 .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #1D51CE;
}
.s1 .content .button {
  position: absolute;
  top: 138px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url("../images/unit/2/s1_icon_arrow.svg") no-repeat 0 0/contain;
  cursor: pointer;
}
.s1 .content .button.button-next {
  right: 50%;
  transform: rotateY(180deg) translateX(-580px);
}
.s1 .content .button.button-prev {
  left: 50%;
  transform: translateX(-580px);
}

.s2 {
  background: url("../images/unit/2/s2_bg.png") no-repeat center top/cover;
}
.s2 .content {
  margin-top: 52px;
}
.s2 .content .inner {
  position: relative;
  width: 380px;
  height: 380px;
  background: url("../images/unit/2/s2_inner.png") no-repeat 0 0/contain;
  margin: 0 auto;
}
.s2 .content .inner .items .item {
  position: absolute;
  width: 84px;
  height: 84px;
}
.s2 .content .inner .items .item .icon {
  display: block;
  width: 84px;
  height: 84px;
}
.s2 .content .inner .items .item .icon.icon-1 {
  background: url("../images/unit/2/s2_icon_1.svg") no-repeat 0 0;
}
.s2 .content .inner .items .item .icon.icon-2 {
  background: url("../images/unit/2/s2_icon_2.svg") no-repeat 0 0;
}
.s2 .content .inner .items .item .icon.icon-3 {
  background: url("../images/unit/2/s2_icon_3.svg") no-repeat 0 0;
}
.s2 .content .inner .items .item .icon.icon-4 {
  background: url("../images/unit/2/s2_icon_4.svg") no-repeat 0 0;
}
.s2 .content .inner .items .item dl {
  position: absolute;
  top: -50%;
  width: 204px;
  height: 180px;
  background: url("../images/unit/2/s2_item_dl.svg") no-repeat 0 0;
  padding: 24px 0 0 60px;
  box-sizing: border-box;
}
.s2 .content .inner .items .item dl dt {
  margin-bottom: 16px;
  color: #1D51CE;
  font-size: 22px;
}
.s2 .content .inner .items .item dl dd {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.s2 .content .inner .items .item dl dd::before {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1D51CE;
  margin: 10px 10px 10px 0;
  border-radius: 50%;
  vertical-align: top;
}
.s2 .content .inner .items .item.item-1 {
  top: -12px;
  left: -344px;
}
.s2 .content .inner .items .item.item-1 dl {
  left: 100%;
}
.s2 .content .inner .items .item.item-2 {
  top: -12px;
  right: -344px;
}
.s2 .content .inner .items .item.item-2 dl {
  right: 100%;
  background-image: url("../images/unit/2/s2_item_dl_reverse.svg");
  padding: 24px 0 0 36px;
}
.s2 .content .inner .items .item.item-3 {
  right: -344px;
  bottom: -12px;
}
.s2 .content .inner .items .item.item-3 dl {
  right: 100%;
  background-image: url("../images/unit/2/s2_item_dl_reverse.svg");
  padding: 24px 0 0 36px;
}
.s2 .content .inner .items .item.item-4 {
  bottom: -12px;
  left: -344px;
}
.s2 .content .inner .items .item.item-4 dl {
  left: 100%;
}

.s3 {
  background: url("../images/unit/2/s3_bg.png") no-repeat center top/cover;
}
.s3 .content {
  margin-top: 56px;
  background: url("../images/unit/2/s3_line.svg") no-repeat left center;
}
.s3 .content .items {
  display: flex;
}
.s3 .content .items .item {
  position: relative;
  width: 160px;
  height: 420px;
  background: url("../images/unit/2/s3_item.svg") no-repeat top center;
  text-align: center;
  box-sizing: border-box;
}
.s3 .content .items .item .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 30px 40px;
  vertical-align: top;
}
.s3 .content .items .item .icon.icon-1 {
  background: url("../images/unit/2/s3_icon_1.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-2 {
  background: url("../images/unit/2/s3_icon_2.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-3 {
  background: url("../images/unit/2/s3_icon_3.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-4 {
  background: url("../images/unit/2/s3_icon_4.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-5 {
  background: url("../images/unit/2/s3_icon_5.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-6 {
  background: url("../images/unit/2/s3_icon_6.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-7 {
  background: url("../images/unit/2/s3_icon_7.svg") no-repeat 0 0;
}
.s3 .content .items .item b {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 80px 0 4px;
  color: #1D51CE;
  font-size: 32px;
}
.s3 .content .items .item span {
  height: 30px;
  line-height: 30px;
  color: #1D51CE;
  font-size: 24px;
}
.s3 .content .items .item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: #1D51CE;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.s3 .content .items .item.item-2, .s3 .content .items .item.item-4, .s3 .content .items .item.item-6 {
  background: url("../images/unit/2/s3_item_reverse.svg") no-repeat center bottom;
  padding-top: 97px;
}
.s3 .content .items .item.item-2 .icon, .s3 .content .items .item.item-4 .icon, .s3 .content .items .item.item-6 .icon {
  margin-top: 0;
}
.s3 .content .items .item.item-2 b, .s3 .content .items .item.item-4 b, .s3 .content .items .item.item-6 b {
  margin: 4px 0 139px;
}/*# sourceMappingURL=unit2.css.map */