﻿@media only screen and (max-width: 1080px) {
    body {
    }


    .xtbgdiv {
        width: 100%;
        height: 280px;
        background-color: #f2f6ff;
        text-align: center;
    }

    .onetitle {
        font-size: 1em;
        text-align: center;
        color: black;
        padding-top: 30px;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .twotitle {
        width: 80%;
        line-height: 27px;
        margin: auto;
        font-size: 0.9em;
        margin-top: 20px;
        color: #999999;
    }

    .jslndiv {
        width: 100%;
        height: 570px;
    }

    .jslnlist {
        display: flex;
        width: 80%;
        margin: auto;
        margin-top: 39px;
        flex-wrap: wrap;
    }

    .jslnimgdiv {
        text-align: center;
        margin-top: 30px;
    }

    .jslnimg {
        width: 60px;
        height: 60px;
    }

    .jslnitem {
        width: 50%;
        height: 220px;
        border-radius: 10px;
    }



    .jslntitle1 {
        text-align: center;
        line-height: 39px;
        font-size: 1em;
        font-weight: 600;
        margin-top: 10px;
    }

    .jslntitle2 {
        text-align: center;
        line-height: 21px;
        font-size: 0.9em;
        margin-top: 2px;
        color: #a8a8a8;
    }

    .jslnactive {
        box-shadow: #e0ecff 1px 1px 9px 7px;
    }

    .cjyydiv {
        width: 100%;
        height: 600px;
        background-color: #f2f6ff;
    }

    .cjbtdiv {
        width: 90%;
        margin: auto;
        margin-top: 10px;
        font-size: 0.8em;
        color: #777779;
        display: flex;
    }

    .cjitem {
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        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: 500px;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .cjyyleftdiv {
        width: 100%;
        height: 200px;
    }

    .cjyyrightdiv {
        width: 100%;
        height: 315px;
    }


    .cjyyimg {
        width: 100%;
    }

    .cjyytitle1 {
        padding-left: 15%;
        font-size: 1em;
        line-height: 30px;
        font-weight: 600;
        color: #272a42;
        padding-top: 20px;
    }

    .cjyytitle2 {
        padding-left: 15%;
        width: 80%;
        font-size: 0.9em;
        line-height: 20px;
        color: #7b8597;
        padding-top: 20px;
        height: 150px;
    }

    .ljzximg {
        padding-left: 15%;
        width: 90px;
        padding-top: 3px;
    }
}

