.about-bg-img {
	background-repeat: no-repeat;
	background-position: left 180px;
	background-size: contain;
}

.about-info {
	padding: 100px 0;
}

.about-info .about-info-title {
	font-size: 24px;
	/* max-width: 340px; */
	margin-bottom: 40px;
}

.about-info .about-info-content>p {
	margin-bottom: 20px;
}

.about-info-content {
	margin-bottom: 60px;
}

.about-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-bottom-content .about-left-img {
	width: 55%;
	height: 370px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 20px;
	border-radius: 10px;
}

.about-bottom-content .about-left-img-en {
	width: 58%;
}

.about-bottom-content .about-left-img img {
	border-radius: 10px;
}

.about-bottom-content .about-right-bg {
	/* flex: 1; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 45%;
	height: 390px;
}

.about-bottom-content .about-right-bg-en {
	width: 42%;
}

.about-bottom-content .about-index-item {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 10px;
	padding: 30px;
	width: 48.5%;
}

.about-bottom-content .about-index-item-en {
	padding: 20px;
}

.about-bottom-content .about-index-item .about-index-icon {
	width: auto;
	height: 30px;
}

.about-bottom-content .about-index-item .about-index-content {
	text-align: right;
	font-size: 16px;
	color: #666;
}

.about-bottom-content .about-index-item .about-index-num {
	font-size: 60px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	line-height: 1;
}

.about1-bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	position: relative;
	padding: 80px 0;
}

.about1-img {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 27%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about1-img img {
	width: 100%;
}

.about1-content {
	position: relative;
}

.about1-left {
	width: 45%;
}

.about1-left>p {
	line-height: 1.8;
	margin-bottom: 50px;
}

.about1-left .about1-title {
	font-size: 24px;
	color: #0092dc;
}

.about1-left .about1-subtitle {
	font-size: 36px;
	margin-bottom: 50px;
}

.about1-left .about1-name {
	font-size: 30px;
	color: #0092dc;
}

.about-show-content {
	padding: 80px 0;
}

.about-show-content .about-show-title {
	font-size: 36px;
	margin-bottom: 80px;
}

.about-show-content .about-show-inner {
	display: flex;
	justify-content: space-between;
}
.about-show-content .about-show-inner-mobile {
	display: none;
}

.about-show-content .about-show-left {
	width: 50%;
}
.about-show-content .about-show-left .factorySwiper img {
	width: 100%;
	border-radius: 10px;
}

.about-show-content .about-show-right {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-show-content .about-show-right .right-factory-title {
	font-size: 24px;
}
.about-show-content .about-show-right .factoryThumbsSwiper img {
	border-radius: 10px;
}

.factory-button {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}
.exhibition-button {
	margin: 100px 0;
}

.factory-button .factory-button-prev,
.factory-button .exhibition-button-prev,
.factory-button .work-button-prev {
	margin-right: 20px;
}

.factory-button-icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #0092dd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
}

.swiper-button-disabled .factory-button-icon {
	background: #474747;
}

.factoryThumbsSwiper .swiper-slide-thumb-active {
	position: relative;
}

.factoryThumbsSwiper .swiper-slide-thumb-active::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 146, 220, 0.75);
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.exhibition-contaiiner {
	padding-bottom: 80px;
	background: #eef5ff;
}
.about-show-exhibition {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 0;
}
.about-show-exhibition .about-exhibition-text{
	color: #666;
	width: 50%;
}
.exhibition-swiper-box {
	position: relative;
}
.exhibition-swiper-box .exhibition-bg {
	position: absolute;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.9) 95%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.about-show-work {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-show-work .about-show-title,
.about-show-work .factory-button{
	margin: 0;
}


@media (min-width: 1430px) {
	.work-swiper-box .swiper-slide {
		width: auto !important;
		height: 550px !important;
	}
}

@media (max-width: 1700px) {
	.about-bottom-content .about-index-item .about-index-num {
		font-size: 50px;
	}
}

@media (max-width: 1700px) {
	.about-bottom-content .about-left-img-en {
		width: 50%;
		height: 300px !important;
	}
	.about-bottom-content .about-right-bg-en {
		width: 50%;
	}
}

@media (max-width: 1500px) {
	.about-bottom-content .about-index-item {
		padding: 20px;
	}
	.about-bottom-content .about-left-img {
		height: 290px;
	}
	.about-bottom-content .about-right-bg {
		height: 310px;
	}
	.about-bottom-content .about-index-item .about-index-num {
		font-size: 40px;
	}
}

@media (max-width: 1400px) {
	.about-bottom-content .about-left-img-en {
		width: 45%;
		height: 310px !important;
	}
	.about-bottom-content .about-right-bg-en {
		width: 55%;
		height: 340px !important;
	}
}

@media (max-width: 1300px) {
	.about1-left {
		max-height: 270px;
		overflow-y: auto;
	}
	.exhibition-button {
		margin: 70px 0;
	}
}
@media (max-width: 1200px) {
	.about-bottom-content-en {
		display: block;
	}
	.about-bottom-content-en .about-left-img-en,
	.about-bottom-content-en .about-right-bg-en {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.about-bg-img {
		background-position: left bottom;
		background-size: 50%;
	}
	.about-info {
		padding: 60px 0;
	}
	.about-info .about-info-title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.about-info-content {
		margin-bottom: 30px;
	}
	.about-bottom-content {
		display: block;
	}
	.about-bottom-content .about-left-img,
	.about-bottom-content .about-right-bg {
		width: 100%;
	}
	.about-bottom-content .about-left-img {
		margin: 0;
	}
	.about-bottom-content .about-right-bg {
		height: auto;
	}
	.about-bottom-content .about-index-item {
		margin-top: 20px;
	}
	.about-bottom-content .about-index-item .about-index-num {
		font-size: 34px;
	}
	.about1-content {
		display: flex;
		flex-wrap: wrap;
	}
	.about1-bg-img {
		padding: 50px 0;
	}
	.about1-left {
		width: 100%;
	}
	.about1-left .about1-title {
		font-size: 18px;
	}
	.about1-left .about1-subtitle {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.about1-left {
		width: 100%;
		max-height: 100%;
		overflow: initial;
	}
	.about1-chairman,
	.about1-img {
		order: 1;
		position: initial;
		width: 100%;
		text-align: center;
	}
	.about1-chairman {
		margin-top: 20px;
	}
	.about1-left .about1-name {
		font-size: 18px;
	}
	.about-show-content {
		padding: 30px;
	}
	.about-show-content .about-show-title {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.about-show-content .about-show-inner {
		display: none;
	}
	.about-show-content .about-show-inner-mobile {
		display: block;
	}
	.factory-button {
		margin: 40px 0;
	}
	.factory-button-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.exhibition-swiper-box .exhibition-bg {
		display: none;
	}
	.exhibition-contaiiner {
		padding-bottom: 30px;
	}
	.about-show-inner-mobile img,
	.exhibition-swiper-box img {
		border-radius: 10px;
	}
	.about-show-work {
		display: block;
	}
}


@media (max-width: 768px) {
	.about-info {
		padding: 30px 0;
	}
	.about1-left>p {
		margin-bottom: 30px;
	}
	.about-show-content {
		padding: 0;
	}
	.about1-bg-img {
		padding: 20px 0;
	}
	.about-show-content .about-show-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.about-show-exhibition {
		display: block;
	}
	.about-show-exhibition .about-exhibition-text {
		width: 100%;
	}
	.about-bottom-content-en .about-right-bg-en {
		display: block;
		height: auto !important;
	}
	.about-bottom-content .about-index-item-en {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.about-info {
		padding: 10px 0;
	}
	.about-info .about-info-title {
		font-size: 16px;
	}
	.about-bottom-content .about-index-item .about-index-num {
		font-size: 24px;
	}
	.factory-button {
		margin: 20px 0;
	}
}