﻿@charset "utf-8";
/***   幻灯片带说明文字部件  ***/
.slider {width: 100%;height:200px; overflow: hidden;text-align: center;margin: 0 auto;position:relative;float:left;}
.slider .slider_list {height:100%; overflow:hidden;position: relative;margin:0;padding:0;}
.slider .slider_list a{position:absolute; top:0;left:0;}
.slider .slider_list a,.slider .slider_list img{display:inline-block;float:left;}
.slider .slider_page{height:42px;text-align:right; margin:0 auto;right:1px; overflow:hidden;position:absolute; bottom:1px;}
.slider .slider_page li{width:10px; font-size:12px; text-align:center;line-height:16px; height:10px !important;line-height:10px !important;margin:15px 10px 0 0;padding:3px; text-indent:0 !important;background:#F1F1F1;display:inline-block;text-align:center;color:#000;}
.slider .slider_page li.current{background:#C70B31;color:#fff;}
.slider_desc{color:#fff;background:#000 repeat 0 0;float:left;line-height:36px;height:36px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.slider .silder_page li:hover{cursor:pointer;}
.slider_list img {width:100%;}

