a:link, a:visited {
    color: #333;
}
a:hover {
    color: #c30;
}

/*
 * header
 */
#header {
    position: relative;
    z-index: 99997;
    height: 38px;
	padding: 0 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0dede;
    background-color: #f7f7f7;
    background: linear-gradient(#fff, #f7f6f5);
    background: -moz-linear-gradient(#fff, #f7f6f5);
    background: -o-linear-gradient(#fff, #f7f6f5);
    background: -webkit-linear-gradient(#fff, #f7f6f5);
    box-shadow: 0 -1px 0 #fefcfc inset,0 0 4px rgba(0,0,0,.15);
    -moz-shadow: 0 -1px 0 #fefcfc inset,0 0 4px rgba(0,0,0,.15);
    -webkit-shadow: 0 -1px 0 #fefcfc inset,0 0 4px rgba(0,0,0,.15);
}

#header h1 {
    font-size: 16px;
    line-height: 38px;
    margin: 0;
}

#header ul {
    font-size: 19px;
    line-height: 38px;
    margin: 0;
    display: inline;
    list-style:none;
}

#header li {
    position: relative;
    padding-left: 19px;
    margin:0 0 3px 0;
    display: inline;
    list-style:none;
}

#header a:link {
    color: rgb(0, 0, 0);
    text-decoration: none !important;
}

#header a:hover {
    color: blue;
    border-bottom-color: green;
    text-decoration: none
}


/*
 * waterfall
 */
.item {
    position: absolute;
    top: 0;
    z-index: 1;
    /*width: 440px;*/
    padding: 15px;
    line-height: 1.5;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
}

.item img {
    display: block;
}

.item:hover {
    box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #979797, direction = 135, strength = 3);
}

#trigger {
	padding: 10px 30px 20px 30px;
}

#trigger a { margin-right: 30px;}

/*
 * page-navigation
 */
#page-navigation {
	text-align: center;
	padding: 20px 0 50px 0;
    display: none;
}

#page-navigation a {
	width:32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	border: 1px #e4e4e4 solid;
	text-decoration: none;
}

#page-navigation .page-navigation-prev, #page-navigation .page-navigation-next {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 80px !important;
}

#page-navigation a:hover {
	border: 1px #c30 solid;
	background: #c30;
	color: #fff;
}

#page-navigation a:active {
}

#page-navigation a.cur {
	border: 1px #c30 solid;
	background: #c30;
	color: #fff;
}

#page-navigation span.disabled {
	color: #ccc;
	border: 1px #e4e4e4 solid;
}

#wrapper {
    padding: 0 25px 80px;
}

.sec {
    margin: 0 10px 30px;
}

.sec span {
    font-size: 17px;
    font-weight: bold;
    width: 100px;
    line-height: 20px;
    color: #333333;
    display: inline-block;
}

body{
	background:#f9f9f9 !important;
	word-break:break-all;
	word-wrap:break-word;
	font-size:14px;
	margin:0;
	padding:0;
	color:#000000;
	font-family:Hiragino Sans GB,微软雅黑,黑体,Arial,sans-serif;
	overflow:auto;
}


/**回到顶部**/
.scrollBtn{
	bottom: 45px;
    position: fixed;
    right: 45px;
    width: 54px;
}
.scrollBtn li {
    float: left;
    height: 54px;
    margin-bottom: 5px;
    overflow: hidden;
		display:none;
}
.scrollBtn a, .scrollBtn a:link, .scrollBtn a:visited, .scrollBtn a:hover {
    color: #FFFFFF;
}
.scrollBtn a:hover{
	opacity: 1;
	filter: Alpha(opacity=100);
	text-decoration: none;
}
.scrollBtn a {
    color: #FFFFFF;
    display: block;
    height: 54px;
    opacity: 0.6;
		filter: Alpha(opacity=60);
    overflow: hidden;
    text-align: center;
    transition: opacity 0.5s ease 0s;
    width: 54px;
}
.scrollBtn a {
    background: url("/img/goTop.jpg") no-repeat scroll 0 0 transparent;
    display: inline-block;
}
