html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
.banner { position:relative;}
#slider { max-height: 16rem; width:100%;}
#slider .swipe-wrap { width:100%; height:100%; margin:0; padding:0; display:block;}
#slider figure { display: block }
#slider figure div.wrap { width: 100%; height: 15rem; display: block; margin: 0px auto; position: relative }
#slider figure div.image { display: block; height: 100%; width:100%; }
#slider figure a:hover { opacity: .85; text-decoration: none }
nav { position: relative; width: 100%; background: rgba(0,0,0,.5);height:2.5rem; line-height:2.5rem;  }
nav a { font-style: normal; color: #555!important }
nav #position { text-align: center; list-style: none; margin: 0; padding: 0;}
nav #position li { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #fff; box-shadow: inset 0 1px 3px black, 0 0 1px 1px #202020; margin: 0 2px; cursor: pointer }
nav #position li.on { box-shadow: inset 0 1px 3px -1px #28b4ea, 0 1px 2px rgba(0,0,0,.5); background-color: #1293dc; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1293dc), color-stop(100%, #0f6297)); background-image: -webkit-linear-gradient(top, #1293dc, #0f6297); background-image: -moz-linear-gradient(top, #1293dc, #0f6297); background-image: -ms-linear-gradient(top, #1293dc, #0f6297); background-image: -o-linear-gradient(top, #1293dc, #0f6297); background-image: linear-gradient(top, #1293dc, #0f6297) }


/*首页样式*/
.big_bt_homepage_con { width:100%; border-top:1px solid #999; border-bottom:1px solid #999; box-shadow:0 2px #ccc; background:#fff; margin-top:0.8rem; text-align:center}
.big_bt_homepage_nc { width:50%; float:left; background: url(/images/template_2/bg_bt_nc.png) top center no-repeat; background-size:cover; height:8rem;}
.big_bt_homepage_slf { width:50%; float:right; background:url(/images/template_2/bg_bt_slf.png) top center no-repeat; background-size:cover; height:8rem;}
.big_bt_homepage_con a { font-size:1.5rem; color:#666;}
.big_bt_homepage_nc a { background: url(/images/template_2/bt_icon_nc.png) left center no-repeat; background-size:3rem auto; display:inline-block; padding:3.5rem 0; padding-left:3.5rem; color:#d31f20;}
.big_bt_homepage_slf a { background: url(/images/template_2/bt_icon_slf.png) left center no-repeat; background-size:4rem auto; display:inline-block; padding:3.5rem 0; padding-left:4.2rem; color:#006cb7;}