.BASE_HEAD{
	position: absolute;
	width: 100%;
}
body{
	background-color: #191a20;
}
.banner{
	position: relative;
	z-index: -1;
}
.banner>.title {
	opacity: 0.5;
}
.banner>.title2 {
	top: 54%;
}
.banner>p{
	width: 1200px;
	color: #FFF;
	font-weight: bold;
	font-size: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.content{
	width: 1200px;
	margin: 0 auto;
}
.part_1{
	margin-top: 160px;
	display: flex;
}
.part_1_left{
	width: 40%;
}
.part_1_left>p:first-child{
	font-size: 42px;
	color: #F3E2BF;
	font-weight: bold;
}
.part_1_left>p{
	line-height: 50px;
	font-size: 20px;
	color: #D7B587;
}
.part_1_right{
	width: 60%;
}
	
.part_1_right>p:first-child{
	color: #FFF;
	font-size: 20px;
	margin-bottom: 40px;
}
.part_1_right>p{
	color: #9B9FB2;
	line-height: 30px;
	font-size: 14px;
}


.part_2{
	margin-top: 160px;
}
.part_2 img{
	width: 100%;
}

.part_3{
	margin-top: 160px;
}
.part_3>p:first-child{
	font-size: 40px;
	font-weight: bold;
	color: #F3E2BF;
}
.part_3>p{
	color: #CDA65E;
	font-size: 20px;
	text-align: center;
	color: #D7B587;
}
.Services_list>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Services_list li{
	width: 320px;
	height: 230px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 40px;
	border-radius: 10px;
}
.Services_list li:hover{
	background-color:#23252d ;
}
.Services_list li>img{
	margin-bottom: 30px;
}
.Services_list li>p:nth-child(2){
	color: #A1A2AA;
	font-size: 18px;
}
.Services_list li>p{
	line-height: 30px;
	font-size: 14px;
	color: #666976;
}


.part_4{
	margin-top: 160px;
	margin-bottom: 160px;
}
.part_4>p:first-child{
	font-size: 40px;
	font-weight: bold;
	color: #F3E2BF;
}
.part_4>p{
	color: #CDA65E;
	font-size: 20px;
	text-align: center;
	color: #D7B587;
}
.vision_list{
	margin-top: 80px;
}
.vision_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vision_list li{
	width: 40%;
	padding: 40px 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #23252d;
}

.vision_list li>img{
	margin-bottom: 25px;
}
.vision_list li>p:nth-child(2){
	color: #A1A2AA;
	font-size: 20px;
	margin-bottom: 40px;
}
.vision_list li>p{
	font-size: 14px;
	color: #666976;
	line-height: 30px;
}

@media screen and (max-width:1000px) {
	.part_3{
		margin-top: 40px;
	}
	.Services_list li div{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80px;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
	}
	.Services_list{
		margin-top: 30px;
	}
	.Services_list li{
		justify-content: flex-start;
		height: unset;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.banner>p{
		font-size: 20px;
		width: 95%;
		margin: 0 auto;
	}
	.content{
		width: 95%;
		margin: 0 auto;
	}
	.part_1{
		margin-top: 40px;
		flex-direction: column;
	}
	.part_1_right,.part_1_left{
		width: 100%;
	}
	.vision_list{
		margin-top: 30px;
	}
	.Services_list li{
		width: 45%;
	}
	.vision_list li{
		margin-bottom: 10px;
		padding: 30px 20px;
		width: 100%;
	}
	.vision_list li>p:nth-child(2){
		margin-bottom: 20px;
	}
	.vision_list li>img{
		margin-bottom: 15px;
	}
	.part_2{
		margin-top: 40px;
	}
	.part_4{
		margin-top: 40px;
		margin-bottom: 20px;
	}
}