@charset "UTF-8";
body {
  width: 100%;
  font-family: "微软雅黑", "PingFangM", Arial, sans-serif;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}
.industry-btn:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.industry-btn:hover:after {
  content: "\e683";
  margin-left: 5px;
  margin-top: 2px;
}
.industry-question-box {
  background: #fff;
  padding: 100px 0;
}
.industry-question-item {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.industry-question-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #252b3a;
}
.industry-question-left {
  width: 20px;
  height: 2px;
  position: relative;
}
.industry-question-right {
  padding-left: 30px;
}
.industry-question-left::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #797979;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.industry-question-left::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #797979;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.on .industry-question-left::after {
  transform: rotate(180deg);
}
.on .industry-question-left::before {
  transform: rotate(180deg);
}
.industry-question-text {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #575d6c;
  padding-left: 50px;
  padding-top: 25px;
}
.industry-banner-box {
  width: 100%;
  position: relative;
}
.industry-banner-img img {
  width: 100%;
}
.industry-banner-content {
  position: absolute;
  top: 36.3%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.industry-banner-name {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}
.industry-banner-slogen {
  padding-top: 20px;
  width: 40%;
  /* font-weight: bold; */
  font-size: 18px;
  color: #ffffff;
}
.industry-banner-btn-box {
  margin-top: 40px;
}
.industry-banner-btn {
  width: 170px;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  /* color: #252b3a; */
  color: #0086f1;
}
.industry-public-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #252b3a;
}
.industry-relation-box {
  padding: 100px 0;
}
.industry-public-text {
  font-size: 16px;
  color: #575d6c;
  line-height: 1.6;
  text-align: center;
  margin-top: 14px;
  padding: 0 13%;
}
.industry-relation-img {
  width: 100%;
  margin-top: 30px;
}
.industry-relation-img img {
  width: 100%;
}
.industry-worth-box {
  width: 100%;
  padding: 100px 0;
  background: #fcfcfc;
}
.industry-worth-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.industry-worth-item {
  width: calc((100% - 40px) / 2);
  margin: 40px 40px 0 0;
  background: linear-gradient(135deg, #eaf0ff 0%, #f8f9fe 100%);
  border-radius: 12px;
  position: relative;
  padding: 50px 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.industry-worth-item:nth-child(2n) {
  margin-right: 0;
}
.industry-worth-item:hover {
  /* box-shadow: 5px 5px 5px 0 rgba(159, 190, 221, 0.2); */
  /* box-shadow: 0px 0px 10px 1px #eeeef9; */
}
.industry-worth-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.industry-worth-title {
  font-weight: bold;
  font-size: 24px;
  color: #252b3a;
  position: relative;
  z-index: 2;
}
.industry-worth-text {
  font-size: 16px;
  color: #575d6c;
  margin-top: 14px;
  padding-right: 18%;
  position: relative;
  z-index: 2;
}
.industry-application-box {
  padding: 100px 0;
}
.industry-application-title {
  margin-top: 20px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dbdfdf;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.industry-application-title::-webkit-scrollbar {
  display: none;
}

.industry-application-classify {
  font-weight: 400;
  font-size: 16px;
  width: auto;
  margin: 0 40px;
  text-align: center;
  color: #252b3a;
  line-height: 58px;
  position: relative;
  cursor: pointer;
}
.industry-application-title .on {
  color: #0086f1;
  /* font-weight: bold; */
  border-bottom: 4px solid #0086f1;
}
.industry-application-content {
  margin-top: 60px;
  overflow: hidden;
}
.industry-application-slide {
  display: flex;
  opacity: 0 !important;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.industry-application-cont {
  width: 50%;
}
.industry-application-item {
  width: 100%;
  padding-left: 43px;
  padding-right: 80px;
  position: relative;
  padding-top: 35px;
  height: 80px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.industry-application-item:first-child {
  padding-top: 0;
  height: 40px;
}
.industry-application-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background-color: #dde2e6;
}
.industry-application-show {
  height: 250px !important;
}
.industry-application-show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(153deg, #69b0ff 0%, #bf9eed 100%);
  border-radius: 2px;
}
.industry-application-name {
  font-weight: bold;
  /* font-size: 22px; */
  font-size: 26px;
  color: #252b3a;
  cursor: pointer;
  width: fit-content;
}

.industry-application-show .industry-application-name {
  color: #0086f1;
}
.industry-application-text {
  margin-top: 10px;
  font-size: 16px;
  color: #575d6c;
  display: none;
}
.industry-application-show .industry-application-text {
  display: block;
}
.industry-application-btn {
  width: 130px;
  height: 40px;
  border-radius: 4px;
  /* border: 1px solid #575d6c;*/
  /* color: #575d6c; */
  /* opacity: 0.6; */
  background: #0086f1;
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 24px;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.industry-application-btn:hover {
  background: #0086f1;
  color: #fff;
  opacity: 1;
  border: 0px;
}
.industry-application-show .industry-application-btn {
  display: flex;
}
.industry-application-pic {
  display: none;
}
.industry-application-show .industry-application-pic {
  display: flex;
}
.industry-application-img {
  width: 50%;
  height: 100%;
}
.industry-practice-box {
  padding: 100px 0;
  background: #f2f6fc;
}
.industry-practice-content {
  display: flex;
  margin-top: 40px;
}
.industry-practice-row {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.industry-practice-row:nth-child(3n) {
  margin-right: 0;
}
.industry-practice-item {
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 115px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.industry-practice-row .industry-practice-item:nth-child(2n) {
  margin-bottom: 0;
}
.industry-practice-itemPlus {
  height: 520px;
  overflow: hidden;
}
.industry-practice-number {
  position: relative;
  font-family: D-DIN-PRO;
  font-size: 40px;
  line-height: 1;
  color: #252b3a;
  padding-right: 6px;
  width: fit-content;
}
.industry-practice-number::after {
  content: "%";
  font-size: 16px;
  font-family: "微软雅黑", "PingFangM", Arial, sans-serif;
  position: absolute;
  bottom: 5px;
  left: 100%;
}
.industry-practice-name {
  margin-top: 10px;
  font-size: 16px;
  color: #575d6c;
}
.industry-practice-icon {
  position: absolute;
  top: 20px;
  right: 40px;
}
.industry-practice-text {
  margin-top: 30px;
  font-size: 16px;
  color: #575d6c;
  line-height: 1.5;
  height: 120px;
}
.industry-practice-item .industry-practice-text,
.industry-practice-item .industry-practice-img {
  /*display: none;
  */
  opacity: 0;
  transition: all 9.5s;
  -webkit-transition: all 9.5s;
  -moz-transition: all 9.5s;
  -ms-transition: all 9.5s;
  -o-transition: all 9.5s;
}
.industry-practice-itemPlus .industry-practice-text,
.industry-practice-itemPlus .industry-practice-img {
  /*display: block;
  */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
}
.industry-practice-img {
  margin: 20px 0;
  width: 100%;
}
.industry-expert-box {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.industry-expert-item {
  width: 100%;
  display: flex;
  opacity: 0 !important;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.industry-expert-swiper {
  margin-top: -50px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.industry-expert-left {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-expert-right {
  width: 55%;
}
.industry-expert-text {
  padding-top: 100px;
  width: 80%;
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 26px;
  color: #252b3a;
}
.industry-expert-name {
  /* font-size: 18px; */
  font-size: 22px;
  font-weight: bold;
  color: #252b3a;
  margin-top: 50px;
}
.industry-expert-rank {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #575d6c;
}
.industry-expert-authori {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.industry-expert-authori img {
  display: none;
}
.industry-expert-swiper .swiper-pagination {
  bottom: 0;
}
.industry-worth-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.industry-worth-swiper .swiper-pagination {
  bottom: 0;
}
.industry-expert-profile {
  width: 60px;
}
@media screen and (min-width: 1000px) {
  .wap {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1649px) {
}

@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .industry-banner-content {
    position: absolute;
    top: 30.3%;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .industry-banner-name {
    font-size: 36px;
  }
  .industry-banner-slogen {
    padding-top: 15px;
    width: 45%;
    font-size: 16px;
  }
  .industry-banner-btn-box {
    margin-top: 30px;
  }
  .industry-banner-btn {
    width: 160px;
    height: 46px;
    font-size: 16px;
  }
  .industry-relation-box {
    padding: 80px 0;
  }
  .industry-worth-box {
    padding: 80px 0;
  }
  .industry-application-box {
    padding: 80px 0;
  }
  .industry-practice-box {
    padding: 80px 0;
  }
  .industry-question-box {
    padding: 80px 0;
  }
  .industry-worth-item {
    width: calc((100% - 30px) / 2);
    margin: 30px 30px 0 0;
    padding: 40px 30px;
  }
  .industry-worth-title {
    font-size: 22px;
  }
  .industry-worth-text {
    /* font-size: 14px; */
    margin-top: 12px;
    padding-right: 25%;
  }
  .industry-application-title {
    margin-top: 40px;
  }
  .industry-practice-item {
    padding: 20px 30px;
  }
  .industry-practice-img {
    margin: 10px 0;
    width: 100%;
  }
  .industry-practice-itemPlus {
    height: 500px;
  }
  .industry-application-show {
    height: 280px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .industry-practice-text {
    height: 170px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1249px) {
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
  .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  .w1440 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .industry-question-item {
    margin: 15px 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .industry-question-title {
    align-items: flex-start;
  }
  .industry-question-left::before,
  .industry-question-left::after {
    top: 10px;
  }
  .industry-question-left {
    width: 16px;
    height: 2px;
    position: relative;
  }
  .industry-relation-box {
    padding: 60px 20px;
  }
  .industry-worth-box {
    padding: 60px 0;
  }
  .industry-public-title {
    font-size: 24px;
  }
  .industry-public-text {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 14px;
    padding: 0 6%;
    text-align: left;
  }
  .industry-worth-item {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 50px 40px;
  }

  .industry-worth-icon {
    opacity: 0.6;
    bottom: auto;
    top: -10%;
    height: 45%;
  }
  .industry-application-title .on {
    border-bottom: 4px solid #0086f1;
  }
  .industry-application-btn {
    width: 115px;
    height: 35px;
    font-size: 14px;
    position: relative;
    left: 0;
    top: auto;
    margin-top: 20px;
  }
  .industry-application-title {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .industry-application-cont {
    width: 100%;
  }
  .industry-application-item {
    width: 100%;
    padding-left: 23px;
    padding-right: 0;
    padding-top: 35px;
  }
  .industry-application-pic {
    width: 100%;
    margin-top: 10px;
    display: none !important;
  }
  .industry-application-show .industry-application-pic {
    display: flex !important;
  }
  .industry-application-btn {
    margin-top: 10px;
  }
  .industry-application-classify {
    margin: 0 20px;
    line-height: 42px;
  }
  .industry-application-content {
    margin-top: 30px;
  }
  .industry-application-box {
    padding: 60px 20px;
  }
  .industry-practice-row {
    width: 100%;
    margin-right: 0;
  }
  .industry-practice-content {
    margin-top: 40px;
    display: -webkit-box;
    padding-bottom: 20px;
  }
  .industry-practice-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .industry-practice-box {
    padding: 60px 0 40px;
    background: #f2f6fc;
  }
  .industry-question-box {
    padding: 70px 0;
  }
  .industry-expert-box {
    padding: 60px 0;
  }
  .swiper-pagination-bullet-active {
    background: #0086f1;
  }
  .industry-expert-item {
    flex-direction: column;
    margin-top: 20px;
  }
  .industry-expert-left {
    width: 100%;
  }
  .industry-expert-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .industry-expert-authori {
    align-items: center;
    margin-top: 10px;
  }
  .industry-expert-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
  }
  .industry-expert-swiper {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .industry-expert-pic {
    width: 45%;
  }
  .industry-expert-text {
    padding-top: 20px;
    width: 100%;
    font-weight: bold;
    /* font-size: 16px; */
    font-size: 20px;
    color: #252b3a;
  }
  .industry-expert-name {
    /* font-size: 14px; */
    font-size: 18px;
    /* margin-top: 20px; */
    margin-top: 10px;
  }
  .industry-expert-rank {
    margin-top: 5px;
    font-size: 14px;
  }
  .industry-expert-authori img {
    /* width: 52px; */
    height: 64px;
    display: block;
  }
  .industry-practice-itemPlus {
    height: 620px;
  }
  .industry-question-right {
    width: fit-content;
  }
  .industry-application-show {
    height: 620px !important;
  }
}
@media screen and (max-width: 499px) {
  .industry-question-right {
    font-size: 16px;
  }
  .industry-question-right {
    padding-left: 20px;
  }
  .industry-question-text {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 40px;
    padding-top: 15px;
  }
  .industry-public-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 14px;
    padding: 0 0;
  }
  .industry-relation-img {
    margin-top: 20px;
  }
  .industry-worth-item {
    margin: 20px 0 0 0;
    padding: 25px 20px;
  }
  .industry-worth-text {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 0;
  }
  .industry-worth-title {
    font-size: 20px;
  }
  .industry-banner-content {
    /* top: 32.3%; */
    top: auto;
    bottom: 10%;
  }
  .industry-banner-name {
    font-size: 24px;
  }
  .industry-banner-slogen {
    padding-top: 14px;
    width: 80%;
    /* font-weight: bold; */
    font-size: 14px;
    color: #ffffff;
  }
  .industry-banner-btn-box {
    margin-top: 10px;
  }
  .industry-banner-btn {
    width: 130px;
    height: 36px;
    font-size: 14px;
  }
  .industry-public-title {
    /* font-size: 20px; */
    font-size: 22px;
  }
  .industry-worth-title {
    /* font-size: 18px; */
    font-size: 20px;
  }
  .industry-application-name {
    font-size: 18px;
  }
  .industry-application-box {
    padding: 60px 20px;
  }
  .industry-application-title {
    margin-top: 20px;
  }
  .industry-practice-content {
    margin-top: 30px;
  }
  .industry-practice-item {
    padding: 14px 20px;
    margin-bottom: 15px;
  }
  .industry-practice-row .industry-practice-item:nth-child(2n) {
    margin-bottom: 15px;
  }
  .industry-practice-icon {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .industry-practice-itemPlus {
    height: 430px;
  }
  .industry-application-text {
    font-size: 14px;
  }
  .industry-practice-box {
    padding: 60px 0 40px;
    background: #f2f6fc;
  }
  .industry-practice-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
  }
  .industry-expert-box {
    padding: 60px 0 40px;
  }
  .industry-practice-swiper {
    padding-bottom: 0;
  }
  .industry-application-show {
    height: 420px !important;
  }
}
