/*  */
.nyqxlist {
  height: auto;
}

.productbt {
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  padding-top: 50px;
}

.nyqxlist .contson {
  height: auto;
  min-height: 500px;
  width: 100%;
  margin: 20px auto 50px;
}

.contson .qianxidian {
  width: 360px;
  height: 450px;
  margin-right: 60px;
  margin-top: 35px;
  cursor: pointer;
  box-shadow: 0px 0px 5px 1px #cfcfcf;
}

.contson .qianxidian:nth-child(3n) {
  margin-right: 0;
}

.qianxidian .qianxiimg {
  width: 330px;
  height: 340px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}

.qianxiimg img {
  transition: 300ms;
  transform: scale(1);
}

.qianxiimg .jiahao {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/jiahao.png);
  background-size: 100% 100%;
}

.qianxidian .qianxicon {
  width: 360px;
  height: 80px;
}

.qianxicon .qianxiconbt {
  text-align: center;
  color: #000;
  font-size: 22px;
  padding: 10px 20px 5px;
  line-height: 30px;
}

.qianxicon .qianxiconfbt {
  color: #575757;
  font-size: 16px;
  line-height: 26px;
  padding: 0 20px;
  text-align: center;
}

.qianxidian:hover .qianxiimg img {

  transform: scale(1.2);
}

/*.qianxidian:hover .qianxicon .qianxiconbt{
  color: #fff;
}
.qianxidian:hover .qianxicon .qianxiconfbt{
  color: rgb(219, 219, 219);
} */


/* profile */
.profile .profibt {
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 120px;
}

.profile .proficon {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 30px;
}

.profile .proficon img {
  width: 100%;
  height: 100%;
}