﻿.section {
  padding: 3rem 0;
}
.section .section-title {
  text-align: center;
}
.section-title p {
  font-size: 1.7rem;
  color: #333333;
  font-weight: bold;
}
.section-title span {
  display: inline-block;
  width: 3.85rem;
  height: 0.25rem;
  background: #5eb9ff;
  border-radius: 0.15rem;
  margin-top: 0.7rem;
}
.section-title text {
  display: block;
  margin-top: 0.7rem;
  color: #666666;
  font-size: 0.85rem;
  font-weight: bold;
}
/* 内容0 */
.section-0 {
  height: 32.5rem;
  background: url(/images/scheme/industry_scheme/lszm/section-0-bg.png)
    no-repeat;
  background-size: cover;
}
.section-0 .section-banner {
  padding: 8.75rem 0 0 18rem;
}
.section-0 .section-banner p {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.96px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.section-0 .section-banner text {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.4px;
}
.section-0 .section-buttons {
  margin-top: 2.5rem;
  display: flex;
}
.section-0 .section-buttons a {
  width: 6.7rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  font-size: 0.95rem;
  color: #146afd;
  letter-spacing: 0.38px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section-0 .section-buttons .section-button {
  position: relative;
}
.section-0 .section-buttons .section-button2 {
  margin-left: 1.35rem;
}
.section-0 .section-buttons .section-button .section-btn-zhezhao {
  position: absolute;
  width: 6.7rem;
  height: 2rem;
  opacity: 0.66;
  background: #0031f5;
  border-radius: 1rem;
  filter: blur(4px);
  top: 0.25rem;
  left: 0;
}
/* 内容1 */
.section-1 .section-images {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20rem;
}
.section-1 .section-images img {
  width: 13.15rem;
  height: 9.9rem;
  margin-top: 1.2rem;
}
/* 内容2 */
.section-2 {
  background: #f6fafe;
}
.section-2 .section-image {
  margin-top: 2rem;
  text-align: center;
}
.section-2 .section-image img {
  width: 53.45rem;
  height: 33.4rem;
}
/* 内容3 */
.section-3 .section-group {
  margin-top: 0.6rem;
  padding: 0 22rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-3 .section-group .section-item {
  margin-top: 2.25rem;
  width: 8.85rem;
  height: 11rem;
  background: #ffffff;
  border: 2px solid #87d3ff;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.section-3 .section-group .section-item .section-bg {
  position: absolute;
  top: 0.35rem;
  left: -2px;
  z-index: -1;
  width: 8.85rem;
  height: 11.35rem;
  background: #239ffe;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 4px 0px rgba(75, 154, 223, 0.16);
}
.section-3 .section-group .section-item .section-image {
  margin-top: 1rem;
}
.section-3 .section-group .section-item .section-image img {
  width: 2.7rem;
  height: 2.5rem;
}
.section-3 .section-group .section-item .section-desc {
  margin-top: 0.55rem;
}
.section-3 .section-group .section-item .section-desc p {
  color: #333333;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.section-3 .section-group .section-item .section-desc text {
  color: #595a5a;
  font-size: 0.7rem;
  letter-spacing: 0.56px;
  display: inline-block;
}
/* 内容4 */
.section-4 {
  background: #0031f5;
}
.section-4 .section-box {
  padding: 2rem 1.8rem 2.9rem 1.8rem;
  margin: 0 auto;
  width: 58.5rem;
  height: 28.85rem;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.section-4 .section-box .section-box-title {
  text-align: center;
  font-size: 1.95rem;
  font-weight: bold;
  color: #333333;
}
.section-4 .section-box .section-group {
  display: flex;
  justify-content: space-between;
  margin-top: 2.1rem;
}
.section-4 .section-box .section-group .section-item {
  width: 12.6rem;
  height: 19.25rem;
  background: #ffffff;
  border-radius: 0.45rem;
  box-shadow: 0px 0px 6px 0px rgba(90, 150, 203, 0.46);
  padding: 0.6rem;
  box-sizing: border-box;
}
.section-4 .section-box .section-group .section-item img {
  width: 100%;
}
.section-4 .section-box .section-group .section-item p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  margin-top: 1.3rem;
  margin-bottom: 0.55rem;
}
.section-4 .section-box .section-group .section-item span {
  display: inline-block;
  font-size: 0.7rem;
  color: #595a5a;
  line-height: 1.2rem;
}
/* 内容5 */
.section-5 .section-swiper {
  width: 57.45rem;
  margin: 0 auto;
  position: relative;
}
.section-5 .swiper-slide img {
  width: 100%;
}
.section-5 .swiper-button {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border: 0.05rem solid #707070;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.section-5 .swiper-button img {
  width: 0.9rem;
  height: 1.05rem;
}
.section-5 .swiper-button-l {
  left: -2rem;
}
.section-5 .swiper-button-r {
  right: -2rem;
}
.section-5 .swiper-button-l .prev1 {
  display: block;
}
.section-5 .swiper-button-l .prev2 {
  display: none;
}
.section-5 .swiper-button-l.swiper-button-disabled .prev1 {
  display: none;
}
.section-5 .swiper-button-l.swiper-button-disabled .prev2 {
  display: block;
}
.section-5 .swiper-button-r .next1 {
  display: block;
}
.section-5 .swiper-button-r .next2 {
  display: none;
}
.section-5 .swiper-button-r.swiper-button-disabled .next1 {
  display: none;
}
.section-5 .swiper-button-r.swiper-button-disabled .next2 {
  display: block;
}
/* 内容6 */
.section-6 .section-icons {
  margin-top: 3rem;
  padding: 0 22.9rem 0 21.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-6 .section-icons li {
  width: 7rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.section-6 .section-icons li img {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.2rem;
}
.section-6 .section-icons li span {
  font-size: 0.9rem;
  color: #434245;
}
.section-6 .section-group {
  display: flex;
  margin-top: 0.55rem;
  padding: 0 17.7rem;
  justify-content: space-between;
}
.section-6 .section-group .section-item {
  text-align: center;
}
.section-6 .section-group .section-item img {
  width: 12.1rem;
  height: 23.3rem;
}
.section-6 .section-group .section-item p {
  margin-top: 1.45rem;
  font-size: 1.2rem;
  color: #333333;
  letter-spacing: 0.72px;
}
.section-6 .section-btn {
  text-align: center;
  margin-top: 2.35rem;
}
.section-6 .section-btn a {
  display: inline-block;
  width: 12.7rem;
  text-align: center;
  height: 2.35rem;
  line-height: 2.35rem;
  background: linear-gradient(127deg, #36baf3 10%, #207afe 80%);
  border-radius: 24px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 1.25rem;
}
/* 内容7 */
.section-7 {
  background: #f6fafe;
}
.section-7 .section-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .section-flex .section-left {
  margin-right: 0.75rem;
}
.section-7 .section-flex .section-right {
  margin-top: 3rem;
}
.section-7 .section-flex .section-right .section-box {
  width: 27.55rem;
  padding: 2rem 0 2rem 2rem;
  background: linear-gradient(180deg,#ffffff, #edf3fe);
  border-radius: 14px;
  box-shadow: 0px 0px 6px 0px rgba(48,151,255,0.27);
  box-sizing: border-box;
  position: relative;
}
.section-7 .section-flex .section-right .section-box p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 0.65rem;
}
.section-7 .section-flex .section-right .section-box text {
  color: #595a5a;
  line-height: 1.7rem;
  font-size: 0.9rem;
  letter-spacing: 0.72px;
}
.section-7 .section-flex .section-right .section-box img {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translate(0, -50%);
}
/* 内容8 */
.section-8 .section-group {
  padding: 0 19.25rem;
  margin-top: 2.25rem;
  display: flex;
  justify-content: space-between;
}
.section-8 .section-group .section-item {
  width: 18rem;
  border-radius: 0.75rem;
  background-color: rgba(239, 239, 239, 0.77);
  padding: 0 4rem 2.3rem 4rem;
  box-sizing: border-box;
}
.section-8 .section-group .section-item .section-image {
  width: 10rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-8 .section-group .section-item p {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
  margin-top: -1rem;
}
.section-8 .section-part {
  padding: 0 22.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1rem;
}
.section-8 .section-part .section-item {
  width: 12rem;
  text-align: center;
  margin-top: 4rem;
}
.section-8 .section-part .section-item .section-image {
  height: 9.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-8 .section-part .section-item p {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
}
/* 内容9 */
.section-9 {
  background: #f6fafe;
}
.section-9 .section-box-o {
  margin-top: 2rem;
}
.section-9 .section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.section-9 .section-box .section-square {
  width: 1.2rem;
  height: 1.2rem;
}
.section-9 .section-box .section-border {
  width: 10.55rem;
  height: 5.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.2rem solid rgba(94, 185, 255, 0.36);
  border-radius: 12px;
}
.section-9 .section-box .section-border img {
  height: 3rem;
}
