
html,
body {
  position: relative;
  width: 100%;
  height: 600px;
  max-width: 1250px;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
div.product_list{
  width: 100%;
  height: 500px;
}
div.product_list div{
  clear: both;
}
div.product_list div.swipe_img{
  width: 100%;
  height: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
div.product_list div.swipe_img img{
    width: 280px;
    height: 280px;
}
div.product_list div.swipe_title{
  width: 100%;
  height: 100px;
  border-radius: 1px;
}
div.product_list div.swipe_title:hover{
  cursor: pointer;
  border-radius: 1px;
}
ul.swipe_title_1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
}
ul.swipe_title_2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    color: #333;
    overflow-x: hidden;
    overflow-y: hidden;
}
div.swiper-pagination{
width: 100%;
height: 32px;
}
.swiper-pagination-bullet {
width: 15px;
height: 15px;
opacity: 1;
background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
color: #fff;
background: #153d8a;
}