body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  overflow-y: scroll;
}

@font-face {
  font-family: "Akrobat";
  src: url(./Akrobat-Bold.otf);
}

/* 导航条 */
.nav-box {
  box-sizing: border-box;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  background: transparent;
  /*position: fixed;*/
  /*top: 0;*/
  /*padding: 0 120px;*/
  z-index: 9999;
}

.nav-box-active .nav-li {
  /*//margin-right: 44px;*/
  text-decoration: none;

  min-width: 52px;
  height: 42px;
  /* text-align: center; */
  line-height: 42px;
  border-radius: 4px;
}

.nav-box-active {
  box-sizing: border-box;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  /*background: rgba(255, 255, 255, 0.8);*/
  /*position: fixed;*/
  /*top: 0;*/
  /*padding: 0 120px;*/
  z-index: 999;
  color: #323233;
  margin: 0 auto;
}

.nav-box-active ul li a {
  color: #323233;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.nav-box-active div a {
  color: #323233;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.nav-box-active .nav-li:hover {
  /*//margin-right: 44px;*/
  text-decoration: none;
  background: rgba(38, 84, 255, 0.08);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  color: #323233;
}

.nav-box-active .nav-li a:hover {
  text-decoration: none;
  color: #323233;
}

.nav-box-active .nav-login {
  display: flex;
}

