﻿/*------------------------通用图片切换---------------*/
.SwitchImageDaXiaoTu{height:312px; overflow:hidden; border:#ccc solid 1px; position:relative;}
.SwitchImageDaXiaoTu #bimg img{ width:318px; height:312px;}
.SwitchImageDaXiaoTu .undis{ display:none}
.SwitchImageDaXiaoTu .dis{ display:block}
.SwitchImageDaXiaoTu #simg{ position:absolute;}
.SwitchImageDaXiaoTu #simg{ position:absolute; right:0; bottom:30px; width:156px; z-index:10}
.SwitchImageDaXiaoTu #simg li{ float:left; margin-right:10px; border:#21312e solid 1px; width:27px; height:33px; cursor:pointer}
.SwitchImageDaXiaoTu #simg li.s{border:#f8d964 solid 1px; }
.SwitchImageDaXiaoTu #simg img{ width:27px; height:33px;}
.SwitchImageDaXiaoTu .bg{ position:absolute; left:0; bottom:0; height:92px; background:#000; opacity:0.5; width:100%; z-index:5}
.SwitchImageDaXiaoTu #infos{ position:absolute; left:12px; bottom:12px; width:140px; height:60px; line-height:30px; z-index:15}
.SwitchImageDaXiaoTu #infos li a{ color:#fff; font-size:14px;}
.SwitchImageDaXiaoTu #infos li a:hover{ text-decoration:underline}