@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
*{margin:0;padding:0;}
img, a img{border:none;}
a{text-decoration:none;}

/* 代码整理：懒人之家 www.lanrenzhijia.com */
.fcnt{display:block;height:455px;width:990px;margin:10px auto;border:3px solid rgba(34,34,34,0.1);position:relative;overflow:hidden;}
.fcnt .mimg{float:left;width:790px;height:455px;overflow:hidden;border:1px solid rgba(34,34,34,0.1);}
.fcnt .mimg div{display:none;}
.mimg img{height:455px;width:790px;}
.fcnt ul{float:right;width:194px;height:109px;}
*html .fcnt ul{position:absolute;right:0;top:0;width:194px;height:109px;}
.fcnt li{display:block;height:109px;width:194px;margin-bottom:5px;cursor:pointer;overflow:hidden;}
.fcnt li img{width:194px;height:109px;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}
.fcnt li.cur img{width:194px;height:109px;margin:4px 0 0 4px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
#tri{position:absolute;top:0;right:-2px;z-index:10;width:210px;height:114px;background-color:red;background-width:197px;background:url(../img/point2.png) no-repeat;cursor:pointer;}
*html #tri{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="../img/point2.png");background:none;}

.fcnt dl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 790px;
    height: 80px;
    background-origin: 0px;
    background: url(../img/shadow.png) repeat-x;
    display: none;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear,0 0, 0 100%, from(#3c3b3b), to(#0a0a0a));
    background: -moz-linear-gradient(top, #a06a6a, #0a0a0a);
    background: -o-linear-gradient(top, #a06a6a, #0a0a0a);
    background: -ms-linear-gradient(#a06a6a 0%,#0a0a0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a06a6a',endColorstr='#0a0a0a',grandientType=1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a06a6a',endColorstr='#0a0a0a',grandientType=1);
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.65;
}

.fcnt dt{line-height:72px;text-align:center;font-size:22px;font-family:"黑体";font-weight:900;}
.fcnt dd{line-height:0px;text-align:center;font-size:14px;}
*html .fcnt dl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="../img/shadow.png");background:none;}
/* 代码整理：懒人之家 www.lanrenzhijia.com */