	.about-us-content {
			margin-top: 63px;
			margin-bottom: 43px;
		}

		.about-us-logo {
			width: 462px;
			height: 305px;
			background: #FFFFFF;
			border: 1px solid #F2F2F2;
			opacity: 1;
			padding: 31px 72px;
		}

		.about-us-logo>img {
			width: 319px;
			height: 243px;
		}

		.about-us .title {
			width: 364px;
			height: 35px;
			font-size: 26px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 35px;
			color: #000000;
			opacity: 1;
			margin-bottom: 17px;
			position: relative;
		}

		.about-us .active::after {
			content: '';
			position: absolute;
			left: 0px;
			width: 60px;
			height: 2px;
			border-radius: 6px;
			bottom: 1px;
			border-bottom: 5px solid #FFE300;
			box-sizing: border-box;
			z-index: -1;
		}

		.about-us .desc {
			width: 300px;
			height: 26px;
			font-size: 20px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 26px;
			color: #000000;
			opacity: 1;
			margin-bottom: 50px;
		}

		.about-us .text {
			width: 631px;
			height: 123px;
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 33px;
			color: #979797;
			opacity: 1;
		}

		.about-us-bg {
			width: 100%;

		}

		.about-us-bg>img {
			width: 100%;
			height: auto;
		}

		.mission {
			margin-bottom: 109px;
		}

		.mission .title {
			width: 300px;
			margin: 0 auto;
			margin-top: 75px;
			margin-bottom: 20px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 37px;
		}

		.mission .title .center-text {
			height: 37px;
			font-size: 26px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 37px;
			color: #030017;
		}

		.mission .title .line {
			width: 58px;
			height: 1px;
			background: #000000;
			opacity: 1;
		}

		.mission .desc {
			width: 100%;
			height: 19px;
			font-size: 14px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 19px;
			color: #919191;
			text-align: center;
			opacity: 1;
			margin-bottom: 30px;
		}

		.mission .col-md-4 .number {
			text-align: center;
			width: 100%;
			height: 79px;
			font-size: 60px;
			font-family: Microsoft YaHei;
			font-weight: bold;
			line-height: 79px;
			color: #FF6A21;
			opacity: 1;
		}

		.mission .col-md-4 .text {
			text-align: center;
			width: 100%;
			height: 26px;
			font-size: 20px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			line-height: 26px;
			color: #000000;
			opacity: 1;
		}
		.mission .border-right{
			border-right: 1px solid #D2D2D2;;
			
			box-sizing: border-box;
		}