.bread-block{
  background: #f2f2f2;
  color: #262626;
  /*padding: 25px 0;*/font-size: 1.5rem;
}

.bread-block a{
  display: inline-block;
  color: #262626;
  display: inline-block;
  padding: 25px 0;
}

.bread-block a:hover{
  display: inline-block;
  color: #262626;
  display: inline-block;
  padding: 25px 0;
}

.bread-block img{
  padding-right: 10px;
}

.bread-block ul {
  margin-left: -30px;
}

.bread-block ul li{
  display: inline-block;
  height: 100%;
}

.bread-block ul li a{
  padding: 25px 15px;
  position: relative;
}

.bread-block ul li+li{
  margin-left: 25px;
}

.bread-block ul li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #3e84ff;
  transition: all .3s;
}

.bread-block ul li a:hover:after{
  width: 100%;
}

.bread-block ul li.active a:after{
  width: 100%;
}

.container-fluid{
  max-width: 1200px;
  margin: auto;
}.product-lists .main {
    margin-top: 6rem;
    /* margin-bottom: 65px; */
}.product-lists .item{
  background: #f8f8f8;
  margin-bottom: 35px;
}

.product-lists .item:hover{
  cursor: pointer;
}
.product-lists .item .more-img{
  text-align: center;
  margin-top: -27px;
  position: relative;
}
.product-lists .item .more-img span{
    display: inline-block;
    width: 55px;
    height: 55px;
    background: rgba(43, 59, 217, .2);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.product-lists .item .more-img span font{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-top: 10px;
  background: #2b3bd9;
  border-radius: 50%;
}

.product-lists .item .text{
  padding: 0 15px 25px 15px;
}
.ban-list .item:hover .div-img img {
    transform: scale(1.1);
}
.product-lists .item .title{
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}

.product-lists .item .des{
  min-height: 66px;
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-lists .item .readMore{
  margin-top: 15px;
}

.product-lists .item .readMore a{
  padding: 8px 25px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  display: block;
  color: #262626;
  text-align: center;
  margin: 10px 0;font-size: 1.6rem;
}

.product-lists .item .readMore a:hover{
  background: #0077c8;
  color: #fff;
}
.product-lists .item:hover .more-img span font{
  background: #17438f;

}

.product-lists .item:hover .more-img span{
  background: #3e84ffad;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}@media (min-width: 992px){
.col-lg-3 {
     -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}}
@media (min-width: 1200px){
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33%;
    max-width: 33%;
}}.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}}.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}.ban-list .item .div-img {
    overflow: hidden;
}.product-lists .div-img {
    position: relative;
}.w-100 {
    width: 100%!important;
}@media (min-width: 992px){
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}}.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}