header .right-side li {
    position: relative;
}
.nav_two {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: .9rem;
    box-shadow: 0px 4px 1rem -2px rgba(49, 70, 81, 0.15);
    background: #fff;
    /* padding: 0.2rem 0; */
    display: none;
}
.nav_two2 div {
    width: 30rem;
    display: flex;
    flex-wrap: wrap;
} 
header .right-side li .nav_two a.clqq {
    padding: 0 2rem;
    border-bottom: 1px solid rgba(210, 210, 210, 0.32);
    text-align: center;
    line-height: 2.3rem;
    transition: ease-out .2s;
	color: #000;
}
header .right-side li .nav_two a {
    border-right: 1px solid rgba(210, 210, 210, 0.32);
}
header .right-side li .nav_two a {
    width: 33.33%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
header .right-side .nav_two a:hover {
    color: #f5a200;
}

#ul_ctype li,#ul_yusuan li{
    position: relative;
}
#ul_ctype li input,#ul_yusuan li input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.page-list a.page-num-current{
    color: #fff;
    background: #222;
    border: 1px solid #222;
}