.col203AE6 {
  color: #203ae6;
}



.sl-video {
  display: flex;
  width: 1200px;
  height: 495px;
  border-radius: 12px;
  margin: 100px auto;
  overflow: hidden;
}

.sl-video .flex1 {
  flex: 1;
  position: relative;
}

.sl-video .video-paly-btn {
  background: url("../images/common/icon_play_nor.png");
  position: absolute;
  z-index: 10;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
}

.sl-video .tab-box {
  width: 320px;
  height: 100%;
  background: #203ae6;
  position: relative;
  z-index: 1;
  padding: 120px 0 0 65px;
}

.sl-video .tab-box .h {
  font-size: 28px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: bold;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  margin-bottom: 24px;
  line-height: 37px;
}

.sl-video .tab-box .h::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
}

.sl-video .tab-box .t {
  font-size: 16px;
  font-family: MiSans-Regular, MiSans;
  color: #ffffff;
  line-height: 24px;
}

.boxbg1 {
  background: #f5f5fa;
  padding: 100px 0px 130px 0;
}

.boxbg1 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  padding-bottom: 55px;
}

.boxbg1 .gradbox {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 240px 240px 240px;
  background: rgba(50, 50, 65, 0.1);
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}

.boxbg1 .gradbox .item {
  background: #fff;
  padding: 42px 30px;
}

.boxbg1 .gradbox .item:hover {
  background: #203ae6;
}

.boxbg1 .gradbox .item .tis {
  height: 60px;
  overflow-y: auto;
}

.boxbg1 .gradbox .item:hover .h2,
.boxbg1 .gradbox .item:hover .tis {
  color: #fff;
}

.boxbg1 .gradbox .item:hover .tis {
  height: 70px;
  overflow-y: auto;
}

.boxbg1 .gradbox .item:hover .bns {
  display: none;
}

.boxbg1 .gradbox .item:hover .l-more {
  display: block;
}

.boxbg1 .gradbox .item .h2 {
  font-size: 18px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  color: #323241;
  vertical-align: middle;
}

.boxbg1 .gradbox .item .h2 img {
  height: 38px;
  width: 38px;
  margin-right: 16px;
}

.boxbg1 .gradbox .item .tis {
  width: 180px;
  margin: 20px 0 14px 0;
  font-size: 12px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.7);
  line-height: 20px;
}

.boxbg1 .gradbox .item .tag {
  display: inline-block;
  padding: 0 8px;
  line-height: 22px;
  border-radius: 2px;
  opacity: 1;
  border: 1px solid #25a7ef;
  font-size: 12px;
  font-family: MiSans-Regular, MiSans;
  color: #25a7ef;
  margin-right: 6px;
}

.boxbg1 .gradbox .item .l-more {
  text-align: right;
  display: none;
}

.boxbg1 .gradbox .item .l-more .m-tag {
  line-height: 29px;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  color: #ffffff;
  padding: 0 24px;
  display: inline-block;
}

.boxbg2 {
  background: #323241;
  height: 882px;
  padding: 100px 0px 130px 0;
}

.boxbg2 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  padding-bottom: 55px;
  color: #fff;
}

.boxbg2 .tab-n {
  height: 100px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  display: flex;
  margin-bottom: 50px;
}

.boxbg2 .tab-n .item {
  flex: 1;
  padding-left: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* .boxbg2 .tab-n .item:hover, */
.boxbg2 .tab-n .item.active {
  background: #203ae6;
}

.boxbg2 .tab-n .item.active .step {
  color: #ffcb10;
}

/* .boxbg2 .tab-n .item:hover h4, */
.boxbg2 .tab-n .item.active h4 {
  color: #fff;
}

/* .boxbg2 .tab-n .item:hover .con, */
.boxbg2 .tab-n .item.active .con {
  color: rgba(255, 255, 255, 0.7);
}

.boxbg2 .tab-n .item .step {
  width: 80px;
  font-size: 64px;
  font-family: D-DIN-Bold, D-DIN;
  font-weight: bold;
  /*  */
  color: rgba(50, 50, 65, 0.1);
  line-height: 70px;
}

.boxbg2 .tab-n .item .con {
  padding-left: 15px;
  flex: 1;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  color: rgba(50, 50, 65, 0.698);
  line-height: 19px;
}

.boxbg2 .tab-n .item h4 {
  font-size: 24px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  color: #323241;
  line-height: 32px;
}

.boxbg2 .fjswiper-left {
  width: 700px;
}

.boxbg2 .fjswiper-left img {
  width: 700px;
  height: 420px;
}

.boxbg2 .fjswiper-right {
  color: #fff;
  padding-left: 120px;
  font-size: 14px;
  font-family: MiSans, MiSans;
  color: #FFFFFF;
  line-height: 19px;
}

.boxbg2 .fjswiper-right .bun-txt {
  padding-top: 50px;
}

.boxbg2 .fjswiper-right .txt {
  padding: 20px 0 0 0;
}

.boxbg2 .fjswiper-right .fj-btn {
  width: 112px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #ffffff;
  background: none;
  font-family: MiSans, MiSans;
  color: #fff;
  font-size: 18px;
}



.boxbg2 .swiper-container .swiper-slide {
  background-color: #323241;
  overflow: hidden;
}

.boxbg2 .swiper-container .swiper-slide img {
  width: 100%;
}

.boxbg2 .max-width {
  position: relative;
}

.boxbg2 .swiper-pagination {
  position: absolute;
  left: 820px !important;
  bottom: 30px !important;
  z-index: 10;
  width: 300px;
}

.boxbg2 .swiper-pagination-bullet {
  opacity: 0.3;
  background: #fff;
  max-width: 60px;
  min-width: 60px;
  height: 3px;
  flex: 1;
  margin: 0 6px;
  position: relative;
  border-radius: 0;
}

.boxbg2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #203ae6;
  opacity: 1;
  margin-top: -1.5px;
  animation: widthAnimat 3s linear forwards;
}

