@charset "utf-8";
/* CSS Document */

.cc_banner {
    height: 396px;
    width: 100%;
	border-bottom:5px solid #cccccc;
	margin-bottom:0px
}
.fullSlide {
    height: 396px;
    overflow: hidden;
    position: relative;
    width:100%;
}
.fullSlide .bd {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.fullSlide .bd ul {
    width: 100% !important;
}
.fullSlide .bd li {
    height: 396px;
    overflow: hidden;
    text-align: center;
    width: 100% !important;
}
.fullSlide .bd li a {
    display: block;
    height: 396px;
}
.fullSlide .hd {
    bottom: 0;
    height: 48px;
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.fullSlide .hd ul {
    padding-top: 18px;
    text-align: center;
}
.fullSlide .hd ul li {
    background: none repeat scroll 0 0 #004FC2;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    line-height: 9999px;
    margin: 5px;
    overflow: hidden;
    width: 9px;
}
.fullSlide .hd ul .on {
    background: none repeat scroll 0 0 #7BC200;
}