1. 模拟鼠标移动到元素上
    2. above = driver.find_element('link text', '房屋类型')
    3. ActionChains(driver).move_to_element(above).perform()