.home {
  width: 100%;
  padding-top: 154px;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .links {
  width: 80%;
  margin: 40px auto;
  display: flex;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 18px;
}
.home .main .links p {
  color: #015CB5;
}
.home .main .content {
  width: 80%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .content .left {
  width: 20%;
}
.home .main .content .left .p1 {
  color: #333333;
  font-size: 24px;
}
.home .main .content .left .types {
  margin-top: 30px;
}
.home .main .content .left .types a {
  width: 80%;
  padding: 30px 10%;
  background: #F6F6F6;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  transition: all 600ms;
}
.home .main .content .left .types a span {
  color: #333333;
  font-size: 18px;
  transition: all 600ms;
}
.home .main .content .left .types a .pic {
  width: 10px;
  height: 16px;
  position: relative;
}
.home .main .content .left .types a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .content .left .types a .pic img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .main .content .left .types a:hover {
  background-color: #015CB5;
}
.home .main .content .left .types a:hover span {
  color: white;
}
.home .main .content .left .types a:hover .pic img:nth-child(1) {
  opacity: 0;
}
.home .main .content .left .types a:hover .pic img:nth-child(2) {
  opacity: 1;
}
.home .main .content .left .types .active {
  background-color: #015CB5;
}
.home .main .content .left .types .active span {
  color: white;
}
.home .main .content .left .types .active .pic img:nth-child(1) {
  opacity: 0;
}
.home .main .content .left .types .active .pic img:nth-child(2) {
  opacity: 1;
}
.home .main .content .right {
  width: 78%;
}
.home .main .content .right .p1 {
  color: #333333;
  font-size: 24px;
  margin-left: 20px;
}
.home .main .content .right .allItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home .main .content .right .allItems a {
  display: block;
  width: 23%;
  margin-left: 1.6%;
}
.home .main .content .right .allItems a .pic {
  background-color: #F6F7F9;
  width: 100%;
}
.home .main .content .right .allItems a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .content .right .allItems a p {
  margin: 20px 0;
  text-align: center;
  color: #666666;
  font-size: 18px;
}
.home .main .content .right .pager {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
.home .main .content .right .pager a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  padding: 5px 12px;
  color: #999999;
  transition: all 600ms;
}
.home .main .content .right .pager a:hover {
  background-color: #235381;
  border-color: #235381;
  color: white;
}
.home .main .content .right .pager .active {
  background-color: #235381;
  border-color: #235381;
  color: white;
}
@media screen and (max-width: 1440px) {
  .home .main .content .left .types a {
    padding: 20px 10%;
  }
  .home .main .content .right .allItems a .pic {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .content {
    width: 90%;
    margin: 30px auto;
    flex-direction: column;
  }
  .home .main .content .left, .home .main .content .right {
    width: 100%;
  }
  .home .main .content .right {
    margin-top: 20px;
  }
  .home .main .content .right .p1 {
    margin-left: 0;
  }
  .home .main .content .right .allItems a {
    width: 48%;
  }
  .home .main .content .right .allItems a .pic {
    height: 150px;
  }
  .home .main .content .right .pager {
    margin: 30px auto;
  }
  .home .main .content .right .pager a {
    padding: 5px;
  }
}

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