
 * {
            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";
        }
  
        header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        h1 {
            font-size: 2.8rem;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
/*--------导航----------*/
.cesih{width:100%;float:left;position:fixed;top:0px;left:0px;z-index:999;}
.cesih_a{width:90%;margin:0px 5%;}
.cesih_a h1{width:6%;border:none;margin:1% 2%;float:left;}
.cesih_a a img{width:100%;float:left;}
.cesih_a span{width:50%;margin-left:5%;margin-top:1%;float:left;}
.cesih_a span a{width:11%;height:40px;line-height:40px;float:left;margin-right:3%;color:#fff;font-size:20px;}
.cesih_a font{width:30%;float:right;}
.cesih_a font p{float:right;margin-top:5%;cursor:pointer;color:#fff;font-size:16px;margin-left:5%;padding:1% 3% !important;}
.dajiang_ab{width:30%;float:right;}
.dajiang_ssl{width:50%;margin-top:3%;float:left;}
.sjij_ser{width:80%;margin:0px 10%;float:left;margin-top:1%;margin-right:3%;}
.sjij_ser form{ width:100%;float:left;align-items: center;line-height: 34px; border:solid 1px #f8f8f8;border-radius:50px;padding-right: 12px;padding:1.4% 0px;background-color: #f5f5f5;border: solid 1px #e1e1e1;}
.search-subb {width:25%;float:right;height: 18px;font-size: 18px; border:none;color: #c39c61;cursor: pointer;background:transparent;margin-top:-5px;}
.search-inpp{width:75%;color:#222;padding-left:5%;float:left;border:none;background:transparent;outline:none;height:38px;box-sizing:border-box;}
.search-subb img{width:20px;padding:0.5%;background-color:#e36b47;border-radius:20px;border:solid 1px #fff;float:left;}
.ski_tel i{font-size:25px;letter-spacing:1px;font-weight:bold;font-style:normal;}
.ski_tel{margin-top:3%;}
.cesij_ban{width:100%;height:100%;float:left;position:fixed;top:0px;left:0px;z-index:50;}
.cesij_ban a img{width:100%;float:left;}
.jj_ncp{width:100%;display:none;position:fixed;top:7%;left:0px;z-index:999;height:700px; background-color:#fff; /* 浅蓝，透明度 50% */float:left;}
.jj_ncpa{width:80%;padding-top:1%;float:left;margin:0px 10%;}
.jj_ncp_left{width:13%;float:left;}
.jj_ncp_left ul li{width:100%;float:left;line-height:50px;border-bottom: 1px dashed #dae2eb;}
.jj_ncp_left ul li a{width:100%;color:#222;float:left;font-size:18px;line-height:50px;}
.jj_ncp_rig{width:75%;margin-left:5%;float:left;}
.jj_zhong{width:98%;margin:0px 1%;float:left;}
.jj_zhong span{width:100%;float:left;font-size:18px;font-weight:bold;color:#222;}
.jj_zhong span i{color:#222;}
.jj_zhong a{padding:1% 1% 0px 0px;line-height:35px;font-size:15px;color:#222;}
.jj_zing{width:96%;padding:0px 2%;margin-top:2%;float:left;}
.jj_zing span{width:100%;float:left;font-size:18px;font-weight:bold;color:#222;}
.jj_zing span i{color:#222;}
.jj_zing ul{width:100%;float:left;}
.jj_zing li{width:20%;border:solid 1px #e1e1e1;border-radius:20px;float:left;margin:1%;}
.jj_zing li a img{width:100%;float:left;}
.jj_zing li a h3{width:100%;float:left;text-align:center;font-size:15px;color:#222;line-height:45px;}
.jj_zh	ong a:hover;{color:#326698;}
#u28,#u33,#u10,#u25,#u31,#u30,#u27,#u29,#u34,#u35,#u36,#u12,#u84{display:none;}
.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;}

/*-----banner--------*/
  /* 轮播容器样式 */
        .carousel {
            width:100%;
            height:auto;
            overflow: hidden;
            position: relative;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }

        /* 图片容器样式（通过transform实现滑动） */
        .carousel-inner {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }

        /* 轮播项样式 */
        .carousel-item {
            min-width: 100%;
            height: 100%;
        }

        /* 图片样式 */
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保持图片比例并覆盖容器 */
        }

        /* 左右切换按钮样式 */
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: rgba(0,0,0,0.3);
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
            z-index: 10;
        }

        .carousel-btn:hover {
            background-color: rgba(0,0,0,0.5);
        }

        .prev-btn {
            left: 20px;
        }

        .next-btn {
            right: 20px;
        }

        /* 指示器（小圆点）容器样式 */
        .indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        /* 指示器样式 */
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: background-color 0.3s;
        }

        /* 激活的指示器样式 */
        .indicator.active {
            background-color: white;
        }
/*------------banner--------*/
.cesi_bi{width:100%;height:1500px;float:left;background-color:#efefef;opacity: 0.8;position:absolute;top:1500px;left:0px;z-index:900;}
.cesi_bi span{width:80%;float:left;margin:15% 10% 0px 10%;text-align:center;font-size:60px;font-weight:bold;-webkit-text-stroke: 1px #a78b72;}
.cesi_bi span b{font-size:40px;}
.ceshi_quan{width:100%;position:relative;top:0px;left:0px;z-index:500;float:left;}
.ceshi_quan2{width:100%;position:relative;top:2800px;left:0px;z-index:500;float:left;}
.cesis_a{width:100%;height:auto;position:relative;top:0px;left:0px;z-index:500;background-color:#fff;float:left;}
.ceshi_quan3{width:100%;float:left;position:relative;top:0px;left:0px;}
.cesis_b{width:100%;position:relative;top:0px;left:0px;z-index:500;background-color:#fff;float:left;}
  /*----------整页视频播放css------------*/ 
.coiainer{width:90%;float:left;margin:0px 5%;}  
.csscpa{width:100%;float:left;}
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto 20px;
        }
        
        .instructions {
            background: rgba(255, 255, 255, 0.1);
            padding: 15px;
            border-radius: 8px;
            margin-top: 20px;
            font-size: 1rem;
        }
        
        .video-grid {
            width:100%;
			float:left;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .video-card {
			width:23.7%;
			border:solid 1px #e1e1e1;
			border-radius:20px;
			float:left;
            background: rgba(255, 255, 255, 0.1);
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            backdrop-filter: blur(10px);
			margin:0.5%;
			position:relative;top:0px;left:0px;z-index:50;
        }
        
        
        .video-container {
            position: relative;
            width: 100%;
            overflow: hidden;
			left:0px;z-index:70;
        }
        
        .video-container video {
            width: 80%;
			margin:40% 10% 0% 10%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .video-card:hover .video-container video {
            transform: scale(1.05);
        }
        
        .video-info {
			position:absolute;
			top:0px;left:0px;z-index:100;
            padding: 15px;
			width:100%;
        }
        
        .video-title {
			width:100%;float:left;
			text-align:center;
            font-size:30px;
            margin-bottom: 8px;
            font-weight: 600;
			color:#222;
        }
        
        .video-description {
            font-size: 0.9rem;
            opacity: 0.8;
            line-height: 1.4;
			width:100%;float:left;text-align:center;color:#666;
        }
        
        .loading {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.5);
            font-size: 0.9rem;
        }
        
        .controls {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        
        button {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        button:hover {
            background: rgba(255, 255, 255, 0.3);
        }
        
        footer {
            text-align: center;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            font-size: 0.9rem;
            opacity: 0.7;
        }
        
        @media (max-width: 768px) {
            .video-grid {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2.2rem;
            }
        }
.cvida{width:60%;float:left;margin-left:28%;position:absolute;top:20%;left:0px;z-index:200;}		
.cvida span{width:40%;height:40px;line-height:40px;float:left;margin:0px 5%;text-align:center;font-size:16px;color:#fff;background-color:#7f8b7e;border-radius:20px;}
.cvida font{width:20%;height:40px;line-height:40px;float:left;border:solid 1px #7f8b7e;color:#7f8b7e;text-align:center;border-radius:20px;}
/*----------整页视频播放css------------*/ 		
.dijing_a{width:70%;margin:0px 15%;float:left;}
.dijing_aa{width:100%;margin-top:3%;float:left;}
.dijing_aa span{width:100%;float:left;font-size:50px;line-height:60px;font-weight:bold;}
.dijing_b{width:100%;margin-bottom:3%;margin-top:2%;float:left;}
.dijing_b ul li{width:47.5%;border:solid 1px #e1e1e1;border-radius:20px;overflow:hidden;float:left;margin:1%;background-color:#dbe1eb;}
.dijing_b ul li a h2{width:100%;float:left;font-size:25px;margin-top:3%;text-align:center;line-height:50px;color:#222;}
.cesis_c{width:90%;height:880px;padding:0px 5%;float:left;border-top:solid 1px #f1f1f1;border-bottom:solid 1px #f1f1f1;background-color:#fff;}
.cesis_c ul{width:90%;margin:0px 5%;float:left;}
.cesis_c ul li{width:22%;padding:1%;float:left;position:relative;top:0px;left:0px;z-index:100;margin:0.5%;}
.cesis_c ul li a img{width:100%;float:left;border-radius:20px;overflow:hidden;}
.cesis_c ul li a span{width:90%;margin-left:5%;float:left;position:absolute;top:5%;left:5%;}
.cesis_c ul li a span p{width:100%;float:left;font-size:16px;line-height:40px;color:#adadad;}
.cesis_c ul li a span h2{width:100%;color:#222;float:left;font-size:25px;font-weight:bold;margin-top:2%;}
.cesis_c ul li a span h2 i{font-size:18px;font-weight:normal;color:#adadad;}







/*-------------------------*/
/*--------------案例-----------*/
.pop_feila{width:100%;float:left;margin-top:3%;}
.case-container {
            width: 100%;
            height: 850px;
            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 {
			width:90%;
			float:left;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-weight: 600;
            font-size:30px;
            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;}
.pvodid{width:100%;float:left;}
/*---------------案例-----------*/
.csanlo{width:100%;float:left;}
.csanlo_a{width:70%;float:left;margin:3% 15%;}
.uis_vi{width:100%;border:solid 1px #e1e1e1;float:left;}


/*----------å¯¼èˆª+è½®æ’­------------*/ 
.pop_bam{width:100%;float:left;}
.pop_bam a img{width:100%;float:left;}
.pop_in{width:96%;padding:2%;float:left;  overflow:hidden;    transform: translateY(100px); /* ä»Žä¸‹æ–¹100pxå¤„å¼€å§‹ */
      opacity: 0;
      background-color:#f1f1f1;
      /* åº”ç”¨åŠ¨ç”»ï¼š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; /* æœ€ç»ˆçŠ¶æ€ï¼šå®Œå…¨æ˜¾ç¤º */
      }
    }
.pop_ina{width:35%;float:left;}
.pop_ina span{width:100%;float:left;font-size:50px;color:#222;}
.pop_ina span b{font-weight:normal;font-size:25px;}
.pop_ina p{width:100%;color:#adadad;float:left;font-size:16px;line-height:25px;text-align:justify;margin-top:1%;}
.pop_ina img{width:100%;height:860px;margin-top:3%;float:left;border-radius:10px;}
.pop_inb{width:62%;margin-left:1%;float:left;}
.pop_inba{width:100%;float:left;}
.pop_inba ul li{width:16.5%;padding:2% 1%;border:solid 2px #e1e1e1;float:left;margin:0.5%;border-radius:10px;}
.pop_inba ul li a h2{width:100%;height:60px;overflow:hidden;float:left;font-size:16px;font-weight:normal;color:#222;}
.pop_inba ul li a b{width:100%;letter-spacing: 0.5px;color:#adadad;float:left;font-size:15px;margin-top:1%;font-weight:normal;}
.pop_inba ul li a i{width:20px;float:right;font-size:18px;margin-top:1%;color:#adadad;font-style: normal}
.pop_inbb{width:99%;padding:0.5%;float:left;}
.pop_inbb span{width:100%;float:left;}
.pop_inbb span a img{width:100%;float:left;border-radius:10px;}
.pop_inbb font{width:18%;float:right;}
.pop_inbb font a img{width:100%;height:auto;float:left;border-radius:10px;}
.pop_inbc{width:100%;float:left;padding-top:3%;border-bottom:solid 1px #eff1f3;}
.pop_inbc span{width:100%;float:left;font-size:28px;color:#696969;}
.pop_inbc p{width:100%;float:left;font-size:18px;color:#adadad;}
.pop_qh{width:100%;float:left;}
/* åœ¨popina.cssä¸­æ·»åŠ ä»¥ä¸‹æ ·å¼ */
.pop_inb {
  position: relative; /* ä¸ºå†…å®¹å—æä¾›å®šä½ä¸Šä¸‹æ–‡ *//* ç¡®ä¿æœ‰è¶³å¤Ÿç©ºé—´æ˜¾ç¤ºæ»‘å…¥å†…å®¹ */
}

.pop_qh {
  position:relative;
  left: 0;
  width: 25%;
  float:left;
}

.pop_qh.active {
  /* æ¿€æ´»çŠ¶æ€ï¼šæ»‘å…¥åˆ°æ­£å¸¸ä½ç½® */
  transform: translateY(0);
  opacity: 1;
}

/* ä¿®æ­£åˆå§‹æ˜¾ç¤ºçŠ¶æ€ */
#popa {
  display: block; /* ç¡®ä¿é»˜è®¤æ˜¾ç¤ºç¬¬ä¸€ä¸ªå†…å®¹å— */
}
/* ä¸ºå›¾ç‰‡æ·»åŠ ç”±å†…å‘å¤–å±•å¼€çš„åŠ¨ç”» */
.pop_inbb span a img {
    /* åˆå§‹çŠ¶æ€ï¼šç¼©å°åˆ°0ï¼ˆå®Œå…¨ä¸å¯è§ï¼‰ */
    transform: scale(0);
    /* æ·»åŠ è¿‡æ¸¡åŠ¨ç”»ï¼Œä½¿ç¼©æ”¾è¿‡ç¨‹å¹³æ»‘ */
    transition: transform 0.6s ease-out;
    /* ç¡®ä¿å›¾ç‰‡ç¼©æ”¾ä¸­å¿ƒåœ¨è‡ªèº«ä¸­å¿ƒï¼ˆç”±å†…å‘å¤–çš„å…³é”®ï¼‰ */
    transform-origin: center center;
}

/* å½“çˆ¶å…ƒç´ å¤„äºŽæ¿€æ´»çŠ¶æ€æ—¶ï¼Œå›¾ç‰‡å±•å¼€ */
.pop_qh.active .pop_inbb span a img {
    /* æœ€ç»ˆçŠ¶æ€ï¼šæ¢å¤åŽŸå°ºå¯¸ */
    transform: scale(1);
}
/* ä¸ºå³ä¾§æ–¹å›¾ç‰‡æ·»åŠ ä»Žå³å¾€å·¦å±•å¼€çš„åŠ¨ç”» */
.pop_inbb font a img {
    /* åˆå§‹çŠ¶æ€ï¼šæ°´å¹³æ–¹å‘ç¼©æ”¾åˆ°0ï¼ˆå®Œå…¨ä¸å¯è§ï¼‰ */
    transform: scaleX(0);
    /* è®¾å®šç¼©æ”¾åŽŸç‚¹ä¸ºå³ä¾§ï¼ˆå…³é”®ï¼šä»Žå³å¾€å·¦å±•å¼€çš„æ ¸å¿ƒï¼‰ */
    transform-origin: right center;
    /* æ·»åŠ è¿‡æ¸¡åŠ¨ç”»ï¼Œä½¿å±•å¼€è¿‡ç¨‹å¹³æ»‘ */
    transition: transform 0.6s ease-out;
}

/* å½“å¯¹åº”å†…å®¹å—æ¿€æ´»æ—¶ï¼Œè§¦å‘å±•å¼€åŠ¨ç”» */
.pop_qh.active .pop_inbb font a img {
    /* æœ€ç»ˆçŠ¶æ€ï¼šæ¢å¤åŽŸå°ºå¯¸ */
    transform: scaleX(1);
}
/* å¯¼èˆªé¡¹æ¿€æ´»çŠ¶æ€æ ·å¼ */
.pop_inba ul li.active {
    border-color:#a9afd9;      /* è¾¹æ¡†æ”¹ä¸ºè“è‰² */
    background-color:#084e97;  /* èƒŒæ™¯æ”¹ä¸ºè“è‰² */
}

/* æ¿€æ´»çŠ¶æ€ä¸‹çš„å­—ä½“é¢œè‰² */
.pop_inba ul li.active a h2,
.pop_inba ul li.active a b,
.pop_inba ul li.active a i {
    color: white;            /* å­—ä½“æ”¹ä¸ºç™½è‰² */
}
.pop_flo{width:96%;float:left;padding:2%; /* åˆå§‹çŠ¶æ€ï¼šåœ¨è§†å£ä¸‹æ–¹ï¼Œé€æ˜Ž */
      transform: translateY(100px); /* ä»Žä¸‹æ–¹100pxå¤„å¼€å§‹ */
      opacity: 0;
      
      /* åº”ç”¨åŠ¨ç”»ï¼š0.5ç§’å†…æ»‘å…¥ï¼Œä¿æŒæœ€ç»ˆçŠ¶æ€ */
      animation: slideInUp 0.5s ease forwards;
	background-color:#fbfbfb;
	}
	  /* å®šä¹‰æ»‘å…¥åŠ¨ç”» */
    @keyframes slideInUp {
      to {
        transform: translateY(0); /* æœ€ç»ˆä½ç½®ï¼šæ­£å¸¸ä½ç½® */
        opacity: 1; /* æœ€ç»ˆçŠ¶æ€ï¼šå®Œå…¨æ˜¾ç¤º */
      }
    }
	
/*-----------新闻资讯-------*/
.vixwa{width:100%;float:left;margin-bottom:3%;}
.vixwa_a{width:80%;float:left;margin:3% 10% 0px 10%;}
.vixwa_a span{width:100%;float:left;font-size:55px;text-align:center;line-height:100px;}
.vixwa_b{width:80%;float:left;margin:0px 10%;}
.vixwa_b ul li{width:24%;position:relative;top:0px;left:0px;z-index:50;border-radius:10px;height:580px;float:left;padding:1%;margin:3% 3.5% 0px 3.5%;overflow:hidden;}
.vixwa_b ul li a h2{width:96%;padding:0px 2%;float:left;font-size:20px;text-align:center;color:#fff;font-weight:normal;margin-top:10%;position:relative;top:0px;left:0px;z-index:200;}
.vixwa_b ul li a img{width:100%;float:left;position:absolute;top:0px;left:0px;z-index:60;}
.vixwa_b ul li a span{width:20%;float:left;margin:3% 40% 0px 40%;text-align:center;position:relative;top:4%;left:0px;z-index:200;color:#fff;border:solid 1px #fff;border-radius:20px;}
/*-----------新闻资讯-------*/
/*----------联系底部------------*/
.nj_foot{width:100%;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;}
/*----------联系底部------------*/
.video-ard{width:100%;float:left;}
.vi-contner video{width:100% !important;margin:0px !important;}
.nvideos{width:100%;float:left;}
.nvideos img {width:100%;float:left;}
.vitrfr{width:90%;padding:0px 5%;float:left;background-color:#f1f1f1;}
.virfj_a{width:32%;border-radius:20px;overflow:hidden;float:left;margin:0.2%;}
.virfj_b{width:32%;border-radius:20px;overflow:hidden;float:left;margin:0.2%;}
.cesqan_4{width:100%;float:left;background-color:#fff;}
/*---------企业介绍------------*/ 
.cvidgy{width:100%;overflow:hidden;float:left;position:relative;top:0px;left:0px;z-index:50;}
.cvidgy img{width:100%;float:left;}

        .stats-section {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }
        
        .stat-item {
            flex: 1;
            min-width: 250px;
            margin: 20px;
            padding: 20px;
        }
        
        .stat-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            background-color: #f0f7ff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1a73e8;
            font-size: 24px;
        }
        
        .stat-number {
            font-size: 48px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }
        
        .stat-label {
            font-size: 18px;
            color: #fff;
        }
        
        .mission-section {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 40px;
        }
        
        .mission-title {
            font-size: 38px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #fff;
        }
        
        .mission-text {
            font-size: 18px;
            color: #fff;
            line-height: 1.8;
        }
        
        .cta-button {
            display: inline-block;
            background-color: #1a73e8;
            color: white;
            padding: 14px 32px;
            font-size: 18px;
            font-weight: 600;
			margin-top:7%;
            text-decoration: none;
            border-radius:20px;
            transition: background-color 0.3s;
        }
        
        .cta-button:hover {
            background-color: #0d62d9;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .stats-container {
                flex-direction: column;
            }
            
            .stat-item {
                min-width: 100%;
            }
            
            .stat-number {
                font-size: 36px;
            }
        }
.caner{background:url(../images/alibj1.jpg) no-repeat;background-size:100% 100%;width:70%;float:left;padding:5% 15% 3% 15%;}
/*---------企业介绍------------*/ 
.cesji_xw{width:100%;float:left;}
.cesji_anl{width:76%;margin:0px 12%;float:left;}
.ceskj_vi{width:100%;margin-top:3%;float:left;}
.ceskj_vi ul li{width:24%;border-radius:10px;overflow:hidden;float:left;margin:0.5%;}
@media (min-width: 2001px) {
.cesih_a span a{font-size:18px;}
.dajiang_ssl{width:40%;}
.search-inpp{width:60%;}
.search-subb{margin-right:5%;}
.cesis_c{height:auto;padding:3% 5%;}	
}
@media screen and (min-width:1600px) and (max-width:1800px) {
.cesih_a span a{font-size:18px;}
.dajiang_ssl{width:40%;}
.search-inpp{width:60%;}
.search-subb{margin-right:5%;}
.cesis_c{height:auto;padding:3% 5%;}
.vixwa_b ul li{height:420px;}
}
@media screen and (min-width:1501px) and (max-width:1599px) {
.cesih_a span a{font-size:18px;}
.dajiang_ssl{width:40%;}
.search-inpp{width:60%;}
.search-subb{margin-right:5%;}
.cesis_c{height:auto;padding:3% 5%;}
.vixwa_b ul li{height:420px;}	
}
@media screen and (min-width:1200px) and (max-width:1500px) {
.cesih_a{width:98%;margin:0px 1%;}
.ruy1d{height:500px !important;}
.cesis_c ul li a span h2 i{display:none;}
.cesis_c ul li a span h2{font-size:18px;}
.cesis_c ul li a span p{font-size:12px;}
.stat-number{font-size:32px;}
.nj_foot{height:auto;padding-bottom:3%;}
.cesih_a h1{width:8%;margin-right:1%;}
.cesih_a span a{font-size:15px;}
.dajiang_ssl{width:40%;}
.sjij_ser{width:100%;margin:0px;}
.search-inpp{width:60%;}
.search-subb{margin:0px 0px 0px 5px;}
.ski_tel i{font-size:16px;}
.dijing_a{width:90%;margin:0px 5%;}
.cesis_c{height:auto;}
.cesis_c ul li{width:45%;}
.caner{width:90%;margin:5% 5% 0px 5%;}
.dijing_aa span,.vixwa_a span{font-size:35px;}
.vixwa_b ul li{height:auto;padding:5% 1% 18% 1%}
.vixwa_b ul li a h2{font-size:18px;}
.nj_fota{width:100%;float:left;}
.nj_fob{margin-top:0px;}
.nj_fob span a,.nj_foc span p,.youlian span a{font-size:12px;}
.nj_fod span{line-height:35px;}
}
@media screen and (min-width:1000px) and (max-width:1199px) {
.cesih_a{width:98%;margin:0px 1%;}
.ruy1d{height:500px !important;}
.cesis_c ul li a span h2 i{display:none;}
.cesis_c ul li a span h2{font-size:18px;}
.cesis_c ul li a span p{font-size:12px;}
.stat-number{font-size:32px;}
.nj_foot{height:auto;padding-bottom:3%;}
.cesih_a h1{width:8%;margin-right:1%;}
.cesih_a span a{width:14%;margin-right:0px;font-size:15px;}
.dajiang_ssl{width:40%;}
.cesi_bi span{font-size:40px;}
.sjij_ser{width:100%;margin:0px;}
.search-inpp{width:60%;}
.search-subb{margin:0px 0px 0px 5px;}
.ski_tel i{font-size:16px;}
.dijing_a{width:90%;margin:0px 5%;}
.cesis_c{height:auto;}
.cesis_c ul li{width:45%;}
.caner{width:90%;padding:5% 5% 0px 5%;}
.dijing_aa span,.vixwa_a span{font-size:35px;}
.vixwa_b ul li{height:auto;padding:5% 1% 18% 1%}
.vixwa_b ul li a h2{font-size:18px;}
.nj_fota{width:100%;float:left;}
.nj_fob{margin-top:0px;}
.nj_fob span a,.nj_foc span p,.youlian span a{font-size:12px;}
.nj_fod span{line-height:35px;}
.vixwa_b ul li a span{width:50%;margin:3% 25% 0px 25%;}
.nj_foa span p{font-size:18px;}
}