.head_style{
	position: relative;
	width: 100%;
	/*height:600px;*/
}
header {
	position: relative;
	width: 100%;
	height: 110px;
	top: 0;
	background: transparent;
	z-index: 10;
}
.header_date{
	width: 90%;
	margin: 0 auto;
	min-width: 1200px;
	position: absolute;
	top: 0;
}
.head_d>div.left {
    width: 10%;
    height: 110px;
    position: absolute;
    margin-left: 90px;
    margin-top: 60px;
}

.head_d>div.left>a {
	display: inline-block;
}

.head_d>div.left>a>img {
}

.head_d .nav_list {
      height: 110px;
      width: 90%;
      text-align: center;
      padding-right: 10%;
      padding-left: 10%;
}

.head_d .nav_list ul {
	height: 110px;
}

.head_d .nav_list ul li {
	width:13%;
	display: inline-block;
	position: relative;
	line-height: 110px;
	height: 110px;
	overflow: hidden;
	text-align: center;
}

.head_d .nav_list ul li span {
	display: block;
	transition: 0.3s;
	color: white;
	font-size:25px;
}

.head_d .nav_list ul li span.sr {
	color:#82ccd2;
}

.head_d .nav_list ul li:hover span.ss {
	margin-top: -110px;
}

.head_d .nav_list ul li a {
	color: #555555;
	display: inline-block;
	height: 100%;
}

.head_d .nav_list ul li a.curr {
	/* color:#82ccd2; */
}

.header_date.active {
	background: #fff;
	box-shadow: 0 0 20px #c0c6e5
}

.header_date.active .head_d .nav_list ul li a {
	color: #333;
}

.header_date.active .head_d .nav_list ul li a.curr {
	color:#82ccd2;
}

.header_date.active {
	background: #fff;
	box-shadow: 0 0 20px #c0c6e5
}

.header_date.active .head_d .nav_list ul li a {
	color: #333;
}

.header_date.active .head_d .nav_list ul li a.curr {
	color: #82ccd2;
}
.ejbanner{
	height: 600px;
}
.banner {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

.banner>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.banner>a>img {
	width: 100%;
/*	height: 100%;*/
}
.head_rightewm{
	position: absolute;
	right: 0;
	width: 10%;
	height: 110px;
	line-height: 110px;
}
.head_rightewm>a:first-child{
	display: inline-block;
	margin-right:15%;
}
.head_rightewm>a:hover{
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}
.show_rightewm{
	display: none;
	position: absolute;
	right: 0;
	width: 130px;
	top: 110px;
}
.show_rightewm>img{
	width: 100%;
}
