.body{
	height: auto;
}
/* 关于页面样式 */
.body .banner{
	width: 100%;
}
.body .banner img{
	width: 100%;
	height: auto;
}
.body .title{
	display: flex;
	height: 50px;
	background: rgba(242, 242, 242, 0.9);
	justify-content: center;
	position: relative;
	top: -53px;
}
.body .title ul{
	
}
.body .title ul li{
	float: left;
	padding: 0 30px;
	border-right: 1px solid rgb(215, 215, 215);
	cursor: pointer;
}
.body .title ul li:first-child{
	border-left: 1px solid rgb(215, 215, 215);
}
.body .title ul li:hover,.body .title ul li:hover a{
	color: white;
	background: linear-gradient(to right, #2DA4FE , #1684F3);
}
.body .title ul li a{
	text-align: center;
	line-height: 50px;
}

.body .title ul li.active,.body .title ul li.active a{
	color: white;
	background: linear-gradient(to right, #2DA4FE , #1684F3);
}

.body .tab_content{
	display: none;
}
.body .tab_active{
	display: block;
}
.body .content1{
	width: 1200px;
	margin: auto;
}
.body .content1 h2{
	font-size: 1.875rem;
	text-align: center;
	margin: 30px;
}
.body .content1 p{
	padding-top: 20px;
	display: block;
	text-indent: 4ch;
	line-height: 36px;
}
.body .content1 .zizhi{
	border-top: 1px dashed rgb(228, 228, 228);
	margin: 50px 0px 100px 0px;
}
.body .content1 .zizhi h2{
	font-size: 1.875rem;
	text-align: center;
	font-weight: normal;
	margin-top: 50px;
}
.body .content1 .zizhi>div{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.body .content1 .zizhi .zizhi_item img{
	width: 200px;
	height: auto;
}

/* 团队介绍样式 */
.body .content2>div{
	margin: 0 0 7.5rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.content2 .about_detail{
	width: 40.625rem;
	height: 13.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	padding: 0 25px;
}
.content2 .about_detail_1{
	background: rgb(248, 241, 239);
}
.content2 .about_detail_2{
	background: rgb(239, 242, 248);
}
.content2 .about_detail_3{
	background: rgb(236, 243, 246);
}
.content2 .about_detail_4{
	background: rgb(237, 244, 242);
}

.content2 .about_detail img{
	width: 180px;
	height: 120px;
	flex: 0 1 auto;
}
.content2 .about_detail .about_text span{
	display: block;
}
.content2 .about_detail .about_text span:first-child{
	font-weight: 700;
	line-height: 56px;
}
.content2 .about_detail .about_text span:last-child{
	font-size: 0.8125rem;
	line-height: 27px;
}
/* 办公环境样式 */
.body .content3{
	margin: 30px;
}
.body .content3>div{
	display: flex;
	justify-content: center;
}
.body .content3 .pic_two img{
	max-width: 500px;
	height: 240px;
	padding-bottom: 20px;
}
.body .content3 .pic_one img{
	max-width: 500px;
	height: 370px;
	padding-left: 20px;
}
.body .content3 .pic_one:first-child img{
	max-width: 500px;
	height: 370px;
	padding-left: 0;
	padding-right: 50px;
}
@media (max-width: 768px) {
	.body .title{
		font-size: 14px;
		height: 30px;
		top: -33px;
	}
	.body .title ul li a{
		line-height: 30px;
	}
	.body .content1 {
			width: 95%;
			margin: auto;
	}
	.body .content1 h2 {
			font-size: 1.25rem; /* 调整标题大小 */
	}
	.body .content1 p {
			line-height: 24px; /* 调整文本行高 */
	}
	.body .content3 > div {
		width: 80%;
		flex-direction: column;
	}
	.body .content2 > div {
		flex-direction: column; 
	}
	.content2 .about_detail{
		width: 80%;
		margin: auto;
		padding: 0 25px;
	}
	.content2 .about_detail img{
		width: 120px;
		height: 80px;
	}
	.content2 .about_detail .about_text span:first-child{
		font-size: 0.875rem;
		line-height: 30px;
	}
	.content2 .about_detail .about_text span:last-child{
		font-size: 0.75rem;
	}
	.body .content3{
		width: 80%;
		margin: auto;
		margin-bottom: 30px;
	}
	.body .content3 .pic_one img,.body .content3 .pic_one:first-child img{
		max-width: 333px;
		height: 246px;
		padding: 0px;
	}
}