@charset "utf-8";
/* CSS Document */

/* *
* @authors @SilentBlue
* @date 2017-10-23 10:04:41
* @version shanxi.gov.cn-base.version.2.0
*
* */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', sans-self;
	font-size: 14px;
	color: #000;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body>div {
	margin-right: auto;
	margin-left: auto;
}


body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}



table {
	border-spacing: 0;
	border-collapse: collapse;
}

th,
td {
	/* font-size: 12px; */
	padding: 0;
}

img,
a img {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

strong,
em {
	font-weight: bold;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
	outline-style: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 主体部分 */
.index {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1200px;
	background: url(../simages/footer-bg.png) no-repeat center bottom;
	overflow: hidden;
}

.header-bar {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	font-size: 13px;
}

.header-bar b {
	font-size: 13px;
	line-height: 50px;
	font-weight: 500;
}

.search {
	width: 220px;
	height: 30px;
	background: url(../simages/icon-search.png) no-repeat 12px center #eeeeee;
	border-radius: 15px;
	border: 0;
	outline: none;
	margin: 10px 10px;
	padding: 0 10px 0 35px;
}

.login-btn {
	display: inline-block;
	width: 62px;
	height: 30px;
	line-height: 30px;
	background-color: #c22006;
	text-align: center;
	margin: 10px 10px;
	vertical-align: middle;
	color: #fff;
}

.login-btn:hover {
	opacity: 0.8;
}

.nav-bar {
	width: 100%;
	height: 84px;
	background: url(../simages/nav-bg.png) repeat-x;
}

.nav {
	width: 1200px;
	height: 84px;
	padding-top: 16px;
	line-height: 68px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.nav:before {
	content: '';
	width: 1000px;
	height: 84px;
	position: absolute;
	right: 900px;
	bottom: 0;
	background: url(../simages/logo-bg.png) repeat-x #c22006;
	z-index: -2;
}

.nav:after {
	content: '';
	width: 44px;
	height: 84px;
	position: absolute;
	right: 856px;
	bottom: 0;
	background: url(../simages/logo-right.png) no-repeat;
	z-index: -1;
}

.nav .logo {
	float: left;
	width: 330px;
}

.nav .nav-list {
	margin-left: 350px;
	position: relative;
	z-index: 100;
}

.nav-list ul {
	width: 100%;
	height: 68px;
}

.nav-list li {
	float: left;
	position: relative;
	width: 115px;
	height: 68px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.nav-list li a {
	display: block;
	color: #fff
}

.nav-list li:hover dl {
	display: block;
}

.nav-list li dl {
	position: absolute;
	left: 0;
	top: 68px;
	text-align: center;
	padding: 10px 0;
	width: 115px;
	background: #fff;
	box-shadow: 0 5px 8px #999;
	display: none;
	z-index: 110;
}

.nav-list li dl dd a {
	display: block;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #ddd;
	color: #000 !important;
	font-size: 14px;
}

.nav-list li dl dd a:hover {
	background: #c22006;
	color: #ffe9ab !important;
}

.nav-list li dl dd.last a {
	border: 0;
}

.nav-list li.active dl dd a {
	font-weight: normal;
}

.nav-list li:hover {
	background: rgba(255, 255, 255, .15);
}

.nav-list .nav-list-active {
	font-size: 18px;
	background: url(../simages/nav-arr.png) no-repeat center 50px;
}

.nav-list .nav-list-active:hover {
	background: url(../simages/nav-arr.png) no-repeat center 50px, rgba(255, 255, 255, .15);
}

.nav-list .nav-list-active a {
	color: #ffe9ab;
}

/* 底部 */
.footer-bar {
	width: 100%;
	height: 70px;
	line-height: 60px;
	font-size: 14px;
	color: #ffffff;
	background-color: #c22006;
	text-align: center;
}
