#wrap{
	width: 100%;
	background-color: #f9faff;
	overflow: hidden;
	position: relative;
}
.content{
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
.container{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* banner */
.banner{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 1.2rem;
}
.banner img{
	width: 100%;
}
.banner .text{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
}
.banner .text h1{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.banner .text h4{
	font-size: 14px;
}
/* 公司简介 */
.profile{
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile .profile_img{
	width: 600px;
	display: flex;
}
.profile .profile_text{
	width: 600px;
	padding: 0 10px;
}
.profile .profile_text .title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.profile .profile_text .title::after{
	content: " ";
	width: 40px;
	height: 2px;
	background: #4f94ea;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.profile .profile_text p{
	font-size: 14px;
	line-height: 1.2;
	color: #7a8ba6;
	margin-bottom: 20px;
	text-indent: 28px;
}
/* 荣誉资质 */
.honors {
	margin: 0 auto;
	padding: 20px 0;
}
.honors .title{
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.honors .title:after{
	content: " ";
	width: 40px;
	height: 2px;
	background: #4f94ea;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
.honors .text{
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 2;
	position: relative;
	text-align: center;
}
.honors_swiper_box{
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background: rgba(247, 251, 255, 1);
	/* box-shadow: 0px 2px 10px rgb(5 41 82 / 13%); */
	position: relative;
}
.honors_swiper_box .honors_swiper{
	width: 100%;
	overflow: hidden;
}
.honors_swiper_box .honors_swiper .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
.honors_swiper_box .honors_swiper .swiper-slide img {
	display: block;
	width: 400px;
	margin-bottom: 20px;
}
.honors_swiper_box .honors_swiper .swiper-slide p{
	font-size: 14px;
	color: #7a8ba6;
	text-align: center;
}
/* 发展历程 */
.history{
	width: 100%;
	padding: 20px 0;
	background: url(../img/about/history_bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.history .title{
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	color: #fff;
}
.history .title:after{
	content: " ";
	width: 40px;
	height: 2px;
	background: #4f94ea;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.history .container{
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.history .container .history-list{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.history .container .history-list:after{
	content: "";
	width: 100%;
	height: 3px;
	background: url(../img/about/history-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0;
}
.history .container .history-item{
	height: 100%;
	position: relative;
}
.history .container .history-item h3{
	height: 100px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.history .container .history-item p{
	color: #fff;
	padding: 30px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.history .container .history-item i{
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../img/about/timeline1.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3;
}
.culture{
	width: 100%;
	padding: 20px 0;
	background: url(../img/about/culture_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.culture .title{
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	color: #fff;
}
.culture .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.culture .item{
	width: 40%;
	height: 160px;
	padding: 10px;
	margin: 10px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.culture .item img{
	width: 40px;
	margin-bottom: 20px;
}
.culture .item h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.culture .item .text{
	font-size: 12px;
	line-height: 1.4;
	color: #7a8ba6;
	text-align: center;
}
/* 团队风采 */
.style .swiper_style .swiper-slide img{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}