@charset "UTF-8";
::-webkit-scrollbar {
  width: 0 !important;
}

div {
  -ms-overflow-style: none;
}

div {
  overflow: -moz-scrollbars-none;
}

.bannerSwiper {
  position: relative;
  width: 100%;
}

.bannerSwiper .newsBanner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(61, 107, 255, 0.4);
  height: 1.7rem;
  z-index: 30;
  overflow: hidden;
  padding: 0 0.9375rem;
}

.bannerSwiper .newsBanner .swiper4 {
  width: 100%;
  height: 100%;
}

.bannerSwiper .newsBanner .swiper4 a {
  font-size: 0.7rem;
  color: #fff;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

.bannerSwiper .newsBanner .moreRight {
  position: absolute;
  right: 0.9375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
}

.swiper {
  width: 100%;
}

.swiper .swiper-pagination-bullet {
  background-color: #97aff5;
  opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.banner {
  width: 100%;
  height: 24.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
}

.main-body {
  width: 100%;
  background-color: #f3f4f6;
  padding: 1.5625rem 0 1.875rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #292929;
}

.main-body .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
}

.main-body .p {
  width: 19.0625rem;
  text-align: center;
}

.main-body .p p {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.main-body .main-scroll {
  width: 100%;
  margin-top: 1.5625rem;
}

.main-body .main-scroll .main_box {
  width: 100%;
}

.main-body .main-scroll .main_box .swiperPoints {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  z-index: 30;
  display: flex;
  justify-content: center;
}

.main-body .main-scroll .main_box .swiperPoints .it {
  width: 6px;
  height: 6px;
  background-color: #3d6bff;
  border-radius: 6px;
  margin-right: 10px;
}

.main-body .main-scroll .main_box .swiperPoints .active {
  transition: all 0.4s;
  width: 20px;
}

.main-body .main-scroll .main_box .navSwiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 24rem;
  position: relative;
}

.main-body .main-scroll .main_box .navSwiper .swiper2 {
  height: 100%;
  width: 100%;
  overflow: visible !important;
}

.main-body .main-scroll .main_box .navSwiper .swiper2 .swiper-wrapper .swiper-slide {
  width: 18rem;
  padding: 0 10px;
}

.main-body .main-scroll .main_box .navSwiper .swiper2 .swiper-wrapper .swiper-slide:first-child {
  padding-left: 0;
}

.main-body .main-scroll .main_box .navSwiper .swiper2 .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}

.main-body .main-scroll .main_box .navSwiper .swiper2 .swiper-wrapper .swiper-slide-active {
  width: 18rem;
}

.main-body .main-scroll .main_box .navSwiper .swiper-slide {
  display: block;
}

