@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body{
color:#fff;
font-size:20px;
background-color:#000;
padding:0;
margin:0;
}

a{
display:block;
text-decoration:none;
outline: none;
}

ul{
list-style-type:none;
}

a img{
border: none;
vertical-align: bottom;
}

#wrap{
margin:0 auto 22px;
width:1280px;
}

#menu{
background-image:url("images/low_nav.jpg");
background-repeat:no-repeat;
height:232px;
}


#menu ul{
width:1280px;
height:232px;
}

#menu ul li{
float:left;
text-align:center;
}

#menu ul .nav{
width:250px;
height:106px;
margin-top:126px;
}

#menu ul #info{
background:url("images/info_over.png") no-repeat left bottom;
}

#menu ul #community{
background:url("images/community_over.png") no-repeat left bottom;
}


#menu ul li .link{
width:250px;
height:106px;
}


#gs {
margin-left:1px;
width:278px;
}

#gs a{
width:278px;
height:232px;
}

.nav a:hover{
text-indent:-9999px;
}



#foot_bg{
width:100%;
height:100px;
clear:both;
}

#footer{
background-image:url("images/border_foot.png");
background-repeat:no-repeat;
background-position:right top;
width:1280px;
height:100px;
margin:0 auto;
}

address{
float:right;
color:#4f768c;
font-size:12px;
}