﻿@charset "utf-8";
/*菜单栏css/////////////////////////////////*/
*{
    margin:0; 
    padding:0; 
    font-weight:inherit; 
    font-style:inherit; 
    font-size:100%; 
    font-family:inherit; 
    vertical-align:baseline;
}

body,
div,
ul {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: '微软雅黑';
    
}

a img,
img {
    outline: 0;
    border: 0;
}

a {
    border:0;
    cursor: pointer;
    text-decoration: none;
}

a,
a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

body {background: url(../nimg/body_bg.png) repeat-x;}




/*头部样式//////////////*/
.header {
    width: 100%;
    height: 120px;
    padding-top: 10px;
}

.logo {
    width: 385px;
    float: left;
}

.logo img {
    width: 355px;
    height: 95px;
}

.nav {
    float: left;
    width:774px;
    height: 41px;  
    margin-top: 25px;
    margin-left: 8px;
    border-radius: 10px;
    box-shadow:2px 4px 8px #777779;
    background: url(../nimg/nav.png) repeat-x; 
}

.nav ul {
    width: 100%;
    list-style: none;
}

.nav ul li {
    float: left;
    width: 84px;
    height: 41px;
    overflow: hidden;
    line-height: 41px;
    text-align: center;
}

.nav .border {
    width: 1px;
    height: 15px;
    margin-top: 13px;
    border-right: 1px solid #fff;
}

.nav .nav-end  { width: 86px;}

.nav ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "微软雅黑";
    
}

.nav ul a:hover,
.nav ul a:active {
    color: #000;
    opacity: 0.7;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #faf44b;
    
}
 /*头部样式end//////////////*/

 
