.aboutjy_shzr {
	padding: 40px 10px 20px;
}
.lx-box {
	padding-top: 0px;
}
.about_box {
	font-size: 16px;
	line-height: 30px;
}
.about_box p {
	font-size: 16px;
	line-height: 30px;
}
.about_box img {
	width: 100%;
}
.edh-container {
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
.edh-description {
	color: #34495e;
	margin-bottom: 50px;
	font-size: 1.1rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}
.edh-nav {
	border-radius: 0px;
	padding: 5px;
	margin-bottom: 4px;
	display: inline-block;
}
.edh-menu {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
}
.edh-menu-item {
	margin: 3px;
}
.edh-menu-link {
	text-decoration: none;
	color: #34495e;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 6px;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	background: #f0f0f0;
}
.edh-menu-link:hover {
	color: #fff;
	background-color: #0a4891;
}
.edh-menu-link.edh-active {
	color: #fff;
	background-color: #0a4891;
}
.news-container {
	padding: 15px 20px;
}
.enews-list {
	list-style: none;
}
.enews-item {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: column;
}
.enews-item:last-child {
	border-bottom: none;
}
.enews-title {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #333;
}
.enews-title a{
	color: #333; text-decoration:none
}
.enews-time {
	font-size: 14px;
	color:#e9a746;
	display: flex;
	align-items: center;
}
.enews-time i {
	margin-right: 5px;
}
.breaking-news {
	background: #fff4f4;
	border-left: 4px solid #ff4757;
	padding: 12px 15px;
	margin: 15px 0;
	border-radius: 0 8px 8px 0;
}
.breaking-title {
	color: #ff4757;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.breaking-title i {
	margin-right: 8px;
}

 .contact-section {
            text-align: center;
            padding: 10px;
            width: 100%;
        }
        
        .title-cn {
            font-size:20PX;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0px;
            position: relative;
            display: inline-block;
			 width:100%; text-align:center
        }
        
        /*.title-cn::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
            border-radius: 2px;
            transition: width 0.5s ease;
        }*/
        
        .title-cn:hover::after {
            width: 120px;
        }
        
        .title-en {
            font-size:16PX;
            font-weight: 300;
            letter-spacing: 3px;
            color: #34495e;
            margin-top: 0px;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            padding: 0 10px;
        }
        
        .title-en::before, .title-en::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 40px;
            height: 2px;
            background: #7f8c8d;
            transition: width 0.3s ease;
        }
        
        .title-en::before {
            right: 100%;
        }
        
        .title-en::after {
            left: 100%;
        }
        
        .title-en:hover::before, .title-en:hover::after {
            width: 60px;
        }
        
        /* 装饰元素 */
        .decoration {
            display: flex;
            justify-content: center;
            margin: 5px 0 0;
        }
        
        .dotx {
            width: 30px;
            height: 30px;
 
            margin: 0 8px;
            animation: pulse 2s infinite;
        }
        
       
        
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 0.8;
            }
            50% {
                transform: scale(1.1);
                opacity: 1;
            }
        }
		
		
/*详情页*/
.n-container {
	max-width: 100%;
	padding: 16px;
	margin: 0 auto;
	background-color: #fff;
}
.n-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.4;
	color: #1a1a1a;
}
.n-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
	text-align: center
}
.n-publish-time {
	margin-right: 15px;
}
.n-views {
	display: flex;
	align-items: center;
}
.n-content {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}
.n-content p {
	margin-bottom: 20px;
	text-align: justify;
}
.n-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 15px 0;
}
.n-content h3 {
	font-size: 20px;
	margin: 25px 0 15px;
	color: #2c3e50;
}
.p-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.p-header {
	text-align: center;
	margin-bottom: 40px;
}
.p-title {
	font-size: 2.5rem;
	color: #2c3e50;
	margin-bottom: 10px;
}
.p-subtitle {
	color: #7f8c8d;
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.p-search-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.p-search-input {
	padding: 12px 20px;
	width: 60%;
	border: 2px solid #e0e0e0;
	border-radius: 30px;
	font-size: 1rem;
	outline: none;
	transition: border-color 0.3s;
}
.p-search-input:focus {
	border-color: #3498db;
}
.p-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-bottom:0px;
}
.p-image-card {
	background: white;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
}
.p-image-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.p-image-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.p-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}
.p-image-card:hover .p-image {
	transform: scale(1.05);
}
.p-image-info {
	padding:5px 20px;
}
.p-image-title {
	font-size:15px;
	color: #2c3e50;
	margin-bottom: 8px;
}
.p-image-description {
	color: #7f8c8d;
	font-size: 0.95rem;
	line-height: 1.5;
}



