@import url('/style/base.css');
#doc_yyk{display: block;padding:4% 0;}

.wrap-daohang { width: 100%; max-width: 640px; min-width: 320px; margin: 0 auto; position:fixed; z-index:999; }
.wrap-daohang .t_nemu { width: 100%; height: 66px; background: rgba(0, 0, 0, 1); z-index: 98; padding-top: 0; }
.t_nemu .menu_list.a { width: 12% !important; color: #dcc142; }
.t_nemu .menu_list { float: left; display: table; height: 100%; line-height: 24px; color: #FFFFFF; font-size: 18px; box-sizing: border-box; border-right: 1px solid rgba(255, 255, 255, 0.2); text-align: center; font-weight: bold; position: relative; }
.t_nemu .menu_list p { display: table-cell; vertical-align: middle; }

.t_nemu .menu_list a { color: #FFFFFF; }
.t_nemu .menu_list:last-child { border-right: 0; }
.topmenu_on { position: fixed; top: 0; z-index: 9999; left: 0; width: 100%; }
.t_nemu .navtop_touxian { color: red; font-size: 13px; position: absolute; right: 1%; top: 1%; width: 25%; }
@media screen and (min-width:640px) {
    .topmenu_on { left: 50%; margin-left: -320px; }
}
@media screen and (max-width:639px) {
    .wrap-daohang .t_nemu { height: 58px; }
    .t_nemu .menu_list { font-size: 16px; line-height: 22px; }
}
@media screen and (max-width:375px) {
    .wrap-daohang .t_nemu { height: 50px; }
    .t_nemu .menu_list { font-size: 14px; line-height: 20px; }
}
@media screen and (max-width:320px) {
    .wrap-daohang .t_nemu { height: 48px; }
    .t_nemu .menu_list { font-size: 12px; line-height: 17px; }
}


