/**
 * @author  ( 陈星  )
 * @copyright  陈星 http://www.xingzai.org
 */
html{
	background: url(../images/repeat.jpg) repeat-y center top;
}
body {
	background: url(../images/bg1.jpg) no-repeat center 186px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
img{
	max-width: 100%;
}
.span3 {
	width: 24.5%;
}
/**Head**/
.header {
	height: 188px;
	background: url(../images/hbg.jpg) no-repeat center top;	
}
.logo {
	height: 148px;
	background: url(../images/logo.png) no-repeat center bottom;
}
.mainmenu {
	background: #000;
	height: 40px;
	border-top: solid 1px #333;
}
.inline-menu {
	text-align: center;
}
.inline-menu li {
	margin-right: 2em;
}
.inline-menu a:link, .inline-menu a:visited {
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 2px;
}
.inline-menu a:hover {
	color: #39c;
}
/*****/
.page-header h1,.page-header  h2 {
	text-align: center;
}
.content p{
	margin: 10px 0;
	line-height: 2em;
	color: #777;
	text-indent: 2em;
}
.item-page img{
	padding: 5px 0;
	background-color: #DDD;
	box-shadow: 1px 1px 4px #333;
}
.item-page {
  padding:20px 0;
}
/*catemenu*/
.catemenu{
	margin: 30px 0 20px 0;
}
.catemenu ul{
	text-align: center;
}
.catemenu li{
	margin-right: 10px;
		
}
.catemenu a:link, .catemenu a:visited{
	background: #e8e2d7;
	padding: 5px 10px;
}
.catemenu a:hover{
	background: #a78b37;
	color: #FFF;
}
.catemenu .current a{
	background: #a78b37;
	color: #FFF;
}
/*news*/

.news {
	height: 272px;
	background:url(../images/bb2.jpg) no-repeat center top;
}
.N {
	display: inline-block;
	width: 290px;
	padding: 40px 0 0 35px;	
}
.S {
	display: inline-block;
	width: 750px;
	padding-left: 42px;
	padding-top: 20px;
}

.contact-us .content {
	display: none;
}

/*content*/
.content {
	min-height: 690px;
	padding: 0 5px;
}
.content .page-header h2 {
  font-size: 30px;  
  font-weight: bold;
}
/*K2*/
.itemBody .intro , .itemBody .use {
	border-bottom: dotted 5px #888;
	margin-bottom: 10px;
}
.itemList h3.title {	
	font-size:25px;
}
.pinfo dt {
	font-size: 17px;
	line-height: 22px;	
	margin: 0px 0px 10px;
	text-rendering: optimizelegibility;
	color: #545454;
	letter-spacing: 0.1em;
	font-weight: normal;	
}
.pinfo strong {
	width: 56px;
	display: inline-block;
}
.pinfo dd {
	padding: 3px 0;
	border-bottom: solid 1px #DDD;
}
/*module-96*/
.module-96 {
	padding: 20px 0;
}
.module-96 a:link,.module-96 a:visited {
	line-height: 40px;
	padding: 10px 15px;
	background: #333;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #000;
}
.module-96 a:hover {
	color: #35AA47;
}







.footer{
	background: url(../images/hbg.jpg) repeat-y center top;
	padding-top: 25px;	
	padding-bottom: 20px;
	color: #FFF;
	font-weight: 300;
}
.copyright{
	border-left: solid 3px #FFF;
	padding-left: 1em;
}


/*pagination*/
.pagination a {
padding: 2px 10px;
color: #FFF;
background: #01AEF0;
}
.pagination ul a:hover {background: #FF6D20;color: #FFF;}
.pagination .active a{background: #ff6d20;}





