@CHARSET "UTF-8";
img {max-width: 100%;}
.banner-slide {
  	margin-top: 120px;
}
.banner-slide .slick-dots {
    position: absolute;
    bottom: 50px;
  	display: block;
 	width: 100%;
    padding: 0;
  	text-align: center;
    margin: 0;
}
.banner-slide .slick-dots li {
      display: inline-block; 
}
.banner-slide .slick-dots li button {
     font-size: 0;
     background-color: transparent;
     border: 0;
     height: 6px;
     width: 20px;
     background: #fff;
     margin-right: 10px; 
}
.banner-slide .slick-dots li.slick-active button {
     width: 40px;
     background: #00B0F0; 
}
.banner-slide .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #94D8F6;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
    cursor: pointer; 
}
.banner-slide .slick-arrow i {
      font-size: 18px; 
}
.banner-slide .slick-arrow.prev {
      left: 20px; 
}
.banner-slide .slick-arrow.next {
      right: 20px; 
}
.banner-slide .slick-arrow:hover {
      background: #fff;
      color: #222; 
}