.banner-box {
  margin-top: 148px;}

.ibanner {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;}

.ibanner img {
  display: block;
  width: 100%;}

.ibanner .slick-prev {
  width: 50px;
  height: 50px;
  background: url(images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  left: 30px;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;}

.ibanner .slick-prev:hover {
  background: url(images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;}

.ibanner .slick-next {
  width: 50px;
  height: 50px;
  background: url(images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  background-size: 20%;
  right: 30px;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;}

.ibanner .slick-next:hover {
  background: url(images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;}

.ibanner .slick-dots {
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  height: 20px;
  display: flex;
  align-items: center;
  align-content: center;}

.ibanner .slick-dots li {
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;}

.ibanner .slick-dots li button {
  display: none
;}

.ibanner .slick-dots li.slick-active {
  background: #003268;
  width: 13px;
  height: 13px;}


.slick-slide {
  
    height: 800px;}
