@media screen and (max-width:1024px) {
   .header { height: 1.333rem; background: #fff; }
   .head_fix { position: fixed; background: rgba(255, 255, 255, 1); box-shadow: 0 0 5px rgba(0, 0, 0, .3); }
   .h_logo { width: 50%; padding-top: 2.5%; }
   .h_logo a, .h_logo img { display: block; width: 100%; height: auto; }

   /* 导航部分 */
   .h_nav { margin: 0; float: unset; width: 100%; background: rgba(255, 255, 255, 1); padding-bottom: 0.4rem; position: fixed; left: 0; top: 1.333rem; display: none; }
   .navmenu-container .navmenu { width: 90%; margin: 0 auto; }
   .navmenu li.level-0 { float: unset; padding: unset; text-align: left; height: auto; line-height: 1rem; position: static; border-bottom: 1px solid rgba(0, 0, 0, .2); }
   .navmenu li.level-0-last { border-bottom: unset; }
   .navmenu li.level-0 a.level-0 { font-size: 0.32rem; font-weight: bold; color: #333; position: relative; }
   .navmenu li.level-0 a.level-0:after { content: ""; display: block; width: 0.667rem; height: 100%; background: url(images/home-footer-xia.png) no-repeat left center / 0.267rem auto; position: absolute; right: 0; top: 0; }
   .navmenu li.leactive a.level-0:after { background: url(images/home-footer-shang.png) no-repeat left center / 0.267rem auto; }
   .navmenu li.level-0 div.sub { position: static; background: unset; }
   .navmenu li.level-0 div.sub ul.sub-0 { margin: 0; }
   .navmenu li.level-0 div.sub ul.sub-0 li.level-1 { display: block; padding: 0 0 0 .3rem; font-size: 0.24rem; }
   .navmenu li.level-0 div.sub ul.sub-0 li.level-1 a.level-1 { font-size: 0.24rem; color: #666; }

   /* 搜索与按钮 */
   .h_search { width: auto; padding: 3% 0 0; }
   .search-btn-box { width: 1.7rem; }
   .index-search-left { width: 0.5rem; height: 0.667rem; border-radius: unset; }
   .search-bot { float: left; float: unset; width: 100%; height: 100%; background: url(images/blue_fdj.png) no-repeat center center / 100%; }
   .mobile-btn { display: block; float: right; padding-top: 2%; width: 0.76rem; height: 0.573rem; background: url(images/btn-open.png) no-repeat center center / 100%; }
   .mobile-btn.active { background: url(images/btn-close.png) no-repeat center center / 100%; }

   /* 网站群 */
   .h_wzq { display: none; }
}
@media screen and (max-width:750px) {
   .navmenu li.level-0 a.level-0 { display: block; }
}