.index-swiper .swiper-slide {
  background-color: #ccc;
  height: 33rem;
}
.index-swiper .swiper-slide a {
  display: block;
  width: 100% ;
  height: 100%;
}
.index-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-swiper .swiper-pagination {
  bottom: 7rem !important;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.mb-swiper {
  display: none;
}
.fff * {
  color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-11 {
  position: relative;
  z-index: 10;
  transform: translateY(-52%);
  margin-bottom: -4rem;
}
.main-11 .container {
  display: flex;
}
.main-11 .container .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  background-color: #0252c7;
}
.main-11 .container .item:nth-of-type(even) {
  background-color: rgba(45, 152, 202, 0.8);
}
.main-11 .container .item:nth-of-type(odd) {
  background-color: rgba(2, 82, 199, 0.8);
}
.main-11 .container .item * {
  color: #fff;
}
.main-11 .container .item > i {
  font-size: 2rem;
}
.main-11 .container .item h6 {
  margin-top: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.main-11 .container .item .i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1rem;
  border: 1px solid #fff;
}
.main-11 .container .item:hover > i {
  transform: scale(1.4);
}
.main-11 .container .item:hover .i {
  transform: rotate(180deg);
}
.main-1 {
  background-color: #0252c7;
}
.main-1 .container {
  display: flex;
  flex-wrap: wrap;
  width: calc(16rem * 4);
}
.main-1 .container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 10rem;
}
.main-1 .container .item * {
  color: #fff;
}
.main-1 .container .item h6 {
  margin: 0.5rem 0;
}
.main-1 .container .item.c1 {
  background-color: #90142e;
}
.main-1 .container .item.c2 {
  background-color: #8daad1;
}
.main-1 .container .item.c3 {
  background-color: #5a82cf;
}
.main-1 .container .item.c4 {
  background-color: transparent;
}
.main-1 .container .item.c5 {
  background-color: #1c63cc;
}
.main-1 .container .item.c6 {
  background-color: #0252c7;
}
.main-1 .container .item.c7 {
  background-color: #194186;
}
.main-1 .container .item.c8 {
  background-color: #168dc4;
}
.main-1 .container .item.c9 {
  background-color: #b2a371;
}
.main-2 {
  background-image: url("../images/home/home\ \(25\).png");
  background-position: bottom;
  background-size: 140%;
}
.main-2 .container .main2-item {
  display: flex;
}
.main-2 .container .main2-top {
  margin-bottom: 1.35rem;
}
.main-2 .container .main2-top .item {
  width: 32%;
}
.main-2 .container .main2-top .item:not(:last-of-type) {
  margin-right: 2%;
}
.main-2 .container .main2-bot .item {
  width: 49%;
}
.main-2 .container .main2-bot .item:not(:last-of-type) {
  margin-right: 2%;
}
.main-2 .container .item {
  background-color: #8daad2;
  background-size: cover;
}
.main-2 .container .item:last-of-type {
  margin-bottom: 0;
}
.main-2 .container .item .item-title {
  height: 4rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: none;
}
.main-2 .container .item .item-title h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.main-2 .container .item .item-title i {
  font-size: 1.5rem;
}
.main-2 .container .item .item-title * {
  color: #fff;
}
.main-2 .container .item .item-title.c1 {
  background-color: #5555cd;
}
.main-2 .container .item .item-title.c2 {
  background-color: #4792ff;
}
.main-2 .container .item .item-con {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  background-size: cover;
}
.main-2 .container .item .item-con a {
  width: 32%;
  padding: 0.5rem 0;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-right: 2%;
}
.main-2 .container .item .item-con a:nth-of-type(3n) {
  margin-right: 0;
}
.main-2 .container .item .item-con a:hover {
  background-color: #ffffff;
  color: #333;
}
.main-2 .container .right .item .item-con {
  padding: 0 1rem 1rem;
}
.main-2 .container .right .item .item-con a {
  margin-bottom: 0;
}
.main-3 {
  display: flex;
  padding-top: 0;
}
.main-3 .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24rem;
  background-color: #8daad1;
  padding: 0 3rem;
  background-image: url("../images/home/home\ \(16\).png");
  background-size: cover;
}
.main-3 .form * {
  color: #fff !important;
}
.main-3 .form form {
  width: 100%;
}
.main-3 .form form select,
.main-3 .form form button,
.main-3 .form form input {
  display: block;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.2rem;
  border: none;
  background-color: #fff;
  color: #333 !important;
  margin-bottom: 1rem;
  padding: 0 2%;
}
.main-3 .form form select,
.main-3 .form form button,
.main-3 .form form input,
.main-3 .form form select::placeholder,
.main-3 .form form button::placeholder,
.main-3 .form form input::placeholder {
  font-size: 0.8rem;
  color: #333 !important;
}
.main-3 .form form option {
  color: #333 !important;
}
.main-3 .form form button {
  background-color: #0252c7;
  color: #fff !important;
  font-size: 1.2rem;
}
.main-3 .form .tel {
  margin-top: 8rem;
}
.main-3 .form .tel * {
  text-align: center;
}
.main-3 .form .tel p {
  margin-bottom: 0.5rem;
}
.main-3 .form .tel strong {
  font-size: 1.2rem;
}
.main-3 .doc {
  width: calc(100% - 24rem);
}
.main-3 .doc .item {
  display: flex;
}
.main-3 .doc .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main-3 .doc .item .peo {
  width: 26rem;
  flex-direction: 0;
  position: relative;
  background-color: #ccc;
}
.main-3 .doc .item .peo img {
  width: 100%;
  height: 21rem;
}
.main-3 .doc .item .peo .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.7rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-3 .doc .item .peo .text * {
  color: #fff;
}
.main-3 .doc .item .peo .text h6 {
  margin-bottom: 0.5rem;
}
.main-3 .doc .item .peo .text p {
  line-height: 1.8;
}
.main-3 .doc .item .peo-list {
  width: calc(100% - 26rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  background-color: #2462be;
  background-size: cover;
}
.main-3 .doc .item .peo-list * {
  color: #fff;
}
.main-3 .doc .item .peo-list .swiper {
  height: 100%;
}
.main-3 .doc .item .peo-list .swiper .swiper-pagination-bullet {
  background-color: #fff;
}
.main-3 .doc .item .peo-list .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-3 .doc .item .peo-list .list .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #ccc;
  overflow: hidden;
}
.main-3 .doc .item .peo-list .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-3 .doc .item .peo-list .list .text * {
  text-align: center;
}
.main-3 .doc .item .peo-list .list .text h6 {
  padding: 1rem 0;
}
.main-4 {
  position: relative;
  z-index: 1;
  margin-bottom: 7.6rem;
}
.main-4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1.5rem;
  transform: translateY(50%);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 10rem;
  background-image: url("../images/home/home\ \(28\).png");
  background-repeat: no-repeat;
  background-size: 14.5rem;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}
