﻿.bottom_div{
    background-color: #000000;
    color: #FFFFFF;
}
.bottom_contact{
    width: 1200px;
    margin: auto;
    display: table;
    padding-top: 20px;
}
.bc_i{
    width: 50%;
    float: left;
    margin: 10px auto;
}
.bc_i p{
    font-size: 18px;
    margin: 0;
    line-height: 2;
}
.bc_tel{
    font-size: 40px;
    padding-top: 10px;
    font-weight: 100;
    line-height: 1.6;
}
.bc_adr{
    font-size: 20px;
    line-height: 2;
}
.bc_email{
    font-size: 20px;
    line-height: 2;
}
.ewm_img{
    padding: 5px;
    background-color: #FFFFFF;
    width: 180px;
    display: block;
}
.bottom_record{
    width: 1200px;
    margin: auto;
    font-size: 12px;
    padding-bottom: 20px;
}
.bottom_record a{
    color: #FFFFFF;
    line-height: 2;
    text-decoration: none;
}
@media (max-width: 1250px) {
    .bottom_contact{
        width: 100%;
    }
    .bottom_record{
        width: 100%;
    }
}
@media (max-width: 900px) {
    .bottom_contact{
        width: 92%;
        padding-top: 0;
    }
    .bc_i{
        width: 50%;
        /*width: 100%;*/
        margin: auto;
        padding: 10px 0;
        /*border-bottom: 1px solid #FFFFFF;*/
    }
    .bc_i p{
        font-size: 12px;
        line-height: 1.6;
    }
    .bc_i:nth-child(2) p{
        text-align: center;
    }
    .bc_tel{
        padding-top: 0;
        font-size: 24px;
        line-height: 1.6;
    }
    .bc_adr{
        font-size: 16px;
        line-height: 1.6;
    }
    .bc_email{
        font-size: 16px;
        line-height: 1.6;
    }
    .ewm_img{
        padding: 2px;
        width: 100px;
        margin: auto;
    }
    .bottom_record{
        width: 92%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}