html,
body {
  position: relative;
  height: 100%;
}

.body {
  overflow-x: auto;
  height: 100%;
  min-height: 800px;
}

.my-circle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 999;
  transform: translateY(-50%);
  width: 18px;
  height: auto;
}

.my-circle-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 38px;
}

.my-circle-item > span {
  width: 6px;
  height: 6px;
  background-color: #aaaaaa;
  border-radius: 50%;
}

.my-circle-item-active > span {
  width: 18px;
  height: 18px;
  background: url(../icons/circle-icon.png) no-repeat center center;
  border-radius: 50%;
}

.my-circle-msg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 110px;
}

.my-circle-msg > span:nth-child(1) {
  width: 2px;
  height: 65px;
  background-color: #aaaaaa;
}

.my-circle-msg-num-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
}

.my-circle-msg-num1 {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d91312;
}

.my-circle-msg-num2 {
  height: 30px;
  line-height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-vertical > .swiper-wrapper {
  display: block;
  height: 100%;
}

.swiper-container-vertical > .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  z-index: 99;
  text-align: center;
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  margin: 5px 0;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-slide {
  min-height: 800px;
}

.swiper-slide-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 80px;
  color: #3a3a3a;
}

.swiper-slide-footer a {
  color: #3a3a3a;
}

.else-swiper-slide-footer {
  color: #fff;
}

.else-swiper-slide-footer a {
  color: #fff;
}

.else-swiper-slide-footer .swiper-slide-footer-left-item {
  border-right: 1px solid #fff;
}

.else-swiper-slide-footer .swiper-slide-footer-left-select {
  color: #fff;
}

.swiper-slide-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 40px;
}

.swiper-slide-footer-left {
  display: flex;
  align-items: center;
  height: 45px;
}

.swiper-slide-footer-left-item {
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border-right: 1px solid #7a7a7a;
}

.swiper-slide-footer-left-select {
  width: 150px;
  height: 30px;
  margin: 0 20px;
  padding: 0 10px;
  background-color: transparent;
}

/* 第一个 */
.swiper-slide01 {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.swiper-container1 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
}

.swiper-wrapper1 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.swiper-slide1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  padding-bottom: 280px;
}

.swiper-slide1-title1 {
  position: relative;
  top: -50px;
  z-index: 2;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d91312;
  border-bottom: 1px solid #fff;
}

.swiper-slide1-title2 {
  position: relative;
  top: -50px;
  z-index: 2;
  font-size: 65px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.swiper-slide1-text {
  position: relative;
  top: -50px;
  z-index: 2;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold; 
  color: #000;
}

.swiper-slide1-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide01-header {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 90px -170px);
}

.swiper-slide01-footer {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 170px;
}

.swiper-slide01-footer-item {
  width: calc(1280px / 3);
  height: 110px;
}

.swiper-slide01-footer-item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 5px);
  height: 110px;
  padding: 0 30px;
  background-color: #fff;
}

.swiper-slide01-footer-item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-slide01-footer-item-left > span:nth-child(1) {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #474747;
}

.swiper-slide01-footer-item-left > span:nth-child(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #858585;
}

.swiper-slide01-footer-item-right1 {
  width: 41px;
  height: 31px;
  background: url(../imgs/index-banner01-footer-icon01.png) no-repeat center
    center;
}

.swiper-slide01-footer-item-right2 {
  width: 32px;
  height: 32px;
  background: url(../imgs/index-banner01-footer-icon02.png) no-repeat center
    center;
}

.swiper-slide01-footer-item-right3 {
  width: 35px;
  height: 37px;
  background: url(../imgs/index-banner01-footer-icon03.png) no-repeat center
    center;
}

/* 第二个 */
.swiper-slide02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 90px);
  background-color: #fff;
}

.swiper-slide02-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.swiper-slide02-box-left {
  width: 500px;
}

.swiper-slide02-label {
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #c20a14;
  text-align: center;
}

.swiper-slide02-title {
  width: 500px;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #363636;
}

.swiper-slide02-text {
  width: 500px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 36px;
}

.swiper-slide02-btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  border: 1px solid #b4b4b4;
  text-align: center;
}

