.home .nof {
  background-color: white;
  left: 0;
  padding: 20px 5%;
}
.home .types {
  width: 300px;
  padding: 0 30px;
  border-left: 1px solid rgba(36, 36, 36, 0.1);
  left: 10%;
  top: 100px;
  transition: all 600ms;
}
.home .types .line {
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 42px;
  background-color: #EE892F;
  transition: all 600ms;
}
.home .types a {
  display: block;
  color: #2E2E2E;
  font-size: 14px;
  height: 42px;
  cursor: pointer;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 600ms;
  font-family: "Roboto-Condensed";
}
.home .types .active {
  color: #D0111B;
}
.home .showType {
  opacity: 1;
}
.home .banner {
  width: 100%;
  overflow: hidden;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  animation: big 5s forwards linear;
}
@keyframes big {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.02);
  }
}
.home .main {
  width: 100%;
  position: relative;
}
.home .main .links {
  width: 70%;
  padding: 30px 15%;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}
.home .main .links a {
  color: #808080;
  font-size: 17px;
  transition: all 600ms;
}
.home .main .links a i {
  font-size: 20px;
}
.home .main .links a:hover {
  color: #EE892F;
}
.home .main .links span {
  display: inline-block;
  margin: 0 20px;
}
.home .main .links span i {
  transform: rotateY(180deg);
  display: inline-block;
}
.home .main .links p {
  color: #EE892F;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.home .main .links p::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 48px;
  height: 3px;
  background: #EE892F;
  transform: translateX(-50%);
  bottom: -32px;
  border-radius: 5px;
}
.home .main .pros {
  width: 80%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home .main .pros .left {
  width: 300px;
}
.home .main .pros .rpros {
  width: calc(100% - 300px);
}
.home .main .pros .rpros .t1 {
  color: #2E2E2E;
  font-size: 26px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
}
.home .main .pros .rpros .allItems {
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .pros .rpros .allItems a {
  width: 30%;
  display: block;
  margin-right: 3%;
  margin-bottom: 30px;
}
.home .main .pros .rpros .allItems a .pic {
  width: 100%;
  overflow: hidden;
}
.home .main .pros .rpros .allItems a .pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: all 600ms;
}
.home .main .pros .rpros .allItems a .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}
.home .main .pros .rpros .allItems a .more span {
  color: #212121;
  font-size: 18px;
  font-family: "Roboto-Condensed";
  transition: all 600ms;
}
.home .main .pros .rpros .allItems a .more i {
  display: inline-block;
  transform: rotateY(180deg);
  color: #909090;
  font-size: 20px;
}
.home .main .pros .rpros .allItems a:hover .pic img {
  transform: scale(1.05);
}
.home .main .pros .rpros .allItems a:hover .more span {
  color: #EE892F;
}

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