.main-4 .main-title.t1 {
  display: flex;
  justify-content: space-between;
}
.main-4 .main-title.t1 * {
  text-align: left;
}
.main-4 .main-title.t1 h2 a {
  position: relative;
  margin-right: 2rem;
}
.main-4 .main-title.t1 h2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #999;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.main-4 .main-title.t1 h2 a:last-of-type::after {
  display: none;
}
.main-4 .main-title.t1 h2 span {
  font: inherit;
  color: #333;
}
.main-4 .main-title.t1 h4 {
  font-size: 1.2rem;
  color: #999;
}
.main-4 .wrap {
  position: relative;
}
.main-4 .wrap a:hover p,
.main-4 .wrap a:hover h6 {
  color: #0252c7 !important;
}
.main-4 .wrap > .bottom {
  position: absolute;
  top: 17rem;
  right: 0;
  width: calc(100% - 31rem);
  padding: 1rem 1rem 3rem;
  background-color: #8d112b;
  background-size: cover;
  z-index: 1;
}
.main-4 .wrap > .bottom .link {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.main-4 .wrap > .bottom .link p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.main-4 .wrap > .bottom .link span {
  color: #999;
  white-space: nowrap;
}
.main-4 .wrap > .bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2.5rem;
  width: 8rem;
  height: 3.5rem;
  background-image: url("../images/home/home\ \(20\).png");
  background-size: 100% 100%;
  z-index: -1;
}
.main-4 .wrap > .bottom .main-title {
  margin-bottom: 2rem;
}
.main-4 .wrap > .bottom .main-title a {
  color: #da899a;
}
.main-4 .wrap > .bottom .main-title a.active {
  color: #fff;
}
.main-4 .wrap > .bottom a:hover p {
  color: #b2a371 !important;
}
.main-4 .wrap > .bottom h2 span {
  color: #fff;
}
.main-4 .wrap > .bottom .wrap > div {
  display: none;
}
.main-4 .wrap > .bottom .wrap > div.active {
  display: block;
}
.main-4 .wrap > .bottom .link * {
  color: #fff;
}
.main-4 .wrap > .bottom .link span {
  color: #fff;
}
.main-4 .container > .more-btn {
  display: none;
}
.main-4 .content {
  display: none;
  position: relative;
}
.main-4 .content.active {
  display: flex;
}
.main-4 .content .left {
  flex-shrink: 0;
  width: 31rem;
}
.main-4 .content .left .link .img {
  height: 17rem;
  background-color: #ccc;
}
.main-4 .content .left .link .text {
  padding-top: 1rem;
  padding: 1rem;
  border: 1px solid #0252c7;
  border-top: none;
  border-right: none;
}
.main-4 .content .left .link .text p {
  color: #999;
}
.main-4 .content .left .link .text p i {
  display: inline-block;
  margin-top: 1rem;
  color: #0252c7;
  font-size: 2rem;
}
.main-4 .content .left .link .text h6 {
  font-size: 1.2rem;
  margin: 1rem 0;
  line-height: 1.4;
}
.main-4 .content .left .link .text span {
  color: #666;
  line-height: 2;
}
.main-4 .content .right {
  flex: 1;
}
.main-4 .content .right .top {
  padding: 0 1rem 1rem;
  height: 17rem;
}
.main-4 .content .right .link {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.main-4 .content .right .link p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.main-4 .content .right .link span {
  color: #999;
  white-space: nowrap;
}
.main-5 {
  position: relative;
}
.main-5::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: -10rem;
  width: 37.5rem;
  height: 9rem;
  background-image: url("../images/home/home\ \(11\).png");
  background-size: 100% 100%;
  z-index: -1;
}
.main-5 .container .nav-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.main-5 .container .nav-container .nav-tab {
  margin-right: 1rem;
  padding: 0.6rem 1rem;
  border-radius: 3rem;
  border: 1px solid #ebebeb;
}
.main-5 .container .nav-container .nav-tab:hover,
.main-5 .container .nav-container .nav-tab.active {
  background-color: #0252c7;
  border-color: #0252c7;
  color: #fff;
}
.main-5 .container .content {
  display: none;
  justify-content: space-between;
}
.main-5 .container .content.active {
  display: flex;
}
.main-5 .container .content .item {
  width: calc((100% - 1.5rem * 2) / 3);
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #0252c7;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.main-5 .container .content .item * {
  color: #fff;
}
.main-5 .container .content .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.main-5 .container .content .item .i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.main-5 .container .content .item .i i {
  font-size: 1.5rem;
}
.main-6 {
  background-image: url("../images/home/home\ \(9\).png");
  background-size: cover;
}
.main-6 .container {
  position: relative;
  padding: 0 4rem;
}
.main-6 .container .swiper-slide {
  display: flex;
}
.main-6 .container .swiper-slide .item {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.main-6 .container .swiper-slide .item:nth-of-type(even) {
  flex-direction: column-reverse;
}
.main-6 .container .swiper-slide .item > div {
  height: 13rem;
  background-color: #fff;
}
.main-6 .container .swiper-slide .item .text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f9fafc;
}
.main-6 .container .swiper-slide .item .text h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.main-6 .container .swiper-slide .item .text p {
  line-height: 1.8;
}
.main-6 .container .swiper-slide .item .text:hover {
  background-color: #0252c7;
}
.main-6 .container .swiper-slide .item .text:hover * {
  color: #fff !important;
}
.main-7 {
  background-color: #0252c7;
  background-image: url("../images/home/home\ \(21\).png");
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-7 .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: url(../images/home/home7-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: -1;
  clip: rect(0 0 100vh 0);
  transition: none;
}
.main-7 .line.line-active {
  clip: rect(0 100vw 100vh 0);
  transition: all ease 3s;
}
.main-7 .container {
  position: relative;
}
.main-7 .container * {
  color: #fff;
}
.main-7 .container .swiper-slide {
  position: relative;
  height: 32rem;
}
.main-7 .container .item {
  position: absolute;
  max-width: 25rem;
}
.main-7 .container .item .img {
  position: absolute;
  left: 0;
  width: 100%;
  width: 20rem;
  height: auto;
  opacity: 0;
  background-color: #fff;
  padding: 0.5rem;
  z-index: 10;
}
.main-7 .container .item:hover .img {
  opacity: 1;
}
.main-7 .container .item::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.main-7 .container .item::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.main-7 .container .item:nth-of-type(odd)::before,
.main-7 .container .item:nth-of-type(odd)::after {
  left: 1.1rem;
  top: calc(100% + 3rem);
  transform: translate(-50%, -50%);
}
.main-7 .container .item:nth-of-type(odd) .img {
  top: 100%;
}
.main-7 .container .item:nth-of-type(even)::before,
.main-7 .container .item:nth-of-type(even)::after {
  bottom: calc(100% + 3rem);
  left: 1.1rem;
  transform: translate(-50%, 50%);
}
.main-7 .container .item:nth-of-type(even) .img {
  bottom: 100%;
}
.main-7 .container .item h6 {
  margin-bottom: 1rem;
}
.main-7 .container .item p {
  line-height: 1.8;
}
.main-7 .container .item:nth-of-type(1n) {
  left: 0;
  top: 21.6%;
}
.main-7 .container .item:nth-of-type(2n) {
  left: 26%;
  top: 64%;
}
.main-7 .container .item:nth-of-type(3n) {
  left: 48%;
  top: 3%;
}
.main-7 .container .item:nth-of-type(4n) {
  left: 70%;
  top: 46%;
}
.main-7 .container .swiper-button {
  border-color: #fff;
}
.main-7 .container .swiper-button:hover {
  background-color: #fff;
}
.main-7 .container .swiper-button:hover::after {
  color: #0252c7;
}
.main-7 .container .swiper-button::after {
  color: #fff;
}
.main-7 .container .swiper-button.swiper-button-prev {
  transform: translateX(-200%);
}
.main-7 .container .swiper-button.swiper-button-next {
  transform: translateX(200%);
}
.main-7 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  width: 70rem;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  body main section {
    padding: 2rem 0;
  }
  .index-swiper {
    display: none;
  }
  .index-swiper .swiper-pagination {
    bottom: 1rem !important;
  }
  .mb-swiper {
    display: block;
  }
  .mb-swiper .swiper-slide {
    height: 10.5rem;
  }
  .mb-swiper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .mb-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .mb-swiper .swiper-pagination {
    bottom: 1rem;
  }
  .mb-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
  }
  .main-11 {
    margin-bottom: 0;
    transform: translateY(0);
    padding: 2rem 0;
  }
  .main-11 .container {
    width: 100%;
    flex-wrap: wrap;
  }
  .main-11 .container .item {
    flex-shrink: 0;
    width: 50%;
    padding: 1rem 0;
  }
  .main-11 .container .item .i {
    display: none;
  }
  .main-11 .container .item:nth-of-type(3n + 1) {
    background-color: rgba(2, 82, 199, 0.8);
  }
  .main-11 .container .item:nth-of-type(3n + 2) {
    background-color: rgba(45, 152, 202, 0.8);
  }
  .main-11 .container .item:nth-of-type(3n) {
    background-color: #b29b6b;
  }
  .main-2 .container .main2-item {
    flex-direction: column;
  }
  .main-2 .container .main2-item .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .main-2 .container .main2-top {
    margin-bottom: 0;
  }
  .main-2 .container .item {
    margin-bottom: 4% !important;
  }
  .main-2 .container .item .item-title h4 {
    font-size: 1rem;
  }
  .main-2 .container .item .item-con {
    padding: 1rem;
    display: none;
  }
  .main-2 .container .item .item-con a {
    margin-bottom: 1rem;
  }
  .main-3 {
    padding-bottom: 0;
    flex-direction: column;
  }
  .main-3 .form {
    width: 100%;
    padding: 2rem 2%;
  }
  .main-3 .form form {
    display: flex;
    flex-wrap: wrap;
  }
  .main-3 .form select,
  .main-3 .form input {
    color: #333 !important;
  }
  .main-3 .form select *,
  .main-3 .form input * {
    color: #333 !important;
  }
  .main-3 .form select:nth-of-type(2),
  .main-3 .form input {
    width: 48% !important;
  }
  .main-3 .form input {
    margin-left: auto;
  }
  .main-3 .form .tel {
    display: none;
  }
  .main-3 .doc {
    display: none;
  }
  .main-3 .mb-doc {
    background-color: #fff;
    border-radius: 0.5rem;
    margin-top: -2rem;
    padding: 1rem 2% 0;
  }
  .main-3 .mb-doc .doc-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .main-3 .mb-doc .doc-tit h3 {
    font-size: 1rem;
    color: #0252c7;
  }
  .main-3 .mb-doc .doc-tit .doc-more {
    color: #444;
  }
  .main-3 .mb-doc .swiper {
    padding-bottom: 2rem;
  }
  .main-3 .mb-doc .swiper-slide .text {
    text-align: center;
    padding: 1rem 0.5rem;
  }
  .main-3 .mb-doc .swiper-slide .text * {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  .main-3 .mb-doc .swiper-slide .text p {
    line-height: 3;
    color: #999;
  }
  .main-4 {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .main-4::before {
    border-top: 0;
    border-bottom: 0;
  }
  .main-4::after {
    border-bottom: 0;
  }
  .main-4 .main-title h2 {
    font-size: 1rem;
  }
  .main-4 .main-title.t1 h4 {
    font-size: 1rem;
  }
  .main-4 .mb-tabs-title {
    display: flex;
    justify-content: space-between;
  }
  .main-4 .mb-tabs-title a {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
  }
  .main-4 .mb-tabs-title a:hover,
  .main-4 .mb-tabs-title a.active {
    background-color: #0252c7;
    color: #fff;
  }
  .main-4 .mb-tabs-con .con {
    display: none;
  }
  .main-4 .mb-tabs-con .con.active {
    display: block;
  }
  .main-4 .mb-tabs-con .con a {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #ebebeb;
  }
  .main-4 .mb-tabs-con .con a:last-of-type {
    border-bottom: none;
  }
  .main-4 .mb-tabs-con .con a .text {
    flex: 1;
  }
  .main-4 .mb-tabs-con .con a .text p {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
  }
  .main-4 .mb-tabs-con .con a .text span {
    color: #999;
  }
  .main-4 .mb-tabs-con .con a .img {
    margin-left: 2%;
    width: 34%;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .main-4 .container {
    flex-direction: column;
  }
  .main-4 .container .content > div {
    flex: none !important;
    width: 100% !important;
  }
  .main-4 .container .left {
    display: none;
  }
  .main-4 .container .right .top {
    padding: 0;
  }
  .main-4 .container .right .bottom {
    display: none;
  }
  .main-4 .container > .more-btn {
    margin-top: 1rem;
    display: block;
    text-align: center;
  }
  .main-5 {
    padding-bottom: 0;
  }
  .main-5 .container .nav-container {
    margin-bottom: 1rem;
  }
  .main-5 .container .nav-container .nav-tab {
    font-size: 0.7rem;
    margin-right: 0.2rem;
    padding: 0.4rem 0.5rem;
  }
  .main-5 .container .content {
    flex-wrap: wrap;
  }
  .main-5 .container .content .item {
    width: 100%;
    padding: 1rem 0;
    flex-direction: row;
    justify-content: start;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 4%;
  }
  .main-5 .container .content .item h6 {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
  .main-5::after {
    width: 9.5rem;
    height: 3rem;
    right: 0;
  }
  .main-6 .container .swiper-slide {
    flex-wrap: wrap;
  }
  .main-6 .container .swiper-slide .item {
    width: 50%;
    position: relative;
  }
  .main-6 .container .swiper-slide .item > div {
    height: 11rem;
  }
  .main-6 .container .swiper-slide .item .text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .main-6 .container .swiper-slide .item .text * {
    color: #fff;
  }
  .main-6 .container .swiper-slide .item .text h6 {
    font-size: 1rem;
  }
  .main-6 .swiper-button {
    display: none;
  }
  .main-6 .mb-container .swiper {
    padding-bottom: 2rem;
  }
  .main-6 .mb-container .swiper-slide .img {
    height: 135px;
  }
  .main-6 .mb-container .swiper-slide .text h6 {
    margin-top: 10px;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .main-6 .mb-container .swiper-slide .text p {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main-7 {
    background-size: cover;
    background-position: center;
  }
  .main-7 .line {
    display: none;
  }
  .main-7 svg {
    display: none;
  }
  .main-7 .container .swiper-slide {
    height: auto;
  }
  .main-7 .container .item {
    position: initial;
    margin-bottom: 1.5rem;
  }
  .main-7 .container .item h6 {
    margin-bottom: 0.5rem;
  }
  .main-7 .container .item .img {
    position: initial;
    width: 100%;
    opacity: 1;
  }
  .main-7 .container .swiper-button {
    top: 0;
    transform: translate(0) !important;
  }
  .main-7 .container .swiper-button.swiper-button-prev {
    left: auto;
    right: 3rem;
  }
  .main-7 .container .swiper-button.swiper-button-next {
    right: 2%;
  }
}