.nav-box-active .nav-login a {
  font-weight: 500;
  font-size: 16px;
  /*line-height: 22px;*/
  text-transform: uppercase;
  color: #323233;
  text-decoration: none;
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.nav-box-active .nav-login a:hover {
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-band {
  width: 120px;
  margin-right: 60px;
}

.nav-band img {
  width: 100%;
}

.nav-ul {
  flex: 1;
  display: flex;
  height: 42px;
  line-height: 42px;
}

.nav-li {
  min-width: 52px;
  height: 42px;
  margin-right: 24px;
}

.nav-box .nav-li:hover {
  /*//margin-right: 44px;*/
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-box .nav-li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f8f8f8;
}

.nav-box .nav-li a:hover {
  text-decoration: none;
  color: #f8f8f8;
}

.nav-login {
  display: flex;
  text-align: right;
}

.nav-box .nav-login {
  display: flex;
  align-items: center;
}

.nav-box .nav-login a {
  font-weight: 500;
  font-size: 16px;
  /*line-height: 22px;*/
  text-transform: uppercase;
  color: #f8f8f8;
  text-decoration: none;
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.nav-box .nav-login a:hover {
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-btn {
  height: 42px;
  background: #004afc;
  border-radius: 4px;
  margin-right: 44px;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 0 16px;
  margin: 0 16px;
}

.nav-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #f8f8f8;
  text-decoration: none;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  padding: 0 8px;
}

.nav-icon-box:hover {
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

/* 模块1 */
.banner-box {
  width: 100%;
  height: 600px;
  display: flex;
  background: url("https://intl-image.yzcdn.cn/images/icons/banner.png") center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icons/banner.png', sizingMethod='scale');
}

.b-left {
  width: 60%;
  float: left;
}

.b-right {
  width: 40%;
  float: left;
}

.b-info {
  margin-top: 208px;
  /*padding-left: 120px;*/
}

.b-lable-img {
  text-align: left;
}

.b-lable-img img {
  /* width: 100%; */
  height: 24px;
}

.b-right .b-info {
  padding-left: 60px;
}

.b-label {
  display: flex;
  align-items: center;
}

.b-label-img {
  width: 120px;
}

.b-label span {
  display: inline-block;
  padding: 5px 8px;
  margin-left: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid;
}

.b-title {
  margin-top: 40px;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  text-align: left;
}

.b-tips {
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.b-tips img {
  /*min-width: 10px;*/
  height: 13px;
  /*width: 10px;*/
  margin-left: 9px;
}

.b-tips .b-label-tips-img {
  /*height: 13px;*/
  /*width: 10px;*/

  /*min-width: 20px;*/
  /*width: 20px;*/
  /*height: 20px;*/
  /*margin-left: 10px;*/
}

/* 模块2  start*/

.cardbox-2 {
  padding-top: 120px;
  padding-right: 0;
  background: #f7f8fa;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-left: 120px;*/
}

.card-title {
  color: #323233;
  font-size: 44px;
  font-weight: 700;
}

.card-right {
  display: flex;
  /*padding-right: 120px;*/
  /* border: 1px solid; */
}

.c-icon-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 28px;
  margin-left: 16px;
}

.c-icon-box img {
  width: 28px;
  height: 28px;
}

.c-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-left: 16px;
  /* border: 1px solid red; */
}

.card-right .c-icon:hover {
  cursor: pointer;
}

.swiper-container-cbox2 {
  width: 100%;
  position: relative;
}

/* 卡片 */
.card-ul {
  /* min-width: 1435px; */
  /* width: 1435px; */
  width: 120%;
  /* border: 1px solid red; */
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
  /* border: 1px solid; */
}

.card-ul::after {
  content: "";
  display: block;
  clear: both;
}

.card-ul::-webkit-scrollbar {
  display: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */

.card-ul::-webkit-scrollbar {
  width: 0 !important;
}

.card-li {
  min-width: 380px;
  width: 380px;
  min-height: 525px;
  border-radius: 20px;
  margin-right: 30px;
  /* border: 1px solid gainsboro; */
  overflow: hidden;
  position: relative;
}

.card-li-hoverShow {
  min-width: 380px;
  width: 380px;
  border-radius: 20px;
  margin-right: 30px;
  border: 1px solid gainsboro;
  overflow: hidden;
  background: rgba(43, 50, 67, 0.6);
  backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  display: none;
}

.card-li-hoverShow:hover {
  cursor: pointer;
}

.card-li-hoverShow .c-li-top .c-li-img_xcxma {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-li-hoverShow .c-li-top .c-li-info_tit {
  color: white;
  text-align: center;
}

.card-li:hover {
  cursor: pointer;
}

.c-li-top {
  width: 380px;
  height: 240px;
  position: relative;
}

.c-li-img {
  width: 100%;
  height: 100%;
}

.c-li-icon-img {
  width: 28px;
  height: 28px;
}

.c-li-icon {
  position: absolute;
  left: 0;
  top: 0;
  /* width: 132px; */
  padding: 0 20px;
  height: 40px;
  background: #2b3243;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 0 20px 0;
}

.c-li-icon-img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.c-li-icon span {
}

.c-info-title-img {
}

.c-li-info {
  padding: 24px 32px;
  padding-bottom: 0;
}

.c-info-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
}

.c-info-title-img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.c-info-des {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #646566;
  text-align: left;
  padding-bottom: 144px;
  /* padding-bottom: 44px; */
}

.c-info-num {
  width: 316px;
  display: block;
  box-sizing: border-box;
  border-top: 0.5px solid #dcdee0;
  height: 99px;
  margin: 0 32px;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-info-label {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-flow: column;
  /* margin-top: 10px; */
}

.c-info-label .value {
  display: block;
  font-weight: 600;
  font-size: 28px;
  color: #323233;
  text-align: left;
  line-height: 34px;
}

.c-info-label .label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #969799;
  text-align: left;
  line-height: 17px;
}

.c-info-line {
  /* width: 30px; */
  width: 0;
  height: 30px;
  border-right: 0.5px solid #dcdee0;
  margin: 0 24px;
  margin-top: 32px;
}

/* 卡片容器 */
.flip-container {
  position: relative;
  width: 380px;
  min-height: 525px;
  /* border: 1px solid greenyellow; */
}

/* 卡片 */
.flipper {
  position: absolute;
  width: 100%;
  min-height: 525px;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  /* overflow: hidden; */
  /* border: 1px solid red; */
}

/* 正面 */
.front {
  position: absolute;
  width: 100%;
  min-height: 525px;
  backface-visibility: hidden;
  background-color: #fff;
  text-align: center;
  /* overflow: hidden; */
  border-radius: 20px;
  /* transform: rotateY(180deg); */
  /* border: 1px solid gainsboro; */
}

/* 反面 */
.back {
  position: absolute;
  width: 100%;
  min-height: 525px;
  backface-visibility: hidden;
  background: transparent;
  /* background: rgba(43, 50, 67, 0.6); */
  backdrop-filter: blur(25px);
  transform: rotateY(180deg);
  text-align: center;
  border-radius: 20px;
  /* overflow: hidden; */
}

/* 翻转效果 */
.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.flip-container:hover .flipper > .front {
  /* transform: rotateY(180deg); */
  /* background: rgba(43, 50, 67, 0.6); */
  /* border: 1px solid; */
}

/* 模块2  end */

.code-box {
  display: flex;
  margin-top: 70px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.code-box-img {
  width: 100px;
  height: 100px;
}

.code-box-txt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.code-ul {
  display: flex;
  position: relative;
  margin-top: 40px;
}

.code-li {
  min-width: 142px;
  /*width: 142px;*/
  height: 290px;
  /*border: 1px solid;*/
  position: absolute;
  /*margin-left: -71px;*/
  /*border-radius: 15px;*/
  z-index: 1;
}

.code-li1 {
  left: 35px;
  top: 25px;
  margin-left: 0;
  background-color: darkcyan;
  /* position: relative; */
}

.code-li2 {
  z-index: 2;
  left: 6%;
  /*width: 162px;*/
  /*margin-left: -81px;*/
  /*background-color: #646566;*/
  /* position: relative; */
}

.code-li3 {
  top: 25px;
  right: 35px;
  margin-left: 0;
  background-color: darkseagreen;
  /* position: relative; */
}

.code-li img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/* 模块3 start*/
.cardbox-3 {
  background: #ffffff;
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}

.cardbox3-title {
  font-weight: 600;
  font-size: 44px;
  color: #2b3243;
  text-align: center;
}

.cardbox3-nav {
  margin-top: 40px;
  display: flex;
  height: 80px;
  align-items: center;
  background: #ffffff;
  /* 蓝灰 */

  border-width: 0.5px 0px;
  border-style: solid;
  border-color: #dfe4f0;
  white-space: nowrap;
}

.cardbox3-nav-box {
  width: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 999;
}

.cardbox3-nav-box-top {
  position: fixed;
  top: 80px;
  z-index: 999;
  left: 0;
  border-bottom-width: 0px;
  border-top-width: 0.5px;
  border-top-color: #dfe4f0;
  border-top-style: solid;
}

.cardbox3-nav-top {
  width: 1200px;

  /*left:0;*/
  margin: 0 auto;
  border-bottom-width: 0px;
}

.cardbox3-logo {
  display: flex;
  flex-flow: column;
  padding-left: 10px;
  margin-right: 12px;
  min-width: 145px;
}

.cardbox3-logo-img {
  width: 100px;
}

.cardbox3-logo span {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #2b3243;
  text-align: left;
}

.cardbox3-ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  overflow: hidden;
  overflow-x: scroll;
}
.cardbox3-ul::-webkit-scrollbar {
  display: none;
}

.cardbox3-li {
  box-sizing: border-box;
  min-width: 105px;
  height: 80px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.cardbox3-li-label {
  font-size: 16px;
  line-height: 22px;
  color: #323233;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.cardbox3-li-txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #969799;
}

.cardbox3-li:hover {
  cursor: pointer;
}

.cardbox3-li-active {
  border-top: 4px solid #5176ff;
  background-color: #e9eeff;
}

.cardbox3-li-active .cardbox3-li-label {
  font-weight: 500;
}

.cardbox3-li-active .cardbox3-li-txt {
  color: #323233;
}

.cardbox3-sel {
  margin-left: 10px;
  min-width: 100px;
  width: 100px;
  display: block;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.cardbox3-sel span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #004afc;
}

.cardbox3-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

/* 模块3 end */

/* 模块3 子类1  start*/

.cardbox3-section {
  margin-top: 120px;
  /* border: 1px solid; */
  display: flex;
}

.cardbox2-section {
  margin-top: 120px;
  /* border: 1px solid; */
  display: flex;
}

.cbox3-left {
  width: 50%;
  margin-right: 30px;
}

.cbox3-top {
  /* width: 266px;
    height: 48px; */
  border-radius: 25px;
  display: flex;
  /* align-items: center;
    justify-content: center; */
  /* padding: 0 24px; */
  /* border: 1px solid red; */
  /* justify-content:center; */
}

.cbox3-top-img2 {
  width: 266px;
  height: 48px;
  /* padding-left: 24px; */
}

.cbox3-top span {
  font-size: 20px;
  color: #fff;
  margin: 0 5px;
}

.cbox3-top-icon {
  width: 80px;
  margin-right: 10px;
}

.cbox3-top-icon2 {
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  margin-right: 10px;
}

.cbox3-title {
  margin-top: 32px;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 0.374px;
  text-align: left;
}

.txt-green {
  color: #1cae1c;
}

.bg-green {
  background-color: #1cae1c;
}

.txt-red {
  color: #ff2442;
}

.bg-red {
  background-color: #ff2442;
}

.cbox3-icon-ul {
  display: flex;
  margin-top: 32px;
}

.cbox3-icon-li {
  min-width: 185px;
  width: 185px;
  height: 160px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dfe4f0;
  border-radius: 24px;
  margin-right: 16px;
}

.cbox3-icon-li span {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.cbox3-li-img {
  min-width: 33.33px;
  width: 33.33px;
  height: 33.33px;
  margin-bottom: 25px;
}

.cbox3-right {
  width: 50%;
  text-align: right;
  position: relative;
}
.swiper-container-cbox3 {
  width: 100%;
  /* border: 1px solid red; */
  position: relative;
  cursor: pointer;
}

.cbox3-video-box {
  border-radius: 20px;
  width: 100%;
  height: 359px;
  position: relative;
  overflow: hidden;
}

.cbox3-video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: fill;
  /* border: 1px solid; */
}
.cbox3-video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.cbox3-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cbox3-video-icon {
  min-width: 72px;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cbox3-video-ul {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}

.cbox3-video-li {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-left: 16px;
  position: relative;
}

.cbox3-vli-img {
  /* position: absolute;
    left: 0;
    top: 0; */
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  /* border-radius: 8px; */
}

.cbox3-vli-icon {
  min-width: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* 模块3 子类1  end*/

/* 模块4 start */
.cardbox4-section {
  padding: 60px 0;
}

.cardbox4-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 0.374px;
}

.cardbox4-banner {
  margin-top: 32px;
  height: 520px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.cardbox4-bg {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cbox4-label {
  display: flex;
  align-items: center;
  height: 45px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 100px;
  top: 222px;
  z-index: 1;
  height: 45px;
  padding: 0 18px;
  border-radius: 22.5px;
}

.cbox4-label img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cbox4-label2 {
  left: 676px;
  top: 310px;
}

.cbox4-label3 {
  left: 816px;
  top: 430px;
}

/* 模块4 end */

/* 模块5 start */
.cardbox5-section {
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.cbox5-left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px;
  text-align: left;
}

.cbox5-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 0.374px;
  color: #2b3243;
  /* margin-top: 60px; */
}

.cbox5-ul {
  margin-top: 10px;
}

.cbox5-li {
  display: flex;
  /* align-items: center; */
  margin-top: 31px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #2b3243;
}

.cbox5-li img {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.cbox5-right {
  width: 50%;
  height: 365px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.cbox5-bg {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cbox5-ul-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* border: 1px solid red; */
  z-index: 99;
  overflow: hidden;
}

.cbox5-r-ul {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  padding-left: 20px;
  /* overflow-x: auto; */
  /* border: 1px solid cadetblue; */
  /* overflow-x: auto; */
  animation: rotateLeft 17408ms linear infinite;
}

.cbox5-r-ul::-webkit-scrollbar {
  display: none;
}

.cbox6-ul {
}

@keyframes rotateLeft {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1088px;
  }
}

.cbox5-r-ul:hover {
  animation-play-state: paused;
  /*暂停动画*/
}

.cbox5-r-li {
  min-width: 120px;
  width: 120px;
  height: 52px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  margin-right: 16px;
  display: flex;
  position: relative;
  align-content: center;
  justify-content: center;
}

.cbox5-r-li img {
  width: 100%;
  height: 100%;
}

/* 模块5 end */

/* 模块6 */
.cardbox6-section {
  background: #010101;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.cbox6-left {
  box-sizing: border-box;
  width: 55%;
  padding-left: 60px;
}

.cbox6-right {
  box-sizing: border-box;
  width: 45%;
  padding-left: 60px;
  text-align: left;
}

.cbox6-ul-box {
  display: flex;
  height: 960px;
  overflow: hidden;
  /* border: 1px solid red; */
}

.cbox6-ul {
  box-sizing: border-box;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  height: 1920px;
  justify-content: center;
}

.cbox6-ul:nth-child(1) {
  /* 1363*2*(4ms*2) = 21808ms */
  animation: rotate 10880ms linear infinite;
}

.cbox6-ul:nth-child(2) {
  animation: rotate 13630ms linear infinite;
}

.cbox6-ul:nth-child(3) {
  animation: rotate 10880ms linear infinite;
}

.cbox6-ul:nth-child(4) {
  animation: rotate 13630ms linear infinite;
}

@keyframes rotate {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -1363px;
  }
}

.cbox6-ul-box:hover .cbox6-ul {
  animation-play-state: paused;
  /*暂停动画*/
}

.cbox6-li {
  min-width: 160px;
  height: 331px;
  /* width: 25%; */
  /* margin-bottom: 25px; */
  border-radius: 24px;
  position: relative;
  top: 0px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.cbox6-li-img-box {
  box-sizing: border-box;
  width: 160px;
  height: 331px;
  background-color: #010101;
  text-align: center;
}

.cbox6-li-img {
  width: 100%;
  height: 100%;
}

.cbox6-r-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 62px;
  color: #ffffff;
}

.cbox6-r-label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-top: 63px;
}

.cbox6-r-icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  align-self: flex-start;
}

.cbox6-step-ul {
  display: flex;
  padding-left: 60px;
  margin-top: 28px;
}

.cbox6-step-li {
  display: flex;
  align-content: center;
  flex-flow: column;
}

.step-line {
  margin-top: 24px;
  width: 112px;
  height: 0;
  border-bottom: 2px dashed #323233;
}

.step-line1 {
  border: 1px dashed #31af84;
}

.cbox6-step-img {
  min-width: 48px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}

.cbox6-step-img1 {
  background-color: #31af84;
}

.cbox6-step-img img {
  width: 26px;
  height: 26px;
}

.cbox6-step-li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.cbox6-r-ul-box {
  width: 125%;
  overflow: hidden;
  margin-top: 15px;
  /* border: 1px solid red; */
  overflow-x: scroll;
}
.cbox6-r-ul-box::-webkit-scrollbar {
  display: none;
}

.cbox6-r-ul {
  cursor: pointer;
  /* width: 158px; */
  /* width: 120%; */
  display: flex;
  /* margin-right: 120px; */
  padding-bottom: 10px;
  /* overflow: hidden; */
  /* overflow-x: auto; */
  /* border: 1px solid; */
  /* animation: rotateCbox6 5856ms linear infinite; */
}

/* @keyframes rotateCbox6 {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -732px;
    }
}

.cbox6-r-ul:hover {
    animation-play-state: paused;
} */

.cbox6-r-li {
  min-width: 158px;
  width: 158px;
  height: 158px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 25px;
  border: 1px solid;
}

.cbox6-rli-img {
  width: 100%;
}

.cbox6-btn {
  width: 100%;
  margin-right: 120px;
  height: 48px;
  line-height: 48px;
  background: #004afc;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 48px;
  cursor: pointer;
}

/* 模块6  end*/

/* 模块7 */
.cardbox7-section {
  background: #ffffff;
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}

.cbox7-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #2b3243;
}

.cbox7-ul {
  margin-top: 80px;
  display: flex;
  width: 100%;
}

.cbox7-li {
  min-width: 282px;
  width: 25%;
  margin-right: 24px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.cbox7-li:nth-child(4) {
  margin-right: 0;
}

.cbox7-li-img {
  width: 100%;
  height: 341px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.cbox7-li-icon {
  width: 33px;
  height: 33px;
}

.cbox7-li span {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.374px;
  color: #2b3243;
}

/* 模块7  end*/

/* 模块8 */
.cardbox8-section {
  background: #f7f8fa;
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}

.cbox8-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #2b3243;
}

.cbox8-ul {
  margin-top: 80px;
  display: flex;
  width: 100%;
}

.cbox8-li {
  min-width: 384px;
  width: 33%;
  margin-right: 24px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.cbox8-li:nth-child(3) {
  margin-right: 0;
}

.cbox8-li-img {
  width: 100%;
  /*height: 384px;*/
  border-radius: 20px;
  margin-bottom: 30px;
}

.cbox8-li span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.374px;
  color: #2b3243;
}

/* 模块8  end*/

/* 模块9 */
.cardbox9-section {
  background: #fff;
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}

.cbox9-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #2b3243;
}

.cbox9-ul {
  margin-top: 80px;
  display: flex;
  width: 100%;
}

.cbox9-li {
  min-width: 585px;
  width: 48%;
  margin-right: 24px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: left;
}

.cbox9-li:nth-child(2) {
  margin-right: 0;
}

.cbox9-li-img {
  width: 100%;
  /*height: 329px;*/
  border-radius: 20px;
  margin-bottom: 30px;
}

.cbox9-li-span {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /* text-align: center; */
  letter-spacing: 0.374px;
  color: #2b3243;
}

.cbox9-p {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.cbox9-p img {
  min-width: 26px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.cbox9-p span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2b3243;
}

/* 模块9  end*/

/* 模块10 start */
.cardbox10-section {
  padding: 120px 0;
  background: #f7f8fa;
  width: 1200px;
  margin: 0 auto;
}

.cbox10-info {
  display: flex;
  align-items: center;
}

.cbox10-left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 50px;
  text-align: left;
}

.cbox10-tit-img {
  margin-top: 60px;
  margin-bottom: 48px;
  height: 34px;
}

.cbox10-tit-img img {
  height: 34px;
}

.cbox10-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #2b3243;
}

.cbox10-title2 {
  margin-top: 40px;
  display: flex;
  align-content: center;
  margin-bottom: 48px;
}

.cbox10-icon1 {
  width: 120px;
  padding-right: 20px;
  border-right: 1px solid gainsboro;
}

.cbox10-txt {
  color: #2c3a46;
  font-size: 44px;
}

.cbox10-icon2 {
  width: 140px;
  margin-left: 20px;
}

.cbox10-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b3243;
  margin-bottom: 30px;
}

.cbox10-right {
  width: 50%;
  align-self: flex-end;
}

.cbox10-r-ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.cbox10-r-li {
  width: 48%;
  min-width: 282px;
  height: 150px;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-right: 24px;
  margin-bottom: 24px;
}

.cbox10-r-li:nth-child(2n) {
  margin-right: 0;
}

.cbox10-rli-value {
  display: flex;
  align-items: flex-end;
}

.c-rli-num {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 52px;
  /* line-height: 65px; */
  letter-spacing: 0.5px;
  color: #004afc;
}

.c-rli-tip {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #323233;
}

.cbox10-rli-label {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #969799;
}

.cbox10-ul {
  margin-top: 62px;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

.cbox10-li {
  min-width: 180px;
  height: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-flow: column;
  background: #ffffff;
  border-radius: 24px;
  margin-right: 24px;
}

.cbox10-li:nth-child(6) {
  margin-right: 0;
}

.cbox10-li-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.cbox10-li-label {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #646566;
}

/* 模块10 end */

/* 模块11 start */
.cardbox11-section {
  padding: 120px 0;
  padding-top: 60px;
  background: #f7f8fa;
  width: 1200px;

  margin: 0 auto;
}

.cbox11-flex {
  height: 460px;
  display: flex;
  overflow: hidden;
  background: #000000;
  border-radius: 20px;
}

.cardbox11-left {
  width: 50%;
  display: flex;
  align-items: center;
}

.cbox11-info {
  margin-left: 48px;
  text-align: left;
}

.cbox11-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
}

.cbox11-title2 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}

.cbox11-tel {
  margin-top: 40px;
  width: 462px;
  height: 52px;
  line-height: 52px;
  background: #004afc;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.cbox11-link {
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #7c828e;
}

.cbox11-link a {
  font-size: 13px;
  line-height: 20px;
  color: #7c828e;
  text-decoration: underline;
  /* opacity: .7; */
}

.cardbox11-right {
  width: 50%;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.cbox11-r-img {
  width: 100%;
  height: 460px;
  overflow: hidden;
  /* border-radius: 24px; */
}

/* 模块11 end */

/* footer底部  start*/
.footer {
  background: #000000;
  /* margin: 0 auto; */
  text-align: center;
  padding: 80px 0;
}

.footer-box {
  margin: 0 auto;
  width: 1200px;
  /* background: #000000; */
}

.footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
}

.footer-logo {
  width: 120px;
}

.footer-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
  opacity: 0.7;
}

.footer-t-item {
  width: 40%;
  text-align: left;
}

.footer-t-item2 {
  width: 100px;
}

.footer-t-item3 {
  text-align: right;
}

.f-item-box3 {
  display: inline-block;
  text-align: left;
}

.footer-emall {
  margin-top: 24px;
}

.footer-label2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.footer-ul {
  margin-top: 24px;
}

.footer-ul li {
  margin-top: 16px;
}

.footer-emall a,
.footer-ul li a {
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
  margin-top: 10px;
}

.footer-bootom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.footer-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
}

.footer-item a {
  color: #fff;
  margin-right: 20px;
}

/* footer底部  end*/

/* 滚动条美化 */
::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
  background-color: #f5f5f5 !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #c8c8c8 !important;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px !important;
  background-color: #f5f5f5 !important;
}

/* 滚动条样式修改 */
.cbox6-r-ul::-webkit-scrollbar-thumb {
  background-color: #565050 !important;
}

.cbox6-r-ul::-webkit-scrollbar-track {
  background-color: #747474 !important;
}
