@charset "UTF-8";
.section-margin-bottom{
  margin-bottom:3rem;
}
/* banner */
.section .container{
  padding: 1rem 9rem;
}
.section .swiper-pagination-line {
  line-height: 0.1rem;
}
.section .swiper-pagination-line .swiper-pagination-bullet {
  margin: 0 !important;
  border: 0;
  width: 1rem !important;
  height: 0.1rem;
  background: #000;
  border-radius: 0.1rem;
  opacity: 0.2;
  vertical-align: top;
  transition: all 0.3s;
}

.section .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ea5504;
  opacity: 1;
}
.section-banner {
  position: relative;
  margin-bottom:1rem;
  background: #fff;
}
.section-banner .swiper-slide {
  width:100vw;
  height: 50vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-banner .swiper-slide .left{
  width:10%;
}
.section-banner .swiper-slide .desc{
  width:35%;
  text-align: center;
}
.section-banner .swiper-slide .desc h3{
  font-size: 1.6em;
  line-height: 1.1;
  margin: 1rem 0;
  transition: all 0.3s ease 0.2s;
}
.section-banner .swiper-slide .desc p{
  font-size: 0.8em;
  line-height: 1.8;
  margin:1.5rem 0;
  transition: all 0.3s ease 0.4s;
}
.section-banner .swiper-slide .desc .btn{
  font-size: 0.8em;
  line-height: 1.17;
  padding: 0;
  color: #ea5504;
  font-weight: bold;
}
.section-banner .swiper-slide .right{
  width: 10%;
}
.section-banner .swiper-slide .pic{
  width:45%;
  overflow: hidden;
}

.section-banner .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

.section-banner .swiper-slide-active .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.section-banner .swiper-banner-prev,
.section-banner .swiper-banner-next {
  font-size: 3.25rem !important;
  background: none;
}

.section-banner .swiper-banner-pagination {
  bottom: 1rem !important;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 1rem !important;
  background: #d2d1d1;
  opacity: 0.5;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem !important;
  background: #ea5504;
  opacity: 0.7;
}
.product-list{
  display:flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.product-list .product-items{
  width:32%;
  line-height: 1.5rem;
  margin-bottom:1rem;
  margin-right:1rem;
  padding:0.5rem;
  background-color: #fff;
  border-radius: 15px;
}
.product-list .product-items a{
  display: block;
  width: 100%;
  height:80%;
  overflow: hidden;
}
.product-list .product-items a>img{
  /* width:100%;
  height:100%;
  object-fit: cover; */
  transition: all 0.5s;
}
.product-list .product-items:hover a>img{
  scale:1.2;
}
.product-list .product-items .product-items-text h6{
  text-align:center;
  font-size:0.8rem;
  line-height: 1rem;
}
.list-page{
  text-align: center;
  margin: 4rem 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.5rem 0;
  background-color: #f2f2f2;
  border-radius: 5rem;
}
.pagination span:hover{
  cursor:pointer;
}
.pagination > a, .pagination span {
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 2.9rem;
  padding: 0 1em;
  color: #373737;
  text-decoration: none;
}
.pagination > a .total{
  font-style: normal;
}
