﻿@media only screen and (max-width: 1080px) {
    .mtopdiv {
        width: 100%;
        height: 60px;
    }

    body {
    }
    .detail-location {
        font-size: 9px;
    }

    .xtbgdiv {
        width: 100%;
        height: 450px;
        background-color: #f2f6ff;
        text-align: center;
    }

    .onetitle {
        font-size: 1em;
        text-align: center;
        color: black;
        padding-top: 5vh;
        letter-spacing: 3px;
    }

    .twotitle {
        width: 65%;
        line-height: 40px;
        margin: auto;
        font-size: 20px;
        margin-top: 50px;
        color: #999999;
    }

    .jslndiv {
        width: 100%;
        height: auto;
        margin-bottom:2vh;
    }

    .jslnlist {
        display: flex;
        width: 90%;
        margin: auto;
        margin-top: 80px;
        flex-flow:wrap
    }

    .jslnimgdiv {
        text-align: center;
        margin-top: 3vh;
    }

    .jslnimg {
        width: 50px;
        height: 50px;
    }

    .jslnitem {
        width: 50%;
        height: 200px;
        border-radius: 10px;
    }



    .jslntitle1 {
        text-align: center;
        line-height: 50px;
        font-size: 1em;
        font-weight: 600;
        margin-top: 1vh;
    }

    .jslntitle2 {
        text-align: center;
        line-height: 20px;
        font-size: 0.7em;
        margin-top: 0vh;
        color: #a8a8a8;
    }

    .jslnactive {
        box-shadow: #e0ecff 1px 1px 9px 7px;
    }

    .cjyydiv {
        width: 100%;
        height: 470px;
        background-color: #f2f6ff;
    }

    .cjbtdiv {
        width: 90%;
        margin: auto;
        margin-top: 50px;
        font-size: 0.8em;
        color: #777779;
        display: flex;
        flex-flow: wrap;
    }

    .cjitem {
        width: 21%;
        margin-left: 2%;
        margin-right: 2%;
        line-height: 25px;
        position: relative;
        text-align: center;
    }

    /* .cjitem b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: #6da1f7;
        left: 10%;
        bottom:-10px; 
        -webkit-transition: 0.5s;
        transition: 0.5s; 
    }*/
    .currenttabtitle {
        color: #6da1f7;
        border-bottom: 2px solid #6da1f7;
    }

    .cjyycontentdiv {
        width: 90%;
        margin: auto;
        height: 230px;
        margin-top: 30px;
        display: flex;
    }

    .cjyyleftdiv {
        width: 50%;
        height: 200px;
        margin-top: 25px;
    }

    .cjyyrightdiv {
        width: 50%;
        height: 220px;
    }


    .cjyyimg {
        width: 100%;
    }

    .cjyytitle1 {
        padding-left: 10%;
        font-size: 0.8em;
        line-height: 37px;
        font-weight: 600;
        color: #272a42;
        padding-top: 0px;
    }

    .cjyytitle2 {
        padding-left: 10%;
        width: 90%;
        font-size: 0.5em;
        line-height: 19px;
        color: #7b8597;
        padding-top: 0px;
        height: 120px;
    }

    .ljzximg {
        padding-left: 10%;
        width: 83px;
        padding-top: 40px;
    }

    .jsmbdiv {
        width: 80%;
        margin: auto;
    }

    .jsmblistdiv {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .jsmbitem {
        width: 100%;
        padding: 2%;
        height: 100%;
        position: relative;
    }

    .jsmbitemimgdiv {
        width: 100%;
        object-fit: cover;
        transition: 0.5s;
        overflow: hidden;
    }

    .jsmbitemimg {
        transform: scale(1);
        width: 100%;
        object-fit: cover;
        transition: 0.5s;
        overflow: hidden;
    }

        .jsmbitemimg:before {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.2);
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            content: '';
        }

    .jsmbcontent {
        width: 80%;
        position: absolute;
        left: 10%;
        top: 0px;
        z-index: 3;
        color: #fff;
        line-height: 18px;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        .jsmbcontent::before {
            display: block;
            content: '';
        }
}
