
.sec-title{
	font-weight:bold;
	text-align:center;
	position:relative;
	padding:1.5rem 0;
	font-size:2.5rem;
}
.sec-title:after{
	content: '';
    width: 3rem;
    height: 2px;
    border-bottom:2px solid var(--bs-theme-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.page-about-section{

}
.page-about-section .about1{
	background:url('../images/aboutbg.png') no-repeat center top / 80% auto;
}

.ab-text-section .summary{

    margin: 0 auto;
    text-align: center;
}

.ab-video{
	text-align:center;
}

.ab-video .videobg{
	width:1000px;
	max-width:100%;
	height:562px;
	margin:0 auto;
}


.ab-intro-title h1{
	font-weight:bold;
	font-size:2.5rem;
}
.ab-tech-content2,
.ab-tech-content,
.ab-intro-content{
	font-size:0.9rem;
	line-height:1.8;
	color:#666;
}

.factory-section{
	width:80%;
	max-width:100%;
}

.ab-shicha{
	height: 400px;
    background: no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position:relative;
}
.ab-shicha:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
}
.ab-shicha h2{
	width:40rem;
	max-width:80%;
	position:relative;
	z-index:100;
	text-align:center;
	font-weight:bold;
	font-size:2rem;
	line-height:1.2;
}
.ab-culture-swiper .swiper-slide{
	border-radius:8px;
	overflow:hidden;
	border:1px solid #ccc;
}
.ab-culture-swiper,.ab-cer-swiper{
	padding-bottom: 20px;
	overflow-y: visible;
}


.ab-culture-swiper .swiper-pagination,.ab-cer-swiper .swiper-pagination{
	bottom: 0;
}

.ab-swiper .swiper-button-next,
.ab-swiper .swiper-button-prev {
	width: 32px;
	height: 32px;
	background-image: url(../images/icon_jiantou.png);
	background-size: unset;
}
.ab-swiper .swiper-button-next{
	background-position: -32px 0;
	right: 10px;
	left: unset;
}
.ab-swiper .swiper-button-prev{
	background-position: 0 0;
	left: 10px;
	right: unset;
}


.ab-culture-swiper .swiper-slide .item{
	width: 100%;

	display: block;
}
.ab-cer-swiper .swiper-slide .item{
	
	display: block;
	width: 100%;
}
.ab-culture-swiper .swiper-slide .item .pic,.ab-cer-swiper .swiper-slide .item .pic{
	width: 100%;
	height: 100%;
}
.ab-exhibition-swiper .swiper-slide img,
.ab-culture-swiper .swiper-slide img{
	max-width:100%;
}
.ab-exhibition-swiper .swiper-slide{
	border:1px solid #ccc;
}
.ab-cer-swiper img,
.ab-tech-content2 img{
	max-width:100%;
}

.ab-tech-content2 h2{
	font-size:2.5rem;
	font-weight:bold;
	color:#212529;
}
.ab-tech-content2 .cp-info p{
	color:#212529;
	margin:0;
}

.qu-info{
	width: 68rem;
    margin: 0 auto;
    font-size: 1.2rem;
    max-width: 100%;
    text-align:center;
}




@media only screen and (max-width: 1040px){
	.ab-video .videobg{
		height:calc( (100vw - var(--bs-gutter-x))*576/1024 );
	}
	.sec-title{
		font-size:1.5rem;
		padding:1rem 0;
	}
	.ab-tech-content2 h2,
	.ab-text-section h2,
	.ab-shicha h2,
	.ab-intro-title h1{
		font-size:1.5rem;
	}
	.ab-shicha{
		background-size:auto 140%;
		height:200px;
		background-attachment: inherit;
		background-position:center 20%;
	}
	.qu-info{
		font-size: 1rem;
	}
	.ab-culture-swiper .swiper-slide .item, .ab-cer-swiper .swiper-slide .item{
		height: 147px;
	}
	.page-about-section{
		padding-bottom: 50px;
	}
}
