/* banner */

/*本案主banner图css*/

.banner{position:relative; width:100%; min-width:1000px; height:350px; text-align:center;border-bottom: 1px solid #ced1d5;margin-top: 1px; overflow:hidden;}

.banner_content{position:relative; width:1920px; min-width:1000px; height:350px; left:50%; margin-left:-960px;}

ul.bannerUL li img{ width:1920px; height:350px;}

.banner_content .num {width:100%; min-width:1000px; height:11px;overflow:hidden; position: absolute; bottom:20px; left:50%; margin-left:-960px; text-align:center; zoom:1; z-index:555;}

.banner_content .num ul{ position:relative; width:auto; float:left; height:11px; left:47%;}

.banner_content .num li {width: 11px; height: 11px;line-height: 11px; margin:0px 5px;cursor:pointer; float:left;background-color: #fff;color:rgba(0,0,0,0);font-size:0.1px;font-family: "Arial";}

.banner_content .num li.on {background-color: #0054a3;}

