@charset "utf-8";


/* fcnt */
.fcnt{display:block;height:250px;width:630px;margin:10px auto;position:relative;overflow:hidden;}
.fcnt .mimg{float:left;width:500px;height:250px;overflow:hidden;}
.fcnt .mimg div{display:none;}
.mimg img{width:500px;height:250px;}
.fcnt ul{float:right;width:125px;height:250px;}
*html .fcnt ul{position:absolute;right:0;top:0;width:125px;height:250px;}
.fcnt li{display:block;height:60px;width:125px;margin-bottom:5px;cursor:pointer;overflow:hidden;}
.fcnt li img{width:125px;height:60px;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}
.fcnt li.cur img{width:125px;height:60px;margin:4px 0 0 4px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
*html #tri{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="style/img/point.png");background:none;}
.fcnt dl{position:absolute;bottom:1px;left:0px;width:500px;height:40px;background:url(img/shadow.png) no-repeat;display:none;top:200px;}
.fcnt dt a{line-height:38px;text-align:center;font-size:16px;font-family:"黑体";font-weight:900; color:#FFF}
.fcnt dd{line-height:24px;text-align:center;font-size:14px;}
*html .fcnt dl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="style/img/shadow.png");background:none;}