@charset "utf-8";
/* 头部轮播CSS */
ul,li,ol {list-style:none;padding:0px;margin:0px;}
.slider{ width:100%;max-width:1920px; margin:0 auto;  position:relative; overflow:hidden;height:550px;; background:#000;  }
.slider .bd{ position:relative; z-index:0;  }
.slider .bd li{ height:550px; overflow:hidden;}
.slider .bd li img{ display:block;  }
.slider .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.slider .hd ul{ text-align:center;  }
.slider .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px; 
background:url(images/dot.png) 0 -16px;
overflow:hidden;  filter:alpha(opacity=70);opacity:0.7;  vertical-align:top; line-height:9999px; 
}
	.slider .hd ul .on{ background-position:0 0;  }
	.slider .timer{ position:absolute; z-index:1; left:0; bottom:0; height:4px; width:0; background:#000; filter:alpha(opacity=40);opacity:0.4; font-size:0; overflow:hidden;}

.fullSlide{width:100%; border-top:4px solid #3D9EE9; position:relative;  height:550px; overflow:hidden;   }
.fullSlide .bd{ position:relative; z-index:0;  }
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{ width:100% !important;  height:550px; }
.fullSlide .bd li .siteWidth{ width:100%; position:relative;  margin:0 auto;  height:550px;}
.fullSlide .bd li a{ position:absolute; width:100%; height:550px; display:block; z-index:1;}
.fullSlide .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";}
.fullSlide .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(images/banner-btn.png) 0 0 no-repeat;_background:url(images/banner-btn-ie6.png) 0 0 no-repeat;	}
.fullSlide .hd{width:100%;position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center;}
.fullSlide .hd ul li{cursor:pointer; display:inline-block;*display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(images/dot-black.png) 0 0;overflow:hidden;line-height:9999px;filter:alpha(opacity=40);opacity:0.4;}
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }