﻿@media only screen and (max-width: 1080px) {
    body {
    }

    .detail-locationp {
        width: 100%;
        margin: 0 auto;
        color: #898989;
        padding-bottom: 0px;
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        /* border-bottom: 1px solid #cacaca; */
    }

        .detail-locationp #pic {
            width: 78%;
            margin: 0 auto;
        }

    .toptabdiv {
        width: 100%;
        background-color: #f3f6f9;
        border-bottom: 1px solid #c6c6c6;
    }

    .tabdiv {
        width: 90%;
        margin: auto;
        height: 60px;
        display: flex;
    }

    .tabitem {
        line-height: 60px;
        font-size: 0.8em;
        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: 10px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
    }

    .fagslefttitle2 {
        margin-top: 15px;
        font-size: 1em;
        color: #4d4d4d;
        line-height: 30px;
        width: 100%;
    }

    .zxzxbtn {
        width: 100px;
        height: 30px;
        color: white;
        line-height: 30px;
        font-size: 1em;
        text-align: center;
        background: url(../../images//jinrong/zxzxbtn.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 10px;
    }

        .zxzxbtn a {
            color: wheat !important;
        }

    .fagsdiv {
        width: 90%;
        height: 555px;
        margin: auto;
        display: flex;
        flex-flow:wrap;
    }

    .fagsright {
        width: 100%;
        text-align: center;
    }

    .fagsrightbg {
        margin-top: -30px;
        width: 100%;
    }

    .fayspage {
        width: 100%;
        height: 580px;
        background-color: white;
    }

    .faysdiv {
        width: 90%;
        margin: auto;
    }

    .pagetitle {
        padding-top: 30px;
        font-size: 1.2em;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height:30px;
        text-align: center;
    }


    .fayslist {
        width: 100%;
        margin: auto;
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .faysitem {
        width: 48%;
        margin: 1%;
        margin-top: 35px;
    }

    .faysitemimg img {
        float: left;
        width: 50px;
        height: 50px;
    }

    .faysitemtitle1 {
        float: left;
        margin-left: 20px;
        font-size: 1em;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 50px;
    }

    .faysitemtitle2 {
        clear: both;
        margin-top: 80px;
        font-size: 16px;
        color: #898989;
        width: 90%;
        line-height: 30px;
    }


    .hxmkpage {
        width: 100%;
        height: 1060px;
    }

    .hxmkdiv {
        width: 100%;
        background:center;
        background-size: 100% 100%;
        display: flex;
        height: 770px;
        margin-top: 30px;
        flex-flow:wrap;
    }

    .hxmkleft {

        width: 100%;
        display:flex;
        flex-flow:wrap;
    }

    .hxmkright {
        width: 100%;
        display: flex;
        flex-flow:wrap;
    }

    .hxmkleftitem {
        width: 40%;
        height: 65px;
        line-height: 65px;
        color: white;
        padding-left: 40px;
        float: right;
        clear: both;
        cursor: pointer;
        margin-top: 0px !important;
        background-color: #007aff;
    }

    .hxmkleftitemactive {
        background: url(/images/jinrong/hxmkitem.png) no-repeat;
        background-size: 100% 100%;
        color: #000000;
    }

    .hxmkright1 {
        width: 100%; 
    }

    .hxmkright2 {
        width: 100%;
    }

    .hxmkrighttitle1 {
        margin-top: 30px;
        font-size: 1.3em;
        line-height: 30px;
    }


    .hxmkrightline {
        width: 30px;
        height: 3px;
        background-color: white;
    }

    .hxmkrighttitle2 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
        width: 80%;
        height: 200px;
    }

    .knowmorebtn {
        margin-top: 30px;
        height: 50px;
    }

    .knowmorebtntitle {
        float: left;
        width: 80px;
        line-height: 30px;
    }

    knowmorebtnimgdiv {
        float: left;
    }

    .knowmorebtnimg {
        width: 145px;
    }

    .hxmkrightimg {
        width: 95%;
        margin-top: 30px;
    }


    .cjzspage {
        clear: both;
        margin-top: 20px;
    }


    .cjzstabdiv {
        width: 100%;
        margin: auto;
        height: 30px;
        display: flex;
        margin-top: 20px;
        font-size: 0.8em;
        cursor: pointer;
    }

    .cjzstabitem {
        width: 25%;
        text-align: center;
        position: relative;
    }

    .cjzstabitemactive {
        font-weight: 600;
        color: black;
    }

    .cjzstabitem b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: #c30707;
        left: 15%;
        bottom: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-right: 5px;
    }

    .cjzsimgdiv {
        margin-top: 20px;
        width: 100%;
        height: 200px;
    }

    .cjzsimgbg {
        width: 100%;
    }


    .jzfapage {
        margin-top: 20px;
        width: 100%;
        height: 835px;
    }

    .jzfalist {
        width: 90%;
        height: 250px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .jzfaitem {
        width: 49%;
    }

    .jzfaitemimg {
        padding-top: 30px;
        text-align: center;
    }

        .jzfaitemimg img {
            width: 50px;
        }

    .jzfaitemtitle1 {
        margin-top: 20px;
        font-size: 1em;
        text-align: center;
    }

    .jzfaitemtitle2 {
        width: 80%;
        margin: auto;
        margin-top: 20px;
        font-size: 0.8em;
        color: #808080;
        text-align: center;
    }


    .jzfasline {
        width: 1px;
        height: 250px;
        margin: auto;
        background-color: #c6c6c6;
        display:none
    }

    .jzfahline {
        width: 100%;
        height: 1px;
        background-color: #c6c6c6;
        display:none
    }

    .aljspage {
        width: 100%;
        height: 900px;
        background-color: #f3f6f9;
        display:none
    }

    .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;
    }
}
