@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:"Microsoft YaHei";
}
img{
	border:none;
	display:block;
}
ul,li{
	list-style-type:none;
}
a{
	text-decoration:none;
}
.clear::after{
	content:"";
	clear:both;
	height:0;
	display:block;
}
/*»ÃµÆÆ¬*/
.myshuf {
    position: relative;
    min-width: 1200px;
    height:398px;
}
.myshuf,.shuffbox2{ position:relative; }
.shuffbox2,.shuffbtn,.shuffbtn ul li{ display:inline-block; *display:inline; *zoom:1;  }
.shuffbox2,.shuffbtn{ width:100%; }
.shuffbox2{ height:398px; overflow:hidden;}
.shuffbox2, .shuffbtn2 {
    width: 100%;
    min-width: 1200px;
}
.shuffbox2, .shuffpic2 {
    position: relative;
    left: 0;
    top: 0;
}
.shuffbox2 span,.shuffbtn{ position:absolute; left:0; bottom:0; z-index:100; }
.shuffbtn{ bottom:15px; text-align:right; z-index:90; text-align:center; }
.shuffbtn ul li{ width:6px; height:6px; margin-left:10px; border-radius:6px; }
.inactive-shuf{ background:#fab457;}
.shuffbtn ul li.activation-shuf{ width:25px; background:#72bf86; }
.focusbtn-lt,.focusbtn-rt{ width:89px; height:89px; cursor:pointer; position:absolute; bottom:140px; z-index:1000; }
.myslide {
    height: 398px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%;
}
#focusbtnlr{ opacity:.5; transition:opacity .5s; -moz-transition:opacity .5s; -webkit-transition:opacity .5s; -o-transition:opacity .5s; }
.myshuf .pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 7px;
    bottom: 10px;
    z-index: 998;
}
.myshuf .pagination .current {
    background: #1d8ee1;
    width: 27px;
}
.myshuf .pagination li {
    display: inline-block;
    width: 27px;
    height: 7px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}