.sticky-header {
    background: #fff;
    box-shadow: 0 0 10px #d9d9d9;
}
.sticky-header .logo a .pic1{
    display: none;
}
.sticky-header .logo a .logobl{
    display: block;
}
.sticky-header .sub{
    min-height: 700px;
    top: 88px;
}
.sticky-header .sub .submain22w1 {
    top: 0;
    border-top: none;
}
.sticky-header .topNav .nav ul li>a{
    color: #000;
}
.sticky-header .topNav .nav ul li>a:hover{
    color: #ef8000;
}
.sticky-header .icon12qqa{
    color: #000;
}
.sticky-header .iconlan123{
    color: #000;
}
.sticky-header .topNav .nav ul li>a.actice {
    color: #fe8000;
}


.sticky-header {
    width: 100%;
    position: relative;
    z-index: 999999;
}

.wwyyu23{
    position: relative;
}
.wwyyu23 ul{
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #00000038;
    display: flex;
}
.wwyyu23 ul li {
    width: 20%;
    text-align: center;
    padding: 1% 0;
}
.wwyyu23 ul li.active{
    background: #0084cb;
}
.wwyyu23 ul li:hover{
    background: #0084cb;
}
.wwyyu23 ul li:last-child{
    margin-right: 0;
}
.wwyyu23 ul li a{
    color: #fff;
    font-size: 18px;
}



.fenye{
    display: flex;
    justify-content: center;
}
.fenye li {
    background: #fff;
    border: 1px solid #eee;
    padding: 1% 2%;
    margin: 0 0.3%;
}
.fenye li.active{
    background: #0084cb;
}
.fenye li.active a{
    color: #fff;
}
@media (max-width:1820px) {
    .wwyyu23 ul li a{
        font-size: 16px;
    }
}
@media (max-width:1600px) {
    .wwyyu23 ul li a{
        font-size: 14px;
    }
}
@media (max-width:1510){
    .topNav {
        padding: 0.2% 6% 0 0;
    }
}
@media (max-width:1450px) {
    .wwyyu23 ul li a {
        font-size: 12px;
    }
}
@media (max-width:1199px) {
    .fenye {
        padding-bottom: 6%;
    }
}