@font-face {
	font-family: fzchsjt;
	src: url(fzchsjt.ttf)
}

@font-face {
	font-family: hyyakuheij;
	src: url(HYYAKUHEIJ.TTF)
}

@font-face {
	font-family: fzqk;
	src: url(fzqk.TTF)
}

@font-face {
	font-family: hkstj;
	src: url(hkstj.TTF)
}

@font-face {
	font-family: swsf;
	src: url(swsf.TTF)
}

.f-m-b-80 {
	margin-bottom: 80px !important
}

.f-w-1300 {
	width: 1300px;
	margin: 0 auto
}

.index-active {
	width: 1400px;
	margin: 0 auto;
}

.index-mod-head-style1 {
	height: 60px;
	padding-right: 25px;
	position: relative;
}

.index-mod-head-style1 .left-title {
	float: left;
	position: relative;
	padding-left: 52px;
	line-height: 60px;
	color: #443B33;
	font-size: 30px;
	font-family: fzchsjt
}

.index-mod-head-style1 .left-title2 {
	float: left;
	position: relative;
	padding-left: 140px;
	line-height: 60px;
	color: #fff;
	font-size: 30px;
	font-family: fzchsjt
}

.index-mod-head-style1 .left-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 60px;
	background: url(../image/img05.png) no-repeat left center
}
.index-mod-head-style1 .lecture-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 60px;
	background: url(../image/img16.png) no-repeat right center
}
.education-page .education-lecture .index-container .index-active .index-mod-head-lecture1:before {
	content: '';
	position: absolute;
	top: 29px;
	left: -100%;
	right: calc(100% - 40px);
	border-top: 1px solid #fff
}

.index-mod-head-style1 .left-title2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 60px;
	background: url(../image/img16.png) no-repeat right center
}

.index-page .index-collection .index-container .index-mod-head-style1:before {
	content: '';
	position: absolute;
	top: 29px;
	left: -100%;
	right: calc(100% - 120px);
	border-top: 1px solid #fff
}
.index-page .index-exhib-active .index-container .index-active .index-mod-active-style1:before {
	content: '';
	position: absolute;
	top: 30px;
	left: -100%;
	right: calc(100% - 40px);
	border-top: 2px solid #443B33
}

.index-mod-head-style1 .right-more {
	float: right;
	line-height: 60px;
	color: #443B33;
	font-size: 13px
}

.index-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 105px;
	background: url(../image/banner.png) center no-repeat;
	background-size: 100% 100%;
	/* background-color: rgba(0, 0, 0, 0.5) */
}

.index-head .index-head-ul {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center
}

.index-head .index-head-ul li.head-menu-li {
	flex: 1;
	text-align: center
}

.index-head .index-head-ul li.head-menu-li>a {
	display: inline-block;
	max-width: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	font-size: 16px
}

.index-head .index-head-ul li.head-menu-li .second-menu {
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	height: 90px;
	padding: 0 10px;
	background: rgba(255, 255, 255, .9)
}

.index-head .index-head-ul li.head-menu-li .second-menu a {
	position: relative;
	float: left;
	color: #333;
	font-size: 14px;
	font-family: fzchsjt;
	line-height: 90px;
	margin: 0 40px;
	padding-left: 8px
}

.index-head .index-head-ul li.head-menu-li .second-menu a:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	background-color: #a0a0a0
}

.index-head .index-head-ul li.head-menu-li .second-menu a:hover {
	color: #E3A25F
}

.index-head .index-head-ul li.head-menu-li .second-menu a:hover:before {
	background-color: #E3A25F
}

.index-head .index-head-ul li.head-menu-li.current-li {
	background-color: #E3A25F
}

.index-head .index-head-ul li.head-menu-li:hover {
	background-color: rgba(227, 162, 95, .9)
}

.index-head .index-head-ul li.head-menu-li:hover .second-menu {
	display: block
}

.index-head .index-head-ul li.head-logo {
	width: 256px;
	position: relative;
	margin: 0 20px
}

.index-head .index-head-ul li.head-logo a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center
}

.index-head .index-head-ul li.head-logo a img {
	width: 256px;
	height: 90px
}

.index-head .index-head-ul li.head-logo:after {
	/* content: ''; */
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	height: 13px;
	background: url(../image/img03.png) no-repeat top center
}

.index-head .icon-en {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition-property: color;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.index-head .icon-en:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #fff;
	border-radius: 50%;
	transform: scale(0.25);
	opacity: 0;
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.index-head .icon-en:hover {
	color: #333
}

.index-head .icon-en:hover:after {
	transform: scale(1);
	opacity: 1
}

.index-footer {
	height: 350px;
	background-color: #795a3d
}

.index-footer .index-container {
	position: relative;
	height: 100%
}

.index-footer .index-container .footer-left {
	position: absolute;
	left: 35px;
	right: 55%;
	bottom: 0;
	top: -30px;
	background-color: #b2bbb8;
	padding: 10px 40px 0
}

.index-footer .index-container .footer-left .left-name {
	line-height: 60px;
	color: #795a3d;
	font-size: 26px;
	font-family: fzchsjt
}

.index-footer .index-container .footer-left .left-texearea .layui-textarea {
	height: 160px;
	border: 0;
	background: #e5f1ed;
	font-size: 15px;
	line-height: 25px
}

.index-footer .index-container .footer-left .left-submit {
	text-align: right;
	margin-top: 20px
}

.index-footer .index-container .footer-left .left-submit .layui-btn {
	background-color: #c49d62;
	color: #f4e8d7;
	font-size: 16px
}

.index-footer .index-container .footer-right {
	float: right;
	width: 50%;
	padding-top: 40px
}

.index-footer .index-container .footer-right .right-logo {
	text-align: center;
	width: 560px;
	margin-bottom: 25px
}

.index-footer .index-container .footer-right .right-info {
	width: 560px
}

.index-footer .index-container .footer-right .right-info .code-box {
	float: left;
	margin-left: 20px
}

.index-footer .index-container .footer-right .right-info .code-box .code-img {
	background: #fff;
	border-radius: 3px;
	padding: 5px
}

.index-footer .index-container .footer-right .right-info .code-box .code-img img {
	width: 95px;
	height: 95px
}

.index-footer .index-container .footer-right .right-info .code-box .code-name {
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 8px
}

.index-footer .index-container .footer-right .right-info .other-box {
	float: left;
	height: 105px;
	padding-left: 30px;
	border-left: 1px solid #fff;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.index-footer .index-container .footer-right .right-info .other-box p {
	color: #fff;
	font-size: 13px
}

.index-footer-new {
	height: 340px;
	background: #795a3d url(../image/img122.png) no-repeat bottom center
}

.index-footer-new .index-container {
	position: relative;
	height: 100%
}

.index-footer-new .index-container .footer-left {
	float: left;
	width: 50%;
	height: 100%
}

.index-footer-new .index-container .footer-left .footer-left-item1 {
	float: left;
	width: 250px;
	height: 100%;
	padding: 90px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center
}

.index-footer-new .index-container .footer-left .footer-left-item1 .item-logo {
	width: 119px;
	height: 106px
}

.index-footer-new .index-container .footer-left .footer-left-item1 .item-icons {
	height: 25px;
	width: 96px
}

.index-footer-new .index-container .footer-left .footer-left-item1 .item-icons .item-wx {
	margin: 0 auto;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../image/img125.png) no-repeat center
}

.index-footer-new .index-container .footer-left .footer-left-item1 .item-icons .item-wb {
	float: right;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../image/img124.png) no-repeat center
}

.index-footer-new .index-container .footer-left .footer-left-item2 {
	float: right;
	width: calc(100% - 250px);
	height: 100%;
	padding: 90px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.index-footer-new .index-container .footer-left .footer-left-item2 .item-line .line-tit {
	color: #C09255;
	font-size: 14px
}

.index-footer-new .index-container .footer-left .footer-left-item2 .item-line .line-con {
	color: #fff;
	font-size: 14px
}

.index-footer-new .index-container .footer-right {
	float: right;
	width: 50%;
	height: 100%;
	padding: 30px 0
}

.index-footer-new .index-container .footer-right .footer-right-line {
	position: relative;
	padding-left: 75px;
	min-height: 32px;
	line-height: 32px
}

.index-footer-new .index-container .footer-right .footer-right-line a {
	display: inline-block;
	line-height: 32px;
	color: #fff;
	font-size: 13px;
	margin-left: 15px
}

.index-footer-new .index-container .footer-right .footer-right-line a.active {
	color: #f3c47e
}

.index-footer-new .index-container .footer-right .footer-right-line a.line-label {
	width: 75px;
	position: absolute;
	top: 8px;
	left: 0;
	height: 16px;
	line-height: 16px;
	margin-left: 0;
	padding-right: 15px;
	border-right: 1px solid #717171;
	text-align: right;
	color: #C09255;
	font-size: 13px
}

.index-footer-new .index-container .footer-right .footer-right-line a.line-label.no-border {
	border-right: 0
}

.index-bread {
	margin: 5px 0 20px
}

.index-bread a {
	color: #443B33 !important
}

.index-bread a cite {
	color: #443B33
}

.index-bread span {
	color: #443B33 !important
}

.index-pagin>div {
	text-align: center
}

.index-pagin>div .layui-laypage a {
	margin: 0 5px;
	padding: 0 10px;
	border: 1px solid #BFBFBF;
	background: #fff;
	color: rgba(0, 0, 0, .8)
}

.index-pagin>div .layui-laypage span {
	margin: 0 5px;
	padding: 0 10px;
	background: #9fa998;
	color: #fff
}

.index-pagin>div .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #E3A25F
}

.index-page {
	background-color: #F0F0F0
}

.index-page .index-banner {
	position: relative;
	z-index: 9
}

.index-page .index-banner .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	overflow: hidden;
	z-index: -1
}

.index-page .index-banner .swiper-wrapper .swiper-slide img {
	width: auto;
	height: 980px;
	transition: transform 5000ms linear 0s
}

.index-page .index-banner .swiper-wrapper .swiper-slide.swiper-slide-active {
	z-index: 0
}

.index-page .index-banner .swiper-wrapper .swiper-slide.swiper-slide-active img {
	transform: scale(1.2)
}

.index-page .index-banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #795a3d;
	opacity: 1;
	transition: all .5s
}

.index-page .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 5px;
	background-color: #c49d62
}

.index-page .index-entrance {
	position: relative;
	height: 185px;
	margin-bottom: 20px
}

.index-page .index-entrance:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: #98754F
}

.index-page .index-entrance:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: #E3A25F
}

.index-page .index-entrance .index-container {
	position: relative;
	z-index: 2
}

.index-page .index-entrance .index-container .entrance-left {
	position: relative;
	height: 185px;
	background: #98754F;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.index-page .index-entrance .index-container .entrance-left:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -100%;
	right: 375px;
	border-top: 1px solid #fff
}

.index-page .index-entrance .index-container .entrance-left:after {
	content: '';
	position: absolute;
	top: 35px;
	right: 375px;
	width: 10px;
	height: 30px;
	background: url(../image/img26.png) no-repeat center
}

.index-page .index-entrance .index-container .entrance-left .entrance-left-con {
	width: 370px;
	padding-top: 35px
}

.index-page .index-entrance .index-container .entrance-left .entrance-left-con .entrance-line1 {
	height: 30px;
	color: #FFFFFF;
	font-size: 30px;
	font-family: fzchsjt;
	margin-bottom: 20px
}

.index-page .index-entrance .index-container .entrance-left .entrance-left-con .entrance-line1 span {
	color: #FFFFFF;
	font-size: 14px
}

.index-page .index-entrance .index-container .entrance-left .entrance-left-con .entrance-line2 {
	color: #FFFFFF;
	font-size: 22px
}

.index-page .index-entrance .index-container .entrance-left .entrance-left-con .entrance-line2 span {
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 5px
}

.index-page .index-entrance .index-container .entrance-right {
	height: 185px;
	background: #E3A25F;
	display: flex;
	justify-content: center;
	align-items: center
}

.index-page .index-entrance .index-container .entrance-right .entrance-item {
	cursor: pointer;
	position: relative;
	top: 0;
	margin: 0 10px;
	height: 70px;
	line-height: 70px;
	width: 200px;
	text-align: center;
	color: #655D56;
	font-size: 20px;
	border-left: 10px solid #E7D0B8;
	border-right: 10px solid #E7D0B8;
	background-color: #fff;
	transition: top .3s linear;
	box-shadow: 0px 14px 6px 0px rgba(191, 135, 77, 0.5);
}

.index-page .index-entrance .index-container .entrance-right .entrance-item:hover {
	background-color: #fff;
	top: -10px
}

.index-page .index-news-notic {
	margin-bottom: 20px
}

.index-page .index-news-notic .index-container {
	padding: 20px 75px 20px 95px;
	position: relative
}

.index-page .index-news-notic .index-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 218px;
	height: 410px;
	background: #C1BDBA
}

.index-page .index-news-notic .index-container:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 218px;
	height: 410px;
	background: #D3C5B8
}

