@media only screen and (max-width: 768px) {
	.btseg{
		margin-top: 30px;
	}
}
.navseg {
	margin-top: 8px;
}

#header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: auto;
	padding-bottom: 8px;
	overflow: hidden;
	background: #fdfdfc;
	font: 14px/40px hiragino sans gb, microsoft yahei, simsun;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#header a{
	color: #4f4f4f;
}
#top-line {
	width: 100%;
	height: 3px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	background-color: #0fa6ea;
	background: -webkit-linear-gradient(left, rgba(15, 166, 234, 1) 0, rgba(89, 204, 24, 1) 10%, rgba(15, 166, 234, 1) 60%, rgba(15, 166, 234, 1) 100%);
	background: -moz-linear-gradient(left, rgba(15, 166, 234, 1) 0, rgba(89, 204, 24, 1) 10%, rgba(15, 166, 234, 1) 60%, rgba(15, 166, 234, 1) 100%);
	background: -ms-linear-gradient(left, rgba(15, 166, 234, 1) 0, rgba(89, 204, 24, 1) 10%, rgba(15, 166, 234, 1) 60%, rgba(15, 166, 234, 1) 100%);
	background: linear-gradient(left, rgba(15, 166, 234, 1) 0, rgba(89, 204, 24, 1) 10%, rgba(15, 166, 234, 1) 60%, rgba(15, 166, 234, 1) 100%);
}

#header .swiper-slide {
	padding: 0 8px;
	width: auto;
}
.navcon{
	font-size: 14px;
	color: #999999;
}
 .navmt{
 	font-size: 24px;
 	color: white;
 }
#nav-bt{
	background: #00305c;
	font-size: 14px;
	line-height: 28px;
	color: #E7E7E7;
	padding-top: 30px;
	font-family: "微软雅黑";
}
#nav-bt a{
	color: #E7E7E7;
}
#nav-bt a:hover{
	color: white;
}
