@charset "UTF-8";
/* CSS Document */
.slideshow .item img { 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: 25px; right: 4.27%; top: 50%; margin-top: -86px; }

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

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

/* ��ͷ */
.slick-prev, .slick-next { width: 41px; height: 90px; border: 0px; font-size: 0px; cursor: pointer; display: none !important; }

.slick-prev { position: absolute; top: 50%; margin-top: -45px; left: 40px; z-index: 999; }

.slick-next { position: absolute; top: 50%; margin-top: -45px; right: 40px; z-index: 999; }

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

@media screen and (max-width: 999px) { .slick-dots { width: 15px; margin-top: -50px; }
  .slick-dots li button { width: 15px; height: 15px; margin: 5px 0; } }

@media screen and (max-width: 767px) { .slick-dots { width: 15px; margin-top: -40px; right: 3%; }
  .slick-dots li button { width: 10px; height: 10px; margin: 2px 0; } }

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