*{margin: 0;padding: 0;}
body{font-family: "Microsoft Yahei";font-size: 14px;}
li{list-style: none;}
a{text-decoration: none;color: #000;}
img{border: none;}
div{margin: 0 auto;}
/*----------Index----------*/
/*--header--*/
#header{
	width: 100%;
	min-width: 1100px;
	height: 200px;
	background: #f6f6f6;
	position: relative;
}
/*--头部右侧图片--*/
.head_right{
	width: 1200px;
	min-width: 1200px;
	height: 200px;
	position: absolute;
	right: 0px;
	z-index: 8;
	background: url("../images/head_right.png") no-repeat right;
}
.head{
	width: 1100px;
	height: 200px;
	position: relative;
	z-index: 10;
}	
	/*--头部logo--*/
	.logo{
		width: 158px;
    height: 111px;
    position: absolute;
    left: -26px;
    top: 35px;	}
	/*--头部标题--*/
	.head_title{
		position: absolute;
		left: 120px;
		top: 47px;
	}
/*搜索栏*/
.search{
	position: absolute;
	bottom: 15px;
	right: 0px;
}
	#search{
		float: right;
		width: 225px;
		height: 30px;
		margin: 27px 0;
		border: 1px solid #5d3281;
		background: #fff;
		border-radius: 7px;
	}
	.choose{
		width: 45px;
		height: 26px;
		float: left;
		color: #fff;
		margin-left: 2px;
		margin-top: 2px;
		border-radius: 3px;
	}
	.search_text{
		width: 140px;
		height: 24px;
		margin-top: 3px;
		margin-left: 4px;
		border:none;outline:medium;
		*float: right;
	}
	.search_btn{
		float: right;
		margin-top: 4px;
		margin-right: 6px;
	}	
/*--nav--*/
#nav{
	width: 100%;
	min-width: 1100px;
	height: 50px;
	background-color: #5d3281;
}
	.dh{
		width: 1100px;
		height: 50px;
	}
	.dh ul{
		height: 50px;
		margin: 0 auto;
	}
	.dh ul li{
		width: 110px;
		float: left;
		height: 50px;
		line-height: 50px;
	}
	.dh ul li a{
		color: #fff;
		font-size: 16px;
		text-align: center;
		display: block;
	}
	.dh ul li a:hover{
		background: #fff;
		color: #5d3281;
	}
	.dh ul li:hover ul{
		display: block;
	}
	/*--二级--*/
	.dh ul li ul{
		position: relative;
		z-index: 10;
		display: none;
	}
	.dh ul li ul li{
		background: #88589f;
	}
	.dh ul li ul li a{
		font-size: 14px;
	}
/*--slider--*/	
#slider{
	width: 1100px;
	height: 400px;
}
/*--main--*/
#main{
	width: 100%;
	height: 940px;
}
.main{
	width: 1100px;
	height: 940px;
}
.main_top{
	width: 1100px;
	height: 310px;
	-webkit-box-shadow: 0px 10px 10px #F8F8F8;
    -moz-box-shadow: 0px 10px 10px #F8F8F8;
    box-shadow: 0px 10px 10px #F8F8F8;
	margin-top: 38px;
}
	/*--首页文章列表--*/
	.list{
		width: 380px;
		height: 310px;
		float: left;
	}
	/*--标题--*/
	.l-title{
		width: 380px;
		height: 30px;
		border-bottom: 1px solid #a1a1a1;
	}	
		.l-title h3{
			height: 27px;
			line-height: 30px;
			font-size: 18px;
			color: #3b3b3b;
			display:inline-block;  
			*display: inline;  
			*zoom: 1; 
			padding-right: 8px;
			padding-left: 8px;
			border-bottom: 3px solid #5d3281;
		}
		.l-title h4{
			font-size: 14px;
			color: #757575;
			display:inline-block;  
			*display: inline;  
			*zoom: 1;  
		}
		.l-title a span{
			float: right;
			font-size: 12px;
			line-height: 26px;
			color: #939393;
			margin-top: 4px;
		}
		.l-title a img{
			float: right;
			margin-top: 8px;
			margin-left: 2px;
			width: 16px;
			height: 17px;
		}
	/*--列表--*/
	.list ul{
		margin-top: 10px;
	}	
	.list ul li{
		height: 30px;
		line-height: 30px;
		*height: 26px;
		*line-height: 27px;
	}
	.list ul li a{
		color: #3b3b3b;
		display: block;
	}
	.list ul li a:hover{
		color: #5d3281;
	}
	.list ul li a:hover span{
		color: #5d3281;
	}
	.list ul li span{
		float: right;
		margin-right: 4px;
	}
	.list ul li img{
		float: left;
		margin-left: 4px;
		margin-right: 4px;
		margin-top: 12px;
	}
	.p1{
		
	}
	.p2{
		margin-left: 30px;
	}
	.p3{
		float: right;
		width: 280px;
		height: 286px;
		background-color: #eeeeee;
	}
		.p3 .l-title{
			width: 280px;
			height: 40px;
			background: #5d3281;
		}
		.p3 .l-title h3{
			height: 30px;
			line-height: 35px;
			color: #fff;
			border-bottom: 3px solid #fff;
			padding-left: 10px;
		}
		.p3 .l-title h4{
			color: #fff;
		}
		.p3 .l-title p{
			border-bottom: 1px solid #a1a1a1;
		}
		.p3 ul{
			margin-top: 0px;
			width: 280px;
			height: 270px;
		}
		.p3 ul li{
			height: 50px;
			*height: 55px;
			line-height: 50px;
			*line-height: 55px;
		}
		.p3 ul li img{
			width: 232px;
			height: 50px;
			margin: 5px 24px;
		}
