@charset "utf-8";

/* flexslider */
.flexslider{position:relative;height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:0;}
.slides li{height:auto;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%; padding:0;text-align:center;}
.flex-control-nav li{display:inline-block;width:auto;height:13px;margin:0 5px;*display:inline;zoom:1; text-align:center;}
.flex-control-nav a{display:inline-block;width:13px;height:13px;overflow:hidden;background:#fff; color:#fff; border-radius:13px;cursor:pointer;}
.flex-control-nav .flex-active{background:#00294b;color:#00294b;width:30px;}
 
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:40%;}
.flex-direction-nav li a{display:block;width:50px;height:100px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:20px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:20px;background:url(../images/next.png) center center no-repeat;}

@media screen and (max-width: 1280px) {
.flex-direction-nav li a{width:30px;height:60px;}
}
@media screen and (max-width: 660px) {
.flex-control-nav{bottom:0px;}
.flex-control-nav li{height:10px;}
.flex-control-nav a{width:10px;height:10px;}
.flex-control-nav .flex-active{width:23px;}
.flex-direction-nav{top:30%;}
.flex-direction-nav li a.flex-prev{background:url(../images/prev.png) center center no-repeat; background-size:30px;}
.flex-direction-nav li a.flex-next{background:url(../images/next.png) center center no-repeat; background-size:30px;}
}