.swiper-slide02-box-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 780px;
  height: 515px;
}
.swiper-slide02-box-right-bg1 {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 510px;
  height: 385px;
}
.swiper-slide02-box-right-bg2 {
  width: 298px;
  height: 375px;
  background: url(../imgs/index-banner02-img02.png) no-repeat center center;
}

.swiper-slide02-box-right-text1 {
  position: absolute;
  bottom: 20px;
  right: 80px;
  width: 510px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 36px;
  text-align: center;
}

.swiper-slide02-box-right-text2 {
  position: absolute;
  bottom: 0px;
  right: 80px;
  width: 510px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 36px;
  text-align: center;
}

/* 第三个 */
.swiper-slide03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 90px);
  background-color: #f8f8f8;
}

.swiper-slide03-nr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  width: 100%;
  min-height: calc(100% - 90px - 160px);
  z-index: 2;
}

.swiper-slide03-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/index-banner03.jpg) no-repeat center center;
}

.swiper-slide03-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 450px;
  height: auto;
  transition: all 250ms linear;
}

.swiper-slide03-box > img {
  width: 95px;
  height: 220px;
  margin-bottom: 20px;
}

.swiper-slide03-box-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-slide03-box-text {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-slide03-box-btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #c20a14;
  text-align: center;
  cursor: pointer;
}
@keyframes donghua {
  0% {
    transform: translate(-10%, -50%) scale(1.1);
    /* 注意rgba中的a的设置 */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 20%);
  }

  33% {
    transform: translate(-10%, -50%) scale(0.9);
    box-shadow: 0 0 0 36px rgba(255, 255, 255, 0%);
  }

  66% {
    transform: translate(-10%, -50%) scale(1.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 20%);
  }

  100% {
    transform: translate(-10%, -50%) scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0%);
  }
}

.progress-donghua {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  z-index: 3;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  animation: donghua 4s infinite;
}

.progress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  z-index: 4;
  width: 600px;
  height: 600px;
  background: none;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress.blue .progress-bar {
  border-color: #c10b15;
}

.progress-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  width: 600px;
  height: 600px;
  z-index: 3;
}

.progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #000;
}

.progress-dot > span {
  display: flex;
  align-items: center;
}

.progress-dot > span::before {
  content: "";
  width: 5px;
  height: 24px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #c10b15;
}

.progress-dot1 {
  position: absolute;
  top: 70px;
  left: 0;
  transform: translateX(-50%);
}

.progress-dot1 > span {
  position: absolute;
  top: -30px;
  left: -80px;
  width: 200px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.progress-dot2 {
  position: absolute;
  top: 60px;
  right: 80px;
  transform: translateY(-50%);
}

.progress-dot2 > span {
  position: absolute;
  top: -12px;
  right: -210px;
  width: 200px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.progress-dot3 {
  position: absolute;
  bottom: 78px;
  right: -30px;
  transform: translateX(-50%);
}

.progress-dot3 > span {
  position: absolute;
  bottom: -30px;
  left: -80px;
  width: 200px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.tbinfo-box {
  background: rgba(216, 14, 25, .6);
  width: 500px;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translate(0,-60%);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  z-index: 99;
  padding: 20px;
  border-radius: 10px;
}
.progress-dot4 {
  position: absolute;
  bottom: 60px;
  left: 95px;
  transform: translateY(-50%);
}

.progress-dot4 > span {
  position: absolute;
  top: -12px;
  left: -180px;
  width: 200px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: right;
}

.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-left {
  left: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* 第四个 */
.swiper-slide04 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 90px);
  background-color: #fff;
}

.swiper-slide04-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1600px;
  height: auto;
}

.swiper-slide04-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: auto;
}

.swiper-slide04-left > span:nth-child(1) {
  margin-bottom: 45px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262626;
}

.swiper-slide04-left > span:nth-child(2) {
  margin-bottom: 70px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
}

.swiper-slide04-left > a:nth-child(3) {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}

.swiper-slide04-left > a:nth-child(4):hover {
  color: #c20a14;
}

.swiper-slide04-left > a:nth-child(4) {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}

