.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	min-height: 310px;
	object-fit: cover;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: right;
}
.banner .swiper-slide .slide-box .text{
	font-size: 48px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box1{
	margin: 86px 0 120px;
}
.box1 .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 22px;
	text-align: center;
}
.box1 .more{
	width: 150px;
	height: 55px;
	background: #FFFFFF;
	border: 1px solid #F6931D;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #F6931D;
	margin: 32px auto 0;
}
.box1 .more:hover{
	background-color: #F6931D;
	color: #fff;
}
.box2{
	padding: 0 10px;
	margin-top: 30px;
}
.box2 .box-c{
	margin-top: 10px;
}
.box2 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2 .box-c .list li{
	position: relative;
	width: 32.63%;
	text-align: center;
	margin-top: 20px;
	
}
.box2 .box-c .list li .pic img{
	height: 235px;
	object-fit: cover;
}
.box2 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.box2 .box-c .list li .text-title{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-c .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 26px;
}
.box2 .box-c .list li .more{
	margin: 26px auto 0;
	width: 140px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F6931D;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #F6931D;
	line-height: 1;
	transition: all .3s;
}
.box2 .box-c .list li .more:hover{
	width: 150px;
}
.box2 .box-c .list li .more .iconfont{
	margin-left: 7px;
	display: none;
}
.box2 .box-c .list li .more:hover .iconfont{
	display: block;
}
.box2 .box-c .list li .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-c .list li .more1{
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: rgba(246, 147, 29, .7);
	margin: 30px auto 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	max-width: 100%;
}
.box3{
	padding: 150px 0 155px;
}
.box3 .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 1;
	text-align: center;
}
.box3 .box-c{
	margin-top: 12px;
}
.box3 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.box3 .box-c .list li,
.box3 .box-c .list i{
	width: 12.66%;
}
.box3 .box-c .list li{
	margin-top: 28px;
	box-shadow: 0px 0px 10px 10px rgba(51,51,51,.05);
	/* margin-top: 28px; */
}
.box4{
	padding-bottom: 102px;
}
.box4 .box-c{
	display: flex;
	justify-content: space-between;
}
.box4 .box-c .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D2A5C;
	line-height: 1;
	text-align: center;
}
.box4 .box-c .l{
	width: 50%;
}
.box4 .box-c .l .map{
	margin: 56px auto 0;
	max-width: 100%;
	display: block;
}
.box4 .box-c .r{
	width: 45%;
}
@media (max-width: 1280px) {
	.banner .swiper-slide .slide-box .text{
		font-size: 36px;
	}
}
@media (max-width: 1200px) {
	.banner .swiper-slide .slide-box .text,
	.box2 .box-c .list li .text-title{
		font-size: 30px;
	}
}
@media (max-width: 1024px) {
	.banner .swiper-slide .slide-box .text,
	.box2 .box-c .list li .text-title{
		font-size: 26px;
	}
	.banner .swiper-slide .pic img{
		min-height: 200px;
	}
	.box1{
		margin: 60px 0;
	}
	.box3{
		padding: 60px 0;
	}
	.box1 .more,
	.box2 .box-c .list li .more,
	.box2 .box-c .list li .more1{
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.box2 .box-c .list li .text-des{
		margin-top: 15px;
	}
	.box3 .box-c .list li, .box3 .box-c .list i{
		width: 30%;
	}
	.box4 .box-c{
		flex-direction: column;
	}
	.box4{
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	.box1{
		margin: 50px 0;
	}
	.box3{
		padding: 50px 0;
	}
	.banner .swiper-slide .slide-box .text,
	.box2 .box-c .list li .text-title{
		font-size: 24px;
	}
	.box4 .box-c .l{
		width: 100%;
	}
	.box4 .box-c .l .map{
		margin-top: 30px;
	}
	.box4 .box-c .r{
		width: 100%;
	}
	.box2 .box-c .list li{
		width: 48%;
	}
}
@media (max-width:  500px) {
	.banner .swiper-slide .slide-box .text,
	.box2 .box-c .list li .text-title{
		font-size: 22px;
	}
	.box1{
		margin: 40px 0;
	}
	.box3{
		padding: 40px 0;
	}
	.box3 .box-c .list li, .box3 .box-c .list i{
		width: 48%;
	}
	.box2 .box-c .list li{
		width: 100%;
	}
}