/* @font-face {
	font-family: 'HCR';
	src: url('font/HeroicCondensed-Regular.ttf');
} */

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	;
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	background-color: #f5f6f8;
}


.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.bgcolor_gray {
	background-color: #f0f0f0;
}

img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div {
	box-sizing: border-box;
}
/* flex布局 */
.flex-bet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-arou {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flex-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}
.flex-left a{
	color: #FFFFFF !important;
}

.bgWhite .flex-left a{
	color: #000000 !important;
}
.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.nava{
	color: #fff;
}

.bgWhite .nava{
	color: #000;
}
.header-box{
	border-top: 4px solid #b22b2a;
}
.header-welcome{
	padding-top: 15px;
	width: 1200px;
	margin: 0 auto;
	padding-left: 10px;
	font-size: 16px;
}
.header{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 0;
	
}
.header a{
	color: #283f54 !important;
}
.index-header .left-logo{
	float: left;
	margin-top: -5px;
}
.index-header .nav-box{
	float: right;
	/* width: 950px; */
	/* background-color: #b22b2a; */
}
.index-header .nav-box>ul{
	width: 100%;
	margin: 0 auto;
	height: 60px;
}
.index-header .nav-box>ul>li{
	float: left;
	position: relative;
}
.index-header .nav-box>ul>li>a{
	/* color: #FFFFFF !important; */
	/* padding: 0 20px; */
	text-align: center;
	display: inline-block;
	font-size: 17px;
	padding: 14px 25px;
	line-height: 20px;
	position: relative;
}
.index-header .nav-box>ul>li:first-child>a{
	font-weight: bold;
}
.index-header .nav-box>ul>li>a.active{
	color: #b22b2a !important;
}
.index-header .nav-box>ul>li:hover>a{
	color: #b22b2a !important;
}
.index-header .nav-box>ul>li>a span{
	display: block;
}
.index-header .nav-box>ul>li>a .border{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 1px;
	height: 24px;
	background: #626262;
}
.nav-box .subnav{
	position: absolute;
	top:68px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	background: rgba(0,0,0,.6);
	width: 140px;
	z-index: 9;
	height: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	overflow: hidden;
}
.nav-box .subnav>li{
	/* padding-bottom: 10px; */
}
.nav-box .subnav>li>a{
	display:block;
	color: #FFFFFF !important;
	font-size: 16px;
	line-height:30px !important;
	text-align: center;
	/*padding-left: 1em;*/
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	border-left: 2px solid transparent;
}
.nav-box .subnav>li:hover>a{
	border-left: 2px solid #D0451A;
	/*text-indent: 0.5em;*/
	color: #D0451A !important;
}
.page-header{
	border-top: 4px solid #b22b2a;
	background-image: url(/assets/addons/cms/museum/img/bodybg.jpg);
}
.page-header .nav-box{
	width: 100%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #b22b2a;
}
.page-header .nav-box>ul{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}
.page-header .nav-box>ul>li{
	/* width: calc(100% / 9); */
	/* min-width: 100px; */
	float: left;
	height: 100%;
	position: relative;
	margin-right: 43px;
}
.page-header .nav-box>ul>li:last-child{
	margin-right: 0;
}
.page-header .nav-box>ul>li>a{
	 display: inline-block;
	color: #FFFFFF !important;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 7px;
}
.page-header .nav-box>ul>li:hover>a, .page-header .nav-box>ul>li.active>a{
	border-bottom: 2px solid #FFFFFF;
}
.page-header .subnav{
	top: 60px;
}
.arrowbot{
	width: 10px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../img/nav-arrow-down.png) no-repeat;
}
.arrowtop{
	width: 10px;
	height: 6px;
	display: none;
	margin-left: 5px;
	background: url(../img/nav-arrow-up.png) no-repeat;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.center-info{
	margin-bottom: 40px;
}
/*feiyi*/
.feiyi { background: url(../img/feiyi.jpg) no-repeat center; height: 490px;}
.feiyi_t { font-size: 30px; color: #fff; text-align: center; font-weight: bold; background: url(../img/xian.jpg) no-repeat bottom; padding-bottom: 15px; padding-top: 70px }
.feiyi_n { font-size: 14px; color: #fff; text-align: center; margin-top: 60px }
.feiyi ul { margin-top: 70px }
.feiyi ul li { float: left; width: 278px; height: 135px; margin: 11px; box-shadow: darkgrey 0px 0px 20px 0px }
.feiyi .feiyi4 { margin-right: 0 }
.feiyi .feiyi1 { background: url(../img/feiyi1.jpg) no-repeat; }
.feiyi .feiyi2 { background: url(../img/feiyi2.jpg) no-repeat; }
.feiyi .feiyi3 { background: url(../img/feiyi3.jpg) no-repeat; }
.feiyi .feiyi4 { background: url(../img/feiyi4.jpg) no-repeat; }
.feiyi .feiyi1:hover { background: url(../img/feiyi11.jpg) no-repeat; }
.feiyi .feiyi2:hover { background: url(../img/feiyi22.jpg) no-repeat; }
.feiyi .feiyi3:hover { background: url(../img/feiyi33.jpg) no-repeat; }
.feiyi .feiyi4:hover { background: url(../img/feiyi44.jpg) no-repeat; }

/*shengchan*/
.shengchan { background: url(../img/shengchan.jpg) no-repeat center; height: 410px; margin-bottom: 65px }
.shengchan_t { font-size: 30px; color: #fff; text-align: center; font-weight: bold; background: url(../img/xian.jpg) no-repeat bottom; padding-bottom: 15px; padding-top: 70px }
.shengchan_n { font-size: 14px; color: #fff; text-align: center; margin-top: 35px }
.shengchan ul { margin-top: 10px }
.shengchan ul li { float: left; width: 278px; height: 135px; margin: 11px; box-shadow: darkgrey 0px 0px 20px 0px }
.shengchan .shengchan2 { margin-right: 0 }
.shengchan .shengchan1 { background: url(../img/feiyi1.jpg) no-repeat; }
.shengchan .shengchan2 { background: url(../img/feiyi2.jpg) no-repeat; }
.shengchan .shengchan1:hover { background: url(../img/feiyi11.jpg) no-repeat; }
.shengchan .shengchan2:hover { background: url(../img/feiyi22.jpg) no-repeat; }


.title-box{
	width: 100%;
	height: 50px;
	background: url(../img/zyztitlebg.png) no-repeat left center;
	background-size: 100% auto;
	text-align: center;
	font-size: 38px;
	color: #b22b2a;
	margin-bottom: 40px;
}
.center-info .left-culture{
	float: left;
}
.normal-title{
	margin-bottom: 15px;
}
.normal-title h2{
	width: 100%;
    height: 45px;
    line-height: 45px;
	color: #b22b2a;
	background: url(../img/ggfwttbg.png) no-repeat left center;
    background-size: 100% auto;
    text-align: center;
}
.center-info .right-info{
	float: right;
	width: 680px;
}
.right-info .culture-title{
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
}
.right-info .culture-title li{
	float: left;
	width: 130px;
	height: 40px;
	margin-right: 6px;
}
.right-info .culture-title li a{
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: 40px;
	/*color: #FFFFFF !important;*/
	/* background-color: #283f54; */
	/* background-color: #36526a; */
	/*background-color: rgba(39,39,39,.5);*/
	background: url(../img/newslm.png) no-repeat left center;
	
	font-size: 16px;
}
.right-info .culture-title li a.active{
	/*background-color: #b22b2a;*/
	background: url(../img/newslms.png) no-repeat left center;
	color: #FFFFFF !important;
}
.culture-list{
	width: 100%;
	display: none;
}
.culture-list ul li{
	height: 37px;
	line-height: 37px;
}
.list-more{
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.list-more a{
	color: #b22b2a !important;
}
.list-more a:hover{
	color: #b22b2a !important;
	text-decoration: underline !important;
}
.culture-list ul li a{
	display: inline-block;
	width: 100%;
	
	color: #666666 !important;
	font-size: 16px;
}
.culture-list ul li a:hover{
	color: #b22b2a !important;
	text-decoration: underline !important;
}
.culture-list ul li a span{
	float: left;
	margin-right: 5px;
}
.culture-list ul li a .c-title{
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.culture-list ul li a .c-time{
	float: right;
}
.culture-list ul li a:hover .c-time,.culture-list ul li a:hover .c-title{
	text-decoration: underline !important;
}
.pic-list{
	background: url(../img/img-bg.png) center center no-repeat;
	/* padding: 10px; */
	margin-bottom: 40px;
}
.pic-title{
	padding: 10px 10px;
	border-bottom: 1px solid #C4C4C4;
}
.pic-left{
	float: left;
	position: relative;
}
.pic-left span{
	display: inline-block;
	width: 4px;
	height: 25px;
	background-color: #690102;
	position: absolute;
	top: 8px;
	left: 0;
}
.pic-left h2{
	font-size: 24px;
	color: #666666;
	padding-left: 20px;
}
.pic-right{
	float: right;
	margin-top: 5px;
}
.pic-right li{
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 105px; 
	height: 35px; 
	line-height: 35px; 
	background: #c4c4c4; 
	margin-left: 7px; 
	text-align: center;
}
.pic-right li.active{
	background-color: #690102;
}
.pic-right li.active a{
	color: #FFFFFF !important;
}
.pic-box{
	display: none;
	padding: 15px 0 0 10px;
}
.pic-ul>li{
	float: left;
	width: 220px;
	margin-right: 18px;
}
.pic-ul>li:last-child{
	margin-right: 0;
}
.pic-ul>li>a{
	display: block;
}
.pic-div{
	width: 100%;
}
.pic-div .div-top-img{
	cursor: pointer;
	width: 100%; 
	height: 150px; 
	overflow: hidden;
	position: relative;
}
.pic-div .div-top-img img{
	width: 100%;
	top: 0;
	position: relative;
	left: 0; 
	height: 100%; 
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.pic-div p{
	line-height: 45px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	background: #d9d9d9;
	margin: 0;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pic-ul>li>a:hover p{
	color: #f00 !important;
}
.pic-ul>li>a:hover .div-top-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.content-bottom{
	margin-bottom: 50px;
}
.content-bottom .cb-left{
	float: left;
	width: 600px;
}
.content-bottom .cb-right{
	float: right;
	width: 580px;
}
.footer{
	width: 100%;
	background-color: #b22b2a;
}
.in-footer{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 10px;
}
.footer-top{
	text-align: center;
}
.footer-top .footer-logo{
	margin-bottom: 10px;
}
.footer-top .footer-logo a{
	color: #ffffff !important;
}
.footer-list{
	color: #FFFFFF !important;
	font-size: 15px;
	line-height: 2.2em;
}
.footer-list a{
	color: #FFFFFF !important;
}
.footer-top .copyright{
	line-height: 2.2em;
	color: #FFFFFF;
}
.footer-top .copyright a{
	color: #FFFFFF !important;
}
.footer-info{
	border-bottom: 1px solid rgba(0,0,0,.5);
	margin-bottom: 20px;
}
.footer-info li{
	float: left;
	width: calc(100% / 4);
	text-align: center;
}
.fl-top img{
	margin: 0 auto;
	display: block;
	width: 50px;
}
.fl-center{
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	
}
.fl-bottom{
	font-size: 12px;
	color: rgba(255,255,255,.8);
	line-height: 20px;
	text-align: center;
	margin: 10px 30px 0;
	height: 60px;
}
.friend-list{
	/* font-size: 16px; */
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.friend-list a{
	color: #FFFFFF !important;
	margin: 0 10px;
}
.copyright{
	color: #FFFFFF !important;
	padding-left: 5px;
	font-size: 12px;
}
.copyright a{
	color: #FFFFFF !important;
}
.copyright span{
	margin: 0 10px;
}
.content-img{
	width: 100%;
	margin-bottom: 10px;
}
.content-img img{
	width: 100%;
}
.list-cont{
	padding: 20px;
}
.list-left{
	float: left;
	width: 200px;
}
.left-menu{
	margin-bottom: 20px;
}
.left-menu h3{
	background-color: #b22b2a;
	font-size: 18px;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	/* border: 1px solid #333333; */
	/* margin-bottom: 10px; */
}
.left-menu ul{
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.left-menu ul li{
	font-size: 18px;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
.left-menu .menu-li>a{
	display: inline-block;
	padding: 15px 0;
	position: relative;
	width: 100%;
	font-size: 16px;
}
.left-menu .menu-li>a i{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/arrow-black.png) center center no-repeat;
	position: absolute;
	top: 12px;
	right: 10px;
}
.menu-li:hover>a{
	background-color: #b22b2a;
	color: #FFFFFF !important;
}
.menu-li:hover>a i{
	background: url(../img/arrow-white.png) center center no-repeat;
}
.sub-menu{
	font-size: 14px;
	display: none;
	/* background-color: rgba(170,32,32,.5); */
	background-color: #EEEEEE;
}
.menu-li.active>a{
	background-color: #b22b2a;
	color: #FFFFFF !important;
}
.menu-li.active>a i{
	background: url(../img/arrow-white-up.png) center center no-repeat;
}
.menu-li.active .sub-menu{
	display: block !important;
}
.sub-menu dd{
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #E1E1E1;
}
.sub-menu dd a{
	display: block;
	/* padding: 15px 20px; */
	/* color: #FFFFFF !important; */
	
}
.sub-menu dd a:hover, .sub-menu dd a.active{
	/* background-color: rgba(170,32,32,.6); */
	color: #b22b2a !important;
	/* text-decoration: underline; */
}
/*.list-right{*/
/*	width: 930px;*/
/*	float: right;*/
	
/*}*/
.list-right{
	min-height: 500px;
}
.right-title{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.right-title h3{
	float: left;
	font-size: 20px;
	color: #b22b2a;
}
.right-title .ss{
	float: left;
	display: inline-block;
	width: 4px;
	height: 20px;
	background-color: #b22b2a;
	margin-right: 10px;
	margin-top: 7px;
}
.right-title .bread{
	float: right;
	margin-top: 5px;
}
.right-title .bread>a:hover{
	text-decoration: underline !important;;
	color: #b22b2a !important;
}

.article-list{
	margin-bottom: 20px;
}
.article-list li{
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cbcbcb;
}
.article-list li>a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #333 !important;
}
.article-list li>a:hover{
	text-decoration: underline !important;;
	color: #b22b2a !important;
}
.article-title{
	float: left;
	width: 830px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article-time{
	float: right;
	display: inline-block;
	width: 100px;
	text-align: right;
}
.article-content{
	padding-top: 20px;
}
.top-title{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.top-title h3{
	font-size: 28px;
	color: #666;
	margin-bottom: 20px;
}
.top-title p{
	color: #666666;
}
.ac-info img{
    width: 100%;
}
.contact-us{
	border: 1px solid #E1E1E1;
	padding: 10px 20px;
	font-size: 14px;
}
.pager{
	padding-left: 0;
	margin: 17px 0;
	/* list-style: none; */
	text-align: center;
}
.pagination{
	display: inline-block;
	/* border-radius: 3px; */
	margin: 20px auto;
}
/* .pager li > a, .pager li > span{
	display: inline-block;
	padding: 5px 14px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 15px;
} */
.pagination > li{
	float: left;
	margin: 0 5px;
}
.pagination > li > a, .pagination > li > span{
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2c3e50;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.pager li:first-child > a, .pager li:last-child > a, .pager li:first-child > span, .pager li:last-child > span{
	padding: .5em 1.2em;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span{
	color: #777777;
	background-color: #FFFFFF;
	cursor: not-allowed;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
	border-color: #ddd;
	color: #777777;
	background-color: #FFFFFF;
	cursor: not-allowed;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	z-index: 3;
	color: #FFFFFF;
	background-color: #2c3e50;
	border-color: #2c3e50;
	cursor: default;
}
.pager li > a:hover, .pager li > a:focus{
	text-decoration: none;
	background-color: #EEEEEE
}


.loadmore {
  width: 80%;
  margin: 5.5em auto;
  line-height: 1.6em;
  font-size: 16px;
  text-align: center;
  clear: both;
}
.loadmore-tips {
  display: inline-block;
  vertical-align: middle;
}
.loadmore-line {
  border-top: 1px solid #eeeeee;
  margin-top: 5.5em;
}
.loadmore-line .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 .55em;
  color: #b22b2a;
}


	.ul-box {
		margin: 50px 0 0;
		text-align: center;
	}
	.ul-box .menu-li {
		height: 45px;
	    line-height: 45px;
	    font-size: 15px;
	    background: #e5e5e5;
	    width: 150px;
	    margin: 20px;
	    border-radius: 10px;
	    display: inline-table;
	    
	    text-align: center;
	    /* color: #FFFFFF !important; */
	    /* background-color: #283f54; */
	    /* background-color: #36526a; */
	    /* background-color: rgba(39,39,39,.5); */
	    background: url(../img/newslm.png) no-repeat left center;
	    font-size: 16px;
	    background-size: 100% 100%;
	}
	.ul-box .menu-li a{
		background: none;
		color: #333;
	}
	
	.ul-box .menu-li:hover {
		background: url(../img/newslms.png) no-repeat left center;
    	color: #FFFFFF !important;
    	background-size: 100% 100%;
	}
	
	.ul-box .menu-li.active {
		background: url(../img/newslms.png) no-repeat left center;
    	color: #FFFFFF !important;
    	background-size: 100% 100%;
	}
