.banner .swiper-slide {
	position: relative;
}

.banner .banner-h {
	position: absolute;
	top: 2.5rem;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 0.6rem;
	color: #ffffff;
	font-weight: bold;
}

.banner .banner-p {
	position: absolute;
	top: 3.85rem;
	left: 0rem;
	right: 0;
	margin: auto;
	font-size: 0.2rem;
	color: #ffffff;
	width: 12rem;
	text-indent: 2em;
	font-family: SourceHanSansCN-Regular;
	line-height: 1.9;
}

.union-top {
	margin-top: 1.4rem;
	display: flex;
}

.union-top .left img {
	display: block;
	width: 10.8rem;
	height: 7.2rem;
	object-fit: cover;
	margin-right: 0.8rem;
}

.union-top .right {
	padding: 0.9rem 0;
	padding-right: 2.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.union-top .right .li h3 {
	font-size: 0.5rem;
	font-family: 'SourceHanSansCN-ExtraLight';
	margin-bottom: 0.3rem;
	color: rgb(29, 29, 31);
	font-weight: 300;
}

.union-top .right .line {
	height: 2px;
	width: 100%;
	background-color: #2373ce;
}

.union-top .right .li p {
    font-size: 0.24rem;
    color: #222222ba;
}

.work {
	margin: 1.4rem 0;
	display: flex;
	justify-content: space-between;
}

.work .left {
	width: 9.8rem;
}

.work .left .title {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
    color: rgb(29, 29, 31);
    font-weight: 300;
}

.work .left .introduce {
	margin-top: 0.24rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Light;
	line-height: 1.8;
	margin-bottom: 0.7rem;
}

.work .left .list {
	margin-left: 0.2rem;
}

.work .left .list .h {
	font-size: 0.24rem;
	color: #333;
	/*font-family: SourceHanSansCN-Regular;*/
}

.work .left .list .p {
	font-size: 0.2rem;
	margin-bottom: 0.3rem;
	color: #222222ba;
	font-weight: 500;
}

.work .left .list li:last-child p {
	margin-bottom: 0;
}

.work .left .list li {
	padding-left: 0.3rem;
	position: relative;
}

.work .left .list li::after {
	width: 0.1rem;
	height: 0.1rem;
	background-color: #2373ce;
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.1rem;
}

.work .right {
	width: 5.6rem;
	/*background-color: #2373ce;*/
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.work .right img{
    width: 100%;
}
.work .right .title {
	color: #fff;
	font-size: 0.4rem;
	font-family: SourceHanSansCN-Medium;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	line-height: 1.6;
}

.work .right .list .li {
	margin-top: 0.6rem;
}

.architecture {
	padding: 0.45rem 0 1rem 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.architecture .title {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
    color: rgb(29, 29, 31);
    font-weight: 300;
	text-align: center;
	margin-bottom: 0.8rem;
}

.architecture-list .li {
	font-size: 0.4rem;
	text-align: center;
	font-family: SourceHanSansCN-Medium;
	background-color: #2373ce;
	border-radius: 5px;
	width: max-content;
	color: #fff;
	cursor: pointer;
	padding: 0.2rem 0.26rem;
	line-height: 1;
	margin: 0.14rem auto;
	min-width: 2.1rem;
	box-sizing: border-box;
}

.architecture-list .line {
	width: 2px;
	height: 0.4rem;
	background-color: rgba(0, 0, 0, 0.3);
	margin: auto;
}

.architecture-list .lines {
	width: 14.6rem;
	height: 0.3rem;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-bottom: 0;
	margin: auto;
}

.architecture-list .lis {
	display: flex;
	justify-content: space-between;
}

.architecture-list .lis .li {
	margin: 0.14rem 0 0 0;
}

.arch-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.arch-show {
	position: fixed;
	z-index: 9999;
	width: 10rem;
	height: 5.6rem;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: #ffffff;
	display: none;
}

.arch-show .left {
	background-color: #2373ce;
	width: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 4px 0 8px 0px rgba(0, 0, 0, 0.1);
}

.arch-show .left img {
	width: 2rem;
	display: block;
}

.arch-show .right {
	padding: 0.9rem 0 0 0;
}

.arch-show .right .title {
	font-size: 0.6rem;
	font-weight: bold;
	color: #2373ce;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.2rem;
	padding-left: 0.9rem;
}

.arch-show .right .cont-li {
	margin-top: 0.5rem;
	padding: 0 0.9rem;
}

.arch-show .right .cont-li li {
	padding-left: 0.3rem;
	position: relative;
	font-size: .24rem;
}

.arch-show .right .cont-li li::after {
	content: '';
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	background-color: #2373ce;
	position: absolute;
	left: 0;
	/*top: 0.16rem;*/
	top: 0.1rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular;
}

.leader {
	padding: 1.4rem 1.6rem;
	padding-bottom: 0.6rem;
}

.leader .title {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
    color: rgb(29, 29, 31);
    font-weight: 300;
	text-align: center;
	margin-bottom: 0.4rem;
}

.leader .images-list {
	display: flex;
	flex-wrap: wrap;
}

.leader .images-list .image-li {
	width: 2.4rem;
	height: 2.8rem;
	position: relative;
	margin-right: 1rem;
	margin-bottom: 0.8rem;
}

.leader .images-list .image-li:nth-child(4n) {
	margin-right: 0;
}

.leader .images-list .image-li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.leader .images-list .image-li .name {
	position: absolute;
	bottom: 0.2rem;
	left: 0.14rem;
	color: #fff;
	display: flex;
	font-size: 0.16rem;
	font-family: SourceHanSansCN-Regular;
	align-items: flex-end;
	line-height: 1;
}

.leader .images-list .image-li .name .span {
	width: 0.75rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular;
	text-align-last: justify;
	margin-right: 0.18rem;
}

.unit {
	padding-bottom: 1rem;
}

.unit .title {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
    color: rgb(29, 29, 31);
    font-weight: 300;
	text-align: center;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 0.35rem;
}

.tab-list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.7rem;
}

.tab-list .tab-li {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 0.1rem;
	padding-bottom: 0.05rem;
	cursor: pointer;
}

.tab-list .tab-li.active {
	background-color: #2373ce;
	color: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #2373ce;
}

.tab-list .tab-li .name {
	font-size: 0.3rem;
	font-family: SourceHanSansCN-Regular;
}

.tab-list .tab-li .english {
	font-size: 0.13rem;
}

.unit .unit-li {
	display: flex;
	flex-wrap: wrap;
}

.unit .unit-li li {
	width: 25%;
	font-size: 0.24rem;
	color: #222222ba;
	margin-bottom: 0.35rem;
	padding-right: 0.5rem;
	box-sizing: border-box;
}

.join {
	margin-bottom: 1.4rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.join>img{
    width: 100%;
}
.join .join-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
}

.join .join-box .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.7rem 1rem;
	padding-right: 0;
}

.join .join-box .left .code {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.16rem;
	border-radius: 5px;
	opacity: 0.6;
}

.join .join-box .left .code img {
	width: 2rem;
	height: 2rem;
	display: block;
}

.join .join-box .left .code p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Medium;
	color: #333;
	text-align: center;
	margin-top: 0.05rem;
}

.join .join-box .left .title {
	margin-top: 0.4rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium;
	margin-bottom: 0.1rem;
}

.join .join-box .left .p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular;
}

.join .join-box .right {
	padding: 0.7rem 1rem;
	padding-left: 0;
	width: 5.5rem;
}

.join .join-box .right .title {
	font-family: SourceHanSansCN-Medium;
	font-size: 0.4rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
}

.join .join-box .right .p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular;
	line-height: 1.7;
}