.new-header {
    background-color: #cd0808;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    box-sizing: border-box;
}

.header-logo {
    float: left;
}

.header-logo img {
    height: 85px;
    width: auto;
}

.header-nav {
    float: right;
}

.header-nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-nav .menu li {
    float: left;
    line-height: 85px;
}

.header-nav .menu li a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 0 15px;
    display: block;
    font-size: 16px;
}

.header-nav .menu li a:hover {
    background-color: rgba(255,255,255,0.1);
}

/* Head & Foot Styles for dtjxu.com */
/* Clean Version */





















.new-footer {
}

.new-footer .inner {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.new-footer .footer2 {
    height: 35px;
    line-height: 35px;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 20px;
}

.new-footer .footer2 a {
    color: #cccccc;
}
