﻿@media only screen and (max-width: 1080px) {

    .news-detail-title {
        width: 100%;
        margin: 0 auto;
        height: 100px;
        text-align: center;
    }

        .news-detail-title h2 {
            font-size: 1em;
            padding-top: 20px;
            font-weight: bold;
            color: #2193E0;
            letter-spacing: 3px;
        }

        .news-detail-title p {
            padding-top: 10px;
            padding-bottom: 8px;
        }

            .news-detail-title p span {
                display: inline-block;
                margin-right: 40px;
                font-size: 13px;
                color: #898989;
            }

    .onetitle {
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        text-align: center;
        color: black;
        margin-top: 0px;
        padding-top: 25px;
        margin-bottom: 10px;
    }

    .twotitle {
        margin: 0 auto;
        font-size: 0.8em;
        text-align: center;
        padding-top: 5px;
        color: #898989;
    }

    .onecontent {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        margin-top: 30px;
        font-size: 18px;
        color: #999999;
    }

    .flex-wrap {
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
        align-content: flex-start;
        margin-top: 5px;
    }

    .xtjgimg {
        margin: auto;
        width: 60%;
    }

    .xtjjdiv {
        padding-bottom: 50px;
        background-color: #f4f6f9;
    }

    .hxgndiv {
        padding-bottom: 10px;
    }



    .pagediv {
        width: 100%;
        margin: auto;
    }



    .xtjjdiv {
        padding-bottom: 50px;
    }

    .xtgscontent {
        width: 60%;
        margin: auto;
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
        color: #898989;
        line-height: 30px;
    }

    .hytditem {
        width: 90%;
        border: solid 1px #999999;
        text-align: center;
        margin-top: 20px;
    }

        .hytditem:hover {
            border: 0px;
            box-shadow: 0px 5px 7px 1px #999999;
        }

    .itemlist {
        margin: 2%;
    }

    .hytditemimgdiv {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }

        .hytditemimgdiv img {
            margin: auto;
        }

    .hytditemtitle {
        margin: auto;
        width: 80%;
        margin-top: 10px;
        margin-bottom: 14px;
        text-align: center;
        line-height: 25px;
        font-size: 0.8em;
        color: #898989;
    }


    .xtmkdiv {
        width: 80%;
        margin: auto;
        text-align: center;
        padding: 50px 0px;
    }

        .xtmkdiv img {
            width: 45%;
        }

    .zxnrdiv {
        width: 100%;
        min-width: 100%;
        margin: auto;
        background: url('/images/datavisualization/zxnrbg.png') no-repeat;
        background-size: 100% 100%;
        padding-bottom: 50px;
    }


    .lddivs {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

        .lddivs img {
            height: 70%;
            width:100px;
        }

    .xtjmitem {
        width: 50%;
        text-align: center;
        margin-top: 40px;
    }

        .xtjmitem img {
            width: 94%;
        }

















    .mcontent {
        display: flex;
        margin: 10px 1%;
        height: 210px;
        background-color: #ffffff;
    }

    .mcontentleft {
        width: 30%;
        text-align: center;
        margin-top: 25px;
    }
        .mcontentleft img {
        width:80px;
        }

        .mcontentright {
            width: 70%;
        }

    .mcontentonetitle {
        margin-top: 20px;
        margin-left: 10%;
        font-size: 0.9em;
        font-weight: 600;
    }

    .mcontenttwotitle {
        margin-top: 10px;
        margin-left: 10%;
        font-size: 0.7em;
        color: #c2c2c2;
        line-height: 20px;
        width: 80%;
    }

    /* 代码整理：懒人之家 www.lanrenzhijia.com */
    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    body {
        font-size: 12px;
    }

    img {
        border: none;
    }
    /*public*/
    .fl {
        display: inline;
        float: left
    }

    .fr {
        display: inline;
        float: right
    }

    .cf:after {
        content: "";
        clear: both;
        display: block;
        height: 0;
        overflow: hidden
    }

    .cf {
        zoom: 1
    }

    .pb10 {
        padding-bottom: 10px
    }

    .mt10 {
        margin-top: 10px
    }
    /*main*/
    .lanrenzhijia {
        min-width: 90%;
        width: 90%;
        margin:auto;
        margin: 40px auto 0px;
        /*  background: #fff;*/
        padding: 15px;
    }

        .lanrenzhijia .titlem {
            height: 38px;
            font-size: 0.8em;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 10px;
        }

        .lanrenzhijia .title h2 {
            font-size: 20px;
        }

        .lanrenzhijia .title-list {
            position: relative;
            top: 6px;
            width: 90%;
            margin: 0px 10%;
        }

            .lanrenzhijia .title-list li {
                width: 33%;
                line-height: 31px;
                text-align: center;
                float: left;
                display: inline;
            }

                .lanrenzhijia .title-list li.on {
                    color: #63acfa;
                    font-weight: bold;
                }

            .lanrenzhijia .title-list p {
                position: absolute;
                top: 40px;
                left: 0px;
                width: 33%;
                height: 7px;
                border-top: 1px solid #63acfa;
                overflow: hidden;
                text-align: center;
            }

            .lanrenzhijia .title-list b {
                display: inline-block;
                width: 0;
                height: 0;
                margin-top: -3px;
                border-style: solid dashed dashed dashed;
                border-width: 9px;
                border-color: #ff6600 #fff #fff #fff;
                overflow: hidden;
                zoom: 1;
                font-size: 0;
            }

    .mobileitemimg {
        width: 30%;
        float: left
    }

    .mobileitemtitle {
        width: 100%;
        float: left;
        line-height: 20px;
        text-align: center;
    }

    .product {
        height: auto;
        position: relative;
        overflow: hidden;
        display: none;
        margin-top: 20px;
    }

        .product ul {
            position: absolute;
            left: 0px;
        }

    .product-wrap .show {
        display: block;
    }

    .product-wrap .product li {
        float: left;
        display: inline;
        margin-left: 13px;
        background: #f3f3f3;
        border: 2px solid #fafafa;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
    }

        .product-wrap .product li.ml0 {
            margin-left: 0px;
        }

        .product-wrap .product li a.imgwrap {
            display: block;
            width: 226px;
            height: 200px;
            background: #fff;
            text-align: center;
        }

        .product-wrap .product li p {
            padding-left: 15px;
            color: #666666;
            line-height: 22px;
        }

            .product-wrap .product li p a {
                color: #666666;
                text-decoration: none;
            }

                .product-wrap .product li p a:hover {
                    color: #ff6600;
                    text-decoration: none;
                }
    /* 代码整理：懒人之家 www.lanrenzhijia.com */



}
