.banner{
	width: 100%;
	position: relative;
	background-image: url('../img/p1_bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 45% 100%;
	/*background-color: #DDEFF8;*/
	padding-bottom: 6rem;
	position: relative;
	
}
.banner .star{
	position: absolute;
	bottom: 1.5rem;
	max-width: 1200px;
	width: 100%;
	left: 5%;

}
.banner .bg1{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: -10;
}
.banner .bg2{
	display: none;
}

.banner .desc{
	width: 70%;
	
	padding: 1rem 0 4rem;
	
}
.banner .desc h4{
	color: #017A22;

	font-weight: 400;
}
.banner .desc li img{
	width: 20px;
}

.banner .desc p span{
	font-weight: bold;

}
.banner .list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	
}
.banner .list .lt{
	width: 65%;
	background-color: #F8F8F8;
	border-radius: 1rem;
	
}
.banner .list .lt_name{
	display: flex;
	align-items: center;
}
.banner .list .rt{
	width: 35%;
	height: 100%;


}

.banner .list .rt .pro_img{
	width: 80%;
	max-width: 260px;
	margin:auto;
}

.a_btn{
	max-width: 600px;
	width: 100%;
	text-align: center;
}
.a_btn img{
	margin-bottom:5px;
}
.a_btn span{

	color: #C44536;
	font-size: 16px;
}
.brand_box{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:1.5rem 0 1.5rem;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.brand .img{
	width: 20%;
	text-align: center;
}
.brand .img img{
	width: auto;
	height: 35px;
}
.cent1 h2{
	text-align: center;
	padding:1.5rem 0 1rem;
}
.cent1_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
}

.cent1_box .img{
	width: 37%;
	
}
.cent1_box .img img{
	border-radius: 10px;
}
.cent1_box .desc{
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cent1_box .desc .list{
	width: 30%;
	background-color: #F8F5F2;
	border-radius: 10px;
	padding:10px 1%;
	margin-bottom: 10px;
}
.cent1_box .icon{
	width: 30px;
}
.cent2{
	text-align: center;
	padding:2rem 0 1rem;
	background-color: #FAF9F7;
	margin:1.5rem 0 1.5rem;
}
.cent2 .pc{
	display: block;
	padding:1rem 0 1rem;
}
.cent2 .mob{
	display: none;
}
.cent3 h2{
	text-align: center;
}

.cent3_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cent3_box .list{
	width: 17%;
	padding:10px 1%;
	background-color: #F8F5F2;
	border-radius: 10px;
}
.cent3_box .list .img{
	border-radius: 10px;
	overflow: hidden;
}
.cent3_box .list h4{
	margin-left: 5px;
}
.cent3_box .list p{
	margin: 0 0 0 5px;
}
.cent4{
	background-color: #FAF9F7;
	padding:2rem 0 2rem;
}
.cent4_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1rem 0 1rem;
}
.cent4_box .list{
	width: 31%;
	text-align: center;
}
.cent4_box .list .img{
	padding:0.5rem;
	background-color: #ffffff;
	border-radius: 10px;
}
.cent4_box .list .img img{
	border-radius: 10px;
}
.cent6_box{
	border: 3px dashed #EEC052;
	background-color: #FDF8F1;
	border-radius: 1rem;
	margin:2rem 0 2rem;
}
.cent6_list{
	padding:1rem 1.5rem;
}
.cent6_list .title{
	position: relative;
	text-align: center;
	padding-bottom: 1.5rem;
}
.cent6_list .title .pst_img{
	position: absolute;
	right: 0rem;
	top:0rem;
	width: 93px;
	height: 77px;
}
.cent6_list .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cent6_list .list .lt{
	width: 50%;
}
.cent6_list .list .rt{
	width: 50%;
}
.cent6_list .list .rt .img{
	width: 80%;
	max-width: 350px;
	margin:auto;
}
.cent7{
	background-color: #FAF9F7;
	padding:2rem 0;
}
.cent7_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1rem 0;
}
.cent7_box .list{
	width: 31%;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	margin-bottom: 15px;
}
.cent7_box .list .title{
	display: flex;
	align-items: center;

}
.cent7_box .list .title .img{
	width: 60px;
	margin-right: 10px;
}
@media (max-width: 1200px){
	.banner{
		background-position: 40% 100%;
	}
	.banner .desc{
		width: 70%;	
	}
	.brand .img{
		width: 33%;
		padding-bottom: 10px;
	}
	.cent1_box .desc .list{
		width: 45%;
	}
}

@media (max-width: 960px){
	.banner{
		background-position: 50% 100%;
	}
	.banner .desc{
		width: 75%;	
	}
	.cent3_box .list{
		width: 30.5%;
		margin-bottom: 10px;
	}

	.cent7_box .list{
		width: 48%;
	}
}




@media (max-width: 760px){
	.banner{
		background-position: 10% 100%;
	}
	.banner .desc{
		width: 100%;

	}
	.banner .star{
		bottom: 2.5rem;
	}
	.cent1_box .img{
		width: 100%;
		max-width: 500px;
		margin:auto;
	}
	.cent1_box .desc{
		width: 100%;
	}
	.cent6_list .title{
		text-align: left;
		padding-right: 100px;
	}
	.cent6_list .list .lt{
		order:2;
		width: 100%;
	}
	.cent6_list .list .rt{
		order:1;
		width: 100%;
		padding:1rem 0 1.5rem;
	}

}
@media (max-width: 650px){
	.brand{
		display: none;

	}
	.cent2{
		background-color: #ffffff;
		padding:0;
	}
	.cent2 .pc{
		display: none;
	}
	.cent2 .mob{
		display: block;
	}
	.cent4_box .list{
		width: 48%;
		margin-bottom: 1rem;
		
	}
}

@media (max-width: 480px){
	.cent3_box .list{
		width: 47%;
		margin-bottom: 10px;
	}
	.cent4_box .list{
		width: 100%;

		margin-bottom: 1rem;
		
	}
	.cent7_box .list{
		width: 100%;
	}
}
