.slideshow .item img { display: block; width: 100%; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-dots { position: absolute; width: 100%; bottom: 28px; text-align: center; line-height: 0; }

.slick-dots li { display: inline-block; }

.slick-dots li button { cursor: pointer; background: url(../images/dot.png) no-repeat center center; background-size: contain; font-size: 0px; margin: 0 7px; border: none; outline: none; width: 21px; height: 18px; }

.slick-dots li.slick-active button { background: url(../images/dot1.png) no-repeat center center; background-size: contain; }

@media screen and (max-width: 999px) { .slick-dots { bottom: 18px; } }

@media screen and (max-width: 767px) { .slick-dots { bottom: 10px; }
  .slick-dots li button { width: 15px; height: 12px; margin: 0 2px; } }

.slick-prev, .slick-next { width: 40px; height: 68px; border: 0px; cursor: pointer; display: none !important; position: absolute; top: 50%; margin-top: -34px; z-index: 999; background-color: #1E232E; background-color: rgba(30, 35, 46, 0.9); }

.slick-prev .iconfont, .slick-next .iconfont { font-size: 22px; font-size: 2.2rem; color: #fff; }

.slick-prev:hover, .slick-next:hover { background-color: #e9eaeb; }

.slick-prev:hover .iconfont, .slick-next:hover .iconfont { color: #4b5f7c; }

.slick-prev { left: 75px; }

.slick-next { right: 75px; }

.slideshow:hover .slick-prev, .slick-next { display: block !important; }

@media screen and (max-width: 999px) { .slideshow:hover .slick-prev, .slick-next { display: none !important; } }

/*# sourceMappingURL=slide3.css.map */
