.factory .box1{
	padding: 140px 0 184px;
	background: url(../img/factory-box1-bg.jpg);
	background-size: cover;
}
.factory .box1 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 70px 120px;
}
.factory .box1 .list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 20px;
}
.factory .box1 .list .li-l{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: flex-start;
}
.factory .box1 .list .li-l .number{
	padding-right: 5px;
}
.factory .box1 .list .li-r{
	flex: 1;
	margin-left: 20px;
	text-align: right;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.factory .box2{
	padding: 100px 0;
}
.factory .box4 .title,
.factory .box2 .title{
	color: #222;
	font-weight: bold;
	text-align: center;
}
.factory .box2 .box-c{
	margin-top: 60px;
}
.factory .box2 .box-c li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.factory .box2 .box-c li:nth-child(2n){
	flex-direction: row-reverse;
}
.factory .box2 .box-c li .text-box{
	width: 45%;
	padding: 30px 0;
}
.factory .box2 .box-c li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.25;
}
.factory .box2 .box-c li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 1.66;
	margin-top: 17px;
}
.factory .box2 .box-c li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1.875;
	margin-top: 50px;
}
.factory .box2 .box-c li .pic{
	width: 50%;
}
.factory .box3{
	padding: 100px 0 130px;
	background: url(../img/factory-box3-bg.jpg);
	background-size: cover;
	text-align: center;
}
.factory .box5 .title,
.factory .box3 .title{
	color: #fff;
	font-weight: bold;
}
.factory .box3 .box-c{
	position: relative;
	margin-top: 60px;
}
.factory .box3 .box-c .swiper-slide{
	width: 32.14%;
	background: #FFFFFF;
	border-radius: 20px;
	padding-bottom: 30px;
}
.factory .box3 .box-c .swiper-slide:not(:last-child){
	margin-right: 1.78%;
}
.factory .box3 .box-c .swiper-slide .img{
	position: relative;
	padding-top: 80.44%;
}
.factory .box3 .box-c .swiper-slide .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.factory .box3 .box-c .swiper-slide .img .pic img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
}
.factory .box3 .box-c .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	line-height: 1.55;
	margin-top: 20px;
	transition: all .6s;
	padding: 0 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.factory .box3 .box-c .swiper-slide:hover .text{
	color: rgba(26, 100, 209, 1);
}
.factory .btns .btn{
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FEFFFF;
	border-radius: 50%;
	color: rgba(222, 222, 222, 1);
	border: 1px solid rgba(219, 227, 233, 1);
	cursor: pointer;
	z-index: 3;
}
.factory .btns .btn.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}
.factory .btns .btn:not(.swiper-button-disabled):hover{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	color: #fff !important;
	border-color: transparent;
}
.factory .btns .btn .iconfont{
	font-size: 18px;
}
.factory .box3 .box-c .btn-prev{
	left: -90px;
}
.factory .box3 .box-c .btn-next{
	right: -90px;
}
.factory .box4{
	padding: 100px 0;
}
.factory .box4 .box-c{
	position: relative;
	margin-top: 64px;
}
.factory .box4 .box-c .swiper-slide{
	width: 1400px;
	max-width: 94%;
	padding: 0 139px;
	/* width: 56.25%; */
	/* width: 1080px; */
}
.factory .box4 .box-c .swiper-slide .pic{
	transform: scale(.7794);
}
.factory .box4 .box-c .swiper-slide-prev .pic{
	transform-origin: right center;
}
.factory .box4 .box-c .swiper-slide-next .pic{
	transform-origin: left center;
}
.factory .box4 .box-c .swiper-slide:not(:last-child){
	/* margin-right: 135px; */
}
.factory .box4 .box-c .swiper-wrapper.active{
	transition-duration: 0ms !important;
}
.factory .box4 .box-c .swiper-slide-active{
	/* width: 72.91%; */
	/* width: 1400px; */
	max-width: 94%;
	padding: 0 135px;
	transform-origin: center;
	/* margin: 0 135px; */
}
.factory .box4 .box-c .swiper-slide-active .pic{
	transform: scale(1);
}
.factory .box4 .box-c .swiper-slide .pic{
	border-radius: 0px 50px 0px 50px;
}
.factory .box4 .box-c .swiper-slide .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #333333;
	line-height: 1.5;
	margin-top: 32px;
	opacity: 0;
	transition: all .6s;
	text-align: center;
}
.factory .box4 .box-c .swiper-slide-active .text{
	opacity: 1;
}
.factory .box4 .box-c .btns{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.factory .box4 .box-c .btns .btn{
	color: rgba(14, 90, 243, 1);
}
.factory .box4 .box-c .btn-prev{
	left: 0;
	transform: translateX(-50%);
}
.factory .box4 .box-c .btn-next{
	right: 0;
	transform: translateX(50%);
}
.factory .box5{
	padding: 100px 0 124px;
	background: url(../img/factory-box5-bg.jpg);
	background-size: cover;
	text-align: center;
}
.factory .box5 .box-c{
	position: relative;
	margin-top: 83px;
}
.factory .box5 .box-c .swiper-slide{
	position: relative;
	width: 46.87%;
	overflow: hidden;
	border-radius: 20px;
	transition: all .6s;
	padding: 0 1.56%;
}
.factory .box5 .box-c .swiper-slide .pic::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	z-index: 3;
}
.factory .box5 .box-c .swiper-slide-active .pic::before{
	opacity: 0;
}
.factory .box5 .box-c .swiper-slide:not(:last-child){
	/* margin-right: 3.125%; */
}
.factory .box5 .box-c .swiper-slide .pic{
	position: relative;
	border-radius: 20px;
}
.factory .box5 .btns .btn{
	border-color: #fff;
}
.factory .box5 .btn-prev{
	left: 7.76%;
	z-index: 3;
}
.factory .box5 .btn-next{
	right: 7.76%;
	z-index: 3;
}
@media (max-width:1600px) {
	.factory .btns .btn{
		width: 40px;
		height: 40px;
	}
	.factory .box3 .box-c .btn-prev{
		left: 10px;
		/* transform: translate(-50%,-50%); */
	}
	.factory .box3 .box-c .btn-next{
		right: 10px;
		/* transform: translate(50%,-50%); */
	}
}
@media (max-width: 1440px) {
	.factory .box1{
		padding-bottom: 140px;
	}
	.factory .box5,
	.factory .box3{
		padding-bottom: 100px;
	}
	.factory .box1 .list .li-l{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.factory .box2 .box-c li .text{
		margin-top: 20px;
	}
	.factory .box1 .list .li-l{
		font-size: 20px;
	}
	.factory .box1 .list .li-r{
		font-size: 16px;
	}
	.factory .box1 .list{
		gap: 50px 80px;
	}
}
@media (max-width: 1199px) {
	.factory .box2 .box-c li .text-box{
		width: 47%;
	}
	.factory .box4,
	.factory .box5, .factory .box3,
	.factory .box2,
	.factory .box1{
		padding: 70px 0;
	}
	.factory .box5 .box-c,
	.factory .box4 .box-c,
	.factory .box3 .box-c,
	.factory .box2 .box-c{
		margin-top: 45px;
	}
	.factory .box2 .box-c li .text{
		font-size: 14px;
	}
	.factory .box2 .box-c li .text,
	.factory .box2 .box-c li .text-des{
		margin-top: 10px;
	}
}
@media (max-width: 1024px) {
	.factory .box2 .box-c li .text-title{
		font-size: 22px;
	}
	.factory .box2 .box-c li .text-des{
		font-size: 16px;
	}
	.factory .box2 .box-c li .pic img{
		min-height: 300px;
		object-fit: cover;
	}
	.factory .box1 .list .li-r{
		font-size: 14px;
	}
	.factory .box1 .list{
		gap: 30px;
	}
	.factory .box4,
	.factory .box5, .factory .box3,
	.factory .box2,
	.factory .box1{
		padding: 60px 0;
	}
	.factory .box5 .box-c,
	.factory .box4 .box-c,
	.factory .box3 .box-c,
	.factory .box2 .box-c{
		margin-top: 40px;
	}
	.factory .box3 .box-c .swiper-slide{
		padding-bottom: 25px;
	}
	.factory .box3 .box-c .text{
		font-size: 16px;
		margin-top: 15px;
	}
	.factory .box4 .box-c .swiper-slide{
		padding: 0 5%;
	}
	.factory .box4 .box-c .swiper-slide-active .pic{
		width: 726px;
		max-width: 100%;
		margin: 0 auto;
	}
	.factory .box4 .box-c .swiper-slide .text{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.factory .box4 .box-c .swiper-slide .text{
		font-size: 18px;
		margin: 20px 0 0;
	}
	.factory .box4 .box-c .btn-prev{
		left: 10px;
		transform: translate(0,-50%);
	}
	.factory .box4 .box-c .btn-next{
		right: 10px;
		transform: translate(0,-50%);
	}
	.factory .box3 .box-c .swiper-slide{
		width: 49%;
	}
	.factory .box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.factory .box2 .box-c li .text, .factory .box2 .box-c li .text-des{
		margin-top: 5px;
	}
	.factory .box2 .box-c li .text-box{
		padding: 15px 0 0 ;
	}
	.factory .box2 .box-c li .text-title{
		font-size: 20px;
	}
	.factory .box2 .box-c li .pic img{
		min-height: 0;
	}
	.factory .box2 .box-c li .text-box,
	.factory .box2 .box-c li .pic{
		width: 100%;
	}
	.factory .box2 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px 10px;
	}
	.factory .box2 .box-c li:nth-child(2n),
	.factory .box2 .box-c li{
		flex-direction: column-reverse;
	}
	.factory .box1 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.factory .box4,
	.factory .box5, .factory .box3,
	.factory .box2,
	.factory .box1{
		padding: 50px 0;
	}
	.factory .box5 .box-c,
	.factory .box4 .box-c,
	.factory .box3 .box-c,
	.factory .box2 .box-c{
		margin-top: 30px;
	}
	.factory .btns .btn{
		width: 34px;
		height: 34px;
	}
	.factory .box5 .btn-prev{
		left: 3%;
	}
	.factory .box5 .btn-next{
		right: 3%;
	}
	.factory .box5 .box-c .swiper-slide{
		width: 68%;
	}
}
@media (max-width: 500px) {
	.factory .box5 .box-c .swiper-slide{
		width: 80%;
		padding: 0 3%;
	}
	.factory .box4 .box-c .swiper-slide .text{
		font-size: 16px;
	}
	.factory .box4 .box-c .swiper-slide{
		padding: 0 3%%;
	}
	.factory .btns .btn{
		width: 30px;
		height: 30px;
	}
	.factory .box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.factory .box1 .list{
		gap: 25px 14px;
	}
	.factory .box1 .list .li-r{
		margin-left: 10px;
	}
	.factory .box1 .list li{
		padding-bottom: 10px;
	}
	.factory .box1 .list .li-l{
		font-size: 12px;
	}
	.factory .box4,
	.factory .box5, .factory .box3,
	.factory .box2,
	.factory .box1{
		padding: 40px 0;
	}
	.factory .box5 .box-c,
	.factory .box4 .box-c,
	.factory .box3 .box-c,
	.factory .box2 .box-c{
		margin-top: 25px;
	}
	.factory .box3 .box-c .swiper-slide{
		padding-bottom: 15px;
	}
}