/* 移动端 */
@media (max-width: 768px) {
  .index_top_box {
    width: 100%;
  }
  .index_nav_box .nav a {
    width: 33%;
    line-height: 45px;
    font-size: 22px;
  }
  .img_fl_left img{
    width: 100%;
    padding: 10px;
  }
  .index_search_box {
    display: none;
  }
}
