﻿*{ margin:0; padding:0; }
  img{ display: block; border:none;}
  ul,li{ list-style: none;}
  .lubo{ width: 100%; min-width:1000px; position: relative; height:441px;}
  .lubo_box{ position: relative; width: 100%; height:441px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:441px;}
  .lubo_box li a{ display: block;width: 100%;  height: 100%;}

  .lubo_box li img{ width: 100%; height: 441px;}

  /*圆点*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 150;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff;opacity: 0 }
  .cir_on{ background: #000 !important;opacity: 0}

  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top: 183px;font-family:黑体}
  .left_btn, .right_btn{-webkit-border-radius: 10px;border-radius: 10px; width: 68px; height: 68px; background: #6a3906;opacity: 0.5;filter:alpha(opacity=68);cursor: pointer; color: #fff; line-height: 68px; font-size: 50px; font-weight:bold; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
  .left_btn{ float: left;margin-left:40px;}
  .right_btn{ float: right;margin-right:40px;}