@media screen and (min-width: 1300px) {
    .home1 {
        display: block;
    }

    .home2 {
        display: none;
    }

    .lvsu1 {
        display: block;
    }

    .lvsu2 {
        display: none;
    }

    .layout {
        font-family: 'PingFang SC', 'MicrosoftYaHei';
        width: 100%;
        min-width: 1200px;
        font-size: 13px;
        background-color: #F5F5F5;
        padding-top: 48px;
    }

    .layout .layoutMain {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    .layout .header {
        width: 100%;
        height: 72px;
        background: #222222;
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .layout .header .headerLogo {
        float: left;
        margin-top: 22px;
    }

    .layout .header .headerLogo img{
        width: 112px;
    }

    .layout .header .navList {
        float: right;
        margin-right: 108px;
    }

    .layout .header .navList ul {
        height: 72px;
    }

    .layout .header .navList ul li {
        float: left;
        height: 72px;
        position: relative;
        transition-duration: 0.3s;
        width: 120px;
        text-align: center;
    }

    .layout .header .navList ul li:hover {
        cursor: pointer;
    }

    .layout .header .navList ul li:hover a {
        color: #88BD42;
    }

    .layout .header .navList ul li:hover .navLiMenu {
        opacity: 1;
        transition-duration: 0.2s;
        visibility: visible;
    }

    .layout .header .navList ul li a {
        color: rgb(256, 256, 256, 0.8);
        margin: 0 28px 0;
        line-height: 72px;
    }

    .layout .header .navList ul li a.on,
    .layout .header .navList ul li a:active {
        color: #88BD42 !important;
    }
    .time {
        width: 1200px;
        margin: 72px auto 0;
    }
    .lvSuFengHui{
        width: 1200px;
        margin: 0 auto;
    }

    .lvSuFengHui .content {
        display: none;
    }

    .lvSuFengHui .content.active {
        display: block;
    }
    .date-container{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #DDDDDD
    }
    .date-container .date{
        font-size: 24px;
        color: #222222;
        line-height: 32px;
        cursor: pointer;
        margin-right: 36px;
        
    }
    .date-container .date.active{
        font-weight: bold;
    }
    .date-container .date .line{
        height: 4px;
        margin-top: 16px;
    }
    .date-container .date.active .line{
        height: 4px;
        background-color: #222222;
    }
    .lvSuFengHui .banner{
        display: flex;
        flex-direction: row;
        margin-top: 40px;
    }
    .lvSuFengHui .banner img{
        width:800px;
    }
    .lvSuFengHui .bannerMobile{
        display: none;
    }
    .lvSuFengHui .banner .text{
        width: 352px;
        background-color: white;
        padding: 48px 48px 0 48px;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        color: #666666;
        line-height: 22px;
    }
    .lvSuFengHui .banner span{
        font-size: 20px;
        color: #333333;
        line-height: 27px;
        font-family: 'MicroSoft YaHei';
    }
    .lvSuFengHui .banner .text .kaimutime{
        display: flex;
        flex-direction: row;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lvSuFengHui .banner .text .black{
        background-color: black;
        color: white;
        font-size: 14px;
        line-height: 22px;
        width: 50px;
        border-radius: 2px;
        text-align: center;
        margin-right: 12px;
    }
    .openingtime{
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        color: #000;
    }
    .lvSuFengHui .banner .text .jiaBin{
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }
    .play{
        margin-top: 40px;
        color: #666666;
        line-height: 22px;
    }
    .play span{
        font-size: 24px;
        color: #333333;
        line-height: 32px;
    }
    .play ul{
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .play li{
        display: flex;
        flex-direction: column;
        width: 336px;
        height: 412px;
        padding: 24px 24px;
        background-color: white;
        position: relative;
        margin-top: 24px;
        margin-right: 24px;
    }
    .play li:nth-child(3n){
        margin-right: 0;
    }
    .play .green{
        background-color: #88BD42;
        width: 50px;
        height: 22px;
        color: white;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .play .orange{
        background-color: #E46B20;
        width: 50px;
        height: 22px;
        color: white;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .play .content1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .play .title{
        font-size: 18px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 12px;
    }
    .play img{
        margin-bottom: 12px;
    }
    .play li a{
        font-size: 14px;
        color: #0082FF;
        line-height: 19px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        bottom: 24px;
        right: 24px;
    }
    .play a img{
        margin-bottom: 0;
        margin-left: 4px;
    }
    .play .jiaBin{
        margin-top: 8px;
    }
    .layout footer {
        box-sizing: border-box;
        height: 426px;
        padding: 48px 0 28px 0;
        background-color: #222222;
        color: white;
        margin-top: 120px;
    }

    .layout footer h1 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .layout footer .fastHref {
        float: left;
        width: 368px;
        margin-right: 88px;
    }

    .layout footer .fastHref ul li {
        float: left;
        text-align: center;
        line-height: 48px;
        font-size: 14px;
        width: 160px;
        height: 48px;
        background-color: #333333;
        margin-right: 24px;
        margin-bottom: 24px;
        border-radius: 8px;
    }

    .layout footer .fastHref ul li a {
        color: #BBBBBB;
    }

    .layout footer .mediaMatrix {
        float: left;
        width: 744px;
        overflow: hidden;
    }

    .layout footer .mediaMatrix ul {
        width: 768px;
    }

    .layout footer .mediaMatrix ul li {
        float: left;
        text-align: center;
        font-size: 14px;
        width: 104px;
        height: 131px;
        color: #BBBBBB;
        margin-right: 24px;
        margin-bottom: 24px;
    }

    .layout footer .mediaMatrix ul li p {
        padding-top: 8px;
    }

    .layout footer .mediaMatrix ul li img{
        width: 104px;
    }
    .footerMob{
        display: none;
    }
}