.about-page {
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

.about-first {
	width: 100%;
	height: 998px;
	text-align: center;
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, #003596 0%, #1791F8 100%);
}

.about-first-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 40%;
	z-index: -1;
}

.about-first .first-title {
	font-weight: 600;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 84px;
	padding-top: 276px;
	letter-spacing: 3px;
}

.about-first .first-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
	padding-top: 40px;
}

.about-first .first-text span {
	color: #8BCAFF;
}

.about-second {
	width: 100%;
	/* height: 1020px; */
	/* background-image: url('../image/about/about_pc_img5.png');
	background-size: 100% 100%; */
	position: relative;
	z-index: 3;
	/* margin-top: -52px; */
}

.about-second .second-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	position: relative;
	padding-top: 120px;
	margin-bottom: 32px;
}

.about-second .second-title::after {
	content: "";
	display: block;
	width: 280px;
	height: 36px;
	background: rgba(23, 145, 248, 0.1);
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.about-second .second-text {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	text-align: center;
}

.about-second .second-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 80px;
	padding-bottom: 40px;
}

.about-second .second-list .item {
	width: 598px;
	height: 184px;
	display: flex;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.about-second .second-list .item img {
	width: 72px;
	height: 72px;
	display: block;
	margin-right: 17px;
}

.about-second .second-list .item .name {
	font-size: 24px;
	color: #000000;
	line-height: 48px;
	margin-bottom: 8px;
}

.about-dev-pc {
	background: #F8F8F8;
	padding-bottom: 80px;
}

.about-dev-pc .about-dev-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	position: relative;
	padding-top: 80px;
	margin-bottom: 32px;
}

.about-dev-pc .about-dev-pc-title::after {
	content: "";
	display: block;
	width: 280px;
	height: 36px;
	background: rgba(23, 145, 248, 0.1);
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.about-dev-pc .about-dev-pc-text {
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	text-align: center;
}

.about-dev-pc .about-dev-pc-list {
	height: 536px;
	background: #FFFFFF;
	border-radius: 16px;
	position: relative;
	margin-top: 80px;
}

.about-dev-pc .about-dev-pc-list img {
	position: absolute;
	top: 246px;
	left: 50%;
	transform: translateX(-50%);
	width: 1346px;
	height: 62px;
}

.about-dev-pc .about-dev-pc-list .inner {
	width: 1348px;
	height: 536px;
	margin: 0 auto;
	display: flex;
}

.about-dev-pc .about-dev-pc-list .inner .item {
	flex: 1;
	color: #333;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	box-sizing: border-box;
}

.about-dev-pc .about-dev-pc-list .inner .item:nth-child(odd) {
	padding-top: 339px;
}

.about-dev-pc .about-dev-pc-list .inner .item:nth-child(even) {
	padding-bottom: 322px;
	margin-top: auto;
}

.about-dev-pc .about-dev-pc-list .inner .item .year {
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	margin-bottom: 8px;
}

.about-vision-pc {}

.about-vision-pc .about-vision-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	position: relative;
	padding-top: 120px;
	margin-bottom: 32px;
}

.about-vision-pc .about-vision-pc-title::after {
	content: "";
	display: block;
	width: 280px;
	height: 36px;
	background: rgba(23, 145, 248, 0.1);
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.about-vision-pc .about-vision-pc-text {
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	text-align: center;
}

.about-vision-pc .about-vision-pc-list {
	display: flex;
	justify-content: space-between;
	padding-top: 65px;
	padding-bottom: 120px;
}

.about-vision-pc .about-vision-pc-list .item {
	width: 714px;
	min-height: 488px;
	background: #F8F8F8;
	border-radius: 24px;
	padding: 100px 64px 64px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666666;
	line-height: 27px;
}

.about-vision-pc .about-vision-pc-list .item img {
	width: 71px;
	height: 71px;
	display: block;
	margin-bottom: 32px;
}

.about-vision-pc .about-vision-pc-list .item .name {
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	margin-bottom: 26px;
}

.about-vision-pc .about-vision-pc-list .item .text {
	margin-bottom: 20px;
}

.about-worth-pc {
	min-height: 668px;
	background: #F8F8F8;
}

.about-worth-pc .about-worth-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	position: relative;
	padding-top: 80px;
	margin-bottom: 32px;
}

.about-worth-pc .about-worth-pc-title::after {
	content: "";
	display: block;
	width: 280px;
	height: 36px;
	background: rgba(23, 145, 248, 0.1);
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.about-worth-pc .about-worth-pc-text {
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	text-align: center;
}

.about-worth-pc .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 80px;
}

.about-worth-pc .list .item {
	width: 630px;
	height: 152px;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	display: flex;
}

.about-worth-pc .list .item img {
	width: 72px;
	height: 72px;
	display: block;
	margin-right: 16px;
}

.about-worth-pc .list .item .name {
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	padding-bottom: 12px;
}

.about-contact-pc {
	position: relative;
	z-index: 3;
}

.about-contact-pc .about-contact-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 32px;
}

.about-contact-pc .about-contact-pc-text {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
	text-align: center;
}

.contact-form-box {
	width: 100%;
	/* height: 912px; */
	border-radius: 24px;
	padding-bottom: 121px;
	position: relative;
}

.contact-form-box .contact-form-top {
	display: flex;
	justify-content: center;
}

.contact-form-box .contact-form-info {
	width: 304px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
}

.contact-form-box .contact-form-info img {
	width: 64px;
	height: 64px;
	display: block;
	margin: 88px auto 16px;
}

.contact-form-box .contact-form-info .contact-form-info-name {
	font-weight: 600;
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	padding-bottom: 18px;
}

.contact-form-box .contact-form-info .mt-3px {
	margin-top: 3px;
}

.contact-form-box .contact-form-line {
	height: 1px;
	background: rgba(51, 51, 51, 0.3);
	margin: 60px auto;
}

.contact-form-box .contact-form-item {
	margin-bottom: 32px;
}

.contact-form-box .contact-form-label {
	width: 116px;
	text-align: right;
	font-size: 24px;
	color: #000000;
	line-height: 56px;
	position: relative;
	padding-right: 16px;
	box-sizing: border-box;
}

.contact-form-box .contact-form-label.short {
	width: 564px;
}

.contact-form-box .contact-form-label.required:before {
	content: "*";
	color: #F31515;
}

.contact-form-box .contact-form-input {
	flex: 1;
	height: 56px;
	background: #F8F8F8;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	outline: none;
	font-size: 20px;
	font-weight: 500;
	padding: 0 17px;
	box-sizing: border-box;
}

.contact-form-box .contact-form-input.short {
	/* width: 418px; */
}

.contact-form-box .contact-form-textarea {
	flex: 1;
	height: 120px;
	background: #F8F8F8;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	outline: none;
	font-size: 20px !important;
	font-weight: 500;
	padding: 14px 17px;
	box-sizing: border-box;
}

.contact-form-box .contact-form-btn {
	width: 764px;
}

.contact-form-box .submit-btn {
	width: 202px;
	height: 51px;
	background: #1791F8;
	border-radius: 26px;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
	cursor: pointer;
}
