* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "方正新书宋_GBK";
	src: url("./font/方正新书宋_GBK/方正新书宋_GBK.woff2") format("woff2"),
		url("./font/方正新书宋_GBK/方正新书宋_GBK.woff") format("woff"),
		url("./font/方正新书宋_GBK/方正新书宋_GBK.ttf") format("truetype"),
		url("./font/方正新书宋_GBK/方正新书宋_GBK.eot") format("embedded-opentype"),
		url("./font/方正新书宋_GBK/方正新书宋_GBK.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FZLiBian-S02S';
	src: url('./font/FZLBJW/FZLBJW--GB1-0.eot');
	src: url('./font/FZLBJW/FZLBJW--GB1-0.eot?#iefix') format('embedded-opentype'),
		url('./font/FZLBJW/FZLBJW--GB1-0.woff2') format('woff2'),
		url('./font/FZLBJW/FZLBJW--GB1-0.woff') format('woff'),
		url('./font/FZLBJW/FZLBJW--GB1-0.ttf') format('truetype'),
		url('./font/FZLBJW/FZLBJW--GB1-0.svg#FZLBJW--GB1-0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'FZHanWenZhengKaiS';
    src: url('./font/FZHANWZKS--GB1-0/FZHANWZKS--GB1-0.eot');
    src: url('./font/FZHANWZKS--GB1-0/FZHANWZKS--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('./font/FZHANWZKS--GB1-0/FZHANWZKS--GB1-0.woff2') format('woff2'),
        url('./font/FZHANWZKS--GB1-0/FZHANWZKS--GB1-0.woff') format('woff'),
        url('./font/FZHANWZKS--GB1-0/FZHANWZKS--GB1-0.ttf') format('truetype'),
        url('./font/FZHANWZKS--GB1-0/FZHANWZKS--GB1-0.svg#FZHANWZKS--GB1-0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a {
	text-decoration: none;
}

/* 首页 */
body {
	background-color: #f0ece7;
	font-family: "方正新书宋_GBK";
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner .banner-bg {
	display: block;
	width: 100%;
}

.home .banner-bg {
	animation: zhgjpic 10s infinite;
}

.banner-logo {
	position: absolute;
	left: 20%;
}

.banner-left {
	position: absolute;
}

.banner-bottom {
	position: absolute;
	left: 25%;
}

.banner-title {
	position: absolute;
	top: 25%;
	left: 50%;
}

@keyframes zhgjpic {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}

.home .banner-title {
	animation: float 3s ease-in-out infinite;
	  transform-origin: center; /* 以文字中心为原点浮动 */
}
/* 浮动动画关键帧：小幅度上下位移 */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px); /* 仅上移4px，幅度适中 */
  }
}
.tuijianBox{
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
}
.huxiao-pic {
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.huxiao-pic:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.chunlian-title img {
	display: block;
	margin: 0 auto;
}

.chunlian-box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.chunlian-list {
	transition: 0.5s ease;
}

.chunlian-list img {
	display: block;
}

.chunlian-list:hover {
	box-shadow: 4px 6px 3px 1px rgba(0, 0, 0, 0.2);
	transform: translate(0, 10px);
}

.more {
	display: flex;
}

.more-btn {
	color: #ffcc7b;
	font-family: "方正新书宋_GBK";
	margin: 0 auto;
	padding: 0 20px;
	background: #c5434e;
	border: solid;
	1px #ffcc7b;
	border-radius: 20px;
}

.more-btn:hover {
	animation: shake 1.82s cubic-bezier(.36, .07, .19, .97) both;
	transform-origin: 50% 50%;
}

@keyframes shake {

	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-2px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateY(2px);
	}
}

.guancang-title img {
	display: block;
	margin: 0 auto;
}

.guancang .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: static;
}

.guancang .bx-wrapper .bx-pager {
	padding-top: 35px;
}

.guancang .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	outline: 0;
	border: solid 1px #df4c53;
}

.guancang .bx-wrapper .bx-pager.bx-default-pager a:hover,
.guancang .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #df4c53
}

.wenjin-xinchun {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.wenjin-xinchun-title img {
	display: block;
	margin: 0 auto;
}

.tuijian {
	background: url(../img/tuijian-bg.png);
	background-size: cover;
	position: relative;
}

.tuijian-title {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.tuijian-title-item {
	position: relative;
	cursor: pointer;
}

.tuijian-title-item.active {
	background: url(../img/tuijian-title-bg.png);
	background-size: 100% 100%;
}

.tuijian-title-item img {
	position: absolute;
}

/* .tuijian .bx-wrapper .bx-pager .bx-pager-item,.tuijian  .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	display: flex;
} */
.tuijian .bx-wrapper .bx-pager.bx-default-pager a {
	font-family: "方正新书宋_GBK";
	color: #fae7d2;
	background: #d97c2c;
	text-indent: 0;
	display: block;
	outline: 0;
}

.tuijian .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -80px;
	width: calc(100vw - 50px);
	display: flex;
	left: 50%;
	transform: translate(-50%, 0);
	flex-wrap: wrap;
	justify-content: center;
}

.tuijian .bx-wrapper .bx-pager.bx-default-pager a:hover,
.tuijian .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #edbd69;
	color: #961212;
}



