/* ==================´óÍ¼ÇÐ»»====================== */

.infocus {
    overflow: hidden;
	position:relative;
}

.infocus_box {
    height: 510px;
    overflow: hidden;
    background: #fff;
    margin-top: 0px;
    width: 100%;
    position:relative;
}

.infocus_btn {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    height: 4px;
    padding-top: 9px;
	z-index:10;
	position:absolute;
	text-align:center;
	bottom:30px;
	left:42%;
}

.infocus_btn span {
    width: 65px;
    height: 4px;
    background: #fff;
    display: inline-block;
    float: left;
    margin-left: 2px;
	margin-right:5px;
    cursor: pointer;
    overflow: hidden;
}

.infocus_btn span.on {
    background: #e7ac00;
}

.infocus_box ul {
    width: 99999px;
}

.infocus_box li {
    width: 100%;
    height: 510px;
    float: left;
}

.infocus_con {
    width: 1000px;
    height: 510px;
    margin: 0 auto;
}
.infocus_left{	
	width:28px; 
	height:54px; 
	display:none; 
	background-image:url(../images/img/infocus_left.png);
	background-repeat:no-repeat;
	position:absolute;
	top:250px;
	left:48px;
	z-index:5;
}
.infocus_left:hover{ 
	width:28px; 
	height:54px;
	background-image:url(../images/img/infocus_left.png);
	background-repeat:no-repeat;
	position:absolute;
	top:250px;
	left:48px;
	z-index:5;
}
.infocus_right{
	width:28px; 
	height:54px; 
	display:none; 
	background-image:url(../images/img/infocus_right.png);
	background-repeat:no-repeat;
	position:absolute; 
	top:250px; 
	right:48px;
	z-index:5;
}
.infocus_right:hover{
	width:28px; 
	height:54px; 
	background-image:url(../images/img/infocus_right.png);
	background-repeat:no-repeat;
	position:absolute; 
	top:250px; 
	right:48px;
	z-index:5;
}		
.inbrand_btn_l a {
    width: 33px;
    height: 33px;
    display: block;
    float: left;
    background: url(../images/infocus_btn.png) -140px 0 no-repeat;
    cursor: pointer;
}

.inbrand_btn_l a.active {
    background: url(../images/infocus_btn.png) -173px 0 no-repeat;
}

.inbrand_btn_r a {
    width: 33px;
    height: 33px;
    display: inline-block;
    float: left;
    background: url(../images/infocus_btn.png) -206px 0 no-repeat;
}

.inbrand_btn_r a.active {
    background: url(../images/infocus_btn.png) -239px 0 no-repeat;
}
