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/3/banner_1.png") center top no-repeat, url("../images/unit/3/banner_2.png") center 252px no-repeat, url("../images/unit/3/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/3/s1_bg.png") no-repeat center top/contain;
}
.s1 .content {
  padding-bottom: 64px;
}
.s1 .content .tab-list {
  margin: 32px 0;
}
.s1 .content .tab-list ul {
  font-size: 0;
  text-align: center;
}
.s1 .content .tab-list ul li {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #1d51ce;
  font-size: 18px;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.s1 .content .tab-list ul li:nth-child(1) {
  background: url("../images/unit/3/s1_tab_1.svg") no-repeat 0 0;
}
.s1 .content .tab-list ul li:nth-child(2) {
  background: url("../images/unit/3/s1_tab_2.svg") no-repeat 0 0;
  margin-left: -10px;
}
.s1 .content .tab-list ul li.active {
  color: #fff;
}
.s1 .content .tab-list ul li.active:nth-child(1) {
  background-image: url("../images/unit/3/s1_tab_1_active.svg");
}
.s1 .content .tab-list ul li.active:nth-child(2) {
  background-image: url("../images/unit/3/s1_tab_2_active.svg");
}
.s1 .content .tab-content .inner {
  display: none;
}
.s1 .content .tab-content .inner .items-1 {
  display: flex;
  justify-content: space-between;
}
.s1 .content .tab-content .inner .items-1 .item {
  position: relative;
  width: 282px;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
}
.s1 .content .tab-content .inner .items-1 .item img {
  transition: all 0.4s ease;
}
.s1 .content .tab-content .inner .items-1 .item .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1D51CE 0%, rgba(29, 88, 206, 0) 83.65%);
  padding: 24px 0 0 24px;
  color: #fff;
  font-size: 26px;
  transition: all 0.4s ease;
}
.s1 .content .tab-content .inner .items-1 .item:hover img {
  transform: scale(1.2);
}
.s1 .content .tab-content .inner .items-1 .item:hover .desc {
  background: linear-gradient(180deg, #1D51CE 0%, rgba(29, 88, 206, 0) 100%);
}
.s1 .content .tab-content .inner .items-2 {
  position: relative;
  height: 500px;
}
.s1 .content .tab-content .inner .items-2 .item {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(1) {
  top: 0;
  left: 0;
  width: 220px;
  height: 238px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 220px;
  height: 238px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(3) {
  top: 0;
  left: 244px;
  width: 344px;
  height: 151px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(4) {
  top: 0;
  right: 244px;
  width: 344px;
  height: 151px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(5) {
  top: 175px;
  left: 244px;
  width: 712px;
  height: 150px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(6) {
  bottom: 0;
  left: 244px;
  width: 344px;
  height: 151px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(7) {
  bottom: 0;
  right: 244px;
  width: 344px;
  height: 151px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(8) {
  top: 0;
  right: 0;
  width: 220px;
  height: 238px;
}
.s1 .content .tab-content .inner .items-2 .item:nth-child(9) {
  bottom: 0;
  right: 0;
  width: 220px;
  height: 238px;
}
.s1 .content .tab-content .inner .items-2 .item img {
  transition: all 0.4s ease;
}
.s1 .content .tab-content .inner .items-2 .item .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1D51CE 0%, rgba(29, 88, 206, 0) 83.65%);
  padding: 24px 0 0 24px;
  color: #fff;
  font-size: 26px;
  transition: all 0.4s ease;
}
.s1 .content .tab-content .inner .items-2 .item:hover img {
  transform: scale(1.2);
}
.s1 .content .tab-content .inner .items-2 .item:hover .desc {
  background: linear-gradient(180deg, #1D51CE 0%, rgba(29, 88, 206, 0) 100%);
}
.s1 .content .intro {
  line-height: 32px;
  margin: 12px 0 28px;
  color: #666;
  text-align: center;
}
.s1 .content .intro span {
  color: #1D51CE;
}

.s2 {
  background: #F8F9FD;
}
.s2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  height: 464px;
}
.s2 .content .item {
  position: relative;
  width: 384px;
  height: 440px;
  border-radius: 4px;
}
.s2 .content .item dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 71, 190, 0.6784313725) 0%, rgba(21, 71, 190, 0) 100%);
  padding: 40px 0 0 40px;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.s2 .content .item dl dt {
  margin-bottom: 360px;
  font-size: 28px;
  letter-spacing: 0.56px;
  transition: all 0.2s ease-in;
}
.s2 .content .item dl dd {
  line-height: 32px;
  background: url("../images/unit/3/s2_icon_tick.svg") no-repeat left center;
  margin-top: 2px;
  padding-left: 30px;
  font-size: 16px;
  text-align: justify;
}
.s2 .content .item:hover dl {
  background: linear-gradient(180deg, #1D51CE 0%, rgba(102, 139, 229, 0.8509803922) 72%, rgba(184, 203, 255, 0.6901960784) 100%);
}
.s2 .content .item:hover dl dt {
  margin-bottom: 27px;
}

.s3 {
  background: url("../images/unit/3/s3_bg.png") no-repeat center top/cover;
}
.s3 .content {
  padding-top: 40px;
}
.s3 .content .items {
  text-align: center;
  font-size: 0;
}
.s3 .content .items .item {
  position: relative;
  display: inline-block;
  width: 560px;
  height: 220px;
  background: linear-gradient(180deg, #FFF 44.75%, #DEEDFF 100%);
  padding: 16px 0 0 32px;
  border-radius: 4px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.s3 .content .items .item dl dt {
  font-size: 26px;
  transition: all 0.2s ease;
}
.s3 .content .items .item dl dd {
  height: 22px;
  line-height: 22px;
  background: url("../images/unit/3/s3_icon_tick.svg") no-repeat left 7px;
  margin-top: 8px;
  padding-left: 18px;
  color: #666;
  font-size: 16px;
  transition: all 0.2s ease;
}
.s3 .content .items .item .icon {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  width: 178px;
  height: 178px;
}
.s3 .content .items .item .icon.icon-1 {
  background: url("../images/unit/3/s3_pic_1.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-2 {
  background: url("../images/unit/3/s3_pic_2.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-3 {
  background: url("../images/unit/3/s3_pic_3.svg") no-repeat 0 0;
}
.s3 .content .items .item .icon.icon-4 {
  background: url("../images/unit/3/s3_pic_4.svg") no-repeat 0 0;
}
.s3 .content .items .item:hover dl {
  box-shadow: 0 0 34px 0 rgba(255, 255, 255, 0.4196078431);
}
.s3 .content .items .item:hover dl dt {
  color: #1D51CE;
}
.s3 .content .items .item:hover dl dd {
  color: #1D51CE;
}
.s3 .content .items .item:nth-child(1) {
  margin: 0 80px 64px 0;
}
.s3 .content .items .item:nth-child(2) {
  margin: 0 0 64px 0;
}
.s3 .content .items .item:nth-child(3) {
  margin: 0 80px 0 0;
}

.s4 {
  background: url("../images/unit/3/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/3/s4_tab_1.svg") no-repeat 0 0;
}
.s4 .content .tab-list ul li:nth-child(2) {
  background: url("../images/unit/3/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/3/s4_tab_1_active.svg");
}
.s4 .content .tab-list ul li.active:nth-child(2) {
  background-image: url("../images/unit/3/s4_tab_2_active.svg");
}
.s4 .content .tab-content .inner {
  display: none;
}
.s4 .content .tab-content .inner .items {
  display: flex;
  justify-content: space-between;
  background: url("../images/unit/3/s4_line_1.svg") no-repeat left 18px;
  margin-top: 42px;
  padding: 0 100px;
}
.s4 .content .tab-content .inner .items .item .icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 40px;
}
.s4 .content .tab-content .inner .items .item .icon.icon-1 {
  background: url("../images/unit/3/s4_icon_1.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-2 {
  background: url("../images/unit/3/s4_icon_2.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-3 {
  background: url("../images/unit/3/s4_icon_3.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-4 {
  background: url("../images/unit/3/s4_icon_4.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item .icon.icon-5 {
  background: url("../images/unit/3/s4_icon_5.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items .item dl {
  width: 180px;
  height: 308px;
  background: url("../images/unit/3/s4_item.svg") no-repeat left bottom;
  padding: 40px 20px 0;
  text-align: center;
  box-sizing: border-box;
}
.s4 .content .tab-content .inner .items .item dl dt {
  height: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(29, 81, 206, 0.2);
  color: #1d51ce;
  font-size: 22px;
}
.s4 .content .tab-content .inner .items .item dl dd {
  height: 32px;
  line-height: 32px;
  color: #666666;
  font-size: 18px;
}
.s4 .content .tab-content .inner .items .item.active dl {
  background-image: url("../images/unit/3/s4_item_hover.svg");
}
.s4 .content .tab-content .inner .items .item.active dl dt {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.s4 .content .tab-content .inner .items .item.active dl dd {
  color: #fff;
}
.s4 .content .tab-content .inner .items2 {
  position: relative;
  width: 1080px;
  height: 224px;
  background: url("../images/unit/3/s4_line_2.svg") no-repeat 0 0;
  margin: 134px auto 0;
}
.s4 .content .tab-content .inner .items2 .item {
  position: absolute;
}
.s4 .content .tab-content .inner .items2 .item .icon {
  display: block;
  width: 48px;
  height: 48px;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-1 {
  background: url("../images/unit/3/s4_icon2_1.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-2 {
  background: url("../images/unit/3/s4_icon2_2.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-3 {
  background: url("../images/unit/3/s4_icon2_3.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-4 {
  background: url("../images/unit/3/s4_icon2_4.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-5 {
  background: url("../images/unit/3/s4_icon2_5.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-6 {
  background: url("../images/unit/3/s4_icon2_6.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-7 {
  background: url("../images/unit/3/s4_icon2_7.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-8 {
  background: url("../images/unit/3/s4_icon2_8.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-9 {
  background: url("../images/unit/3/s4_icon2_9.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-10 {
  background: url("../images/unit/3/s4_icon2_10.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-11 {
  background: url("../images/unit/3/s4_icon2_11.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-12 {
  background: url("../images/unit/3/s4_icon2_12.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-13 {
  background: url("../images/unit/3/s4_icon2_13.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-14 {
  background: url("../images/unit/3/s4_icon2_14.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-15 {
  background: url("../images/unit/3/s4_icon2_15.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-16 {
  background: url("../images/unit/3/s4_icon2_16.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-17 {
  background: url("../images/unit/3/s4_icon2_17.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-18 {
  background: url("../images/unit/3/s4_icon2_18.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item .icon.icon-19 {
  background: url("../images/unit/3/s4_icon2_19.svg") no-repeat 0 0;
}
.s4 .content .tab-content .inner .items2 .item span {
  position: absolute;
  bottom: -46px;
  left: 50%;
  width: 88px;
  height: 24px;
  line-height: 24px;
  background: url("../images/unit/3/s4_bubble_1.svg") no-repeat 0 0;
  padding: 10px 0 4px;
  color: #1d51ce;
  font-size: 18px;
  text-align: center;
  transform: translateX(-50%);
}
.s4 .content .tab-content .inner .items2 .item:nth-child(even):not(.s4 .content .tab-content .inner .items2 .item:nth-child(even):nth-child(10)) span {
  top: -46px;
  bottom: auto;
  background-image: url("../images/unit/3/s4_bubble_2.svg");
  padding: 4px 0 10px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(1) {
  top: -22px;
  left: 0;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(2) {
  top: -22px;
  left: 116px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(3) {
  top: -22px;
  left: 232px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(4) {
  top: -22px;
  left: 348px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(5) {
  top: -22px;
  left: 464px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(6) {
  top: -22px;
  left: 580px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(7) {
  top: -22px;
  left: 696px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(8) {
  top: -22px;
  left: 812px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(9) {
  top: -22px;
  left: 928px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(10) {
  top: 65px;
  right: -8px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(11) {
  bottom: -22px;
  left: 928px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(12) {
  bottom: -22px;
  left: 812px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(13) {
  bottom: -22px;
  left: 696px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(14) {
  bottom: -22px;
  left: 580px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(15) {
  bottom: -22px;
  left: 464px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(16) {
  bottom: -22px;
  left: 348px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(17) {
  bottom: -22px;
  left: 232px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(18) {
  bottom: -22px;
  left: 116px;
}
.s4 .content .tab-content .inner .items2 .item:nth-child(19) {
  bottom: -22px;
  left: 0;
}

.s5 {
  background: url("../images/unit/3/s5_bg.png") no-repeat center top/cover;
}
.s5 .content {
  padding-top: 32px;
}
.s5 .content .tab-list ul {
  display: flex;
  justify-content: space-around;
}
.s5 .content .tab-list ul li {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  font-size: 18px;
  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;
  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 {
  width: 216px;
  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 {
  width: auto;
  margin: 0;
  text-indent: 2em;
}
.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/3/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=unit3.css.map */