.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home .main {
  width: 90%;
  margin: 40px auto;
}
.home .main .news {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .main .news .l {
  width: 391px;
}
.home .main .news .l .links {
  padding: 20px;
  background: #FAFAFA;
}
.home .main .news .l .links .p1 {
  color: #333333;
  font-size: 18px;
  font-weight:bold;
}
.home .main .news .l .links .types {
  margin-top: 10px;
}

.home .main .news .l .links .types .dalei{
	display: flex;
	justify-content: space-between;
}
.home .main .news .l .links .types .dalei a{
	font-weight: bold;
	font-size: 24px;
}
.home .main .news .l .links .types .dalei img{
	height: 5px;
	padding-top: 30px;
}





.home .main .news .l .links .types a {
  display: block;
  color: #333333;
  border-bottom: 1px dashed #C7C7C7;
  padding: 15px 0;
  transition: all 600ms;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .main .news .l .links .types a:hover {
  color: #01509A;
}
.home .main .news .l .links .types .active {
  color: #01509A;
}
.home .main .news .r {
  width: calc(98% - 391px);
}
.home .main .news .r .allItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home .main .news .r .allItems a {
  width: 31%;
  background: white;
  margin-bottom: 30px;
  padding: 20px 0;
  transition: all 600ms;
  border-bottom: 5px solid #fff;
  border: 1px solid #f0f0f0;
  margin-left: 1.5%;
}
.home .main .news .r .allItems a .pic {
  width: 90%;
  margin: 0 auto;
 
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home .main .news .r .allItems a .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: all 600ms;
  object-fit: contain;
}
.home .main .news .r .allItems a p {
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin: 25px 0 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 600ms;
}
.home .main .news .r .allItems a:hover {
  
  border: 1px solid #01509A;
  border-bottom: 5px solid #01509A;
}
.home .main .news .r .allItems a:hover .pic img {
  transform: scale(1.05);
}
.home .main .news .r .allItems a:hover p {
  color: #01509A;
  transform: translateY(-10px);
}
.home .main .news .r .pager {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.home .main .news .r .pager a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  margin: 0 5px;
  justify-content: center;
  transition: all 600ms;
  color: black;
}
.home .main .news .r .pager a:hover {
  background: #004894;
  color: white;
}
.home .main .news .r .pager .page-num-current {
  background: #004894;
  color: white;
}
@media screen and (max-width: 1200px) {
  .home .main {
    margin: 20px auto;
  }
  .home .main .news {
    flex-direction: column;
  }
  .home .main .news .l {
    width: 100%;
    display: none;
  }
  .home .main .news .l .links {
    padding: 15px;
  }
  .home .main .news .r {
    width: 100%;
  }
  .home .main .news .r .allItems {
    justify-content: space-between;
  }
  .home .main .news .r .allItems a {
    width: 48%;
    margin-left: 0;
    margin-bottom: 10px;
  }

}
@media screen and (max-width: 1440px) {
.home .main .news .l {
  width: 300px;
}
.home .main .news .r {
    width: calc(98% - 300px);
}
}
@media screen and (max-width: 900px) {
.home .main .news .r .allItems a .pic img {
  max-width: 100%;

  display: block;
  transition: all 600ms;
  object-fit: contain;

}
  .home .main .news .r {
    width: 100%;
  }
}
/*# sourceMappingURL=products.css.map */