@charset "utf-8";
/* css reset */


html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
	margin: 0;
	padding: 0;
}

.html11 {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter:none;
}

body {
	font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
	max-width: 1920px;
	margin: 0 auto;
	color: #707070;
	font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
	position: relative;
}
input, button, textarea, select {
	font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	outline: 0;
	border: 0;
	background: none;
	color: #707070;
}
input:focus, textarea:focus {
	color: #474747;
}
input::-ms-clear {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #474747;
	line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
ol, ul, li {
	list-style: none;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	resize: none;
}
table {
	border-collapse: collapse;
	border: 0;
}
caption, th {
	font-weight: normal;
}
img {
	border: 0;
	outline: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
i, em, b, strong {
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: inherit;
	font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input::-moz-placeholder {
	opacity: 1;
}
input::-webkit-placeholder {
	opacity: 1;
}
input::-ms-placeholder {
	opacity: 1;
}
textarea::-moz-placeholder {
	opacity: 1;
}
textarea::-webkit-placeholder {
	opacity: 1;
}
textarea::-ms-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
	color: inherit;
}
.i_ch {
	cursor: pointer;
}
.position-unset {
	position: unset;
}
.text-oneLine {
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mt-30{margin-top:30px;}
/* 通用 */
.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.header, .body, .footer {
	min-width: 1200px;
}
.fl {
	float: left
}
.fr {
	float: right
}
/* 头部 */
.header {
	text-align: center;
	background: #fff;
	font-size: 0;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid rgba(148, 148, 148, 0);
}
.header.line {
	border-bottom: 1px solid rgba(148, 148, 148, 0.5);
}
.header .allcenter {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.header .logo {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 240px;
	height: 50px;
	background: url(/cncr/uiFramework/commonResource/image/2019120211044220134.png) no-repeat center / contain;
}
/*一级菜单*/
.header .menu {
	display: inline-block;
	padding-right: 50px;
	margin-left: 170px;
}
.header .menu>li {
	display: inline-block;
	position: relative;
	height: 80px;
	line-height: 80px;
}
.header .menu>li:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -6.5px;
	width: 0;
	height: 0;
	border-bottom: 13px solid rgba(148, 148, 148, 0.5);
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	opacity: 0;
}
.header .menu>li:first-child:before {
	display: none;
}
.header .menu>li>a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #313131;
	transition: color 0.4s;
}
.header .menu>li:hover>a, .header .menu>li.active>a {
	color: #9e7b4b;
}
.header .menu>li:hover:before {
	opacity: 1;
	transition: all .2s ease-out 0s;
}
.header .menu>li:hover .secmenu {
	height: 50px;
	transition: all .2s ease-out 0s;
}
.header .menu>li.nochild:hover:before {
	display: none;
}
/*二级菜单*/
.header .menu .secmenu {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 906px;
	height: 0;
	margin-left: -453px;
	line-height: 50px;
	text-align: center;
	z-index: 99;
	overflow: hidden;
}
.header .menu .secmenu li {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu .secmenu li:before {
	content: "";
	width: 12px;
	height: 17px;
	background: url(/dcmz/uiFramework/commonResource/image/2019011415193789465.png) no-repeat left center;
	position: absolute;
	top: 50%;
	left: -23px;
	margin-top: -8px;
}
.header .menu .secmenu li:first-child:before {
	display: none;
}
.header .menu .secmenu li a {
	font-size: 15px;
	color: #fff;
	display: block;
	transition: all .3s;
	*font-size: 14px;
}
.header .menu .secmenu li:hover a, .header .menu .secmenu li.active a {
	color: #9e7b4b;
}
.secmenu-bg {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(217, 35, 23, 0.5);
	transition: height .2s ease-out 0s;
}
.secmenu-bg.active {
	height: 50px;
	transition: height .2s ease-out 0s;
}
/*sj_header*/
.sj_nav {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 10;
	top: 0;
	left: 0
}
.sj_logo {
	width: 165px;
	height: 30px;
	margin-top: 10px;
}
.sj_san02 {
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
}
.sj_san ul {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 98;
	padding: 0;
	background: rgba(0, 0, 0, 0.4);
	overflow: auto;
	transition: all 1s;
	height: 0px;
}
.sj_san ul.active {
	height: calc(100% - 50px);
}
.sj_san ul li {
	list-style: none;
	line-height: 36px;
	margin-bottom: 10px;
}
.sj_san ul li:first-child {
	margin-top: 20px;
}
.sj_san ul li:last-child {
	margin-bottom: 20px;
}
.sj_san ul li a {
	font-size: 24px;
	padding-left: 15px;
	color: #FFF;
	line-height: 36px;
	text-decoration: none;
	display: block;
}
.sj_san ul li a img {
	width: 36px;
	height: 36px;
	padding: 6px;
	margin-right: 6px;
}
.sj_san ul li .sj_er {
	border-top: 1px solid #ffffff;
	width: 100%;
	box-sizing: border-box;
	padding-top: 6px;
}
.sj_san ul li .sj_er a {
	line-height: 36px;
	color: #FFF;
	font-size: 16px;
}
.sj_san ul li .sj_er .row {
	padding: 0;
	margin: 0;
}
.sj_san ul li .sj_er .row .col-xs-3 {
	padding: 0;
}
/*footer*/
.foot_ban {
	text-align: center;
	background: #272727;
	color: #fff;
	padding: 10px 0px 20px 0px;
}
.foot_ban p {
	line-height: 26px;
}
.foot_ban p a {
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
}
/*title*/
.dc_title {
	overflow: hidden;
	color: #fff;
	margin: 15px;
}
.dc_title h1 {
	display: inline-block;
	overflow: hidden;
	padding-top: 10px;
	color: inherit;
	font-size: 0;
}
.dc_title h1 span {
	font-size: 26px;
	background-position: 122px 20px;
	vertical-align: middle;
	line-height: 36px;
	height: 36px;
	display: inline-block;
}
.dc_title .more {
	float: right;
	font-family: fzfysjt;
	color: #fff;
	position: relative;
	line-height: 1;
	width: 1em;
	padding: 10px 17px;
}
.dc_title .more i {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/dcmz/uiFramework/commonResource/image/2019011415082039092.png) no-repeat;
	width: 48px;
	height: 48px;
}
.dc_title .more:hover i {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.news_title {
	height: 100px;
	line-height: 100px;
	background: url(https://www.shenzhenmuseum.com/static/img/icons/title-icon.png) left center no-repeat;
	background-size: 25px 25px;
	padding-left: 40px;
	font-size: 26px;
	color: #333333;
}
.new_image img {
	transform: scale3d(1, 1, 1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.new_image:hover img {
	transform: scale3d(1.15, 1.15, 1);
}
.lantern {
	position: absolute;
	background: url(/dcmz/resource/cms/2019/01/img_pc_site/2019011011521178165.png) no-repeat;
	animation: lanternMove 4s linear 0s infinite;
	-webkit-animation: lanternMove 4s linear 0s infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
@keyframes lanternMove {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@-webkit-keyframes lanternMove {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/*面包屑*/
.navPath_new {
	background: #eeeeee;
	zoom: 1;
}
.navPath_new:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.navPath {
	background: #eeeeee;
	width: 1200px;
	height: 40px;
}
.navPath p {
	float: left;
	height: 40px;
	text-align: center;
}
.navPath p i, .navPath p a {
	float: left;
}
.navPath p a {
	font-size: 16px;
	color: #666666;
	height: 43px;
	text-align: left;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 14px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.navPath p {
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}
.navPath p:hover a {
	color: #333333;
}
.navPath p:last-child a {
	max-width: 496px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.slide {
	cursor: pointer;
}
/*文字列表*/
.commonlist {
	min-height: 450px;
	font-size: 0;
}
.commonlist li {
	border-bottom: 1px solid #e5e5e5;
}
/*.commonlist li:first-child {
	border-top:0;
}
*/
.commonlist li p, .commonlist li span {
	font-size: 16px;
	color: #474747;
	transition: color .5s ease;
	line-height: 76px;
}
.commonlist li p {
	display: inline-block;
	max-width: 900px;
	font-size: 16px;
	height: 76px;
	line-height: 76px;
	padding-left: 25px;
	background: url(https://img.dpm.org.cn/Public/static/themes/image/bo/dian1.png) left center no-repeat;
}
.commonlist li p a {
	font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
	font-size: 16px;
	color: #474747;
}
.commonlist li p:hover {
	color: #9c7c4d;
}
.commonlist li span {
	float: right;
	font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
}
/*图文列表*/
.image_list {
	height: 480px;
}
.image_list li {
	float: left;
	margin: 0 20px 20px 0;
}
.image_list li:nth-child(4n) {
	margin-right: 0;
}
.image_list li a {
	display: block;
	font-size: 0;
	width: 285px;
	height: 227px;
	position: relative;
	line-height: 227px;
	text-align: center;
	overflow: hidden;
}
.image_list li a img {
	max-width: 285px;
	max-height: 227px;
	transform: scale(1);
	width: 100%;
	height: 100%;
	transition: all 2s ease-out;
	-webkit-transform: scale(1);
	-webkit-transition: all 2s ease-out;
}
.image_list li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.image_list li a p {
	position: absolute;
	width: 285px;
	height: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	font-size: 16px;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
/* 图片展示*/
.image_list ul li {
	float: left;
	margin: 0 20px 20px 0;
}
.image_list ul li:nth-child(4n) {
	margin-right: 0;
}
.image_list ul li a {
	display: block;
	font-size: 0;
	width: 285px;
	height: 227px;
	position: relative;
	line-height: 227px;
	text-align: center;
	overflow: hidden;
}
.image_list ul li a img {
	max-width: 285px;
	max-height: 227px;
	transform: scale(1);
	width: 100%;
	height: 100%;
	transition: all 2s ease-out;
	-webkit-transform: scale(1);
	-webkit-transition: all 2s ease-out;
}
.image_list ul li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.image_list ul li a p {
	position: absolute;
	width: 285px;
	height: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	font-size: 16px;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.dcmz-img-grid .dc-img {
	height: 180px;
	background: #f1f1f1;
	overflow: hidden;
}
.dcmz-img-grid .dc-img img {
	margin: 0 auto;
	transition: all 2s ease-out;
	-webkit-transform: scale(1);
	-webkit-transition: all 2s ease-out;
	transform: scale(1);
}
.dcmz-img-grid .row .col-md-4 {
	margin-bottom: 20px;
}
.dcmz-img-grid .caption p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dcmz-img-grid .caption:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
/*自适应图片列表*/
.image-grid-box .col-md-3 {
	margin-bottom: 30px;
}
.image-grid-box .image_list {
	background: #eeeeee;
	display: block;
	height: 190px;
	position: relative;
	overflow: hidden;
}
.image-grid-box .image_list a img {
	height: 100%;
	margin: 0 auto;
	transform: scale(1);
	transition: all 2s ease-out;
	-webkit-transform: scale(1);
	-webkit-transition: all 2s ease-out;
}
.image-grid-box .image_list:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.image-grid-box .image_list .test {
	width: 100%;
	position: absolute;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	font-size: 14px;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

/*手工传人*/
.dc_fy_sgcr_bg {
	background: url(http://demo.sc.chinaz.com/Files/DownLoad/moban/201707/moban2252/images/sbg1.jpg) center;
	background-size: cover;
	padding: 30px 0;
	margin-top: 80px;
}
.dc_fy_sgcr_bg .dc_fy_sgcr {
	margin: 30px auto;
}
.dc_fy_sgcr_list {}
.dc_fy_sgcr_list p {
	color: #FF9800;
	padding: 1em;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: capitalize;
	text-align: center;
}
.dc_fy_sgcr_list .fy_sgcr-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.dc_fy_sgcr_list .fy_sgcr-item,
.dc_fy_sgcr_list .fy_sgcr-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dc_fy_sgcr_list .fy_sgcr-item a {
	color: #333;
}
.dc_fy_sgcr_list .fy_sgcr-item img {
	width: 100%;
	height: 100%;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle {
	position: relative;
	width: 100%;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle .img {
	position: relative;
	height: 260px;
	border-radius: 50%;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle .img img {
	border-radius: 50%;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle.effect17 .info {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle.effect17 .info p {
	color: #fff;
	padding: 15px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0 30px;
	padding: 55px 0 0 0;
	opacity: 0;
	line-height: 1.4;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.dc_fy_sgcr_list .fy_sgcr-item.circle.effect17:hover .img:before {
	box-shadow: inset 0 0 0 120px rgba(255, 0, 0, 0.4), inset 0 0 0 16px rgba(255, 0, 0, 0.4), 0 1px 2px rgba(255, 0, 0, 0.4);
	box-shadow: inset 0 0 0 120px rgba(255, 0, 0, 0.3), inset 0 0 0 16px rgba(255, 0, 0, 0.4), 0 1px 2px rgba(255, 0, 0, 0.4);
}
.dc_fy_sgcr_list .fy_sgcr-item.circle.effect17:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.dc_fy_sgcr_list .fy_sgcr-item.circle.effect17:hover .info p {
	opacity: 1;
}
@media (max-width:767px) {
	.dcmz-img-grid .dc-img {
		height: 240px !important;
	}
	.dcmz-img-grid .row .col-xs-12 {
		margin-bottom: 20px;
	}
	.navPath_new {
                display:none;
		margin-top: 50px;
	}
	.image-grid-box .col-xs-6 {
		margin-bottom: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.image-grid-box .image_list {
		height: 135px;
	}
	.image-grid-box .image_list .test {
		height: 30px;
		line-height: 30px;
	}
	.dc_fy_sgcr_bg {
		background-size: cover;
		padding: 0;
		margin-top: 0px;
	}
	.dc_fy_sgcr_list .fy_sgcr-item.circle .img {
		height: 70px;
	}
	.dc_fy_sgcr_list .fy_sgcr-item.circle .img:before {
		box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	}
}