.titlese{margin: 0;text-align: center;}
.titlese h3{font-size: 52px;margin-bottom: 35px;font-weight: bold;}
.titlese p{font-size: 18px;margin: 35px 0 0;line-height: 1.5;}
.xiaxian{width:50px;height: 3px;background:#000;margin: auto;}
.w1200{max-width:1400px;margin:auto;}
.index_noe{padding:50px;}
.index_noe .noe_auto{margin-top:50px}
.index_noe .noe_auto ul{display:flex;justify-content: space-between;}
.index_noe .noe_auto ul li{width: 18%;text-align: center;}
.index_noe .noe_auto ul li h3{font-size: 24px;margin: 20px 0 5px;font-weight: bold;}
.index_noe .noe_auto ul li p{font-size: 15px;margin: 0;}
.img_noe{padding: 50px;text-align:center;background: #e4e4e4;position:relative;height: 170px;}
.img_noe::before {
	content:'';
	position:absolute;
	width: 0;
	right: -10px;
	top: 50%;
	height: 0;
	border-left: 10px solid #e4e4e4;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translateY(-50%);
}

.index_noe .noe_auto ul li:hover .img_noe{background:#d50000;}


.index_noe .noe_auto ul li:hover .img_noe::before {
	content:'';
	position:absolute;
	width: 0;
	right: -10px;
	top: 50%;
	height: 0;
	border-left: 10px solid #d50000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translateY(-50%);
}

.index_noe2{padding: 50px 0;}
.index_noe2 .noe_auto{margin-top:50px}


        /* é€‰é¡¹å¡å¯¼èˆªæ ·å¼ */
        .tabs-nav {
            display: flex;
            /* background-color: #f8f9fa; */
            /* border-bottom: 1px solid #e9ecef; */
            justify-content: space-between;
        }

        .tab-btn {
            padding: 5px 15px;
            border: none;
            background: none;
            border: 1px solid #999;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            border-radius: 60px;
            font-weight: bold;
            color: #000;
            transition: all 0.3s ease;
            position: relative;
        }

        .tab-btn:hover {
            color: #2d3436;
            background-color: rgba(0, 0, 0, 0.03);
        }

        .tab-btn.active {
            color: #fff;
            background: #d50000;
            border-color: #d50000;
        }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 3px;
            /* background-color: #007bff; */
        }

        /* é€‰é¡¹å¡å†…å®¹æ ·å¼ */
        .tabs-content {
            margin-top: 50px;
        }

        .tab-panel {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .tab-panel.active {
            display: block;
        }

        .tab-panel h3 {
            margin-bottom: 1.5rem;
            color: #2d3436;
            font-size: 1.5rem;
        }

        /* åˆ—è¡¨æ ·å¼ - æ¯æŽ’3ä¸ªï¼Œå…±6ä¸ªé¡¹ç›® */
        .item-list {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            list-style: none;
            justify-content: space-between;
        }

        .list-item {
            /* flex: 1 0 calc(30% - 1rem); */ /* æ¯æŽ’3ä¸ªé¡¹ç›® */
            width: 32%;
            padding: 1rem;
            /* background-color: #f8f9fa; */
            border-radius: 0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e9ecef;
            margin-bottom: 1%;
        }
		.list-item img{width: 100%;}

        .list-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .list-item h4 {
            margin-bottom: 0.5rem;
            color: #000;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
            margin: 20px 0 10px;
        }

        .list-item p {
            color: #555;
            font-size: 18px;
            margin: 0;
            text-align: center;
        }

        /* å“åº”å¼è®¾è®¡ */
        @media (max-width: 768px) {
            .tabs-nav {
                flex-wrap: wrap;
            }
            
            .tab-btn {
                flex: 1 0 auto;
                text-align: center;
            }
            
            .list-item {
                flex: 1 0 calc(50% - 1rem); /* å°å±å¹•æ¯æŽ’2ä¸ª */
            }
        }

        @media (max-width: 480px) {
            .list-item {
                flex: 1 0 100%; /* è¶…å°å±å¹•æ¯æŽ’1ä¸ª */
            }
        }

        /* åŠ¨ç”»æ•ˆæžœ */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
		
		
		
.index_noe3{padding: 50px 0;background: url(../images/aboutus.jpg);}
.index_noe3 .noe_auto{margin-top:50px}
	
.p_abou{margin-bottom: 50px;}
.p_abou p{font-size: 18px;line-height: 1.8;}
.lei_abou{display: flex;justify-content: space-between;align-items: center;}
.left_abou{width: 46%;}
.right_abou{width: 50%;}
.right_abou	p{font-size: 18px;}
.right_abou	h3{font-size: 50px;margin: 0 0 30px;color: #d50000;font-weight: bold;}	
.right_abou	a{font-size: 16px;padding: 5px 30px;display: inline-block;margin-top: 30px;background: #d50000;border-radius: 60px;color: #fff;}	
		
		
		
.img_noe2 img{width: 100%;}
.index_noe4{padding: 50px 0;}
.index_noe4 .noe_auto{margin-top:50px}			
.index_noe4 .noe_auto ul{display:flex;justify-content: space-between;}
.index_noe4 .noe_auto ul li{width: 31%;text-align: center;background: #e4e4e4;border: 1px solid #ddd;}
.index_noe4 .noe_auto ul li h3{font-size: 24px;margin: 10px 0;font-weight: bold;}
.index_noe4 .noe_auto ul li p{font-size: 15px;margin: 0;}
.text_an{padding: 15px;}
.index_noe4 .noe_auto ul li:hover .text_an{background:#d50000;}
.index_noe4 .noe_auto ul li:hover h3{color:#fff;}
.index_noe4 .noe_auto ul li:hover p{color:#fff;}
	


.index_noe5{padding: 50px 0;background: #fafafa;}
.index_noe5 .noe_auto{margin-top:50px}			
.index_noe5 .noe_auto ul{display:flex;justify-content: space-between;flex-wrap: wrap;}
.index_noe5 .noe_auto ul li{/* width: 31%; */text-align: left;background: #fff;border: 1px solid #ddd;}
.index_noe5 .noe_auto ul li h3{font-size: 18px;margin: 0 0 10px 0;font-weight: bold;}
.index_noe5 .noe_auto ul li p{font-size: 15px;margin: 0;line-height: 1.8;color: #949494;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; /* è®¾ç½®æ˜¾ç¤ºçš„æœ€å¤§è¡Œæ•°ä¸º3 */overflow: hidden;}
.index_noe5 .noe_auto ul li b{font-size: 15px;margin: 15px 0 0;display: inline-block;width: 100%;border-bottom: 1px solid #ddd;padding-bottom: 25px;color: #949494;}
.index_noe5 .noe_auto ul li .text_an{padding: 15px 15px;}
.list_news{width: 32%;}
.news_titi{display: flex;justify-content: space-between;}
.new_lef{font-size: 22px;}
.new_righ{padding: 15px;}
.new_righ a{padding: 5px 10px;background: #3d3d3d;color: #fff;border-radius: 60px;}
.index_noe5 .noe_auto ul li .text_an:hover h3{color:#d50000;}	
.new_righ a:hover{color:#fff;background:#d50000;}