/*主要内容*/
.main {
	width: 100%;
	overflow: hidden;
	background:#f2f2f2;
}
.main-container{
	width: 100%;
      overflow: hidden;
}
.present {
	width: 100%;
	height: 33px;
	padding-top: 18px;
	margin-left: 20px;
}
.present span {
	float: left;
	margin-right: 5px;
       color: #888;
  font-size: 12px;
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
.present span a{
	font-size: 12px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
	color: #888;
}
.info {
	width: 300px;
	height:290px;
	color: #fc7878;
	background-color: #fff;
	float: left;
}
.info_icon {
	width: 13px;
	_width: 8px;
	height: 12px;
	background: url(../images/shop.png) no-repeat;
	background-position: 0px -21px;
	float: left;
	margin-top: 2px;
}
.product{
       margin-left: 12px;
       padding-top: 14px;
       height: 40px;
       font-family: 黑体;
      font-size: 18px;
}
.product-information{
	color: #fc7878;
}
.commodity {
	font-size: 12px;
	font-family: 微软雅黑;
	font-weight: 700;
	margin-top: 17px;
	padding-left: 10px;
}
.set {
        color: #fc7878;
}

.childlife {
	width: 270px;
	height: 5px;
	background: url(../images/shop.png) no-repeat;
	background-position: 0px -134px;
}
/*产品图片*/
.pic{
        min-height:790px;
}
.pic ul{
   overflow: hidden;
}
.pic li{
	width:290px;
	height:380px;
	background:#fff;
	float: left;
	margin-left: 13px;
	margin-bottom: 15px;
}
.pic li img{
	width:255px;
	height:255px;
        padding:17px;
}
.pic li div{
	width: 253px;
    height: 68px;
    border-top: 1px #ccc solid;
	color:#7c6b5f;
  line-height: 22px;
  text-align: center;
  padding-top: 9px;
  overflow: hidden;
    margin: 0 auto;
}	
.pic li div a{
	color:#7c6b5f;
}

	/*分页*/
.fanye{
  clear: both;
 _clear:both;
  width: 288px;
  height: 50px;
  float: right;
  margin-top: 20px
}
.fanye li {
       float:left;
       margin-left: 9px;
        width: 60px;
        background-color: #fff;
        line-height: 29px;
       text-align: center;
}
.fanye .last{
          border-radius: 0px 3px 4px 0px;
}
.fanye li a{
 color:#000;
display: block;
}
.fanye li a:hover{
 color:#fff;
}
.fanye li:hover{
 background-color:#fe5f56;
}
.fanye .home-page{
       border-radius: 3px 0px 0px 5px;
}
.fanye .home-page a:hover{
        background-color:#fe5f56;
}
.qq{
  width: 52px;
  position: fixed;
  right:0;
  top: 218px;
}
.qq img{
  width: 52px;
  height: 52px;
  margin-top: 5px;
}
