@charset "utf-8";
/*重置CSS*/
body,
html{
	color: #333;
	font-size:12px;}
body,
html,
div,
blockquote,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
th,
td{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	word-break: break-all;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif}
select,textarea{
	outline:none;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif}
table {
	border-collapse:collapse;
	border-spacing:0}
fieldset,img {
	border:0;
	vertical-align: top;
}
address,caption,cite,code,dfn,strong,th,var{
	font-weight:normal}
em,i{
	font-style:normal;
}
ol,ul {
	list-style:none;
	list-style-position:inside}
a{
	color:#333;
	text-decoration:none}
caption,th{
	text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal}
q:before,q:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden}
abbr,acronym{
	border:0}
@font-face {font-family: "st-iconfont";
	src: url('../fonts/iconfont.eot?t=1471499964'); /* IE9*/
	src: url('../fonts/iconfont.eot?t=1471499964#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff?t=1471499964') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf?t=1471499964') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg?t=1471499964#iconfont') format('svg'); /* iOS 4.1- */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #aaa !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color: #aaa !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #aaa !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #aaa !important;
}
/* 滚动条美化 */
/**::-webkit-scrollbar{*/
/*	width: 5px;*/
/*}*/

/**::-webkit-scrollbar-button{*/
/*	height: 0;*/
/*	background: #d5d5d5*/
/*}*/

/**::-webkit-scrollbar-track{*/
/*	background: #d5d5d5*/
/*}*/

/**::-webkit-scrollbar-thumb{*/
/*	background: #a5a5a5;*/
/*}*/
.hide{
	display:none !important;}
.big{
	float:left;
	width:100%;
	min-width:1200px}
.wm-1200{
	width:1200px;
	margin:0 auto;
	position:relative}
.wm-1200:before,
.wm-1200:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	overflow:hidden}

.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.mt-20{
	margin-top: 20px;
}
.pd-25{
	padding: 0 25px;
}

.big{
	float: left;
	width: 100%;
	min-width: 1200px;
}

/* 面包屑 */
.st-guide{
	color: #999;
	font-size:12px;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis
}
.st-guide a{
	font-size: 12px;
	color: #333;
}
.st-guide a:hover{
	color: #35725d ;
}

/* 翻页 */
.st-pages{
	text-align: center;
	padding: 50px 0;
	font-size: 0;
}
.st-pages a,
.st-pages span{
	display: inline-block;
	padding: 0!important;
	width: 50px!important;
	height: 50px!important;
	line-height: 50px!important;
	text-align: center;
	background-color: #f6f6f6;
	margin: 0 2px;
	font-size: 14px;
	color: #666;
	vertical-align: top;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.st-pages a:hover,
.st-pages a.on{
	background-color: #35725d ;
	color: #fff;
}
.st-pages .laypage_prev,
.st-pages .laypage_next{
    background: url("../images/museum-pages-icons.png") no-repeat #f6f6f6;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}
.st-pages .laypage_prev{
    background-position: 0 0;
}
.st-pages .laypage_prev:hover,
.st-pages .laypage_prev.on{
	background-position: 0 -50px;
    background-color: #35725d ;
}
.st-pages .laypage_next{
    background-position: -50px 0;
}
.st-pages .laypage_next:hover,
.st-pages .laypage_next.on{
	background-position: -50px -50px;
    background-color: #35725d ;
}
