@charset "utf-8";
img{border:0;}
*{padding:0;margin:0;list-style:none;}
.slides{width:100%;height:380px;position:relative;overflow:hidden;}
.slideInner{height:380px;position:relative;left:0;margin-left:0;}
.slideInner a{display:block;height:380px;background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}
.nav{width:1320px;position:relative;left:50%;margin-left:-660px;}
.nav a{display:block;width:46px;height:68px;z-index:9;}
.nav a.next{position:absolute;left:0;top:-200px;margin-top:-38px;background:url(/fgc/images/arrow_left.gif) no-repeat;}
.nav a.prev{position:absolute;right:0;top:-200px;margin-top:-38px;background:url(/fgc/images/arrow_right.gif) no-repeat;}
.navListBox{position:absolute;left:50%;bottom:20px;z-index:99;}
.navListBox li{width:12px;height:12px;float:left;margin-left:5px;border-radius:50%;overflow:hidden;}
.navListBox li:first-child{margin-left:0;}
.navListBox li a{display:block;width:100%;height:100%;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #666 inset;}
.navListBox li a.active{background-color:#55ddff;}