﻿/* 首页焦点图 */
body{margin:0;padding:0;}
.slide {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;margin-top:135px;}
.rslides {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0}
.rslides li {-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0}
.rslides li:first-child {position:relative;display:block;float:left}
.rslides img {display:block;height:auto;float:left;width:100%;z-index:1;position:relative}

.slide_tabs{position:absolute;height:50px;bottom:0;left:0;right:0;background:url(images/banner_num_bg.png);z-index:9;text-align:center;margin-right:60px;}
.slide_tabs li{display:inline-block;height:10px;width:10px;margin:20px 4px}
.slide_tabs li a{ display:inline-block;cursor:pointer;height:10px;width:10px;background:#333;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;text-indent:-99999px; opacity:0.7;}
.slide_tabs li a:hover,.slide_tabs li.slide_here a{background:#e90747; opacity:0.7;}

.slide_nav{position:absolute;top:50%;margin-top:-62px;width:62px;height:123px;cursor:pointer;z-index:10;opacity:0.4;
filter:alpha(opacity=40);overflow:hidden;text-indent:-9999px}
.slide_nav:hover {opacity:1.0;filter:alpha(opacity=100)}
.slide_nav.prev{background:url(../images/left.png) no-repeat center;left:35px}
.slide_nav.next{background:url(../images/right.png) no-repeat center;right:35px}

@media (max-width: 1200px) {
.navbar{background-color:#fff;padding-top:3px;}
.slide {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0;margin-top:40px}
.slide_nav.prev{background:url() no-repeat center;left:35px}
.slide_nav.next{background:url() no-repeat center;right:35px}
.slide_tabs{position:absolute;padding-top:15px;height:50px;bottom:0;left:0;right:0;background:url(images/banner_num_bg.png);z-index:9;text-align:center;margin-right:60px;}
.navbar-toggle{border:1px solid #ddd;margin-top:12px}
}
