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/solution/banner_1.png") center top no-repeat, url("../images/solution/banner_2.png") center 252px no-repeat, url("../images/solution/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: 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 {
  height: 700px;
  min-height: auto;
  background: url("../images/solution/s1_bg.png") no-repeat center bottom/contain;
}
.s1 .content {
  padding-top: 76px;
}
.s1 .content ul {
  display: flex;
  justify-content: space-between;
}
.s1 .content ul li {
  width: 240px;
  text-align: center;
}
.s1 .content ul li i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.s1 .content ul li i.icon-1 {
  background: url("../images/solution/s1_icon_1.svg") no-repeat 0 0;
}
.s1 .content ul li i.icon-2 {
  background: url("../images/solution/s1_icon_2.svg") no-repeat 0 0;
}
.s1 .content ul li i.icon-3 {
  background: url("../images/solution/s1_icon_3.svg") no-repeat 0 0;
}
.s1 .content ul li i.icon-4 {
  background: url("../images/solution/s1_icon_4.svg") no-repeat 0 0;
}
.s1 .content ul li b {
  color: #1D51CE;
  font-size: 24px;
}
.s1 .content ul li p {
  line-height: 32px;
  margin-top: 8px;
  color: #666;
  font-size: 16px;
}

.s2 {
  background: url("../images/solution/s1_bg.png") no-repeat center bottom/contain;
}
.s2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.s2 .content .left ul li {
  width: 228px;
  height: 22px;
  line-height: 22px;
  padding: 12px 0;
  cursor: pointer;
}
.s2 .content .left ul li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px 12px 3px 64px;
  vertical-align: top;
}
.s2 .content .left ul li i.icon-1 {
  background: url("../images/solution/s2_icon_r_1.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-2 {
  background: url("../images/solution/s2_icon_r_2.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-3 {
  background: url("../images/solution/s2_icon_r_3.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-4 {
  background: url("../images/solution/s2_icon_r_4.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-5 {
  background: url("../images/solution/s2_icon_r_5.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-6 {
  background: url("../images/solution/s2_icon_r_6.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-7 {
  background: url("../images/solution/s2_icon_r_7.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-8 {
  background: url("../images/solution/s2_icon_r_8.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-9 {
  background: url("../images/solution/s2_icon_r_9.svg") no-repeat 0 0;
}
.s2 .content .left ul li.active {
  background: url("../images/solution/s2_active.svg") no-repeat 0 0;
  color: #fff;
}
.s2 .content .left ul li.active i.icon-1 {
  background-image: url("../images/solution/s2_icon_1.svg");
}
.s2 .content .left ul li.active i.icon-2 {
  background-image: url("../images/solution/s2_icon_2.svg");
}
.s2 .content .left ul li.active i.icon-3 {
  background-image: url("../images/solution/s2_icon_3.svg");
}
.s2 .content .left ul li.active i.icon-4 {
  background-image: url("../images/solution/s2_icon_4.svg");
}
.s2 .content .left ul li.active i.icon-5 {
  background-image: url("../images/solution/s2_icon_5.svg");
}
.s2 .content .left ul li.active i.icon-6 {
  background-image: url("../images/solution/s2_icon_6.svg");
}
.s2 .content .left ul li.active i.icon-7 {
  background-image: url("../images/solution/s2_icon_7.svg");
}
.s2 .content .left ul li.active i.icon-8 {
  background-image: url("../images/solution/s2_icon_8.svg");
}
.s2 .content .left ul li.active i.icon-9 {
  background-image: url("../images/solution/s2_icon_9.svg");
}
.s2 .content .left ul li + li {
  margin-top: 2px;
}
.s2 .content .right {
  width: 972px;
  height: 430px;
  background: url("../images/solution/s2_right_bg.png") no-repeat 0 0;
  overflow: hidden;
}
.s2 .content .right .item {
  width: 100%;
  height: 100%;
  padding: 32px 36px;
  box-sizing: border-box;
}
.s2 .content .right .item.item-1 {
  background: url("../images/solution/s2_right_pic_1.png") no-repeat right bottom;
}
.s2 .content .right .item.item-2 {
  background: url("../images/solution/s2_right_pic_2.png") no-repeat right bottom;
}
.s2 .content .right .item.item-3 {
  background: url("../images/solution/s2_right_pic_3.png") no-repeat right bottom;
}
.s2 .content .right .item.item-4 {
  background: url("../images/solution/s2_right_pic_4.png") no-repeat right bottom;
}
.s2 .content .right .item.item-5 {
  background: url("../images/solution/s2_right_pic_5.png") no-repeat right bottom;
}
.s2 .content .right .item.item-6 {
  background: url("../images/solution/s2_right_pic_6.png") no-repeat right bottom;
}
.s2 .content .right .item.item-7 {
  background: url("../images/solution/s2_right_pic_7.png") no-repeat right bottom;
}
.s2 .content .right .item.item-8 {
  background: url("../images/solution/s2_right_pic_8.png") no-repeat right bottom;
}
.s2 .content .right .item.item-9 {
  background: url("../images/solution/s2_right_pic_9.png") no-repeat right bottom;
}
.s2 .content .right .item dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.s2 .content .right .item dl dt {
  width: 54px;
  height: 24px;
  line-height: 24px;
  background-color: rgba(59, 129, 255, 0.2);
  margin-right: 16px;
  border-radius: 4px;
  color: #1D51CE;
  font-weight: bold;
  text-align: center;
}
.s2 .content .right .item dl dd {
  width: 44em;
}
.s2 .content .right .item dl dd p {
  line-height: 24px;
  color: #1D51CE;
  font-size: 18px;
}
.s2 .content .right .item dl dd p + p {
  margin-top: 14px;
  color: #666;
  font-size: 16px;
}
.s2 .content .right .item .popup-button {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: #1D51CE url("../images/solution/s2_icon_arrow.svg") no-repeat 78px center;
  margin-left: 70px;
  padding: 0 32px 0 16px;
  border-radius: 4px;
  color: #fff;
  vertical-align: top;
  letter-spacing: 0.3px;
}

.s3 {
  background: #ECF5FE;
}
.s3 .content {
  padding-top: 64px;
}
.s3 .content .items {
  display: flex;
  justify-content: space-between;
}
.s3 .content .items .item {
  display: flex;
  flex-direction: column;
  width: 190px;
  height: 416px;
  background: url("../images/solution/s3_item.png") no-repeat 0 0;
  padding-top: 26px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.s3 .content .items .item i {
  display: inline-block;
  width: 188px;
  height: 188px;
  vertical-align: top;
}
.s3 .content .items .item i.icon-1 {
  background: url("../images/solution/s3_icon_1.svg") no-repeat 0 0;
}
.s3 .content .items .item i.icon-2 {
  background: url("../images/solution/s3_icon_2.svg") no-repeat 0 0;
}
.s3 .content .items .item i.icon-3 {
  background: url("../images/solution/s3_icon_3.svg") no-repeat 0 0;
}
.s3 .content .items .item i.icon-4 {
  background: url("../images/solution/s3_icon_4.svg") no-repeat 0 0;
}
.s3 .content .items .item i.icon-5 {
  background: url("../images/solution/s3_icon_5.svg") no-repeat 0 0;
}
.s3 .content .items .item i.icon-6 {
  background: url("../images/solution/s3_icon_6.svg") no-repeat 0 0;
}
.s3 .content .items .item b {
  margin: 46px 0 16px;
  color: #333;
  font-size: 18px;
}
.s3 .content .items .item:hover {
  background: url("../images/solution/s3_item_active.png") no-repeat 0 0;
}
.s3 .content .items .item:hover b {
  margin-top: 26px;
  color: #fff;
  font-size: 20px;
}
.s3 .content .items .item:hover span {
  color: #fff;
  font-size: 16px;
}

.s4 {
  background: url("../images/solution/s4_bg_1.png") no-repeat center bottom/contain;
}
.s4.s4-1 {
  background-image: url("../images/solution/s4_bg_1.png");
}
.s4.s4-2 {
  background-image: url("../images/solution/s4_bg_2.png");
}
.s4.s4-3 {
  background-image: url("../images/solution/s4_bg_3.png");
}
.s4.s4-4 {
  background-image: url("../images/solution/s4_bg_4.png");
}
.s4.s4-5 {
  background-image: url("../images/solution/s4_bg_5.png");
}
.s4.s4-6 {
  background-image: url("../images/solution/s4_bg_6.png");
}
.s4.s4-7 {
  background-image: url("../images/solution/s4_bg_7.png");
}
.s4.s4-8 {
  background-image: url("../images/solution/s4_bg_8.png");
}
.s4.s4-9 {
  background-image: url("../images/solution/s4_bg_9.png");
}
.s4 .content {
  padding-top: 32px;
}
.s4 .content .tab-list {
  margin-bottom: 36px;
}
.s4 .content .tab-list ul {
  padding-bottom: 18px;
  border-bottom: 2px solid #DFE0EA;
  font-size: 0;
  text-align: center;
}
.s4 .content .tab-list ul li {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin: 0 18px;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  vertical-align: top;
}
.s4 .content .tab-list ul li::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: " ";
  display: block;
  width: 0;
  height: 4px;
  background: #1D51CE;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.s4 .content .tab-list ul li.active {
  position: relative;
  color: #1D51CE;
  font-size: 22px;
  transition: all 0.2s ease;
}
.s4 .content .tab-list ul li.active::after {
  width: 80px;
}
.s4 .content .tab-content {
  background: #FFF;
  padding: 20px 20px 20px 40px;
  border-radius: 4px;
}
.s4 .content .tab-content .inner {
  display: flex;
  display: none;
  justify-content: space-between;
}
.s4 .content .tab-content .inner .swiper {
  width: 736px;
  height: 266px;
  margin: 0;
}
.s4 .content .tab-content .inner .swiper::before, .s4 .content .tab-content .inner .swiper::after {
  position: absolute;
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  background: url("../images/solution/s4_icon_quote.png") no-repeat 0 0;
}
.s4 .content .tab-content .inner .swiper::before {
  top: 0;
  left: 0;
}
.s4 .content .tab-content .inner .swiper::after {
  right: 0;
  bottom: 0;
  transform: rotateX(180deg) rotateY(180deg);
}
.s4 .content .tab-content .inner .swiper .swiper-slide {
  padding: 12px 52px 0;
  box-sizing: border-box;
}
.s4 .content .tab-content .inner .swiper .swiper-slide .name {
  display: flex;
  align-items: center;
}
.s4 .content .tab-content .inner .swiper .swiper-slide .name b {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  font-size: 28px;
}
.s4 .content .tab-content .inner .swiper .swiper-slide .name span {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #D8E6FF;
  padding: 0 8px;
  border-radius: 4px;
  color: #1D51CE;
  font-size: 16px;
}
.s4 .content .tab-content .inner .swiper .swiper-slide .desc {
  margin-top: 20px;
  color: #666;
  font-size: 18px;
  text-align: justify;
}
.s4 .content .tab-content .inner .swiper .swiper-pagination {
  top: unset;
  bottom: 0;
  left: 52px;
  width: unset;
  height: 4px;
}
.s4 .content .tab-content .inner .swiper .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;
}
.s4 .content .tab-content .inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #1D51CE;
}
.s4 .content .tab-content .inner .swiper .button {
  position: absolute;
  top: 124px;
  z-index: 99;
  width: 20px;
  height: 20px;
  color: #DFE0EA;
  background: url("../images/solution/s4_icon_arrow.svg") no-repeat 0 0/contain;
  cursor: pointer;
}
.s4 .content .tab-content .inner .swiper .button.button-next {
  right: 0;
  transform: rotateY(180deg);
}
.s4 .content .tab-content .inner .swiper .button.button-prev {
  left: 0;
}
.s4 .content .tab-content .inner .swiper .button:hover {
  background-image: url("../images/solution/s4_icon_arrow_active.svg");
}
.s4 .content .tab-content .inner .logo {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #F1F3FA;
  font-size: 0;
}
.s4 .content .tab-content .inner .logo img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
.s4 .content .tab-content .inner .pic {
  width: 360px;
  height: 360px;
}

.popup {
  position: relative;
  width: 1000px;
  min-height: 600px;
  background: linear-gradient(180deg, #C8DFFF 0%, #FFF 100%);
  padding: 32px 40px 0;
  border-radius: 4px;
}
.popup::before {
  position: absolute;
  top: 0;
  right: 80px;
  content: " ";
  display: block;
  width: 180px;
  height: 180px;
  background: url("../images/solution/popup_bg_before.svg") no-repeat 0 0;
}
.popup::after {
  position: absolute;
  left: 20px;
  bottom: 18px;
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/solution/popup_bg_after.svg") no-repeat 0 0;
}
.popup .title {
  margin-bottom: 32px;
  color: #1d51ce;
  font-size: 26px;
  text-align: justify;
}
.popup .content {
  height: 428px;
}

.vbox-child {
  border-radius: 4px;
}

.vbox-next span,
.vbox-prev span {
  border-top-color: #1d51ce;
  border-right-color: #1d51ce;
  border-width: 6px;
}

.vbox-close,
.vbox-left-corner {
  color: #1d51ce;
}/*# sourceMappingURL=solution.css.map */