/*
Theme Name:sdxiaochengxu
Theme URI:http://www.kmkj99.com
Author: xcs123
Description:The template by kmkj99
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.kmkj99.com
Tags:two-columns, fixed-width, custom-menu, cms
Text Domain:kmkj99
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/@charset "utf-8";
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#007bff;
}
a:active {
	text-decoration:underline;
}
/*导航菜单开始*/
/* 基础样式 */
        .header {
            position: relative;
            padding: 15px 30px;
        }

        /* PC端样式 */
        @media (min-width: 992px) {
            .header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                background-color: transparent;
            }

            .nav-links {
                display: flex;
                align-items: center;
                gap: 30px;
            }

            .nav-item {
                position: relative;
                color: #666;
                cursor: pointer;
                padding: 10px;
            }

            .nav-item:hover .submenu {
                display: block;
            }

            .submenu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                background: white;
                min-width: 200px;
                box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            }

            .submenu a {
                color: black !important;
                padding: 10px;
                display: block;
            }

            .contact-info {
                display: flex;
                align-items: center;
                gap: 20px;
                color: #666;
            }

            .wechat-qrcode {
                display: none;
                position: absolute;
                right: 8%;
                top: 100%;
                padding: 10px;
                background: white;
                box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            }

            .wechat-icon:hover .wechat-qrcode {
                display: block;
            }
			.desktop{width: 100%;display: flex;
                justify-content: space-between;margin:0 auto;}
			.mobile{display:none;}
        }

        /* 移动端样式 */
        @media (max-width: 991px) {
            .header {
                background: white;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .hamburger {
                width: 30px;
                height: 20px;
                position: relative;
                cursor: pointer;
            }

            .hamburger span {
                position: absolute;
                height: 2px;
                width: 100%;
                background: black;
                transition: 0.3s;
            }

            .hamburger span:nth-child(1) { top: 0; }
            .hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
            .hamburger span:nth-child(3) { bottom: 0; }

            .hamburger.active span:nth-child(1) {
                transform: rotate(45deg) translate(8px, 8px);
            }

            .hamburger.active span:nth-child(2) {
                opacity: 0;
            }

            .hamburger.active span:nth-child(3) {
                transform: rotate(-45deg) translate(8px, -8px);
            }

            .mobile-menu {
                position: fixed;
                top: 0;
                left: -100%;
                width: 80%;
                height: 100vh;
                background: white;
                transition: 0.3s;
                z-index: 1000;
                padding: 20px;
            }

            .mobile-menu.active {
                left: 0;
            }

            .overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                display: none;
                z-index: 999;
            }

            .nav-item {
                padding: 15px 0;
                border-bottom: 1px solid #eee;
            }

            .submenu {
                display: none;
                padding-left: 15px;
            }
			.mobile{width: 100%;display: flex;
                justify-content: space-between;}
			.desktop{display:none;}
        }
		@media (max-width: 1600px) {
			.desktop{width: 100%;}
			}
		@media (min-width: 1601px) {
			.desktop{width: 80%;}
			}
