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-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;
  }
}
.products {
  padding-left: 270px;
}
.products-view-name {
  padding-bottom: 5px;
  font-size: 24px;
  color: #0a2c85;
}
.products-view-ml {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #9fa8cd;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #9fa8cd;
}
.products-view-info {
  height: 110px;
  font-size: 15px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
}
.products-view-form {
  position: relative;
  padding-left: 350px;
}
.products-view-img {
  position: absolute;
  left: 0;
  top: 0;
}
.products-view-num {
  font-size: 14px;
  color: #666;
}
.products-view-link {
  display: block;
  font-size: 14px;
  color: #0a2c85;
  text-decoration: underline;
}
.products-view-link:hover {
  color: #0a2c85;
}
.products-view-buy {
  width: 173px;
  height: 43px;
  border: none;
  color: #fff;
  font-size: 18px;
  background-color: #0a2c85;
  cursor: pointer;
}
.products-view-cart {
  margin-left: 10px;
  padding-left: 30px;
  width: 173px;
  height: 43px;
  border: 1px solid #0a2c85;
  color: #0a2c85;
  font-size: 18px;
  background: #fff url('../images/buy2.png') no-repeat 30px 11px;
  cursor: pointer;
}
.products-view-box {
  padding-top: 20px;
}
.products-view-qian {
  padding-top: 10px;
  font-size: 15px;
}
.products-view-big {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
}
.products-view-number {
  border: none;
  width: 50px;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  border: none;  
}
.products-view-border {
  margin-left: 10px;
  display: inline-block;
  border-bottom: 1px solid #666;
}
.products-view-shuoming-title {
  margin-top: 70px;
  margin-bottom: 20px;
  width: 120px;
  padding-bottom: 7px; 
  text-align: center;
  font-size: 16px;
  color: #0a2c85;
  border-bottom: 2px solid #0a2c85;
}

.products-view-part {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.products-view-part.active {
  display: block
}
.products-part-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.products-window {
  padding: 30px 50px;
  width: 480px;
  height: 505px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -253px;
  background-color: #fff;
}
.porducts-part-header {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 48px;
  color: #0a2c85;
  border-bottom: 2px solid #0a2c85;
}

.products-part-body {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  height: 330px;
  overflow-y: auto;
}
.products-line{
  padding-top: 15px;
  width: 100%;
  border-bottom: 1px solid #666;
}
.products-part-close {
  display: block;
  position: absolute;
  top: 40px;
  right: 50px;
  width: 23px;
  height: 23px;
  background: url('../images/close.png') no-repeat;
}
@media screen and (max-width: 1200px) {
  .products-view-cart {
    margin-left: 0;
    margin-top: 15px;
  }
  .products-view-shuoming-img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .products {
    padding-left: 15px;
  }
  .products-view-cart {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .products-view-img {
    position: relative;
    text-align: center;
  }
  .products-view-form {
    padding-left: 0;
  }
  .products-view-info {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .products-view-img img{
    width: 200px;
  }
  .products-view-name {
    margin-top: 10px;
    font-size: 18px;
  }
  .products-view-info {
    font-size: 14px;
  }
  .products-view-qian {
    font-size: 14px;
  }
  .products-view-big {
    font-size: 18px;
  }
  .products-view-buy {
    width: 100%;
    font-size: 14px;
  }
  .products-view-cart {
    width: 100%;
    font-size: 14px;
  }
  .products-window  {
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
  }
  .products-part-close {
    right: 15px;
  }
}
