﻿.company {
  background-color: #f4faff;
}
.company_bottom {
  background-color: #ffffff;
  padding: 24px;
}
.company_bottom .company_tit {
  margin-bottom: 16px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}
.company_bottom p {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-bottom: 20px;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company_box {
  width: 377px;
}
.company_box a {
  display: block;
}
.company_box a img {
  width: 100%;
}
.gd {
  margin-left: 250px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.industry_content {
  width: 588px;
  background-color: #f7f9ff;
}
.industry_tit div:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.industry_tit div {
  font-size: 14px;
  color: #999999;
}
.industry_box {
  padding: 30px 40px 30px 40px;
  border-bottom: 1px solid #ebebeb;
}

.industry_box:last-child {
  margin-bottom: 0;
  border: 0;
}
.industry_box_content {
  /* height: 38px; */
  color: #666666;
  font-size: 14px;
  margin: 24px 0 16px 0;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.industry_box_content p {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 21px !important;
  margin: 0 !important;
}
.industry_box .industry_box_content {
  /* height: 38px; */
  color: #666666 !important;
  font-size: 14px !important;
  margin: 24px 0 16px 0;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.industry_box .industry_box_content p {
  margin: 0 !important;
  font-size: 14px !important;
  font-family: 微软雅黑 !important;
  line-height: 20px !important;
}
.industry_box a {
  font-size: 14px;
  color: #333333;
}
.industry_content .active {
  border: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.industry_content .active .industry_tit div:first-child {
  color: #0053b8;
}
.problem_box {
  display: flex;
}
.problem_number {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #0053b8;
  font-family: Oswald;
  font-weight: bold;
  color: #0053b8;
  font-size: 40px;
  margin-right: 21px;
}
.problem_text {
  width: 100%;
}
.problem_text a {
  font-weight: bold;
  color: #333333;
}
.problem_text p {
  line-height: 2;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.problem_line {
  margin: 27px 0 32px 0;
}
.problem_line img {
  width: 100%;
}
.banner_bg_tit {
  position: absolute;
  top: 100px;
  left: 18%;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.banner_bg_ftit {
  position: absolute;
  top: 170px;
  left: 18%;
  font-size: 20px;
  color: #666666;
}

@media screen and (max-width: 765px) {
  .company_box {
    width: 100%;
  }
}
