body {
  background: #F0F2F5;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner .swiper {
  width: 100%;
  position: relative;
}

.banner .swiper .swiper-slide {
  position: relative;
}

.banner .swiper .swiper-slide .bg {
  overflow: hidden;
}

.banner .swiper .swiper-slide .bg img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.banner .swiper .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 16.4583333333vw;
  width: 100%;
  padding: 0 6.25vw;
  color: #fff;
}

.banner .swiper .swiper-slide .text .t {
  line-height: 1.2;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}

.banner .swiper .swiper-slide .text .des {
  /* width: 37.7604166667vw; */
  margin-top: 1.0416666667vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
  /* text-transform: capitalize; */
}

.banner .swiper .swiper-slide.swiper-slide-active .bg img {
  animation: an_scale 3s forwards linear;
}

@keyframes an_scale {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.banner .swiper .swiper-slide.swiper-slide-active .text .t {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}

.banner .swiper .swiper-slide.swiper-slide-active .text .des {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.2s;
}

.banner .b_h {
  position: absolute;
  right: 5.7291666667vw;
  bottom: 3.125vw;
  display: flex;
  align-items: center;
  z-index: 10;
  gap: 1.5625vw;
}

.banner .b_h .prev,
.banner .b_h .next {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
}

.banner .b_h .c {
  position: relative;
}

.banner .b_h .c .nums {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateY(-0.46875vw);
}

.banner .b_h .c .nums p:first-child {
  color: #FFF;
  font-weight: 700;
}

.banner .b_h .c .swiper-pagination {
  width: 16.4583333333vw;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  position: static;
}

.banner .b_h .c .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #27265F;
}

.container .sec1 {
  padding: 3.5416666667vw 0 3.0208333333vw;
  overflow: hidden;
}

.container .sec1 .t {
  text-align: center;
  font-weight: 700;
  color: #27265F;
  margin-bottom: 3.6458333333vw;
}

.container .sec1 .content {
  display: flex;
  padding:0 5.7291666667vw;
  justify-content: space-between;
}

.container .sec1 .content .lbox {
  width: 30.2083333333vw;
}

.container .sec1 .content .lbox .boxs .box {
  display: none;
}

.container .sec1 .content .lbox .boxs .box.on {
  display: block;
}

.container .sec1 .content .lbox .boxs .box .p1 {
  color: #27265F;
  font-weight: 500;
  margin: 4.6875vw 0 1.6666666667vw 0;
}

.container .sec1 .content .lbox .boxs .box .des {
  color: #666;
  max-width: 27.1354166667vw;
  line-height: 1.5;
  text-align: justify;
}

.container .sec1 .content .lbox .boxs .box a {
  margin-top: 8.3333333333vw;
}

.container .sec1 .content .rbox {
  width: calc(100% - 35.46875vw);
  overflow: hidden;
}

.container .sec1 .content .rbox .swiper {
  width: 100%;
}

.container .sec1 .content .rbox .swiper .pic {
  width: 100%;
  height: 28.6458333333vw;
  border-radius: 10px;
  overflow: hidden;
}

.container .sec1 .content .rbox .swiper .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 600ms;
}

.container .sec1 .content .rbox .swiper .pic:hover img {
  transform: scale(1.05);
}

.container .sec1 .content .rbox .rs {
  margin-top: 4.0625vw;
  display: flex;
  align-items: center;
  gap: 2.6041666667vw;
}

.container .sec1 .content .rbox .rs .btns {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}

.container .sec1 .content .rbox .rs .btns .prev,
.container .sec1 .content .rbox .rs .btns .next {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border: 1px solid #27265F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.container .sec1 .content .rbox .rs .btns .prev img,
.container .sec1 .content .rbox .rs .btns .next img {
  width: 0.78125vw;
}

.container .sec1 .content .rbox .rs .c {
  position: relative;
}

.container .sec1 .content .rbox .rs .c .nums {
  display: flex;
  color: rgba(51, 51, 51, 0.5);
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateY(-0.46875vw);
}

.container .sec1 .content .rbox .rs .c .nums p:first-child {
  color: #333;
  font-weight: 700;
}

.container .sec1 .content .rbox .rs .c .swiper-pagination {
  width: 40.1041666667vw;
  height: 2px;
  background: #DDD;
  position: static;
}

.container .sec1 .content .rbox .rs .c .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #27265F;
  height: 6px;
  top: -2px;
  border-radius: 6px;
}

.container .sec2 {
  background: #FAFAFA;
  padding: 3.125vw 0;
}

