.bottom {
    padding: 30px 0 65px 0;
    width: 100%;
    /* background: #fbf9f8; */
    margin-top: 80px;
    border-top: 2px solid #486949;
}

.bottom ul li {
    float: left;
}

.bottom .footer_link {
    width: 100%;
    font: normal normal normal 14px/30px "Microsoft YaHei";
    height: 30px;
    text-align: center;
}

.bottom .footer_link ul {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom .footer_link ul li {
    height: 30px;
    line-height: 30px;
}

.bottom .footer_link ul li a {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #424242;
}

.bottom p {
    width: 100%;
    font: normal normal normal 14px/30px "Microsoft YaHei";
    height: 30px;
    text-align: center;
}


/* @media only screen and (max-width:480px){
    .bottom .footer_link{
        text-align: center;
        height: auto;
        }
        .bottom .footer_link ul {
            height: auto;
            display: block;
        }
} */

@media only screen and (max-width:480px) {
    .bottom .footer_link ul li {
        overflow: visible;
    }
    .bottom .footer_link ul li a {
        display: inline-block;
        /*width: 20%;*/
    }
    /*åº•éƒ¨éƒ¨åˆ†*/
    .bottom {
        height: 220px;
        margin: 80px auto;
        font-size: 14px;
        overflow: hidden;
    }
    .bottom .footer_link {
        text-align: center;
        height: auto;
    }
    .bottom .footer_link ul {
        height: auto;
        display: block;
    }
    .bottom .footer_link ul li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        float: none;
        height: auto;
    }
    .bottom p {
        width: 100%;
        font: normal normal normal 12px/30px "Microsoft YaHei";
        height: auto;
        text-align: center;
    }
}

@media only screen and (max-width:375px) {
    /*åº•éƒ¨éƒ¨åˆ†*/
    .bottom {
        height: 220px;
        margin: 80px auto;
        font-size: 14px;
        overflow: hidden;
    }
    .bottom .footer_link {
        text-align: center;
        height: auto;
    }
    .bottom .footer_link ul {
        height: auto;
        display: block;
    }
    .bottom .footer_link ul li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        float: none;
        height: auto;
    }
    .bottom p {
        width: 100%;
        font: normal normal normal 12px/30px "Microsoft YaHei";
        height: auto;
        text-align: center;
    }
}