.desilistbox{
	max-width: 1526px;
	width:90%;
	*width: 1526px;
	margin:0 auto;
}
.desilist{
	padding-bottom:30px;
}
.desilist li{
	padding-top:40px;
	padding-right:10px;
	padding-bottom:30px;
	padding-left:35px;
	margin-bottom:30px;
	box-shadow:2px 2px 6px -1px #cacaca;
}
.desiinfobox{
	max-width:250px;
	width:17.8%;
	*width:250px;
	float:left;
}

.designimg{
	display:block;
	width:134px;
	height:;
	position:relative;
}
.designimg img{
	width:134px;
	height:134px;
}
.designimg span{
	width:100%;
	background:rgba(0,0,0,0.5);
	color:#fff;
	height:30px;
	line-height:30px;
	font-size:18px;
	display:block;
	bottom:0;
	left:0;
	text-align:center;
}
.desitext h3{
	padding-top:16px;
	font-size:16px;
	margin:0;
	line-height:200%;
}
.desitext h3 i{
	display:inline-block;
	width:22px;
	height:27px;
	margin-left:3px;
	background:url(/Public/Home/img/designer/icon_hot.png) no-repeat;
	background-size:100%;
	vertical-align:text-bottom;
}
.desitext span{
	display:block;
	width:100%;
	line-height:20px;
	font-size:14px;
	color:#838383;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.yuyuebox{
	width:120px;
	font-size:16px;
	text-align:center;
	color:#777;
	line-height:200%;
	padding-top:5px;
}
.yuyuebox .btnbox{
	padding-bottom:0;
}
.yuyuebox .btnbox a{
	width:100%;
	height:30px;
	font-size:18px;
	line-height:30px;
	margin:0;
	border-radius:8px;
}
.mycasebox{
	max-width:1226px;
	width:82.2%;
	*width:1226px;
	float:right;
}
.mycasebox .mycase{
	float:left;
	width:33.333%;
	height:280px;
	/*padding-right:32px;*/
	padding-right:2%;
}
.mycasebox .mycase a{
	display:block;
	height:100%;
}
.mycasebox .mycase img{
	width:100%;
	height:100%;
}
.mycasebox .mycase .info{
	padding:30px 0;
	text-align:center;
	color:#7e7e7e;
}
.mycasebox .mycase .info i{
	display:inline-block;
	width:16px;
	height:20px;
	background:url(/Public/Home/img/home/topweizhi.png) no-repeat;
	background-size:100%;
	margin-right:3px;
	vertical-align:text-bottom;
}
/*@media (max-width:1270px){
	
}*/

/* 侧边栏 */
.fixedindex{
	position:fixed;
    right:5px;
    top:85%;
    z-index:999;
    cursor:pointer;
    display:none;
    text-align:center;
    color:#ccc;
    font-size:33px;
	padding:0;
	width:80px;
}
.fixedindex ul{
	border:1px solid #eaeaea;
	border-bottom:0;
	margin-bottom:0;
}
.fixedindex li{
	font-size:12px;
    width:100%;
    height:78px;
    border-radius:0;
    background-color:transparent;
    line-height:100%;
    margin-top:0;
    border-bottom:1px solid #eaeaea;
}
.fixedindex li a{
	width:100%;
	height:100%;
	color:#787878;
	display:block;
	padding-top:8px;
	background-color:#fff;
	position:relative;
}
.fixedindex li a i.ico{
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	background:url(/Public/Home/img/newindex/cbl-4.png) no-repeat 0 0;
}
.fixedindex li a i.ico2{
	background-image:url(/Public/Home/img/newindex/cbl-1.png);
}
.fixedindex li a i.ico3{
	background-image:url(/Public/Home/img/newindex/cbl-3.png);
}
.fixedindex li a i.ico4{
	background-image:url(/Public/Home/img/newindex/cbl-5.png);
}
.fixedindex li a i.ico5{
	background-image:url(/Public/Home/img/newindex/cbl-2.png);
}
.fixedindex li a i.ico6{
	background-image:url(/Public/Home/img/newindex/cbl-6.png);
	margin-top:11px;
}
.fixedindex li span{
	display:block;
	padding-top:8px;
}
.fixedindex li a:hover{
	background-color:#b49266;
	color:#fff;
}
.fixedindex li a:hover i{
	background-position:-40px 0;
}