@charset "utf-8"; /* css 重置 */
.fcBanner ul,.fcBanner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fcBanner img {
    border: 0;
}

.fcBanner a {
    text-decoration: none;
}

/* 本例子css */
.fcBanner {
    width: 100%;
    /*min-width:1318px;*/
    height: 465px;
    overflow: hidden;
    position: relative;
}

/* 修改 高度，         修改 最少宽度【暂时不修改】 */
.show_fcBanner {
    height: 465px;
    width: 930px;
    margin: 0 auto;
}

.fcBanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.fcBanner .bd li {
    zoom:1; vertical-align: middle;
}

.fcBanner .hd {
    position: absolute;
    top: 660px;
    left: 48%;
}

.fcBanner .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.fcBanner .hd ul li {
    float: left;
    width: 24px;
    height: 11px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
}

.fcBanner .hd ul li.on {
    background: #0074bc;
}

/* 前后按钮 */
.fcBanner .prev, .fcBanner .next {
    position: absolute;
    display: block;
    top: 407px;
    width: 58px;
    height: 58px;
    background: url(/pc/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;
}

/* 自行修改 */
