
/* w3017 产品-列表 start */
.w1520 {width: 15.2rem;margin: 0 auto;position: relative; font-size: 0;}
@media (max-width: 1540px) {
    .w1520 {width: 94%;}
}

.producom {
  width: 100%;
  padding: 0.8rem 0;
}

.producom .pronav {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0.3rem;
}

.producom .pronav .swiper-slide {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  margin-right: 0.3rem;
  height: auto;
}

.producom .pronav .swiper-slide a {
  display: inline-block;
  vertical-align: bottom;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  transition: all ease 0.5s;
}

.producom .pronav .swiper-slide.on a {
  color: #bfa274;
  font-size: 16px;
}

.producom .pronav .swiper-slide:hover a {
  color: #bfa274;
}

.producom .procont {
  width: 100%;
}

.producom .procont .proem {
  width: 100%;
  display: none;
}

.producom .procont .proem.on {
  display: block;
}

.producom .solulis {
  width: 100%;
  font-size: 0;
}

.producom .solulis .solum {
  display: inline-block;
  vertical-align: top;
  width: calc((480 / 1520 * 100%));
  margin-right: calc((39 / 1520 * 100%));
  margin-bottom: 0.4rem;
}

.producom .solulis .solum a {
  width: 100%;
  display: block;
}

.producom .solulis .solum .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.producom .solulis .solum .imgs .img {
  width: 100%;
  padding-top: 56.25%;
  transition: all ease 0.5s;
}

.producom .solulis .solum .vod {
  width: 100%;
  background-color: #f4f6f8;
  padding: 0.3rem;
  border-bottom: solid 0.05rem transparent;
}

.producom .solulis .solum .vod .vt {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.15rem;
}

.producom .solulis .solum .vod .vt p {
  font-weight: bold;
  line-height: 1.5;
}

.producom .solulis .solum .vod .vm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
}

.producom .solulis .solum:nth-child(3n) {
  margin-right: 0;
}

.producom .solulis .solum:hover {
  transition: all  ease 0.5s;
  box-shadow: 0px 10px 40px 0px rgba(0, 32, 64, 0.1);
}

.producom .solulis .solum:hover .imgs .img {
  transform: scale(1.1);
}

.producom .solulis .solum:hover .vod {
  width: 100%;
  background-color: #fff;
  transition: all ease 0.5s;
  border-bottom: solid 0.05rem #bfa274;
}

.producom .solulis .solum:hover .vod .vt {
  color: #bfa274;
}

.producom .solulis .solum:hover .vod .vt p {
  color: #bfa274;
}

.producom .seromd {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0.3rem;
}

.producom .seromd form {
  width: 100%;
  display: block;
  font-size: 0;
}

.producom .seromd .inpt {
  display: inline-block;
  vertical-align: top;
  margin-right: calc(9 / 1520 * 100%);
  margin-bottom: 0.1rem;
  width: calc(440 / 1520 * 100%);
}

.producom .seromd .inpt .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  background-color: #fff;
  border: solid 1px #999;
  padding: 0 0.4rem 0 0.2rem;
  overflow: hidden;
}

.producom .seromd .inpt .select-con .select-value {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 3.2;
  height: 3.2em;
  color: #333;
}

.producom .seromd .inpt .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.producom .seromd .inpt .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.producom .seromd .inpt .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 12px;
  height: 6px;
  background-image: url("../images/x1.png");
  background-size: 100% 100%;
}

.producom .seromd .sub {
  display: inline-block;
  vertical-align: top;
  width: calc((170 / 1520) * 100%);
  text-align: center;
  height: 3.2em;
  line-height: 3.2;
  color: #fff;
  position: relative;
  background-color: #bfa274;
  overflow: hidden;
  padding: 0 0.2rem;
}

.producom .seromd .sub span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.producom .seromd .sub span img {
  width: 100%;
  display: block;
}

.producom .seromd .sub input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 800px) {
    .producom .seromd .inpt{width: 100%; margin: 0 10 auto !important;}
    .producom .seromd .sub{width: 100%; margin: 0 10 auto !important;}
    .producom .solulis .solum{width: 49%;margin:0  2% 2% 0;}
    .producom .solulis .solum:nth-child(2n){margin-right: 0 !important;}
}

@media (max-width: 800px) {
    .producom .seromd .inpt{width: 100%; margin: 0 10 auto !important;}
    .producom .seromd .sub{width: 100%; margin: 0 10 auto !important;}
    .producom .solulis .solum{width: 49%;margin:0  2% 2% 0;}
    .producom .solulis .solum:nth-child(2n){margin-right: 0 !important;}
}

/* w3017 产品-列表 end */

.pages {
  text-align: center;
  width: 100%;
  font-size: 0;
  display: block;
  padding-top: 0.3rem;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #666;
  cursor: pointer;
  border: solid 1px #dddddd;
  background-color: #fff;
  margin: 0 0.05rem;
  transition: all ease 0.3s;
}

.pages .page.ltn {
  background-image: url("/static/home/images/b1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.rtn {
  background-image: url("/static/home/images/b2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.on {
  background-color: #222222;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: solid 1px #222222;
  color: #fff;
}

.pages .page.on.ltn, .pages .page.ltn:hover {
  background-image: url("/static/home/images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
  border: solid 1px #222222;
  color: #fff;
}

.pages .page.on.rtn, .pages .page.rtn:hover {
  background-image: url("/static/home/images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.pages .page:hover {
  background-color: #222222;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: solid 1px #222222;
  color: #fff;
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
