.page-about {
	padding: 52px 0 88px;
	background-image: url('../img/image11.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-about .page-about-article {
	padding: 52px 0 48px;
}

.page-about .page-about-article p {
	font-size: 18px;
	line-height: 40px;
	color: #666;
	text-indent: 2em;
}

.about-data .about-data-item h6 {
	color: #E1242A;
}

.about-data .about-data-item span {
	color: #E1242A;
}

.about-data .about-data-item h5 {
	color: #666;
}

/*********************关于我们**********/
.culture {
	padding: 68px 0 144px;
	background-image: url('../img/image12.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.culture .culture-main {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.culture .culture-main .culture-item {
	text-align: center;
	color: #fff;
	border: 1px solid #c33436;
	margin-left: -1px;
	padding: 5%;
	cursor: pointer;
	transition: all .3s linear;
}

.culture .culture-main .culture-item img {
	display: inline-block;
	transition: all .3s linear;
}

.culture .culture-main .culture-item h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 28px 0 36px;
}

.culture .culture-main .culture-item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.8);
}

.culture .culture-main .culture-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.culture .culture-main .culture-item:hover img {
	transform: translateY(-10px);
}

/*******************企业文化*****************/
.aptitude {
	padding: 68px 0 78px;
	background-color: #fff;
}

.aptitude .aptitude-main {
	margin-top: 68px;
	position: relative;
}

.aptitude .swiper-aptitude {
	padding-top: 10px;
}

.aptitude .swiper-slide {
	width: 25%;
	padding: 0 15px;
}

.aptitude .swiper-slide a {
	display: block;
	position: relative;
}

.aptitude .aptitude-pic {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	border-radius: 2px;
	z-index: 2;
	transition: all .3s linear;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .1);
	background: #fff;
}

.aptitude .swiper-slide p {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aptitude .swiper-slide a:hover p{
	color: #E1242A;
}

.aptitude .aptitude-next,.aptitude  .aptitude-prev{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: all .1s linear;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    background-color: #e0e0e0;
}

.aptitude .aptitude-next:hover,.aptitude  .aptitude-prev:hover{
	background-color: #E1242A;
}

.aptitude .aptitude-next{
	background-image: url('../img/icon18.png');
	right: -60px;
}

.aptitude .aptitude-prev{
	background-image: url('../img/icon19.png');
	left: -60px;
}

.aptitude .aptitude-pag{
	position: relative;
	bottom: 0;
	margin-top: 52px;
}

.aptitude .aptitude-pag .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.aptitude .aptitude-pag .swiper-pagination-bullet-active{
	background-color: #E1242A;
}

.aptitude .swiper-slide a:hover .aptitude-pic{
	transform: translateY(-10px);
}

/***********************资质***************************/
.team{
	padding: 68px 0;
	background-image: url('../img/image13.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.team .team-main{
	margin-top: 48px;
}

.team .team-list .team-type{
	text-align: center;
}

.team .team-list .team-type p{
	display: inline-block;
	font-size: 32px;
	color: #fff;
	line-height: 38px;
	position: relative;
	font-weight: 500;
	padding-bottom: 16px;
}

.team .team-list .team-type p::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 84px;
	height: 4px;
	background-color: #fff;
	content: '';
	transform: translateX(-50%);
}

.team .team-item {
	width: 268px;
	cursor: pointer;
	margin: 36px auto;
}

.team .team-item .team-person{
	position: relative;
	transition: all 0.5s linear;
}

.team .team-item .team-name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	content: '';
	padding-bottom: 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.team .team-item .team-name p{
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	font-weight: 500;
}

.team .team-item .team-name span{
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding-top: 8px;
	display: inline-block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team .team-item .team-name::before,
.team .team-item .team-name::after{
	width: 25%;
	height: 2px;
	position: absolute;
	top: 65%;
	content: '';
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.team .team-item .team-name::before{
	background-image: url('../img/icon20.png');
	left:5%;
	right: auto;
}

.team .team-item .team-name::after{
	background-image: url('../img/icon21.png');
	left:auto;
	right: 5%;
}

.team .team-item .team-text{
	font-size: 18px;
	margin: 16px 0 0;
	padding: 0 5%;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team .team-item:hover .team-person{
	transform: translateY(-5px);
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.3);
}

.team .team-swiper .team-item{
	width: auto;
}

.team .team-swiper .swiper-button-next,
.team .team-swiper .swiper-button-prev{
	width: 40px;
	background-size: cover;
	height: 98px;
	margin-top: -65px;
	left: auto;
	right: 0px;
	opacity: 0;
	background-image: url('../img/icon22.png');
	transition: all 0.5s;
}

.team .team-swiper .swiper-button-prev{
	right: auto;
	left: 0px;
	background-image: url('../img/icon23.png');
}

.team .team-swiper:hover .swiper-button-next,
.team .team-swiper:hover .swiper-button-prev{
	opacity: 1;
}

.team .team-swiper .swiper-button-next:hover,
.team .team-swiper .swiper-button-prev:hover{
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.3);
}

@media (max-width: 992px){
	.page-about{
		padding: 5rem 0 3rem;
	}
	
	.page-about .page-about-article{
		padding: 1.5rem 0;
	}
	
	.page-about .page-about-article p{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	
	.about-data .about-data-item .about-num{
		justify-content: center;
	}
	
	.about-data .about-data-item h6{
		font-size: 1.8rem;
		font-weight: 600;
	}
	
	.about-data .about-data-item span{
		font-size: 1.2rem;
	}
	
	.about-data .about-data-item h5{
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top: 0;
	}
	
	.culture{
		padding: 3rem 0;
	}
	
	.culture .culture-main{
		flex-wrap: wrap;
		margin-top: 2rem;
	}
	
	.culture .culture-main .culture-item{
		flex: 50%;
	}
	
	.culture .culture-main .culture-item img{
		width: 3rem;
	}
	
	.culture .culture-main .culture-item h3{
		font-size: 1.6rem;
		margin: 1.5rem 0;
	}
	
	.culture .culture-main .culture-item p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.aptitude{
		padding: 3.5rem 0 3rem;
	}
	
	.aptitude .aptitude-main{
		margin-top: 3rem;
	}
	
	.aptitude .swiper-slide{
		padding: 0;
	}
	
	.aptitude .aptitude-prev{
		left: 0;
	}
	
	.aptitude .aptitude-next{
		right: 0;
	}
	
	.aptitude .aptitude-next, .aptitude .aptitude-prev{
		width: 3rem;
		height: 3rem;
	}
	
	.aptitude .swiper-slide p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.aptitude .aptitude-pag{
		margin-top: 2rem;
	}
	
	.aptitude .aptitude-pag .swiper-pagination-bullet{
		width: 0.8rem;
		height: 0.8rem;
	}
	
	.team{
		padding: 5rem 0 3rem;
	}
	
	.team .team-main{
		margin-top: 3rem;
	}
	
	.team .team-item{
		margin: 1rem auto 1.5rem;
	}
	
	.team .team-item.oneperson{
		width: 50%;
	}
	
	.team .team-list .team-type p{
		font-size: 1.8rem;
		padding:0 0 1rem;
		line-height: 2;
		font-weight: 500;
	}
	
	.team .team-list .team-type p::after{
		width: 6rem;
		height: 0.2rem;
	}
	
	.team .team-item .team-name p{
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	.team .team-item .team-name span{
		font-size: 1.4rem;
	}
	
	.team .team-item .team-text{
		font-size: 1.4rem;
		margin-top: 1rem;
	}
}