


/* banner img */
#banner {
  min-width: 1280px;
}

#banner img {
  width: 100%;
}

/* title */
#wrapper {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 140px;
}

#wrapper .title {
  margin: 0 auto;
  padding-bottom: 30px;
}

#wrapper .title .text {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;  
  font-family: 'Impact Regular',"Impact";
  padding-top: 60px;
  background-color: white;
  color: #333333;
}

.bg-line {
  height: 5px;
  width: 370px;
  background-color: #333333;
  position: relative;
  left: 50%;
  font-family: 'Impact Regular',"Impact";
  margin-left: -185px;
  top: 95px;
  z-index: -1;
}

/* product classify */
#classify .item {
  width: 580px;
  height: 360px;
  font-size: 0px;
  transition: transform 1s;
  -moz-transition: transform 1s;
  /* Firefox 4 */
  -webkit-transition: transform 1s;
  /* Safari 和 Chrome */
  -o-transition: transform 1s;
  float: left;
  margin: 20px 0 40px 40px;
}

.item .product {
  width: 100%;
  height: 300px;
}

.item>div {
  background-color: #93939c;
  height: 60px;
  line-height: 60px;
}

.item>div>span:first-child {
  font-size: 26px;
  font-weight: bold;
  padding-left: 20px;
  color: white;
}

/* know more about */
.item .more {
  font-size: 18px;
  color: white;
  border: 1px solid white;
  height: 28px;
  border-radius: 15px;
  margin-top: 15px;
  float: right;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  cursor: pointer;
}

.item .more img {
  vertical-align: -2px;
}

.item:hover div {
  background-color: #d7000f;
}

#wrapper .item:hover {
  transform: scale(1.04);
}

.hot > a {
  color: #d7000f;
} 

#wrapper::after{
  content: "";
  display: block;
  clear: both;
}

/******************************fotter*******************************/ 
#footer{ 
  margin: 0 auto;
  height: 78px;
  line-height: 78px;  
  background-color: #f5f5f5;
  font-size: 18px;
}

#footer .span{
  display: block; 
}

#footer span a {
  text-decoration: none;
  color: #333333;
  margin-left: 40px;
  font-size: 18px;
}

#footer .wrapper{
  width: 1200px;
  margin: 0 auto;
}

#footer .wrapper div {
  float: left;
}

#footer .wrapper .fontRight{
  float: right;
  text-align: right;
}