*{
    padding: 0;
    margin: 0;
}
.about_body{
    padding-top: 0.8rem;
    padding-bottom: 1.25rem;
    background: url(../img/about_bg.jpg) top center no-repeat;
}

.about_body .about_name{
    font-weight: bold;
    font-size: 0.45rem;
    color: #204FA9;
    line-height: 0.62rem;
    text-align: center;
    margin-bottom: 0.6rem;
}




.tab-container{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.94rem;
}
.tab-container .nav-arrow{
	width: 0.45rem;
	height: 0.45rem;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none !important;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
	position: relative;
	top: -0.14rem;
	cursor: pointer;
}
.tab-container .nav-arrow img{
	max-width: 0.12rem;
	max-height: 0.06rem;
	object-fit: contain;
}
.tab-container .nav-arrow:hover{
	background: #204FA9;
}
.tab-container .nav-arrow:hover img{
	filter: brightness(0) invert(1);
}
.tab-container .tab-wrapper{
	width: calc(100% - 0.9rem);
	overflow: hidden;
	margin: 0 auto;
}
.tab-container .tab-wrapper .tab-slider{
	display: flex;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	position: relative;
}
.tab-container .tab-wrapper .tab-slider::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: 0.01rem dashed #DEDEDE;
	left: 0;
	top: 0.09rem;
	z-index: -1;
}
.tab-container .tab-wrapper .tab-slider::before {
	content: "";
    position: absolute;
    width: var(--progress-width, 0);
    height: 0;
    border-bottom: 0.03rem solid #DF5527;
    left: -0.8rem;
    top: 0.08rem;
    z-index: 0;
    transition: width 0.3s ease;
}
.tab-container .tab-slide{
	/* width: 0.42rem; */
	position: relative;
	cursor: pointer;
	margin:0 0.555rem;
	display: flex;
	flex-wrap: wrap;
}
.tab-container .tab-slide i{
	display: block;
	margin: 0 auto;
	width: 0.19rem;
	height: 0.19rem;
	background: #fff url(../img/rongyu_icon3.png) center no-repeat;
	border-radius: 50%;
	background-size: contain;
	margin-bottom: 0.08rem;
	position: relative;
	z-index: 9;
}
.tab-container .tab-slide span{
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	width: 100%;
	display: block;
	text-align: center;
}
.tab-container .tab-slide.active i{
	background:#fff url(../img/rongyu_icon4.png) center no-repeat;
}

.content-container {
    position: relative;
    height: auto;
    overflow: hidden;
	transition: height 0.3s ease;
}
.content-slider {
    display: flex;
    height: max-content;
    transition: transform 0.3s ease;
}
.content-slide {
    flex: 0 0 100%;
    height: 100%;
	overflow: hidden;
}
.body_list{
	display: flex;
	flex-wrap: wrap;
}
.body_list .rongyu_li{
	width: 7.2rem;
	height: 1.46rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.08);
	border-radius: 0.1rem;
	border: 0.01rem solid #ECE3CE;
	padding: 0.26rem 0.38rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0.21rem;
	margin-right: 0.6rem;
}
.body_list .rongyu_li:nth-child(2n){
	margin-right: 0;
}
.body_list .rongyu_li .rongyu_txt{
	width: 5.13rem;
}
.body_list .rongyu_li .rongyu_txt .rongyu_cont{
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 0.16rem;
	color: #D5D5D5;
	margin-bottom: 0.2rem;
}
.body_list .rongyu_li .rongyu_txt .rongyu_title{
	font-weight: 600;
	font-size: 0.16rem;
	color: #B09B82;
	line-height: 0.25rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.body_list .rongyu_li .ronngyu_icon{
	width: 0.71rem;
	height: 0.79rem;
	background: url(../img/rongyu_icon1.png) center no-repeat;
	background-size: contain;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.body_list .rongyu_li:hover .ronngyu_icon{
	background: url(../img/rongyu_icon2.png) center no-repeat;
	background-size: contain;
}
.body_list .rongyu_li:hover .rongyu_txt .rongyu_title{
	color: #204FA9;
}
.content-slide {
    flex: 0 0 100%;
    min-height: 100%; /* 确保内容不足时也能撑开 */
    overflow: hidden;
}








.zizhi_list{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.32rem;
}
.zizhi_list .zizhi_item{
	width: 3.37rem;
	height: auto;
	margin-top: 0.15rem;
}
.zizhi_list .zizhi_item .zizhi_img{
	width: 100%;
	height: 2.24rem;
	background: url(../img/zizhi_bg3.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zizhi_list .zizhi_item .zizhi_img img{
	max-width: 2.48rem;
	max-height: 1.6rem;
	object-fit: contain;
}
.zizhi_list .zizhi_item .zizhi_txt{
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-top: 0.2rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.zizhi_list .zizhi_item:hover .zizhi_img{
	background: url(../img/zizhi_bg2.jpg) center no-repeat;
	background-size: cover;
}
/*.zizhi_list .zizhi_item:hover .zizhi_img img{*/
/*	transform:scale(1.1);*/
/*}*/
.zizhi_list .zizhi_item:hover .zizhi_txt{
	font-weight: bold;
	color: #204FA9;
}


