@charset "utf-8"; /* css 重置 */
.fcBanner ul,.fcBanner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fcBanner img {
    border: 0;
    width: 100%;
    max-width: 100%;
	height: 10rem;
}

.fcBanner a {
    text-decoration: none;
}

/* 本例子css */
.fcBanner {
    width: 100%;
    max-width: 100%;
    /*min-width:1318px;*/
    height: 10rem;
    /* overflow: hidden; */
    position: relative;
}

/* 修改 高度，         修改 最少宽度【暂时不修改】 */
.show_fcBanner {
    height: 10rem;
    width: 100%;
    max-width: 100%;
}

.fcBanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.fcBanner .bd li {
    zoom:1; vertical-align: middle;
}

.fcBanner .hd {
    position: absolute;
    top: 10.5rem;
    left: 38%;
}

.fcBanner .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.fcBanner .hd ul li {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    margin-right: 0.4rem;
	border-radius: 10rem;
    background: #dcdcdc;
}

.fcBanner .hd ul li.on {
    background: #2486f9;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #2fa7f9, #276ffa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #2fa7f9, #276ffa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #2fa7f9, #276ffa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #2fa7f9, #276ffa);
    /* Standard syntax */
}

/* 前后按钮 */
.fcBanner .prev, .fcBanner .next {
    position: absolute;
    display: block;
    top: 9rem;
    width: 1rem;
    height: 1rem;
    background: url(/template/images/bt30.png) no-repeat;
    right: 0;
}



.fcBanner .prev {
	right: 62px;
	background-position-x:-58px;
}

.fcBanner .next {
    right: 0;
	background-position-x:-174px;
}

.fcBanner .prev:hover {
	background-position-x:0;
}

.fcBanner .next:hover {
	background-position-x: -174px;
}






.fcBanner .prevStop {
    display: none;
}

.fcBanner .nextStop {
    display: none;
}

/* 自行修改 */
