﻿
/*轮播图片*/
.show_pics
{
    margin:0px;
	background:url(../images/loading2.gif) no-repeat center center;
}
/*图片轮换*/
.wapcircleimg01{
	padding:0; 
	margin:0; 
	/*width:320px;*/
	width:100%;
	overflow:hidden;
	position:relative;
}
.wapcircleimg01 .wrapper_imglist {
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 0px;
	width:100%;
}
.wapcircleimg01 .wrapper_imglist li{position: relative;}
.wapcircleimg01 .wrapper_imglist li .nm{display:block;position:absolute;height:30px;line-height:30px;padding:0px 5px 0px 5px;width:100%;color:#fff;font-size:14px;left:0px;bottom:0px;z-index:99;background:url(../images/tm.png);}
.wapcircleimg01 .scroller_imglist {
	width: 3000px;
	float: left;
	padding: 0;
	left: 0;
	top: 0;
}
.wapcircleimg01 .scroller_imglist > div {list-style: none;display: block;float: left;width: 100%;height: 100%;margin: 10px 0 0 0 0;text-align: left;}
.wapcircleimg01 .thelist_imglist > div {-webkit-box-sizing: border-box;display: block;float: left;text-align: center;font-size: 18px;}
.wapcircleimg01 .thelist_imglist .imgbox {float: left;text-align: center}
.wapcircleimg01 .thelist_imglist > div {-webkit-box-sizing: border-box;display: block;float: left;text-align: center;font-size: 18px;line-height: 140%;}
.wapcircleimg01 .nav_imglist {
	height: 34px;
	background-color: #f7f7f7;
		clear: both;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
	background-image: linear-gradient(top,#f7f7f7,#d9e2fc);
}
.wapcircleimg01 .prev_imglist,.next_imglist {
	height: 31px;
	line-height: 25px;
	font-size: 14px;
	width: 90px;
	text-align: center;
	cursor:pointer;
	display:inline-block;
}
.wapcircleimg01 .indicator_num {
	
	font-size:15px;
	width: 104px;
	height: 26px;
	text-align: center;
	color: #6b6b6b;
	background: #fff;
	border: 1px solid #9fb7d4;
	border-top: none;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding-top: 6px;
	font-weight:900;
	display:inline-block;
}
.wapcircleimg01 .c_grey {color: #A3A3A3;}

.wapcircleimg01 .pagination{position:absolute;width:200px;bottom:10px; left:10px;z-index:99;text-align:center;}
.wapcircleimg01 .pagination li {display:inline-block;	margin:0 5px 0px 0px;float:left;}
.wapcircleimg01 .pagination li a {width:5px;height:5px;display:inline-block;overflow:hidden;float:left;background-color:#fff;text-indent:-999px;
                                  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.wapcircleimg01 .pagination li.current a{background-color:#008ee2;}
/*轮播图片结束*/
