.shouqi{
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff8343;
    border-radius: 5px;
    color: #ff8343;
    float: right;
    margin-bottom: 5px;
}

.imgclick{
	display: none;
	z-index: 1000;background: rgba(0,0,0,0.2);height: 100%;width: 100%;position: fixed;
}

.imgclick .col{
	background: url(../images/icon11.png);
	height: 30px;
    width: 30px;
    background-position: 143px -98px;
   position: absolute;
   top: 80px;
   right: 200px;
}

.imgclick .img_div{
    width: 850px;
    margin: 80px auto 0 auto;
    height: 450px;
}

.imgclick .img_div .lbt{
    position: relative;
    overflow: hidden;
    width: 850px;
    height: 348px;
}

.imgclick .img_div .lbt .lbt_out {
	height: 100%;
	width: 2550px;
	position: absolute;
	left: -850px;
}

.imgclick .img_div .lbt .lbt_out>li{
	height: 100%;	
	width: 850px;
	list-style: none;
	float: left;
	overflow: hidden;
}

.imgclick .img_div .left{
    text-align: center;
    width: 20px;
    height: 67px;
    background: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=30);
    position: absolute;
    top: 111px;
    left: 19px;
}

.imgclick .img_div .right{
    text-align: center;
    width: 20px;
    height: 67px;
    background: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=30);
    position: absolute;
    top: 111px;
    right: 19px;
}
