.slide_full{ width: 100%; min-width:1000px;clear: both; position: relative; height:430px;}
  .slide_full_box{z-index: 4; position: relative; width: 100%; height:430px;}
  .slide_full_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:430px; opacity: 0;filter:alpha(opacity=0);}
  .slide_full_box li a{ position: absolute;z-index: 2; display: block;width: 100%;  height: 100%;}

  .slide_full_box li img{ width: 100%; height: 430px;}

  /*鍦嗙偣*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #000 !important;}

  /*切换按钮*/
  .slide_full_btn{z-index: 4; position: absolute; width: 100%; top: 175px;}
  .left_btn, .right_btn{z-index: 4; width: 30px; height: 80px; background: #323232;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; 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;}