<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-info {}

.about-info .t1 {
	overflow: hidden;
	text-align: center;
	margin-top: 60px;
}

.about-info .t1 .item {
	display: inline-block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 35px;
}

.about-info .t1 .item1 {
	background: #b9b9b9;
}

.about-info .t1 .item2 {
	background: #8a8a8a;
}

.about-info .t1 .item3 {
	background: #333;
}

.about-info .t1 .item4 {
	background: #e00000;
}

.about-info .t1 .item h3 {
	color: #fff;
	font-size: 60px;
	padding-top: 40px;
}

.about-info .t1 .item p {
	color: #fff;
	font-size: 16px;
}

.about-info .t2 {
	font-size: 16px;
	width: 900px;
	text-align: justify;
	margin: 60px auto;
	line-height: 2;
}

.about-info .t3 {
	margin-bottom: 200px;
}

.about-info .t3 ul {
	text-align: center;
	font-size: 0;
}

.about-info .t3 li {
	display: inline-block;
	width: 300px;
	margin: 10px;
}

.about-info .t3 img {
	width: 100%;
}

.about-team {
	margin-bottom: 100px;
}

.about-team ul {
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	width: 1120px;
}

.about-team li {
	width: 220px;
	float: left;
	margin: 30px;
}
.about-team li .img{
	
width: 210px;
	
height: 210px;
	
border-radius: 50%;
	
overflow: hidden;
	
text-align: center;
	
margin: 0 auto;
}
.about-team li img {
	width: 220px;
	height: 264px;
	margin-left: -10px;
	margin-top: -5px;
}

.about-team li h3 {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}

.about-team li .tag {
	text-align: center;
}

.about-team li .tag span {
	display: inline-block;
	background: #e00000;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.about-team li .des {
	font-size: 14px;
	height: 100px;
	text-align: justify;
	background: #ddd;
	padding: 10px;
	margin-top: 15px;
	border-radius: 4px;
}
.abt-des h3{
	
font-size: 26px;
	
text-align: center;
	
margin-top: 31px;
}
.abt-des p{
	
width: 800px;
	
font-size: 16px;
	
line-height: 2;
	
margin: 30px auto;
}
.about-map{
	
}
.about-map .contact{
	
margin-bottom: 100px;
}
.about-map .contact ul{
	
overflow: hidden;
}
.about-map .contact li{
	
width: 100%;
	
float: left;
	
background: #fff;
	
padding: 30px;
}
.about-map .contact li h3{
	
font-size: 25px;
	
margin-bottom: 10px;
}
.about-map .contact li p{
	
font-size: 14px;
	
line-height: 2;
}


@media screen and (max-width: 500px){
	.about-info {}
	
	.about-info .t1 {
		overflow: hidden;
		text-align: center;
		margin-top: 0;
	}
	
	.about-info .t1 .item {
		display: inline-block;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		margin: 15px;
	}
	
	.about-info .t1 .item1 {
		background: #b9b9b9;
	}
	
	.about-info .t1 .item2 {
		background: #8a8a8a;
	}
	
	.about-info .t1 .item3 {
		background: #333;
	}
	
	.about-info .t1 .item4 {
		background: #e00000;
	}
	
	.about-info .t1 .item h3 {
		color: #fff;
		font-size: 30px;
		padding-top: 35px;
	}
	
	.about-info .t1 .item p {
		color: #fff;
		font-size: 16px;
	}
	
	.about-info .t2 {
		width: 100%;
		margin: 30px 0;
	}
	
	.about-info .t3 {
		margin-bottom: 50px;
	}
	
	.about-info .t3 ul {
		text-align: center;
		font-size: 0;
	}
	
	.about-info .t3 li {
		display: inline-block;
		width: 300px;
		margin: 10px;
	}
	
	.about-info .t3 img {
		width: 100%;
	}
	
	.about-team {
		margin-bottom: 100px;
	}
	
	.about-team ul {
		font-size: 0;
		text-align: center;
		margin: 0 auto;
		overflow: hidden;
		width: 1120px;
	}
	
	.about-team li {
		width: 220px;
		float: left;
		margin: 30px;
	}
	.about-team li .img{
		
	width: 210px;
		
	height: 210px;
		
	border-radius: 50%;
		
	overflow: hidden;
		
	text-align: center;
		
	margin: 0 auto;
	}
	.about-team li img {
		width: 220px;
		height: 264px;
		margin-left: -10px;
		margin-top: -5px;
	}
	
	.about-team li h3 {
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
	}
	
	.about-team li .tag {
		text-align: center;
	}
	
	.about-team li .tag span {
		display: inline-block;
		background: #e00000;
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
	}
	
	.about-team li .des {
		font-size: 14px;
		height: 100px;
		text-align: justify;
		background: #ddd;
		padding: 10px;
		margin-top: 15px;
		border-radius: 4px;
	}
	.abt-des h3{
		
	font-size: 26px;
		
	text-align: center;
		
	margin-top: 31px;
	}
	.abt-des p{
		
	width: 800px;
		
	font-size: 16px;
		
	line-height: 2;
		
	margin: 30px auto;
	}
	.about-map{
		overflow: hidden;
	}
	.about-map .contact{
		margin-bottom: 50px;
	}
	.about-map .contact ul{
		
	overflow: hidden;
	}
	.about-map .contact li{
		width: 100%;
		float: left;
		background: #fff;
		padding: 10px;
		box-sizing: border-box;
	}
	.about-map .contact li h3{
		
	font-size: 25px;
		
	margin-bottom: 10px;
	}
	.about-map .contact li p{
		
	font-size: 14px;
		
	line-height: 2;
	}
}</pre></body></html>