
/*导航栏样式开始*/
#home-nav {
    width: 1440px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;
    margin-bottom: 20px;
    background-color: #ac3434;
}
#home-nav ul {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
}
#home-nav ul li {
    position: relative;
    float: left;
    width: 171px;
    font-size: 16px;
    font-family: Microsoft Yahei;
    text-align: center;
    overflow: hidden;
}
#home-nav .triangle {
    position: absolute;
    display: none;
    bottom: -9px;
    left: 72px;
    width: 0px;
    height: 0px;
    border: 14px solid;
    border-color: transparent transparent white transparent;
}
.triShow{
    display: block !important;
}
#home-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.bgCurrent {
    background-color: #7b3636;
    cursor: pointer;
}

/*导航栏样式结束*/


