.fullSlide {width:100%;position:relative;height: 538px;background:#000;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height: 538px;overflow:hidden;text-align:center;background-color: rgba(0, 92, 161, 0.1)!important;}
.fullSlide .bd li a{display:block;height: 538px;}
.fullSlide .hd {width: 100%;position: absolute;z-index: 1;bottom: 10px;left: 0;}
.fullSlide .hd ul{display: flex;justify-content: center;align-items: center;}
.fullSlide .hd ul li{cursor: pointer;width: 42px;height: 5px;margin: 1px 3px;background-color: #000;opacity: 0.3;border-radius: 4px;overflow: hidden;}
.fullSlide .hd ul .on{background: #005ca1;opacity: 0.7;}
.fullSlide .prev,.fullSlide .next {display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:30px;z-index:1;width:40px;height:60px;background:url(/images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next {left:auto;right:30px;background-position:-6px -137px;}