body {
  background: url("../images/home/v_1.png") center top no-repeat, url("../images/home/v_2.png") center 252px no-repeat, url("../images/home/v_3.png") center 504px no-repeat;
}

.banner {
  position: relative;
}
.banner video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner .textbox {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .textbox p:nth-child(1) {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: lighter;
}
.banner .textbox p:nth-child(1) span {
  color: #1966FF;
}
.banner .textbox p:nth-child(2) {
  margin: 25px 0;
  color: #fff;
  font-size: 40px;
}
.banner .textbox p:nth-child(3) {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: lighter;
}
.banner .textbox a {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 28px;
  color: #fff;
  border-radius: 16px;
  text-align: center;
}
.banner .textbox a::after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/home/banner_icon.svg") no-repeat 0 0;
  margin: 10px 0 10px 10px;
  vertical-align: top;
}

section .title {
  padding-top: 48px;
  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 p + p {
  color: #999;
}

.s1 {
  background: #fdfdfd;
}
.s1 .content {
  margin-top: 52px;
}
.s1 .content ul {
  display: flex;
  justify-content: space-between;
}
.s1 .content ul li {
  position: relative;
  width: 270px;
  height: 94px;
  box-shadow: 0px 3px 34px 0px rgba(143, 150, 210, 0.15);
}
.s1 .content ul li a {
  display: block;
  width: 270px;
  height: 94px;
  background: #fff;
  border-radius: 4px;
  padding: 20px 0 0 24px;
  box-sizing: border-box;
}
.s1 .content ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.s1 .content ul li p {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
}
.s1 .content ul li p i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 4px 8px 4px 0;
  vertical-align: top;
}
.s1 .content ul li p i.icon-1 {
  background: url("../images/home/s1_icon_1.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-2 {
  background: url("../images/home/s1_icon_2.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-3 {
  background: url("../images/home/s1_icon_3.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-4 {
  background: url("../images/home/s1_icon_4.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-5 {
  background: url("../images/home/s1_icon_5.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-6 {
  background: url("../images/home/s1_icon_6.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-7 {
  background: url("../images/home/s1_icon_7.svg") no-repeat 0 0;
}
.s1 .content ul li p i.icon-8 {
  background: url("../images/home/s1_icon_8.svg") no-repeat 0 0;
}
.s1 .content ul li p + p {
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
.s1 .content ul li:hover::before {
  position: absolute;
  top: -10px;
  right: -10px;
  content: " ";
  width: 28px;
  height: 28px;
  background: url("../images/home/s1_icon_spin.svg") no-repeat 0 0;
  transform-origin: 9px 10px;
  animation: spin 4s linear infinite;
}
.s1 .content ul li:hover::after {
  background: #1142B9;
  transition: all 0.4s ease;
}
.s1 .content ul + ul {
  margin-top: 20px;
}
.s1 .bot {
  height: 280px;
  background: url("../images/home/s1_bg.svg") no-repeat center top;
  padding-top: 129px;
  box-sizing: border-box;
}
.s1 .bot h6 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.s1 .bot ul {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
.s1 .bot ul li p {
  color: rgba(255, 255, 255, 0.85);
}
.s1 .bot ul li p + p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.s2 {
  background: #F3F5FA;
}
.s2 .content {
  display: flex;
  justify-content: space-between;
  padding: 42px 0 52px;
}
.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/home/s2_icon_r_1.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-2 {
  background: url("../images/home/s2_icon_r_2.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-3 {
  background: url("../images/home/s2_icon_r_3.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-4 {
  background: url("../images/home/s2_icon_r_4.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-5 {
  background: url("../images/home/s2_icon_r_5.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-6 {
  background: url("../images/home/s2_icon_r_6.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-7 {
  background: url("../images/home/s2_icon_r_7.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-8 {
  background: url("../images/home/s2_icon_r_8.svg") no-repeat 0 0;
}
.s2 .content .left ul li i.icon-9 {
  background: url("../images/home/s2_icon_r_9.svg") no-repeat 0 0;
}
.s2 .content .left ul li.active {
  background: url("../images/home/s2_active.svg") no-repeat 0 0;
  color: #fff;
}
.s2 .content .left ul li.active i.icon-1 {
  background-image: url("../images/home/s2_icon_1.svg");
}
.s2 .content .left ul li.active i.icon-2 {
  background-image: url("../images/home/s2_icon_2.svg");
}
.s2 .content .left ul li.active i.icon-3 {
  background-image: url("../images/home/s2_icon_3.svg");
}
.s2 .content .left ul li.active i.icon-4 {
  background-image: url("../images/home/s2_icon_4.svg");
}
.s2 .content .left ul li.active i.icon-5 {
  background-image: url("../images/home/s2_icon_5.svg");
}
.s2 .content .left ul li.active i.icon-6 {
  background-image: url("../images/home/s2_icon_6.svg");
}
.s2 .content .left ul li.active i.icon-7 {
  background-image: url("../images/home/s2_icon_7.svg");
}
.s2 .content .left ul li.active i.icon-8 {
  background-image: url("../images/home/s2_icon_8.svg");
}
.s2 .content .left ul li.active i.icon-9 {
  background-image: url("../images/home/s2_icon_9.svg");
}
.s2 .content .left ul li + li {
  margin-top: 2px;
}
.s2 .content .right {
  width: 946px;
  height: 430px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(91, 101, 138, 0.07);
}
.s2 .content .right .item {
  height: 430px;
}
.s2 .content .right .item:nth-child(1) {
  background: url("../images/home/s2_bg_1.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(2) {
  background: url("../images/home/s2_bg_2.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(3) {
  background: url("../images/home/s2_bg_3.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(4) {
  background: url("../images/home/s2_bg_4.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(5) {
  background: url("../images/home/s2_bg_5.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(6) {
  background: url("../images/home/s2_bg_6.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(7) {
  background: url("../images/home/s2_bg_7.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(8) {
  background: url("../images/home/s2_bg_8.png") no-repeat 0 0;
}
.s2 .content .right .item:nth-child(9) {
  background: url("../images/home/s2_bg_9.png") no-repeat 0 0;
}
.s2 .content .right .item .first {
  height: 224px;
  padding: 50px 0 0 60px;
  border-bottom: 1px solid #DFE0EA;
  box-sizing: border-box;
}
.s2 .content .right .item .first p {
  width: 24em;
  font-size: 18px;
  text-align: justify;
}
.s2 .content .right .item .first p + p {
  line-height: 24px;
  margin: 14px 0 34px;
  color: #999;
  font-size: 16px;
}
.s2 .content .right .item .first a {
  color: #1D51CE;
  letter-spacing: 2px;
}
.s2 .content .right .item .second {
  display: flex;
  justify-content: space-between;
}
.s2 .content .right .item .second dl {
  width: 473px;
  padding: 48px 0 0 60px;
  box-sizing: border-box;
}
.s2 .content .right .item .second dl dt {
  margin-bottom: 14px;
  font-size: 18px;
}
.s2 .content .right .item .second dl dd {
  padding-right: 30px;
  color: #999;
  font-size: 16px;
  text-align: justify;
}
.s2 .content .right .item .second dl + dl {
  position: relative;
}
.s2 .content .right .item .second dl + dl::before {
  position: absolute;
  top: 40px;
  left: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 125px;
  background: #DFE0EA;
}

.s3 {
  height: 489px;
  background: #fdfdfd url("../images/home/s3_bg.png") no-repeat center top;
}
.s3 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.s3 .content .item {
  text-align: center;
}
.s3 .content .item .number {
  display: inline-block;
  height: 74px;
  vertical-align: top;
}
.s3 .content .item .number .mt-number-animate {
  position: relative;
  height: 74px;
  line-height: 74px;
  color: #1d51ce;
  font-size: 52px;
  overflow: hidden;
}
.s3 .content .item .number .mt-number-animate .mt-number-animate-dot {
  float: left;
  width: 30px;
  line-height: 74px;
  text-align: center;
}
.s3 .content .item .number .mt-number-animate .mt-number-animate-dom {
  position: relative;
  top: 0;
  float: left;
  width: 30px;
  text-align: center;
}
.s3 .content .item .number .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  float: left;
  width: 100%;
}
.s3 .content .item .unit {
  display: inline-block;
  height: 74px;
  line-height: 74px;
  color: #1d51ce;
  font-size: 52px;
  vertical-align: top;
}
.s3 .content .item .name {
  clear: both;
  font-size: 24px;
}

.s4 {
  background: #F3F5FA;
}
.s4 .content {
  background: url("../images/home/s4_bg.png") no-repeat center top;
}
.s4 .content .top {
  height: 494px;
  margin-top: 70px;
  padding-top: 74px;
  box-sizing: border-box;
}
.s4 .content .top .swiper {
  width: 100%;
  height: 420px;
  background: linear-gradient(180deg, rgba(72, 123, 255, 0.32) 0%, #0D2138 92%);
  border-radius: 10px 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
}
.s4 .content .top .swiper-slide {
  display: flex;
}
.s4 .content .top .swiper-slide .left {
  width: 800px;
  padding: 48px 76px 0 56px;
  box-sizing: border-box;
}
.s4 .content .top .swiper-slide .left span {
  display: block;
  font-size: 19px;
}
.s4 .content .top .swiper-slide .left b {
  display: block;
  margin: 16px 0;
  font-size: 28px;
}
.s4 .content .top .swiper-slide .left p {
  line-height: 40px;
  font-size: 18px;
  text-align: justify;
}
.s4 .content .top .swiper-slide .left p + p {
  margin-top: 24px;
}
.s4 .content .top .swiper-slide .right {
  width: 400px;
  background: linear-gradient(180deg, #1346BF 0%, rgba(19, 70, 191, 0.36) 100%);
  padding: 48px 56px 0 56px;
  border-radius: 0 10px 0 0;
  box-sizing: border-box;
}
.s4 .content .top .swiper-slide .right p {
  line-height: 40px;
  font-size: 20px;
  text-align: justified;
}
.s4 .content .top .swiper-pagination {
  bottom: 24px;
  left: 56px;
  width: unset;
}
.s4 .content .top .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.s4 .content .top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #fff;
}
.s4 .content .bot {
  position: relative;
  background: #fdfdfd;
}
.s4 .content .bot::before, .s4 .content .bot::after {
  position: absolute;
  top: 0;
  z-index: 9998;
  content: " ";
  display: block;
  width: 344px;
  height: 378px;
}
.s4 .content .bot .inner {
  width: 1200px;
  height: 378px;
  margin: 0 auto;
  padding-top: 56px;
  box-sizing: border-box;
}
.s4 .content .bot .size {
  width: 1000px;
  margin: 0 auto;
}
.s4 .content .bot::before {
  left: 0;
  background: url("../images/home/s4_gradient.png") no-repeat 0 0;
}
.s4 .content .bot::after {
  right: 0;
  background: url("../images/home/s4_gradient.png") no-repeat 0 0;
  transform: rotateY(180deg);
}
.s4 .content .bot .owl-carousel .item {
  width: 196px;
  height: 66px;
}

.s5 .content .tab-list ul {
  margin: 38px 0 28px;
  font-size: 0;
  text-align: center;
}
.s5 .content .tab-list ul li {
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 35px;
  line-height: 35px;
  background: #EEF0F6;
  margin: 0 11px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.s5 .content .tab-list ul li.active {
  background: #1244bb;
  color: #fff;
}
.s5 .content .tab-content {
  height: 254px;
  overflow: hidden;
}
.s5 .content .tab-content .inner {
  display: flex;
  justify-content: space-between;
}
.s5 .content .tab-content .inner .icon-clock {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
}
.s5 .content .tab-content .inner .left {
  width: 896px;
}
.s5 .content .tab-content .inner .left ul {
  display: flex;
  justify-content: space-between;
}
.s5 .content .tab-content .inner .left ul li {
  width: 288px;
}
.s5 .content .tab-content .inner .left ul li img {
  display: block;
  width: 100%;
  height: 144px;
  background: #eee;
  border-radius: 4px 4px 0 0;
}
.s5 .content .tab-content .inner .left ul li a {
  position: relative;
  display: block;
  height: 110px;
  background: #F6F7FB;
  padding: 16px 10px;
  box-sizing: border-box;
}
.s5 .content .tab-content .inner .left ul li a span {
  display: block;
  height: 18px;
  line-height: 18px;
  color: #333;
  font-size: 12px;
}
.s5 .content .tab-content .inner .left ul li a span .icon-clock {
  background: url("../images/home/s5_icon_clock_deep.svg") no-repeat 0 0;
  margin: 3px 4px 3px 0;
}
.s5 .content .tab-content .inner .left ul li a b {
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 16px 0 8px;
  color: #333;
  font-weight: bold;
}
.s5 .content .tab-content .inner .left ul li a p {
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 12px;
}
.s5 .content .tab-content .inner .left ul li a:hover {
  background: url("../images/home/s5_hover_bg.svg") no-repeat 0 0;
}
.s5 .content .tab-content .inner .left ul li a:hover span {
  color: #fff;
  transition: all 0.2s ease;
}
.s5 .content .tab-content .inner .left ul li a:hover span .icon-clock {
  background: url("../images/home/s5_icon_clock_white.svg") no-repeat 0 0;
}
.s5 .content .tab-content .inner .left ul li a:hover b {
  color: #fff;
  transition: all 0.2s ease;
}
.s5 .content .tab-content .inner .left ul li a:hover p {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.s5 .content .tab-content .inner .right {
  width: 288px;
  height: 254px;
  background: #F6F7FB;
  padding: 0 20px;
  border-radius: 4px;
  box-sizing: border-box;
}
.s5 .content .tab-content .inner .right ul {
  padding-top: 10px;
}
.s5 .content .tab-content .inner .right ul li {
  padding: 13px 0;
}
.s5 .content .tab-content .inner .right ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
}
.s5 .content .tab-content .inner .right ul li a:hover {
  color: #1d51ce;
}
.s5 .content .tab-content .inner .right ul li span {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
.s5 .content .tab-content .inner .right ul li span .icon-clock {
  background: url("../images/home/s5_icon_clock_gray.svg") no-repeat 0 0;
  margin: 3px 4px 3px 0;
}
.s5 .content .tab-content .inner .right ul li + li {
  border-top: 1px dashed #CDCFDF;
}
.s5 .content .more {
  display: block;
  width: 158px;
  height: 38px;
  line-height: 38px;
  background: #1d51ce;
  margin: 43px auto 32px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(35, 38, 51, 0.06);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=home.css.map */