/* 案例 */
.service {
	background: url(../img/bg_case.jpg) no-repeat center;
	background-size: 100%;
	height: 518px;
	/* margin-bottom: 3%; */
	font-weight: 300;
}

.service h1 {
	color: #ffffff;
	position: relative;
	top: 38%;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

.service .title {
	font-size: 30px;
	margin: 5px 0px;
}

.service .title_en {
	color: #e4392a;
}

.slideTxtBox {
	width: 100%;
	position: absolute;
	top: 518px;
}

.slideTxtBox .hd {
	/* background: #11213b; */
	background: linear-gradient(to right, #0c1325 0%, #4d74b0 50%, #0c1325 100%);
	opacity: 0.97;
	margin: auto;
	width: 88%;
	border-radius: 10px;
	box-shadow: 0px 10px 8px 0px #aaaaaa;
}

.slideTxtBox .hd h2 {
	font-weight: 300;
	font-size: 14px;
	margin-top: 5px;
}

.slideTxtBox .hd ul {
	display: flex;
	text-align: center;
}

.slideTxtBox .hd ul li {
	flex: 1;
	padding: 0 15px;
	cursor: pointer;
	height: 108px;
	border-radius: 10px;
}

.slideTxtBox .hd ul li div {
	text-align: center;
	color: white;
	position: relative;
	top: 25%;
}

.slideTxtBox .hd ul li div img {
	width: 40px;
}

.slideTxtBox .hd ul li.on {
	background: linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
}

.content {
	/* display: block; */
	/* overflow: hidden; */
}

.slideTxtBox .bd ul {
	/* 	padding: 15px;
	text-align: center;
	display: block; */
}

.menu-content {
	width: 88%;
	margin: 50px auto;
	text-align: center;
}

.menu-content .title {
	font-size: 30px;
	font-weight: bold;
}

.menu-content .remark {
	font-size: 14px;
	width: 50%;
}

.menu-content .more {
	background: #0084ff;
	border: 1px solid #0084ff;
	border-radius: 3px;
	width: 90px;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	margin: 30px 60px;
}

.index-case {
	/* width: 100%; */
}

.index-case h3 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 8% auto 0px;
}

.index-case p {
	font-size: 14px;
	width: 300px;
	margin: 8% auto;
	color: #282828;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-case .type {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 500;
	margin: 6px 0px;
}

.index-case li {
	display: inline-block;
	border: 2px #efefef solid;
	border-radius: 10px;
	margin: 15px;
	/* text-align: center; */
	/* float: left; */
}

.index-case li:hover {
	transition: all .25s ease-in;
	transform: translateY(-8px);
	box-shadow: 0px 10px 10px 0px #aaaaaa;
}

.index-case img {
	width: 400px;
	height: 280px;
	border-radius: 10px 10px 0px 0px;
	object-fit: cover;
	object-position: top;
}

/* 案例End */