﻿
/* 首页banner */
*{ padding:0; margin:0;}
.banner{ width:100%; height:350px; overflow:hidden; position:relative;font-size:0; margin:0 auto;}
.b-img{ left:0; top:0; height:350px;  position:absolute;}
.b-img a{ display:block; height:350px; float:left;}
.b-list{ height:50px; padding-top:300px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #14ab04;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{display:block;width:50px;height:100px;background:url(../image/banner.png) 0px 0px no-repeat;margin:0 auto;margin-top:100px;filter:alpha(opacity=10); opacity:0.1;}
.bar-right em{display:block;width:50px;height:100px;background:url(../image/banner.png) -50px 0px no-repeat;margin:0 auto;margin-top:100px;filter:alpha(opacity=10); opacity:0.1;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

/* 内页banner */
.fullSlide{width:100%;position:relative;height:200px;background:#000;margin:0 auto;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:200px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:200px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:6%;z-index:1;width:40px;height:60px;background:url(../image/slider-arrow.png) -126px -137px  no-repeat;cursor:pointer;filter:alpha(opacity=20);opacity:0.2;display:none;}
.fullSlide .next{left:auto;right:6%;background-position:-6px -137px;}