@charset "utf-8";
/* CSS Document */
  ul,li{ list-style: none;}
  .lubo{ width: 100%; min-width:1200px;clear: both; position: relative; height:520px; margin-top:0px;}
  .lubo_box{ position: relative; width: 100%; height:620px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:520px; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block;width: 100%;  height: 100%;position: absolute;  z-index:2;}
  .lubo_box li img{ width: 100%; height:520px;}

  /*圆点*/
  .cir_box{ overflow: hidden; position:absolute; z-index:100;}
  .cir_box li{ float: left; width: 49px; height:4px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80); border-radius:2px;}
  .cir_on{ background: #DEEB08 !important;}
  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top:220px;}
  .left_btn, .right_btn{ width: 30px; height: 80px; background: #222;opacity: 0.1;filter:alpha(opacity=20); cursor: pointer; color: #fff; line-height: 80px; font-size: 25px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; }
  .left_btn{ float: left;}
  .right_btn{ float: right;}
  
/*  @charset "UTF-8";
html{font-size:62.5%;font-family:'helvetica neue',tahoma,arial,'hiragino sans gb','Simsun',sans-serif} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0}
body{line-height:1.333;font-size:12px}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:arial,'hiragino sans gb','microsoft yahei','Simsun',sans-serif}
li{list-style:none}
a:link,a:visited{text-decoration:none}*/