body {
	background-color: #f4f4f4;
	color: #3F3844;
	background: url(bg.jpg) repeat-x center top;
}

.B-Blue{
	background-color: #0089E0;
}
.B-White{
	background-color: #FFFFFF;
}
.Blue{
	color: #0089E0;
}

/* title 标题 */
.title{
	border-bottom: 4px solid #0089E0;
}
.title h3{
	color: #0089E0;
	font-weight: bold;
	line-height: 28px;
}
/* crumb 面包屑导航 */
.crumb{
	color: #a9a9a9;
	height: 36px;
	line-height: 36px;
	border-bottom: 4px solid #0089E0;
}
.crumb a{
	color: #0089E0;
	padding: 0 5px;
}

/* page 分页 */
.page {
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
}

.page a {
	display: inline-block;
	border: 1px solid #BBBBBB;
	padding: 0 12px;
	color: #3e3e3e;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: tahoma, simsun;
	text-decoration: none;
}

.page a:hover {
	color: #008DFF;
	border-color: #008DFF;
}

.page .active,
.page .active:hover {
	color: #fff;
	background: #0089E0;
	border: solid 1px #0089E0;
}

.page form {
	display: inline;
}

.page form span {
	color: #999;
	font-size: 13px;
}

.page form .text {
	width: 35px;
	height: 21px;
	outline: none;
}

.page form .button {
	width: 46px;
	height: 24px;
	cursor: pointer;
}

.page form .input {
	width: 40px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

.page form .button {
	text-align: center;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #BBBBBB;
	background: #fff;
}

.page form .text:focus,
.page form .button:hover {
	color: #0089E0;
	border-color: #0089E0;
}
.page .fail{
	border-color: #BBBBBB;
	color: #BBBBBB;
}
.page .fail:hover{
	border-color: #BBBBBB;
	color: #BBBBBB;
}

/* header 头部 */
.header {
	width: 100%;
	height: 150px;
}
.header .logo{
	margin-top: 90px;
}

/* nav 导航 */
.nav{
	width: 100%;
	min-width: 1220px;
	height: 50px;
}
.nav ul li{
	float: left;
	font-size: 16px;
	
}
.nav ul li a{
	width: 112px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
}
.nav ul li .curr{
	background-color: #009cff;
}
.nav ul li a:hover{
	background-color: #009cff;
}
/* main 主模块*/
.main{
	width: 1160px;
}
.layout1{
	width:1160px;
}
.flash{
	width: 840px;
	height: 289px;
	background-color: #bbbbbb;
	margin-right: 20px;
}
.layout1-right{
	width: 300px;
	height: 289px;
}
.layout1-right .sysBtn{
	margin-right: -20px;
	margin-bottom: 10px;
}
.layout1-right .sysBtn li{
	float: left;
}
.layout1-right .sysBtn a{
	width: 145px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	background-color: #0089E0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.layout1-right .sysBtn a:hover{
	background-color: #009cff;
}
.layout1-right .friendLinks ul{
	margin-top: 16px;
}
.layout1-right .friendLinks ul li a{
	width: 298px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #0089E0;
	font-size: 16px;
	border: #0089E0 1px solid;
	margin-bottom: 6px;
	display: block;
}
.layout1-right .friendLinks ul li a:hover{
	color: #FFFFFF;
	background-color: #0089E0;
	border: #0089E0 1px solid;
}

.indexList{
	width: 570px;
	float: left;
}
	.indexList .title {
		height: 21px;
		background: url(icon-title.png) no-repeat;
		padding-left: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #0089E0;
		line-height: 21px;
		padding-left: 20px;
		padding-bottom: 7px;
	}
.indexList .title img {
	float: right;
}
.indexList ul{
	margin-top: 10px;
}
.indexList li{
	line-height: 36px;
	width: 570px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexList li a:hover{
	color: #0089E0;
}
.indexList li span{
	float: right;
	color: #BBBBBB;
}

.indexPic {
	margin-right: -10px;
	display: inline-flex;
}

.indexPic li {
	float: left;
}

.indexPic li img {
	width: 157px;
	height: 105px;
	margin-right: 10px;
}

/* 轮播图 */
.swiper-container{
    width: 990px;
    height: 100px;
    overflow: hidden;
	float: left;
}
.swiper-slide{
	width: 160px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.swiper-slide img{
	width: 160px;
	height: 100%;
}

.ewm{
	width: 145px;
	float: right;
}

/* footer */
.footer{
	width: 100%;
	height: 150px;
	background-color: #0089E0;
	width:100%;
	min-width: 1220px;
}
.footer p {
	color: #FFFFFF;
	text-align: center;
}

/* 列表页 */
.leftSider{
	width: 300px;
}
.leftSider .sideTitle{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #0089E0;
}
.leftSider li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background-color: #f2f0f0;
	margin-bottom: 1px;
}
	.leftSider .content {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		font-size: 16px;		
		background-color: #f2f0f0;
		margin-bottom: 1px;
	}
.leftSider .content a {
	padding-left: 10px;
	padding-right: 10px;
}
	.leftSider li a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #0089E0;
		display: block;
	}
.list-main{
	width: 840px;
}

.listBox li{
	line-height: 40px;
	width: 840px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #cbcbcb;
}
.listBox li a:hover{
	color: #0089E0;
}
.listBox li span{
	float: right;
	color: #BBBBBB;
}
.articleBox{
	width: 100%;
}
.articleBox .articleTitle{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.articleBody{
	font-size: 14px;
	line-height: 24px;
}