/* CSS Document */
@charset "utf-8";
.contact_information_bottom {
    margin: 3% auto;
}

.contact_information_bottom ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact_information_bottom li {
    width:24%;
    background-color: #e7e7e7;
    text-align: center;
    float: left;
    margin-right: 1.33%;
}
.contact_information_bottom li:last-child{margin-right: 0;}
.contact_information_bottom li img {
    width: 20%;
    padding-top: 14%;
}
.contact_information_bottom li p {
    font-size: 1.2vw;
    color: #333;
    padding-top: 2%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact_information_font{height: 238px;}

.contact_information_bottom li a {
    display: block;
    font-size: 0.84vw;
    color: #666;
    padding-top: 2%;
    width: 82%;
    margin: 0 auto;
}

.contact_active{
	padding-bottom: 10%!important;
}
.contact_information_bottom li a:hover{color: #d4141a;}


.map{ width:1200px; margin:0 auto;}