.swiper-slide04-left > a:nth-child(5):hover {
  color: #c20a14;
}

.swiper-slide04-left > a:nth-child(5) {
  margin-bottom: 90px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}

.swiper-slide04-left > span:nth-child(3):hover {
  color: #c20a14;
}

.swiper-slide04-left-active {
  color: #c20a14 !important;
}

.go-new-btn {
  width: 200px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #c20a14;
  text-align: center;
}

.swiper-slide04-right {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1200px;
  height: 515px;
}

.my-swiper-temp {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1200px;
  height: 515px;
}

.my-swiper {
  overflow: hidden;
  position: relative;
  width: 1200px;
  height: 515px;
  padding: 0 60px;
}

.my-swiper-box {
  display: flex;
  position: relative;
  width: 999999px;
  height: 515px;
}

.my-swiper-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(1080px / 3);
  height: 515px;
  padding: 0 25px;
}

.my-swiper-item-title {
  width: 100%;
  height: 60px;
  line-height: 30px;
  margin-bottom: 40px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.my-swiper-item-text {
  width: 100%;
  height: 75px;
  line-height: 25px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5e5e5e;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.my-swiper-item-img-box {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
.my-swiper-item-img-box > img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 220px;
}
.my-swiper-item-img-box > .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #c20a14;
}
.my-swiper-item-img-box > .data > span:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-swiper-item-img-box > .data > span:nth-child(2) {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-swiper-item-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
}
.my-swiper-item-btn > span:nth-child(1) {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4e4e4e;
}
.my-swiper-item-btn > span:nth-child(2) {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c20a14;
  transform: rotate(180deg);
}

.btn-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1200px;
  height: 50px;
}

.left-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
  cursor: pointer;
}

.right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
  cursor: pointer;
}

.avtive-btn {
  background: #c20a14;
  opacity: 0.6;
  pointer-events: auto !important;
  cursor: pointer;
}

/* 第五个 */
.swiper-slide05 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 90px);
  background: url(../imgs/index-banner05.png) no-repeat center center;
}

.swiper-slide05-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1600px;
  height: auto;
}

.swiper-slide05-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: auto;
}

.swiper-slide05-left > span:nth-child(1) {
  margin-bottom: 45px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262626;
}

.swiper-slide05-left > span:nth-child(2) {
  margin-bottom: 70px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
}

.swiper-slide05-left > a:nth-child(3):hover {
  color: #c20a14;
}

.swiper-slide05-left > a:nth-child(3) {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}

.swiper-slide05-left > a:nth-child(4):hover {
  color: #c20a14;
}

.swiper-slide05-left > a:nth-child(4) {
  margin-bottom: 90px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}

.swiper-slide05-left-active {
  color: #c20a14 !important;
}

.go-new-btn {
  width: 200px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #c20a14;
  text-align: center;
}

.swiper-slide05-right {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1100px;
  height: 435px;
}

.swiper-slide05-right-wrapper1 {
  position: relative;
  width: 100%;
  height: 435px;
}
.swiper-slide05-right-wrapper1 .swiper-slide05-right-wrapper-box {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 800px;
  transform-style: preserve-3d;
}
.swiper-slide05-right-wrapper1 .swiper-slide05-right-wrapper-item {
  float: left;
  width: 345px;
  height: 245px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0px 2px 16px 0px rgba(59, 59, 59, 0.52);
  transition: transform 1s ease-in-out;
}
.swiper-slide05-right-wrapper1 .swiper-slide05-right-wrapper-image {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.swiper-slide05-right-wrapper1 .swiper-slide05-right-wrapper-title {
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 左右按钮 */
.swiper-slide05-right-wrapper1 .swiper-slide05-right-wrapper-btn-box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  z-index: 999;
}
.swiper-slide05-right-wrapper1
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-left,
.swiper-slide05-right-wrapper1
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  color: white;
  line-height: 50px;
  border-radius: 50%;
  background-color: #c20a14;
}
.swiper-slide05-right-wrapper1
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-left {
  left: 0;
}
.swiper-slide05-right-wrapper1
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-right {
  right: 0;
}
.swiper-slide05-right-wrapper1
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-right
  > .iconfont {
  transform: rotate(180deg);
}

