.about {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* 内容部分 */
.company_profile {
	padding-top: 20px;
	clear: both;
	padding-bottom: 70px;
}

.profile_content {
	width: 100%;
}

.profile_content .profile_content_img {
	width: 100%;
	position: relative;
}

.profile_content .profile_content_img img {
	width: 100%;
	display: block;
}

.profile_content .profile_content_img .bg1 {
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.profile_content .profile_content_img .bg2 {
	width: 86%;
	display: block;
	position: absolute;
	top: 35%;
	left: 7%;
}

.profile_content_img .bg2 .company_content {
	position: absolute;
	width: 55%;
	top: 0;
	left: 40%;
	padding-top: 15px;
}


.partner {
	width: 100%;
	padding-top: 20px;
}

.partner .partner_all {
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.partner .partner_all .img_rongqi {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
	height: 30px;
	border: 1px solid #f1f1f1;
}

.partner .partner_all .img_rongqi:nth-child(3n) {
	margin-right: 0;
}

.partner .partner_all .img_rongqi img {
	width: 100%;
	/* display: block; */
	height: 100%;
	object-fit: contain;
}



/* 企业文化 */
.company_culture {
	width: 100%;
	padding-top: 20px;
}

.company_culture .culture_content {
	padding: 0 20px;
}

.culture_content>div {
	width: 100%;
	display: flex;
}

.culture_content .img {
	width: 50%;
	display: inline-block;
}

.culture_content .img img {
	width: 100%;
}

.culture_content .content {
	display: inline-block;
	width: 50%;
	padding: 0 0 0 5%;
}

.culture_content .jiahzi .content {
	padding: 0 5% 0 0;
}

.culture_content .content .culture_line {
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #E6E6E6;
}

.culture_content .jiahzi .culture_line {
	margin-left: 90%;
}


/* 企业文化 */


/* 企业荣誉 */

.company_honor {
	width: 100%;
	padding-top: 20px;
}


.swiper_out {
	width: 100%;
	padding: 0 20px;
}

.swiper-container {
	padding-bottom: 25px;
}

.swiper-pagination-progressbar {
	top: initial !important;
	bottom: 0px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3682CE;
}

.swiper-slide {
	width: 30%;
	border: 1px solid #f1f1f1;
	padding: 7px 10px;
}

.swiper-slide .img_rongqi {
	width: 100%;
}

.swiper-slide .img_rongqi img {
	width: 100%;
	display: block;
	object-fit: fill;
}

/* 企业荣誉 */