/* 大背景切换*/
.fullSlidebig{ position:absolute; left:0; top:0; width:100%; margin:0 auto; min-width:1100px;}

/* 毛玻璃效果 */
/*.fullSlidebigs:hover{ filter: url(blur.svg#blur);-webkit-filter: blur(10px); -moz-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); }
*/
.fullSlide{ position:absolute; left:0; top:0; width:100%; z-index: -11; /*height:100%;*/  min-width:1100px;overflow:hidden; }
.fullSlide ul{ height:718px !important; width:100% !important;}
.fullSlide li{ height:718px !important; width:100% !important;}
.fullSlide li a { display: block; height:718px !important;  width:100% !important; }
/*.fullSlide .prev,
.fullSlide .next{ position:absolute; z-index:1; display:block; width:30px; height:50px; top:50%; margin-top:-100px; left:20px;background:url(../Images/icons.png) 0 0 no-repeat; cursor:pointer;  filter:alpha(opacity=20);opacity:0.2;}
.fullSlide .next{ left:auto; right:30px; background-position:-51px 0; }
.fullSlide .prev:hover,
.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1;}*/
.bg-btn .bt { position:absolute;top:450px;left:46%; z-index: 9999;  overflow: hidden;}
.bg-btn .bt ul li{width:15px;height:15px;border-radius :50%;text-indent:9999px; z-index: 9999; margin-right:10px;background:#ccc;float:left;cursor:pointer;}
.bg-btn .bt ul li.on{background:#924f11;}

/*白色渐变*/
.fullSlidesmall{ position:absolute; left:0; top:0; width:100%;  height:220px; margin-top:450px;min-width:1100px; background:#000; z-index:-1;  background:url(../images/topbannerbaise.png) bottom repeat-x;}

/*上边滚动通知*/
.noticetop{ width:1100px; margin:0 auto; margin-top:330px; line-height:30px; height:30px;position:relative; z-index:-1;-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:rgba(255, 255, 255, 0.6)!important;
filter:Alpha(opacity=60); background:#fff; /*　使用IE专属滤镜实现IE背景透明*/} 
.noticetop p{ float:left; padding-left:8px; padding-right:8px; color:#666; font-size:14px;position:relative;}/*实现IE文字不透明*/
.noticetop p a{ color:#900; font-weight:bold;}
