.container-slid {
            display: flex;
            min-height:60vh;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
			position: relative;
        }
        
        /* 左侧内容区域样式 */
        .left-content {
            flex: 1;
            padding: 30px;
            margin-right: 20px;
            position: relative;
            overflow: hidden;
        }
        
        .left-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 30px;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            pointer-events: none;
        }
        
        .left-slide.active {
            opacity: 1;
            pointer-events: all;
        }
        
        .left-slide h1 {
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 2.2rem;
        }
        
        .left-slide p {
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        /* 右侧幻灯片区域样式 */
        .slideshow-container {
            flex: 1;
            position: relative;
            overflow: hidden;
			padding-top:14%;
        }
        
        .slides-wrapper {
            display: flex;
            width: 300%;
            height: 100%;
            transition: transform 0.5s ease-in-out;
        }
        
        .slide {
            flex: 0 0 33.3333%;
            height:18rem;
            background-size: contain;
            background-position: center;
            position: relative;
        }
        
        .slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px;
            background: linear-gradient(transparent, rgba(0,0,0,0.7));
            color: white;
        }
        
        .slide-content h2 {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }
        
        /* 导航按钮 */
        .slide-nav {
            position: absolute;
            top:42%;
            transform: translateY(-50%);
            width: 116%;
            display: flex;
            justify-content:space-between;
            /*padding: 0 20px;*/
            z-index: 10;
			left:-100px;
			padding-left:0;
			padding-right:0;
        }
        .prev-btn, .next-btn {
            /*background: rgba(255,255,255,0.7);*/
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 2.2rem;
			color:#00cdbc;
			background-color:unset;
        }
        .prev-btn:hover, .next-btn:hover {
            /*background: rgba(255,255,255,0.9);*/
        }
        /* 指示器 */
        .slide-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            z-index: 10;
        }
        
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .indicator.active {
            background: white;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .container-slid {
                flex-direction: column;
            }
            
            .left-content {
                margin-right: 0;
                margin-bottom: 20px;
                min-height: 300px;
            }
            
            .slideshow-container {
                min-height: 400px;
            }
			/* 导航按钮 */
        .slide-nav {
			padding-left:1%;
			padding-right:1%;
			}
			.hero-content {
				padding-top: 0 !important;
				display: flex;
				flex-direction: column;
				justify-content: center;
				height: calc(100vh - 3.7rem);
			}
			.hero-content h1 {
				font-size: 2rem;
			}
			.banner-font1,
			.banner-font1 * {
				font-size: 1rem !important;
				line-height: 1.5rem !important;
				margin-bottom: 1.2rem;
			}
			.banner-font2,
			.banner-font2 * {
				font-size: 0.9rem !important;
				line-height: 1.4rem !important;
			}
        }
