@charset "utf-8";
/*图片滚动*/
.demopage{width:820px;margin:0 auto;}
/* #marquee1 */
#marquee1{width:820px;height:32px;overflow:hidden;}
#marquee1 ul li{float:left;height:32px; width:800px; padding-left:20px;}
#marquee1 ul li img{display:block;}
.control{ float:left;}
/* #marquee2 */
#marquee2{width:324px;height:162px;overflow:hidden;}
#marquee2 ul li{float:left;width:150px;border:1px solid #ddd;padding:5px;}
#marquee2 ul li img{display:block;}

/*首页大图*/
/* flexslider */
.flexslider{position:relative;height:440px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:440px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}

.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:30px;height:30px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:0px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:0px;background:url(../images/next.png) center center no-repeat;}



