@font-face {
  font-family: Fontfabric-Mont-Heavy-DEMO-2;
  src: url('../css/Fontfabric-Mont-Heavy-DEMO-2.woff');
}
@keyframes larger {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}
@-moz-keyframes larger {
  /* Firefox */
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes larger {
  /* Safari and Chrome */
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes larger {
  /* Opera */
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lahover {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes lahover {
  /* Firefox */
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes lahover {
  /* Safari and Chrome */
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes lahover {
  /* Opera */
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
body > div {
  margin-top: 5rem;
}
.pc-header,
.index-banner {
  margin-top: 0;
}
.index-title h1 {
  font-size: 1.6rem;
  color: #2b64a6;
  font-weight: bold;
  padding-bottom: 1rem;
}
.index-title h2 {
  font-size: 1rem;
  color: #2b64a6;
}
.index-banner {
  width: 100%;
  background-color: #999;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-container:hover .swiper-button-next,
.index-banner .swiper-container:hover .swiper-button-prev {
  opacity: 1 !important;
}
.index-banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 900px;
}
.index-banner .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 115% !important;
  bottom: -25px;
}
.index-banner .swiper-container .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2) {
  background-color: #888;
}
.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  top: unset;
  bottom: 44%;
  border: 1px solid #fff;
  opacity: 0 !important;
  transition: all 0.4s ease;
}
.index-banner .swiper-container .swiper-button-next::after,
.index-banner .swiper-container .swiper-button-prev::after {
  font-size: 0.8rem;
  color: #fff;
  display: none;
}
.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
  background-color: #2b64a6;
  border: 1px solid #2b64a6;
}
.index-banner .swiper-container .swiper-button-next i,
.index-banner .swiper-container .swiper-button-prev i {
  color: #fff;
}
.index-banner .swiper-container .swiper-button-disabled {
  border: 1px solid #ebebeb;
  opacity: 0 !important;
}
.index-banner .swiper-container .swiper-button-prev {
  left: unset;
  left: 0;
  transition: all 0.4s ease;
  transform: rotate(180deg);
}
.index-banner .swiper-container .swiper-button-next {
  left: unset;
  right: 0;
}
.index-banner .swiper-container .swiper-pagination {
  bottom: 2rem;
  font-size: 0.8rem;
  color: #cfcfcf;
  display: block;
  width: unset;
  position: absolute;
  left: 38%;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-current {
  font-size: 1rem;
  color: #fff;
  font-family: Fontfabric-Mont-Heavy-DEMO-2;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-total {
  font-size: 1rem;
  color: #cfcfcf;
  font-family: Fontfabric-Mont-Heavy-DEMO-2;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: unset;
  margin: 0 15px;
  text-align: left;
  position: relative;
  transition: all 1s ease;
  cursor: pointer;
  opacity: 0.9;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 0rem;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 80%;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet img {
  width: 12rem;
  height: 7rem;
  position: absolute;
  bottom: 2rem;
  max-width: unset;
  left: 3rem;
  opacity: 0;
  transition: all 1s ease;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15rem;
  position: relative;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transition: all 1s ease;
  width: 12rem;
}
.index-banner .swiper-container .small {
  position: absolute;
  bottom: 40%;
  z-index: 1;
  right: 3rem;
  width: 12rem;
  height: 6rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.index-banner .swiper-container .small .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner .swiper-container .small .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-banner .swiper-container .small1 {
  position: absolute;
  bottom: 40%;
  z-index: 1;
  left: 3rem;
  width: 12rem;
  height: 6rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.index-banner .swiper-container .small1 .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner .swiper-container .small1 .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.index-banner .mask .bofang {
  position: absolute;
  top: 44%;
  left: 26%;
  font-size: 3rem;
  color: #ebebeb;
  z-index: 9;
  cursor: pointer;
}
.index-banner .mask p {
  position: absolute;
  color: #ebebeb;
  top: 45.4%;
  left: 18%;
  font-size: 1.7rem;
}
.index-banner .mask .bofang:hover {
  color: #fff;
}
.index-banner .mask p:hover {
  color: #fff;
}
.index-banner .mask h1 {
  color: #fff;
  position: absolute;
  top: 54%;
  left: 14%;
  z-index: 9;
  font-size: 2rem;
}
.index-brand {
  display: flex;
  flex-wrap: wrap;
}
.index-brand .left {
  width: 45%;
  padding-left: 13rem;
  padding-right: 4rem;
}
.index-brand .left .text {
  margin: 1rem 0;
}
.index-brand .left .text p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #666666;
  padding-bottom: 1rem;
  text-align: justify;
}
.index-brand .left .text p:last-of-type {
  padding: 0;
}
.index-brand .left .number {
  display: flex;
  justify-content: space-between;
}
.index-brand .left .number .item .num {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.index-brand .left .number .item .num h1 {
  font-size: 2rem;
  line-height: 1.8rem;
  color: #2b64a6;
}
.index-brand .left .number .item .num p {
  font-size: 0.7rem;
  color: #2b64a6;
}
.index-brand .left .number .item p {
  font-size: 1rem;
  color: #2b64a6;
}
.index-brand .left .button button {
  font-size: 0.8rem;
  color: #fff;
  border: 1px solid #2b64a6;
  border-radius: 2rem;
  margin-top: 2.5rem;
  position: relative;
  background-color: #2b64a6;
  width: 7rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-brand .left .button button::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 3rem;
  left: -0.5rem;
  right: 0;
  border-radius: 2rem;
  border: 1px solid #2b64a6;
  z-index: -1;
  animation: larger 1s linear infinite;
}
.index-brand .left .button button:hover {
  animation: lahover 0.4s forwards;
}
.index-brand .right {
  width: 55%;
  padding-right: 8rem;
}
.index-brand .right .swiper-wrapper .swiper-slide {
  height: 30rem;
}
.index-brand .right .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-brand .right .swiper-button-next {
  width: 2rem;
  height: 2rem;
  right: 7rem;
}
.index-brand .right .swiper-button-next::after {
  display: none;
}
.index-brand .right .swiper-button-next i {
  width: 2rem;
  height: 2rem;
  background-color: #2b64a6;
  border-radius: 50%;
  padding-left: 2px;
  padding-top: 4px;
  position: absolute;
}
.index-brand .right .swiper-button-next i::before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 24%;
  top: 25%;
}
.index-brand .left.mb {
  display: none;
}
.index-product {
  display: flex;
  align-items: center;
  height: 44rem;
  overflow: hidden;
}
.index-product .left {
  line-height: 30px;
  margin-right: 30px;
  width: 47%;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  background-size: cover !important;
  background-image: url(../picture/product1/big/l-img1.png);
  transition: all 0.4s ease;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.index-product .left li {
  background: unset;
  padding: 1.5rem 0;
  padding-left: 10rem;
  width: 80%;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-product .left li p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  text-align: justify;
}
.index-product .left li i {
  display: block;
  display: none;
  margin-right: 5rem;
  border-radius: 50%;
}
.index-product .left li.active {
  background-color: rgba(43, 100, 166, 0.8);
}
.index-product .left li.active i {
  display: block;
}
.index-product .right {
  width: 45%;
  height: 100%;
}
.index-product .right .index-title {
  height: 15%;
}
.index-product .right .index-title h1,
.index-product .right .index-title h2 {
  text-align: center;
}
.index-product .right > li {
  display: none;
  height: 85%;
}
.index-product .right > li.active {
  display: flex;
}
.index-product .right > li.active .content {
  width: 60%;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.index-product .right > li.active .content .img img {
  display: block;
  margin: 0 auto;
  height: 20rem;
}
.index-product .right > li.active .content h1 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.index-product .right > li.active .content p {
  text-align: center;
  color: #666;
}
.index-product .right > li.active .content p:first-of-type {
  padding: 1rem 0;
  color: #2b64a6;
}
.index-product .right > li.active .content p:last-of-type {
  padding: 0 0rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
}
.index-product .right > li.active .content .button button {
  font-size: 0.8rem;
  color: #fff;
  border: 1px solid #2b64a6;
  border-radius: 2rem;
  position: relative;
  background-color: #2b64a6;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
  width: 7rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .right > li.active .content .button button::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 3rem;
  left: -0.5rem;
  right: 0;
  border-radius: 2rem;
  border: 1px solid #2b64a6;
  z-index: -1;
  animation: larger 1s linear infinite;
}
.index-product .right > li.active .content .button button:hover {
  animation: lahover 0.4s forwards;
}
.index-product .right > li.active .btn-img .swiper-wrapper li {
  position: relative;
  overflow: hidden;
}
.index-product .right > li.active .btn-img .swiper-wrapper li p {
  display: none;
}
.index-product .right > li.active .btn-img .swiper-wrapper li.active {
  position: relative;
}
.index-product .right > li.active .btn-img .swiper-wrapper li.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 79, 171, 0.6);
}
.index-product .right > li.active .btn-img .swiper-wrapper li.active p {
  display: block;
  position: absolute;
  color: #fff;
  left: 38%;
  top: 43%;
}
.index-product .right > li.active .mb {
  display: none;
}
.index-product .right > li.active .swiper-button-next,
.index-product .right > li.active .swiper-button-prev {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #2b64a6;
  border-radius: 50%;
  transform: rotate(90deg);
}
.index-product .right > li.active .swiper-button-next::after,
.index-product .right > li.active .swiper-button-prev::after {
  transform: scale(0.6);
  color: #fff;
  display: none;
}
.index-product .right > li.active .swiper-button-prev {
  top: 1.1rem;
  bottom: unset;
  left: 33%;
}
.index-product .right > li.active .swiper-button-prev i {
  color: #fff;
  transform: rotate(-90deg);
  font-size: 1rem;
}
.index-product .right > li.active .swiper-button-next {
  top: unset;
  bottom: 0;
  right: 33%;
}
.index-product .right > li.active .swiper-button-next i {
  color: #fff;
  transform: rotate(90deg);
  font-size: 1rem;
}
.index-product .right > li .btn-img li {
  width: 8rem;
  height: 8rem !important;
  border-radius: 50%;
  background-size: cover;
}
.mb-index-product {
  display: none;
}
.index-news {
  display: flex;
  padding: 5rem 13%;
  background-image: url(../img/news-bg.jpg);
  background-size: cover;
}
.index-news .left {
  display: flex;
  flex-flow: column;
  width: 25%;
  justify-content: space-between;
}
.index-news .left .index-title h1,
.index-news .left .index-title h2 {
  color: #fff;
}
.index-news .left .button button {
  font-size: 0.8rem;
  color: #2b64a6;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 2rem;
  margin-top: 2.5rem;
  position: relative;
  width: 7rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: lahover 0.4s forwards;
}
.index-news .left .button button::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 3rem;
  left: -0.5rem;
  right: 0;
  border-radius: 2rem;
  border: 1px solid #fff;
  z-index: -1;
  animation: larger 1s linear infinite;
}
.index-news .right {
  display: flex;
  width: 75%;
}
.index-news .right .item {
  width: calc(100% / 3);
  padding: 1rem;
  position: relative;
  transition: all 0.4s ease;
}
.index-news .right .item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #e5e5e5;
  transition: all 0.4s ease;
}
.index-news .right .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  transition: all 0.4s ease;
}
.index-news .right .item h1 {
  font-size: 2.5rem;
  transition: all 0.4s ease;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  color: #fff;
}
.index-news .right .item h2 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #fff;
  padding-bottom: 0.75rem;
  transition: all 0.4s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news .right .item .img {
  width: 100%;
  height: 8rem;
}
.index-news .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .right .item p {
  color: #fff;
}
.index-news .right .item .ri h2 {
  display: none;
}
.index-news .right .item .ri p {
  font-size: 0.7rem;
  transition: all 0.4s ease;
  line-height: 1.5rem;
  color: #fff;
  text-align: justify;
}
.index-news .right .item .ri p:first-of-type {
  display: none;
}
.index-news .right .item p:nth-of-type(2) {
  padding-top: 2rem;
  margin-bottom: 1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-news .right .item i {
  transition: all 0.4s ease;
  color: #fff;
}
.index-news .right .item:hover {
  background-color: #fff;
}
.index-news .right .item:hover h1 {
  color: #2b64a6;
}
.index-news .right .item:hover p {
  color: #666;
}
.index-news .right .item:hover h2 {
  color: #2b64a6;
}
.index-news .right .item:hover i {
  color: #2b64a6;
}
.index-news .right .item:hover::before {
  height: 100%;
}
.index-news .right .item:hover::after {
  height: 100%;
}
.index-news .button.mb {
  display: none;
}
.footer {
  margin-top: 0;
}
.footer .item:nth-of-type(1) {
  width: 30%;
}
@media screen and (max-width: 1366px) {
  .index-banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
  .index-banner .swiper-container .swiper-wrapper .swiper-slide video {
    height: 100vh;
  }
  .index-banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body > div {
    margin-top: 0;
  }
  .button button::before {
    display: none;
  }
  .index-title {
    margin-top: 1rem;
  }
  .index-title h1 {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
  }
  .index-title h2 {
    text-align: center;
    font-size: 0.8rem;
  }
  .index-banner {
    height: 11rem;
    margin-top: 50px !important;
    background-color: unset !important;
  }
  .index-banner .big.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-banner .big.swiper-container .swiper-pagination {
    display: none;
  }
  .index-banner .big.swiper-container .swiper-button-next,
  .index-banner .big.swiper-container .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0.7rem;
    display: none;
  }
  .index-banner .big.swiper-container .swiper-button-next {
    right: 0.5rem;
  }
  .index-banner .big.swiper-container .swiper-button-prev {
    right: 3rem;
  }
  .index-banner .small.swiper-container {
    display: none;
  }
  .index-banner .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    background-color: unset !important;
  }
  .index-banner .swiper-container .swiper-wrapper .swiper-slide.slide1 {
    display: none;
  }
  .index-banner .mask {
    display: none;
  }
  .index-banner .mask h1 {
    display: none;
  }
  .index-banner .mask a {
    display: none;
  }
  .index-brand .left {
    width: 100%;
    padding: 0 2%;
  }
  .index-brand .left .text {
    margin: 0.5rem 0;
  }
  .index-brand .left .text p:first-of-type {
    margin-bottom: 0.5rem;
  }
  .index-brand .left .text p.mb {
    display: none;
  }
  .index-brand .left .text p {
    padding-bottom: 0.5rem;
  }
  .index-brand .left .number {
    justify-content: space-around;
  }
  .index-brand .left .button button {
    margin: 1rem auto;
  }
  .index-brand .left .button.mb {
    display: none;
  }
  .index-brand .left.mb {
    display: block;
  }
  .index-brand .right {
    margin-bottom: 2rem;
    width: 96%;
    padding-right: unset;
  }
  .index-brand .right .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .index-brand .right .swiper-button-next {
    right: 2rem;
    top: unset;
    bottom: 2rem;
  }
  .index-product {
    flex-wrap: wrap;
    height: unset;
    display: none !important;
  }
  .index-product .left {
    height: unset;
    width: 100%;
    margin-bottom: 1rem;
  }
  .index-product .left li {
    padding: 1rem 0;
    padding-left: 5rem;
  }
  .index-product .left li i {
    margin-right: 2rem;
    display: none;
  }
  .index-product .left li.active {
    padding-left: 5rem;
  }
  .index-product .left li.active i {
    display: flex;
  }
  .index-product .right {
    width: 100%;
  }
  .index-product .right .index-title {
    display: none;
  }
  .index-product .right .btn-img {
    display: none;
  }
  .index-product .right .btn-img.mb {
    display: block !important;
  }
  .index-product .right > li.active {
    flex-wrap: wrap;
  }
  .index-product .right > li.active .content {
    width: 100%;
  }
  .index-product .right > li.active .content .img {
    height: 15rem;
  }
  .index-product .right > li.active .content .img img {
    height: 100%;
  }
  .index-product .right > li.active .content p {
    padding: 0 2%;
    line-height: 1.3rem;
  }
  .index-product .right > li.active .content .button {
    padding-bottom: 1rem;
  }
  .index-product .right > li.active .content .button button {
    margin-bottom: 0;
    margin-top: 0;
  }
  .index-product .right > li.active .btn-img .swiper-wrapper li {
    width: 4rem;
    height: auto !important;
  }
  .mb-index-product {
    display: flex;
    flex-wrap: wrap;
  }
  .mb-index-product .index-title {
    width: 100%;
  }
  .mb-index-product .index-title h2 {
    width: 80%;
    line-height: 1.6;
    display: block;
    margin: 0 auto;
  }
  .mb-index-product .tl {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 2.5%;
    display: none;
  }
  .mb-index-product .tl p {
    width: 100%;
    padding: 0.5rem;
  }
  .mb-index-product .tl p.active {
    background-color: #2b64a6;
    color: #fff;
  }
  .mb-index-product .tr {
    width: 100%;
    display: none;
  }
  .mb-index-product .tr > div {
    display: none;
  }
  .mb-index-product .tr .swiper-container > .swiper-wrapper > .swiper-slide img {
    transform: scale(1.2);
  }
  .mb-index-product .tr .swiper-slide-active {
    z-index: 5;
  }
  .mb-index-product .tr .swiper-container.active {
    display: block !important;
  }
  .mb-index-product .tc {
    width: 96%;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .mb-index-product .tc .swiper-container .swiper-wrapper .swiper-slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    border-radius: 50%;
  }
  .mb-index-product .tc .swiper-container .swiper-wrapper .swiper-slide.on::before {
    background-color: unset;
  }
  .mb-index-product .bc {
    margin-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
  .mb-index-product .bc .con {
    display: flex;
    flex-wrap: wrap;
  }
  .mb-index-product .bc .con .img {
    width: 100%;
    flex-shrink: 0;
    margin-right: 5%;
  }
  .mb-index-product .bc .con .img img {
    display: block;
    height: 10rem;
    margin: 0 auto;
    object-fit: contain;
  }
  .mb-index-product .bc .con .text {
    width: 100%;
    padding: 0 2%;
  }
  .mb-index-product .bc .con .text h1 {
    font-size: 1rem;
    text-align: center;
  }
  .mb-index-product .bc .con .text p {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .mb-index-product .bc .con .text p:nth-of-type(1) {
    padding: 1rem 0;
    text-align: center;
  }
  .mb-index-product .bc .con .text .button button {
    display: block;
    margin: 0 auto;
    background-color: #2b64a6;
    border: unset;
    border-radius: 1rem;
    width: 7rem;
    height: 2rem;
    color: #fff;
    margin: 1rem auto;
  }
  .mb-index-product .bc .con .text .button button i {
    color: #fff;
  }
  .mb-index-product .bc .con.active {
    display: flex;
  }
  .index-news {
    padding: 2rem 2%;
    flex-wrap: wrap;
    background-image: unset;
    padding-top: 0;
  }
  .index-news .left {
    width: 100%;
  }
  .index-news .left .index-title h1,
  .index-news .left .index-title h2 {
    color: #2b64a6;
  }
  .index-news .left .button {
    display: none;
  }
  .index-news .right {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .index-news .right .item {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    align-items: center;
  }
  .index-news .right .item h1 {
    display: none;
  }
  .index-news .right .item h2 {
    width: 100%;
  }
  .index-news .right .item .img {
    width: 35%;
    height: 6rem;
  }
  .index-news .right .item p {
    display: none;
  }
  .index-news .right .item h2 {
    display: none;
  }
  .index-news .right .item .ri {
    width: 63%;
    margin-left: 2%;
  }
  .index-news .right .item .ri h2 {
    display: block;
    font-size: 0.9rem;
    color: #000;
    padding-bottom: unset;
  }
  .index-news .right .item .ri p:first-of-type {
    display: block;
  }
  .index-news .right .item .ri p:last-of-type {
    color: #666;
  }
  .index-news .right .item .ri p {
    margin-bottom: 0;
    padding-left: 2%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: unset;
    color: #999;
  }
  .index-news .right .item i {
    display: none;
  }
  .index-news .right .item:nth-of-type(3) {
    display: none;
  }
  .index-news .button {
    display: block !important;
    margin: 0 auto;
  }
  .index-news .button button {
    font-size: 0.8rem;
    color: #fff;
    border: 1px solid #2b64a6;
    background-color: #2b64a6;
    display: block;
    margin: 0 auto;
    border-radius: 2rem;
    margin-top: 1rem;
    position: relative;
    width: 7rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: lahover 0.4s forwards;
  }
  .index-news .button button::before {
    position: absolute;
    content: "";
    width: 8rem;
    height: 3rem;
    left: -0.5rem;
    right: 0;
    border-radius: 2rem;
    border: 1px solid #fff;
    z-index: -1;
    animation: larger 1s linear infinite;
  }
  .footer {
    padding: 0 2%;
  }
  .footer .item:nth-of-type(1) {
    width: 100% !important;
  }
}
