* {
	margin: 0;
	padding: 0;
}
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}
body {
	background-color: #fff;
	min-width: 1400px;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: #0C6EBF;
}

.max {
	width: 1400px;
	margin: 0 auto;
	text-align: left;
}


.yihang {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line {
	display: inline-block;
	vertical-align: middle;
}

.top {
	background-image: url('../images/2026/dbj.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 563px;
	width: 100%;
}

.top-title {
	text-align: center;
	padding-top: 80px;
}


.menu {
	width: 100%;
	height: 95px;
	position: relative;
	overflow: hidden;
	margin-top: -10px;
}

.menu>img {
	width: 1980px;
	height: 95px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
	object-fit: none;
	object-position: center;
}

.menu-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 26px;
	color: #fbf4e8;
	font-family: "F ZC QK";
	z-index: 2;
}

.menu-zong {
	margin-left: 110px;
}

.menu-list {
	padding-right: 48px;
	cursor: pointer;
	white-space: nowrap;
}
.menu-list a:hover{
	color: #ffffff;
}
.menu-input {
	position: absolute;
	top: 45%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
}

.menu-input .search-input {
	height: 50px;
	width: 255px;
	line-height: 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-indent: 2em;
	background-color: rgba(0, 0, 0, 0.1);
	outline: none;
	color: #fff;
	font-size: 18px;
	padding-right: 55px;
}

.menu-input .search-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	object-fit: contain;
}

@media screen and (max-width: 1900px) {
	.menu-input {
		right: 0 !important;
		height: 45px;
	}

	.menu-input .search-input {
		width: 165px !important;
		height: 45px;
	}
	.menu-input .search-icon{
		height: 45px;
		width: 45px;
	}
}

input::placeholder {
	color: #fff;
	font-size: 18px;
}

.file {
	margin-top: 70px;
}

.file-title {
	background-image: url(../images/2026/zhengce.png);
    background-repeat: no-repeat;
	background-size: 100% auto;
    height: 60px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #111111;
    font-family: "F ZY DC HJ W";
    font-weight: bold;
    margin-bottom: 40px;
}

.file-content {
	background-image: url('../images/2026/file-bj.png');
	width: 676px;
	height: 681px;
	background-size: cover;
}

.file-list {
	height: 106px;
	font-size: 20px;
	color: #141414;
	font-weight: 300;
	font-family: "Microsoft Ya Hei Light";
	line-height: 106px;
	border-bottom: 1px dashed #141414;
	padding-left: 5px;
}

.file-list span {
	width: calc(100% - 30px);
	/* margin-left: 15px; */
}

.file-right {
	margin-left: 43px;
}

.file-gd {
	font-size: 20px;
	letter-spacing: 1px;
	color: #787878;
	font-weight: 300;
	font-family: "Microsoft Ya Hei Light";
	margin-top: 25px;
	float: right;
	cursor: pointer;
}

.report {
	margin-top: 100px;
}

.report-left {
	width: 865px;
}

/* 轮播整体容器 - 包含图片 + 按钮圆点组合区 */
.carousel-wrap {
	width: 865px;
	position: relative;
}

/* 轮播图片容器 */
.carousel {
	width: 100%;
	height: 470px;
	overflow: hidden;
	position: relative;
}

/* 轮播图片列表 - 适配任意数量图片 */
.carousel-list {
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	/* 弹性布局自动排列 */
	transition: left 0.5s ease;
	/* 切换动画 */
	width: max-content;
	/* 自适应内容宽度 */
}

.carousel-item {
	width: 865px;
	/* 每张图宽度和容器一致 */
	height: 100%;
	flex-shrink: 0;
	/* 禁止压缩，保证宽度固定 */
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-item span {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 按钮+圆点组合容器 - 核心：横向排列 */
.carousel-control {
	display: flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: end;
	/* 整体居中 */
	margin-top: 15px;
	gap: 10px;
	position: relative;
	/* 按钮与圆点间距 */
}
/* 文字最左侧 */
.carousel-text {
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
	display: none;
}
.show{
	display: block;
}

/* 切换圆点容器 */
.carousel-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	/* 圆点居中 */
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #999;
	/* 未激活圆点 */
	opacity: 0.8;
	cursor: pointer;
	transition: all 0.3s;
	/* 形状过渡 */
}

/* 激活的圆点样式 - 长条 */
.dot.active {
	opacity: 1;
	background-color: #ff4400;
	width: 30px;
	/* 拉长宽度 */
	height: 12px;
	/* 保持高度不变 */
	border-radius: 6px;
	/* 圆角处理 */
}

/* 左右切换按钮样式 - 适配圆点两侧布局 */
.carousel-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	/* 浅灰色背景 */
	color: #333;
	/* 深色文字 */
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
	/* 禁止文字选中 */
	transition: all 0.3s;
	/* 过渡动画 */
}

.carousel-btn:hover {
	
}

.report-right-top {
	margin-top: -20px;
}

.report-right {
	margin-left: 30px;
}

.report-right-video {
	height: 201px;
	position: relative;
}

.report-right-video-img {
	width: 471px;
	height: 197px;
}
.report-right-video-bofang {
	position: absolute;
	top: 50px;
	left: 38%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}


/* 切换按钮：适配立式卡片 */
.btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	font-size: 24px;
	cursor: pointer;
	z-index: 100;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.btn:hover {
	background: white;
	transform: translateY(-50%) scale(1.1);
}

.perspective {
	margin-top: 70px;
	position: relative;

}