.navbar {
    background-color: white;
    backdrop-filter: blur(5px);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.04);
}
.active a
{
color:#00cdbc;	
}
.hero {
    /*background: url('../imgs/BG01.jpg') no-repeat center center;*/
    background-size: cover;
    height: 100vh;
    position: relative;
    margin-top: 3.7rem;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.hero-content h1 {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.img-x3
{
	cursor:pointer;
	transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.img-x3:hover {
    transform: scale(1.05); /* 鼠标悬停时，图片放大10% */
}
.text-nav
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    color: #121212;
}
.text-nav-2
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.8rem;
    color: #121212;
    font-weight: 600;
    display: inline-block;
    border-bottom:4px solid #00cdbc;
}
.banner-font1
{
    color:#e8e8e8;font-size: 2rem;line-height: 2.8rem;margin-bottom: 2.5rem;
    font-weight: 300;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.banner-font2
{
    font-size: 1.8rem;color: #ffffff;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 2.6rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.mb-4 {
    margin-bottom: 1.2rem !important;
}
.text-about
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    color: #898989;
    line-height: 1.7rem;
    padding-right: 4.4rem;
}
.nav-button
    {
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 24px;
  padding: 4px 34px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s;
  }
  .nav-button:hover
  {
	  border: 2px solid #212121;
  }
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    padding-top: 200px;
    max-width: 1024px;
}
.product-section, .about-section {
    padding: 160px 0;
}
.product-section {
    /* background-color: #e9ecef; */
    background-image: url('../imgs/BG02.jpg'); background-size: cover;
}
.about-section1 {
    /* background-color: #e9ecef; */
    background-image: url('../imgs/aboutbg.jpg'); background-size: cover;
	padding-bottom: 80px;
    padding-top: 80px;
}
.form-red
{
	color:red;margin-right:4px;
}
.form-mr
{
	display:flex;
}
.about-section2 {
    background-color:#e7ecf2;
	padding-bottom: 80px;
    padding-top: 80px;
}
.aboutry {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
	/*justify-content:center;*/
}
.aboutry-item {
    width: 316px;
    background-image: url(../img/speaker-item-bg.324872f5.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgb(65 65 65 / 10%);
    box-shadow: 0 4px 20px 0 rgb(65 65 65 / 10%);
    border-radius: 10px;
    padding: 84px 24px 24px;
}
.aboutry-item:not(:nth-of-type(4n+1)) {
    margin-left: 36px;
}
.aboutry-item:nth-of-type(n+5) {
    margin-top: 36px;
}
.aboutry-item .header-img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
}
.aboutry-item .header-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.aboutry-item .name {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.aboutry-item .title {
    margin-top: 8px;
    color: #00cdbc;
	font-weight:bold;
    line-height: 28px;
    min-height: 36px;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.aboutry-item .header-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.news-section
{
    padding:80px 0 40px 0;
}
.about-h
{
    display: inline-block;
    border-bottom:4px solid #00cdbc;
}
.contractsus
{
    font-size: 2rem;
    color: #ffffff;
    display: inline-block;
    border-bottom:4px solid #00cdbc;
}
.rights-style
{
    height: 40px;
    background-color: #282828;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
}
.card-img-top
{
	border-radius:unset !important;
}
.home-sec-a a
{
	color:unset;
	text-decoration:none;
	border-bottom:0.5rem solid #00cdbc;
}
.home-sec-a a:hover
{
	color:#1f957b;
	border-bottom:0.5rem solid #00cdbc;
}
.mb-12
{
    padding-bottom: 2.6rem;
    /* border-bottom: 1px dashed #ffffff; */
}
.contracts-icon
{
    /* width: 2.2rem; */
    height: 40%;
    margin-top: 0.6rem;
}
.text-89
{
color: #898989;
text-decoration:none;
}
.new-icon
{
	width: 1.1rem;
	margin-right:0.6rem;
}
.pad-dashed
{
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 1.6rem;
}
.card-title-m
{
    margin-bottom: 0.8rem;
    color: #ffffff;
    font-size: 0.8rem;
}
.card-text-m
{
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    color: #ffffff;
}
.card-title-m2
{
    margin-bottom: 0.8rem;
    color: #999999;
    font-size: 0.8rem;
}
.card-text-m2
{
    font-size: 1rem;
    margin-bottom: 1.2rem;
	margin-top: 1.2rem;
    color: #121212;
}
.card-text-m3
{
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    color: #ffffff;
	color: #121212;
    margin-left: 2rem;
    margin-top: 2rem;
}
.card-clear
{
    border: 0 !important;
    box-shadow: unset !important;
    border-radius: unset !important;
}
.btn-custom-m
{
    font-size:1rem;
    color:#00cdbc;
    padding: 0;
}
.btn-custom-m:hover
{
    /* color: white; */
    color: #00CDB2;
}
.margin-bottom-m
{
    margin-bottom: 1.6rem;
	cursor:pointer;
	text-decoration: none;
}
.contact-section {
    /* padding: 40px 0; */
    background-image: url('../imgs/bottombg.jpg'); background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.custom-input::placeholder { color: #898989;font-size: 16px; }
.custom-input
{
    border-radius: unset !important;
}
.contact-bg
{
    /* padding: 40px 0; */
    /* background-color: #18293c;
    opacity: 0.6; */
    /* background-color: rgb(24,41,60,0.6); */
}
.title-s2
{
	font-size: 1rem;
    color: #121212;
    line-height: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mb-2-color
{
    color: #00aea0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 1rem !important;
}
.mb-p-color p
{
    color: #00aea0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 1rem !important;
}
.me-m-1
{
    margin-right: 1rem !important;
    color: #00aea0 !important;
}
.md-bg
{
    background-color: #f2f5f8;
}
.footer {
    background-color: #1e1e1e;
    color: white;
    padding: 40px 0;
}
.footer-qrcode
{
    text-align: left;
    font-size: 18px;
    color: #898989;
}
.footer-info
{
    color: #898989;
    font-size: 16px;
}
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-5px);
}
.btn-custom {
    /* background-color:rgba(0,205,188,0.6); */
    background-color:#00cdbc;
    color: white !important;
    font-size: 0.9rem;
    border-radius: 0;
}
.btn-custom:hover {
    font-size: 0.92rem;
	color: white;
	background-color:#00cdbc;
}
.content p {
    margin-bottom: 0.1rem;
}