.header{
	height: 50px;
	width: 100%;
	background: #eef0f4;
}
.c-header{
	padding: 10px 0;
	color:#4b5868;
	font-size: 16px;
	line-height: 30px;
}
.ch-left{
	float: left;
}
.ch-right{
	float: right;
	width: 600px;
}
.search-wrap{
	float: left;
	height: 30px;
	width: 190px;
	background: #ffffff;
	border-radius: 15px;
	overflow: hidden;
	padding-left: 10px;
}
.search-wrap input{
	border: 0;
	outline: none;
	width: 150px;
	height: 100%;
}
.ch-link{
	float: right;
}
.search-btn{
	float: right;
	height: 30px;
	width: 40px;
	background: url(../image/icon-search.png) center no-repeat;
	background-size: 30%;
}
.ch-link a{
	float: right;
	margin-left: 30px;
	color:#4b5868;
	line-height: 30px;
	text-decoration: none;
}
.ch-link a:hover{
	color: #5266ff;
	border-bottom: solid 2px #5266ff;
}
.menu{
	width: 100%;
	height: 260px;
	background: url(../image/top-banner.jpg) center no-repeat;
}
.c-menu{

}
.c-menu .logo{
	margin-top: 30px;
	float: left;
	width: 528px;
	height: 60px;
	background: url(../image/logo.png) center no-repeat;
}
.c-menu .nav{
	margin-top: 25px;
	width: 620px;
	height: auto;
	float: right;
}
.nav li{
	height: 80px;
	margin-left: 60px;
	float: right;
	position: relative;
}
.nav li a{
	padding:  0 3px;
	color: #2d333f;
	text-decoration: none;
	line-height:40px;
	font-size: 18px;
}
.nav li a.cur,.nav li a:hover{
	color: #5266ff;
	border-bottom: solid 2px #5266ff;
}
.bread-nav{
	text-align: left;
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	background: url(../image/icon-location.png) 20px center no-repeat;
	padding-left: 30px;
	width: 1170px;
}
.bread-nav span{
	margin-left: 3px;
	float: left;
	color: #535f6e;
}
.bread-nav span.bn-label{
	color: #9c9d9d;
}
/*menu*/
.pop-menu{
	z-index: 10000;
	display: none;
	position: absolute;
	top:40px;
	left: -110px;
	padding: 10px 0 10px 0;
	height: auto;
	width: 270px;
	background: url(../image/pm-bg.png);
	border-radius: 5px;
}
.my-d-1{
	width: 200px;
}
.pm-gk{
	left: -50px;
}
.pm-zn{
	left: -50px;
}
.my-d-2{
	width: 270px;
}
.pm-interaction{
	left: -80px;
}
.my-d-3{
	width: 400px;
}
.pm-service{
	left: -80px;
}
.my-d-4{
	width: 520px;
}
.pm-resource{
	left: -80px;
}
.pop-menu li{
	margin: 0 12px;
	float: left;
	height: 30px;
}
.pop-menu li a{
	color: #626772;
	font-size: 14px;
	line-height: 30px;
}
.pop-menu li a:hover{
	color: #5266ff;
	border: none;
}