/* commom css start */
@charset "utf-8";
*                                     {margin: 0;padding: 0;box-sizing: border-box;}
@font-face                            {font-family: "microsoft yahei";}
html                                  {font-family: "microsoft yahei";font-size:1rem;}
body, button, input, select, textarea {font: 90% "microsoft yahei"!important;}
body                                  {max-width:1920px;font-size:1rem;}
input,textarea                        {font-size: 1rem;-webkit-appearance : none;}
input:focus, select:focus, textarea:focus{border: 1px solid #B51C2F !important;outline:0 !important;}
table                                 {border-collapse: collapse;border-spacing: 0;table-layout:fixed;}
ol, ul, li                            {list-style: none;list-style-type: none;}
h1, h2, h3, h4, h5, h6                {font-size: 1rem;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
p                                     {font-size: 1rem;color: #666666;}
a                                     {color: #666666;text-decoration: none;display: inline-block;}
a:hover                               {text-decoration: none;}
img                                   {max-width: 100%;border: none;}
.clearfix:before,
.clearfix:after                       {content: "";display: table;}
.clearfix:after                       {clear: both;overflow: hidden;}
.clearfix                             {zoom: 1;}
i{font-style: normal;}
.fl, .fr                              {display: inline;}
.fl                                   {float: left;}
.fr                                   {float: right;}
.ellipsis                             {overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.ellipsis2                            {overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.ellipsis3                            {overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}

/* IOS微信、UC浏览器阻止字体大小调整 */
body {
  -webkit-text-size-adjust: none !important;
}
body {
  -webkit-text-size-adjust: 100% !important;
}
.homebody {
	background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
	background-position:right calc(100% - 116.7%), center 87%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100%, auto;
	background-color:#1B1B1B;
	background-origin: padding-box, padding-box;
}
.homebody.browser-firefox {
	background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
	background-position:right calc(100% - 116.7%), center 87%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100%, auto;
	background-color:#1B1B1B;
	background-origin: padding-box, padding-box;
}
.homebody.browser-edge {
	background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
	background-position:right calc(100% - 117.6%), center 87%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100%, auto;
	background-color:#1B1B1B;
	background-origin: padding-box, padding-box;
}
.homebody.browser-chrome {
	background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
	background-position:right calc(100% - 117.8%), center 87%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100%, auto;
	background-color:#1B1B1B;
	background-origin: padding-box, padding-box;
}
.homebody.browser-360 {
	background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
	background-position:right calc(100% - 117.8%), center 87%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100%, auto;
	background-color:#1B1B1B;
	background-origin: padding-box, padding-box;
}

.clip-triangle{
	width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;z-index:4;
}
.clip-triangle img{100%;}
.clip-triangle .im1{margin-top:-9%;}
.clip-triangle .im2{margin-top:-123%;}

.sanjiao{
	width:28.2%;background: rgba(184,28,37,0.5);position:absolute;right:0;bottom:0;z-index:4;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.topnew{width:100%;height:40px; overflow:hidden; background:none;background:#B51C2F;color:#fff;font-size:1rem;line-height:40px;text-align:center;}
.topnew span{border:1px solid #fff;border-radius:5px;padding:2px 5px;margin-right:10px;}
.topnew a{color:#fff;font-size:1rem;padding-right:2rem;background:url("../images/jiantou.png") no-repeat center right;background-size:1.6rem;}
.holer{height:71px; overflow:hidden; background:none;}
#headdiv{height: 75px; position: relative; width: 100%; z-index: 1000; background: none;}


/* 全屏遮罩层：纯黑背景，GIF居中，无控制按钮 */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	background: #fff;           /* 纯黑背景 */
	display: flex;
	justify-content: center;    /* 水平居中 */
	align-items: center;        /* 垂直居中 */
	opacity: 1;
	/*transition: opacity 0.8s ease;  /* 平滑淡出 */
	pointer-events: auto;       /* 初始可交互（但无按钮） */
}

/* 隐藏状态：完全透明 + 无法点击穿透 */
#overlay.hidden {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.8s ease;
}

/* GIF 图片：限制最大尺寸，保持比例，居中显示 */
#overlay img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	display: block;
}
/*logo、导航、链接************************************************/
/* 默认状态：相对定位，距离顶部40px */
.top02.default {
	position: relative;
	margin-top: 0; /* 通过父容器控制距离 */
}

/* 吸顶状态：固定定位，紧贴顶部 */
.top02.sticky {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.top02{width:100%;min-width:1200px;background-color: rgb(0, 0, 0); height: 75px;}
.top02 .top02_center{width:100%;min-width:1200px;margin:0 auto;height:100%;}
.logo{float:left;text-align:center;color:#fff;overflow:hidden;padding-top:11px;width:20%}
.logo img{float:left}
.nav{float:left;width:60%;height:100%;}
.nav ul{position:relative;height:100%;}
.nav li{position:relative;}
.nav li.m{width:calc(100% / 7);height:100%;float:left;text-align:center;}
.nav a.aa{width:auto;height:100%;display:inline-block;font-size:1rem;color:#fff;line-height:75px;padding-right:15px;position:relative;}
.nav .m.on a.aa{color:#B51C2F;}
.nav .m.on a.aa:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom:0;
	left:-0.25rem;
	background-color: #B51C2F;
	transition: all 0.3s ease;
}
.nav .m.on a.mmm{color:#B51C2F;background:url(../images/jiantou_down_red.png) right 51% no-repeat;background-size:15px;}
.nav a.mmm{background:url(../images/jiantou_down_bai.png) right 51% no-repeat;background-size:15px;}
/*二级导航*/
.nav .sub{display:none;width:100%;padding:0;position:fixed;top:75px;overflow:hidden;text-align:left;z-index:110;left:0;background-color:#f5f5f5}
.nav .sub .nav_xiao{width:100%;overflow:hidden;margin:0 auto;padding:40px 8%;}

/*二级导航-左*/
.nav .sub .nav_xiao .xiao1{width:25%;overflow:hidden;float:left;border-right:1px solid #e6e6e6;padding-right:5rem;}
.nav .sub .nav_xiao .xiao1 .xiaotit{width:100%;overflow:hidden;height:28px;line-height:28px;}
.nav .sub .nav_xiao .xiao1 .xiaotit span{color:#B51C2F;float:left;padding-right:5px;}
.nav .sub .nav_xiao .xiao1 .xiaotit img{float:left;height:50%;margin-top:7px;}
.nav .sub .nav_xiao .xiao1 h2{font-size:3.5rem;}
.nav .sub .nav_xiao .xiao1 p{line-height:1.875rem;margin:10px 0 30px 0;text-align: justify;text-justify: inter-ideograph;}
.nav .sub .nav_xiao .xiao1 .xiaomore{overflow:hidden;}
.nav .sub .nav_xiao .xiao1 .xiaomore .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;}
.nav .sub .nav_xiao .xiao1 .xiaomore .pubimg img{width:100%;}
.nav .sub .nav_xiao .xiao1 .xiaomore span{line-height:30px;float:left;display:inline-block;}

/*二级导航-中*/
.nav .sub .nav_xiao .xiao2{width:35%;overflow:hidden;float:left;}
.nav .sub .nav_xiao .xiao2 .xiao22{width:calc(100% - 60px);margin:0 auto;border-bottom:1px solid #DAD8D8;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2{border-top:1px solid #DAD8D8;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2.kai{border-top:1px solid #B51C2F;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h{overflow:hidden;height:60px;line-height:60px;border-bottom:1px solid #DAD8D8;cursor:pointer;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h h2{font-size:1.375rem;float:left;font-weight:500;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h h2 a{color:#000;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2.kai .nav2h h2{color:#B51C2F;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h i{float:right;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h i img{height:20px;margin-top:20px;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2.kai .nav2h i img:nth-child(n){display:block;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2.kai .nav2h i img:nth-child(2n){display:none;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h i img:nth-child(n){display:none;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 .nav2h i img:nth-child(2n){display:block;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 ul{padding:1rem 0;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 ul li{line-height:2.125rem;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 ul li a{font-size:1.125rem;}
.nav .sub .nav_xiao .xiao2 .xiao22 .nav2 ul li a:hover{text-decoration: underline;color:#B51C2F;}

/*二级导航-右*/
.nav .sub .nav_xiao .xiao3{width:40%;overflow:hidden;float:left;text-align:center;}
.nav .sub .nav_xiao .xiao3 img{width:90%;}
/*右侧链接*/
.ylink{float:right;width:20%;height:100%;text-align:center;position:relative;}
.ylink a{display:inline-block;padding:6px 18px 6px 10px;color:#fff;font-size:0.875rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background:url(../images/jiantou.png) 97% center no-repeat;background-size:13%;background-color:#B51C2F;border-radius:5px;}
.ylink a:hover{background-color:#B51C2F;border-radius:5px;}

/*手机导航************************************************/
/* 导航栏容器 */
.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

/* 导航头部 */
.nav-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	height: 60px;
	border-bottom: 1px solid #eee;
	background:#1B1B1B;
}

.logo {
	font-size: 1.25rem;
	font-weight: 600;
	color: #2c3e50;
}

/* 汉堡菜单按钮 */
.menu-toggle {
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.hamburger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 2px;
	background-color: #2c3e50;
	transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #2c3e50;
	transition: all 0.3s ease;
}

.hamburger::before {
	top: -6px;
}

.hamburger::after {
	bottom: -6px;
}

.menu-toggle.active .hamburger {
	background-color: transparent;
}

.menu-toggle.active .hamburger::before {
	transform: rotate(45deg) translate(4px, 4px);
}

.menu-toggle.active .hamburger::after {
	transform: rotate(-45deg) translate(4px, -4px);
}

/* 导航菜单容器 */
.nav-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.nav-menu.active {
	max-height: 80vh;
	overflow-y: auto;
}

/* 菜单层级通用样式 */
.menu-level-1,
.menu-level-2,
.menu-level-3 {
	padding: 0;
}

/* 菜单项样式 */
.menu-item {
	border-bottom: 1px solid #eee;
}

.menu-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	color: #333;
	font-size: 1rem;
	transition: all 0.3s ease;
	position: relative;
}

/* 左侧文字区域 */
.link-text {
	flex: 0.7;
	text-align: left;
}

/* 右侧展开图标 */
.expand-icon {
	flex: 0.2;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	color: #666;
	transition: transform 0.3s ease;
}

.menu-item.active .expand-icon {
	transform: rotate(90deg);
	color: #B51C2F;
}

/* 子菜单容器 */
.submenu-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background-color: #f9f9f9;
}

.submenu-container.active {
	max-height: 500px;
}

/* 二级菜单样式 */
.menu-level-2 .menu-link {
	padding-left: 40px;
	background-color: #f9f9f9;
}

.menu-level-2 .expand-icon {
	font-size: 1rem;
}

/* 三级菜单样式 */
.menu-level-3 .menu-link {
	padding-left: 60px;
	background-color: #f5f5f5;
	font-size: 0.875rem;
}

/* 交互状态 */
.menu-link:hover {
	background-color: #f0f7ff;
	color: #B51C2F;
}

.menu-link.active {
	background-color: #e8f4ff;
	color: #B51C2F;
	font-weight: 500;
}

/* 动画效果 */
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.menu-item {
	animation: slideIn 0.3s ease forwards;
}

.menu-item:nth-child(1) { animation-delay: 0.1s; }
.menu-item:nth-child(2) { animation-delay: 0.15s; }
.menu-item:nth-child(3) { animation-delay: 0.2s; }
.menu-item:nth-child(4) { animation-delay: 0.25s; }

/*一些公共按钮样式************************************************/
.publicmore{overflow:hidden;margin-top:10%;}
.publicmore .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;}
.publicmore .pubimg img{width:100%;}
.publicmore span{line-height:30px;float:left;display:inline-block;color:#fff;font-size:1rem;}
.publicmore2{overflow:hidden;display:inline-block;margin:20px auto 0}
.publicmore2 .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;}
.publicmore2 .pubimg img{width:100%;}
.publicmore2 span{line-height:30px;float:left;display:inline-block;color:#fff;font-size:1rem;}
.publicmorebai{overflow:hidden;margin-top:20px;}
.publicmorebai .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;}
.publicmorebai .pubimg img{width:100%;}
.publicmorebai span{line-height:30px;float:left;display:inline-block;color:#000;font-size:1rem;}
.publicmoretel{overflow:hidden;margin-top:20px;display:inline-block;background:#fff;padding:5px;border-radius:5px;}
.publicmoretel .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;text-align:center;}
.publicmoretel .pubimg img{width:70%;vertical-align: middle;}
.publicmoretel span{line-height:30px;float:left;display:inline-block;color:#000;font-size:1rem;}

.publicmorebaikuang{overflow:hidden;margin-top:20px;display:inline-block;background:#fff;padding:5px;border-radius:5px;border:1px solid #ddd;}
.publicmorebaikuang .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;text-align:center;}
.publicmorebaikuang .pubimg img{width:70%;vertical-align: middle;}
.publicmorebaikuang span{line-height:30px;float:left;display:inline-block;color:#000;font-size:1rem;}

.publicmorebaikuangred{overflow:hidden;margin-top:10px auto;display:inline-block;background:#B51C2F;padding:5px 10px;border-radius:5px;border:1px solid #ddd;}
.publicmorebaikuangred .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;text-align:center;}
.publicmorebaikuangred .pubimg img{width:70%;vertical-align: middle;}
.publicmorebaikuangred span{line-height:30px;float:left;display:inline-block;color:#fff;font-size:1rem;}

.publictit{width:100%;overflow:hidden;height:28px;line-height:28px;}
.publictit span{color:#B51C2F;float:left;padding-right:5px;font-size:1rem;}
.publictit img{float:left;height:50%;margin-top:7px;}
.publictit2{width:auto;overflow:hidden;height:28px;line-height:28px;margin:0 auto;display: inline-block;}
.publictit2 span{color:#B51C2F;float:left;padding-right:5px;font-size:1rem;}
.publictit2 img{float:left;height:50%;margin-top:7px;}

.publictit3{width:100%;overflow:hidden;height:28px;line-height:28px;}
.publictit3 span{color:#B51C2F;float:left;padding-right:5px;font-size:1rem;}
.publictit3 img{float:left;height:50%;margin-top:7px;}
.publicmore3{overflow:hidden;display:inline-block;float:right;}
.publicmore3 .pubimg{background:#B51C2F;width:30px;height:30px;line-height:30px;float:left;border-radius:5px;margin-right:5px;}
.publicmore3 .pubimg img{width:100%;}
.publicmore3 span{line-height:30px;float:left;display:inline-block;color:#fff;font-size:1rem;}
/*首页顶部轮播************************************************/
.swiper-button-next,.swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background:rgba(0,0,0,0.3);transform: scale(0.3);padding:50px;border: 2px solid #eee;border-radius: 10px;z-index:5;}
.swiper-button-next:hover,.swiper-button-prev:hover{background:rgba(181,28,47,0.8);}
.home{position:relative;z-index:5;}
.home1{z-index:3}
.home1 .img-fix{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;}
.home1 .img-fix img{float:left;}
.home1 .img-fix video{float:left;}
.home1 .kz{width:190px;position:absolute;right:12%;bottom:10%;z-index:5;}
.home1 .swiper-pagination{color:#fff;width:auto;z-index:3;}
.home1 .swiper-pagination-fraction{color:#fff;width:auto;bottom:10%;left:auto;right:23%;}
.home1 .zi{position:absolute;left:10%;bottom:20%;overflow:hidden;z-index:99;}
.home1 .zi h2{color:#fff;font-size:3.5rem;line-height:3.875rem;}

.home1 .swiper-slide-active .anim-1{animation:mymove6 .6s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.3s;}
.home1 .swiper-slide-active .anim-2{animation:mymove6 .6s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:.6s;}

.home1kz {position:absolute;right:12%;bottom:-12%;z-index:6;}
.home1kz .kz{width:190px;position:absolute;right:12%;bottom:15%;z-index:5;}
.home1kz .swiper-pagination{color:#fff;width:auto;z-index:3;}
.home1kz .swiper-pagination-fraction{color:#fff;width:auto;bottom:10%;left:auto;right:23%;}

@keyframes mymove6
{
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(100px) translateX(0);
  transform: translateY(100px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove6
{
	/*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
	to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
	from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(100px) translateX(0);
  transform: translateY(100px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}


.home2{width:100%;padding:7.5rem 10%;overflow:hidden;display:flex;align-items: center;}
.home2 .h2left{width:30%;float:left;position:relative;overflow:hidden;margin-right:5%;}
.home2 .h2left h2{color:#fff;font-size:3.5rem;line-height:3.875rem;}
.home2 .h2left p.pp{color:#fff;font-size:1.125rem;line-height:1.8rem;margin-top:10%;text-align: justify;text-justify: inter-ideograph;}
.home2 .h2left .snav{width:100%;position:absolute;left:0;bottom:0;}
.home2 .h2left .snav .solu{width:calc((100% - 15px) / 3);float:left;margin-right:5px;background:#313131 url(../images/jiantou_grey.png) 95% 5% no-repeat;background-size:15%;text-align:center;border-radius:10px;border:1px solid #6E6E6E;cursor: pointer;display:flex;align-items:center;}
.home2 .h2left .snav .solu div{width:100%;}
.home2 .h2left .snav .solu h3{color:#A4A4A4;font-size:2.875rem;}
.home2 .h2left .snav .solu p{color:#A4A4A4;font-size:1rem;}
.home2 .h2left .snav .solu:hover{border:0px;background:#B51C2F url(../images/jiantou.png) 95% 5% no-repeat;background-size:15%;}
.home2 .h2left .snav .solu:hover h3{color:#fff}
.home2 .h2left .snav .solu:hover p{color:#fff}
.home2 .h2left .snav .solu.active{border:0px;background:#B51C2F url(../images/jiantou.png) 95% 5% no-repeat;background-size:15%;}
.home2 .h2left .snav .solu.active h3{color:#fff}
.home2 .h2left .snav .solu.active p{color:#fff}

.home2 .h2right{width:65%;float:right;}
.h2right .swiper-slide a       {width:100%;display:block;position:relative;overflow:hidden;border-radius: 10px;}
.expert-img                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 20px;position:relative;overflow:hidden;}
.expert-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
    pointer-events: none;
}
.expert-img img                       {width:100%;height:100%;float:left;}
.expert-text                          {width: 45%;overflow: hidden; position: absolute;right:1.625rem;bottom:1.625rem;background:#fff;padding:2.5rem;border-radius:10px;}
.expert-text h2                       {font-size: 1.625rem;font-weight: bold;line-height: 1.875rem;color:#000;width:100%;height:30px;overflow: hidden; position: relative;}
.expert-text p                        {font-size: 1rem;font-weight:normal ;color:#666666;width:100%;height:40px;line-height: 20px;overflow: hidden; position: relative;margin:10px 0 15px;text-align: justify;text-justify: inter-ideograph;}
.expert-text span                     {display:inline-block;padding:3px 4px;background:#F8E9EB;color:#B51C2F;margin-right:3px;font-size:0.875rem;}

.case-panel                           {opacity: 0;z-index: 1;width:100%;position:relative;overflow:hidden;display:none;}
.case-panel.active                    {z-index: 98;opacity: 1;-webkit-transition: all .2s ease-out .1s;transition: all .2s ease-out .1s;display:block;}
.case-panel .swiper-button-next,.case-panel .swiper-button-prev{background:none;opacity: 0.8;top: 39%;}
.case-panel .swiper-button-prev       {left:0;}
.case-panel .swiper-button-next       {right:0;}
.case-panel .swiper-button-next:hover,.case-panel .swiper-button-prev:hover{opacity: 1;}
.home2 .kz{width:160px;position:absolute;left:0;bottom:15%;}
.home2 .swiper-pagination{color:#fff;width:auto;}
.home2 .swiper-pagination-fraction{color:#fff;width:auto;bottom:6%;left:20%;font-size:1rem;}

.home3{width:100%;position:relative;min-height:1000px;overflow:hidden;}
.home3 .h3tit{width:100%;padding:0 30%;overflow:hidden;text-align:center;z-index:99;position:relative;}
.home3 .h3tit h2{color:#fff;font-size:3.5rem;}
.home3 .h3tit p {color:#fff;font-size:1rem;margin-top:20px;}
.home3 .midtit{text-align:center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.home3 .midtit h2{color:#B51C2F;}
.home3 .midtit h2.h1{font-size:2.375rem;margin-top:20%;z-index:99;position:relative;}
.home3 .midtit h2.h2{font-size:9.625rem;z-index:99;position:relative;}
 /* 基础圆环样式 */
.ring-container {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:20px;
	top:100px;
}
.ring-container2 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;left: 50%;transform: translate(-50%, -50%);
}
.ring {
	position: absolute;
	border-radius: 50%;
}
/* 示例1：同心圆环 */
.example1 {
	width: 100%;
	height: 100%;
}
.ring1 {
	width: 900px;
	height: 900px;
	background:url("../images/yuan05.png") center no-repeat;
	background-size:cover;
	animation: rotate1 15s linear infinite;
}
.ring2 {
	width: 700px;
	height: 700px;
	background:url("../images/yuan04.png") center no-repeat;
	background-size:cover;
	animation: rotate2 15s linear infinite reverse;
}
.ring3 {
	width: 600px;
	height: 600px;
	background:url("../images/yuan03.png") center no-repeat;
	background-size:cover;
	animation: rotate3 15s linear infinite;
}
.ring3.xiaor {
	width: 68%;
	height: 68%;
	background:url("../images/yuan03.png") center no-repeat;
	background-size:cover;
	animation: rotate3 15s linear infinite;
}
.ring4 {
	width: 550px;
	height: 550px;
	background:url("../images/yuan02.png") center no-repeat;
	background-size:cover;
	animation: rotate4 15s linear infinite reverse;
}
.ring4.xiaor {
	width: 60%;
	height: 60%;
	background:url("../images/yuan02.png") center no-repeat;
	background-size:cover;
	animation: rotate4 15s linear infinite reverse;
}
.ring5 {
	width: 400px;
	height: 400px;
	background:url("../images/yuan01.png") center no-repeat;
	background-size:cover;
	animation: rotate5 15s linear infinite reverse;
}
.ring5.xiaor {
	width: 40%;
	height: 40%;
	background:url("../images/yuan01.png") center no-repeat;
	background-size:cover;
	animation: rotate5 15s linear infinite reverse;
}
/* 动画定义 */
@keyframes rotate1 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes rotate2 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes rotate3 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes rotate4 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes rotate5 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.home3 .mm {position:absolute;display: inline-block;}
.home3 .mm .mmn{
	width:255px;height:153.75px;border-radius:20px;background-color:#fff;position:relative;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.home3 .mm .mmn .txt{position:absolute;bottom:1.875rem;left:1.875rem;width: calc(100% - 3.75rem);overflow: hidden;}
.home3 .mm .mmn h3{height:2.625rem;color:#fff;font-size:1rem;line-height:2.625rem;}
.home3 .mm .mmn h2{height:3rem;color:#fff;font-size:1.5rem;line-height:3rem;font-weight: 500;}
.home3 .mm .mmn p{height:0;color:#fff;font-size:1rem;line-height:1.25rem;text-align: justify;text-justify: inter-ideograph;font-weight: 400;}
.home3 .mm  a.amore{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.home3 .mm:hover .mmn h3{display:none;}
.home3 .mm:hover .mmn h2{color:#fff;}
.home3 .mm:hover .mmn p{height:auto;overflow:hidden;}
.home3 .mm:hover a.amore{display:block;background:#B51C2F;}
.home3 .mokuai{position:absolute;overflow:hidden;min-height:705px;width:100%;right:-100%;transform: translateX(100%);  /*使用 transform 替代 right */
  transition: transform 0.5s ease; /* 平滑过渡效果 */}
.home3 .mokuai7 .m1{left:16%;top:12%;}
.home3 .mokuai7 .m2{right:16%;top:12%;}
.home3 .mokuai7 .m3{left:8%;top:38%;}
.home3 .mokuai7 .m4{right:8%;top:38%;}
.home3 .mokuai7 .m5{bottom:14%;left:16%}
.home3 .mokuai7 .m6{top:50%;left:50%;transform: translate(-50%, 85%);}
.home3 .mokuai7 .m7{bottom:14%;right:16%}

.home3 .mokuai6 .m1{left:20%;top:12%;}
.home3 .mokuai6 .m2{right:20%;top:12%;}
.home3 .mokuai6 .m3{left:9%;top:38%;}
.home3 .mokuai6 .m4{right:9%;top:38%;}
.home3 .mokuai6 .m5{bottom:14%;left:20%}
.home3 .mokuai6 .m6{bottom:14%;right:20%}

.home3 .mokuai5 .m1{left:17%;top:13%;}
.home3 .mokuai5 .m2{right:17%;top:13%;}
.home3 .mokuai5 .m3{bottom:35%;left:7%}
.home3 .mokuai5 .m4{top:50%;left:50%;transform: translate(-50%, 85%);}
.home3 .mokuai5 .m5{bottom:35%;right:7%}

.home3 .mokuai4 .m1{left:16%;top:15%;}
.home3 .mokuai4 .m2{right:16%;top:15%;}
.home3 .mokuai4 .m3{bottom:15%;left:23%}
.home3 .mokuai4 .m4{bottom:15%;right:23%}

.home3 .mokuai3 .mmn{width:345px;height:206.25px;}
.home3 .mokuai3 .m1{left:10%;top:2%;}
.home3 .mokuai3 .m2{right:10%;top:2%;}
.home3 .mokuai3 .m3{top: 50%;left: 50%;transform: translate(-50%, 30%);}
.home3 .mmn .im{width:2.5rem;height:2.5rem;position:absolute;top:1.875rem;left:1.875rem;}
.home3 .mmn .im .im1{display:block;}
.home3 .mmn .im .im2{display:none;}
.home3 .mmn:hover .im1{display:none;}
.home3 .mmn:hover .im2{display:block;}
.home3 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 1.875rem) 1.875rem;
	background-size:auto;
	padding:1.875rem;
}
.home3 .mmn:hover {
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
	background-color:#B51C2F !important;
	background-image:none !important;
}


.homelizi{width:100%;height:200px;}
.homelizi2{width:100%;height:200px;}

.home4{width:100%;position:relative;overflow:hidden;padding:0 10%;}
.home4 .h4left{width:30%;float:left;margin-top:1%;}
.home4 .h4left h1{color:#B51C2F;font-size:9.625rem;line-height:9.625rem;}
.home4 .h4left h2{color:#fff;font-size:3.5rem;line-height:3.875rem;}
.home4 .h4left p.pp{color:#fff;font-size:1.125rem;line-height:1.8rem;margin:20px 0 40px;text-align: justify;text-justify: inter-ideograph;}

.home4 .h4right{width:65%;float:right;position:relative;}
.home4 .h4right ul{width:calc((100% - 30px) / 2);position:relative;}
.home4 .h4right ul.ul1{float:left;margin-top:10%;}
.home4 .h4right ul.ul2{float:right;}
.home4 .h4right ul li{width:100%;margin-bottom:20px;position:relative;}
.home4 li .a1{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.home4 li .a1 img{float:left;}
.home4 li .a1 .zhe{position:absolute;background-color: rgba(0, 0, 0, 0);width:100%;height:100%;}
.home4 li .a1 h2{width:100%;height:3.5rem;color:#fff;font-size:1.5rem;line-height:3.5rem;position:absolute;bottom:1.5625rem;padding:0 1.875rem;font-weight:500;}
.home4 li .a1 p{width:100%;height:0;color:#fff;font-size:1rem;line-height:1.6875rem;position:absolute;bottom:0;padding:0 1.875rem;text-align: justify;text-justify: inter-ideograph;font-weight:400;}
.home4 li .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.home4 li:hover .a1 img{filter: blur(5px);}
.home4 li:hover .a1 h2{color:#fff;bottom:calc(2.5rem + 5.0625rem);}
.home4 li:hover .a1 p{height:5.0625rem;bottom:2.5rem;overflow:hidden;}
.home4 li:hover .a1 .zhe{background-color: rgba(0, 0, 0, 0.6);}
.home4 li:hover .a2{display:block;background:#B51C2F;}
.home4 li:hover .a1{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}

.home5{width:100%;position:relative;overflow:hidden;padding:0 10%;margin-top:40px;}
.home5 .h5left{width:40%;position:absolute;padding-right:10%;top: 50%;left: 50%;transform: translate(-100%, -50%);}
.home5 .h5left h2{color:#fff;font-size:3.5rem;line-height:3.875rem;}
.home5 .h5left p.pp{color:#fff;font-size:1rem;line-height:1.5rem;margin:20px 0 40px;}
.home5 .h5right{width:60%;float:right;position:relative;overflow:hidden;}
.parent-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: center center; /* 确保所有子元素共享相同的旋转中心点[1](@ref) */
	z-index:100;
}

.center-point {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    height: 23%;
    /*background: url('../images/logo.png') center no-repeat;*/
    border-radius: 50%;
    transform: translate(-50%, -50%); /* 精确居中定位[3](@ref) */
	z-index:100;
	/*filter: blur(1px); */
}
.center-point .sphere-boundary{width:100%;height:100%;}
/*.home5 .center-point{animation: depthWave 2s ease-in-out infinite alternate;}
@keyframes depthWave {
        0% {
        filter: brightness(0.7) drop-shadow(0 0 1px rgba(255,255,255,0.3));
    }
    50% {
        filter: brightness(1.1) drop-shadow(0 0 5px rgba(255,255,255,0.9));
    }
    100% {
        filter: brightness(0.7) drop-shadow(0 0 1px rgba(255,255,255,0.3));
    }
}*/
/* 粒子样式 */
.center-point .particle {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	will-change: transform, opacity;
	background-color: #B51C2F;
	box-shadow: 0 0 6px #B51C2F;
}
.center-point img{width:100%;border-radius:50%;}
.child-element {
	padding:20px;
    position: absolute;
    width: 22.5%;
    height: 22.5%;
    /*background-color: #B51C2F;*/
	background: linear-gradient(180deg, rgba(181, 28, 47, 0.9) 0%, rgba(181, 28, 47, 0.531) 100%);
	backdrop-filter: blur(20px);
	box-shadow: 9px 14px 24px 0px rgba(0, 0, 0, 0.15);
    color: white;
    display: flex;
    justify-content: left;
    align-items: left;
	flex-direction: column;
    border-radius: 20px;
}
.child-element img{max-width:2.375rem;margin-bottom:0.6rem;}
.child-element h1{font-size:4.125rem;}
.child-element h2{font-size:1.125rem;}
#element1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(135%, 0); /* 移动到右侧半径位置[3](@ref) */
}

#element2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(0, 135%); /* 移动到下方半径位置 */
}

#element3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-135%, 0); /* 移动到左侧半径位置 */
}

#element4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(0, -135%); /* 移动到上方半径位置 */
}
@keyframes orbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes counter-rotate1 {
    from { transform: translate(-50%, -50%) translate(135%, 0) rotate(0deg); }
    to { transform: translate(-50%, -50%) translate(135%, 0) rotate(-360deg); }
}
@keyframes counter-rotate2 {
    from { transform: translate(-50%, -50%) translate(0, 135%) rotate(0deg); }
    to { transform: translate(-50%, -50%) translate(0, 135%) rotate(-360deg); }
}
@keyframes counter-rotate3 {
    from { transform: translate(-50%, -50%) translate(-135%, 0) rotate(0deg); }
    to { transform: translate(-50%, -50%) translate(-135%, 0) rotate(-360deg); }
}
@keyframes counter-rotate4 {
    from { transform: translate(-50%, -50%) translate(0, -135%) rotate(0deg); }
    to { transform: translate(-50%, -50%) translate(0, -135%) rotate(-360deg); }
}

.parent-container {
    animation: orbit 20s linear infinite;
}

#element1 {
    animation: counter-rotate1 20s linear infinite;
}
#element2 {
    animation: counter-rotate2 20s linear infinite;
}
#element3 {
    animation: counter-rotate3 20s linear infinite;
}
#element4 {
    animation: counter-rotate4 20s linear infinite;
}
/*.parent-container:hover{animation-play-state: paused;}
.parent-container:hover #element1{animation-play-state: paused;}
.parent-container:hover #element2{animation-play-state: paused;}
.parent-container:hover #element3{animation-play-state: paused;}
.parent-container:hover #element4{animation-play-state: paused;}*/

.home6{width:100%;position:relative;overflow:hidden;padding:0 10%;}
.home6 .h6nei{width:100%;position:relative;overflow:hidden;border-radius:30px;
/*-webkit-clip-path: polygon(0 7%, 17% 7%, 17% 0, 91% 0, 91% 9%, 100% 9%, 100% 85%, 100% 100%, 85% 100%, 24% 99%, 24% 93%, 0 93%);
clip-path: polygon(0 7%, 17% 7%, 17% 0, 91% 0, 91% 9%, 100% 9%, 100% 85%, 100% 100%, 85% 100%, 24% 99%, 24% 93%, 0 93%);*/
}
.home6 .h6nei .curtain { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; }
.home6 .h6nei .curtain div { flex:1; height:100%; transition:transform 0.3s; }
.home6 .h6nei .left { background:rgba(181,28,47,0.6); }
.home6 .h6nei .right { background:rgba(181,28,47,0.6); }

.home7{width:100%;position:relative;overflow:hidden;padding:0 10%;margin-top:60px;}
.home7 .heng{width:100%;position:relative;overflow:hidden;margin-bottom:30px;}
.home7 .heng .secheng{width:100%;position:relative;overflow:hidden;line-height:50px;}
.home7 .heng .secheng h2{float:left;font-size:3.5rem;color:#fff;line-height:3.875rem;}
.home7 .heng .secheng .publicmore3{padding:10px 0;}
.home7 .xin{width:100%;position:relative;overflow:hidden;}
.home7 .xin ul{width:100%;position:relative;overflow:hidden;}
.home7 .xin ul li{width:calc((100% - 80px) / 3);position:relative;overflow:hidden;float:left;margin-right:40px;}
.home7 .xin ul li:last-child{float:right;margin-right:0;}
.home7 li .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;}
.home7 li .a1 .img{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.home7 li .a1 .img img{float:left;}
.home7 li .a1 .time{width:100%;color:#B51C2F;font-size:1rem;line-height:20px;margin-top:20px;}
.home7 li .a1 .time span{display:inline-block;margin-right:10px;}
.home7 li .a1 p{width:100%;color:#fff;font-size:1.5rem;line-height:2rem;margin-top:20px;}
.home7 li .a1 .tag{width:100%;color:#666;font-size:0.875rem;line-height:1rem;margin-top:20px;}
.home7 li .a1 .tag span{text-align:center;display:inline-block;margin-right:5px;padding:3px 6px;background:#272727;border-radius:4px;}
.home7 li .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.home7 li:hover .a2{display:block;background:#B51C2F;}
.home7 li:hover .a1 .img{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}
.home7 li:hover .a1 .img{}

.foot{margin-top:80px;width:100%;position:relative;padding:0 3% 0;z-index:5;background:url("../images/footbk01.png") no-repeat center center;background-size:contain;}
.foot.hong{background:url("../images/footbk02.png") no-repeat center center;background-size:contain;}
.footnei{width:100%;position:relative;padding:40px 10% 0;/*border-radius:20px;*/min-height:480px;
	/*-webkit-clip-path: polygon(0 0, 0 0, 0 0, 96% 0, 96% 27%, 100% 27%, 100% calc(100% - 50px), 66% calc(100% - 50px), 66% 100%, 5% 100%, 5% 54%, 0 54%);
clip-path: polygon(0 0, 0 0, 0 0, 96% 0, 96% 27%, 100% 27%, 100% calc(100% - 50px), 66% calc(100% - 50px), 66% 100%, 5% 100%, 5% 54%, 0 54%);*/
}
.footnei .top{width:100%;position:relative;}
.footnei .top .dd{float:left;position:relative;}
.footnei .top .d1{width:28%;}
.footnei .top .d1 .a1{display:block;margin-bottom:50px;}
.footnei .top .d1 h2{color:#fff;font-size:1.875rem;margin:10px 0;height:2rem;line-height:2rem;}
.footnei .top .d1 .ylink2{position:relative;overflow:hidden;margin-top:50px;border-radius:5px;}
.footnei .ylink2 a{display:inline-block;padding:6px 30px 6px 10px;color:#fff;font-size:1.125rem;position: relative;background:#3F3F3F url(../images/jiantou.png) right center no-repeat;background-size:13%;border-radius:5px;}
.footnei .ylink2 a:hover{background-color:#B51C2F;border-radius:5px;}
.foot.hong .footnei .ylink2 a{background-color:#BC3344;}
.footnei .top .d2{width:12%;}
.footnei .top .d2 ul{position:relative;overflow:hidden;}
.footnei .top .d2 ul li{position:relative;overflow:hidden;margin-bottom:1.5rem;}
.footnei .top .d2 ul li a{display:block;color:#fff;font-size:1.125rem}
.footnei .top .d2 ul li a:hover{color:#B51C2F}
.foot.hong .footnei .top .d2 ul li a:hover{color:#fff}
.footnei .top .d3{width:30%;}
.footnei .top .d3 h2{color:#fff;margin-bottom:1rem;font-size:1.125rem}
.footnei .top .d3 p{color:#939393;margin-bottom:1rem;font-size:0.875rem}
.foot.hong .footnei .top .d3 p{color:#e1e0e0;}
.footnei .top .d4{width:30%;}
.footnei .top .d4 h2{color:#fff;padding-left:7%;font-size:1.125rem}
.footnei .top .d4 ul{position:relative;overflow:hidden;}
.footnei .top .d4 ul li{position:relative;overflow:hidden;margin-bottom:20px;width:calc(100% / 4);float:left;text-align:center;}
.footnei .top .d4 ul li img{opacity: 0.6;}
.footnei .top .d4 ul li:hover img{opacity: 1;}
.foot.hong .footnei .top .d4 ul li p {color:#e1e0e0;}
.footnei .link{width:50%;position:absolute;bottom:50px;left:10%;line-height:40px;}
.footnei .link h2{height:30px;color: #939393;font-size: 1rem;line-height:30px;}
.footnei .link ul li{float:left;height:30px;color: #939393;font-size: 1rem;line-height:30px;margin-right:1rem;}
.footnei .bot{width:50%;height:50px;position:absolute;bottom:0;left:10%;border-top:1px solid #545454;line-height:50px;}
.foot.hong .footnei .link h2{color:#fff;}
.foot.hong .footnei .link ul li a{color:#fff;}
.foot.hong .footnei .bot{border-color:#fff;}
.footnei .bot p{float:left;color:#939393;}
.foot.hong .footnei .bot p{color:#fff;}
.footnei .bot div{float:right;}
.footnei .bot div a{display:inline-block;color:#939393;padding:0 10px;}
.footnei .bot div span{display:inline-block;color:#939393;}
.foot.hong .footnei .bot div a{display:inline-block;color:#fff;padding:0 10px;}
.foot.hong .footnei .bot div span{display:inline-block;color:#fff;}
/* 底部二维码图标容器************************************************/
.icons-container {display: flex;justify-content: left;gap: 60px;margin-top: 30px;flex-wrap: wrap;}
/* 图标项 */
.icon-item {position: relative;display: flex;flex-direction: column;align-items: center;cursor: pointer;transition: transform 0.3s ease;}
.icon-item:hover {transform: translateY(-5px);}
/* 图标样式 */
.icon {width: 40px;height: 40px;background: #353535;border-radius: 20px;display: flex;align-items: center;justify-content: center;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);transition: all 0.3s ease;position: relative;z-index: 2;}
.foot.hong .footnei .icon{background: #B92739;}
.icon:hover {box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);background: #B51C2F;}
.icon:hover .icon-img {filter: brightness(0) invert(1);}
.icon-img {width: 20px;height: 20px;transition: filter 0.3s ease;}
/* 二维码容器 */
.qrcode-container {position: absolute;width: 160px;height: 160px;background: white;border-radius: 12px;box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);padding: 15px;opacity: 0;visibility: hidden;transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);z-index: 10;}
/* 二维码在上方 */
.qrcode-top {bottom: 100%;left: 50%;transform: translateX(-50%) translateY(10px);margin-bottom: 20px;}
/* 二维码在下方 */
.qrcode-bottom {top: 100%;left: 50%;transform: translateX(-50%) translateY(-10px);margin-top: 20px;}
/* 显示二维码 */
.icon-item.active .qrcode-container,
.icon-item:hover .qrcode-container {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);}
/* 二维码图片 */
.qrcode-img {width: 100%;height: 100%;object-fit: contain;}
/* 箭头指示器 */
.arrow {position: absolute;width: 0;height: 0;border-style: solid;}
/* 上方二维码的箭头 */
.qrcode-top .arrow {top: 100%;left: 50%;transform: translateX(-50%);border-width: 10px 8px 0 8px;border-color: white transparent transparent transparent;}
/* 下方二维码的箭头 */
.qrcode-bottom .arrow {bottom: 100%;left: 50%;transform: translateX(-50%);border-width: 0 8px 10px 8px;border-color: transparent transparent white transparent;}

/*侧边导航************************************************/
.anchor-nav {position: fixed;right: -300px;top: 50%;transform: translateY(-50%);z-index: 1000;}
.anchor-nav2 {position: fixed;right: 20px;top: 50%;transform: translateY(-50%);z-index: 1000;}
/* 侧边栏显示状态 */
.anchor-nav.visible {right: 20px;top: 50%;transform: translate(0 -50%);opacity: 1;}
.anchor-nav2.visible {right: 20px;top: 50%;transform: translate(0 -50%);opacity: 1;}
/* 导航列表 */
.nav-list {list-style: none;position: relative;}
/* 刻度线 */
.nav-list::before {content: '';position: absolute;right: 0;top: 0;bottom: 0;width: 2px;background: linear-gradient(to bottom, transparent 0%, #fff 10%, #fff 90%, transparent 100%);}
.nav-list.nav-listfuwu::before {content: '';position: absolute;right: 0;top: 0;bottom: 0;width: 2px;background: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);}
/* 刻度标记 */
.nav-list::after {content: '';position: absolute;right: 0px;top: 0;bottom: 0;width: 8px;/*background: repeating-linear-gradient(to bottom,transparent,transparent 9px,#fff 9px,#fff 10px);*/opacity: 0.5;}
.nav-list.nav-listfuwu::after {content: '';position: absolute;right: 0px;top: 0;bottom: 0;width: 8px;/*background: repeating-linear-gradient(to bottom,transparent,transparent 9px,#000 9px,#000 10px);*/opacity: 0.5;}
/* 导航项 */
.nav-item {position: relative;margin-bottom: 20px;display: flex;align-items: center;justify-content: flex-end;}
.nav-item2 {position: relative;margin-bottom: 20px;display: flex;align-items: center;justify-content: flex-end;}
/* 导航链接 */
.nav-link {text-decoration: none;color: rgba(255,255,255,0.5);font-size: 0.875rem;font-weight: 500;padding: 5px 6px;/*background: rgba(255, 255, 255, 0.9);border-radius: 4px;box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/transition: all 0.3s ease;margin-right: 20px;white-space: nowrap;position: relative;z-index: 2;}
.nav-link2 {text-decoration: none;color: rgba(255,255,255,0.5);font-size: 0.875rem;font-weight: 500;padding: 5px 6px;/*background: rgba(255, 255, 255, 0.9);border-radius: 4px;box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/transition: all 0.3s ease;margin-right: 20px;white-space: nowrap;position: relative;z-index: 2;}
.nav-link:hover {color: #fff;transform: translateX(-5px);/*box-shadow: 0 4px 8px rgba(52, 152, 219, 0.2);*/}
.nav-link2:hover {color: #fff;transform: translateX(-5px);/*box-shadow: 0 4px 8px rgba(52, 152, 219, 0.2);*/}
.nav-item2 .nav-link {text-decoration: none;color: rgba(4,4,4,0.5);font-size: 0.875rem;font-weight: 500;padding: 5px 6px;transition: all 0.3s ease;margin-right: 20px;white-space: nowrap;position: relative;z-index: 2;}
.nav-item2 .nav-link2 {text-decoration: none;color: rgba(4,4,4,0.5);font-size: 0.875rem;font-weight: 500;padding: 5px 6px;transition: all 0.3s ease;margin-right: 20px;white-space: nowrap;position: relative;z-index: 2;}
.nav-item2 .nav-link:hover {color: #000;transform: translateX(-5px);}
.nav-item2 .nav-link2:hover {color: #000;transform: translateX(-5px);}
/* 菱形点 */
.nav-dot {position: absolute;right: -2px;width: 5px;height: 5px;background: #fff;transform: rotate(45deg);transition: all 0.3s ease;z-index: 3;box-shadow: 0 0 0 1px white, 0 0 2px rgba(52, 152, 219, 0.5);}
.nav-item2 .nav-dot {position: absolute;right: -2px;width: 5px;height: 5px;background: #666;transform: rotate(45deg);transition: all 0.3s ease;z-index: 3;box-shadow: 0 0 0 1px white, 0 0 2px rgba(52, 152, 219, 0.5);}
/* 连接线 */
.nav-line {position: absolute;right: 0;width: 20px;height: 2px;background: #fff;opacity: 0.3;transition: all 0.3s ease;}
.nav-item2 .nav-line {position: absolute;right: 0;width: 20px;height: 2px;background: #292929;opacity: 0.3;transition: all 0.3s ease;}
/* 激活状态 */
.nav-item.active .nav-link {color: #fff;/*background: #B51C2F;box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);*/}
.nav-item.active .nav-link2 {color: #fff;/*background: #B51C2F;box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);*/}
.nav-item.active .nav-dot {background: #e74c3c;transform: rotate(45deg) scale(1.2);box-shadow: 0 0 0 1px white, 0 0 4px rgba(231, 76, 60, 0.7);}
.nav-item.active .nav-line {opacity: 1;background: #e74c3c;width: 24px;}
.nav-item2.active .nav-link {color: #000;b}
.nav-item2.active .nav-link2 {color: #000;b}
.nav-item2.active .nav-dot {background: #e74c3c;transform: rotate(45deg) scale(1.2);box-shadow: 0 0 0 1px white, 0 0 4px rgba(231, 76, 60, 0.7);}
.nav-item2.active .nav-line {opacity: 1;background: #e74c3c;width: 24px;}

/* 触发区域指示器 */
.trigger-indicator {
	position: fixed;
	right: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: rgba(255,255,255,0.15);
	z-index: 999;
	transition: background 0.3s;
}

.trigger-indicator:hover {
	background: rgba(255,255,255,0.3);
}
/*投资开始************************************************/
.neibanner{position:relative;width:100%;}
.neibanner .nei_img{width:100%;position:relative;}
.neibanner .nei_img img{width:100%;}
.neibanner .zi{position:absolute;left:10%;top: 50%;transform: translateY(-50%);z-index:99;overflow:hidden;}
.neibanner .zi .h1{color:#fff;font-size:1.375rem;}
.neibanner .zi .h2{color:#fff;font-size:4.375rem;}
.neibanner .zi2{position:absolute;left:10%;bottom:15%;z-index:99;overflow:hidden;}
.neibanner .zi2 a{display:inline-block;padding:8px 15px;border:1px solid #fff;color:#fff;font-size:1rem;border-radius:10px;}
.neibanner .zi2 a.on{border:1px solid #B51C2F;;background:#B51C2F;}
.neibanner .zi2 a:hover{border:1px solid #B51C2F;;background:#B51C2F;}
.gy1{position:relative;width:100%;padding:7.5rem 0;}
.gy1 .tit{width:60%;padding:0 10%;}
.gy1 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.gy1 .tit .pp{font-size:1.125rem;line-height:1.8rem;margin:20px 0;text-align: justify;text-justify: inter-ideograph;}
.gy1 .lun{width:100%;position:relative;}
.gy1 .gySwiper1{width:100%;position:relative;margin:0 auto;}
.gy1 .swiper-slide{opacity: 0.4; /* 设置较低的透明度实现虚化效果 */
  transition: opacity 0.3s ease; /* 添加过渡效果使切换更平滑 */}
.gy1 .swiper-slide-active {
  opacity: 1; /* 完全显示 */
  transform: scale(1); /* 正常大小 */
}
.gy1 .swiper-slide a       {width:100%;display:block;position:relative;overflow:hidden;}
.gy1 .expert-img2                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 20px;position:relative;overflow:hidden;}
.gy1 .expert-img2 img                       {width:100%;height:100%;float:left;}
.gy1 .expert-text2                          {width: 35%;overflow: hidden; position: absolute;right:1.25rem;top:1.25rem;background:#fff;padding:2rem 2.5rem;border-radius:10px;}
.gy1 .expert-text2 h2                       {font-size: 1.625rem;font-weight: 500;line-height: 30px;color:#000;width:100%;height:30px;overflow: hidden; position: relative;}
.gy1 .expert-text2 p                        {font-size: 1rem;font-weight:normal ;color:#666666;width:100%;height:5.25rem;line-height: 1.75rem;overflow: hidden; position: relative;margin:10px 0 15px;text-align: justify;text-justify: inter-ideograph;font-weight:400;}
.gy1 .expert-text2 span                     {display:inline-block;padding:3px 4px;background:#F8E9EB;color:#B51C2F;margin-right:3px;font-size:0.875rem;}
.gy1 .expert-icon2                          {position: absolute;left:1.25rem;bottom:1.25rem;}
.gy1 .expert-icon2 .expert-icon-item        {position:relative;overflow:hidden;border:2px solid rgba(255,255,255,0.3);padding:2.125rem 1.625rem;border-radius:10px;float:left;margin-right:10px;backdrop-filter: blur(40px);-webkit-backdrop-filter: blur(40px);text-align:center;color:#9CA4AD;/*background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);*/background: rgba(0, 0, 0, 0.1);}
.gy1 .expert-icon2 .expert-icon-item .d1    {line-height:4.375rem;}
.gy1 .expert-icon2 .expert-icon-item .sp1   {font-size:3.5rem;font-weight:500;}
.gy1 .expert-icon2 .expert-icon-item .sp2   {font-size:1.875rem;font-weight:500;}
.gy1 .expert-icon2 .expert-icon-item .d2    {font-size:1rem;}
.gy1 .expert-icon2 .expert-icon-item:hover  {background:#B51C2F;color:#fff;border:2px solid #B51C2F;}

.gy1 .kz{width:190px;position:absolute;right:10%;top:-10%;}
.gy1 .swiper-pagination{color:#fff;width:auto;bottom:2%;right:15%;left:auto;}
.gy1 .swiper-button-next,.gy1 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.gy1 .swiper-button-next:hover,.gy1 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.gy1 .lun .one{width:83%;position:relative;margin:0 auto;display:block;}

.gy2{width:80%;margin:0 auto;position:relative;overflow:hidden;}
.gy2 .gy2left{width:35%;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.gy2 .gy2left .tit{width:100%;position:relative;margin-bottom:2.875rem;}
.gy2 .gy2left .tit h2{font-size:3.5rem;line-height:3.875rem;}
.gy2 .gy2left .gy22{width:100%;margin:0 auto;border-bottom:1px solid #DAD8D8;}
.gy2 .gy2left .gy22 .nav3{border-top:1px solid #DAD8D8;}
.gy2 .gy2left .gy22 .nav3.kai{border-top:1px solid #B51C2F;padding:2.1875rem 0;}
.gy2 .gy2left .gy22 .nav3 .nav3h{overflow:hidden;padding:1.25rem 0;}
.gy2 .gy2left .gy22 .nav3.kai .nav3h{padding:0;margin-bottom:1rem;}
.gy2 .gy2left .gy22 .nav3 .nav3h h2{font-size:1.5rem;float:left;}
.gy2 .gy2left .gy22 .nav3.kai .nav3h h2{color:#B51C2F;}
.gy2 .gy2left .gy22 .nav3 .nav3h i{float:right;}
.gy2 .gy2left .gy22 .nav3 .nav3h i img{height:20px;}
.gy2 .gy2left .gy22 .nav3.kai .nav3h i img:nth-child(n){display:block;}
.gy2 .gy2left .gy22 .nav3.kai .nav3h i img:nth-child(2n){display:none;}
.gy2 .gy2left .gy22 .nav3 .nav3h i img:nth-child(n){display:none;}
.gy2 .gy2left .gy22 .nav3 .nav3h i img:nth-child(2n){display:block;}
.gy2 .gy2left .gy22 .nav3 p{line-height:1.625rem;font-size:1rem;text-align: justify;text-justify: inter-ideograph;}


.gy2 .gy2right{width:60%;float:right;position:relative;}
.parent-container2 {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: center center; /* 确保所有子元素共享相同的旋转中心点[1](@ref) */
	z-index:101;
}

.center-point2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44%;
    height: 44%;
    border-radius: 50%;
    transform: translate(-50%, -50%); /* 精确居中定位[3](@ref) */
	z-index:100;
	overflow:hidden;
}
.center-point2 img{display:none;width:100%;}
.center-point2 img.active{display:block;}

.child-element2 {
	padding:0;
    position: absolute;
    width: 15%;
    height: 15%;
    background-color: #F4F4F4;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    border-radius: 20px;
}
.child-element2 .img1{display:block;}
.child-element2 .img2{display:none;}
.child-element2.active{
	background-color: #B51C2F;
    color: white;
}
.child-element2.active .img1{display:none;}
.child-element2.active .img2{display:block;}
.child-element2 img{width:30%;margin-bottom:1rem;}
.child-element2 h2{font-size:1.125em;}
.gyring1 {
	width: 48%;
	height: 48%;
	background:url("../images/yuan03.png") center no-repeat;
	background-size:cover;
}
.gyring2 {
	width: 71%;
	height: 71%;
	border-top: 2px dashed #B51C2F;
	border-right: 2px dashed #B51C2F;
	border-bottom: 2px dashed #B51C2F;
	border-left: 2px dashed #B51C2F;
	
}
.gyring3 {
	width: 100%;
	height: 100%;
	background:url("../images/yuan05.png") center no-repeat;
	background-size:cover;
}
.parent-container23 #element21 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, -240%); /* 移动到右侧半径位置[3](@ref) */}
.parent-container23 #element22 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(215%, 90%); /* 移动到下方半径位置 */}
.parent-container23 #element23 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-215%, 90%); /* 移动到左侧半径位置 */}

.parent-container24 #element21 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, -240%); /* 移动到右侧半径位置[3](@ref) */}
.parent-container24 #element22 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(240%, 0); /* 移动到下方半径位置 */}
.parent-container24 #element23 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, 240%); /* 移动到左侧半径位置 */}
.parent-container24 #element24 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-240%, 0); /* 移动到上方半径位置 */}

.parent-container25 #element21 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, -240%); /* 移动到右侧半径位置[3](@ref) */}
.parent-container25 #element22 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(220%, -80%); /* 移动到下方半径位置 */}
.parent-container25 #element23 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(160%, 170%); /* 移动到左侧半径位置 */}
.parent-container25 #element24 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-160%, 170%); /* 移动到上方半径位置 */}
.parent-container25 #element25 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-220%, -80%); /* 移动到上方半径位置 */}

.parent-container26 #element21 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, -240%); /* 移动到右侧半径位置[3](@ref) */}
.parent-container26 #element22 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(215%, -115%); /* 移动到下方半径位置 */}
.parent-container26 #element23 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(215%, 115%); /* 移动到左侧半径位置 */}
.parent-container26 #element24 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, 240%); /* 移动到上方半径位置 */}
.parent-container26 #element25 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-215%, 115%); /* 移动到上方半径位置 */}
.parent-container26 #element26 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-215%, -115%); /* 移动到上方半径位置 */}

.parent-container27 #element21 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(0, -240%); /* 移动到右侧半径位置[3](@ref) */}
.parent-container27 #element22 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(200%, -135%); /* 移动到下方半径位置 */}
.parent-container27 #element23 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(225%, 60%); /* 移动到左侧半径位置 */}
.parent-container27 #element24 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(115%, 215%); /* 移动到上方半径位置 */}
.parent-container27 #element25 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-115%, 210%); /* 移动到上方半径位置 */}
.parent-container27 #element26 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-225%, 60%); /* 移动到上方半径位置 */}
.parent-container27 #element27 {top: 50%;left: 50%;transform: translate(-50%, -50%) translate(-200%, -135%); /* 移动到上方半径位置 */}
.jiantou2{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 71%;
    height: 71%;
    border-radius: 50%;
    transform: translate(-50%, -50%); /* 精确居中定位[3](@ref) */
	z-index:100;
}
.jiantou2 .jt{width:20px;height:20px;background:#fff url("../images/jiantou_yuan_grey.png") center no-repeat;background-size:cover;position:absolute;z-index:200;}
.jiantou2.parent-container23 .jt.jt1{top:25%;right:4%;transform: rotate(150deg);}
.jiantou2.parent-container23 .jt.jt2{bottom:-2%;right:48%;transform: rotate(270deg);}
.jiantou2.parent-container23 .jt.jt3{bottom:69%;left:3%;transform: rotate(40deg);}

.jiantou2.parent-container24 .jt.jt1{top:13%;right:13%;transform: rotate(135deg);}
.jiantou2.parent-container24 .jt.jt2{bottom:13%;right:13%;transform: rotate(225deg);}
.jiantou2.parent-container24 .jt.jt3{bottom:13%;left:13%;transform: rotate(315deg);}
.jiantou2.parent-container24 .jt.jt4{top:13%;left:13%;transform: rotate(45deg);}

.jiantou2.parent-container25 .jt.jt1{top:9%;right:17%;transform: rotate(135deg);}
.jiantou2.parent-container25 .jt.jt2{bottom:37%;right:-1%;transform: rotate(200deg);}
.jiantou2.parent-container25 .jt.jt3{bottom:-2%;left:50%;transform: rotate(270deg);}
.jiantou2.parent-container25 .jt.jt4{top:58%;left:-1%;transform: rotate(-10deg);}
.jiantou2.parent-container25 .jt.jt5{top:7%;left:20%;transform: rotate(55deg);}

.jiantou2.parent-container26 .jt.jt1{top:5%;right:22%;transform: rotate(135deg);}
.jiantou2.parent-container26 .jt.jt2{bottom:50%;right:-2%;transform: rotate(180deg);}
.jiantou2.parent-container26 .jt.jt3{bottom:6%;left:74%;transform: rotate(235deg);}
.jiantou2.parent-container26 .jt.jt4{bottom:5%;left:23%;transform: rotate(-55deg);}
.jiantou2.parent-container26 .jt.jt5{top:50%;left:-2%;transform: rotate(0deg);}
.jiantou2.parent-container26 .jt.jt6{top:5%;left:23%;transform: rotate(50deg);}

.jiantou2.parent-container27 .jt.jt1{top:4%;right:25%;transform: rotate(117deg);}
.jiantou2.parent-container27 .jt.jt2{top:40%;right:-1%;transform: rotate(165deg);}
.jiantou2.parent-container27 .jt.jt3{bottom:18%;right:8%;transform: rotate(220deg);}
.jiantou2.parent-container27 .jt.jt4{bottom:-2%;left:48%;transform: rotate(-90deg);}
.jiantou2.parent-container27 .jt.jt5{bottom:18%;left:8%;transform: rotate(-40deg);}
.jiantou2.parent-container27 .jt.jt6{top:40%;left:-1%;transform: rotate(12deg);}
.jiantou2.parent-container27 .jt.jt7{top:4%;left:25%;transform: rotate(52deg);}
.jiantou2 .jt.active{background:#fff url("../images/jiantou_yuan.png") center no-repeat;background-size:cover;}


.gy3{width:100%;}
.gy3 .gy3tit {width: 100%;padding: 0 30%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.gy3 .gy3tit h2{font-size:3.5rem;}
.gy3 .gy3tit p {font-size:1rem;line-height:1.5rem;margin-top: 20px;}
.gy3 .gy3cont{width: 100%;padding: 0 5% 0 10%;overflow: hidden;position: relative;}
.gy3 .gy3cont .wen{width:30%;float:left;margin-right:5rem;height:100%;}
.gy3 .gy3cont .wen ul{position:relative;}
.gy3 .gy3cont .wen ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, #B51C2F 10%, #B51C2F 90%, transparent 100%);
}
.gy3 .gy3cont .wen li{position:relative;padding-left:2.5rem;opacity:0.3;}
.gy3 .gy3cont .wen li h1{color:#B51C2F;font-size:5.625rem;line-height:5.625rem;}
.gy3 .gy3cont .wen li h2{font-size:1.5rem;line-height:40px;font-weight:500;}
.gy3 .gy3cont .wen li p{color:#666;font-size:1rem;line-height:1.625rem;text-align: justify;text-justify: inter-ideograph;}
.gy3 .gy3cont .wen li .gy3nav-dot {
  position: absolute;
  top: 25px;
  left: -4px;
  width: 10px;
  height: 10px;
  background: #B51C2F;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 3;
}
.gy3 .gy3cont .wen li.active{opacity:1;}
.gy3 .gy3cont .wen li.active .gy3nav-dot{
  transform: rotate(45deg) scale(1.2);
}


.gy3 .gy3cont .tu{width:calc(60% - 6.875rem);float:left;height:100%;border-radius: 20px;position: relative;overflow: hidden;}
.gy3 .gy3cont .tu img {width:100%;display:none;}
.gy3 .gy3cont .tu img.active {width:100%;display:block;}
.gy3 .gy3cont .gy3nav{width:10%;margin-left:1.875rem;float:left;height:100%;position:relative;}
.gy3 .gy3cont .gy3nav ul{position:absolute;bottom:4.875rem;right:10%;}
.gy3 .gy3cont .gy3nav ul::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background:#E1E1E1;
}
.gy3 .gy3cont .gy3nav ul li{cursor:pointer;text-align:right;padding-right:10px;line-height:1.25rem;position:relative;font-size:1.125rem;margin-bottom:1.125rem;}
.gy3 .gy3cont .gy3nav ul li:last-child{margin-bottom:0;}
.gy3 .gy3cont .gy3nav li.active{color:#B51C2F;}
.gy3 .gy3cont .gy3nav li.active .gy3nav-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 1.25rem;
  background: #B51C2F;
  transition: all 0.3s ease;
  z-index: 3;
}

.gy4{width:100%;padding:7.5rem 10% 0;position:relative;}
.gy4 h2{font-size:3.5rem;}
.gy4 .gy4nei{width:100%;position:relative;margin-top:40px;}
.gy4 .mm {position:relative;display: inline-block;width:100%}
.gy4 .mm .mmn{border-radius:20px;background:#F7F7F7;position:relative;transition: all 0.4s ease;}
.gy4 .mm .mmn .txt{position:relative;width:100%;overflow: hidden;}
.gy4 .mm .mmn h3{height:2.625rem;color:#fff;font-size:1rem;line-height:2.625rem;}
.gy4 .mm .mmn h2{height:3rem;color:#fff;font-size:1.5rem;line-height:3rem;font-weight: 500;margin-top:5rem}
.gy4 .mm .mmn p{height:0;color:#fff;font-size:1rem;line-height:1.25rem;text-align: justify;text-justify: inter-ideograph;font-weight: 400;}
.gy4 .mm  a{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.gy4 .mm:hover .mmn{background-color:#B51C2F !important;background-image:none !important;}
.gy4 .mm:hover .mmn h3{display:none;}
.gy4 .mm:hover .mmn h2{color:#fff;margin-top:2.75rem;}
.gy4 .mm:hover .mmn p{height:4.875rem;position:relative;overflow:hidden;}
.gy4 .mm:hover a{display:block;background:#B51C2F;}
.gy4 .mmn .im{width:3.125rem;height:3.125rem;position:relative;}
.gy4 .mmn .im .im1{display:block;}
.gy4 .mmn .im .im2{display:none;}
.gy4 .mmn:hover .im1{display:none;}
.gy4 .mmn:hover .im2{display:block;}
.gy4 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 1.875rem) 1.875rem;
	background-size:auto;
	padding:1.875rem;
}
.gy4 .mmn:hover {background-color:#B51C2F;background-image:none;}
.gy4 .swiper-button-next{right:-8%;top:-6%;padding:150px 52px}
.gy4 .swiper-button-prev{left:-8%;top:-6%;padding:150px 52px}
.gy4 .swiper-slide:nth-child(2n){margin-top:30px;}

.zy1{width:80%;position:relative;margin:7.5rem auto 0;position:relative;overflow:hidden;}
.zy1 .zy1im{width:46%;float:left;position:relative;overflow:hidden;border-radius:20px;}
.zy1 .zy1im img{width:100%;float:left;}
.zy1 .zy1cont{width:50%;float:right;position:relative;overflow:hidden;padding-top:30px;} 
.zy1 .zy1cont h2{line-height:60px;font-size:3.5rem;}
.zy1 .zy1cont p{line-height:1.8rem;font-size:1.125rem;margin-top: 5%;text-align: justify;text-justify: inter-ideograph;}

.zy2{width:80%;position:relative;margin:7.5rem auto 30px;position:relative;overflow:hidden;}
.zy2 .zy2cont{width:100%;position:relative;overflow:hidden;} 
.zy2 .zy2cont h2{line-height:60px;font-size:3.5rem;}
.zy2 .zy2cont p{line-height:1.8rem;font-size:1.125rem;margin-bottom:30px;margin-top: 2%;text-align: justify;text-justify: inter-ideograph;}
.zy2 .zy2im{width:100%;float:left;position:relative;overflow:hidden;border-radius:20px;}
.zy2 .zy2im img{width:100%;float:left;}

.ggdb{width:80%;margin:7.5rem auto 30px;position:relative;overflow:hidden;background:#F7F7F7;
-webkit-clip-path: polygon(0 37%, 3% 37%, 3% 0, 93% 0, 93% 7%, 100% 7%, 100% 91%, 85% 91%, 85% 100%, 0 100%, 0 100%, 0 100%);
clip-path: polygon(0 37%, 3% 37%, 3% 0, 93% 0, 93% 7%, 100% 7%, 100% 91%, 85% 91%, 85% 100%, 0 100%, 0 100%, 0 100%);}
.ggdb .ggnei{width:85%;margin:30px auto;position:relative;overflow:hidden;display:flex;align-items: center;}
.ggdb .ggnei .ggim{width:44%;position:relative;overflow: hidden;float:left;border-radius:20px;}
.ggdb .ggnei .ggim img{width:100%;float:left;}
.ggdb .ggnei .ggcont{width:56%;position:relative;float:right;padding-left:4%;}
.ggdb .ggnei .ggcont h2{line-height:3.875rem;font-size:2.5rem;}
.ggdb .ggnei .ggcont p{line-height:1.5rem;font-size:1.125rem;}
.ggdb .ggnei .ggcont .shu{width:100%;margin:6% auto;position:relative;overflow:hidden;}
.ggdb .ggnei .ggcont .shu .shuli{float:left;max-width:calc(100% / 3);position:relative;padding:0 5%;}
.ggdb .ggnei .ggcont .shu .shuli:first-child{padding-left:0;}
.ggdb .ggnei .ggcont .shu .shuli::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0; /* 控制竖线距离右侧的距离 */
    height: 100%;
    width: 2px; /* 竖线宽度 */
    background-color: #E8E8E8; /* 竖线颜色 */
}
.ggdb .ggnei .ggcont .shu .shuli:last-child::after {
	width:0;
}
.ggdb .ggnei .ggcont .shu .shuli h3{color:#B51C2F;font-size:3.375rem;}
.ggdb .ggnei .ggcont .shu .shuli h3 span{font-size:1.5rem;}
.ggdb .ggnei .ggcont .shu .shuli p{font-size:1.125rem;}


.gycg1{position:relative;overflow:hidden;width:80%;margin:0 auto;padding-top:7.5rem;}
.gycg1 .tit{width:30%;float:left}
.gycg1 .tit h2{font-size:3.5rem;line-height:60px;}
.gycg1 .tit .pp{font-size:1.125rem;line-height:1.8rem;margin:20px 0;text-align: justify;text-justify: inter-ideograph;}
.gycg1 .lun{width:65%;position:relative;float:right;}
.gycg1 .gySwiper1{width:100%;position:relative;margin:0 auto;}
.gycg1 .swiper-slide{opacity: 0.4; /* 设置较低的透明度实现虚化效果 */
  transition: opacity 0.3s ease; /* 添加过渡效果使切换更平滑 */}
.gycg1 .swiper-slide-active {
  opacity: 1; /* 完全显示 */
  transform: scale(1); /* 正常大小 */
}
.gycg1 .swiper-slide a       {width:100%;display:block;position:relative;overflow:hidden;}
.gycg1 .expert-img2                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 10px;position:relative;overflow:hidden;}
.gycg1 .expert-img2 img                       {width:100%;height:100%;float:left;}
.gycg1 .expert-text2                          {width: 50%;overflow: hidden; position: absolute;right:1.25rem;top:1.25rem;background:#fff;padding:2rem 2.5rem;border-radius:10px;}
.gycg1 .expert-text2 h2                       {font-size: 1.625rem;font-weight: 500;line-height: 30px;color:#000;width:100%;height:30px;overflow: hidden; position: relative;}
.gycg1 .expert-text2 p                        {font-size: 1rem;font-weight:400 ;color:#666666;width:100%;height:5.25rem;line-height: 1.75rem;overflow: hidden; position: relative;margin:10px 0 15px;text-align: justify;text-justify: inter-ideograph;}
.gycg1 .expert-text2 span                     {display:inline-block;padding:3px 4px;background:#F8E9EB;color:#B51C2F;margin-right:3px;font-size:0.875rem;}

.gycg1 .kz{width:190px;position:absolute;left:0;bottom:12%;}
.gycg1 .swiper-pagination{color:#fff;width:100%;bottom:4%;}
.gycg1 .swiper-button-next,.gycg1 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.gycg1 .swiper-button-next:hover,.gycg1 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.gycg2{position:relative;overflow:hidden;width:80%;margin:7.5rem auto;margin-top:5rem;}
.gycg2 .tit{width:100%;margin-bottom:30px;}
.gycg2 .tit h2{font-size:3.5rem;line-height:60px;}
.gycg2 .tit p{width:48%;font-size:1.125rem;margin-top:20px;}
.gycg2 .cont{position:relative;}
.gycg2 .cont .a1{width:49%;display:inline-block;position:relative;overflow:hidden;border-radius:20px;}
.gycg2 .cont .a1:nth-child(2n){float:right;margin-top:-100px;}
.gycg2 .cont .a1 img{float:left;}
.gycg2 .cont .a1 .zhe{position:absolute;background-color: rgba(0, 0, 0, 0);width:100%;height:100%;}
.gycg2 .cont .a1 .zhe div{position: absolute;overflow: hidden;width: 100%;height: auto;bottom: 2.5rem;}
.gycg2 .cont .a1 h2{width:100%;height:2.5rem;color:#fff;font-size:1.5rem;line-height:2.5rem;position:relative;padding:0 1.875rem;font-weight:500;}
.gycg2 .cont .a1 p{width:100%;height:0;color:#fff;font-size:1rem;line-height:1.625rem;position:relative;padding:0 1.875rem;text-align: justify;text-justify: inter-ideograph;font-weight:400;}
.gycg2 .cont .a1:hover img{filter: blur(5px);}
.gycg2 .cont .a1:hover h2{color:#fff;margin-bottom:1rem;}
.gycg2 .cont .a1:hover p{height:auto;text-align: justify;text-justify: inter-ideograph;}
.gycg2 .cont .a1:hover .zhe{background-color: rgba(0, 0, 0, 0.6);}
.gycg2 .cont .a1:hover .zhe div{bottom: 2.1875rem;}

.gycg3{position:relative;overflow:hidden;width:80%;margin:40px auto;}
.gycg3 .tit{width:100%;margin-bottom:30px;text-align:center;}
.gycg3 .tit h2{font-size:3.5rem;line-height:60px;}
.gycg3 .cont{width:100%;}
.gycg3 .cont ul{position:relative;overflow:hidden;}
.gycg3 .cont1{margin-bottom:10px;}
.gycg3 .cont1 li{width:calc((100% - 20px) / 3);float:left;margin-right:10px;padding:0 10px 10px 10px;border-radius:10px;background:#F7F7F7;position:relative;overflow:hidden;}
.gycg3 .cont1 li:last-child{margin-right:0;}
.gycg3 .cont1 li .h1{font-size:1.625rem;line-height:60px;height:60px;border-bottom:1px solid #E6E6E6;position:relative;padding-left:10px;}
.gycg3 .cont1 li .h1::before {
    content: '';
    position: absolute;
    top: 36%;
    left: 0; /* 控制竖线距离右侧的距离 */
    height: 34%;
    width: 5px; /* 竖线宽度 */
    background-color: #B51C2F; /* 竖线颜色 */
}
.gycg3 .cont1 li .kl{position:relative;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;position: relative;}
.gycg3 .cont1 li .kl .chart {text-align: center;flex: 1;position: relative;margin-top:20px;}
/* 圆形进度条容器 */
.gycg3 .cont1 li .kl .chart-progress {position: relative;width: 140px;height: 140px;margin: 0 auto 15px;}
/* 圆形背景 */
.gycg3 .cont1 li .kl .progress-bg {width: 100%;height: 100%;border-radius: 50%;background: #f0f0f0;position: relative;overflow: hidden;}
/* 进度条填充 - 使用CSS变量控制角度 */
.gycg3 .cont1 li .kl .progress-fill {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background: conic-gradient(var(--progress-color) 0deg var(--progress-angle), #f0f0f0 var(--progress-angle) 360deg);transform: rotate(180deg);transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);}
/* 历史客流进度条 */
.gycg3 .cont1 li .kl .historical .progress-fill {--progress-color: #B51C2F;}
/* 今日客流进度条 */
.gycg3 .cont1 li .kl .today .progress-fill {--progress-color: #E47C22;}
/* 进度条内部白色圆形 */
.gycg3 .cont1 li .kl .progress-inner {position: absolute;top: 10px;left: 10px;width: 120px;height: 120px;background: white;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;align-items: center;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);}
.gycg3 .cont1 li .kl .chart-value {font-size: 1.875rem;font-weight: 700;line-height: 1;margin-bottom: 5px;transition: all 0.5s ease;}
.gycg3 .cont1 li .kl .chart-value1 {color: #B51C2F;}
.gycg3 .cont1 li .kl .chart-value2 {color: #E47C22;}
.gycg3 .cont1 li .kl .chart-label {font-size: 1.125rem;color: #7f8c8d;font-weight: 500;}
/* 竖线分隔 */
.gycg3 .cont1 li .kl .vertical-line {width: 2px;height: 160px;background: linear-gradient(to bottom, transparent, #ddd, transparent);position: relative;}
.gycg3 .cont1 li .kl .vertical-line::before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 6px;height: 6px;background: #ddd;border-radius: 50%;}
.gycg3 .cont li .legend {display: flex;justify-content: center;gap: 30px;margin-top: 10px;}
.gycg3 .cont li .legend-item {display: flex;align-items: center;font-size: 1rem;color: #555;font-weight: 500;}
.gycg3 .cont li .legend-item::before {content: "";display: inline-block;width: 12px;height: 12px;border-radius: 50%;margin-right: 8px;}
.gycg3 .cont li .historical-legend::before {background-color: #B51C2F;}
.gycg3 .cont li .today-legend::before {background-color: #E47C22;}

.gycg3 .cont1 li .yy{position:relative;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;position: relative;width:100%;}
.gycg3 .cont1 li .yy .yyb{width:100%;height:193.5px;}

.gycg3 .cont1 li .ss{position:relative;position: relative;width:100%;padding-top:30px;}
.gycg3 .cont1 li .ss .stat-item { margin-bottom: 42.75px;position:relative;}
.gycg3 .cont1 li .ss .stat-label {display: block; margin-bottom: 5px;color: #666;font-size:1.125rem;}
.gycg3 .cont1 li .ss .progress-bar {height: 30px;border-radius: 30px;overflow: hidden;}
.gycg3 .cont1 li .ss .stat-item1 .progress-bar{background-color: #F4E9EA;}
.gycg3 .cont1 li .ss .stat-item2 .progress-bar{background-color: #F5EAE1;}
.gycg3 .cont1 li .ss .progress {height: 100%;border-radius: 30px;transition: width 1s ease-in-out;float:left;}
.gycg3 .cont1 li .ss .value {font-weight: bold;float:left;display:inline-block;height:30px;line-height:30px;margin-left:2px;}
.gycg3 .cont1 li .ss .stat-item1 .value{color: #B51C2F;}
.gycg3 .cont1 li .ss .stat-item2 .value{color: #E47C22;}
.gycg3 .cont1 li .ss .red {background-color: #B51C2F;}
.gycg3 .cont1 li .ss .orange{background-color: #E47C22;}

.gycg3 .cont2 li{width:calc((100% - 10px) / 2);float:left;margin-right:10px;padding:0 10px 10px 10px;border-radius:10px;background:#F7F7F7;position:relative;overflow:hidden;}
.gycg3 .cont2 li:last-child{margin-right:0;}
.gycg3 .cont2 li .h1{font-size:1.625rem;line-height:60px;height:60px;border-bottom:1px solid #E6E6E6;position:relative;padding-left:10px;}
.gycg3 .cont2 li .h1::before {
    content: '';
    position: absolute;
    top: 36%;
    left: 0; /* 控制竖线距离右侧的距离 */
    height: 34%;
    width: 5px; /* 竖线宽度 */
    background-color: #B51C2F; /* 竖线颜色 */
}
.gycg3 .cont2 li .gz{width:100%;position:relative;overflow:hidden;border-radius:20px;margin-top:20px;border:1px solid #ECECEC;}
.gycg3 .cont2 li .gz table {width: 100%;border-collapse: collapse;font-size: 1rem;border-radius:10px;}
.gycg3 .cont2 li .gz thead {background: #B51C2F;color: white;}
.gycg3 .cont2 li .gz th {padding: 12px;text-align: center;font-weight: 600;font-size: 1.125rem;position: relative;border: none;}
.gycg3 .cont2 li .gz th:last-child {border-right: none;}
.gycg3 .cont2 li .gz tbody tr {transition: all 0.3s ease;border-bottom: 1px solid #f0f0f0;}
.gycg3 .cont2 li .gz tbody tr:hover {background-color: #f9f9f9;transform: translateY(-1px);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);}
.gycg3 .cont2 li .gz tbody tr:nth-child(even) {background-color: #f8f9fa;}
.gycg3 .cont2 li .gz tbody tr:nth-child(even):hover {background-color: #f1f3f5;}
.gycg3 .cont2 li .gz td {padding: 10px 12px;text-align: center;color: #333;border-right: 1px solid #f0f0f0;}
.gycg3 .cont2 li .zj{width:100%;position:relative;overflow:hidden;margin-top:20px;height:254.5px;}
.gycg3 .cont2 li .zjb{width:100%;height:100%;}

.gycg4{position:relative;overflow:hidden;width:90%;margin:7.5rem auto;
/*-webkit-clip-path: polygon(0 7%, 10% 7%, 10% 0, 94% 0, 94% 16%, 100% 16%, 100% 100%, 100% 100%, 100% 100%, 17% 100%, 17% 93%, 0 93%);
clip-path: polygon(0 7%, 10% 7%, 10% 0, 94% 0, 94% 16%, 100% 16%, 100% 100%, 100% 100%, 100% 100%, 17% 100%, 17% 93%, 0 93%);*/}
.gycg4 .im{width:100%;height:100%;position:absolute;top:0;bottom:0;overflow:hidden;z-index:1;}
.gycg4 .im img{width:100%;height:100%;}
.gycg4 .cont{position:relative;z-index:2;width:80%;margin:5% 10%;background:url("../images/zhe_gycg.png") no-repeat center center;background-size:contain;}
.gycg4 .cont .tit{min-height:562px;padding:7% 25%;}
.gycg4 .cont .tit h2{color:#fff;font-size:3.375rem;line-height:3.875rem;}
.gycg4 .cont .tit .pp{font-size:1.125rem;line-height:25px;margin:20px 0;color:#fff;}
.gycg4 .cont .tit .ziic{width:100%;position:relative;margin-top:20px;}
.gycg4 .cont .tit .ziic span{display:inline-block;color:#fff;font-size:1.125rem;font-weight:bold;padding:5px 10px;border-radius:5px;}
.gycg4 .cont .tit .ziic .sp1{border:1px solid #fff;background:rgba(255,255,255,0.3);}
.gycg4 .cont .gycg4_d{padding: 20px;position: absolute;width: 17.5%;height: 31.5%;background: #B51C2F;backdrop-filter: blur(20px);box-shadow: 9px 14px 24px 0px rgba(0, 0, 0, 0.15);color: white;display: flex;justify-content: left;align-items: left;flex-direction: column;border-radius: 10px;}
.gycg4 .cont .gycg4_d img {max-width: 40px;margin-bottom: 10%;}
.gycg4 .cont .gycg4_d h1 {font-size: 4.125rem;}
.gycg4 .cont .gycg4_d h2 {font-size: 1.125rem;}
.gycg4 .cont .gycg4_d01{top:36%;left:1%;}
.gycg4 .cont .gycg4_d02{top:1%;right:1%;}
.gycg4 .cont .gycg4_d03{bottom:1%;right:19%;}

/*建设开始************************************************/
.jshe1{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.jshe1 .jshe1tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:20px;}
.jshe1 .jshe1tit h2{font-size:3.5rem;}
.jshe1 .jshe1tit p {font-size:1.125rem;margin-top: 20px;line-height:1.875rem;}
.jshe1 .cont{position:relative;z-index:2;width:100%;background:url("../images/zhe_jshe.png") no-repeat center center;background-size:contain;min-height:462px;padding-top:5%;}
.jshe1 .cont .lun{width:56%;margin:0 auto;position:relative;}
.jshe1 .swiper-slide{opacity: 0.4; /* 设置较低的透明度实现虚化效果 */
  transition: opacity 0.3s ease; /* 添加过渡效果使切换更平滑 */}
.jshe1 .swiper-slide-active {
  opacity: 1; /* 完全显示 */
  transform: scale(1); /* 正常大小 */
}
.jshe1 .swiper-slide a       {width:100%;display:block;position:relative;overflow:hidden;}
.jshe1 .expert-img2                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 20px;position:relative;overflow:hidden;}
.jshe1 .expert-img2 img                       {width:100%;height:100%;float:left;}
.jshe1 .expert-text2                          {width: 100%;overflow: hidden; position: relative;text-align:center;display:none;}
.jshe1 .expert-text2 h2                       {font-size: 1.625rem;font-weight: bold;line-height: 30px;color:#000;width:100%;height:30px;overflow: hidden; position: relative;}
.jshe1 .expert-text2 p                        {font-size: 1rem;font-weight:400 ;color:#666666;width:100%;height:3.5rem;line-height: 1.75rem;overflow: hidden; position: relative;margin-top:10px;padding:0 15%;}
.jshe1 .swiper-slide-active .expert-text2{display:block;}
.jshe1 .kz{width:170px;position:absolute;right:-4%;bottom:2%;}
.jshe1 .swiper-pagination{color:#fff;bottom:28%;}
.jshe1 .swiper-button-next,.jshe1 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.jshe1 .swiper-button-next:hover,.jshe1 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}
.jshe1 .cont .jshe1_d{position: absolute;width: 10.5%;height: 23.5%;background: #B51C2F;backdrop-filter: blur(20px);color: white;display: flex;justify-content: center;align-items: center;flex-direction: column;border-radius: 10px;text-align:center;}
.jshe1 .cont .jshe1_d h1 {font-size: 1.5rem;}
.jshe1 .cont .jshe1_d h2 {font-size: 1.125rem;}
.jshe1 .cont .jshe1_d01{top:20%;left:3.5%;}
.jshe1 .cont .jshe1_d02{top:34.5%;right:0.5%;}
.jshe1 .cont .jshe1_d03{bottom:11.5%;left:0.5%;}

.jshe2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:70px;}
.jshe2 .u1{position:relative;overflow:hidden;}
.jshe2 .u1 li{float:left;width:calc((100% - 40px) / 5);margin-right:10px;display:flex;justify-content: center;align-items: center;flex-direction: column;background:#F7F7F7;border-radius:10px;padding:30px 0;}
.jshe2 .u1 li:last-child{margin-right:0;}
.jshe2 .u1 li img{width:30px;}
.jshe2 .u1 li p{font-size:1.625rem;}
.jshe2 .u1 li .im1{display:block;}
.jshe2 .u1 li .im2{display:none;}
.jshe2 .u1 li.active{background:#B51C2F;}
.jshe2 .u1 li.active p{color:#fff;}
.jshe2 .u1 li.active .im1{display:none;}
.jshe2 .u1 li.active .im2{display:block;}
.jshe2 .u2{position:relative;overflow:hidden;border-radius:20px;background:#F7F7F7;margin-top:20px;}
.jshe2 .u2 li{display:none;width:100%;position:relative;overflow:hidden;padding:10px;align-items: center;}
.jshe2 .u2 li.active{display:flex;}
.jshe2 .u2 li .u2left{width:50%;float:left;padding:20px;}
.jshe2 .u2 li .u2left h2{font-size:3.5rem;line-height:60px;}
.jshe2 .u2 li .u2left .pp{font-size:1.125rem;line-height:1.875rem;margin:20px 0;}
.jshe2 .u2 li .u2left .listd{width:100%;position:relative;overflow:hidden;}
.jshe2 .u2 li .u2left .listd a{display:inline-block;border-top:1px solid #AFAFAF;border-bottom:1px solid #AFAFAF;background:url("../images/jiantou_grey.png") no-repeat right center;line-height:50px;width:calc((100% - 20px) / 2);margin-top:10px;float:left;font-size:1.125rem;}
.jshe2 .u2 li .u2left .listd a:nth-child(2n){float:right;}
.jshe2 .u2 li .u2left .listd a:hover{color:#B51C2F;border-bottom:1px solid #B51C2F;background:url("../images/jiantou_red.png") no-repeat right center;}
.jshe2 .u2 li .u2right{width:50%;float:right;}
.jshe2 .u2 li .u2right img{width:100%;border-radius:20px;}

.jshe3{position:relative;overflow:hidden;width:80%;margin:80px auto;}
.jshe3 .tit{width:60%;}
.jshe3 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.jshe3 .cont{position:relative;overflow:hidden;width:100%;margin-top:3rem;}
.jshe3 .cont .map-container{position:relative;overflow:hidden;width:58%;float:left;height:555px;}
.jshe3 .cont .map-container #mapChart {width: 100%;height: 100%;}
.jshe3 .cont .sidebar{position:relative;overflow:hidden;width:35%;float:right;}
.jshe3 .cont .sidebar .ltit{position:relative;overflow:hidden;width:100%;}
.jshe3 .cont .sidebar .ltit h2{width:100%;height:3rem;line-height:3rem;font-size:2.5rem}
.jshe3 .cont .sidebar .ltit h3{width:100%;height:3rem;line-height:3rem;font-size:2rem}
.jshe3 .cont .sidebar .lcont{position:relative;overflow:hidden;width:100%;margin-top:2rem;height:calc(100% - 8rem);border-radius:1.25rem;background:#F7F7F7;}
.jshe3 .cont .sidebar .lcont .lconttit{height:3rem;line-height:3rem;font-size:1.25rem;background:#B51C2F;color:#fff;padding-left:2rem;}
.jshe3 .cont .sidebar .lcont ul{position:relative;overflow:hidden;overflow-y:auto;width:calc(100% - 4rem);height:calc(100% - 7rem);margin:2rem;}
.jshe3 .cont .sidebar .lcont ul li{width:50%;float:left;border-bottom:1px solid #E6E6E6;height:3rem;line-height:3rem;position:relative;overflow:hidden;}
.jshe3 .cont .sidebar .lcont ul li p{margin-right:1rem;padding-left:1.5rem;}
.jshe3 .cont .sidebar .lcont ul li p::before {
  content: ""; /* 必须声明 content */
  position: absolute;
  left: 0.5rem;      /* 贴紧 a 标签左侧 */
  top: 50%;     /* 垂直居中起点 */
  transform: translateY(-50%); /* 精确垂直居中 */
  width: 0.5rem;   /* 圆点大小 */
  height: 0.5rem;
  background-color: #666; /* 圆点颜色 */
  border-radius: 50%; /* 圆形 */
}
.jshelist{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.jshelist .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.jshelist .tit h2{font-size:3.5rem;}
.jshelist .tit .diva{position:absolute;top: 50%;right: 0;transform: translateY(-50%);}
.jshelist .tit .diva a{display:inline-block;padding:10px 20px;margin-left:10px;border-radius:10px;text-align:center;border:1px solid #ddd;font-size:1rem;}
.jshelist .tit .diva a.active{color:#fff;background:#B51C2F;border:1px solid #B51C2F;}
.jshelist .list{position:relative;overflow:hidden;}
.jshelist .list li{position:relative;margin-bottom:20px;float:left;}
.jshelist .list li .a1 img{display:none;}
.jshelist .list li .a1 .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
    pointer-events: none;
}
.jshelist .list li.zhong{width:calc((100% - 20px) /2);margin-right:20px;}
.jshelist .list li.zhong:nth-child(2n){margin-right:0;}
.jshelist .list li.zhong .im2{display:inline-block}
.jshelist .list li.da{width:100%;}
.jshelist .list li.da .im3{display:inline-block}
.jshelist .list li.xiao{width:calc((100% - 40px) /3);margin-right:20px;}
/*.jshelist .list li.xiao:nth-child(4n){margin-right:0;}*/
.jshelist .list li.xiao .im1{display:inline-block}
.jshelist .list li .a1{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.jshelist .list li .a1 img{float:left;}
.jshelist .list li .a1 .zhe{position:absolute;background-color: rgba(0, 0, 0, 0);width:100%;height:100%;}
.jshelist .list li .a1 h2{width:100%;height:40px;color:#fff;font-size:1.5rem;line-height:40px;position:absolute;bottom:1.875rem;padding:0 2.5rem;font-weight:500;}
.jshelist .list li .a1 p{width:100%;height:0;color:#fff;font-size:1rem;line-height:1.625rem;position:absolute;bottom:0;padding:0 2.5rem;text-align: justify;text-justify: inter-ideograph;font-weight:400;}
.jshelist .list li .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.jshelist .list li:hover .a1 img{filter: blur(5px);}
.jshelist .list li:hover .a1 h2{color:#fff;bottom:calc(2.5rem + 5.875rem);}
.jshelist .list li:hover .a1 p{height:4.875rem;bottom:2.5rem;overflow:hidden;}
.jshelist .list li:hover .a1 .zhe{background-color: rgba(0, 0, 0, 0.6);}
.jshelist .list li:hover .a2{display:block;background:#B51C2F;}
.jshelist .list li:hover .a1{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}


.jshec1{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;;display:flex;align-items: center;}
.jshec1 .jshec1left{width:43%;float:left;padding-right:3%;}
.jshec1 .jshec1left .jshe1tit{width:100%;}
.jshec1 .jshec1left .jshe1tit h2{font-size:3.5rem;line-height:3.75rem;height:3.75rem;position:relative;overflow:hidden;}
.jshec1 .jshec1left .jshe1tit .pp{font-size:1.125rem;line-height:2rem;margin:15px 0;position:relative;overflow:hidden;height:8rem;}
.jshec1 .jshec1left .jshec1_icon{width:100%;position:relative;overflow:hidden;}
.jshec1 .jshec1left .jshec1_icon ul{width:100%;position:relative;overflow:hidden;}
.jshec1 .jshec1left .jshec1_icon ul li{float:left;width:50%;margin-bottom:12px;height:40px;}
.jshec1 .jshec1left .jshec1_icon ul li .im{float:left;display:flex;justify-content: center;align-items: center;flex-direction: column;width:3.5rem;height:3.5rem;background:#FBF3F4;padding:8px;margin-right:10px;border-radius:5px;}
.jshec1 .jshec1left .jshec1_icon ul li .zi{float:left;}
.jshec1 .jshec1left .jshec1_icon ul li .zi p{line-height:1.75rem;}
.jshec1 .jshec1left .jshec1_icon ul li .zi .p1{font-weight:bold;font-size:1rem;}
.jshec1 .jshec1left .jshec1_icon ul li .zi .p2{font-size:1rem;}
.jshec1 .jshec1right{width:57%;float:right;border-radius:20px;position:relative;overflow:hidden;}
.jshec1 .jshec1right video{width:100%;float:left;}
.jshec1 .jshec1right img{width:100%;float:left;}

.jshec2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.jshec2 .tit{width:100%;}
.jshec2 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.jshec2 .vscont{position:relative;overflow:hidden;border-radius:20px;background:#B51C2F;margin:20px auto;}
.jshec2 .jshecSwiper1 .swiper-slide{opacity: 0.4; /* 设置较低的透明度实现虚化效果 */
  transition: opacity 0.3s ease; /* 添加过渡效果使切换更平滑 */}
.jshec2 .jshecSwiper1 .swiper-slide-active {
  opacity: 1; /* 完全显示 */
  transform: scale(1); /* 正常大小 */
}
.jshec2 .jshecSwiper1 .swiper-slide a       {width:100%;display:block;position:relative;overflow:hidden;}
.jshec2 .jshecSwiper1 .expert-img2                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 10px;position:relative;overflow:hidden;}
.jshec2 .jshecSwiper1 .expert-img2 img                       {width:100%;height:100%;float:left;}
.jshec2 .jshecSwiper1 .expert-text2                          {width: 100%;overflow: hidden; position: relative;padding:15px 15px 0 15px;}
.jshec2 .jshecSwiper1 .expert-text2 h2                       {font-size: 1.875rem;font-weight: bold;line-height: 30px;color:#fff;width:100%;height:30px;overflow: hidden; position: relative;}
.jshec2 .kz{width:170px;position:absolute;right:-2%;bottom:10%;}
.jshec2 .swiper-button-next,.jshec2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 1);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.jshec2 .swiper-button-next::after,.jshec2 .swiper-button-prev::after{color:#B51C2F}
.jshec2 .swiper-button-next:hover,.jshec2 .swiper-button-prev:hover{/*background:rgba(181,28,47,0.8);*/background: rgba(255, 255, 255, 0.8);}
.jshec2 .jshecSwiper2 {width:calc(100% - 30px);margin:15px auto;}
.jshec2 .jshecSwiper2 .swiper-slide a img{border:1px solid #B51C2F;border-radius:10px;float:left}
.jshec2 .jshecSwiper2  .swiper-slide-thumb-active a img{border:1px solid #fff;border-radius:10px;}

.control-btn, .nav-btn{border-radius: 0;}


.jshec3{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.jshec3 .tit{width:100%;}
.jshec3 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.jshec3 .tit p{margin-top:20px;font-size:1.125rem}
.jshec3 .cont{width:100%;margin-top:20px;}
.jshec3 .swiper-slide .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;}
.jshec3 .swiper-slide .a1 .img{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.jshec3 .swiper-slide .a1 .img img{float:left;}
.jshec3 .swiper-slide .a1 .time{width:100%;color:#000;line-height:2rem;margin-top:20px;}
.jshec3 .swiper-slide .a1 .time span{display:inline-block;font-size:1.5rem;}
.jshec3 .swiper-slide .a1 p{width:100%;color:#888;font-size:1rem;line-height:1.625rem;margin-top:14px;height:3.25rem;overflow:hidden;}
.jshec3 .swiper-slide .a1 .tag{width:100%;color:#B51C2F;font-size:0.875rem;line-height:1.25rem;margin-top:14px;}
.jshec3 .swiper-slide .a1 .tag span{text-align:center;display:inline-block;margin-right:5px;padding:3px 6px;background:#F7E8EA;border-radius:4px;}
.jshec3 .swiper-slide .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.jshec3 .swiper-slide:hover .a2{display:block;background:#B51C2F;}
.jshec3 .swiper-slide:hover .a1 .img{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}
.jshec3 .kz{width:170px;position:absolute;right:0;top:6%;}
.jshec3 .swiper-button-next,.jshec3 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.jshec3 .swiper-button-next:hover,.jshec3 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.jshec4{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.jshec4 .tit{width:100%;}
.jshec4 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.jshec4 .cont{width:100%;margin-top:20px;}
.jshec4 ul{width:calc((100% - 30px) / 2);position:relative;}
.jshec4 ul.ul1{float:left;}
.jshec4 ul.ul2{float:right;margin-top:-60px;}
.jshec4 ul li{width:100%;margin-bottom:20px;position:relative;}
.jshec4 li .a1{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.jshec4 li .a1 img{float:left;width:100%;}
.jshec4 li .a1 .zhe{position:absolute;background-color: rgba(0, 0, 0, 0);width:100%;height:100%;}
.jshec4 li .a1 h2{width:100%;height:2rem;color:#fff;font-size:1.5rem;line-height:2rem;position:absolute;bottom:2rem;padding:0 1.875rem;font-weight:500;}
.jshec4 li .a1 p{width:100%;height:0;color:#fff;font-size:1rem;line-height:1.6875rem;position:absolute;bottom:0;padding:0 1.875rem;overflow:hidden;font-weight:400;}
.jshec4 li .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.jshec4 li:hover .a1 img{filter: blur(5px);}
.jshec4 li:hover .a1 h2{color:#fff;bottom:calc(2rem + 6.0625rem);}
.jshec4 li:hover .a1 p{height:5.0625rem;bottom:2rem;}
.jshec4 li:hover .a1 .zhe{background-color: rgba(0, 0, 0, 0.6);}
.jshec4 li:hover .a2{display:block;background:#B51C2F;}
.jshec4 li:hover .a1{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}

/*运营开始************************************************/
.yunying1{width:100%;padding:40px 10%;position:relative;margin-top:40px;}
.yunying1 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.yunying1 .tit h2{font-size:3.5rem;}
.yunying1 .yunying1nei{width:100%;position:relative;margin-top:40px;}
.yunying1 .mm {position:relative;display: inline-block;width:100%}
.yunying1 .mm .mmn{border-radius:20px;background-color:#F7F7F7;position:relative;transition: all 0.4s ease;}
.yunying1 .mm .mmn .txt{position:relative;width:100%;overflow: hidden;}
.yunying1 .mm .mmn h3{height:2.625rem;color:#fff;font-size:1rem;line-height:2.625rem;}
.yunying1 .mm .mmn h2{height:3rem;color:#fff;font-size:1.5rem;line-height:3rem;font-weight: 500;margin-top:5rem}
.yunying1 .mm .mmn p{height:0;color:#fff;font-size:1rem;line-height:1.25rem;text-align: justify;text-justify: inter-ideograph;font-weight: 400;}
.yunying1 .mm  a{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.yunying1 .mm:hover .mmn{background-color:#B51C2F !important;background-image:none !important;}
.yunying1 .mm:hover .mmn h3{display:none;}
.yunying1 .mm:hover .mmn h2{color:#fff;margin-top:2.75rem}
.yunying1 .mm:hover .mmn p{height:4.875rem;}
.yunying1 .mm:hover a{display:block;background:#B51C2F;}
.yunying1 .mmn .im{width:3.125rem;height:3.125rem;position:relative;}
.yunying1 .mmn .im .im1{display:block;}
.yunying1 .mmn .im .im2{display:none;}
.yunying1 .mmn:hover .im1{display:none;}
.yunying1 .mmn:hover .im2{display:block;}
.yunying1 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 1.875rem) 1.875rem;
	background-size:auto;
	padding:1.875rem;
}
.yunying1 .mmn:hover {background-color:#B51C2F;background-image:none;}
.yunying1 .swiper-button-next{right:-8%;top:-6%;padding:150px 52px}
.yunying1 .swiper-button-prev{left:-8%;top:-6%;padding:150px 52px}
.yunying1 .swiper-slide:nth-child(2n){margin-top:30px;}

.yunying2{width:100%;padding:20px 10%;position:relative;margin-top:40px;}
.yunying2 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.yunying2 .tit h2{font-size:3.5rem;}
.yunying2 .u1{position:relative;text-align:center;margin-bottom:40px;}
.yunying2 .u1 li{display:inline-block;padding:8px 15px;border-radius:10px;border:1px solid #888;cursor:pointer;}
.yunying2 .u1 li p{font-size:1rem;}
.yunying2 .u1 li.active{border:1px solid #B51C2F;background:#B51C2F;color:#fff;}
.yunying2 .u1 li.active p{color:#fff;}
.yunying2 .u2{position:relative;padding-bottom:5%;}
.yunying2 .u2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%; /* 控制边框长度 */
  height: 2px;
  background-color: #000;
}
.yunying2 .u2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%; /* 控制边框长度 */
  height: 2px;
  background-color: #B51C2F;
}
.yunying2 .u2 li{display:none;width:100%;position:relative;}
.yunying2 .u2 li.active{display:block;}
.yunying2 .u2 .sleft{width:calc((100% - 10px) / 2);float:left;position:relative;overflow:hidden;}
.yunying2 .u2 .sright{width:calc((100% - 10px) / 2);float:right;position:relative;overflow:hidden;}
.yunying2 .u2 .sleft .expert-img2                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 20px;position:relative;overflow:hidden;}
.yunying2 .u2 .sleft .expert-img2 img                       {width:100%;height:100%;float:left;}
.yunying2 .u2 .sleft .expert-text2                          {width: auto;overflow: hidden; position: absolute;right:1.875rem;top:1.875rem;background:#272931;padding:6.5px 10px;border-radius:5px;}
.yunying2 .u2 .sleft .expert-text2 h2                       {font-size: 0.875rem;line-height: 1.25rem;color:#fff;width:100%;height:1.25rem;overflow: hidden; position: relative;}
.yunying2 .kz2{width:170px;position:absolute;bottom:15%;left:50%;transform: translateX(-50%);z-index:99;}
.yunying2 .u2 .sright .expert-img2                           {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 10px;position:relative;overflow:hidden;}
.yunying2 .u2 .sright .expert-img2 img                       {width:100%;height:100%;float:left;}
.yunying2 .u2 .sright .expert-text2                          {width: auto;overflow: hidden; position: absolute;right:0.625rem;top:0.625rem;background:#272931;padding:6.5px 5px;border-radius:5px;}
.yunying2 .u2 .sright .expert-text2 h2                       {font-size: 0.875rem;line-height: 1.25rem;color:#fff;width:100%;height:1.25rem;overflow: hidden; position: relative;}
.yunying2 .u2 .sright .lundi {position:absolute;right:0;bottom:0;}
.yunying2 .u2 .sright .lundi .swiper .swiper-slide a img{border:1px solid #fff;border-radius:10px;float:left}
.yunying2 .u2 .sright .lundi .swiper .swiper-slide-thumb-active a img{border:1px solid #B51C2F;border-radius:10px;}
.yunying2 .kz{width:170px;position:absolute;bottom:-6%;right:0;z-index:99;}
.yunying2 .swiper-button-next,.yunying2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.yunying2 .swiper-button-next:hover,.yunying2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}
.yunying2 .u2 .sright .zid{position:relative;overflow:hidden;padding:0 10%;}
.yunying2 .u2 .sright .zid h2{font-size:1.875rem;line-height:40px;height:40px;margin-bottom:10px;}
.yunying2 .u2 .sright .zid .jshec1_icon{width:100%;position:relative;overflow:hidden;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond{width:100%;margin-bottom:5px;height:4rem;border-bottom:1px solid #e8e8e8;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond:last-child{border-bottom:0px;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .im{float:left;display:flex;justify-content: center;align-items: center;flex-direction: column;width:3.5rem;height:3.5rem;background:#FBF3F4;padding:1rem;margin-right:10px;border-radius:5px;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .zi{float:left;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .zi p{line-height:1.75rem;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .zi .p1{font-weight:bold;font-size:1rem;}
.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .zi .p2{font-size:1rem;}
.yunying2 .u2 .swiper-slide1.swiper-slide-next{opacity:0}

/*服务开始************************************************/
.fuwubanner{position:relative;z-index:5;}
.fuwubanner .kz{width:190px;position:absolute;left:7%;bottom:15%;z-index:5;}
.fuwubanner .swiper-pagination{color:#fff;width:auto;z-index:3;}
.fuwubanner .swiper-pagination-fraction{color:#fff;width:auto;bottom:10%;left:auto;right:23%;}
.fuwubanner .zi{position:absolute;left:10%;top: 50%;transform: translateY(-50%);overflow:hidden;z-index:99;width:20%;}
.fuwubanner .zi .h1{color:#fff;font-size:1.375rem;}
.fuwubanner .zi .h2{color:#fff;font-size:4.375rem;}
.fuwubanner .zi .pp{color:#fff;font-size:1rem;line-height:1.625rem;}
.fuwubanner .zi2{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align:center;display:flex;align-items: center; /* 垂直居中 */justify-content: center; /* 水平居中 */flex-direction: column;background:url("../images/fuwuyuan.png") no-repeat center;background-size:cover;}
.fuwubanner .zi2 .zi2nei{padding:15%;}
.fuwubanner .zi2 h2{font-size:1.875rem;color:#fff;height:60px;line-height:60px;}
.fuwubanner .zi2 p{font-size:1rem;color:#fff;}

.fuwu{position:relative;overflow:hidden;width:80%;margin:40px auto;margin-top:40px;background:#F7F7F7;border-radius:20px;display:flex;align-items: center;}
.fuwu .fw1{width:46%;padding:0 5%;}
.fuwu .fw2{width:54%;position:relative;overflow:hidden;border-radius:20px;}
.fuwu .fw2 img{border-radius:20px;}
.fuwu .fw1 h2{font-size:3.5rem;line-height:3.875rem;}
.fuwu .fw1 .pp{font-size:1.125rem;line-height:1.875rem;margin:15px 0;position:relative;overflow:hidden;}

.fuwucg1{position:relative;overflow:hidden;width:100%;padding:0 10%;margin-top:5rem;}
.fuwucg1 .jshe1tit {width: 100%;padding: 0 15%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwucg1 .jshe1tit h2{font-size:3.5rem;}
.fuwucg1 .jshe1tit p {font-size:1.125rem;margin-top: 1.8rem;line-height:1.875rem;}
.fuwucg1 .cont{position:relative;z-index:2;width:100%;}
.fuwucg1 .cont .lun{width:100%;margin:0 auto;position:relative;}
.fuwucg1 .swiper-slide{opacity: 0.4; /* 设置较低的透明度实现虚化效果 */
  transition: opacity 0.3s ease; /* 添加过渡效果使切换更平滑 */}
.fuwucg1 .swiper-slide-active {
  opacity: 1; /* 完全显示 */
  transform: scale(1); /* 正常大小 */
}
.fuwucg1 .swiper-slide a     {width:100%;display:block;position:relative;overflow:hidden;border-radius: 10px;}
.fuwucg1 .expert-img2        {width: 100%;height: auto;background-color: #fff;display: inline-block;border-radius: 20px;position:relative;overflow:hidden;float: left;}
.fuwucg1 .expert-img2 img    {width:100%;height:100%;float:left;}
.fuwucg1 .expert-text2       {width: 100%;padding:2rem 2.5rem;overflow: hidden; position: absolute;display:none;bottom:0;}
.fuwucg1 .expert-text2 h2    {font-size: 1.5rem;font-weight: 500;line-height: 30px;color:#fff;width:100%;height:30px;overflow: hidden; position: relative;font-weight:500;}
.fuwucg1 .expert-text2 p     {font-size: 1rem;font-weight:400 ;color:#fff;width:100%;max-height:3.5rem;line-height: 1.75rem;overflow: hidden; position: relative;margin-top:10px;font-weight:400;}
.fuwucg1 .swiper-slide-active .expert-text2{display:block;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);}
.fuwucg1 .swiper-button-next,.fuwucg1 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwucg1 .swiper-button-next:hover,.fuwucg1 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}
.fuwucg1 .swiper-button-prev{left:-8%}
.fuwucg1 .swiper-button-next{right:-8%}


.fuwucg2{position:relative;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwucg2 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwucg2 .tit h2{font-size:3.5rem;}
.fuwucg2 .u1{position:relative;overflow:hidden;text-align:center;margin-bottom:40px;}
.fuwucg2 .u1 li{display:inline-block;padding:8px 15px;border-radius:5px;border:1px solid #888;cursor:pointer;}
.fuwucg2 .u1 li.active{border:1px solid #B51C2F;background:#B51C2F;color:#fff;}
.fuwucg2 .u1 li.active p{color:#fff;}
.fuwucg2 .u1 li.active{background:#B51C2F;}
.fuwucg2 .u1 li.active p{color:#fff;}
.fuwucg2 .u2{position:relative;border-radius:20px;margin-top:20px;}
.fuwucg2 .u2 li{display:none;width:100%;position:relative;padding:10px;}
.fuwucg2 .u2 li.active{display:block;}
.fuwucg2 .u2.da li .im{position:relative;overflow:hidden;width:100%;}
.fuwucg2 .u2.da li .im img{float:left;}
.fuwucg2 .u2.da li .im .zi{position:absolute;width:32%;bottom:1.875rem;right:1.875rem;padding:2rem 2.5rem;border-radius:20px;background:#fff;}
.fuwucg2 .u2.da li .im .zi h2{font-size:1.625rem;line-height:2rem;font-weight:500;margin-bottom:1rem;}
.fuwucg2 .u2.da li .im .zi p{font-size:1rem;line-height:1.75rem;text-align: justify;text-justify: inter-ideograph;font-weight:400;}
.fuwucg2 .u2.xiao li{padding-bottom:5%;}
.fuwucg2 .swiper-slide .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;}
.fuwucg2 .swiper-slide .a1 .img{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.fuwucg2 .swiper-slide .a1 .img img{float:left;}
.fuwucg2 .swiper-slide .a1 .time{width:100%;color:#000;font-size:1.625rem;line-height:25px;margin-top:20px;}
.fuwucg2 .swiper-slide .a1 .time span{display:inline-block;}
.fuwucg2 .swiper-slide .a1 p{width:100%;color:#888;font-size:1rem;line-height:20px;margin-top:10px;}
.fuwucg2 .swiper-slide .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.fuwucg2 .swiper-slide:hover .a2{display:block;background:#B51C2F;}
.fuwucg2 .swiper-slide:hover .a1 .img{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}
.fuwucg2 .u2.xiao::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%; /* 控制边框长度 */
  height: 2px;
  background-color: #000;
}
.fuwucg2 .u2.xiao::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%; /* 控制边框长度 */
  height: 2px;
  background-color: #B51C2F;
}
.fuwucg2 .kz{width:170px;position:absolute;bottom:7%;right:0;z-index:99;}
.fuwucg2 .swiper-button-next,.fuwucg2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwucg2 .swiper-button-next:hover,.fuwucg2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.fuwucg3{width:100%;padding:2.5rem 10%;position:relative;margin-top:5rem;}
.fuwucg3 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwucg3 .tit h2{font-size:3.5rem;}
.fuwucgSwiper3{padding:2%;}
.fuwucgSwiper3 .swiper-slide{background:#F7F7F7;border-right:1px solid #dadada;}
.fuwucgSwiper3 .swiper-slide .a1{display:flex;text-align:center;align-items: center; /* 垂直居中 */justify-content: center; /* 水平居中 */flex-direction: column;padding:35% 5% 20% 5%;}
.fuwucgSwiper3 .swiper-slide .a1 .img{width:90px;height:90px;border-radius:50%;border:1px solid rgba(34, 34, 34, 0.1);display:flex;align-items: center; /* 垂直居中 */justify-content: center; /* 水平居中 */flex-direction: column;position:relative;margin-bottom:30px;}
.fuwucgSwiper3 .swiper-slide .a1 h2{color:#000;font-size:1.5rem;height:50px;line-height:50px;}
.fuwucgSwiper3 .swiper-slide .a1 p{color:#999;font-size:1rem;word-break: break-all;height:50px;line-height:20px;margin-bottom:60px;}
.fuwucgSwiper3 .swiper-slide .a2{height:90px;display:flex;text-align:center;align-items: center; /* 垂直居中 */justify-content: center; /* 水平居中 */flex-direction: column;}
.fuwucgSwiper3 .swiper-slide .a1 h1{height:5.625rem;}
.fuwucgSwiper3 .im1{display:block;}
.fuwucgSwiper3 .a2{display:block;}
.fuwucgSwiper3 .im2{display:none;}
.fuwucgSwiper3 h1{display:none;}
.fuwucgSwiper3 .swiper-slide-active {background-color:#B51C2F;transform: scale(1.1);border-radius:20px;z-index:2;}
.fuwucgSwiper3 .swiper-slide-active .im1{display:none;}
.fuwucgSwiper3 .swiper-slide-active .a1 h2{color:#fff;}
.fuwucgSwiper3 .swiper-slide-active .a1 p{color:#fff;}
.fuwucgSwiper3 .swiper-slide-active .a2{display:none;}
.fuwucgSwiper3 .swiper-slide-active .im2{display:block;}
.fuwucgSwiper3 .swiper-slide-active h1{display:block;color:rgba(255,255,255,0.2);font-size:4.5rem;}
.fuwucgSwiper3 .swiper-slide-active .a1 .img{border:2px solid rgba(255, 255, 255, 0.3);}
.fuwucgSwiper3 .swiper-slide-active .a1 .img:before{
	content: "";
	position: absolute;
	top: -2px; /* 根据边框宽度调整 */
	left: -2px; /* 根据边框宽度调整 */
	right: -2px; /* 根据边框宽度调整 */
	bottom: -2px; /* 根据边框宽度调整 */
	background:url("../images/yuanfuwu.png") no-repeat center;background-size:cover;
	z-index: -1; /* 确保它在内容之下 */
}
.fuwucg3 .swiper-button-next{padding:150px 52px}
.fuwucg3 .swiper-button-prev{padding:150px 52px}


.fuwucg4{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwucg4 .tit{width:100%;}
.fuwucg4 .tit h2{font-size:3.5rem;line-height:60px;}
.fuwucg4 .cont{width:100%;margin-top:20px;}
.fuwucg4 .swiper-slide .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;}
.fuwucg4 .swiper-slide .a1 .img{position:relative;overflow:hidden;}
.fuwucg4 .swiper-slide .a1 .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
    pointer-events: none;
	border-radius:1.25rem;
}
.fuwucg4 .swiper-slide .a1 .img img{float:left;border-radius:1.25rem;}
.fuwucg4 .swiper-slide .a1 .zi{width:100%;position:absolute;bottom:2rem;padding:0 2rem;}
.fuwucg4 .swiper-slide .a1 .zi h2{color:#fff;font-size:1.5rem;line-height:2.5rem;margin-bottom:0.5rem}
.fuwucg4 .swiper-slide .a1 .zi p{color:#fff;font-size:1rem;line-height:1.6875rem;}

.fuwucg4 .kz{width:170px;position:absolute;right:0;top:6%;}
.fuwucg4 .swiper-button-next,.fuwucg4 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwucg4 .swiper-button-next:hover,.fuwucg4 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}


.fuwucg5{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwucg5 .tit{width:100%;}
.fuwucg5 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.fuwucg5 .cont{width:100%;margin-top:20px;display:flex;}
.fuwucg5 .swiper-slide{display:flex;align-items: center; /* 垂直居中 */justify-content: center; /* 水平居中 */flex-direction: column;}
.fuwucg5 .swiper-slide .a1{width:100%;height:100%;position:relative;overflow:hidden;display:inline-block;border-radius:10px;background:#F7F7F7;padding:10% 5% 2%;}
.fuwucg5 .swiper-slide .a1:before{
	content: "";
	position: absolute;
	width:100%;
	height:2px;
	bottom: 0; /* 根据边框宽度调整 */
	background:#B51C2F;
}
.fuwucg5 .swiper-slide .a1 .img{position:relative;overflow:hidden;height:calc(100% - 40px);display:flex;align-items: center; /* 垂直居中 */justify-content: center; /* 水平居中 */flex-direction: column;}
.fuwucg5 .swiper-slide .a1 .img img{float:left;}
.fuwucg5 .swiper-slide .a1 .zi{width:100%;position:relative;padding:0 5%;line-height:40px;}
.fuwucg5 .swiper-slide .a1 .zi p{color:#000;font-size:1.125rem;text-align:center;}

.fuwucg5 .kz{width:170px;position:absolute;right:0;top:6%;}
.fuwucg5 .swiper-button-next,.fuwucg5 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwucg5 .swiper-button-next:hover,.fuwucg5 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.fuwuzong1{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:5rem;}
.fuwuzong1 .fuwuzong1left{width: 45%;position: absolute;padding-right: 10%;top: 50%;left: 0;transform: translateY(-50%);}
.fuwuzong1 .fuwuzong1left .tit{width:100%;}
.fuwuzong1 .fuwuzong1left .tit h2{font-size:3.5rem;line-height:3.875rem;}
.fuwuzong1 .fuwuzong1left .tit .pp{font-size:1.125rem;line-height:1.875rem;margin:15px 0;position:relative;overflow:hidden;height:7.5rem;text-align: justify;text-justify: inter-ideograph;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon{width:100%;position:relative;overflow:hidden;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul{width:100%;position:relative;overflow:hidden;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li{margin-top:1.5rem;height:6.25rem;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .im{float:left;display:flex;justify-content: center;align-items: center;flex-direction: column;width:6.25rem;height:6.25rem;background:#FBF3F4;padding:8px;margin-right:10px;border-radius:1.25rem;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .im img{width:2.5rem;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .zi{float:left;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .zi .p1{font-weight:500;font-size:3.4375rem;color:#B51C2F;line-height:4.375rem;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .zi .p1 span{font-weight:500;font-size:2.25rem;}
.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .zi .p2{font-size:1.125rem;}
.fuwuzong1 .fuwuzong1right{width:57%;float:right;border-radius:20px;position:relative;overflow:hidden;}
.fuwuzong1 .fuwuzong1right img{width:100%;float:left;}
.fuwuzong1 .fuwuzong1right video{width:100%;}


.fuwuzong2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwuzong2 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwuzong2 .tit h2{font-size:3.5rem;}
.fuwuzong2 .tit p {font-size:1rem;margin-top: 20px;}
.fuwuzong2 .cont{width:100%;position:relative;}
.fuwuzong2 .cont ul{position:relative;overflow:hidden;width:calc((100% - 30px) / 3);float:left;margin-right:15px;}
.fuwuzong2 .cont ul:last-child{margin-right:0;}
.fuwuzong2 .cont ul.u1{margin-top:-40px;}
.fuwuzong2 .cont ul.u3{margin-top:-20px;}
.fuwuzong2 .cont ul li{position:relative;overflow:hidden;width:100%;margin-bottom:15px;}
.fuwuzong2 .cont ul li .a1{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.fuwuzong2 .cont ul li .a1 img{float:left;}
.fuwuzong2 .cont ul li .a1 .zhe{position:absolute;background-color: rgba(0, 0, 0, 0);width:100%;height:100%;}
.fuwuzong2 .cont ul li .a1 h2{width:100%;height:2rem;color:#fff;font-size:1.5rem;line-height:2rem;position:absolute;bottom:2.5rem;padding:0 2.5rem;font-weight:500;}
.fuwuzong2 .cont ul li .a1 p{width:100%;height:0;color:#fff;font-size:1rem;line-height:1.6875rem;position:absolute;bottom:0;padding:0 2.5rem;font-weight:400;}
.fuwuzong2 .cont ul li .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
/*.fuwuzong2 .cont ul li:hover .a1 img{filter: blur(5px);}
.fuwuzong2 .cont ul li:hover .a1 h2{color:#fff;bottom:calc(2.5rem + 6rem);}
.fuwuzong2 .cont ul li:hover .a1 p{height:5.0625rem;bottom:2.5rem;text-align: justify;text-justify: inter-ideograph;}
.fuwuzong2 .cont ul li:hover .a1 .zhe{background-color: rgba(0, 0, 0, 0.6);}
.fuwuzong2 .cont ul li:hover .a2{display:block;background:#B51C2F;}
.fuwuzong2 .cont ul li:hover .a1{
	clip-path: polygon(
		0 0,                    
		calc(100% - 35px) 0,    
		calc(100% - 35px) 35px, 
		100% 35px,              
		100% 100%,             
		0 100%                 
	);
}*/


.fuwuzong4{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:5rem;}
.fuwuzong4 .tit{width:100%;}
.fuwuzong4 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.fuwuzong4 .tit p.pp{font-size:1.125rem;line-height:1.8rem;margin:20px 0;}
.fuwuzong4 .cont{width:100%;position:relative;display:flex;background:#F7F7F7}
.fuwuzong4 .cont .left4{width:50%;position:relative;}
.fuwuzong4 .cont .left4 .img-fix{width:100%;position:relative;overflow:hidden;border-radius:20px;}
.fuwuzong4 .cont .left4 .img-fix img{float:left;}
.fuwuzong4 .swiper-pagination{color:#fff;width:auto;top:2%;right:5%;left:auto;}
.fuwuzong4 .swiper-pagination-bullet{color:#fff;background:rgba(225,255,255,0.8);}
.fuwuzong4 .swiper-pagination-bullet-active{color:#fff;background:#fff;}
.fuwuzong4 .zi{position:absolute;bottom: 1.875rem;overflow:hidden;z-index:99;width:100%;padding:0 1.875rem;}
.fuwuzong4 .zi span {display:inline-block;padding:3px 4px;background:#393939;color:#fff;margin-right:3px;font-size:0.875rem;}
.fuwuzong4 .cont .right4{width:50%;position:relative;padding:3%;}
.fuwuzong4 .cont .right4 ul{width:100%;height:100%;position:relative;overflow:hidden;}
.fuwuzong4 .cont .right4 ul li{width:100%;height:calc(100% / 7);display:flex;align-items: center;padding-right: 5%;border-radius:5px;border-bottom:1px solid #E4E4E4;}
.fuwuzong4 .cont .right4 ul li a{width:100%;display:block;padding:0 5%;background:url("../images/jiantou_grey.png") no-repeat center right;background-size:5%;font-size:1.375rem;}
.fuwuzong4 .cont .right4 ul li:hover{background:#fff;border-bottom:0px;}
.fuwuzong4 .cont .right4 ul li:hover a{color:#B51C2F;background:url("../images/jiantou_red.png") no-repeat center right;background-size:5%;}



.fuwuyy1{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:5rem;}
.fuwuyy1 .fuwuyy1left{width: 45%;position: absolute;padding-right: 10%;top: 50%;left: 0;transform: translateY(-50%);}
.fuwuyy1 .fuwuyy1left .tit{width:100%;}
.fuwuyy1 .fuwuyy1left .tit h2{font-size:3.5rem;line-height:3.875rem;}
.fuwuyy1 .fuwuyy1left .tit .pp{font-size:1.125rem;line-height:1.875rem;margin:15px 0;position:relative;overflow:hidden;height:7.5rem;text-align: justify;text-justify: inter-ideograph;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon{width:100%;position:relative;overflow:hidden;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul{width:100%;position:relative;overflow:hidden;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li{margin-top:1.5rem;height:6.25rem;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .im{float:left;display:flex;justify-content: center;align-items: center;flex-direction: column;width:6.25rem;height:6.25rem;background:#FBF3F4;padding:8px;margin-right:10px;border-radius:1.25rem;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .im img{width:2.5rem;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .zi{float:left;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .zi .p1{font-weight:500;font-size:3.4375rem;color:#B51C2F;line-height:4.375rem;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .zi .p1 span{font-weight:500;font-size:2.25rem;}
.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .zi .p2{font-size:1.125rem;}
.fuwuyy1 .fuwuyy1right{width:57%;float:right;border-radius:20px;position:relative;overflow:hidden;}
.fuwuyy1 .fuwuyy1right img{width:100%;float:left;}
.fuwuyy1 .fuwuyy1right video{width:100%;}


.fuwuyy2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwuyy2 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwuyy2 .tit h2{font-size:3.5rem;}
.fuwuyy2 .tit p {font-size:1rem;margin-top: 20px;}
.fuwuyy2 .cont{width:100%;position:relative;}
.fuwuyy2 .cont ul{position:relative;overflow:hidden;width:calc((100% - 30px) / 3);float:left;margin-right:15px;}
.fuwuyy2 .cont ul:last-child{margin-right:0;}
.fuwuyy2 .cont ul.u1{margin-top:-40px;}
.fuwuyy2 .cont ul.u3{margin-top:-20px;}
.fuwuyy2 .cont ul li{position:relative;overflow:hidden;width:100%;margin-bottom:15px;}
.fuwuyy2 .cont ul li .a1{
	width:100%;height:auto;border-radius:20px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.fuwuyy2 .cont ul li .a1 img{float:left;}
.fuwuyy2 .cont ul li .a1 .zhe{position:absolute;background-color: rgba(0, 0, 0, 0);width:100%;height:100%;}
.fuwuyy2 .cont ul li .a1 h2{width:100%;height:2rem;color:#fff;font-size:1.5rem;line-height:2rem;position:absolute;bottom:2.5rem;padding:0 2.5rem;font-weight:500;}
.fuwuyy2 .cont ul li .a1 p{width:100%;height:0;color:#fff;font-size:1rem;line-height:1.6875rem;position:absolute;bottom:0;padding:0 2.5rem;font-weight:400;}
.fuwuyy2 .cont ul li .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
/*.fuwuyy2 .cont ul li:hover .a1 img{filter: blur(5px);}
.fuwuyy2 .cont ul li:hover .a1 h2{color:#fff;bottom:calc(2.5rem + 6rem);}
.fuwuyy2 .cont ul li:hover .a1 p{height:5.0625rem;bottom:2.5rem;text-align: justify;text-justify: inter-ideograph;}
.fuwuyy2 .cont ul li:hover .a1 .zhe{background-color: rgba(0, 0, 0, 0.6);}
.fuwuyy2 .cont ul li:hover .a2{display:block;background:#B51C2F;}
.fuwuyy2 .cont ul li:hover .a1{
	clip-path: polygon(
		0 0,                    
		calc(100% - 35px) 0,    
		calc(100% - 35px) 35px, 
		100% 35px,              
		100% 100%,             
		0 100%                 
	);
}*/


.fuwuyy4{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:5rem;}
.fuwuyy4 .tit{width:100%;}
.fuwuyy4 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.fuwuyy4 .tit p.pp{font-size:1.125rem;line-height:1.8rem;margin:20px 0;}
.fuwuyy4 .cont{width:100%;position:relative;display:flex;background:#F7F7F7}
.fuwuyy4 .cont .left4{width:50%;position:relative;}
.fuwuyy4 .cont .left4 .img-fix{width:100%;position:relative;overflow:hidden;border-radius:20px;}
.fuwuyy4 .cont .left4 .img-fix img{float:left;}
.fuwuyy4 .swiper-pagination{color:#fff;width:auto;top:2%;right:5%;left:auto;}
.fuwuyy4 .swiper-pagination-bullet{color:#fff;background:rgba(225,255,255,0.8);}
.fuwuyy4 .swiper-pagination-bullet-active{color:#fff;background:#fff;}
.fuwuyy4 .zi{position:absolute;bottom: 1.875rem;overflow:hidden;z-index:99;width:100%;padding:0 1.875rem;}
.fuwuyy4 .zi span {display:inline-block;padding:3px 4px;background:#393939;color:#fff;margin-right:3px;font-size:0.875rem;}
.fuwuyy4 .cont .right4{width:50%;position:relative;padding:3%;}
.fuwuyy4 .cont .right4 ul{width:100%;height:100%;position:relative;overflow:hidden;}
.fuwuyy4 .cont .right4 ul li{width:100%;height:calc(100% / 7);display:flex;align-items: center;padding-right: 5%;border-radius:5px;border-bottom:1px solid #E4E4E4;}
.fuwuyy4 .cont .right4 ul li a{width:100%;display:block;padding:0 5%;background:url("../images/jiantou_grey.png") no-repeat center right;background-size:5%;font-size:1.375rem;}
.fuwuyy4 .cont .right4 ul li:hover{background:#fff;border-bottom:0px;}
.fuwuyy4 .cont .right4 ul li:hover a{color:#B51C2F;background:url("../images/jiantou_red.png") no-repeat center right;background-size:5%;}


.fuwulist{position:relative;width:80%;margin:0 auto;margin-top:40px;}
.fuwulist .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwulist .tit h2{font-size:3.5rem;}
.fuwulist .u1{position:relative;overflow:hidden;text-align:center;margin-bottom:40px;}
.fuwulist .u1 li{display:inline-block;padding:8px 15px;border-radius:10px;border:1px solid #888;cursor:pointer;}
.fuwulist .u1 li.active{border:1px solid #B51C2F;background:#B51C2F;color:#fff;}
.fuwulist .u1 li.active a{color:#fff;font-size:1rem;}
.fuwulist .u2{position:relative;overflow:hidden;}
.fuwulist .u2 li{position:relative;overflow:hidden;float:left;margin-bottom:15px;background:#F7F7F7;border-radius:20px;}
.fuwulist .u2 li.da{width:100%;display:flex;}
.fuwulist .u2 li.da .div1{display:flex;}
.fuwulist .u2 li.da .div2{display:none;}
.fuwulist .u2 li.da .left{width:50%;}
.fuwulist .u2 li.da .left img{float:left;}
.fuwulist .u2 li.da .right{width:50%;padding:0 3%;display:flex;align-items: center;}
.fuwulist .u2 li.da .right .cont{position:relative;overflow:hidden;}
.fuwulist .u2 li.da .right .cont h2{font-size:1.875rem;line-height:60px;font-weight:500;color:#000;}
.fuwulist .u2 li.da .right .cont .pp{font-size:1rem;line-height:1.625rem;color:#222;margin-bottom:10%;max-height:6.5rem;overflow:hidden;}
.fuwulist .u2 li.da .right .cont .zi {margin-bottom:10%;}
.fuwulist .u2 li.da .right .cont .zi span {display:inline-block;padding:3px 4px;background:#F0E1E3;color:#B51C2F;margin-right:3px;font-size:0.875rem;border-radius:3px;}
.fuwulist .u2 li.zhong{width:calc((100% - 15px) /2);margin-right:15px;}
.fuwulist .u2 li.zhong .div1{display:none;}
.fuwulist .u2 li.zhong .div2{display:inline-block;}
.fuwulist .u2 li.zhong.zhong2:nth-child(2n){margin-right:0;}
.fuwulist .u2 li.zhong:nth-child(3n){margin-right:0;}
.fuwulist .u2 li.zhong h2{font-size:1.5rem;line-height:50px;color:#000;font-weight:500;}
.fuwulist .u2 li.zhong .pp{font-size:1rem;line-height:1.625rem;color:#222;margin-bottom:3%;height:1.625rem;overflow:hidden;}
.fuwulist .u2 li.zhong .zi {margin-bottom:3%;}
.fuwulist .u2 li.zhong .zi span {display:inline-block;padding:3px 4px;background:#F0E1E3;color:#B51C2F;margin-right:3px;font-size:0.875rem;border-radius:3px;}
.fuwulist .u2 li.xiao{width:calc((100% - 30px) /3);margin-right:15px;}
.fuwulist .u2 li.xiao .div1{display:none;}
.fuwulist .u2 li.xiao .div2{display:inline-block;}
.fuwulist .u2 li.xiao:nth-child(3n){margin-right:0;}
.fuwulist .u2 li.xiao.xiao4:nth-child(3n){margin-right:15px;}
.fuwulist .u2 li.xiao.xiao4:nth-child(4n){margin-right:0;}
.fuwulist .u2 li.xiao.xiao5:nth-child(3n){margin-right:15px;}
.fuwulist .u2 li.xiao.xiao5:nth-child(5n){margin-right:0;}
.fuwulist .u2 li.xiao h2{font-size:1.5rem;line-height:50px;color:#000;font-weight:500;}
.fuwulist .u2 li.xiao .pp{font-size:1rem;line-height:20px;color:#222;margin-bottom:3%;height:20px;overflow:hidden}
.fuwulist .u2 li.xiao .zi {margin-bottom:3%;}
.fuwulist .u2 li.xiao .zi span {display:inline-block;padding:3px 4px;background:#F0E1E3;color:#B51C2F;margin-right:3px;font-size:0.875rem;border-radius:3px;}
.fuwulist .u2 li .bot{padding:3% 5%;}

.fuwucont1{width:100%;position:relative;overflow:hidden;padding:0 10%;margin-top:40px;}
.fuwucont1 .f1left{width:40%;position:absolute;padding-right:10%;top: 50%;left: 50%;transform: translate(-100%, -50%);}
.fuwucont1 .f1left h2{color:#000;font-size:3.5rem;line-height:3.875rem;height:7.75rem;position:relative;overflow:hidden;}
.fuwucont1 .f1left p.pp{color:#000;font-size:1.125rem;line-height:1.875rem;margin:20px 0 40px;text-align: justify;text-justify: inter-ideograph;}
.fuwucont1 .f1right{width:55%;float:right;position:relative;}
.fuwucont1 .f1right .center-point{width:65%;height:65%;}
.ring3.fuwuy {
	width: 100%;
	height: 100%;
	background:url("../images/yuan04.png") center no-repeat;
	background-size:cover;
	animation: rotate3 15s linear infinite;
}
.ring4.fuwuy {
	width: 88%;
	height: 88%;
	background:url("../images/yuan03.png") center no-repeat;
	background-size:cover;
	animation: rotate4 15s linear infinite reverse;
}

.ring5.fuwuy {
	width: 77%;
	height: 77%;
	background:url("../images/yuan02.png") center no-repeat;
	background-size:cover;
	animation: rotate5 15s linear infinite reverse;
}

.fuwucont2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.fuwucont2 .tit{width:100%;}
.fuwucont2 .tit h2{font-size:3.5rem;line-height:60px;}
.fuwucont2 .cont{width:100%;margin-top:20px;}
.fuwucont2 ul{width:calc((100% - 30px) / 2);position:relative;}
.fuwucont2 ul.ul1{float:left;}
.fuwucont2 ul.ul2{float:right;margin-top:-60px;}
.fuwucont2 ul li{width:100%;margin-bottom:20px;position:relative;}


/*.fuwucont2 .mm {position:relative;display: inline-block;}
.fuwucont2 .mm .mmn{border-radius:20px;background-color:#F7F7F7;position:relative;transition: all 0.4s ease;}
.fuwucont2 .mm .mmn h3{height:30px;color:#ababab;font-size:1rem;line-height:30px;margin-top:120px;}
.fuwucont2 .mm .mmn h2{height:40px;color:#000;font-size:1.125rem;line-height:40px;}
.fuwucont2 .mm .mmn p{height:0;color:#fff;font-size:1rem;line-height:20px;overflow: hidden;}
.fuwucont2 .mm  a{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.fuwucont2 .mm:hover .mmn h3{display:none;}
.fuwucont2 .mm:hover .mmn h2{color:#fff;margin-top:90px;}
.fuwucont2 .mm:hover .mmn p{height:60px;}
.fuwucont2 .mm:hover a{display:block;background:#B51C2F;}
.fuwucont2 .mmn .im{width:30px;height:30px;position:absolute;top:20px;left:20px;}
.fuwucont2 .mmn .im .im1{display:block;}
.fuwucont2 .mmn .im .im2{display:none;}
.fuwucont2 .mmn:hover .im1{display:none;}
.fuwucont2 .mmn:hover .im2{display:block;}
.fuwucont2 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 20px) 20px;
	background-size:auto;
	padding:20px;
}
.fuwucont2 .mmn:hover {background-color:#B51C2F;background-image:none;}*/

.fuwucont2 .mm {position:relative;display: inline-block;width:100%;}
.fuwucont2 .mm .mmn{border-radius:20px;background-color:#F7F7F7;position:relative;transition: all 0.4s ease;}
.fuwucont2 .mm .mmn h2{height:40px;color:#000;font-size:1.5rem;line-height:40px;margin-top:160px;font-weight:500;}
.fuwucont2 .mm .mmn h3{height:60px;color:#666;font-size:1rem;line-height:30px;position: relative;overflow: hidden;}
.fuwucont2 .mm .mmn p{height:3.25rem;color:#666;font-size:1rem;line-height:1.625rem;overflow: hidden;}
.fuwucont2 .mm  a{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.fuwucont2 .mm:hover .mmn h2{color:#fff;margin-top:140px;}
.fuwucont2 .mm:hover .mmn h3{display:none;}
.fuwucont2 .mm:hover .mmn p{color:#fff;min-height:3.25rem;height:auto;}
.fuwucont2 .mm:hover a{display:block;background:#B51C2F;}
.fuwucont2 .mmn .im{width:3.125rem;height:3.125rem;position:absolute;top:1.875rem;left:1.875rem;}
.fuwucont2 .mmn .im .im1{display:block;}
.fuwucont2 .mmn .im .im2{display:none;}
.fuwucont2 .mmn:hover .im1{display:none;}
.fuwucont2 .mmn:hover .im2{display:block;}
.fuwucont2 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 1.875rem) 1.875rem;
	background-size:auto;
	padding:1.875rem;
}
.fuwucont2 .mmn:hover {background-color:#B51C2F;background-image:none;}


.fuwucont3{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.fuwucont3 .tit{width:100%;}
.fuwucont3 .tit h2{font-size:3.5rem;line-height:60px;}
.fuwucont3 .tit p.pp{font-size:1.125rem;line-height:1.875rem;margin:20px 0;}
.fuwucont3 .cont{width:100%;position:relative;display:flex;background:#F7F7F7}

/* 表单容器 */
.form-container {width: 100%;margin: 0 auto;background-color: white;border-radius: 8px;}
/* 表单行 */
.form-row {display: flex;flex-wrap: wrap;margin-bottom: 20px;}
/* 表单列 */
.form-column {flex: 1;margin-right: 15px;}
/* 最后一列去除右边距 */
.form-column:last-child {margin-right: 0;}
/* 输入框样式 */
.form-container input,.form-container textarea {width: 100%;padding: 12px 40px;border: 1px solid #ddd;border-radius: 4px;box-sizing: border-box;font-size: 1rem;transition: border-color 0.3s;}
.form-container input:focus,.form-container textarea:focus {outline: none;border-color: #B51C2F !important;}
/* 必填项占位符样式 */
.form-container input::placeholder,.form-container textarea::placeholder {color: #666;}
/* 信息提示浮窗 */
.message-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);display: flex;justify-content: center;align-items: center;z-index: 1000;opacity: 0;visibility: hidden;transition: all 0.3s ease;}
.message-modal.show {opacity: 1;visibility: visible;}
.message-content {background-color: white;width: 90%;max-width: 500px;border-radius: 8px;padding: 40px;text-align: center;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);transform: translateY(-20px);transition: transform 0.3s ease;}
.message-modal.show .message-content {transform: translateY(0);}
.message-icon {width: 60px;height: 60px;margin: 0 auto 20px;background-color: #4CAF50;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.message-icon::after {content: "✓";color: white;font-size: 30px;font-weight: bold;}
.message-title {font-size: 24px;font-weight: bold;color: #333;margin-bottom: 15px;}
.message-text {font-size: 16px;color: #666;line-height: 1.6;margin-bottom: 25px;}
.message-close-btn {display: inline-block;padding: 10px 30px;background-color: #4a90e2;color: white;border: none;border-radius: 4px;font-size: 14px;cursor: pointer;transition: background-color 0.3s;}
.message-close-btn:hover {background-color: #357ae8;}
.form-container .input1{background:url("../images/lx_icon01.png") no-repeat 3% center;background-size:20px;}
.form-container .input1:focus{background:url("../images/lx_icon01_red.png") no-repeat 3% center;background-size:20px;}
.form-container .input2{background:url("../images/lx_icon02.png") no-repeat 3% center;background-size:20px;}
.form-container .input2:focus{background:url("../images/lx_icon02_red.png") no-repeat 3% center;background-size:20px;}
.form-container .input3{background:url("../images/lx_icon03.png") no-repeat 3% center;background-size:20px;}
.form-container .input3:focus{background:url("../images/lx_icon03_red.png") no-repeat 3% center;background-size:20px;}
.form-container .input4{background:url("../images/lx_icon04.png") no-repeat 3% center;background-size:20px;}
.form-container .input4:focus{background:url("../images/lx_icon04_red.png") no-repeat 3% center;background-size:20px;}
.form-container .input5{background:url("../images/lx_icon05.png") no-repeat 3% center;background-size:20px;}
.form-container .input5:focus{background:url("../images/lx_icon05_red.png") no-repeat 3% center;background-size:20px;}
.form-container .input6{background:url("../images/lx_icon06.png") no-repeat 3% center;background-size:20px;}
.form-container .input6:focus{background:url("../images/lx_icon06_red.png") no-repeat 3% center;background-size:20px;}
.form-container .input7{background:url("../images/lx_icon07.png") no-repeat 1.5% 12%;background-size:20px;}
.form-container .input7:focus{background:url("../images/lx_icon07_red.png") no-repeat 1.5% 12%;background-size:20px;}

.fuwusg1{width:100%;position:relative;overflow:hidden;padding:0 10%;margin-top:40px;}
.fuwusg1 .f1left{width:30%;position:absolute;padding-right:10%;top: 50%;left: 10%;transform: translateY(-50%);}
.fuwusg1 .f1left h2{font-size:3.5rem;line-height:3.875rem;}
.fuwusg1 .f1left p.pp{color:#000;font-size:1.125rem;line-height:1.8rem;margin:20px 0 40px;text-align: justify;text-justify: inter-ideograph;}
.fuwusg1 .f1right{width:64%;float:right;position:relative;}
.fuwusg1 .f1right .center-point{width:65%;height:65%;}
.fuwusg1 ul{width:calc((100% - 30px) / 2);position:relative;}
.fuwusg1 ul.ul1{float:left;margin-top:60px;}
.fuwusg1 ul.ul2{float:right;}
.fuwusg1 ul li{width:100%;margin-bottom:20px;position:relative;}
.fuwusg1 .mm {position:relative;display: inline-block;width:100%;}
.fuwusg1 .mm .mmn{border-radius:20px;background-color:#F7F7F7;position:relative;transition: all 0.4s ease;}
.fuwusg1 .mm .mmn .txt{position:relative;width:100%;overflow: hidden;}
.fuwusg1 .mm .mmn h3{height:2.625rem;color:#fff;font-size:1rem;line-height:2.625rem;}
.fuwusg1 .mm .mmn h2{height:3rem;color:#fff;font-size:1.5rem;line-height:3rem;font-weight: 500;margin-top:7rem}
.fuwusg1 .mm .mmn p{height:0;color:#fff;font-size:1rem;line-height:1.625rem;text-align: justify;text-justify: inter-ideograph;font-weight: 400;}
.fuwusg1 .mm  a{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.fuwusg1 .mm:hover .mmn{background-color:#B51C2F !important;background-image:none !important;}
.fuwusg1 .mm:hover .mmn h3{display:none;}
.fuwusg1 .mm:hover .mmn h2{color:#fff;margin-top:4.75rem;}
.fuwusg1 .mm:hover .mmn p{height:4.875rem;}
.fuwusg1 .mm:hover a{display:block;background:#B51C2F;}
.fuwusg1 .mmn .im{width:2.5rem;height:2.5rem;position:relative;}
.fuwusg1 .mmn .im .im1{display:block;}
.fuwusg1 .mmn .im .im2{display:none;}
.fuwusg1 .mmn:hover .im1{display:none;}
.fuwusg1 .mmn:hover .im2{display:block;}
.fuwusg1 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 1.5rem) 1.5rem;
	background-size:auto;
	padding:1.5rem;
}
.fuwusg1 .mmn:hover {background-color:#B51C2F;background-image:none;}


.fuwusg2{position:relative;width:100%;padding:0 10%;margin-top:40px;overflow-x: hidden;}
.fuwusg2 .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.fuwusg2 .tit h2{font-size:3.5rem;}
.fuwusg2 .cont{width:100%;position:relative;overflow:hidden;}
.fuwusg2 .cont .li{width:100%;position:relative;height:auto;overflow:hidden;}
.fuwusg2 .swiper-slide{transform-origin: 100% 0; /* 缩放从左上角开始 */transform: scale(1);opacity:0;}
.fuwusg2 .swiper-slide.swiper-slide-prev{opacity:0.6;}
.fuwusg2 .swiper-slide.swiper-slide-prev .zi,.fuwusg2 .swiper-slide.swiper-slide-next .zi{opacity:0;}
.fuwusg2 .swiper-slide.swiper-slide-next{opacity:0.6;}
.fuwusg2 .swiper-slide.swiper-slide-active{opacity:1;transform-origin: 0 0; /* 缩放从左上角开始 */transform: scale(1.15);}
.fuwusg2 .swiper-slide .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;border-radius:1.25rem;}
.fuwusg2 .swiper-slide .a1 .img{position:relative;overflow:hidden;}
.fuwusg2 .swiper-slide .a1 .img img{float:left;width:100%;border-radius:1.25rem;}
.fuwusg2 .swiper-slide .a1 .zi{width:auto;position:absolute;bottom:1.25rem;right:1.25rem;padding:0.8rem 1.25rem;background:#fff;border-radius: 1rem;}
.fuwusg2 .swiper-slide .a1 .zi h2{color:#000;font-size:1.5rem;line-height:3rem;font-weight:500;}
.fuwusg2 .swiper-slide .a1 .zi p{color:#333;font-size:1rem;text-align: justify;text-justify: inter-ideograph;line-height:1.75rem;font-weight:400;height:5.25rem;overflow:hidden;}
.fuwusg2 .swiper-button-prev{left:5%;}
.fuwusg2 .swiper-button-next{right:5%;}
.fuwusg2 .swiper-button-next,.fuwusg2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwusg2 .swiper-button-next:hover,.fuwusg2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.fuwusj1{width:100%;position:relative;overflow:hidden;padding:0 10%;margin-top:40px;}
.fuwusj1 .f1left{width:40%;position:absolute;padding-right:10%;top: 50%;left: 50%;transform: translate(-100%, -50%);}
.fuwusj1 .f1left h2{color:#000;font-size:3.5rem;line-height:62px;height:62px;position:relative;overflow:hidden;}
.fuwusj1 .f1left p.pp{color:#000;font-size:1.125rem;line-height:1.8rem;margin:20px 0 40px;text-align: justify;text-justify: inter-ideograph;}
.fuwusj1 .f1right{width:55%;float:right;position:relative;overflow:hidden;border-radius:20px;}
.fuwusj1 .f1right img{float:left;}
.fuwusj1 .f1right .center-point{width:65%;height:65%;}

.fuwusj2{width:100%;padding:2.5rem 10%;position:relative;margin-top:5rem;}
.fuwusj2 .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.fuwusj2 .tit h2{font-size:3.5rem;}
.fuwusj2 .fuwusj2nei{width:100%;position:relative;margin-top:40px;}
.fuwusj2 .mm {position:relative;display: inline-block;width:100%}
.fuwusj2 .mm .mmn{border-radius:20px;background-color:#F7F7F7;position:relative;transition: all 0.4s ease;}
.fuwusj2 .mm .mmn .txt{position:relative;width:100%;overflow: hidden;}
.fuwusj2 .mm .mmn h3{height:2.625rem;color:#fff;font-size:1rem;line-height:2.625rem;}
.fuwusj2 .mm .mmn h2{height:3rem;color:#fff;font-size:1.5rem;line-height:3rem;font-weight: 500;margin-top:5rem}
.fuwusj2 .mm .mmn p{height:0;color:#fff;font-size:1rem;line-height:1.625rem;text-align: justify;text-justify: inter-ideograph;font-weight: 400;}
.fuwusj2 .mm  a{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.fuwusj2 .mm:hover .mmn{background-color:#B51C2F !important;background-image:none !important;}
.fuwusj2 .mm:hover .mmn h3{display:none;}
.fuwusj2 .mm:hover .mmn h2{color:#fff;margin-top:2.75rem;}
.fuwusj2 .mm:hover .mmn p{height:4.875rem;text-align: justify;text-justify: inter-ideograph;}
.fuwusj2 .mm:hover a{display:block;background:#B51C2F;}
.fuwusj2 .mmn .im{width:3.125rem;height:3.125rem;position:relative;}
.fuwusj2 .mmn .im .im1{display:block;}
.fuwusj2 .mmn .im .im2{display:none;}
.fuwusj2 .mmn:hover .im1{display:none;}
.fuwusj2 .mmn:hover .im2{display:block;}
.fuwusj2 .mmn{
	background-image: url('../images/jiantou_grey.png');
	background-repeat:no-repeat;
	background-position: calc(100% - 2rem) 2rem;
	background-size:auto;
	padding:2rem;
}
.fuwusj2 .mmn:hover {background-color:#B51C2F;background-image:none;}
.fuwusj2 .swiper-button-next{right:-8%;top:-6%;padding:150px 52px}
.fuwusj2 .swiper-button-prev{left:-8%;top:-6%;padding:150px 52px}
.fuwusj2 .swiper-slide:nth-child(2n+1){margin-top:30px;}

.fuwusj3{width:100%;padding:40px 10%;position:relative;margin-top:40px;}
.fuwusj3 .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.fuwusj3 .tit h2{font-size:3.5rem;}
.fuwusj3 .cont{width:100%;position:relative;margin-top:40px;display: flex;}
.fuwusj3 .cont .fuwusj3left{width:58%;position:relative;}
.fuwusj3 .cont .fuwusj3left .swiper{display:none;}
.fuwusj3 .cont .fuwusj3left .swiper.active{display:block;}
.fuwusj3 .cont .fuwusj3left .img-fix{width:100%;position:relative;overflow:hidden;border-radius:20px;}
.fuwusj3 .cont .fuwusj3left .img-fix img{float:left;}
.fuwusj3 .swiper-pagination{color:#fff;width:auto;top:2%;right:5%;left:auto;}
.fuwusj3 .swiper-pagination-bullet{color:#fff;background:rgba(225,255,255,0.8);}
.fuwusj3 .swiper-pagination-bullet-active{color:#fff;background:#fff;}
.fuwusj3 .zi{position:absolute;bottom: 1.875rem;overflow:hidden;z-index:99;width:100%;padding:0 1.875rem;}
.fuwusj3 .zi span {display:inline-block;padding:3px 4px;background:#393939;color:#fff;margin-right:3px;font-size:1.5rem;}
.fuwusj3 .cont .fuwusj3right{width:40%;position:relative;padding-left:3%;}
.fuwusj3 .cont .fuwusj3right ul{width:100%;height:100%;position:relative;overflow:hidden;}
.fuwusj3 .cont .fuwusj3right ul li{width:calc((100% - 20px) / 2);height:calc((100% - 20px) / 2);display:flex;justify-content: center;align-items: center;border-radius:5px;float:left;margin:0 20px 20px 0;background:#F7F7F7 url("../images/jiantou_grey.png") no-repeat top right;}
.fuwusj3 .cont .fuwusj3right ul li:nth-child(2n){margin-right:0;}
.fuwusj3 .cont .fuwusj3right ul li div{width:100%;text-align:center;}
.fuwusj3 .cont .fuwusj3right ul li img{width:48px;}
.fuwusj3 .cont .fuwusj3right ul li .im1{display:inline-block;}
.fuwusj3 .cont .fuwusj3right ul li .im2{display:none;}
.fuwusj3 .cont .fuwusj3right ul li p{color:#000;text-align:center;font-size:1.125rem;margin-top:1rem;}
.fuwusj3 .cont .fuwusj3right ul li.active {background:#B51C2F url("../images/jiantou.png") no-repeat top right;}
.fuwusj3 .cont .fuwusj3right ul li.active .im1{display:none;}
.fuwusj3 .cont .fuwusj3right ul li.active .im2{display:inline-block;}
.fuwusj3 .cont .fuwusj3right ul li.active p{color:#fff;}

.fuwukc1{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwukc1 .tit{width:100%;}
.fuwukc1 .tit h2{font-size:3.5rem;line-height:60px;}
.fuwukc1 .tit p{margin-top:20px;font-size:1.125rem;}
.fuwukc1 .cont{width:100%;margin-top:20px;background:#F7F7F7;border-radius:20px;}
.fuwukc1 .fuwukcSwiper1{overflow:unset;}
.fuwukc1 .fuwukcSwiper1 .swiper-slide{opacity: 0;transition: opacity 0.3s ease;}
.fuwukc1 .fuwukcSwiper1 .swiper-slide-active {opacity: 1; /* 完全显示 */transform: scale(1); /* 正常大小 */}
.fuwukc1 .fuwukcSwiper1 .swiper-slide a      {width:100%;display:block;position:relative;overflow:hidden;display:flex;border-radius: 20px;}
.fuwukc1 .fuwukcSwiper1 .expert-img2         {width: 50%;height: auto;background-color: #fff;display: inline-block;border-radius: 20px;position:relative;overflow:hidden;}
.fuwukc1 .fuwukcSwiper1 .expert-img2 img     {width:100%;height:100%;float:left;}
.fuwukc1 .fuwukcSwiper1 .expert-text2        {width: 50%;overflow: hidden; position: relative;padding:3%;}
.fuwukc1 .fuwukcSwiper1 .expert-text2 img    {width:50px;}
.fuwukc1 .fuwukcSwiper1 .expert-text2 h2     {font-size: 1.875rem;font-weight: bold;line-height: 45px;color:#000;width:100%;height:45px;overflow: hidden; position: relative;margin-bottom:10px;}
.fuwukc1 .fuwukcSwiper1 .expert-text2 p      {font-size:1rem;color:#222;line-height:1.625rem;text-align: justify;text-justify: inter-ideograph;}
.fuwukc1 .kz{width:170px;position:absolute;right:-2%;top:-20%;}
.fuwukc1 .swiper-button-next,.fuwukc1 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwukc1 .swiper-button-next:hover,.fuwukc1 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}
.fuwukc1 .fuwukcSwiper2 {width:44%;position:absolute;right:3%;bottom:10%;padding-bottom:10px;border-bottom:1px solid #E5E5E5;}
.fuwukc1 .fuwukcSwiper2 .swiper-slide a .expert-text2 h2{font-size:1.125rem;}
.fuwukc1 .fuwukcSwiper2 .swiper-slide-thumb-active a .expert-text2 h2{color:#B51C2F;}
.fuwukc1 .fuwukcSwiper2 .swiper-slide-thumb-active a .expert-text2 h2:after{
	content: '';
  position: absolute;
  bottom: -55%;
  left: 0;
  width: 80%; /* 控制边框长度 */
  height: 2px;
  background-color: #B51C2F;
}


.fuwukc2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:7.5rem;}
.fuwukc2 .tit{width:100%;}
.fuwukc2 .tit h2{font-size:3.5rem;line-height:60px;}
.fuwukc2 .tit p{margin-top:20px;font-size:1.125rem;}
.fuwukc2 .cont{width:100%;margin-top:40px;}
.fuwukc2 .cont .carousel-wrapper {position: relative;width:100%;}
.fuwukc2 .cont .carousel-track {display: flex;transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.fuwukc2 .cont .carousel-item {flex-shrink: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 15px;background: #F7F7F7;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);cursor: pointer;transition: all 0.4s ease;position: relative;overflow: hidden;margin-right: 20px;width: calc((100% - 60px) / 5); /* 默认宽度 */}
.fuwukc2 .cont .carousel-item.active {width: calc((100% - 60px) / 5 * 2); /* 激活状态宽度更大 */background: #F7F7F7;}
.fuwukc2 .cont .item-icon {font-size: 3.125rem;margin-bottom: 20px;color: #4361ee;transition: all 0.4s ease;display:block;width:50px;}
.fuwukc2 .cont .carousel-item.active .item-icon {opacity: 0;transform: scale(0.5);display:none;}
.fuwukc2 .cont .item-text {font-size: 1.5rem;font-weight: 600;color: #333;text-align: center;transition: all 0.4s ease;line-height: 1.4;display:block;}
.fuwukc2 .cont .carousel-item.active .item-text {opacity: 0;transform: translateY(20px);display:none;}
.fuwukc2 .cont .item-image {width: 100%;height: 100%;object-fit: cover;border-radius: 15px;opacity: 0;transition: opacity 0.5s ease 0.2s;display:none;}
.fuwukc2 .cont .carousel-item.active .item-image {opacity: 1;display:block;}
.fuwukc2 .cont .item-overlay {position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);color: white;padding: 75px 1.5rem 1.875rem;border-radius: 0 0 15px 15px;opacity: 0;transform: translateY(20px);transition: all 0.4s ease 0.3s;display:none;}
.fuwukc2 .cont .carousel-item.active .item-overlay {opacity: 1;transform: translateY(0);display:block;}
.fuwukc2 .cont .overlay-title {font-size: 1.5rem;font-weight: 500;margin-bottom: 10px;}
.fuwukc2 .cont .overlay-desc {font-size: 1rem;line-height: 1.75rem;opacity: 0.9;text-align: justify;text-justify: inter-ideograph;}

.fuwukc2 .kz{width:170px;position:absolute;right:-2%;top:-30%;}
.fuwukc2 .swiper-button-next,.fuwukc2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.fuwukc2 .swiper-button-next:hover,.fuwukc2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}


.fuwuzh1{position:relative;overflow:hidden;width:80%;margin:40px auto;margin-top:5rem;background:#F7F7F7;border-radius:1.25rem;}
.fuwuzh1 .fuwuzh1Swiper .swiper-slide{display:flex;align-items: center;}
.fuwuzh1 .fw1{width:40%;padding:0 5%;}
.fuwuzh1 .fw2{width:60%;position:relative;overflow:hidden;border-radius:1.25rem;padding:10px 10px 10px 0;}
.fuwuzh1 .fw2 img{border-radius:1.25rem;}
.fuwuzh1 .fw1 h2{font-size:3.5rem;line-height:3.875rem;}
.fuwuzh1 .fw1 .pp{font-size:1.125rem;line-height:1.8rem;margin:15px 0;position:relative;overflow:hidden;}
.fuwuzh1 .kz{width: 170px;position: absolute;left: 0;bottom: 14%;}

.fuwuzh2{width:100%;padding:2.5rem 10%;position:relative;margin-top:5rem;}
.fuwuzh2 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.fuwuzh2 .tit h2{font-size:3.5rem;}
.fuwuzh2 .tit .pp{font-size:1.125rem;line-height:1.875;margin-top:20px;}
.fuwuzh2 .fuwuzh2nei{width:100%;position:relative;margin-top:40px;}
.fuwuzh2 .mm {position:relative;display: inline-block;}
.fuwuzh2 .mm .mmn{border-radius:1.25rem;background-color:#F7F7F7;position:relative;transition: all 0.4s ease;overflow: hidden;}
.fuwuzh2 .mm .mmn .one{width:100%;position:relative;overflow:hidden;}
.fuwuzh2 .mm .mmn .one img{width:100%;float:left;}
.fuwuzh2 .mm .mmn .one div{width:100%;position:absolute;bottom:0;left:0;padding:5%;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);}
.fuwuzh2 .mm .mmn .one div h3{font-size:1rem;color:#fff;}
.fuwuzh2 .mm .mmn .one div h2{font-size:1.5rem;color:#fff;}
.fuwuzh2 .mm .mmn .two{display:none;width:100%;height:100%;padding:2.5rem 1.875rem;background:#B51C2F;}
.fuwuzh2 .mm .mmn:hover .two{display:block;position:absolute;left:0;top:0;z-index:99;}
.fuwuzh2 .mm .mmn .two .im{width:3.125rem;height:3.125rem;margin-bottom:5%;}
.fuwuzh2 .mm .mmn .two h3{font-size:1rem;color:#fff;margin-bottom:2%;}
.fuwuzh2 .mm .mmn .two h2{font-size:1.5rem;color:#fff;margin-bottom:2%;font-weight:500;}
.fuwuzh2 .mm .mmn .two p{font-size:1rem;color:#fff;text-align: justify;text-justify: inter-ideograph;line-height:1.625rem;}
.fuwuzh2 .mm .mmn .two span{position:absolute;bottom:0;right:5%;font-size:6.875rem;background: linear-gradient(178deg, rgba(255, 255, 255, 0.1) 50%, rgba(202, 37, 57, 0.1) 113%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}

.fuwuzh2 .swiper-button-next{right:-8%;top:-6%;padding:150px 52px}
.fuwuzh2 .swiper-button-prev{left:-8%;top:-6%;padding:150px 52px}
.fuwuzh2 .swiper-slide:nth-child(2n){margin-top:30px;}

.fuwuzh3{position:relative;overflow:hidden;width:80%;margin:40px auto;margin-top:5rem;border-radius:20px;display:flex;align-items: center;}
.fuwuzh3 .u1{width:54%;position:relative;overflow:hidden;}
.fuwuzh3 .u1 li{display:none;}
.fuwuzh3 .u1 li img{border-radius:1.25rem;}
.fuwuzh3 .u1 li.active{display:block;}
.fuwuzh3 .right{width:46%;padding-left:5%}
.fuwuzh3 .right .tit {width: 100%;overflow: hidden;position: relative;margin-bottom:2.375rem;}
.fuwuzh3 .right .tit h2{font-size: 3.5rem;}
.fuwuzh3 .right .u2{position:relative;width:100%;border-left:2px solid rgba(0, 0, 0, 0.05);}
.fuwuzh3 .right .u2 li{padding: 0 0 0 1.875rem;position:relative;width:100%;cursor:pointer;opacity:0.5;margin-bottom:3rem;}
.fuwuzh3 .right .u2 li:last-child{margin-bottom:0;}
.fuwuzh3 .right .u2 li h2{font-size:1.875rem;color:#222;font-weight:500;margin-bottom: 0.5rem;}
.fuwuzh3 .right .u2 li p{font-size:1rem;line-height:1.625rem;color:#222;display:none;text-align: justify;text-justify: inter-ideograph;}
.fuwuzh3 .right .u2 li.active{opacity:1;}
.fuwuzh3 .right .u2 li.active:before{
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px; /* 控制边框长度 */
	height: 95%;
	background-color: #B51C2F;
}
.fuwuzh3 .right .u2 li.active p{display:block;}

.fuwuzh4{position:relative;overflow:hidden;width:80%;margin:80px auto;background:url("../images/zhe_fuwuzh.png") no-repeat center center;background-size:contain;min-height:496px;display:flex;align-items: center;}
.fuwuzh4 .tit {width:30.5%;padding:0 0 10% 5%;}
.fuwuzh4 .tit h2{font-size: 3.5rem;}
.fuwuzh4 .u1{width:41.5%;position:relative;overflow:hidden;}
.fuwuzh4 .u1 li{display:none;text-align:center;width:100%;}
.fuwuzh4 .u1 li.active{display:block;}
.fuwuzh4 .u1 li .bot{padding:2% 8%;}
.fuwuzh4 .u1 li img{border-radius:1.25rem;}
.fuwuzh4 .u1 li h2{font-size:1.625rem;line-height:50px;color:#000;}
.fuwuzh4 .u1 li .pp{font-size:1rem;line-height:1.75rem;color:#222;margin-bottom:3%;}
.fuwuzh4 .u1 li .zi {margin-bottom:3%;}
.fuwuzh4 .u1 li .zi span {display:inline-block;padding:3px 4px;background:#F0E1E3;color:#B51C2F;margin-right:3px;font-size:0.875rem;border-radius:3px;}
.fuwuzh4 .u2{width:28%;position:relative;padding:0 0 10% 12%;}
.fuwuzh4 .u2 .cont{width:100%;position:relative;}
.fuwuzh4 .u2 .cont .item {display: flex;align-items: center;margin: 3.25rem 0;cursor:pointer;opacity:0.5}
.fuwuzh4 .u2 .cont .item.active{opacity:1;}
.fuwuzh4 .u2 .cont .dot {width: 10px;height: 10px;border-radius: 50%;margin-right: 10%;}
.fuwuzh4 .u2 .cont .item .dot {background-color: #222;}
.fuwuzh4 .u2 .cont .item.active .dot {background-color: #B51C2F;}
.fuwuzh4 .u2 .cont .line {position: absolute;left: 4.5px;top: 15px;bottom: 15px;width: 2px;background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.2) 50%);background-size: 100% 20px;}
.fuwuzh4 .u2 .cont .text {font-size: 1rem;}
.fuwuzh4 .u2 .cont .item .text {color: #222;}
.fuwuzh4 .u2 .cont .item.active .text {color: #B51C2F;}

.pinpai1{position:relative;overflow:hidden;width:80%;margin:40px auto;margin-top:40px;}
.pinpai1 .top{width:100%;display:flex;align-items: center;position:relative;overflow:hidden;}
.pinpai1 .tit{width:35%;position:relative;overflow:hidden;padding-right:10%;}
.pinpai1 .tit h2{font-size:3.5rem;line-height:3.875rem;}
.pinpai1 .tit .pp{font-size:1.125rem;line-height:1.8rem;margin:20px 0;text-align: justify;text-justify: inter-ideograph;}
.pinpai1 .publicmorebai{margin-top:20%;}
.pinpai1 .right{width:65%;position:relative;overflow:hidden;}
.pinpai1 .right .zi{width:100%;margin-bottom:5%;}
.pinpai1 .right .zi p{font-size:1.125rem;line-height:1.875rem;text-align: justify;text-justify: inter-ideograph;}
.pinpai1 .right .shu{width:100%;margin:20px auto;position:relative;overflow:hidden;}
.pinpai1 .right .shu .shuli{float:left;max-width:calc(100% / 3);position:relative;padding:0 7%;}
.pinpai1 .right .shu .shuli:first-child{padding-left:0;}
.pinpai1 .right .shu .shuli::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0; /* 控制竖线距离右侧的距离 */
    height: 100%;
    width: 2px; /* 竖线宽度 */
    background-color: #E8E8E8; /* 竖线颜色 */
}
.pinpai1 .right .shu .shuli:last-child::after {
	width:0;
}
.pinpai1 .right .shu .shuli h3{color:#B51C2F;font-size:4.125rem;}
.pinpai1 .right .shu .shuli h3 span{font-size:2.25rem;}
.pinpai1 .right .shu .shuli p{font-size:1.125rem;}
.pinpai1 .bot{position:relative;}
.pinpai1 .bot img{border-radius:20px;}

.pinpai2{position:relative;width:100%;padding:0 10% 10%;margin-top:40px;overflow-x:hidden;}
.pinpai2 .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.pinpai2 .tit h2{font-size:3.5rem;}
.pinpai2 .tit .pp{font-size:1.125rem;line-height:1.875rem;margin:20px 0;text-align: justify;text-justify: inter-ideograph;}
.pinpai2 .tit .diva{position:absolute;top: 50%;right: 0;transform: translateY(-50%);}
.pinpai2 .tit .diva a{display:inline-block;padding:10px 20px;margin-left:10px;border-radius:10px;text-align:center;border:1px solid #ddd;}
.pinpai2 .tit .diva a.active{color:#fff;background:#B51C2F;border:1px solid #B51C2F;}
.pinpai2 .cont .li{width:100%;position:relative;height:0;overflow:hidden;}
.pinpai2 .cont .li.active{height:auto;overflow:unset;}
.pinpai2 .swiper{overflow:unset;}
.pinpai2 .swiper-slide{transform-origin: 100% 0; /* 缩放从左上角开始 */transform: scale(1);opacity:0;}
.pinpai2 .swiper-slide.swiper-slide-next{opacity:1;}
.pinpai2 .swiper-slide.swiper-slide-active{opacity:1;transform-origin: 0 0; /* 缩放从左上角开始 */transform: scale(1.15);}
.pinpai2 .swiper-slide .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;}
.pinpai2 .swiper-slide .a1 .img{position:relative;overflow:hidden;}
.pinpai2 .swiper-slide .a1 .img img{float:left;border-radius:20px;}

.pinpai2 .kz{width:170px;position:absolute;right:15%;bottom:0;}
.pinpai2 .swiper-button-next,.pinpai2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.pinpai2 .swiper-button-next:hover,.pinpai2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}


.pinpai3{position:relative;overflow:hidden;width:80%;margin:0 auto;background:url("../images/zhe_pinpai.png") no-repeat center center;background-size:contain;min-height:682px;display:flex;align-items: center;}
.pinpai3 .left{width:40%;padding-bottom:10%;}
.pinpai3 .tit {width:100%;padding:0 0 25% 10%;}
.pinpai3 .tit h2{font-size:3.5rem;}
.pinpai3 .left .im{border-radius:20px;}
.pinpai3 .right{width:60%;padding:0 5% 0 7%;position:relative;height:100%;}
.pinpai3 .right .top{padding-bottom:30%;}
.pinpai3 .right .top .pinpai3_icond{width:100%;margin-bottom:20px;height:120px;}
.pinpai3 .right .top .pinpai3_icond{border-bottom:1px solid #e8e8e8;}
.pinpai3 .right .top .pinpai3_icond:last-child{border-bottom:0;}
.pinpai3 .right .top .pinpai3_icond .im{float:left;display:flex;justify-content: center;align-items: center;flex-direction: column;width:6.25rem;height:6.25rem;background:#FBF3F4;padding:20px;margin-right:10px;border-radius:10px;}
.pinpai3 .right .top .pinpai3_icond .zi{float:left;width:calc(100% - 110px);}
.pinpai3 .right .top .pinpai3_icond .zi .p1{font-weight:bold;font-size:1.625rem;line-height:4rem;color:#000;}
.pinpai3 .right .top .pinpai3_icond .zi .p2{font-size:1.25rem;line-height:2rem;color:#333;}
.pinpai3 .right .top .pinpai3_icond .zi .p2 span{width:50%;float:left;line-height:2.125rem;}
.pinpai3 .bot{position:absolute;right:5%;bottom:10%;text-align:right;}
.pinpai3 .bot h3{color:#B51C2F;font-size:2.375rem;}
.pinpai3 .bot h1{color:#B51C2F;font-size:8.625rem;}


.pinpai4{width:100%;padding:40px 10%;position:relative;margin-top:40px;}
.pinpai4 .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.pinpai4 .tit h2{font-size:3.5rem;}
/* 时间线样式 */
.timeline {position: relative;padding-left: 60px;}
/* 中间的竖线 */
.timeline::before {content: '';position: absolute;left: 30px;top: 0;bottom: 0;width: 3px;background: #B51C2F;}
/* 时间线项目 */
.timeline-item {position: relative;margin-bottom: 60px;display: flex;align-items: center;}
.timeline-item.hidden {display: none;}
/* 节点圆圈 */
.timeline-node {position: absolute;left: -38px;top:20%;width: 20px;height: 20px;border-radius: 50%;background-color: #fff;border: 3px solid #B51C2F;z-index: 10;}
/* 内容卡片 */
.timeline-content {flex: 1;background-color: #fff;overflow: hidden;display: flex;align-items: center;min-height: 180px;}
/* 奇数项：文字在左，图片在右 */
.timeline-item:nth-child(odd) .text-section {order: 1;padding: 25px 30px 25px 25px;}
.timeline-item:nth-child(odd) .image-section {order: 2;}
/* 偶数项：图片在左，文字在右 */
.timeline-item:nth-child(even) .text-section {order: 2;padding: 25px 25px 25px 30px;}
.timeline-item:nth-child(even) .image-section {order: 1;}
/* 文字区域 */
.text-section {flex: 1;}
.year {font-size: 4.375rem;font-weight: 700;color: #B51C2F;margin-bottom: 12px;}
.description {font-size: 1.125rem;color: #555;line-height: 1.875rem;}
.description p {margin-bottom: 5px;}
/* 图片区域 */
.image-section {flex: 1;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.timeline-img {width: 90%;object-fit: cover;border-radius: 15px;}
/* 加载更多按钮区域 */
.load-more-container {text-align: center;margin: 50px 0 30px;padding-top: 20px;}
.load-more-btn {background: #B51C2F;color: white;border: none;padding: 12px 35px;font-size: 1.5rem;border-radius: 4px;cursor: pointer;transition: background 0.3s;}
.load-more-btn:hover {background: #2980b9;}
.no-more-items {color: #666;font-size: 1.5rem;padding: 10px;}


.pinpai5{width:100%;position:relative;overflow:hidden;padding:0 10%;margin-top:40px;}
.pinpai5 .p5left{width:45%;position:absolute;padding-right:10%;top: 50%;left: 50%;transform: translate(-95%, -50%);}
.pinpai5 .p5left h2{color:#000;font-size:3.5rem;line-height:62px;height:62px;position:relative;overflow:hidden;}
.pinpai5 .p5left .cont{position:relative;max-height:calc(100% - 70px - 3rem);overflow-y:auto;margin-top:3rem;}
.pinpai5 .p5left .cont .li{position:relative;overflow:hidden;width:49%;display:inline-block;float:left;background:#F8F8F8;margin-bottom:1rem;padding:0.6rem 1rem 0.6rem 0;}
.pinpai5 .p5left .cont .li:nth-child(2n){float:right;}
.pinpai5 .p5left .cont .li a{font-size:1rem;line-height:1rem;height:1rem;position:relative;overflow:hidden;padding-left:1.5rem}
.pinpai5 .p5left .cont .li a::before {
  content: ""; /* 必须声明 content */
  position: absolute;
  left: 0.5rem;      /* 贴紧 a 标签左侧 */
  top: 50%;     /* 垂直居中起点 */
  transform: translateY(-50%); /* 精确垂直居中 */
  width: 0.5rem;   /* 圆点大小 */
  height: 0.5rem;
  background-color: #666; /* 圆点颜色 */
  border-radius: 50%; /* 圆形 */
}
.pinpai5 .p5left .cont .li a:hover{color:#B51C2F;font-weight:600;}
.pinpai5 .p5left .cont .li a:hover::before{background-color:#B51C2F}

.pinpai5 .p5right{width:55%;float:right;position:relative;}
.pinpai5 .p5right .center-point{width:77%;height:77%;filter:none;}
.pinpai5 .p5right .center-point ul{position:absolute;width:100%;height:100%;top:0;left:0;}
.pinpai5 .p5right .center-point ul li{position:absolute;display:flex;align-items: center;cursor:pointer;}
.pinpai5 .p5right .center-point ul li .ppp{height:1.25rem;line-height:1.25rem;color:#333;margin-left:0.4rem;font-size:1rem;}
.pinpai5 .p5right .center-point ul li .gray-circle-pseudo{display:inline-block;}
.pinpai5 .p5right .center-point ul li .red-circle-pseudo{display:none;}
.pinpai5 .p5right .center-point ul li.active .gray-circle-pseudo{display:none;}
.pinpai5 .p5right .center-point ul li.active .red-circle-pseudo{display:inline-block;}
.pinpai5 .p5right .center-point ul li.active .ppp{color:#B51C2F;}
/* 方法2：伪元素实现的灰色圆 */
.gray-circle-pseudo {position: relative;width: 1.25rem;height: 1.25rem;border-radius: 50%;border: 1px solid #666;box-sizing: border-box;}
.gray-circle-pseudo::before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 5px;height: 5px;border-radius: 50%;background-color: #999;z-index: 3;}
.gray-circle-pseudo::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 30px;height: 30px;border-radius: 50%;background-color: transparent;border: 10px solid transparent;z-index: 2;}
/* 方法2：伪元素实现的红色圆 */
.red-circle-pseudo {position: relative;width: 1.25rem;height: 1.25rem;border-radius: 50%;border: 1px solid #B51C2F;box-sizing: border-box;box-shadow: 0 0 0 0.2rem rgba(181, 28, 47, 0.3);}
.red-circle-pseudo::before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 5px;height: 5px;border-radius: 50%;background-color: #B51C2F;z-index: 3;}
.red-circle-pseudo::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 30px;height: 30px;border-radius: 50%;background-color: transparent;border: 5px solid transparent;z-index: 2;}


.newssearch{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.newssearch .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.newssearch .tit h2{font-size:3.5rem;}
.newssearch .tit .search{position:absolute;top: 50%;right: 0;transform: translateY(-50%);}
.newssearch .form                 {position:relative;overflow:hidden;}
.newssearch .search input         {width: 256px;height: 36px;border:1px solid #d9d9d9;padding-left: 10px;color: #9C9C9C;float:left;border-radius:5px;}
.newssearch .search input:focus   {outline: none;border-color:#B51C2F !important;}
.newssearch .search button        {width: auto;height: 36px;border: none;background-color: #fff;position: relative;cursor:pointer;display:flex;line-height: 36px;align-items: center;background:#B51C2F;color:#fff;padding:0 10px;border-radius:5px;}
.newssearch .search button img{width:20px;}


.news1{position:relative;width:80%;margin:0 auto;margin-top:0px;}
.news1 .cont{width:100%;margin-top:20px;padding-bottom:5%;position:relative;}
.news1 .cont::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%; /* 控制边框长度 */
  height: 2px;
  background-color: #000;
}
.news1 .cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%; /* 控制边框长度 */
  height: 2px;
  background-color: #B51C2F;
}
.news1 .swiper-slide{display:flex;align-items: center;}
.news1 .swiper-slide.news01 .left{width:45%;padding-right:4%;}
.news1 .swiper-slide.news02 .left{width:45%;}

.news1 .swiper-slide.news01  .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;display:flex;align-items: center;border-bottom:1px solid #E1DFDF;padding:2% 0;}
.news1 .swiper-slide.news01 .a1:last-child{border:none;padding-bottom:0;}
.news1 .swiper-slide.news01 .a1 .lnei{width:43%;position:relative;}
.news1 .swiper-slide.news01 .a1 .rnei{width:57%;padding-left:5%;position:relative;}
.news1 .swiper-slide.news01 .a1 .img{
	width:100%;height:auto;border-radius:15px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.news1 .swiper-slide.news01 .a1 .img img{float:left;}
.news1 .swiper-slide.news01 .a1 .time{width:100%;color:#B51C2F;font-size:1rem;line-height:25px;margin-top:1%;}
.news1 .swiper-slide.news01 .a1 .time span{display:inline-block;}
.news1 .swiper-slide.news01 .a1 p{width:100%;color:#000;font-size:1.25rem;line-height:25px;margin-top:4%;}
.news1 .swiper-slide.news01 .a1 .tag{width:100%;color:#B51C2F;font-size:0.875rem;line-height:20px;margin-top:4%;}
.news1 .swiper-slide.news01 .a1 .tag span{text-align:center;display:inline-block;margin-right:5px;padding:3px 6px;background:#F7E8EA;border-radius:4px;}
.news1 .swiper-slide.news01 .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.news1 .swiper-slide.news01 .a1:hover .a2{display:block;background:#B51C2F;}
.news1 .swiper-slide.news01 .a1:hover .img{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}

.news1 .swiper-slide.news02 .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;display:flex;align-items: center;padding:2% 0;}
.news1 .swiper-slide.news02 .a1:last-child{border:none;padding-bottom:0;}
.news1 .swiper-slide.news02 .a1:nth-child(2){margin-top: -8%;}
.news1 .swiper-slide.news02 .a1 .lnei{width:35%;position:relative;}
.news1 .swiper-slide.news02 .a1 .rnei{width:65%;padding-left:5%;position:relative;}
.news1 .swiper-slide.news02 .a1 .img{
	width:100%;height:auto;border-radius:15px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.news1 .swiper-slide.news02 .a1 .img img{float:left;}
.news1 .swiper-slide.news02 .a1 .time{width:100%;color:#B51C2F;font-size:1rem;line-height:25px;margin-top:5%;}
.news1 .swiper-slide.news02 .a1 .time span{display:inline-block;}
.news1 .swiper-slide.news02 .a1 p{width:100%;color:#000;font-size:1.25rem;line-height:25px;margin-top:0;}
.news1 .swiper-slide.news02 .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.news1 .swiper-slide.news02 .a1:hover .a2{display:block;background:#B51C2F;}
.news1 .swiper-slide.news02 .a1:hover .img{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}
.news1 .swiper-slide.news02 .ada{width:100%;position:relative;}
.news1 .swiper-slide.news02 .ada .im{position:relative;}
.news1 .swiper-slide.news02 .ada .im img{width:100%;float:left;}
.news1 .swiper-slide.news02 .ada .time{position:absolute;right:1.25rem;bottom:1.25rem;width:40%;padding:1.25rem 1.875rem;background:#fff;border-radius:10px;font-weight:500;color:#000;font-size:1.5rem;}
.news1 .swiper-slide.news02 .ada .time span{line-height:2rem;height:4rem;position:relative;overflow:hidden;display: inline-block;}

.news1 .swiper-slide.news01 .right{width:55%;position:relative;}
.news1 .swiper-slide.news02 .right{width:55%;position:relative;padding-right:2%;}
.news1 .swiper-slide .right a{width:100%;position:relative;border-radius:1.25rem;}
.news1 .swiper-slide .right a img{border-radius:1.25rem;}
.news1 .swiper-slide .right a p{position:absolute;left:1.25rem;bottom:1.25rem;width:45%;padding:1.25rem 1.875rem;background:#fff;border-radius:10px;font-weight:500;color:#000;font-size:1.5rem;}
.news1 .kz{width:170px;position:absolute;bottom:6%;right:0;z-index:99;}
.news1 .swiper-button-next,.news1 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.news1 .swiper-button-next:hover,.news1 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}
.news1 .swiper-slide {opacity: 0;}
.news1 .swiper-slide.swiper-slide-active {opacity: 1;}

.news2{position:relative;width:80%;margin:0 auto;margin-top:80px;}
.news2 .cont{width:100%;margin-top:20px;padding-bottom:5%;position:relative;}
.news2 .cont::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%; 
  height: 2px;
  background-color: #000;
}
.news2 .cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #B51C2F;
}
.news2 .swiper-slide{display:flex;align-items: center;}
.news2 .swiper-slide .left{width:45%;}

.news2 .swiper-slide .a1{width:100%;height:auto;position:relative;overflow:hidden;display:inline-block;display:flex;align-items: center;padding:2% 0;}
.news2 .swiper-slide .a1:last-child{border:none;padding-bottom:0;}
.news2 .swiper-slide .a1:nth-child(2){margin-top: -8%;}
.news2 .swiper-slide .a1 .lnei{width:35%;position:relative;}
.news2 .swiper-slide .a1 .rnei{width:65%;padding-left:5%;position:relative;}
.news2 .swiper-slide .a1 .img{
	width:100%;height:auto;border-radius:15px;position:relative;overflow:hidden;
	/* 初始状态 - 完整矩形 */
	clip-path: polygon(
		0 0,           /* 左上角 */
		100% 0,
		100% 0,
		100% 0,        /* 右上角 */
		100% 100%,     /* 右下角 */
		0 100%         /* 左下角 */
	);
	transition: all 0.4s ease;
	
}
.news2 .swiper-slide .a1 .img img{float:left;}
.news2 .swiper-slide .a1 .time{width:100%;color:#B51C2F;font-size:1rem;line-height:25px;margin-top:5%;}
.news2 .swiper-slide .a1 .time span{display:inline-block;}
.news2 .swiper-slide .a1 p{width:100%;color:#000;font-size:1.5rem;line-height:25px;margin-top:0;}
.news2 .swiper-slide .a2{width:30px;height:30px;position:absolute;right:0;top:0;border-radius:10px;display:none;}
.news2 .swiper-slide .a1:hover .a2{display:block;background:#B51C2F;}
.news2 .swiper-slide .a1:hover .img{
	clip-path: polygon(
		0 0,                    /* 左上角 */
		calc(100% - 35px) 0,    /* 右上角向左移动50px */
		calc(100% - 35px) 35px, /* 向下移动50px形成正方形右上角 */
		100% 35px,              /* 向右移动50px形成正方形右下角 */
		100% 100%,              /* 右下角 */
		0 100%                  /* 左下角 */
	);
}
.news2 .swiper-slide .ada{width:100%;position:relative;}
.news2 .swiper-slide .ada .im{position:relative;}
.news2 .swiper-slide .ada .im img{width:100%;float:left;}
.news2 .swiper-slide .ada .time{position:absolute;right:2%;bottom:5%;width:40%;padding:2% 3%;background:#fff;border-radius:10px;font-weight:bold;color:#000;}
.news2 .swiper-slide .right{width:55%;position:relative;padding-right:2%;}
.news2 .swiper-slide .right a{width:100%;position:relative;border-radius:20px;}
.news2 .swiper-slide .right a p{position:absolute;left:2%;bottom:5%;width:45%;padding:2% 3%;background:#fff;border-radius:10px;font-weight:bold;color:#000;}
.news2 .kz{width:170px;position:absolute;bottom:6%;right:0;z-index:99;}
.news2 .swiper-button-next,.news2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.news2 .swiper-button-next:hover,.news2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}


.newscont{position:relative;overflow: hidden;width:80%;margin:0 auto;margin-top:40px;}
.newscont .left{width:74.5%;float:left;position:relative;padding:30px 3%;background:#F7F7F7;border-radius:20px;}
.newscont .left .cont_head{width:100%;position:relative;overflow: hidden;padding-bottom:30px;border-bottom:1px solid #ddd;}
.newscont .left .cont_head h3{color:#000;font-size:2rem;line-height:50px;position:relative;overflow:hidden;}
.newscont .left .cont_head .content_time span{color:#B51C2F;font-size:1rem;}
.newscont .left .cont1{width:100%;position:relative;overflow: hidden;padding:30px 0;}
.newscont .left .cont1 h3{font-size:1.25rem;line-height:30px;margin:20px 0;}
.newscont .left .cont1 p{font-size:1rem;line-height:25px;margin:20px 0;}
.newscont .left .cont1 img{max-width:100%;}
.newscont .left .cont2{border-bottom:1px solid #ddd;}
.newscont .left .cont2 h3{font-size:1.25rem;line-height:30px;margin:20px 0;}
.newscont .left .cont2 p{font-size:1rem;line-height:25px;margin:20px 0;}
.newscont .left .cont2 img{max-width:100%;}
.newscont .left .tuijian{width:100%;position:relative;overflow: hidden;margin-bottom:1rem;}
.newscont .left .tuijian .tjcont{width:100%;position:relative;overflow: hidden;padding:15px;display:flex;align-items: center;border:1px solid #ddd;border-radius:15px;}
.newscont .left .tuijian .tjcont .lnei{width:30%;margin-right:15px;}
.newscont .left .tuijian .tjcont .rnei{width:calc(70% - 30px);}
.newscont .left .tuijian .tjcont .rnei h3{font-size:1.5rem;color:#000;}
.newscont .left .tuijian .tjcont .rnei p{font-size:1rem;line-height:25px;height:50px;position:relative;overflow:hidden;}
.newscont .left .tuijian .tjcont .rnei .tag{width:100%;color:#B51C2F;font-size:0.875rem;line-height:20px;margin-top:4%;}
.newscont .left .tuijian .tjcont .rnei .tag span{text-align:center;display:inline-block;margin-right:5px;padding:3px 6px;background:#F7E8EA;border-radius:4px;}
.newscont .left .prenext{width:100%;position:relative;overflow: hidden;display:flex;align-items: center;margin-top:30px;}
.newscont .left .prenext .prenextl{width:calc(100% - 120px);}
.newscont .left .prenext .prenextl a{display:block;line-height:30px;}
.newscont .left .prenext .prenextr{width:110px;}
.newscont .left .prenext .prenextr .publicmorebai{margin-top:0;}
.newscont .right{width:24%;float:right;position:relative;}
.newscont .right .r1{width:100%;position:relative;padding:30px 5%;background:#F7F7F7;border-radius:20px;margin-bottom:30px;}
.newscont .right .r1 h2{font-size:1.875rem;line-height:50px;color:#000;margin-bottom:20px;}
.newscont .right .r1 a{width:100%;display:block;position:relative;background:url("../images/jiantou_you.png") no-repeat center right;height:50px;line-height:50px;border-top:1px solid #ddd;font-size:1.125rem;color:#222;}
.newscont .right .r1 a:hover{background:url("../images/jiantou_you_red.png") no-repeat center right;border-top:1px solid #B51C2F;}
.newscont .right .r2{width:100%;position:relative;padding:30px 5%;background:#F7F7F7;border-radius:20px;margin-bottom:30px;}
.newscont .right .r2 h2{font-size:1.875rem;color:#000;margin-bottom:20px;}
.newscont .right .r2 a{width:100%;display:block;position:relative;margin-bottom:20px;}
.newscont .right .r2 a img{width:100%;margin-bottom:20px;}
.newscont .right .r2 a .p1{margin-bottom:20px;}
.newscont .right .r2 a .p1 span{font-size:1rem;color:#B51C2F;margin-right:5px;}
.newscont .right .r2 a .p2{font-size:1.125rem;height: 3rem;overflow: hidden;line-height: 1.5rem;}
.newscont .right .r3{width:100%;position:relative;padding:30px 5%;background:#B51C2F;border-radius:20px;margin-bottom:30px;}
.newscont .right .r3 h2{font-size:1.875rem;color:#fff}
.newscont .right .r3 h3{font-size:1.125rem;color:#fff}
.newscont .right .r3 .publicmoretel {padding:5px 10px 5px 5px;}
.newscont .right .r3 .publicmoretel .pubimg{background:#fff;}
.newscont .right .r3 .publicmoretel span{color:#B51C2F;}


.contact1{position:relative;width:100%;padding:0 10%;margin-top:40px;}
.contact1 .tit {width: 100%;overflow: hidden;z-index: 99;position: relative;margin-bottom:40px;}
.contact1 .tit h2{font-size:3.5rem;}
.contact1 .tit .diva{position:absolute;top: 50%;right: 0;transform: translateY(-50%);}
.contact1 .tit .diva a{display:inline-block;padding:10px 20px;margin-left:10px;border-radius:10px;text-align:center;border:1px solid #ddd;}
.contact1 .tit .diva a.active{color:#fff;background:#B51C2F;border:1px solid #B51C2F;}
.contact1 .cont{width:100%;position:relative;}
.contact1 .cont .li{width:100%;position:relative;display:none;}
.contact1 .cont .li .left{width:54%;position:relative;overflow:hidden;border-radius:20px;}
.contact1 .cont .li .left img{width:100%;}
.contact1 .cont .li .right{width:46%;padding-left:3%;position:relative;}
.contact1 .cont .li.active{display:flex;align-items: center;}
.contact1 .cont .li{position:relative;}
.contact1 .cont .li .right h3 {color: #000;font-size: 2.25rem;line-height: 40px;margin-bottom:6%;}
.contact1 .pinpai3_icond{width:100%;margin-bottom:5%;height:4.375rem;}
.contact1 .pinpai3_icond:last-child{border-bottom:0;}
.contact1 .pinpai3_icond .im{float:left;display:flex;justify-content:center;align-items:center;flex-direction:column;width:4.375rem;height:4.375rem;padding:15px;margin-right:10px;border-radius:50%;border:1px solid #ddd;}
.contact1 .pinpai3_icond .zi{float:left;width:calc(100% - 80px);}
.contact1 .pinpai3_icond .zi .p1{font-weight:bold;font-size:1.125rem;line-height:2.125rem;color:#000;}
.contact1 .pinpai3_icond .zi .p2{font-size:1rem;line-height:2.125rem;color:#333;}
.contact1 .cont .li .right .publicmorebai{margin-top:7%;}

.contact2{position:relative;width:96%;padding:4% 8%;margin:40px auto 0;background:#F7F7F7;border-radius:20px;display:flex;align-items:center;}
.contact2 .left{width:32%;position:relative;}
.contact2 .left:before{content: '';
  position: absolute;
  top: 4%;
  right: 0;
  width: 2px; /* 控制边框长度 */
  height: 92%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 100%);}
.contact2 .left h2{font-size:3.5rem;}
.contact2 .left .pp{font-size:1.25rem;line-height:25px;margin:20px 0 0;color:#222;}
.contact2 .right{width:68%;position:relative;padding:0 5%;}
.contact2 .right h3{font-size:1.375rem;}
.contact2 .right .icons-container{gap:2%;margin-top:10%;}
.contact2 .right .icons-container .icon-item{width:15%;}
.contact2 .right .icons-container .icon{width:100px;height:100px;background: #fff;}
.contact2 .right .icons-container .icon-img {width: 40px;height: 40px;transition: filter 0.3s ease;}
.contact2 .right .icons-container p{font-size:1rem;margin-top:10px;}
.contact2 .right .icons-container .icon:hover {box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);}
.contact2 .right .icons-container .icon:hover .icon-img {filter: none;}

.gongying{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.gongying .tit{width:100%;}
.gongying .tit h2{font-size:3.5rem;line-height:60px;}
.gongying .tit p.pp{font-size:1.125rem;line-height:20px;margin:20px 0;}
.gongying .cont{width:100%;position:relative;display:flex;background:#F7F7F7}
.upload-container {width: 100%;background-color: white;border-radius: 8px;border: 1px solid #e0e0e0;padding: 10px;text-align: center;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}
.upload-icon {width: 48px;height: 48px;margin: 0 auto 20px;background-color: #f5f5f5;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #757575;border: 1px dashed #bdbdbd;}
.upload-icon img {width: 24px;height: 24px;}
.upload-text {font-size: 1rem;color: #616161;margin-bottom: 20px;line-height: 1.5;}
.upload-button {display: inline-block;background-color: #1976d2;color: white;border: none;padding: 8px 24px;font-size: 1rem;border-radius: 4px;cursor: pointer;transition: background-color 0.2s;font-weight: 500;}
.upload-button:hover {background-color: #1565c0;}
.upload-button:active {background-color: #0d47a1;}
.file-input {display: none;}
.file-info {margin-top: 20px;padding: 15px;background-color: #f5f5f5;border-radius: 4px;display: none;}
.file-info.show {display: block;}
.file-name {font-size: 1rem;color: #424242;margin-bottom: 5px;word-break: break-all;}
.file-size {font-size: 0.875rem;color: #757575;}
.remove-file {color: #f44336;cursor: pointer;font-size: 0.875rem;margin-top: 8px;display: inline-block;}
.remove-file:hover {text-decoration: underline;}
.supported-formats {margin-top: 15px;font-size: 0.875rem;color: #9e9e9e;}


.zhaopin{width:100%;padding:40px 10%;position:relative;margin-top:40px;}
.zhaopin .tit {width: 100%;padding: 0 20%;overflow: hidden;text-align: center;z-index: 99;position: relative;margin-bottom:40px;}
.zhaopin .tit h2{font-size:3.5rem;}
.zhaopin .cont .form {position:relative;overflow:hidden;}
.zhaopin .cont .form select{width: calc((55% - 90px) /2);padding: 10.5px 45px 10.5px 16px;border:1px solid #d9d9d9;border-radius: 5px;font-size: 1rem;color: #333;background-color: white;transition: all 0.3s ease;appearance: none;outline: none;float:left;margin-right:10px;}
.zhaopin .cont .form select {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
}
.zhaopin .cont .form select:focus {outline: none;border-color:#B51C2F !important;}
.zhaopin .cont .search input         {width: 45%;height: 36px;border:1px solid #d9d9d9;padding-left: 10px;color: #9C9C9C;float:left;border-radius:5px;}
.zhaopin .cont .search input:focus   {outline: none;border-color:#B51C2F !important;}
.zhaopin .cont .search button        {width: 70px;height: 36px;border: none;background-color: #fff;position: relative;cursor:pointer;display:flex;line-height: 36px;align-items: center;background:#B51C2F;color:#fff;padding:0 10px;border-radius:5px;float:left;}
.zhaopin .cont .search button img{width:20px;}
.zhaopin .contlist{width:100%;position:relative;overflow:hidden;border-radius:20px;margin-top:30px;}
.zhaopin .contlist table {border-collapse: collapse;width: 100%;margin-bottom: 20px;font-family: Arial, sans-serif;border: 1px solid #ddd;}
.zhaopin .contlist th{padding: 12px 15px;text-align: center;background-color: #B51C2F;color: white;font-weight: bold;font-size:1.25rem;}
.zhaopin .contlist td {border-left: 1px solid #ddd;border-right: 1px solid #ddd;padding: 18px 10px;text-align: center;font-size:1.125rem;}
.zhaopin .contlist tr:nth-child(2n) td{padding:0;}
.zhaopin .contlist tr:nth-child(4n-1) {background-color: #F7F7F7;}
.zhaopin .contlist tr.active {background-color: #F1E8E8;}
.zhaopin .contlist tr.active td {color: #B51C2F;}
.zhaopin .contlist .dropdown {display: none;background-color: #F7F7F7;padding: 20px 5%;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;width: 100%;box-sizing: border-box;text-align:left;}
.zhaopin .contlist tr .btnkai {cursor: pointer;color: #000;font-weight: 500;transition: color 0.2s;}
.zhaopin .contlist tr .btnkai span{padding-right:26px;background:url("../images/zhao_jia.png") no-repeat right center;background-size:20px;}
.zhaopin .contlist tr.active .btnkai span{background:url("../images/zhao_jian.png") no-repeat right center;background-size:20px;}
.zhaopin .contlist .dropdown h3 {color: #343a40;margin-top: 0;margin-bottom: 15px;padding-bottom: 8px;border-bottom: 2px solid #e9ecef;font-size:1.375rem}
.zhaopin .contlist .dropdown p {margin: 8px 0;color: #495057;line-height: 1.6;font-size:1rem}
.zhaopin .contlist .dropdown button {background-color: #28a745;color: white;border: none;padding: 10px 20px;border-radius: 4px;cursor: pointer;font-size: 14px;margin-top: 15px;transition: background-color 0.2s;}
.zhaopin .contlist .dropdown button:hover {background-color: #218838;}

.modal-overlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.65);display: none;justify-content: center;align-items: center;z-index: 1000;animation: fadeInOverlay 0.3s ease-out;}
@keyframes fadeInOverlay {from { opacity: 0; }to { opacity: 1; }}
.modal {background-color: white;border-radius: 16px;width: 95%;max-width: 420px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);overflow: hidden;margin:5% auto;animation: slideUp 0.4s ease-out;}
@keyframes slideUp {from { opacity: 0; transform: translateY(40px); }to { opacity: 1; transform: translateY(0); }}
.modal-header {padding: 15px 20px;display: flex;justify-content: center;align-items: center;position:relative;}
.modal-header .tit {width: 100%;padding: 0 25%;overflow: hidden;text-align: center;z-index: 99;position: relative;}
.modal-header .tit h2{font-size: 36px;}
.modal-title {font-size: 23px;font-weight: 600;}
.close-btn {position:absolute;right:20px;top:20px;width:40px;height:40px;background: none;border: none;color: white;cursor: pointer;line-height: 1;transition: opacity 0.3s;background:url("../images/close.png") no-repeat center;background-size:40px;z-index:999;}
.close-btn:hover {opacity: 0.8;}
.modal-body {padding: 0 20px 20px;text-align:center;}
.form-group {margin-bottom: 10px;text-align:left;}
.form-label {display: block;margin-bottom: 8px;font-weight: 500;color: #334155;}
.form-group textarea{width: 100%;padding: 12px 18px;border: 1px solid #ddd;border-radius: 4px;box-sizing: border-box;font-size: 1rem;transition: border-color 0.3s;}
.required::after {content: "*";color: #ef4444;margin-left: 4px;}
.form-input {width: 100%;padding: 12px 18px;border: 1px solid #ddd;border-radius: 5px;font-size: 16px;transition: all 0.3s;}
.form-input:focus {outline: none;border-color: #B51C2F;}

.seo1{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.seo1 .top{width:100%;position:relative;overflow:hidden;border-bottom:1px solid #ddd;}
.seo1 .top h2{font-size:3.5rem;}
.seo1 .top span{font-size:1.125rem;color:#B51C2F;display:inline-block;margin-right:10px;line-height:40px;}
.seo1 .cont{width:100%;position:relative;overflow:hidden;padding:20px 0;}
.seo1 .cont p{font-size:1rem;line-height:25px;}


.seo2{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.seo2 .tit{width:100%;}
.seo2 .tit h2{font-size:3.5rem;line-height:60px;}
.seo2 .cont{width:100%;margin-top:20px;}
.seo2 .swiper-slide .a1{width:calc((100% - 60px) / 4);height:auto;position:relative;overflow:hidden;display:inline-block;margin-right:20px;margin-bottom:20px;float:left;}
.seo2 .swiper-slide .a1:nth-child(4n){margin-right:0;}
.seo2 .swiper-slide .a1 .img{position:relative;overflow:hidden;border-radius:10px;}
.seo2 .swiper-slide .a1 .img img{float:left;width:100%;}
.seo2 .swiper-slide .a1 .zi{width:100%;position:relative;}
.seo2 .swiper-slide .a1 .zi h2{color:#000;font-size:1.5rem;line-height:40px;font-weight: 300;height:40px;overflow:hidden;}
.seo2 .swiper-slide .a1 .zi p{color:#000;font-size:1rem;line-height:25px;height:25px;position:relative;overflow:hidden;}

.seo2 .kz{width:170px;position:absolute;right:0;top:6%;}
.seo2 .swiper-button-next,.seo2 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.seo2 .swiper-button-next:hover,.seo2 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}

.seo3{position:relative;overflow:hidden;width:80%;margin:0 auto;margin-top:40px;}
.seo3 .tit{width:100%;}
.seo3 .tit h2{font-size:3.5rem;line-height:60px;}
.seo3 .cont{width:100%;margin-top:20px;}
.seo3 .swiper-slide{background:#F7F7F7;border-radius:20px;padding:30px;}
.seo3 .swiper-slide .a1{width:100%;position:relative;overflow:hidden;display:inline-block;line-height:50px;border-bottom:1px solid #ddd;padding-left:20px;}
.seo3 .swiper-slide .a1::before {content: "";
	position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 50%; 
    transform: translateY(-50%); 
    background-color: rgba(34, 34, 34, 0.2);
    transition: all 0.3s ease;
    z-index: 10;
}
.seo3 .swiper-slide .a1:hover::before {
    background-color: #B51C2F;
}
.seo3 .swiper-slide .a1:hover{border-bottom:1px solid #B51C2F;}
.seo3 .swiper-slide .a1:hover p{color:#B51C2F;}
.seo3 .swiper-slide .a1:last-child{border-bottom:0;}
.seo3 .swiper-slide .a1 p{font-size:1.125rem;color:#222;float:left;width:calc(100% - 90px);height:50px;position:relative;overflow:hidden;}
.seo3 .swiper-slide .a1 span{font-size:1rem;color:#999;float:right;}
.seo3 .kz{width:170px;position:absolute;right:0;top:6%;}
.seo3 .swiper-button-next,.seo3 .swiper-button-prev{/*color:#33998C;*/width:40px;height:40px;background: rgba(255, 255, 255, 0.3);transform: scale(0.3);padding:50px;border: 2px solid #666;border-radius: 10px;z-index:5;}
.seo3 .swiper-button-next:hover,.seo3 .swiper-button-prev:hover{background:rgba(181,28,47,0.8);}


/*****播放按钮****************************************/
video{object-fit: fill;}
/* 遮罩层 */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.4);*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 0.3s ease;
	z-index: 2;
}

.video-container:hover .video-overlay {
	background: rgba(0, 0, 0, 0.5);
}

/* 播放按钮 */
.play-button {
	width: 8rem;
	height: 8rem;
	background: url("../images/video.png") no-repeat center center;
	background-size:100%;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, background 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.play-button:hover {
	transform: scale(1.1);
}
/* 弹出框样式 */
.modal-overlay {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: auto;
}

.modal-overlay.show {
	display: block;
}
.modal-overlay.active {
	display: flex;
	justify-content: center; 
	align-items: center;  
}

.modal-content {
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	max-width: 80%;
	max-height:95%;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	font-weight: bold;
	color: #aaa;
	cursor: pointer;
	z-index:99;
}

.modal-close:hover {
	color: #000;
}

.modal-video {
	width: 100%;
	display: block;
}


.pc                                   {display:inline-block;}
.pcding                               {display:block;}
.mob                                  {display:none;}

.bread            {width:80%;height:50px;line-height:50px;padding-left:18px;background:url("../images/mianbao.png") no-repeat left center;margin:0 auto;}
.bread .bread2    {height: 50px;line-height: 50px;font-size: 14px;color: #666;}
.bread .bread2 a  {color:#666;}
.bread .bread2 a:last-child{color:#000;}
/* 分页容器 */
.pages {margin-top: 20px;text-align: center;font-size: 0;margin-bottom: 20px;display: flex;align-items: center;justify-content: center;gap: 5px;}
/*.pages * {display: inline-block;font-size: 14px;}
.pages a, .pages b {padding: 9px 15px;border: 1px solid #e4eaec;background: #ffffff;text-align: center;color: #76838f;display: inline-block;width: auto;font-size: 14px;height: 38px;line-height:20px;margin:0 3px;border-radius:10px;}
.pages b {background: #B51C2F;border-color: #B51C2F;color: #ffffff;cursor: default;}
.pages .current {background: #B51C2F;border-color: #B51C2F;color: #ffffff;cursor: default;}
.pages a:last-child {border-right: 1px solid #e4eaec;}
.pages a.to_right  {border-right: 1px solid #e4eaec;}
.pages a.to_right_hui   {border-right: 1px solid #e4eaec;}
.pages a b {padding: 0;background: none;border-color: #fff;color:#76838f;}*/


/* 页码数字按钮 */
.page-num {display: inline-block;padding: 8px 14px;border: 1px solid #ddd;border-radius: 4px;color: #333;text-decoration: none;font-size: 14px;transition: all 0.3s ease;height: 36px;}

/* 当前页码高亮 */
.page-num.active {background-color: #d32f2f;color: white;border-color: #d32f2f;font-weight: bold;}
/* 页码悬停效果 */
.page-num:hover {border-color: #aaa;}
/* 上一页/下一页箭头 */
.page-prev,
.page-next {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
	height: 36px;
}

.page-prev:hover,
.page-next:hover {
    border-color: #aaa;
}

/* 禁用状态的箭头（第一页/最后一页时） */
.page-prev.disabled,
.page-next.disabled {
    color: #ccc;
    border-color: #eee;
    cursor: not-allowed;
    background-color: #fafafa;
}

/* 省略号样式 */
.page-dots {
    padding: 8px 5px;
    color: #999;
    font-size: 0.875rem;
    letter-spacing: 2px;
}




/*返回顶部*/
#toTop {width: 3rem;height: 3rem;background-color: #B51C2F;color: white;font-size: 14px;text-align: center;line-height: 3rem;border-radius: 50%;cursor: pointer;position: fixed;bottom: 3rem;right: 3rem;display: none;box-shadow: 0 2px 10px rgba(0,0,0,0.2);transition: all 0.3s ease;z-index: 999;}
/* 悬停效果 */
#toTop:hover {background-color: #B51C2F;transform: scale(1.1);box-shadow: 0 4px 15px rgba(0,0,0,0.3);}
/* 可选：添加箭头图标 */
#toTop::before {content: "↑";font-size: 1.5rem;font-weight: bold;}


/*搜索*/
.search_res                                                {width:1180px;margin:0 auto;position:relative;}
.search_res .whole_newsNav .bread                          {width:100%;height:50px;line-height:50px;border-bottom:1px solid #666666;padding-left:15px;background:url("../images/nei01.png") no-repeat left center;}
.search_res .whole_newsNav .bread .bread2                  {height: 50px;line-height: 50px;font-size: 16px;color: #666;}
.search_res .whole_newsNav .bread .bread2 a                {color:#666;}
.whole_search ul                         {float:left;}
.whole_search ul li                      {float: left;overflow: hidden;margin-right:10px; }
.whole_search input                      {-webkit-appearance:auto;}
.whole_search .select                    {float:left;}
.whole_search .select label input        {margin-right: 5px;}
.whole_btn                               {float:left;margin-left:10px;}
.whole_btn input[type='submit']          {padding: 0 5px;outline: 0 !important;}
.whole_btn input[type='submit']:focus    {background-color: #EFEFEF;border:1px solid #999 !important;}
.whole_search input[type='text']         {padding-left: 5px;box-sizing: border-box;outline: 0 !important;width:160px;}
.whole_search input[type='text']:focus   {border:1px solid #999 !important;border-radius: 3px;}
.whole_btn input[type='text'].keyboard   {margin-right: 10px;width: 240px;}
.whole_newsNav .whole_search             {width: 1180px;margin: 20px 0;display:block;font-size: 16px !important;color: #303030;}
.whole_newsNav .newsnav                  {border-bottom:0;}
.whole_newsNav                           {border-bottom:1px solid #d2d2d2;}
.search-jieguo                           {color: #666;margin: 20px 0;font-size: 16px;}
.search-jieguo strong                    {color: red;font-size:20px;font-weight:bold;}
.news_box li                             {padding: 20px 0;display: block;border-bottom: 1px dashed #d2d2d2;}
.news_box li a                           {display: block;}
.news_box a h3                           {font-size: 22px;color: #303030;font-weight: 600;}
.news_box a p                            {color: #666;font-size: 14px;margin: 15px 0;line-height: 30px;}
.news_box a i                            {color:#666 ;font-size: 14px;}


/*大于两行的显示省略号*/
.fuwucont1 .f1left h2                    {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.fuwucont1 .f5left h2                    {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.fuwucont2 .mm .mmn h3                   {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.newscont .left .tuijian .tjcont .rnei p {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.seo3 .swiper-slide .a1 p                {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}

@media screen and (min-width:1920px){
	.homebody {
		background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
		background-position:right calc(100% - 124.1%), center 90%;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100%, auto;
		background-color:#1B1B1B;
		background-origin: padding-box, padding-box;
	}
	.homebody.browser-firefox {
		background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
		background-position:right calc(100% - 124.1%), center 87%;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100%, auto;
		background-color:#1B1B1B;
		background-origin: padding-box, padding-box;
	}
	.homebody.browser-edge {
		background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
		background-position:right calc(100% - 126.8%), center 87%;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100%, auto;
		background-color:#1B1B1B;
		background-origin: padding-box, padding-box;
	}
	.homebody.browser-chrome {
		background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
		background-position:right calc(100% - 126.8%), center 87%;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100%, auto;
		background-color:#1B1B1B;
		background-origin: padding-box, padding-box;
	}
	.homebody.browser-360 {
		background-image:url("../images/homebk01.png"),url("../images/homebk02.png");
		background-position:right calc(100% - 126.8%), center 87%;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100%, auto;
		background-color:#1B1B1B;
		background-origin: padding-box, padding-box;
	}
	.clip-triangle .im1{margin-top:-9%;}
	.clip-triangle .im2{margin-top:-32%;}
	.sanjiao{width:29.4%;}
	.home1{max-width:1920px;max-height:1080px;margin:0 auto;}
	.home2 .h2left h2{color:#fff;font-size:3.5rem;line-height:62px;}
	.home3{min-height:1100px}
	.home3 .mokuai{min-height:820px;}
	.home3 .mm .mmn{width:340px;height:205px;}
	.home3 .mokuai3 .mmn{width:460px;height:275px;}
	.home3 .mm:hover .mmn h2{margin-top:6rem;}

	.home3 .mokuai7 .m1{left:16%;top:5%;}
	.home3 .mokuai7 .m2{right:16%;top:5%;}
	.home3 .mokuai7 .m3{left:8%;top:34%;}
	.home3 .mokuai7 .m4{right:8%;top:34%;}
	.home3 .mokuai7 .m5{bottom:12%;left:16%}
	.home3 .mokuai7 .m6{top:50%;left:50%;transform: translate(-50%, 85%);}
	.home3 .mokuai7 .m7{bottom:12%;right:16%}

	.home3 .mokuai6 .m1{left:16%;top:5%;}
	.home3 .mokuai6 .m2{right:16%;top:5%;}
	.home3 .mokuai6 .m3{left:8%;top:34%;}
	.home3 .mokuai6 .m4{right:8%;top:34%;}
	.home3 .mokuai6 .m5{bottom:12%;left:16%}
	.home3 .mokuai6 .m6{bottom:12%;right:16%}

	.home3 .mokuai5 .m1{left:17%;top:5%;}
	.home3 .mokuai5 .m2{right:17%;top:5%;}
	.home3 .mokuai5 .m3{bottom:35%;left:9%}
	.home3 .mokuai5 .m4{top:50%;left:50%;transform: translate(-50%, 85%);}
	.home3 .mokuai5 .m5{bottom:35%;right:9%}

	.home3 .mokuai4 .m1{left:17%;top:15%;}
	.home3 .mokuai4 .m2{right:17%;top:15%;}
	.home3 .mokuai4 .m3{bottom:15%;left:23%}
	.home3 .mokuai4 .m4{bottom:15%;right:23%}

	.home3 .mokuai3 .m1{left:10%;top:5%;}
	.home3 .mokuai3 .m2{right:10%;top:5%;}
	.home3 .mokuai3 .m3{top: 50%;left: 50%;transform: translate(-50%, 30%);}
	.footnei{min-height: 672px;}
	.footnei .bot{height: 80px;line-height:80px;}
	.footnei .link{bottom:80px;}
	.gycg4 .cont .tit{min-height:750px;}
	.gycg4 .cont .gycg4_d img{max-width:50px;}
	/*.gycg4 .cont .gycg4_d h1{font-size:58px;}
	.gycg4 .cont .gycg4_d h2{font-size:26px;}*/
	.jshe1 .cont{min-height:640px;}
	/*.jshe1 .cont .jshe1_d h1{font-size:28px;}
	.jshe1 .cont .jshe1_d h2{font-size:20px;}*/
	.jshec1 .jshec1left .jshe1tit .pp{line-height:25px;height:100px;margin:20px 0;}
	.jshec1 .jshec1left .jshec1_icon ul li{margin-bottom:20px;}
	.jshec1 .jshec1left .publicmorebaikuang{margin-top:40px;}
	.jshec2 .kz{bottom:8%;}
	.fuwuzh4{min-height:688px;}
	.pinpai3{min-height:946px;}
	/*.pinpai3 .bot h3{color:#B51C2F;font-size:30px;}
	.pinpai3 .bot h1{color:#B51C2F;font-size:100px;}*/

}
@media screen and (min-width: 1441px) and (max-width: 1919px) {
	.home3{min-height:1100px}
	.home3 .mokuai{min-height:820px;}
	.home3 .mm .mmn{width:340px;height:205px;}
	.home3 .mokuai3 .mmn{width:460px;height:275px;}
	.home3 .mm:hover .mmn h2{margin-top:6rem;}

	.home3 .mokuai7 .m1{left:16%;top:5%;}
	.home3 .mokuai7 .m2{right:16%;top:5%;}
	.home3 .mokuai7 .m3{left:8%;top:34%;}
	.home3 .mokuai7 .m4{right:8%;top:34%;}
	.home3 .mokuai7 .m5{bottom:12%;left:16%}
	.home3 .mokuai7 .m6{top:50%;left:50%;transform: translate(-50%, 85%);}
	.home3 .mokuai7 .m7{bottom:12%;right:16%}

	.home3 .mokuai6 .m1{left:16%;top:5%;}
	.home3 .mokuai6 .m2{right:16%;top:5%;}
	.home3 .mokuai6 .m3{left:8%;top:34%;}
	.home3 .mokuai6 .m4{right:8%;top:34%;}
	.home3 .mokuai6 .m5{bottom:12%;left:16%}
	.home3 .mokuai6 .m6{bottom:12%;right:16%}

	.home3 .mokuai5 .m1{left:17%;top:5%;}
	.home3 .mokuai5 .m2{right:17%;top:5%;}
	.home3 .mokuai5 .m3{bottom:35%;left:9%}
	.home3 .mokuai5 .m4{top:50%;left:50%;transform: translate(-50%, 85%);}
	.home3 .mokuai5 .m5{bottom:35%;right:9%}

	.home3 .mokuai4 .m1{left:17%;top:15%;}
	.home3 .mokuai4 .m2{right:17%;top:15%;}
	.home3 .mokuai4 .m3{bottom:15%;left:23%}
	.home3 .mokuai4 .m4{bottom:15%;right:23%}

	.home3 .mokuai3 .m1{left:10%;top:5%;}
	.home3 .mokuai3 .m2{right:10%;top:5%;}
	.home3 .mokuai3 .m3{top: 50%;left: 50%;transform: translate(-50%, 30%);}
	.gycg4 .cont .tit{min-height: 725px;}
	.jshe1 .cont{min-height: 592px;}
	.footnei{min-height:600px;}
	.pinpai3{min-height:870px;}

}
@media screen and (max-width:1440px){
	.home1{max-width:1440px;max-height:810px;margin:0 auto;}
}

@media screen and (max-width:1080px){
	.pc                                  {display:none;}
	.pcding                              {display:none;}
	.mob                                 {display:inline-block;}
	.logo                                {width:auto;height:80%;padding:0;}
	.logo img                            {width:auto;height:100%;}
	.video-overlay                       {z-index:100;}
    .hamburger                           {background-color:#B51C2F;}
	.hamburger::before, .hamburger::after{background-color:#B51C2F;}
	.homelizi                            {height:100px;}
	.home1                               {margin-top:60px;}
	.home1 .zi h2                        {font-size:1.5rem;line-height:2rem;}
	.home1 .swiper-pagination-fraction   {display:none;}
	.home1 .kz                           {display:none;}
	.home2                               {padding:2em 5%;display:block;}
	.home2 .h2left                       {width:100%;}
	.home2 .h2left h2                    {font-size:2rem;line-height:2.5rem;}
	.home2 .h2left p.pp                  {margin-top:5%;}
	.home2 .h2left .snav                 {margin:2em 0;position:relative;overflow:hidden;}
	.home2 .h2left .snav .solu           {padding:2rem 0;}
	.home2 .h2right                      {width:100%;}
	.home2 .swiper-pagination-fraction   {display:none;}
	.home2 .kz                           {display:none;}
	.expert-text                         {width:auto;padding:1em;}
	.expert-text h2                      {}
	.expert-text span,.expert-text p     {display:none;}
	.home3 .h3tit                        {padding:0 5%;}
	.home3 .h3tit h2                     {font-size:2rem;line-height:2.5rem;}
	.home3 .mokuai                       {position:relative;transform:none;height:auto;right:0;padding:0 5%;}
	.home3 .mm                           {position:relative;float:left;left:0;right:0;touch-action: manipulation;}
	.home3 .mm a.amore                   {top:1em;}
	.home3 .mokuai .m1,.home3 .mokuai .m2,.home3 .mokuai .m3,.home3 .mokuai .m4,.home3 .mokuai .m5,.home3 .mokuai .m6,.home3 .mokuai .m7{left:0;right:0;transform:none;}
	.home3 .mm .mmn                      {width:100%;height:auto;margin:1em 0;}
	.home3 .mm .mmn .txt                 {position:relative;bottom:0;left:0;}
	.home3 .mm .mmn h2                   {margin-top:7rem;}
	.home3 .mm .mmn:hover h2             {margin-top:7rem;}
	.home4                               {padding:0 5%;}
	.home4 .h4left                       {width:100%;}
	.home4 .h4left h1                    {font-size:7rem;line-height:7rem;}
	.home4 .h4left h2                    {font-size:2rem;line-height:2.5rem;}
	.home4 .h4right                      {width:100%;margin-top:2em;}
	.home4 .h4right ul                   {width: calc((100% - 1em) / 2);}
	.home4 .h4right ul.ul1               {margin-top:0;}
	.home4 li .a1 h2                     {font-size:14px;}
	.home5                               {padding:0 5%;}
	.home5 .h5left                       {width:100%;padding:0;position: relative;transform: none;left: 0;margin-bottom:2em;}
	.home5 .h5left h2                    {font-size:2rem;line-height:2.5rem;}
	.home5 .h5right                      {width:100%;}
	.home5 .h5right .h5rightnei          {width:100%;}   
	.child-element-m {
		padding:20px;
		position: relative;
		width: calc((100% - 1em) / 2);
		height: 30%;
		background-color: #B51C2F;
		color: white;
		border-radius: 20px;
		float:left;
		margin-bottom:1em;
	}
	.child-element-m:nth-child(2n){float:right;}
	.child-element-m img{max-width:30px;}
	/*.child-element-m h1{font-size:30px;}
	.child-element-m h2{font-size:12px;}*/
	.home6 .h6nei .curtain               {display:none;}
	.home7                               {margin-top:1em;padding:0 5%;}
	.home7 .heng .secheng h2             {width:100%;-webkit-line-clamp: 2;font-size:2rem;line-height:2.5rem;}
	.publicmore .pubimg                  {width:20px;height:20px;line-height:20px;}
	.publicmore span                     {line-height:20px;}
	.publicmore2 .pubimg                 {width:20px;height:20px;line-height:20px;}
	.publicmore2 span                    {line-height:20px;}
	.publicmore3                         {float:left;}
	.home7 .xin ul li                    {width:100%;margin-right: 0;margin-bottom:1em;}
	.foot                                {background:#2A2A2A}
	.foot.hong                           {background:#B51C2F}
	.footnei                             {clip-path:none;padding:5%;overflow: hidden;}
	.footnei .top                        {overflow:hidden;}
	.footnei .top .d1                    {width:100%;}
	.footnei .top .d1 .a1                {margin-bottom:0;}
	.footnei .top .d1 .ylink2            {margin-top:1em;}
	.footnei .top .d2                    {width:100%;margin-top:1em;}
	.footnei .top .d2 ul li              {width:calc(100% / 4);float:left;margin-bottom: 1em;}
	.footnei .top .d3                    {width:100%;}
	.icons-container                     {justify-content: center;}
	.qrcode-container                    {width:8em;height:8em;}
	.footnei .top .d4                    {width:100%;}
	.footnei .top .d4 h2                 {padding:0;margin-top:1em;}
	.footnei .link{position:relative;width:100%;bottom:0;left:0;}
	.footnei .bot                        {position:relative;width:100%;left:0;bottom:0;height:auto;overflow:hidden;}
	.footnei .bot div                    {float:none;text-align:center;}

	.neibanner {margin-top: 60px;}
	.neibanner .zi{transform: translateY(-80%);}
	.neibanner .zi2{left:auto;right:10%;}
	.bread{margin-top:65px;width:90%;}
	.breadtop0{margin-top:0;}
	/*.neibanner .zi .h1{font-size:1em;}
	.neibanner .zi .h2{font-size:2em;}*/
	.gy1 .tit{padding:0 5%;width:100%;}
	.gy1 .tit h2{font-size:2rem;line-height:2.5rem;}
	.gy1 .kz{display:none;}
	.gy1 .expert-text2{width:75%;padding:1em;}
	.gy1 .expert-text2 h2{text-align:center;line-height: 1em;height:1em;}
	.gy1 .expert-text2 p{display:none;}
	.gy1 .expert-text2 div{display:none;}
	.gy1 .expert-icon2 .expert-icon-item{padding:0.5rem;}
	.gy1 .expert-icon2 .expert-icon-item .sp1{font-size:1rem;}
	.gy1 .expert-icon2 .expert-icon-item .sp2{font-size:0.6rem;}
	.gy1 .expert-icon2 .expert-icon-item .d2{font-size:0.5rem;}
	.gy1 .expert-icon2 .expert-icon-item .d1{line-height: 2rem;}
	.gy2{padding:0 5%;}
	.gy2 .gy2left{width:100%;}
	.gy3 .gy3tit{padding:0 5%;}
	.gy3 .gy3tit h2{font-size:2rem;line-height:2.5rem;}
	.gy3 .gy3cont{padding:0 5%;}
	.gy3 .gy3cont .wen{width:100%;}
	.gy3 .gy3cont .tu{display:none;}
	.gy3 .gy3nav2{width:100%;height:auto;margin:auto;padding:1em 5%;}
	.gy3 .gy3nav2 ul{position:relative;right:auto;bottom:auto;}
	.gy3 .gy3nav2 ul::before{display:none;}
	.gy3 .gy3nav2 ul li{float:left;text-align:center;padding:0 1em;}
	.gy3 .gy3nav2 ul li{cursor:pointer;text-align:right;padding-right:10px;line-height:30px;position:relative;}
	.gy3 .gy3nav2 li.active{color:#B51C2F;}
	.gy4{padding:2em 5%;}
	.gy4 h2{font-size:2rem;line-height:2.5rem;}
	.gy4 .swiper-slide:nth-child(2n){margin-top:0;}
	.gy4 .swiper-button-next{right:-15%;}
	.gy4 .swiper-button-prev{left:-15%;}
	.zy1{width:90%;}
	.zy1 .zy1im{width:100%;}
	.zy1 .zy1cont{width:100%;}
	.zy1 .zy1cont h2{font-size:2rem;line-height:2.5rem;}
	.zy2{width:90%;}
	.zy2 .zy2cont h2{font-size:2rem;line-height:2.5rem;}
	.ggdb{width:100%;clip-path:none;margin: 2rem auto;}
	.ggdb .ggnei{width:92%;display:block;}
	.ggdb .ggnei .ggim{width:100%;}
	.ggdb .ggnei .ggcont{width:100%;}
	.ggdb .ggnei .ggcont h2{font-size:2rem;line-height:3.5rem;}
	.ggdb .ggnei .ggcont .shu .shuli h3{font-size:1.5rem;}
	.ggdb .ggnei .ggcont .shu .shuli h3 span{font-size:0.8rem;}
	.gycg1{width:90%;}
	.gycg1 .tit{width:100%;}
	.gycg1 .tit h2{font-size:2rem;line-height:2.5rem;}
	.gycg1 .lun{width:100%;}
	.gycg1 .expert-text2{padding: 0.5rem;width:auto;}
	.gycg1 .expert-text2 p{display:none;}
	.gycg1 .expert-text2 div{display:none;}
	.gycg2{width:90%;}
	.gycg2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.gycg2 .tit p{width:100%;}
	.gycg2 .cont .a1{width:100%;}
	.gycg2 .cont .a1:nth-child(2n){margin-top:2rem;}
	.gycg3{width:90%;}
	.gycg3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.gycg3 .cont1 li{width:100%;}
	.gycg3 .cont2 li{width:100%;}
	.gycg4{clip-path:none;margin:2rem auto;width:100%;}
	.gycg4 .cont{width:100%;margin:0;padding:5%;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);}
	.gycg4 .cont .tit{min-height:auto;padding:0;}
	.gycg4 .cont .tit h2{font-size:2rem;line-height:2.5rem;}
	.gycg4 .cont .gycg4_d{display:none;}
	.jshe1{width:90%;}
	.jshe1 .jshe1tit{padding:0;margin-bottom: 2rem;}
	.jshe1 .cont{padding:0;background:none;min-height:auto;}
	.jshe1 .cont .jshe1_d{display:none;}
	.jshe1 .cont .lun{width:100%;}
	.jshe1 .swiper-pagination{bottom:auto;top:50%;}
	.jshe2{width:90%;margin: 0 auto;}
	.jshe2 .u1 li{padding:1rem 0;}
	.jshe2 .u2{background:none;}
	.jshe2 .u2 li{padding:0;}
	.jshe2 .u2 li.active{display:block;}
	.jshe2 .u2 li .u2left{width:100%;}
	.jshe2 .u2 li .u2right{width:100%;}
	.jshelist{margin-top:80px;width:90%;}
	.jshelist .tit h2{font-size:2rem;line-height:2.5rem;}
	.jshelist .tit .diva{position:relative;transform:none;text-align:center;margin-top: 1rem;}
	.jshelist .tit .diva a{padding:1rem;}
	.jshelist .list li{margin-bottom:1rem;}
	.jshelist .list li.zhong{width:100%;margin:0 0 1rem 0;}
	.jshelist .list li.xiao{width:100%;margin:0 0 1rem 0;}
	.jshelist .list li.da .im3{display:none;}
	.jshelist .list li.da .im2{display:inline-block}
	.jshelist .list li.xiao .im1{display:none;}
	.jshelist .list li.xiao .im2{display:inline-block}
	.jshec1{width:90%;display: block;}
	.jshec1 .jshec1left{width:100%;}
	.jshec1 .jshec1left .jshe1tit h2{font-size:2rem;line-height:2.5rem;height:2.5rem;}
	.jshec1 .jshec1right{width:100%;margin-top:1rem;}
	.jshec2{width:90%;}
	.jshec2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.jshec2 .kz{display:none;}
	.jshec3{width:90%;}
	.jshec3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.jshec3 .kz{top:3.5%;}
	.jshec4{width:90%;}
	.jshec4 .tit h2{font-size:2rem;line-height:2.5rem;}
	.jshec4 ul{width:100%;}
	.jshec4 ul.ul2{margin:0;}
	.yunying1{margin:0;padding:2rem 5%;}
	.yunying1 .tit{margin-bottom:20px;}
	.yunying1 .tit h2{font-size:2rem;line-height:2.5rem;}
	.yunying1 .yunying1nei{margin-top:0;}
	.yunying1 .swiper-button-prev{left:-10%}
	.yunying1 .swiper-button-next{right:-10%}
	.yunying2{margin:0;padding:2rem 5%;}
	.yunying2 .tit{padding:0;}
	.yunying2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.yunying2 .u2::before{width:50%;}
	.yunying2 .u2 .sleft{width:100%;}
	.yunying2 .u2 .sright{width:100%;}
	.yunying2 .kz2{bottom:25%;}
	.yunying2 .u2 .sright .zid{padding:0;}
	.yunying2 .u2 .sright .lundi{display:none;}
	.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .im{margin-right:1rem;}
	.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .zi{width:calc(100% - 5rem);}
	.yunying2 .u2 .sright .zid .jshec1_icon .jshec1_icond .zi p{width:100%;position:relative;overflow:hidden;}
	.yunying2 .kz{bottom:3%;}
	.fuwubanner{margin-top:60px;}
	.fuwubanner .kz{display:none;}
	.fuwubanner .zi{width:100%;padding:0 5%;left:0;}
	.fuwubanner .zi .h2{font-size:3rem;}
	.fuwubanner .zi2{display:none;}
	.publicmore{margin-top: 2%;}
	.fuwu{width:90%;display:block;}
	.fuwu .fw1{width:100%;padding:0;margin:2rem auto;}
	.fuwu .fw2{width:100%;padding:0;margin-top:0;}
	.fuwucg1{padding:0 5%;}
	.fuwucg1 .jshe1tit{padding:0;}
	.fuwucg1 .jshe1tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwucg2{width:90%;}
	.fuwucg2 .tit{padding:0;}
	.fuwucg2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwucg2 .u1 li{margin-bottom:1rem;}
	.fuwucg2 .u2.da li .im .zi{width:60%;padding:1rem;}
	.fuwucg2 .u2.da li .im .zi p{height:2rem;line-height:1rem;position:relative;overflow:hidden;}
	.fuwucg2 .u2.xiao::before{width:50%;}
	.fuwucg2 .u2 li{padding:0;}
	.fuwucg3{padding:2rem 5%;}
	.fuwucg3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwucg3 .swiper-button-next{right:-8%;}
	.fuwucg3 .swiper-button-prev{left:-8%;}
	.fuwucg4{width:90%;}
	.fuwucg4 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwucg4 .kz{right:-10%;}
	.fuwucg5{width:90%;}
	.fuwucg5 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwucg5 .kz{top:3.5%;}
	.fuwuzong1{width:90%;}
	.fuwuzong1 .fuwuzong1left{width:100%;position:relative;transform:none;left:0;top:0;padding:0;}
	.fuwuzong1 .fuwuzong1left .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li{height:4.5rem;}
	.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .im{width:4.5rem;height:4.5rem;}
	.fuwuzong1 .fuwuzong1left .fuwuzong1_icon ul li .zi .p1{font-size:2.5rem;line-height:2.5rem;}
	.fuwuzong1 .fuwuzong1right{width:100%;margin-top:1rem;}
	.fuwuzong2{width:90%;margin-top:2rem;}
	.fuwuzong2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuzong2 .cont ul{width:100%;margin-right:0;}
	.fuwuzong2 .cont ul.u1{margin-top:0;}
	.fuwuzong2 .cont ul.u3{margin-top:0;}
	.fuwuzong4{width:90%;}
	.fuwuzong4 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuzong4 .cont{display:block;}
	.fuwuzong4 .cont .left4{width:100%;}
	.fuwuzong4 .cont .right4{width:100%;}
	.fuwuyy1{width:90%;}
	.fuwuyy1 .fuwuyy1left{width:100%;position:relative;transform:none;left:0;top:0;padding:0;}
	.fuwuyy1 .fuwuyy1left .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li{height:4.5rem;}
	.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .im{width:4.5rem;height:4.5rem;}
	.fuwuyy1 .fuwuyy1left .fuwuyy1_icon ul li .zi .p1{font-size:2.5rem;line-height:2.5rem;}
	.fuwuyy1 .fuwuyy1right{width:100%;margin-top:1rem;}
	.fuwuyy2{width:90%;margin-top:2rem;}
	.fuwuyy2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuyy2 .cont ul{width:100%;margin-right:0;}
	.fuwuyy2 .cont ul.u1{margin-top:0;}
	.fuwuyy2 .cont ul.u3{margin-top:0;}
	.fuwuyy4{width:90%;}
	.fuwuyy4 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuyy4 .cont{display:block;}
	.fuwuyy4 .cont .left4{width:100%;}
	.fuwuyy4 .cont .right4{width:100%;}
	.fuwulist{width:90%;}
	.fuwulist .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwulist .u1 li{margin-bottom:1rem;}
	.fuwulist .u2 li.da{display:block;}
	.fuwulist .u2 li.da .div1{display:block;}
	.fuwulist .u2 li.da .left{width:100%;}
	.fuwulist .u2 li.da .right{width:100%;}
	.fuwulist .u2 li.zhong{width:100%;margin-right:0;}
	.fuwulist .u2 li.xiao{width:100%;margin-right:0;}
	.fuwucont1{padding:0 5%;}
	.fuwucont1 .f1left{position:relative;transform:none;width:100%;left:0;top:0;}
	.fuwucont1 .f1left h2{font-size:2rem;line-height:2.5rem;height:auto;}
	.fuwucont1 .f1left p.pp{margin:20px 0;}
	.fuwucont2{width:90%;}
	.fuwucont2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwucont2 ul{width:100%;}
	.fuwucont2 ul.ul2{margin-top:0;}
	.fuwucont3{width:90%;}
	.fuwucont3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.form-row{display:block;}
	.form-column{margin-right:0;margin-bottom:1rem;}
	.fuwusg1{padding:0 5%;}
	.fuwusg1 .f1left{position:relative;transform:none;width:100%;left:0;top:0;}
	.fuwusg1 .f1left h2{font-size:2rem;line-height:2.5rem;}
	.fuwusg1 .f1right{width:100%;}
	.fuwusg1 ul.ul1{margin-top:0;width:100%;}
	.fuwusg1 ul.ul2{width:100%;}
	.fuwusg2{padding:0 5%;overflow:hidden;}
	.fuwusg2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwusg2 .tit .diva{position:relative;transform:none;width:100%;margin-top:1rem;}
	.fuwusg2 .tit .diva a{margin-left:0;}
	.fuwusg2 .swiper-slide.swiper-slide-active{transform:none;}
	.fuwusg2 .swiper-slide.swiper-slide-next{opacity:0.6;}
	.fuwusg2 .swiper-slide .a1 .zi{width:auto;}
	.fuwusg2 .swiper-slide .a1 .zi p{display:none;}
	.fuwusj1{padding:0 5%;}
	.fuwusj1 .f1left{position:relative;transform:none;width:100%;left:0;top:0;}
	.fuwusj1 .f1left h2{font-size:2rem;line-height:2.5rem;height:auto;}
	.fuwusj1 .f1right{width:100%;}
	.fuwusj2{padding:0 5%;}
	.fuwusj2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwusj2 .swiper-slide:nth-child(2n+1){margin-top:0;}
	.fuwusj2 .swiper-button-next{right:-15%;}
	.fuwusj2 .swiper-button-prev{left:-15%;}
	.fuwusj3{padding:0 5%;}
	.fuwusj3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwusj3 .cont{display:block;}
	.fuwusj3 .cont .fuwusj3left{width:100%;}
	.fuwusj3 .cont .fuwusj3right{width:100%;padding:0;margin-top:1rem;}
	.fuwusj3 .cont .fuwusj3right ul li{padding:2rem 0}
	.fuwukc1{width:90%;}
	.fuwukc1 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwukc1 .kz{display:none;}
	.fuwukc1 .fuwukcSwiper1 .swiper-slide a{display:block;}
	.fuwukc1 .fuwukcSwiper1 .expert-img2{width:100%;}
	.fuwukc1 .fuwukcSwiper1 .expert-text2{width:100%;}
	.fuwukc1 .fuwukcSwiper2{position:relative;transform:none;width:100%;margin-top:1rem;right:0;bottom:0;padding: 0 3% 1rem;border-bottom:0;}
	.fuwukc1 .fuwukcSwiper2 .swiper-slide a .expert-text2 h2{-webkit-line-clamp: 2;}
	.fuwukc2{width:90%;}
	.fuwukc2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwukc2 .carousel-item {flex: 0 0 100%; /* 移动端每个项目占满整个视口 */min-width: 0; /* 防止 flex 项目溢出 */}
	.fuwukc2 .kz{top:-59%;}
	.fuwuzh1{width:100%;display:block;}
	.fuwuzh1 .fw1{width:100%;}
	.fuwuzh1 .fw1 h2{font-size:2rem;line-height:2.5rem;}
	.fuwuzh1 .fw2{width:100%;padding:10px;}
	.fuwuzh1 .fw2 img{width:100%;}
	.fuwuzh2{padding:0 5%;}
	.fuwuzh2 .tit{padding:0;margin-bottom:0;}
	.fuwuzh2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuzh2 .fuwuzh2nei{margin-top:20px;}
	.fuwuzh2 .swiper-slide:nth-child(2n){margin-top:0;}
	.fuwuzh2 .swiper-button-prev{left:-15%;top:6%}
	.fuwuzh2 .swiper-button-next{right:-15%;top:6%}
	.fuwuzh3{width:90%;display:block;}
	.fuwuzh3 .u1{width:100%;}
	.fuwuzh3 .right{width:100%;margin-left:0;}
	.fuwuzh3 .right .tit h2{font-size:2.5rem;line-height:2.5rem;}
	.fuwuzh4{width:90%;background:none;display:block;margin:2rem auto;}
	.fuwuzh4 .tit{width:100%;padding:0 0 1rem 0;}
	.fuwuzh4 .tit h2{font-size:2rem;line-height:2.5rem;}
	.fuwuzh4 .u1{width:100%;}
	.fuwuzh4 .u2{width:100%;padding:0;}
	.fuwuzh4 .u2 .cont{display:flex;justify-content: center;}
	.fuwuzh4 .u2 .cont .item{width:calc((100% - 2.5rem) / 5);margin:0;}
	.fuwuzh4 .u2 .cont .item .dot{margin-right:0.5rem;}
	.pinpai1{width:90%;}
	.pinpai1 .top{display:block;}
	.pinpai1 .tit{width:100%;}
	.pinpai1 .tit h2{font-size:2rem;line-height:2.5rem;}
	.pinpai1 .right{width:100%;}
	.pinpai1 .publicmorebai{margin:5% 0;}
	.pinpai1 .right .shu .shuli h3{font-size:1.5rem;}
	.pinpai1 .right .shu .shuli h3 span{font-size:1rem;}
	.pinpai2{padding:0 5%;}
	.pinpai2 .tit{margin-bottom:0;}
	.pinpai2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.pinpai2 .swiper-slide.swiper-slide-active{transform:none;}
	.pinpai2 .swiper-slide.swiper-slide-next{opacity:0;}
	.pinpai2 .kz{right:26%;}
	.pinpai3{width:90%;display:block;background:none;min-height:auto;}
	.pinpai3 .left{width:100%;}
	.pinpai3 .tit{padding:2rem 0;}
	.pinpai3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.pinpai3 .right{width:100%;padding:0;}
	.pinpai3 .right .top{padding-bottom:0;}
	.pinpai3 .right .top .pinpai3_icond{position:relative;overflow:hidden;height:auto;padding-bottom:2rem;}
	.pinpai3 .bot{position:relative;right:0;bottom:0;}
	.pinpai3 .bot h1{font-size:4rem;}
	.pinpai3 .bot h3{font-size:2rem;}
	.pinpai4{padding:2rem 5%;margin-top:2rem;}
	.pinpai4 .tit h2{font-size:2rem;line-height:2.5rem;}
	.year{font-size:3rem;}
	.timeline{padding-left:30px;}
	.timeline::before{left:0;}
	.timeline-item{display:block;margin-bottom:1rem;}
	.pinpai5{padding:0 5%;}
	.pinpai5 .p5left{position:relative;transform:none;top:0;left:0;padding-right:0;width:100%;}
	.pinpai5 .p5left h2{font-size:2.5rem;line-height:2.5rem;height:auto;}
	.pinpai5 .p5left .cont .li{width:100%;}
	.pinpai5 .p5right{width:100%;}
	.pinpai5 .p5left .pinpai3_icond{position:relative;overflow:hidden;height:auto;padding-bottom:2rem;}
	.gray-circle-pseudo{width:1rem;height:1rem;}
	.red-circle-pseudo{width:1rem;height:1.5rem;}
	.pinpai5 .p5right .center-point ul li .ppp{font-size:0.8rem;height:12px;line-height:12px;}
	.neibanner .zi .h2{font-size:2.5rem;}
	.newssearch{width:90%;}
	.newssearch .tit{margin-bottom:0;}
	.newssearch .tit h2{font-size:2rem;line-height:2.5rem;}
	.newssearch .tit .search{position:relative;transform:none;top:0;left:0;padding-right:0;width:100%;margin:1rem 0;}
	.news1{width:95%;}
	.news1 .cont::before{width:50%;}
	.news1 .swiper-slide{display:block;}
	.news1 .swiper-slide.news01 .left{width:100%;padding:0;}
	.news1 .swiper-slide.news01 .right{width:100%;margin-top:1rem;}
	.news1 .swiper-slide .right a p{width:60%;}
	.news1 .kz{bottom:4%;}
	.news1 .swiper-slide.news02 .right{width:100%;padding:0;margin-bottom:1rem;}
	.news1 .swiper-slide.news02 .left{width:100%;}
	.news1 .swiper-slide.news02 .a1:nth-child(2){margin-top:-5%;}
	.newscont{width:90%;}
	.newscont .left{width:100%;}
	.newscont .left .cont_head h3{line-height:2.5rem;-webkit-line-clamp: 2;}
	.newscont .left .cont_head{padding-bottom:1rem;}
	.newscont .left .cont1{padding:1rem 0;}
	.newscont .left .prenext .prenextl{width:100%;}
	.newscont .left .prenext .prenextr{display:none;}
	.newscont .right{width:100%;margin-top:1rem;}
	.contact1{padding:0 5%;}
	.contact1 .tit h2{font-size:2rem;line-height:2.5rem;}
	.contact1 .tit .diva{position:relative;transform:none;top:0;left:0;width:100%;margin:1rem 0;}
	.contact1 .tit .diva a{margin-left:0;}
	.contact1 .cont .li.active{display:block;}
	.contact1 .cont .li .left{width:100%;}
	.contact1 .cont .li .right{width:100%;padding:1rem 0;}
	.contact1 .cont .li .right h3{font-size:2rem;line-height:2.5rem;}
	.contact2{padding:4% 3%;display:block;}
	.contact2 .left{width:100%;}
	.contact2 .left h2{font-size:2rem;line-height:2.5rem;}
	.contact2 .right{width:100%;padding:1rem 0;}
	.contact2 .right .icons-container .icon-item{width:auto;}
	.icon-item{margin-bottom:1rem;}
	.gongying{width:90%;}
	.gongying .tit h2{font-size:2rem;line-height:2.5rem;}
	.zhaopin{padding:2rem 5%;margin-top:0;}
	.zhaopin .tit h2{font-size:2rem;line-height:2.5rem;}
	.zhaopin .cont .form select{width:100%;margin-bottom:0.5rem;}
	.zhaopin .cont .search input{width:calc(100% - 70px);}
	.zhaopin .contlist tr .btnkai span.mob{width:20px;height:20px;padding:0;}
	.seo1{width:90%;margin-top:80px;}
	.seo1 .top h2{font-size:2rem;line-height:2.5rem;}
	.seo2{width:90%;}
	.seo2 .tit h2{font-size:2rem;line-height:2.5rem;}
	.seo2 .kz{right:-10%;}
	.seo2 .swiper-slide .a1{width:100%;margin-right:0;}
	.seo3{width:90%;}
	.seo3 .tit h2{font-size:2rem;line-height:2.5rem;}
	.seo3 .kz{right:-10%;}
	.seo3 .swiper-slide{padding:1rem;}
	.page-prev, .page-next {
        padding: 6px 8px;
    }
    .page-num {
        padding: 6px 8px;
    }
    .page-dots {
        padding: 6px 2px;
    }

}

@media screen and (max-width:810px){
	
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:428px){
	
}

@media screen and (max-width:414px){
	
}

@media screen and (max-width:390px){
	
}

@media screen and (max-width:375px){
	
}