


/** banner **/
.swipe,.sj_swipe{ width:100%; height:auto;  margin:0 auto; position:relative; overflow:hidden; z-index: 0; }
.swipe .hd,.sj_swipe .hd{ width:100%; height:11px;  position:absolute; z-index:1;text-align:center;  }
.swipe .hd{ bottom:15px; }
.sj_swipe .hd{ bottom:45px;}
.swipe .hd ul,.sj_swipe .hd ul{ display:inline-block; font-size:0;}
.swipe .hd ul li,.sj_swipe .hd ul li{ display:inline-block;border-radius: 50%;background:#fff;overflow:hidden; cursor: pointer; }
.swipe .hd ul li{width:14px; height: 14px; margin:0 6px;}
/*.swipe .hd ul li{width:60px;}
.sj_swipe .hd ul li{width:40px;}*/
.swipe .hd ul .on,.sj_swipe .hd ul .on{ background: #1b5ba1;}
.swipe .bd,.sj_swipe .bd{ position:relative; z-index:0; }
.swipe .bd li img,.sj_swipe .bd li img{ width:100%;  height:auto; }
.swipe .bd li a,.sj_swipe .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }


@media screen and (max-width:767px) {.swipe .hd{ bottom:25px; }}