
body {
    font-family: "微软雅黑";
}

.wrap {
    width: 1221px;
    height: 638px;
    margin: 0 auto;
    position: relative;
    background: url(../root.jpg) no-repeat top center;
}

#nav {
    position: absolute;
    top: 194px;
    left: 773px;
}
#nav ul li {margin-bottom: 20px;}
#nav ul li a {
    display: block;
    padding: 3px 5px;
    color: #4b2b52;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#nav ul li a:hover {
    background: #4b2b52;
    color: #fff;
}
#news {
    position: absolute;
    top: 555px;
    left: 932px;
}
#pros{
    position: absolute;
    top: 564px;
    left: 20px;
}
#categories {
    position: absolute;
    top: 569px;
    left: 583px;
}
#footer {
    width: 1160px;
    border-top: 3px solid #4c2b54;
    padding-top: 10px;
    background: url(../flogo.png) no-repeat  10px 10px;
    padding-left: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #6d626f;
}
#search .keywrod {
    width: 200px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    background: none;
}
#search {
    position: absolute;
    top: 90px;
    left: 950px;
}
#psearch {
    background: #4a2a51;
    border: none;
    color: #fff;
    width: 25px;
    height: 20px;
    text-align: center;
}
#news a {
    color: #333;
    text-decoration: none;
    
}
#pros ul li {width:80px;float:left;text-align: center;}
#pros ul li .item {float:none;}
#pros ul li h3 {float:none;margin-top: -3px;}
#pros ul li a {color: #333;text-decoration: none;}


#nav #menu li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 67px;
}
#nav #menu li ul li {
    margin: 0;
}
#nav #menu li ul li a {
    color: #fff;
    margin: 0;
}