﻿@media only screen and (max-width: 1080px) {
    body {
    }



    .fagspage {
        width: 100%;
        height:800px;
    }

    .fagsleft {
        width: 100%;
    }

    .fagslefttitle1 {
        margin-top: 20px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
    }

    .fagslefttitle2 {
        margin-top: 10px;
        font-size: 0.8em;
        color: #858585;
        line-height: 30px;
        width: 95%;
    }

    .fagslefttitle2div {
        margin-top: 10px;
        font-size: 1em;
        line-height: 35px;
        font-weight: 600;
    }

    .fagslefttitle2img {
        float: left;
        width: 30px;
        margin-top: -3px;
    }

    .zxzxbtn {
        width: 140px;
        height: 50px;
        color: white;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        background: url(../images//AIWgdt/zxzxbtn.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 80px;
    }

    .fagsdiv {
        width: 95%;
        height: 655px;
        margin: auto;
        display: flex;
        flex-wrap:wrap;
    }

    .fagsright {
        width: 100%;
        text-align: center;
    }

    .fagsrightbg {
        margin-top: 10px;
        width: 80%;
    }

    .fayspage {
        width: 100%;
        height: 850px;
        background-color: white;
    }

    .faysdiv {
        width: 78%;
        margin: auto;
    }

    .pagetitle {
        padding-top: 50px !important;
        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: 50px;
        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: 14px;
        color: #747474;
        width: 75%;
        line-height: 30px;
        margin: auto;
        margin-top: 10px;
    }





    .hxmkpage {
        width: 100%;
        height: 1200px;
        background-color: #eaf1fe;
    }


    .pagetitle2 {
        margin-top: 10px;
        text-align: center;
        font-size: 0.9em;
        color: #858585;
    }



    .hxmkcenter {
        width: 95%;
        margin: auto;
        height: 980px;
        border-radius: 10px;
        box-shadow: #d1d1d1 3px 4px 4px 0px;
        background-color: white;
        margin-top: 30px;
        position: relative;
        z-index: 22;
    }

    .hxmkcontent {
        width: 90%;
        margin: auto;
    }

    .hxmkcontenttop {
        width: 100%;
        height: 188px;
        display: flex;
        border-bottom: 2px solid #f5f5f5;
        flex-wrap:wrap;
    }

    .hxmkcontenttopitem {
        width: 30%;
        height: 95px;
        cursor: pointer;
        position: relative;
    }

    .hxmkcontenttopitemimgdiv {
        padding-top: 10px;
        text-align: center;
    }

        .hxmkcontenttopitemimgdiv img {
           width:50px;
           height:50px;
        }

        .hxmkcontenttopitemtitle {
            margin-top:  0px;
            height: 20px;
            line-height: 30px;
            text-align: center;
            font-size: 0.8em;
            font-weight: 600;
        }

    .hxmkcontenttopitem b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: #33b0ff;
        left: 0;
        bottom: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 2px;
        margin-left: 1px;
    }

    .hxcurrenttitle {
        color: #158bd5;
    }

    .hxmkcenterbottomdiv {
        width: 100%;
        height: 520px;
        display:flex;
        flex-wrap:wrap;
    }

    .hxmkcenterbottom {
        display: flex;
        flex-wrap: wrap;
        display: none
    }

    .hxmkcenterbottomshow {
        display: initial !important;
    }

    .hxmkcenterbottomleft {
        width: 100%;
        float: left;
    }

    .hxmkcenterbottomright {
        width: 90%;
        margin-left: 1%;
        float: left;
    }

        .hxmkcenterbottomright img {
            width: 100%;
            margin-top: 100px;
        }

    .hxmkcenterbottomtitle1 {
        font-size: 1.2em;
        margin-top: 30px;
        color: #4a6ea5;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .hxmkcenterbottomtitle2 {
        font-size: 1em;
        margin-top: 18px;
        color: #727272;
        letter-spacing: 2px;
    }


    .lineleftdiv {
        float: left;
        width: 10px;
        height: 300px;
        margin-top: 30px;
        display:none
    }

    .linediv1 {
        width: 4px;
        height: 150px;
        background-color: #4c535e;
    }

    .linediv2 {
        width: 4px;
        height: 200px;
        background-color: #f2f2f3;
    }

    .centerrightdiv {
        margin-left:  0px;
    }


    .centerrightdiv1 {
        width: 100%;
        height: 70px;
        margin-top: 10px;
    }

    .centerrightdivimg {
        float: left;
        margin-top: 10px;
    }

        .centerrightdivimg img {
            width: 50px;
            height: 50px;
        }

    .centerrightdivtitle1 {
        float: left;
        margin-left: 15px;
        margin-top: 20px;
        font-size: 1.2em;
        font-weight: 600;
    }


    .centerrightdivtitle2 {
        font-size: 0.9em;
        color: #747474;
        line-height: 30px;
    }


    .hxmktybtndiv {
        clear: both;
        width: 100%;
        height: 80px;
    }


    .hxmktybtn {
        width: 100px;
        height: 30px;
        color: white;
        background-color: #000000;
        line-height: 30px;
        text-align: center;
        border-radius: 10px;
        margin-top: 10px;
        font-size:0.8em;
    }


    .hxmkfnpage {
        width: 100%;
        margin: auto;
        background: url('/images/AIHall/hxmkfnpagebg.png') no-repeat;
        background-size: 100% 100%;
        margin-top:     0px;
        height: 1000px;
    }


    .hxmkfnpagetitle1 {
        width: 100%;
        margin-top: 30px;
        font-weight: 600;
        font-size: 30px;
    }


    .hxmkfnitemdiv {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap:wrap;
    }


    .hxmkfnitem {
        width: 49%;
        margin: 0.5%;
        margin-top: 30px;
    }

        .hxmkfnitem img {
            width: 100%;
        }


    .yycjpage {
        width: 100%;
        margin: auto;
        background-color: #ebf2ff;
    }


    .yycjcenter {
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }

    .yycjcenteritemdiv {
        display: flex;
        flex-wrap: wrap;
    }

    .yycjcenteritem1 {
        width: 48%;
        margin: 1%;
    }

        .yycjcenteritem1 img {
            width: 100%;
        }

    .yycjcenteritem2 {
        width: 31.3%;
        margin: 1%;
    }

        .yycjcenteritem2 img {
            width: 100%;
        }


    .duibipage {
        width: 100%;
        background: url('/images/AIHall/duibibg.png') no-repeat;
        background-size: 100% 100%;
        height: 1450px;
    }


    .duibitop {
        width: 95%;
        margin: auto;
        margin-top: 20px;
        position: relative;
    }

    .duibitopitemdiv {
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }

    .duibitopitem {
        width: 100%;
        text-align: center;
    }

        .duibitopitem img {
            width: 100%
        }


    .duibitoplist {
        position: absolute;
        top: 110px;
        height: 500px;
        width: 95%;
        margin:auto;
    }

    .duibitoplistitem {
        width: 100%;
        height: 60px;
        position: relative;
        margin-top: 30px;
    }

        .duibitoplistitem:hover {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #83b9ff, rgba(255, 255, 255, 0)) 1 1;
        }

    .duiitemtitl1 {
        position: absolute;
        text-align: right;
        width: 28%;
        left: 0px;
        top: 5px;
        font-size: 0.8em;
    }

    .duibiyh {
        position: absolute;
        text-align: right;
        left: 30%;
        top: 15px;
    }

    .duibileft {
        position: absolute;
        text-align: right;
        left: 39%;
        top: 15px;
    }

    .duibititle2 {
        position: absolute;
        text-align: right;
        left: 44%;
        top: 17px;
        font-size: 0.8em;
        font-weight: 600;
    }

    .duibiright {
        position: absolute;
        text-align: right;
        left: 60%;
        top: 12px;
        font-size: 20px;
    }
    .duibisuccess {
        position: absolute;
        text-align: right;
        left: 65%;
        top: 15px;
        font-size: 20px;
    }

    .duibititle3 {
        position: absolute;
        text-align: left;
        left: 71%;
        top: 15px;
        font-size: 0.8em;
    }



    .bottombtndiv {
        width: 100%;
        margin: auto;
        margin-top:-360px;
        display: flex;
        justify-content: center;
    }

    .bottombtn {
        width: 100px;
        height: 30px;
        color: #006aff;
        border: 2px solid #006aff;
        border-radius: 8px;
        line-height: 30px;
        text-align: center;
        font-size: 0.9em;
        margin: 20px;
    }
}
