/* 焦点图效果 */

.picBtnTop {
	width: 100%;
	height: 409px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.picBtnTop .hd {
	width: 233px;
	height: 409px;
	position: absolute;
	right: 5px;
}

.picBtnTop .hd ul li {
	width: 233px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.picBtnTop .hd ul li img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	vertical-align: bottom;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    height: 131px;
}

.picBtnTop .hd ul li.on {
	
}

.picBtnTop .hd ul li.on img {
	border: 1px solid #888;
	box-shadow: 0px 0px 4px #5b5759;
}

.picBtnTop .bd {
	width: 727px;
    height: 100%;
    position: relative;
}

.picBtnTop .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
    box-sizing: border-box;
    overflow: hidden;
    height: 409px!important;
   margin-bottom: 6px;
}

.picBtnTop .bd li .pic {
	position: relative;
	z-index: 0;
}

.picBtnTop .bd li .pic img {
	width: 100%;
	height: 409px;
	vertical-align: bottom;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}

#demo1 {
	margin-bottom: 20px;
}

.picBtnTop .prev,
.picBtnTop .next {
	display: block;
	width: 40px;
	height: 30px;
	float: right;
	margin-right: 88px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 8;
}

.next {
	bottom: 0;
}

.prev {
	top: 0;
}
.picBtnTop:hover .next{
	background: url(../img/xinwenx_bottom.png) no-repeat center center;
}
.picBtnTop:hover .prev{
	background: url(../img/xinwenx_top.png) no-repeat center center;
}
.picBtnTop .hd .prevStop {
	background-position: -60px -100px;
}

.picBtnTop .hd .nextStop {
	background-position: -60px -140px;
}

/*960-1199*/
@media (max-width: 1300px) {
.picBtnTop {   
    height: 386px;   
}
.picBtnTop .bd {
    width: 535px;
    height: 386px;
    position: relative;
}
.picBtnTop .hd {
    width: 145px;
    height: 386px;
    position: absolute;
    right: 5px;
}

.picBtnTop .bd li .pic img {
   width: 535px;
    height: 386px;
    vertical-align: bottom;
}

.picBtnTop .hd ul li img {
    width: 233px;
    height: 133px;  
}
.picBtnTop .prev, .picBtnTop .next {  
    margin-right: 56px;  
}
}
/*640-959*/
@media  (max-width: 959px ) {
#demo1{
	display: none;
}

}