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/1/banner_1.png") center top no-repeat, url("../images/unit/1/banner_2.png") center 252px no-repeat, url("../images/unit/1/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/1/s1_bg.png") no-repeat center top/contain;
}
.s1 .content .intro {
  line-height: 32px;
  margin: 12px 0 28px;
  color: #666;
  text-align: center;
}
.s1 .content .intro span {
  color: #1D51CE;
}
.s1 .content .items {
  display: flex;
  justify-content: space-between;
}
.s1 .content .items .item {
  width: 256px;
  height: 360px;
  transition: all 0.2s ease-in;
}
.s1 .content .items .item .inner {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 32px 0 24px;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.s1 .content .items .item .inner b {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 26px;
  transition: all 0.2s ease-in;
}
.s1 .content .items .item .inner span {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 22px;
  transition: all 0.2s ease-in;
}
.s1 .content .items .item .inner p {
  opacity: 0;
  line-height: 32px;
  margin-top: 72px;
  transition: all 0.2s ease-in;
}
.s1 .content .items .item.active {
  width: 400px;
}
.s1 .content .items .item.active .inner {
  background: linear-gradient(90deg, #1547BE 0%, rgba(21, 71, 190, 0) 100%);
}
.s1 .content .items .item.active .inner b {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 38px;
  vertical-align: top;
}
.s1 .content .items .item.active .inner span {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  margin-left: 8px;
  font-size: 28px;
  vertical-align: top;
}
.s1 .content .items .item.active .inner p {
  opacity: 1;
  margin-top: 36px;
}
.s1 .content .items .item.item-1 {
  background: url("../images/unit/1/s1_item_1.png") no-repeat right top;
}
.s1 .content .items .item.item-2 {
  background: url("../images/unit/1/s1_item_2.png") no-repeat right top;
}
.s1 .content .items .item.item-3 {
  background: url("../images/unit/1/s1_item_3.png") no-repeat right top;
}
.s1 .content .items .item.item-4 {
  background: url("../images/unit/1/s1_item_4.png") no-repeat right top;
}
.s1 .content .items .item.item-5 {
  background: url("../images/unit/1/s1_item_5.png") no-repeat right top;
}
.s1 .content .items .item.item-6 {
  background: url("../images/unit/1/s1_item_6.png") no-repeat right top;
}

.s2 {
  background: url("../images/unit/1/s2_bg.png") no-repeat center top/cover;
}
.s2 .content .inner {
  position: relative;
  width: 550px;
  height: 550px;
  background: url("../images/unit/1/s2_inner.png") no-repeat 0 0/contain;
  margin: 0 auto;
}
.s2 .content .inner .items .item {
  position: absolute;
  width: 368px;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 24px 0;
  border-radius: 4px;
  cursor: default;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
.s2 .content .inner .items .item b {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #1D51CE;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.s2 .content .inner .items .item b::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1D51CE;
  margin: 11px 12px 11px 0;
  border-radius: 50%;
  vertical-align: top;
}
.s2 .content .inner .items .item p {
  margin-top: 12px;
  font-size: 16px;
}
.s2 .content .inner .items .item.active {
  background: #1D51CE;
}
.s2 .content .inner .items .item.active b {
  color: #fff;
}
.s2 .content .inner .items .item.active b::before {
  background: #fff;
}
.s2 .content .inner .items .item.active p {
  color: #fff;
}
.s2 .content .inner .items .item.item-1 {
  top: 96px;
  left: -283px;
}
.s2 .content .inner .items .item.item-2 {
  top: 96px;
  right: -283px;
}
.s2 .content .inner .items .item.item-3 {
  bottom: 96px;
  right: -283px;
}
.s2 .content .inner .items .item.item-4 {
  bottom: 96px;
  left: -283px;
}

.s3 {
  background: url("../images/unit/1/s3_bg.png") no-repeat center top/cover;
}
.s3 .content {
  padding-top: 118px;
}
.s3 .content .items {
  display: flex;
  justify-content: space-between;
  background: url("../images/unit/1/s3_line.svg") no-repeat 0 204px;
}
.s3 .content .items .item {
  width: 144px;
  background: url("../images/unit/1/s3_item.svg") no-repeat center top;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.s3 .content .items .item .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.s3 .content .items .item .icon.icon-1 {
  background: url("../images/unit/1/s3_icon_1.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-2 {
  background: url("../images/unit/1/s3_icon_2.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-3 {
  background: url("../images/unit/1/s3_icon_3.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-4 {
  background: url("../images/unit/1/s3_icon_4.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-5 {
  background: url("../images/unit/1/s3_icon_5.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-6 {
  background: url("../images/unit/1/s3_icon_6.svg") no-repeat 0 0;
}
.s3 .content .items .item p {
  position: relative;
  margin-top: 144px;
  color: #1D51CE;
  font-size: 24px;
  text-align: center;
}
.s3 .content .items .item p::before {
  position: absolute;
  top: -50px;
  left: 50%;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: #1D51CE;
  border-radius: 50%;
  transform: translateX(-50%);
}
.s3 .content .items .item.active {
  background-image: url("../images/unit/1/s3_item_active.svg");
}/*# sourceMappingURL=unit1.css.map */