.g-hd {

	background: #fff;

	position: relative;

	z-index: 99;

}

.top1 {

	overflow: hidden;

}

.g-hd h3 {

	height: 2.5rem;

	background: #222222;

	text-align: center;

	line-height: 2.5rem;

	overflow: hidden;

	font-size: 1.2rem;

}

.g-hd h3 img {

	vertical-align: middle;

	width: 1.7rem;

	height: 1.7rem;

	margin-right: 0.3rem;

}

.g-hd h3 a {

	display: block;

	color: #fff;

}

.g-hd h3 b {

	font-size: 1.4rem;

	font-family: Arial;

}

.g-hd h1 {

	overflow: hidden;

}

.g-hd h1 img {

	width: auto;

	max-width: 100%;

	display: block;

	margin: 0 auto;

}

.g-hd h2 {

	font-size: 1.2rem;

	color: #333333;

	text-align: center;

	line-height: 1.5rem;

}

.g-hd h2 span {

	display: block;

	color: #01458d;

	font-weight: bold;

	font-size: 1.3rem;

	line-height: 1.8rem;

	letter-spacing: 0.1rem;

}

.g-hd h2 b {

	font-size: 1.6rem;

	line-height: 1.8rem;

}

.g-hd h2 img {

	vertical-align: top;

	margin-top: 0.5rem;

	width: 0.5rem;

}

.menu1 {

	/*height: 6.7rem;*/

	overflow: hidden;

	background: #01458d;

	position: relative;

}

.menu1::before {

	position: absolute;

	top: 49%;

	left: 0;

	width: 100%;

	height: 1px;

	background: #2b85db;

	border-bottom: 1px solid #00519f;

	content: "";

}

.menu1 li {

	width: 33.3%;

	text-align: center;

	height: 3.35rem;

	line-height: 3.35rem;

	font-size: 1.2rem;

	color: #fff;

	float: left;

	position: relative;

	overflow: hidden;

	border-bottom: 1px solid #fff;

}

.menu1 li a {

	display: block;

	color: #fff;

	font-size: 1.2rem;

}

.menu1 li::before {

	position: absolute;

	top: 0;

	right: 0;

	width: 1px;

	height: 100%;

	border-right: 1px solid #00519f;

	content: "";

}

.menu1 li:hover, .menu1 li.cur {

	background: #3b9fff;

}

.m4-crumbs-1 {

	line-height: 2.6rem;

	height: 3rem;

	color: #575757;

	padding: 1rem 0;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.m4-crumbs-1 a:nth-child(1) {

	margin-left: 0;

}

.m4-crumbs-1 a {

	color: #575757;

	margin: 0 0.5rem;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}

.m4-crumbs-1 a:nth-last-child(1) {

	color: #575757;

}

.m4-crumbs-1 a.cur {

	color: #096ace;

}

.online .submit {

	display: none;

}

i, em {

	font-style: normal;

}

.g-top {

	width: 4.25rem;

	height: 4.25rem;

	margin: 0 auto;

	overflow: hidden;

	position: relative;

	z-index: 9;

}

.g-top img {

	display: block;

	width: 100%;

}

.fcode {

	font-size: 1.2rem;

	color: #666666;

	text-align: center;

	line-height: 2rem;

}

.fcode img {

	display: block;

	width: 26.875%;

	margin: 0 auto 1rem;

}

/*底部导航*/

.f_menu {

	position: fixed;

	z-index: 999;

	bottom: 0;

	width: 100%;

	max-width: 640px;

	margin: 0 auto;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#144f91), to(#0b4a90));

}

.f_menu li {

	position: relative;

	float: left;

	width: 25%;

}

.f_menu li a {

	display: block;

	padding: 2.4167em 0 0.4em 0;

	font-size: 15px;

	border-right: 1px solid #547faf;

	text-align: center;

	color: #ffffff;

	background: url(../images/f_icon1.png) no-repeat center 0.6em;

	/*background-size: 1.5834em 1.625em;*/

	background-size: auto 1.625em;

	line-height: 1.35;

}

.f_menu li:nth-of-type(2) a {

	background-image: url(../images/f_icon2.png);

	/*background-size: 1.6667em 1.375em;*/

}

.f_menu li:nth-of-type(3) a {

	background-image: url(../images/f_icon3.png);

	/*background-size: 1.25em 1.75em;*/

}

.f_menu li:nth-of-type(4) a {

	border-right: none;

	background-image: url(../images/f_icon4.png);

	/*background-size: 1.792em 1.7084em;*/

}

.f_menu li.cur a {

	background-color: #01458d;

}

.f_menu li ul {

	position: absolute;

	z-index: 1000;

	width: 100%;

	padding: 0.4em 0;

	left: 0;

	bottom: 4.1em;

	background: #01458d;

	display: none;

}

.f_menu li ul li {

	float: none;

	width: 100%;

}

.f_menu li:nth-of-type(2) ul li a {

	display: block;

	height: 2em;

	padding: 0;

	border-bottom: 1px solid #ffffff;

	border-right: none;

	text-align: center;

	line-height: 1.75em;

	color: #ffffff;

	background: none;

}

.f_menu li ul li:first-of-type a {

	border-top: none;

}

.f_menu li ul li:last-of-type a {

	border-bottom: none;

}

