﻿@media only screen and (max-width: 1080px) {

    .toptabdiv {
        width: 100%;
        background-color: #f3f6f9;
        border-bottom: 1px solid #c6c6c6;
    }

    .tabdiv {
        width: 95%;
        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;
    }



    .fagspage {
        width: 100%;
        background-color: #f3f6f9;
    }

    .fagsleft {
        width: 90%;
        margin: auto;
    }

    .fagslefttitle1 {
        margin-top: 20px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
    }

    .fagslefttitle2 {
        margin-top: 20px;
        font-size: 1em;
        color: #4d4d4d;
        line-height: 25px;
        width: 95%;
    }


    .zxzxbtn {
        width: 100px;
        height: 35px;
        color: white;
        line-height: 35px;
        font-size: 1em;
        text-align: center;
        background: url(../../images/AIWgdt/zxzxbtn.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }

    .fagsdiv {
        width: 95%;
        height: 720px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .fagsright {
        width: 100%;
        text-align: center;
    }

    .fagsrightbg {
        margin-top: 10px;
        width: 80%;
    }

    .fayspage {
        width: 100%;
        height: 880px;
        background: url('../images/AIHumen/faysbg.png') no-repeat;
        background-size: 100% 100%;
    }

    .faysdiv {
        width: 100%;
    }

    .fayscenter {
        width: 100%;
        margin: auto;
        height: 800px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .faysleftdiv {
        width: 100%;
        text-align: center;
    }

        .faysleftdiv img {
            width: 100%;
        }

    .faysrightdiv {
        width: 100%;
    }

    .faysrightitem {
        height: 100px;
        display: flex;
        margin-bottom: 5px;
    }

    .faysrightitemimg {
        width: 15%;
        text-align: center;
    }

        .faysrightitemimg img {
            width: 35px;
            height: 35px;
        }

    .faysrightitemtitle {
        width: 78%;
        margin-left: 2%;
    }

    .faysrightitemtitle1 {
        font-size: 1em;
        font-weight: 600;
        color: #404040;
    }

    .faysrightitemtitle2 {
        font-size: 0.8em;
        color: #5a5a5a;
        margin-top: 10px;
        line-height: 25px;
    }


    .pagetitle {
        padding-top: 30px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 35px;
        text-align: center;
    }

    .pagetitle2 {
        width: 80%;
        margin: auto;
        font-size: 0.8em;
        font-family: 'Alibaba PuHuiTi 2.0';
        margin-top: 20px;
        text-align: center;
        color: #808080;
    }

    .pagetitleline {
        width: 150px;
        height: 3px;
        background-color: #3e80fd;
        margin: auto;
        margin-top: 5px;
    }

    .fayslist {
        width: 100%;
        margin: auto;
        display: flex;
        margin-top: 50px;
        flex-wrap: wrap;
    }


    .faysitem {
        width: 48%;
        margin: 1%;
        margin-top: 35px;
    }

    .faysitem1 {
        background: url('../images/Xchuang/fays01.png') no-repeat;
        background-size: 100% 100%;
        height: 283px;
    }


    .faysitem2 {
        background: url('../images/Xchuang/fays02.png') no-repeat;
        background-size: 100% 100%;
    }

    .faysitemimg {
        width: 100%;
        height: 100px;
    }

        .faysitemimg img {
            width: 50px;
            height: 50px;
            margin-top: 30px;
        }

    .faysitemtitle1 {
        font-size: 30px;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 50px;
        margin-left: 5%;
        margin-top: 38px;
    }

    .faysitemtitle2 {
        clear: both;
        font-size: 16px;
        color: #898989;
        width: 56%;
        line-height: 25px;
        margin-top: 20px;
        margin-left: 5%;
    }

    .faysitem3 {
        width: 31%;
        margin: 1%;
        height: 200px;
    }


    .hxmkpage {
        width: 100%;
        height: 789px;
        background: url('../images/AIHumen/xhmkbg.png') no-repeat;
        background-size: 100% 100%;
    }



    .hxmkdiv {
        width: 90%;
        margin: auto;
        display: flex;
        height: 220px;
        margin-top: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }



    .hxmkitem {
        width: 23%;
        margin: 1%;
        height: 100px;
        font-size: 0.8em;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .hxmkitem b {
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            background: #5180fe;
            left: 24%;
            bottom: 0px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            margin-right: 5px;
        }


        .hxmkitem img {
            width: 60%
        }

    .hxmkitemtitle {
        text-align: center;
        margin-top: 10px;
        font-size: 1em
    }

    .hxmkitemactive {
        color: #5180fe;
    }

    .hxmkcenter {
        width: 90%;
        margin: auto;
        margin-top: 10px;
        height: 420px;
        display: flex;
        flex-wrap: wrap;
    }

    .hxmkleftdiv {
        width: 100%;
    }

    .hxmkrightdiv {
        width: 90%;
        margin: auto;
    }

        .hxmkrightdiv img {
            width: 100%;
        }

    .hxmklefttitle1 {
        padding-top: 30px;
        font-size: 20px;
        font-weight: 600;
    }

    .hxmklefttitle2 {
        width: 90%;
        font-size: 15px;
        color: #898989;
        margin-top: 30px;
    }


    .xhmkline {
        width: 90%;
        margin: auto;
        height: 1px;
        background-color: #dfdfdf;
    }


    .xhmkcenter1 {
        width: 100%;
        margin-top: 50px;
        font-size: 25px;
        color: #1a1a1a;
        text-align: center;
    }


    .xhmkcenter2 {
        width: 35%;
        margin: auto;
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
        color: #555555;
        text-align: center;
    }

    .xhmkcenterimg {
        width: 100%;
        text-align: center;
    }

    xhmkcenterimg img {
        width: 100%;
    }



    .ljzxbtn {
        width: 250px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: white;
        border-radius: 10px;
        background-color: #0052d8;
    }

    .knowmorebtn {
        margin-top: 30px;
        height: 50px;
    }

    .knowmorebtntitle {
        float: left;
        width: 80px;
        line-height: 30px;
    }

    knowmorebtnimgdiv {
        float: left;
    }

    .knowmorebtnimg {
        width: 120px;
    }

    .hxmkrightimg {
        width: 100%;
        margin-top: 321px;
    }

    .viewdetailbtn {
        width: 120px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #253be5;
        background-color: white;
        float: left;
        font-size: 13px;
    }

    .viewzxbtn {
        width: 120px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: white;
        float: left;
        margin-left: 50px;
        border: 1px solid white;
        background-color: #3e3e54;
        font-size: 13px;
    }

        .viewzxbtn a {
            color: white !important;
        }

    .cjzspage {
        clear: both;
        background: url('../images/AIHumen/cjzspagebg.png') no-repeat;
        background-size: 100% 100%;
    }


    .cjzscenterdiv {
        width: 90%;
        margin: auto;
        display: flex;
        height: 1028px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .cjzsleftdiv {
        width: 100%;
        text-align: center;
    }

        .cjzsleftdiv img {
            width: 100%;
        }

    .cjzsrightdiv {
        width: 80%;
        margin-left: 10%;
    }


    .cjzszfx {
        width: 10px;
        height: 10px;
        float: left;
        background-color: #3e80fd;
        margin-top: 13px;
    }

    .cjzsitemtitle1 {
        float: left;
        line-height: 35px;
        color: #3e80fd;
        margin-left: 10px;
        font-size: 1em;
    }


    .cjzsitemtitle2 {
        clear: both;
        padding-bottom: 25px;
        color: #a1a1a1;
        font-size: 15px;
        width: 100%;
    }

    .jzfapage {
        width: 100%;
        height: 950px;
        background-color: #f3f6f9;
    }

    .jzfalist {
        width: 90%;
        height: 720px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: space-between;
    }


    .jzfaitem {
        width: 47%;
        background-color: white;
        border: 1px solid #e9e9e9;
        height: 340px;
        margin: 1%;
    }

    .jzfaitemimgdiv {
        width: 100%;
        margin: auto;
        margin-top: 30px;
        text-align: center;
    }

    .jzfaitemimg {
        width: 50px;
    }

    .jzfaitemtitle1 {
        text-align: center;
        line-height: 30px;
        margin-top: 20px;
        font-size: 1em;
    }

    .jzfaitemtitle2 {
        width: 80%;
        margin: auto;
        margin-top: 10px;
        font-size: 0.8em;
        color: #808080;
        line-height: 25px;
    }

    .aljspage {
        width: 100%;
        height: 900px;
        background-color: white;
    }

    .aljsitembgdiv {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .aljsitembgimg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .aljsitemdiv {
        width: 380px;
        height: 425px;
        background: rgb(255 255 255 / 95%);
        position: absolute;
        top: 126px;
        left: 104px;
        padding: 30px;
    }

    .aljsitemdivtitle1 {
        font-size: 25px;
        font-family: 'Alibaba PuHuiTi 2.0';
        text-align: left;
        margin-top: 30px;
    }

    .aljsitemdivtitle2 {
        font-size: 16px;
        text-align: left;
        margin-top: 30px;
        line-height: 30px;
        color: #808080;
        height: 180px;
    }



    .fzjzbtndiv {
        width: 70%;
        margin: auto;
        margin-top: 50px;
        display: flex;
        justify-content: space-evenly;
        height: 100px;
    }

    .fzjzbtn {
        width: 80px;
        height: 35px;
        border-radius: 10px;
        background-color: #f2f5f8;
        color: #006afe;
        border: 2px solid #006afe;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
        font-size: 0.8em;
    }
}
