@charset "utf-8";
/* ————————————————————————————首页标题样式1———————————————————————————— */
.title{
	float: left;
	width: 100%;
	position: relative;
}
.title .title-c{
	float: left;
	width: 100%;
	max-width: 80%;
	max-width: 100%;
	line-height: 44px;
	font-size: 42px;
	font-size: 36px;
	color: #333;
}
.title .title-e{
	float: left;
	width: 100%;
	max-width: 78%;
	max-width: 100%;
	line-height: 18px;
	font-size: 14px;
	font-size: 16px;
	margin-top: 16px;
	color: #a6a6a6;
}
.title a{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #aec1d0;
}
.title a:hover{
	margin-right: 5px;
}
.title a img{
	vertical-align: top;
	margin-left: 16px;
}
@media (max-width: 1440px){
	.title .title-c{
		line-height: 38px;
		font-size: 36px;
		font-size: 30px;
	}
	.title .title-e{
		line-height: 16px;
		font-size: 14px;
		margin-top: 10px;
	}
	.title a{
		font-size: 14px;
	}
	.title a img{
		margin-left: 12px;
	}
	
}
@media (max-width: 1199px){
	.title .title-c{
		line-height: 26px;
		font-size: 24px;
	}
	.title .title-e{
		margin-top: 8px;
	}
	
	.title a img{
		margin-left: 8px;
	}
}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	.title .title-c{
		line-height: 22px;
		font-size: 20px;
		max-width: 70%;
	}
	.title .title-e{
		max-width: 70%;
		max-width: 100%;
	}
}
/* ————————————————————————————首页圆形按钮———————————————————————————— */
     .title-a-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 0;
            background: white;

            position: relative;
            z-index: 1;
       
  
        }
        
        .title-a-left {
            flex: 1;
        }
        
        .title-a-main-title {
            font-size: 2.2rem;
            font-weight: 500;
            color: #333333;
            margin-bottom: 8px;
            line-height: 1.3;
        }
        
        .title-a-sub-title {
            font-size: 1rem;
            color: #a6a6a6;
            font-weight: 400;
            line-height: 1.5;
        }
        
        .title-a-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .title-a-search-more {
            font-size: 16px;
            color: #aec1d0;
            font-weight: 400;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .title-a-search-more:hover {
            color: #aec1d0;
            transform: translateX(2px);
        }
        
        .title-a-icon-circle {
            width:28px;
            height: 28px;
            background: #0a4387;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
        }
        
        .title-a-icon-circle:hover {
            background: #0a4387;
            transform: translateX(1px) scale(1.01);
            box-shadow: 0 6px 12px rgba(52, 152, 219, 0.4);
        }
        
        .title-a-icon-circle i {
            color: white;
            font-size: 12px;
        }
        
        /* 响应式调整 */
        @media (max-width: 900px) {
            .title-a-container {
                padding: 20px;
            }
            
            .title-a-main-title {
                font-size: 1.8rem;
            }
            
            .title-a-sub-title {
                font-size: 1.1rem;
            }
            
            .title-a-icon-circle {
                width: 45px;
                height: 45px;
            }
        }
        
        @media (max-width: 768px) {
            .title-a-main-title {
                font-size: 1.4rem;
            }
            
            .title-a-sub-title {
                font-size: 0.9rem;
            }
			
			      .title-a-icon-circle {
            width:28px;
            height: 28px;
            background: #0a4387;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
        }
            
            .title-a-search-more {
                font-size: 14px;
            }
        }
        
        @media (max-width: 576px) {
            .title-a-container {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            
            .title-a-right {
                width: 100%;
                justify-content--: space-between;
            }
            
        }
/* ————————————————————————————首页大图轮播———————————————————————————— */   
        /* 轮播图容器 */
        .ibanner_container {
            position: relative;
            width: 100%;
            
            margin: 0 auto;
            overflow: hidden;
            border-radius: 0px;
            box-shadow-: 0 20px 50px rgba(0, 0, 0, 0.5);
            transition: all 0.4s ease;
            aspect-ratio: 16/7;
        }
        
        .ibanner_container:hover {
            transform: translateY(0px);
            box-shadow-: 0 25px 60px rgba(0, 0, 0, 0.6);
        }
        
        /* 轮播轨道 */
        .ibanner_slides {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        /* 单个轮播项 */
        .ibanner_slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease, transform 0.8s ease;
            transform: scale(1);
            display: flex;
            align-items: flex-end;
            overflow: hidden;
        }
        
        .ibanner_slide.ibanner_active {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }
        
        /* 轮播图片 */
        .ibanner_slide-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 8s ease;
        }
        
        .ibanner_slide:hover .ibanner_slide-img {
            transform: scale(1.01);
        }
        
        /* 标题区域 */
        .ibanner_caption {
			 align-items: center;
            position: relative;
            width: 100%;
            padding: 30px; 
            z-index: 3;
			top:50%;
            max-width: 50%;
            z-index: 3;
            background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
            color: white;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s ease;
        }
        
        .ibanner_active .ibanner_caption {
            transform: translateY(0);
            opacity: 1;
        }
        
        .ibanner_caption h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            opacity: 0;
            transform: translateX(-30px);
            transition: all 0.5s ease 0.2s;
        }
        
        .ibanner_active .ibanner_caption h2 {
            opacity: 1;
            transform: translateX(0);
        }
        
        .ibanner_caption .ibanner_line {
            width: 80px;
            height: 4px;
            background: #ff6b6b;
            margin-bottom: 15px;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease 0.5s;
        }
        
        .ibanner_active .ibanner_caption .ibanner_line {
            transform: scaleX(1);
        }
        
        .ibanner_caption p {
            font-size: 1.2rem;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease 0.7s;
        }
        
        .ibanner_active .ibanner_caption p {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* 控制按钮 */
        .ibanner_controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            z-index: 4;
        }
        
        .ibanner_btn {
            background: rgba(255, 255, 255, 0.01);
            border: 2px solid white;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            opacity: 0.7;
        }
        
        .ibanner_btn:hover {
            background: rgba(255, 255, 255, 0.3);
            opacity: 1;
            transform: scale(1.1);
        }
        
        .ibanner_btn i {
            font-size: 24px;
            color: white;
        }
        
        /* 指示点 */
        .ibanner_dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            z-index: 4;
            padding: 10px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 30px;
        }
        
        .ibanner_dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .ibanner_dot.ibanner_active {
            background: #0a4387;
            transform: scale(1.2);
        }
        
        .ibanner_dot:hover {
            background: white;
            transform: scale(1.2);
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .ibanner_controls {
                display: none;
            }
            
            .ibanner_caption h2 {
                font-size: 1.8rem;
            }
            
            .ibanner_caption p {
                font-size: 1rem;
            }
            
            .header h1 {
                font-size: 2rem;
            }
            
            .header p {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 480px) {
            .ibanner_caption {
                padding: 20px;
            }
            
            .ibanner_caption h2 {
                font-size: 1.5rem;
            }
            
            .ibanner_dots {
                bottom: 10px;
            }
            
            .ibanner_dot {
                width: 10px;
                height: 10px;
                margin: 0 5px;
            }
            
            .header h1 {
                font-size: 1.8rem;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
/* ————————————————————————————首页解决方案切换——————————————————————————— */

        .iplan_container {
            width: 100%;
            padding: 20px 0;
        }

        .iplan_carousel {
            position: relative;
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 0px;
            height: 640px;
        }

        .iplan_carousel-inner {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .iplan_carousel-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }

        .iplan_carousel-item.active {
            opacity: 1;
        }

        .iplan_carousel-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .iplan_carousel-caption {
            position: absolute;
            top:20%;
            bottom: 0;
            left: 0;
            width: 80%;
            padding: 130px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0));
            z-index: 10;
        }

        .iplan_caption-title {
            font-size: 2rem;
            font-weight: 500;
            color: #fff;
            margin-bottom: 10px;
            text-shadow0: 0 2px 4px rgba(0, 0, 0, 0.8);
        }

        .iplan_caption-text {
            font-size:2rem;
            margin-bottom: 25px;
            max-width: 600px;
            color: #fff;
            line-height: 1.6;
            text-shadow-: 0 1px 3px rgba(0, 0, 0, 0.8);
        }

        .iplan_carousel-btn {
            display: inline-block;
            background: linear-gradient(to right, #0a4387, #0a4387);
            color: white;
            padding: 12px 35px;
            border-radius: 0px;
            font-weight: 400;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }

        .iplan_carousel-btn:hover {
            transform: translateY(0px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
            background: #015bac;
        }

        .iplan_carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.5);
            color: #666;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .iplan_carousel-control:hover {
            background: rgba(255, 255, 255, 0.7);
            transform: translateY(-50%) scale(1.1);
        }

        .iplan_prev {
            left: 20px;
        }

        .iplan_next {
            right: 20px;
        }

        .iplan_carousel-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 20;
        }

        .iplan_indicator {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .iplan_indicator.active {
            background: #3498db;
            transform: scale(1.2);
        }

        .iplan_features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .iplan_feature-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
        }

        .iplan_feature-card:hover {
            transform: translateY(-10px);
        }

        .iplan_feature-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #3498db;
        }

        .iplan_feature-title {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: #4facfe;
        }

        .iplan_feature-text {
            color: #e0e0ff;
            line-height: 1.6;
        }

        .iplan_footer {
            text-align: center;
            margin-top: 60px;
            padding: 20px;
            color: #a0a0ff;
            font-size: 0.9rem;
        }

        /* 响应式设计 */
        @media (max-width: 900px) {
            .iplan_carousel {
                height: 400px;
            }
            
            .iplan_caption-title {
                font-size: 1.8rem;
            }
            
            .iplan_caption-text {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .iplan_carousel {
                height: 200px;
            }
            
            .iplan_caption-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 576px) {
            .iplan_carousel {
                height: 200px;
            }
            
            .iplan_carousel-caption {
                padding: 20px;
            }
            
            .iplan_caption-title {
                font-size: 1.2rem;
            }
            
            .iplan_caption-text {
                font-size: 0.9rem;
                margin-bottom: 15px;
            }
            
            .iplan_carousel-btn {
				
                padding: 10px 20px;
                font-size: 0.85rem;
            }
            
            .iplan_carousel-control {
                width: 30px;
                height: 30px;
                font-size: 1rem;
            }
        }

        /* 动画效果 */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }


