
.hy-foot {
    width: 1200px;
    margin: auto;
    padding: 40px 0 15px 0;
    display: flex;
    font-size: 14px;
    color: #fff;
    justify-content: space-between;
}
.hy-foot .left ul{
    width: 940px;
    display: flex;
    margin-bottom: 30px;
}
.hy-foot .left a {
    color: #fff;
    margin-right: 20px;
}

.hy-foot .left .zc {
    float: right;
    margin-top: 24px;
}

.hy-foot .left .dz {
    margin-top: 12px;
    margin-right: 24px;
    float: right;
}

.hy-foot .right {
    width: 260px;
    display: flex;
    justify-content: space-between;
}
.hy-foot .right img {
    width: 120px;
    height: auto;
}
.hy-foot .right a {
    display: block;
    line-height: 36px;
    width: 125px;
    text-align: center;
    color: #fff;
}

.hy-foot .right .jc01 {
    margin-right: 11px;
}
.id-foot .copyright a {
    color: #fff;
}
.id-foot .copyright{
    background-color: #083169;
    color: #fff;
    height: 54px;
    line-height: 54px;
    text-align: center;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    bottom: 36px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #999;
    border-bottom: 0;
    z-index: 9999;
}

.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
.nice-select ul li a{
    color: #666666;
}
.nice-select ul li.on {
    background-color: #e0e0e0;
}
.dy-bbq{
    overflow: hidden;
    background-color: #1752a5;
    background: -moz-linear-gradient(left, #019DD7, #083169);
    background: -webkit-linear-gradient(left,#019DD7,#083169);
    background: -o-linear-gradient(left, #019DD7, #083169);
}