li {
  list-style: none;
}
.row {
  padding-left: 0;
}
.products {
  padding-top: 84px;
  padding-left: 285px;
  position: relative;
}
.products-nav {
  position: absolute;
  left: 0;
  top: 84px;
  padding-left: 40px;
}
.products li {
  margin-bottom: 30px;
}
.products-header {
  margin-bottom: 10px;
  width: 188px;
  height: 46px;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #666;
}
.products-tag {
  position: relative;
  display: block;
  width: 190px;
  line-height: 50px;
  color: #666;
  border-bottom: 1px solid #939393
}
.products-tag.active:after {
  content: "";
  width: 20px;
  border-bottom: 2px solid #0a2c85;
  position: absolute;
  left: -40px;
  top: 25px;
}
.products-tag.active {
  color: #0a2c85;
}
.products-tag:hover {
  color: #0a2c85;
  text-decoration: none;
}
.products-link {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #000;
}

.products-link:hover {
  text-decoration: none;
}
.products-link:hover .products-name{
  color: #0a2c85;
}
.products-link img {
	max-width: 240px;
}
.products-name {
  margin: 0;
}
.products-n {
  color: #666;
}
.products-page {
  padding-top: 0;
}
.products-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .products {
    padding-top: 130px;
    padding-left: 15px;
  }
  .products-nav {
    top: 60px;
    z-index: 2;
    padding-left: 0;
    height: 46px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-out 0;
  }
  .products-btn {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 20px;
    text-align: right;
    width: 100%;
    height: 46px;
    color: #0a2c85;
    font-size: 20px;
    z-index: 3;
    border: none;
    background: none;
    cursor: pointer;;
    outline: none;
  }
  .products-nav.active {
    height: auto;
    text-align: center;
    box-shadow: 0 0 10px #666;
  }
  .products-nav.active .products-header {
    border-left: none;
    border-right: none;
    background-color: #0a2c85;
    color: #fff;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 30px;
    padding-left: 15px;
  }
  .products-nav {
    position: relative;
    margin-bottom: 20px;
    top: 0;
    width: 100%;
  }
  .products-header {
    width: 100%;
  }
  .products-tag {
    width: 100%;
  }
  .products-link {
    font-size: 14px;
  }
}
.porducts-wrap {
	min-height: 350px;
}