/* ==================´óÍ¼ÇÐ»»====================== */

.infocus {
    overflow: hidden;
		position:relative;
}

.infocus_box {
    height: 353px;
    overflow: hidden;
    background: #fff;
    margin-top: 0px;
    width: 100%;
    position:relative;
}

.infocus_btn {
    width: 100%;
    margin: auto auto;
    overflow: hidden;
    height: 17px;
    padding-top: 310px;
		position:absolute;
		z-index:99;
}
.center_btn {
	width:100px;
	margin:auto auto;
}

.infocus_btn span {
    width: 17px;
    height: 17px;
    background: url(../images/img/off.png) no-repeat;
    display: inline-block;
    float: left;
    margin-left: 8px;
    cursor: pointer;
    overflow: hidden;
}

.infocus_btn span.on {
    background:url(../images/img/on.png) no-repeat;
}

.infocus_box ul {
    width: 99999px;
}

.infocus_box li {
    width: 100%;
    height: 602px;
    float: left;
}

.infocus_con {
    width: 1000px;
    height: 602px;
    margin: 0 auto;
}
.infocus_left{	
	width:60px; 
	height:64px; 
	display:none; 
	background-image:url(../images/img/infocus_btn.png);
	background-repeat:no-repeat;
	position:absolute;
	top:250px;
	left:48px;
	z-index:5;
}
.infocus_left:hover{ 
	width:60px; 
	height:64px;
	background-image:url(../images/img/infocus_btn.png);
	background-repeat:no-repeat;
	background-position: 0 -65px;
}
.infocus_right{
	width:60px; 
	height:64px; 
	display:none; 
	background-image:url(../images/img/infocus_btn.png);
	background-position: -60px 0; 
	background-repeat:no-repeat;
	position:absolute; 
	top:250px; 
	right:48px;
	z-index:5;
}
.infocus_right:hover{
	width:60px; 
	height:64px; 
	background-image:url(../images/img/infocus_btn.png);
	background-position: -60px -65px;
	background-repeat:no-repeat;
}		
.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;
}
