:root {
	--default_color: #00a9a1;
	--minor_color: #ff9669;
	--lanse_color: #348ada;
}

body{
	margin: 0;
	padding: 0;
}

ul, li, dd {
	font-style: normal;
	/* 移除列表项前面的标记（圆点、数字等） */
	list-style: none;
	/* 清除默认的内边距（通常 ul 左侧有 padding） */
	padding: 0;
	/* 清除默认的外边距 */
	margin: 0;
}

.default_color {
	color: var(--default_color);
}
.minor_color{
	color: var(--minor_color);
}
.wy-top_main{
	width: 100%;
	height: 49px;
	background: #f6f6f6;
	border-bottom: 1px #f0f0f0 solid;
}
.wy-top,.wy-logo,.wy-navigation{
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.wy-top{
	border-bottom: 1px #f0f0f0 solid;
}
.wy-logo_main{
	width: 100%;
	height: 144px;
	background: #fff;
}
.wy-biaoti{
	letter-spacing: 10px;
}
.wy-sousuo{
	width: 360px;
	height: 56px;
	border: 2px var(--default_color) solid;
	border-radius: 56px;
	cursor: pointer; 
}

.wy-sousuo input {
  /* 移除所有默认样式 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* 重置边框和背景 */
  border: none;
  background: none;
  outline: none;
	width: 200px;
	margin-right: 10px;
}

.wy-sousuo button {
	border: 0px solid var(--default_color);
}
.wy-sousuo-an{
	width: 92px;
	height: 100%;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: var(--default_color);
	border-radius: 0 56px 56px 0;
	cursor: pointer; 
}
.wy-navigation_main{
	min-width: 1400px;
	height: 60px;
	background: linear-gradient(90deg, #00b9a1 0%, #079b88 100%);
}
.wy-navigation-item{
	flex: 1;
	height: 100%;
	line-height: 60px;
	text-align: center;
	position: relative;
	font-size: 19px;
	font-weight: bold;
}

.wy-navigation-item a{
	display: block;
	width: 100%;
	height: 100%;
}

/* 悬停效果 - 共用 */
.wy-navigation > a.wy-navigation-item:hover,
.wy-navigation > div.wy-navigation-item:hover > a:first-child {
		background: var(--minor_color);
}

/* 激活状态 - 用于点击后切换 */
.wy-navigation > a.wy-navigation-item.active,
.wy-navigation > div.wy-navigation-item.active > a:first-child {
    background: var(--minor_color);
    color: #fff;
    font-weight: bold;
}

/* 初始激活状态 */
.wy-navigation > a.wy-navigation-item.wy-active,
.wy-navigation > div.wy-navigation-item.wy-active > a:first-child {
    background: var(--minor_color);
    color: #fff;
    font-weight: bold;
}



/* 下拉菜单样式 */
.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: -26px;
	background: var(--default_color);
	min-width: 180px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	border-radius: 0 0 8px 8px;
	padding: 8px 0;
	animation: slideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	transform: translateY(-10px);
}
/* 悬停时显示下拉菜单 */
.wy-navigation > div.wy-navigation-item:hover .dropdown-content {
		display: block;
		opacity: 1;
		transform: translateY(0);
}

/* 下拉菜单项样式 */
.dropdown-content a {
		display: block;
		color: #fff;
		text-decoration: none;
		transition: all 0.2s ease;
		position: relative;
}
.dropdown-content a:hover {
		background: var(--minor_color);
}

.dropdown-contents{
	left: -50%;
	min-width: 246px;
}

/* 下拉菜单样式 */
.dropdown-content1 {
	display: none;
	position: absolute;
	top: 100%;
	left: -12px;
	background: var(--default_color);
	min-width: 180px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	border-radius: 0 0 8px 8px;
	padding: 8px 0;
	animation: slideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	transform: translateY(-10px);
}
/* 悬停时显示下拉菜单 */
.wy-navigation > div.wy-navigation-item:hover .dropdown-content1 {
		display: block;
		opacity: 1;
		transform: translateY(0);
}

/* 下拉菜单项样式 */
.dropdown-content1 a {
		display: block;
		color: #fff;
		text-decoration: none;
		transition: all 0.2s ease;
		position: relative;
}
.dropdown-content1 a:hover {
		background: var(--minor_color);
}

/* 下拉菜单样式 */
.dropdown-content2 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	background: var(--default_color);
	min-width: 200px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	border-radius: 0 0 8px 8px;
	padding: 8px 0;
	animation: slideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	transform: translateY(-10px);
}
/* 悬停时显示下拉菜单 */
.wy-navigation > div.wy-navigation-item:hover .dropdown-content2 {
		display: block;
		opacity: 1;
		transform: translateY(0);
}

