@charset "utf-8";
.banner-nav li{
	background: url(../images/banner_icon.png) no-repeat;
}


#banner{
	overflow: hidden;
	position: relative;
}

.head-shadow,.head-shadow2{
	position: relative;
	width: 100%;
	height: 3px;
	background: #B2B2B2;
	opacity: 0.35;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.slide-banner{
	height: 630px;
	position: relative;
}
.banner-bg{
	position: absolute;	
	left: 0;
	top: 0;
	height: 630px;
	z-index: 1;
	width: 100%;
    background-color: #f4f4f4;
    background-position: 50% 0;
}
.banner-nav-bg{
    height: 70px;
    background: #fff;
    /*opacity: 0.65;*/
    position: relative;
    z-index: 199;
    bottom: 70px;
	filter:alpha(opacity=75);
	opacity:0.75;
}
.banner-nav{
	position: absolute;
	left: 50%;
	bottom: 27px;
	z-index: 999;
}
.banner-nav li{
	float: left;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	margin-right: 8px;
    cursor: pointer;
}
.banner-nav li.active{
	background-position: -21px 0;
}
.banner-content{
	width: 1180px;
	margin: 0 auto;
	position: relative;
	height: 630px;
	z-index: 100;
	overflow:hidden;
}
.banner-img{
	position: absolute;
	z-index: 2;
    left: -150%;
}

.banner-bar-bg{
    width: 1180px;
    height: 3px;
    background: url(../images/bar-bg.png) no-repeat;
    margin: 0 auto;
    bottom: 71px;
    position: relative;
    z-index: 1000;
}
.banner-bar{
	height: 3px;
	width: 0;
	background: #00925f;
	position: absolute;
	left: 0;
	z-index: 999;
}


.slide-banner img{position:relative;z-index:-1;}

/*友情链接 begin*/
.link{ width:1180px; height:90px; background-color:#FFF; margin:0 auto 25px auto; padding:10px;}
.link_title{ width:1180px; height:35px; border-bottom:#f6f6f6 1px solid; line-height:35px; font-size:16px;}
.link_list{ width:1180px; height:55px;}
.link_list ul{}
.link_list ul li{ margin-right:20px; line-height:30px; float:left;}
.link_list ul li a{ color:#666;}
/*友情链接 end*/
.new_link{ width:1200px; margin:0px auto; padding:10px 0px; line-height:30px;}
.new_link span{ font-weight:bold;}
.new_link a{ margin-right:10px;}