/*-------整屏轮播---------------*/
 * {
            padding: 0;
            margin: 0;
        }
ol, ul {
	list-style: none;
	text-decoration:none;
}
a {
  text-decoration: none;
}
html,body {
            width: 100%;
			text-decoration:none;
			list-style:none;
			font: 14px/1.8 "HarmonyOS";
        }
c{width:100%;float:left;}
.pop_mulu{width:100%;float:left;}
/*----------导航+轮播------------*/        
        .section {
            height: 100vh;
            width: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .section-content {
            width:100%;
            z-index: 2;
        }
        
        .section-indicator {
            position: fixed;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 14px;
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .controls {
            position: fixed;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            list-style: none;
            z-index: 100;
        }
        
        .controls li {
		width: 53px;
		height: 20px;
		text-align: center;
		border-radius: 15%;
		background: rgba(255, 255, 255, 0.4);
		margin: 10px 0;
		padding-bottom: 10%;
		cursor: pointer;
		position: relative;
		transition: background 0.3s ease;
		}
        
        .controls li.active {
            background:#0929a3;
			color:#fff;
        }
        
        .controls li::after {
            content: attr(data-title);
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            padding: 5px 12px;
            border-radius: 4px;
            font-size: 12px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        
        .controls li:hover::after {
            opacity: 1;
        }
        /* 各section背景色 */
        .section1 { background-color:#fff;background-size:100% auto;}
        .section2 { background-color:#fff;background-size:100% auto;}
        .section3 { background:url(../images/ban/3.jpg) no-repeat;background-size:100% auto; }
        .section4 { background:url(../images/ban/5.jpg) no-repeat;background-size:100% auto; }
        .section5 { background:url(../images/ban/6.jpg) no-repeat;background-size:100% auto;}
        .section6 { background-color:#fff;background-size:100% auto;}
        .section7 { background:url(../images/ban/4.jpg) no-repeat;background-size:100% auto;}
        .section8 { background:url(../images/ban/5.jpg) no-repeat;background-size:100% auto;}
        .section9 { background:url(../images/ban/6.jpg) no-repeat;background-size:100% auto;}
		.section10 { background-color:#fff;background-size:100% auto;}
		.section11 { background:url(../images/ban/5.jpg) no-repeat;background-size:100% auto; }
        .section12 { background:url(../images/ban/3.jpg) no-repeat;background-size:100% auto;}
		.section13 { background:url(../images/ban/5.jpg) no-repeat;background-size:100% auto;}
		.section14 { background:url(../images/ban/9.jpg) no-repeat;background-size:100% auto;}   		
        /* 导航栏样式 */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 15px 5%;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            transition: background 0.3s ease;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
		}
        
        .navbar.scrolled {
            background: rgb(18 74 157 / 90%);
            padding: 15px 5%;
        }
        
        .mg_logo {
			width:6%;
			margin:0px 2%;
			float:left;
            color: white;
            font-size: 1.8rem;
            font-weight: bold;
            letter-spacing: 1px;
        }
        .mg_logo img{width:100%;float:left;}
        .nav-links {
            width:60%;
			float:left;
			margin-left:2%;
        }
        
        .nav-links li {
            height:65px;
			padding-right:2%;
			float:left;
        }
        
        .nav-links a {
			line-height:55px;
            color:#fff;
			font-size:17px;
        }
        
        .nav-links a:hover {
            color: #4facfe;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            h2 {
                font-size: 2rem;
            }
            
            p {
                font-size: 1rem;
            }
            
            .controls {
                right: 15px;
            }
            
            .controls li::after {
                display: none;
            }
        }
.mg_zhjs{width:30%;margin-top:1.2%;position:fixed;top:0px;color:#fff;right:0px;z-index:1000;float:right;}
.mg_zhjs span{width:45%;float:left;color:#fff;font-size:20px;}
.mg_zhjs span b{font-size:25px;font-style: normal;}
.mg_zhjs font{float:left;margin-right:1%;color:#fff;font-size:16px;}
.jij_ser{width:25%;margin-left:7%;float:left;}
.jij_ser form{ width:100%;float:left;align-items: center; height: 36px;line-height: 34px; border-radius: 18px;border: solid 1px #fff;padding-right: 12px;}
.search-sub {width:10%; margin-top:5%;height: 18px;font-size: 18px; border:none;color: #c39c61;cursor: pointer;background:transparent;}
.search-inp{width:85%;color:#fff;padding-left:5%;float:left;border:none;background:transparent;outline:none;height:38px;box-sizing:border-box;}
.search-sub img{width:100%;float:left;}
.jud_a{width:15%;padding:1%;box-shadow: 0 0 10px rgba(0, 0, 0, .3);float:left;margin:0.8%;border:solid 1px #e1e1e1;border-radius:20px;}
.jud_a span{width:80%;margin-left:20%;margin-top:5%;float:left;padding-left:16%;font-size:16px;line-height:65px;height:65px;color:#fff;font-weight:bold;background:url(../images/icon44.png) 10px 8px no-repeat;background-size:100% 80%;}
.jud_a span a{color:#fff;}
.jud_a ul{width:70%;margin-left:20%;float:right;}
.jud_a ul li{width:100%;height:30px;overflow:hidden;float:left;}
.jud_a ul li a{width:100%;float:left;font-size:14px;line-height:30px;color:#222;}
.jud_a ul li a:hover{transform: translateX(10px);}
.jj_ncp{width:100%;display:none;position:fixed;top:7%;left:0px;z-index:999;height:1000px; background-color:#fff; /* 浅蓝，透明度 50% */float:left;}
.jj_ncpa{width:80%;padding-top:1%;float:left;margin:0px 10%;}
.nsu_ban{width:100%;float:left;}
.nsu_ban img{width:100%;float:left;}
.jj_ncp{width:100%;display:none;position:fixed;top:7%;left:0px;z-index:999;height:1000px; background-color:#fff; /* 浅蓝，透明度 50% */float:left;}
.jj_ncpa{width:80%;padding-top:1%;float:left;margin:0px 10%;}
.jud_a{width:15%;padding:1%;box-shadow: 0 0 10px rgba(0, 0, 0, .3);float:left;margin:0.8%;border:solid 1px #e1e1e1;border-radius:20px;}
.jud_a span{width:80%;margin-left:20%;margin-top:5%;float:left;padding-left:16%;font-size:16px;line-height:65px;height:65px;color:#fff;font-weight:bold;background:url(../images/icon44.png) 10px 8px no-repeat;background-size:100% 80%;}
.jud_a span a{color:#fff;}
.jud_a ul{width:70%;margin-left:20%;float:right;}
.jud_a ul li{width:100%;height:30px;overflow:hidden;float:left;}
.jud_a ul li a{width:100%;float:left;font-size:14px;line-height:30px;color:#222;}
.jud_a{width:15%;padding:1%;box-shadow: 0 0 10px rgba(0, 0, 0, .3);float:left;margin:0.8%;border:solid 1px #e1e1e1;border-radius:20px;}
.jud_a span{width:80%;margin-left:20%;margin-top:5%;float:left;padding-left:16%;font-size:16px;line-height:65px;height:65px;color:#fff;font-weight:bold;background:url(../images/icon44.png) 10px 8px no-repeat;background-size:100% 80%;}
.jud_a span a{color:#fff;}
.jud_a ul{width:70%;margin-left:20%;float:right;}
.jud_a ul li{width:100%;height:30px;overflow:hidden;float:left;}
.jud_a ul li a{width:100%;float:left;font-size:14px;line-height:30px;color:#222;}
.jj_ncp{width:100%;display:none;position:fixed;top:7%;left:0px;z-index:999;height:1000px; background-color:#fff; /* 浅蓝，透明度 50% */float:left;}

/*----------导航+轮播------------*/ 
.pop_bam{width:100%;float:left;}
.pop_bam a img{width:100%;float:left;}
.pop_in{width:96%;margin:2%;float:left;      transform: translateY(100px); /* 从下方100px处开始 */
      opacity: 0;
      
      /* 应用动画：0.5秒内滑入，保持最终状态 */
      animation: slideInUp 0.5s ease forwards;}
	  /* 定义滑入动画 */
    @keyframes slideInUp {
      to {
        transform: translateY(0); /* 最终位置：正常位置 */
        opacity: 1; /* 最终状态：完全显示 */
      }
    }
.pop_inqt{width:100%;margin:2% 0px;float:left;      transform: translateY(100px); /* 从下方100px处开始 */
      opacity: 0;
      
      /* 应用动画：0.5秒内滑入，保持最终状态 */
      animation: slideInUp 0.5s ease forwards;}
	  /* 定义滑入动画 */
    @keyframes slideInUp {
      to {
        transform: translateY(0); /* 最终位置：正常位置 */
        opacity: 1; /* 最终状态：完全显示 */
      }
    }
/*---------产品展示---------*/
 @layer utilities {
      .content-auto {
        content-visibility: auto;
      }
      .page-full {
        width: 100%;
		height:100vh;
        scroll-snap-align: start;
      }
    }
.yemaoa{width:90%;float:left;margin:2% 5%;}
.yemaoaa{width:100%;float:left;}
.ymao_a{width:100%;margin-top:5%;float:left;font-size:45px;text-align:center;}
.ymao_a span b{font-size:60px;}
.ymao_a span i{font-size:45px;font-style:normal;color:#2569bf;font-weight:bold;}
.ymao_a p{width:100%;float:left;font-size:25px;line-height:30px;text-align:center;color:#ccc;}
.yemo_a{width:100%;position:relative;top:0px;left:0px;z-index:1;margin-top:3%;float:left;}
.yemo_a ul li{width:17%;height:800px;float:left;background-color:#eeeeee;margin-right:0.2%;position:relative;top:0px;left:0px;z-index:500;}
.yemo_a ul li span{width:100%;background-size:100% 100% !important;height:250px;float:left;text-align:center;font-size:25px;background:url(../images/spo.jpg) no-repeat;color:#fff;}
.yemo_a ul li span a{color:#fff;font-size:35px;float:left;padding-top:20%;}
.yemo_a ul li span p{width:100%;float:left;font-size:15px;color:#fff;}
.yemo_a ul li font{width:90%;margin-top:15%;padding:0px 5%;float:left;}
.yemo_a ul li font p{width:100%;height:80px;line-height:80px;float:left;}
.yemo_a ul li font p a{width:100%;height:80px;line-height:80px;border-bottom:solid 1px #fff;float:left;font-size:18px;color:#818181;}
#yuy3{width:30%;height:820px;border:solid 1px #e1e1e1;border-radius:10px;float:left;position:relative;top:-10px;z-index:500;background-color:#fff;}
#yuy3 span{background:url(../images/cp/tjj.png) no-repeat;height:280px;border-radius:10px 10px 0px 0px;}
#yuy1 span{border-radius:10px 0px 0px 0px;}
#yuy5 span{border-radius:0px 10px 0px 0px;}
#yuy3 span a{padding-top:12%;}
.yuy_cus{width:90%;margin:3% 5% 0px 5%;float:left;}
.yuy_cus span{width:90% !important;height:auto !important;float:left;margin:2% 5%;font-size:18px !important;line-height:30px;background-color:#fff !important;color:#333 !important;}
.yuy_cus font{width:23% !important;float:left;margin:1%;background-color:#f1f1f1;padding:3% 0px !important;border-radius:10px;margin-top:5% !important;}
.yuy_cus font i{width:60%;float:left;margin:0px 20%;}
.yuy_cus font b{width:100%;float:left;color:#222;text-align:center;font-size:17px !important;line-height:30px !important;font-weight:normal;}
.yuy_cus font i img{width:100%;float:left;}
.yuy_cus h5{width:100%;line-height:100px;text-align:center;float:left;font-size:20px;}
#cpjs3{display:none;}
#cpjs11,#cpjs22,#cpjs44,#cpjs55{display:none;}
.ymnj_nc{width:100%;float:left;}
.ymnj_nc ul li{width:31%;padding-top:3%;padding-bottom:2%;border-radius:10px;height:140px;margin:1%;float:left;}
.ymnj_nc ul li a  i img{width:50%;margin-left:25%;margin-top:0%;}
.ymnj_nc ul li a h4{width:100%;float:left;text-align:center;line-height:55px;color:#222;font-weight:normal;font-size:16px;}
.ymnj_nc ul li a i{float:left;}
.ymy_tr{width:80%;margin:0px 10%;float:left;}
.ymy_tr span{width:46%;height:450px;float:left;position:relative;top:0px;left:0px;z-index:50;margin:1%;border-radius:10px;overflow:hidden;}
.ymy_tr span:hover{transform: translateY(-10px);box-shadow: 0 15px 35px rgba(0,0,0,0.3);}
.ymy_tr span:hover a h2{bottom:50%; transition: all 0.5s ease;font-weight:bold;}
.ymy_tr span:hover a font{left:20px;bottom:40%;transition: all 0.5s ease;}
.ymy_tr span a img{width:100%;height:100%;float:left;}
.ymy_tr span a h2{width:80%;float:left;position:absolute;bottom:2%;left:0px;font-weight:normal;z-index:100;color:#fff;font-size:40px;margin-left:2%;}
.yemao_c{width:100%;margin-top:8%;float:left;}
.ymy_tr span a font{width:10%;float:right;color:#222;font-size:16px;text-align:center;position:absolute;bottom:2%;right:2%;background-color:#fff;border-radius:20px;z-index:100;}
/*---------------客户案例-----------*/
.case-container {
            width: 100%;
            height: 550px;
            display: flex;
            overflow: hidden;
            position: relative;
        }

        /* 基础案例项样式 - 初始比例25%:50%:25% */
        .case-item {
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: flex 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
			margin:0.5%;
			border-radius:10px;
        }

        .case-left {
            flex: 1; /* 25% = 1/(1+2+1) */
        }

        .case-middle {
            flex: 2; /* 50% = 2/(1+2+1) */
        }

        .case-right {
            flex: 1; /* 25% = 1/(1+2+1) */
        }

        /* 鼠标移入展开状态 */
        .case-item.expanded {
            flex: 4; /* 展开时占比约66.7% */
        }

        /* 其他项折叠状态 */
        .case-item.collapsed {
            flex: 2; /* 折叠时占比约16.7% */
        }

        /* 背景图样式 */
        .case-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            filter: brightness(1);
            transition: all 0.8s ease;
        }

        .case-item:hover .case-bg {
            filter: brightness(0.85);
            transform: scale(1.08);
        }

        /* 内容样式 */
        .case-content {
            position: relative;
            height: 100%;
            padding: 2.5rem;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            opacity: 0;
            transform: translateY(15px);
            transition: all 0.5s ease;
        }

        /* 展开时显示完整内容 */
        .case-item.expanded .case-content {
            opacity: 1;
            transform: translateY(0);
        }

        /* 折叠时显示简短名称 */
        .case-short {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-weight: 600;
            font-size:30px;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .case-item:not(.expanded) .case-short {
            opacity: 1;
        }

        /* 内容细节样式 */
        .case-logo {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.8rem;
        }
		.case-logo i img{width:100%;float:left;}
        .case-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
            transform: translateX(-15px);
            opacity: 0;
            transition: all 0.5s ease 0.1s;
        }

        .case-item.expanded .case-title {
            transform: translateX(0);
            opacity: 1;
        }

        .case-desc {
            font-size: 0.95rem;
            line-height: 1.7;
            max-width: 550px;
            margin-bottom: 1.8rem;
            transform: translateX(-15px);
            opacity: 0;
            transition: all 0.5s ease 0.2s;
        }

        .case-item.expanded .case-desc {
            transform: translateX(0);
            opacity: 1;
        }

        .case-link {
            display: inline-flex;
            align-items: center;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            transform: translateX(-15px);
            opacity: 0;
            transition: all 0.5s ease 0.3s;
        }

        .case-item.expanded .case-link {
            transform: translateX(0);
            opacity: 1;
        }

        .case-link i {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
        }

        .case-link:hover i {
            transform: translateX(5px);
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .case-container {
                flex-direction: column;
                height: auto;
                min-height: 600px;
            }

            .case-item {
                height: 120px;
            }

            .case-middle {
                height: 240px; /* 垂直方向保持2:1比例 */
            }

            .case-item.expanded {
                height: 400px;
            }
        }
.pop_uydal{width:100%;float:left;}
.pop_uydal_a{width:100%;float:left;margin:2% 0px;}
.pop_uydal_a span{width:100%;float:left;font-size:35px;text-align:center;}
.yemao_d{width:100%;float:left;margin-top:6%;}
.pop_flo{width:90%;float:left;margin:0px 5%;}
.yeuy_oi{width:100%;margin-top:2%;float:left;}
.yeuy_oi ul li{width:24%;overflow:hidden;border-radius:10px;height:400px;float:left;margin:0.5%;position:relative;top:0px;left:0px;z-index:50;}
.yeuy_oi ul li:hover{transform: translateY(-10px);box-shadow: 0 15px 35px rgba(0,0,0,0.3);}
.yeuy_oi ul li a img{width:100%;float:left;}
.yeuy_oi ul li a h2{width:100%;float:left;position:absolute;top:3%;left:0px;z-index:200;color:#222;font-size:20px;text-align:center;}
.yemao_e{width:90%;float:left;margin-top:7%;margin-left:5%;}
/* --------------新闻资讯-------------- */
.news-container {
            width: 90%;
			margin:0px 5%;
            height: 950px;
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
        }
        
        /* 顶部简约标题 */
        .news-header {
            background: #ffffff;
            border-bottom: 1px solid #e9ecef;
            text-align: center;
        }
        
        .logo {
            display: inline-flex;
            align-items: center;
            gap: 15px;
        }
        
        .logo-icon {
            font-size: 32px;
            color: #4361ee;
        }
        
        .logo-text {
            font-size: 32px;
            font-weight: 700;
            color: #333;
            letter-spacing: 1px;
        }
        
        .date-display {
            margin-top: 10px;
            font-size: 16px;
            color: #6c757d;
            font-weight: 500;
        }
        
        /* 主内容区 */
        .news-main {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        
        /* 主要内容区 */
        .news-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            height: 100%;
            overflow: hidden;
            padding: 0 30px;
        }
        
        /* 热点新闻 */
        .hot-news {
            padding: 30px 0;
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid #e9ecef;
        }
        
        .hot-news-content {
            display: flex;
            gap: 40px;
            align-items: center;
        }
        
        .hot-news-img {
            width: 400px;
            height: 250px;
            border-radius: 15px;
            object-fit: cover;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        
        .hot-news-img:hover {
            transform: scale(1.02);
        }
        
        .hot-news-text {
            flex: 1;
        }
        
        .hot-news-tag {
            display: inline-block;
            background: linear-gradient(to right, #4361ee, #3a0ca3);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 20px;
        }
        
        .hot-news-title {
            font-size: 22px;
            margin-bottom: 20px;
            line-height: 1.3;
            font-weight: 700;
            color: #333;
        }
        
        .hot-news-desc {
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 30px;
            color: #495057;
        }
        
        .hot-news-meta {
            display: flex;
            gap: 20px;
            font-size: 14px;
            color: #6c757d;
        }
        
        /* 新闻列表 */
        .news-list-container {
            flex: 1;
            padding: 30px 0;
            overflow-y: auto;
        }
        
        .section-tiitle {
            font-size: 24px;
            margin-bottom: 25px;
            font-weight: 600;
            color: #4361ee;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 25px;
        }
        
        .news-card {
            background: #ffffff;
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
        }
        
        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(67, 97, 238, 0.1);
            border-color: rgba(67, 97, 238, 0.2);
        }
        
        .card-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }
        
        .news-card:hover .card-img {
            transform: scale(1.05);
        }
        
        .card-content {
            padding: 20px;
        }
        
        .card-category {
            display: inline-block;
            background: rgba(67, 97, 238, 0.1);
            color: #4361ee;
            padding: 5px 15px;
            border-radius: 30px;
            font-size: 13px;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .card-title {
            font-size: 20px;
            margin-bottom: 12px;
            line-height: 1.4;
            font-weight: 600;
            color: #333;
        }
        
        .card-desc {
            font-size: 15px;
            line-height: 1.6;
            color: #495057;
            margin-bottom: 20px;
        }
        
        .card-meta {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            color: #6c757d;
        }
        
        /* 右侧边栏 */
        .news-aside {
            width: 300px;
            background: #f8f9fa;
            padding: 30px;
            border-left: 1px solid #e9ecef;
            height: 100%;
            overflow-y: auto;
        }
        
        .trending-news {
            margin-bottom: 40px;
        }
        
        .trending-title {
            font-size: 20px;
            margin-bottom: 25px;
            font-weight: 600;
            color: #4361ee;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .trending-list {
            list-style: none;
        }
        
        .trending-item {
            padding: 15px 0;
            border-bottom: 1px solid #e9ecef;
        }
        
        .trending-item:last-child {
            border-bottom: none;
        }
        
        .trending-link {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 16px;
            display: block;
            transition: all 0.3s ease;
            line-height: 1.5;
            position: relative;
            padding-left: 15px;
        }
        
        .trending-link:hover {
            color: #4361ee;
        }
        
        .trending-link::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            background: #4361ee;
            border-radius: 50%;
        }
        
        .trending-meta {
            display: flex;
            gap: 15px;
            margin-top: 8px;
            font-size: 13px;
            color: #6c757d;
            padding-left: 15px;
        }
        
        .ad-container {
            background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            border: 1px solid rgba(67, 97, 238, 0.1);
            margin-top: 30px;
        }
        
        .ad-title {
            font-size: 20px;
            margin-bottom: 15px;
            color: #4361ee;
        }
        
        .ad-desc {
            font-size: 15px;
            color: #495057;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .ad-button {
            background: linear-gradient(to right, #4361ee, #3a0ca3);
            color: #ffffff;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .ad-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
        }

        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .news-aside {
                width: 250px;
            }
            
            .hot-news-content {
                flex-direction: column;
            }
            
            .hot-news-img {
                width: 100%;
            }
        }
        
        @media (max-width: 992px) {
            .news-main {
                flex-direction: column;
            }
            
            .news-aside {
                width: 100%;
                height: auto;
                border-left: none;
                border-top: 1px solid #e9ecef;
            }
        }
        
        @media (max-width: 768px) {
            .news-header {
                padding: 20px;
            }
            
            .logo-text {
                font-size: 28px;
            }
            
            .news-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-links {
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
            }
            
            .news-footer {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }
        }
.gabnxw{width:100%;float:left;margin-top:2%;}
.yemao_g{width:100%;float:left;margin-top:4%;}
/* --------------新闻资讯-------------- */
/* --------------公司介绍-------------- */
.gaib_gy{width:100%;float:left;margin-top:13%;}
/* 主要内容区域 */
        .main-content {
			width:90%;
			margin:0px 5%;
            display: flex;
            flex: 1;
            position: relative;
            z-index: 1;
        }

        .left-content {
            flex: 1;
            padding-right: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .slogan {
            font-size: 60px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 30px;
            background: linear-gradient(90deg, #fff, #a5d8ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .description {
            font-size: 20px;
            line-height: 1.8;
            color: #c5d8f0;
            margin-bottom: 40px;
            max-width: 700px;
        }

        .cta-button {
            display: inline-block;
            padding: 16px 40px;
            background: linear-gradient(90deg, #1971c2, #4dabf7);
            color: white;
            font-size: 18px;
            font-weight: 600;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(77, 171, 247, 0.4);
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(77, 171, 247, 0.6);
        }

        .right-content {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            width: 100%;
        }

        .stat-card {
            background: rgba(25, 40, 65, 0.6);
            border-radius: 15px;
			height:250px;
            padding: 30px;
            border: 1px solid rgba(100, 150, 255, 0.2);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .stat-card:hover {
            transform: translateY(-10px);
            background: rgba(35, 60, 100, 0.7);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .stat-icon {
            font-size: 40px;
            color: #4dabf7;
            margin-bottom: 20px;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
            background: linear-gradient(90deg, #4dabf7, #a5d8ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .stat-title {
            font-size: 18px;
            color: #a5d8ff;
        }
/* 装饰元素 */
        .decorations {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
        }

        .circle {
            position: absolute;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(0, 100, 255, 0.2) 0%, transparent 70%);
        }

        .circle:nth-child(1) {
            width: 600px;
            height: 600px;
            top: -200px;
            right: -200px;
        }

        .circle:nth-child(2) {
            width: 400px;
            height: 400px;
            bottom: -150px;
            left: -100px;
        }

        .line {
            position: absolute;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(0, 150, 255, 0.5), transparent);
        }

        .line:nth-child(3) {
            top: 30%;
            width: 100%;
        }

        .line:nth-child(4) {
            top: 60%;
            width: 100%;
        }
.yuntzt{color:#fff;font-size:45px;float:left;margin-bottom:5%;line-height:55px;}
.yemao_f{width:100%;height:1200px;float:left;background:url(../images/lunbo/3.jpg) no-repeat;background-size:100% 100%;margin-top:4%;}

/* --------------公司介绍-------------- */
/* --------------联系我们-------------- */
.yemao_h{width:100%;margin-top:9%;float:left;}
.nj_foot{width:80%;border:solid 1px #e1e1e1;margin:0px 10%;border-top:solid 1px #e1e1e1;height:800px;margin-top:1%;float:left;background:url(../images/ban_bg.jpg) no-repeat;background-size:100% 100%;}
.nj_fota{width:1500px;margin:0px auto;}
.nj_foa{width:24%;padding:3%;margin-top:7%;float:left;}
.nj_foa span{width:100%;float:left;}
.nj_foa span img{width:50%;float:left;margin:2% 25%;}
.nj_foa span p{width:100%;color:#fff;float:left;line-height:80px;font-size:22px;text-align:center;}
.nj_foa span font{width:100%;float:left;}
.nj_foa span font strong{width:50%;float:left;}
.nj_foa span font strong img{width:80%;float:left;margin:10%;}
.nj_foa span font strong b{width:100%;float:left;text-align:center;font-size:15px;color:#fff;}
.nj_fob{width:60%;margin-top:9%;border-bottom:solid 1px #e1e1e1;padding-bottom:2%;float:right;}
.nj_fob span{width:100%;margin-top:5%;float:left;}
.nj_fob span a{width:16.5%;border-right:solid 1px #e1e1e1;text-align:center;float:left;font-size:16px;font-weight:normal;line-height:25px;color:#222;}
.nj_foc{width:60%;float:right;}
.nj_foc span{width:70%;margin-top:3%;float:right;}
.nj_foc span p{width:100%;float:left;font-size:16px;line-height:45px;font-weight:normal;color:#333;}
.nj_fod{width:50%;float:right;border-top:solid 1px #e1e1e1;margin-top:3%;}
.nj_fod span{width:100%;float:left;font-size:18px;font-weight:normal;line-height:50px;color:#333;}
.nj_fod span a{font-size:16px;color:#222;}
.youlian{width:100%;float:left;}
.youlian span{float:left;}
.youlian a{float:left;font-size:12px;color:#fff;color:#222;}
/* --------------联系我们-------------- */
@media (min-width: 2001px) {

}
@media screen and (min-width:1801px) and (max-width:1950px) {
.yemo_a ul li span a{font-size:25px;}
.yemo_a ul li span p{width:80%;margin:0px 10%;}
.yemo_a ul li font p a{font-size:16px;}
.yuy_cus font b,.ymnj_nc ul li a h4{font-size:14px !important;}
.ymy_tr span a img,.ymy_tr span{height:auto;}
.yemao_c{margin-top:16%;}
.ymy_tr span a font{padding:0px 2%;}
.ymy_tr span a h2{font-size:30px;}
.yeuy_oi ul li{height:auto;}
.yemao_e{margin-top:17%;}
.slogan{font-size:40px;}
.description{font-size:16px;}
.nj_fota{width:100%;}
}
@media screen and (min-width:1600px) and (max-width:1800px) {
.yemo_a ul li span a{font-size:25px;}
.yemo_a ul li span p{width:80%;margin:0px 10%;}
.yemo_a ul li font p a{font-size:16px;}
.yuy_cus font b,.ymnj_nc ul li a h4{font-size:14px !important;}
.ymy_tr span a img,.ymy_tr span{height:auto;}
.yemao_c{margin-top:16%;}
.ymy_tr span a font{padding:0px 2%;}
.ymy_tr span a h2{font-size:30px;}
.yeuy_oi ul li{height:auto;}
.yemao_e{margin-top:17%;}
.slogan{font-size:40px;}
.description{font-size:16px;}
.nj_fota{width:100%;}
}
@media screen and (min-width:1501px) and (max-width:1599px) {
.yemo_a ul li span a{font-size:25px;}
.yemo_a ul li span p{width:80%;margin:0px 10%;}
.yemo_a ul li font p a{font-size:16px;}
.yuy_cus font b,.ymnj_nc ul li a h4{font-size:14px !important;}
.ymy_tr span a img,.ymy_tr span{height:auto;}
.yemao_c{margin-top:16%;}
.ymy_tr span a font{padding:0px 2%;}
.ymy_tr span a h2{font-size:30px;}
.yeuy_oi ul li{height:auto;}
.yemao_e{margin-top:17%;}
.slogan{font-size:40px;}
.description{font-size:16px;}
.nj_fota{width:100%;}
}

@media screen and (min-width:1200px) and (max-width:1500px) {
.yemo_a ul li span a{font-size:25px;}
.yemo_a ul li span p{width:80%;margin:0px 10%;}
.yemo_a ul li font p a{font-size:16px;}
.yuy_cus font b,.ymnj_nc ul li a h4{font-size:14px !important;}
.ymy_tr span a img,.ymy_tr span{height:auto;}
.yemao_c{margin-top:1%;}
.ymy_tr span a font{padding:0px 2%;}
.ymy_tr span a h2{font-size:30px;}
.yeuy_oi ul li{height:auto;}
.yemao_e{margin-top:1%;}
.slogan{font-size:30px;}
.description{font-size:16px;}
.nj_fota{width:100%;}
.mg_zhjs{width:38%;margin-top:2%;}
.mg_logo{width:12%;}
.page-full{height:auto;}
#yuy1,#yuy2,#yuy3,#yuy4{width:48% !important;overflow:hidden;margin:0.5%;height:799px !important;overflow:hidden;}
#yuy5{display:none;}
.ymy_tr,.nj_foot{width:98%;margin:0px 1%;}
.ymy_tr span a font{width:15%;}
.yemao_f{height:auto;padding-bottom:3%;}
.nj_fob span a,.nj_foc span p{font-size:14px;}
.nj_fod span a{font-size:12px;}
.nj_foot{height:auto;}
.nj_foa{width:30%;}
.yuntzt{font-size:40px;}
.stat-card{height:200px;}
.gaib_gy{margin-top:4%;}
.yeuy_oi ul li a h2{font-size:18px;font-weight:normal;}
.stat-number{font-size:38px;}
}
