.about{
	
}
.about .box1{
	padding: 82px 0 80px;
	background-image: url(../img/about-box1-bg.jpg);
	background-size: cover;
	text-align: center;
}
.zh{
	font-size: 44px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #CC0E19;
	line-height: 1;
}
.en{
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
	color: #343434;
	line-height: 1;
	margin-top: 12px;
}
.about .box1 .text-box{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(52, 52, 52, 1);
	line-height: 40px;
	margin-top: 50px;
}
.about .box1 .text-box p:not(:last-child){
	margin-bottom: 44px;
}
.about .box2{
	text-align: center;
	padding: 89px 0 115px;
	background-image: url(../img/about-box2-bg.jpg);
	background-size: cover;
}
.about .box2 .zh,
.about .box2 .en{
	color: #fff;
}
.about .box2 .des{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 15px;
}
.about .box2 .list{
	margin-top: 86px;
}
.about .box2 ul{
	display: flex;
	justify-content: space-between;
}
.about .box2 li{
	width: 305px;
}
.about .box2 li .icon img{
	display: block;
	margin: 0 auto;
	transition: all 0.6s; 
}
.about .box2 li:hover .icon img{
	transform: rotateY(180deg);
}
.about .box2 li .text-title{
	font-size: 26px;
	font-family: PingFang;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 30px;
}
.about .box2 li .text-des{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 15px;
}
.about .box3{
	background-image: url(../img/about-box3-bg.jpg);
	background-size: cover;
	padding: 70px 0 76px;
	text-align: center;
}
.about .box3 .box-c{
	margin-top: 66px;
}
.about .box3 .swiper-slide .pic img{
	width: 100%;
	display: block;
}
.about .box3 .box-c .btn{
	margin-top: 67px;
	display: flex;
	justify-content: center;
	
}
.about .box3 .box-c .btn>div{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #CC0E19;
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer;
	color: #fff;
}
.about .box3 .box-c .btn>div.swiper-button-disabled{
	background-color: rgba(0, 0, 0, 0.2);
}
.about .box4{
	padding: 108px 0 87px;
	text-align: center;
}
.about .box4 .list{
	margin-top: 59px;
}
.about .box4 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .box4 .list li,
.about .box4 .list i{
	width: 30.71%;
}
.about .box4 .list li{
	margin-bottom: 48px;
}
.about .box4 .list li .pic{
	overflow: hidden;
}
.about .box4 .list li .pic img{
	display: block;
	width: 100%;
	transition: all 0.6s;
}
.about .box4 .list li:hover .pic img{
	transform: scale(1.2);
}
.about .box4 .list li .text-box{
	height: 140px;
	border: 1px solid #E5E5E5;
	padding: 0 15px;
}
.about .box4 .list li .text-box .text-title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 38px;
}
.about .box4 .list li .text-box .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 28px;
	margin-top: 15px;
}
.about .box5{
	background-image: url(../img/about-box5-bg.jpg);
	background-size: cover;
	padding: 80px 0 30px;
	text-align: center;
}
.about .box5 .list{
	margin-top: 54px;
}
.about .box5 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.about .box5 .list li,
.about .box5 .list i{
	width: 13%;
}
.about .box5 .list li{
	margin-bottom: 60px;
}
.about .box5 .list li .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width:1199px) {
	.about .box2 li{
		width: 30%;
	}
	.zh{
		font-size: 30px;
	}
	.about .box5 .list li, .about .box5 .list i{
		width: 18%;
	}
}
@media (max-width:1024px) {
	.about .box4 .list li .text-box .text-title{
		margin-top: 25px;
	}
		.about .box1, .about .box3, .about .box4, .about .box2{
	    padding: 60px 0;
	}
}
@media (max-width:768px) {
	.about .box4 .list li, .about .box4 .list i{
		width: 48%;
	}
	.about .box5 .list li, .about .box5 .list i{
		width: 32%;
	}
	.about .box5 .list li{
		margin-bottom: 40px;
	}
	.about .box2 li .icon img{
		height: 40px;
	}
	.about .box2 .list{
		margin-top: 45px;
	}
	.about .box2 li .text-title{
		font-size: 22px;
	}
	.about .box1, .about .box3, .about .box4, .about .box2{
	    padding: 50px 0;
	}
}
@media (max-width:500px) {
    .about .box4 .list li{
        margin-bottom: 25px;
    }
	.about .box4 .list li, .about .box4 .list i{
		width: 100%;
	}
	.about .box5 .list li, .about .box5 .list i{
		width: 29%;
	}
	.zh{
		font-size: 24px;
	}
	.en{
		font-size: 22px;
	}
	.about .box1,
	.about .box3,
	.about .box4,
	.about .box2{
		padding: 40px 0;
	}
	.about .box1 .text-box{
		margin-top: 30px;
	}
	.about .box1 .text-box p:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box2 .des{
		line-height: 30px;
	}
	.about .box2 ul{
		flex-direction: column;
	}
	.about .box2 ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.about .box2 ul .line{
		display: none;
	}
	.about .box3 .box-c .btn>div{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.about .box3 .box-c{
		margin-top: 30px;
	}
	.about .box3 .box-c .btn{
		margin-top: 20px;
	}
	.about .box4 .list{
		margin-top: 35px;
	}
	.about .box4{
		padding: 60px 0 30px;
	}
	.about .box5{
		padding: 60px 0 10px;
	}
	.about .box5 .list{
		margin-top: 30px;
	}
	.about .box2 li .text-title{
		margin-top: 20px;
	}
}