/*导航菜单结束*/
/*轮播图开始*/
.carousel-container {
            position: relative;
            max-width: 100%;
            margin: 2rem auto;
            overflow: hidden;
        }

        .carousel-slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-slide {
            min-width: 100%;
            height: auto;
        }

        .carousel-slide img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2rem;
            color: white;
            cursor: pointer;
            opacity: 0;
            transition: opacity 0.3s;
            background: rgba(0,0,0,0.5);
            padding: 10px 15px;
            border-radius: 5px;
        }

        .carousel-container:hover .arrow {
            opacity: 1;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        .nav-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .nav-dot {
            width: 30px;
            height: 4px;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .nav-dot.active {
            background: white;
            width: 40px;
        }

        @media (max-width: 768px) {
            .carousel-container {
                margin: 1rem;
            }
            
            .carousel-slide {
                height: auto;
            }
        }
/*轮播图结束*/
.banner-container{}
.banner-container img{
max-width: 100%;
height: auto;
}
/*小程序大优势开始*/
.container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .container .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

       .container .section-header .main-title {
            font-size: 36px;
            color: #333;
            margin-bottom: 20px;
        }

       .container .section-header .sub-title {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }

       .container .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }

        .container .features-grid .feature-item {
            display: flex;
            align-items: center;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .container .features-grid .feature-item:hover {
            transform: translateY(-5px);
        }

       .container .features-grid .feature-img {
            width: 80px;
            height: 80px;
            margin-right: 20px;
            flex-shrink: 0;
        }

       .container .features-grid .feature-content h3 {
            font-size: 18px;
            color: #333;
            margin-bottom: 10px;
        }

       .container .features-grid .feature-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
       .container span {
		   text-align: center;
           display: block;
		   }
       .container .cta-button {
            display: inline-block;
            padding: 12px 40px;
            border: 2px solid #007bff;
            color: #007bff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            transition: all 0.3s ease;
            margin: 20px auto;
            text-align: center;
        }

       .container .cta-button:hover {
            background: #007bff;
            color: #fff;
        }

        @media (max-width: 992px) {
           .container .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 30px 15px;
            }

           .container .main-title {
                font-size: 28px;
            }

           .container .main-title .sub-title {
                font-size: 16px;
                padding: 0 15px;
            }

           .container .features-grid {
                grid-template-columns: 1fr;
            }

           .container .features-grid .feature-item {
                flex-direction: column;
                text-align: center;
            }

           .container .features-grid .feature-img {
                margin: 0 0 15px 0;
            }
        }

        @media (max-width: 480px) {
            .container .main-title {
                font-size: 24px;
            }

            .container .main-title .sub-title {
                font-size: 14px;
            }

            .container .features-grid .feature-img {
                width: 60px;
                height: 60px;
            }

            .container .cta-button {
                 padding: 10px 20px;
            }
        }
/*小程序大优势结束*/
/*怎么做小程序开始*/
.container2 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

       .container2 .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

       .container2 .section-header .main-title {
            font-size: 36px;
            color: #333;
            margin-bottom: 20px;
        }

       .container2 .section-header .sub-title {
            font-size: 16px;
            color: #666;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
        }

        /* 选项卡容器 */
        .container2 .tab-container {
            display: flex;
            gap: 30px;
            margin-bottom: 40px;
        }

        /* 左侧选项卡 */
        .tabs {
            flex: 0 0 200px;
			background:#fbfbfb;
        }

        .tab-item {
            padding: 20px;
            border-left: 4px solid transparent;
            cursor: pointer;
            transition: all 0.3s;
            margin-bottom: 15px;
        }
        .tab-item span{text-align:left!important;}
        .tab-item:hover,
        .tab-item.active {
            border-left-color: #007bff;
            background: #f8f9fa;
        }

        .tab-item h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 5px;
        }

        .tab-item span {
            font-size: 12px;
            color: #999;
        }

        /* 右侧内容区 */
       .container2  .tab-content-zmz {
            flex: 1;
            position: relative;
        }

        .content-pane {
            
            padding: 30px;
            border: 1px solid #eee;
            border-radius: 8px;
        }

        .tab-item:hover + .container2 .tab-content-zmz .content-pane,
        .content-pane:hover {
            display: block;
        }

        /* 内容区样式 */
        .container2 .edition-title {
            font-size: 28px;
            margin-bottom: 15px;
        }

       .container2 .edition-subtitle {
            color: #666;
            margin-bottom: 30px;
        }

       .container2 .features-grid {
            display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
margin-bottom: 10px;
        }

       .container2 .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            border: 1px solid #eee;
            border-radius: 6px;
        }

       .container2 .feature-img {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

       .container2 .detail-button {
            display: inline-block;
            padding: 12px 40px;
            background: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            margin-top: 20px;
        }

        /* 底部按钮 */
		.container2 span{
			text-align: center;
            display: block;
			}
       .container2 .cta-button {
            display: inline-block;
            padding: 12px 40px;
            border: 2px solid #007bff;
            color: #007bff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            transition: all 0.3s ease;
            margin: 20px auto;
            text-align: center;
        }
		.container2 .cta-button:hover {
            background: #007bff;
            color: #fff;
        }

        /* 响应式适配 */
        @media (max-width: 992px) {
           .container2  .tab-container {
                flex-direction: column;
            }

           .container2 .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
			 .tabs {
            flex: 0 0 100px;
			background:#fbfbfb;
        }
        }

        @media (max-width: 768px) {
            .container2 {
                padding: 40px 15px;
            }

           .container2 .main-title {
                font-size: 28px;
            }

           .container2 .sub-title {
                font-size: 14px;
            }

           .container2 .features-grid {
                grid-template-columns: 1fr;
            }

            .tabs {
                display: flex;
                gap: 15px;
            }

            .tab-item {
                border-left: none;
                border-bottom: 3px solid transparent;
                margin-bottom: 0;
            }

            .tab-item:hover,
            .tab-item.active {
                border-left: none;
                border-bottom-color: #007bff;
            }
        }

        @media (max-width: 480px) {
           .container2 .main-title {
                font-size: 24px;
            }

           .container2 .cta-button {
                text-align: center;
            }

           .container2 .detail-button {
                text-align: center;
            }
        }
		/* 内容区域样式 */
        .content-pane {
            display: none;
            padding: 20px;
            border: 1px solid #ccc;
            margin-top: -1px;
        }

        .content-pane.active {
            display: block;
        } 
/*怎么做小程序结束*/
/*案例开始*/
.container-case {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.case-header {
    text-align: center;
    margin-bottom: 50px;
}

.case-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.case-header p {
    font-size: 18px;
    color: #666;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.case-item {
    position: relative;
    transition: all 0.3s ease;
}

.image-container {
    position: relative;
    overflow: hidden;
    padding-top: 164.38%; /* 480/292*100% 保持宽高比 */
	border: 1px solid #f1f0f0;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-img {
    opacity: 0;
}

.image-container:hover .hover-img {
    opacity: 1;
}

.case-text {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
}
/* 基础图片样式 */
.img-zoom {
  width: 100%;
  height: auto;
 transition: transform 0.3s ease; /* 平滑过渡效果 */
  display: block;
}

/* 悬停放大效果 */
.img-zoom:hover {
  transform: scale(1.1); /* 放大倍数（1.1 = 110%） */
  cursor: pointer;
}

/* 以下为可选增强效果 */
/* 添加阴影 */
.img-zoom:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .case-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .case-header h2 {
        font-size: 28px;
    }
    
    .case-header p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .case-grid {
        grid-template-columns: 1fr;
    }
    
    .image-container {
        padding-top: 164.38%; /* 保持原比例 */
    }
    
    .case-text {
        font-size: 14px;
    }
}
/*案例结束*/
/*新闻开始*/
.container-news {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-header {
    text-align: center;
    margin-bottom: 50px;
}

.news-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.news-header p {
    font-size: 18px;
    color: #666;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}
.news-item p{
color:#a4a2a2;
font-size:14px;
}
.image-box {
    position: relative;
    overflow: hidden;
    padding-top: 62.5%; /* 400/250*100% 保持宽高比 */
    border-radius: 8px;
}

.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-text {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

.news-item:hover .news-text {
    color: #007bff; /* 悬停时文字颜色变化 */
}

/* 响应式设计 */
@media (max-width: 992px) {
    .news-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .news-header h2 {
        font-size: 28px;
    }
    
    .news-header p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .image-box {
        padding-top: 62.5%; /* 保持原比例 */
    }
    
    .news-text {
        font-size: 14px;
        padding: 15px 0;
    }
}
/*新闻结束*/
/*footer开始*/
/* 底部容器样式 */
        .footer {
	background: #504f4f;
	padding: 40px 20px;
	font-family: Arial, sans-serif;
	
}
/* 上部分布局 */
        .footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
/* 版块通用样式 */
        .footer-column {
	flex: 1;
	min-width: 220px;
	padding: 0 20px;
	position: relative;
}
.footer-column a{color:#FFF;}

        /* 竖线分隔 */
        .footer-column:not(:last-child)::after {
 content: "";
 position: absolute;
 right: 0;
 top: 10%;
 height: 80%;
 width: 1px;
 background: #ccc;
}
/* 导航标题样式 */
        .nav-title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: center;
}
/* 导航链接样式 */
        .nav-list {
	list-style: none;
	padding: 0;
	text-align: center;
}
.nav-list li {
	margin: 10px 0;
}
.nav-list a {
	color: #FFF;
	text-decoration: none;
	transition: color 0.3s;
}
.nav-list a:hover {
	color: #007bff;
}
/* 联系信息样式 */
        .contact-box {
	text-align: center;
}
.contact-box p{color:#FFF;}
.contact-box li{list-style:none;}
.phone-number {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin: 15px 0;
}
.qrcode {
	max-width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 5px;
	margin-top: 15px;
}
/* 下部分样式 */
        .footer-bottom {
	max-width: 1600px;
	margin: 20px auto 0;
	text-align: center;
	color: #dbd9d9;
	font-size: 14px;
}
.footer-bottom p a{
	color: #dbd9d9;
	font-size: 14px;
}
.friend-links {
	margin-bottom: 15px;
}
.friend-links a {
	color: #dbd9d9;
	text-decoration: none;
	margin: 0 10px;
	font-size: 14px;
}
.friend-links a:hover {
	color: #007bff;
}

        /* 响应式处理 */
        @media (max-width: 768px) {
 .footer-column {
 flex: 100%;
 margin: 20px 0;
 padding: 20px;
 text-align: center;
}
 .footer-column::after {
 display: none;
}
 .nav-title {
 border-bottom: none;
}
}

.mobile-footer-banner {
            display: none; /* 默认隐藏 */
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background: #2995f8;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
            z-index: 1000;
        }

        .nav-items {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 100%;
            padding: 5px 0;
        }

        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #FFF;
            flex: 1;
        }

        .nav-item i {
            font-size: 20px;
            margin-bottom: 3px;
        }

        .nav-text {
            font-size: 12px;
            transform: scale(0.9);
        }

        @media (max-width: 768px) {
            .mobile-footer-banner {
                display: block;
            }
        }


/* 主容器 */
.float-nav-pc {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 导航项样式 */
.nav-item-pc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-item-pc:hover {
    transform: translateX(-5px);
}

/* 文字说明 */
.nav-text-pc {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* 弹出层通用样式 */
.popup-pc {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    white-space: nowrap;
}

/* 悬停显示弹出层 */
.nav-item-pc:hover .popup-pc {
    opacity: 1;
    visibility: visible;
    left: -160px;
}

/* 二维码样式 */
.qrcode-pc {
    width: 120px;
    height: 120px;
    display: block;
}

/* 返回顶部按钮 */
#back-to-top-pc {
    color: #999;
    font-size: 24px;
}

/* PC端隐藏 */
@media (max-width: 768px) {
    .float-nav-pc {
        display: none;
    }
}

/*footer结束*/
/*栏目页开始*/
.hyMenu {
	box-shadow: 0 0 14px rgba(141,141,141,.1);
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	padding: 20px 20px 10px;
	overflow: hidden;
}
.hyMenu dl {
	margin-bottom: 10px;
}
.hyMenu dl dt {
	font-size: 14px;
	float: left;
	margin-top: 4px;
	color: #333;
}
.hyMenu dl dd.hy-menu-list {
	overflow: visible;
	margin-left: 50px;
}
.hyMenu dl dd.hy-menu-list .hml-item.active {
	background: #2086ee;
	color: #fff;
	border: 1px solid #2086ee;
}
.hyMenu dl dd.hy-menu-list .hml-item {
	padding: 0 10px;
	margin: 3px 6px 3px 0;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 16px;
	font-size: 12px;
	color: #999;
	float: left;
}
/*栏目页结束*/
/*栏目页分页*/
.pager
{
	text-align: center;
	margin-top: 30px;
	font-family: arial;
}
.pager a
{
	display: inline-block;
	border: solid 1px #007bff;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	margin-left: 10px;
	border-radius: 5px;
}

.pager span
{
	display: inline-block;
	border: solid 1px #007bff;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-left: 10px;
}
.pager a:hover,.pager .cpb
{
	background: #007bff;
	color: #fff;
	border: solid 1px #007bff;
}
.pager .current{background:#007bff;color:#FFF;}

.il-type {
	padding-top: 10px;
	border-top: 1px dashed #e7e7e7;
	margin-top: 10px;
}
.il-type span {
	display: inline-block;
	font-size: 14px;
	width: 20%;
	line-height: 2;
	margin-bottom: 5px;
}
.il-type span img {
	vertical-align: middle;
	margin-right: 10px;
		display: inline;
}
.gray {
	color: #818181;
}

.miniprogram-config {
	padding-bottom: 30px;
	background: linear-gradient(#fff,#f1f3fb);
	overflow: hidden;
}
.miniprogram-config span{
text-align: center;
display: block;
}
.miniprogram-config .wide1190 .cta-button {
            display: block;
            width: fit-content;
            margin: 40px auto 0;
            padding: 12px 50px;
            border: 2px solid #007bff;
            color: #007bff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
        }
.miniprogram-config .wide1190 .cta-button:hover {
            background: #007bff;
            color: #fff;
        }
.wide1190 {
	margin: 0 auto;
	_overflow: hidden;
	zoom: 1;
}
@media (min-width:767px){
.wide1190 {
	max-width: 1190px;
}
.miniprogram-config ul{}
.miniprogram-config .config-list li{width:22%;}
.miniprogram-config .config-list li{margin-right: 25px;}
.miniprogram-youshi .youshi-list li{width:25%;}
.miniprogram-youshi .youshi-list li{padding:0 30px;}
.miniprogram-traffic .traffic-list li {
	width: 33.3333%;
}
}
.miniprogram-title {
	padding-top: 40px;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.miniprogram-line {
	margin: 10px auto 0;
	width: 70px;
	height: 3px;
	background: #333;
}
.miniprogram-config .config-list {
	margin-top: 40px;
}
.miniprogram-config .config-list li {
	float: left;
	padding: 20px 0;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 25px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	list-style:none;
	}
.miniprogram-config .config-list li .cl-title {
	font-size: 20px;
	color: #333;
	padding-top: 10px;
}
.miniprogram-config .config-list li .cl-txt {
	font-size: 16px;
	padding-top: 10px;
}

.miniprogram-youshi {
	padding-bottom: 80px;
	background: url(images/case3_bg.png) bottom center no-repeat #fff;
	overflow: hidden;
}
.miniprogram-youshi .youshi-list li {
	float: left;
	margin-top: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	list-style:none;
}
.miniprogram-youshi .youshi-list li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
height: auto;
}
.miniprogram-youshi .youshi-list li p {
	padding-top: 10px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.miniprogram-youshi span{
text-align: center;
display: block;
}
.miniprogram-youshi .cta-button {
            display: inline-block;
            padding: 12px 40px;
            border: 2px solid #007bff;
            color: #007bff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            transition: all 0.3s ease;
            margin: 20px auto;
            text-align: center;
        }

.miniprogram-youshi .cta-button:hover {
            background: #007bff;
            color: #fff;
        }

.miniprogram-traffic {
	background: linear-gradient(#fff,#f1f3fb);
	overflow:hidden;
}
.miniprogram-traffic .traffic-list {
	padding-top: 40px;
}
.miniprogram-traffic .traffic-list li {
	margin-bottom: 50px;
	float: left;
	list-style:none;
}
.miniprogram-traffic .traffic-list li img {
	float: left;
}
.miniprogram-traffic .traffic-list li .tl-txt {
	padding-left: 16px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}
.miniprogram-traffic .traffic-list li .tl-txt span{
text-align:left;
}
.miniprogram-traffic .traffic-list li .tl-txt span {
	font-size: 18px;
	color: #333;
}
.miniprogram-traffic span{
text-align: center;
display: block;
}
.miniprogram-traffic .cta-button {
            display: inline-block;
            padding: 12px 40px;
            border: 2px solid #007bff;
            color: #007bff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            transition: all 0.3s ease;
            margin: 20px auto;
            text-align: center;
        }

.miniprogram-traffic .cta-button:hover {
            background: #007bff;
            color: #fff;
        }
@media (max-width:767px){
	.wide1190 {
  max-width: 100%;
}
.miniprogram-config ul{overflow: hidden;padding: 0 0.5rem;}
.miniprogram-config .config-list li{width:47%;}
.miniprogram-config .config-list li:nth-child(2n+1){margin-right: 1rem;}
.miniprogram-youshi ul{overflow: hidden;padding: 0 0.5rem;}
.miniprogram-youshi .youshi-list li{width:47%;}
.miniprogram-youshi .youshi-list li:nth-child(2n+1){margin-right: 1rem;}
.miniprogram-traffic .traffic-list li {
	width: 100%;
}

.miniprogram-youshi .cta-button {
                text-align: center;
            }
.miniprogram-traffic .cta-button {
                text-align: center;
            }
}
.miniprogram-config .wide1190 p>a,.miniprogram-youshi .wide1190 p>a,.miniprogram-traffic .wide1190 p>a{display: block;width: 160px;height: 42px;border: 1px solid #212121;border-radius: 21px;line-height: 42px;color: #212121;margin: 30px auto;overflow: hidden;text-align: center;}
.miniprogram-config .wide1190 p>a:hover,.miniprogram-youshi .wide1190 p>a:hover,.miniprogram-traffic .wide1190 p>a:hover{border:1px solid #21cd97;background:#21cd97;color:#FFF;}
.zhezhao p{
background: #FFF;
padding: 0 5%;
width: 80%;
text-align: center;
margin: 0 auto;
font-size: 18px !important;
	}
	
/*功能对比*/	
.tab-content.active {
	display: block;
}
.tab-content {
	display: none;
	background: #f1f4f4;
}
.config-table {
	padding: 40px 0;
}
.wide1190 {
	margin: 0 auto;
	max-width: 1190px;
	_overflow: hidden;
	zoom: 1;
}
.wide1190 ul{overflow:hidden;}
.table-info {
	border: 1px solid #d4e5f4;
	text-align: center;
}
table {
	max-width: 100%;
	empty-cells: show;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-info tr {
	border-bottom: 1px solid #d4e5f4;
}
.table-info tr th {
	background: #e9f5fe;
	border-right: 1px solid #d4e5f4;
	font-size: 16px;
	color: #022750;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: center;
}
.table-info tr td.left {
	width: 300px;
	background: #fffff5;
	font-size: 14px;
	color: #444;
}
.table-info tr td {
	padding: 14px 0;
	min-height: 50px;
	box-sizing: border-box;
	background: #fff;
	border-right: 1px solid #d4e5f4;
	font-size: 14px;
	color: #666;
}
/*联系我们*/
.cu-bg {
	/* background-color: #f8f8f8; */
	padding: 60px 0;
	padding: 0.6rem 0;
}
.cu-bg .cont {
	overflow: visible;
}
@media all and (min-width: 767px){
.cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.4rem 0 0;
	position: relative;
	font-size: 14px;
	line-height: 0.28rem;
	font-size: 14px;
}
}
.cu-box {
	width: 100%;
	box-shadow: 0 5px 24px rgba(0,0,0,0.16);
	background-color: #fff;
	border-radius: 10px;
	padding: 60px;
	overflow: hidden;
}
.cu-right {
	width: 420px;
	float: right;
	padding: 0 0 0 3rem;
}
.cu-title {
	border-bottom: 1px solid #dedede;
	padding: 0 0 30px 0;
}
.cu-title span {
	font-size: 24px;
	color: #333;
	display: block;
	line-height: 30px;
	margin-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;text-align: center;
}
.cu-info {
	margin-top: 30px;
	text-transform: none;
}
.cu-info li:nth-of-type(1) {
	background: url('images/cu5.png') left 0.6rem no-repeat;
	margin: 17px 24px 0 0;
	margin: 0.17rem 0.24rem 0 0;
}
.cu-info li {
	overflow: hidden;
	position: relative;
	padding-left: 2.5rem;
	line-height: 2.8rem;
}
.cu-info li:nth-of-type(2) {
	background: url('images/cu6.png') left 0.6rem no-repeat;
	margin: 17px 24px 0 0;
	margin: 0.17rem 0.24rem 0 0;
}
.cu-info li:nth-of-type(3) {
	background: url('images/cu3.png') left 0.6rem no-repeat;
	margin: 17px 24px 0 0;
	margin: 0.17rem 0.24rem 0 0;
}
.cu-info li:nth-of-type(4) {
	background: url('images/cu1.png') left 0.6rem no-repeat;
	margin: 20px 25px 0 0;
	margin: 0.2rem 0.25rem 0 0;
}
.cu-info li:nth-of-type(5) {
	background: url('images/cu2.png') left 0.6rem no-repeat;
	margin: 18px 25px 0 1px;
	margin: 0.18rem 0.25rem 0 0.01rem;
}
.cu-info li:nth-of-type(6) {
	background: url('images/cu4.png') left 0.6rem no-repeat;
	margin: 15px 26px 0 2px;
	margin: 0.15rem 0.26rem 0 0.02rem;
}
.cu-left {
width: 43rem;
height: 25rem;
	float: left;
}
.lx_dz {
	width: 100%;
	overflow: hidden;
	padding: 1%;
	border: 1px solid #d9d9d9;
}
.lx_dz .dz_map {
	width: 100%;
	overflow: hidden;
	height: 350px;
	margin: 0 auto;
}
@media all and (max-width: 767px){
.cont {
	width: 100%;
	margin: 0 auto;
	padding: 0 0.2rem;
	line-height: 0.4rem;
	text-align: justify;
}
.cu-left {
	overflow: hidden;
	border-top: 1px solid #c7c7c7;
	text-align: center;
	float: none;
	width: 43rem;
height: 25rem;
}
}
/*留言板*/
.newestpop{
	max-width: 1200px;
margin: 0 auto;}
/*single开始*/
.article-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .article-title {
            font-size: 2.2em;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .article-meta {
            display: flex;
            gap: 20px;
            color: #666;
            font-size: 0.9em;
            margin-bottom: 25px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }

        .article-content {
            font-size: 1.1em;
            color: #444;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .keywords {
            margin: 20px 0;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .keyword-tag {
            background: #f0f0f0;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.9em;
        }

        .nav-links-single {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
            padding: 20px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .related-news {
            margin-top: 40px;
        }

        .related-news h3 {
            margin-bottom: 15px;
            color: #333;
        }

        .related-news ul {
            list-style: none;
        }

        .related-news li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }

        .related-news a {
            color: #0066cc;
            text-decoration: none;
        }

        .related-news a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .article-container {
                padding: 20px;
            }

            .article-title {
                font-size: 1.8em;
            }

            .article-meta {
                flex-direction: column;
                gap: 8px;
                font-size: 0.85em;
            }

            .nav-links-single {
                flex-direction: column;
                gap: 15px;
            }

            .article-content img {
                max-width: 100%;
                height: auto;
            }
        }
/*single结束*/
#crumbs span{display:inline;}