.about-header {
	height: 330px;
	width: 100%;
	background-image: url(../images/about/header-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center
}


@media (max-width:500px) {
	.about-header {
		height: 200px;
	}
}

.about-header .title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding: 0 284px
}

@media (max-width:1300px) {
	.about-header .title {
		padding: 0 80px
	}
}

@media (max-width:500px) {
	.about-header .title {
		padding: 0 36px
	}
}

.about-header .title .subtitle {
	margin: 0;
	color: #0076fe;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px
}

@media (max-width:500px) {
	.about-header .title .subtitle {
		font-size: 20px
	}
}

.about-header .title .about-title {
	margin: 0;
	color: #020713;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

@media (max-width:1300px) {
	.about-header .title .about-title {
		font-size: 40px
	}
}

@media (max-width:500px) {
	.about-header .title .about-title {
		font-size: 24px
	}
}

.contact-page-body .web-head-box {
	height: 0
}

.contact-page-body .web-head-box .white-background {
	height: var(--web-head-h)
}

@media (max-width:600px) {
	.contact-page-body .web-head-box .white-background {
		height: var(--web-mobile-head-h)
	}
}

.contact-page-body .web-head-box .web-head.white-background {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(51, 57, 64, .08)
}

.contact-page-body .web-head-box .web-head {
	background-color: unset;
	box-shadow: unset
}

.contact-page {
	background-color: #f8f9fe
}

.contact-body {
	max-width: 1320px;
	margin: 16px auto 0;
	padding: 0 20px 70px
}

.right-side-breadcrumb {
	display: flex;
	align-items: center;
	column-gap: 4px;
	margin-bottom: 20px
}

.right-side-breadcrumb .link,
.right-side-breadcrumb .text {
	color: #666;
	font-family: 'Microsoft YaHei UI';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%
}

.right-side-title {
	display: block;
	color: #020713;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

@media (max-width:500px) {
	.right-side-title {
		text-align: center
	}
}

.contact-block {
	display: flex;
	flex-direction: column;
	padding: 30px 40px;
	margin-top: 20px;
	row-gap: 32px;
	border-radius: 8px;
	background-image: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .25) 100%);
	box-shadow: 0 4px 12px 0 rgba(0, 73, 157, .1)
}

@media (max-width:950px) {
	.contact-block {
		padding: 20px
	}
}

.contact-block .svg-icon {
	margin: 15px 16px 0 0
}

@media (max-width:750px) {
	.contact-block .svg-icon {
		width: 36px;
		height: 36px;
		margin: 0 8px 0 0
	}
}

.contact-block .contact-details,
.contact-block .contact-details .contact-details-text {
	display: flex
}

@media (max-width:750px) {
	.contact-block .contact-details .contact-details-text {
		width: 100%;
		justify-content: space-between
	}
}

@media (max-width:992px) {
	.contact-block .contact-details {
		justify-content: space-between
	}
}

@media (max-width:950px) {
	.contact-block .contact-details {
		align-items: center;
		flex-direction: column;
		row-gap: 16px
	}
}

.contact-block .contact-details .qrcode-img-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 4px
}

.contact-block .contact-details .qrcode-img-container .qrcode-img-text {
	display: flex;
	column-gap: 10px;
	color: #333;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.contact-block .email-phone {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin: 15px 37px 0 0
}

@media (max-width:750px) {
	.contact-block .email-phone {
		margin: 0
	}
}

.contact-block .email-phone .label-text {
	color: #333;
	font-family: 'PingFang SC';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:750px) {
	.contact-block .email-phone .label-text {
		font-size: 13px
	}
}

.contact-block .email-phone .label-content {
	color: #0076fe;
	font-family: 'PingFang SC';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:750px) {
	.contact-block .email-phone .label-content {
		font-size: 13px
	}
}

.contact-block .email-phone .email {
	display: flex;
	align-items: center;
	column-gap: 32px
}

@media (max-width:750px) {
	.contact-block .email-phone .email {
		column-gap: 25px
	}
}

.contact-block .email-phone .phone {
	display: flex;
	column-gap: 32px
}

@media (max-width:750px) {
	.contact-block .email-phone .phone {
		column-gap: 25px
	}
}

