
/* 顶部 */
.m-top {
	min-height: 125px;
	background: url(../images/top-bg.jpg) center no-repeat;
}
.m-top .logo {
	width: 39%;
}
.m-top .top-right {
	padding-top: 30px;
	float: right;
}
.m-top .top-right .top-search {
	position: relative;
	padding: 0 15px 5px;
	background: #d6e8fa;
	border-radius: 5px;
}
.m-top .top-right .top-search input {
	width: 140px;
	color: #999;
	font-size: 14px;
	margin-right: 30px;
	background: #d6e8fa;
}
.m-top .top-right .top-search img {
	position: absolute;
	top: 7px;
	right: 15px;
	color: #888;
	font-size: 18px;
}
.m-top .top-right .top-button {
	position:relative;
	padding: 3px 10px;
	margin-left: 10px;
	background: #d6e8fa;
	border-radius: 5px;
}
.m-top .top-right .top-button img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
}
.m-top .top-right .top-button a {
	font-size: 14px;
	color: #666;
	display: inline-block;
	padding: 0 5px;
}
.m-top .top-right .top-weather {
	padding-top: 40px;
}
.m-top .top-right .top-weather span {
	color: #333;
	font-size: 14px;
}

/* 首页 导航栏 */
.is-header .m-nav {
	background: #1f5da4;
}
.is-header .m-nav .nav-pc div {
	display:inline-block;
	width:16.3%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.is-header .m-nav .nav-pc div:hover {
	background: #1e77dd;
}
.is-header .m-nav .nav-pc div a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
	border-left: 1px solid #5081b8;
}
.is-header .m-nav .nav-pc div:last-child a {
	border-right: 1px solid #5081b8;
}
.is-header .m-nav .nav-pc div a:hover {
	background: #1e77dd;
	border: none;
	text-decoration: none;
}
.is-header .m-nav .nav-phone {
	display: none;
	position: relative;
	color: #fff;
	padding: 10px;
}
.is-header .m-nav .nav-phone a {
	font-size: 14px;
	color: #fff;
}
.is-header .m-nav .nav-phone span {
	position: absolute;
	top: 15px;
	right: 15px;
}
.is-header .m-nav .nav-phone .phone-menu {
	display: none;
}
.is-header .m-nav .nav-phone .phone-menu a {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}


.xxgk{position: relative;}
.is-header .m-nav .nav-pc div.xxgk div{display: none;position: absolute;width: 100%;left: 0;top: 55px;background-color: #1f5da4;padding: 0;line-height: 54px;}
.is-header .m-nav .nav-pc div.xxgk:hover div{display: block;}

/* 媒体查询 */
@media screen and (max-width: 1000px) {
	.top-right {
		display: none;
	}
	.m-top {
		min-height: auto;
		background: #fff;
	}
	.m-top .logo {
		display: block;
		margin: auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.is-header .m-nav .nav-pc {
		display: none;
	}
	.is-header .m-nav .nav-phone {
		display: block;
	}
}