.main-body .main-scroll .main_box .navSwiper .swiperItem {
  border-radius: 0.625rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.main-body .main-scroll .main_box .navSwiper .itemTitle {
  height: 3rem;
  background-color: #3d6bff;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 3.5rem;
}

.main-body .main-scroll .main_box .navSwiper .itemContent {
  padding: 0.8rem;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .itemMessage {
  color: #666;
  font-size: 0.7375rem;
  line-height: 1.5;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .itemLabel {
  color: #444;
  font-size: 0.7375rem;
  margin-top: 0.8rem;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .schemes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .schemes .sc {
  background-color: #3d6bff;
  color: #fff;
  font-size: 0.5rem;
  height: 1.3rem;
  width: 22%;
  text-align: center;
  line-height: 1.3rem;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .schemes .sc:nth-of-type(4n) {
  margin-right: 0;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .cases {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .cases .ca {
  width: 29.5%;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  border: 1px solid #efefef;
  padding: 0.3125rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .cases .ca img {
  width: 100%;
}

.main-body .main-scroll .main_box .navSwiper .itemContent .cases .ca:nth-of-type(3n) {
  margin-right: 0;
}

.main-body .main-scroll .main_box .main-box {
  width: 18.375rem;
  height: 14.5313rem;
  padding: 0.9375rem 2.5rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 0.0313rem solid #e3e3e3;
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.625rem;
}

.main-body .main-scroll .main_box .main-box img {
  width: 6rem;
  height: 5.875rem;
}

.main-body .main-scroll .main_box .main-box .title {
  font-weight: 600;
  margin: 0.7813rem 0 0.625rem;
  font-size: 0.75rem;
  color: #282828;
}

.main-body .main-scroll .main_box .main-box .count {
  text-align: center;
  font-size: 0.5625rem;
  color: #a9a9a9;
}

.main-body .main-scroll .main_box .main-box .boxList {
  display: flex;
  margin-top: 0.625rem;
}

.main-body .main-scroll .main_box .main-box .boxList .box {
  width: 4.0625rem;
  height: 1.2rem;
  border: 0.0313rem solid #569af2;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.625rem;
}

.main-body .main-scroll .main_box .main-box .boxList .box p {
  transform: scale(0.833);
  font-size: 0.4375rem;
  color: #569af2;
}

.main-body .main-scroll .main_box .main-box .boxList .box:last-child {
  margin-right: 0;
}

.main-body .main-scroll .main_box:first-child {
  padding-left: 0.9375rem;
}

.main-body .main-scroll .main_box:last-child {
  padding-right: 0.9375rem;
}

.main-body ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.main-body01 {
  width: 100%;
  background-color: #ffffff;
  padding: 1.5625rem 0 1.875rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body01 .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #292929;
}

.main-body01 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
}

.main-body01 .p {
  width: 92%;
  text-align: center;
}

.main-body01 .p p {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.main-body01 .body {
  overflow-x: hidden;
  margin-top: 1.5625rem;
  width: 100%;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-body01 .body .body_box {
  margin-bottom: 1.1875rem;
  width: 49%;
  border-radius: 0.3125rem;
  padding: 0 0 0.9375rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0.375rem 0.875rem 0px rgba(0, 0, 0, 0.09);
}

.main-body01 .body .body_box .desc {
  font-size: 0.8375rem;
  color: #999;
  transform: scale(0.833);
  line-height: 1.2rem;
}

.main-body01 .body .body_box .body_box_banner {
  width: 55px;
  padding-top: 20px;
}

.main-body01 .body .body_box .body_box_banner img {
  width: 100%;
}

.main-body01 .body .body_box .title {
  width: 8.125rem;
  text-align: center;
  margin: 1.4063rem 0 0.7813rem;
  font-size: 0.8125rem;
  color: #282828;
  font-weight: 600;
}

.main-body01 .body .body_box .count {
  width: 95%;
  text-align: center;
}

.main-body01 .body .body_box .count p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transform: scale(0.833);
  font-size: 0.7313rem;
  color: #a9a9a9;
}

.main-body01 .body .body_box .button {
  margin-top: 0.9375rem;
  width: 3.9375rem;
  height: 1.3rem;
  border: 0.0313rem solid #b0b0b0;
  border-radius: 0.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-body01 .body .body_box .button p {
  transform: scale(0.833);
  font-size: 0.4063rem;
  color: #b0b0b0;
}

.main-body02 {
  width: 100%;
  background-color: #ffffff;
  padding: 1.5625rem 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body02 .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #292929;
}

.main-body02 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
}

.main-body02 .p {
  width: 84%;
  text-align: center;
}

.main-body02 .p p {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.main-body02 .body {
  overflow-x: hidden;
  margin-top: 2.5rem;
  width: 100%;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-body02 .body .body_box {
  width: 48%;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}

.main-body02 .body .body_box img {
  width: 2.1875rem;
  height: 2.1875rem;
}

.main-body02 .body .body_box .box {
  margin-left: 0.7813rem;
  display: flex;
  flex-direction: column;
}

.main-body02 .body .body_box .box .title {
  font-size: 0.6875rem;
  color: #737ee9;
  font-weight: 600;
}

.main-body02 .body .body_box .box .count {
  width: 6.2188rem;
}

.main-body02 .body .body_box .box .count p {
  transform-origin: left;
  transform: scale(0.833);
  font-size: 0.4375rem;
  color: #a9a9a9;
}

.main-body03 {
  width: 100%;
  background-color: #1f2f4a;
  padding: 1.875rem 0 0.9375rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body03 .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #ffffff;
}

.main-body03 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #ffffff;
}

.main-body03 .p {
  width: 84%;
  text-align: center;
}

.main-body03 .p p {
  font-size: 0.75rem;
  color: #ffffff;
}

.main-body03 .body_swiper {
  padding-top: 1.875rem;
  width: 100%;
  height: 15.6rem;
  position: relative;
  overflow-x: hidden;
}

.main-body03 .body_swiper .swiper-wrapper {
  width: 100%;
  height: 13.75rem;
  display: flex;
  justify-content: center;
}

.main-body03 .body_swiper .swiper-slide {
  width: 32% !important;
  height: 10.1563rem;
  background: #fefefe;
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 300ms;
}

.main-body03 .body_swiper .swiper-slide img {
  margin-top: 2.1875rem;
  width: 5.6875rem;
  height: 2.9688rem;
}

.main-body03 .body_swiper .swiper-slide .title {
  transform: scale(0.833);
  margin: 1.5625rem 0 0.625rem;
  font-size: 0.4688rem;
  color: #282828;
  font-weight: 600;
}

.main-body03 .body_swiper .swiper-slide .button {
  width: 3.1875rem;
  border-radius: 0.3125rem;
  background-color: #3cb1f3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-body03 .body_swiper .swiper-slide .button p {
  transform: scale(0.633);
  font-size: 0.25rem;
  color: #ffffff;
}

.main-body03 .body_swiper .swiper-slide-active,
.main-body03 .body_swiper .swiper-slide-duplicate-active {
  background: #5c82ef;
  transform: scaleY(1.2);
}

.main-body03 .body_swiper .swiper-slide-active .title,
.main-body03 .body_swiper .swiper-slide-duplicate-active .title {
  color: #ffffff;
}

.main-body03 .body_swiper .swiper-slide-active .button,
.main-body03 .body_swiper .swiper-slide-duplicate-active .button {
  background-color: #ffffff;
}

.main-body03 .body_swiper .swiper-slide-active .button p,
.main-body03 .body_swiper .swiper-slide-duplicate-active .button p {
  transform: scale(0.533);
  font-size: 0.25rem;
  color: #3cb1f3;
}

.main-body03 .body_swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}

.main-body03 .body_swiper .swiper-pagination-bullet-active {
  background-color: #3887f2;
  opacity: 1;
}

.main-body04 {
  width: 100%;
  background-color: #ffffff;
  padding: 1.5625rem 0 1.875rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body04 .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #292929;
}

.main-body04 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
}

.main-body04 .p {
  width: 84%;
  text-align: center;
}

.main-body04 .p p {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.main-body04 .body {
  margin-top: 2.1875rem;
  width: 100%;
  padding: 0 2.4375rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main-body04 .body .body_Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.main-body04 .body .body_Box .body_banner {
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 8.5rem auto 0.625rem;
}

.main-body04 .body .body_Box .body_banner img {
  width: 10.9375rem;
  height: 8.125rem;
}

.main-body04 .body .body_Box .body_box {
  width: 43%;
  height: 8.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body04 .body .body_Box .body_box img {
  width: 3.5rem;
  height: 2.0313rem;
}

.main-body04 .body .body_Box .body_box .title {
  width: 100%;
  text-align: center;
  margin: 0.7813rem 0 0;
  font-size: 0.6875rem;
  color: #737ee9;
  font-weight: 600;
  transform: scale(0.833);
}

.main-body04 .body .body_Box .body_box .count {
  width: 100%;
  transform: scale(0.833);
  font-size: 0.4375rem;
  color: #a9a9a9;
}

.main-body04 .body .body_Box .body_box:nth-child(4) {
  margin-top: 10rem;
}

.main-body04 .body .body_Box .body_box:nth-child(5) {
  margin-top: 10rem;
}

.main-body04 .body .button {
  margin: 1.4063rem auto 0;
  width: 7.8125rem;
  height: 2rem;
  background-color: #5c82ef;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7813rem;
  color: #ffffff;
}

.main-body05 {
  width: 100%;
  background-color: #f3f4f6;
  padding: 1.5625rem 0 1.875rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body05 .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #292929;
}

.main-body05 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
}

.main-body05 .p {
  width: 85%;
  text-align: center;
}

.main-body05 .p p {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.main-body05 .body {
  width: 100%;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  margin-top: 1.5625rem;
}

.main-body05 .body .body_Box {
  width: 100%;
}

.main-body05 .body .body_Box .navSwiper3 {
  width: 100%;
  position: relative;
  height: 22rem;
  position: relative;
}

.main-body05 .body .body_Box .navSwiper3 .swiper3 {
  height: 100%;
  width: 100%;
  overflow: visible !important;
}

.main-body05 .body .body_Box .navSwiper3 .swiper3 .swiper-wrapper .swiper-slide {
  width: 18rem;
  padding: 0 10px;
}

.main-body05 .body .body_Box .navSwiper3 .swiper3 .swiper-wrapper .swiper-slide:first-child {
  padding-left: 0;
}

.main-body05 .body .body_Box .navSwiper3 .swiper3 .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}

.main-body05 .body .body_Box .navSwiper3 .swiper3 .swiper-wrapper .swiper-slide-active {
  width: 18rem;
}

.main-body05 .body .body_Box .navSwiper3 .swiper-slide {
  display: block;
}

.main-body05 .body .body_Box .navSwiper3 .swiperItem {
  border-radius: 0.625rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.main-body05 .body .body_Box .navSwiper3 .backImg {
  width: 100%;
}

.main-body05 .body .body_Box .navSwiper3 .backImg img {
  width: 100%;
}

.main-body05 .body .body_Box .navSwiper3 .itemInfo {
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemInfo .itemLogo {
  width: 3.05rem;
  margin-right: 0.1563rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemInfo .infoDetail .itemTitle {
  font-weight: bold;
  font-size: 1rem;
  color: #444;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent {
  padding: 0.8rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent .itemMessage {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.5;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent .itemLabel {
  color: #333;
  font-size: 0.5rem;
  margin-top: 0.8rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent .schemes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent .schemes .sc {
  background-color: #3d6bff;
  color: #fff;
  font-size: 0.5rem;
  height: 1.3rem;
  padding: 0 0.25rem;
  text-align: center;
  line-height: 1.3rem;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent .cases {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.main-body05 .body .body_Box .navSwiper3 .itemContent .cases .ca {
  width: 4rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  border: 1px solid #efefef;
}

.main-body05 .body .body_Box .body_box {
  margin-bottom: 1rem;
  border-radius: 0.3125rem;
  width: 48%;
  background-color: #ffffff;
}

.main-body05 .body .body_Box .body_box img {
  width: 100%;
  height: 8.8125rem;
}

.main-body05 .body .body_Box .body_box .count {
  font-size: 0.5313rem;
  color: #a9a9a9;
  width: 100%;
  padding: 0.4688rem;
  box-sizing: border-box;
}

.main-body05 .body .button {
  margin: 0.625rem auto 0;
  width: 7.8125rem;
  height: 1.875rem;
  background-color: #5c82ef;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7813rem;
  color: #ffffff;
}

.main-body06 {
  width: 100%;
  background-color: #5c82ef;
  padding: 2.5rem 0 2.1875rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body06 .main-title p {
  font-weight: 600;
  font-size: 1.3125rem;
  color: #ffffff;
}

.main-body06 .p {
  margin-top: 0.7813rem;
  width: 19.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-body06 .p p {
  margin-right: 0.625rem;
  font-size: 0.6875rem;
  color: #ffffff;
}

.main-body06 .body {
  width: 100%;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
}

.main-body06 .body .body_box {
  display: flex;
  align-items: center;
}

.main-body06 .body .body_box .box {
  width: 4.6875rem;
  height: 1.5rem;
  border-radius: 0.1875rem;
  background-color: #ff8151;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  color: #ffffff;
  margin-right: 0.6875rem;
}

.main-body06 .body .body_box .box01 {
  width: 4.625rem;
  height: 1.4375rem;
  border-radius: 0.1875rem;
  border: 0.0313rem solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  color: #ffffff;
}

.main-body06 .body img {
  margin-top: 1.5625rem;
  width: 14.75rem;
  height: 11.4063rem;
}

.main-body07 {
  width: 100%;
  background-color: #f3f4f6;
  padding: 1.5625rem 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main-body07 .main-title p {
  font-weight: 600;
  font-size: 0.7813rem;
  color: #171616;
}

.main-body07 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
}

.main-body07 .p {
  width: 84%;
  text-align: center;
}

.main-body07 .p p {
  font-size: 0.5625rem;
  color: #a9a9a9;
}

.main-body07 .body_swiper01 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-top: 1.5625rem;
  overflow-x: hidden;
  position: relative;
}

.main-body07 .body_swiper01 .swiper-wrapper {
  width: 100%;
  height: 20.3125rem;
}

.main-body07 .body_swiper01 .swiper-slide {
  width: 17rem;
  height: 17.8125rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.7813rem;
}

.main-body07 .body_swiper01 .swiper-slide .banner02 {
  width: 100%;
  height: 9.375rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  overflow: hidden;
}

.main-body07 .body_swiper01 .swiper-slide .banner02 img {
  width: 100%;
  height: 9.375rem;
}

.main-body07 .body_swiper01 .swiper-slide .box {
  padding: 0.7813rem;
  box-sizing: border-box;
  position: relative;
}

.main-body07 .body_swiper01 .swiper-slide .box .circle {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.0313rem solid #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-body07 .body_swiper01 .swiper-slide .box .circle img {
  width: 0.7813rem;
  height: 0.9375rem;
}

.main-body07 .body_swiper01 .swiper-slide .box .title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #171616;
  margin-bottom: 0.8125rem;
}

.main-body07 .body_swiper01 .swiper-slide .box .box_text {
  display: flex;
  flex-direction: column;
}

.main-body07 .body_swiper01 .swiper-slide .box .box_text p {
  margin-bottom: 0.8125rem;
  font-size: 0.7188rem;
  color: #a9a9a9;
}

.main-body07 .body_swiper01 .swiper-pagination-bullet {
  background-color: #f3f4f6;
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0313rem solid #d3d3d3;
}

.main-body07 .body_swiper01 .swiper-pagination-bullet-active {
  background-color: #5c82ef;
  opacity: 1;
  border: none;
}

.strength .commonDiv {
  padding: 1.5625rem 0 1.875rem 0;
  overflow-x: hidden;
}

.strength .site1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.strength .site1 .main-title p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #292929;
  text-align: center;
}

.strength .site1 .line {
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #292929;
  display: flex;
  justify-content: center;
  text-align: center;
}

.strength .site1 .p {
  width: 19.0625rem;
  text-align: center;
}

.strength .site1 .p p {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.strength .site2 {
  margin-top: 1.5625rem;
}

.strength .site2 .site2Row:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strength .site2 .site2Row:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.4rem;
}

.strength .site2 .site2Row:nth-of-type(2) .item {
  margin-right: 3rem;
}

.strength .site2 .site2Row:nth-of-type(2) .item:last-child {
  margin-right: 0;
}

.strength .site2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.strength .site2 .item .label {
  opacity: 0.6;
  font-size: 0.4375rem;
  color: #040505;
  text-align: center;
  line-height: 0.75rem;
  margin-top: 0.3125rem;
}

.strength .site2 .item .value {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  text-align: center;
  font-size: 0.5rem;
  color: #155bd4;
  line-height: 0.75rem;
}

.strength .site2 .item .value span {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.strength .site3 {
  margin-top: 1.875rem;
  height: 265px;
  overflow-y: hidden;
}

.strength .site3 .box2 {
  overflow-x: auto;
  height: 275px;
}

.strength .site3 .box {
  display: flex;
}

.strength .site3 .item {
  width: 260px;
  margin-right: 20px;
}

.strength .site3 .item img {
  width: 100%;
  height: 130px;
}

.strength .site3 .item .side21 {
  width: 100%;
}

.strength .site3 .item .side21 .side211 {
  font-size: 0.825rem;
  color: #2d2d2d;
}

.strength .site3 .item .side21 .side211:hover {
  color: #2380ff;
}

.strength .site3 .item .side21 .side212 {
  font-size: 0.6rem;
  color: #777;
  margin-top: 0.625rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  line-height: 1.7;
  letter-spacing: 1.2;
}

.strength .site3 .item:last-child {
  margin-right: 0;
}

.footer {
  width: 100%;
  background-color: #5c82ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4063rem 1.5625rem 0.7813rem;
  box-sizing: border-box;
}

.footer .footer_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer_top .footer_top_box {
  display: flex;
  align-items: center;
}

.footer .footer_top .footer_top_box img {
  width: 1.3125rem;
  height: 1.25rem;
}

.footer .footer_top .footer_top_box .box {
  margin-left: 0.5375rem;
  display: flex;
  flex-direction: column;
}

.footer .footer_top .footer_top_box .box p:nth-child(1) {
  transform: scale(0.833);
  font-size: 0.8438rem;
  color: #ffffff;
  font-weight: 600;
}

.footer .footer_top .footer_top_box .box p:nth-child(2) {
  font-size: 0.5rem;
  color: #ffffff;
  transform: scale(0.833);
}

.footer .footer_top .footer_top_box:last-child {
  margin-right: 0;
}

.footer .footer_bottom {
  margin-top: 1.25rem;
  width: 5.375rem;
  height: 1.3125rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6563rem;
  color: #5c82ef;
}
