




.mKeBanner,
.mKeBanner div {
	text-align: center;
}

.imageflow img {
	-webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
	box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
}

.imageflow {
	overflow: hidden;
	position: relative;
	text-align: left;
	visibility: hidden;
	/* width: 1500px; */
	width: 100%;
	margin: 0 auto
}

.imageflow img {
	border: none;
	position: absolute;
	top: 0px;
	visibility: hidden;
	-ms-interpolation-mode: bicubic
}

.imageflow p {
	margin: 0 auto;
	text-align: center;
	display: none !important;
}

.imageflow .loading {
	border: 1px solid #ccc;
	height: 15px;
	left: 50%;
	margin-left: -106px;
	padding: 5px;
	position: relative;
	visibility: visible;
	width: 200px;
	display: none !important;
}

.imageflow .loading_bar {
	background: #ccc;
	height: 15px;
	visibility: visible;
	width: 1%
}

.imageflow .caption {
	font-weight: bold;
	position: relative;
	text-align: center;
/* 	z-index: 10000; */
}

.imageflow .scrollbar {
	
	/* position: relative; */
	
	/* z-index: 10001; */
	width: auto !important;
	margin: 0 !important;
	
}

/* .imageflow .slider{background-image:url(../../Images/Index/slider.png); background-repeat:no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002} */
.imageflow .images {
	overflow: hidden;
	white-space: nowrap
}

.imageflow .button {
	cursor: pointer;
	/* height: 30px;
	position: relative;
	width: 30px;
	z-index: 88;
	display: inline-block; */
}

.imageflow .previous {
	background: url(../images/fd_harrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-top: -25px;
    box-sizing: border-box;
    border: 1px solid rgba(33,33,33);
    left: 0;
	top: 50%;
    transition: all 0.3s linear;
	position: absolute;
}

.imageflow .next {
	background: url(../images/fd_hrarrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
	top: 50%;
    margin-top: -25px;
    box-sizing: border-box;
    border: 1px solid rgba(33,33,33);
    right: 0;
    transition: all 0.3s linear;
	position: absolute;
	
}
.imageflow .previous:hover{
	background: url(../images/fd_bharrow.png) no-repeat center;
    background-color: #313131;
}
.imageflow .next:hover{
	background: url(../images/fd_bhrarrow.png) no-repeat center;
    background-color: #313131;
}
#starsIF_navigation{
	z-index: 888;
	/* background: pink; */
	/* position: absolute; */
	left: 0;
	bottom: 0;
	
	height: auto !important; 
}

.imageflow .caption{
	display: none !important;
}
#starsIF_slider{
	display: none !important;
}
.fdg_rongyu_box{
	/* width: 100%;
    box-sizing: border-box;
    padding: 0 65px;
    position: relative; */
}

.page_fd_wrap{
	text-align: center;
	
}
.page_fd_ul{
	display: inline-block;
}
.page_fd_ul li a{
	width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
	display: inline-block;
	margin: 0 5px;
	border: 1px solid transparent;
	
}
.page_fd_ul li.ryactive a{
	border: 1px solid #000;
}
.page_fd_ul li{
	cursor: pointer;
}
.page_fd_ul li a:after{
	display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
}


