.col203AE6 {
  color: #203ae6;
}

.topban .content h1 {
  color: #323241;
}
.topban .content h2 {
  color: rgba(50,50,65,0.7);
}


.boxbg1 {
  padding: 100px 0px 130px 0;
  background: #fff;
}

.boxbg1 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  color: #28282d;
}

.boxbg1 .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;
}

.boxbg1 .con {
  display: flex;
}

.boxbg1 .con .lt {
  flex: 1;
  height: 370px;max-width: 360px;margin-right: 160px;
}

.boxbg1 .con .lt img {
  height: 360px;
  width: 360px;
}

.boxbg1 .con .rt {
  flex: 1;
}

.boxbg1 .con .rt .logo-con {
  padding-top: 70px;
  display: flex;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #323241;
  line-height: 19px;
  flex-wrap: wrap;
}

.boxbg1 .con .rt .logo-con .logo-item {
  flex: 1;
  max-width: 78px;
  min-width: 78px;
  text-align: center;
  margin-left: 28px;
  margin-bottom: 36px;
}

.boxbg1 .con .rt .logo-con .logo-item img {
  height: 78px;
  border-radius: 20px;
  border: 1px solid #dcdceb;
  margin-bottom: 11px;
}

.boxbg1 .con .rt .logo-con .logo-item:first-child,
.boxbg1 .con .rt .logo-con .logo-item:nth-child(7n) {
  margin-left: 0;
}

.boxbg2 {
  padding: 100px 0px 130px 0;
  background: #f5f5fa;
}

.boxbg2 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  color: #28282d;
  padding-bottom: 55px;
}

.boxbg2 .tit-nav {
  border-bottom: 1px solid rgba(50, 50, 65, 0.3);
  font-size: 18px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.5);
  text-align: center;
  line-height: 24px;
}

.boxbg2 .tit-nav .nav-i {
  margin: 0 45px;
  display: inline-block;
  padding: 18px 0;
  cursor: pointer;
}

.boxbg2 .tit-nav .nav-i.active {
  border-bottom: 2px solid #203ae6;
  color: #203ae6;
}

.boxbg2 .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;
}

.boxbg2 .grid-container .gridbox img {
  height: 80px;
  border-radius: 8px;
}

.boxbg3 {
  padding: 100px 0px 130px 0;
  background: #fff;
}

.boxbg3 .box-tit {
  font-size: 36px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: 600;
  text-align: center;
  color: #28282d;
}

.boxbg3 .grid-container {
  margin-top: 64px;
  border-radius: 8px;
  /* overflow: hidden; */
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 384px);
  grid-template-rows: auto;
  grid-row-gap: 24px;
  grid-column-gap: auto;
}

.boxbg3 .grid-container .gridbox {
  padding: 20px 40px;
  margin-left: 24px;
  background: #f5f5fa url("../images/home/dt-2bg.jpg") no-repeat center right;
  background-size: 180px 160px;
  border-radius: 16px;
}



.boxbg3 .grid-container .gridbox:first-child {
  margin-left: 0;
}

.boxbg3 .grid-container .gridbox img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.boxbg3 .grid-container .gridbox .t {
  font-size: 22px;
  font-family: MiSans-Demibold, MiSans;
  font-weight: bold;
  color: #323241;
  line-height: 29px;
}
.boxbg3 .grid-container .gridbox .ti {
  font-size: 22px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  color: #323241;
  line-height: 29px;margin-left: 16px;vertical-align: text-top;
}
.boxbg3 .grid-container .gridbox .desc {
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: rgba(50, 50, 65, 0.7);
  line-height: 20px;
  margin-top: 10px;
}

.boxbg3 .btns {
  text-align: center;
  margin-top: 48px;
}

.boxbg3 .btn {
  width: 150px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 8px;
  color: #203ae6;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 13px;
  cursor: pointer;
}

.boxbg3 .btn.blue {
  background: #203ae6;
  color: #fff;
}