.kv{
  width: 100%;
  overflow: hidden;
}
.wraper{
  margin-bottom: 90px;
}
.item{
  margin-bottom: 60px;
}
/*.classify{
  background-color: #262626;
  width: 100%;
  height: 150px;
}
.sortwrap{
  width: 1528px;
  margin: 0 auto;
  padding-top:25px;
}
.sortwrap li{
  width: 173px;
  height: 100px;
  float: left;
  margin-right: 18px;
}
.sortwrap li:hover .sort-img{
  transform: scale(1.1,1.1);
}
.sortwrap li:hover p{color: #fff;}
.sort-img{
  width: 65px;
  display: block;
  margin: 0 auto;
  transition: all 0.8s;
}
.sortwrap li p{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #8b8b8b;
  margin-top: 10px;*/
}
.item{
  margin-top: 100px;
}
.liemwrap{
  width: 1228px;
  width: 1207px;
  margin: 0 auto;
}
.top{
  width: 100%;
  height: 66px;
  position: relative;
}
.name{
  position: absolute;
  left: 20px;
  left: 0;
  top: 0;
}
.name:after{
  content: "";
  display: block;
  background: url(../../images/Product/ico.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 43px;
  position: absolute;
  left: -20px;
  /* top: 4px; */
  top: 7px;
}
.itp1{font-size: 24px;color: rgb(255, 183, 27);font-family: "509R";padding-left: 30px;}
.itp2{font-size: 24px;color: #3e3a39;padding-left: 30px;}
.more{
  width: 55px;
  height: 22px;
  background-image: url(../../images/Base/more.jpg);
  position: absolute;
  right: 0;
  bottom: 6px;
}
.contain{
  width: 100%;
  margin: 50px 0;
}
.contain li{
  width: 371px;
  margin-right: 47px;
  float: left;
  margin-bottom: 10px;
}
.contain li a{display: block;width: 100%;}
.contain li:nth-child(3n){margin-right: 0px;}
.imgwrap{
  width: 371px;
  height: 247px;
  background-color: rgba(253, 232, 179,0.7);
  overflow: hidden;
  position: relative;
}
.defcol{
  background-color: #e5e5e5;
}
.item-desc{
  color: #737373;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.item-img{
  transition: all 0.8s;
  /*width: 219px;*/
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contain li a:hover .item-desc{
  color: rgb(255, 183, 27);
}
.contain li a:hover .item-img{
  transform: scale(1.05,1.05);
}
/*@media screen and (max-width: 1545px) {
  .sortwrap{width: 1232px;}
  .sortwrap li{width: 136px;}
}*/



.classify{
  background-color: #393636;
  width: 100%;
  height: 150px;
  margin-bottom: 84px;
}
.sortwrap{
 width: 1340px;
  /* width: 1210px; */
  margin: 0 auto;
  padding-top:25px;
}
.sortwrap li{
  width: 132px;
  height: 100px;
  float: left;
  margin-right: 18px;
  position: relative;
}
.sortwrap li.on p{color: rgb(255, 183, 27);}
.sortwrap li:hover .sort-img{
  transform: scale(1.1,1.1);
}

.sort-img{
  width: 65px;
  display: block;
  margin: 0 auto;
  transition: all 0.8s;
  margin-top: 8px;
}
.sortwrap li p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 50px;
  /*margin-top: 10px;*/
}
.sortwrap li:after{
  content: "";
  width: 1px;
  height: 79px;
  display: block;
  background: #737373;
  position: absolute;
  right: -10px;
  top: 17px;
}
.sortwrap li:hover p{color: #fff;}
.sortwrap li:last-child:after{display: none;}
/*@media screen and (max-width: 1545px) {
  .sortwrap{width: 1232px;}
  .sortwrap li{width: 136px;}
}*/
