#header-wrap{
	width: 100%;
	height: 80px;
	position: fixed;
    top: 0;
    z-index:2008;
	background: white;
	
	    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

.header-center{
	width: 80%;
	height: 80px;
	margin: 0 auto;
}

.header-nav{
    margin: 0px auto;
    height: 25px;
    line-height: 25px;
    float: right;
    margin-top: 20px;
    text-align: right;
}
.nav-item{
	float: left;
	position: relative;
}
.nav-item a{
	display: block;
	font-size: 16px;
    text-align: center;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    height: 35px;
    color: #fff;
}
.header-nav .on{
	background: url(../img/nav_now_bg.png) no-repeat center bottom;
}
.xiala-img{
	position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 0px;
	background: url(../img/nav_xiajiantou.png) no-repeat;
}
.nav-item .xiala{
	padding: 0 40px 0 15px;
	color:black;
}

.nav-item .normal{
	color:black;
}

.nav-item a:hover{
	background: url(../img/nav_now_bg.png) no-repeat center bottom;
}

.nav-item ul{
	list-style-type:none; 
	margin:0; 
	padding:0; 
	font-size: 15px;
    position: absolute;
    width: 150px;
    background: transparent;
    cursor: pointer;
    display: none;
    /*   有阴影不好看
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;*/
    
    z-index:3008;

}

.nav-item ul li{
	text-align: left;
	padding-left: 0px;
	transition:padding-left 0.2s;
	background:rgb(245,245,245);
}

.nav-item ul li a{
	color:black;
	text-align: left;
	/* text-shadow: 0 1px 0 rgba(0,0,0,0.3);    阴影*/
}

.nav-item ul li:hover{
	padding-left:0px;
	color:green;
}


/*头部结束*/


.scrolltop{
	width: 87px;
    height: 161px;
    position: fixed;
    bottom: 160px;
    right: 40px;
    display: none;
    z-index: 111;
}
.scroll{
	background: url(../img/scroll_top_bg.png) no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin-left: 17px;
    margin-bottom: 24px;

}
.contant-emli{
	width: 87px;
    height: 87px;
    position: absolute;
    right: 0;
    top: 74px;
    background: url(../img/fixed_contactus.png) top right no-repeat;
    cursor: pointer;
    transition: 0.3s ease 0;
    z-index: 111;
}

.scroll:hover{
	background-position: center -50px;
	transition:all 0.3s ease 0s; 
}
.contant-emli:hover{
	width: 230px;
}

/*Events information 开始*/

.Events-Info-before
{
	 text-align:right;
	 height: 30px;
	 width:200px;
	 font-weight: 600;
}

.Events-Info-after
{
	height: 30px;
	padding:0 0 0 20px;
}
/*Events information结束*/

