﻿$(document).ready(
function () {
    //-----------------------------------------


    //----------------首页幻灯---------------------
    //var flashImageIndex = 0;

    // $("#flashImageIndex").css({"float":"right"})
    $("#flashImageIndex li").hover(
    function () {
        $("#flashImageIndex").stop();
        $("#flashImageIndex img").css({ "float": "right", "margin-right": "0" });
        $(this).find("img").animate({ "margin-right": "10px" }, 200);
        $("#flashImageMain").stop().animate({ "margin-top": $(this).index() * (-1) * $("#flashImageMain li").height() }, 400);
    },
    function () {
        //  flashImageIndex = $(this).index();
    }
    );

    //-----------------------------------------

    $("#NewsList a:eq(0),#NewsList a:eq(1),#NewsList a:eq(2)").css({ "color": "#e70015", "font-weight": "bolder", "background": "url(/Content/Home/images/New.png) no-repeat", "padding-left": "35px" });
    $("#NewsList a:eq(3),#NewsList a:eq(4)").css({ "font-weight": "bolder", "background": "url(/Content/Home/images/New2.png) no-repeat", "padding-left": "35px" });
    
    //-----------------------------------------

    //-----------------------------------------
}
);