.container .sec2 .title {
  margin: 0 5.7291666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .sec2 .title .t {
  text-align: center;
  font-weight: 700;
  color: #27265F;
}

.container .sec2 .title .btns {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}

.container .sec2 .title .btns .prev,
.container .sec2 .title .btns .next {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border: 1px solid #27265F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.container .sec2 .title .btns .prev img,
.container .sec2 .title .btns .next img {
  width: 0.78125vw;
}

.container .sec2 .content {
  margin: 2.7083333333vw 0 0 5.7291666667vw;
  overflow: hidden;
}

.container .sec2 .content .pro_swiper {
  width: 100%;
}

.container .sec2 .content .pro_swiper a {
  border-radius: 10px;
  background: #FFF;
  display: block;
  padding: 0.8333333333vw;
  padding-bottom: 3.125vw;
}

.container .sec2 .content .pro_swiper a .p1 {
  color: #333;
  line-height: 1.2;
  border-radius: 100px;
  background: #FAFAFA;
  /* display: inline-block; */
  text-align: center;
  padding: 0.46875vw 0.8333333333vw;
  transition: all 600ms;
}

.container .sec2 .content .pro_swiper a .pic {
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.container .sec2 .content .pro_swiper a .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms;
}

.container .sec2 .content .pro_swiper a .p2 {
  color: #333;
  font-weight: 500;
  margin-top: 0.3125vw;
  text-align: center;
}

.container .sec2 .content .pro_swiper a:hover .pic img {
  transform: scale(1.05);
}

.container .sec2 .content .pro_swiper a:hover .p1 {
  background: #27265F;
  color: #fff;
}

.container .sec2 .content .pro_swiper a:hover .p2 {
  color: #27265F;
}

.container .sec2 .more {
  display: flex;
  width: 13.5416666667vw;
  height: 2.9166666667vw;
  padding: 0.7291666667vw 0.8333333333vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 100px;
  border: 1px solid #27265F;
  margin: 4.3229166667vw auto 0 auto;
  font-weight: 500;
  color: #27265F;
  transition: all 600ms;
}

.container .sec2 .more svg {
  width: 0.8333333333vw;
  display: block;
  margin-top: 2px;
}

.container .sec2 .more svg path {
  transition: all 600ms;
}

.container .sec2 .more:hover {
  background: #27265F;
  color: #fff;
}

.container .sec2 .more:hover svg path {
  fill: #fff;
}

.container .sec3 {
  padding: 4.8958333333vw 5.7291666667vw 6.5104166667vw 5.7291666667vw;
}

.container .sec3 .t {
  color: #27265F;
  font-weight: 700;
  line-height: 1.2;
}

.container .sec3 .t span {
  color: #F26101;
}

.container .sec3 .tip {
  margin: 1.4583333333vw 0 0.78125vw 0;
  /* max-width: 38.1770833333vw; */
  color: #333;
}

.container .sec3 .content {
  display: flex;
  justify-content: space-between;
  gap: 6.5104166667vw;
}

.container .sec3 .content .lbox {
  flex: 1;
}

.container .sec3 .content .lbox .list {
  margin: 2.6041666667vw 0;
}

.container .sec3 .content .lbox .list .item {
  display: flex;
  gap: 1.25vw;
}

.container .sec3 .content .lbox .list .item:not(:last-child) {
  margin-bottom: 1.25vw;
}

.container .sec3 .content .lbox .list .item:last-child .text {
  border-bottom: none;
}

.container .sec3 .content .lbox .list .item .icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 0.7291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9600;
}

.container .sec3 .content .lbox .list .item .icon img {
  width: 1.7708333333vw;
}

.container .sec3 .content .lbox .list .item .text {
  width: 31.7708333333vw;
  border-bottom: 1px solid #DDD;
  padding-bottom: 1.25vw;
}

.container .sec3 .content .lbox .list .item .text .p1 {
  color: #333;
  font-weight: 500;
}

.container .sec3 .content .lbox .list .item .text .des {
  margin-top: 0.5208333333vw;
  color: #333;
  text-align: justify;
}

.container .sec3 .content .lbox .list .item .text .des span {
  color: #F26101;
}

.container .sec3 .content .rbox img {
  width: 45.78125vw;
  height: 32.3958333333vw;
  display: block;
  transition: all 600ms;
  object-fit: cover;
}

.container .sec3 .content .rbox:hover img {
  transform: scale(1.05);
}

.container .sec4 {
  padding: 0 5.7291666667vw 6.25vw 5.7291666667vw;
  display: flex;
  justify-content: space-between;
}

.container .sec4 .lbox {
  width: 36.7708333333vw;
}

.container .sec4 .lbox .list .item {
  border-radius: 10px;
  background: #FAFAFA;
  padding: 1.40625vw 2.9166666667vw;
}

.container .sec4 .lbox .list .item:not(:last-child) {
  margin-bottom: 2.9166666667vw;
}

.container .sec4 .lbox .list .item .num {
  color: #27265F;
  font-weight: 500;
  letter-spacing: -1.1px;
}

.container .sec4 .lbox .list .item .tip {
  color: #666;
  line-height: 1.5;
}

.container .sec4 .rbox {
  width: 44.2708333333vw;
}

.container .sec4 .rbox .p1 {
  color: #27265F;
  font-weight: 700;
  line-height: 1.4;
}

.container .sec4 .rbox .des {
  margin: 0.625vw 0 2.34375vw 0;
  color: #333;
}

.container .sec4 .rbox .pt {
  font-weight: 500;
  margin-bottom: 1.1458333333vw;
}

.container .sec4 .rbox .aList {
  display: flex;
  gap: 3.125vw;
  margin-bottom: 5.5729166667vw;
}

.container .sec4 .rbox .aList .aItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625vw;
}

