/*首页banner轮播*/
.fullSlide{ position:relative;height:550px;overflow:hidden;}
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li {height:550px;}
.fullSlide .hd{ position:absolute; left:0; bottom:20px;line-height:1em;text-align:center; width:100%;}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block;zoom:1; width:12px; height:12px; margin:8px; overflow:hidden; font-size:0;background:#fff;}
.fullSlide .hd ul .on{ width:12px;background:#023894;}

.product-right .fullSlide {height:720px;}
.product-right .fullSlide .bd li {height:830px;}
.product-right .fullSlide .hd {bottom:340px;}
.product-right .fullSlide .hd ul li {background:#ccc;}
.product-right .fullSlide .hd ul .on{ width:12px;background:#f2c91f;}