
.slider2 {width:1200px;height:210px;overflow:hidden;position:relative; margin:0 auto;}
.slider2 .slides{ width:100%; height: 210px; overflow: hidden; float: left;}
.slider2 .slides img { width:270px; height: 160px;}
.slider2 .slides li{ position: relative;height:160px;margin-left: 20px;margin-right: 20px;}
.slider2 .slides li:hover{background:#d7312e; filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;}
.slider2 .slides li:hover span{ color:#b70704; font-weight:bold;}
.slider2 .slides li span{position: absolute; bottom:0px;height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; background:rgba(0%,0%,0%,.36); width:100%;} 
.slider2 .flex-control-nav{ position: absolute; left:46%; bottom: 0px;}
.slider2 .flex-control-nav li{float: left; margin:0 0 0 20px;cursor: pointer;text-indent:-9999px;}
.slider2 .flex-control-nav li a{ display: block;width:14px;height:14px;text-align:center;background:#e3e3e3;cursor:pointer;border-radius: 50%; font-size:16px;}

.slider2 .flex-control-nav .flex-active{background:#d7312e;}  
.slider2 .flex-direction-nav{display: none;}
