$(function(){
//首页产品
$(".product .mCon_btns").live('hover',function(){
$(this).parent().find(".mCon_btns").removeClass("mCon_Cutbtns");
$(this).addClass("mCon_Cutbtns");
var cutNum=$(this).parent().find(".mCon_btns").index(this);
$(this).parents(".product").find(".mCon_conTxts").hide();
$(this).parents(".product").find(".mCon_conTxts").eq(cutNum).show()
})
$(".main_right .mCon_conTxts li:nth-child(3n)").css("margin-right","0")
//banner
$(".flexslider").flexslider({
directionNav: true,
pauseOnAction: false
});
})