.sq-container {
	width: 100%;
	background: white;
	overflow: hidden;
	margin: 25px auto
}
.header {
	background: #0a4891;
	color: white;
	padding: 15px 30px;
	text-align: center;
}
.header h1 {
	font-size: 20px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.header p {
	opacity: 0.8;
}
.form-body {
	padding: 20px;
}
.form-group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
.form-group label {
	width: 150px;
	font-weight: 600;
	color: #2c3e50;
}
.form-group .input-container {
	flex: 1;
	min-width: 250px;
}
.input-container input {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 16px;
	transition: all 0.3s;
}
.input-container input:focus {
	outline: none;
	border-color: #3498db;
	box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.captcha-container {
	display: flex;
	gap: 10px;
	align-items: center;
}
.captcha-code {
	background: none;
	padding: 0px;
	border-radius: 6px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
	color: #2c3e50;
	user-select: none;
	border: #f1f5f9 1px solid
}
.refresh-btn {
	background: #e74c3c;
	color: white;
	border: none;
	padding: 10px 12px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s;
}
.refresh-btn:hover {
	background: #c0392b;
}
.submit-btn {
	background: #2c3e50;
	color: white;
	border: none;
	padding: 15px 25px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
	display: block;
	margin: 30px auto 10px;
	width: 200px;
}
.submit-btn:hover {
	background: #3498db;
}
.required::after {
	content: " *";
	color: #e74c3c;
}
.error-message {
	color: #e74c3c;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}

/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 8px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #3fb150;
	border-color: #3fb150;
}
DIV.black {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px auto 25px auto;
	COLOR: #a0a0a0;
	PADDING-TOP: 10px;
	TEXT-ALIGN: center
}
DIV.black A {
	BORDER: #037CC7 1px solid;
	COLOR: #000;
	MARGIN-RIGHT: 3px;
	font-size: 14px;
	font-family: "宋体";
	TEXT-DECORATION: none;
	border-radius: 4px;
	padding: 6px 10px;
}
DIV.black A:hover {
	BORDER: #f0f0f0 1px solid;
	background: #c00;
	COLOR: #ffffff;
	font-size: 14px;
	font-family: "宋体";
	BACKGROUND-COLOR: #037CC7;
	border-radius: 4px;
	padding: 6px 10px;
}
DIV.black A:active {
	BORDER: #f0f0f0 1px solid;
	font-size: 14px;
	font-family: "宋体";
	COLOR: #ffffff;
	BACKGROUND-COLOR: #037CC7;
	border-radius: 4px;
	padding: 6px 10px;
}
DIV.black SPAN.current {
	BORDER: #037CC7 1px solid;
	font-size: 14px;
	font-family: "宋体";
	PADDING: 5px;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	MARGIN-RIGHT: 3px;
	BACKGROUND-COLOR: #037CC7;
	border-radius: 4px;
	padding: 6px 10px;
}
DIV.black SPAN.disabled {
	BORDER: #037CC7 1px solid;
	PADDING-RIGHT: 5px;
	font-size: 14px;
	font-family: "宋体";
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	COLOR: #000;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 2px;
	border-radius: 4px;
	padding: 6px 10px;
}
/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 25px;
}
.pglist a {
	color: #333;
	padding: 0 8px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
	font-size: 16px
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #e9a746;
	border-color: #e9a746;
}

 
        /* 弹窗样式 */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease;
            align-items: center;
            justify-content: center;
        }
        
        .modal.active {
            display: flex;
            opacity: 1;
        }
        
        .modal-content {
            width: 90%;
			background:#FFF; border-radius:10px;
			 padding:30px 15px 15px 15px;
			 height:105px;
            transform: translateY(-50px);
            transition: transform 0.5s ease;
            position: relative;
        }
        
        .modal.active .modal-content {
            transform: translateY(0);
        }
        
        .close-btn {
            position: absolute;
            top: 0px;
            right:5px;
            font-size: 28px;
            cursor: pointer;
            color: #999;
            transition: color 0.3s ease; border-radius:50%;
			width:30px; height:30px;
			line-height:30px;
			overflow:hidden
        }
        
        .close-btn:hover {
            color: #333;
        }
        
        h2 {
            color: #2575fc;
            margin-bottom: 20px;
            font-size: 24px;
        }
        
        .search-form {
            display: flex;
            margin-bottom: 20px;
        }
        
        .search-input {
            flex: 1;
            padding: 15px;
            border: 2px solid #ddd;
            border-radius: 8px 0 0 8px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
        }
        
        .search-input:focus {
            border-color: #6a11cb;
        }
        
        .search-btn {
            background:#0a4891;
            color: white;
            border: none;
            padding: 0 15px;
            border-radius: 0 8px 8px 0;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: opacity 0.3s;
        }
        
        .search-btn:hover {
            opacity: 0.9;
        }
        
        .examples {
            text-align: left;
            margin-top: 20px;
        }
        
        .examples h3 {
            color: #666;
            font-size: 16px;
            margin-bottom: 10px;
        }
        
        .examples ul {
            list-style-type: none;
        }
        
        .examples li {
            display: inline-block;
            margin: 5px;
            padding: 8px 15px;
            background-color: #f0f4ff;
            border-radius: 20px;
            font-size: 14px;
            color: #4a6cf7;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .examples li:hover {
            background-color: #e0e7ff;
        }