@charset "utf-8";
.lt_bn {position:relative}
 
.lt_bn li{background-size:cover;background-repeat:no-repeat; width:100%; max-width:1200px; height:550px;text-align:center;color:#fff}
 /*
.lt_bn li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 10;
    content: '';
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.5) 90%);
    transition: opacity .65s cubic-bezier(.05,0.2,.1,1);
}
*/
.lt_bn li .txtbox{
    background: rgba(245,255,215, 80%);
    display: block;
    position: absolute;
    right: 22px;
    max-width: 600px;
    /* width: 100%; */
    padding: 7px 15px;
    color: #000;
    bottom: 73px;
    border-radius: 20px;
}

 .bx-wrapper img {width:100% !important;height:auto}
.bx-wrapper .bx-next {background: url(/img/controls.png)  -43px -32px no-repeat !important;}
.bx-wrapper .bx-next:hover {background: url(/img/controls.png)  -43px 0px no-repeat !important;}
.bx-wrapper .bx-prev {background: url(/img/controls.png)  0 -32px no-repeat !important;}
.bx-wrapper .bx-prev:hover {background: url(/img/controls.png)  0 0 no-repeat !important;}
.bx-wrapper .bx-controls-auto{ display:none}
.bx-wrapper .bx-controls-auto .bx-stop {background: url(/img/controls.png) -86px -44px no-repeat !important;}
.bx-wrapper .bx-controls-auto .bx-stop:hover{background: url(/img/controls.png) -86px -33px no-repeat !important;}
.bx-wrapper .bx-controls-auto .bx-start {background: url(/img/controls.png) -86px -11px no-repeat !important;}
.bx-wrapper .bx-controls-auto .bx-start:hover {background: url(/img/controls.png) -86px 0 no-repeat !important;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:10px !important;z-index:9999}

.lt_bn li .bn_tit{font-size:1.45em;  bottom:15%; z-index:99; width:100%;left:0; text-align:center}

 @media (max-width: 969px){
	.bx-controls {
    top: 55px;
    left: 0px;
    margin-left: 0px;
    padding-left: 25px;
	}

	.lt_bn .bx-wrapper ,.lt_bn li{height:320px}
    .lt_bn .bx-controls-direction a{width:30px;height:30px }
    .lt_bn .txt_wr{padding:0 40px}
    .lt_bn li .bn_tit{font-size:2em;}
    .lt_bn .bx-wrapper{ margin-top:55px !important;}
  }

