﻿.industryTit {
  padding-top: 72px;
}
.industryTit p {
  font-size: 28px;
  letter-spacing: 1px;
  color: #222;
}
.industryTit .tips {
  margin-top: 8px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
}

.industryHideline {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}

.industryBlock .w1400 {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  padding-top: 0 !important;
}
.industryBlock .w1400 .img {
  width: 45.7142857143%;
  height: 384px;
  font-size: 0;
}
.industryBlock .w1400 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industryBlock .w1400 .text {
  display: flex;
  flex-direction: column;
  padding-top: 21px;
  width: 48.5714285714%;
}
.industryBlock .w1400 .text span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #58b84f;
}
.industryBlock .w1400 .text .tit {
  margin-top: 24px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #222;
}
.industryBlock .w1400 .text .tips {
  margin-top: 18px;
  padding-bottom: 39px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
}
.industryBlock .w1400 .text .down {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #1794cb;
}
.industryBlock .w1400 .text .down img {
  margin-right: 14px;
}
.industryBlock .w1400 .text .down i {
  font-style: normal;
}

.industryBlock2 {
  width: 100%;
  min-height: 56px;
}
.industryBlock2 .flexd {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-height: 56px;
  background-color: #eef7fd;
  border-bottom: 1px solid #cccccc;
}
.industryBlock2 .flexd .w1400 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.industryBlock2 .flexd .w1400 a {
  position: relative;
  margin-right: 52px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #555;
}
.industryBlock2 .flexd .w1400 a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1794cb;
}
.industryBlock2 .flexd .w1400 .on {
  color: #1794cb;
}
.industryBlock2 .flexd .w1400 .on::after {
  width: 100%;
}

.industryList .blockClick:nth-child(even) {
  background: #f5f6f9;
}

