/* 鍩虹鏍峰紡閲嶇疆 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
	background: #f8f9fa;
    overflow-x: hidden;
}

/* 瀹瑰櫒鏍峰紡 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 瀵艰埅鏍忔牱寮� */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #b20f24;
    z-index: 1000;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.nav-logo{
	margin-top: -20px;
}
.xq{
	display: flex;
	justify-content: end;
}
.xq a{
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	padding-top: 12px;
}

.navbar.scrolled {
    background-color: rgba(51, 51, 51, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    height: 70px;
}


/* 瀵艰埅鑿滃崟鏍峰紡 */
.nav-menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-item {
    float: left;
}


.nav-link {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: #111;
    transform: translateY(-2px);
}


                /* 涓嬫媺鑿滃崟鏍峰紡 */
        .dropdown {
            position: absolute;
            top: 100%; /* 鍦ㄥ鑸」涓嬫柟鏄剧ず */
            /*left: 0;  */
            background: rgba(255, 255, 255, 0.85);
            min-width: 100px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-radius: 5px;
            opacity: 0; /* 鍒濆闅愯棌 */
            visibility: hidden; /* 闃叉浜や簰 */
            transform: translateY(-10px); /* 涓嬫媺鍔ㄧ敾璧峰浣嶇疆 */
            transition: all 0.3s ease;
        }
        /* 涓嬫媺鑿滃崟椤规牱寮� */
        .dropdown a {
            display: block;
            padding: 12px 20px;
            color: #4a5568;
            text-decoration: none;
            border-bottom: 1px solid #d6eefe;
        }
        
        /* 涓嬫媺鑿滃崟椤规偓鍋滄晥鏋� */
        .dropdown a:hover {
            background: #e6f4fd;
            color: #667eea;
        }
        
        /* 榧犳爣鎮仠鏃舵樉绀轰笅鎷夎彍鍗� */
        .nav-item:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0); /* 鍔ㄧ敾缁撴潫浣嶇疆 */
        }




.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.nav-search {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.nav-search:hover {
    color: #667eea;
}

/* 姹夊牎鑿滃崟 */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 3px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
}

/* 鑻遍泟鍖哄煙鏍峰紡 */
.hero {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*margin:70px 0px 0px 0px;*/
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/logo4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.5));
}




