.menu-btn{
    display: none !important;
}


.zimain{
    position: relative;
    /* z-index: 16; */
}
.zicd{
    position: absolute;
    width: 300px;
    background-color: white;
    margin-top: 20px;
    overflow: hidden;
    transition: 0.5s;
    height: 0px;
    z-index: 14;
}
.ula li:hover .zicd{
    padding-bottom: 20px;
    padding-top: 20px;
    height: 270px;
}


.zicd li{
    height: 50px;
}
.zicd a{
    font-size: 20px;
    color: black;
    transition: 0.2s;

}
.zicd a:hover{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #00c2ed;
}

.phone{
    display: none;
}
.phonezz{
    display: none;
    position: absolute;
    z-index: -9999;
}

.head-content{
    position: absolute;
    height: 300px;
    top: 270px;
    z-index: 10;
    text-align: center;
}
.head-content p{
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffffff;
}
/*.head-but {
    margin-top: 50px;
    width: 260px;
    height: 60px;
    background-color: transparent;
    border: 2px solid #cfcbcb;
    border-radius: 30px;
    color: white;
    font-size: 22px;

}
.head-but:hover a,
.head-but:hover a span
{
    color: #00c2ed;
}
.head-but  a,span{
    font-size: 22px;
    line-height: 1.1;
    color: #ffffff;
    transition: 0.3s;
}*/


.gohome ul{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:991px) {
    .main-title .title{
        display: block;
        /* width: 80%; */
        margin-top: -100px;
        z-index: 13;
    }
    .main-title .title .magrins{
        width: 100%;
        height: 400px;
    }
    .aa .yuan{
        width: 150px;
        height: 150px;
    }
    .main-title .title .magrins .titles{
        font-size: 40px;
        width: 100%;
        text-align: center;
    }


    #head-a{
        width: 100%;
        top: 0;
    }
    .main-menu ul li:nth-child(1),
    .main-menu ul li:nth-child(2),
    .main-menu ul li:nth-child(3),
    .main-menu ul li:nth-child(4),
    .main-menu ul li:nth-child(5),
    .main-menu ul li:nth-child(6),
    .main-menu ul li:nth-child(7),
    .main-menu ul li:nth-child(8)
    {
        display: none !important;
    }
    #head-a .left .two, .there{
        display: none;
    }
    .head-button{
        display: none;
    }



    /* 侧边 */
    .menu-btn{
        display: block !important;

    }
    .menu-btn span{
        font-size: 20px;
        color: white;
        margin-right: 50px;
    }

    .phone{
        display: block;
        position: fixed;
        height: 100vh;
        right: 0;
        top: 0;
        z-index: 9999;
        width: 70%;
        color: red;
        right: -100%;
        background-color: rgba(255,255,255,0.9);
        /* display: none; */
        transition: 0.5s;
        padding: 0 25px;
        overflow-y: auto;
    }

    .phonezz{
        display: block;
        z-index: -10000;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0);
        height: 100vh;
        width: 100vw;
        /*transition: all 0.5s ease-in-out;*/
    }

    #phone-head{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    #phone-head img:nth-child(1){
        /*width: 100px;*/
        height: 40px;
        object-fit: cover;
        /* height: auto; */
    }
    #phone-head .del{
        /*width: 20%;*/
        /*height: 100px;*/
        /*background-color: black;*/
        color: white;
        border-radius: 500px;
        width:  35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        transition: 0.3s;
        cursor: pointer;
    }
    #phone-head .del:hover{
        border: 1px solid #2b2b2b;
    }

    .gohome .one-ul {
        /*margin-top: 100px;*/
    }
    .gohome .one-ul .one-li .one-a{
        text-transform: uppercase;
        /* border-top: 1px solid #2a3a57; */
        font-size: 20px;
        font-weight: 500;
        color: #363b3f;
        /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    }
    .gohome .one-ul  .one-li{
        /*height: 130px;*/
        /*border-top: 1px solid white;*/
        line-height: 40px;
        overflow: hidden;
        /* color: white; */
        transition: 0.5s;
         height:unset ;
        position: relative;

    }
    .gohome .one-ul  .one-li .cds{
        float: right;
        font-size: 50px;
        color: white;
        margin-top: 35px;
    }
    .two-ul{
        /* background-color: white; */
        position: relative;

    }
    .two-ul .two-li{
        /*padding-left: 30px;*/
        /*border-top: 1px solid white;*/
    }
    .two-ul .two-li a{
        /*font-weight: bold;*/
        /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
        color: #363b3f;
        font-size: 17px;
        font-family: Arial,sans-serif;
        /*text-transform: uppercase;*/
    }
}