/* CSS Memu */
*{ padding:0; margin:0;}

.banner{ width:100%;min-width:1500px; height:560px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:560px; float:left;}
.b-list{ height:50px; padding-top:510px; position:relative; margin:0 auto; z-index:2;}
.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(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:215px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:215px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

.clear{ clear:both;} 

.foot_bg{ width:100%; min-width:1500px; clear:both; text-align:center; height:260px;background-color:#3c4554;}

.foot {
        width:1300px;
        position:relative;
        margin:0 auto;
	font-family: "微软雅黑", "黑体";
	font-size: 15px;
	color:#fff;
        text-decoration:none;
 }

.l{ float:left;}
.r{ float:right;}
.m{ position:absolute;left:345px;top:100px;line-height:25px;}

a {color:#fff; text-decoration:none;}
a:hover {color:#ffb21b;}
.link1 { font-size:15px; color: #fff; text-decoration: none;}
a.link1:link {color: #fff; text-decoration: none;}
a.link1:visited {color: #fff; }
a.link1:hover {color: #ffb21b; text-decoration: none;}
a.link1:active {color: #fff; text-decoration: none;}