* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 395px;
  background-color: #f5f5f5;
  background-image: url("img/banner.png");
  background-size: 100% 100%;
  padding: 1px;
}
.banner h1 {
  margin: 0 auto;
  margin-top: 82px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
}
.banner h2 {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.banner .tagBox {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.banner .tagBox .tag1 {
  padding: 10px 20px;
  font-size: 16px;
  color: #2E7D32;
  background: #FFFFFF;
  border-radius: 57px 57px 57px 57px;
}
.banner .tagBox .tag2 {
  padding: 10px 20px;
  color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 57px 57px 57px 57px;
  border: 1px solid #FFFFFF;
}
.bodeContainer {
  padding: 1px;
}
.bodeContainer .searchContainer {
  margin: 0 auto;
  margin-top: 40px;
  width: 1200px;
  height: 244px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(156, 166, 185, 0.34);
  border-radius: 18px 18px 18px 18px;
}
.bodeContainer .searchBox {
  display: flex;
  gap: 40px;
  margin: 15px 0;
  height: 44px;
}
.bodeContainer .searchBox input {
  flex: 1;
  background: #F5F7FA;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #D9D9D9;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #9E9FA1;
  padding-left: 25px;
}
.bodeContainer .searchBox select {
  flex: 1;
  background: #F5F7FA;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #D9D9D9;
  padding-left: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #9E9FA1;
}
.bodeContainer .fliterBox {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bodeContainer .fliterBox .left {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #5B5B5B;
}
.bodeContainer .fliterBox .left span {
  border-radius: 57px 57px 57px 57px;
  border: 1px solid #DBEAFE;
  padding: 5px 10px;
}
.bodeContainer .fliterBox .left .active {
  background: #DBEAFE;
}
.bodeContainer .fliterBox .right {
  width: 134px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2C6CFD;
  border-radius: 57px 57px 57px 57px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #F9FAFB;
}
.bodeContainer .title {
  padding: 20px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 26px;
  color: #111111;
}
.bodeContainer .enterpriseContainer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 15px;
}
.bodeContainer .enterpriseContainer .enterprise {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(221, 221, 221, 0.6);
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
  position: relative;
  height: 340px;
}
.bodeContainer .enterpriseContainer .enterprise .info {
  display: flex;
  align-items: center;
}
.bodeContainer .enterpriseContainer .enterprise .info img {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.bodeContainer .enterpriseContainer .enterprise .info h1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
}
.bodeContainer .enterpriseContainer .enterprise .info h2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #6B7280;
}
.bodeContainer .enterpriseContainer .enterprise p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  margin-top: 10px;
}
.bodeContainer .enterpriseContainer .enterprise .domainBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.bodeContainer .enterpriseContainer .enterprise .domainBox .domain {
  padding: 5px 10px;
  background: #DBEAFE;
  border-radius: 57px 57px 57px 57px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #3847B5;
}
.bodeContainer .enterpriseContainer .enterprise .domainBox .domain1 {
  padding: 5px 10px;
  background: #DCFCE7;
  border-radius: 57px 57px 57px 57px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #166534;
}
.bodeContainer .enterpriseContainer .enterprise .bottom {
  margin-top: 10px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6B7280;
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bodeContainer .enterpriseContainer .enterprise .bottom .left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bodeContainer .enterpriseContainer .enterprise .bottom .right {
  margin-left: 70px;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #2C6CFD;
  border-radius: 57px 57px 57px 57px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #F9FAFB;
}
