@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
.product-banner {
  height: 400px;
  background-size: cover;
  margin-bottom: 20px;
}
.product-banner.ssd {
  background: url("https://storelead.oss-cn-shenzhen.aliyuncs.com/TEST_Banner/ssd.jpg") no-repeat center;
}
.product-banner.cpt {
  background: url("https://storelead.oss-cn-shenzhen.aliyuncs.com/TEST_Banner/computers.jpg") no-repeat center;
}
.product-banner .com {
  width: 1200px;
  margin: 0 auto;
}
.product-banner .com h1 {
  padding-top: 165px;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}
.product-banner .com p {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.pro-type-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-type {
  width: 1200px;
  margin: 0 auto;
  height: 76px;
  line-height: 76px;
}
.product-type li {
  float: left;
  margin-right: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.product-type li:after {
  content: '';
  position: absolute;
  bottom: 16px;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #1874ff;
  transition: left 0.2s ease-in;
}
.product-type li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.product-type li:hover,
.product-type li.active {
  cursor: pointer;
  color: #1874ff;
}
.product-type li:hover a,
.product-type li.active a {
  color: #1874ff;
}
.product-type li:hover:after,
.product-type li.active:after {
  left: 0;
}
.product-list {
  width: 1200px;
  margin: 30px auto 40px;
}
.product-list:after {
  clear: both;
}
.product-list:after,
.product-list:before {
  content: " ";
  display: table;
}
.product-list li {
  float: left;
  width: 380px;
  height: 502px;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.product-list li:not( :nth-child(3n)) {
  margin-right: 20px;
}
.product-list li a > img,
.product-list li > img {
  display: inline-block;
  width: 240px;
  height: 240px;
}
.product-list li h2 {
  line-height: 30px;
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-list li p {
  line-height: 24px;
  font-size: 16px;
  color: #999;
  word-break: break-all;
  /* 支持IE和chrome，FF不支持*/
  word-wrap: break-word;
  /* 以上三个浏览器均支持 */
  max-height: 48px;
  overflow: hidden;
}
.product-list li .hover-btn {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #1874ff;
  transition: all 0.2s ease-in;
}
.product-list li .hover-btn:after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -2px;
  background: url("/images/storlead_button_more_icon1.svg") no-repeat center;
  background-size: 20px 14px;
}
.product-list li:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-list li:hover .hover-btn {
  bottom: 0;
  opacity: 1;
}
.product-list.pro-cp li {
  width: 1200px;
  height: 440px;
  text-align: left;
  margin-right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-list.pro-cp li > img {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 360px;
  height: 360px;
}
.product-list.pro-cp li .btn {
  margin-top: 40px;
  display: block;
  width: 190px;
}
.product-list.pro-cp li .btn img {
  width: 20px;
  height: 14px;
}
.product-list.pro-cp li .btn:hover {
  box-shadow: none;
}
.product-list.pro-cp li h2 {
  width: 620px;
  padding-top: 54px;
  padding-bottom: 40px;
}
.product-list.pro-cp li p {
  width: 620px;
  line-height: 30px;
  text-align: justify;
  max-height: 88px;
}
.pro-page {
  width: 1200px;
  margin: 40px auto 60px;
  text-align: center;
}
.pro-page .page {
  display: inline-block;
}
