.part1{
	padding: 0.96rem 0 1.3rem;
}
.part1 .max-width{
	justify-content: space-between;
}
.part1L{
	flex: 0 0 53%;
}
.part1R{
	flex: 0 0 42%;
}
.part1 .index_about_tit{
	font-size: 0.44rem;
}
.part1 .index_about_dec{
	color: #000000;
	line-height: 0.4rem;
	padding-right: 0;
	width: 100%;
	margin: 0;
}


.part2{
	height: 7.33rem;
}
.part2L,.part2R{
	flex: 0 0 50%;
	height: 7.33rem;
}
..part2L img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.part2R{
	background: url("../img/part2_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.87rem 2rem 0 1rem;
}
.part2RT{
	align-items: flex-start;
}
.part2RT img{
	width: auto;
	height: 0.35rem;
	margin-top: 0.1rem;
}
.part2RT_p{
	margin-left: 0.2rem;
}
.part2RT_p p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.4rem;
	color: #1D1E21;
}
.part2RT_p div{
	width: 0.75rem;
	height: 0.05rem;
	background: #0E2A59;
	margin-top: 0.32rem;
}
.part2RB{
	margin-top: 0.67rem;
	padding-left: 0.6rem;
}
.part2RB p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.24rem;
	color: #1D1E21;
	line-height: 0.4rem;
}



.part3{
	padding: 1.15rem 0 1.23rem;
}
.part3cont{
	justify-content: space-between;
}
.part3li{
	flex: 0 0 31%;
	padding-bottom: .88rem;
	position: relative;
	
}
.part3li img{
	/* height: 5.32rem; */
	object-fit: contain;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	
}
.part3_p{
	width: 100%;
	height: 0.88rem;
	height: 4.55rem;
	background: #1D1E21;
	background: linear-gradient( 1deg, #1D1E21 0%, #F6F7FC 100%);
    border-radius: 0px 0px .2rem .2rem;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.part3_p p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.88rem;
	text-align: center;
	position: relative;
}

.part3_p p::after{
    content: '';
    width: .64rem;
    height: .04rem;
    background: #AA1F24;
    position: absolute;
    bottom: .25rem;
    left: 50%;
    transform: translateX(-50%);
}

.part4 .part2R{
	padding: 0.87rem 1.04rem 0 2.3rem;
}