© 2019 深圳市大河工业设备有限公司 版权所有
网站地图
关注我们:
jQuery(document).ready(function($){
$(".qqkefu .top").click(function () {
$("html,body").animate({ "scrollTop": 0 }, 300);
});
$(".qq_cza").hover(function () {
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.split(";")[1].replace(/[ ]/g, "") == "MSIE7.0") {
$(this).stop(true, false).animate({ "width": "120px", "left": "-85px" }, 300);
} else {
$(this).stop(true, false).animate({ "width": "120px" }, 300);
}
}, function () {
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.split(";")[1].replace(/[ ]/g, "") == "MSIE7.0") {
$(this).stop(true, false).animate({ "width": "53px", "left": "0" }, 300);
} else {
$(this).stop(true, false).animate({ "width": "53px" }, 300);
}
});
$(".qq_czb").hover(function () {
$(".erweima").show(50);
}, function () {
$(".erweima").hide(50);
});
});