* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
  font-family: Source Han Sans CN;
  min-width: 1200px;
}

.container {
}

.title {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 30px 0;
}

.title h4 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 0 !important;
}

.content {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  height: 100%;
}

.pos_l {
  position: absolute;
  top: 0;
  left: 0;
}

.pos_r {
  position: absolute;
  top: 0;
  right: 0;
}

header {
  height: 66px;
}

section {
  position: relative;
  overflow-x: auto;
}

section.first {
  min-height: 472px;
  background-color: #f6f6f6;
}

section.third {
  min-height: 320px;
  background-color: #f6f6f6;
}

section.five {
  min-height: 320px;
  background-color: #f6f6f6;
}

section.seven {
  min-height: 320px;
  background-color: #f6f6f6;
}

section.nine {
  min-height: 472px;
  background-color: #f6f6f6;
}

footer {
  height: 130px;
  background-color: #65686e;
}

footer span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  border-right: 1px solid #fff;
}

.btn-link {
  color: #666666;
  font-size: 18px;
}

.btn-link:hover {
  color: #666666;
  font-size: 18px;
}

.btn-primary {
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #588afd;
}

.circle_t {
  display: inline-block;
  color: #fff;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  margin: 0 35px;
  border-radius: 50%;
  background: linear-gradient(0deg, #295fcd 0%, #70bdff 100%);
}

.circle_b {
  display: inline-block;
  color: #fff;
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin: 0 35px;
  border-radius: 50%;
  background: linear-gradient(0deg, #0891d1, #6cdeff);
}

.aa {
  display: inline-block;
  min-width: 156px;
  line-height: 36px;
  text-align: center;
  background-color: #5ca0f0;
  color: #fff;
  border-radius: 4px;
  margin-right: 30px;
}

a {
  color: #666666;
}

.g-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 470px;
  grid-gap: 30px;
}

.g-box .g-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.s-ul {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.s-ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #588afd;
  border-radius: 50%;
  margin: -3px 10px 0 0;
}

.min-main {
  width: 1200px;
  margin: 0 auto;
}

.p-3 .title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}

.p-3 .swiper-o {
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
}

.p-3 .swiper {
  flex: 1;
  overflow: hidden;
  position: relative;
  /* margin: 0 55px; */
  padding-bottom: 50px;
}
.p-3 .swiper .card {
  /* width: 354px; */
  height: 212px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: center;
  height: 354px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.p-3 .swiper .card img + div {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 22px;
  width: 80px;
  margin: 14px auto 0;
}

.p-3 .swiper-button-next:after,
.p-3 .swiper-button-prev:after {
  font-size: 20px;
  /* color: #ccc; */
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #999999;
  color: rgba(51, 51, 51, 1);
}

/* .anli2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 390px);
  grid-gap: 40px 20px;
} */

.use {
  width: 816px;
  height: 300px;
  background: rgba(256, 256, 256, 0.95);
  box-shadow: 0px 6px 24px 6px rgba(221, 232, 244, 0.4);
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
}

.use .icon {
  height: 64px;
  margin-bottom: 35px;
}

.use .t-1 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.use .t-2 {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 10px;
  background: #cccccc;
  border-radius: 5px;
  opacity: 0.9;
}

.swiper-pagination-bullet-active {
  width: 50px;
  background: #588afd;
}

.p-3 .anli .card {
  height: 650px;
}

.p-3 .anli {
  padding-bottom: 60px;
}

.anli-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 48px;
  height: 48px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 0px 0px 4px 4px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.anli-next.swiper-button-next,
.anli-prev.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: none;
  box-shadow: 0px 6px 24px 6px rgba(221, 232, 244, 0.6);
  border-radius: 50%;
}

.anli-prev.swiper-button-prev {
  left: 0;
  transform: translateX(-50%) translateY(-30px);
}

.anli-next.swiper-button-next {
  right: 0;
  transform: translateX(50%) translateY(-30px);
}

.s-btn {
  width: 240px;
  height: 40px;
  background: #588afd;
  border-radius: 4px;
  margin: 25px auto 50px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.s-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.f-bot {
  width: 1200px;
  margin: 0 auto;
  height: 200px;
  display: flex;
  align-items: center;
}

.f-bot .p-l {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 60px;
}

.f-bot .erwm {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.s-b-2 {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff;
}
.s-b-2 a {
  color: #007bff;
}
.s-b-2:hover {
  color: #007bff;
  background-color: transparent;
  border-color: #0062cc;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
