.imageshow{
	width:100%;
	height: 200pt;
	position:relative;
	overflow:hidden;
}

.imageshow .tit{
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    padding: 5pt;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imageshow .imglist{
	margin:0;
	padding:0;
	overflow:inherit;
}

.imageshow .imglist li{
	display:block;
	position:absolute;
	width:100%;
	overflow:hidden;
	opacity: 0;
	transition:all 0.3s ;
    height: 100%;	
	z-index: 10;
}

.imageshow .imglist img{
	width:100%;
	min-height: 100%;
}


.dowframe{
	position:absolute;
	bottom:5pt;
	text-align:center;
	width:100%;
	z-index: 25;
}

.dow{
    display: inline-block;
    width: 7pt;
    height: 7pt;
    border-radius: 10pt;
    background-color: #f1f1f1;
    margin: 3pt;
    cursor: pointer;
    box-shadow: 0pt 0pt 1pt #2e2e2e;
}

.hotdow{
	background-color:#ff5203;
}


.showimg .showbox ul{
    display: flex;
	display: -webkit-flex;
	-ms-display: -ms-flex;
	-moz-display: -moz-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	
}

.showimg .showbox li {
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 10px;	
}

.showimg .showbox li .pic{
	width: 400px;
	height: 300px;
	overflow: hidden;
}

.showimg .showbox li .pic img{
	width: 100%;
	min-height:100%;
}

.showimg .showbox li .text{
	text-align: center;
	padding-top:10px;
	white-space: nowrap;
	overflow: hidden;
}

.showbig{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.3);
	display: none;
	z-index: 1000;
	cursor: pointer;
}

.showbig .imgbig{
	width: 100%;
	display: none;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;	
}

.scrollwin{
	position:relative;
	width:100%;	
}

.scrollimg{
	width:100%;
	overflow:hidden;
}
.scrollimg .scrollrun{
	white-space:nowrap;
	width:fit-content;
	position:relative;
	left:0;
}

.scrollimg li{
	display: inline-block;
	width: 400px;
	overflow: hidden;
    vertical-align: middle;	
	margin-right: 20px;
	cursor: pointer;
}

.scrollimg li img{
	width: 100%;
	transition: all 0.3s;
}

.scrollimg li img:hover{
	transform: scale(1.02,1.02);
}

.scrollbig{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.3);
	display: none;
	z-index: 100;
	cursor: pointer;
}

.scrollbig .imgbig{
	max-width: 80%;
	max-height: 80%;
	display: none;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;	
}

.toolbar{
	position: fixed;
	right: 10pt;
	bottom: 60pt;
    z-index: 100;
	width: 30pt;
}

.toolbar li a{
	display: inline-block;
	width: 30pt;
    height: 30pt;	
}

.toolbar li a img{
	width: 100%;
}

.backtop{
	width: 30pt;
    height: 30pt;
    background: url(../img/dow.png)no-repeat center;
    background-size: 100%;
	transition: all 0.2s;
}


.funbar{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.funbar ul{

	display: flex;
	display: -webkit-flex;
	-ms-display: -ms-flex;
	-moz-display: -moz-flex;
	justify-content: space-between;
	background-color: #4c6d54;		
}

.funbar li{
	text-align: center;
	width: 24%;
	padding: 8pt 0;	
}

.funbar li img{
	width: 25%;
}

.funbar li span{
	display: block;
	color:#fff;
	font-size: 10pt;
}

