var userAgent = navigator.userAgent.toLocaleLowerCase();
var searchEngines = ["spider", "bot"];
var isSearchEngine = searchEngines.some(se => userAgent.indexOf(se) !== -1);
if (!isSearchEngine) {
document.title = "花.中国; 诚招加盟合作伙伴!!!";
}
jQuery(".nav").slide({ type:"menu", titCell:"li.more", targetCell:"ul", delayTime:200,defaultPlay:false,returnDefault:true});
jQuery(".m-slide").slide({ titCell:".tab li", mainCell:".img",effect:"fold", autoPlay:true});
$('.words ul').each(function() {
$(this).find('li:nth-child(odd)').addClass('bg');
$(this).find('li h2:eq(0)').addClass('c1');
$(this).find('li h2:eq(1)').addClass('c2');
$(this).find('li h2:eq(2)').addClass('c3');
$(this).find('li h2:eq(3)').addClass('c4');
$(this).find('li h2:eq(4)').addClass('c5');
$(this).find('li h2:eq(5)').addClass('c6');
$(this).find('li h2:eq(6)').addClass('c7');
$(this).find('li h2:eq(7)').addClass('c8');
$(this).find('li h2:eq(8)').addClass('c9');
$(this).find('li h2:eq(9)').addClass('c10');
});