  /* fullSlide */
.fullSlide{width:100%;position:relative;height:400px;background:#3786d0;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:400px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:400px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:32px;line-height:32px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:20px;height:2px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; margin:0px 4px; border:1px solid #fff; background:#fff;overflow:hidden;text-indent:-99em;opacity: 0.5;}
.fullSlide .hd ul .on{background:#fff;opacity: 1;-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:0%;z-index:1;width:40px;height:60px;display:none; background:url(../image/flex-prev.png) no-repeat center center; z-index:9999; cursor:pointer;}
.fullSlide .next{left:auto;right:0%; background:url(../image/flex-next.png) no-repeat center center;}
.flex-control-paging li a {width:8px; height:4px; display: block; background:#fff; cursor: pointer; text-indent: -9999px; opacity: 0.5;}
.flex-control-paging li a:hover { background:#fff;width: 8px;opacity: 1;-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a.flex-active { background:#fff; cursor: default; width: 8px;opacity: 1;-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}