.introduction {
	margin-top: 0.8rem;
	width: 12.8rem;
	max-width: 100%;
}
.introduction::after {
	content: '';
	width: 0; height: 0;
	display: block;
	clear: both;
}
.introduction .left {
	margin: 0 .3rem 0 0;
	width: 50%;
	float: left;
}
.introduction .left img {
	max-width: 100%;
}
.introduction h3 {
	margin-bottom: .48rem;
	font-size: .32rem;
	font-family: ITC Avant Garde Gothic LT Book;
	position: relative;
	line-height: 1;
	color: var(--mainColor);
}
.introduction h3::after {
	content: '';
	width: .36rem; height: 3px;
	background-color: #e8e8e8;
	position: absolute;
	bottom: -.25rem; left: 0;
}
.introduction p {
	margin-bottom: .2rem;
	font-family: calibri;
	font-size: .16rem;
	color: #5a5a5a;
	line-height: 1.3;
	letter-spacing: 1px;
	display: block;
}
.introduction .right img {
	margin-bottom: .2rem;
}
.culture {
	padding-top: .2rem;
	box-sizing: border-box;
	margin-top: .7rem;
	width: 100%; height: 3.45rem;
	background-color: #f6f6f6;
	font-size: 0;
}
.culture .main {
	position: relative;
	height: 100%;
}
.culture .title {
	margin-bottom: .3rem;
	line-height: 1;
	font-size: .32rem;
	font-family: ITC Avant Garde Gothic LT Book;
	position: relative;
	line-height: 1;
	color: var(--mainColor);
}
.culture p {
	width: 50%;
	display: block;
	font-size: .16rem;
	color: #5a5a5a;
	line-height: 1.8;
	font-family: Calibri;
}
.culture .culture-img {
	position: absolute;
	right: 0; bottom: 0;
}
.ce {
	padding-top: .6rem;
}
.ce .main {
	position: relative;
}
.ce .title {
	margin-bottom: .2rem;
	line-height: 1;
	font-size: .32rem;
	font-family: ITC Avant Garde Gothic LT Book;
	position: relative;
	line-height: 1;
	color: var(--mainColor);
	width: 100%;
	text-align: center;
}
.ce .subtitle {
	color: #5a5a5a;
	font-size: .16rem;
	text-align: center;
}
#ce {
	padding-bottom: 1.2rem;
	margin: .36rem auto .32rem;
	width: 12rem;
}
#ce .swiper-wrapper {
	align-items: center;
}
#ce .swiper-slide {
	text-align: center;
}
#ce .swiper-slide img {
	width: 2.6rem;
	border: 1px solid #ddd;
}
#ce .swiper-pagination {
	bottom: .5rem;
}
#ce .swiper-pagination-bullet {
	width: .1rem; height: .1rem;
	border: 1px solid #000;
	background: transparent;
	opacity: 1;
}
#ce .swiper-pagination-bullet-active {
	border-color: var(--mainColor);
}



#cen {
	padding-bottom: 1.2rem;
	margin: .36rem auto .32rem;
	width: 12rem;
}
#cen .swiper-wrapper {
	align-items: center;
}
#cen .swiper-slide {
	text-align: center;
}
#cen .swiper-slide img {
	width: 2.6rem;
	border: 1px solid #ddd;
}
#cen .swiper-pagination {
	bottom: .5rem;
}
#cen .swiper-pagination-bullet {
	width: .1rem; height: .1rem;
	border: 1px solid #000;
	background: transparent;
	opacity: 1;
}
#cen .swiper-pagination-bullet-active {
	border-color: var(--mainColor);
}


.ce .main .iconfont {
	font-size: .6rem;
	color: var(--mainColor);
	position: absolute;
	top: 45%; right: -6%;
	width: .64rem; 
	outline: none;
	cursor: pointer;
}
.ce .main .icon-back {
	left: -6%;
}


@media screen and (max-width: 768px) {
.introduction {
	margin-top: .54rem;
	display: flex;
	flex-wrap: wrap;
}
.introduction .left {
	margin: 0;
	order: 1;
	width: 100%;
}
.introduction p {
	font-size: .14rem;
}
.introduction .right img {
	max-width: 100%;
}
.culture {
	padding-top: .4rem;
	overflow: hidden;
}
.culture .title {
	font-size: .32rem;
}
.culture p {
	width: 100%;
	color: #5a5a5a;
}
.culture .culture-img {
	opacity: .08!important;
	width: 96%;
	left: 2%;
}
.culture .culture-img img {
	width: 100%;
}
#ce {
	padding-bottom: .4rem;
	width: 100%;
}
#ce .swiper-pagination-bullet {
	border-color: #5a5a5a;
	display: none;
}
#ce .swiper-pagination-bullet-active {
	border-color: var(--mainColor);
}
.ce .main .iconfont {
	font-size: .4rem;
	right: 6%; top: 50%;
	width: .4rem;
	z-index: 1;
}
.ce .main .icon-back {
	left: 6%;
}


#cen {
	padding-bottom: .4rem;
	width: 100%;
}
#cen .swiper-pagination-bullet {
	border-color: #5a5a5a;
	display: none;
}
#cen .swiper-pagination-bullet-active {
	border-color: var(--mainColor);
}


}
