@charset "utf-8";
img{border:0;}

/* 代码整理：懒人之家 www.lanrenzhijia.com */

.slideInner a div{width:100%;height:auto}
.slideInner a div.img{width:100%;height:auto;}
.slideInner a div.img1{width:100%;height:100%;position:absolute;}
.slideInner a div.img2{width:100%;height:100%;position:absolute;}
.slideInner a div.img3{width:100%;height:100%;position:absolute;}


@media only screen and (min-width: 800px){
.slides{width:100%;height:377px;position:relative;overflow:hidden;}
.slideInner{width:100%;height:377px;position:relative;left:0;margin-left:0;}
.slideInner a{width:100%;display:block;height:377px;background-position:center center;position:relative;text-align:center;z-index:1;}
.nav{width:1200px;position:relative;left:50%;margin-left:-600px;display:none;}
.nav a{display:block;width:41px;height:119px;opacity:.2;z-index:9;}
.nav a.prev{position:absolute;left:0;top:-210px;margin-top:-58px;background:url(../images/ban_pre.png) no-repeat;}
.nav a.next{position:absolute;right:0;top:-210px;margin-top:-58px;background:url(../images/ban_next.png) no-repeat;}
.navListBox{position:absolute;left:50%;top:330px;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;}
}
@media only screen and (max-width: 800px){
.slides{width:100%;height:150px;position:relative;overflow:hidden;}
.slideInner{width:100%;height:150px;position:relative;left:0;margin-left:0;}
.slideInner a{width:100%;display:block;height:150px;background-position:center center;position:relative;text-align:center;z-index:1;}
.nav{width:1200px;position:relative;left:50%;margin-left:-600px;display:none;}
.nav a{display:block;width:41px;height:119px;opacity:.2;z-index:9;}
.nav a.prev{position:absolute;left:0;top:-210px;margin-top:-58px;background:url(../images/ban_pre.png) no-repeat;}
.nav a.next{position:absolute;right:0;top:-210px;margin-top:-58px;background:url(../images/ban_next.png) no-repeat;}
.navListBox{position:absolute;left:50%;top:130px;z-index:99;}
.navListBox li{width:8px;height:8px;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 2px #666 inset;}
.navListBox li a.active{background-color:#55ddff;}
}