html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
	margin:0;
	padding:0;
	e border:0
}
input,button,select,textarea {
	outline:0
}
textarea {
	resize:none
}
body {
	background-color:#fff;
	font:normal 12px Tahoma,Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
	color:#494949
}
ul,li {
	list-style-type:none
}
a {
	text-decoration:none;
	color:#5895be
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
	color:#6ba82f
}
a img {
	border:0
}
.clear {
	clear:both
}

.widescreen {
	/*background:#f5f5f5 url("images/bg.png");*/
	background: #f5f5f5;
	border-top:4px solid #32a5ef;
	border-bottom:12px solid #32a5ef;
	background-attachment:fixed;
	min-width: 1235px;
}
.widescreen #container {
	padding:0 0 20px 0;
	margin-top:10px
}
#container {
	text-align:left;
	width:1235px;
	margin:0 auto;
	overflow:hidden
}
#header {
	width:100%;
	height:230px;
	position:relative;
	border-bottom:4px solid #32a5ef;
	background:#f5f5f5 url("images/header-bg.jpg");
	background-size:cover;
	min-width: 1020px;
}
#header img {
	width: 100%;
	height: 100%;
}

.crumbs{
	color:#888;
	padding:10px 0 10px 0;
	position:relative;
	font-size:16px;
	line-height:20px;
	background: #fff;
	border-left:4px solid #32a5ef;
	width:1235px;
	margin:10px auto;
}
.crumbs span {
	margin-left: 20px;
}
.crumbs-current{
	color: rgba(153,204,51,1);
}


.nav {
	width:215px;
	float:left;
	clear:left;
	background: #33363b
}
.nav-content {
	padding: 10px 0 10px 0;
}
.nav-content ul {

}
.nav-content ul li {
	
}
.nav-content ul li a {
	font-size: 18px;
	padding-left: 30px;
	line-height: 34px;
	height: 34px;	
	display:block;
}
.nav-content ul li a:hover {
	color: #fff;
	background: #32a5ef;
	padding-left: 36px;
}
.nav-content .active a{
	color: #fff;
	background: #32a5ef;
	padding-left: 36px;
}
.nav-content li ul .active a{
	color: #fff;
	background: #32a5ef;
	padding-left: 60px;
}
.nav-content ul li ul {
	background: #494c54;
}
.nav-content ul li ul li a{
	font-size: 14px;
	padding-left: 50px;
}
.nav-content ul li ul li a:hover{
	padding-left: 60px;
}
.main {
	width:790px;
	float:left;
	margin-left:10px;
	overflow:hidden;
	border-top:4px solid #32a5ef;
	border-bottom:4px solid #32a5ef;
}
.main .content {
	background: #fff;
	padding: 3px;
}
.main .content p{
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
.content p img {
	width: 500px;
	margin: 0 auto;
	border: 1px solid #eee;
}

.post-down {
	padding-top: 10px;
}
.post-down p{
	padding-left: 30px;
	margin-bottom: 10px;
}
.post-down p a{
	font-size: 16px;
}

.picture {
	float:left;
	width: 210px;	
	margin-left:10px;
	background: #fff;
	padding: 10px 0 10px 0;
}
.picture img {
	width: 190px;
	height: 145px;
	border: 1px solid #eee;

}

/* scrollbox */
.scrollbox {
	position:relative;
	width:210px;
	height:850px;
	overflow:hidden;
}
.scrollbox ul {
	position:absolute;
	left:0px;
	top:0px;
}
.scrollbox li {
	float:left;
	width:210px;
	overflow:hidden;
	padding:5px 0px;
}
.scrollbox li a {
	float:left;
	display:inline-block;
	width:210px;
	overflow:hidden;
	margin-left:10px;
}
.scrollbox li a img {
	display:block;
	
	
	background:#eee;
}


#footer {
	font-size:14px;
	padding:30px 0 30px 0;
	clear:both;
	width:100%;
	background:#33363b;
	margin:40px 0 0 0;
	color:#888;
	border-top:12px solid #494c54;
	min-width: 1020px;
}
#footer a {
	color:#aaa
}
#footer-body {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
