a{
    text-decoration:none; color:#000000;
}
img{
    border:none;
}
ul,li{
    list-style:none; margin:0px; padding:0px;
}
p, h2{
    margin:0px; padding:0px;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.head {
    border-top: 4px solid #CA0808;
    background: #D7D7D7;
    height: 5em;
    padding: 0.6em 1.125em 0;
}

/*
.logo img {
    width: 25em;
}*/
.head .logo a {
    background:url(logo_mo2.png) no-repeat;
    background-size: 400px;
    width: 400px;
    height: 75px;
    display: inline-block;
}

.search {
    padding: 0.8em 0;
}

.search img {
    width: 2.3em;
}

.nav{
    background:url(nav_hhs1.png) no-repeat; height:74px; clear:both; overflow:hidden;
}

.nav ul li a{
    float:left; font-size:30px; line-height:74px; text-align:center; width:160px;
}

.nav_hover{color:#ce0000;}

.main{
    width:640px;
    clear:both;
    padding-top: 10.46em;
}

.foot {
    padding-top: 5px;
}

.foot p{
    background: #DFDFDF;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
    color: #333;
    padding: 5px 0;
}

.foot span {
    padding: 0 10px;
}