body,html{
	padding: 0px;
	margin: 0px;
	background-color: #fdfcf9;
	width: 100%;
}

ul{
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style: none;
}
.container .title{
	width:859px;
	margin: 0px auto;
	margin-top: 50px;
}
.content{
	width: 100%;
    margin: 0 auto;
   margin-top: 35px;
}
.content .left{
	float: left;
    width: 65%;
}
.content .right{
	width: 34%;
	float: left;
	position: relative;
}
.content .right .img_auto{
	text-align: center;
}

.right .goods  li{
	width:48%;
}
.right .goods  li img{
	border-radius: 50%;
}
.right .goods{
	position: relative;
}
.right .goods .goods_1,.right .goods .goods_2,.right .goods .goods_3,.right .goods .goods_4,.right .goods .goods_5{
	position: absolute;
}
.goods_1{
	left: 0px;
	top:0px;
}
.goods_2{
	right:0px;
	top:0px;
}
.goods_4{
	left: 0px;
	bottom:0px;
}
.goods_5{
	right:0px;
	bottom: 0px;
}

@media screen and (min-width: 1400px) and (max-width: 2000px) { 
	.goods{
		height: 608px
	}
	.goods_3{
		top: 32%;
    	left: 25.5%;
	}
}
@media screen and (min-width: 1279px) and (max-width: 1400px) {
	.goods{
		height: 442px
	}
 	.goods_3{
		top: 32%;
    	left: 25.5%;
	}
}
@media screen and (min-width: 1151px) and (max-width: 1279px) {
 	.goods{
		height: 334px
	}
 	.goods_3{
		top: 32%;
	   left: 25.5%;
	}
}
@media screen and (min-width: 100px) and (max-width: 1150px) {
	.goods{
		height: 362px
	}
	.goods_3{
		top: 32%;
	   left: 25.5%;
	}
}
.search{
	height: 157px;
	background-color: #e3d6b6;
}
.search .center{
	width:845px;
	margin:0 auto; 
}
.search .center .select{
	padding: 45px 0px;
}
.search input{
	float: left;
	width:666px;
	height:59px;
	border:none;
}
.search a{
	float: left;
    display: block;
    width: 177px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    background-color: #d9c185;
    font-size: 30px;
    font-family: '微软雅黑';
}
.bottom{
	width: 100%;
	margin: 0 auto;
}
.bottom .goods_list  li{
	float: left;
	width: 25%;
	text-align: center;
	margin: 25px 0px;
	
}
.bottom .goods_list  li img{
	border-radius: 50%;
}