.home{
	width: 1200px;
	margin: 1px auto;
	border-top: 2px solid #F66D0A;
}
.home .l-nav .your-class{
	position: relative;
	margin-top: 1px;
}
.home .l-nav .your-class .slick-dots{
	position: absolute;
	bottom: 0;
	width: 971px;
	padding-left: 230px;
}
.home .l-nav .your-class .slick-dots li button:before{
	content:'';
	background: #DCDCDC;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	opacity:1;
}
.home .l-nav .your-class .slick-dots li.slick-active button:before{
	background: #F66D0A;
	opacity:1;
}
.home .l-nav .home .recommend{
	overflow: hidden;
}
.home .recommend>p{
	border-bottom: 2px solid #f66d0a;
	position: relative;
	width: 1031px;
	margin: 0 auto;
	margin-bottom: 54px;
	margin-top: 30px;
}
.home .recommend>p>span{
	display: block;
    /* width: 193px; */
    height: 30px;
    line-height: 30px;
    background: #fff;
    position: relative;
    position: absolute;
    top: -17px;
    left: 50%;
    /* margin-left: -96.5px; */
    transform: translateX(-50%);
    padding-right: 20px;
}
.home .recommend>p>span>img{
	position: absolute;
	left: 27px;
}
.home .recommend>p>span>b{
	padding-left: 73px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.home .recommend>span>a{
	font-size: 18px;
	color: #F66D0A;
	float: right;
	text-decoration: underline;
	    
}
.home .recommend .brand-list{
	margin-top: 105px;
	margin-bottom: 238px;
	overflow: hidden;
}
.home .recommend .brand-list .x-brand{
	width: 280px;
	margin: 0 26px 49px 0;
	float: left;
	/*border: 1px solid #d7d7d7;*/
}
.home .recommend .brand-list .x-brand > div{
	border: 1px solid #d7d7d7;
}
.home .recommend .brand-list .x-brand:nth-child(4n){
   margin-right: 0;
}
.home .recommend .brand-list .x-brand img{
	width: 280px;
	/*height: 180px;*/
	height: auto;
	margin-bottom: 26px;
}
.home .recommend .brand-list .x-brand>p{
	text-align: center;
	margin-top: 10px;
}

.your-class>.slick-list{
	height: 460px;
}
