/*焦點圖*/
.hot-bar {
      
position: absolute;
   
left: 50%;
   
z-index: 11;
   
bottom: 10px;
   
margin-left: -50px;
}

.hot-pics {
    height: 374px;
    overflow: hidden;
	width:554px;
    position: relative;
}
.hot-pics li {
    float: left;
	width:554px;
	    height: 100%;
}

.hot-pics ul {
    width: 3324px;
	position: absolute;
	z-index: 10;
	height: 100%;
}

.hot-bar li {
    float: left;
	cursor: pointer;
    width: 10px;
    height: 10px;
    display: inline-block;
  
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 6px;
    margin-top: 9px;
    text-indent: -10000px;
	background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.hot-bar li.current {
    opacity: 1;
    filter: alpha(opacity=100);
}
.next_pic {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
	    cursor: pointer;
    background: #fff;
    opacity: 0.8;
	    color: #ccc;
    line-height: 50px;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
	    top: 50%;
		    z-index: 11;
    margin-top: -25px;
}
.hot {
    position: relative;
	    width: 554px;
}
.pre_pic {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
	    z-index: 11;
	    top: 50%;
		    color: #ccc;
    line-height: 50px;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
    margin-top: -25px;
    background: #fff;
    opacity: 0.8;
	cursor: pointer;
}
.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;
}
