/* 幻灯片 */
	.about-us-banner{
		width: 100%;
		position: relative;
	}
	
	.about-us-banner img{
		width: 100%;
		height: 100%;
	}
	
	.about-us-banner img.mobile-image{
		display: none;
	}
	
	.about-us-banner img.computer-image{
		display: block;
	}

	/* 幻灯片-内容 */
	.about-us-banner .widget{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 10;
	}
	
	.about-us-banner .widget .content-wrapper{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.about-us-banner .widget .content-wrapper .title{
		width: 100%;
		color: rgba(255, 255, 255, 1);
		position: relative;
	}
	
	.about-us-banner .widget .content-wrapper .title p{
		width: 100%;
		line-height: 1;
		font-size: 48px;
		padding-bottom: 2.500%;
		font-family: "Montserrat-Regular";
	}
	
	.about-us-banner .widget .content-wrapper .title::before{
		height: 5px;
		content: '';
		width: 7.858%;
		background-color: rgba(255, 255, 255, 1);
		position: absolute;
		left: 0%;
		bottom: 0%;
	}

/* 关于我们-介绍 */
	.about-us-introduce{
		width: 100%;
		padding: 6.569% 0% 8.671%;
	}

	/* 关于我们-介绍-头部 */
	.about-us-introduce .header{
		width: 100%;
		display: flex;
		align-items: center;
		padding-bottom: 4.286%;
		justify-content: space-between;
		border-bottom: 1px solid rgba(242, 242, 242, 1);
	}
	
	.about-us-introduce .header .title{
		width: 31.429%;
		line-height: 1;
		font-size: 26px;
		color: rgba(44, 44, 44, 1);
	}
	
	.about-us-introduce .header .title p:last-child{
		font-size: 30px;
		margin-top: 4.546%;
		color: rgba(8, 74, 202, 1);
		font-family: "Montserrat-Regular";
	}

	/* 关于我们-介绍-头部-公司数据 */
	.about-us-introduce .header .company-data{
		display: grid;
		width: 68.572%;
		grid-gap: 80px;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.about-us-introduce .header .company-data .item{
		width: 100%;
		display: flex;
		align-content: center;
		flex-direction: column;
		justify-content: center;
	}
	
	.about-us-introduce .header .company-data .item .number{
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.about-us-introduce .header .company-data .item .number p:first-child{
		font-size: 28px;
		line-height: 0.84;
		margin-right: 5.556%;
		color: rgba(8, 74, 202, 1);
	}
	
	.about-us-introduce .header .company-data .item .number p:last-child{
		line-height: 1;
		font-size: 12px;
		color: rgba(8, 74, 202, 1);
	}
	
	.about-us-introduce .header .company-data .item .name{
		line-height: 1;
		font-size: 12px;
		text-align: center;
		margin-top: 5.556%;
		color: rgba(138, 138, 138, 1);
	}

	/* 关于我们-介绍-内容 */
	.about-us-introduce .content-wrapper{
		width: 100%;
		margin-top: 4.286%;
	}
	
	.about-us-introduce .content-wrapper .content{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1px;
		color: rgba(128, 128, 128, 1);
	}
	
	.about-us-introduce .content-wrapper .image{
		width: 100%;
		margin-top: 7.500%;
		border-radius: 10px;
	}
	
	.about-us-introduce .content-wrapper .image img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}

/* 关于我们-思想体系 */
	.about-us-philosophy{
		width: 100%;
		height: 750px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.about-us-philosophy .content-wrapper{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	.about-us-philosophy .content-wrapper .content{
		width: 34.286%;
	}
	
	.about-us-philosophy .content-wrapper .content .title p{
		width: 100%;
		line-height: 1;
		font-size: 30px;
		margin-bottom: 4.167%;
		color: rgba(255, 255, 255, 1);
		font-family: "Montserrat-Regular";
	}
	
	.about-us-philosophy .content-wrapper .content .title p:last-child{
		margin-bottom: 0%;
	}
	
	.about-us-philosophy .content-wrapper .content .text{
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		margin-top: 8.334%;
		color: rgba(255, 255, 255, 1);
	}

/* 关于我们-荣誉证书 */
	.about-us-honor{
		width: 100%;
		padding: 9.459% 0% 10.247%;
		position: relative;
	}
	
	.about-us-honor .content-wrapper{
		width: 100%;
		padding-bottom: 7.858%;
		position: relative;
	}

	/* 关于我们-荣誉证书-头部 */
	.about-us-honor .content-wrapper .header .title p{
		width: 100%;
		line-height: 1;
		font-size: 30px;
		margin-bottom: 1.429%;
		color: rgba(32, 32, 32, 1);
		font-family: "Montserrat-Regular";
	}
	
	.about-us-honor .content-wrapper .header .title p:last-child{
		margin-bottom: 0%;
	}

	/* 关于我们-荣誉证书-内容 */
	.about-us-honor .content-wrapper .content{
		width: 100%;
		margin-top: 8.215%;
	}
	
	.about-us-honor .content-wrapper .content .swiper-slide{
		width: 100%;
	}
	
	.about-us-honor .content-wrapper .content .swiper-slide img{
		width: 100%;
		height: 100%;
	}

	/* 关于我们-荣誉证书-滚动条 */
	.about-us-honor .content-wrapper .swiper-scrollbar{
		height: 5px;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.about-us-honor .content-wrapper .swiper-scrollbar .swiper-scrollbar-drag{
		background-color: rgba(8, 74, 202, 1);
	}

/* 关于我们-团队 */
	.about-us-team{
		width: 100%;
		padding: 7.095% 0% 7.357%;
		background-color: rgba(245, 248, 255, 1);
	}

	/* 关于我们-团队-头部 */
	.about-us-team .header{
		width: var(--computer-right-width);
		margin-left: calc(100% - var(--computer-right-width));
	}
	
	.about-us-team .header .title p{
		width: 100%;
		line-height: 1;
		font-size: 30px;
		margin-bottom: 1.212%;
		color: rgba(32, 32, 32, 1);
		font-family: "Montserrat-Regular";
	}
	
	.about-us-team .header .title p:last-child{
		margin-bottom: 0%;
	}

	/* 关于我们-团队-内容 */
	.about-us-team .content-wrapper{
		margin-top: 3.942%;
		width: var(--computer-right-width);
		margin-left: calc(100% - var(--computer-right-width));
	}
	
	.about-us-team .content-wrapper .swiper-slide{
		width: 69.331%;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 1);
	}
	
	.about-us-team .content-wrapper .swiper-slide .content{
		padding: 5.241% 7.861% 8.734% 4.804%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info{
		width: 37%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .avatar{
		width: 27.028%;
		border-radius: 50%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .avatar img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name{
		width: 66.217%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name p{
		line-height: 1;
		font-size: 16px;
		-webkit-line-clamp: 1;
		color: rgba(32, 32, 32, 1);
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name p:last-child{
		font-size: 12px;
		margin-top: 8.164%;
		color: rgba(149, 149, 149, 1);
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .explain{
		width: 48%;
		font-size: 12px;
		line-height: 20px;
		color: rgba(131, 131, 131, 1);
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .below-wrapper{
		width: 100%;
		margin-top: 10%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .below-wrapper p{
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		color: rgba(27, 27, 27, 1);
		font-family: "Montserrat-Regular";
	}

/* 关于我们-解决方案 */
	.about-us-solution{
		width: 100%;
		padding: 8.146% 0% 7.883%;
	}
	
	.about-us-solution .content-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-bottom: 6.044%;
		position: relative;
	}
	
	.about-us-solution .content-wrapper .upper-wrapper{
		width: 48.082%;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
	.about-us-solution .content-wrapper .upper-wrapper img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.about-us-solution .content-wrapper .below-wrapper{
		width: 40.463%;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 4.730% 6.044% 6.569% calc(100% - var(--computer-right-width));
		background: linear-gradient(to bottom right, rgba(8, 74, 202, 1) 0%, rgba(0, 166, 229, 1) 100%);
		position: absolute;
		left: 0%;
		bottom: 0%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .title p{
		line-height: 1;
		font-size: 30px;
		margin-bottom: 2.598%;
		color: rgba(255, 255, 255, 1);
	}
	
	.about-us-solution .content-wrapper .below-wrapper .title p:last-child{
		margin-bottom: 0%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .content{
		width: 90%;
		font-size: 20px;
		line-height: 30px;
		margin-top: 8.442%;
		color: rgba(255, 255, 255, 1);
	}
	
	.about-us-solution .content-wrapper .below-wrapper .button{
		line-height: 1;
		display: block;
		font-size: 20px;
		margin-top: 9.741%;
		text-decoration: underline;
		color: rgba(255, 255, 255, 1);
	}

	/* 关于我们-解决方案 */
	.about-us-solution .content-wrapper .below-wrapper .button.current-hover-item{
		color: rgba(0, 0, 0, 1);
	}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.about-us-banner .widget .content-wrapper .title p{
		font-size: 40px;
	}
	
	.about-us-banner .widget .content-wrapper .title::before{
		height: 4px;
		width: 8.334%;
	}

/* 关于我们-介绍 */
	.about-us-introduce{
		padding: 6.945% 0% 8.681%;
	}

	/* 关于我们-介绍-头部 */
	.about-us-introduce .header{
		padding-bottom: 4.167%;
	}
	
	.about-us-introduce .header .title{
		width: 31.251%;
		font-size: 22px;
	}
	
	.about-us-introduce .header .title p:last-child{
		font-size: 26px;
		margin-top: 5.334%;
	}

	/* 关于我们-介绍-头部-公司数据 */
	.about-us-introduce .header .company-data{
		width: 68.751%;
		grid-gap: 75px;
	}
	
	.about-us-introduce .header .company-data .item .number p:first-child{
		font-size: 24px;
		margin-right: 6.667%;
	}
	
	.about-us-introduce .header .company-data .item .name{
		margin-top: 6.667%;
	}

	/* 关于我们-介绍-内容 */
	.about-us-introduce .content-wrapper{
		margin-top: 4.167%;
	}
	
	.about-us-introduce .content-wrapper .content{
		font-size: 12px;
		line-height: 22px;
	}
	
	.about-us-introduce .content-wrapper .image{
		border-radius: 8px;
	}

/* 关于我们-思想体系 */
	.about-us-philosophy{
		height: 469px;
	}
	
	.about-us-philosophy .content-wrapper .content{
		width: 35%;
	}
	
	.about-us-philosophy .content-wrapper .content .title p{
		font-size: 26px;
		margin-bottom: 3.572%;
	}
	
	.about-us-philosophy .content-wrapper .content .text{
		font-size: 14px;
		line-height: 22px;
	}

/* 关于我们-荣誉证书 */
	.about-us-honor{
		padding: 9.376% 0% 10.070%;
	}
	
	.about-us-honor .content-wrapper{
		padding-bottom: 7.917%;
	}

	/* 关于我们-荣誉证书-头部 */
	.about-us-honor .content-wrapper .header .title p{
		font-size: 26px;
		margin-bottom: 1.250%;
	}

	/* 关于我们-荣誉证书-内容 */
	.about-us-honor .content-wrapper .content{
		margin-top: 8.334%;
	}

	/* 关于我们-荣誉证书-滚动条 */
	.about-us-honor .content-wrapper .swiper-scrollbar{
		height: 4px;
	}

/* 关于我们-团队 */
	.about-us-team{
		padding: 6.945% 0% 7.292%;
	}

	/* 关于我们-团队-头部 */
	.about-us-team .header .title p{
		font-size: 26px;
		margin-bottom: 1.137%;
	}

	/* 关于我们-团队-内容 */
	.about-us-team .content-wrapper{
		margin-top: 3.820%;
	}
	
	.about-us-team .content-wrapper .swiper-slide{
		width: 68.940%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content{
		padding: 4.946% 7.693% 8.792% 4.396%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info{
		width: 37.500%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .avatar{
		width: 26.667%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name{
		width: 66.667%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name p{
		font-size: 14px;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name p:last-child{
		margin-top: 7.500%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .explain{
		width: 50%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .below-wrapper p{
		font-size: 18px;
		line-height: 28px;
	}

/* 关于我们-解决方案 */
	.about-us-solution{
		padding: 8.334% 0% 7.987%;
	}
	
	.about-us-solution .content-wrapper{
		padding-bottom: 5.903%;
	}
	
	.about-us-solution .content-wrapper .upper-wrapper{
		width: 48.612%;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	
	.about-us-solution .content-wrapper .below-wrapper{
		width: 41.667%;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		padding: 4.862% 6.250% 6.598% calc(100% - var(--computer-right-width));
	}
	
	.about-us-solution .content-wrapper .below-wrapper .title p{
		font-size: 26px;
		margin-bottom: 2.500%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .content{
		font-size: 16px;
		line-height: 26px;
		margin-top: 8.334%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .button{
		font-size: 16px;
		margin-top: 9.167%;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.about-us-banner .widget .content-wrapper .title p{
		font-size: 32px;
		padding-bottom: 2.894%;
	}
	
	.about-us-banner .widget .content-wrapper .title::before{
		height: 3px;
		width: 11.575%;
	}

/* 关于我们-介绍 */
	.about-us-introduce{
		padding: 6.511% 0% 8.464%;
	}

	/* 关于我们-介绍-头部 */
	.about-us-introduce .header{
		display: block;
		padding-bottom: 4.341%;
	}
	
	.about-us-introduce .header .title{
		width: 100%;
		font-size: 18px;
		text-align: center;
	}
	
	.about-us-introduce .header .title p:last-child{
		font-size: 22px;
		margin-top: 2.171%;
	}

	/* 关于我们-介绍-头部-公司数据 */
	.about-us-introduce .header .company-data{
		width: 100%;
		grid-gap: 20px;
		margin-top: 2.894%;
	}
	
	.about-us-introduce .header .company-data .item .number p:first-child{
		font-size: 20px;
		margin-right: 6.338%;
	}
	
	.about-us-introduce .header .company-data .item .name{
		margin-top: 6.338%;
	}

	/* 关于我们-介绍-内容 */
	.about-us-introduce .content-wrapper{
		margin-top: 4.341%;
	}
	
	.about-us-introduce .content-wrapper .image{
		margin-top: 7.234%;
		border-radius: 6px;
	}

/* 关于我们-思想体系 */
	.about-us-philosophy{
		height: 270px;
	}
	
	.about-us-philosophy .content-wrapper .content{
		width: 86.808%;
		margin: 0% auto;
	}
	
	.about-us-philosophy .content-wrapper .content .title p{
		font-size: 22px;
		margin-bottom: 1.667%;
	}
	
	.about-us-philosophy .content-wrapper .content .text{
		font-size: 12px;
		line-height: 20px;
		margin-top: 3.334%;
	}

/* 关于我们-荣誉证书 */
	.about-us-honor{
		padding: 9.115% 0% 9.766%;
	}
	
	.about-us-honor .content-wrapper{
		padding-bottom: 7.958%;
	}

	/* 关于我们-荣誉证书-头部 */
	.about-us-honor .content-wrapper .header .title p{
		font-size: 22px;
		margin-bottom: 1.447%;
	}

	/* 关于我们-荣誉证书-内容 */
	.about-us-honor .content-wrapper .content{
		margin-top: 8.681%;
	}

	/* 关于我们-荣誉证书-滚动条 */
	.about-us-honor .content-wrapper .swiper-scrollbar{
		height: 3px;
	}

/* 关于我们-团队 */
	.about-us-team{
		padding: 7.162% 0% 7.813%;
	}

	/* 关于我们-团队-头部 */
	.about-us-team .header{
		margin: 0% auto;
		width: var(--computer-right-width);
	}
	
	.about-us-team .header .title p{
		font-size: 22px;
		margin-bottom: 1.447%;
	}

	/* 关于我们-团队-内容 */
	.about-us-team .content-wrapper{
		margin: 3.907% auto 0%;
		width: var(--computer-right-width);
	}
	
	.about-us-team .content-wrapper .swiper-slide{
		width: 100%;
		border-radius: 6px;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content{
		padding: 5.064% 4.341% 8.681%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info{
		width: 41.193%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .avatar{
		width: 23.077%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name{
		width: 69.231%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name p:last-child{
		margin-top: 5.556%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .explain{
		width: 53.867%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .below-wrapper{
		margin-top: 9.506%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .below-wrapper p{
		font-size: 16px;
		line-height: 26px;
	}

/* 关于我们-解决方案 */
	.about-us-solution{
		padding: 8.464% 0% 7.813%;
	}
	
	.about-us-solution .content-wrapper{
		display: block;
		margin: 0% auto;
		padding-bottom: 0%;
		width: var(--computer-right-width);
	}
	
	.about-us-solution .content-wrapper .upper-wrapper{
		width: 100%;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0px;
	}
	
	.about-us-solution .content-wrapper .below-wrapper{
		width: 91.320%;
		padding: 4.341%;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		position: static;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .title p{
		font-size: 22px;
		margin-bottom: 1.585%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .content{
		width: 100%;
		font-size: 12px;
		line-height: 22px;
		margin-top: 3.169%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .button{
		font-size: 12px;
		margin-top: 3.961%;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.about-us-banner img.mobile-image{
		display: block;
	}
	
	.about-us-banner img.computer-image{
		display: none;
	}

	/* 幻灯片-内容 */
	.about-us-banner .widget .content-wrapper .title p{
		font-size: 28px;
		padding-bottom: 3.922%;
	}
	
	.about-us-banner .widget .content-wrapper .title::before{
		height: 2px;
		width: 18.301%;
	}

/* 关于我们-介绍 */
	.about-us-introduce{
		padding: 7.059% 0% 8.236%;
	}

	/* 关于我们-介绍-头部 */
	.about-us-introduce .header{
		padding-bottom: 5.229%;
	}
	
	.about-us-introduce .header .title{
		font-size: 16px;
	}
	
	.about-us-introduce .header .title p:last-child{
		font-size: 20px;
		margin-top: 2.615%;
	}

	/* 关于我们-介绍-头部-公司数据 */
	.about-us-introduce .header .company-data{
		grid-gap: 15px;
		margin-top: 3.922%;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.about-us-introduce .header .company-data .item .number p:first-child{
		margin-right: 5.443%;
	}
	
	.about-us-introduce .header .company-data .item .name{
		margin-top: 5.443%;
	}

	/* 关于我们-介绍-内容 */
	.about-us-introduce .content-wrapper{
		margin-top: 5.229%;
	}
	
	.about-us-introduce .content-wrapper .image{
		margin-top: 6.536%;
	}

/* 关于我们-思想体系 */
	.about-us-philosophy .content-wrapper .content{
		width: 100%;
	}
	
	.about-us-philosophy .content-wrapper .content .title p{
		font-size: 20px;
		margin-bottom: 2.092%;
	}
	
	.about-us-philosophy .content-wrapper .content .text{
		margin-top: 3.922%;
	}

/* 关于我们-荣誉证书 */
	.about-us-honor{
		padding: 8.236% 0% 9.412%;
	}
	
	.about-us-honor .content-wrapper{
		padding-bottom: 7.844%;
	}

	/* 关于我们-荣誉证书-头部 */
	.about-us-honor .content-wrapper .header .title p{
		font-size: 20px;
		margin-bottom: 2.092%;
	}

	/* 关于我们-荣誉证书-内容 */
	.about-us-honor .content-wrapper .content{
		margin-top: 7.844%;
	}

	/* 关于我们-荣誉证书-滚动条 */
	.about-us-honor .content-wrapper .swiper-scrollbar{
		height: 2px;
	}

/* 关于我们-团队 */
	.about-us-team{
		padding: 7.059% 0% 8.236%;
	}

	/* 关于我们-团队-头部 */
	.about-us-team .header .title p{
		font-size: 20px;
		margin-bottom: 2.092%;
	}

	/* 关于我们-团队-内容 */
	.about-us-team .content-wrapper{
		margin: 4.706% auto 0%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content{
		padding: 5.229% 3.922% 7.844%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper{
		width: 100%;
		display: block;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info{
		width: 100%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .avatar{
		width: 17.022%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name{
		width: 74.469%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .user-info .name p:last-child{
		margin-top: 3.048%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .upper-wrapper .explain{
		width: 100%;
		margin-top: 4.256%;
	}
	
	.about-us-team .content-wrapper .swiper-slide .content .below-wrapper{
		margin-top: 8.511%;
	}

/* 关于我们-解决方案 */
	.about-us-solution{
		padding: 8.236% 0% 7.059%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper{
		width: 92.157%;
		padding: 3.922%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .title p{
		font-size: 20px;
		margin-bottom: 2.270%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .content{
		line-height: 20px;
		margin-top: 4.256%;
	}
	
	.about-us-solution .content-wrapper .below-wrapper .button{
		font-size: 12px;
		margin-top: 4.256%;
	}
}