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/jiulaimi/banner_1.png") center top no-repeat, url("../images/jiulaimi/banner_2.png") center 252px no-repeat, url("../images/jiulaimi/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 {
  background: url("../images/jiulaimi/s1_bg.png") no-repeat center top/cover;
}
.s1 .content {
  display: flex;
  height: 500px;
  background: url("../images/jiulaimi/s1_inner.png") no-repeat 0 0;
  margin-top: 26px;
  padding: 8px;
  color: #fff;
  box-sizing: border-box;
}
.s1 .content .tab-list {
  width: 260px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
}
.s1 .content .tab-list ul {
  padding-top: 87px;
}
.s1 .content .tab-list ul li {
  height: 105px;
  padding: 21px 0 0 56px;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
.s1 .content .tab-list ul li b {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: 0.4px;
}
.s1 .content .tab-list ul li.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.s1 .content .tab-list ul li + li {
  margin-top: 100px;
}
.s1 .content .tab-content {
  width: 924px;
  padding: 36px 92px 0 120px;
  box-sizing: border-box;
}
.s1 .content .tab-content .inner {
  display: none;
}
.s1 .content .tab-content .inner dl dt {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 40px;
  letter-spacing: 0.8px;
}
.s1 .content .tab-content .inner dl dd {
  line-height: 32px;
  background: url("../images/jiulaimi/s1_icon_tick.svg") no-repeat left 7px;
  margin-top: 16px;
  padding-left: 34px;
  font-size: 16px;
  text-align: justify;
}
.s1 .content .tab-content .inner p {
  margin-top: 32px;
}
.s1 .content .tab-content .inner p span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.s1 .content .tab-content .inner p span + span {
  margin-left: 40px;
}

.s2 {
  background: url("../images/jiulaimi/s2_bg.png") no-repeat center bottom/cover;
}
.s2 .content {
  height: 510px;
  background: url("../images/jiulaimi/s2_inner.png") no-repeat center bottom;
  margin-top: 56px;
}
.s2 .content .top {
  display: flex;
  justify-content: space-between;
  padding: 0 66px;
}
.s2 .content .top .arrow {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 44px;
  height: 344px;
  padding: 46px 0;
  box-sizing: border-box;
}
.s2 .content .top .arrow span {
  display: block;
  width: 44px;
  height: 44px;
  background: url("../images/jiulaimi/s2_icon_arrow.svg") no-repeat 0 0;
}
.s2 .content .top .left,
.s2 .content .top .right {
  height: 344px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 24px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 24px 0 rgba(151, 188, 255, 0.3);
}
.s2 .content .top .left {
  display: flex;
  justify-content: space-between;
  width: 672px;
}
.s2 .content .top .right {
  width: 348px;
}
.s2 .content .top .box {
  width: 300px;
  height: 312px;
  background: rgba(212, 232, 255, 0.4);
  padding: 20px 0 0;
  box-sizing: border-box;
}
.s2 .content .top .box b {
  display: block;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #1d51ce;
  font-size: 20px;
  text-align: center;
}
.s2 .content .top .box b .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: top;
}
.s2 .content .top .box b .icon.icon-1 {
  background: url("../images/jiulaimi/s2_icon_1.svg") no-repeat 0 0;
}
.s2 .content .top .box b .icon.icon-2 {
  background: url("../images/jiulaimi/s2_icon_2.svg") no-repeat 0 0;
}
.s2 .content .top .box b .icon.icon-3 {
  background: url("../images/jiulaimi/s2_icon_3.svg") no-repeat 0 0;
}
.s2 .content .top .box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s2 .content .top .box ul li {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 4px;
  color: rgba(29, 81, 206, 0.8);
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.s2 .content .top .box ul li + li {
  margin-top: 22px;
}
.s2 .content .top .box ul.two {
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: center;
}
.s2 .content .top .box ul.two li {
  width: 100px;
  margin: 0 8px 53px;
}
.s2 .content .top .box ul.two li:nth-child(5), .s2 .content .top .box ul.two li:nth-child(6) {
  margin-bottom: 0;
}
.s2 .content .bot {
  display: flex;
  justify-content: space-between;
  padding: 66px 49px 0;
  font-size: 0;
}
.s2 .content .bot span {
  position: relative;
  display: block;
  height: 22px;
  line-height: 22px;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  color: #1d51ce;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.s2 .content .bot span::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #1d51ce;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.s2 .content .bot span:nth-child(2), .s2 .content .bot span:nth-child(7) {
  margin-top: 24px;
}
.s2 .content .bot span:nth-child(3), .s2 .content .bot span:nth-child(6) {
  margin-top: 34px;
}
.s2 .content .bot span:nth-child(4), .s2 .content .bot span:nth-child(5) {
  margin-top: 40px;
}

.s3 {
  background: url("../images/jiulaimi/s3_bg.png") no-repeat center top/cover;
}
.s3 .content {
  margin-top: 48px;
}
.s3 .content .items {
  display: flex;
  justify-content: space-between;
}
.s3 .content .items .item {
  width: 180px;
  height: 440px;
  transition: all 0.2s ease-in;
  border-radius: 4px;
}
.s3 .content .items .item .inner {
  height: 100%;
  background: linear-gradient(180deg, #00257C 0%, rgba(29, 81, 206, 0.2) 100%);
  padding: 36px 0 0 24px;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.2s ease-in;
}
.s3 .content .items .item .inner b,
.s3 .content .items .item .inner p {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in;
}
.s3 .content .items .item .inner p {
  display: none;
}
.s3 .content .items .item.active {
  width: 384px;
}
.s3 .content .items .item.active .inner {
  background: linear-gradient(180deg, #1D51CE 0%, rgba(184, 203, 255, 0.2) 100%);
}
.s3 .content .items .item.active .inner b {
  display: none;
}
.s3 .content .items .item.active .inner p {
  display: block;
}
.s3 .content .items .item.item-1 {
  background: url("../images/jiulaimi/s3_pic_1.png") no-repeat 0 0;
}
.s3 .content .items .item.item-2 {
  background: url("../images/jiulaimi/s3_pic_2.png") no-repeat 0 0;
}
.s3 .content .items .item.item-3 {
  background: url("../images/jiulaimi/s3_pic_3.png") no-repeat 0 0;
}
.s3 .content .items .item.item-4 {
  background: url("../images/jiulaimi/s3_pic_4.png") no-repeat 0 0;
}
.s3 .content .items .item.item-5 {
  background: url("../images/jiulaimi/s3_pic_5.png") no-repeat 0 0;
}

.s4 {
  background: url("../images/jiulaimi/s4_bg.png") no-repeat center top/cover;
}
.s4 .content {
  margin-top: 24px;
}
.s4 .content .top {
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgba(151, 188, 255, 0.3);
}
.s4 .content .top .row {
  display: flex;
  height: 100px;
  background: rgba(212, 232, 255, 0.4);
  padding-left: 34px;
  border-radius: 4px;
}
.s4 .content .top .row .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s4 .content .top .row .item .icon {
  display: block;
  width: 44px;
  height: 44px;
}
.s4 .content .top .row .item .icon.icon-1 {
  background: url("../images/jiulaimi/s4_icon_1.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-2 {
  background: url("../images/jiulaimi/s4_icon_2.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-3 {
  background: url("../images/jiulaimi/s4_icon_3.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-4 {
  background: url("../images/jiulaimi/s4_icon_4.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-5 {
  background: url("../images/jiulaimi/s4_icon_5.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-6 {
  background: url("../images/jiulaimi/s4_icon_6.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-7 {
  background: url("../images/jiulaimi/s4_icon_7.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-8 {
  background: url("../images/jiulaimi/s4_icon_8.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-9 {
  background: url("../images/jiulaimi/s4_icon_9.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-10 {
  background: url("../images/jiulaimi/s4_icon_10.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-11 {
  background: url("../images/jiulaimi/s4_icon_11.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-12 {
  background: url("../images/jiulaimi/s4_icon_12.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-13 {
  background: url("../images/jiulaimi/s4_icon_13.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-14 {
  background: url("../images/jiulaimi/s4_icon_14.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-15 {
  background: url("../images/jiulaimi/s4_icon_15.svg") no-repeat 0 0;
}
.s4 .content .top .row .item .icon.icon-1, .s4 .content .top .row .item .icon.icon-7, .s4 .content .top .row .item .icon.icon-11 {
  width: 64px;
  height: 64px;
}
.s4 .content .top .row .item .icon.icon-1 ~ span, .s4 .content .top .row .item .icon.icon-7 ~ span, .s4 .content .top .row .item .icon.icon-11 ~ span {
  margin-top: 8px;
  font-size: 16px;
}
.s4 .content .top .row .item span {
  display: block;
  margin-top: 4px;
  color: #021c5a;
  font-size: 14px;
  text-align: center;
}
.s4 .content .top .row.row-1 .item + .item {
  margin: 15px 0 0 114px;
}
.s4 .content .top .row.row-1 .item + .item::before {
  position: absolute;
  top: 26px;
  left: -114px;
  content: " ";
  width: 114px;
  height: 16px;
  background: url("../images/jiulaimi/s4_icon_arrow_1.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-1 .item:nth-child(2) {
  margin-left: 122px;
}
.s4 .content .top .row.row-2 {
  margin-top: 13px;
}
.s4 .content .top .row.row-2 .item + .item {
  margin-top: 15px;
}
.s4 .content .top .row.row-2 .item:nth-child(2) {
  margin-right: 460px;
  margin-left: 292px;
}
.s4 .content .top .row.row-2 .item:nth-child(2)::before {
  position: absolute;
  top: -38px;
  left: 18px;
  content: " ";
  width: 16px;
  height: 36px;
  background: url("../images/jiulaimi/s4_icon_arrow_2.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-2 .item:nth-child(2)::after {
  position: absolute;
  top: 74px;
  left: 18px;
  content: " ";
  width: 16px;
  height: 36px;
  background: url("../images/jiulaimi/s4_icon_arrow_2.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-2 .item:nth-child(3)::before, .s4 .content .top .row.row-2 .item:nth-child(3)::after {
  position: absolute;
  top: -40px;
  left: 6px;
  content: " ";
  width: 16px;
  height: 36px;
  background: url("../images/jiulaimi/s4_icon_arrow_2.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-2 .item:nth-child(3)::after {
  left: 22px;
  transform: rotateX(180deg);
}
.s4 .content .top .row.row-2 .item:nth-child(4) {
  margin-left: 120px;
}
.s4 .content .top .row.row-2 .item:nth-child(4)::before {
  position: absolute;
  top: 25px;
  left: -115px;
  content: " ";
  width: 114px;
  height: 114px;
  background: url("../images/jiulaimi/s4_icon_arrow_5.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-3 {
  margin-top: 13px;
}
.s4 .content .top .row.row-3 .item + .item {
  margin: 15px 0 0 114px;
}
.s4 .content .top .row.row-3 .item:nth-child(2) {
  margin-left: 122px;
}
.s4 .content .top .row.row-3 .item:nth-child(2)::before, .s4 .content .top .row.row-3 .item:nth-child(3)::before {
  position: absolute;
  top: 26px;
  left: -114px;
  content: " ";
  width: 114px;
  height: 16px;
  background: url("../images/jiulaimi/s4_icon_arrow_1.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-3 .item:nth-child(4) {
  margin-left: 284px;
}
.s4 .content .top .row.row-3 .item:nth-child(4)::before {
  position: absolute;
  top: -152px;
  left: 18px;
  content: " ";
  width: 16px;
  height: 150px;
  background: url("../images/jiulaimi/s4_icon_arrow_3.svg") no-repeat 0 0;
}
.s4 .content .top .row.row-3 .item:nth-child(5)::before {
  position: absolute;
  top: -181px;
  left: -70px;
  content: " ";
  width: 68px;
  height: 216px;
  background: url("../images/jiulaimi/s4_icon_arrow_4.svg") no-repeat 0 0;
}
.s4 .content .arrow {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.s4 .content .arrow span {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/jiulaimi/s4_icon_arrow_6.svg") no-repeat 0 0;
  margin: 0 100px;
}
.s4 .content .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 60px;
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgba(151, 188, 255, 0.3);
}
.s4 .content .bot p {
  display: flex;
  justify-content: space-between;
  width: 240px;
  background: rgba(212, 232, 255, 0.4);
  padding: 16px 28px;
  border-radius: 4px;
  box-sizing: border-box;
}
.s4 .content .bot span {
  display: block;
  width: 84px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
.s4 .content .bot span.tag-1 {
  background: #3B81FF;
  color: #fff;
}
.s4 .content .bot span.tag-2 {
  background: #fff;
  color: #1D51CE;
}
.s4 .content .bot span.tag-3 {
  background: rgba(212, 232, 255, 0.4);
  color: #1D51CE;
}

.s5 {
  background: linear-gradient(180deg, #F7FAFF 0%, #FFF 65%);
}
.s5 .content {
  margin-top: 32px;
}
.s5 .content .tab-list ul {
  display: flex;
  justify-content: center;
}
.s5 .content .tab-list ul li {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: url("../images/jiulaimi/s5_tab_list_2.svg") no-repeat 0 0;
  color: #1D51CE;
  font-size: 18px;
  text-align: center;
  cursor: default;
  transition: all 0.2s ease-in;
}
.s5 .content .tab-list ul li:first-child {
  background-image: url("../images/jiulaimi/s5_tab_list_1.svg");
}
.s5 .content .tab-list ul li:last-child {
  background-image: url("../images/jiulaimi/s5_tab_list_3.svg");
}
.s5 .content .tab-list ul li.active {
  background-image: url("../images/jiulaimi/s5_tab_list_2_active.svg");
  color: #fff;
}
.s5 .content .tab-list ul li.active:first-child {
  background-image: url("../images/jiulaimi/s5_tab_list_1_active.svg");
}
.s5 .content .tab-list ul li.active:last-child {
  background-image: url("../images/jiulaimi/s5_tab_list_3_active.svg");
}
.s5 .content .tab-list ul li + li {
  margin-left: -10px;
}
.s5 .content .tab-content {
  margin-top: 10px;
}
.s5 .content .tab-content .inner {
  display: none;
  justify-content: space-between;
}
.s5 .content .tab-content .inner .left {
  width: 672px;
  height: 474px;
  background: url("../images/jiulaimi/s5_left.png") no-repeat 0 0;
  padding: 46px 48px;
  box-sizing: border-box;
}
.s5 .content .tab-content .inner .right {
  width: 408px;
  padding-top: 80px;
  padding-right: 48px;
}
.s5 .content .tab-content .inner .right dl dt {
  padding-bottom: 24px;
  border-bottom: 1px solid #1D51CE;
  font-size: 34px;
}
.s5 .content .tab-content .inner .right dl dd {
  line-height: 24px;
  padding-left: 30px;
  background: url("../images/jiulaimi/s5_icon_tick.png") no-repeat left 3px;
  margin-top: 24px;
  font-size: 16px;
  text-align: justify;
}/*# sourceMappingURL=jiulaimi.css.map */