.home {
  width: 100%;
}
.home .main {
  margin-top: 90px;
  background: #F6F6F6;
  padding: 20px 10%;
}
.home .main .section1 {
  background: white;
  border-radius: 5px;
  padding: 20px 10px;
}
.home .main .section1 .t {
  color: #333333;
  font-size: 18px;
}
.home .main .section1 .list {
  display: flex;
  flex-wrap: wrap;
}
.home .main .section1 .list .item {
  width: calc(24% - 10px);
  border: 1px solid #EEEEEE;
  margin-right: 0.8%;
  padding: 15px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.home .main .section1 .list .item .logo {
  width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .section1 .list .item .logo img {
  max-width: 100%;
  object-fit: contain;
  max-height: 40px;
  display: block;
}
.home .main .section1 .list .item .text {
  width: calc(98% - 70px);
}
.home .main .section1 .list .item .text .p1 {
  color: #333333;
}
.home .main .section1 .list .item .text .des {
  color: #333333;
  font-family: "PingFang-Regular";
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0;
}
.home .main .section1 .list .item .text a {
  color: #9A9799;
  background: #F4F6F7;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
}
.home .main .section2 {
  padding: 20px;
  background: white;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .section2 .l {
  width: 300px;
}
.home .main .section2 .l img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .section2 .r {
  width: calc(98% - 300px);
  display: flex;
  flex-wrap: wrap;
}
.home .main .section2 .r a {
  width: 25%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.home .main .section2 .r a img {
  max-width: 90%;
  max-height: 60px;
  display: block;
  transition: all 600ms;
  object-fit: contain;
}
.home .main .section2 .r a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1440px) {
  .home .main {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 1200px) {
  .home .main {
    margin-top: 60px;
  }
  .home .main .section1 {
    padding: 10px;
  }
  .home .main .section1 .list .item {
    width: 95%;
    padding: 15px 2.5%;
  }
  .home .main .section2 {
    padding: 10px;
    flex-direction: column;
  }
  .home .main .section2 .l {
    width: 100%;
  }
  .home .main .section2 .r {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }
  .home .main .section2 .r a {
    width: 48%;
  }
}

/*# sourceMappingURL=zhgj.css.map */
