/* 富文本 */
.industry-box p:nth-child(1) {
  padding-top: 46px;
  margin-bottom: 12px;
}
.industry-box p {
  margin-bottom: 24px;
}
.industry-box p:nth-child(1) span {
  font-family: PingFang SC;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 44.8px !important;
  text-align: left !important;
  color: #442727 !important;
}
.industry-box p:nth-child(2) {
  margin-bottom: 52px;
}
.industry-box p:nth-child(2) span {
  font-family: PingFang SC;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19.6px !important;
  text-align: left !important;
  color: #6e6e74 !important;
}
.industry-box p span {
  font-family: PingFang SC;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #424246 !important;
}
.footer,
.news {
  min-width: 1200px;
}
.container1 {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 50px;
  background-color: #fff;
}

.container1 .center {
  width: 100%;
  /* position: fixed; */
  /* top: 0; */
  background-color: #fff;
}

.footer-top .footer-row h4 {
  color: #666;
  font-size: 10px;
}
.news {
  width: 100%;
  height: 600px;
  /* background-color: black; */
  background-image: url("../image/未标题-1\ 2\ \(2\).png");
  animation: mountain 20s linear infinite;
}
.news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: aliceblue;
}
/* 定义山向后移动动画 */
@keyframes mountain {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3840px 0;
  }
}

.news h1 {
  font-size: 57px;
  font-weight: 600;
  margin-bottom: 40px;
  color: aliceblue;
}
.news h2 {
  font-size: 20px;
  margin-bottom: 60px;
  color: aliceblue;
}
.news input[type="text"] {
  width: 522px;
  height: 58px;
  border-radius: 7px 0px 0px 7px;
  padding-left: 24px;
  font-size: 16px;
}
.news input[type="text"]::placeholder {
  /* padding-left: 20px; */
  color: #666;
}
.news input[type="button"] {
  width: 144px;
  height: 58px;
  background-color: #006ee2;
  color: #fff;
  border-radius: 0px 7px 7px 0;
}
.watch {
  margin-top: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.watch span {
  font-size: 12px;
  color: #fafafc;
  font-weight: 400;
  line-height: 16.8px;
  margin-right: 10px;
}
.watch img {
  width: 16px;
  height: 16px;
}
/* 案例展示 */
.case-display {
  /* width: 100%;     */
  width: 1200px;
  height: 1015px;
  margin: 0 auto;
  /* background-color: #f5f5f7; */
  position: relative;
}
/* .display-box{
        position: relative;
    
    } */
.case-items {
  width: 100%;
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  position: absolute;
  top: -116px;
}
.case-item {
  /* width: 24%; */
  width: 384px;
  height: 362px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* margin-left: 26px; */
  margin-bottom: 18px;
  justify-content: space-around;
  margin-left: 15px;
}
.case-item {
  transition: all 0.3s;
}
.case-item:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.171);
  /* box-shadow: 0 0 2.25rem blue; */
  /* background-color: darkblue; */
}
.case-item img {
  width: 384px;
  height: 256px;
  margin-bottom: 20px;
}
.case-item span {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.case-items span {
  color: black;
}
.case-item .time {
  font-size: 12px;
  color: #6e6e74;
  margin-bottom: 13px;
}
.case-item input[type="button"] {
  width: 64px;
  height: 21px;
  font-size: 12px;
  color: #fff;
  background-color: #80b7f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ck-more {
  width: 1200px;
  margin: 0 auto;
  height: 33px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
  margin-bottom: 32px;
}
.ck-more a {
  font-size: 12px;
  margin-right: 10px;
}
.ck-more img {
}
/* 新闻 资讯*/
.industry-information {
  background-color: #fff;
  padding-top: 12px;
}
.industry-information .w {
  display: flex;
  justify-content: space-between;
}
.industry-box {
  flex: 3;
}
.w .industry-box .hrcss {
  width: 100%;
  margin-top: 30px;
}
.news-recommend {
  flex: 1;
  width: 288px;
}
.industry-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.industry-title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  color: #442727;
}
.industry-title .time {
  color: #6e6e74;
  font-size: 13px;
  margin: 10px 0;
}
.industry-title input {
  width: 64px;
  height: 21px;
  font-size: 12px;
  color: #fff;
  background-color: blue;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-box p {
  /* text-indent: 2em;
  margin: 30px 0; */
}
.industry-box img {
  width: 100%;
}
.news-recommend {
  margin-left: 105px;
}
.news-recommend h2 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 24px;
}

.news-recommend h3 {
  font-weight: 600;
  font-size: 17px;
  margin: 15px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-recommend span {
  color: #666;
  font-size: 10px;
}
.recommend-content {
  margin-bottom: 20px;
}
.recommend-content img {
  width: 290px;
  height: 194px;
  border-radius: 8px;
}
.show {
  display: none;
  width: 522px;
  /* height: 400px; */
  border: 1px solid #ccc;
  padding-left: 22px;
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
}

.show a {
  height: 30px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  width: 500px;
}
.show a:hover {
  cursor: pointer;
  background-color: red;
}