/* 下拉菜单项样式 */
.dropdown-content2 a {
		display: block;
		color: #fff;
		text-decoration: none;
		transition: all 0.2s ease;
		position: relative;
}
.dropdown-content2 a:hover {
		background: var(--minor_color);
}


.wy-banner_main{
	min-width: 1400px;
	overflow: hidden;
}
.swiper{
	width: 100%;
	position: relative;
}
.swiper-pagination{
	bottom: 20px !important;
}

.swiper-pagination-bullet{
	width: 14px !important;
	height: 14px !important;
	background: #fff !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	width: 30px !important;
	border-radius: 14px !important;
	background: var(--default_color) !important;
	opacity: 1 !important;
}
.wy-bottom_main{
	width: 100%;
	background: var(--default_color);
}

.wy-bottom_main:before{
	content: '';
	display: block;
	min-width: 1400px;
	height: 14px;
	background: var(--minor_color);
}
.wy-bottom{
	width: 1400px;
	margin: 0 auto;
	background: var(--default_color);
	padding: 40px 0px;
}
.wy-bottom-left{
	width: 34%;
}
.wy-daohang{
	width: 86%;
}
.wy-b-xian{
	border-bottom: 1px solid #fff;
}
.wy-yqwz-item{
	opacity: 0.5;
}
.wy-floor_main{
	width: 100%;
}
.wy-floor{
	width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
}
.wy-floor_1_main-left{
	width: 910px;
}
.wy-floor_1_main-right{
	width: 432px;
}
.wy-floor_1-biaoti-left{
	flex: 1;
	height: 50px;
	line-height: 50px;
}
.wy-floor_1-item{
	border-bottom: 3px solid transparent;
}
.wy-floor_1-item.wy-active{
	color: var(--default_color);
	border-bottom: 3px solid var(--default_color);
}
.wy-floor_1-content{
	width: 100%;
	display: none;
	flex-direction: column;
}

.wy-floor_1-content.wy-active{
	display: flex;
}


.wy-floor_2-item{
	border-bottom: 3px solid transparent;
}
.wy-floor_2-item.wy-active{
	color: var(--default_color);
	border-bottom: 3px solid var(--default_color);
}
.wy-floor_2-content{
	width: 100%;
	display: none;
}

.wy-floor_2-content.wy-active{
	display: flex;
}
.wy-ylhldt-item{
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #e7e7e7;
}

.wy-ylhldt-item-zs{
	transform: rotate(90deg);
	font-size: 12px;
	color: var(--minor_color);
}

.wy-ylhldt-item:last-child{
	border-bottom: 1px solid transparent;
}

.wy-name-hover:hover{
	color: var(--default_color);
}

.wy_floor-biaoti{
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	color: var(--default_color);
	border-bottom: 3px solid var(--default_color);
}

