.kv{
  width: 100%;
  overflow: hidden;
  margin-top: 78px;
}
body{
  background-color: #fff;
}

.sort-img{
  width: 102px;
  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{
  
}
.liemwrap{
  width: 1228px;
  margin: 0 auto;
}
.more{
  width: 55px;
  height: 22px;
  background-image: url(../../images/Base/more.jpg);
  position: absolute;
  right: 0;
  bottom: 6px;
}
.contain{
  width: 100%;
  margin: 35px 0 100px;
}
.contain li{
  width: 371px;
  margin-right: 38px;
  float: left;
}
.contain li a{display: block;width: 100%;}
.imgwrap{
  width: 371px;
  height: 247px;
  background-color: #e5e5e5;
  overflow: hidden;
  position: relative;
}
.defcol{
  background-color: #e5e5e5;
}
.item-desc{
  color: #737373;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.item-img{
  transition: all 0.8s;
  /*width: 219px;*/
  width:315px;
  display: block;
  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);
}
.level1{
  color: #737373;
  font-size: 18px;
}
.level2{
  color: rgb(255, 183, 27);
  font-size: 18px;
}
.bread{
  margin: 30px 0;
}
.bread span{color: #737373;}
.searchWrap{
  width: 715px;
  margin: 0 auto;
}
.searchInput{
  width: 640px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  outline: none;
  border: 1px solid rgb(255, 183, 27);
  float: left;
  font-size: 18px;
}
.searchBtn{
  width: 60px;
  height: 40px;
  position: relative;
  background-color: rgb(255, 183, 27);
  float: left;
  cursor: pointer;
}
.searchBtn img{
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.selectNav{
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.selectNav a{
  font-weight: 0;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  color: #737373;
  padding-right: 30px;
  margin-left: 30px;
  border-right: 1px solid #737373;
  font-family: '509R';
}
.selectNav a:last-child{
  border: none;
}

.selectNav a.on{
  font-weight: bold;
  color: #3e3a39;
}
.selectNav a.on:after{color: #c8baba;}
.selectNav a:last-child:after{display: none;}
.all{
  width: 97%;
  text-align: right;
  margin-top: 30px;
  color: #737373;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;  
}
