@charset "UTF-8";






#wrap{
    background-color: white;
}
.contact{
    position: relative;
    width: 1200px;
    height: 630px;
    margin:68px auto 84px;
}
.contact .map{
    position: absolute;
    right: 0;
    width: 90.4%;
    height: 100%;
    border: 1px solid #ccc;
}
.contact .map iframe{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contact .link{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 40px 30px 20px 40px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -6px;
    transform: translateY(-50%);
}
.contact .link h2{
    margin-bottom: 25px;
    color: #333;
    font-size: 26px;
}
.contact .link .i{
    width: 116px;
    height: 2px;
    margin-bottom: 25px;
    background-color: #bbb;
}
.contact .link .p{
    margin-left: -60px;
    color: #999;
    font-size: 14px;
}
.contact .link .p .small-logo{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin-right: 30px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px;
}
.contact .link .p + .p{
    margin-top: 20px;
}
.contact .link .p:nth-of-type(2) .small-logo{
    background:white url("../img/add.png") no-repeat center;
}
.contact .link .p:nth-of-type(3) .small-logo{
    background:white url("../img/tel.png") no-repeat center;
}
.contact .link .p:nth-of-type(4) .small-logo{
    background:white url("../img/call.png") no-repeat center;
}
.contact .link .p:nth-of-type(5) .small-logo{
    background:white url("../img/email.png") no-repeat center;
}
.contact .link .p:nth-of-type(3) .more{
    margin-left: 20px;
}












