@charset "utf-8";
*{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
.top_bac{
    min-width:1290px;
    background: rgb(255,255,255);
}
.header{
    height: 270px;
    min-width: 1290px;
}
.header #logo{
    background: url("../img/headerbac.png");
    height: 219px;
}
#logo img{
    margin-top: 20px;
}
#nav{
    height: 40px;
    background: url("../img/navbac.gif");
}
#nav a{
    color:white;
    text-decoration:none;
}

.footer{
    height: 454px;
    min-width: 1290px;
    background: url("../img/footer.png");
    line-height: 40px;
    text-align:center;
    clear: both;
}
.footer .title{
    padding-top:2%;
}
.footer .link{
  margin-left:-20%;
}
.footer p{
    color: black;
}
.footer .link img{
    border:0;
}
.footer .link div{   
   float: left;
   width:15%;
   text-align:center;
}

.friend_link .title{
   background:url("../img/yqlj.png") no-repeat center;
   height:58px;
}

@media screen and (min-width:1550px) {
   .header #logo{
       background: url("../img/header_bac_long.png");
   }   
}

@media screen and (max-width:1450px)
{
    .friend_link .title{
         background:url("../img/yqlj_s.png") no-repeat center;
    }     
}  