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/5/banner_1.png") center top no-repeat, url("../images/unit/5/banner_2.png") center 252px no-repeat, url("../images/unit/5/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/5/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: 186px;
  height: 360px;
  cursor: default;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
.s1 .content .items .item .inner {
  position: relative;
  width: 100%;
  height: 360px;
  background: url("../images/unit/5/s1_item.png") no-repeat right bottom;
  padding-left: 16px;
  box-sizing: border-box;
  border-radius: 4px;
}
.s1 .content .items .item .inner span {
  position: relative;
  display: block;
  height: 130px;
  line-height: 130px;
  color: rgba(29, 81, 206, 0.1);
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 2px;
}
.s1 .content .items .item .inner b {
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
  background: url("../images/unit/5/s1_line.svg") no-repeat left bottom;
  margin: -60px 0 22px;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.s1 .content .items .item .inner p {
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.s1 .content .items .item .inner p::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/unit/5/s1_tick.svg") no-repeat 0 0;
  margin: 7px 16px 7px 0;
  vertical-align: top;
}
.s1 .content .items .item .inner p + p {
  margin-top: 8px;
}
.s1 .content .items .item.active {
  width: 360px;
}
.s1 .content .items .item.active:nth-child(1) {
  background: url("../images/unit/5/s1_pic_1.png") no-repeat left top;
}
.s1 .content .items .item.active:nth-child(2) {
  background: url("../images/unit/5/s1_pic_2.png") no-repeat left top;
}
.s1 .content .items .item.active:nth-child(3) {
  background: url("../images/unit/5/s1_pic_3.png") no-repeat left top;
}
.s1 .content .items .item.active:nth-child(4) {
  background: url("../images/unit/5/s1_pic_4.png") no-repeat left top;
}
.s1 .content .items .item.active:nth-child(5) {
  background: url("../images/unit/5/s1_pic_5.png") no-repeat left top;
}
.s1 .content .items .item.active .inner {
  background: linear-gradient(90deg, #1547BE 0%, rgba(21, 71, 190, 0) 100%);
}
.s1 .content .items .item.active .inner span {
  color: rgba(255, 255, 255, 0.2);
}
.s1 .content .items .item.active .inner b {
  background-image: url("../images/unit/5/s1_line_active.svg");
  color: #fff;
}
.s1 .content .items .item.active .inner p {
  color: #fff;
}
.s1 .content .items .item.active .inner p::before {
  background-image: url("../images/unit/5/s1_tick_active.svg");
}

.s2 {
  background: url("../images/unit/5/s2_bg.png") no-repeat center top/contain;
}
.s2 .content {
  padding-top: 33px;
}
.s2 .content .items {
  display: flex;
  justify-content: space-between;
}
.s2 .content .items .item {
  position: relative;
  width: 234px;
  height: 416px;
  padding: 40px 0 0 26px;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
}
.s2 .content .items .item span {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.5px;
}
.s2 .content .items .item p {
  position: absolute;
  bottom: 26px;
  left: 17px;
  font-size: 20px;
  font-weight: 500;
}
.s2 .content .items .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 45, 122, 0.6392156863) 52.5%, #1547BE 100%);
  border-radius: 4px;
}
.s2 .content .items .item:nth-child(2n) {
  margin-top: 64px;
}
.s2 .content .items .item.item-1 {
  background: url("../images/unit/5/s2_pic_1.png") no-repeat 0 0;
}
.s2 .content .items .item.item-2 {
  background: url("../images/unit/5/s2_pic_2.png") no-repeat 0 0;
}
.s2 .content .items .item.item-3 {
  background: url("../images/unit/5/s2_pic_3.png") no-repeat 0 0;
}
.s2 .content .items .item.item-4 {
  background: url("../images/unit/5/s2_pic_4.png") no-repeat 0 0;
}
.s2 .content .items .item.item-5 {
  background: url("../images/unit/5/s2_pic_5.png") no-repeat 0 0;
}
.s2 .content .items .item.item-6 {
  background: url("../images/unit/5/s2_pic_6.png") no-repeat 0 0;
}