.main_bottom{
	width: 1100px;
	height: 310px;
	-webkit-box-shadow: 0px 10px 10px #F8F8F8;
    -moz-box-shadow: 0px 10px 10px #F8F8F8;
    box-shadow: 0px 10px 10px #F8F8F8;
	margin-top: 38px;
}
	.p4{

	}
	.p5{
		margin-left: 30px;
	}
	.p6{
		float: right;
		width: 280px;
		height: 286px;
		background-color: #eeeeee;
	}
		.p6 .l-title{
			width: 280px;
			height: 40px;
			background: #5d3281;
		}
		.p6 .l-title h3{
			height: 30px;
			line-height: 35px;
			color: #fff;
			border-bottom: 3px solid #fff;
			padding-left: 10px;
		}
		.p6 .l-title h4{
			color: #fff;
		}
		.p6 .l-title p{
			border-bottom: 1px solid #a1a1a1;
		}
		.p6 ul{
			margin-top: 0px;
			width: 280px;
			height: 270px;
		}
		.p6 ul li{
			float: left;
			width: 80px;
			height: 90px;
			text-align: center;
			line-height: 34px;
			margin-left: 11px;
			margin-top: 20px;
			background: url("../images/ico.png") no-repeat center;
		}
		.p6 ul li a{
			font-size: 12px;
		}
		.p6 ul li img{
			width: 50px;
			height: 50px;
			margin: 19px 10px 8px 13px;
		}
/*--成果展示--*/		
.imgshow{
	width: 1100px;
	height: 210px;
	margin-top: 30px;
}
	.imgshow .l-title{
		width: 1100px;
	}
	.picScroll-left{

	}
	.picList{
		overflow: hidden;
	}
	.picList li{
		float: left;
		width: 200px;
    	height: 130px;
    	margin-left: 10px;
    	margin-top: 20px;
	}
	.picList li img{
		width: 190px;
		height: 130px;
	}
	.picList li a{
		display: block;
	}
	.bd{
		position: relative;
	}
	.prev{
		width: 20px;
		height: 30px;
		display: block;
		position: absolute;
		left: 0px;
		top: 65px;
		background: url("../images/prev.png") no-repeat;
	}
	.next{
		width: 20px;
		height: 30px;
		display: block;
		position: absolute;
		right: 0px;
		top: 65px;
		background: url("../images/next.png") no-repeat;
	}
/*--footer--*/
#footer{
	width: 100%;
	min-width: 1100px;
	height: 230px;
	background-color: #5d3281;
	float: left;
}
.foot{
	width: 1100px;
	height: 160px;
	padding-top: 20px;
}
.ft{
	width: 250px;
	height: 160px;
	float: left;
}
	.foot_left{
		margin-left: 70px;
	}
	.foot_center{
		margin-left: 100px;
	}
	.foot_right{
		margin-left: 100px;
	}
	/*--页脚标题--*/
	.f-title{
		width: 250px;
		height: 30px;
		border-bottom: 1px solid #a1a1a1;
	}
	.f-title h3{
		height: 27px;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
		display:inline-block;  
		*display: inline;  
		*zoom: 1; 
		padding-right: 8px;
		padding-left: 8px;
		border-bottom: 3px solid #fff;
	}
	.f-title h4{
		color: #fff;
		font-size: 12px;
		display:inline-block;  
		*display: inline;  
		*zoom: 1;  
	}
	/*--页脚信息--*/
	.ft ul{
		font-size: 14px;
		color: #fff;
	}
	.ft ul li{
		height: 24px;
		line-height: 24px;
	}
	.ft ul li a{
		color: #fff;
	}
	.foot_right ul li{
		width: 125px;
		float: left;
	}
