﻿@media only screen and (max-width: 1080px) {
    body {
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
    }

    .jtopdiv {
        width: 90%;
        margin: auto;
        height: 635px;
        box-shadow: #e7f5ff 0px 1px 5px 2px;
        display: flex;
        margin-top: 20px;
        z-index: 88;
        position: relative;
        background-color: white;
        flex-wrap:wrap;
    }


    .jtopitem {
        width: 100%;
        padding: 3%;
    }

    .jtopitem1 {
        background: url('/images/jjfa/topitembg.png') no-repeat;
        background-size: 100% 100%;
    }


    .jtoptitle1 {
        font-size: 1em;
        font-family: 'Alibaba PuHuiTi 2.0';
        color: white;
        line-height: 40px;
    }

    .jtoptitle2 {
        font-size: 0.8em;
        font-family: 'Alibaba PuHuiTi 2.0';
        color: #eaeaea;
        height: 50px;
    }

    .jtopbtn {
        width: 60px;
        height: 25px;
        line-height: 25px;
        color: #1972de;
        text-align: center;
        background-color: white;
        font-size: 0.8em;
        border-radius: 5px;
    }


    .jtopitems {
        width: 100%;
        height: 115px;
    }

    .jtoptitle3 {
        color: #7c7c7c;
        font-size: 1em;
        font-family: 'Alibaba PuHuiTi 2.0';
        line-height: 40px;
    }

    .jtoptitle4 {
        color: #7c7c7c;
        font-size: 0.8em;
        font-family: 'Alibaba PuHuiTi 2.0';
    }


    .topshowxq {
        text-align: right;
        margin-right: 20px;
        color: #7c7c7c;
        font-size: 14px;
    }

    .detail-locationp {
        width: 100%;
        margin: 0 auto;
        color: #898989;
        padding-bottom: 0px;
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        display:none
        /* border-bottom: 1px solid #cacaca; */
    }

        .detail-locationp #pic {
            width: 78%;
            margin: 0 auto;
        }

    .pagetitle {
        margin-top: 50px;
        font-family: 'Alibaba PuHuiTi 2.0';
        font-size: 1.2em;
        width: 100%;
        text-align: center;
    }


    .tabdiv {
        width: 78%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #dfdfdf;
    }

    .tabtitle1 {
        width: 150px;
        line-height: 40px;
        text-align: center;
    }

    .tabtitleactive {
        color: #447eff;
        border-bottom: 2px solid #447eff;
    }

    .productandiv {
        width: 78%;
        margin: auto;
        height: 450px;
        margin-top: 50px;
    }

    .productans {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-color: #fbfbfb;
        margin: 1%;
        float: left;
        color: white;
    }

    .producta {
        width: 100%;
        height: 100%;
        display: block;
    }

    .rjproductdiv {
        height: 1400px;
        position: relative
    }

    .productactivediv {
        width: 100%;
        height: 300px;
        background: url(/images//soft/productanimgbg.png) no-repeat;
        background-size: cover;
        display: none;
    }

    .productactivename {
        line-height: 35px;
        font-size: 1em;
        padding-top: 5%;
        padding-left: 10%;
        color: white;
    }


    .productactivename2 {
        width: 80%;
        line-height: 18px;
        font-size: 0.7em;
        padding-top: 0%;
        padding-left: 10%;
        color: white;
    }

    .productactiveimg {
        padding-top: 5%;
        padding-left: 10%;
    }

    .productanimg {
        width: 100%;
        text-align: center;
    }

        .productanimg img {
            width: 48px;
        }

    .productanname {
        text-align: center;
        line-height: 35px;
        font-size: 1em;
        margin-top: 5%;
        color: white;
    }

    .productans:hover .producta {
        display: none;
    }

    .productans:hover .productactivediv {
        display: block;
    }


    .productlist {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
}
