.home .banner {
  width: 100%;
  position: relative;
}
.home .banner video {
  display: block;
  width: 100%;
}
.home .types {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.home .types a {
  display: block;
  color: #000000;
  font-size: 22px;
  position: relative;
  padding: 20px 0;
  margin: 0 40px;
}
.home .types a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 4px;
  background: #95251D;
}
.home .types a:hover::after {
  width: 100%;
}
.home .types .active::after {
  width: 100%;
}
.home .types2 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 8vw;
}
.home .types2 a {
  color: #666666;
  font-size: 20px;
  margin-right: 30px;
 /* margin-bottom: 20px;*/
  transition: all 600ms;
}
.home .types2 a:hover {
  color: #AF211A;
}
.home .types2 .active {
  color: #AF211A;
  font-weight: bolder;
}
.home .main {
  background: #F7F7F7;
  padding: 60px 8vw;
}
.home .main .list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.home .main .list a {
  width: 23%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: white;
  margin-left: 1.5%;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  height: 260px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .main .list a .icon {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.home .main .list a .icon img {
  max-width: 90%;
  object-fit: contain;
  max-height: 80px;
}
.home .main .list a .pt {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 15px 0;
  text-align: center;
  transition: all 0.4s ease;
}
.home .main .list a .pt::after {
  transition: all 0.4s ease;
  content: "";
  background-color: #AF211A;
  display: block;
  height: 2px;
  width: 27px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  float: none;
}
.home .main .list a .des {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  display: none;
  max-height: 156px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
}
.home .main .list a:hover {
  background: #AF211A;
}
.home .main .list a:hover .icon {
  transform: translateY(-120px);
}
.home .main .list a:hover .pt {
  color: white;
  transform: translateY(-60px);
}
.home .main .list a:hover .pt::after {
  background: #ffffff;
}
.home .main .list a:hover .des {
  transform: translateY(-60px);
  display: block;
}
@media screen and (max-width: 1000px) {
  .home .types a {
    margin: 0 20px;
    padding: 10px 0;
    font-size: 18px;
  }
  .home .types2 {
    padding: 30px 5%;
  }
  .home .types2 a {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .home .main {
    padding: 15px;
    justify-content: space-between;
  }
  .home .main .list a {
    margin-left: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .home .main .list a .p1 {
    margin: 15px 0;
  }
  .home .main .list a .des {
    font-size: 16px;
    margin: 15px auto;
  }
}

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