#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_title {
    text-align: center;
    padding: 20px 0;
}

.lanmub_schedule .schedule_title h2 {
    font: bold 32px/50px "微软雅黑";
    color: #333;
}

.lanmub_schedule .schedule_title p {
    font: normal 12px/30px "Arial";
    color: #e8bb92;
    font-style: italic;
    text-transform: uppercase;
    background: url(../images/line01.png) no-repeat center;
}
.lanmub_schedule .schedule_cont{margin-top:20px;}
.lanmub_schedule .schedule_cont ul li {
    width: 280px;
    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: 280px;
    height: 245px;
    position: relative;
    overflow: hidden;
    ;
}

.lanmub_schedule .schedule_cont ul li .tu img {
    width: 280px;
    height: 245px;
    transition: .5s;
}

.lanmub_schedule .schedule_cont ul li:hover img {
    transform: scale(1.1);
}

.lanmub_schedule .schedule_cont ul li .tu .marks {
    width: 280px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
}

.lanmub_schedule .schedule_cont ul li:hover .tu .marks {
    opacity: 1;
}

.lanmub_schedule .schedule_cont ul li .tu .jia {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 40%;
    left: 40%;
    background: url(../images/jia.png) no-repeat center;
    transition: .5s;
    opacity: 1;
}

.lanmub_schedule .schedule_cont ul li:hover .tu .jia {
    top: 110px;
    opacity: 0;
}

.lanmub_schedule .schedule_cont ul li .wz {
    padding-bottom:22px;
    background: #fff;
    border: 1px solid #eeeeee;
}

.lanmub_schedule .schedule_cont ul li .wz h3 {
    font: normal 18px/66px "微软雅黑";
    color: #333;
    text-align: center;
}

.lanmub_schedule .schedule_cont ul li .wz h4 {
    text-align: center;
    line-height: 30px;
    color: #999;
    font-weight: normal;
}

.lanmub_schedule .schedule_cont ul li .wz dt {
    width: 167px;
    height: 32px;
    text-align: center;
    margin: 0 auto;
    font: normal 13px/32px "微软雅黑";
    color: #555;    
    color: #fff;
}

.lanmub_schedule .schedule_cont ul li .wz dt:hover {
    border-color: #c97449;
}

.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);
}