.wy-footer_main{
	width: 100%;
	height: 56px;
	background: #1b1b1b;
}
.wy-footer{
	width: 1400px;
	margin: 0 auto;
	height: 100%;
	line-height: 56px;
	color: #838383;
	background: #1b1b1b;
}
.wy-width-100{
	width: 100%;
}
.yygz-swiper{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.wy-tjxw{
	width: 100%;
	height: 300px;
}
.wy-tjxw-left{
	width: 506px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.wy-tjxw-right{
	flex: 1;
	height: 100%;
	background: url(/assets/img/wy_syxwbj.jpg);
	padding: 38px 34px;
	box-sizing: border-box;
}

.yygz-swiper .swiper-pagination.swiper-pagination-bullets{
	width: 506px;
	bottom: 10px !important;
}


.yygz-swiper .swiper-pagination-bullet{
	width: 11px !important;
	height: 11px !important;
	background: #fff !important;
	opacity: 1 !important;
}
.yygz-swiper .swiper-pagination-bullet-active{
	width: 26px !important;
	border-radius: 11px !important;
	background: var(--default_color) !important;
	opacity: 1 !important;
}

.wy-tjxw-time{
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	height: 86px;
	background: var(--minor_color);
}
.wy-tjxw-right-biaoti{
	line-height: 38px;
	margin-bottom: 16px;
}
.wy-b-b{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
}
.wy-tjxw-right-name{
	line-height: 30px;
}

.wy-tjxw-right-name * {
	all: unset !important;
	color: inherit !important;
}
.wy-yyxw-item{
	height: 116px;
	border-bottom: 1px solid #e7e7e7;
}
.wy-yyxw-item:last-child{
	border-bottom: 1px solid transparent;
}
.wy-yyxw-item-left{
	padding: 0 30px;
	border-right: 1px solid #e7e7e7;
}
.wy-yyxw-item-right{
	flex: 1 1 0;
	padding-left: 30px;
}
.wy-yyxw-item-right:hover{
	color: var(--default_color);
}
.wy-yyxw-item-right-name{
	line-height: 26px;
}

.wy-yyxw-item-right-name * {
	all: unset !important;
	color: inherit !important;
}

.yygg-swiper{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.yygg-swiper .swiper-pagination.swiper-pagination-bullets{
	width: 506px;
	bottom: 10px !important;
}


.yygg-swiper .swiper-pagination-bullet{
	width: 11px !important;
	height: 11px !important;
	background: #fff !important;
	opacity: 1 !important;
}
.yygg-swiper .swiper-pagination-bullet-active{
	width: 26px !important;
	border-radius: 11px !important;
	background: var(--default_color) !important;
	opacity: 1 !important;
}


.zbgs-swiper{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.zbgs-swiper .swiper-pagination.swiper-pagination-bullets{
	width: 506px;
	bottom: 10px !important;
}


.zbgs-swiper .swiper-pagination-bullet{
	width: 11px !important;
	height: 11px !important;
	background: #fff !important;
	opacity: 1 !important;
}
.zbgs-swiper .swiper-pagination-bullet-active{
	width: 26px !important;
	border-radius: 11px !important;
	background: var(--default_color) !important;
	opacity: 1 !important;
}

.wy-floor_ksdh-item{
	width: 200px;
	height: 66px;
	background: #e0e0e0;
	color: #000;
	border-radius: 10px 10px 0px 0px;
}
.wy-floor_ksdh-item.wy-active{
	background: var(--minor_color);
	color: #fff;
}

.wy-ksdh_content{
	display: none;
	width: 100%;
	height: 512px;
}

.wy-ksdh_content.wy-active{
	display: flex;
}
.wy-ksdh-left{
	width: 630px;
	height: 100%;
	background: url(/assets/img/wy_ksdhbj.jpg);
}
.wy-ksdh-right{
	width: 810px;
	height: 100%;
	background: url(/assets/img/wy_ksdhbj1.jpg);
	background-size: cover;     /* 覆盖整个容器，可能裁剪图片 */
	background-position: center; /* 居中显示 */
	background-repeat: no-repeat; /* 不重复 */
}

.wy-ksdh-left-content{
	width: 390px;
	background: var(--default_color);
	color: #fff;
}

.wy-ksdh-qiehuyan{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.wy-ksdh-qhtb{
	border-bottom: 3px transparent solid;
}
.wy-ksdh-qhtb.wy-active{
	border-bottom: 3px var(--default_color) solid;
	color: var(--default_color);
}

.wy-ksdh-item{
	width: 220px;
	height: 48px;
	background: #e6f3f2;
	border: 1px solid #b2b2b2;
	border-radius: 6px;
	margin-right: 28px;
	cursor: pointer; 
}

.wy-ksdh-item:nth-child(3n){
	margin-right: 0px;
}

.wy-ksdh-qhtb-content{
	display: none;
}

.wy-ksdh-qhtb-content.wy-active{
	display: flex;
}
.wy-zjjs_content{
	width: 100%;
	height: 100%;
	background: url(/assets/img/wy-zjjsbj.jpg);
	overflow: hidden;
	position: relative;
}


.zjjs-swiper{
	width: 1236px;
  overflow: hidden;
}
.wy-qhan{
	padding: 20px 14px;
	background: rgba(0, 0, 0, 0.6);
}
.wy-qhans{
	padding: 12px 7px;
	background: rgba(0, 0, 0, 0.6);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0px !important;
}

.swiper-button-next, .swiper-button-prev{
	top: 46% !important;
}

.wy-zjjs-itembj{
	width: 220px;
	background: #fff;
	border: 6px solid #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.wy-zjjs-itembj_xq{
	width: 220px;
	background: #fff;
	border: 6px solid #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.wy-floor_zyjkzt_main{
	width: 100%;
	background: #f1f1f1;
}

.wy-floor_zyjkzt{
	width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
	background: #f1f1f1;
}

.wy-floor_zykj-item{
	border-bottom: 3px solid transparent;
}

.wy-floor_zykj-item.wy-active{
	color: var(--default_color);
	border-bottom: 3px solid var(--default_color);
}

.wy-floor_zykj-content{
	width: 100%;
	display: none;
}

.wy-floor_zykj-content.wy-active{
	display: flex;
}

.wy-zykj-content{
	width: 100%;
	padding: 25px;
	background: #fff;
	cursor: pointer; 
}

.wy-zykj-content-left{
	width: 336px;
	height: 214px;
	overflow: hidden;
}
.wy-zykj-content-right{
	flex: 1;
}

.wy-border-box {
	box-sizing: border-box;
}
.wy-xwnr-item{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #dbdbdb;
	cursor: pointer; 
}


.wy-zykj-content:hover .wy-zts{
	color: var(--default_color);
}

.wy-xwnr-item:hover .wy-zts{
	color: var(--default_color);
}

.wy-fuchaung{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2000;
}

.wy-fuchaung-item{
	width: 120px;
	height: 120px;
	border-radius: 10px 0 0 10px;
	cursor: pointer; 
	position: relative;
}
.wy-fuchaung-ztsbj{
	background: var(--default_color);
}

.wy-fuchaung-lsbj{
	background: var(--lanse_color);
}

.wy-fuchaung-icon{
	font-size: 44px;
}

/* ========= 悬浮内容样式 ========= */
.hover-content {
	position: absolute;
	right: 120%;  /* 显示在按钮左侧 */
	top: 50%;
	transform: translateY(-50%);
	min-width: 238px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;  /* 防止干扰鼠标事件 */
	z-index: 10000;
}
/* 悬浮时显示内容 */
.wy-fuchaung-item:hover .hover-content {
	visibility: visible;
	opacity: 1;
	right: 110%;  /* 轻微动画效果 */
}

/* 悬浮箭头 */
.hover-arrow {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid white;
}
.wy-hoverr-content{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.wy-lxwm-biaoti{
	width: 100%;
	height: 66px;
	background: var(--minor_color);
}


.lnyq_floor_1_main{
	width: 100%;
	height: 740px;
	min-width: 1400px;
	background: url(/assets/img/wy_lnyq_xwbj.jpg);
	background-size: cover;     /* 覆盖整个容器，可能裁剪图片 */
	background-position: center; /* 居中显示 */
	background-repeat: no-repeat; /* 不重复 */
	
}

.lnyq_floor_1{
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.lnyq_floor_1-left{
	width: 188px;
	height: 100%;
}

.lnyq_floor_1-center{
	width: 656px;
	height: 587px;
	margin-right: 40px;
	background: #fff;
}

.nyq_floor_1_zs{
	width: 112px;
	height: 6px;
	background: var(--minor_color);
}

.nyq_floor_1_zs1{
	width: 12px;
	height: 6px;
	background: var(--minor_color);
}

.lnyq_swiper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.lnyq_swiper .swiper-pagination{
	bottom: 26px !important;
	left: 36px !important;
}

.lnyq_swiper .swiper-pagination-bullet{
	width: 9px !important;
	height: 9px !important;
	background: #d9d9d9 !important;
	opacity: 1 !important;
}
.lnyq_swiper .swiper-pagination-bullet-active{
	width: 19px !important;
	height: 19px !important;
	border-radius: 50% !important;
	background: var(--default_color) !important;
	opacity: 1 !important;
}

.lnyq_swiper .swiper-slide:hover .wy-active{
	color: var(--default_color);
}

.lnyq_swiper_content{
	margin-top: -6px;
	width: 100%;
	height: calc(100% - 394px);
	box-sizing: border-box;
	padding: 24px 40px 34px 40px;
	background: #fff;
}

.lnyq_swiper_content_name{
	line-height: 30px;
}

.lnyq_floor_1_xwnr{
	width: 100%;
	height: 131px;
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding: 0px 30px;
}

.lnyq_floor_1_xwnr:last-child{
	margin-bottom: 0px;
}

.lnyq_floor_1_xwnr-right{
	flex: 1;
	font-size: 20px;
	line-height: 36px;
}

.lnyq_floor_1_xwnr:hover .lnyq_floor_1_xwnr-right{
	color: var(--default_color);
}

.lnyq_floor_2_main{
	width: 100%;
	height: 844px;
	min-width: 1400px;
	background: url(/assets/img/wy_lnyq_jjbj.jpg);
	background-size: cover;     /* 覆盖整个容器，可能裁剪图片 */
	background-position: center; /* 居中显示 */
	background-repeat: no-repeat; /* 不重复 */
}

.lnyq_floor_2{
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.lnyq_floor_2-tupian{
	width: 864px;
	height: 574px;
	overflow: hidden;
	position: absolute;
	top: 66px;
	left: 0;
	z-index: 2;
}

.lnyq_floor_2-tupian img {
	transition: transform 0.3s ease; /* 添加过渡效果 */
	transform-origin: center;
	cursor: pointer; 
}

.lnyq_floor_2-tupian img:hover{
	transform: scale3d(1.1,1.1,1.1);
}


.lnyq_floor_2-jieshao{
	width: 700px;
	height: 592px;
	position: absolute;
	top: 156px;
	right: 0;
	z-index: 1;
	background: var(--default_color);
}

.lnyq_floor_2-jieshao_content{
	width: 100%;
	height: 100%;
	position: relative;
}

.lnyq_floor_2-jieshao-name{
	height: 100%;
	margin-left: 164px;
	padding: 0 44px;
}

.lnyq_floor_2-name{
	line-height: 34px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}

.lnyq_floor_2-name p {
	text-indent: 2em;
}
.lnyq_floor_2-jieshao-ckgd{
	position: absolute;
	left: 30px;
	bottom: 34px;
}

.lnyq_floor_3_main{
	width: 100%;
	height: auto;
	min-width: 1400px;
	background: url(/assets/img/wy_lnyq_kstdbj.jpg);
	background-size: cover;     /* 覆盖整个容器，可能裁剪图片 */
	background-position: center; /* 居中显示 */
	background-repeat: no-repeat; /* 不重复 */
}

.lnyq_floor_3 {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.lnyq_floor_3-anniu{
	width: 290px;
	height: 76px;
	cursor: pointer; 
	background: #fff;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	border-radius: 14px 14px 0px 0px;
	
}

.lnyq_floor_3-anniu.wy-active{
	background: var(--minor_color);
	color: #fff;
}

.lnyq_floor_3_content{
	display: none;
	width: 100%;
}

.lnyq_floor_3_contents{
	width: 100%;
	height: 640px;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
}

.lnyq_floor_3_content.wy-active{
	display: flex;
}

.lnyq_floor_3_content_main{
	width: 1288px;
	height: 100%;
	background: #fff;
}

.lnyq_floor_3_content_left{
	width: 446px;
	height: 100%;
}

.lnyq_floor_3_beijing{
	width: 100%;
	height: 150px;
	background: var(--default_color);
}

.lnyq_floor_3_beijing1{
	width: 100%;
	height: calc(100% - 150px);
	background: var(--minor_color);
	position: relative;
}
.lnyq_floor_3_anitem{
	width: 120px;
	cursor: pointer; 
}

.lnyq_floor_3_anitem div{
	border-bottom: 4px solid transparent;
}

.lnyq_floor_3_anitem div.wy-active{
	border-bottom: 4px solid #fff;
}

.lnyq_floor_3_content_right{
	box-sizing: border-box;
	padding: 42px;
	flex: 1;
	height: 100%;
}

.lnyq_floor_3_content-neirong{
	display: none;
}

.lnyq_floor_3_content-neirong.wy-active{
	display: block;
}

.lnyq_floor_3_jjnr{
	line-height: 36px;
	padding-top: 10px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13;
}

.lnyq_floor_3_jjnr p {
	margin: 0;
}

.lnyq_floor_3_ksjjtp{
	width: 490px;
	height: 328px;
	position: absolute;
	top: 76px;
	right: 70px;
}

.lnyq-zjjs_content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.kftyyq_floor_1_main{
	width: 100%;
	min-width: 1400px;
	background: #fff;
}
.kftyyq_floor_1-left{
	width: 43.75%;
	max-width: 840px;
	margin-top: 60px;
	background: url(/assets/img/wy_kftyyq_xwbj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.kftyyq_floor_1-right{
	width: 56.25%;
	background-color: #fff;
}

.kftyyq_homefocus{
	padding: 80px 0 80px 30.952%;
}

.kftyyq_swiper_content{
	margin-top: -6px;
	width: 100%;
	height: 194px;
	box-sizing: border-box;
	padding: 24px 40px 34px 40px;
	background: #fff;
}

.kftyyq_homenews{
	padding: 60px 30.952% 0 60px;
}

.kftyyq_hometit{
	padding-bottom: 20px;
	border-bottom: 4px solid var(--default_color);
}

.kftyyq_gztd_item{
	width: 100%;
	height: 152px;
	border-bottom: 1px solid #ebebeb;
}

.kftyyq_gztd_item-lr{
	padding: 0 30px;
}


.kftyyq_gztd_item:hover .kftyyq_gztd_item-name{
	color: var(--default_color);
}


.kftyyq_floor_3_contents{
	width: 100%;
	height: 474px;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
}

.kftyyq_floor_3_content_main{
	width: 1325px;
	height: 100%;
	background: #fff;
}


.kftyyq_floor_3_content_left{
	width: 904px;
	height: 100%;
	background: var(--minor_color);
	position: relative;
}

.kftyyq_floor_3_content_right{
	flex: 1;
	height: 100%;
	background: var(--default_color);
}

.kftyyq_floor_3_kyjyimg{
	position: absolute;
	width: 558px;
	height: 420px;
	top: 0;
	left: -75px;
}

.kftyyq_floor_3_jieshao{
	height: 100%;
	padding-left: 484px;
}

.kftyyq_floor_3_box{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.kftyyq_floor_3_box_name{
	line-height: 32px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.kftyyq_floor_3_box_name *{
	all: unset !important;
	color: inherit !important;
}

.wy-hzfu-content{
	position: relative;
}



.wy-hzfu-hover{
	position: absolute;
	top: 640%;
	right: -100%;
	transform: translateY(-50%);
	min-width: 180px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;  /* 防止干扰鼠标事件 */
	z-index: 10000;
}

/* 悬浮时显示内容 */
.wy-hzfu-content:hover .wy-hzfu-hover {
	visibility: visible;
	opacity: 1;
}

/* 悬浮箭头 */
.wy-hzfu-hover-arrow {
	position: absolute;
	right: 50%;
	top: -2px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
}

.wy-article{
	width: 100%;
	min-width: 1400px;
	background: #f6f6f6;
	padding-bottom: 40px;
	margin-top: -6px;
}

.wy-article-content{
	width: 1400px;
	margin: 0 auto;
}
.wy-subchannellist{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e6e6e6;
}

.wy-subchannellist .wy-depth1{
	width: 100%;
	height: 100%;
}

.wy-subchannellist .wy-depth1 a{
	position: relative;
	height: 100%;
}
.wy-subchannellist .wy-depth1 i {
	position: absolute;
	width: 0;
	left: 50%;
	bottom: -1px;
	height: 3px;
	background: var(--default_color);
	transition: 300ms;
}
.wy-subchannellist #current a{
	color: var(--default_color);
}
.wy-subchannellist #current i{
	width: 100%;
	left: 0;
}
.wy-subchannellist .wy-depth1:hover a{
	color: var(--default_color);
}
.wy-subchannellist .wy-depth1:hover i{
	width: 100%;
	left: 0;
	background: var(--default_color);
}
.wy-subchannellists{
	width: 100%;
	padding: 40px 0;
}
.wy-subchannellists .wy-depth2{
	padding: 10px 20px;
	display: block;
	margin: 0px 30px 30px 0;
	border: 1px solid rgb(225, 225, 225);
	background: #fff;
	border-radius: 8px;
}
.wy-subchannellists .wy-depth2#current{
	background: var(--default_color);
	color: #fff;
	border: 1px solid var(--default_color);
}
.wy-subchannellists .wy-depth2:hover{
	background: var(--default_color);
	color: #fff;
	border: 1px solid var(--default_color);
}
.wy-right_title{
	height: 50px;
	line-height: 50px;
}

.wy-list{
	padding-bottom: 40px;
	margin-bottom: 34px;
	border-bottom: 1px solid rgb(245, 234, 231);
}
.wy-list:hover .wy-list-bt{
	color: var(--default_color);
}
.wy-list-item{
	padding: 0px 30px;
}

.wy-list-item-sj{
	font-size: 52px;
}

.pagination{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.pagination li {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #f5eae7;
	border-radius: 6px;
	cursor: pointer; 
	margin-right: 14px;
	display: inline-block;
	text-align: center;
}
.pagination li a {
	display: inline-block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.pagination li span {
	display: inline-block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.pagination li:hover{
	color: #fff;
	background: var(--default_color);
	border: 1px solid var(--default_color);
}
.pagination li.active{
	color: #fff;
	background: var(--default_color);
	border: 1px solid var(--default_color);
}
.pagination li.disabled{
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #f5eae7;
	border-radius: 6px;
	cursor: pointer; 
	margin-right: 14px;
	display: inline-block;
	text-align: center;
}
.pagination li.disabled:hover{
	color: #fff;
	background: var(--default_color);
	border: 1px solid var(--default_color);
	opacity: 0.6;
}
.wy-lists-item{
	width: 22.5%;
	margin: 0px 2.5% 2.5% 0%;
}

.wy-lists-item:nth-child(4n){
	margin: 0px 0px 2.5% 0%;
}

.wy-ChannelContent{
	line-height: 38px;
	font-size: 18px;
}
.videolist li{
	display: block;
	width: 393px;
	margin: 0 40px 40px 0;
}

.videolist li:nth-child(3n){
	margin: 0px 0px 40px 0%;
}
.videolist li a img{
	width: 100%;
	height: 100%;
}
.videolist li a.wy-sptp{
	height: 236px;
}
.videolist li a{
	width: 100%;
	display: block;
	position: relative;
}
.videolist li i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/assets/addons/official/images/play.png) center center no-repeat;
	cursor: pointer;
}
.InfoContent p img{
	text-align: center;
}
@media (max-width: 1700px) {
	.kftyyq_homenews{
		padding-right: 12%;
	}
	.kftyyq_homefocus{
		padding-left: 16%;
	}
}

@media (max-width: 1440px) {
	.kftyyq_homenews{
		padding-right: 0;
	}
	.kftyyq_homefocus{
		padding-left: 9.6%;
	}
}
.wy-zjjs{
	width: 100%;
	position: relative;
}
.wy-zjjss{
	width: 1160px;
}