@charset "utf-8";
/* CSS Document */
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd { margin: 0px; padding: 0px; font-size: 12px; font-weight: normal; }
a{ text-decoration:none; outline:none;}
a:active {star:expression(this.onFocus=this.blur());}
a{text-decoration:none;}
ul { list-style: none; }
img { border-style: none; border:none;}
body{ width:100%; font-family:Arial, Helvetica, sans-serif;}

.banner{background:#1f262f;}
.banner .container{position:relative;z-index:5;height:350px;margin-bottom:-350px;background:url(#);}
.banner .btn_use{width:212px;height:64px;display:block;line-height:99;overflow:hidden;position:absolute;top:296px;left:538px;background:url(#);}

.banner .focus{height:400px;position:relative;}
.banner .focus .f_pic{width:100%;height:400px;}

.banner .focus .focus_1{background: url(../images/ban02.jpg) center 0 no-repeat;}
.banner .focus .focus_2{background:url(../images/ban01.jpg) center 0 no-repeat;}
.banner .focus .focus_3{background:url(../images/ban03.jpg) center 0 no-repeat;}
.banner .focus .pagination{bottom:10px;left:0;position:absolute;width:100%;text-align:center;}
.banner .focus .pagination .toc{display:inline-block;margin:0 3px;width:15px;height:5px;line-height:99;overflow:hidden;background:#fff;}
.banner .focus .pagination .selected{background:#2f93d1;}


#elevator_item{width:60px;height:100px;position:fixed;right:15px;bottom:10px;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;opacity:1;z-index:100020; display:none;}
#elevator_item.off{opacity:0;visibility:hidden}
#elevator{display:block;width:60px;height:50px;background:url(../img/icon_top.png) center center no-repeat;background-color:#444;background-color:rgba(0,0,0,.6);border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;margin-bottom:10px}
#elevator:hover{background-color:rgba(0,0,0,.7)}
#elevator:active{background-color:rgba(0,0,0,.75)}
#elevator_item .qr{display:block;width:60px;height:40px;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;background:url(../img/icon_code.png) center center no-repeat;background-color:#444;background-color:rgba(0,0,0,.6)}
#elevator_item .qr:hover{background-color:rgba(0,0,0,.7)}
#elevator_item .qr:active{background-color:rgba(0,0,0,.75)}
#elevator_item .qr-popup{width:170px;height:200px;background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.1);position:absolute;left:-180px;bottom:0;border-radius:2px;display:none;text-align:center}
#elevator_item .qr-popup .code-link{display:block;margin:10px;color:#777}
#elevator_item .qr-popup .code{display:block;margin-bottom:10px}
#elevator_item .qr-popup .arr{width:6px;height:11px;background:url(../img/code_arrow.png) 0 0 no-repeat;position:absolute;right:-6px;bottom:14px}