.boxbg2 .swiper-pagination-bullet-active {
  opacity: 1;
}

.boxbg3 {
  padding: 100px 0px 60px 0;
}

.boxbg3 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  padding-bottom: 55px;
  color: #28282d;
}

.boxbg3 .con {
  display: flex;
  flex-wrap: wrap;
}

.boxbg3 .con .item {
  flex: 1;
  max-width: 300px;
  min-width: 300px;
  width: 300px;
  text-align: center;
  padding-bottom: 74px;
}

.boxbg3 .con .item img {
  width: 72px;
  height: 72px;
}

.boxbg3 .con .item .t {
  font-size: 20px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  color: #323241;
  line-height: 27px;
  padding: 12px 0;
}

.boxbg3 .con .item .des {
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.5);
  line-height: 20px;
}

.boxbg4 {
  padding: 100px 0px 130px 0;
  background: #f5f5fa;
}

.boxbg4 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  padding-bottom: 55px;
  color: #323241;
}

.boxbg4 .con {
  display: flex;
  /* position: relative; */
  width: 100%;
}

.boxbg4 .swiper-container {
  position: relative;
}

.boxbg4 .swiper-pagination {
  position: absolute;
  z-index: 10;
  height: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.boxbg4 .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  /* background: red; */
  width: 3px;
  height: 40px;
  flex: 1;
  margin: 6px 0;
  position: relative;
  border-radius: 0;
}

.boxbg4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 3px;
  height: 0;
  background-color: #E6E6F0;
  /* background-color: #203ae6; */
  opacity: 1;
  margin-top: -1.5px;
  /* animation: heightAnimat 3s linear forwards; */
}

.boxbg4 .swiper-pagination-bullet-active {
  opacity: 1;
}


.boxbg4 .con .lt {
  padding-left: 53px;
  flex: 1;
}

.boxbg4 .con .lt .h {
  font-size: 24px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  color: #323241;
  line-height: 32px;
}

.boxbg4 .con .lt .des {
  width: 284px;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.7);
  line-height: 24px;
}

.boxbg4 .con .lt .btn {
  margin-top: 120px;
  width: 150px;
  line-height: 40px;
  background: #203ae6;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.boxbg4 .con .rt {
  width: 700px;
  /* display: flex; */
  /* position: relative; */
  height: 420px;
  overflow: hidden;
}

.boxbg4 .con .rt .bg {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 700px;
  height: 420px;
  border-radius: 12px;
}

.boxbg4 .con .rt img {
  width: 100%;
  height: 100%;
}

.boxbg4 .con .rt .box-item {
  position: relative;
  z-index: 2;
  margin-top: 63px;
  flex: 1;
  max-width: 151px;
  height: 119px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
  box-shadow: inset 0px 0px 1px 0px #ffffff, 4px 4px 10px 0px rgba(50, 50, 65, 0.05);
  margin-right: 12px;
  border-radius: 12px;
  padding: 20px 15px;
}

.boxbg4 .con .rt .box-item .t {
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #203ae6;
  line-height: 21px;
  position: relative;
  padding-left: 20px;
}

.boxbg4 .con .rt .box-item .t::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #25a7ef;
  border-radius: 4px 4px 4px 4px;
  left: 0;
  top: 5px;
}

.boxbg4 .con .rt .box-item .des {
  font-size: 12px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.5);
  line-height: 20px;
}

.boxbg5 {
  padding: 100px 0px 130px 0;
}

.boxbg5 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  color: #28282d;
}

.boxbg5 .tit-des {
  padding: 12px 0 55px;
  font-size: 20px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.7);
  line-height: 27px;
  text-align: center;
}

.boxbg5 .con {
  display: flex;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #323241;
  line-height: 19px;
  flex-wrap: wrap;
}

.boxbg5 .con .logo-item {
  flex: 1;
  max-width: 78px;
  min-width: 78px;
  text-align: center;
  margin-right: 23px;
}

.boxbg5 .con .logo-item:nth-child(12n) {
  margin-right: 0;
}

.boxbg5 .con .logo-item img {
  height: 78px;
  border-radius: 20px;
  border: 1px solid #dcdceb;
  margin-bottom: 11px;
}

.boxbg6 {
  padding: 100px 0px 130px 0;
  background: #F5F5FA;
}

.boxbg6 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  color: #28282d;
}

.boxbg6 .tit-des {
  padding: 12px 0 0;
  font-size: 20px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.7);
  line-height: 27px;
  text-align: center;
}

.boxbg6 .grid-container {
  margin-top: 64px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 180px);
  grid-template-rows: auto;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.boxbg6 .grid-container .gridbox img {
  height: 80px;
  border-radius: 8px;
}