.banner_panel_experts{ 
	margin:20px 15px 0px; 
	border:0px solid #f00; 
	padding:20px 0 15px;
	width:334px; 
	height:525px; 
	position:relative;
	overflow:hidden;
}
.banner_panel_experts .img_panel_experts{ 
	width:5000px; 
	position:absolute; 
	left:0px; 
	top:0px;
}
.banner_panel_experts .img_panel_experts>li.experts_con{ 
	float:left;
	width:334px;
	height: 100%;
	margin-bottom: 0;
	border-radius: 2px;
	overflow: hidden;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item{
	width:100%;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul{
	width:100%;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul>li{
	float:left;
	margin-bottom: 15px;
	width: 105px;
	height: auto;
	margin-right:9px;
	position: relative;
	overflow: hidden;
	border-radius:2px;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul>li .experts_pic_box{
	width:100%;
	height: 127px;
	overflow: hidden;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul>li .experts_pic_box .experts_pic{
	width:100%;
	height: auto;
	display:block;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul>li .experts_names{
	font-size: 14px;
    color: #464646;
    line-height: 20px;
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul>li:nth-child(3n){
	margin-right: 0px;
}
.banner_panel_experts .img_panel_experts>li.experts_con .experts_item>ul:after{
	content: "";
	display:block;
	margin: 0 auto;
	clear: both;
}
.banner_panel_experts .num_panel_experts{ 
	position:absolute; 
	width:100%; 
	bottom:5px; 
	left:0; 
	font-size:0px; 
	text-align:center;
}
.banner_panel_experts .num_panel_experts>li{ 
	/*width:10px; 
	height:10px;*/
	width:8px;
	height:8px;
	border-radius:50%; 
	/*background:#888;*/
	background:#dcdcdc;
	display:inline-block;
	/*margin:0 5px;*/
	margin:0;
	padding:0;
	margin-right:8px;
	cursor:pointer;
}
.banner_panel_experts .num_panel_experts>li:last-child{
	margin-right: 0px;
}
.banner_panel_experts .num_panel_experts>li.on20{ 
	/*background:#f60;*/
	background: #c9161c !important;
}
.banner_panel_experts .btn_panel_experts{ 
	/*background:rgba(0,0,0,0.5);*/ 
	background-color: rgba(252,62,66,.6);
	/*width:30px; 
	height:50px;*/
	width:36px!important;
	height:36px!important;
	position:absolute;
	top:50%;
	/*margin-top:-25px;*/
	margin-top:-18px;
	font-family:"宋体";
	/*font-size:40px;*/
	font-size: 20px;
	border:0;
	border-radius:50%;
	color:#fff;
	text-align:center;
	/*line-height:50px;*/
	line-height: 36px;
	cursor:pointer;
	display:none;
	z-index: 9;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.banner_panel_experts:hover .btn_panel_experts{
	display:block;
}
.banner_panel_experts .btn_l_panel_experts{
	left:0;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.banner_panel_experts .btn_r_panel_experts{
	right:0;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}