.xiaorui-ditie-main {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.xiaorui-ditie-title img,
.xiaorui-ditie-box img {
	display: block;
	transition: all 0.8s ease;
	/* 关键：添加 0.3 秒平滑过渡，放大/恢复更自然 */
}

.xiaorui-ditie-box {
	border: solid 2px #ffbc33;
	overflow: hidden;
}

/* .xiaorui-ditie-box img:hover {
	transform: scale(1.02)
} */

.xiaorui-more {
	display: flex;
}

.wenjin-xinchun-box {
	border: solid 6px #d1baa5;
	overflow: hidden;
}

.wenjin-xinchun-box img {
	display: block;
	transition: all 0.8s ease;
	/* 关键：添加 0.3 秒平滑过渡，放大/恢复更自然 */
}

.wenjin-xinchun-box:hover img {
	transform: scale(1.05);
}

.xiaorui-ditie-title img,
.xiaorui-ditie-box img {
	display: block;

}

.xiaorui-ditie-box {
	border: solid 2px #ffbc33;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.xiaorui-more {
	display: flex;
	padding-bottom: 82px;
}

.shufang-code-pic {
	background-color: #fff;
	object-fit: contain;
	opacity: 0.9;
}

.xiaorui-code-pic {
	opacity: 0.9;
}

.xiaorui-ditie-box:hover .shufang-code-pic {
	transform: scale(1.05);
	background-color: #fff;
	opacity: 1;
}

.xiaorui-ditie-box:hover .xiaorui-code-pic {
	transform: scale(1.05);
	opacity: 1;
}

.code-pic {
	position: absolute;
}

.footer {
	background-color: #d1ac7d;
	font-family: "方正新书宋_GBK";
	color: #fff;
	text-align: center;
}


.shiye-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jing {
	margin-right: 10px;
	width: 18px;
	height: 20px;
}

.jing-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer a {
	color: #fff;
}

.video-box {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.video-box img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 0;
}

.ce-list a {
	color: #008390;
	display: block;
	padding: 0 100px;
}

.ce-list a:hover {
	text-decoration: underline;
}

.lianying-siled img {
	display: block;
	cursor: pointer;
}

/* 二级页 */
.erji-chunlian-title img {
	display: block;
	margin: 0 auto;
}

.erji-chunlian-main {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.erji-chunlian-item {
	display: flex;
	transition: 0.5s ease;
}

.erji-chunlian-item:hover {
	transform: translate(0, 10px);
}

.erji-chunlian-item .duilian-pic {
	transition: 0.5s ease;
}

.erji-chunlian-item:hover .duilian-pic {
	box-shadow: 4px 6px 3px 1px rgba(0, 0, 0, 0.2);
}

.erji-chunlian-icon {
	text-align: right;
}

.erji-chunlian-name {
	writing-mode: vertical-rl;
	float: right;
}

/* 讲座 */
.erji-jiangzuo {
	margin: 0 auto;
}

.erji-jiangzuo-ul {
	display: flex;
	flex-wrap: wrap;
}

.erji-jiangzuo-li {
	position: relative;
}


.erji-jiangzuo-title {
	display: flex;
	align-items: center;
	font-family: 'FZLiBian-S02S';
}


.erji-xinchun-title {
	text-align: center;
}

/* 展览 */
ul,li{
	list-style: none;
}
.zhanlan-banner img{
	width: 100%;
	display: block;
}
.zhanlan-main{
	margin: 0 auto;
	background: #efebe6;
}
.zhanlan-pic{
	display: block;
}
.zhanlan-ul{
	display: flex;
	flex-wrap: wrap;
}
.qianyan{
	background-size: 100% 100%;
	box-sizing: border-box;
	position: relative;
    font-family: 'FZHanWenZhengKaiS';
}
.qianyan-title{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.qianyan-text p{
	text-indent: 2em;
}
.jieyu{
	background-size: 100% 100%;
	box-sizing: border-box;
	position: relative;
    font-family: 'FZHanWenZhengKaiS';
}
.jieyu-title{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.jieyu-text p{
	text-indent: 2em;
}