.container .sec4 .rbox .aList .aItem .icon img {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  object-fit: cover;
}

.container .sec4 .rbox .aList .aItem p {
  color: #666;
  text-transform: capitalize;
  font-weight: 500;
}

.container .sec5 {
  padding: 2.6041666667vw 0;
  background: #FAFAFA;
}

.container .sec5 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5.7291666667vw;
}

.container .sec5 .title .t {
  color: #27265F;
  font-weight: 700;
  line-height: 1.2;
}

.container .sec5 .title .t span {
  color: #F26101;
}

.container .sec5 .content {
  margin-left: 5.7291666667vw;
  overflow: hidden;
}

.container .sec5 .content .swiper {
  width: 100%;
  margin: 2.6041666667vw 0;
}

.container .sec5 .content .swiper a {
  display: block;
  border-radius: 10px;
  background: #FFF;
  padding: 1.5625vw;
  position: relative;
  transition: all 600ms;
}

.container .sec5 .content .swiper a .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .sec5 .content .swiper a .tt .tag {
  color: #27265F;
  line-height: 1.2;
  border-radius: 100px;
  background: #FAFAFA;
  display: inline-block;
  padding: 0.46875vw 0.8333333333vw;
  transition: all 600ms;
  text-transform: uppercase;
}

.container .sec5 .content .swiper a .tt span {
  color: #666;
  transition: all 600ms;
}

.container .sec5 .content .swiper a .p1 {
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.8333333333vw 0 0.7291666667vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 600ms;
}

.container .sec5 .content .swiper a .des {
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.8645833333vw;
  transition: all 600ms;
}

.container .sec5 .content .swiper a .pic {
  margin-top: 1.5625vw;
  border-radius: 10px;
  overflow: hidden;
}

.container .sec5 .content .swiper a .pic img {
  width: 100%;
  height: 17.1875vw;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.container .sec5 .content .swiper a .icon {
  position: absolute;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
  width: 3.4375vw;
  height: 3.4375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F26101;
  z-index: 10;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(20px);
}

.container .sec5 .content .swiper a .icon img {
  width: 0.8333333333vw;
}

.container .sec5 .content .swiper a .hand {
  position: absolute;
  right: 6.25vw;
  bottom: 1.3541666667vw;
  width: 2.1875vw;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(20px);
}

.container .sec5 .content .swiper a:hover {
  background: #27265F;
}

.container .sec5 .content .swiper a:hover .tt span {
  color: #fff;
}

.container .sec5 .content .swiper a:hover .p1,
.container .sec5 .content .swiper a:hover .des {
  color: #fff;
}

.container .sec5 .content .swiper a:hover .pic img {
  transform: scale(1.05);
}

.container .sec5 .content .swiper a:hover .icon,
.container .sec5 .content .swiper a:hover .hand {
  opacity: 1;
  transform: translateY(0);
}

.container .sec5 .content .bs {
  display: flex;
  align-items: center;
  gap: 3.6458333333vw;
}

.container .sec5 .content .bs .btns {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}

.container .sec5 .content .bs .btns .prev,
.container .sec5 .content .bs .btns .next {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border: 1px solid #27265F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.container .sec5 .content .bs .btns .prev img,
.container .sec5 .content .bs .btns .next img {
  width: 0.78125vw;
}

.container .sec5 .content .bs .line {
  width: 80.2083333333vw;
  height: 2px;
  background: #DDD;
}

.container .sec6 {
  padding: 4.6875vw 5.7291666667vw;
}

.container .sec6 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw;
}

.container .sec6 .list .item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FF9600;
  background: #FAFAFA;
  padding: 2.3958333333vw 0 3.125vw 2.0833333333vw;
  position: relative;
  min-height: 24.6875vw;
  transition: all 600ms;
}

