/* Mobile Styles */
body {
    font-size: 15px;
}

header {
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-start;
	position:inherit;
}
section{margin:20px 0;}

.dqwz{width:100%;font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.6;padding-bottom: 10px; }
.logo {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: left;
	margin-left: 15px;
}
.logo p {font-size: 20px;}
.logo span {font-size: 16px;}

.search-box {
    width:92%;margin:0 auto;
    margin-top:6px;
	margin-bottom:6px;
    position: relative;
	overflow: hidden;
}

.ypgs2a{word-break: break-all;}
.ypgs1a{word-break: break-all;}
.tjlma{margin:15px 0;padding:15px 15px;}
.wdcard{padding:15px;}
.arc_list{padding:15px;}
.arc_list li h3 a{font-size:18px;}
.ks-link{font-size:16px;padding:6px 16px;}
.jb-link{font-size:14px;padding:6px 15px;}
.ksjby{padding:15px;}
.ksjbyao h4 a{font-size:14px;}
.product-xw ul{padding:20px 15px 0px 15px;;}
.mldh{padding:20px 15px 20px 15px;}
.product-xw h3{font-size:16px;padding-top:0;}
.product-xwa{width:80px;height:90px;}
.product-xwy{height:50px;line-height:50px;}
.product-xwn{height:35px;line-height:35px;}
.abous{padding:0 15px;}
.abous p img{width:88%;}
.abousp{padding:0;}
.abousp p{font-size:16px;} 
.shija p{font-size:16px;}
.shija h3{font-size:22px;}
.shij{padding-bottom:20px;}
.shiaj{grid-template-columns: repeat(1, 1fr);gap: 25px;}
.shibj{grid-template-columns: repeat(1, 1fr);gap: 25px;}
.yyarcn{grid-template-columns: repeat(1, 1fr);gap: 25px;}
.yyarc{padding:20px 15px;}

.product-fuw{margin-bottom:0 15px;}
.search-box input {
    width: 72%;
    padding: 14px 15px 14px 20px;
    border: 1px solid var(--gray);
    border-radius: 30px 0px 0px 30px;
    font-size: 15px;
	float: left;
}

.search-box input:focus {
    border-color: #76C774;
    box-shadow: 0 0 0 2px rgba(44, 110, 73, 0.2);
}


.search-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #aaa;
    font-size: 16px;
    cursor: pointer;
}

.search-btn:hover {
    color: var(--primary-color);
}

.search-box button {
    background: var(--primary-color);
    color: white;
    border: none;
    width:28%;
    height:auto;
    border-radius:0px 30px 30px 0px;
    font-size: 16px;
    cursor: pointer;
	float:left;
	text-align: center;
}

.search-box button:hover {
    background: var(--secondary-color);
}

.hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 45px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background: var(--text-color);
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.main-nav {
    width: 100%;
    display: none;
    margin-top: 15px;
}

.main-nav.active {
    display: block;
}

.main-nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 10px;
}

.main-nav ul li a {
    padding: 10px 0;
    font-size: 18px;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
    display: block;
    width:100%;
}

.main-nav ul li a:hover {
    color: var(--primary-color);
}

.banner-container {
    height:460px;
	overflow: hidden;
}

.banner-slide {
    display: none;
}

.banner-slide.active {
    display: flex;
}
.banner-content{padding-top:50px;}

.banner-content h1 {
    font-size: 28px;
}

.banner-content p {
    font-size: 16px;
}
.banner-content ul{max-width:100%;}



.products-section .product-categories {
    overflow-x: auto;
    padding: 10px 0;
    gap: 10px;
}

.category-btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
}

.about-section .about-content {
    grid-template-columns: 1fr;
}

.guidelines-section .guideline {
    padding: 20px;
}

.contact-section .contact-grid {
    grid-template-columns: 1fr;
}



.guideline {
	width:100%;
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
	margin-top: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	
}

.guidelinen{width:100%;position: static;}

.contact-section .contact-grid{gap:0;}
.contact-section {margin-bottom: 20px;}

.wenzzt{
	display: grid;
	grid-template-columns:1fr;
	gap: 30px;
	overflow: hidden;
	margin-top: 36px;
	padding: 0;

}
.smszw{padding:15px;}
.article-left {
    width: 100%;
}

/* 文章主体 */
article {
    background-color: #fff;
    padding:20px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-header h1 {
    font-size: 20px;
    margin-bottom: 10px; 
    text-align: left; 
}

.article-content h2 {
    color: #01adef;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    text-align: left;
}

.article-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 5px; 
    height:20px;
    border-radius: 1.5px;
}

.article-content h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.article-content h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.article-content p {
    font-size: 16px;
    line-height: 1.65;
}
.article-header p span{font-size:14px;padding-right:10px;}



/* 相关/推荐文章 */
.related-articles{
    background-color: #fff;
    padding: 15px;
    border-radius:8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    margin-bottom: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-articles h3{
    color: #2c3e50;
    font-size: 18px;
    margin-top: 0;
    margin-bottom:20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.related-articles ul li a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
    transition: color 0.3s ease;
    display: block;
    font-size:16px;
}

.youce-right {
    width: 100%;
    gap: 20px; 
}

/* 右侧栏独立小方块 */
.youce-block {
    background-color: #fff;
    padding: 15px; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sidebar-section h3 {
    color: #2c3e50;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.sidebar-section p {
    color: #7f8c8d;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.sidebar-section ul {
    list-style: none;
    padding: 0;
}

.sidebar-section ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
}

.sidebar-section ul li:hover {
    background-color: #f9f9f9;
}

.sidebar-section ul li:last-child {
    border-bottom: none;
}

.sidebar-section ul li a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    font-size: 16px;
}

.sidebar-section ul li a:hover {
    color: #3498db;
}

.ypsms{	padding: 28px 15px 20px 15px;
}














footer {
	padding: 20px 0 10px 0;
}
footer h2{font-size:22px;}
.footer-content {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	text-align: center;
}

.footer-dh{width:90%;margin:0 auto;border-bottom:1px solid #fff;padding-bottom:10px;}
.footer-dh li {
	width:50%;float: left;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 8px;
}

.footer-ly{width:90%;margin:0 auto;border-bottom:1px solid #fff;padding-bottom:10px;}
.footer-ly li{text-align:center;font-size:16px;line-height:1.8;	margin-bottom: 8px;}

.footer-con{width:90%;margin:0 auto;}

.footer-con p {
	margin-bottom:10px;
	line-height: 2;
	font-size: 16px;
	text-align: left;
}
.footer-con p span {
	display: block;
	float: left;
	font-weight: bold;
}
.footer-con img {
	width: 150px;
	height: 150px;
	margin-left: 15px;
}

.footn {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 6px;
	padding-bottom: 15px;
}
.footn1 p {
	float: left;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}
.footn1 p a{margin-left:0;}
.footn2 li {
	width: 38px;
	height: 38px;
	float: left;
	margin-left: 15px;
	list-style: none;
}
