.block h2.block-title {
    border-bottom: 0;
    font-size:24px;
    font-weight:600;
    padding:20px;
}
.alu{
  padding:20px;
}
.alu h2{
  font-size:24px;
  padding-top:30px;
  padding-bottom:20px;
  position:relative;
    color:#333;
  font-weight:bold;
}
.alulist h2:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #0052A9;
    left: 110px;
    top: 20px;
    position: absolute;
    border: 4px solid #FFF;
    transform: rotate(60deg);
}
.alulist h2:after {
content: "";
    width: 20px;
    height: 20px;
    background: #005826;
    left: 128px;
    top: 25px;
    position: absolute;
    border: 4px solid #FFF;
    transform: rotate(60deg);
}
.alu h2 span a {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    padding: 5px 30px;
    background-color: #0052A9;
    color: #FFF;
    border-radius: 20px;
}
.alu h2 span a:hover {
    background-color: #005826;
}
.alu {
  position:relative;
}

.alu .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: auto;
  top: auto;
  width: 102px;
  height: 38px;
  border-radius: 19px;
  color: #fff;
  line-height: 38px;
}
.sw-button {
    position: absolute;
    bottom: 20px;
}
.alu .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  font-weight: bold;
}
.alu .btns {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 200;
    width: 120px;
}
.alu  .swiper-button-next, .alu  .swiper-button-prev {
    margin: 10px 25px;
    position: relative;
}
.alu  .swiper-button-next{
  float:right;
}
.alu .swiper-button-prev {
float:left;
}

.alu .swiper-button-next,.alu .swiper-button-prev{
      opacity: 1;
      line-height: 100% !important;
      font-size:0 !important;
}

.alu .swiper-button-next:before,  .alu .swiper-button-prev:before{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 18px;
    color: #FFF;
    background: rgba(1, 83, 169,0.6);
    position:absolute;
    font-family:"iconfont";
}
.alu .swiper-button-next:hover:before, .alu .swiper-button-prev:hover:before{
    color: #eee;
    background-color: #2aa296;
}
.alu  .swiper-button-disabled:before{
  background: rgba(1, 83, 169,0.3);
}

.alu .swiper-button-prev:before {
    content: "\e819";
}
.alu .swiper-button-next:before {
    content: "\e817";
}
