﻿@media only screen and (max-width: 1080px) {
    .fayspage {
        width: 100%;
        height: 1000px;
    }
    .pagetitle {
        padding-top: 10px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 30px;
        text-align: center;
    }


    .pagetitleline {
        width: 150px;
        height: 3px;
        background-color: #3e80fd;
        margin: auto;
        margin-top: 5px;
    }

    .toptabdiv {
        width: 100%;
        background-color: #f3f6f9;
        border-bottom: 1px solid #c6c6c6;
    }

    .tabdiv {
        width: 78%;
        margin: auto;
        height: 60px;
        display: flex;
    }

    .tabitem {
        line-height: 60px;
        font-size: 1em;
        font-family: 'Alibaba PuHuiTi 2.0';
        width: 120px;
        cursor: pointer;
        position: relative;
    }

    .tabitemactive {
        color: #33b0ff;
    }


    .tabitem b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: #33b0ff;
        left: 0;
        bottom: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-right: 5px;
    }


    .fayscenter {
        width: 90%;
        margin: auto;
        height: 800px;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .faysitem {
        text-align: center;
        width: 100%;
        padding-top:  0rem;
        transition: 0.4s;
        position: relative;
        opacity: 0.3;
    }

    .faysitemactive {
        width: 100%;
        padding-top: 0;
        opacity: 1;
    }

    .faysitemimg {
    }

        .faysitemimg img {
            width: 40%;
        }

    .faysitemtitle1 {
        width: 80%;
        margin: auto;
        font-size: 1rem;
        color: #000;
        margin-top: 1rem;
        transition: 0.4s;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .faysitemtitle2 {
        width: 80%;
        margin: auto;
        font-size: 0.8rem;
        line-height: 1.6rem;
        color: #333;
        margin-top: 1.3rem;
    }


    .hxmkpage {
        width: 100%;
        height: 870px;
        background: url('../../images/GjfHall/hxmkcenterbg.png') no-repeat;
        background-size: 100% 100%;
    }


    .hxmkcenter {
        width: 90%;
        margin: auto;
        margin-top: 30px;
        height: 800px;
        display: flex;
        flex-wrap: wrap;
    }

    .hxmkleftdiv {
        margin-left: 0%;
        width: 100%;
    }

    .hxmkcenterdiv {
        width: 100%;
        margin: 0%;
        text-align: center;
    }

    .hxmkrightdiv {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 22px;
        align-content: flex-start;
    }

    .hxmkleftdivtitle1 {
        font-size: 1em;
        font-weight: 600;
        color: white;
        position: relative;
        height: 60px;
    } 

        .hxmkleftdivtitle1 b {
            width: 50px;
            height: 3px;
            background-color: white;
            position: absolute;
            top: 40px;
            left: 0px;
        }

    .hxmkleftdivtitle2 {
        width: 100%;
        height: 150px;
        line-height: 30px;
        font-size: 0.9em;
        color: #dddddd;
    }

    .hxmkleftbtndiv {
        margin-top: 30px;
        width: 70%;
        display: flex;
        justify-content: space-between;
        display:none
    }


    .hxmkleftbtn {
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: white;
        font-size: 16px;
        border: 1px solid white;
        border-radius: 5px;
        cursor: pointer;
    }

        .hxmkleftbtn a {
            color: white;
            display: block;
            width: 100%;
            height: 100%;
        }

    .hxmkleftbtnactive {
        background-color: white;
        color: #494848 !important;
    }

        .hxmkleftbtnactive a {
            background-color: white;
            color: #494848 !important;
        }






    .hxmkcenterdiv img {
        margin-top: 10%;
        width: 100%;
    }


    .hxmkrightbtn {
        width: 28%;
        margin: 2%;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 0.7em;
        color: white;
        border: 1px solid #0568f2;
        border-radius: 20px;
        cursor: pointer;
    }


    .hxmkrightbtnactive {
        background-color: #006aff;
    }

    .cjzspage {
        width: 100%;
        height: 555px;
    }

    .cjzscenterdiv {
        margin-top: 15px;
        height: 500px;
        background: url(../../images/GjfHall/cjzsitem01.png) no-repeat;
        background-size: 100% 100%;
    }


    .cjzscentertib {
        width: 90%;
        margin:auto;

        height: 60px;
        display: flex;
        padding-top: 10%;
        margin-left: 5%;
    }

    .cjzscentertibitem {
        width: 29%;
        margin: 2%;
        font-size: 1em;
        font-weight: 600;
        color: white;
        cursor: pointer;
        position: relative;
    }


        .cjzscentertibitem b {
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            background: white;
            left: 0;
            bottom: 0px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            margin-right: 5px;
        }

    .cjzscenter {
        width: 80%;
        height: 300px;
        padding-top: 3%;
        margin-left: 5%;
        background: rgb(255 255 255 / 57%);
        padding: 20px;
    }

    .cjzscentertitle1 {
        font-size: 1em;
        color: #0568f2;
        line-height: 50px;
        font-weight: 600;
    }

    .cjzscentertitle2 {
        width: 90%;
        font-size: 0.8em;
        color: #494848;
        line-height: 30px;
    }

        .cjzscentertitle2 span {
            color: #0568f2;
        }



    .fajzpage {
        width: 100%;
        height: 1430px;
        background-color: #f2f5f8;
    }

    .fajzcenter {
        width: 90%;
        margin: auto;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .fajzitem {
        width: 48%;
        margin: 1%;
    }

        .fajzitem img {
            width: 100%;
        }

    .fzjzitem2 {
        margin-top: 80px;
    }


    .fzjzbtndiv {
        width: 28%;
        margin: auto;
        margin-top: 5%;
        display: flex;
        justify-content: space-evenly;
        display:none
    }

    .fzjzbtn {
        width: 200px;
        height: 50px;
        border-radius: 10px;
        background-color: #f2f5f8;
        color: #006afe;
        border: 2px solid #006afe;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }

}
