/* banner img */
#banner {
  min-width: 1280px;
}

#banner img {
  width: 100%;
}

/* title */
#wrapper {
  width: 1280px;
  margin: 0 auto;
}

#wrapper .title {
  margin: 0 auto;
  margin-bottom: -20px;
  text-align: center;
}

#wrapper .title .text {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-family: 'Impact Regular',"Impact";
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  color: #333333;
}

.bg-line {
  height: 5px;
  background-color: #333333;
  display: inline-block;
  font-size: 50px;
  position: relative;
  font-family: 'Impact Regular',"Impact";
  z-index: -1;
  top: 82px;
  padding-left: 100px;
  padding-right: 100px;
}

#wrapper p {
  font-size: 18px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
  color: #333333;
}

.product-img {
  width: 1080px;
  margin: 0 auto;
}

.product-img::after{
  content: "";
  display: block;
  clear: both;
}

.product-img .item {
  float: left;
  margin-left: 60px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 80px;
}

.product-img .item img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

.product-img .item div {
  margin-top: 25px;
  color: #333333;
}

/******************************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;
}