@charset "utf-8";

/***浮动****/
div.floats {/*浮动容器通用样式*/
    position:absolute;
    left:-1000px;
    /*上面两句是必需的，下面看实际情况去定义了*/
    
}
div#test1,div#test2{top:100px;}/*居中向左右定位容器初始高度*/
div#test3,div#test4{top:200px;}/*左右定位的两个容器初始高度*/
/***浮动end****/


/*flashbanner*/
#flashbanner{ width:900px; background:#eee; height:350px;} /**位置设置**/
#focus {width:900px; height:350px; overflow:hidden; position:relative;}
#focus ul {height:350px; position:absolute;}
#focus ul li {float:left; width:900px; height:350px; overflow:hidden; position:relative; background:#000;}
#focus ul li a img{ width:900px; height:350px;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:900px; height:20px; left:0; bottom:0; background:none;} /***下黑条**/
#focus .btn {position:absolute; width:880; height:15px; padding:5px 10px; right:10px; bottom:10px; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:13px; height:13px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff; border-radius:15px;}/**排列**/
#focus .btn span.on {background:#fff;}
#focus .preNext {width:45px; height:100px; position:absolute; top:110px; background:url(../img/sprite.png) no-repeat 0 0; cursor:pointer;} /**上一个**/
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;} /**下一个***/
/**左边留空是因为缺少margin padding**/
/*flashbannerend*/


/**宽屏大图轮换**/
#Banner{ clear:both; height:500px;width:100%; }
.slideBox{ width:100%; height:500px; overflow:hidden; position:relative; z-index:0;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:30px; z-index:10;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:13px; height:13px; line-height:13px; text-align:center; background:url(../img/pagination.png) no-repeat center center; cursor:pointer; text-indent:2em; }
.slideBox .hd ul li.on{ background:url(../img/pagination2.png) no-repeat center center; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
/**宽屏大图轮换**/


/**tab**/
.tagContent{DISPLAY: none;}
#tagContent DIV.selectTag { display:block;}
#tags{ border-bottom:1px solid #ddd;}
#tags li{ float:left;}
#tags li a{ display:block; height:25px; background:#eee; padding:0 10px; line-height:25px;}
#tags .selectTag a{ background:#000; color:#fff;}


/**flashimg**/
.ChanPinLianTu{}
.ChanPinLianTu li{ float:left; text-align:center; line-height:30px; margin-right:22px;}
.ChanPinLianTu li a{ }
.ChanPinLianTu li a img{ width:141px; height:112px;}
.ChanPinLianTu li span a{background:#fff; padding:4px; border:1px solid #ddd; display:block;}
.ChanPinLianTu li a:hover{ color:#c40e25; text-decoration:underline; border:1px solid #FFC926;}
#ISL_Cont_1{ float:left; width:882px; overflow:hidden; margin-top:19px;}
.LeftBotton{ float:left; background: url(../images/i_r26_c5.jpg) no-repeat; width:17px; height:27px; margin:65px 35px 0 10px; cursor:pointer;}
.RightBotton{ float:left; background: url(../images/i_r26_c28.jpg) no-repeat; width:17px; height:27px; margin:65px 5px 0 20px; cursor:pointer;}

.CenterLei{ background:#fff; margin-top:-81px; position:relative; padding-top:15px; min-height:200px;}
.CenterLeft{ float:left; width:230px; margin-right:15px; margin-left:15px;}
.CenterRight{ float:left; width:690px; border-left:1px solid #ddd; padding-left:15px;}