heaver{
	margin: auto;
	z-index: 9999;
	position: relative;
	overflow: initial;
	}
.nav {
	width:1200px;
	margin:0px auto;
	overflow: hidden;
}
.nav li {
	float: left;
	line-height: 50px;
	padding-bottom: 17px;
	height: 50px;
	box-sizing: border-box;
}
.nav li:hover {
	border-bottom: 3px solid #ca0000;
}
.nav li a {
	font-size: 16px;
	color: #2a2a2a;
	display: block;
	width: 140px;
	text-align: center;
	transition: 0.3s all;
}

/*悬浮二级下拉*/
.menu {
	position: absolute;
	top: 190px;
    left:0px;
	width: 1000px;
	height: 500px;
	box-sizing: border-box;
	padding: 0 35px;
	border-bottom: 4px solid #ca0000;
	background: #fff;
	display: none;
}
.menu .cont {
	float: left;
	width: 240px;
	overflow: hidden;
	color: #898989;
	font-size: 14px;
	line-height: 30px;
}
.menu .cont .f18 {
	font-size: 20px;
	font-weight: bold;
	color: #ca0000;
	line-height: 36px;
	height: 36px;
	padding: 15px 0 12px 0;
}
.menu .img {
	padding: 30px 0 0 0;
	height: 450px;
	float: right;
	width: 540px;
	position: relative;
	border-left: 1px solid #dadada;
}
.menu .img img {
	position: absolute;
	width: 264px;
	display: block;
	top: 60px;
	right: 0;
}
.menu .img a {
	display: block;
	color: #2c2c2c;
	font-size: 14px;
	line-height: 36px;
	width: 150px;
	height: 36px;
	padding: 0 20px;
	margin: 0 15px;
}
.menu .img a:hover {
	background: #ca0000;
	color: #FFF;
}
/*幻灯片*/
#globalHeader_ad {
	width:100%;
	height:550px;
	padding:0px;
	margin:0px auto;
}
#full-screen-slider {
	width:100%;
	height:550px;
	position:relative;
	float: left;
	overflow: hidden;
	margin: auto;
}
#slides {
	display:block;
	width:100%;
	height: 550px;
	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:#ff9f00;
}