/*banner轮播图*/
.banner{height: 450px;}
.wrapper {width:1920px;  margin:0; position:absolute;left:50%; margin-left:-960px;}
#focus {width:1920px; height:450px; overflow:hidden; position:relative;}
#focus ul {height:450px; position:absolute;}
#focus ul li {float:left; width:1920px; height:450px; overflow:hidden; position:relative; background:#fff;}
#focus ul li img{ width:1920px; height:450px;}
#focus ul li span{ display: block; font-size: 20px; color: #000; left: 150px; width: 300px; height: 30px;zoom:99999;}

#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:1920px; height:40px;  bottom:0; /*background: #0079ba;*/}
#focus .btn {position:absolute; width:1920px; height:15px; padding:0px 10px; right:0; bottom:0; text-align: center;}
.dqys_def {display:inline-block; _display:inline; _zoom:1; width:12px; height:12px; text-align: center; _font-size:0; margin-left:5px; cursor:pointer; background:#fff; border-radius:6px; color:#af1515;}
#focus .btn span:hover{ background:#0b6cb8;}
#focus .btn span.on { background:#b0b8b9; }

#focus .preNext{width:56px;height:56px;position:absolute;top:200px;cursor:pointer;}
#focus .pre{ left:60px; background:url(../images/prevArrow.png) no-repeat  top;}
#focus .next{ right:60px; background:url(../images/nextArrow.png) no-repeat top;}
.dqys{background:#af1515;}