.service_detail .list{
	width: 100%;
	padding: 24px 0;
	cursor: pointer;
}
.service_detail .list .item .title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #1A2F6A;
	padding: 24px 0;
}

.service_detail .list .item .title>.icon1{
	width: 18px;
	height: 18px;
}
.service_detail .list .item .title>.icon2{
	width: 18px;
	height: 18px;
	display: none;
}
.service_detail .list .item .chidren{
	display: none;
}
.service_detail .list .item.active .chidren{
	display:  block;
}

.service_detail .list .item .chidren >li{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #404040;
	line-height: 60px;
}
.service_detail .list .item .chidren >li.is-open{
	color: #1A2F6A;
}
.service_detail .list .item .chidren >li span{
	display: inline-block;
	margin-left: 5px;
}
.service_detail .list .item .is-open{
	display: block;
	color: #1A2F6A;
}
.service_detail .content{
	padding: 24px ;
}
.service_detail .content .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	line-height: 33px;
	padding: 24px 0;
    display: inline-block;
}
.service_detail .content .title .icon{
	width: 52px;
	height: 52px;
	vertical-align: middle;
}
.service_detail .content .txt{
	padding:  0 0 30px;
}
.swiper {
	height: 510px;
	overflow: hidden;
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-box .swiper-slide-active,
.swiper-box .swiper-slide-duplicate-active {
	transform: scale(1);
}

.swiper-containerSon .swiper-slide{
    width: auto;
}



.swiper-container .swiper-button-prev,
.swiper-container .swiper-rtl .swiper-button-next,
.swiper-container .swiper-button-next,
.swiper-container .swiper-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	color: #fff !important;
	font-size: 14px;
}
.swiper-containerSon .swiper-slide.active{
    color: #1A2F6A;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 14px!important;
}
/* .swiper-button-next {
	right: 26% !important;
}

.swiper-button-prev {
	left: 26% !important;
} */

.swiper-container .swiper-button-next,
.swiper-container .swiper-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	color: #333;
}
.swiper-box{
	padding: 0px 0 40px;
	background: #fff;
}


@media screen and (max-width:768px) {
	.service_detail .content{
		padding: 0;
	}
	.service_detail .content .layui-btn-lg{
		/*margin-left: 15%;*/
	}
	.service_detail .tag-title{
		font-size: 15px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #333;
		padding: 0;
		position: relative;
		text-align: center;
		display: inline-block;
    /*margin-right: 4px;*/
		
	}
	.service_detail .tag-title.active{
		color: #1A2F6A;
	}
	.service_detail .tag-title.active::after{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: auto;
		/*width: 66px;*/
		height: 2px;
		bottom: 1px;
		/*background: rgba(26,47,106,0.6);*/
		margin: auto;
		right: 0;
	}
		.service_detail .son{
			width: 100%;
			overflow-x: scroll;
			white-space: nowrap;
			margin-top: 30px;
			padding-bottom: 30px;
			border-bottom: 1px solid #EEEEEE;
		}
		.service_detail .sons{
			/*width: 100%;*/
			margin-top: 30px;
			padding-bottom: 30px;
			padding-left: 30px;
			padding-right: 30px;
			border-bottom: 1px solid #EEEEEE;
		}
		.service_detail .son .label-sec{
			display: inline-block;
			width: 99px;
			text-align: center;
		}
		.service_detail .son .label-sec.active{
			color: #1A2F6A;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #1A2F6A;
		}
		.swiper{
			height: 294px;
		}
}



	.submenu{
			display: none;
			margin-top: 10px;
			box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
		}
		.submenu li{
			padding: 15px;
			font-weight: bold;
			font-size: 14px;
			
		}
		.submenu li:hover{
		    color: #1A2F6A;
		}
		
		#menuBox.active{
			position: fixed;
			width: 100%;
			z-index: 9999;
			height: auto;
			/* min-height: 200px; */
			/*border: 1px solid red;*/
			top: 56px;
			background: #fff;
			box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
			box-sizing: border-box;
		}
		#menuBox.active .son{
		    margin-top: 0;
		}
		#menuBox.active .submenu{
		    box-shadow: none;
		}