.service_floor_1_main {
	margin-bottom: 150px;
}

.service_floor_1_main .scense div.fl {
	width: 23.5%;
	text-align: center;
	border: 1px solid #a7b7dc;
	border-radius: 30px;
	padding: 40px 0;
	box-sizing: border-box;
}

.service_floor_1_main .scense div.fl:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.service_floor_1_main .scense div.fl:hover img {
	transform: scale(1.15);
	transition: transform 0.3s ease;
}

.service_floor_1_main .scense div.fl img {
	width: 100px;
	height: 50px;
	margin-bottom: 50px;
	object-fit: contain;
}

.service_floor_1_main .scense div.fl:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}

.service_floor_1_main .scense div.fl:nth-child(3) {
	margin-right: 2%;
}

.service_floor_1_main .scense div.fl p {
	font-size: 16px;
	height: 13px;
}

.service_floor_3_main .industry {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
}

.service_floor_3_main .industry div {
	text-align: center;
}

.service_floor_3_main .industry p {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}

.service_floor_3_main .industry img {
	height: 168px;
	width: 168px;
	object-fit: contain;
	background: #faf8f8c7;
}

.bbzj {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 784px;
}

.bbzj li img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.bbzj li {
	width: 400px;
	display: flex;
	align-items: center;
	line-height: 40px;
	font-size: 14px;
}

.fwzz_part {
	padding: 40px 100px 50px 50px;
	background: #f8f8fa;
	border-radius: 4px;
	width: calc(50% - 260px);
	position: relative;
	height: 92px;
}

.fwzz_part_img {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 20px;
	bottom: 15px;
}

.fwzz_part span {
	padding: 5px 10px;
	background-image: linear-gradient(to right, #03b1ed, #15bee4, #09d5e4);
	border-radius: 7px;
	color: white;
	font-size: 13px;
}

.fwzz_part div {
	margin-top: 20px;
	font-size: 22px;
}

.fftd_part {
	width: 250px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.fftd_part img {
	width: 65px;
	height: 65px;
	margin-bottom: 18px;
}

.fftd_part span {
	font-size: 16px;
}

.fflc_part img {
	width: 163px;
}

.fflc_part h1 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
}

.fflc_part p {
	text-indent: 2em;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}

.fflc_step_part {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fflc_part {
	width: 360px;
	position: relative;
	display: flex;
	justify-content: center;
}

.fflc_arrow {
	width: 100px;
	margin: 0 40px;
	/* height: 10px; */
}

.fflc_arrow img {
	height: 19px;
	width: 65px;
}

.tempWrap {
	overflow: hidden;
	position: relative;
	width: 1100px;
}

.fwln_div h3 {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #666666;
}

.service_team {
	width: 268px;
	margin-bottom: 40px;
	text-align: center;
}

.team_people {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	padding: 10px;
	margin-top: -2px;
}

.team_people_name {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.team_people_skill {
	color: #7F7F7F;
	font-size: 14px;
}
.input-container {
  position: relative;
}

.input-container input, .submit {
  outline: none;
  border: 1px solid #e5e7eb;
  margin: 8px 0;
}

.input-container input {
  background-color: #fff;
  padding: 0.8rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.2rem;
  width: calc(100% - 65px);
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.submit {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #1E6FFF;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.5rem;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
}
.certImg {
    border: 2px solid #ededed;
    padding: 10px;
    transition: transform 0.5s linear;
}

.certImg:hover {
    transform: scale(1.2);
    border-color: #F7F7F7
}

.floor_1 {
	padding: 70px 0;
	/* background: #f5f9ff; */
}

.custom_ul {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.custom_ul li {
  width: 20%;
  height: 140px;
  border: 1px solid #c6c4c4;
  border-right: none;
  text-align: center;
  overflow: hidden;
}
.custom_ul li:last-of-type {
  border-right: 1px solid #c6c4c4;
}

.custom_ul li a {
  width: 100%;
  height: 68px;
  margin: 20px auto 10px;
  cursor: pointer;
  display: block;
}

.custom_ul li a img {
  width: 180px;
  height: 68px;
  transition: transform 0.5s ease; /* 平滑的过渡效果 */
}
.custom_ul li a img:hover {
  transform: scale(1.1); /* 放大至1.05倍原大小 */
  box-shadow: 1px 1px 6px #e2e2e2;
}
.custom_ul li p {
  width: 100%;
  height: 35px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}