.info{
	width: 1000px;
	height: 24px;
}	
	.info p{
		margin: 0 auto;
		width: 900px;
		height: 22px;
		color: #fff;
		text-align: center;
	}
	.info a{
		color: #fff;
	}
	.info span{
		margin: 0 6px;
	}
/*----------Category----------*/
/*--c-main--*/
#c-main{
	width: 100%;
	height: 500px;
}
.c-main{
	width: 1100px;
	height: 500px;
	padding-top: 10px;
}
/*--c-slider--*/	
#c-slider{
	width: 100%;
	height: auto;
}
#c-slider img{
	width: 100%;
}
/*--c-list--*/
.c-list{
	width: 800px;
	height: 480px;
	float: right;
	position: relative;
}
/*--标题--*/
.c-title{
	width: 800px;
	height: 40px;
}
	.c-title h3{
		height: 34px;
		line-height: 36px;
		font-size: 18px;
		color: #5f3482;
		display:inline-block;  
		*display: inline;  
		*zoom: 1; 
		padding-right: 8px;
		padding-left: 8px;
	}
	.c-title h4{
		color: #5f3482;
		font-size: 18px;
		display:inline-block;  
		text-transform:capitalize;
		*display: inline;  
		*zoom: 1;  
	}
	.c-title p{
		border-bottom: 5px solid #5f3482;
	}
/*--内容--*/	
.c-content{
	width: 780px;
	min-height: 340px;
	margin: 20px;
	margin-bottom: 40px;
}
	.c-content ul{
		width: 760px;
	}
	.c-content ul li{
		height: 32px;
		line-height: 30px;
		*height: 28px;
		*line-height: 29px;
	}
	.c-content ul li a{
		display: block;
	}
	.c-content ul li a:hover{
		color: #5d3281;
	}
	.c-content ul li a:hover span{
		color: #5d3281;
	}
	.c-content ul li span{
		float: right;
	}	
	.c-content ul li img{
		float: left;
		margin-left: 4px;
		margin-right: 4px;
		margin-top: 12px;
	}
/*--分页器--*/	
.c-pagenavi{
	font-size: 18px;
}	
.c-pagenavi a{
	margin-left: 50px;
}
/*----------Sidebar----------*/	
.sidebar{
	width: 250px;
	min-height: 300px;
	float: left;
}
.side-title{
	width: 250px;
	height: 45px;
	color: #fff;
	text-align: center;
	background: #5f3482;
	position: relative;
}
	.side-title h3{
		font-size: 16px;
		border-bottom: 1px solid #fff;
	}
	.side-title h4{
		font-size: 16px;
		text-transform:capitalize;
		position: absolute;
		top: -9px;
		*top: 3px;
		left: 15%;
	}
	.side-title h4:first-letter{
		font-size: 46px;
	}	
.sidebar ul li{
	width: 250px;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
	background: #dadada;
	text-align: center;
}
.sidebar ul li:first-child{
	margin-top: 14px;
}
.sidebar ul li:hover{
	background: #88589f;
}
.sidebar ul li:hover a{
	color: #fff;
}
.sidebar ul li a{
	font-size: 16px;
	color: #5f3482;
	display: block;
}
/*----------Single----------*/	
/*--s-main--*/
#s-main{
	width: 100%;
	height: auto;
	min-height: 500px;
}
.s-main{
	width: 1100px;
	padding-top: 10px;
}
/*--s-list--*/
.s-list{
	width: 800px;
	height: auto;
	min-height: 480px;
	float: right;
	position: relative;
}
/*--标题--*/
.s-title{
	width: 800px;
	height: 40px;
}
	.s-title h3{
		height: 34px;
		line-height: 34px;
		font-size: 18px;
		color: #5f3482;
		display:inline-block;  
		*display: inline;  
		*zoom: 1; 
		padding-right: 8px;
		padding-left: 8px;
	}
	.s-title p{
		border-bottom: 5px solid #5f3482;
	}
	.s-title a{
		color: #5f3482;
	}
/*--内容--*/	
.s-content{
	width: 780px;
	height: auto;
	min-height: 500px;
	margin: 20px;
	margin-bottom: 40px;
	font-size: 16px;
}
	.s-content h1{
		font-size: 24px;
		text-align: center;
		line-height: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding: 0 130px;
	}
	.s-content h5{
		font-size: 14px;
		text-align: center;
		color: #505353;
		padding: 16px 0;
	}
	.s-content img{
		max-width: 780px;
		height: auto;
	}
	.s-content p{
		line-height: 28px;
	}
/*上下篇*/	
.s-pagenavi{
	margin: 40px 0 40px 20px;
}	
	.s-pagenavi li{
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.s-pagenavi li a{
		font-size: 16px;
	}
	.s-pagenavi li a:hover{
		color: #5f3482;
	}