#home-topic {
  margin: 0;
  padding: 12.5vh 0 0;
  height: 100vh;
  width: 100%;
}
#home-topic .ender {
  width: 312px;
  height: 511px;
  /* background: #4e6be1; */
  /* 加载背景图 */
  background: url('../imgs/gyphoto.png');
  background-size: 100% 100%;
  cursor: pointer;
  border-radius: 18px 18px 18px 18px;
}
#home-topic .enderse {
  width: 312px;
  height: 511px;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 18px 18px 18px 18px;
}
#home-topic .icon {
  width: 312px;
  height: 511px;
}
#home-topic .icons {
  width: 79px;
  height: 79px;
  margin-left: 28px;
  /*padding-top: 172px;*/
  position: relative;
  color: ghostwhite;
  /* background-color: aqua; */
  filter: drop-shadow(1px 0px 1px #000);
}
#home-topic .iconse {
  width: 200px;
  height: 202px;
  margin-left: 28px;
  /*padding-top: 72px;*/
  position: relative;
  /* background-color: aqua; */
}
#home-topic .backgroundImage {
  cursor: pointer;
  border-radius: 18px 18px 18px 18px;
  background-size: cover;
}
#home-topic .topicIcon {
  cursor: pointer;
  border-radius: 18px 18px 18px 18px;
  background-size: cover;
}
#home-topic .indexNumber {
  font-size: 159px;
  font-family: Arial, serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.14);
}
#home-topic .tarts {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 46px;
}
#home-topic .one_name {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-left: 28px;
  margin-top: 28px;
}
#home-topic .one_names {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-left: 28px;
  margin-top: 28px;
}
#home-topic .one_content {
  max-width: 242px;
  max-height: 80px;
  word-break: break-all;
  overflow:hidden; 
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-box-orient:vertical;  
  -webkit-line-clamp:3; /* 超出几行省略 */
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  margin-left: 28px;
  margin-top: 54px;
  position: relative;
}
#home-topic .one_contents {
  max-width: 242px;
  max-height: 72px;
  word-break: break-all;
  overflow:hidden; 
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-box-orient:vertical;  
  -webkit-line-clamp:3; /* 超出几行省略 */
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  margin-left: 28px;
  margin-top: 54px;
  display: none;
}
#home-topic .one_img {
  padding-left: 28px;
  padding-top: 72px;
  display: block;
  width: 79px;
  height: 79px;
}
#home-topic .mentdf{
  position: relative;
  top: -120px;
}
#home-topic .customer-title {
  height: 6.389vh;
  text-align: center;
  line-height: 1;
  width: 100%;
}
#home-topic .customer-title-en {
  font-size: 5.57rem;
  font-family: Arial-Bold, Arial, serif;
  font-weight: bold;
  color: #ebebeb;
}
#home-topic .customer-title-cn{
  font-size: 3.5rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei, serif;
  font-weight: bold;
  color: #333333;
  position: relative;
  top: -3.56rem;
}
