@charset "UTF-8";
/*.demo-image{*/
    /*width: 100%;*/
/*}*/

.M-box{
	position: absolute;
    bottom:10px;
    right:30px;
    text-align: center;
  	zoom: 1;
}
.M-box:before,.M-box:after{
    content:"";
    display:table;
}
.M-box:after{
	clear:both;
	overflow:hidden;
}
.M-box span{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}
.M-box .active{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 38px;
    line-height: 38px;
    background: #122a88;
    color: #fff;
    font-size: 14px;
    border: 1px solid #122a88;
}
.M-box a{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.M-box a:hover{
	color:#fff;
    background: #122a88;
}
.M-box a.next,.M-box a.prev{
	font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    width:60px;
}
.now,.count{
	padding:0 5px;
	color:#122a88;
}
.eg img{
	max-width: 800px;
	min-height: 500px;
}
#jumpPage{
    float: left;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}