@charset "utf-8";
		/* CSS Document */
		/*清除默认样式*/
		body,
		div,
		dl,
		dt,
		dd,
		ul,
		ol,
		nl,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		p,
		span,
		a,
		b,
		strong,
		object,
		iframe,
		label,

		img,
		select,
		form,
		input,
		textarea,
		table,
		caption,
		tbody,
		tfoot,
		thead,
		tr,
		th,
		td,
		article,
		aside,

		canvas,
		details,
		figcaption,
		figure,
		footer,
		header,
		hgroup,
		menu,
		nav,
		section,
		summary,
		time,

		mark,
		audio,
		video {
			margin: 0;
			padding: 0
		}

		body {
			font-size: 12px;
			font-family: '微软雅黑';
		}

		/*头部*/
		.headerBj {
			width: 100%;
			height: 92px;
		}

		.header_top {
			width: 960px;
			height: 70px;
			margin: 0px auto;
			padding-top: 20px;
		}

		.lxdh {
			padding-left: 50px;
		}

		.navBox {
			width: 100%;
			/* height: 44px; */
			position: absolute;
			bottom: 0;
			left: 0;
			text-align: center;
			opacity: 0.9;
			fliter: alpha(opacity=90);
			z-index: 100;
			background-color: rgba(0, 0, 0, 0.5);
			color: #fff;
		}

		.nav {
			width: 960px;
			height: 42px;
			margin: 0px auto;
		}

		.nav_li {
			position: relative;
			float: left;
			/* width: 120px; */
			height: 50px;
			/* line-height: 60px; */
		}

		.nav_a {
			font-size: 15px;
			padding-right: 20px;
			font-weight: bold;
		}

		.nav_a.active,
		.nav_a:hover {
			padding-right: 20px;
		}

		.nav_li ul {
			position: absolute;
			width: 100%;
			top: 46px;
			padding-top: 4px;
			left: 0px;
			display: none;
			z-index: 10;
		}

		.nav_li ul li {
			width: 100%;
			margin: 1px auto;
			background-color: rgba(0, 0, 0, 0.5);
		}

		.nav_li a.active {
			background-color: #009fa8;
			color: #fff;
		}

		.nav_li ul li a {
			display: block;
			_width: 100%;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}

		.nav_li ul li:hover {
			background: #009fa8;
		}

		.goto {
			display: block;
			font-size: 16px;
			text-align: center;
			/* line-height: 50px; */
			width: 190px;
			height: 50px;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			color: #fff;
		}