.index-page .index-news-notic .index-container .news-notic-inner {
	position: relative;
	z-index: 2;
	height: 530px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news {
	float: left;
	height: 100%;
	width: calc(60% - 20px);
	background-color: #fff;
	margin-right: 20px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .index-mod-head-style1 {
	padding-right: 40px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list {
	height: calc(100% - 75px);
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news {
	position: relative;
	padding: 0 40px;
	margin-bottom: 15px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner {
	display: block
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-img {
	height: 350px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-img img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transition: all .5s
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-img:hover img {
	transform: scale(1.1)
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-info {
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	padding: 5px 20px 10px;
	background: rgba(0, 0, 0, .6)
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-info .news-head {
	height: 35px;
	padding-right: 100px;
	position: relative
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-info .news-head .news-tit {
	line-height: 35px;
	color: #fff;
	font-size: 20px;
	font-family: fzchsjt;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-info .news-head .news-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 35px;
	color: #fff;
	font-size: 14px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .first-news .news-inner .news-info .news-text {
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-indent: 28px;
	max-height: 40px;
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news {
	position: relative;
	padding: 0 40px 0 50px;
	height: 30px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 45px;
	background: url(../image/img06.png) no-repeat right center
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news .news-inner {
	display: block;
	padding-right: 100px;
	position: relative
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news .news-inner .news-tit {
	line-height: 30px;
	color: #181818;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news .news-inner .news-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	color: #989898;
	font-size: 13px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news:hover:before {
	background: url(../image/img07.png) no-repeat right center
}

.index-page .index-news-notic .index-container .news-notic-inner .index-news .news-list .normal-news:hover .news-inner .news-tit {
	color: #C09255
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic {
	float: right;
	height: 100%;
	width: 40%;
	background-color: #fff
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list {
	height: calc(100% - 75px);
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic .notic-inner {
	display: block;
	background-color: #C89867;
	padding: 15px 25px 15px 10px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic .notic-inner .notic-head {
	height: 35px;
	padding-right: 100px;
	padding-left: 15px;
	position: relative
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic .notic-inner .notic-head:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 35px;
	background: url(../image/img27.png) no-repeat right center
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic .notic-inner .notic-head .notic-tit {
	line-height: 35px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: fzchsjt;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic .notic-inner .notic-head .notic-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 35px;
	color: #fff;
	font-size: 14px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .first-notic .notic-inner .notic-text {
	padding-left: 15px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-indent: 28px;
	max-height: 40px;
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic {
	position: relative;
	padding: 0 25px 0 45px;
	height: 30px;
	margin: 8px 0
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 40px;
	background: url(../image/img06.png) no-repeat right center
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic .notic-inner {
	display: block;
	padding-right: 100px;
	position: relative
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic .notic-inner .notic-tit {
	line-height: 30px;
	color: #181818;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic .notic-inner .notic-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	color: #989898;
	font-size: 13px
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic:hover:before {
	background: url(../image/img07.png) no-repeat right center
}

.index-page .index-news-notic .index-container .news-notic-inner .index-notic .notic-list .normal-notic:hover .notic-inner .notic-tit {
	color: #FAB569
}

.index-page .index-collection {
	background: url(../image/main01.png) center no-repeat;
	/* background-size: 100% 100%; */
	background-size: cover;
}

.index-page .index-collection .index-container {
	/* background: #fff */
}

.index-page .index-collection .index-container .collection-top {
	height: 460px;
	display: flex;
	padding-left: 40px;
	padding-top: 30px;
}

.index-page .index-collection .index-container .collection-top .collection-top-new {
	width: 305px;
	height: 448px;
	padding-top: 200px;
	text-align: center;
	margin-top: 12px;
	background: url(../image/img28.png) no-repeat center;
	color: #fff;
	font-size: 14px
}

.index-page .index-collection .index-container .collection-top .collection-top-new span {
	color: #ffe4bb;
	font-size: 46px;
	font-family: hkstj;
	margin-right: 5px
}

.index-page .index-collection .index-container .collection-top .collection-top-left {
	float: left;
	height: 100%;
	flex: 1;
	padding-top: 92px;
	display: flex;
	justify-content: center
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con {
	display: flex;
	flex-direction: column
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-name {
	margin-bottom: 10px
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-name span {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #FAB569;
	color: #443B33;
	font-size: 30px;
	font-family: fzchsjt
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-name span:last-child {
	background-color: #443B33;
	color: #FAB569;
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-intro {
	color: #443B33;
	font-size: 18px;
	line-height: 22px;
	font-family: fzchsjt;
	height: 60px
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-info-box {
	flex: 1;
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #FAB569
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-info-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 40px;
	background-color: #FAB569
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-info-box .collection-info {
	display: none;
	height: 100%;
	flex-direction: column;
	justify-content: space-between
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-info-box .collection-info .collection-para p {
	color: #2E2518;
	font-size: 18px;
	line-height: 30px
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-info-box .collection-info .collection-para p span {
	color: #2E2518;
	font-size: 18px;
	line-height: 28px;
	margin-right: 10px
}

.index-page .index-collection .index-container .collection-top .collection-top-left .collection-con .collection-info-box .collection-info.active {
	display: flex
}

.index-page .index-collection .index-container .collection-top .collection-top-right {
	float: right;
	height: 100%;
	width: 520px;
	padding-right: 40px
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container {
	float: left;
	width: 100%;
	height: 100%
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	padding: 0 50px 35px;
	background: #fff
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-wrapper .swiper-slide:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 280px;
	background-color: #FFFFFF;
	box-shadow: 0px 25px 20px 0px rgba(156, 156, 156, 0.4);
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 50px 35px
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-wrapper .swiper-slide .slide-inner .slide-img {
	position: relative;
	height: calc(100% - 40px);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	transition: all .5s
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-wrapper .swiper-slide .slide-inner .slide-name {
	text-align: center;
	color: #443B33;
	font-size: 24px;
	line-height: 40px;
	font-family: fzchsjt
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-wrapper .swiper-slide .slide-inner:hover .slide-img {
	border-radius: 50%;
	background: #fff;
	transform: scale(0.8)
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-button-next {
	outline: 0;
	top: 72%
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-button-next:after {
	font-size: 28px;
	color: #C09255
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-button-prev {
	outline: 0;
	top: 72%
}

.index-page .index-collection .index-container .collection-top .collection-top-right .swiper-container .swiper-button-prev:after {
	font-size: 28px;
	color: #C09255
}

.index-page .index-collection .index-container .collection-bottom {
	padding: 70px 40px;
	height: 530px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 30px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .swiper-container {
	width: 100%;
	height: 100%
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .swiper-container .swiper-button-next {
	outline: 0;
	top: 80%
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .swiper-container .swiper-button-next:after {
	font-size: 30px;
	color: #C09255
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .swiper-container .swiper-button-prev {
	outline: 0;
	top: 80%;
	left: 85%
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .swiper-container .swiper-button-prev:after {
	font-size: 30px;
	color: #C09255
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item {
	position: relative;
	height: 100%;
	display: flex
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-head span {
	float: left;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #443B33;
	font-size: 30px;
	font-family: fzchsjt;
	background-color: #FAB569
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-head span:last-child {
	background: #443B33;
	color: #FAB569;
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container {
	flex: 1;
	overflow: hidden
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box {
	position: relative;
	height: 315px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 6px 20px 0px rgba(156, 156, 156, 0.4);
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-title {
	height: 48px;
	line-height: 48px;
	text-align: center;
	padding: 0 10px;
	color: #443B33;
	font-size: 24px;
	font-family: fzchsjt;
	border-bottom: 1px solid #D8D8D8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-info {
	height: calc(100% - 48px);
	padding: 10px 50px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-info .item-info-mod {
	position: relative;
	padding: 5px 0 0 48px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-info .item-info-mod .info-mod-label {
	position: absolute;
	top: 5px;
	left: 0;
	color: #7F7F7F;
	font-size: 16px;
	line-height: 30px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-info .item-info-mod .info-mod-block {
	color: #000000;
	font-size: 16px;
	line-height: 30px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-img {
	position: absolute;
	bottom: 50%;
	margin-bottom: -100px;
	right: -80px;
	width: 200px;
	height: 200px;
	opacity: .1
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item .item-container .item-con-box .item-img img {
	width: 100%;
	height: 100%
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item>.item-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 250px
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item>.item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-wrapper .swiper-slide .collection-item:hover>.item-img img {
	transform: translate3d(-30px, 0, 0)
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-pagination {
	bottom: 0;
	top: auto;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	height: 6px;
	background-color: #DCDCDC
}

.index-page .index-collection .index-container .collection-bottom>.swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #FAB569
}

.index-page .index-exhibition {
	position: relative;
	height: 498px
}

.index-page .index-exhibition img {
	width: 100%;
	height: 606px;
	position: absolute;
	top: 60px;
}

.index-page .index-exhibition:before {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70%;
	background: #b18471
}

.index-page .index-exhibition:after {
	/* content: ''; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30%;
	background: #c49d62
}

.index-page .index-exhibition .index-container {
	height: 100%;
	position: relative
}

.index-page .index-exhibition .index-container:after {
	content: '';
	position: absolute;
	right: -34px;
	top: -100px;
	z-index: 10;
	width: 120px;
	height: 300px;
	background: #FAB569
}

.index-page .index-exhibition .index-container:before {
	content: '';
	position: absolute;
	top: -120px;
	bottom: 0;
	left: 91px;
	right: 0;
	background: url(../image/img14.png) no-repeat center;
	opacity: .1;
	background-size: 630px;
}

.index-page .index-exhibition .index-container .index-mod-head-style1 {
	position: relative
}

.index-page .index-exhibition .index-container .index-mod-head-style1:before {
	content: '';
	position: absolute;
	top: 29px;
	left: -100%;
	right: calc(100% - 45px);
	border-top: 1px solid #fff
}

.index-page .index-exhibition .index-container .index-mod-head-style1 .left-title {
	color: #fff
}

.index-page .index-exhibition .index-container .index-mod-head-style1 .left-title:before {
	background: url(../image/img16.png) no-repeat right center
}

.index-page .index-exhibition .index-container .exhibition-con {
	height: calc(100% - 60px)
}

.index-page .index-exhibition .index-container .exhibition-con .exhibition-con-left {
	position: relative;
	z-index: 10;
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.index-page .index-exhibition .index-container .exhibition-con .exhibition-con-left .left-slogan {
	margin-bottom: 55px;
	padding: 0px 60px;
	background-color: #ffffff3d;
}

.index-page .index-exhibition .index-container .exhibition-con .exhibition-con-left .left-slogan p {
	line-height: 127px;
	color: #fff;
	font-size: 44px;
	text-shadow: 2px 2px 3px #858484;
	font-family: fzchsjt;
}

.index-page .index-exhibition .index-container .exhibition-con .exhibition-con-right {
	position: relative;
	z-index: 10;
	float: right;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.index-page .index-exhibition .index-container .exhibition-con .exhibition-con-right img {
	width: 407px;
	height: 377px
}

.index-page .index-exhib-active .index-container {
	/* padding-top: 20px; */
	background: #fff;
	width: 100%;
}

.index-page .index-exhib-active .index-container .index-exhib {
	height: 700px;
	margin-bottom: 20px;
	background: #605F5E;
	padding-top: 30px;
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container {
	width: 1400px;
	height: 100%
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item {
	cursor: pointer;
	height: 620px;
	position: relative;
	padding-bottom: 195px;
	transition: all .3s linear
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item .item-img {
	height: 100%;
	background: #000
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item .item-img img {
	width: 100%;
	height: 100%;
	/* opacity: .4; */
	transition: all .5s linear
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item .item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 195px;
	transition: height .2s linear;
	padding: 15px 40px 20px;
	background-color: #FFFFFF
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item .item-info .info-tit {
	line-height: 40px;
	color: #E3A25F;
	font-size: 24px;
	font-family: fzchsjt;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item .item-info .info-text {
	height: calc(100% - 40px);
	overflow: hidden;
	line-height: 20px;
	text-indent: 28px;
	color: #000000;
	font-size: 14px
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item:hover {
	height: 660px;
	padding-bottom: 215px
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item:hover .item-img img {
	opacity: 1
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item:hover .item-info {
	height: 354px;
	background: #E3A25F url(../image/img21.png) no-repeat 50% 90%;
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item:hover .item-info .info-tit {
	color: #fff
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-slide .exhib-list-item:hover .item-info .info-text {
	color: #fff
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-button-next {
	outline: 0;
	background: url(../image/img108.png) no-repeat center;
	margin-top: -140px
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-button-next:after {
	display: none
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-button-prev {
	outline: 0;
	background: url(../image/img107.png) no-repeat center;
	margin-top: -140px
}

.index-page .index-exhib-active .index-container .index-exhib .swiper-container .swiper-button-prev:after {
	display: none
}

.index-page .index-exhib-active .index-container .index-active .active-con {
	padding: 0 35px 105px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner {
	height: 480px;
	position: relative
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: 1;
	margin-left: -140px;
	width: 280px;
	height: 240px;
	background: #F1D9C2
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner:after {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	width: 390px;
	height: 46px;
	background: #CDD0C3
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .index-mod-head-style1 .left-title {
	color: #443B33;
	font-size: 22px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left {
	position: relative;
	z-index: 2;
	float: left;
	width: 55%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 25px 20px 0px rgba(156, 156, 156, 0.4);
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply {
	display: block;
	height: calc(100% - 55px);
	padding: 0 30px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img {
	height: 330px;
	position: relative;
	overflow: hidden
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img img {
	width: 100%;
	height: 100%;
	transition: all .5s linear
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:after,
.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:before {
	content: '';
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: all .5s
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid rgba(255, 255, 255, .6);
	border-left: 1px solid rgba(255, 255, 255, .6);
	transform: scale(1, 0);
	transform-origin: 100% 0
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:hover:after,
.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:hover:before {
	opacity: 1;
	transform: scale(1);
	transition: all .5s
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:hover img {
	transform: scale(1.1)
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info {
	height: calc(100% - 330px);
	position: relative;
	padding-right: 100px;
	padding-top: 15px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info .active-state {
	position: absolute;
	right: 0;
	top: 20px;
	width: 80px;
	height: 33px;
	padding-left: 14px;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	background: url(../image/img23.png) no-repeat right center
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info .active-name {
	line-height: 30px;
	color: #181818;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info .active-time-range {
	line-height: 25px;
	color: #666;
	font-size: 13px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right {
	position: relative;
	z-index: 2;
	top: 115px;
	float: right;
	width: calc(45% - 20px);
	height: 290px;
	background-color: #fff;
	box-shadow: 0px 25px 20px 0px rgba(156, 156, 156, 0.4);
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list {
	height: calc(100% - 65px);
	overflow: hidden
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active {
	position: relative;
	padding: 0 25px 0 50px;
	height: 30px;
	margin-bottom: 5px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 45px;
	background: url(../image/img06.png) no-repeat right center
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active .active-inner-link {
	display: block;
	padding-right: 100px;
	position: relative
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active .active-inner-link .active-tit {
	line-height: 30px;
	color: #181818;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active .active-inner-link .active-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	color: #989898;
	font-size: 13px
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active:hover:before {
	/* background: url(../image/img07.png) no-repeat right center */
}

.index-page .index-exhib-active .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active:hover .active-inner-link .active-tit {
	color: #E3A25F
}

.index-page .contactTypeBox {
	position: fixed;
	top: 300px;
	right: 24px;
	z-index: 99
}

.index-page .contactTypeBox .contactTypeUnit {
	width: 60px;
	padding: 15px 10px;
	background: #F5F5F5;
	text-align: center;
	border-bottom: 1px solid #e3e3e3
}

.index-page .contactTypeBox .contactTypeUnit:first-child {
	border-radius: 5px 5px 0 0
}

.index-page .contactTypeBox .contactTypeUnit:last-child {
	border-radius: 0 0 5px 5px
}

.index-page .contactTypeBox .contactTypeUnit i {
	color: #AEA897;
	font-size: 30px
}

.index-page .contactTypeBox .contactTypeUnit span {
	color: #333;
	float: left;
	width: 100%
}

.index-page .contactTypeBox .contactTypeUnit .codeBox {
	position: absolute;
	width: 154px;
	height: 146px;
	padding: 15px 21px 15px 15px;
	display: none;
	background: url(../image/codeBox.png);
	left: -160px;
	top: -30px
}

.index-page .contactTypeBox .contactTypeUnit .codeBox img {
	width: 100%;
	height: 100%
}

.index-page .contactTypeBox .contactTypeUnit:hover {
	border-color: #c49d62;
	background: #c49d62
}

.index-page .contactTypeBox .contactTypeUnit:hover i {
	color: #fff
}

.index-page .contactTypeBox .contactTypeUnit:hover span {
	color: #fff
}

.index-page .contactTypeBox .contactTypeUnit:hover .codeBox {
	display: block
}

.visit-page {
	background-color: #f2f2f2
}

.visit-page .visit-banner {
	margin-bottom: 10px
}

.visit-page .vistBan {
	margin-bottom: 0;
}

.visit-page .visit-banner img {
	width: 100%;
	height: auto
}

.visit-page .visit-entrance {
	position: relative;
	height: 185px;
	margin-bottom: 38px
}

.visit-page .visit-entrance:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: #98754F
}

.visit-page .visit-entrance:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: #F09F51
}

.visit-page .visit-entrance .index-container {
	position: relative;
	z-index: 2
}

.visit-page .visit-entrance .index-container .entrance-left {
	position: relative;
	height: 185px;
	background: #98754F;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.visit-page .visit-entrance .index-container .entrance-left:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -100%;
	right: 375px;
	border-top: 1px solid #fff
}

.visit-page .visit-entrance .index-container .entrance-left:after {
	content: '';
	position: absolute;
	top: 35px;
	right: 375px;
	width: 10px;
	height: 30px;
	background: url(../image/img26.png) no-repeat center
}

.visit-page .visit-entrance .index-container .entrance-left .entrance-left-con {
	width: 370px;
	padding-top: 35px
}

.visit-page .visit-entrance .index-container .entrance-left .entrance-left-con .entrance-line1 {
	height: 30px;
	color: #fff;
	font-size: 30px;
	font-family: fzchsjt;
	margin-bottom: 20px
}

.visit-page .visit-entrance .index-container .entrance-left .entrance-left-con .entrance-line1 span {
	color: #fff;
	font-size: 14px
}

.visit-page .visit-entrance .index-container .entrance-left .entrance-left-con .entrance-line2 {
	color: #fff;
	font-size: 22px
}

.visit-page .visit-entrance .index-container .entrance-left .entrance-left-con .entrance-line2 span {
	color: #fff;
	font-size: 14px;
	margin-right: 5px
}

.visit-page .visit-entrance .index-container .entrance-right {
	height: 185px;
	background: #F09F51;
	display: flex;
	justify-content: center;
	align-items: center
}

.visit-page .visit-entrance .index-container .entrance-right .entrance-item {
	cursor: pointer;
	position: relative;
	top: 0;
	margin: 0 10px;
	height: 70px;
	line-height: 70px;
	width: 200px;
	text-align: center;
	color: #655D56;
	font-size: 20px;
	border-left: 10px solid #ECCFB5;
	border-right: 10px solid #ECCFB5;
	background-color: #FFFFFF;
	transition: top .3s linear
}

.visit-page .visit-entrance .index-container .entrance-right .entrance-item:hover {
	background-color: #fff;
	top: -10px
}

.visit-page .visit-address {
	margin-bottom: 58px
}

.visit-page .visit-address .index-container {
	padding: 0 68px
}

.visit-page .visit-address .index-container .address-inner {
	height: 535px;
	background-color: #fff;
	padding: 15px 440px 15px 15px;
	position: relative;
	box-shadow: 0px 31px 25px 0px rgb(156 156 156 / 40%);
}

.visit-page .visit-address .index-container .address-inner .address-inner-left {
	height: 100%
}

.visit-page .visit-address .index-container .address-inner .address-inner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 440px;
	padding-top: 25px;
	padding-bottom: 25px;
	/* background-color: #ccc; */
	background-color: rgba(255, 255, 255, 0.9)
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .index-mod-head-style1 {
	position: relative
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .index-mod-head-style1:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: calc(100% - 45px);
	border-top: 2px solid #443B33
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .index-mod-head-style1 .left-title {
	color: #443B33
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .index-mod-head-style1 .left-title:before {
	background: url(../image/new-img02.png) no-repeat right center
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .address-info-list {
	height: calc(100% - 60px);
	padding: 0 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .address-info-list li {
	flex: 1;
	border-bottom: 1px dashed #C2BEBB;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .address-info-list li .info-name {
	color: #443B33;
	font-size: 22px;
	font-family: fzchsjt;
	line-height: 35px
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .address-info-list li .info-con {
	color: #443B33;
	font-size: 14px;
	line-height: 20px
}

.visit-page .visit-address .index-container .address-inner .address-inner-right .address-info-list li:last-child {
	border-bottom: 0
}

.visit-page .visit-guid {
	height: 450px;
	padding-top: 20px;
	background: url(../image/img33.png) no-repeat center;
	margin-bottom: 38px
}

.visit-page .visit-guid .index-container {
	height: 100%
}

.visit-page .visit-guid .index-container .index-mod-head-style1 {
	position: relative
}

.visit-page .visit-guid .index-container .index-mod-head-style1:before {
	content: '';
	position: absolute;
	top: 29px;
	left: -100%;
	right: calc(100% - 45px);
	border-top: 1px solid #fff
}

.visit-page .visit-guid .index-container .index-mod-head-style1 .left-title {
	color: #fff
}

.visit-page .visit-guid .index-container .index-mod-head-style1 .left-title:before {
	background: url(../image/img16.png) no-repeat right center
}

.visit-page .visit-guid .index-container .guid-inner {
	height: calc(100% - 60px);
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.visit-page .visit-guid .index-container .guid-inner .guid-line {
	width: 424px;
	height: 112px;
	display: flex;
	margin: 20px 0
}

.visit-page .visit-guid .index-container .guid-inner .guid-line .guid-type {
	line-height: 112px;
	color: #fff;
	font-size: 24px;
	font-family: fzchsjt;
	margin-right: 45px
}

.visit-page .visit-guid .index-container .guid-inner .guid-line .guid-img {
	width: 112px;
	height: 112px;
	background-color: #fff;
	border-radius: 10px
}

.visit-page .visit-guid .index-container .guid-inner .guid-line .guid-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.visit-page .visit-guid .index-container .guid-inner .guid-line .guid-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 15px
}

.visit-page .visit-guid .index-container .guid-inner .guid-line .guid-list li {
	color: #fff;
	font-size: 14px;
	font-family: fzchsjt;
	line-height: 28px
}

.visit-page .visit-guid .index-container .guid-inner .guid-line .guid-list li.guid-bottom {
	color: #fff;
	font-size: 12px
}

.visit-page .visit-barrier-free {
	margin-bottom: 80px
}

.visit-page .visit-barrier-free .index-container {
	background: #fff;
	padding-bottom: 45px;
	padding-top: 10px;
	box-shadow: 0px 31px 25px 0px rgba(156, 156, 156, 0.4);
}

.visit-page .visit-barrier-free .index-container .index-mod-head-style {
	margin-bottom: 10px
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner {
	height: 345px;
	margin: 0 60px;
	overflow: hidden
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item {
	cursor: pointer;
	position: relative;
	height: 345px;
	padding-top: 230px
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 230px;
	background: #CE9C6B;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head .item-icon {
	position: relative;
	z-index: 10;
	width: 108px;
	height: 74px
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head .item-icon.item-icon1 {
	background: url(../image/img34.png) no-repeat center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head .item-icon.item-icon2 {
	background: url(../image/img35.png) no-repeat center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head .item-icon.item-icon3 {
	background: url(../image/img36.png) no-repeat center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head .item-name {
	position: relative;
	z-index: 10;
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	font-family: fzchsjt
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-head:before {
	opacity: 0;
	transform: scale(0.1);
	transition: all .5s;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #9F886B
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item .item-text {
	overflow: hidden;
	height: 100%;
	background: #EFE9E4;
	padding: 10px 15px;
	color: #443B33;
	font-size: 13px;
	line-height: 20px
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item:hover .item-head .item-icon.item-icon1 {
	background: url(../image/img37.png) no-repeat center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item:hover .item-head .item-icon.item-icon2 {
	background: url(../image/img38.png) no-repeat center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item:hover .item-head .item-icon.item-icon3 {
	background: url(../image/img39.png) no-repeat center
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item:hover .item-head:before {
	opacity: 1;
	transform: scale(1)
}

.visit-page .visit-barrier-free .index-container .barrier-free-inner .barrier-free-item:hover .item-text {
	background-color: #eaede8
}

.exhibition-page {
	background-color: #F2F2F2
}

.exhibition-page .exhibition-banner {
	margin-bottom: 10px
}

.exhibition-page .exhibition-banner img {
	width: 100%;
	height: auto
}

.exhibition-page .exhibition-tab-box .index-container {
	background-color: #fff;
	padding-top: 15px
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab {
	margin: 0
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-title {
	text-align: center;
	border-color: rgba(159, 169, 152, .2)
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-title li {
	padding: 0 5px;
	margin: 0 60px;
	font-size: 16px;
	color: #666;
	font-weight: 700
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-title li.layui-this {
	color: #E3A25F
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-title li.layui-this:after {
	border-bottom: 4px solid #E3A25F
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content {
	padding: 25px 90px 20px;
	margin-bottom: 120px;
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item {
	display: block;
	cursor: pointer;
	position: relative
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .state-mark {
	width: 95px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .state-mark.state2 {
	background: url(../../img/cl-label2.png) no-repeat
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .state-mark.state1 {
	background: url(../../img/cl-label1.png) no-repeat
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-img {
	height: 300px;
	overflow: hidden
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-img:hover img {
	transform: scale(1.1)
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom {
	position: relative;
	height: 105px;
	background: #E7DACD;
	padding: 5px 190px 5px 20px
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom .item-name {
	line-height: 40px;
	color: #443B33;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom .item-name a {
	display: block;
	line-height: 40px;
	color: #443B33;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom .item-address {
	padding-left: 20px;
	line-height: 25px;
	color: #443B33;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/img154.png) no-repeat left center
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom .item-time {
	padding-left: 20px;
	line-height: 25px;
	color: #443B33;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/img155.png) no-repeat left center
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom .appointment-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 140px;
	height: 48px;
	background: #d69327;
	border-radius: 4px;
	font-size: 20px;
	line-height: 48px
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .exhibition-list-item .item-bottom .appointment-btn.layui-btn-disabled {
	background: rgba(214, 147, 39, .6) !important;
	color: #fff
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .item-more {
	text-align: center;
	padding: 20px 0
}

.exhibition-page .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .item-more .jump-btn {
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../image/img67.png) no-repeat center;
	color: #443B33;
	font-size: 12px
}

.exhibition-page .exhibition-trailer {
	position: relative;
	height: 555px;
	margin-top: 0 !important;
}

.exhibition-page .exhibition-trailer:before {
	content: '';
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	bottom: 145px;
	right: 70px;
	background: #fff url(../image/img50.png) no-repeat left center;
	box-shadow: 0px 31px 25px 0px rgba(156, 156, 156, 0.4);
}

.exhibition-page .exhibition-trailer:after {
	content: '';
	position: absolute;
	z-index: 5;
	left: calc(50% - 480px);
	right: 0;
	top: -60px;
	bottom: 205px;
	background: #C89867
}

.exhibition-page .exhibition-trailer .index-container {
	position: relative;
	z-index: 6;
	height: 100%
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner {
	position: relative;
	z-index: 2;
	height: 100%;
	padding-top: 20px
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .index-mod-head-style1 {
	position: relative
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .index-mod-head-style1:before {
	content: '';
	position: absolute;
	top: 29px;
	left: -100%;
	right: calc(100% - 45px);
	border-top: 1px solid #443B33
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .index-mod-head-style1 .left-title {
	color: #443B33
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .index-mod-head-style1 .left-title:before {
	background: url(../image/new-img02.png) no-repeat right center
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-left {
	margin-left: 60px;
	margin-top: 20px;
	position: relative;
	height: 420px;
	width: 545px;
	padding: 0 0 22px 18px
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-left:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 30px;
	bottom: 0;
	z-index: 9;
	background: #fff
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-left img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right {
	position: absolute;
	right: 60px;
	top: 0;
	bottom: 145px;
	left: 605px;
	padding-top: 15px
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list {
	height: 320px;
	overflow: hidden
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner {
	display: block;
	position: relative;
	height: 40px;
	padding-right: 250px;
	padding-left: 50px
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner .li-tit {
	height: 40px;
	line-height: 40px;
	color: #443B33;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner .li-time {
	position: absolute;
	top: 0;
	right: 18px;
	line-height: 40px;
	color: #989898;
	font-size: 13px
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: 25px;
	height: 40px;
	background: url(../image/img52.png) no-repeat left center
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner:hover {
	background-color: #C89867
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner:hover .li-tit {
	color: #fff;
	font-weight: 700
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner:hover .li-time {
	color: #fff
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .trailer-list .normal-li .li-inner:hover:before {
	background: url(../image/img53.png) no-repeat left center
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .item-more {
	text-align: center;
	padding: 20px 0
}

.exhibition-page .exhibition-trailer .index-container .trailer-inner .trailer-right .item-more .jump-btn {
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../image/img67.png) no-repeat center;
	color: #443B33;
	font-size: 12px
}

.exhibition-page .exhibition-trailer .index-container:after {
	/* content: ''; */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 145px;
	background: #fff
}

.exhibition-page .exhibition-quality .index-container {
	position: relative;
	height: 450px;
	background: url(../image/img68.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: 10px;
	padding-bottom: 30px
}

.exhibition-page .exhibition-quality .index-container .index-mod-head-style1 .left-title {
	color: #fff
}

.exhibition-page .exhibition-quality .index-container .index-mod-head-style1 .left-title:before {
	background: url(../image/img16.png) no-repeat right center
}

.exhibition-page .exhibition-quality .index-container .index-mod-head-style1 .left-title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 29px;
	border-bottom: 1px solid #fff
}

.exhibition-page .exhibition-quality .index-container .quality-more {
	position: absolute;
	top: 25px;
	right: 60px
}

.exhibition-page .exhibition-quality .index-container .quality-more .jump-btn {
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../image/img55.png) no-repeat center;
	color: #fff;
	font-size: 12px
}

.exhibition-page .exhibition-quality .index-container .quality-swiper {
	position: relative;
	height: calc(100% - 60px);
	padding: 0 95px
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container {
	height: 100%
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-slide .quality-item-img {
	width: 268px;
	height: 268px;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(222, 188, 138, .54);
	overflow: hidden
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-slide .quality-item-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all .5s
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-slide .quality-item-img:hover img {
	transform: scale(1.1)
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-slide .quality-item-name {
	text-align: center;
	color: #e9dccf;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-slide .quality-item-name a {
	display: block;
	text-align: center;
	color: #e9dccf;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-pagination {
	bottom: 0
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
	background: #c49d62;
	opacity: 1
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-button-next {
	right: 30px;
	width: 33px;
	height: 44px;
	outline: 0;
	background: url(../image/img61.png) no-repeat center
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-button-next:after {
	display: none
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-button-prev {
	left: 30px;
	width: 33px;
	height: 44px;
	outline: 0;
	background: url(../image/img60.png) no-repeat center
}

.exhibition-page .exhibition-quality .index-container .quality-swiper .swiper-button-prev:after {
	display: none
}

.exhibition-page .exhibition-digital .index-container {
	position: relative;
	height: 950px;
	padding: 20px 0 130px;
	background: #fff;
	display: flex
}

.exhibition-page .exhibition-digital .index-container .digital-left {
	flex: 1
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-head {
	position: relative;
	height: 240px;
	margin-bottom: 20px;
	background: url(../image/num01.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-head:before {
	/* content: ''; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	background: url(../image/img70.png) no-repeat left center
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-head:after {
	/* content: ''; */
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	background: url(../image/img69.png) no-repeat left center
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-head span {
	width: 317px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: fzchsjt;
	background: url(../image/img71.png) no-repeat center
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item {
	display: block;
	cursor: pointer;
	position: relative;
	height: calc(100% - 260px);
	overflow: hidden
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item .item-img {
	height: 100%;
	overflow: hidden
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item .item-mask {
	background: rgba(196, 157, 98, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: all .5s
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item .item-mask-info {
	opacity: 0;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item .item-mask-info .item-info-tit {
	color: #fff;
	font-size: 19px;
	font-family: fzchsjt;
	line-height: 22px;
	margin-bottom: 20px;
	letter-spacing: 2px
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item .item-mask-info .item-info-text {
	width: 220px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 1px
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item:hover .item-img img {
	transform: scale(1.1)
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item:hover .item-mask {
	transform: translateX(0)
}

.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item:hover .item-mask-info {
	opacity: 1
}

.exhibition-page .exhibition-digital .index-container .digital-right {
	width: 400px;
	margin-left: 20px
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item {
	display: block;
	cursor: pointer;
	position: relative;
	height: 390px;
	overflow: hidden
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-img {
	height: 100%;
	overflow: hidden
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-mask {
	background: rgba(196, 157, 98, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: all .5s
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-mask-info {
	opacity: 0;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-mask-info .item-info-tit {
	color: #fff;
	font-size: 19px;
	font-family: fzchsjt;
	line-height: 22px;
	margin-bottom: 20px;
	letter-spacing: 2px
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-mask-info .item-info-tit a {
	color: #fff;
	font-size: 19px;
	font-family: fzchsjt;
	line-height: 22px;
	letter-spacing: 2px
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item .item-mask-info .item-info-text {
	width: 220px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 1px
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item:first-child {
	margin-bottom: 20px
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item:hover .item-img img {
	transform: scale(1.1)
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item:hover .item-mask {
	transform: translateX(0)
}

.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item:hover .item-mask-info {
	opacity: 1
}

.exhibition-page .exhibition-digital .index-container .item-more {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	text-align: center
}

.exhibition-page .exhibition-digital .index-container .item-more .jump-btn {
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../image/img67.png) no-repeat center;
	color: #443B33;
	font-size: 12px
}

.exhibition-page .page-digital-mod .page-digital-banner img {
	width: 100%;
	height: auto
}

.exhibition-page .page-digital-mod .page-digital-list {
	position: relative;
	padding: 24px 85px 85px;
	background: #fff
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter {
	position: relative;
	padding: 20px 0;
	padding-right: 550px;
	margin-bottom: 35px;
	border-bottom: 1px solid #443B33
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .layui-form-item {
	margin-bottom: 0
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .layui-form-item .layui-form-label {
	padding-left: 0;
	width: 80px;
	color: #443B33
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .layui-form-item .layui-input-block {
	margin-left: 80px
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .layui-form-item .layui-input-block .layui-form-checkbox[lay-skin=primary] span {
	color: #443B33
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .layui-form-item .layui-input-block .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #795a3d
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .layui-form-item .layui-input-block .layui-form-checked[lay-skin=primary] i {
	border-color: #E3A25F !important;
	background-color: #E3A25F
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .filter-right {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 32px
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .filter-right .digital-num {
	float: left;
	line-height: 32px;
	color: #443B33;
	font-size: 14px;
	margin-right: 20px
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .filter-right .digital-num span {
	color: #443B33;
	font-size: 14px;
	margin-right: 15px
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .filter-right .digital-input {
	float: left;
	width: 168px;
	height: 32px;
	position: relative
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .filter-right .digital-input .layui-input {
	height: 32px;
	line-height: 20px;
	border-color: #443B33;
	border-radius: 10px;
	padding: 0 30px 0 12px
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter .filter-right .digital-input .search-span {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 32px;
	background: url(../image/img113.png) no-repeat center
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-filter * {
	box-sizing: border-box
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .digital-list-item {
	display: block;
	position: relative;
	cursor: pointer
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .digital-list-item .item-img {
	height: 185px;
	overflow: hidden
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .digital-list-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .digital-list-item .item-img:hover img {
	transform: scale(1.1)
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .digital-list-item .item-name {
	height: 35px;
	line-height: 35px;
	color: #443B33;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .digital-list-item .item-name a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #795a3d;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .digital-list .index-pagin {
	margin-top: 30px
}

.exhibition-page .page-digital-mod .page-digital-list .digital-list-con .index-pagin {
	margin-top: 15px
}

.exhibition-page.exhibition-new .exhibition-tit-mod {
	display: flex;
	margin: 15px 0
}

.exhibition-page.exhibition-new .exhibition-tit-mod:before {
	content: '';
	flex: 1;
	height: 18px;
	border-bottom: 1px solid #443B33
}

.exhibition-page.exhibition-new .exhibition-tit-mod:after {
	content: '';
	flex: 1
}

.exhibition-page.exhibition-new .exhibition-tit-mod .tit-span {
	position: relative;
	color: #443B33;
	font-family: fzchsjt;
	font-size: 30px;
	padding: 0 15px;
	background: url(../image/new-img02.png) no-repeat left center
}

.exhibition-page.exhibition-new .exhibition-advance {
	margin-bottom: 40px
}

.exhibition-page.exhibition-new .exhibition-advance .index-container {
	background-color: #fff;
	padding-top: 15px
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con {
	padding: 0 75px 20px
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list {
	height: 345px;
	position: relative;
	padding-left: 620px
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 345px
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-img img {
	width: 100%;
	height: 100%
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li {
	height: 115px;
	padding: 5px 190px 5px 20px;
	border-bottom: 1px solid #d9d9d9
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li .item-name {
	line-height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li .item-name a {
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li .item-address {
	padding-left: 20px;
	line-height: 25px;
	color: #333;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/img154.png) no-repeat left center
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li .item-time {
	padding-left: 20px;
	line-height: 25px;
	color: #333;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/img155.png) no-repeat left center
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li:hover {
	background: #C89867;
	border-color: #C89867
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li:hover .item-name {
	color: #fff
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li:hover .item-name a {
	color: #fff
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li:hover .item-address {
	color: #fff;
	background: url(../image/img152.png) no-repeat left center
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .advance-list .advance-ul .advance-li:hover .item-time {
	color: #fff;
	background: url(../image/img153.png) no-repeat left center
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .item-more {
	text-align: center;
	padding: 20px 0
}

.exhibition-page.exhibition-new .exhibition-advance .index-container .advance-con .item-more .jump-btn {
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../image/img67.png) no-repeat center;
	color: #795a3d;
	font-size: 12px
}

.exhibition-page.exhibition-new .exhibition-tab-box {
	margin-bottom: 100px
}

.exhibition-page.exhibition-new .exhibition-tab-box .index-container .layui-tab .layui-tab-content {
	padding: 25px 90px 20px
}

.exhibition-page.exhibition-new .exhibition-tab-box .index-container .layui-tab .layui-tab-content .exhibition-list .item-more .jump-btn {
	background: url(../image/img67.png) no-repeat center
}

.exhibition-page.exhibition-new .exhibition-trailer:before {
	background: #fff
}

.exhibition-page.exhibition-new .exhibition-trailer:after {
	top: -50px;
	background: #D2965E
}

.exhibition-page.exhibition-new .exhibition-trailer .index-container .trailer-inner .trailer-right .item-more .jump-btn {
	background: url(../image/img67.png) no-repeat center
}

.exhibition-page.exhibition-new .exhibition-trailer .index-container:after {
	background: 0 0
}

.exhibition-page.exhibition-new .exhibition-online {
	margin-bottom: 40px;
	height: 482px;
	padding-bottom: 32px;
	position: relative
}

.exhibition-page.exhibition-new .exhibition-online:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 55px;
	right: calc(50% - 660px);
	z-index: 1;
	background: #AFAFAF
}

.exhibition-page.exhibition-new .exhibition-online .online-entrance {
	position: relative;
	z-index: 2;
	cursor: pointer;
	height: 452px;
	background: url(../image/img148.png) no-repeat center
}

.online-exhibition-detail-page {
	position: relative;
	padding-top: 335px;
	background: #F2F2F2 url(../image/img146.png) no-repeat top center
}

.online-exhibition-detail-page .online-exhibition-tit {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -152px;
	color: rgba(255, 255, 255, .7);
	font-size: 66px;
	letter-spacing: 10px;
	font-family: fzchsjt
}

.online-exhibition-detail-page .exhibition-detail {
	margin-bottom: 80px
}

.online-exhibition-detail-page .exhibition-detail .exhibition-detail-inner {
	padding: 80px 90px;
	background: #fff
}

.online-exhibition-detail-page .exhibition-detail .exhibition-detail-inner .online-detail-item {
	cursor: pointer;
	height: 350px;
	padding-top: 300px;
	position: relative
}

.online-exhibition-detail-page .exhibition-detail .exhibition-detail-inner .online-detail-item .item-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;
	overflow: hidden
}

.online-exhibition-detail-page .exhibition-detail .exhibition-detail-inner .online-detail-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.online-exhibition-detail-page .exhibition-detail .exhibition-detail-inner .online-detail-item .item-img:hover img {
	transform: scale(1.1)
}

.online-exhibition-detail-page .exhibition-detail .exhibition-detail-inner .online-detail-item .item-bottom {
	height: 50px;
	border: 1px solid #d8d8d8;
	padding: 0 20px;
	line-height: 48px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-quality-page {
	background-color: #F2F2F2
}

.exhibition-quality-page .exhibition-quality-banner {
	margin-bottom: 10px
}

.exhibition-quality-page .exhibition-quality-banner img {
	width: 100%;
	height: auto
}

.exhibition-quality-page .exhibition-quality-con .index-container {
	background: #fff;
	padding: 90px 90px 100px
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item {
	cursor: pointer;
	display: block;
	position: relative;
	height: 390px;
	overflow: hidden
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item:hover:before {
	transform: scale(1.1)
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify1:before {
	background: url(../image/img72.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify2:before {
	background: url(../image/img73.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify3:before {
	background: url(../image/img74.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify4:before {
	background: url(../image/img75.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify5:before {
	background: url(../image/img76.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify6:before {
	background: url(../image/img77.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item.classify7:before {
	background: url(../image/img78.png) no-repeat no-repeat center;
	background-size: 100% 100%
}

.exhibition-quality-page .exhibition-quality-list .index-container {
	position: relative;
	background: #fff;
	padding: 180px 100px 80px
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab {
	margin: 0;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 436px;
	border-bottom: 1px solid #443B33
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 436px;
	border-bottom: 1px solid #443B33
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title {
	position: relative;
	text-align: center;
	border: 0;
	display: flex
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title li {
	color: #666;
	font-size: 16px;
	transition: all .2s;
	padding: 0 20px
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title li:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	right: 0;
	border-right: 1px solid #666
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title li.layui-this {
	color: #E3A25F;
	font-size: 18px;
	font-weight: 700
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title li.layui-this:after {
	display: none
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title li:last-child:before {
	display: none
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title:before {
	flex: 1;
	content: '';
	background: url(../image/new-img02.png) no-repeat right center
}

.exhibition-quality-page .exhibition-quality-list .index-container .layui-tab .layui-tab-title:after {
	flex: 1;
	content: '';
	background: url(../image/new-img02.png) no-repeat left center
}

.exhibition-quality-page .exhibition-quality-list .index-container .quality-list-item {
	display: block;
	position: relative;
	cursor: pointer
}

.exhibition-quality-page .exhibition-quality-list .index-container .quality-list-item .item-img {
	height: 244px;
	overflow: hidden
}

.exhibition-quality-page .exhibition-quality-list .index-container .quality-list-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.exhibition-quality-page .exhibition-quality-list .index-container .quality-list-item .item-img:hover img {
	transform: scale(1.1)
}

.exhibition-quality-page .exhibition-quality-list .index-container .quality-list-item .item-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0, 0, 0, .4)
}

.exhibition-quality-page .exhibition-quality-list .index-container .quality-list-item .item-name a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.exhibition-quality-page .exhibition-quality-list .index-container .index-pagin {
	margin-top: 30px
}

.exhibition-quality-page .exhibition-quality-datail .index-container {
	background: #fff;
	padding-bottom: 84px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-tit {
	padding: 40px 0;
	display: flex
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-tit span {
	min-width: 330px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 30px;
	color: #443B33;
	font-size: 24px;
	letter-spacing: 10px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-tit:before {
	content: '';
	flex: 1;
	height: 40px;
	background: url(../image/img110.png) no-repeat right center
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-tit:after {
	content: '';
	flex: 1;
	height: 40px;
	background: url(../image/img111.png) no-repeat right center
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper {
	width: 986px;
	height: 653px;
	margin: 0 auto;
	margin-bottom: 60px;
	position: relative;
	background: #000
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box {
	height: 100%;
	position: relative;
	z-index: 2;
	background: #000
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-top {
	width: 100%;
	height: 100%
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-top .swiper-slide {
	position: relative
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-top .swiper-slide .view-big {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 165px;
	height: 55px;
	background: url(../image/img90.png) no-repeat center
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-top .swiper-slide .gallery-img {
	height: 100%;
	overflow: hidden
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-top .swiper-slide .gallery-img img {
	transition: all .5s;
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto;
	margin: 0 auto !important;
	display: block !important
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-top .swiper-slide .gallery-img:hover img {
	transform: scale(1.1)
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 100px;
	padding: 15px 80px;
	background: rgba(0, 0, 0, .2)
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .gallery-thumbs {
	height: 100%
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .gallery-thumbs .swiper-slide .thumbs-img {
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 2px solid #fff;
	background: #000
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .gallery-thumbs .swiper-slide .thumbs-img img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto;
	margin: 0 auto !important;
	display: block !important
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .thumbs-img {
	border-color: #c49d62
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .swiper-button-next {
	outline: 0;
	width: 33px;
	height: 44px;
	background: url(../image/img61.png) no-repeat center;
	right: 10px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .swiper-button-next:after {
	display: none
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .swiper-button-prev {
	outline: 0;
	width: 33px;
	height: 44px;
	background: url(../image/img60.png) no-repeat center;
	left: 10px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper .swiper-box .gallery-bottom .swiper-button-prev:after {
	display: none
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper:before {
	content: '';
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 1;
	width: 180px;
	height: 180px;
	background: #C1BDBA
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-imgs-swiper:after {
	content: '';
	position: absolute;
	bottom: -40px;
	right: -40px;
	z-index: 1;
	width: 180px;
	height: 180px;
	background: #D3C5B8
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-info-box {
	position: relative;
	padding: 25px 55px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-info-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 25px;
	background: url(../image/img112.png) no-repeat center
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-info-box:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	background: url(../image/img112.png) no-repeat center
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-info-box .detail-info-line {
	position: relative;
	margin: 20px 0;
	padding-left: 200px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-info-box .detail-info-line .info-label {
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 40px;
	color: #443b33;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 6px
}

.exhibition-quality-page .exhibition-quality-datail .index-container .detail-info-box .detail-info-line .info-block {
	line-height: 40px;
	min-height: 40px;
	color: #666;
	font-size: 20px
}

.img-layer {
	background-color: rgba(0, 0, 0, .8) !important
}

.img-layer .layui-layer-setwin {
	top: 40px;
	right: 35px
}

.img-layer .layer-amplific-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.img-layer .layer-amplific-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.online-page {
	background-color: #f2f2f2
}

.online-page .online-banner {
	margin-bottom: 10px
}

.online-page .online-banner img {
	width: 100%;
	height: auto
}

.online-page .index-bread {
	margin-top: 20px
}

.online-page .index-bread .layui-breadcrumb a {
	color: #333 !important
}

.online-page .index-bread .layui-breadcrumb a cite {
	color: #333 !important
}

.online-page .index-bread .layui-breadcrumb span {
	color: #333 !important
}

.online-page .online-con .index-container {
	background: #fff;
	padding: 35px 90px 60px
}

.online-page .online-con .index-container .online-list .online-list-item {
	display: block;
	position: relative;
	cursor: pointer
}

.online-page .online-con .index-container .online-list .online-list-item .item-img {
	position: relative;
	height: 200px;
	overflow: hidden
}

.online-page .online-con .index-container .online-list .online-list-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .5s
}

.online-page .online-con .index-container .online-list .online-list-item .item-img .item-time {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	border-radius: 13px;
	background: rgba(0, 0, 0, .5)
}

.online-page .online-con .index-container .online-list .online-list-item .item-img:hover img {
	transform: scale(1.1)
}

.online-page .online-con .index-container .online-list .online-list-item .item-img:hover:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url(../image/img117.png) no-repeat center
}

.online-page .online-con .index-container .online-list .online-list-item .item-bottom {
	background: #f5f3f3;
	height: 70px;
	padding: 8px 25px
}

.online-page .online-con .index-container .online-list .online-list-item .item-bottom .item-name {
	height: 25px;
	line-height: 25px;
	color: #443b33;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.online-page .online-con .index-container .online-list .online-list-item .item-bottom .item-people {
	height: 25px;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.online-page .online-con .index-container .index-pagin {
	margin-top: 30px
}

.online-detail-page {
	background: #f2f2f2 url(../image/new-img12.png) no-repeat top center;
	background-size: 100% auto;
	padding-top: 120px
}

.online-detail-page .online-video-con {
	height: 712px;
	background: #212121
}

.online-detail-page .online-video-con .index-container {
	height: 100%;
	position: relative
}

.online-detail-page .online-video-con .index-container .video-name {
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 24px;
	font-family: fzchsjt
}

.online-detail-page .online-video-con .index-container .video-center {
	height: calc(100% - 120px);
	position: relative;
	padding-right: 350px
}

.online-detail-page .online-video-con .index-container .video-center .video-left {
	height: 100%
}

.online-detail-page .online-video-con .index-container .video-center .video-left video {
	width: 100%;
	height: 100%
}

.online-detail-page .online-video-con .index-container .video-center .video-left img {
	width: 100%;
	height: 100%
}

.online-detail-page .online-video-con .index-container .video-center .video-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 330px
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container {
	width: 100%;
	height: 100%
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container .swiper-slide .slide-item {
	cursor: pointer;
	background: #3a3838;
	position: relative;
	height: 100%;
	padding: 12px 15px 0 56px
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container .swiper-slide .slide-item .item-name {
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container .swiper-slide .slide-item .item-info {
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container .swiper-slide .slide-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 56px;
	background: url(../image/img115.png) no-repeat center
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container .swiper-slide .slide-item.active {
	background: #C89867
}

.online-detail-page .online-video-con .index-container .video-center .video-right .swiper-container .swiper-slide .slide-item.active:before {
	background: url(../image/img116.png) no-repeat center
}

.online-detail-page .online-video-info .index-container {
	background: #fff;
	padding: 20px 110px 60px
}

.online-detail-page .online-video-info .index-container .video-info-tit {
	color: #443B33;
	font-size: 18px;
	font-family: fzchsjt;
	position: relative;
	padding-left: 14px;
	margin-bottom: 15px
}

.online-detail-page .online-video-info .index-container .video-info-tit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 5px;
	height: 20px;
	background: #443B33
}

.online-detail-page .online-video-info .index-container .video-info-paga {
	line-height: 22px;
	color: #2E2518;
	font-size: 14px;
	padding-left: 14px
}

.education-page {
	background-color: #F2F2F2;
}

.education-page .education-banner {
	margin-bottom: 10px
}

.education-page .education-banner img {
	width: 100%;
	height: auto
}

.education-page .index-bread {
	margin-top: 15px
}

.education-lecture {
	background-color: #655D57;
	margin-bottom: 30px;
}

.education-page .education-lecture .index-container {
	padding-top: 20px;
	/* background: #fff */
}

.education-page .education-lecture .index-container .index-active .active-con {
	padding: 0 35px 40px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner {
	height: 480px;
	position: relative
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: 1;
	margin-left: -140px;
	width: 280px;
	height: 240px;
	background: #D7C6B7
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner:after {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	width: 390px;
	height: 46px;
	background: #CDD0C3
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .index-mod-head-style1 .left-title {
	color: #795a3d;
	font-size: 22px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left {
	position: relative;
	z-index: 2;
	float: left;
	width: 55%;
	height: 100%;
	padding-top: 50px;
	background-color: #D2965E
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply {
	display: block;
	height: calc(100% - 55px);
	padding: 0 30px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img {
	height: 330px;
	position: relative;
	overflow: hidden
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img img {
	width: 100%;
	height: 100%;
	transition: all .5s linear
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:after,
.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:before {
	content: '';
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: all .5s
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid rgba(255, 255, 255, .6);
	border-left: 1px solid rgba(255, 255, 255, .6);
	transform: scale(1, 0);
	transform-origin: 100% 0
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:hover:after,
.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:hover:before {
	opacity: 1;
	transform: scale(1);
	transition: all .5s
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-img:hover img {
	transform: scale(1.1)
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info {
	height: calc(100% - 330px);
	position: relative;
	padding-right: 100px;
	padding-top: 15px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info .active-name {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-left .active-apply .active-info .active-time-range {
	line-height: 25px;
	color: #fff;
	font-size: 13px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right {
	position: relative;
	z-index: 2;
	top: 115px;
	float: right;
	width: calc(45% - 20px);
	height: 290px;
	background-color: #877C6E
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list {
	height: calc(100% - 65px);
	overflow: hidden
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active {
	position: relative;
	padding: 0 25px 0 50px;
	height: 30px;
	margin-bottom: 5px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 45px;
	background: url(../image/img06.png) no-repeat right center
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active .active-inner-link {
	display: block;
	padding-right: 100px;
	position: relative
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active .active-inner-link .active-tit {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active .active-inner-link .active-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	color: #fff;
	font-size: 13px
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active:hover:before {
	background: url(../image/img07.png) no-repeat right center
}

.education-page .education-lecture .index-container .index-active .active-con .active-inner .active-right .active-list .normal-active:hover .active-inner-link .active-tit {
	color: #c49d62
}

.education-page .education-online .index-container {
	padding-top: 10px;
	background: #60605F url(../image/img118.png) no-repeat right center
}

.education-page .education-online .index-container .index-mod-head-style1 {
	position: relative
}

.education-page .education-online .index-container .index-mod-head-style1:before {
	content: '';
	position: absolute;
	top: 29px;
	left: 0;
	right: calc(100% - 45px);
	border-top: 1px solid #fff
}

.education-page .education-online .index-container .index-mod-head-style1 .left-title {
	color: #fff
}

.education-page .education-online .index-container .index-mod-head-style1 .left-title:before {
	background: url(../image/img16.png) no-repeat right center
}

.education-page .education-online .index-container .education-online-swiper {
	height: 470px;
	padding: 0 90px 20px;
	position: relative
}

.education-page .education-online .index-container .education-online-swiper .swiper-container {
	width: 100%;
	height: 100%
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide {
	height: 100%;
	position: relative;
	padding-left: 655px
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 588px;
	height: 322px;
	margin-top: -161px
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-img img {
	width: 100%;
	height: 100%
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-img video {
	width: 100%;
	height: 100%
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-info {
	height: 100%;
	display: flex;
	flex-direction: column
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-info .info-tit {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 10px;
	line-height: 40px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-info .info-line {
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: url(../image/img120.png) no-repeat left center
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-info .info-line span {
	color: #fff;
	font-size: 16px;
	margin-left: 30px
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .online-slide .online-slide-info .info-paga {
	padding: 0 30px 60px 25px;
	flex: 1;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 30px
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .swiper-pagination-bullet {
	background: #C59D72 !important;
	opacity: 1
}

.education-page .education-online .index-container .education-online-swiper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff !important
}

.education-page .education-online .index-container .education-online-swiper .swiper-button-next {
	outline: 0;
	width: 33px;
	height: 44px;
	right: 15px;
	margin-top: -22px;
	background: url(../image/img61.png) no-repeat center
}

.education-page .education-online .index-container .education-online-swiper .swiper-button-next:after {
	display: none
}

.education-page .education-online .index-container .education-online-swiper .swiper-button-prev {
	outline: 0;
	width: 33px;
	height: 44px;
	left: 15px;
	margin-top: -22px;
	background: url(../image/img60.png) no-repeat center
}

.education-page .education-online .index-container .education-online-swiper .swiper-button-prev:after {
	display: none
}

.education-page .education-research .index-container {
	background: #fff;
	padding-top: 10px
}

.education-page .education-research .index-container .research-container {
	padding: 10px 50px 30px
}

.education-page .education-research .index-container .gxhz-box {
	height: 509px;
	border-radius: 20px;
	position: relative;
	border: 1px solid #ebd39b;
	overflow: hidden
}

.education-page .education-research .index-container .gxhz-box img {
	width: 100%;
	height: 100%
}

.education-page .education-research .index-container .gxhz-box .intro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 22px;
	height: 86px;
	padding: 21px 30px;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 35%, #000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 35%, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 35%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.education-page .education-research .index-container .switchover-box {
	padding: 0 50px;
	position: relative
}

.education-page .education-research .index-container .switchover-box .handle {
	position: absolute;
	width: 17px;
	height: 27px;
	top: 40px;
	cursor: pointer
}

.education-page .education-research .index-container .switchover-box .handle.handle-left {
	background: url(../../img/handle-left.png) no-repeat;
	left: 0
}

.education-page .education-research .index-container .switchover-box .handle.handle-right {
	background: url(../../img/handle-right.png) no-repeat;
	right: 0
}

.education-page .education-research .index-container .switchover-box .switchover {
	overflow: hidden;
	height: 143px;
	position: relative
}

.education-page .education-research .index-container .switchover-box .switchover .switchover-item-box {
	position: absolute;
	left: 0;
	top: 0
}

.education-page .education-research .index-container .switchover-box .switchover .switchover-item-box .switchover-item {
	padding: 0 10px;
	display: inline-block;
	float: left;
	height: 143px;
	width: 220px
}

.education-page .education-research .index-container .switchover-box .switchover .switchover-item-box .switchover-item img {
	width: 200px;
	height: 106px;
	border-radius: 12px;
	box-sizing: border-box
}

.education-page .education-research .index-container .switchover-box .switchover .switchover-item-box .switchover-item img:hover {
	border: 2px solid #f7d17a;
	box-shadow: 0 3px 3px 0 rgba(10, 16, 46, .3)
}

.education-page .education-research .index-container .switchover-box .switchover .switchover-item-box .switchover-item.active img {
	border: 2px solid #f7d17a;
	box-shadow: 0 3px 3px 0 rgba(10, 16, 46, .3)
}

.education-page .education-research .index-container .switchover-box .switchover .switchover-item-box .switchover-item .item-name {
	font-size: 14px;
	color: #443B33;
	opacity: .8;
	text-align: center;
	padding-top: 15px
}

.education-page .education-news .index-container {
	background: #fff
}

.education-page .education-news .education-news-con {
	position: relative;
	padding: 30px 85px 150px
}

.education-page .education-news .education-news-con:before {
	content: '';
	position: absolute;
	bottom: 115px;
	left: 50px;
	width: 180px;
	height: 180px;
	z-index: 4;
	background: #E9D1BA
}

.education-page .education-news .education-news-con:after {
	content: '';
	position: absolute;
	top: -5px;
	right: 50px;
	width: 180px;
	height: 180px;
	z-index: 4;
	background: #CDD0C3
}

.education-page .education-news .education-news-con .social-box {
	position: relative;
	z-index: 5;
	height: 347px
}

.education-page .education-news .education-news-con .social-box img {
	height: 347px;
	float: left;
	min-width: 617px
}

.education-page .education-news .education-news-con .social-box .social-info {
	margin-left: 617px;
	background: #C59D72;
	height: 347px;
	padding: 15px 30px
}

.education-page .education-news .education-news-con .social-box .social-info .date {
	font-size: 14px;
	color: #fff
}

.education-page .education-news .education-news-con .social-box .social-info .title {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	line-height: 50px
}

.education-page .education-news .education-news-con .social-box .social-info .info {
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.education-page .education-news .education-news-con .social-box .social-info .lists-box {
	padding-top: 15px;
	border-top: 2px dashed rgba(255, 255, 255, .48)
}

.education-page .education-news .education-news-con .social-box .social-info .lists-box .lists-item {
	line-height: 36px;
	height: 36px
}

.education-page .education-news .education-news-con .social-box .social-info .lists-box .lists-item a {
	color: #fff
}

.education-page .education-news .education-news-con .social-box .social-info .lists-box .lists-item .dateTime {
	color: #fff
}

.education-page .education-news .education-news-con .social-box .social-info .lists-box .lists-item::before {
	border-color: #FFF
}

.leader-page {
	background: #f2f2f2
}

.leader-page .leader-banner {
	height: 110px
}

.leader-page .index-bread {
	margin-top: 20px
}

.leader-page .index-bread .layui-breadcrumb a {
	color: #333 !important
}

.leader-page .index-bread .layui-breadcrumb a cite {
	color: #333 !important
}

.leader-page .index-bread .layui-breadcrumb span {
	color: #333 !important
}

.leader-page .leader-container {
	width: 1200px;
	margin: 0 auto
}

.leader-page .leader-tit-mod {
	display: flex;
	margin-bottom: 35px
}

.leader-page .leader-tit-mod:before {
	content: '';
	flex: 1;
	height: 17px;
	border-bottom: 1px solid #443B33
}

.leader-page .leader-tit-mod:after {
	content: '';
	flex: 1
}

.leader-page .leader-tit-mod .tit-span {
	position: relative;
	color: #443B33;
	font-family: fzqk;
	font-size: 33px;
	padding: 0 15px;
	background: url(../image/new-img02.png) no-repeat left center
}

.leader-page .leader-list {
	background: #fff;
	padding: 10px 40px;
	margin-bottom: 55px
}

.leader-page .leader-list .leader-list-item {
	position: relative;
	padding: 30px 0 30px 280px;
	min-height: 408px;
	border-bottom: 1px dashed rgba(125, 125, 125, .4)
}

.leader-page .leader-list .leader-list-item .leader-img {
	position: absolute;
	top: 30px;
	left: 0;
	width: 248px;
	height: 348px;
	background: #eee
}

.leader-page .leader-list .leader-list-item .leader-img img {
	width: 100%;
	height: 100%
}

.leader-page .leader-list .leader-list-item:last-child {
	border-bottom: 0
}

.leader-page .leader-list .leader-list-item .leader-info-name {
	padding-left: 25px;
	color: #000;
	font-size: 22px;
	background: url(../image/img121.png) no-repeat left center;
	margin-bottom: 15px
}

.leader-page .leader-list .leader-list-item .leader-info-name span {
	color: #666;
	font-size: 14px;
	margin-left: 10px
}

.leader-page .leader-list .leader-list-item .leader-infos p {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px;
	text-indent: 28px
}

.leader-page .leader-list .leader-list-item .leader-infos p:last-child {
	margin-bottom: 0
}

.g-box1200 {
	width: 1200px;
	margin: 0 auto
}

.g-box1000 {
	width: 1000px;
	margin: 0 auto
}

.culactive-page {
	background: #f2f2f2
}

.culactive-page .culactive-banner {
	height: 720px;
	background: url(../image/img126.png) no-repeat top center
}

.culactive-page .culactive-list {
	min-height: 1030px;
	padding-top: 340px;
	background: url(../image/img127.png) no-repeat top center
}

.culactive-page .culactive-list .list-container {
	width: 730px;
	margin: 0 auto
}

.culactive-page .culactive-list .list-container .list-item {
	display: block
}

.culactive-page .culactive-list .list-container .list-item .list-item-img {
	height: 229px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	cursor: pointer
}

.culactive-page .culactive-list .list-container .list-item .list-item-img img {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	transition: all .5s
}

.culactive-page .culactive-list .list-container .list-item .list-item-img:hover img {
	transform: scale(1.1)
}

.culactive-page .culactive-list .list-container .list-item .list-item-name {
	line-height: 50px;
	height: 50px;
	color: #000;
	font-size: 18px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.culactive-page .culactive-type-container {
	padding-top: 140px;
	/* background: url(../image/img136.png) no-repeat center -40px; */
	margin-bottom: 40px
}

.culactive-page .culactive-type-container .culactive-type {
	height: 80px;
	background-color: #e1e1e1;
	padding: 15px 40px
}

.culactive-page .culactive-type-container .culactive-type .type-label {
	float: left;
	height: 50px;
	line-height: 50px;
	padding-right: 35px;
	margin-right: 15px;
	border-right: 1px solid #c5ccbe;
	color: #424242;
	font-size: 25px;
	font-weight: 700
}

.culactive-page .culactive-type-container .culactive-type .layui-tab {
	margin: 5px 0;
	float: left
}

.culactive-page .culactive-type-container .culactive-type .layui-tab .layui-tab-title {
	border: 0
}

.culactive-page .culactive-type-container .culactive-type .layui-tab .layui-tab-title li {
	color: #424242;
	font-size: 16px
}

.culactive-page .culactive-type-container .culactive-type .layui-tab .layui-tab-title li.layui-this {
	color: #e9b422;
	font-weight: 700
}

.culactive-page .culactive-type-container .culactive-type .layui-tab .layui-tab-title li.layui-this:after {
	display: none
}

.culactive-page .culactive-type-container .culactive-type-tit {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.culactive-page .culactive-type-container .culactive-type-tit .culactive-type-div {
	position: absolute;
	width: 44px;
	height: 124px;
	background: #BCB7AF;
	left: 44.5%;
	top: 25%;
}

.culactive-page .culactive-type-container .culactive-type-tit .tit-text {
	width: 100px;
	min-height: 150px;
	color: #000;
	font-size: 56px;
	font-family: swsf;
	z-index: 999;
	padding-right: 40px;
	padding-bottom: 50px;
	background: url(../image/img131.png) no-repeat 90% 100%
}

.culactive-page .culactive-type-container .culactive-type-tit .bg-text {
	position: absolute;
	top: 55px;
	color: #e0e0df;
	font-size: 75px;
	display: none;
	font-family: swsf;
	opacity: .3;
	letter-spacing: 20px
}

.culactive-page .culactive-type-container .culactive-type-first {
	position: relative;
	padding-top: 60px;
	margin-bottom: 20px
}

.culactive-page .culactive-type-container .culactive-type-first .first-img {
	position: absolute;
	top: 0;
	left: 60px;
	width: 350px;
	height: 350px
}

.culactive-page .culactive-type-container .culactive-type-first .first-img img {
	width: 100%;
	height: 100%
}

.culactive-page .culactive-type-container .culactive-type-first .first-con {
	min-height: 330px;
	padding: 30px 40px 40px 472px;
	background: #8D7962
}

.culactive-page .culactive-type-container .culactive-type-first .first-con p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item {
	position: relative;
	padding-top: 290px
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item .type-item-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 290px;
	overflow: hidden
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item .type-item-img img {
	width: 100%;
	height: 100%;
	transition: .5s all
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item .type-item-img:hover img {
	transform: scale(1.1)
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item .type-img-bottom {
	position: relative;
	height: 70px;
	background: #fff;
	padding: 15px 104px 15px 20px
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item .type-img-bottom .float-text {
	display: block;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.culactive-page .culactive-type-container .culactive-type-list .type-list-item .type-img-bottom .layui-btn {
	position: absolute;
	top: 16px;
	right: 20px;
	background: #E3A25F
}

.culactive-page .culactive-datail-container {
	padding-top: 120px;
	margin-bottom: 25px
}

.culactive-page .culactive-datail-container .index-bread .layui-breadcrumb a {
	color: #333 !important
}

.culactive-page .culactive-datail-container .index-bread .layui-breadcrumb a cite {
	color: #333 !important
}

.culactive-page .culactive-datail-container .index-bread .layui-breadcrumb span {
	color: #333 !important
}

.culactive-page .culactive-datail-container .deatil-box {
	background: #fff;
	padding: 0 100px 100px
}

.culactive-page .culactive-datail-container .deatil-box .detail-tit-name {
	color: #000;
	font-size: 26px;
	height: 80px;
	line-height: 80px;
	padding-left: 35px;
	background: url(../image/img141.png) no-repeat left center
}

.culactive-page .culactive-datail-container .deatil-box .detail-swiper {
	height: 450px;
	background: #edead7;
	margin-bottom: 20px
}

.culactive-page .culactive-datail-container .deatil-box .detail-swiper .swiper-slide img {
	width: 100%;
	height: 100%
}

.culactive-page .culactive-datail-container .deatil-box .detail-swiper .swiper-pagination-bullet {
	width: 24px;
	height: 17px;
	opacity: 1;
	background: url(../image/img137.png) no-repeat center
}

.culactive-page .culactive-datail-container .deatil-box .detail-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../image/img138.png) no-repeat center
}

.culactive-page .culactive-datail-container .deatil-box .detail-form-item {
	height: 40px
}

.culactive-page .culactive-datail-container .deatil-box .detail-form-item label {
	float: left;
	color: #000;
	font-size: 14px;
	width: 55px;
	line-height: 40px;
	text-align: right;
	padding-left: 10px
}

.culactive-page .culactive-datail-container .deatil-box .detail-form-item .detail-form-block {
	color: #000;
	font-size: 14px;
	line-height: 40px;
	margin-left: 75px
}

.culactive-page .culactive-datail-container .deatil-box .detail-price {
	height: 40px;
	background: #ffe4cf
}

.culactive-page .culactive-datail-container .deatil-box .detail-price .detail-form-item .detail-form-block {
	color: #f40;
	font-weight: 700
}

.culactive-page .culactive-datail-container .deatil-box .detail-price .detail-form-item .detail-form-block span {
	color: #f40;
	font-size: 20px
}

.culactive-page .culactive-datail-container .deatil-box .detail-taobao {
	display: block;
	cursor: pointer;
	width: 150px;
	height: 40px;
	margin: 20px 0;
	background: url(../image/img140.png) no-repeat center
}

.culactive-page .culactive-datail-container .deatil-box .detail-text {
	line-height: 24px;
	color: #000;
	font-size: 14px;
	text-indent: 32px
}

.building-page .building-con {
	height: 738px;
	background: url(../image/img142.png) no-repeat top center
}

.social-education-comments {
	background: #fff;
	padding: 0 55px 20px
}

.social-education-comments .comments-tit {
	color: #333;
	font-size: 16px;
	line-height: 60px
}

.social-education-comments .write-comments {
	padding-bottom: 25px
}

.social-education-comments .write-comments .comments-con {
	margin-bottom: 20px
}

.social-education-comments .write-comments .comments-con .layui-textarea {
	border-color: #d7d7d7;
	border-radius: 3px;
	background: #f4f4f4;
	padding: 10px
}

.social-education-comments .write-comments .comments-tourists-info {
	height: 42px
}

.social-education-comments .write-comments .comments-tourists-info .tourists-nicname {
	float: left;
	width: 225px;
	margin-right: 20px
}

.social-education-comments .write-comments .comments-tourists-info .tourists-nicname .layui-input {
	height: 42px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	font-size: 14px;
	background: #f4f4f4
}

.social-education-comments .write-comments .comments-tourists-info .tourists-verif-code {
	float: left;
	width: 225px;
	margin-right: 10px
}

.social-education-comments .write-comments .comments-tourists-info .tourists-verif-code .layui-input {
	height: 42px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	font-size: 14px;
	background: #f4f4f4
}

.social-education-comments .write-comments .comments-tourists-info .tourists-code {
	float: left;
	width: 100px;
	height: 42px;
	border: 1px solid #d7d7d7
}

.social-education-comments .write-comments .comments-tourists-info .tourists-code img {
	width: 100%;
	height: 100%
}

.social-education-comments .write-comments .comments-tourists-info .tourists-send-comment {
	float: right
}

.social-education-comments .write-comments .comments-tourists-info .tourists-send-comment .layui-btn {
	background: #bb9962;
	border-radius: 3px;
	height: 40px
}

.social-education-comments .write-comments .comments-agree {
	margin: 20px 0
}

.social-education-comments .write-comments .comments-agree .layui-form-checkbox[lay-skin=primary] i {
	width: 14px;
	height: 14px
}

.social-education-comments .write-comments .comments-agree .layui-form-checkbox[lay-skin=primary] span {
	color: #bb9962;
	font-size: 14px
}

.social-education-comments .write-comments .comments-agree .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #bb9962
}

.social-education-comments .write-comments .comments-agree .layui-form-checkbox[lay-skin=primary].layui-form-checked i {
	border-color: #bb9962 !important;
	background-color: #bb9962
}

.social-education-comments .write-comments .comments-agreement {
	color: #8a8a8a;
	font-size: 14px;
	text-indent: 30px;
	line-height: 22px
}

.social-education-comments .comments-detail {
	margin-top: 20px
}

.social-education-comments .comments-detail .comments-detail-head {
	border-bottom: 1px solid #e9ece6;
	padding: 15px 0;
	color: #333;
	font-size: 14px
}

.social-education-comments .comments-detail .comments-detail-head span {
	color: #bb9962;
	font-size: 15px;
	margin-left: 10px;
	font-weight: 700
}

.social-education-comments .comments-detail .comments-detail-body .write-comments {
	padding-left: 80px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item {
	padding: 20px 190px 20px 80px;
	position: relative;
	min-height: 100px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-img {
	position: absolute;
	top: 20px;
	left: 0;
	width: 60px;
	height: 60px;
	background: #c2c9bc;
	border-radius: 50%
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-img img {
	width: 100%;
	height: 100%
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 150px;
	display: flex;
	justify-content: space-around
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope .comment-btn {
	cursor: pointer;
	margin-top: 4px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope .comment-btn .iconfont {
	color: #d7d7d7;
	font-size: 22px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope .like-btn {
	cursor: pointer
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope .like-btn .iconfont {
	color: #d7d7d7;
	font-size: 22px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope .like-btn span {
	color: #666;
	font-size: 12px;
	margin-left: 5px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-ope .like-btn.active .iconfont {
	color: red
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-detail {
	padding-top: 5px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-detail .comments-user-name {
	color: #333;
	font-size: 14px;
	line-height: 25px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-detail .comments-line {
	color: #666;
	font-size: 12px;
	line-height: 20px
}

.social-education-comments .comments-detail .comments-detail-body .comments-item .comments-item-detail .comments-line span {
	margin-right: 10px
}

.social-education-comments .comments-detail .comments-detail-body .comments-list .comments-list-first {
	border-bottom: 1px solid #e9ece6
}

.social-education-comments .comments-detail .comments-detail-body .comments-list .comments-list-first:last-child {
	border: 0
}

.social-education-comments .comments-detail .comments-detail-body .comments-second-ul {
	margin-left: 80px;
	background: #f4f4f4;
	padding-left: 20px;
	margin-bottom: 20px
}

.social-education-comments .comments-detail .comments-detail-body .comments-second-ul .write-comments {
	padding-right: 20px
}

.social-education-comments .comments-detail .comments-detail-foot {
	cursor: pointer;
	padding-top: 20px;
	margin-left: 80px;
	text-align: center;
	color: #bb9962;
	font-size: 14px;
	border-top: 1px solid #e9ece6
}

.social-education-comments .comments-detail .comments-detail-foot .iconfont {
	margin-left: 5px
}

.social-education-page {
	padding-top: 500px;
	background: #f2f2f2 url(../image/img143.png) no-repeat top center
}

.social-education-page .social-education-con {
	margin-bottom: 40px
}

.social-education-page .social-education-con .social-education-article {
	background: #fff;
	margin-bottom: 20px;
	padding: 40px 75px
}

.social-education-page .social-education-con .social-education-article .article-title {
	text-align: center;
	color: #443B33;
	font-size: 26px;
	margin-bottom: 35px;
	font-weight: 700
}

.social-education-page .social-education-con .social-education-article p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	text-indent: 28px
}

.magnify-modal {
	position: fixed;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important
}

.magnify-modal .magnify-header .magnify-toolbar {
	width: auto
}

.magnify-modal .magnify-header .magnify-toolbar .magnify-button.magnify-button-close:hover {
	background-color: rgba(0, 0, 0, 0)
}

.magnify-modal .magnify-header .magnify-toolbar .magnify-button.magnify-button-close .fa-close:before {
	font-size: 20px
}

.magnify-modal .magnify-stage {
	border: 0
}

@media (max-width:1400px) {
	.index-container {
		width: 1200px;
		margin: 0 auto
	}

	.index-page .index-collection .collection-top .collection-top-left {
		padding-top: 40px !important
	}

	.index-page .index-collection .collection-top .collection-top-left .collection-con {
		width: 250px
	}

	.exhibition-page .exhibition-digital .index-container {
		height: 750px
	}

	.exhibition-page .exhibition-digital .index-container .digital-left .digital-head {
		height: 205px
	}

	.exhibition-page .exhibition-digital .index-container .digital-left .digital-left-item {
		height: calc(100% - 225px)
	}

	.exhibition-page .exhibition-digital .index-container .digital-right {
		width: 345px
	}

	.exhibition-page .exhibition-digital .index-container .digital-right .digital-right-item {
		height: 330px
	}

	.exhibition-quality-page .exhibition-quality-con .index-container {
		padding: 70px 70px 80px
	}

	.exhibition-quality-page .exhibition-quality-con .index-container .exhibition-quality-item {
		height: 330px
	}
}

@media (min-width:1400px) {
	.index-container {
		width: 1400px;
		margin: 0 auto
	}
}
