@charset "utf-8";

@import "../../../style/general.css";

.footer
{
 background:#025483;
}

.footer
{
 position:relative;
 padding:40px 0;
}

.footer a, .footer .address
{
 display:inline-block;
}

.footer a .logo, .footer a .text
{
 display:inline-block;
 height:70px;
 background-repeat:no-repeat;
 background-position:center;
 
}
.footer a .logo
{
 margin-left:20px;
 width:70px;
 background-size:70px;
 background-image:url(../image/logo.png);
}

.footer a .text
{
 margin-left:10px;
 width:250px;
 background-size:250px;
 background-image:url(../image/text.png);
}

.footer .address
{
 margin-left:80px;
}

.footer .address pre
{ 
 line-height:24px;
 font-size:12px;
 color:#c9c9d9;
}