@charset "utf-8";

body{margin: 0px;}  *{font-family: "宋体";}

ul{margin: 0px;padding: 0px;} li{list-style: none;}  dl,dd{margin:0;}

a{text-decoration: none;}



.globalHeader_box{

	width:100%;

	height:100px;

	margin-top: 50px;

	position: absolute;

	z-index:999;

	background: rgba(25,105,16,0.7);

}

#globalHeader_top{

	width:1200px;

	height: 100px;

	margin: auto;

	overflow: visible;

	z-index: 1px;

}

#globalHeader_top img{

	width: 500px;

	height: 100px;

	display: block;

	float: left;

}

#globalHeader_nav {

	width:670px; 

	padding:0px;

	border:none;

	float: right;

	position: relative;

}

#globalHeader_nav .nav{

    width:670px; 

    height: 100px;

	padding:0px;

	margin:0px auto;

	border:none;

	z-index:9999;

	position:absolute;

}

.blue #globalHeader_nav li{

	width:95px;

	float:left;

	display:block;

}

#globalHeader_nav span{

	width:95px;

	line-height: 100px;

	float:left;

	text-align:center;

	display:block;

	background: url(../images/nav.png) no-repeat;

	background-position: center bottom;

}

#globalHeader_nav span a{

	display: block;

	font-size:18px;

	color: #fff;

	text-align:center;

	line-height:100px;

}

#globalHeader_nav .column{

	position:relative;

	width:95px;

	line-height: 100px;

	float:left;

	text-align:center;

	z-index:1000;

}



#globalHeader_nav .column a{

	font-size:18px;

	color: #fff;

	text-align:center;

	width: 95px;

	line-height: 100px;

	display: block;

}

#globalHeader_nav .column a:hover{

	text-align:center;

	display:block;

	line-height:100px;

	background: url(../images/nav.png) no-repeat;

	background-position: center bottom;

}

#globalHeader_nav .columnI{

	display:block;

	overflow: hidden;

	width:95px;

	float:left;

	font-size: 14px;

	line-height: 40px;

	color: #fff;

	text-align:center;

	z-index:1;



}

#globalHeader_nav .son{

	display:block;

	position:absolute;

	overflow: hidden;

	top:100px;

	left:0;

	width:95px;/*如要横向改长即可*/

	font-size: 14px;

	filter:alpha(opacity=1);opacity:0.9; 

	background-color:rgba(25,105,16,0.7);

	padding:0px 0px 0px 0px;

	z-index:1;

	background-image: none;

}

#globalHeader_nav .son a, .blue #globalHeader_nav .columnI a{

	width:100%;

	font-size: 14px;

	color: #fff;

	text-align:center;

	line-height: 40px;

	display:block;

	background-image: none;

}

#globalHeader_nav a {



}

#globalHeader_nav .hide{

	display:none;

}

#globalHeader_nav .mainindex{

	background:none;

}

#globalHeader_nav,.blue #globalHeader_nav a,.blue #globalHeader_nav .column{

	overflow:visible;

}

#globalHeader_nav .column dd a{

	height:40px;

	font-size: 14px;

	color: #fff;

	text-align:center;

	text-indent:5px;

	line-height: 40px;

	display:block;

}

#globalHeader_nav .column dd a:hover{

	width:100%;

	height:40px;

	padding:0px;

	margin:0px;

	font-size: 14px;

	color: #196910;

	text-align:center;

	text-indent:5px;

	line-height: 40px;

	display:block;

	text-decoration:none;

	filter:alpha(opacity=100);opacity:1; background-color:#fff;

	overflow:hidden;

	border-top:none;

}

/*幻灯片*/

#globalHeader_ad {

	width:100%;

	height:600px;

	padding:0px;

	margin:0px auto;

}

#full-screen-slider {

	width:100%;

	height:600px;

	position:relative;

	float: left;

	overflow: hidden;

	margin: auto;

}

#slides {

	display:block;

	width:100%;

	height:600px;

	list-style:none;

	padding:0;

	margin:0;

	position:relative

}

#slides li {

	display:block;

	width:100%;

	height:100%;

	list-style:none;

	padding:0;

	margin:0;

	position:absolute

}

#slides li a {

	display:block;

	width:100%;

	height:100%;

	text-indent:-9999px

}

#pagination {

	display:block;

	list-style:none;

	position:absolute;

	left:25%;

	bottom:10px;

	z-index:9900;

	padding:5px 15px 5px 0;

	margin:0

}

#pagination li {

	display:block;

	list-style:none;

	width:12px;

	height:12px;

	float:left;

	margin-left:15px;

	border-radius:100%;

	background:#FFF

}

#pagination li a {

	display:block;

	width:100%;

	height:100%;

	padding:0;

	margin:0;

	text-indent:-9999px;

}

#pagination li.current {

	background:#196910;

}