.banner{
  width: 100%;
  background: url("../imageswm/hbty.jpg") no-repeat center;
  height: 354px;
}
.navigate{
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  line-height: 50px;
}
.navigate-icon{
  position: absolute;
  background: url("../imageswm/nav_home.png") no-repeat;
  width: 18px;
  height: 18px;
  left: 0px;
  top:15px;
}
.navigate h1{
  font-size: 12px;
  color:#737373;
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.navigate h1:hover{
  border-bottom:1px solid #737373;
}
.navigate span{
  font-size: 12px;
  color:#737373;
}
.navigate a{
  cursor: pointer;
}
.wrap{
  width: 1200px;
  margin: 0 auto;
}
.store-curr{
  width: 100%;
  /*padding-top: 45px;*/
  padding-bottom: 74px;
  overflow: hidden;
}
.store-curr-img{
  float:right;
  width: 613px;
  height: 500px;
}
.store-curr-img img{
  width: 100%;
  height: 100%;
}
.store-curr-con{
  float: left;
  width:500px;
  margin:65px 46px 10px 10px;
}
.store-curr-con-heng{
  display: inline-block;
  width: 62px;
  height: 2px;
  background-color: #3b3b3b;
  margin-top: 19px;
  margin-bottom: 56px;
}
.store-curr-con-txt{
  margin-bottom: 24px;
  font-size: 13px;
  color:#747474;
}
.store-curr-con-txtson{
  font-size: 15px;
  color:#3b3b3b;
}
.wrap-down{
  width: 100%;
  background-color: #f3f3f3;
  padding-top: 86px;
  padding-bottom: 83px;
}
.wrap-down-title1{
  text-align: center;
  font-size: 40px;
  color:#3b3b3b;
}

.wrap-down-title1 a{color:#3b3b3b;}

.wrap-down-title2{
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
  color:#7b7b7b;
}
.store-item{
  width: 291px;
  height: 277px;
  box-sizing: border-box;
  border:1px solid #e7e7e7;
  float:left;
  margin-right: 12px;
  margin-bottom: 22px;
  position: relative;
  cursor: pointer;
}
.store-item img{
  width: 100%;
  height: 179px;
}
.store-item-cover{
  position: absolute;
  width: 100%;
  height: 179px;
  left:0px;
  top:0px;
  z-index: 9;
  background-color: rgba(0,0,0,0.3);
}
.store-item-con{
  width: 100%;
  height: 98px;
  box-sizing: border-box;
  padding: 23px 12px 0px 12px;
}
.store-item-con-title{
  font-size: 15px;
  color:#3b3b3b;
}
.store-item-con-txt{
  font-size: 12px;
  color:#7d7c7c;
  margin-top: 11px;
}
