@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font: 14px/1.3 '微软雅黑', Arial, Helvetica, sans-serif;
}

/* Header 头部 */
@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin: 0;
	word-break: break-all;
	word-wrap: break-word;
	list-style: none;
	font-size: inherit;
}
/*html5*/

html {
	min-width:1080px;
}
body {
	position:relative;
	color: #666;
	font: 14px/1.3 '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) no-repeat center top;
}
.banner-content {
	position:relative;
	height: 445px;
}
a {
	text-decoration:none;
}
/*通用内容样式*/
.common-box {
	width: 980px;
	margin: 0 auto;
	margin-bottom:50px;
}
.header {
	line-height:35px;
	background:#f4f4f4;
	font-size:12px;
	color:#999;
}
.header .common-box {
	padding:0 20px;
}
.nav-box {
	line-height: 63px;
	height: 60px;
	background:#631690;
	font-size: 0;
	z-index: 9999;
	position: relative;
	top: -60px;
}
.nav-box.fixed {
	background: rgba(1, 3, 60, 0.53);
	position:fixed;
	height: 60px;
	top:0;
	left:0;
	width:100%;
	z-index:50;
}
.nav-con .item {
	display:inline-block;
	text-align:center;
	font-size:16px;
	color:#fff;
	vertical-align:top;
	position:relative;
	padding:0 15px;
	float:left;
}
.nav-con .item a {
	color:#fff;
	display:block;
}
.nav-con .item:before, .nav-con .item:after {
	content:'';
	position:absolute;
	height:3px;
	width:100%;
	background:#066da8;
	left:0;
	display:none;
}
.nav-con .item:before {
	top:-3px;
}
.nav-con .item:after {
	bottom:-3px;
}
.nav-con .item.active:before, .nav-con .item.active:after {
	display:block;
}
.nav-con .item:hover a {
	color:#c4e0fe;
}
.nav-con .item:hover:after {
	display:block;
}
.nav-con .item.active:hover a {
	color:#fff;
}
.banner-box {
	position:relative;
}
#navBar .active {
	background: none repeat scroll 0 0 #8E47E1;
	color: #FFFFFF;
	cursor: default;
}
.jxb-box.active {
	margin-top:0px;
}
/*轮播图*/
.sk-index-slider-box {
	position: relative;
	width:980px;
	height:445px;
	overflow: hidden;
	background: url(../images/banner.png) center no-repeat;
	background-size:cover;
	margin:0px auto;
}
.sk-index-slider-list-box {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 445px;
}
.jxb-article a:hover {
	color:#8E47E1;
}
