
 * {
            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);
        }
  /*----------整页视频播放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;
			top:3%;
			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------------*/ 		
.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);
		background: rgba(0, 0, 0, 0.3);
		}
        
        .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%;height: 18px;font-size: 18px; border:none;color: #fff;cursor: pointer;background:transparent;}
.search-inp{width:70%;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);}
.nsu_ban{width:100%;float:left;}
.nsu_ban img{width:100%;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:700px; background-color:#fff; /* 浅蓝，透明度 50% */float:left;}

/*----------导航+轮播------------*/ 
/*----------banner------------*/ 
.cssvid{width:100%;float:left;}
.cssvid img{width:100%;float:left;}
/*----------banner------------*/
/*---------产品中心------------*/
.cssca_a{width:85%;float:left;margin:2% 7% 0px 7%;}
.cssca_a span{width:100%;font-size:45px;float:left;line-height:70px;}
/*---------产品中心------------*/ 
/*---------企业介绍------------*/ 
.cvidgy{width:100%;overflow:hidden;margin-top:3%;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% 0px 15%;}
/*---------企业介绍------------*/ 
/*--------------案例-----------*/
.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%;}
.chnp_a{width:100%;float:left;margin:6% 0px;}
.mskwes{width:100%;float:left;}
.sd_jjfa{width:100%;float:left;padding-bottom:2%;background-color:#f9f9f9;}
.sd_jjfa_a{width:1500px;margin:0px auto;}
.sdjj_a{width:100%;float:left;position:relative;top:0px;left:0px;height:100px;}
.sdjj_a span{width:100%;float:left;font-size:32px;font-weight:bold;text-align:center;position:absolute;top:0px;left:0px;z-index:55;line-height:100px;}
.sdjj_a p{width:100%;float:left;text-align:center;font-size:38px;color:#f4f4f4;position:absolute;top:29px;left:0px;z-index:3;line-height:80px;}
.sd_ali{width:100%;height:450px;position:relative;top:0px;left:0px;z-index:1;float:left;}
.sd_ali ul{width:100%;height:400px;position:inherit;float:left;}
.sd_ali ul li{width:23%;position:relative;top:0px;left:0px;z-index:1;overflow:hidden;background-color:#fff;float:left;margin:1%;}
.sd_ali ul li:hover #fs21{display:block;top:30px;transition: all 0.5s ease;}
.sd_ali ul li:hover #fs6{position:absolute;padding-top:5%;background-color:#fff;opacity:0.9;top:0px;left:0px;z-index:610;transition: all 0.5s ease;}
.sd_ali ul li a img{width:100%;height:350px;float:left;}
.sd_ali ul li a span{width:100%;float:left;}
.sd_ali ul li a span h2{width:100%;float:left;font-size:16px;line-height:50px;text-align:center;}
.sd_ali ul li a span p{font-size:25px;float:right;margin-right:1%;}
.sd_ali ul li a span font{width:90%;position:relative;top:0px;left:0px;z-index:600;background-color:#fff;padding:5%;display:none;float:left;font-size:16px;line-height:35px;height:250px;}
.sdchiap span{width:12.5%;cursor: pointer;float:left;font-size:18px;text-align:center;line-height:75px;color: #666;font-weight: 600;position:relative;}
.sdchiap a{width:24px;}
.sdchiap img{width:24px;height:11px;position: absolute;left: 166px;top: 50px;}
.sdchiap span:hover{border-bottom:solid 2px #1063c4;color:#1063c4;}
.sdchiapp{width:100%;float:left;}
.sdchiapp a{width:12.5%;float:left;}
.sdchiapp span{width:100%;text-align:center;cursor: pointer;float:left;font-size:20px;line-height:75px;color: #666;font-weight: 600;position:relative;}
.sdchiapp img{width:24px;height:11px;position: absolute;left: 166px;top: 50px;}
.sdchiapp span:hover{border-bottom:solid 2px #1063c4;color:#1063c4;}
.sd_cps{max-width:1500px;margin:0px auto;}
.sd_cpcpa{background-color:#fff;width:100%;float:left;box-shadow: 0 5px 13px rgba(0, 0, 0, 0.05);}
.sd_cpcpa ul{width:100%;float:left;margin:20px 0px 0px 0px;}
.sd_cpcpa ul li{width:25%;position:relative;top:0px;left:0px;z-index:1;float:left;position:relative;top:0px;left:0px;}
.sd_cpcpa ul li span{width:100%;float:left;position:absolute;top:0px;left:0px;z-index:50;}
.sd_cpcpa ul li span img{width:25px;margin:1%;float:left;}
.sd_cpcpa ul li span p{height:30px;margin:3% 1% 1% 1%;float:right;color:#777;}
.sd_cpcpa ul li a img{width:100%;float:left;padding:4% 0px 5% 0px;position:relative;top:0px;left:0px;z-index:30;}
.sd_cpcpa ul li a h3{width:100%;font-weight:normal;float:left;line-height:40px;font-size:16px;text-align:center;padding-bottom:8%;}

@media (min-width: 2001px) {
.cvida{top:25%;}
}
@media screen and (min-width:1801px) and (max-width:1920px) {
.cvida{top:30%;}
}
@media screen and (min-width:1600px) and (max-width:1800px) {
.cvida{top:30%;}
}
@media screen and (min-width:1501px) and (max-width:1599px) {
.mg_logo{width:9%;}
.cvida span{font-size:14px;}
.video-title{font-size:22px;}
.nj_fota{width:96%;padding:0px 2%;}
}

@media screen and (min-width:1200px) and (max-width:1500px) {
.mg_logo{width:9%;}
.cvida span{font-size:14px;}
.video-title{font-size:22px;}
.nj_fota{width:96%;padding:0px 2%;}
.mg_zhjs{width:39%;margin-top:2%;}
.mg_zhjs span b{font-size:20px;}
.mg_logo{margin-top:1%;}
.video-description{display:none;}
.video-card{width:32%;}
.pop_ina span{font-size:40px;}
.pop_qh{width:48%;}
.pop_in{height:1000px;}
.pvodid{width:100%;height:800px;overflow:hidden;}
.vixwa_b ul li{height:380px;}
.pop_inba ul li{width:16%;}
.vixwa_b ul li a h2{font-size:16px;}
}