/* 鍔熻兘鍖哄煙鏍峰紡 */
.features {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #f8f9fa;
	display: flex;            /* 瀹氫箟寮规€ч」鐩� */
	flex-direction:row;       /* 瀹氫箟涓烘í鍚� */
	flex-wrap:nowrap;         /* 瀹氫箟涓嶆崲琛� */
	align-items:flex-start;   /* 瀹氫箟鍦ㄤ氦鍙夎酱璧风偣瀵归綈 */
}


        .left {
            width: 20%;
            background: linear-gradient(to bottom, #dc0c33 55px, #fff 1%);
            padding: 15px 0px 20px 0px;
			border-radius: 15px;                          /* 鍦嗚鐭╁舰 */
            box-shadow: 2px 0 5px rgba(0,0,0,0.2);
        }
		
		.left h3{
			padding:0px 0px 15px 0px;
			color:#fff;
			text-align: center;
		}
		
		
		.left a {
            display: block;
            padding: 12px 0px;
            color: #4a5568;
            text-decoration: none;
			text-align: center;
            border-bottom: 1px solid #f7fafc;
        }
		
		.left a:hover {
            background: #e6f4fd;
            color: #667eea;
        }
		
		.right {        
			max-width: 75%;
			flex-grow: 1;
            padding: 0px 0px 20px 50px;
			       
        }
		
		.right h3{
			margin:0px 0px 10px 0px;
			border-bottom: 1px solid #444;
		}
		
		.icondraw {
  			width: 8px;
  			height: 25px;
  			background-color: #dc0c33;
			float:left;
			margin:0px 10px 0px 10px;
		}
		
		.right p{
			padding:10px 0px 0px 20px;
			text-indent: 2em;
			text-align: justify;
			color:#4a5568;
            line-height: 1.6;
		}


.news {
    
    list-style: none;
}
.newsli {
    overflow: visible;
    padding: 3px 0px;
    margin: 0 auto;
	text-align: left;
        }
		
.newsli a{
    padding: 12px 0px;
    color: #4a5568;
    text-decoration: none;
    border-bottom: 1px solid #f7fafc;
        }

.newsli a:hover {
    color: #667eea;
        }


/* 椤佃剼鏍峰紡 */
.footer {
    background: #b20f24;
    color: white;
    padding: 50px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.footer-section h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.footer-bottom {
    
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

/* 姣涚幓鐠冩晥鏋滃崱鐗� */
.card-backdrop-filter {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    padding: 30px;
    color: white;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* 鍔ㄧ敾鏁堟灉 */
@keyframes gradientShift {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

/* 鍝嶅簲寮忚璁� */
@media (max-width: 768px) {
    
    
    .nav-item {
        text-align: center;
        margin: 10px 0;
    float: none;
    width: 100%;
    }
    
    .hamburger {
        display: flex;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .nav-actions .btn-primary {
        display: none;
    }
}
.news_list {
    padding: 12px 12px;
}
    .news_list div {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
        .news_list div:hover {
            color: #667eea;
        }
.news_list a {
    display: block;
    color: #4a5568;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #f7fafc;
}
.news_list a:hover {
    color: #667eea;
}
.content {

}
.xw_content {
    line-height: 26px;
    padding-top: 20px;
}

.xw_content h2 {
    text-align: center;
    font-size: 1.125rem;
}

.xw_content h2 {
    text-align: center;
}

.xw_content .fbrq {
    text-align: center;
    margin-top: 10px;
}

.xw_content p {
    text-indent: 1.875rem;
}

/*layui 鍒嗛〉鏍峰紡*/
.layui-laypage {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0
}

    .layui-laypage > a:first-child,
    .layui-laypage > a:first-child em {
        border-radius: 2px 0 0 2px
    }

    .layui-laypage > a:last-child,
    .layui-laypage > a:last-child em {
        border-radius: 0 2px 2px 0
    }

    .layui-laypage > :first-child {
        margin-left: 0 !important
    }

    .layui-laypage > :last-child {
        margin-right: 0 !important
    }

    .layui-laypage a,
    .layui-laypage button,
    .layui-laypage input,
    .layui-laypage select,
    .layui-laypage span {
        border: 1px solid #e2e2e2
    }

    .layui-laypage a,
    .layui-laypage span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        height: 28px;
        line-height: 28px;
        margin: 0 -1px 5px 0;
        background-color: #fff;
        color: #333;
        font-size: 12px
    }

    .layui-flow-more a *,
    .layui-laypage input,
    .layui-table-view select[lay-ignore] {
        display: inline-block
    }

    .layui-laypage a:hover {
        color: #dc0c33
    }

    .layui-laypage em {
        font-style: normal
    }

    .layui-laypage .layui-laypage-spr {
        color: #999;
        font-weight: 700
    }

    .layui-laypage a {
        text-decoration: none
    }

    .layui-laypage .layui-laypage-curr {
        position: relative
    }

        .layui-laypage .layui-laypage-curr em {
            position: relative;
            color: #fff
        }

        .layui-laypage .layui-laypage-curr .layui-laypage-em {
            position: absolute;
            left: -1px;
            top: -1px;
            padding: 1px;
            width: 100%;
            height: 100%;
            background-color: #dc0c33
        }

.layui-laypage-em {
    border-radius: 2px
}

.layui-laypage-next em,
.layui-laypage-prev em {
    font-family: Sim sun;
    font-size: 16px
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    border: none
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
    vertical-align: top
}

    .layui-laypage .layui-laypage-refresh i {
        font-size: 18px;
        cursor: pointer
    }

.layui-laypage select {
    height: 22px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer
}

.layui-laypage .layui-laypage-skip {
    height: 30px;
    line-height: 30px;
    color: #999
}

.layui-laypage button,
.layui-laypage input {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box
}

.layui-laypage input {
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center
}

    .layui-laypage input:focus,
    .layui-laypage select:focus {
        border-color: #dc0c33 !important
    }

.layui-laypage button {
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer
}
/*layui 鍒嗛〉鏍峰紡*/