
/*焦点图*/
.hot-bar {
      
position: absolute;
   
left: 50%;
   
z-index: 11;
   
bottom: 10px;
   
margin-left: -50px;
}

.hot-pics {
    height: 390px;
    overflow: hidden;
	width:1207px;
    position: relative;
}
.hot-pics li {
    float: left;
	width:1207px;
	    height: 100%;
}

.hot-pics ul {
    width: 2414px;
	position: absolute;
	z-index: 10;
	height: 100%;
}

.hot-bar li {
    float: left;
	cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    display: inline-block;
  
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 6px;
    margin-top: 9px;
    border-radius: 50%;
    text-indent: -10000px;
}
.hot-bar li.current {
   border-color: #fff;
    background: #fff;
}
.next_pic {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0px;
	    cursor: pointer;
    background: #000;
    opacity: 0.8;
	    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
	    top: 50%;
		    z-index: 11;
    margin-top: -25px;
}
.hot {
    position: relative;
	    width: 1207px;
}
.pre_pic {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 0px;
	    z-index: 11;
	    top: 50%;
		    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
    margin-top: -25px;
    background: #000;
    opacity: 0.8;
}
.hot-pics li img {
    margin: 0 auto;
       display: block;
    height: 100%;
	width: auto;
}

.pic_bg img {
    width: 100%;
    height: 100%;
}
.pic_bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(30px);
    z-index: 2;
	opacity: 0.7;
}
