.slide_full{ width: 100%; min-width:1000px;clear: both; position: relative; height:100%;}
  .slide_full_box{z-index: 4; position: relative; width: 100%; height:100%;}
  .slide_full_box li{ float: left;position: absolute;z-index: 3; top: 0; left: 0; width: 100%; height:100%; 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: 100%;}

  /*闁革箑妫涢崑锟�*/
  .cir_box{ 
    position: absolute;
    z-index: 100;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 70px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    text-align: right;
    font-size: 17px;
    background: rgba(0,0,0,0.4);
    line-height: 70px;
    text-indent: 60px;
    letter-spacing: 2px;
    box-sizing: border-box;
    padding-right: 43px;
    left:0 !important;
    margin-left:0 !important;}
  .cir_box li{ 
  float: none;
    display: inline-block;
    background: #fff;
    color: #fff !important;
    cursor: pointer;
    padding: 0 !important;
    height: 13px !important;
    width: 13px !important;
    line-height: 15px;
    text-align: center;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 28px 7px 7px 7px;}
  .cir_on{
	padding: 0 !important;
    background: inherit !important;
    color: rgba(0,0,0,0.2) !important;
    background: rgba(0,0,0,0.2) !important;
    width: 13px !important;
    height: 13px !important;
    border: 3px solid #fff;
    font-size: 0;}

  /*闁圭顦甸幐锟�*/
  .slide_full_btn{z-index: 4; position: absolute; width: 100%;top:50%;top:calc( 50% - 33px);display:none;}
  .left_btn, .right_btn{z-index: 4; width: 35px; height: 65px; background: #000;opacity: 0.6;filter:alpha(opacity=60); cursor: pointer; color: #fff; line-height: 65px; 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;}
  