.container .sec6 .list .item .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: 26.0416666667vw;
  object-fit: cover;
}

.container .sec6 .list .item .p1 {
  color: #27265F;
  font-weight: 700;
}

.container .sec6 .list .item .des {
  margin: 1.5625vw 0 8.4375vw 0;
  width: 23.4375vw;
  color: #666;
}

.container .sec6 .list .item:hover {
  border-color: #27265F;
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .banner .swiper .swiper-slide .text {
    bottom: 40%;
    padding: 0 5%;
  }

  .banner .swiper .swiper-slide .text .t {
    font-size: 24px;
  }

  .banner .swiper .swiper-slide .text .des {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
  }

  .banner .b_h {
    right: 5%;
    bottom: 30px;
    gap: 15px;
  }

  .banner .b_h .c .nums {
    transform: translateY(-10px);
  }

  .banner .b_h .c .swiper-pagination {
    width: 200px;
  }

  .container .sec1 {
    padding: 30px 0;
  }

  .container .sec1 .t {
    margin-bottom: 0;
    font-size: 24px;
    padding: 0 20px;
  }

  .container .sec1 .content {
    flex-direction: column;
    padding-left: 0;
  }

  .container .sec1 .content .lbox {
    width: 100%;
    padding: 0 5%;
  }

  .container .sec1 .content .lbox .boxs .box .p1 {
    margin: 20px 0;
    font-size: 18px;
  }

  .container .sec1 .content .lbox .boxs .box .des {
    max-width: 100%;
  }

  .container .sec1 .content .lbox .boxs .box a {
    margin-top: 40px;
  }

  .container .sec1 .content .rbox {
    width: 95%;
    margin-top: 40px;
    overflow: hidden;
    margin-left: 5%;
  }

  .container .sec1 .content .rbox .swiper .pic {
    height: 163px;
  }

  .container .sec1 .content .rbox .rs {
    margin-top: 40px;
    gap: 20px;
  }

  .container .sec1 .content .rbox .rs .btns {
    gap: 20px;
  }

  .container .sec1 .content .rbox .rs .btns .prev,
  .container .sec1 .content .rbox .rs .btns .next {
    width: 40px;
    height: 40px;
  }

  .container .sec1 .content .rbox .rs .btns .prev img,
  .container .sec1 .content .rbox .rs .btns .next img {
    width: 12px;
  }

  .container .sec1 .content .rbox .rs .c {
    width: 100%;
  }

  .container .sec1 .content .rbox .rs .c .nums {
    transform: translateY(-5px);
  }

  .container .sec1 .content .rbox .rs .c .swiper-pagination {
    width: 100%;
  }

  .container .sec1 .content .rbox .rs .c .swiper-pagination .swiper-pagination-progressbar-fill {
    height: 4px;
    top: -1px;
  }

  .container .sec2 {
    padding: 30px 0;
  }

  .container .sec2 .title {
    margin: 0 5%;
    gap: 20px;
  }

  .container .sec2 .title .t {
    font-size: 24px;
  }

  .container .sec2 .title .btns {
    gap: 20px;
  }

  .container .sec2 .title .btns .prev,
  .container .sec2 .title .btns .next {
    width: 40px;
    height: 40px;
  }

  .container .sec2 .title .btns .prev img,
  .container .sec2 .title .btns .next img {
    width: 12px;
  }

  .container .sec2 .content {
    margin: 30px 0 0 5%;
  }

  .container .sec2 .content .pro_swiper a {
    padding: 12px;
    padding-bottom: 20px;
    width: 95%;
  }

  .container .sec2 .content .pro_swiper a .p1 {
    font-size: 14px;
    padding: 8px 12px;
  }

  .container .sec2 .content .pro_swiper a .pic {
    width: 200px;
    height: 200px;
    margin: 20px auto;
  }

  .container .sec2 .content .pro_swiper a .p2 {
    font-size: 16px;
  }

  .container .sec2 .more {
    width: 200px;
    height: 45px;
    padding: 12px 14px;
    margin: 50px auto 0 auto;
    font-size: 14px;
    gap: 10px;
  }

  .container .sec2 .more svg {
    width: 14px;
  }

  .container .sec3 {
    padding: 30px 5%;
  }

  .container .sec3 .t {
    font-size: 24px;
  }

  .container .sec3 .tip {
    margin: 20px 0 12px;
    max-width: 100%;
    font-size: 14px;
  }

  .container .sec3 .content {
    flex-direction: column;
    gap: 20px;
  }

  .container .sec3 .content .lbox .list {
    margin: 30px 0;
  }

  .container .sec3 .content .lbox .list .item {
    flex-direction: column;
    gap: 10px;
  }

  .container .sec3 .content .lbox .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .container .sec3 .content .lbox .list .item .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }

  .container .sec3 .content .lbox .list .item .icon img {
    width: 28px;
  }

  .container .sec3 .content .lbox .list .item .text {
    width: 100%;
    padding-bottom: 16px;
  }

  .container .sec3 .content .lbox .list .item .text .des {
    margin-top: 8px;
  }

  .container .sec3 .content .rbox img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .container .sec4 {
    padding: 0 5% 60px;
    flex-direction: column;
    gap: 20px;
  }

  .container .sec4 .lbox {
    width: 100%;
  }

  .container .sec4 .lbox .list .item {
    padding: 20px;
  }

  .container .sec4 .lbox .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .container .sec4 .rbox {
    width: 100%;
  }

  .container .sec4 .rbox .p1 {
    font-size: 20px;
  }

  .container .sec4 .rbox .des {
    margin: 10px 0 30px;
    font-size: 14px;
  }

  .container .sec4 .rbox .pt {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .container .sec4 .rbox .aList {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .container .sec4 .rbox .aList .aItem {
    gap: 8px;
  }

  .container .sec4 .rbox .aList .aItem .icon img {
    width: 80px;
    height: 80px;
  }

  .container .sec4 .rbox .aList .aItem p {
    font-size: 14px;
  }

  .container .sec4 .rbox a {
    margin-top: 50px;
  }

  .container .sec5 {
    padding: 30px 0;
  }

  .container .sec5 .title {
    gap: 30px;
    margin: 0 5%;
    flex-wrap: wrap;
  }

  .container .sec5 .title .t {
    font-size: 24px;
  }

  .container .sec5 .content {
    margin-left: 5%;
  }

  .container .sec5 .content .swiper {
    margin: 30px 0;
  }

  .container .sec5 .content .swiper a {
    padding: 20px;
  }

  .container .sec5 .content .swiper a .tt {
    gap: 10px;
  }

  .container .sec5 .content .swiper a .tt .tag {
    padding: 8px 12px;
    font-size: 14px;
  }

  .container .sec5 .content .swiper a .tt span {
    font-size: 14px;
  }

  .container .sec5 .content .swiper a .p1 {
    margin: 12px 0 10px;
  }

  .container .sec5 .content .swiper a .des {
    height: auto;
    -webkit-line-clamp: 3;
  }

  .container .sec5 .content .swiper a .pic {
    margin-top: 15px;
  }

  .container .sec5 .content .swiper a .pic img {
    height: 200px;
  }

  .container .sec5 .content .swiper a .icon {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .container .sec5 .content .swiper a .icon img {
    width: 14px;
  }

  .container .sec5 .content .swiper a .hand {
    right: 90px;
    bottom: 10px;
    width: 30px;
  }

  .container .sec5 .content .bs {
    gap: 20px;
  }

  .container .sec5 .content .bs .btns {
    gap: 20px;
  }

  .container .sec5 .content .bs .btns .prev,
  .container .sec5 .content .bs .btns .next {
    width: 40px;
    height: 40px;
  }

  .container .sec5 .content .bs .btns .prev img,
  .container .sec5 .content .bs .btns .next img {
    width: 12px;
  }

  .container .sec5 .content .bs .line {
    width: 100%;
  }

  .container .sec6 {
    padding: 50px 5%;
  }

  .container .sec6 .list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .container .sec6 .list .item {
    padding: 30px 20px 40px;
    min-height: 200px;
    padding-bottom: 100px;
  }

  .container .sec6 .list .item .bg {
    width: 100%;
    max-width: 180px;
  }

  .container .sec6 .list .item .p1 {
    font-size: 18px;
  }

  .container .sec6 .list .item .des {
    margin: 20px 0 40px;
    width: 100%;
    font-size: 14px;
  }
}

/*# sourceMappingURL=index.css.map */