@media screen and (min-width:760px) and (max-width:2100px){
    *{
        margin:0;
        padding:0;
        list-style: none;
        text-decoration: none;
        outline:none;
    }
    .h-box{
        width:100%;
        height:160px;
        box-shadow: 0px 2px 5px rgb(223, 223, 223);
        background: #fff;
    }
    .addPosition{
        z-index: 999;
        position: fixed;
        /* transition: all 1s; */
    }
    .header{
        width:1200px;
        max-width:1200px;
        height:120px;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .logo-icon{
        width:124px;
        height:90px;
    }
    .header .tel{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header .menu-box{
        display: none;
    }


    /* nav */
    .nav{
        width:1200px;
        max-width:1200px;
        height:40px;
        margin:0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
    }
    .ct-box{
        position: relative;
        /* overflow: hidden; */
    }

    .ct{
        width:133px;
        height:40px;
        text-align: center;
        line-height: 40px;
        cursor:pointer;
    }
    .give-ct-addBgColor{
        background: #115198;
        color:#fff;
    }
    .nav-ct-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .nav-ct-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .nav-ct-list a:hover div{
        background: #fff;
        color:#115198;
    }

    .news-tell-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .news-tell-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .news-tell-list a:hover div{
        background: #fff;
        color:#115198;
    }


    .s-car-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .s-car-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .s-car-list a:hover div{
        background: #fff;
        color:#115198;
    }


    .dr-car-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .dr-car-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .dr-car-list a:hover div{
        background: #fff;
        color:#115198;
    }



    .s-power-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .s-power-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .s-power-list a:hover div{
        background: #fff;
        color:#115198;
    }


    .mn-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .mn-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .mn-list a:hover div{
        background: #fff;
        color:#115198;
    }

    .wb:hover,.fc:hover{
        background: #115198;
        color:#fff;
    }


    .contact-list{
        z-index: 999;
        position: absolute;
        top:40px;
        left:0px;
        display: none;
        opacity: 0;
        font-size:16px;
        transition:all 1s;
    }
    .contact-list a div{
        width:133px;
        height:20px;
        padding:10px 0;
        background: #115198;
        text-align: center;
        line-height: 20px;
        color:#fff;
        border-top:1px solid #fff;
    }
    .contact-list a:hover div{
        background: #fff;
        color:#115198;
    }

    /* content */
    .content-box{
        width:1200px;
        margin:0 auto;
        max-width: 1200px;
        padding:30px 0;
    }
    .content-box p:nth-of-type(1),p:nth-of-type(6){
        
        
        margin-bottom: 5px;
    }
    /* .content p:nth-of-type(1) */





        /* bottom */
        .b-bg{
            width:100%;
            height:260px;
            background: #115198;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .b-bg .wid-1200{
            margin:0 auto;
            color:#fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size:14px;
        }
        .b-bg .wid-1200 .b-right{
            display: flex;
            flex-direction: column;
            margin-left:80px;
            position: relative;
        }
        .b-bg .wid-1200 .b-right::before{
            content:"";
            width:1px;
            height:100px;
            display: block;
            background: #fff;
            position: absolute;
            top:12px;
            left:-41px;
        }
        .b-bg .wid-1200 .b-right span{
            padding:5px 0
        }
        .content-box p{
            line-height: 2em;
            font-size: 14px;
        }
}