.contact-block .email-phone .phone .content {
	display: flex;
	flex-direction: column;
	row-gap: 4px
}

.contact-block .email-phone .phone .content .date {
	color: #666;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.contact-block .attention {
	display: flex;
	flex-direction: column
}

@media (max-width:950px) {
	.contact-block .attention {
		display: block
	}
}

.contact-block .attention .text-1 {
	color: #666;
	font-family: 'PingFang SC';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.contact-block .attention .text-1 .bold-text {
	font-weight: 700
}

.contact-block .attention .text-2 {
	color: #666;
	font-family: 'PingFang SC';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.contact-block .attention .text-2 .link {
	color: #0076fe;
	font-family: 'PingFang SC';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.contact-block .attention .text-2 .link:hover {
	text-decoration: underline
}

.wechat-block {
	display: flex;
	align-items: center;
	margin-top: 24px;
	padding: 20px 40px;
	border-radius: 8px;
	background-image: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .25) 100%);
	box-shadow: 0 4px 12px 0 rgba(0, 73, 157, .1)
}

@media (max-width:992px) {
	.wechat-block {
		justify-content: space-between
	}
}

@media (max-width:950px) {
	.wechat-block {
		flex-direction: column;
		row-gap: 16px;
		padding: 20px
	}
}

.wechat-block .svg-icon {
	margin-right: 16px
}

@media (max-width:750px) {
	.wechat-block .svg-icon {
		width: 36px;
		height: 36px
	}
}

.wechat-block .block-left {
	display: flex;
	margin-right: 240px
}

@media (max-width:992px) {
	.wechat-block .block-left {
		margin-right: 0
	}
}

@media (max-width:500px) {
	.wechat-block .block-left {
		width: 100%
	}
}

.wechat-block .block-text {
	display: flex;
	flex-direction: column;
	row-gap: 6px
}

.wechat-block .block-text .text-1 {
	color: #333;
	font-family: 'PingFang SC';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:750px) {
	.wechat-block .block-text .text-1 {
		font-size: 13px
	}
}

.wechat-block .block-text .text-2 {
	color: #666;
	font-family: 'PingFang SC';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:750px) {
	.wechat-block .block-text .text-2 {
		font-size: 12px
	}
}


.contact-main {
	position: relative;
	padding-left: 420px;
}

.contact-form {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	padding: 6px 20px 24px 20px;
	border-radius: 8px;
	background-image: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .25) 100%);
	box-shadow: 0 4px 12px 0 rgba(0, 73, 157, .1);
	background: #ffffff;
}

.contact-form .item {
	
}
.contact-form .item .tit{
	height: 58px;
	display: flex;
	align-items: center;
}
.contact-form .item .tit img{
	display: block;
	height: 32px;
	margin-right: 10px;
}
.contact-form .item .tit b{
	font-size: 18px;
	color: #999999;
}
.contact-form .item .con .input{
	display: block;
	width: 100%;
	border: 1px #eeeef1 solid;
	background: #fbfbfd;
	border-radius: 6px;
	text-indent: 20px;
	height: 52px;
	font-size: 14px;
}

.contact-form .btnbox {
	padding-top: 20px;
}
.contact-form .btnbox .btn{
	display: block;
	width: 100%;
	padding: 0;
	cursor: pointer;
	background: #0076fe;
	color: #ffffff;
	border-radius: 6px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	transition:all 300ms ease;
}
.contact-form .btnbox .btn:hover {
	opacity: 0.8;
}


@media (max-width:1200px) {
	.contact-main {
		padding-left: 320px;
	}

	.contact-form {
		width: 300px;
	}
}

@media (max-width:900px) {
	.contact-main {
		padding-left: 0;
		padding-top: 26px;
	}

	.contact-form {
		position: relative;
		width: auto;
		padding: 6px 20px 24px 20px;
	}
	
	.contact-form .item .tit{
		height: 50px;
	}
	.contact-form .item .tit img{
		height: 26px;
		margin-right: 6px;
	}
	.contact-form .item .tit b{
		font-size: 14px;
	}
	.contact-form .item .con .input{
		text-indent: 20px;
		height: 50px;
		font-size: 14px;
	}
	
	.contact-form .btnbox {
		padding-top: 20px;
	}
	.contact-form .btnbox .btn{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}