@charset "UTF-8";
header .row{
    position: relative;
    z-index: auto;
}
header nav .navbar-header a {
    display: block;
    margin-top: 20px;
}
.firstNav li{
    position: relative;
}
.secNav{
    position: absolute;
    z-index: 100;
}
#CS_Navlink{
    margin-right: 0;
    margin-top: 36px;
}
section{
    padding-bottom: 0;
}
section dl{
    padding-top: 0;
}
section dl dd {
    line-height: 56px;
    position:relative;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
}
section dl dd:last-child input {
    margin-top: 14px;
}
section dl dd:last-child em {
    top: 21px;
}
@media screen and (max-width: 1024px){
    section dl dd:last-child em {
        top: 24px;
    }
}
section dl dd ul{
    display: none;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 60px;
    left:0;
    background-color: #ffffff;
}
section dl dd ul li{
    border-radius: 0!important;
    text-align: center;
}
section dl dd ul li a{
    color: #3c3c3c;
}
.activedd{
    background: url("../images/manage-nav_03.png") no-repeat center;
    background-size: cover;
}
.activeli{
    background: -webkit-linear-gradient(top,#ff0000 , #9c1819);
    background: -o-linear-gradient(top,#ff0000, #9c1819);
    background: -moz-linear-gradient(top, #ff0000, #9c1819);
    background: linear-gradient(to bottom, #ff0000, #9c1819);
    color: #ffffff!important;
    display: block;
}
section dl dd ul li a:hover{
    color: #ffffff;
    background: -webkit-linear-gradient(top,#ff0000 , #9c1819);
    background: -o-linear-gradient(top,#ff0000, #9c1819);
    background: -moz-linear-gradient(top, #ff0000, #9c1819);
    background: linear-gradient(to bottom, #ff0000, #9c1819);
}
.artright{
     line-height: inherit;
    padding-right: 8px;
 }



