.l-title h2:after {
  display: none;
}
.l-title p {
  margin-top: 10px;
}
.banner {
  background: url(../images/mentors/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 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;
  margin-bottom: 40px;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    position: relative;
    background: url(../images/mentors/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;
  }
}
.system {
  background: url(../images/mentors/system-bg.jpg) center center no-repeat;
  background-size: cover;
}
.system .l-body ul li {
  float: left;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #e5eef8;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc( ( 100% - 60px ) / 4 );
  text-align: center;
  padding: 25px 0;
  transition: all 0.3s;
  cursor: pointer;
}
.system .l-body ul li:hover {
  box-shadow: 0px 0px 10px 10px #e5eef8;
}
.system .l-body ul li img {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-bottom: 10px;
}
.system .l-body ul li h3 {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}
.system .l-body ul li:nth-child(n + 4) {
  margin-bottom: 0;
}
.system .l-body ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 978px) {
  .system {
    background: url(../images/mentors/system-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .system .l-body ul li {
    float: left;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px 0px #e5eef8;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc( ( 100% - 10px ) / 2 );
    text-align: center;
    padding: 20px;
  }
  .system .l-body ul li img {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .system .l-body ul li h3 {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
  }
  .system .l-body ul li:nth-child(n + 4) {
    margin-bottom: 10px;
  }
  .system .l-body ul li:nth-child(n + 6) {
    margin-bottom: 0px;
  }
  .system .l-body ul li:nth-child(4n) {
    margin-right: 10px;
  }
  .system .l-body ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
.module {
  background: url(../images/mentors/module-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.module .l-body {
  text-align: center;
  padding-top: 30px;
}
.module .l-body .img-box {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  position: relative;
}
.module .l-body img {
  width: 100%;
}
.module .l-body .l-tag {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%) translateY(5px);
}
.module .l-body .l-tag.tag-01 {
  top: 0;
  left: 50%;
  -webkit-animation: water 3s linear infinite;
  animation: water 3s linear infinite;
}
.module .l-body .l-tag.tag-02 {
  top: 3%;
  left: 35%;
  -webkit-animation: waterl 3s 1s linear infinite;
  animation: waterl 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-03 {
  top: 22%;
  left: 81%;
  -webkit-animation: water 3s linear infinite;
  animation: water 3s linear infinite;
}
.module .l-body .l-tag.tag-04 {
  top: 16%;
  left: 21%;
  -webkit-animation: waterr 3s 1s linear infinite;
  animation: waterr 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-05 {
  top: 42%;
  left: 11%;
  -webkit-animation: water 3s linear infinite;
  animation: water 3s linear infinite;
}
.module .l-body .l-tag.tag-06 {
  top: 10%;
  left: 66%;
  -webkit-animation: waterl 3s 1s linear infinite;
  animation: waterl 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-07 {
  top: 54%;
  left: 90%;
  -webkit-animation: water 3s 1s linear infinite;
  animation: water 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-08 {
  top: 42%;
  left: 26%;
  -webkit-animation: waterr 3s linear infinite;
  animation: waterr 3s linear infinite;
}
.module .l-body .l-tag.tag-09 {
  top: 25%;
  left: 46%;
  -webkit-animation: water 3s 1s linear infinite;
  animation: water 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-10 {
  top: 32%;
  left: 65%;
  -webkit-animation: waterl 3s linear infinite;
  animation: waterl 3s linear infinite;
}
.module .l-body .l-tag.tag-11 {
  top: 49%;
  left: 51%;
  -webkit-animation: water 3s 1s linear infinite;
  animation: water 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-12 {
  top: 46%;
  left: 73%;
  -webkit-animation: waterr 3s linear infinite;
  animation: waterr 3s linear infinite;
}
.module .l-body .l-tag.tag-13 {
  top: 25%;
  left: 34%;
  -webkit-animation: water 3s 1s linear infinite;
  animation: water 3s 1s linear infinite;
}
.module .l-body .l-tag.tag-14 {
  top: 44%;
  left: 38%;
  -webkit-animation: waterl 3s linear infinite;
  animation: waterl 3s linear infinite;
}
@keyframes water {
  0% {
    transform: translateX(-50%) translateY(5px);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}
@-moz-keyframes water {
  0% {
    transform: translateX(-50%) translateY(5px);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}
@-webkit-keyframes water {
  0% {
    transform: translateX(-50%) translateY(5px);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}
@-o-keyframes water {
  0% {
    transform: translateX(-50%) translateY(5px);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}
@keyframes waterl {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-55%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@-moz-keyframes waterl {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-55%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes waterl {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-55%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@-o-keyframes waterl {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-55%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes waterr {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-45%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@-moz-keyframes waterr {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-45%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes waterr {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-45%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@-o-keyframes waterr {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-45%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.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;
}
@media (max-width: 978px) {
  .module {
    background: url(../images/mentors/module-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }
  .module .l-body {
    text-align: center;
    padding-top: 0px;
  }
  .module .l-body .img-box {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    margin-top: -20px;
    position: relative;
  }
  .module .l-body img {
    width: 100%;
  }
}
.evaluation {
  background: url(../images/mentors/evaluation-bg.jpg) center center no-repeat;
  background-size: cover;
}
.evaluation .l-body {
  display: flex;
}
.evaluation .l-body .l-content-l {
  width: calc( 100% - 380px );
  display: flex;
  align-items: center;
}
.evaluation .l-body .l-content-l .info-box {
  animation: fadeIn 2s initial;
  /* 动画名称 持续时间 */
}
.evaluation .l-body .l-content-l h3 {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 20px;
}
.evaluation .l-body .l-content-l p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 560px;
}
.evaluation .l-body .l-content-l p + p {
  font-size: 20px;
  line-height: 30px;
}
.evaluation .l-body .l-content-l.mb {
  display: none;
}
.evaluation .l-body .l-content-r {
  width: 380px;
  background: url(../images/mentors/evaluation-img.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  border-radius: 22px;
}
.evaluation .l-body .l-content-r ul {
  position: relative;
}
.evaluation .l-body .l-content-r ul:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 15px;
  border-left: 2px dashed #ddd;
}
.evaluation .l-body .l-content-r ul li {
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  cursor: pointer;
}
.evaluation .l-body .l-content-r ul li h3 {
  height: 30px;
  transition: all 0.3s;
  font-size: 16px;
  color: #384b5e;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.evaluation .l-body .l-content-r ul li h3 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 24px;
  background-size: 100% 100% !important;
  vertical-align: middle;
  margin-top: -2px;
  transition: all 0.3s;
}
.evaluation .l-body .l-content-r ul li:nth-child(1).active h3 span {
  background: url(../images/mentors/职业规划评估选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(2).active h3 span {
  background: url(../images/mentors/通用面试辅导选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(3).active h3 span {
  background: url(../images/mentors/技术笔面试培训选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(4).active h3 span {
  background: url(../images/mentors/行业知识普及选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(5).active h3 span {
  background: url(../images/mentors/offer建议指导选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(6).active h3 span {
  background: url(../images/mentors/学习成长计划选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(7).active h3 span {
  background: url(../images/mentors/专业面试复盘选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(8).active h3 span {
  background: url(../images/mentors/专业面试模拟选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li:nth-child(9).active h3 span {
  background: url(../images/mentors/项目经验梳理选中.png) center center no-repeat !important;
  background-size: 100% 100% !important;
}
.evaluation .l-body .l-content-r ul li.active h3 {
  font-size: 20px;
  height: 30px;
  color: #1e79da;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
}
.evaluation .l-body .l-content-r ul li.active h3 span {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: -5px;
  margin-top: -4px;
}
@media (max-width: 978px) {
  .evaluation {
    background: #161b42;
  }
  .evaluation .l-body {
    display: block;
  }
  .evaluation .l-body .l-content-l {
    width: 100%;
    display: block;
    align-items: center;
    padding-top: 20px;
  }
  .evaluation .l-body .l-content-l h3 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .evaluation .l-body .l-content-l p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 560px;
  }
  .evaluation .l-body .l-content-l p + p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
  }
  .evaluation .l-body .l-content-r {
    width: 100%;
    background: url(../images/mentors/evaluation-img.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    border-radius: 22px;
  }
  .evaluation .l-body .l-content-r ul li {
    padding-bottom: 25px;
  }
  .evaluation .l-body .l-content-r ul li h3 {
    font-size: 14px;
    color: #384b5e;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .evaluation .l-body .l-content-r ul li h3 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: red;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -2px;
  }
}
.industry {
  padding-bottom: 100px;
  position: relative;
}
.industry .l-body {
  padding-left: 210px;
  padding-top: 20px;
  position: relative;
}
.industry .l-body .industry-nav {
  width: 200px;
  position: absolute;
  left: 0;
  top: 20px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 10px;
}
.industry .l-body .industry-nav h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 10px;
}
.industry .l-body .industry-nav h3 img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
}
.industry .l-body .industry-nav ul li h3 {
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 4px;
}
.industry .l-body .industry-nav ul li h3 span {
  float: right;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.3s;
}
.industry .l-body .industry-nav ul li.active h3 {
  background-image: linear-gradient(90deg, #397ad3 0%, #397ad3 100%) !important;
  border-radius: 4px;
  color: #fff;
}
.industry .l-body .industry-nav ul li.active h3 span {
  color: #fff;
}
.industry .l-body .industry-nav ul li:hover h3 {
  background: rgba(0, 0, 0, 0.1);
}
.industry .l-body .industry-nav.in-fixed {
  position: fixed;
  top: 70px;
  z-index: 999;
}
.industry .l-body .industry-nav.in-fixed-s {
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 0;
}
.industry .l-body .industry-content {
  position: relative;
}
.industry .l-body .industry-content .swiper-container {
  padding: 20px;
  margin-top: -20px;
}
.industry .l-body .industry-content .industry-item {
  display: none;
}
.industry .l-body .industry-content .industry-item .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 .industry-content .industry-item .card:hover {
  box-shadow: 0px 0px 10px 10px #e5eef8;
}
.industry .l-body .industry-content .industry-item .card:nth-child(even) {
  margin-right: 0;
}
.industry .l-body .industry-content .industry-item .card h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.industry .l-body .industry-content .industry-item .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 .industry-content .industry-item .card p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.industry .l-body .industry-content .industry-item .card p img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -5px;
}
.industry .l-body .industry-content .industry-item .card p img:nth-child(2) {
  margin-left: 20px;
}
.industry .l-body .industry-content .industry-item .card .info-box {
  border-top: 0.5px solid #d8d8d8;
  padding-top: 20px;
  margin-top: 20px;
}
.industry .l-body .industry-content .industry-item .card .info-box h3 {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.industry .l-body .industry-content .industry-item .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 .industry-content .industry-item.active {
  display: block;
}
.industry .swiper-pagination {
  bottom: -40px;
  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: 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%;
}
.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%;
}
.industry .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .industry .l-body .industry-content .swiper-container {
    padding: 0;
  }
  .industry {
    padding-bottom: 0px;
  }
  .industry .l-body {
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }
  .industry .l-body .industry-nav {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    background: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 0px 0px 30px;
  }
  .industry .l-body .industry-nav > h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    display: none;
  }
  .industry .l-body .industry-nav ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .industry .l-body .industry-nav ul li h3 {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    transition: all 0.3s;
    background: #f7f8f9;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 4px;
  }
  .industry .l-body .industry-nav ul li h3 span {
    float: right;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    transition: all 0.3s;
    display: none;
  }
  .industry .l-body .industry-nav ul li.active h3 {
    border-radius: 4px;
    color: #fff;
  }
  .industry .l-body .industry-nav ul li.active h3 span {
    color: #fff;
  }
  .industry .l-body .industry-nav ul li:hover h3 {
    background: rgba(0, 0, 0, 0.1);
  }
  .industry .l-body .industry-nav.in-fixed {
    position: fixed;
    top: 70px;
  }
  .industry .l-body .industry-content {
    position: relative;
  }
  .industry .l-body .industry-content .industry-item {
    display: none;
  }
  .industry .l-body .industry-content .industry-item .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% - 375px ) / 6 );
    float: left;
    margin-bottom: 30px;
    padding: 20px;
  }
  .industry .l-body .industry-content .industry-item .card:nth-child(even) {
    margin-right: 20px;
  }
  .industry .l-body .industry-content .industry-item .card h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .industry .l-body .industry-content .industry-item .card h3 span {
    background: rgba(204, 127, 255, 0.15);
    border-radius: 4px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    color: #6f16a8;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 3px;
  }
  .industry .l-body .industry-content .industry-item .card p {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .industry .l-body .industry-content .industry-item .card .info-box {
    border-top: 0.5px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
  }
  .industry .l-body .industry-content .industry-item .card .info-box h3 {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .industry .l-body .industry-content .industry-item .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 .industry-content .industry-item.active {
    display: block;
  }
  .industry .l-body .swiper-wrapper {
    overflow: auto;
  }
  .industry .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .industry .l-body .swiper-slide {
    width: 1535px;
  }
  .industry .l-body .swiper-slide .card {
    height: 250px;
  }
  .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%;
  }
}
