.banner {
  position: relative;
  margin-bottom: 0px;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner-text {
  position: absolute;
  top: 36%;
  left: 13%;
  width: 700px;
}

.banner-text>p:nth-of-type(1) {
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 600;
}

.banner-text>p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 23px;
  line-height: 35px;
  color: #FFFFFF;
}

/*经典案例*/
.case-container {
  padding-bottom: 50px;
}

.case-container .tab-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.case-container .tab-cate {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 14px 7px 0;
}

.tab-cate .cate-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 0 7px;
}

.tab-cate .cate-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-top: 16px;
  padding: 7px 12px;
  border: 1px solid #EFEFEF;
  color: #666666;
  background-color: #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
}

.tab-cate .cate-item img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  object-fit: fill;
}

.tab-cate .cate-item.activity {
  border: 1px solid #7CBC26;
  color: #FFFFFF;
  background-color: #7CBC26;
}

.case-option {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #7CBC26;
}

.case-container .nav-item:hover .nav-link.active {
  color: #ffffff;
}

.nav-pills .nav-link {
  border-radius: 0;
  font-size: 16px;
  color: #000000;
  width: 100%;
  height: 44px;
  text-align: center;
}

.nav-pills .nav-item {
  box-sizing: border-box;
  width: 25%;
}

.case-container {
  color: #333333;
}

.case-container .nav-item:hover .nav-link {
  color: #7CBC26;
}

.industryInformation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 42px;
  padding-top: 36px;
}

.industryInformation-box .industryInformation-item:nth-of-type(1) {
  margin-right: 34px;
}

.industryInformation-item {
  width: 684px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 15px;
}

.industryInformation-item>img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}

.industryInformation-item:hover {
  box-shadow: -4px 4px 30px 9px rgba(176, 178, 183, 0.15);
}

.industryInformation-item:hover .industryInformation-item-text img:nth-of-type(2) {
  display: inline-block;
}

.industryInformation-item:hover .industryInformation-item-text img:nth-of-type(1) {
  display: none;
}

.industryInformation-item:hover .industryInformation-item-text>p:nth-of-type(1) {
  color: #7CBC26;
}

.industryInformation-item-text {
  height: 160px;
  margin-left: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
.industryInformation-item-text .cate-time{
  position: absolute;
  font-size: 12px;
  width: 100%;
  color:#999999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  bottom: 0;
}
.industryInformation-item-text img:nth-of-type(2) {
  display: none;
}

.industryInformation-item-text img {
  float: right;
  height: 16px;
  margin-left: auto;
}

.industryInformation-item-text>p:nth-of-type(1) {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industryInformation-item-text>p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .pagination>.page-item {
    margin-right: 9px;
    border-radius: 6px;
  }

  .pagination>.page-item>.page-link {
    border-radius: 6px;
    padding: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
    font-weight: 400;
  }

  .pagination>.page-item>.page-link:focus {
    border-color: #7CBC26;
    box-shadow: none;
    background-color: white;
    color: #7CBC26;
  } */

@media(max-width:1710px) {
  .industryInformation-item-text>p:nth-of-type(2) {
    margin-top: 10px;
  }
  .banner-text {
    top: 35%;
    left: 12%;
    width: 580px;
}
    .banner-text>p:nth-of-type(1) {
    font-size: 48px;
  }

  .banner-text>p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media(max-width:1440px) {
  .industryInformation-item-text>p:nth-of-type(2) {
    margin-top: 10px;
  }
  .banner-text {
    top: 35%;
    left: 10%;
    width: 530px;
}
    .banner-text>p:nth-of-type(1) {
    font-size: 46px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }
}

@media(max-width:1200px) {
  .banner-text {
    top: 38%;
    left: 8%;
    width: 460px;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 30px;
  }

  .banner-text>p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media(max-width:1024px) {
  .industryInformation-box {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .industryInformation-box .industryInformation-item:nth-of-type(1) {
    margin-right: 0;
  }
  .banner-text {
    top: 45%;
    left: 5%;
    width: 360px;
}
    .banner-text>p:nth-of-type(1) {
    font-size: 20px;
  }

  .banner-text>p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media(max-width:768px) {

  .banner-text {
    top: 40%;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 48px;
  }

  .banner-text>p {
    text-align: center;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 24px;
  }

  .banner-text>p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
    .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 240px;
    margin-bottom: 0px;
  }

  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 240px;
  }

  .case-container .nav-pills .nav-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .case-container .nav-pills .nav-item .nav-link {
    /* padding:5px 12px; */
    width: auto;
    font-size: 15px;
    height: 40px;
  }

  .case-container .case-option {
    /* height: 40px; */
    height: 100%;
    width: auto;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    /* overflow: scroll; */
    overflow-y: hidden;
    align-items: start;
    transform: translateY(0px);
  }

  .online-solution-box {
    padding: 0 12px;
  }

  .case-container .case-option .nav-item {
    height: 100%;
    margin-top: -10px;
    margin: 0;
    padding: 0;
  }

  .case-container .case-option .nav-item .nav-link {
    width: 100%;
    height: 100%;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    line-height: 30px;
  }

  .tab-content .tab-pane {
    width: 100%;
    margin-top: 16px;
  }
  .tab-cate .cate-content {
  padding: 0 4px;
}
.tab-cate .cate-item {
  margin-top: 8px;
  padding: 4px 8px;
  font-size: 13px;
}

  .industryInformation-container {
    width: 100%;
  }

  .industryInformation-box {
    width: 100%;
    flex-direction: column;
    border-bottom: 0;
    padding: 0;
  }

  .industryInformation-item {
    height: 124px;
    width: 100%;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .industryInformation-item>img {
    width: 150px;
    height: 100px;
    flex: none;
  }

  .industryInformation-item-text {
      height: 100px;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-sizing: border-box;
    flex: 1;
      position: relative;
  }

  .industryInformation-box .industryInformation-item:nth-of-type(1) {
    margin-right: 0;
  }
.industryInformation-item-text .cate-time{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 12px;
    color:#999999;
    bottom: 0;
}
  .industryInformation-item-text>p:nth-of-type(1) {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .industryInformation-item-text>p:nth-of-type(2) {
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
      -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
  }

  .pagination>.page-item>.page-link {
    width: 24px;
    height: 24px;
  }

  .industryInformation-container>div:last-child {
    justify-content: center !important;
  }

  .industryInformation-item:hover {
    box-shadow: none;
  }

  .industryInformation-item:hover .industryInformation-item-text img:nth-of-type(2) {
    display: none;
  }

  .industryInformation-item:hover .industryInformation-item-text img:nth-of-type(1) {
    display: inline-block;
  }

  .industryInformation-item:hover .industryInformation-item-text>p:nth-of-type(1) {
    color: #333333;
  }
}