* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
	font-size: 14px;
	background-size: 100% 100%;
	background: #000000;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
}

a:link，a:visited {
	text-decoration: none;
	outline: none;
}

li {
	list-style-position: outside;
	list-style-type: none;
}

em,
i {
	font-style: normal;
}

h4,
h5 {
	font-weight: normal;
}

button,
input {
	outline: none;
	cursor: pointer;
}

.team-list {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
}

.team-list li {
	margin-right: 1%;
	width: 24%;
	position: relative;
	/*height: 330px;*/
	height: 400px;
	margin-bottom: 20px;
}

.team-list li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 客户案例年 */
.KhList {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	/* border-top: 2px solid #fff;
	border-bottom: 2px solid #2e17f4 */
}

.KhList li {
	text-align: center;
	width: 33%;
	position: relative;

}

.KhList li::before {
	position: absolute;
	content: "";
	border-radius: 0;
	font-size: 0;
	width: 1px;
	height: 100%;
	padding: 0;
	top: 0;
	right: 0;
	background: #19c3eb;
}

.KhList li:nth-last-child(1)::before {
	background: none;
}

.KhList li span {
	font-weight: bold;
	color: #19c3eb;

	background: -webkit-gradient(linear, left top, right top, color-stop(0, #01c9f3), color-stop(.4, #34bbe1), color-stop(.5, #008eaf), color-stop(.6, #01c9f3), color-stop(1, #01c9f3));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: animate 4s infinite;
	font-size: 90px;
}

.KhList li p {
	font-size: 32px;
}

/* 服务领域 */
.fwList .article p {
	font-size: 38px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.fwList .article {
	margin: 110px 0 30px 0;
}

.fwList .article span {
	margin-top: 5px;
	display: inline-block;
	font-size: 26px;
}

.fwListContant {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
}
.fwListContant.mm{ 	justify-content:space-between; }
.fwListContant li {
	width: 220px;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px 0px;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.fwListContant li:nth-of-type(5n+5) {
	margin-right: 0;
}

.fwListContant-li img {
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
	object-fit: cover;
}

.fwListContant-tit p {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.fwListContant-tit.en p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.fwListContant-tit span {
	font-size: 16px;
	line-height: 30px;
}

.fwContant {
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
}

/**
	流程
 */
.lcList .article p {
	font-size: 38px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.lcList .article {
	margin: 110px 0 30px 0;
}

.lcList .article span {
	margin-top: 5px;
	display: inline-block;
	font-size: 26px;
}

.lcListContant {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
}

.lcListContant li {
	width: 30%;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 40px 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
	justify-content: space-between;
}
.lcListContant.en li{
	height: 350px;
}

.lcListContant.en li{
	height: 350px;
}


.lcListContant li:nth-of-type(3n+3) {
	margin-right: 0;
}

.lcListContant-li img {
	object-fit: cover;
}

.lcListContant-tit p {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.lcListContant-tit span {
	font-size: 16px;
	line-height: 30px;
}

.lcListContant-tit.en p {
	font-size: 20px;
}

.lcListContant-tit.en span {
	font-size: 14px;
}

.lcContant {
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
}

.morearticle {
	margin-bottom: 30px;
}

.morearticle p {
	font-size: 38px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0
}

.morearticle span {
	margin-top: 5px;
	display: inline-block;
	font-size: 26px;
}
