body{
	background: #fff;
}
.ad > div > div {
  top: 300px;
  left: 464px;
  font-style: italic;
}
.ad p {
  font-size: 20px;
}
.content .info {
  padding-top: 40px;
}
.content .info > div > div li {
  list-style-image: url(../images/star.png);
  list-style-position: outside;
}
.content .info > div > div {
  width: 750px;
}
.content .info > div ul {
  display: none;
}
.content .same {
  background-color: #f5f5f5;
}
.content .same > div {
  width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
}
.content .same > div h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  border-left: 6px solid #1c77e7;
  padding-left: 12px;
}
.content .same > div > div {
  padding-left: 30px;
  padding-top: 30px;
}
.content .same > div > div > div {
  width: 940px;
  height: 208px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.content .same li {
  width: 164px;
  float: left;
  background-color: #e5e5e5;
  margin: 0 12px;
}
.content .same h4 {
  height: 164px;
}
.content .same h4 img {
  width: 100%;
  height: 100%;
}
.content .same p {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
}
.content .same span {
  display: inline-block;
  height: 203px;
  width: 80px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.content .same span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .same ul {
  position: absolute;
  left: 0px;
  top: 0px;
   -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#prev {
  background: url(../images/left.png) no-repeat center center;
}
#next {
  background: url(../images/right.png) no-repeat center center;
}
.header .product{
	background-color: #1c77e7;
}
.header .product>a {
	color: #fff;
}