.industryBlock3 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-bottom: 80px;
}
.industryBlock3 .w1400 .content .list {
  width: 30%;
  margin-left: 5%;
}
.industryBlock3 .w1400 .content .list p {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
  padding: 21px 0;
  cursor: pointer;
}
.industryBlock3 .w1400 .content .list p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 0;
}
.industryBlock3 .w1400 .content .list .text {
  height: 0;
  overflow: hidden;
}
.industryBlock3 .w1400 .content .list .text a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #555;
}
.industryBlock3 .w1400 .content .list .text a:first-child {
  margin-top: 10px;
}
.industryBlock3 .w1400 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.industryBlock4 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 90px;
}
.industryBlock4 .w1400 .content .list {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 46px;
  margin-left: 6.0714285714%;
  width: 29.2857142857%;
}
.industryBlock4 .w1400 .content .list .img {
  width: 100px;
  height: 100px;
  font-size: 0;
}
.industryBlock4 .w1400 .content .list .tit {
  margin-left: 26px;
  width: calc(100% - 126px);
  font-size: 18px;
  line-height: 32px;
  color: #222;
  padding-top: 8px;
}
.industryBlock4 .w1400 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.industryBlock5 .w1400 {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.industryBlock5 .w1400 .text {
  padding-top: 17px;
  width: 50%;
  padding-right: 20px;
}
.industryBlock5 .w1400 .text .tit {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #222;
}
.industryBlock5 .w1400 .text .tips {
  overflow-y: auto;
  height: 180px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
}
.industryBlock5 .w1400 .text .link {
  display: flex;
  align-items: center;
  margin-top: 55px;
  padding: 0 24px;
  width: 150px;
  height: 46px;
  border: 1px solid #1794cb;
  font-size: 16px;
  line-height: 45px;
  color: #1794cb;
}
.industryBlock5 .w1400 .text .link img {
  margin-right: 12px;
}
.industryBlock5 .w1400 .img {
  width: 45.7142857143%;
  font-size: 0;
}

.industryBlock6 .w1400 {
  padding-bottom: 46px;
}
.industryBlock6 .w1400 .industryBlock6Swiper {
  margin-top: 54px;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-wrapper .swiper-slide .img {
  font-size: 0;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-wrapper .swiper-slide p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-pagination {
  position: initial;
  margin-top: 44px;
  font-size: 0;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-pagination span {
  margin: 0 5px;
  border-radius: 0;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  opacity: 1;
}
.industryBlock6 .w1400 .industryBlock6Swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: #1794cb;
}

.industryBlock7 .w1400 {
  padding-bottom: 80px;
}
.industryBlock7 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.industryBlock7 .w1400 .content .list {
  width: calc((100% - 60px) / 2);
  margin-top: 26px;
}
.industryBlock7 .w1400 .content .list p {
  margin-bottom: 17px;
  font-size: 18px;
  color: #555;
}
.industryBlock7 .w1400 .content .list .img {
  font-size: 0;
}

.industryBlock8 .w1400 {
  padding-bottom: 80px;
}
.industryBlock8 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
}
.industryBlock8 .w1400 .content .list {
  width: calc((100% - 140px) / 3);
  position: relative;
  padding: 26px 0;
  padding-left: 45px;
  margin-left: 70px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.industryBlock8 .w1400 .content .list span {
  position: absolute;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1794cb;
  transform: translateY(9px);
}
.industryBlock8 .w1400 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.industryBlock9 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
  padding-bottom: 100px;
}
.industryBlock9 .w1400 .content .list {
  width: calc((100% - 120px) / 3);
  margin-left: 60px;
}
.industryBlock9 .w1400 .content .list .img {
  font-size: 0;
  margin-bottom: 26px;
}
.industryBlock9 .w1400 .content .list .img img {
  width: 100%;
}
.industryBlock9 .w1400 .content .list p {
  font-size: 18px;
  color: #555;
}
.industryBlock9 .w1400 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

@media (max-width: 996px) {
  .industryTit {
    padding-top: 50px;
  }
  .industryBlock .w1400 {
    flex-direction: column;
    padding: 40px 0;
  }
  .industryBlock .w1400 .img {
    width: 100%;
    height: auto;
  }
  .industryBlock .w1400 .text {
    width: 100%;
  }
  .industryBlock .w1400 .text .tit {
    font-size: 20px;
    margin-top: 0px;
  }
  .industryBlock .w1400 .text .tips {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .industryBlock .w1400 .text .down {
    margin-top: 0;
  }
  .industryBlock2 .flexd .w1400 a {
    margin-right: 20px;
  }
  .industryBlock2 .flexd .w1400 a:last-child {
    margin-right: 0;
  }
  .industryBlock3 .w1400 .content {
    margin-top: 15px;
    padding-bottom: 40px;
  }
  .industryBlock3 .w1400 .content .list {
    width: 100%;
    margin-left: 0;
  }
  .industryBlock3 .w1400 .content .list p {
    padding: 14px 0;
  }
  .industryBlock4 .w1400 .content {
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .industryBlock4 .w1400 .content .list {
    width: calc((100% - 30px) / 2);
    margin: 0;
    margin-top: 20px;
  }
  .industryBlock5 .w1400 {
    flex-direction: column;
    padding: 40px 0;
  }
  .industryBlock5 .w1400 .text {
    width: 100%;
    padding: 0;
  }
  .industryBlock5 .w1400 .text .tips {
    height: auto;
  }
  .industryBlock5 .w1400 .text .link {
    margin-top: 30px;
  }
  .industryBlock5 .w1400 .img {
    width: 100%;
    margin-top: 30px;
  }
  .industryBlock5 .w1400 .img img {
    width: 100%;
  }
  .industryBlock6 .w1400 .industryBlock6Swiper {
    margin-top: 20px;
  }
  .industryBlock7 .w1400 {
    padding-bottom: 40px;
  }
  .industryBlock7 .w1400 .content .list {
    width: 100%;
  }
  .industryBlock8 .w1400 {
    padding-bottom: 40px;
  }
  .industryBlock8 .w1400 .content .list {
    width: 100%;
    margin-left: 0;
  }
  .industryBlock9 .w1400 .content {
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .industryBlock9 .w1400 .content .list {
    width: calc((100% - 60px) / 2);
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .industryBlock .w1400 .text {
    padding-top: 50px;
  }
  .industryBlock .w1400 .text .tit {
    margin-top: 14px;
    margin-top: 13px;
  }
  .industryBlock .w1400 .text .tips {
    margin-top: 12px;
    padding-bottom: 44px;
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  .industryBlock .w1400 .text .down {
    font-size: 12px;
  }
  .industryBlock .w1400 .text .down img {
    width: 11px;
  }
  .industryBlock4 .w1400 .content .list {
    width: 100%;
  }
  .industryBlock9 .w1400 .content .list {
    width: 100%;
  }
  .industryBlock9 .w1400 .content .list p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .industryTit p {
    font-size: 19px;
  }
  .industryTit .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .industryBlock2 .flexd .w1400 a {
    margin-right: 10px;
    font-size: 14px;
  }
  .industryBlock3 .w1400 .content .list p {
    font-size: 13px;
  }
  .industryBlock3 .w1400 .content .list .text a {
    padding: 14px 0;
    font-size: 13px;
  }
  .industryBlock4 .w1400 .content .list {
    align-items: center;
  }
  .industryBlock4 .w1400 .content .list .img {
    width: 60px;
    height: 60px;
  }
  .industryBlock4 .w1400 .content .list .tit {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .industryBlock5 .w1400 .text .tit {
    font-size: 19px;
  }
  .industryBlock5 .w1400 .text .tips {
    font-size: 14px;
    line-height: 1.6;
  }
  .industryBlock5 .w1400 .text .link {
    height: 40px;
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }
  .industryBlock6 .w1400 .industryBlock6Swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
  }
  .industryBlock6 .w1400 .industryBlock6Swiper .swiper-wrapper .swiper-slide p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  .industryBlock6 .w1400 .industryBlock6Swiper .swiper-pagination {
    margin-top: 24px;
  }
  .industryBlock7 .w1400 .content .list p {
    font-size: 14px;
  }
  .industryBlock8 .w1400 .content .list {
    padding: 10px 0 10px 25px;
    font-size: 14px;
  }
  .industryBlock8 .w1400 .content .list span {
    left: 10px;
  }
}/*# sourceMappingURL=industry.css.map */