@charset "utf-8";

/* ==========================================================  头部  ============================================================================ */
.dlzc2 a {
    color: #D20026;
}

span.wza a {
    color: #D20026;
}

.dlzc2 {
    float: right;
    margin-left: 15px;
}

.line {
    vertical-align: top;
    width: 100%;
    height: 10px;
}

a#StranLinkJ {
    color: #D20026;
    text-align: center;
}

.log {
    overflow: hidden;
    line-height: 76px;
    width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
}

.log>img {
    float: left;
}

#date {
    float: right;
    color: #d62026;
}

#date span {
    padding: 0 5px;
    text-align: center;
    display: inline-block;
}

#data span iframe {
    margin-top: -4px;
}

.banner {
    background: url("../images/dx_1.jpg") no-repeat top center;
    height: 520px;
    overflow: hidden;
    background-size: 100% 100%;
}

.search {
    width: 584px;
    height: 110px;
    margin: 104px auto 0;
    border-radius: 5px;
    padding: 0 22px;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../images/public/search_bg.png") no-repeat;

}

.inputSearch {
    background: #d62026;
    height: 40px;
    margin: 24px 0 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.inputSearch input {
    height: 40px;
    border: none;
    outline: none;
}

.inputSearch #qt {
    width: 80%;
    padding: 0 2%;
}

.search_i {
    width: 86px;
    height: 40px;
    padding-left: 34px;
    background: #d62026 url("../images/dx_fd.png") no-repeat 10px 10px;
    color: #fff;
}

.inputSearch a {
    color: #fff;
    padding: 0 2%;
}

.hotSearch {
    text-align: center;
}

.hotSearch a {
    color: #d62026;
    padding: 0 5px;
    font-size: 14px;
}

.nav_nav {
    width: 1200px;
    margin: 203px auto 0;
    overflow: hidden;
    text-align: center;
}

.nav_nav a {
    color: #fff;
    width: 198px;
    height: 103px;
    padding: 25px 0 0 0;
    background: url("../images/public/a_bg.png") no-repeat;
    float: left;
    margin-left: 2px;
}

.nav_nav>a:first-child {
    margin-left: 0;
}

.nav_nav a p {
    background: #d62026;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    filter: Alpha(opacity=100)
}

.changeBg {
    background: #d62026 !important;
}

.nav_nav a:hover {
    background: #d62026 !important;
    color: #fff;
}

@media (max-width: 1200px) {
    #date {
        display: none;
    }

    .banner {
        width: 100%;
        height: auto;
    }

    .log {
        width: 90%;
    }

    .log>img {
        display: block;
        float: none;
        margin: 0px auto;
    }

    .search {
        display: none;
    }

    .nav_nav {
        margin: 0 auto;
        width: 100%;
    }

    .nav_nav a {
        margin: 0;
        width: 33.33%;
        height: 95px;
        padding-top: 15px;
        background-size: cover;
    }
}


@media (max-width: 768px) {}