.s3 {
  background: url("../images/unit/5/s3_bg.png") no-repeat center top/cover;
}
.s3 .content {
  padding-top: 130px;
}
.s3 .content .items {
  display: flex;
  justify-content: space-between;
  background: url("../images/unit/5/s3_line.svg") no-repeat 0 206px;
}
.s3 .content .items .item {
  width: 144px;
  box-sizing: border-box;
}
.s3 .content .items .item .icon {
  display: block;
  width: 140px;
  height: 166px;
  margin: 0 auto;
}
.s3 .content .items .item .icon.icon-1 {
  background: url("../images/unit/5/s3_icon_1.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-2 {
  background: url("../images/unit/5/s3_icon_2.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-3 {
  background: url("../images/unit/5/s3_icon_3.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-4 {
  background: url("../images/unit/5/s3_icon_4.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-5 {
  background: url("../images/unit/5/s3_icon_5.svg") no-repeat 0 0;
}
.s3 .content .items .item p {
  position: relative;
  margin-top: 90px;
  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/5/s3_item_active.svg");
}
.s3 .content .items .item.active .icon.icon-1 {
  background: url("../images/unit/5/s3_icon_1_active.svg") no-repeat 0 0;
}
.s3 .content .items .item.active .icon.icon-2 {
  background: url("../images/unit/5/s3_icon_2_active.svg") no-repeat 0 0;
}
.s3 .content .items .item.active .icon.icon-3 {
  background: url("../images/unit/5/s3_icon_3_active.svg") no-repeat 0 0;
}
.s3 .content .items .item.active .icon.icon-4 {
  background: url("../images/unit/5/s3_icon_4_active.svg") no-repeat 0 0;
}
.s3 .content .items .item.active .icon.icon-5 {
  background: url("../images/unit/5/s3_icon_5_active.svg") no-repeat 0 0;
}

.s4 {
  background: url("../images/unit/5/s4_bg.png") no-repeat center top/cover;
}
.s4 .content {
  padding-top: 72px;
}
.s4 .content .items {
  display: flex;
  justify-content: space-between;
}
.s4 .content .items .item {
  width: 288px;
  height: 372px;
  background: #fff;
  padding: 36px 32px;
  border: 1px solid #DFE0EA;
  border-radius: 6px;
  box-sizing: border-box;
  transition: margin 0.2s ease-in;
}
.s4 .content .items .item b {
  color: #1d51ce;
  text-align: justify;
  font-size: 22px;
  letter-spacing: 1.5px;
}
.s4 .content .items .item p {
  height: 48px;
  line-height: 24px;
  padding: 16px 0 24px;
  border-bottom: 1px solid rgba(223, 224, 234, 0.4);
  color: rgba(153, 153, 153, 0.6);
  font-size: 16px;
}
.s4 .content .items .item ul {
  margin-top: 23px;
}
.s4 .content .items .item ul li {
  height: 24px;
  line-height: 24px;
  margin-top: 20px;
  font-size: 16px;
}
.s4 .content .items .item ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: top;
}
.s4 .content .items .item ul li i.icon-1 {
  background: url("../images/unit/5/s4_icon_1.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-2 {
  background: url("../images/unit/5/s4_icon_2.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-3 {
  background: url("../images/unit/5/s4_icon_3.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-4 {
  background: url("../images/unit/5/s4_icon_4.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-5 {
  background: url("../images/unit/5/s4_icon_5.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-6 {
  background: url("../images/unit/5/s4_icon_6.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-7 {
  background: url("../images/unit/5/s4_icon_7.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-8 {
  background: url("../images/unit/5/s4_icon_8.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-9 {
  background: url("../images/unit/5/s4_icon_9.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-10 {
  background: url("../images/unit/5/s4_icon_10.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-11 {
  background: url("../images/unit/5/s4_icon_11.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-12 {
  background: url("../images/unit/5/s4_icon_12.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-13 {
  background: url("../images/unit/5/s4_icon_13.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-14 {
  background: url("../images/unit/5/s4_icon_14.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-15 {
  background: url("../images/unit/5/s4_icon_15.svg") no-repeat 0 0;
}
.s4 .content .items .item ul li i.icon-16 {
  background: url("../images/unit/5/s4_icon_16.svg") no-repeat 0 0;
}
.s4 .content .items .item.active {
  background: url("../images/unit/5/s4_item_active.svg") no-repeat 0 0;
  margin-top: -32px;
}
.s4 .content .items .item.active b {
  color: #fff;
}
.s4 .content .items .item.active p {
  color: rgba(255, 255, 255, 0.6);
}
.s4 .content .items .item.active ul li {
  color: #fff;
}
.s4 .content .items .item.active ul li i.icon-1 {
  background-image: url("../images/unit/5/s4_icon_1_active.svg");
}
.s4 .content .items .item.active ul li i.icon-2 {
  background-image: url("../images/unit/5/s4_icon_2_active.svg");
}
.s4 .content .items .item.active ul li i.icon-3 {
  background-image: url("../images/unit/5/s4_icon_3_active.svg");
}
.s4 .content .items .item.active ul li i.icon-4 {
  background-image: url("../images/unit/5/s4_icon_4_active.svg");
}
.s4 .content .items .item.active ul li i.icon-5 {
  background-image: url("../images/unit/5/s4_icon_5_active.svg");
}
.s4 .content .items .item.active ul li i.icon-6 {
  background-image: url("../images/unit/5/s4_icon_6_active.svg");
}
.s4 .content .items .item.active ul li i.icon-7 {
  background-image: url("../images/unit/5/s4_icon_7_active.svg");
}
.s4 .content .items .item.active ul li i.icon-8 {
  background-image: url("../images/unit/5/s4_icon_8_active.svg");
}
.s4 .content .items .item.active ul li i.icon-9 {
  background-image: url("../images/unit/5/s4_icon_9_active.svg");
}
.s4 .content .items .item.active ul li i.icon-10 {
  background-image: url("../images/unit/5/s4_icon_10_active.svg");
}
.s4 .content .items .item.active ul li i.icon-11 {
  background-image: url("../images/unit/5/s4_icon_11_active.svg");
}
.s4 .content .items .item.active ul li i.icon-12 {
  background-image: url("../images/unit/5/s4_icon_12_active.svg");
}
.s4 .content .items .item.active ul li i.icon-13 {
  background-image: url("../images/unit/5/s4_icon_13_active.svg");
}
.s4 .content .items .item.active ul li i.icon-14 {
  background-image: url("../images/unit/5/s4_icon_14_active.svg");
}
.s4 .content .items .item.active ul li i.icon-15 {
  background-image: url("../images/unit/5/s4_icon_15_active.svg");
}
.s4 .content .items .item.active ul li i.icon-16 {
  background-image: url("../images/unit/5/s4_icon_16_active.svg");
}

.s5 {
  background: url("../images/unit/5/s5_bg.png") no-repeat center top/cover;
}
.s5 .content {
  padding-top: 32px;
}
.s5 .content .tab-list ul {
  font-size: 0;
  text-align: center;
}
.s5 .content .tab-list ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 28px;
  padding: 0 24px;
  border-radius: 20px;
  font-size: 18px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.s5 .content .tab-list ul li.active {
  background: #1d51ce;
  color: #fff;
}
.s5 .content .tab-content {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 50px;
  padding: 32px 32px 32px 84px;
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgba(21, 71, 190, 0.1019607843);
}
.s5 .content .tab-content .inner {
  display: none;
  justify-content: space-between;
}
.s5 .content .tab-content .inner .left {
  position: relative;
  width: 680px;
  height: 336px;
}
.s5 .content .tab-content .inner .left p {
  margin-bottom: 32px;
  font-size: 28px;
}
.s5 .content .tab-content .inner .left ul li {
  float: left;
  width: 100%;
  line-height: 26px;
  margin-bottom: 8px;
  font-size: 16px;
  vertical-align: top;
}
.s5 .content .tab-content .inner .left ul li::before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1d51ce;
  margin: 11px 8px 11px 0;
  border-radius: 50%;
  vertical-align: top;
}
.s5 .content .tab-content .inner .left ul li b {
  margin-right: 8px;
  color: #1d51ce;
  font-size: 20px;
}
.s5 .content .tab-content .inner .left::before, .s5 .content .tab-content .inner .left::after {
  position: absolute;
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  background: url("../images/unit/5/s5_icon_quote.svg") no-repeat 0 0;
}
.s5 .content .tab-content .inner .left::before {
  top: -16px;
  left: -52px;
}
.s5 .content .tab-content .inner .left::after {
  right: -52px;
  bottom: -16px;
  visibility: inherit;
  transform: rotateY(180deg);
}
.s5 .content .tab-content .inner .right {
  width: 336px;
  height: 336px;
}
.s5 .content .tab-content .inner .right img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=unit5.css.map */