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/8/banner_1.png") center top no-repeat, url("../images/unit/8/banner_2.png") center 252px no-repeat, url("../images/unit/8/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;
}
.banner .tab-list {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(248, 251, 255, 0.8);
  padding: 19px 0;
}
.banner .tab-list ul {
  display: flex;
  justify-content: center;
}
.banner .tab-list ul li {
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0 50px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.banner .tab-list ul li.active {
  background: #1D51CE;
}
.banner .tab-list ul li.active a {
  color: #fff;
}

section {
  min-height: 860px;
}
section .title {
  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/8/s1_bg.png") no-repeat center top/cover;
}
.s1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.s1 .content .left {
  width: 424px;
}
.s1 .content .left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 450px;
}
.s1 .content .left ul li {
  width: 200px;
  height: 94px;
  background: #F5F8FD;
  padding-top: 12px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
}
.s1 .content .left ul li i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.s1 .content .left ul li i.icon-1 {
  background: url("../images/unit/8/s1_icon_01.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-2 {
  background: url("../images/unit/8/s1_icon_02.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-3 {
  background: url("../images/unit/8/s1_icon_03.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-4 {
  background: url("../images/unit/8/s1_icon_04.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-5 {
  background: url("../images/unit/8/s1_icon_05.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-6 {
  background: url("../images/unit/8/s1_icon_06.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-7 {
  background: url("../images/unit/8/s1_icon_07.svg") no-repeat 0 0;
}
.s1 .content .left ul li i.icon-8 {
  background: url("../images/unit/8/s1_icon_08.svg") no-repeat 0 0;
}
.s1 .content .left ul li b {
  display: block;
  margin: 4px 0;
  font-size: 16px;
}
.s1 .content .left ul li span {
  display: block;
  color: #666;
  font-size: 12px;
}
.s1 .content .left ul li.active {
  position: relative;
  background: url("../images/unit/8/s1_li_active.svg") no-repeat 0 0;
  color: #fff;
}
.s1 .content .left ul li.active i.icon-1 {
  background-image: url("../images/unit/8/s1_icon_01_active.svg");
}
.s1 .content .left ul li.active i.icon-2 {
  background-image: url("../images/unit/8/s1_icon_02_active.svg");
}
.s1 .content .left ul li.active i.icon-3 {
  background-image: url("../images/unit/8/s1_icon_03_active.svg");
}
.s1 .content .left ul li.active i.icon-4 {
  background-image: url("../images/unit/8/s1_icon_04_active.svg");
}
.s1 .content .left ul li.active i.icon-5 {
  background-image: url("../images/unit/8/s1_icon_05_active.svg");
}
.s1 .content .left ul li.active i.icon-6 {
  background-image: url("../images/unit/8/s1_icon_06_active.svg");
}
.s1 .content .left ul li.active i.icon-7 {
  background-image: url("../images/unit/8/s1_icon_07_active.svg");
}
.s1 .content .left ul li.active i.icon-8 {
  background-image: url("../images/unit/8/s1_icon_08_active.svg");
}
.s1 .content .left ul li.active span {
  color: #fff;
}
.s1 .content .right {
  width: 750px;
  height: 450px;
}
.s1 .content .right .item {
  position: relative;
  display: none;
}
.s1 .content .right .item p {
  position: absolute;
  top: 32px;
  right: 40px;
  left: 40px;
  color: #fff;
  font-size: 20px;
  text-align: justify;
}

.s2 .content {
  height: 450px;
  background: url("../images/unit/8/s2_bg.png") no-repeat right top;
  margin-top: 46px;
}
.s2 .content .pic {
  float: left;
  width: 600px;
}
.s2 .content dl {
  display: flex;
  margin-bottom: 32px;
  margin-left: 600px;
  padding-left: 32px;
  font-size: 18px;
}
.s2 .content dl dt {
  display: inline-block;
  min-height: 34px;
  line-height: 34px;
  margin-right: 12px;
  vertical-align: top;
}
.s2 .content dl dt i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 5px 12px 5px 0;
  vertical-align: top;
}
.s2 .content dl dt i.icon-1 {
  background: #fff url("../images/unit/8/s2_icon_1.svg") no-repeat 0 0;
}
.s2 .content dl dt i.icon-2 {
  background: #fff url("../images/unit/8/s2_icon_2.svg") no-repeat 0 0;
}
.s2 .content dl dt i.icon-3 {
  background: #fff url("../images/unit/8/s2_icon_3.svg") no-repeat 0 0;
}
.s2 .content dl dt i.icon-4 {
  background: #fff url("../images/unit/8/s2_icon_4.svg") no-repeat 0 0;
}
.s2 .content dl dd {
  display: inline-block;
  max-width: 400px;
  min-height: 34px;
  line-height: 34px;
  vertical-align: top;
}
.s2 .content dl:first-of-type {
  padding-top: 40px;
}

.s3 {
  max-width: 100%;
  background: url("../images/aboutus/s3_bg.png") no-repeat center top/cover;
  overflow: hidden;
}
.s3 .content {
  margin-top: 46px;
}
.s3 .content .swiper {
  overflow: visible;
}
.s3 .content .swiper-slide .item {
  width: 1100px;
  height: 350px;
  margin: 0 auto;
  padding: 32px 0 0 32px;
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgba(29, 81, 206, 0.1411764706);
  box-sizing: border-box;
}
.s3 .content .swiper-slide .item.item-1 {
  background: #fff url("../images/unit/8/s3_pic_1.png") no-repeat right top;
}
.s3 .content .swiper-slide .item.item-2 {
  background: #fff url("../images/unit/8/s3_pic_2.png") no-repeat right top;
}
.s3 .content .swiper-slide .item.item-3 {
  background: #fff url("../images/unit/8/s3_pic_3.png") no-repeat right top;
}
.s3 .content .swiper-slide .item.item-4 {
  background: #fff url("../images/unit/8/s3_pic_4.png") no-repeat right top;
}
.s3 .content .swiper-slide .item.item-5 {
  background: #fff url("../images/unit/8/s3_pic_5.png") no-repeat right top;
}
.s3 .content .swiper-slide .item.item-6 {
  background: #fff url("../images/unit/8/s3_pic_6.png") no-repeat right top;
}
.s3 .content .swiper-slide .item.item-7 {
  background: #fff url("../images/unit/8/s3_pic_7.png") no-repeat right top;
}
.s3 .content .swiper-slide .item span {
  display: block;
  margin-bottom: 16px;
  color: #1d51ce;
  font-size: 18px;
  letter-spacing: 1px;
}
.s3 .content .swiper-slide .item b {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
}
.s3 .content .swiper-slide .item p {
  width: 500px;
  line-height: 34px;
  color: #666;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.s3 .content .swiper-slide-shadow-coverflow {
  background: rgba(255, 255, 255, 0.4);
}
.s3 .content .swiper-scrollbar {
  bottom: -105px;
}
.s3 .content .swiper-scrollbar-drag {
  background: #1D51CE;
}

.s4 {
  background: url("../images/unit/8/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;
  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;
}
.s4 .content .tab-list ul li.active {
  background: #1d51ce;
  color: #fff;
}
.s4 .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);
}
.s4 .content .tab-content .inner {
  display: none;
  justify-content: space-between;
}
.s4 .content .tab-content .inner .left {
  position: relative;
  width: 680px;
  height: 336px;
}
.s4 .content .tab-content .inner .left .textbox {
  display: none;
}
.s4 .content .tab-content .inner .left .arrow {
  position: absolute;
  top: 160px;
  width: 20px;
  height: 20px;
  background: url("../images/unit/8/s4_icon_arrow.svg") no-repeat 0 0;
  cursor: pointer;
}
.s4 .content .tab-content .inner .left .arrow.arrow-prev {
  left: -52px;
}
.s4 .content .tab-content .inner .left .arrow.arrow-next {
  right: -52px;
  transform: rotateY(180deg);
}
.s4 .content .tab-content .inner .left .arrow:hover {
  background-image: url("../images/unit/8/s4_icon_arrow_active.svg");
}
.s4 .content .tab-content .inner .left p {
  margin-bottom: 32px;
  font-size: 28px;
}
.s4 .content .tab-content .inner .left ul {
  margin-bottom: 20px;
  font-size: 0;
}
.s4 .content .tab-content .inner .left ul li {
  display: inline-block;
  width: 100%;
  line-height: 26px;
  margin-bottom: 8px;
  font-size: 16px;
  vertical-align: top;
}
.s4 .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;
}
.s4 .content .tab-content .inner .left ul li b {
  margin-right: 8px;
  color: #1d51ce;
}
.s4 .content .tab-content .inner .left ul li.none-dot::before {
  content: none;
}
.s4 .content .tab-content .inner .left ul.col-2 li {
  width: 50%;
}
.s4 .content .tab-content .inner .left::before, .s4 .content .tab-content .inner .left::after {
  position: absolute;
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  background: url("../images/unit/8/s5_icon_quote.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .left::before {
  top: -16px;
  left: -52px;
}
.s4 .content .tab-content .inner .left::after {
  right: -52px;
  bottom: -16px;
  visibility: inherit;
  transform: rotateY(180deg);
}
.s4 .content .tab-content .inner .right {
  width: 336px;
  height: 336px;
}
.s4 .content .tab-content .inner .right img {
  width: 100%;
  height: 100%;
}

.s5 {
  height: 650px;
  min-height: auto;
  background: linear-gradient(180deg, rgba(29, 81, 206, 0) 0%, rgba(29, 81, 206, 0.0509803922) 100%);
}
.s5 .content {
  height: 100%;
  background: url("../images/unit/8/s5_bg.png") no-repeat right bottom;
  box-sizing: border-box;
}
.s5 .content b {
  display: block;
  background: url("../images/unit/8/s5_b.png") no-repeat left bottom;
  margin-bottom: 42px;
  padding-bottom: 18px;
  font-size: 35px;
}
.s5 .content .inner {
  position: relative;
}
.s5 .content .intro {
  width: 520px;
}
.s5 .content .intro p {
  line-height: 32px;
  margin-bottom: 24px;
  font-size: 18px;
  text-indent: 2em;
  text-align: justify;
}
.s5 .content .intro p span {
  color: #1D51CE;
}
.s5 .content .items {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.s5 .content .items .item {
  text-align: center;
}
.s5 .content .items .item .number {
  display: inline-block;
  height: 74px;
  vertical-align: top;
}
.s5 .content .items .item .number .mt-number-animate {
  position: relative;
  height: 56px;
  line-height: 56px;
  color: #1d51ce;
  font-size: 40px;
  font-weight: bold;
  overflow: hidden;
}
.s5 .content .items .item .number .mt-number-animate .mt-number-animate-dot {
  float: left;
  width: 30px;
  line-height: 56px;
  text-align: center;
}
.s5 .content .items .item .number .mt-number-animate .mt-number-animate-dom {
  position: relative;
  top: 0;
  float: left;
  width: 30px;
  text-align: center;
}
.s5 .content .items .item .number .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  float: left;
  width: 100%;
}
.s5 .content .items .item .unit {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  color: #1d51ce;
  font-size: 40px;
  vertical-align: top;
}
.s5 .content .items .item p {
  color: #666;
  font-size: 20px;
}
.s5 .content .items .item + .item {
  margin-left: 28px;
}

.s6 {
  background: url("../images/unit/8/s1_bg.png") no-repeat center top/contain;
}
.s6 .content {
  margin-top: 56px;
}
.s6 .content .items {
  display: flex;
  justify-content: space-between;
}
.s6 .content .items .item {
  position: relative;
  width: 220px;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 4px 34px 0 rgba(88, 124, 192, 0.1490196078);
}
.s6 .content .items .item dl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #fff;
  padding: 12px 14px 0;
  color: #1D51CE;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
.s6 .content .items .item dl dt {
  margin: 0 0 10px 0;
  font-size: 24px;
  text-align: center;
  transition: text-align 0.2s ease-in;
}
.s6 .content .items .item dl dd {
  position: relative;
  line-height: 22px;
  padding-left: 24px;
  text-align: justify;
}
.s6 .content .items .item dl dd::before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  content: " ";
  width: 4px;
  height: 4px;
  background: #1D51CE;
  border-radius: 50%;
}
.s6 .content .items .item dl dd + dd {
  margin-top: 10px;
}
.s6 .content .items .item.active dl {
  height: 288px;
  background: #1D51CE;
  padding: 22px 14px 0;
  color: #fff;
}
.s6 .content .items .item.active dl dt {
  text-align: left;
}
.s6 .content .items .item.active dl dd::before {
  background: #fff;
}

.s7 {
  background: linear-gradient(180deg, #0F3AA0 0%, #274FB0 47%, #fff 47%, #fff 100%);
}
.s7 .content {
  height: 468px;
  background: #fff;
  margin-top: 26px;
  border-radius: 4px;
  box-shadow: 0 4px 44px 0 rgba(168, 172, 206, 0.25);
}
.s7 .content .swiper-slide .item {
  height: 340px;
  padding: 39px 0 0 60px;
  border-radius: 4px;
  box-sizing: border-box;
}
.s7 .content .swiper-slide .item.item-1 {
  background: #fff url("../images/unit/8/s7_pic_1.png") no-repeat right top;
}
.s7 .content .swiper-slide .item.item-2 {
  background: #fff url("../images/unit/8/s7_pic_2.png") no-repeat right top;
}
.s7 .content .swiper-slide .item.item-3 {
  background: #fff url("../images/unit/8/s7_pic_3.png") no-repeat right top;
}
.s7 .content .swiper-slide .item.item-4 {
  background: #fff url("../images/unit/8/s7_pic_4.png") no-repeat right top;
}
.s7 .content .swiper-slide .item.item-5 {
  background: #fff url("../images/unit/8/s7_pic_5.png") no-repeat right top;
}
.s7 .content .swiper-slide .item b {
  display: block;
  margin-bottom: 20px;
  color: #1d51ce;
  font-size: 35px;
}
.s7 .content .swiper-slide .item p {
  width: 400px;
  line-height: 34px;
  color: #666;
  font-size: 18px;
  text-indent: 2em;
}
.s7 .content .swiper-pagination {
  top: unset;
  right: 0;
  bottom: 60px;
  left: 0;
  width: 100%;
}
.s7 .content .swiper-pagination .swiper-pagination-bullet {
  width: 15%;
  background: none;
  color: #333;
  font-size: 18px;
  vertical-align: top;
  opacity: 1;
}
.s7 .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1D51CE;
}
.s7 .content .button {
  position: absolute;
  bottom: 40px;
  z-index: 99;
  width: 44px;
  height: 44px;
  background: url("../images/unit/8/s7_icon_arrow.svg") no-repeat 0 0;
  cursor: pointer;
}
.s7 .content .button.button-next {
  right: 60px;
  transform: rotateY(180deg);
}
.s7 .content .button.button-prev {
  left: 60px;
}
.s7 .content .button:hover {
  background-image: url("../images/unit/8/s7_icon_arrow_active.svg");
}

.s8 {
  height: auto;
  background: url("../images/unit/8/s8_bg.png") no-repeat center top/cover;
}
.s8 .content {
  margin-top: 47px;
}
.s8 .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
}
.s8 .content .items .item {
  position: relative;
  display: inline-block;
  width: 560px;
  height: 200px;
  background: linear-gradient(180deg, #FFF 44.75%, #DEEDFF 100%);
  margin-bottom: 64px;
  padding: 24px 0 0 32px;
  border-radius: 4px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.s8 .content .items .item dl dt {
  margin-bottom: 16px;
  font-size: 26px;
  transition: all 0.2s ease;
}
.s8 .content .items .item dl dd {
  width: 300px;
  min-height: 24px;
  line-height: 24px;
  background: url("../images/unit/8/s8_icon_tick.svg") no-repeat 0 7px;
  padding-left: 14px;
  color: #666;
  font-size: 16px;
  transition: all 0.2s ease;
}
.s8 .content .items .item dl dd + dd {
  margin-top: 14px;
}
.s8 .content .items .item .icon {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  width: 178px;
  height: 178px;
}
.s8 .content .items .item .icon.icon-1 {
  background: url("../images/unit/8/s8_icon_1.svg") no-repeat 0 0;
}
.s8 .content .items .item .icon.icon-2 {
  background: url("../images/unit/8/s8_icon_2.svg") no-repeat 0 0;
}
.s8 .content .items .item .icon.icon-3 {
  background: url("../images/unit/8/s8_icon_3.svg") no-repeat 0 0;
}
.s8 .content .items .item .icon.icon-4 {
  background: url("../images/unit/8/s8_icon_4.svg") no-repeat 0 0;
}
.s8 .content .items .item .icon.icon-5 {
  background: url("../images/unit/8/s8_icon_5.svg") no-repeat 0 0;
}
.s8 .content .items .item .icon.icon-6 {
  background: url("../images/unit/8/s8_icon_6.svg") no-repeat 0 0;
}
.s8 .content .items .item:hover {
  background: linear-gradient(268deg, #8BB5FF 0%, #3B81FF 99%);
}
.s8 .content .items .item:hover dl dt {
  color: #fff;
}
.s8 .content .items .item:hover dl dd {
  color: #fff;
}
.s8 .content .items .item:hover dl dd::before {
  background-image: url("../images/unit/8/s8_icon_tick_active.svg");
}

.s9 {
  background: #F6F8FC;
}
.s9 .content {
  margin-top: 43px;
}
.s9 .content ul {
  display: flex;
  justify-content: space-between;
}
.s9 .content ul li {
  width: 286px;
  height: 440px;
  border-radius: 4px;
  background: #FFF;
  padding: 24px 18px 0;
  box-shadow: 0 4px 14px 0 rgba(136, 173, 217, 0.1490196078);
  box-sizing: border-box;
}
.s9 .content ul li img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.s9 .content ul li b {
  display: block;
  margin: 32px auto 0;
  font-size: 28px;
  text-align: center;
}
.s9 .content ul li > em {
  display: block;
  margin: 8px auto 20px;
  font-size: 24px;
  font-style: normal;
  text-align: center;
}
.s9 .content ul li p {
  line-height: 25px;
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
}
.s9 .content ul li p span {
  margin-left: 10px;
  color: #333;
}
.s9 .content ul li p span em {
  color: #1D51CE;
  font-style: normal;
}

.s10 {
  height: 524px;
  min-height: auto;
  background: linear-gradient(180deg, rgba(29, 81, 206, 0) 0%, rgba(29, 81, 206, 0.0509803922) 100%);
}
.s10 .content {
  height: 100%;
  background: url("../images/unit/8/s5_bg.png") no-repeat right bottom;
  padding-top: 85px;
  box-sizing: border-box;
}
.s10 .content b {
  display: block;
  background: url("../images/unit/8/s5_b.png") no-repeat left bottom;
  margin-bottom: 42px;
  padding-bottom: 18px;
  font-size: 35px;
}
.s10 .content .inner {
  position: relative;
}
.s10 .content .intro {
  width: 540px;
}
.s10 .content .intro p {
  line-height: 32px;
  margin-bottom: 24px;
  font-size: 18px;
  text-indent: 2em;
  text-align: justify;
}
.s10 .content .intro p span {
  color: #1D51CE;
}

.s11 {
  background: #F6F8FC;
}
.s11 .content {
  position: relative;
  height: 420px;
  margin-top: 46px;
}
.s11 .content .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s11 .content .swiper .swiper-slide {
  width: 286px;
  height: 191px !important;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 14px 0 rgba(136, 173, 217, 0.1490196078);
}
.s11 .content .swiper .swiper-slide .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 286px;
  height: 191px;
  padding: 24px;
  padding-right: 29px;
  box-sizing: border-box;
}
.s11 .content .swiper .swiper-slide .item img {
  width: 88px;
  height: 88px;
}
.s11 .content .swiper .swiper-slide .item .desc {
  width: 121px;
}
.s11 .content .swiper .swiper-slide .item .desc b {
  position: relative;
  display: block;
  padding-bottom: 16px;
  border-bottom: 2px solid #dce3f5;
  color: #1d51ce;
  font-size: 20px;
}
.s11 .content .swiper .swiper-slide .item .desc b::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: " ";
  width: 48px;
  height: 4px;
  background: #1D51CE;
}
.s11 .content .swiper .swiper-slide .item .desc p {
  margin: 8px 0;
  font-size: 16px;
}
.s11 .content .swiper .swiper-slide .item .desc p + p {
  font-size: 14px;
}
.s11 .content .swiper-pagination {
  top: 460px;
}
.s11 .content .swiper-pagination .swiper-pagination-bullet {
  background: rgba(29, 81, 206, 0.6);
  opacity: 1;
}
.s11 .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  background: #1D51CE;
  border-radius: 4px;
}

.s12 {
  background: #F8FBFE;
}
.s12 .content {
  margin-top: 48px;
}
.s12 .content .items {
  display: flex;
  justify-content: space-between;
}
.s12 .content .items .item {
  width: 180px;
  height: 440px;
  transition: all 0.2s ease-in;
  border-radius: 4px;
}
.s12 .content .items .item .inner {
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 71, 190, 0.6784313725) 0%, rgba(21, 71, 190, 0) 100%);
  padding: 40px 24px 0 24px;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.2s ease-in;
}
.s12 .content .items .item .inner b {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 32px;
  font-size: 28px;
  letter-spacing: 0.56px;
  transition: all 0.2s ease-in;
}
.s12 .content .items .item .inner p {
  opacity: 0;
  line-height: 32px;
  background: url("../images/unit/8/s12_icon_tick.svg") no-repeat left 7px;
  margin-top: 12px;
  padding-left: 30px;
  font-size: 16px;
  transition: all 0.2s ease-in;
}
.s12 .content .items .item.active {
  width: 384px;
}
.s12 .content .items .item.active .inner {
  background: linear-gradient(180deg, #1D51CE 0%, rgba(102, 139, 229, 0.8509803922) 72%, rgba(184, 203, 255, 0.6901960784) 100%);
}
.s12 .content .items .item.active .inner p {
  opacity: 1;
}
.s12 .content .items .item.item-1 {
  background: url("../images/unit/8/s12_pic_1.png") no-repeat 0 0;
}
.s12 .content .items .item.item-2 {
  background: url("../images/unit/8/s12_pic_2.png") no-repeat 0 0;
}
.s12 .content .items .item.item-3 {
  background: url("../images/unit/8/s12_pic_3.png") no-repeat 0 0;
}
.s12 .content .items .item.item-4 {
  background: url("../images/unit/8/s12_pic_4.png") no-repeat 0 0;
}
.s12 .content .items .item.item-5 {
  background: url("../images/unit/8/s12_pic_5.png") no-repeat 0 0;
}

.s13 {
  background: url("../images/unit/8/s2_bg.png") no-repeat center top/cover;
}
.s13 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
.s13 .content .tab-list {
  width: 260px;
}
.s13 .content .tab-list p {
  margin-bottom: 52px;
  color: #1D51CE;
  font-size: 26px;
}
.s13 .content .tab-list ul {
  padding: 10px 0;
  border-left: 1px solid rgba(29, 81, 206, 0.3);
}
.s13 .content .tab-list ul li {
  height: 72px;
  line-height: 72px;
  margin-left: -1px;
  padding-left: 28px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  cursor: default;
  transition: all 0.2s ease;
}
.s13 .content .tab-list ul li.active {
  background: linear-gradient(270deg, rgba(234, 243, 255, 0) 0%, rgba(203, 225, 255, 0.8) 100%);
  border-left: 2px solid #1D51CE;
  color: #1D51CE;
}
.s13 .content .tab-content {
  width: 840px;
}
.s13 .content .tab-content .inner {
  height: 130px;
  background: #FFF;
  padding: 18px 56px 0;
  border: 2px solid rgba(59, 129, 255, 0.4);
  border-radius: 4px;
  box-sizing: border-box;
}
.s13 .content .tab-content .inner b {
  display: block;
  font-size: 22px;
}
.s13 .content .tab-content .inner p {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
}
.s13 .content .tab-content .inner + .inner {
  margin-top: 18px;
}
.s13 .content .tab-content .inner.active {
  background: linear-gradient(268deg, #8BB5FF 0%, #3B81FF 98.81%);
}
.s13 .content .tab-content .inner.active b,
.s13 .content .tab-content .inner.active p {
  color: #fff;
}

.s14 {
  background: linear-gradient(180deg, #FFF 8.71%, rgba(255, 255, 255, 0) 99.95%);
}
.s14 .section-inner {
  height: 100%;
  background: url("../images/unit/8/s14_bg.png") no-repeat center top/cover;
}
.s14 .content {
  padding-top: 244px;
}
.s14 .content .items {
  display: flex;
  justify-content: center;
  height: 48px;
  background: url("../images/unit/8/s14_line.svg") no-repeat center center;
}
.s14 .content .items .item {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 64px;
}
.s14 .content .items .item .icon {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 8px 5px 0 rgba(225, 229, 239, 0.2509803922);
}
.s14 .content .items .item .icon.icon-1 {
  background: #fff url("../images/unit/8/s14_icon_1.svg") no-repeat 0 0;
}
.s14 .content .items .item .icon.icon-2 {
  background: #fff url("../images/unit/8/s14_icon_2.svg") no-repeat 0 0;
}
.s14 .content .items .item .icon.icon-3 {
  background: #fff url("../images/unit/8/s14_icon_3.svg") no-repeat 0 0;
}
.s14 .content .items .item .icon.icon-4 {
  background: #fff url("../images/unit/8/s14_icon_4.svg") no-repeat 0 0;
}
.s14 .content .items .item .icon.icon-5 {
  background: #fff url("../images/unit/8/s14_icon_5.svg") no-repeat 0 0;
}
.s14 .content .items .item .icon.icon-6 {
  background: #fff url("../images/unit/8/s14_icon_6.svg") no-repeat 0 0;
}
.s14 .content .items .item dl {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 256px;
  height: 164px;
  background: url("../images/unit/8/s14_dl.png") no-repeat 0 0;
  padding: 24px 24px 0;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.s14 .content .items .item dl dt {
  height: 36px;
  line-height: 36px;
  color: #1D51CE;
  font-size: 20px;
}
.s14 .content .items .item dl dt b {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 26px;
  vertical-align: top;
}
.s14 .content .items .item dl dt b::after {
  position: absolute;
  right: -4px;
  bottom: 8px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(29, 81, 206, 0.4);
  border-radius: 50%;
}
.s14 .content .items .item dl dd {
  margin-top: 2px;
  color: #686f93;
  font-size: 16px;
  text-align: justify;
}
.s14 .content .items .item:nth-child(odd) dl {
  background-image: url("../images/unit/8/s14_dl_odd.png");
}
.s14 .content .items .item:nth-child(even) dl {
  top: auto;
  bottom: 90px;
}
.s14 .content .items .item.active dl {
  background-image: url("../images/unit/8/s14_dl_active.png");
}
.s14 .content .items .item.active dl dt {
  color: #fff;
}
.s14 .content .items .item.active dl dt b::after {
  background: rgba(255, 255, 255, 0.4);
}
.s14 .content .items .item.active dl dd {
  color: #fff;
}
.s14 .content .items .item.active:nth-child(odd) dl {
  background-image: url("../images/unit/8/s14_dl_odd_active.png");
}

.s15 {
  background: url("../images/unit/8/s15_bg.png") no-repeat center top/cover;
}
.s15 .items {
  position: relative;
  width: 1109px;
  height: 498px;
  margin: 40px auto 0;
}
.s15 .items::before, .s15 .items::after {
  position: absolute;
  content: " ";
  width: 100px;
  height: 20px;
  background: #C7DFFF;
}
.s15 .items::before {
  top: 260px;
  left: -12px;
}
.s15 .items::after {
  top: 218px;
  right: -11px;
}
.s15 .items .item {
  position: absolute;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
}
.s15 .items .item .pic {
  overflow: hidden;
}
.s15 .items .item .pic img {
  border-radius: 4px;
  transition: all 0.4s ease;
}
.s15 .items .item .pic img:hover {
  transform: scale(1.2);
}
.s15 .items .item .pic.pic-1 {
  width: 182px;
  height: 121px;
}
.s15 .items .item .pic.pic-2 {
  width: 304px;
  height: 152px;
}
.s15 .items .item .pic.pic-3 {
  width: 234px;
  height: 234px;
}
.s15 .items .item .pic.pic-4 {
  width: 140px;
  height: 210px;
}
.s15 .items .item .pic.pic-5 {
  width: 140px;
  height: 210px;
}
.s15 .items .item .pic.pic-6 {
  width: 234px;
  height: 234px;
}
.s15 .items .item .pic.pic-7 {
  width: 304px;
  height: 152px;
}
.s15 .items .item .pic.pic-8 {
  width: 182px;
  height: 121px;
}
.s15 .items .item .name {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.s15 .items .item:nth-child(1) {
  top: 24px;
  left: 0;
}
.s15 .items .item:nth-child(2) {
  top: 0;
  left: 222px;
}
.s15 .items .item:nth-child(3) {
  top: 0;
  left: 566px;
}
.s15 .items .item:nth-child(4) {
  top: 24px;
  right: 113px;
}
.s15 .items .item:nth-child(5) {
  bottom: 24px;
  left: 112px;
}
.s15 .items .item:nth-child(6) {
  bottom: 0;
  left: 292px;
}
.s15 .items .item:nth-child(7) {
  bottom: 0;
  left: 567px;
}
.s15 .items .item:nth-child(8) {
  right: 0;
  bottom: 31px;
}

.s16 {
  height: auto;
  background: #F6F8FC;
  padding-bottom: 78px;
}
.s16 .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s16 .content ul li {
  width: 286px;
  height: 440px;
  background: #FFF;
  margin-top: 42px;
  padding: 34px 20px 0;
  border-radius: 4px;
  box-shadow: 0 4px 14px 0 rgba(136, 173, 217, 0.1490196078);
  box-sizing: border-box;
}
.s16 .content ul li img {
  display: block;
  margin: 0 auto;
}
.s16 .content ul li b {
  display: block;
  margin: 32px auto 0;
  font-size: 24px;
  text-align: center;
}
.s16 .content ul li p {
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  margin-top: 20px;
  color: #333;
  font-size: 18px;
}
.s16 .content ul li p span {
  display: block;
  color: #666;
}
.s16 .content ul li p span em {
  display: inline-block;
  width: 2em;
  vertical-align: top;
}
.s16 .content ul li p span:nth-child(1) {
  width: 80px;
}
.s16 .content ul li p span:nth-child(2) {
  width: 160px;
}

.s17 {
  height: 364px;
  background: linear-gradient(180deg, rgba(29, 81, 206, 0) 0%, rgba(29, 81, 206, 0.0509803922) 100%);
}
.s17 .content {
  height: 100%;
  background: url("../images/unit/8/s5_bg.png") no-repeat right bottom;
  padding-top: 85px;
  box-sizing: border-box;
}
.s17 .content b {
  display: block;
  background: url("../images/unit/8/s5_b.png") no-repeat left bottom;
  margin-bottom: 42px;
  padding-bottom: 18px;
  font-size: 35px;
}
.s17 .content .inner {
  position: relative;
}
.s17 .content .intro {
  width: 540px;
}
.s17 .content .intro p {
  line-height: 32px;
  margin-bottom: 24px;
  font-size: 18px;
  text-indent: 2em;
  text-align: justify;
}
.s17 .content .intro p span {
  color: #1D51CE;
}

.s18 {
  background: url("../images/unit/8/s1_bg.png") no-repeat center top/contain;
}
.s18 .content {
  margin-top: 56px;
}
.s18 .content .items {
  display: flex;
  justify-content: space-between;
}
.s18 .content .items .item {
  position: relative;
  width: 384px;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 4px 34px 0 rgba(88, 124, 192, 0.1490196078);
}
.s18 .content .items .item dl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #fff;
  padding: 14px 16px 0;
  color: #1D51CE;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
.s18 .content .items .item dl dt {
  margin: 0 0 30px 0;
  font-size: 24px;
  text-align: center;
  transition: text-align 0.2s ease-in;
}
.s18 .content .items .item dl dd {
  position: relative;
  line-height: 22px;
  padding-left: 24px;
  text-align: justify;
}
.s18 .content .items .item dl dd::before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  content: " ";
  width: 4px;
  height: 4px;
  background: #1D51CE;
  border-radius: 50%;
}
.s18 .content .items .item dl dd + dd {
  margin-top: 20px;
}
.s18 .content .items .item.active dl {
  height: 220px;
  background: #1D51CE;
  padding: 24px 16px 0;
  color: #fff;
}
.s18 .content .items .item.active dl dt {
  margin: 0 0 20px 0;
  text-align: left;
}
.s18 .content .items .item.active dl dd::before {
  background: #fff;
}

.s19 {
  background: #F8FBFE;
}
.s19 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.s19 .content .item {
  position: relative;
  width: 170px;
  height: 380px;
  padding-top: 140px;
  box-sizing: border-box;
}
.s19 .content .item.item-1 {
  background: #fff url("../images/unit/8/s19_pic_1.png") no-repeat 0 0;
}
.s19 .content .item.item-2 {
  background: #fff url("../images/unit/8/s19_pic_2.png") no-repeat 0 0;
}
.s19 .content .item.item-3 {
  background: #fff url("../images/unit/8/s19_pic_3.png") no-repeat 0 0;
}
.s19 .content .item.item-4 {
  background: #fff url("../images/unit/8/s19_pic_4.png") no-repeat 0 0;
}
.s19 .content .item.item-5 {
  background: #fff url("../images/unit/8/s19_pic_5.png") no-repeat 0 0;
}
.s19 .content .item.item-6 {
  background: #fff url("../images/unit/8/s19_pic_6.png") no-repeat 0 0;
}
.s19 .content .item.item-7 {
  background: #fff url("../images/unit/8/s19_pic_7.png") no-repeat 0 0;
}
.s19 .content .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 80%);
  transition: all 0.2s ease-in;
}
.s19 .content .item b {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.s19 .content .item:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 45, 122, 0.6392156863) 52.5%, #1547BE 100%);
}

.s20 {
  max-width: 100%;
  background: #FEFFFF;
  overflow: hidden;
}
.s20 .content {
  margin-top: 46px;
}
.s20 .content .swiper {
  overflow: visible;
}
.s20 .content .swiper-slide .item {
  position: relative;
  width: 1100px;
  height: 350px;
  margin: 0 auto;
  padding: 72px 0 0 40px;
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgba(29, 81, 206, 0.1411764706);
  box-sizing: border-box;
}
.s20 .content .swiper-slide .item.item-1 {
  background: #fff url("../images/unit/8/s20_pic_1.png") no-repeat right top;
}
.s20 .content .swiper-slide .item.item-2 {
  background: #fff url("../images/unit/8/s20_pic_2.png") no-repeat right top;
}
.s20 .content .swiper-slide .item.item-3 {
  background: #fff url("../images/unit/8/s20_pic_3.png") no-repeat right top;
}
.s20 .content .swiper-slide .item.item-4 {
  background: #fff url("../images/unit/8/s20_pic_4.png") no-repeat right top;
}
.s20 .content .swiper-slide .item span {
  display: block;
  color: #1d51ce;
  font-size: 18px;
  letter-spacing: 1px;
}
.s20 .content .swiper-slide .item b {
  display: block;
  margin: 16px 0 18px;
  font-size: 34px;
}
.s20 .content .swiper-slide .item p {
  width: 500px;
  line-height: 34px;
  color: #666;
  font-size: 20px;
}
.s20 .content .swiper-slide-shadow-coverflow {
  background: rgba(255, 255, 255, 0.4);
}
.s20 .content .swiper-scrollbar {
  bottom: -105px;
}
.s20 .content .swiper-scrollbar-drag {
  background: #1D51CE;
}

.s21 {
  background: linear-gradient(180deg, #FFF 8.71%, rgba(255, 255, 255, 0) 99.95%);
}
.s21 .section-inner {
  height: 100%;
  background: url("../images/unit/8/s14_bg.png") no-repeat center top/cover;
}
.s21 .content {
  padding-top: 244px;
}
.s21 .content .items {
  display: flex;
  justify-content: center;
  height: 48px;
  background: url("../images/unit/8/s14_line.svg") no-repeat center center;
}
.s21 .content .items .item {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 64px;
}
.s21 .content .items .item .icon {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 8px 5px 0 rgba(225, 229, 239, 0.2509803922);
}
.s21 .content .items .item .icon.icon-1 {
  background: #fff url("../images/unit/8/s21_icon_1.svg") no-repeat 0 0;
}
.s21 .content .items .item .icon.icon-2 {
  background: #fff url("../images/unit/8/s21_icon_2.svg") no-repeat 0 0;
}
.s21 .content .items .item .icon.icon-3 {
  background: #fff url("../images/unit/8/s21_icon_3.svg") no-repeat 0 0;
}
.s21 .content .items .item .icon.icon-4 {
  background: #fff url("../images/unit/8/s21_icon_4.svg") no-repeat 0 0;
}
.s21 .content .items .item .icon.icon-5 {
  background: #fff url("../images/unit/8/s21_icon_5.svg") no-repeat 0 0;
}
.s21 .content .items .item .icon.icon-6 {
  background: #fff url("../images/unit/8/s21_icon_6.svg") no-repeat 0 0;
}
.s21 .content .items .item dl {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 256px;
  height: 164px;
  background: url("../images/unit/8/s14_dl.png") no-repeat 0 0;
  padding: 24px 24px 0;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.s21 .content .items .item dl dt {
  height: 36px;
  line-height: 36px;
  color: #1D51CE;
  font-size: 20px;
}
.s21 .content .items .item dl dt b {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 26px;
  vertical-align: top;
}
.s21 .content .items .item dl dt b::after {
  position: absolute;
  right: -4px;
  bottom: 8px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(29, 81, 206, 0.4);
  border-radius: 50%;
}
.s21 .content .items .item dl dd {
  margin-top: 2px;
  color: #686f93;
  font-size: 16px;
  text-align: justify;
}
.s21 .content .items .item:nth-child(odd) dl {
  background-image: url("../images/unit/8/s14_dl_odd.png");
}
.s21 .content .items .item:nth-child(even) dl {
  top: auto;
  bottom: 90px;
}
.s21 .content .items .item.active dl {
  background-image: url("../images/unit/8/s14_dl_active.png");
}
.s21 .content .items .item.active dl dt {
  color: #fff;
}
.s21 .content .items .item.active dl dt b::after {
  background: rgba(255, 255, 255, 0.4);
}
.s21 .content .items .item.active dl dd {
  color: #fff;
}
.s21 .content .items .item.active:nth-child(odd) dl {
  background-image: url("../images/unit/8/s14_dl_odd_active.png");
}

.s22 {
  background: url("../images/unit/8/s22_bg.png") no-repeat center top/cover;
}
.s22 .content {
  margin-top: 46px;
}
.s22 .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s22 .content .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 388px;
  height: 200px;
  background: url("../images/unit/8/s22_item.png") no-repeat 0 0;
  margin-bottom: 12px;
  padding: 0 24px;
  box-sizing: border-box;
}
.s22 .content .items .item b {
  width: 9em;
  font-size: 23px;
  font-weight: normal;
  transition: all 0.2s ease-in;
}
.s22 .content .items .item .icon {
  display: block;
  width: 100px;
  height: 100px;
}
.s22 .content .items .item .icon.icon-1 {
  background: #fff url("../images/unit/8/s22_icon_1.svg") no-repeat 0 0;
}
.s22 .content .items .item .icon.icon-2 {
  background: #fff url("../images/unit/8/s22_icon_2.svg") no-repeat 0 0;
}
.s22 .content .items .item .icon.icon-3 {
  background: #fff url("../images/unit/8/s22_icon_3.svg") no-repeat 0 0;
}
.s22 .content .items .item .icon.icon-4 {
  background: #fff url("../images/unit/8/s22_icon_4.svg") no-repeat 0 0;
}
.s22 .content .items .item .icon.icon-5 {
  background: #fff url("../images/unit/8/s22_icon_5.svg") no-repeat 0 0;
}
.s22 .content .items .item .icon.icon-6 {
  background: #fff url("../images/unit/8/s22_icon_6.svg") no-repeat 0 0;
}
.s22 .content .items .item.active {
  box-shadow: 0 0 14px 0 rgba(29, 81, 206, 0.05);
}
.s22 .content .items .item.active b {
  color: #1d51ce;
}

.s23 {
  background: url("../images/unit/8/s4_bg.png") no-repeat center top/cover;
}
.s23 .content {
  padding-top: 32px;
}
.s23 .content .tab-list ul {
  font-size: 0;
  text-align: center;
}
.s23 .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;
}
.s23 .content .tab-list ul li.active {
  background: #1d51ce;
  color: #fff;
}
.s23 .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);
}
.s23 .content .tab-content .inner {
  display: none;
  justify-content: space-between;
}
.s23 .content .tab-content .inner .left {
  position: relative;
  width: 580px;
  height: 336px;
}
.s23 .content .tab-content .inner .left p {
  margin-bottom: 32px;
  font-size: 28px;
}
.s23 .content .tab-content .inner .left dl {
  line-height: 22px;
  font-size: 16px;
  vertical-align: top;
}
.s23 .content .tab-content .inner .left dl dt {
  color: #1d51ce;
}
.s23 .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;
}
.s23 .content .tab-content .inner .left dl dd {
  line-height: 32px;
  text-indent: 2em;
}
.s23 .content .tab-content .inner .left dl dd + dd {
  margin-top: 8px;
}
.s23 .content .tab-content .inner .left::before, .s23 .content .tab-content .inner .left::after {
  position: absolute;
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  background: url("../images/unit/8/s5_icon_quote.svg") no-repeat 0 0;
}
.s23 .content .tab-content .inner .left::before {
  top: -16px;
  left: -52px;
}
.s23 .content .tab-content .inner .left::after {
  right: -52px;
  bottom: -16px;
  visibility: inherit;
  transform: rotateY(180deg);
}
.s23 .content .tab-content .inner .right {
  width: 336px;
  height: 336px;
}
.s23 .content .tab-content .inner .right img {
  width: 100%;
  height: 100%;
}

.s24 {
  height: 524px;
  min-height: auto;
  background: linear-gradient(180deg, rgba(29, 81, 206, 0) 0%, rgba(29, 81, 206, 0.0509803922) 100%);
}
.s24 .content {
  height: 100%;
  background: url("../images/unit/8/s5_bg.png") no-repeat right bottom;
  padding-top: 85px;
  box-sizing: border-box;
}
.s24 .content b {
  display: block;
  background: url("../images/unit/8/s5_b.png") no-repeat left bottom;
  margin-bottom: 42px;
  padding-bottom: 18px;
  font-size: 35px;
}
.s24 .content .inner {
  position: relative;
}
.s24 .content .intro {
  width: 540px;
}
.s24 .content .intro p {
  line-height: 32px;
  margin-bottom: 24px;
  font-size: 18px;
  text-indent: 2em;
  text-align: justify;
}
.s24 .content .intro p span {
  color: #1D51CE;
}/*# sourceMappingURL=unit8.css.map */