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/7/banner_1.png") center top no-repeat, url("../images/unit/7/banner_2.png") center 252px no-repeat, url("../images/unit/7/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/7/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: 900px;
  height: 360px;
  margin: 0 auto;
}
.s1 .content .swiper-slide .item.item-1 {
  background: url("../images/unit/7/s1_pic_1.png") no-repeat right top;
}
.s1 .content .swiper-slide .item.item-2 {
  background: url("../images/unit/7/s1_pic_2.png") no-repeat right top;
}
.s1 .content .swiper-slide .item.item-3 {
  background: url("../images/unit/7/s1_pic_3.png") no-repeat right top;
}
.s1 .content .swiper-slide .item .inner {
  height: 360px;
  background: url("../images/unit/7/s1_inner.png") no-repeat 0 0;
  padding: 44px 0 0 56px;
  color: #fff;
  box-sizing: border-box;
}
.s1 .content .swiper-slide .item .name {
  font-size: 32px;
  letter-spacing: 0.6px;
}
.s1 .content .swiper-slide .item .name::after {
  content: " ";
  display: block;
  width: 420px;
  height: 4px;
  background: url("../images/unit/7/s1_line.svg") no-repeat 0 0;
  margin-top: 17px;
}
.s1 .content .swiper-slide .item .desc {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin-top: 40px;
}
.s1 .content .swiper-slide .item .desc p {
  width: 200px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px;
  font-size: 16px;
}
.s1 .content .swiper-slide .item .desc p::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/unit/7/s1_tick.svg") no-repeat 0 0;
  margin: 7px 16px 7px 0;
  vertical-align: top;
}
.s1 .content .swiper-slide-shadow-coverflow {
  background: rgba(255, 255, 255, 0.4);
}
.s1 .content .button {
  position: absolute;
  top: 180px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url("../images/unit/7/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);
}

.s3 {
  background: url("../images/unit/7/s3_bg.png") no-repeat center top/cover;
}
.s3 .content {
  height: 480px;
  background: url("../images/unit/7/s3_content.png") no-repeat 0 0;
  margin-top: 32px;
  padding: 50px 0 0 50px;
  box-sizing: border-box;
}
.s3 .content .tab-list {
  float: left;
  width: 240px;
  padding: 14px 6px 14px 0;
  border-right: 2px solid rgba(59, 129, 255, 0.2);
}
.s3 .content .tab-list ul li {
  height: 64px;
  line-height: 64px;
  padding-left: 38px;
  border-left: 4px solid transparent;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
.s3 .content .tab-list ul li + li {
  margin-top: 32px;
}
.s3 .content .tab-list ul li.active {
  background: linear-gradient(90deg, #B8D2FF 0%, rgba(167, 198, 254, 0.4) 31%, rgba(156, 191, 254, 0) 100%);
  border-color: #1D51CE;
  color: #1d51ce;
  font-size: 22px;
}
.s3 .content .tab-content .inner {
  display: none;
  padding: 50px 0 0 40px;
}
.s3 .content .tab-content .inner img {
  margin-right: 60px;
}
.s3 .content .tab-content .inner dl dt {
  margin-bottom: 40px;
  color: #1d51ce;
  font-size: 26px;
}
.s3 .content .tab-content .inner dl dt .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  vertical-align: top;
}
.s3 .content .tab-content .inner dl dt .icon.icon-1 {
  background: url("../images/unit/7/s3_icon_1.svg") no-repeat 0 0;
}
.s3 .content .tab-content .inner dl dt .icon.icon-2 {
  background: url("../images/unit/7/s3_icon_2.svg") no-repeat 0 0;
}
.s3 .content .tab-content .inner dl dt .icon.icon-3 {
  background: url("../images/unit/7/s3_icon_3.svg") no-repeat 0 0;
}
.s3 .content .tab-content .inner dl dt .icon.icon-4 {
  background: url("../images/unit/7/s3_icon_4.svg") no-repeat 0 0;
}
.s3 .content .tab-content .inner dl dd {
  line-height: 32px;
  background: url("../images/unit/7/s3_icon_tick.svg") no-repeat left center;
  padding-left: 34px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.s3 .content .tab-content .inner dl dd + dd {
  margin-top: 16px;
}

.s4 {
  background: url("../images/unit/7/s4_bg.png") no-repeat center top/cover;
}
.s4 .content {
  padding-top: 32px;
}
.s4 .content .tab-list ul {
  font-size: 0;
  text-align: center;
}
.s4 .content .tab-list ul li {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #1d51ce;
  font-size: 18px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.s4 .content .tab-list ul li:nth-child(1) {
  background: url("../images/unit/7/s4_tab_1.svg") no-repeat 0 0;
}
.s4 .content .tab-list ul li:nth-child(2) {
  background: url("../images/unit/7/s4_tab_2.svg") no-repeat 0 0;
  margin-left: -10px;
}
.s4 .content .tab-list ul li.active {
  color: #fff;
}
.s4 .content .tab-list ul li.active:nth-child(1) {
  background-image: url("../images/unit/7/s4_tab_1_active.svg");
}
.s4 .content .tab-list ul li.active:nth-child(2) {
  background-image: url("../images/unit/7/s4_tab_2_active.svg");
}
.s4 .content .tab-content {
  margin-top: 16px;
}
.s4 .content .tab-content .inner {
  display: none;
}
.s4 .content .tab-content .inner .items {
  display: flex;
}
.s4 .content .tab-content .inner .items .item {
  position: relative;
  width: 150px;
  height: 188px;
}
.s4 .content .tab-content .inner .items .item span {
  display: block;
  background: #FFF;
  margin: 0 2px 10px;
  color: #1d51ce;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.0784313725);
}
.s4 .content .tab-content .inner .items .item .icon {
  display: block;
  width: 150px;
  height: 150px;
}
.s4 .content .tab-content .inner .items .item .icon.icon-1 {
  background: url("../images/unit/7/s4_icon_1.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-2 {
  background: url("../images/unit/7/s4_icon_2.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-3 {
  background: url("../images/unit/7/s4_icon_3.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-4 {
  background: url("../images/unit/7/s4_icon_4.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-5 {
  background: url("../images/unit/7/s4_icon_5.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-6 {
  background: url("../images/unit/7/s4_icon_6.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-7 {
  background: url("../images/unit/7/s4_icon_7.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-8 {
  background: url("../images/unit/7/s4_icon_8.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-9 {
  background: url("../images/unit/7/s4_icon_9.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item ul {
  position: absolute;
  top: 166px;
  left: 26px;
  width: -moz-max-content;
  width: max-content;
}
.s4 .content .tab-content .inner .items .item ul li {
  position: relative;
  min-height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.s4 .content .tab-content .inner .items .item ul li::before {
  position: absolute;
  top: 9px;
  left: -14px;
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #1d51ce;
  border-radius: 50%;
}
.s4 .content .tab-content .inner .items .item ul li + li {
  margin-top: 6px;
}
.s4 .content .tab-content .inner .items .item + .item {
  margin-left: 102px;
}
.s4 .content .tab-content .inner .items .item::after {
  position: absolute;
  content: " ";
  display: block;
  width: 140px;
  height: 140px;
}
.s4 .content .tab-content .inner .items .item:nth-child(1) {
  margin-top: 120px;
}
.s4 .content .tab-content .inner .items .item:nth-child(1)::after {
  top: 0;
  left: 133px;
  background: url("../images/unit/7/s4_icon_arrow_1.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item:nth-child(2)::after {
  top: 160px;
  left: 131px;
  background: url("../images/unit/7/s4_icon_arrow_2.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item:nth-child(3) {
  margin-top: 164px;
}
.s4 .content .tab-content .inner .items .item:nth-child(3)::after {
  top: -44px;
  left: 127px;
  background: url("../images/unit/7/s4_icon_arrow_1.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item:nth-child(4)::after {
  top: 160px;
  left: 127px;
  background: url("../images/unit/7/s4_icon_arrow_2.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item:nth-child(5) {
  margin-top: 120px;
}
.s4 .content .tab-content .inner .items.items2 .item + .item {
  margin-left: 186px;
}
.s4 .content .tab-content .inner .items.items2 .item::after {
  position: absolute;
  content: " ";
  display: block;
  width: 140px;
  height: 140px;
}
.s4 .content .tab-content .inner .items.items2 .item:nth-child(1) {
  margin-top: 120px;
}
.s4 .content .tab-content .inner .items.items2 .item:nth-child(1)::after {
  top: 0;
  left: 133px;
  background: url("../images/unit/7/s4_icon_arrow_1.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items.items2 .item:nth-child(2)::after {
  top: 160px;
  left: 164px;
  background: url("../images/unit/7/s4_icon_arrow_2.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items.items2 .item:nth-child(3) {
  margin-top: 164px;
}
.s4 .content .tab-content .inner .items.items2 .item:nth-child(3)::after {
  top: -44px;
  left: 159px;
  background: url("../images/unit/7/s4_icon_arrow_1.svg") no-repeat 0 0;
}

.s5 {
  background: url("../images/unit/7/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 dl {
  float: left;
  width: 50%;
  line-height: 26px;
  margin-bottom: 8px;
  font-size: 16px;
  vertical-align: top;
}
.s5 .content .tab-content .inner .left dl dt {
  float: left;
  width: 92px;
  color: #1d51ce;
}
.s5 .content .tab-content .inner .left dl dt::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 dl dd {
  margin-left: 92px;
}
.s5 .content .tab-content .inner .left dl:last-child {
  width: 100%;
  margin-top: 32px;
}
.s5 .content .tab-content .inner .left dl:last-child dt {
  float: none;
  width: auto;
}
.s5 .content .tab-content .inner .left dl:last-child dd {
  margin: 0;
  text-indent: 2em;
}
.s5 .content .tab-content .inner .left dl:last-child dd b {
  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/7/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=unit7.css.map */