body {
    background: url("");
    background-color: #EEEEEE
}

.heaferys {
    background-color: #FFFB85;
}

.nav li:hover>a {
    background-color: #EEEB85;
}

.nav li.active>a {
    background-color: #EEEB85;
}

.nav ul ul {
    background-color: #EEEB85;
}

.nav ul li:hover>ul {
    background-color: #EEEB85;
}

.nav ul ul li:hover {
    background-color: #EEEB85;
}

.nav li a {
    color: #1F1F1F;
}

#mnav,
#search {
    color: #1F1F1F;
}

.muser a {
    color: #1F1F1F;
}

.qk_ibox3_z_bt p {
    color: #444444;
}

.qk_ibox3_z_bt em {
    background: #444444;
}

.widget h4 {
    color: #444444;
}

.widget h4::before {
    background-color: #444444;
}

.pagebar a,
.pagebar span {
    border: 1px solid #444444;
}

.pagebar a {
    color: #444444;
}

.pagebar a:hover,
.pagebar span {
    background-color: #ff6600;
}

.qk_onebox_zhong_tbt em h1 {
    background: #444444;
}

.qk_onebox_zhong_tbt em h2 {
    color: #444444;
}

.qk_ibox3_z_btgg em {
    background: #444444;
}

.qk_ibox3_z_btgg p {
    color: #444444;
}

.hometab .title li.active a {
    color: #444444;
}

.hometab .title li.active a {
    border-bottom: 2px solid #444444;
}

.search {
    background-color: #FFFB85;
}
.article-down {
    width: 97%;
    border: 1px solid #dbd7d7;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: url(../img/word_icon.png) no-repeat 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.article-down .left-part {
    width: 60%;
    float: left;
}
.article-down a {
    display: block;
    height: 40px;
    padding-left: 100px;
    overflow: hidden;
}
.article-down h4 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}
.article-tj {
    margin-left: 100px;
}
.article-down p {
    line-height: 20px;
}
.article-down span {
    font-size: 16px;
}
.article-down img {
    width: 15px;
    line-height: 20px;
}
.article-down .right-btn {
    width: 22%;
    float: right;
    margin-right: 20px;
    height: 70px;
    background-color: #1071c6;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.right-btn em.down-icon {
    float: left;
    display: block;
    width: 30%;
    height: 100%;
    background: url(../img/download_icon.png) no-repeat 10px;
}
.right-btn h5 {
    font-size: 18px;
    font-weight: bold;
}
.right-btn p {
    font-size: 14px;
}
.right-btn .right-button {
    float: left;
    margin-right: 10px;
    margin-top: 5%;
}
#download {
    color: #fff;
    width: 60px;
    height: 80px;
    font-size: 12px;
    position: fixed;
    /* left: 100px; */
    top: 40%;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    padding-top: 2px;
    background-color: #1a70ba;
    border-radius: 3px;
}
#download:hover {
    background-color: #0d6d0a;
}
#download .icon {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 10px auto;
    background: url(../img/gf_icon.png) no-repeat;
    background-size: contain;
}
#bottom-down {
    display: none;
}
@media screen and (max-width: 1024px) {
    .article-down h4 {
        font-size: 16px;
    }
    .article-down .right-btn {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    .article-down {
        background: left 10px no-repeat url(../img/word_icon.png);
        background-size: 50px;
        padding-right: 10px;
        padding-left: 6px;
    }
    .article-down h4 {
        font-size: 14px;
    }
    .article-down .left-part {
        width: 100%;
    }
    .article-down .left-part a {
        padding-left: 50px;
        height: 30px;
    }
    .article-tj {
        margin-left: 50px;
    }
    .article-tj span {
        font-size: 14px;
    }
    .article-down .right-btn {
        float: left;
        margin-top: 10px;
        height: 50px;
        width: 100%;
        left: 0px;
    }
    .right-btn .right-button {
        margin-top: 0;
    }
    .right-btn .right-button h5 {
        line-height: 50px;
    }
    .right-button p {
        display: none;
    }
    #bottom-down {
        display: block;
        z-index: 999;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #2a6adf;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
}