/* ————————————————————————————首页技术支持—————————————————————————— */
     .i_service-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
        
            padding: 7% 5%;
            color: white;
            position: relative;
            z-index: 1;
        }

        .i_service-subtitle {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 15px;
            font-weight: 300;
            opacity: 0.9;
        }

        .i_service-title {
            font-size: 2rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 10px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            max-width: 800px;
        }

        .i_service-stats {
            display: flex;
            margin: 40px 0 50px;
            gap: 40px;
        }

        .i_service-stat {
            display: flex;
            flex-direction: column;
        }

        .i_service-stat-top {
            margin-bottom: 15px;
        }

        .i_service-stat-top i {
            font-size: 2.5rem;
            color: #ffffff;
			 margin-top: 0px;
        }

        .i_service-stat-number-container {
            display: inline-flex;
            position: relative;
        }

        .i_service-stat-number {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1;
        }

        .i_service-stat-unit {
            position: absolute;
            bottom: 5px;
            right: -20px;
            font-size: 1.2rem;
            opacity: 0.89;
            font-weight: 700;
        }

        .i_service-stat-bottom {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 180px;
            line-height: 1.4;
        }

        .i_service-button {
            display: inline-block;
        }

        .i_service-button a {
            display: inline-block;
            background: #0a4387;
            color: white;
            text-decoration: none;
            padding: 10px 35px;
            border-radius: 0px;
            font-weight: 400;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 0px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
        }

        .i_service-button a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }

        .i_service-button a:hover {
            background: #015abc;
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
        }

        .i_service-button a:hover::before {
            left: 100%;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .i_service-title {
                font-size: 3rem;
            }
            .i_service-stats {
                gap: 30px;
            }
            .i_service-stat-number {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 992px) {
            .i_service-container {
                padding: 7% 8%;
            }
            .i_service-title {
                font-size: 2.5rem;
            }
            .i_service-stats {
                gap: 20px;
            }
            .i_service-stat-bottom {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .i_service-container {
                padding: 7% 5%;
            }
            .i_service-subtitle {
                font-size: 1rem;
            }
            .i_service-title {
                font-size: 2rem;
            }
            .i_service-stats {
                flex-wrap: nowrap;
                overflow-x: auto;
                padding-bottom: 20px;
                margin: 30px 0 40px;
                scrollbar-width: none;
            }
            .i_service-stats::-webkit-scrollbar {
                display: none;
            }
            .i_service-stat {
                flex: 0 0 auto;
                min-width: 100px;
            }
            .i_service-stat-number {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 480px) {
            .i_service-title {
                font-size: 1.8rem;
            }
            .i_service-stat {
                min-width: 60px;
            }
            .i_service-stat-number {
                font-size: 2rem;
            }
            .i_service-button a {
                padding: 12px 30px;
                font-size: 1rem;
            }
        }
/* ————————————————————————————首页全球服务————————————————————————— */
        .inet-container {
            position: relative;
            width: 100%;
            height-: 100%;
            overflow-: hidden;
        }
        
        .inet-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
                        url('../img/bg_net.jpg') no-repeat center center;
            background-size: cover;
            z-index: 1;
        }
        
        .inet-content {
            position: relative;
            z-index: 2;
            padding: 10px 80px;
           
            height-----------------: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .inet-stats-container {
            margin-top: 40px; width: 150px;
        }
        
        .inet-stats-item {
            display: block;
            text-decoration: none;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }
        
        .inet-stats-item:hover {
            transform: translateX(5px);
        }
        
        .inet-stats-top {
            display: flex;
            align-items: center;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            margin-bottom: 15px;
        }
        
        .inet-stats-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
        }
        
        .inet-stats-icon i {
            font-size: 24px;
            color: #ffffff;
        }
        
        .inet-stat-number {
            font-size: 48px;
            font-weight: 800;
            background: linear-gradient(to right, #ffffff, #ffffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .inet-stats-bottom {
			width:100%
            font-size: 18px;
            color: rgba(255, 255, 255, 0.85);
            padding-left: 0px;
        }
        
        .inet-buttons {
            display: flex;
            margin-top: 30px;
			margin-bottom: 30px;
        }
        
        .inet-button {
            display: flex;
            align-items: center;
            padding: 15px 30px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            border-radius: 8px;
        }
        
        .inet-button-primary {
            background: rgba(255, 255, 255, 0.3);
            color: white;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        
        .inet-button-primary:hover {
            background: transparent;
			color: white;
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .inet-button-secondary {
            background: transparent;
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
        
        .inet-button-secondary:hover {
            background: rgba(255, 255, 255, 0.9);
            color: #222;
        }
        
        .inet-button-icon {
            margin-right: 12px;
            font-size: 20px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .inet-content {
                width: 100%;
                padding: 20px;
            }
            
            .inet-stats-container {
                display: flex;
                justify-content: space-between;
                margin-top: 20px;

                margin-bottom: 0;
                width: 100%;
            }
            
            .inet-stats-item {
                flex: 1;
                margin: 0 10px;
                margin-bottom: 0;
            }
            
            .inet-stats-top {
                flex-direction: column;
                text-align: center;
                padding-bottom: 15px;
            }
            
            .inet-stats-icon {
                display: none;
            }
            
            .inet-stats-bottom {
                padding-left: 0;
                font-size: 16px;
            }
            
            .inet-stat-number {
                font-size: 32px;
                margin-top: 10px;
            }
            
            .inet-buttons {
                position-----: fixed;
				
                bottom: 20px;
                left: 20px;
                right: 20px;
                justify-content: center;
            }
        }
        
        @media (max-width: 768px) {
            .inet-stats-container {
                flex-direction: column;
            }
            
            .inet-stats-item {
                margin: 10px 0;
            }
            
            .inet-stats-top {
                flex-direction: row;
                text-align: left;
            }
            
            .inet-stats-icon {
                display: flex;
            }
            
            .inet-stats-bottom {
                padding-left: 70px; 
            }
        }
/* ————————————————————————————首页新闻列表————————————————————————— */

        :root {
            --inews-blue: #0a4387;
            --inews-light-blue: #0a4387;
            --inews-light-gray: #f8f9fa;
            --inews-gray: #e0e0e0;
            --inews-dark-gray: #5f6368;
            --inews-white: #ffffff;
            --inews-black: #202124;    
    
        }
        .inews-container {       
            width: 100%;
            margin: 20px auto;
        }

        .inews-grid {
            display: flex;
            border: 1px solid var(--inews-gray);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--inews-shadow);
            background: var(--inews-white);
        }

        .inews-item {
            flex: 1;
            min-width: 0;
            border-right: 1px solid var(--inews-gray);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            background: var(--inews-white);
        }

        .inews-item:last-child {
            border-right: none;
        }

        .inews-item a {
            display: block;
            padding: 25px;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .inews-subtitle {
            font-size: 0.85rem;
            color: #333333;
            font-weight: 500;
            margin-bottom: 12px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .inews-line {
            height: 1px;
            background: #e0e0e0;
            margin: 15px 0;
            width: 100%;
            transition: width 0.3s ease;
        }

        .inews-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 20px;
			height:60px;
            line-height: 1.4;
            transition: color 0.3s;
        }

        .inews-image-container {
            overflow: hidden;
            border-radius: 0px;
            margin-bottom: 20px;
            height: 250px;
       
        }

        .inews-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .inews-meta {
            display: flex;
            align-items: center;
            font-size: 0.9rem;
            color: #333333;
        }

        .inews-icon {
            color: var(--inews-dark-gray);
            margin-right: 8px;
            font-size: 0.9rem;
        }

        .inews-time {
            transition: color 0.3s;
        }

        .inews-item:hover {
            background: linear-gradient(135deg, var(--inews-blue), var(--inews-light-blue));
            color: var(--inews-white);
            transform: translateY(-5px);
            z-index: 10;
            box-shadow: var(--inews-hover-shadow);
        }

        .inews-item:hover .inews-subtitle {
            color: rgba(255, 255, 255, 0.9);
        }

        .inews-item:hover .inews-line {
            background: rgba(255, 255, 255, 0.5);
            width: 70px;
        }

        .inews-item:hover .inews-title {
            color: var(--inews-white);
        }

        .inews-item:hover .inews-image {
            transform: scale(1.08);
        }

        .inews-item:hover .inews-icon,
        .inews-item:hover .inews-time {
            color: rgba(255, 255, 255, 0.9);
        }

        /* 轮播容器 - 移动端和平板 */
        .inews-carousel-container {
            display: none;
            position: relative;
            overflow: hidden;
            border-radius: 0px;
			border:#dddddd 1px solid;
            box-shadow: var(--inews-shadow);
        }

        .inews-carousel {
            display: flex;
            transition: transform 0.6s ease;
        }

        .inews-carousel-item {
            flex: 0 0 100%;
            min-width: 100%;
        }

        .inews-indicators {
            display: flex;
            justify-content: center;
            margin-top: 10px 0;
        }

        .inews-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--inews-gray);
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .inews-indicator.active {
            background-color: var(--inews-blue);
            transform: scale(1.2);
        }

        /* 导航按钮 */
        .inews-carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: var(--inews-shadow);
            border: none;
            opacity: 0.8;
            transition: all 0.3s;
        }

        .inews-carousel-nav:hover {
            opacity: 1;
            background-color: var(--inews-white);
            transform: translateY(-50%) scale(1.1);
        }

        .inews-carousel-nav.prev {
            left: 20px;
        }

        .inews-carousel-nav.next {
            right: 20px;
        }

        .inews-carousel-nav i {
            color: var(--inews-blue);
            font-size: 1.2rem;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            /* 平板设备 - 2列布局 */
            .inews-grid {
                flex-wrap: wrap;
            }
            
            .inews-item {
                flex: 0 0 50%;
                border-right: 1px solid var(--inews-gray);
                border-bottom: 1px solid var(--inews-gray);
            }
            
            .inews-item:nth-child(2n) {
                border-right: none;
            }
            
            .inews-item:nth-last-child(-n+2) {
                border-bottom: none;
            }
        }

        @media (max-width: 768px) {
            /* 移动设备 - 轮播模式 */
            .inews-grid {
                display: none;
            }
            
            .inews-carousel-container {
                display: block;
            }
            
        }

        @media (max-width: 480px) {

            .inews-image-container {
                height: 200px;
            }
            
            .inews-carousel-nav {
                width: 30px;
                height: 30px;
            }
        }


/* ————————————————————————————首页人才图片———————————————————————— */		
.i-recruit-con {
	width:100%;
	float:left;
}
.i-recruit-con img {
	width:100%;
}

@media (max-width:768px) {
	.i-recruit-con { margin: 0px; }
}
		
/* ————————————————————————————首页LOGO————————————————————————— */
        .ilogo-container {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 50px;
            padding: 50px 0; 
            width: 100%;
            margin: 0 auto;
			
			
        }
        
        .ilogo-item {
            position: relative;
            border-radius: 0px;
            overflow-: hidden;
        
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 80px;
   
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .ilogo-item:hover {
            transform: translateY(-5px) scale(1.01);         
            z-index: 10;
        }
        
        .ilogo-item img {
            width: 100%;
            height-: 100%;
            object-fit-: cover;
            transition: transform 0.5s ease;
        }
        
        .ilogo-item:hover img {
            transform: scale(1.01);
        }
        
        .ilogo-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            padding: 20px 15px 15px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }
        
        .ilogo-item:hover .ilogo-overlay {
            opacity: 1;
            transform: translateY(0);
        }
        
        .ilogo-overlay h3 {
            font-size: 1.1rem;
            margin-bottom: 5px;
            color: #ffb347;
        }
        
        .ilogo-overlay p {
            font-size: 0.85rem;
            color: #ddd;
        }
        
        .ilogo-footer {
            margin-top: 50px;
            text-align: center;
            padding: 20px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 15px;
            max-width: 800px;
            width: 100%;
            font-size: 1.1rem;
        }
        
        .ilogo-footer a {
            color: #ffb347;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .ilogo-footer a:hover {
            color: #ff7e5f;
            text-decoration: underline;
        }
        
        /* 平板端样式 */
        @media (max-width: 1024px) {
            .ilogo-container {
                grid-template-columns: repeat(5, 1fr);
            }
            
            .ilogo-item {
                height: 200px;
            }
            
            .ilogo-header h1 {
                font-size: 2.4rem;
            }
        }
        
        /* 移动端样式 */
        @media (max-width: 768px) {
            .ilogo-container {
                grid-template-columns: repeat(5, 1fr);
                gap: 12px;
            }
            
            .ilogo-item {
                height: 150px;
                border-radius: 0px;
            }

 
        }
        
        /* 超小屏幕优化 */
        @media (max-width: 480px) {
            .ilogo-container {
                grid-template-columns: repeat(5, 1fr);
                gap: 8px;
            }
            
            .ilogo-item {
                height: 100px;
            }

        }
        
        /* 屏幕方向优化 */
        @media (max-width: 768px) and (orientation: landscape) {
            .ilogo-item {
                height: 100px;
            }
        }

/* ————————————————————————————首页底部————————————————————————— */
        /* 页脚样式 */
        .footer-container {
            margin-top: auto;
        }

        .footer-top {
            background-color: white;
            padding: 60px;
        }

        .footer-top-inner {
            display: flex;          
            margin: 0 auto;
        }

        .footer-left {
            width: 30%;
            padding-right: 30px;
        }

        .footer-right {
            width: 70%;
            display: flex;
            justify-content: flex-end;
        }

        .footer-logo {
            width: 320px;
            height: auto;
            margin-bottom: 0px;
        }

        .footer-contact {
            margin-top: 20px;
        }

        .footer-contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

        .footer-contact-icon {
            width: 24px;
            height: 24px;
            background-color: #0a4387;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
        }

        .footer-contact-text {
            color: #333333;
            font-size: 16px;
            transition: var(--transition);
        }

        .footer-contact-text:hover {
            color: #0a4387;
        }

        .footer-menu {
            display: flex;
            gap: 40px;
        }

        .footer-menu-column {
            flex: 1;
            min-width: 130px;
        }

        .footer-menu-title {
            color: #333333;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 22px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-menu-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 0px;
            background: #0a4387;
        }

        .footer-menu-links {
            list-style: none;
        }

        .footer-menu-links li {
            margin-bottom: 12px;
        }

        .footer-menu-links a {
            color: #333333;
            text-decoration: none;
            font-size: 16px;
            transition: var(--transition);
            position: relative;
        }

        .footer-menu-links a:hover {
            color: #0a4387;
            padding-left: 1px;
        }

        .footer-menu-links a:hover::before {
            content: '';
            position: absolute;
            left: -15px;
        }

        .footer-bottom {
			 background: #0a4387;
            color: #ffffff;
            padding: 30px 0%;			
        }

        .footer-bottom-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
     
            margin: 0 auto;
        }

        .footer-copyright {
            color: rgba(255, 255, 255, 0.85);
            font-size: 16px;
        }

        .footer-copyright a {
            color: white;
            text-decoration: none;
            transition: var(--transition);
        }

        .footer-copyright a:hover {
            text-decoration: none;
        }

        .footer-links-container {
            position: relative;
            width: 250px;
        }

        .footer-links-select {
            width: 100%;
            padding: 12px 20px;
            background-color: rgba(255, 255, 255, 0.15);
            border: none;
            border-radius: 0px;
            color: white;
            font-size: 16px;
            cursor: pointer;
            appearance: none;
            position: relative;
            text-align: center;
            transition: var(--transition);
        }

        .footer-links-select:hover {
            background-color: rgba(255, 255, 255, 0.25);
        }

        .footer-links-options {
            position: absolute;
            bottom: 100%;
            left: 0;
            width: 100%;
            background-color: white;
            border-radius: 0px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            padding: 15px 0;
            display: none;
            z-index: 100;
            margin-bottom: 10px;
        }

        .footer-links-options a {
            display: block;
            padding: 10px 20px;
            color: #333333;
            text-decoration: none;
            font-size: 15px;
            transition: var(--transition);
        }

        .footer-links-options a:hover {
            background-color: #f5f7fa;
            color: #0a4387;
        }

        .footer-links-container.active .footer-links-options {
            display: block;
        }

        /* 移动端底部菜单 */
        .footer-mobile-menu {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: white;
            display: flex;
            justify-content: space-around;
            padding: 15px 0;
            box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            display: none;
        }

        .footer-mobile-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #333333;
            text-decoration: none;
            font-size: 12px;
            flex: 1;
            position: relative;
        }

        .footer-mobile-item i {
            font-size: 20px;
            margin-bottom: 5px;
           color: #0a4387;
        }

        .footer-mobile-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 30px;
            width: 1px;
            background-color: #ddd;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .footer-top-inner {
                flex-direction: column;
            }
            
            .footer-left, .footer-right {
                width: 100%;
            }
            
            .footer-right {
                margin-top: 40px;
                justify-content: flex-start;
            }
            
            .footer-menu {
                flex-wrap: wrap;
                gap: 30px;
            }
            
            .footer-menu-column {
                min-width: 45%;
            }
        }

        @media (max-width: 768px) {
            .footer-top {
                padding-bottom: 80px;
            }
            
            .footer-right {
                display: none;
            }
            
            .footer-bottom-inner {
                flex-direction: column;
                gap: 25px;
                align-items: flex-start;
            }
            
            .footer-mobile-menu {
                display: flex;
            }
            
            .footer-menu-column {
                min-width: 100%;
            }
            
            .footer-menu {
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .footer-top {
                padding: 40px 5% 80px;
            }
            
            .footer-logo {
                width: 150px;
            }
            
            .footer-contact-text {
                font-size: 14px;
            }
            
            .footer-copyright {
                font-size: 14px;
            }
            
            .footer-links-container {
                width: 100%;
            }
            
            .footer-menu-title {
                font-size: 18px;
            }
        }