    /** {*/
    /*        margin: 0;*/
    /*        padding: 0;*/
    /*        box-sizing: border-box;*/
    /*    }*/

    /*    body {*/
    /*        font-family: 'Microsoft YaHei', Arial, sans-serif;*/
    /*        background-color: #f5f5f5;*/
    /*    }*/
 
        .service-section {
            padding: 20px 0 0;
            background-color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .container {
            /*max-width: 1200px;*/
            margin: 0 auto;
            /*padding: 0 20px;*/
        }

        .section-title {
            text-align: center;
            font-size: 36px;
            color: #333;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .service-accordion {
            display: flex;
            gap: 5px;
            height: 550px;
            /*border-radius: 15px;*/
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .accordion-item {
            flex: 1;
            position: relative;
            transition: all 0.5s ease;
            cursor: pointer;
            overflow: hidden;
        }

        .accordion-item:hover {
            flex: 2;
        }

        .accordion-item.active {
            flex: 3;
        }

        .accordion-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background-size: cover;*/
            /*background-position: center;*/
            z-index: 1;
            background-color: rgba(30, 80, 174, 0.75);
            background-size: auto;
            background-repeat: repeat;
            background-position: left top;
        }

        .accordion-content {
            position: relative;
            z-index: 3;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 40px 20px;
        }

        .accordion-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: linear-gradient(135deg, rgba(30, 80, 174, 0.8) 0%, rgba(44, 62, 80, 0.9) 100%);*/
            z-index: 2;
            transition: all 0.3s ease;
            background-color: rgba(30, 80, 174, 0.55);
            background-size: auto;
            background-repeat: repeat;
            background-position: left top;
        }

        .accordion-item:hover .accordion-overlay,
        .accordion-item.active .accordion-overlay {
            background: linear-gradient(135deg, rgba(30, 80, 174, 0.9) 0%, rgba(44, 62, 80, 0.95) 100%);
        }

        .service-icon {
            font-size: 48px;
            color: #fff;
            margin-bottom: 20px;
            opacity: 0.9;
        }

        .service-name {
            font-size: 28px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .service-divider {
            display: none;
            font-size: 24px;
            color: #fff;
            margin-bottom: 20px;
            opacity: 0.8;
        }
        .accordion-item.active .service-divider {
            display: block;
            font-size: 24px;
            color: #fff;
            margin-bottom: 20px;
            opacity: 0.8;
        }

        .service-details {
            color: #fff;
            font-size: 14px;
            line-height: 1.6;
            max-width: 300px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

        .accordion-item.active .service-details {
            opacity: 1;
            transform: translateY(0);
        }

        .service-cta {
            margin-top: 30px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

        .accordion-item.active .service-cta {
            opacity: 1;
            transform: translateY(0);
        }

        .cta-button {
            display: inline-block;
            padding: 12px 30px;
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
            text-decoration: none;
            border-radius: 25px;
            font-size: 16px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .cta-arrow {
            font-size: 24px;
            margin-left: 10px;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .service-accordion {
                flex-direction: column;
                height: auto;
                background: url(../static/image/wuliu-bgm.jpg)!important; 
            }

            .accordion-item {
                height: 120px;
                margin-bottom: 10px;
            }

            .accordion-item.active {
                height: 300px;
            }

            .service-name {
                font-size: 20px;
            }

            .service-details {
                font-size: 12px;
            }
        }

        /* 动画效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .accordion-item.active .service-icon {
            animation: fadeInUp 0.6s ease;
        }

        .accordion-item.active .service-name {
            animation: fadeInUp 0.6s ease 0.1s both;
        }

        .accordion-item.active .service-divider {
            animation: fadeInUp 0.6s ease 0.2s both;
        }
        
        


/* ========== 屏幕尺寸精细化适配 ========== */
/* 小屏手机 (<360px) */
@media (max-width: 359px) {
    .case-box { 
    flex-direction: column;
  }
  .case-left {
    display: none;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .case-right {
    flex: 1;
    width: 100%;
  }
  .case-left-title h3 {
    font-size: 15px;
  }
  .know-ul-tit li a {
    font-size: 14px;
  }
  .know-ul-list li h5 {
    font-size: 14px;
  }
  .news-page a {
    padding: 5px 8px;
    font-size: 13px;
  }
}

/* 大屏手机 (>414px) */
@media (min-width: 414px) {
    .case-box { 
    flex-direction: column;
  }
  .case-left {
    display: none;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .case-right {
    flex: 1;
    width: 100%;
  }
  .case-left, .case-right {
    padding: 15px;
  }
  .know-ul-tit li a {
    font-size: 16px;
  }
  .know-ul-list li h5 {
    font-size: 16px;
  }
}

/* 横屏适配 - 恢复左右布局 */
@media (orientation: landscape) and (min-width: 500px) {
  .case-box { 
    flex-direction: column;
  }
  .case-left {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .case-right {
    flex: 1;
    width: 100%;
  }
}

/* ========== 通用优化 ========== */
/* 消除点击高亮 */
.case * {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* 长文本换行 */
.know-ul-tit, .know-ul-list {
  word-wrap: break-word;
  word-break: break-word;
}
        
        
        
@media (min-width: 1200px) {        
.case{
	padding-bottom: 60px;
}
.case-box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.case-left{
    display: block;
	width: 270px;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 8px #cccccc;
}
.case-right{
	width: calc(100% - 295px);
	border-radius: 10px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px;
	margin-left: auto;
	box-shadow: 0 0 8px #cccccc;
}

.case-left-title{
	background: #004098;
	padding: 15px 30px;
}
.case-left-title h3{
	font-size: 24px;
	color: #ffffff;
	background: url(../images/al_03.jpg)  no-repeat;
	padding-left: 45px;
	margin-bottom: 0;
	/* font-family: "Alibaba_PuHuiTi-Bold";font-family: "微软雅黑"; */
}

.case-left-dl{
	padding: 30px 20px;
}
.case-left-dl dd{}
.case-left-dl dd a{
	display: block;
	font-size: 18px;
	color: #252a4d;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	padding: 10px 0;
	padding-left: 20px;
	border-left: 3px solid #ffffff;
	transition: 0.5s;
}
.case-left-dl dd a.active{
	border-color: #0066ff;
	background: #f5f7fa;
	transition: 0.5s;
}
.case-left-dl dd a:hover{
	background: #f5f7fa;
	transition: 0.5s;
}
.case-right-biao{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.case-right-biao li{
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.case-right-biao li:nth-of-type(3n){
	margin-right: 0;
}
.case-right-biao li span{
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	line-height: normal;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
}
.case-right-biao li b{
	display: block;
	line-height: normal;
	/* font-family: "Alibaba_PuHuiTi-Medium";font-family: "微软雅黑"; */
	font-size: 16px;
	color: #132644;
}

.case-right-text-one{
	display: flex;
	padding: 20px 10px;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.case-right-text-img{
	width: 255px;
	border-radius: 5px;
	overflow: hidden;
	max-height: 205px;
}
.case-right-text-img img{
	max-width: 100%;
	max-height: 100%;
}
.case-right-text-left{
	width: calc(100% - 255px);
	box-sizing: border-box;
	padding-right: 15px;
}
.case-right-text-left h5{
	font-size: 18px;
	color: #132644;
	line-height: 30px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: bolder;
	margin-top: 10px;
}
.case-right-text-left p{
	font-size: 18px;
	color: #132644;
	line-height: 30px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: bolder;
}
.case-right-text-two{}
.case-right-text-two h4{
	padding: 0px 20px;
	font-size: 18px;
	color: #132644;
	line-height: 36px;
	font-weight: bolder;
}
.case-right-text-two p{
	padding: 0px 20px;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}
.case-right-text-two h3{
	background: #f3f4f4;
	font-size: 20px;
	line-height: 36px;
	color: #132644;
	padding: 10px 20px;
	border-radius: 5px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: bolder;
}

}




.know-ul-tit{
	margin-top: 15px;
	margin-bottom: 15px;
}
.know-ul-tit li{}
.know-ul-tit li>a{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #004098;
	
	background-color: #ffffff;
	background-position: 90%;
	background-repeat: no-repeat;
	padding: 7px 15px 7px 30px;
	display: block;
	position: relative;
	transition: 0.5s;
}
.know-ul-tit li>a::after{
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	right: 26px;
	    top: 15px;
		background-image: url(../images/jjp_06.png);
		background-repeat: no-repeat;
		transition: 0.5s;
}
.know-ul-tit li>a.active,.know-ul-tit li.active>a.on,.know-ul-tit li.active>a.c{
	/* background-image: url(../images/jjp_03.png); */
	background-color: #0066ff;
	color: #ffffff;
	transition: 0.5s;
	
}
.know-ul-tit li>a.active::after,.know-ul-tit li.active>a.on::after,.know-ul-tit li.active>a.c::after{
	background-image: url(../images/jjp_03.png);
	
	transform: rotateZ(180deg);
	transition: 0.5s;
	
}
.know-top{
	box-sizing: border-box;
	padding-left: 60px;
}
.know-top a{
	padding: 10px 0;
	font-size: 16px;
	color: #666666;
}
.know-top a:hover,.know-top a.active{
	color: #0066ff;
}
._page_container{
	height: 26px!important;
	line-height: 26px!important;
	display: flex;
	    align-items: center;
	    justify-content: center;
}
.know-ul-list{
	margin-bottom: 82px;
}
.know-ul-list li{
	margin: 15px 0;
}
.know-ul-list li a{
	padding: 7px 0;
	
	
}
.know-ul-list li a h5{
	font-size: 16px;
	color: #000000;
	position: relative;
	transition: 0.5s;
	padding: 0 15px;
	/* font-family: "Alibaba_PuHuiTi-Light";font-family: "微软雅黑"; */
	font-weight: 600;
}
.know-ul-list li a:hover h5{
	color: #0066ff;
	transition: 0.5s;
}
.know-ul-list li a h5::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #7d7d7d;
	left: 0;
	top: 6px;
}
.know-ul-list li a:hover h5::after{
	background: #0066ff;
}
.know-ul-list li a h5{
	margin-bottom: 0;
}

.know-search{
	height: 55px;
	display: flex;
	border: 1px solid #9cc4ff;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 40px;
	line-height: 55px;
}
.know-search input{
	width: calc(100% - 140px);
	border: none;
	background: #ffffff;
	box-sizing: border-box;
	padding: 0 10px;
	height: 100%;
	outline: none;
}
.know-search button{
	display: block;
	outline: none;
	height: 100%;
	font-size: 18px;
	color: #ffffff;
	background:#0066ff url(../images/sear_03.jpg);
	background-position: 30%;
	background-repeat: no-repeat;
	margin-bottom: 0;
	text-align: center;
	    padding: 0 35px 0 70px;
		cursor: pointer;
		outline: none;
		border: none;
}
.know-search button:hover{
	opacity: 0.8;
	transition: 0.5s;
}
/*知识百科翻页*/
.news-page{
			display: flex;
			justify-content: center;
			}
		.news-page span,.news-page>a{
            color: #303133;
            padding: 10px 10px !important;
            border: 1px solid #e5e5e5;
            background-color: #ffffff;
            min-width: 46px;
            font-size: 16px;
            text-align: center;
		}
		span.page-num {
            display: none;
        }
		.news-page>a:hover{
			color: #0056b3;
		}
		.news-page>a.page-num-current{
			background: #0066ff;
			    color: #ffffff;
		}
		
		