.service-box {
	background-color: #fff;
	float: left;
	width: 100%;
	
}
.league-box{
	margin-bottom: 30px;
}
.service-box .service-title {
    display: grid;
    justify-content: center;    
	font-size: 26px;
    position: relative;
	margin: 3% 0;
}
.service-box .service-title:after{
	content: ''; /* 必须有content属性 */
	display: block; /* 使伪元素成为块级元素 */
	width: 30px; /* 短线的长度 */
	height: 2px; /* 短线的宽度 */
	background-color: #e60012; /* 短线的颜色 */
	position: absolute;    
	bottom: -8px;
    left: calc(53% - 56px);
}

.service-contain{
  padding: 0 20px;
  margin-bottom: 5%;
}
.service-contain:last-child{
	margin-bottom: 10%;
}
/* 服务背景*/
	.service-box .service-background {
}
.service-box .service-item-title {
    display: block;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    margin: 20px 0 40px;
    font-weight: 500;
    color: #333;
    font-size: 22px;
}
.service-box .service-background .service-background-content {
	}
.service-box .service-background .service-background-content .service-background-item {
	margin: 20px 13px 30px;
}
.service-box .service-background .service-background-content .service-background-item .service-background-item-name {
    font-size: 11pt;
    font-weight: 600;
    color: #333;
    text-indent: 2em;
    display: inline-block;
}
.service-box .service-background .service-background-content .service-background-item .service-background-item-detail {
	color: #808080;
	text-indent: 2em;
	margin: 5px 10px 0;
	line-height: 36px;
}
/* 服务对象*/
.service-box .service-object .service-object-content{
    color: #000;
    line-height: 30px;
    display: block;
    text-indent: 3em;
    font-weight: 500;
}
.service-box .service-object .service-object-content ul li{
	width: 100%;
}
/* 系统简介*/
.service-box .introduction-box .introduction-content img{
  width: 100%;
}
.service-box .introduction-box .introduction-content p{
  display: inline-block;
  color: #808080;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 10px;
}
/* 系统架构 */
.system-structure-content{
	display: flex;
	justify-content: center;
}
.system-structure-content .preview-img-box{
	width: 32%;
	height: 200px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid #eaeaea;
	padding: 10px;
}
.system-structure-content img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* 技术架构 */
.tech-structure-box .tech-structure-content img{
	width: 80%;
	margin: 0 10%;
}
/* 服务对象 */
.service-content-box{
	text-indent: 2em;
	color: #808080;
	line-height: 36px;
}
.text-weight{
	font-weight: bold;
	color: #333!important;
}

/* 服务内容 */
.service-content-img-box{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.service-content-img-box img{
	width:30%;
	filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5)) drop-shadow(-1px -2px 6px rgba(255,255,255,0.9))
}
.service-content-img-box img:hover{
	filter: drop-shadow(-1px -1px 2px rgba(0,0,0,0.7)) drop-shadow(3px 3px 3px rgba(255,255,255,0.8));
}
.service-content-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	color: #808080;
}
.service-content-table tr td {
	padding: 15px 20px;
	border: 1px solid #ccc;
}
.service-content-table tr td span {
	display: inline-block;
	/* width: 20px; */
	/* padding: 0 30px; */
	color: #333;
}
.service-9-content-table {
	border-collapse: collapse;
	width: 100%;
}
.service-9-content-table tr th {
	border: 1px solid #ccc;
	padding: 15px 0;
}
.service-9-content-table tr td {
	border: 1px solid #ccc;
	text-align: center;
	color: #808080;
	line-height: 30px;
	padding: 10px;
}

.service-0204-process-item .service-process-item-title{
	font-size: 11pt;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}
.service-9-content-table tr td:nth-child(2){
	text-align: left;
}
.service-content-list {
	width: 100%;
	margin: 20px 0;
}

.service-content-list .service-content-list-item span {
	font-weight: bold;
	font-size: 11pt;
	display: block;
	padding-left: 15px;
	color: #333;
}
.service-content-list .service-content-list-item p {
	color: #808080;
	text-indent: 2em;
	line-height: 36px;
	margin: 15px 0;
}

.service-seaectable-list {
	margin: 0 20px;
}
.service-seaectable-list .service-seaectable-title {
	font-size: 11pt;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 20px;
}
.service-seaectable-list .service-seaectable-list-item span {
	font-weight: bold;
	color: #808080;
	margin: 20px 0 10px 0;
	display: inline-block;
}
.service-seaectable-list .service-seaectable-list-item p {
	color: #808080;
	line-height: 36px;
	text-indent: 2em;
}

