//谷歌浏览器
if(navigator.userAgent.indexOf("Chrome") !=-1) {
$("#header").css("background", "#004C93 url(${ctx}/resources/images/bg-user.png) no-repeat right 0");
//IE浏览器
}else{
$("#header").css("background", "#094B9B url(${ctx}/resources/images/bg-user.png) no-repeat right 0");
}
$("#header").css("position", "relative");
$("#header").css("height", "112px");