.swiper-slide05-right-wrapper2 {
  position: relative;
  width: 100%;
  height: 435px;
}
.swiper-slide05-right-wrapper2 .swiper-slide05-right-wrapper-box {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 800px;
  transform-style: preserve-3d;
}
.swiper-slide05-right-wrapper2 .swiper-slide05-right-wrapper-item {
  float: left;
  width: 245px;
  height: 345px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0px 2px 16px 0px rgba(59, 59, 59, 0.52);
  transition: transform 1s ease-in-out;
}
.swiper-slide05-right-wrapper2 .swiper-slide05-right-wrapper-image {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.swiper-slide05-right-wrapper2 .swiper-slide05-right-wrapper-title {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 左右按钮 */
.swiper-slide05-right-wrapper2 .swiper-slide05-right-wrapper-btn-box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  z-index: 999;
}
.swiper-slide05-right-wrapper2
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-left,
.swiper-slide05-right-wrapper2
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  color: white;
  line-height: 50px;
  border-radius: 50%;
  background-color: #c20a14;
}
.swiper-slide05-right-wrapper2
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-left {
  left: 0;
}
.swiper-slide05-right-wrapper2
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-right {
  right: 0;
}
.swiper-slide05-right-wrapper2
  .swiper-slide05-right-wrapper-btn-box
  .swiper-slide05-right-right
  > .iconfont {
  transform: rotate(180deg);
}

/* 小圆圈 */
.point {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 200px);
  height: 14px;
  z-index: 999;
}
.point > li {
  list-style: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: white;
  float: left;
  margin: 0 2px;
  border: 2px solid rgb(160, 162, 167);
  box-sizing: border-box;
}
.point .current {
  border: 2px solid rgb(70, 71, 71);
  background-color: rgb(119, 116, 116);
}

/* 小圆圈 */
.point {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 200px);
  height: 14px;
  z-index: 999;
}
.point > li {
  list-style: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: white;
  float: left;
  margin: 0 2px;
  border: 2px solid rgb(160, 162, 167);
  box-sizing: border-box;
}
.point .current {
  border: 2px solid rgb(70, 71, 71);
  background-color: rgb(119, 116, 116);
}

/* 第六个 */
.swiper-slide06 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 90px);
  background-color: #fff;
}

.swiper-slide06-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: calc(100% - 90px - 160px - 80px);
}

.swiper-slide06-box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #c20a14;
  text-align: center;
}

.swiper-slide06-box-bg {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 235px;
  background: url(../imgs/fzlc-body-bg.png) no-repeat center center;
}

.swiper-slide06-box-left {
  width: 0;
}

.swiper-slide06-box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 1200px;
  height: auto;
  z-index: 2;
}

.my-swiper2 {
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  width: 1200px;
  height: auto;
}

.body-container-box {
  display: flex;
  position: relative;
  z-index: 2;
  top: 0;
  width: 999999px;
  height: auto;
}

.body-container-item:nth-child(odd) {
  padding-top: 150px;
}
.body-container-item:nth-child(even) {
  padding-top: 210px;
}

.body-container-item {
  display: flex;
  width: 300px;
  height: auto;
}

.body-container-item-left {
  position: relative;
  width: 30px;
  height: 170px;
}

.body-container-item-left::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #ebcbcb;
}

.body-container-item-left::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 3px;
  height: 145px;
  background-color: #ebcbcb;
}

.body-container-item-right {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: auto;
}

.body-container-item-right > span:nth-child(1) {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
}

.body-container-item-right > span:nth-child(2) {
  width: 100%;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5b5b5b;
}

.btn-box2 {
  display: none;
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 55px;
}

.left-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  color: #dcdcdc;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  pointer-events: none;
  cursor: pointer;
}

.right-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #dcdcdc;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  pointer-events: none;
  cursor: pointer;
}

.avtive-btn2 {
  color: #d80e19 !important;
  border: 2px solid #d80e19 !important;
  pointer-events: auto !important;
  cursor: pointer;
}
