﻿
/* CSS Document */
/* 图片切换 */

/*店铺街*/
.ldh_fx_panel{width:503px;position:relative;overflow:hidden; padding:0px; margin:0px; }
.ldh_fx_panel img{border:none;width:503px;height:252px;}
.ldh_fx_wrap{height:252px;overflow:hidden;}
.ldh_fx_nav{position:absolute;bottom:0px;width:110%;height:22px;}
.ldh_fx_nav a{display:block;float:left;display:inline;width:182px;height:100%;line-height :24px;text-decoration:none;margin-right:0px;font:12px/2.2 arial;position:relative;}
.ldh_fx_nav a .ldh_fx_link_bg{display:block;height:100%;background: #F0F0F0;filter:Alpha(opacity=70);opacity:0.7;zoom:1;}
.ldh_fx_nav a .ldh_fx_link_txt{position:absolute;top:0;left:0;display:block;width:100%;text-align:center;cursor:pointer;color: #666666;}
.ldh_fx_nav a:hover .ldh_fx_link_bg,.ldh_fx_nav a.hot .ldh_fx_link_bg{background:#999999;}
.ldh_fx_nav a:hover .ldh_fx_link_txt,.ldh_fx_nav a.hot .ldh_fx_link_txt{color:#000; font-weight:bold;}

/*首页*/
.index_head{width:546px;position:relative;overflow:hidden; padding:0px; margin:0px auto; }
.index_head img{border:none;width:546px;height:180px;}
.index_head_wrap{height:180px;overflow:hidden;}
.index_head_nav{position:absolute;bottom:0px;width:110%;height:22px;}
.index_head_nav a{display:block;float:left;display:inline;width:182px;height:100%;line-height :24px;text-decoration:none;margin-right:0px;font:12px/2.2 arial;position:relative;}
.index_head_nav a .ldh_fx_link_bg{display:block;height:100%;background: #F0F0F0;filter:Alpha(opacity=70);opacity:0.7;zoom:1;}
.index_head_nav a .ldh_fx_link_txt{position:absolute;top:0;left:0;display:block;width:100%;text-align:center;cursor:pointer;color: #666666;}
.index_head_nav a:hover .ldh_fx_link_bg,.ldh_fx_nav a.hot .ldh_fx_link_bg{background:#999999;}
.index_head_nav a:hover .ldh_fx_link_txt,.ldh_fx_nav a.hot .ldh_fx_link_txt{color:#000; font-weight:bold;}
