.pc-page {
	background: #fff;
}

.about-first {
	width: 100%;
	height: 874px;
	background-image: url('../image/about/about_bg.png');
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
}

.about-first-inner {
	padding-top: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
}

.about-first-inner .first-left {
	width: 518px;
	margin-right: 120px;
}

.about-first-inner .first-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 80px;
}

.about-first-inner .first-words {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	line-height: 32px;
	padding: 16px 0;
}

.about-first-inner .first-text {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.about-first-inner .first-text+.first-text {
	padding-top: 20px;
}

.about-first-inner .first-right {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	margin-left: -24px;
}

.about-first-inner .first-right-item {
	width: 338px;
	min-height: 230px;
	border-radius: 12px;
	background: #FFF;
	border: 2px solid #F6F6F6;
	padding: 22px;
	box-sizing: border-box;
	margin-left: 24px;
	margin-bottom: 24px;
	transition: all .3s ease;
	cursor: pointer;
}

.about-first-inner .first-right-item img {
	width: 32px;
	height: 32px;
	margin-bottom: 24px;
}

.about-first-inner .first-right-item .name {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding-bottom: 16px;
}

.about-first-inner .first-right-item .words {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

.about-first-inner .first-right-item:hover {
	background: #1239B5;
	border-color: #1239B5;
}

.about-first-inner .first-right-item:hover .name {
	color: #ffffff;
}

.about-first-inner .first-right-item:hover .words {
	color: #ffffff;
}

.vision-pc {
	min-height: 742px;
	background-image: url('../image/about/about_bg_1.png');
	background-size: 100% 100%;
}

.vision-pc-title {
	color: #000000;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	padding-top: 120px;
	padding-bottom: 16px;
	text-align: center;
}

.vision-pc-text {
	color: #666666;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}

.vision-list {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.vision-list .vision-item {
	width: 650px;
	min-height: 330px;
	background: #F4F6FD;
	border-radius: 12px;
	border: 2px solid #FFF;
	padding: 48px;
	box-sizing: border-box;
	transition: all .3s ease;
	cursor: pointer;
}

.vision-list .vision-item img {
	width: 32px;
	height: 32px;
	margin-bottom: 24px;
}

.vision-list .vision-item .name {
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	padding-bottom: 24px;
}

.vision-list .vision-item .words {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.vision-list .vision-item .words+.words {
	padding-top: 20px;
}

.vision-list .vision-item:hover {
	background: #1239B5;
	border-color: #1239B5;
}

.vision-list .vision-item:hover .name {
	color: #ffffff;
}

.vision-list .vision-item:hover .words {
	color: #ffffff;
}

.worth-pc {
	height: 910px;
	background: #fff;
}

.worth-pc-title {
	color: #000000;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	padding-top: 120px;
	padding-bottom: 16px;
	text-align: center;
}

.worth-pc-text {
	color: #666666;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}

.worth-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.worth-list .worth-item {
	width: 648px;
	min-height: 226px;
	border-radius: 12px;
	border: 2px solid #FFF;
	background: #F4F6FD;
	padding: 68px 48px 48px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 46px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 38px;
	transition: all .3s ease;
	cursor: pointer;
}

.worth-list .worth-item:nth-child(n+3) {
	margin-bottom: 0;
}

.worth-list .worth-item img {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.worth-list .worth-item .worth-item-words {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 30px;
	margin-top: 32px;
}

.worth-list .worth-item .name {
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	padding-bottom: 12px;
}

.worth-list .worth-item .words {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.worth-list .worth-item:hover {
	background: #1239B5;
	border-color: #1239B5;
}

.worth-list .worth-item:hover .name {
	color: #ffffff;
}

.worth-list .worth-item:hover .words {
	color: #ffffff;
}

.contact-pc {
	min-height: 924px;
	background-image: url('../image/about/about_bg_2.png');
	background-size: 100% 100%;
}

.contact-pc-title {
	color: #000000;
	font-size: 48px;
	font-weight: 600;
	line-height: 83px;
	padding-top: 74px;
	padding-bottom: 16px;
	text-align: center;
}

.contact-pc-text {
	color: #666666;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}

.contact-pc-info {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.contact-pc-info .info-item {
	flex: 1;
	color: #000000;
	text-align: center;
}

.contact-pc-info .info-item img {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 auto;
}

.contact-pc-info .info-item .info-item-name {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding-top: 16px;
	padding-bottom: 18px;
}

.contact-pc-info .info-item .info-item-words {
	font-size: 16px;
}

.contact-pc-line {
	height: 1px;
	background: #D9D9D9;
	margin-top: 44px;
	margin-bottom: 56px;
}

.contact-form-box {
	position: relative;
}

.contact-form-box .form-item {
	margin-bottom: 32px;
}

.contact-form-box .com-label {
	width: 88px;
	text-align: right;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	position: relative;
	padding-right: 16px;
	box-sizing: border-box;
}

.contact-form-box .com-label.required:before {
	content: "*";
	color: #F31515;
}

.contact-form-box .input-short {
	width: 418px;
}

.contact-form-box .input-com-css {
	height: 40px;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	outline: none;
}

.contact-form-box .submit-btn {
	width: 200px;
	height: 60px;
	border-radius: 30px;
	background: #1239B5;
	margin: 40px auto 0;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.dev-pc {
	padding-bottom: 110px;
}

.dev-pc .dev-pc-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 64px;
	padding-top: 120px;
	text-align: center;
}

.dev-pc .dev-pc-text {
	font-size: 24px;
	color: #333;
	line-height: 36px;
	text-align: center;
	padding-top: 16px;
}

.dev-pc-list {
	margin-top: 70px;
	height: 852px;
}

.dev-pc-left {
	width: 517px;
	height: 100%;
}

.dev-pc-left .swiper-slide {
	display: flex;
	align-items: center;
	font-size: 180px;
	color: #1239b51a;
	font-weight: 600;
	line-height: 200px;
}

.dev-pc-left .swiper-slide-active {
	color: #1239b5;
}


.dev-pc-arrow {
	padding-top: 358px;
}

.dev-pc-arrow img {
	width: 62px;
	height: 62px;
	display: block;
	margin-bottom: 16px;
	cursor: pointer;
}

.dev-pc-line {
	height: 100%;
	width: 1px;
	background: #D9D9D9;
	position: relative;
	transition: all .3s ease;
	margin: 0 74px;
}

.dev-pc-line .line-active {
	width: 12px;
	height: 142px;
	/* 852/6 */
	background: #1239B5;
	position: absolute;
	left: -6px;
	top: 0;
}

.dev-pc-right {
	height: 100%;
	color: #333333;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
}

.dev-pc-right .right-time {
	font-size: 120px;
	font-weight: 600;
	color: #1239b599;
	line-height: 159px;
	padding-top: 45px;
}

.dev-pc-right .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-item input::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.form-item input:-moz-placeholder {
	color: #999999;
	font-size: 16px;
}

.form-item input::-moz-placeholder {
	color: #999999;
	font-size: 16px;
}

.form-item input:-ms-input-placeholder {
	color: #999999;
	font-size: 16px;
}

