﻿@media only screen and (max-width: 1080px) {
    body {
    }


    .news-detail-title {
        width: 100%;
        margin: 0 auto;
        height: 110px;
        text-align: center;
    }

        .news-detail-title h2 {
            font-size: 1em;
            padding-top: 50px;
            font-weight: bold;
            color: #2193E0;
            letter-spacing: 3px;
        }

        .news-detail-title p {
            padding-top: 10px;
            padding-bottom: 3px;
        }

            .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: 50px;
    }

    .twotitle {
        margin: 0 auto;
        font-size: 1em;
        text-align: center;
        color: white;
        padding-top: 50px;
    }

    .onecontent {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        line-height: 25px;
        margin-top: 20px;
        font-size: 0.8em;
        color: #999999;
    }

    .flex-wrap {
        width: 90%;
        margin: auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        margin-top: 30px;
    }

    .item {
        width: 96%;
        clear: both;
        height: 80px;
        margin: 2%;
    }
    .itemimg img {
      width:60px;
    }

    .item:hover {
        background: url("/images/hys/itembg.png") no-repeat 100% 100%;
        background-size: 100%;
        border: solid 1px #2193E0;
        border-radius: 15px;
    }

    .itemimg {
        float: left;
        width: 25%;
        line-height: 80px;
    }

    .itemcontent {
        float: left;
        width: 75%;
    }

    .itemonediv {
        margin-top: 10px;
        font-size: 0.8em;
    }

    .itemotwodiv {
        margin-top: 5px;
        font-size: 0.7em;
        line-height: 25px;
        color: #999999;
    }

    .xiggdiv {
        margin-top: 50px;
        background: url('/images/hys/xtbg.png') no-repeat;
        background-size: 100% 100%;
        padding-bottom:  0px;
    }

    .xtlistdiv {
        width: 90%;
        margin: auto;
        display: flex;
        margin-top: 1%;
        flex-wrap: wrap;
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .xtitem {
        width: 46%;
        margin: 1%;
        padding: 1%;
        height: 150px;
        background-color: rgb(105 110 110 / 0.63);
        border-radius: 15px;
        color: white;
    }

    .xtitemon {
        background-color: #4976f4;
    }

    .xtitemimg {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .xtitemimg img{
         width:50px;
    }

    .xtitemtitle {
        text-align: center;
        margin-top: 10px;
        font-size: 0.8em;
    }

    .xtitemcontent {
        width: 90%;
        margin: auto;
        text-align: center;
        margin-top: 10px;
        font-size: 0.6em;
    }



    .mobilediv {
        margin-top: 0px;
        padding-top:0px;
        background: url('/images/hys/mobilebg.png');
        background-size: 100% 100%;
        padding-bottom: 50px;
    }




    .hysbottomdiv {
        width: 100%;
        height: 235px;
        background: url('/images/hys/hysfootbg.png') no-repeat;
        background-size:100% 100% 
    }

    .foottitle {
        margin-left: 46%;
        font-size: 1em;
        color: white;
        font-weight: 600;
        line-height: 16px;
        padding-top: 10px;
    }

    .footcontent {
        margin-top: 10px;
        margin-left: 46%;
        width: 50%;
        line-height: 20px;
        font-size: 0.7em;
        color: #fcfcfc;
    }

    .mcontent {
        display: flex;
        margin: 20px 0px;
        height: 325px;
    }

    .mcontentleft {
        width: 50%;
    }

    .mcontentright {
        width: 50%;
        padding-left: 0%;
    }
        .mcontentright img{
            width:100%;
        }

        .mcontentonetitle {
            margin-top: 30px;
            margin-left: 10%;
            font-size: 1em;
            font-weight: 600;
        }

    .mcontenttwotitle {
        margin-top: 20px;
        margin-left: 10%;
        font-size: 0.8em;
        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%;
        margin: 30px auto 0px;
        width: 90%;
        background: #fff;
        padding: 0px;
    }

        .lanrenzhijia .titlem {
            height: 50px;
            font-size: 20px;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 10px;
        }

        .lanrenzhijia .title h2 {
            font-size: 20px;
        }

        .lanrenzhijia .title-list {
            position: relative;
            top: 6px;
            width: 100%;
            margin: 0px 0%;
        }

            .lanrenzhijia .title-list li {
                width: 25%;
                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: 55px;
                left: 0px;
                width: 25%;
                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
    }

    .mobileitemimg img {
      width:20px; 
    }
    .mobileitemtitle {
        width: 70%;
        float: left;
        line-height: 15px;
        text-align: left;
        font-size: 0.6em;
    }

    .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 */



}