.perspective-bj {
	background-image: url('../images/2026/shitubj.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
	width: 100%;
	position: absolute;
	bottom: -130px;
}
.videoposter{width: 1400px;height: 710px;margin-top: 40px;}
.videoposter .swiper-slide{width: 415px;height: 710px;border: 2px solid #e9e9e9;background-color: #FFF;}
.videoposter .swiper-slide-active{border-bottom: 4px solid #934c1e;}
.videoposter .swiper-slide img{width: 375px;height: 595px;display: block;margin: 20px auto 0;object-fit: cover;}
.videoposter .swiper-slide h3{margin-top: 12px;font-size: 20px;text-align: center;font-weight: 400;}
.videoposter .swiper-slide p{font-size: 20px;text-align: center;margin-top: 10px;}

.pus-img {
	background-image: url('../images/2026/tuijian.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 440px;
	height: 460px;
	margin-top: 20px;
}
.imgBox {
	width: 418px;
	/* height: 233px; */
	text-align: center;
	position: relative;
	margin-left: 11px;
	margin-bottom: 20px;
}
.imgBox img{
	width: 100%;
	height: 233px;
	margin-top: 30px;
	vertical-align: middle;
}
.imgBox .new-subtitle{
	position: absolute;
	bottom: 0px;
	color: #FFF;
	background-color: #000;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	opacity: 0.6;
}
.pus-img .file-list {
	font-size: 20px;
	height: 70px;
	line-height: 70px;
}

.noitce {
	margin-top: 80px;
}

.noitce-left {
	background-image: url('../images/2026/gonggao.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 440px;
	height: 730px;
}

.noitce-left .file-list {
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	color: #2b2624;
	font-weight: 300;
	width: 378px;
}
.noitce-title span{
	display: inline-block;
	vertical-align: middle;
}
.noitce-title{
	font-size: 30px;
	color: #ffffff;
	font-family: "F ZY DC HJ W";
	margin-top: 15px;
	margin-left: 20px;
	cursor: pointer;
	width: 100%;
}
.noitce-yuan {
	width: 9px;
	height: 9px;
	margin: 0 5px;
	border-radius: 50px;
	background-color: #40aff5;

}

.noitce-list {
	margin-left: 20px;
}

.noitce-center {
	vertical-align: top;
}

.noitce-center .pus-img {
	height: 625px;
	width: 440px;
}
.noitce-center .file-title{
}
.noitce-center .file-title span{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.hebei {
	margin-top: 65px;
	margin-bottom: 150px;
	position: relative;
}

.hebei-bj {
	background-image: url('../images/2026/beijing.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	width: 100%;
	position: absolute;
	bottom: -80px;
}

.hebei-left {
	margin-bottom: 40px;
}

.hebei-center img {
	width: 549px;
	height: 344px;
}

.hebei-right {
	width: 268px;
}

.hebei-right img {
	height: 170px;
}
.hebei-img{
	position: relative;
}
.hebei-img span{
	position: absolute;
    bottom: 5px;
    left: 25px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.hebei-img span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 44px;
    height: 6px;
    background-color: #CA0A0F;
}

.jishi-left {
	background-image: url('../images/2026/jishi.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 443px;
	height: 722px;
	position: relative;
}

.jishi-title {
	width: 271px;
	height: 121px;
	font-size: 26px;
	line-height: 40px;
	color: #fffefe;
	font-family: "F ZC QK";
	position: absolute;
	top: 185px;
	left: 135px;
}

.jishi-subtitle {
	width: 300px;
	height: 121px;
	font-size: 22px;
	line-height: 36px;
	color: #fffefe;
	font-family: "F ZZ QK";
	position: absolute;
	top: 300px;
	left: 35px;
}

.jishi-list {
	position: absolute;
	top: 400px;
}

.jishi-list .file-list {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #2b2624;
	font-weight: 300;
	width: 392px;
}

.lan {
	color: #88abf4;
}

.jishi-rigth-list {
	background-image: url('../images/2026/tuijian.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 443px;
	height: 590px;
}

.jishi-rigth-list .file-list {
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #2b2624;
	font-weight: 300;
	/* width: 392px; */
}
.meiti {
	background-image: url('../images/2026/meiti.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 1400px;
	height: 425px;
	margin-top: 90px;
	text-align: center;
}

.meiti-list {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 45px;
}

.city {
	background-image: url('../images/2026/chengshi.png');
	background-repeat: no-repeat;
	/* background-size: cover; */
	width: 100%;
	height: 275px;
	margin-top: 20px;
}

.footer {
	background-color: #174fd3;
	height: 245px;
}

.footer {
	font-size: 15px;
	line-height: 34px;
	color: #ffffff;
	font-family: "Microsoft Ya Hei";
}

.footer div {
	text-align: center;
}

.footer-black {
	height: 50px;
	line-height: 50px;
	background-color: #000;
	text-align: center;
}

.footer-black div {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}

.footer-black .max {
	display: flex;
	/* 弹性布局实现等分 */
	justify-content: space-between;
	/* 均匀分布，两端对齐 */
	align-items: center;
	/* 垂直居中 */
}

/* 每个选项的样式 */
.footer-black .max>div {
	flex: 1;
	/* 关键：每个项占1份，实现五等分 */
	text-align: center;
	/* 文字居中 */
	cursor: pointer;
	/* 鼠标悬浮变手型 */
	transition: color 0.3s ease;
	/* 悬浮变色过渡 */
}
.footer a:hover {
	color: #FFF;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2026-04-08 10:16:12" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->