﻿@media only screen and (max-width: 1080px) {

    .toptabdiv {
        width: 100%;
        background-color: #f3f6f9;
        border-bottom: 1px solid #c6c6c6;
    }

    .tabdiv {
        width: 78%;
        margin: auto;
        height: 80px;
        display: flex;
    }

    .tabitem {
        line-height: 80px;
        font-size: 20px;
        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: 100%;
    }

    .fagslefttitle1 {
        margin-top: 20px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
    }

    .fagsleftline {
        margin-top: 20px;
        height: 3px;
        width: 50px;
        background-color: black;
    }

    .fagslefttitle2 {
        margin-top: 20px;
        font-size: 1em;
        color: #4d4d4d;
        line-height: 30px;
        width: 95%;
    }


    .zxzxbtn {
        width: 80px;
        height: 30px;
        color: white;
        line-height: 30px;
        font-size: 0.8em;
        text-align: center;
        background: url(../../images//AIWgdt/zxzxbtn.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }

    .fagsdiv {
        width: 95%;
        height: 555px;
        margin: auto;
        display: flex;
        flex-wrap:wrap;
    }

    .fagsright {
        width: 100%;
        text-align: center;
    }

    .fagsrightbg {
        margin-top: 15px;
        width: 100%;
    }

    .fayspage {
        width: 100%;
        height: 850px;
        background-color: white;
    }

    .faysdiv {
        width: 78%;
        margin: auto;
    }

    .pagetitle {
        padding-top: 20px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 50px;
        text-align: center;
    }


    .pagetitleline {
        width: 150px;
        height: 3px;
        background-color: #3e80fd;
        margin: auto;
        margin-top: 5px;
    }

    .fayslist {
        width: 100%;
        margin: auto;
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .faysitem {
        width: 31%;
        margin: 1%;
        margin-top: 35px;
        text-align: center;
    }

    .faysitemimg {
        width: 100%;
        height: 100px;
    }

        .faysitemimg img {
            width: 50px;
            height: 50px;
            margin-top: 30px;
        }

    .faysitemtitle1 {
        font-size: 25px;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 50px;
    }

    .faysitemtitle2 {
        clear: both;
        font-size: 16px;
        color: #898989;
        width: 75%;
        line-height: 30px;
        margin: auto;
        margin-top: 10px;
    }




    .hxmkpage {
        width: 100%;
       min-height: 1200px;
        background: url('../../images/AutoForm/xhgnbg.png') no-repeat;
        background-size: 100% 100%;
        margin-bottom:20px;
    }


    .pagetitle2 {
        margin-top: 20px;
        text-align: center;
        font-size: 0.8em; 
        color: #878787;
    }

    .hxmktopdiv {
        width: 95%;
        margin: auto;
        height: 150px;
    }


    .hxmktibdiv {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap:wrap;
    }

    .hxmktibitem {
        width: 31%;
        margin: 0.8%;
        height: 85px;
    }

    .hxmktibimgdiv {
        width: 100%;
        text-align: center;
    }
        .hxmktibimgdiv img{
            width:50px;
            height:50px;
        }

        .hxmkitemtitle {
            text-align: center;
            line-height: 30px;
            font-size: 1em;
            position: relative;
        }

    .hxmktibitemactive {
        color: #337dfe;
    }

    .hxmkitemtitle b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: #337dfe;
        left: 15%;
        bottom: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-right: 5px;
    }




    .hxmkdiv {
        width: 80%;
        margin: auto;
        display: flex;
        height: 770px;
        margin-top: 30px;
    }

    .hxmkitemmax {
        width: 80% !important;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .hxmkitem {
        width: 23%;
        margin: 0.5%;
        height: 600px;
    }

    .hxmkcenterdiv {
        width: 95%;
        margin: auto;
        margin-top: 20px;
        height: 505px;
        display: none;
    }

    .hxmkcenterdivactive {
        transform: translate3d(100%, 0, 0); /* 初始状态：隐藏在右侧 */
        animation: slideIn 1s ease forwards; /* 自动播放动画 */
    }


    @keyframes slideIn {
        0% {
            transform: translate3d(100%, 0, 0); /* 初始状态：隐藏在右侧 */
        }

        100% {
            transform: translate3d(0, 0, 0); /* 结束状态：滑入到左侧 */
        }
    }



    .hxmkleftdiv {
        width: 100%;
        height: 300px;
        margin-top: 100px;
        background-color: white;
        border-radius: 10px;
        
    }

    .hxmkcenterleftimg {
        text-align: center;
    }

        .hxmkcenterleftimg img {
            margin-top: -100px;
        }

    .hxmkcenterlefttitle1 {
        line-height: 50px;
        text-align: center;
        font-size: 1.1em;
        font-weight: 600;
    }

    .hxmkcenterleftbtn {
        height: 40px;
        width: 180px;
        margin: auto;
        line-height: 40px;
        text-align: center;
        color: white;
        background-color: #337dfe
    }

    .hxmkrightdiv {
        width: 99%;
        margin-left: 1%;
        height: auto;
        background-color: white;
        border-radius: 10px;
        float: left;
        margin-top:20px;
    }


    .hxmkrightcenterdiv {
        padding: 2%;
        display: flex;
        flex-wrap:wrap;
    }

    .hxmkrightcenteritem {
        width: 44%;
        margin: 1%;
        margin-left: 4%;
    }

    .hxmkrightcenteritemtitle1 {
        font-size: 1em;
        line-height: 50px;
    }

    .hxmkrightcenteritemtitle2 {
        margin-top: 20px;
        line-height: 35px;
        color: #898989;
    }

    .jsldpage {
        width: 100%;
        height: 750px;
    }

    .jsldcenterdiv {
        width: 95%;
        margin: auto;
        height: 800px;
        background-color: #edf0f4;
        border-radius: 5px;
        margin-top: 30px;
        display: initial;
        flex-wrap:wrap;
    }


    .jsldcenterleftdiv {
        width: 100%;
        margin: 2%;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-around;
        height:180px;
    }

    .jsldcenterrightdiv {
        width: 90%;
        margin: 3%;
        padding: 3%;
        background-color: white;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
    }

    .jsldleftitem {
        width: 45%;
        margin:0px;
        height: 50px;
        text-align: center;
        font-size: 0.9em;
        font-weight: 600;
        line-height: 50px;
        margin-top: 7px;
        border-radius: 5px;
        cursor: pointer;
    }

    .jsldleftitemactive {
        background-color: #f5f7f9;
        box-shadow: #eae3f0 6px 3px 11px 0px;
    }

    .jsldrighttopdiv {
        width: 100%;
        margin-bottom: 20px;
        font-size: 0.9em;
        color: #636363
    }

    .jsldrighttopleftdiv {
        width: 90%;
    }

    .jsldrighttoprightdiv {
        width: 30%;
    }

    .jsldrightcenter {
        width: 100%;
        margin-top:20px;
    }

        .jsldrightcenter img {
            width: 100%;
        }

    .jsldrighttoprightbtn {
        width: 100px;
        height: 30px;
        color: white;
        line-height: 30px;
        text-align: center;
        background-color: #0068f3;
        border-radius: 10px;
        margin: auto;
        font-size:0.8em
    }


    .yycjpage {
        width: 95%;
        height: 859px;
        margin: auto;
    }



    .cjbtdiv {
        width: 95%;
        margin: auto;
        margin-top: 30px;
        font-size: 1em;
        color: black;
        display: flex;
        flex-wrap:wrap;
    }

    .cjitem {
        width: 21%;
        margin: 2% 2% 0 2%;
        line-height: 30px;
        position: relative;
        text-align: center;
        font-size:0.9em;
    }

    .currenttabtitle {
        border-bottom: 2px solid #046dfa;
    }

    .cjline {
        width: 100%;
        height: 2px;
        background-color: #d4d4d4;
    }


    .cjyycontentdiv {
        width: 100%;
        margin: auto;
        height: 500px;
        margin-top: 30px;
        display: flex;
        flex-wrap:wrap;
    }

    .cjyyleftdiv {
        width: 100%;
        height: 227px;
    }

    .cjyyrightdiv {
        width: 100%;
        height: 230px;
    }


    .cjyyimg {
        width: 100%;
    }

    .cjyytitle1 {
        padding-left: 8%;
        font-size: 1em;
        line-height: 50px;
        font-weight: 600;
        color: #272a42;
        padding-top: 0px;
    }

    .cjyytitle2 {
        padding-left: 8%;
        width: 80%;
        font-size: 0.8em;
        line-height: 30px;
        color: #7b8597;
        padding-top: 0px;
        height: 90px;
    }


    .cjyybtndiv {
        width: 120px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border: 1px solid #c5c5c5;
        color: #c5c5c5;
        margin-left: 8%;
        border-radius: 5px;
    }


    .yhjzpage {
        width: 100%;
        height: 1030px;
        background: url('../../images/AutoForm/yhjzbg.png') no-repeat;
        background-size: 100% 100%;
    }


    .yhjzcenter {
        width: 95%;
        height: 780px;
        margin: auto;
        background-color: white;
        box-shadow: #ebe4f7 5px 8px 12px;
        border-radius: 10px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .yycjitem {
        width: 46%;
        margin: 2%;
        height: 180px;
    }



    .yycjitemimg {
        text-align: center;
    }

        .yycjitemimg img {
            width: 40px;
            height: 50px;
            margin-top: 6px;
        }

    .yycjitemtitle1 {
        text-align: center;
        line-height: 43px;
        font-size: 1em;
    }

    .yycjitemtitle2 {
        text-align: center;
        line-height: 25px;
        margin-top: 20px;
        color: #898989;
        width: 80%;
        margin: auto;
        font-size:0.8em;
    }

    .yhjzbottomdiv {
        width: 100%;
        margin: auto;
        margin-top: 50px;
        display: flex;
        justify-content: space-evenly;
    }

    .yhjzbottombtn {
        width: 100px;
        height: 30px;
        border-radius: 10px;
        color: #006afe;
        border: 1px solid #006afe;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        font-size:0.8em
    }
}
