/* 大屏幕 */
@media (min-width: 1200px) {

    .cool {display: none;}

    .ass {display: none;}

    .phone__show {
        position: fixed;
        top: 50%;
        left: 30%;
        width: 100%;
        margin: -2.25rem auto 0;
        z-index: 99;
      }

    .t1,.t2,.t3,.t4,.t5 {display: none;}
}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    .cool {display: none;}

    .ass {display: none;}

    .phone__show {position: fixed;top: 50%;left: 30%;width: 100%;margin: -2.25rem auto 0;z-index: 99;}

    .t1,.t2,.t3,.t4,.t5 {display: none;}
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .content {width: 7.5rem;margin: 0 auto;}

    .arltr {display: none;}

    .lfNav {display: none;}
    

    .tit1,
    .tit2,
    .lc,
    .sty,
    .sc {
        width: 80%;
        height: auto;
        margin: .2rem auto;
        text-align: center;
        font-size: .5rem;
        background-size: 0 0;
        padding-top: .2rem;
    }

    .tit1 h2,.tit2 h2,.lc h2,.sty h2,.sc h2 {display: none;}

    .t1,.t2,.t3,.t4,.t5 {display: block;width: 100%;height: auto;}

    #footer_bx {display: none;}

    .ban5 {width: 100%;}

    .ban5_bg img {display: none;}

    .ban5_bg form .dl {width: 1.5rem;}

    .tent,
    .hospit,
    .upday,
    .sks,
    .work,
    .lis,
    .zsjz,
    .our {
        width: 100%;
        margin: 0 auto;

    }

    .cool {display: block;}

    .ass {display: block;}

    .ban7_bg {display: none;}

    .cont {width: 100%;}

    .cont ul li {width: 25%;}

    .phone__show {
        position: fixed;
        top: 50%;
        left: 8%;
        width: 100%;
        margin: -2.25rem auto 0;
        z-index: 99;
    }

    .phone i {
        position: absolute;
        top: 0;
        right: 40px;
        width: .32rem;
        height: .32rem;
        font-size: .2rem;
        color: #fff;
        font-style: normal;
        display: block;
        background: #4d4d4d;
        border-radius: 16px;
        text-align: center;
        line-height: .32rem;
    }
}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    .content {width: 7.5rem;margin: 0 auto;}

    .arltr {display: none;}

    .phone__show {
        position: fixed;
        top: 50%;
        left: 8%;
        width: 100%;
        margin: -2.25rem auto 0;
        z-index: 99;
    }

    .phone i {
        position: absolute;
        top: 0;
        right: 40px;
        width: .32rem;
        height: .32rem;
        font-size: .2rem;
        color: #fff;
        font-style: normal;
        display: block;
        background: #4d4d4d;
        border-radius: 16px;
        text-align: center;
        line-height: .32rem;
    }

    .cool {display: block;}

    .lfNav {display: none;}

    #footer_bx {display: none;}

    .tit1,
    .tit2,
    .lc,
    .sty,
    .sc {
        width: 80%;
        height: auto;
        margin: .2rem auto;
        text-align: center;
        font-size: .5rem;
        background-size: 0 0;
        padding-top: .2rem;
    }

    .tit1 h2,.tit2 h2,.lc h2,.sty h2,.sc h2 {display: none;}

    .t1,
    .t2,
    .t3,
    .t4,
    .t5 {
        display: block;
        width: 100%;
        height: auto;
    }

    .ban5 {
        width: 100%;
    }

    .ban5_bg img {
        display: none;
    }

    .ban5_bg form .dl {
        width: 1.5rem;
    }

    .tent,
    .hospit,
    .upday,
    .sks,
    .work,
    .lis,
    .zsjz,
    .our {
        width: 100%;
        margin: 0 auto;

    }

    .ass {
        display: block;
    }

    .ban7_bg {
        display: none;
    }

    .xq,
    .bm {
        width: 1.5rem;
    }

    .our {
        width: 100%;
    }

    .cont {
        width: 100%;

    }

    .cont ul li {
        width: 25%;

    }
}