.nav {
    width: 100%;
    height: 103px;
    overflow: hidden;
    cursor: default;
    position:relative;
}

.nav img {
    display: block;
    width: 242px;
    height: 68px;
    float: left;
    position:absolute;
    left:88px;
    top: 50%;
    margin-top:-34px;
}

.nav_right {
    height: 103px;
    overflow: hidden;
    float: right;
    margin-right:30px;
}

.nav_right ul li {
    height: 103px;
    font-size: 16px;
    color: #393939;
    line-height: 103px;
    float: left;
    padding: 0 16px;
    position: relative;
}
.nav_right ul li a{
    color: #393939;
}
.nav_right ul li:hover a,.nav_right ul li.li_hover a{
    color:#cf9c3d;
}
.nav_right ul li.li_hover i {
    display: block;
    width: 36px;
    height: 4px;
    background: #cf9c3d;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -18px;
}


/*底部*/
.footer {
    width: 100%;
    height: 373px;
    overflow: hidden;
    background-color:#313131;
}
.footer_content{
    width:1230px;
    margin:0 auto;
    overflow:hidden;

}
.footer_left {
width:206px;
overflow:hidden;
margin-left:47px;
margin-top:60px;
float:left;
}
.footer_left span{
    display:block;
    font-size:18px;
    color:#ffffff;
    line-height:26px;
    text-align: center;
    margin-top: 10px;
}
.footer_right {
width:610px;
    float:right;
    overflow:hidden;
    margin-top:95px;
}
.footer_right p{
    font-size:14px;
    color:#fff;
    line-height:44px;
    text-align:left;
}




