#lanmub_schedule_demo{overflow:hidden;width:100%;margin:0 auto;}
#lanmub_schedule_indemo {float: left;width:800%!important;}
#lanmub_schedule_demo1 {float: left;}
#lanmub_schedule_demo2 {float: left;}
.lanmub_schedule {}

.lanmub_schedule .schedule_cont{margin-top:20px;}
.lanmub_schedule .schedule_cont ul li {
    width: 380px;
    float: left;
    margin-left: 25px;
    margin-bottom: 38px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.lanmub_schedule .schedule_cont ul li:nth-child(4n) {
    margin-right: 0;
}

.lanmub_schedule .schedule_cont ul li a {
    display: block;
}

.lanmub_schedule .schedule_cont ul li .tu {
    width: 380px;
    height:400px;
    position: relative;
    overflow: hidden;
    ;
}

.lanmub_schedule .schedule_cont ul li .tu img {
    width: 380px;
    height:400px;
    transition: .5s;
}

.lanmub_schedule .schedule_cont ul li:hover img {
    transform: scale(1.1);
}



.lanmub_schedule .schedule_cont ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}