html {
  -webkit-text-size-adjust: none;
}
.l-container {
  margin-left: auto;
  margin-right: auto;
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/index/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  background: #e52929;
  border-radius: 4px;
  border: 1px solid #e52929;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e52929;
  background: #e52929;
}
.l-btn.red:hover {
  background: #c13e2d;
  border-color: #c13e2d;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  height: calc( 100vh - 60px );
  min-height: 720px;
}
@media (max-width: 1440px) {
  .l-section {
    min-height: 660px;
  }
}
@media (max-width: 978px) {
  .l-section {
    height: auto;
    min-height: 0;
  }
}
.l-title {
  padding-bottom: 80px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  position: relative;
}
.l-title h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: #e52929;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
.l-title.dark h2 {
  color: #fff;
}
.l-title.dark h2:after {
  background: #fff;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-title {
    padding-bottom: 50px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .l-title h2:after {
    bottom: -15px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 60px;
  }
}
.banner {
  margin-bottom: 0.3rem;
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
}
.banner .l-container .swiper-slide {
  background-size: cover !important;
}
.banner .l-container .main-box {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 0 0 !important;
  padding: 0 5%;
}
.banner .l-container .slide-02 .main-box {
  align-items: center;
  justify-content: left;
}
.banner .l-container .slide-03 .main-box {
  align-items: center;
  justify-content: center;
}
.banner .banner-main {
  float: left;
  line-height: 100vh;
  height: 100vh;
}
.banner .banner-main .info-box {
  width: 5.24rem;
  font-size: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner .banner-main .info-box img {
  width: 100%;
  height: auto;
}
.banner .swiper-slide.slide-02 .banner-main .info-box {
  width: 13.28rem;
  transform: translateY(-20px);
}
.banner .swiper-slide.slide-03 .banner-main .info-box {
  width: 9.6rem;
  transform: translateY(-150px);
}
.banner .swiper-pagination {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background: rgba(184, 184, 184, 0.9);
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
  margin: 0 !important;
  margin-right: 20px !important;
}
.banner .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  height: 5px;
  background: #ffffff;
  position: absolute;
}
.banner .swiper-pagination-bullet-active {
  background: rgba(3, 12, 76, 0.3) !important;
}
.banner .swiper-pagination-bullet-active::after {
  animation: pagination 5s linear infinite;
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 978px) {
  .banner .l-container {
    max-width: 100%;
    padding: 0;
  }
  .banner .l-container .swiper-slide {
    background-size: cover !important;
  }
  .banner .l-container .main-box {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 0 0 !important;
  }
  .banner .l-container .slide-02 .main-box {
    align-items: center;
    justify-content: center;
  }
  .banner .l-container .slide-03 .main-box {
    align-items: center;
    justify-content: center;
  }
  .banner .banner-main {
    float: left;
    line-height: 100vh;
    height: 100vh;
  }
  .banner .banner-main .info-box {
    width: 3.3rem;
    font-size: 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .banner .banner-main .info-box img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-slide .banner-main .info-box {
    width: 4.4rem;
  }
  .banner .swiper-slide.slide-02 .banner-main .info-box {
    width: 5.5rem;
    transform: translateY(-40px);
  }
  .banner .swiper-slide.slide-03 .banner-main .info-box {
    width: 5.5rem;
    transform: translateY(-60px);
  }
  .banner .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: rgba(184, 184, 184, 0.9);
    border-radius: 0px;
    position: relative;
    transition: all 0.3s;
    margin: 0 !important;
    margin-right: 20px !important;
  }
  .banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
  .banner .swiper-pagination-bullet::after {
    content: "";
    top: 0;
    left: 0;
    right: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
  }
  .banner .swiper-pagination-bullet-active {
    background: rgba(3, 12, 76, 0.3) !important;
  }
  .banner .swiper-pagination-bullet-active::after {
    animation: pagination 5s linear infinite;
  }
}
.price {
  padding-bottom: 0.3rem;
}
.price .l-container {
  width: 100%;
  height: 100%;
}
.price .l-body {
  width: 100%;
  height: 100%;
  display: flex;
}
.price .l-body .l-content {
  width: 60%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 15vh;
  position: relative;
}
.price .l-body .l-content .title-box {
  height: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: 0;
}
.price .l-body .l-content .title-box img {
  height: 100%;
}
.price .l-body .l-content h3 {
  font-size: 30px;
  line-height: 48px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.3rem;
  font-family: "Alibaba_105";
}
.price .l-body .l-content p {
  font-size: 18px;
  color: #202020;
  text-align: left;
  line-height: 34px;
  margin-top: 0.44rem;
  margin-bottom: 10vh;
  font-family: "Alibaba_65";
}
.price .l-body .l-content h4 {
  font-size: 24px;
  line-height: 24px;
  color: #202020;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Alibaba_75";
}
.price .l-body .l-content h4 + p {
  font-size: 18px;
  line-height: 18px;
  color: #909090;
  text-align: left;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alibaba_65";
}
.price .l-body .l-content .btn-box {
  padding-top: 0.4rem;
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 0.3rem;
  font-family: "Alibaba_65";
}
.price .l-body .l-content .btn-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s;
  height: 1px;
  background-image: linear-gradient(270deg, #ffffff 0%, #202020 100%);
}
.price .l-body .l-content .btn-box a {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  transition: all 0.3s;
}
.price .l-body .l-content .btn-box a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 20px;
  height: 9px;
  transform: translateX(0px);
  background: url(../images/index/more.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.price .l-body .l-content .btn-box:hover:after {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #e52929 100%);
}
.price .l-body .l-content .btn-box:hover a {
  color: #e52929;
}
.price .l-body .l-content .btn-box:hover a i {
  background: url(../images/index/more-h.svg);
  background-size: 100% 100%;
  transform: translateX(5px);
}
.price .l-body .r-content {
  width: 40%;
  background: url(../images/index/section-01-img.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price .l-body .r-content ul {
  transform: translateX(-20%);
}
.price .l-body .r-content ul li {
  margin-bottom: 0.5rem;
}
.price .l-body .r-content ul li:last-child {
  margin-bottom: 0;
}
.price .l-body .r-content ul li i {
  font-style: normal;
  font-family: "Alibaba_65";
}
.price .l-body .r-content ul li p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-weight: 400;
}
.price .l-body .r-content ul li p span {
  font-size: 48px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  line-height: 60px;
  margin-left: 20px;
  margin-right: 9px;
  font-family: "Alibaba_95";
}
.price .l-body .r-content ul li p s {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 38px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Alibaba_85";
}
@media (max-width: 978px) {
  .price {
    padding: 40px 0;
  }
  .price .l-container {
    width: 100%;
    height: 100%;
  }
  .price .title-box {
    display: none;
  }
  .price .l-body {
    width: 100%;
    height: 100%;
    display: block;
  }
  .price .l-body .l-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .price .l-body .l-content .title-box {
    height: 26px;
    margin-bottom: 30px;
    font-size: 0;
  }
  .price .l-body .l-content .title-box img {
    height: 100%;
  }
  .price .l-body .l-content h3 {
    font-size: 27px;
    line-height: 28px;
    color: #202020;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .price .l-body .l-content p {
    font-size: 12px;
    color: #202020;
    text-align: left;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .price .l-body .l-content h4 {
    font-size: 16px;
    line-height: 22px;
    color: #202020;
    text-align: center;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .price .l-body .l-content h4 + p {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(0.9);
  }
  .price .l-body .l-content .btn-box {
    padding-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
  }
  .price .l-body .l-content .btn-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    height: 1px;
    background-image: linear-gradient(270deg, #ffffff 0%, #202020 100%);
  }
  .price .l-body .l-content .btn-box a {
    font-size: 14px;
    color: #202020;
    text-align: left;
    font-weight: 500;
    transition: all 0.3s;
  }
  .price .l-body .l-content .btn-box a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 18px;
    height: 8px;
    transform: translateX(0px);
    background: url(../images/index/more.svg);
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .price .l-body .l-content .btn-box:hover:after {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #e52929 100%);
  }
  .price .l-body .l-content .btn-box:hover a {
    color: #e52929;
  }
  .price .l-body .l-content .btn-box:hover a i {
    background: url(../images/index/more-h.svg);
    background-size: 100% 100%;
    transform: translateX(5px);
  }
  .price .l-body .r-content {
    width: 100%;
    background: url(../images/index/section-01-img.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 25px;
  }
  .price .l-body .r-content ul {
    font-size: 0;
    transform: translateX(0);
  }
  .price .l-body .r-content ul li {
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
  }
  .price .l-body .r-content ul li:last-child {
    margin-bottom: 0;
  }
  .price .l-body .r-content ul li p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-weight: 400;
  }
  .price .l-body .r-content ul li p span {
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    line-height: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .price .l-body .r-content ul li p i {
    display: block;
  }
  .price .l-body .r-content ul li p s {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
  }
}
.power {
  padding-bottom: 0.3rem;
}
.power .l-container {
  width: 100%;
  height: 100%;
}
.power .l-body {
  width: 100%;
  height: 100%;
  display: flex;
}
.power .l-body .l-content {
  width: 42vw;
  padding-left: 1.2rem;
  position: relative;
  padding-top: 15vh;
  overflow: hidden;
}
.power .l-body .l-content .info-box {
  width: 100%;
}
.power .l-body .l-content .title-box {
  height: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: 0;
}
.power .l-body .l-content .title-box img {
  height: 100%;
  display: none;
}
.power .l-body .l-content h3 {
  font-size: 30px;
  line-height: 48px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: none !important;
  font-family: "Alibaba_105";
}
.power .l-body .l-content p {
  font-size: 18px;
  color: #202020;
  text-align: left;
  line-height: 34px;
  margin-top: 0.6rem;
  margin-bottom: 10vh;
  display: none;
  font-family: "Alibaba_65";
}
.power .l-body .l-content h4 {
  font-size: 24px;
  line-height: 24px;
  color: #202020;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Alibaba_75";
}
.power .l-body .l-content h4 + p {
  font-size: 18px;
  line-height: 18px;
  color: #202020;
  text-align: left;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alibaba_65";
}
.power .l-body .l-content .btn-box {
  padding-top: 0.4rem;
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 0.3rem;
}
.power .l-body .l-content .btn-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s;
  height: 1px;
  background-image: linear-gradient(270deg, #ffffff 0%, #202020 100%);
}
.power .l-body .l-content .btn-box a {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  transition: all 0.3s;
  font-family: "Alibaba_65";
  display: none;
}
.power .l-body .l-content .btn-box a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 20px;
  height: 9px;
  transform: translateX(0px);
  background: url(../images/index/more.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.power .l-body .l-content .btn-box:hover:after {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #e52929 100%);
}
.power .l-body .l-content .btn-box:hover a {
  color: #e52929;
}
.power .l-body .l-content .btn-box:hover a i {
  transform: translateX(5px);
  background: url(../images/index/more-h.svg);
  background-size: 100% 100%;
}
.power .l-body .r-content {
  width: 58vw;
  background: url(../images/index/section-02-img-01.jpg) center no-repeat;
  background-size: cover;
  transition: all 0.3s;
  margin-left: 1.2rem;
}
.power .l-body .r-content ul {
  display: flex;
  height: 100%;
}
.power .l-body .r-content ul li {
  width: 25%;
  height: 100%;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.power .l-body .r-content ul li:nth-child(1) {
  background: url(../images/index/section-02-img-01.jpg) no-repeat -9999px -9999px;
}
.power .l-body .r-content ul li:nth-child(2) {
  background: url(../images/index/section-02-img-02.jpg) no-repeat -9999px -9999px;
}
.power .l-body .r-content ul li:nth-child(3) {
  background: url(../images/index/section-02-img-03.jpg) no-repeat -9999px -9999px;
}
.power .l-body .r-content ul li:nth-child(4) {
  background: url(../images/index/section-02-img-04.jpg) no-repeat -9999px -9999px;
}
.power .l-body .r-content ul li:last-child {
  border: none;
}
.power .l-body .r-content ul li .deco {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
  transform: translateZ(0);
  margin: 0 auto;
  margin-bottom: 20px;
}
.power .l-body .r-content ul li .deco:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.3s;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.power .l-body .r-content ul li .deco:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.3s;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  height: 60px;
  width: 60px;
}
.power .l-body .r-content ul li .deco i,
.power .l-body .r-content ul li .deco em {
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid #fff;
  border-radius: 100%;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  transition: 0.4s;
  width: 20px;
  transition: all 0.3s;
}
.power .l-body .r-content ul li:hover .deco:before {
  animation: scalepulse 1.3s linear 0.3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.power .l-body .r-content ul li:hover .deco i,
.power .l-body .r-content ul li:hover .deco em {
  background: #fff;
  animation: scalepulse 1.3s linear 0s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.power .l-body .r-content ul li:hover .deco:after {
  animation: scalepulse 1.3s linear 0.15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.power .l-body .r-content ul li p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
}
.power .l-body[data-index="1"] .r-content {
  background: url(../images/index/section-02-img-03.jpg) center no-repeat;
  background-size: cover;
}
.power .l-body[data-index="1"] .title-box img:nth-child(1) {
  display: block;
}
.power .l-body[data-index="1"] h3:nth-child(2) {
  display: block;
}
.power .l-body[data-index="1"] p:nth-child(6) {
  display: block;
}
.power .l-body[data-index="1"] .btn-box a:nth-child(1) {
  display: block;
}
.power .l-body[data-index="2"] .r-content {
  background: url(../images/index/section-02-img-02.jpg) center no-repeat;
  background-size: cover;
}
.power .l-body[data-index="2"] .title-box img:nth-child(2) {
  display: block;
}
.power .l-body[data-index="2"] h3:nth-child(3) {
  display: block;
}
.power .l-body[data-index="2"] p:nth-child(7) {
  display: block;
}
.power .l-body[data-index="2"] .btn-box a:nth-child(2) {
  display: block;
}
.power .l-body[data-index="3"] .r-content {
  background: url(../images/index/section-02-img-01.jpg) center no-repeat;
  background-size: cover;
}
.power .l-body[data-index="3"] .title-box img:nth-child(3) {
  display: block;
}
.power .l-body[data-index="3"] h3:nth-child(4) {
  display: block;
}
.power .l-body[data-index="3"] p:nth-child(8) {
  display: block;
}
.power .l-body[data-index="3"] .btn-box a:nth-child(3) {
  display: block;
}
.power .l-body[data-index="4"] .r-content {
  background: url(../images/index/section-02-img-04.jpg) center no-repeat;
  background-size: cover;
}
.power .l-body[data-index="4"] .title-box img:nth-child(4) {
  display: block;
}
.power .l-body[data-index="4"] h3:nth-child(5) {
  display: block;
}
.power .l-body[data-index="4"] p:nth-child(9) {
  display: block;
}
.power .l-body[data-index="4"] .btn-box a:nth-child(4) {
  display: block;
}
@media (max-width: 978px) {
  .power {
    padding: 40px 0;
    margin-top: -30px;
  }
  .power .l-container {
    width: 100%;
    height: 100%;
  }
  .power .l-body {
    width: 100%;
    height: 100%;
    display: block;
  }
  .power .l-body .l-content {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .power .l-body .l-content .info-box {
    width: 100%;
  }
  .power .l-body .l-content .title-box {
    height: 26px;
    margin-bottom: 30px;
    font-size: 0;
  }
  .power .l-body .l-content .title-box img {
    height: 100%;
  }
  .power .l-body .l-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #202020;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .power .l-body .l-content p {
    font-size: 12px;
    color: #202020;
    text-align: center;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: "Alibaba_55";
  }
  .power .l-body .l-content h4 {
    font-size: 16px;
    line-height: 22px;
    color: #202020;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .power .l-body .l-content h4 + p {
    font-size: 12px;
    line-height: 16px;
    color: #202020;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }
  .power .l-body .l-content .btn-box {
    padding-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
  }
  .power .l-body .l-content .btn-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    height: 1px;
    background-image: linear-gradient(270deg, #ffffff 0%, #202020 100%);
  }
  .power .l-body .l-content .btn-box a {
    font-size: 14px;
    color: #202020;
    text-align: left;
    font-weight: 500;
    transition: all 0.3s;
  }
  .power .l-body .l-content .btn-box a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 18px;
    height: 8px;
    transform: translateX(0px);
    background: url(../images/index/more.svg);
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .power .l-body .l-content .btn-box:hover:after {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #e52929 100%);
  }
  .power .l-body .l-content .btn-box:hover a {
    color: #e52929;
  }
  .power .l-body .l-content .btn-box:hover a i {
    background: url(../images/index/more-h.svg);
    background-size: 100% 100%;
    transform: translateX(5px);
  }
  .power .l-body .r-content {
    width: 100%;
    background: url(../images/index/section-02-img-01.jpg) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    margin-left: 0;
  }
  .power .l-body .r-content ul {
    display: block;
    height: 100%;
  }
  .power .l-body .r-content ul li {
    width: 100%;
    height: 80px;
    border-right: none;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: left;
    position: relative;
  }
  .power .l-body .r-content ul li:last-child {
    border: none;
  }
  .power .l-body .r-content ul li .deco {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: 0.3s;
    transform: translateZ(0);
    margin: 0 auto;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 40px;
  }
  .power .l-body .r-content ul li .deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.75);
    transition: 0.3s;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 100%;
    height: 40px;
    width: 40px;
  }
  .power .l-body .r-content ul li .deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.75);
    transition: 0.3s;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
  }
  .power .l-body .r-content ul li .deco i,
  .power .l-body .r-content ul li .deco em {
    background: hsla(0, 0%, 100%, 0.8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    transition: 0.4s;
    width: 20px;
    transition: all 0.3s;
  }
  .power .l-body .r-content ul li:hover .deco:before {
    animation: scalepulse 1.3s linear 0.3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  .power .l-body .r-content ul li:hover .deco i,
  .power .l-body .r-content ul li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  .power .l-body .r-content ul li:hover .deco:after {
    animation: scalepulse 1.3s linear 0.15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  .power .l-body .r-content ul li p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    padding-left: 20px;
  }
  .power .l-body[data-index="1"] .r-content {
    background: url(../images/index/section-02-img-03.jpg) center no-repeat;
    background-size: cover;
  }
  .power .l-body[data-index="1"] .title-box img:nth-child(1) {
    display: inline-block;
  }
  .power .l-body[data-index="1"] h3:nth-child(2) {
    display: block;
  }
  .power .l-body[data-index="1"] p:nth-child(6) {
    display: block;
  }
  .power .l-body[data-index="2"] .r-content {
    background: url(../images/index/section-02-img-02.jpg) center no-repeat;
    background-size: cover;
  }
  .power .l-body[data-index="2"] .title-box img:nth-child(2) {
    display: inline-block;
    background-size: cover;
  }
  .power .l-body[data-index="2"] h3:nth-child(3) {
    display: block;
  }
  .power .l-body[data-index="2"] p:nth-child(7) {
    display: block;
  }
  .power .l-body[data-index="3"] .r-content {
    background: url(../images/index/section-02-img-01.jpg) center no-repeat;
    background-size: cover;
  }
  .power .l-body[data-index="3"] .title-box img:nth-child(3) {
    display: inline-block;
    background-size: cover;
  }
  .power .l-body[data-index="3"] h3:nth-child(4) {
    display: block;
  }
  .power .l-body[data-index="3"] p:nth-child(8) {
    display: block;
  }
  .power .l-body[data-index="4"] .r-content {
    background: url(../images/index/section-02-img-04.jpg) center no-repeat;
    background-size: cover;
  }
  .power .l-body[data-index="4"] .title-box img:nth-child(4) {
    display: inline-block;
    background-size: cover;
  }
  .power .l-body[data-index="4"] h3:nth-child(5) {
    display: block;
  }
  .power .l-body[data-index="4"] p:nth-child(9) {
    display: block;
  }
}
@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
.case {
  padding-bottom: 0.3rem;
}
.case .l-container {
  width: 100%;
  height: 100%;
}
.case .l-body {
  width: 100%;
  height: 100%;
  display: flex;
}
.case .l-body .l-content {
  width: 60%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
  padding-top: 10vh;
}
.case .l-body .l-content .title-box {
  height: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 0;
}
.case .l-body .l-content .title-box img {
  height: 100%;
}
.case .l-body .l-content h3 {
  font-size: 30px;
  line-height: 48px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: none;
}
.case .l-body .l-content .case-swiper {
  padding-top: 50px;
  margin-top: -40px;
}
.case .l-body .l-content .swiper-slide .img-box {
  font-size: 0;
  margin-bottom: 10px;
}
.case .l-body .l-content .swiper-slide .img-box img {
  width: 100%;
}
.case .l-body .l-content .swiper-slide h4 {
  font-size: 20px;
  color: #202020;
  letter-spacing: 0;
  text-align: left;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Alibaba_75";
}
.case .l-body .l-content .swiper-slide p {
  font-size: 14px;
  color: #606060;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Alibaba_65";
}
.case .l-body .l-content .swiper-slide p span {
  display: inline-block;
  margin-right: 20px;
}
.case .l-body .l-content .swiper-slide p span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 100% 100% !important;
  margin-top: -2px;
}
.case .l-body .l-content .swiper-slide p span:last-child {
  margin-right: 0;
}
.case .l-body .l-content .swiper-slide a {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  transition: all 0.3s;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -2px;
  position: absolute;
  bottom: 40px;
  right: 0px;
  font-family: "Alibaba_65";
}
.case .l-body .l-content .swiper-slide a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 20px;
  height: 9px;
  transform: translateX(0px);
  background: url(../images/index/more.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.case .l-body .l-content .swiper-slide a:hover {
  color: #e52929;
}
.case .l-body .l-content .swiper-slide a:hover i {
  transform: translateX(5px);
  background: url(../images/index/more-h.svg);
  background-size: 100% 100%;
}
.case .l-body .l-content .swiper-case-prev {
  width: 40px;
  height: 40px;
  right: 50px;
  top: 0;
  left: auto;
  background: url(../images/index/case-arrow-l.svg) center no-repeat;
  background-size: 100% 100%;
  margin-top: 0;
  transition: all 0.3s;
}
.case .l-body .l-content .swiper-case-prev:hover {
  background: url(../images/index/case-arrow-l-h.svg) center no-repeat;
  background-size: 100% 100%;
}
.case .l-body .l-content .swiper-case-next {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url(../images/index/case-arrow-r.svg) center no-repeat;
  background-size: 100% 100%;
  margin-top: 0;
  transition: all 0.3s;
}
.case .l-body .l-content .swiper-case-next:hover {
  background: url(../images/index/case-arrow-r-h.svg) center no-repeat;
  background-size: 100% 100%;
}
.case .l-body .r-content {
  width: 40%;
  background: url(../images/index/case-bg.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 978px) {
  .case {
    padding: 40px 0;
    margin-top: -30px;
  }
  .case .l-container {
    width: 100%;
    height: 100%;
  }
  .case .l-body {
    width: 100%;
    height: 100%;
    display: block;
  }
  .case .l-body .l-content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    text-align: center;
    padding-top: 0;
  }
  .case .l-body .l-content .title-box {
    height: 26px;
    margin-bottom: 30px;
    font-size: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .case .l-body .l-content .title-box img {
    height: 100%;
  }
  .case .l-body .l-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #202020;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .case .l-body .l-content .case-swiper {
    padding-top: 0;
    margin-top: 0px;
    background: #f5f6fa;
  }
  .case .l-body .l-content .swiper-slide {
    padding-bottom: 15px;
  }
  .case .l-body .l-content .swiper-slide .img-box {
    font-size: 0;
    margin-bottom: 15px;
  }
  .case .l-body .l-content .swiper-slide .img-box img {
    width: 100%;
  }
  .case .l-body .l-content .swiper-slide h4 {
    font-size: 14px;
    color: #202020;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .case .l-body .l-content .swiper-slide p {
    font-size: 12px;
    color: #606060;
    text-align: left;
    float: left;
    line-height: 20px;
    font-weight: 400;
    white-space: normal;
    overflow: visible;
    text-overflow: ellipsis;
    width: 100%;
    padding-left: 35px;
  }
  .case .l-body .l-content .swiper-slide p span {
    display: inline-block;
    margin-right: 0px;
    transform: scale(0.7);
    margin-left: -40px;
  }
  .case .l-body .l-content .swiper-slide p span i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 0px;
    background-size: 100% 100% !important;
    margin-top: -2px;
  }
  .case .l-body .l-content .swiper-slide p span:last-child {
    margin-right: 0;
  }
  .case .l-body .l-content .swiper-slide a {
    font-size: 14px;
    color: #202020;
    text-align: left;
    font-weight: 500;
    float: right;
    transition: all 0.3s;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -2px;
    position: absolute;
    bottom: 40px;
    right: 0px;
  }
  .case .l-body .l-content .swiper-slide a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 18px;
    height: 8px;
    transform: translateX(0px);
    background: url(../images/index/more.svg);
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .case .l-body .l-content .swiper-slide a:hover {
    color: #e52929;
  }
  .case .l-body .l-content .swiper-slide a:hover i {
    transform: translateX(5px);
    background: url(../images/index/more-h.svg);
    background-size: 100% 100%;
  }
  .case .l-body .l-content .swiper-case-prev {
    width: 25px;
    height: 25px;
    left: 20px;
    right: auto;
    top: calc( ( 100% - 70px ) / 2 );
    margin-top: 0px;
    background: url(../images/index/case-arrow-l.svg) center no-repeat;
    background-size: 100% 100%;
    margin-top: -10px;
    transition: all 0.3s;
  }
  .case .l-body .l-content .swiper-case-prev:hover {
    background: url(../images/index/case-arrow-l-h.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .case .l-body .l-content .swiper-case-next {
    width: 25px;
    height: 25px;
    right: 20px;
    top: calc( ( 100% - 70px ) / 2 );
    background: url(../images/index/case-arrow-r.svg) center no-repeat;
    background-size: 100% 100%;
    margin-top: -10px;
    transition: all 0.3s;
  }
  .case .l-body .l-content .swiper-case-next:hover {
    background: url(../images/index/case-arrow-r-h.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .case .l-body .r-content {
    width: 40%;
    background: url(../images/index/case-bg.jpg) center no-repeat;
    background-size: cover;
  }
}
.business {
  padding-bottom: 0.3rem;
}
.business .l-container {
  width: 100%;
  height: 100%;
}
.business .l-body {
  width: 100%;
  height: 100%;
  display: flex;
}
.business .l-body .l-content {
  width: 60%;
  background: url(../images/index/business-img.jpg) center no-repeat;
  background-size: cover;
}
.business .l-body .r-content {
  width: 40%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business .l-body .r-content .title-box {
  height: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 0;
}
.business .l-body .r-content .title-box img {
  height: 100%;
}
.business .l-body .r-content h3 {
  font-size: 30px;
  line-height: 48px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: none;
}
.business .l-body .r-content h4 {
  font-size: 24px;
  line-height: 24px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.15rem;
  font-family: "Alibaba_75";
}
.business .l-body .r-content h4 + p {
  font-size: 18px;
  line-height: 30px;
  color: #202020;
  text-align: left;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Alibaba_65";
}
.business .l-body .r-content .card {
  width: 50%;
  float: left;
  margin-bottom: 0.1rem;
}
.business .l-body .r-content .card p {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 400;
}
.business .l-body .r-content .card p span {
  font-size: 40px;
  line-height: 60px;
  margin-right: 5px;
  font-family: "Alibaba_75";
}
.business .l-body .r-content .card p + p {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
  font-family: "Alibaba_65";
}
.business .l-body .r-content .card:nth-child(7) {
  width: 100%;
  margin-bottom: 0.5rem;
}
.business .l-body .r-content .btn-box {
  padding-top: 0.5rem;
}
.business .l-body .r-content .btn-box a {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  transition: all 0.3s;
  font-family: "Alibaba_65";
}
.business .l-body .r-content .btn-box a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 20px;
  height: 9px;
  transform: translateX(0px);
  background: url(../images/index/more.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.business .l-body .r-content .btn-box a:hover {
  color: #e52929;
}
.business .l-body .r-content .btn-box a:hover i {
  transform: translateX(5px);
  background: url(../images/index/more-h.svg);
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .business {
    padding: 40px 0;
    margin-top: -30px;
  }
  .business .l-container {
    width: 100%;
    height: 100%;
  }
  .business .l-body {
    width: 100%;
    height: 100%;
    display: block;
  }
  .business .l-body .img-box {
    width: 100%;
    background: url(../images/index/business-img.jpg) center no-repeat;
    background-size: cover;
    height: 280px;
  }
  .business .l-body .r-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .business .l-body .r-content .title-box {
    height: 26px;
    margin-bottom: 30px;
    font-size: 0;
  }
  .business .l-body .r-content .title-box img {
    height: 100%;
  }
  .business .l-body .r-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #202020;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .business .l-body .r-content h4 {
    font-size: 16px;
    line-height: 22px;
    color: #202020;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .business .l-body .r-content h4 + p {
    font-size: 12px;
    line-height: 20px;
    color: #202020;
    text-align: left;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
  }
  .business .l-body .r-content .card {
    width: 50%;
    float: left;
    margin-bottom: 0.1rem;
  }
  .business .l-body .r-content .card p {
    font-size: 12px;
    color: #202020;
    text-align: left;
    font-weight: 400;
  }
  .business .l-body .r-content .card p span {
    font-size: 35px;
    line-height: 42px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .business .l-body .r-content .card p + p {
    font-size: 12px;
    color: #202020;
    text-align: left;
    font-weight: 400;
    line-height: 16px;
  }
  .business .l-body .r-content .card:nth-child(7) {
    width: 100%;
    margin-bottom: 20px;
  }
  .business .l-body .r-content .btn-box {
    padding-top: 20px;
    text-align: left;
  }
  .business .l-body .r-content .btn-box a {
    font-size: 16px;
    color: #202020;
    text-align: left;
    font-weight: 500;
    transition: all 0.3s;
  }
  .business .l-body .r-content .btn-box a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 18px;
    height: 8px;
    transform: translateX(0px);
    background: url(../images/index/more.svg);
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .business .l-body .r-content .btn-box a:hover {
    color: #e52929;
  }
  .business .l-body .r-content .btn-box a:hover i {
    transform: translateX(5px);
    background: url(../images/index/more-h.svg);
    background-size: 100% 100%;
  }
}
.introduce {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.introduce .l-body ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.introduce .l-body ul li i {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 0.1rem;
  background-size: 100% 100% !important;
}
.introduce .l-body ul li h3 {
  font-size: 20px;
  line-height: 34px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 0.1rem;
  font-family: "Alibaba_85";
}
.introduce .l-body ul li p {
  font-size: 18px;
  color: #606060;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0.2rem;
}
.introduce .l-body ul li a {
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 500;
  line-height: 37px;
  transition: all 0.3s;
  font-family: "Alibaba_65";
}
.introduce .l-body ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 5px;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  background: url(../images/index/ljgd.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  margin-bottom: 0;
  transform: translateX(0px);
}
.introduce .l-body ul li a:hover {
  color: #e52929;
}
.introduce .l-body ul li a:hover i {
  transform: translateX(5px);
  background: url(../images/index/ljgd-h.svg);
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .introduce {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .introduce .l-body ul li {
    float: left;
    width: 100%;
    text-align: left;
    background: #f5f6fa;
    height: 80px;
  }
  .introduce .l-body ul li i {
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    margin-bottom: 0;
    background-size: 100% 100% !important;
    position: absolute;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 20px !important;
    top: 24px !important;
  }
  .introduce .l-body ul li h3 {
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .introduce .l-body ul li p {
    font-size: 12px;
    color: #606060;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
  .introduce .l-body ul li a {
    color: #202020;
    text-align: left;
    font-weight: 500;
    padding: 20px 20px 20px 75px;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .introduce .l-body ul li a i:last-child {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 0;
    width: 12px !important;
    height: 12px !important;
    background: url(../images/index/ljgd.svg);
    background-size: 100% 100%;
    transition: all 0.3s;
    margin-bottom: 0;
    transform: translateX(0px);
    position: absolute;
    right: 20px !important;
    left: auto !important;
    top: 50% !important;
    margin-top: -4px;
  }
  .introduce .l-body ul li a:hover {
    color: #e52929;
  }
  .introduce .l-body ul li a:hover i {
    transform: translateX(0px);
    background: url(../images/index/ljgd-h.svg);
    background-size: 100% 100%;
  }
}
