@charset "UTF-8";
.home1 { position: relative; }

.home1 .slick-dots-nav { position: absolute; left: 0; right: 0; bottom: 60px; }

.home1 .slick-dots { margin: 0; padding: 10px 14px; z-index: 3; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: rgba(0, 0, 0, 0.5); border-radius: 14px; position: relative; left: auto; -webkit-transform: none; transform: none; bottom: 0; }

.home1 .slick-dot { cursor: pointer; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; }

.home1 .slick-dot + .slick-dot { margin-left: 11px; }

.home1 .slick-dot.slick-active { background-color: #be0201; }

.home1 .slick-dots-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.banner { position: relative; z-index: 1; overflow: hidden; }

.banner .focus { position: relative; width: 100%; }

.banner .focus .ul { overflow: hidden; position: relative; }

.banner .focus .li { width: 100%; position: relative; overflow: hidden; }

.banner .focus .li::before { content: ''; display: block; padding-top: 44.79167%; }

.banner .focus .li .i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.banner .focus .li .video1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; font-size: 0; -o-object-fit: fill; object-fit: fill; }

.banner .focus .li .icon { width: 24px; height: 24px; line-height: 50px; position: absolute; font-size: 50px; right: 240px; font-weight: normal; bottom: 5%; cursor: pointer; }

.banner .focus .li .icon::before { color: #fff; content: ""; display: block; width: 100%; height: 100%; background: url(../../image/banner/pasue.png) no-repeat center center; background-size: 100% 100%; }

.banner .focus .li .icon.icon_play::before { color: #fff; content: ""; display: block; width: 100%; height: 100%; background: url(../../image/banner/play.png) no-repeat center center; background-size: 100% 100%; }

.banner .focus .li + li { z-index: -1; }

.banner .focus .li img { width: 100%; height: auto; }

.banner .focus .li .a { display: block; height: 100%; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; opacity: 1; }

.banner .focus .li .box { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.banner .focus .li .m-show { display: none; }

/*	pc 端	*/
/*	移动端	*/
@media (max-width: 768px) { .banner { /* &.mbAndPc{ .focus .li .p-show{display: none;} .focus .li .m-show{display: block;} .focus .li{@include pic(1080,1699);} } */ }
  .banner .focus .li .icon { right: auto; left: 20px; display: block; bottom: 5%; } }
