/* ===== 移动端适配 (ceshi.glbmc.cc) ===== */
@media (max-width: 1200px) {
  .zj { width: 96%; margin: 0 auto; }
  .menu { width: 96%; }
  .menu li { width: 12.28%; }
}
@media (max-width: 900px) {
  .top_k { height: auto; padding: 10px 0; }
  .logo { float: none; margin: 0 auto; text-align: center; }
  .logo img { max-width: 90%; height: auto; }
  .tel { display: none; }
  /* 导航：横向滚动 */
  .nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .menu { width: 100%; }
  .menu ul { display: flex; min-width: 880px; }
  .menu li { flex: 1; min-width: 110px; }
  .menu li ul { position: static; }
  /* banner */
  .fullSlide { height: auto; }
  .fullSlide .bd li { height: 200px; background-size: cover !important; }
  .fullSlide .bd li a { height: 200px; }
  /* 首页块 */
  .box, .box1, .box2 { padding: 25px 0; }
  .dtitle_t { font-size: 26px; }
  .pro { width: 46%; margin: 2%; }
  .pro_t img { width: 100%; }
  .pro_k { width: auto; padding: 0 12px; }
  .pro_n { width: 100%; height: auto; line-height: 1.6; padding: 12px 0; font-size: 15px; }
  .hezuo img { max-width: 100%; }
  .news { width: 100%; float: none; }
  .news1 { width: 100%; float: none; margin-top: 20px; }
  /* 内页 */
  .n_banenr { height: 160px; background-size: cover !important; }
  .lanmu_n li { width: 45%; margin: 2%; }
  .right_t { position: static; }
  .weizhi { position: static; display: block; float: none; font-size: 12px; line-height: 22px; padding: 4px 0 8px; }
  .right_tl { height: 40px; line-height: 40px; font-size: 18px; }
  .abouter { font-size: 15px; }
  .abouter img { max-width: 100% !important; height: auto !important; }
  .abouter table { width: 100% !important; }
  .kslj { width: 46%; margin: 2% 2% 10px; border-right: 0; }
  .contacter { float: none; width: 96%; margin: 10px 2%; }
  .foot_z { font-size: 12px; }
  .bj { padding: 0 2%; box-sizing: border-box; }
}
@media (max-width: 480px) {
  .pro { width: 96%; margin: 2%; }
}
