.l-title h2:after {
  display: none;
}
.l-title p {
  margin-top: 20px;
}
.banner {
  background: url(../images/index/pc-banner.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner .banner-main {
  line-height: 560px;
  height: 560px;
  width: 100%;
  align-items: center;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h2 {
  display: inline-block;
  font-size: 14px;
  color: #228b70;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: #eafffb;
  border-radius: 17px;
}
.banner .banner-main h1 {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner .banner-main p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner .banner-main .green {
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 40px;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  border: 2px solid #397ad3;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0s;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}
.banner .banner-main .green i {
  background: url(../images/arrow-right.svg) center 2px no-repeat;
}
.banner .banner-main .green:hover {
  background: #397ad3;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner .banner-main .green {
    float: none;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 20px 0 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .banner {
    text-align: center;
    position: relative;
    background: url(../images/index/mb-banner.jpg) center no-repeat;
    background-size: cover;
  }
  .banner .btn-mb {
    display: block;
  }
  .banner .l-btn {
    font-size: 14px;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    padding-right: 0;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
  }
  .banner .banner-main .banner-topic {
    margin-bottom: 10px;
  }
  .banner .banner-main h1 {
    color: #fff;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
  }
  .banner .banner-main p {
    color: #ffffff;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
  }
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.introduces .l-body {
  text-align: left;
}
.introduces .l-body ul li {
  float: left;
  margin-right: 30px;
  width: calc( ( 100% - 30px ) / 2 );
  padding: 30px;
  background: url(../images/1.png);
  background-size: 100% 100%;
}
.introduces .l-body ul li h3 {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.introduces .l-body ul li:last-child {
  margin-right: 0;
  background: url(../images/2.png);
  background-size: cover;
}
.introduces .l-body ul li:last-child h3 {
  color: #000;
}
.introduces .l-body ul li p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
  max-width: 400px;
}
.introduces .l-body .img-box {
  padding: 0 30px;
  position: relative;
}
.introduces .l-body .img-box img {
  width: 100%;
  margin-top: 30px;
}
.introduces .l-body .img-box.pc {
  margin-top: 30px;
}
.introduces .l-body .img-box.pc a:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 240px;
  margin-left: -120px;
  margin-top: -120px;
  height: 240px;
  cursor: pointer;
}
.introduces .l-body .img-box.pc a:nth-child(2):after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 240px;
  left: 0;
  height: 240px;
  background: rgba(57, 122, 211, 0.15);
  z-index: -1;
  -webkit-animation: water 1.2s linear infinite;
  animation: water 1.2s linear infinite;
}
.introduces .l-body .img-box.pc a:nth-child(2) img {
  width: 100%;
  margin-top: 0;
  z-index: 1;
  -webkit-animation: toShows 1.2s linear infinite;
  animation: toShows 1.2s linear infinite;
}
.introduces .l-body p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 978px) {
  .introduces .l-body {
    text-align: left;
  }
  .introduces .l-body ul li {
    float: none;
    margin-right: 00px;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .introduces .l-body ul li h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .introduces .l-body ul li:last-child {
    margin-right: 0;
  }
  .introduces .l-body ul li:last-child h3 {
    color: #000;
  }
  .introduces .l-body ul li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    max-width: 400px;
  }
  .introduces .l-body .img-box {
    padding: 0 0px;
  }
  .introduces .l-body .img-box img {
    width: 100%;
    margin-top: 30px;
  }
  .introduces .l-body p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }
}
.logos {
  background: #fafbfb;
}
.logos .l-body ul li {
  position: relative;
  float: left;
  margin-right: 20px;
  padding: 15px;
  width: calc( ( 100% - 60px ) / 4 );
  padding-left: 88px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 20px;
}
.logos .l-body ul li:nth-child(4n) {
  margin-right: 0;
}
.logos .l-body ul li img {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 48px;
  height: 48px;
}
.logos .l-body ul li h3 {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.logos .l-body ul li p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 978px) {
  .logos {
    background: #fafbfb;
  }
  .logos .l-body ul li {
    position: relative;
    float: left;
    margin-right: 20px;
    padding: 10px;
    padding-right: 0;
    width: calc( ( 100% - 20px ) / 2 );
    padding-left: 60px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
  }
  .logos .l-body ul li:nth-child(4n) {
    margin-right: 20px;
  }
  .logos .l-body ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .logos .l-body ul li img {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .logos .l-body ul li h3 {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .logos .l-body ul li p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
}
.introduce {
  background: #f7f8f9;
}
.introduce .l-title h2:after {
  display: none;
}
.introduce .l-title p {
  margin-top: 20px;
}
.introduce .solution-tab {
  position: relative;
}
.introduce .solution-tab > .tab_btn {
  text-align: left;
}
.introduce .solution-tab > .tab_btn h3 {
  border-radius: 20px;
  padding: 8px 40px;
  color: #333333;
  background: #ffffff;
  border-radius: 32px;
  transition: all 0.3s;
  margin-bottom: 0;
  cursor: pointer;
}
.introduce .solution-tab > .tab_btn h3:after {
  display: none;
}
.introduce .solution-tab > .tab_btn h3 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover !important;
  vertical-align: middle;
  margin-right: 5px;
}
.introduce .solution-tab > .tab_btn h3 span {
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.introduce .solution-tab > .tab_btn .active > h3 {
  background: #397ad3;
  border-radius: 100px;
  color: #fff;
}
.introduce .solution-tab > .tab_btn .active > h3 span {
  color: #fff !important;
}
.introduce .solution-tab > .tab_btn li:nth-child(1).active i {
  background: url(../images/index/introduce-icon-01-h.png) !important;
  background-size: cover !important;
}
.introduce .solution-tab > .tab_btn li:nth-child(2).active i {
  background: url(../images/index/introduce-icon-02-h.png) !important;
  background-size: cover !important;
}
.introduce .solution-tab > .tab_btn li:nth-child(3).active i {
  background: url(../images/index/introduce-icon-03-h.png) !important;
  background-size: cover !important;
}
.introduce .solution-tab > .tab_btn li:nth-child(4).active i {
  background: url(../images/index/introduce-icon-04-h.png) !important;
  background-size: cover !important;
}
.introduce .solution-tab > .tab_btn li:nth-child(5).active i {
  background: url(../images/index/introduce-icon-05-h.png) !important;
  background-size: cover !important;
}
.introduce .solution-tab > .tab_btn li {
  display: inline-block;
  float: none;
  margin-right: calc( ( 100% - 912px ) / 3 );
  width: auto !important;
  transition: all 0.3s;
  position: relative;
  padding: 5px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.introduce .solution-tab > .tab_btn li:last-child {
  margin-right: 0;
}
.introduce .solution-tab > .tab_btn li:hover h3 span {
  color: #4caab9;
}
.introduce .solution-tab > .tab_btn li:nth-child(1):after {
  position: absolute;
  right: 0;
  width: 28px;
  height: 12px;
  right: -25%;
  top: 25px;
  content: "";
  background: url(../images/index/point1.png);
  background-size: 100% 100%;
}
.introduce .solution-tab > .tab_btn li:nth-child(2):after {
  position: absolute;
  right: 0;
  width: 28px;
  height: 12px;
  right: -25%;
  top: 25px;
  content: "";
  background: url(../images/index/point2.png);
  background-size: 100% 100%;
}
.introduce .solution-tab > .tab_btn li:nth-child(3):after {
  position: absolute;
  right: 0;
  width: 28px;
  height: 12px;
  right: -25%;
  top: 25px;
  content: "";
  background: url(../images/index/point3.png);
  background-size: 100% 100%;
}
.introduce .solution-tab h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
}
.introduce .solution-tab h3 + p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
.introduce .tab_item {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.introduce .content-box {
  padding: 60px 0;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.introduce .content-box .l-content-left {
  margin-right: 0px;
  width: calc((100% - 0px ) / 2 );
}
.introduce .content-box .l-content-right {
  width: calc((100% - 0px ) / 2 );
}
.introduce .content-box .solution-img-box {
  background: #e6f2ff;
  border-radius: 20px;
  overflow: hidden;
}
.introduce .content-box .solution-img-box img {
  display: inline-block;
  width: 100%;
}
.introduce .content-box .solution-info-box {
  animation: fadeIn 2s;
  /* 动画名称 持续时间 */
  padding-right: 50px;
}
.introduce .content-box .solution-info-box h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.introduce .content-box .solution-info-box h3 span {
  display: block;
}
.introduce .content-box .solution-info-box p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.introduce .content-box .solution-info-box p + p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.introduce .content-box .solution-info-box p span {
  color: #000;
  float: left;
}
.introduce .content-box .solution-info-box ul {
  margin-bottom: 30px;
}
.introduce .content-box .solution-info-box ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}
.introduce .content-box .solution-info-box ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #397ad3;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.introduce .content-box .solution-info-box div {
  margin-top: 20px;
}
@media (max-width: 978px) {
  .introduce {
    padding-bottom: 30px;
  }
  .introduce .l-container {
    max-width: 100%;
    padding: 0 15px;
  }
  .introduce .solution-tab {
    position: relative;
  }
  .introduce .solution-tab > .tab_btn {
    display: none;
  }
  .introduce .solution-tab h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 0px;
  }
  .introduce .solution-tab h3 + p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
  }
  .introduce .tab_item {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  .introduce .tab_item li {
    width: 100%;
    margin-top: -1px;
  }
  .introduce .tab_item li h3.active {
    color: #397ad3;
  }
  .introduce .tab_item h3.mb {
    width: 100%;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 45px;
    background: #fff;
    padding-left: 20px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .introduce .tab_item h3.mb span {
    float: left;
  }
  .introduce .tab_item h3.mb i {
    width: 24px;
    height: 24px;
    background-size: 100% 100% !important;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
  }
  .introduce .tab_item h3.mb .fold-icon {
    display: block !important;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 5px;
    background: url("../images/ifold.svg") center no-repeat !important;
    background-size: cover;
  }
  .introduce .content-box {
    padding: 0 20px 20px;
    display: none;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .introduce .content-box .l-content-left {
    margin-right: 60px;
    width: 100%;
    padding-top: 10px;
  }
  .introduce .content-box .l-content-right {
    width: 100%;
  }
  .introduce .content-box .solution-img-box img {
    display: inline-block;
    width: 100%;
  }
  .introduce .content-box .solution-info-box {
    padding-top: 10px;
    padding-right: 0;
  }
  .introduce .content-box .solution-info-box h3 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
  }
  .introduce .content-box .solution-info-box h3 span {
    display: block;
  }
  .introduce .content-box .solution-info-box p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .introduce .content-box .solution-info-box p span {
    color: #000;
    float: left;
  }
  .introduce .content-box .solution-info-box ul li {
    padding-left: 15px;
    position: relative;
  }
  .introduce .content-box .solution-info-box ul li p {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
  }
  .introduce .content-box .solution-info-box ul li:after {
    margin-top: -4px;
  }
  .introduce .content-box .solution-info-box div {
    margin-top: -5px;
    margin-bottom: 30px;
  }
  .introduce .l-body {
    background-color: #fff;
  }
}
.logo .l-container {
  max-width: 100%;
}
.logo .l-body {
  text-align: center;
}
.logo .l-body .img-box {
  display: inline-block;
  width: 100%;
}
.logo .l-body .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .logo .l-container {
    max-width: 100%;
  }
  .logo .l-body {
    padding-top: 0px;
    text-align: center;
  }
  .logo .l-body .img-box {
    display: inline-block;
    width: 100%;
  }
  .logo .l-body .img-box img {
    width: 100%;
  }
}
.gallerys {
  background: url(../images/index/section-bg.jpg) center center no-repeat;
  background-size: cover;
}
.gallerys .l-body {
  position: relative;
}
.gallerys .l-body .swiper-slide .card .title-box {
  background: #f7faff;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding-left: 78px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallerys .l-body .swiper-slide .card .title-box img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
}
.gallerys .l-body .swiper-slide .card .title-box h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.gallerys .l-body .swiper-slide .card .title-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.gallerys .l-body .swiper-slide .card .title-box .l-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #eaf7f6;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  color: #247474;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
}
.gallerys .l-body .swiper-slide .card .info-box {
  padding: 20px;
}
.gallerys .l-body .swiper-slide .card .info-box .t-box {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #d8d8d8;
}
.gallerys .l-body .swiper-slide .card .info-box .t-box p {
  width: 50%;
  overflow: hidden;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  min-height: 65px;
  width: 100%;
}
.gallerys .l-body .swiper-slide .card .info-box .t-box p span {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}
.gallerys .l-body .swiper-slide .card .info-box .b-box {
  padding: 20px 0 0 0;
}
.gallerys .l-body .swiper-slide .card .info-box .b-box img {
  width: 65px;
  margin-bottom: 11px;
}
.gallerys .l-body .swiper-slide .card .info-box .b-box p {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  min-height: 60px;
}
.gallerys .l-body .card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-right: 30px;
  float: left;
  width: calc( ( 100% - 34px ) / 2 );
  margin-bottom: 25px;
}
.gallerys .l-body .card:nth-child(even) {
  margin-right: 0;
}
.gallerys .swiper-pagination {
  bottom: -10px;
  z-index: 2;
  width: 100%;
}
.gallerys .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  border-radius: 3px;
  margin: 0 5px !important;
}
.gallerys .swiper-pagination-bullet-active {
  background: #a5a5a5;
  border-radius: 3px;
  width: 20px;
}
.gallerys .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -80px;
  background: #f7f8f9 url(../images/allow-left.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallerys .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
  background-size: 100% 100%;
}
.gallerys .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -80px;
  background: #f7f8f9 url(../images/allow-right.svg) center center no-repeat;
  transition: all 0.3s;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallerys .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .gallerys .l-body .swiper-button-prev {
    display: none;
  }
  .gallerys .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallerys .l-body .card {
    width: 100%;
    margin-right: 0;
  }
  .gallerys .btn-box {
    padding-top: 20px !important;
  }
  .gallerys .l-container {
    padding: 0 15px;
  }
  .gallerys .swiper-pagination {
    bottom: 65px;
  }
  .gallerys .l-body .swiper-slide .card .title-box {
    padding-bottom: 70px;
  }
  .gallerys .l-body .swiper-slide .card .title-box .l-tag {
    font-size: 12px;
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    padding: 3px 10px;
    top: auto;
  }
  .gallerys .l-body .swiper-slide .card .info-box {
    padding: 15px;
  }
  .gallerys .l-body .swiper-slide .card .info-box .t-box {
    display: block;
  }
  .gallerys .l-body .swiper-slide .card .info-box .t-box p {
    min-height: 0;
    font-size: 12px;
    width: 100%;
  }
  .gallerys .l-body .swiper-slide .card .info-box .t-box p span {
    font-size: 12px;
  }
  .gallerys .l-body .swiper-slide .card .info-box .t-box p + p {
    padding-top: 10px;
  }
  .gallerys .l-body .swiper-slide .card .info-box .b-box {
    padding-top: 15px;
  }
}
.industry {
  padding-bottom: 100px;
}
.industry .l-body {
  position: relative;
}
.industry .l-body .swiper-container {
  padding: 20px;
}
.industry .l-body .card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: 30px;
  width: calc( ( 100% - 114px ) / 2 );
  float: left;
  margin-bottom: 30px;
  padding: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.industry .l-body .card:hover {
  box-shadow: 0px 0px 10px 10px #e5eef8;
}
.industry .l-body .card:nth-child(even) {
  margin-right: 0;
}
.industry .l-body .card h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.industry .l-body .card h3 span {
  border-radius: 4px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 3px;
}
.industry .l-body .card p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.industry .l-body .card p img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -5px;
}
.industry .l-body .card p img:nth-child(2) {
  margin-left: 20px;
}
.industry .l-body .card .info-box {
  border-top: 0.5px solid #d8d8d8;
  padding-top: 20px;
  margin-top: 20px;
}
.industry .l-body .card .info-box h3 {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.industry .l-body .card .info-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  /* 溢出部分进行隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 盒模型元素从顶部向底部垂直排列子元素 */
  -webkit-line-clamp: 6;
  /* 显示两行 */
  text-overflow: ellipsis;
  min-height: 120px;
  max-height: 120px;
}
.industry .l-body.active {
  display: block;
}
.industry .swiper-pagination {
  bottom: -10px;
  z-index: 2;
  width: 100%;
}
.industry .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  border-radius: 3px;
  margin: 0 5px !important;
}
.industry .swiper-pagination-bullet-active {
  background: #a5a5a5;
  border-radius: 3px;
  width: 20px;
}
.industry .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -80px;
  background: #f7f8f9 url(../images/allow-left.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.industry .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
  background-size: 100% 100%;
}
.industry .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -80px;
  background: #f7f8f9 url(../images/allow-right.svg) center center no-repeat;
  transition: all 0.3s;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.industry .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .industry .l-body .swiper-button-prev {
    display: none;
  }
  .industry .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .industry .l-body .swiper-container {
    padding: 0;
  }
  .industry {
    padding-bottom: 20px;
  }
  .industry .l-body {
    padding-left: 0;
    position: relative;
  }
  .industry .l-body .card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 20px;
    width: calc( ( 100% - 250px ) / 4 );
    float: left;
    margin-bottom: 30px;
    padding: 20px;
  }
  .industry .l-body .card:nth-child(even) {
    margin-right: 20px;
  }
  .industry .l-body .card:last-child {
    margin-right: 0px;
  }
  .industry .l-body .card h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .industry .l-body .card h3 span {
    border-radius: 4px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 3px;
  }
  .industry .l-body .card p {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .industry .l-body .card .info-box {
    border-top: 0.5px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
  }
  .industry .l-body .card .info-box h3 {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .industry .l-body .card .info-box p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    /* 溢出部分进行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 盒模型元素从顶部向底部垂直排列子元素 */
    -webkit-line-clamp: 5;
    /* 显示两行 */
    text-overflow: ellipsis;
    min-height: 100px;
    max-height: 100px;
  }
  .industry .l-body .swiper-wrapper {
    overflow: auto;
  }
  .industry .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .industry .l-body .swiper-slide {
    width: 1250px;
  }
  .industry .swiper-pagination {
    bottom: -40px;
    z-index: 2;
    width: 100%;
    display: none;
  }
  .industry .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    border-radius: 3px;
    margin: 0 5px !important;
  }
  .industry .swiper-pagination-bullet-active {
    background: #a5a5a5;
    border-radius: 3px;
    width: 20px;
  }
  .industry .l-body .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 41%;
    top: auto;
    bottom: -49px;
    background: #f7f8f9 url(../images/allow-left.svg) center center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    border-radius: 50%;
    box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
    display: none;
  }
  .industry .l-body .swiper-button-prev:hover {
    background: url(../images/allow-left-h.svg);
    background-size: 100% 100%;
  }
  .industry .l-body .swiper-button-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -49px;
    right: 41%;
    background: #f7f8f9 url(../images/allow-right.svg) center center no-repeat;
    transition: all 0.3s;
    background-size: 100% 100%;
    border-radius: 50%;
    box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
    display: none;
  }
  .industry .l-body .swiper-button-next:hover {
    background: url(../images/allow-right-h.svg);
    background-size: 100% 100%;
  }
}
.l-tag {
  background: rgba(204, 127, 255, 0.15);
  border-radius: 4px;
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  color: #6f16a8;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 3px;
}
.l-tag.tag-01 {
  background: #d8e8ff;
  color: #1650a8;
}
.l-tag.tag-02 {
  background: #f5ecff;
  color: #6f16a8;
}
.l-tag.tag-03 {
  background: #f6ebfe;
  color: #6f16a8;
}
.l-tag.tag-04 {
  background: #eaf7f6;
  color: #247474;
}
.l-tag.tag-05 {
  background: #d6ffe4;
  color: #25a24d;
}
.l-tag.tag-06 {
  background: #d5fdf5;
  color: #13b5a4;
}
.l-tag.tag-07 {
  background: #ffeec7;
  color: #d36720;
}
.l-tag.tag-08 {
  background: #ebebeb;
  color: #333333;
}
.l-tag.tag-09 {
  background: #d7e8ff;
  color: #257cff;
}
.l-tag.tag-10 {
  background: #ecf2ff;
  color: #3672d7;
}
.l-tag.tag-11 {
  background: #e0f5f1;
  color: #256d65;
}
.l-tag.tag-12 {
  background: #ecedff;
  color: #3c36d7;
}
.l-tag.tag-13 {
  background: #ffecec;
  color: #d73636;
}
.l-tag.tag-14 {
  background: #ffe9dd;
  color: #ec7a1b;
}
.gallerys .tab_item li {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background: transparent;
  border-radius: 24px;
  overflow-x: hidden;
}
.gallerys .tab_item li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 200px;
  z-index: 9;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.gallerys .tab_item li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 200px;
  background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.gallerys .tab_item li::-webkit-scrollbar {
  display: none;
}
.gallerys .tab_item li > div {
  width: 100%;
}
.gallerys .tab_item li > div {
  width: 280%;
  margin-bottom: 0;
  -webkit-animation: scroll 50s linear infinite;
  -moz-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.gallerys .tab_item li:nth-child(2) > div {
  width: 280%;
  margin-bottom: 0;
  -webkit-animation: scrollx 50s linear infinite;
  -moz-animation: scrollx 50s linear infinite;
  animation: scrollx 50s linear infinite;
}
@media (min-width: 1540px) {
  .gallerys .tab_item li > div {
    width: 240%;
    margin-bottom: 0;
    -webkit-animation: scroll 50s linear infinite;
    -moz-animation: scroll 50s linear infinite;
    animation: scroll 50s linear infinite;
  }
  .gallerys .tab_item li:nth-child(2) > div {
    width: 240%;
    margin-bottom: 0;
    -webkit-animation: scrollx 50s linear infinite;
    -moz-animation: scrollx 50s linear infinite;
    animation: scrollx 50s linear infinite;
  }
}
.gallerys .tab_item li.active {
  display: block;
}
.gallerys .tab_item li > div:hover {
  animation-play-state: paused;
}
.gallerys .tab_item li > div .upgrade-box {
  width: 50%;
}
.gallerys .tab_item li > div .upgrade-box div {
  width: calc((100% - 160px) / 8);
  margin-right: 20px;
}
.gallerys .tab_item li .upgrade-box {
  width: 100%;
  margin-bottom: 0 !important;
}
.gallerys .tab_item li .upgrade-box > div {
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 90px;
  padding-left: 70px;
}
.gallerys .tab_item li div {
  float: left;
  font-size: 0;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
  position: relative;
}
.gallerys .tab_item li div img {
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 22px;
}
.gallerys .tab_item li div h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
}
.gallerys .tab_item li div h3 span {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  float: right;
}
.gallerys .tab_item li div p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 978px) {
  .gallerys .tab_item li {
    border-radius: 0;
    margin-bottom: 20px;
  }
  .gallerys .tab_item li div {
    margin-bottom: 10px;
  }
  .gallerys .tab_item li .upgrade-box > div {
    padding: 20px;
    padding-left: 80px;
    height: 100px;
    margin-bottom: 0px;
  }
  .gallerys .tab_item li:nth-child(2) {
    margin-bottom: 10px;
  }
  .gallerys .tab_item li div img {
    width: 40px;
  }
  .gallerys .tab_item li div h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .gallerys .tab_item li > div {
    width: 900%;
  }
  .gallerys .tab_item li div p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .gallerys .tab_item li > div .upgrade-box div {
    width: calc((100% - 160px) / 8);
  }
  .gallerys .tab_item li:nth-child(2) > div {
    width: 700%;
  }
  .gallerys .tab_item li:before,
  .gallerys .tab_item li::after {
    display: none;
  }
}
.l-body .btn-box {
  text-align: center;
  padding-top: 20px;
}
.l-body .btn-box a {
  float: none;
  padding-right: 40px;
  height: 40px;
  line-height: 38px;
  background: transparent;
}
@media (max-width: 978px) {
  .l-body .btn-box {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .l-body .btn-box a {
    float: none;
    padding-right: 40px;
    height: 40px;
    line-height: 38px;
    background: transparent;
  }
}
