.FriendlyLink {
    font: 200 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
    width: 100px;
    display: inline-block;
    text-align: center;
}
.friend_link_title {
    font: 200 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
}
.FriendlyLink:hover {
    color: #009CFF;
}
.bottom_container {
    width: 100%;
    height: 370px;
    background-color: #000000;
}
.bottom_top {
    width: 80%;
    margin: 0 auto;
    height: 168px;
    color: white;
}
.bottom_center {
    width: 80%;
    margin: 30px auto 5px auto;
}

.bottom_ul {
    font: 12px 'Microsoft YaHei UI';
    color: #969799;
    line-height: 25px;
}
.bottom_ul>li:nth-child(1) {
    font: 16px 'Microsoft YaHei UI';
    color: #FFFFFF;
    margin-bottom: 15px;
}
.bottom_ul li {
    cursor: pointer;
}
.company_address>div,.company_phone>div,.company_email>div {
    font: 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
    margin-left: 10px;
}
.company_address>img,.company_phone>img,.company_email>img {
    width: 32px;
    height: 32px;
}
.contact_us {
    font: 16px 'Microsoft YaHei UI';
    color: white;
    letter-spacing: 1px;
}

/*自适应样式============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 479px) {
    .bottom_container {
        height: auto;
        padding: 40px 0 20px 0;
    }
    .bottom_top {
        width: 90%;
        height: auto;
    }
    .bottom_ul {
        width: 30%;
    }
    .bottom_center {
        width: 90%;
        margin: 15px auto 5px auto;
    }
    .qr_code {
        display: none;
    }
    .line {
        display: none;
    }
    .contact_us {
        margin-top: 30px;
        font-size: 14px;
    }
    .company_address {
        margin-top: 10px!important;
    }
    .FriendlyLink {
        width: 80px;
        font-size: 12px;
    }
    .friend_link_title {
        font-size: 12px;
    }
    .company_address>div,.company_phone>div,.company_email>div {
        font: 12px 'Microsoft YaHei UI';
        margin-left: 5px;
    }
    .company_address>img,.company_phone>img,.company_email>img {
        width: 28px;
        height: 28px;
    }
    .bottom_ul>li:nth-child(1) {
        font: 14px 'Microsoft YaHei UI';
        margin-bottom: 10px;
    }
    .beian,.tech {
        font-size: 12px !important;
    }
}

/*-1---------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
    .bottom_container {
        height: auto;
        padding: 40px 0 20px 0;
    }
    .bottom_top {
        width: 90%;
        height: auto;
    }
    .bottom_ul {
        width: 30%;
    }
    .bottom_center {
        width: 90%;
        margin: 30px auto 5px auto;
    }
    .qr_code {
        display: none;
    }
    .line {
        display: none;
    }
    .contact_us {
        margin-top: 30px;
    }
    .company_address {
        margin-top: 15px !important;
    }
}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .bottom_top {
        width: 90%;
    }
    .bottom_center {
        width: 90%;
        margin: 30px auto 5px auto;
    }
    .qr_code {
        display: none;
    }
}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .bottom_top {
        width: 90%;
    }
    .bottom_center {
        width: 90%;
        margin: 30px auto 5px auto;
    }
}


/*-4---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1399px) {

}

/*-5---------------------------------------------------*/

@media (min-width: 1400px) {

}