﻿.mainParts_movie .pic{ position:relative; overflow: hidden;}
.mainParts_movie .pic .Ispic{ display:block; padding-bottom:56.556%; background-size:cover; background-position:center center; background-repeat:no-repeat;}
.mainParts_movie .pic a{ width:100%; height:100%; position:absolute; left:0; top:0; transition: .3s; }
.mainParts_movie .pic a:hover{transform: scale(1.15);}
.mainParts_movie .pic a::before,
.mainParts_movie .pic a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.mainParts_movie .pic a::before{width:46px;height:46px;background: rgba(0,0,0,0.5);margin-left: -23px;margin-top: -23px;border-radius: 50%;}
.mainParts_movie .pic a::after{width: 0;height: 0;border-top:8.5px solid transparent;border-bottom: 8.5px solid transparent;border-left: 14px solid rgba(255,255,255,0.7);margin-left: -4px;margin-top: -8.5px;}
.mainParts_movie .pic a:hover::after{border-left-color:#fff;}
.mainParts_movie p{ font-size:14px; color: #333; font-family: 'Open Sans'; font-weight: bold; padding: 5px 0;}

.mainParts_movie .slick-arrow{ position:absolute; top:50%; width:35px; height:35px; margin-top:-17.5px;  padding:0; background:#fff; font-size:0; z-index:10; cursor:pointer; border-radius:50%;}
.mainParts_movie .slick-arrow:before{ position:absolute; content:''; width:9px; height:9px; border-top:2px solid #333; border-right:2px solid #333; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); left:50%; top:50%; margin:-5px 0 0 -5px;}
.mainParts_movie .slick-prev:before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg); -ms-transform:rotate(-135deg); margin-left:-5px;}
.mainParts_movie .slick-prev{ left:0;}
.mainParts_movie .slick-next{ right:0;}
.mainParts_movie .slick-disabled:before{border-top-color: #999; border-right-color: #999;}


.video_files{position:fixed; left:0; top:0; width:100%; height:100%; z-index:1000;}
.video_files .bg{position:fixed; left:0; top:0; width:100%; height:100%; z-index:10; background:rgba(0,0,0,0.3); display: block; }
.video_files .videos{position:fixed; left:50%; top:50%; width:80%; height:80%; z-index:11; max-width: 1200px; max-height: 740px; transform: translate(-50%,-50%);padding: 10px; background: #fff;}
.video_files video{width:100%; height:100%; background-color:#000;}
.video_files .close{position: absolute;right:-30px;top:-30px;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #fff;cursor: pointer;}
.video_files .close::before,
.video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#999; left:13px; top:5px;}
.video_files .close::before{ transform:rotate(45deg);}
.video_files .close::after{ transform:rotate(-45deg);}

@media(min-width:999px){
  .mainParts_movie .slider{width: 90%; max-width: 1160px; margin: 0 auto; }
}





.base_slider .slide_area ul.background li .img1 img{display: block !important;}