/* 服务成果 */
.service-result-content ul{
	padding: 0 20px;
	color: #808080;
}
.service-result-content ul li{
		list-style: disc;
		line-height: 36px;
}
/* 服务套餐 */
.service-package-table {
	border-collapse: collapse;
}
.service-package-table tr {
	}
.service-package-table tr th {
	border: 1px solid #ccc;
	padding: 15px 0;
}
.service-package-table tr td {
	border: 1px solid #ccc;
	text-align: center;
	color: #808080;
	line-height: 30px;
	padding: 10px;
}
.service-package-table tr td:nth-child(3){
	text-align: left;
}
/* 服务经验 */
.service-experience-content .tech-structure-content,.service-experience-content .tech-structure-content img{
	width: 100%;
}
.service-experience-content p{
	color: #808080;
	line-height: 36px;
	text-indent: 2em;
	margin: 10px 0;
}
.service-experience-content .system-structure-content .preview-img-box{
	width:50%;
}
/* 服务案例精选 */
.service-case-box{
	width: 100%;
	padding: 0px;
}
.service-case-list-item{
	overflow: hidden;
	margin: 20px;
	border-bottom: 1px solid #eaeaea;
	padding: 0px 0 20px 0;
}
.service-case-list-item .service-case-detail{
	float: left;
	width: calc(100% - 220px);
}
.service-case-list-item .service-case-detail .service-case-type{
	color: #999;
	display: block;
}
.service-case-list-item .service-case-detail .service-case-title{
	font-size: 13pt;
	font-weight: bold;
	color: #333;
	margin: 0px 0 20px 0;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 25px;
	min-height: 50px;
}
.service-case-list-item .service-case-detail .service-case-time-box{
	display: block;
	overflow: hidden;
	width: 100%;
}
.service-case-list-item .service-case-detail .service-case-time-box .service-case-date{
	float: left;
	color: #808080;
}
.service-case-list-item .service-case-detail .service-case-time-box .service-case-more{
	float: right;
	color: #808080;
	cursor: pointer;
}
.service-case-list-item .service-case-img-box{
	float: right;
	width: 192px;
	height: 110px;
}
.service-case-list-item .service-case-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 19px 0 0 0;
}
.service06-content-box{
	width: 97%;
	margin: 10px auto;
}
.service06-content-box .service06-content-title{
	margin: 10px 0;
	display: inline-block;
	color: #5d5d5d;
	font-weight: bold;
}
.service06-content-box .service06-content-detail{
	color: #808080;
	padding-left: 10px;
  margin-bottom: 10px;
}
.service06-content-list{
	width: 88%;
	margin: 0 auto;
}
.service06-content-list li{
	color: #808080;
	margin: 10px 0;
	list-style: circle;
}

.service-tab-box .tab-box ul li{
	cursor: pointer;
}
.service-list-box{
	width: 100%;
	border-bottom: 2px solid #f5f5f5;
}
.service-list-box ul{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.service-list-box .service-list-item{
	display: none;
}
.service-list-box .service-list-item.active{
	display: block;
}
.service-list-box ul li{
    height: 53px;
    line-height: 53px;
	cursor: pointer;
}
.service-list-box ul li.active{
	border-bottom: 2px solid #d61518;
}
.service-list-box ul li a{
	color: #333;
	font-size: 16px;
	display: inline-block;
    width: 100%;
    height: 100%;
}
.service-empty{
	width: 700px;
    margin-left: calc(50% - 350px);
}

@media screen and (min-width: 768px) and (max-width: 1440px){
	.service-list-box ul{
		width: 1200px;
	}
	.service-tab-box .width{
		width: 1200px!important;
	}
}


@media screen and (max-width: 768px) {
	.system-structure-content .preview-img-box {
    width: 32%;
    height: 60px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    padding: 5px;
	}
	.mask-layer-container .img-pre,.mask-layer-container .img-next{
		top: 75%!important;;
	}
	.mask-layer-container .small-content{
		width: 100%!important;
	}
	.service-box .service-background .service-background-content .service-background-item{
		margin: 20px 0;
	}
	.service-content-table tr td span{
		padding: 0;
	}
	.service-effect-table tr td:nth-child(1){
		width: 40%;
	}
	.service-effect-table tr td:nth-child(2){
		width: 60%;
	}
	.service-effect-table tr td{
		padding: 15px 10px;
	}

	.service-case-list-item .service-case-detail {
    width: 66%;
	}
	.service-case-list-item .service-case-img-box {
    width: 29%;
		height:70px;
 }
	.service-case-list-item .service-case-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 30px 0 0 0px;
 }
	.service06-content-box img{
		width:100%;
		height:100%;
	}




}