﻿.company-profile img {
  max-width: 100%;
  height: auto;
}
.company-profile .company-profile-content {
  width: 100%;
  padding: 0.8rem 0 1rem;
}
.company-profile .company-profile-content .company-profile-content-list .list ul li {
  display: block;
  width: 2.97rem;
  height: 1.66rem;
  float: left;
  margin-right: 0.23rem;
  position: relative;
  margin-top: 0.3rem;
}
.company-profile .company-profile-content .company-profile-content-list .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content .company-profile-content-list .list ul li {
    width: 48.5%;
    height: 2.5rem;
    margin-right: 3%;
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.company-profile .company-profile-content .company-profile-content-list .list ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.company-profile .company-profile-content .company-profile-content-list .list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.company-profile .company-profile-content .company-profile-content-list .list ul li .text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.23rem 0.25rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.company-profile .company-profile-content .company-profile-content-list .list ul li .text .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text .title {
    font-size: 0.28rem;
  }
}
.company-profile .company-profile-content .company-profile-content-list .list ul li .text .desc {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text .desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
.company-profile .company-profile-content .company-profile-content-list .list ul li .text .icon {
  width: 0.28rem;
  height: 0.28rem;
  overflow: hidden;
  margin: 0.12rem auto 0;
  background: url("../image/company-profile-list-icon.png") center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text {
    padding: 0.4rem 0.25rem 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.company-profile .company-profile-content .company-profile-content-list .list ul li:hover .text {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.company-profile .company-profile-content .company_title {
  text-align: center;
  margin: 0.72rem 0 0.6rem;
}
.company-profile .company-profile-content .company_title .cont_title {
  font-size: 0.24rem;
  font-weight: bold;
}
.company-profile .company-profile-content .company_title .cont_title span {
  display: inline-block;
  width: 0.54rem;
  height: 0.01rem;
  vertical-align: middle;
  margin: 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content .company_title .cont_title {
    font-size: 0.3rem;
  }
}
.company-profile .company-profile-content .company_title .cont_dec {
  font-size: 0.14rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .company-profile .company-profile-content .company_title .cont_dec {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content .company_title .cont_dec {
    font-size: 0.24rem;
  }
}
.company-profile .content {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  align-items: center;
  margin-top: 0.2rem;
}
.company-profile .content .flex_left {
  padding-right: 1.2rem;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  padding-top: 0.22rem;
}
.company-profile .content .flex_left .cont_title {
  font-size: 0.44rem;
  color: #2E2E2E;
  margin-bottom: 0.3rem;
  font-weight: 550;
}
.company-profile .content .flex_left .cont_dec {
  font-size: 0.14rem;
  color: #666666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  scrollbar-width: none;
}
.company-profile .content .flex_left .cont_dec::-webkit-scrollbar {
  width: 0.01rem;
  overflow: hidden;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .company-profile .content .flex_left .cont_dec {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .company-profile .content .flex_left .cont_dec {
    font-size: 0.24rem;
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 1024px) {
  .company-profile .content .flex_left {
    padding-right: 0.2rem;
  }
}
.company-profile .content .customer-case-detail-video {
  position: relative;
  width: 45%;
  height: fit-content;
}
.company-profile .content .customer-case-detail-video .img {
  width: 100% ;
  position: relative;
  height: fit-content;
  box-sizing: border-box;
}
.company-profile .content .customer-case-detail-video img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .company-profile .content .customer-case-detail-video {
    width: 40%;
  }
  .company-profile .content .customer-case-detail-video .img {
    width: 100%;
  }
}
.company-profile .company-profile-content-all {
  line-height: 1.5;
  font-size: 0.14rem;
  color: #666666;
}
.company-profile .company-profile-content-all,
.company-profile .company-profile-content-all p {
  line-height: 1.5;
  font-size: 0.14rem;
  color: #666666;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .company-profile .company-profile-content-all,
  .company-profile .company-profile-content-all p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content-all,
  .company-profile .company-profile-content-all p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .company-profile .company-profile-content-all {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .company-profile .company-profile-content-all {
    font-size: 0.24rem;
  }
}
.company-profile .company-profile-content-all img {
  margin: 0.1rem 0;
  width: 48%;
  display: inline-block;
  margin-right: 1%;
}
