.pc .primary a {
	align-items: center;
	border: none;
	border-radius: 4px 16px;
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	font-family: Alibaba Sans, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol;
	font-size: 16px;
	justify-content: center;
	letter-spacing: 1.5px;
	outline: 0;
	position: relative;
	text-align: center;
	transition: all 0.2s ease;
	white-space: nowrap;
	background: #fb9337;
	color: #fff;
	left: -1px;
	top: -1px;
	width: 140px;
	line-height: 46px;
}

.pc .primary a:hover {
	background: #fba458;
}

.pc .primary a:hover i {
	margin-left: 10px;
}

.pc .consult .detail .free .iconfont,
.pc .default .iconfont,
.pc .opacity .iconfont,
.pc .primary .iconfont {
	margin-left: 4px;
	transition: all 0.2s ease;
}

.title-h1-bg {
	display: inline-block;
	color: #fff;
	line-height: 60px;
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #3064b5;
	background: linear-gradient(-135deg, #3064b5 0%, #4fc2bd 100%);
}

.title-h1 {
	color: #121315;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
}

.title-h2 {
	align-items: center;
	color: #767e89;
	display: flex;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	line-height: 24px;
	margin-top: 32px;
}

.title-h2 .left-bottom-line {
	background-color: #acb3bd;
	height: 1px;
	margin-right: 16px;
	opacity: 0.5;
	width: 132px;
}

.title-h2 .right-bottom-line {
	background-color: #acb3bd;
	height: 1px;
	margin-left: 16px;
	opacity: 0.5;
	width: 132px;
}

/*footer*/
.footer-wrap {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.footer-container-image {
	background: url(../images/schleife-footer4.svg) left top #2e67b8 no-repeat;
	background-size: 100%;
}





.footer .line {
	background-color: #acb3bd;
	height: 1px;
	opacity: 0.5;
	width: 100%;
	margin: 0 auto;
}

.footer-content {
	display: flex;
	justify-content: center;
	padding: 60px 0;
	width: 100%;
	margin: 0 auto;
}

.footer-content .footer-content-left {
	margin-right: 128px;
}

.footer-content .footer-content-left .footer-logo {
	height: 32px;
	margin-bottom: 20px;
}

.footer-content .footer-content-left .footer-content-left-qrcode {
	display: flex;
	gap: 30px;
}

.footer-content .footer-content-left .footer-content-left-qrcode img {
	border-radius: 8px;
	width: 88px;
}

.footer-content .footer-content-left .footer-content-left-qrcode>div span {
	display: block;
	color: #fff;
	font-size: 13px;
	margin-top: 8px;
	text-align: center;
}

.footer-content .footer-content-center {
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
	width: 40%;
}

.footer-content .footer-content-center .list {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	max-width: 200px;
	width: 33%;
}

.footer-content .footer-content-center .list .list-header {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 24px;
}

.footer-content .footer-content-center .list .list-content {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	justify-content: center;
}

.footer-content .footer-content-center .list .list-content .list-item {
	align-items: center;
	color: #fff;
	display: flex;
	line-height: 38px;
	white-space: nowrap;
}

.footer-content .footer-content-center .list .list-content .list-item a {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	white-space: nowrap;
	color: #fff;
}

.footer-content .footer-content-center .list .list-content .list-item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.footer-content .footer-container-right {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	width: 20%;
}

.footer-content .footer-container-right .list-header {
	color: #eee;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 24px;
}

.footer-content .footer-container-right .list-content .list-item {
	align-items: center;
	color: #fff;
	display: flex;
	line-height: 24px;
	padding: 6px 0;
}

.footer-container-title {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	padding: 12px 0;
	text-align: center;
	background: #333;
}

.footer-container-title a {
	display: inline-block;
}

.footer-container-title a:hover {
	text-decoration: underline;
}

.footer-container-title>a,
.footer-container-title>span {
	padding: 0 20px;
	color: #fff;
}

.header .pc {
	height: 120px;
}

.pc-header-menu {
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	z-index: 1000;
}

.opacity {
	background-color: transparent;
}

.on-top {
	border-bottom: 0 !important;
}

.pc-header-menu-default {
	height: 120px;
	line-height: 120px;
	background: linear-gradient(180deg, rgba(215, 226, 255, 0.5), rgba(215, 226, 255, 0));
	position: relative;
	border: 0;

}

.pc-header-menu-default:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #3064b5 0, #4fc2bd 100%);
}

.pc-default {
	height: 160px;
	line-height: 160px;
	background: linear-gradient(180deg, rgba(236, 241, 255, 1), rgba(255, 255, 255, 1));
}

.pc-default,
.pc-header-on-top {
	position: fixed;

}

.pc-header-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1200px;
	line-height: 160px;
	height: 160px;
	position: relative;
	box-sizing: border-box;

}

.pc-default .pc-header-bottom {
	line-height: 160px;
	height: 160px;
}

.pc-header-bottom .pc-header-menu-left .pc-brand {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-grow: 0;
	flex-shrink: 0;
	width: 300px;
	text-align: right;
}

.pc-header-bottom .pc-header-menu-left {
	align-items: center;
	display: flex;
	flex-shrink: 0;
}

.pc-header-bottom .pc-header-menu-left .pc-brand img {
	width: 100%;
	margin-top: 10px;
}

.header-menu {
	display: flex;
	text-align: left;
	width: 100%;
	flex-wrap: nowrap;
}

.header-menu>li {
	align-items: center;
	color: #000;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 80px;
	line-height:80px;
	position: relative;
	width: 200px;
}

.header-menu>li a {
	display: block;
}

.header-menu span>a,
.header-menu span {
	position: relative;
	color: #2e67b8;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	display: block;
	width: 100%;
}

.header-menu span>i.icon-arrow-down {
	color: #2e67b8;
	font-size: 10px;
	margin-left: 2px;
}

.pc-default .header-menu span>a,
.pc-default .header-menu span {
	position: relative;
}

.pc-default .header-menu span>i.icon-arrow-down {
	font-size: 10px;
	margin-left: 2px;
}

.header-menu .child-menu.active span:before {
	width: 100%;
	height: 5px;
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #3064b5 0, #4fc2bd 100%)
}

.child-menu>ul {
	display: none;
	transition: all 0.2s ease;
	opacity: 0;
}

.child-menu:hover>ul {
	display: block;
	display: flex;
	flex-direction: column;
	gap: 0px;
	margin-top: 10px;
	position: absolute;
	z-index: 100;
	width: 250px;
	background: #3064b5;
	top: 70px;
	left: -25px;
	opacity: 1;
}

.child-menu:hover>ul li {
	align-items: center;
	background-color: #2e67b8;
	display: flex;
	padding: 0 25px;
	transition: background-color 0.1s ease;
	width: 100%;
	font-size: 15px;
	line-height: 46px;
	height: 46px;
	cursor: pointer;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.child-menu:hover>ul li:hover {
	background-color: #1e4782 !important;
	font-weight: 500;
}

.child-menu:hover>ul li>i {
	font-size: 20px;
	margin-right: 12px;
}

.child-menu:hover>ul li img {
	width: 20px;
	margin-right: 6px;
	margin-left: -6px;
}

.child-menu:hover>ul li a {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.pc-header-bottom .pc-header-menu-right {
	width: calc(100% - 300px);
}

.pc-header-bottom .pc-header-menu-right .header-menu-top {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pc-header-bottom .pc-header-menu-right .header-menu-top>a,
.pc-header-bottom .pc-header-menu-right .header-menu-top>span {
	display: inline-block;
	padding-right: 40px;
	font-size: 14px;
}

.pc-header-bottom .pc-header-menu-right .header-menu-top a:hover {
	color: #2e67b8;
}


.pc-login-btn {
	background: #3064b5;
	border: none;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	word-break: keep-all;
	color: #fff;
	padding: 0 20px;
	margin: 0 20px;
}

.pc-login-btn:hover {
	opacity: 0.8;
	color: #fff;
}

.pc-lang-btn {
	display: inline-block;
	font-weight: bold;
	margin-left: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	vertical-align: top;
	line-height: 36px;
	border: #2e67b8 1px solid;
	text-align: center;
	box-sizing: border-box;
	color: #2e67b8;
}

.pc-lang-btn:hover {
	background: #3064b5;
	color: #fff;
}

.pc-default .pc-lang-btn {
	color: #eee;
	border: #ddd 1px solid;
}

.pc-default .pc-lang-btn:hover {
	background: #fff;
	color: #3064b5;
}

.pc-header-bottom {
	width: 85%;
}

.pc .section3-header .create-btn {}

.footer-content .footer-content-left {
	margin-right: 40px;
	color: #eee;
	max-width: 400px;
	width: 30%;
}

.footer-content .footer-content-left h1 {
	font-size: 24px;
	line-height: 40px;
}

.footer-content .footer-content-left h2 {
	font-size: 18px;
	line-height: 36px;
}

.footer-content .footer-content-left .desc {
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}

.contact-page {
	background: #eee;
	background-size: cover;

	padding: 80px 0;
	text-align: center;
}

.contact-page h2 {
	color: #3064b5;
	font-size: 36px;
	line-height: 60px;
}

.contact-page h4 {
	color: #3064b5;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: -20px;
}

.page-container {
	max-width: 85%;
	margin: 0 auto;

}

.contact-page .container {
	max-width: 85%;
}

.contact-page img {
	width: auto;
	max-width: 100%;
	border-radius: 10px;
}

.btn-group {
	text-align: center;
}

.btn-group a.primary-btn {
	cursor: pointer;
	margin-top: 60px;
	background: linear-gradient(90deg, #3064b5 0, #4fc2bd 100%);
	background-color: #3064b5;
	color: #fff;
	transition: all 0.3s ease-in-out;
	width: 160px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 18px;
	display: inline-block;
}

.btn-group a.primary-btn:hover {
	background: linear-gradient(90deg, #2e67b8 0, #4fc2bd 100%);
	color: #fff;
}

.btn-group a.primary-btn i {
	margin-left: 0;
	transition: all 0.3s ease-in-out;
}

.btn-group a:hover.primary-btn i {
	margin-left: 5px;
}

.btn-group a.primary-btn.gray-btn {
	margin-top: 60px;
	background: linear-gradient(90deg, #fff 0, #eee 100%);
	background-color: #eee;
	color: #121315;
}

.btn-group a.primary-btn.gray-btn:hover {
	margin-top: 60px;
	background: linear-gradient(90deg, #eee 0, #fff 100%);
	background-color: #eee;
}

.btn-group a+a {
	margin-left: 40px;
}

@media screen and (max-width: 1920px) {
.pc-header-bottom .pc-header-menu-right .header-menu-top{margin-bottom: 0;}
	.pc-default,
	.pc-header-bottom,
	.pc-default .pc-header-bottom {
		line-height: 120px;
		height: 120px;
	}
	.header-menu>li,.header-menu span>a, .header-menu span{height: 60px;line-height: 60px;}
	.child-menu:hover>ul{top:50px}
	.pc-header-bottom .pc-header-menu-left .pc-brand{width: 250px;}
}

@media screen and (max-width: 1600px) {

	.page-container {
		max-width: 80%;
	}

}

@media screen and (max-width: 1300px) {
	.contact-page h2 {
		font-size: 24px;
	}

	.btn-group a.primary-btn {
		cursor: pointer;
		margin-top: 40px;
		width: 100px;
		line-height: 40px;
		border-radius: 4px;
		font-size: 14px;
		display: inline-block;
	}

	.btn-group a.primary-btn.gray-btn,
	.btn-group a.primary-btn.gray-btn:hover {
		margin-top: 40px;
	}

	.btn-group a+a {
		margin-left: 20px;
	}

	.header-menu>li {
		padding: 0 25px;
	}

	.footer .line {
		width: 100%;
	}

	.page-container {
		max-width: 90%;
	}
}

@media screen and (max-width: 1023px) {

	.mob-header {
		display: block;
	}

	.mob-header {
		position: fixed;
		z-index: 1000;
		display: block;
		box-sizing: border-box;
		width: 100vw;
		background: var(--color-primary);
	}

	.mob-header .mob-logo {
		padding: 010px;
		line-height: 40px;
	}

	.mob-header .mob-logo img {
		width: 8rem;
	}

	.menu-button {
		display: block;
		box-sizing: border-box;
		width: 100px;
		line-height: 40px;
		padding: 0 36px;
		cursor: pointer;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.menu-button i.iconfont {
		font-size: 36px;
		color: #fff;
	}

	.mob-menu {
		position: fixed;
		z-index: 999;
		display: none;
		overflow-y: auto;
		width: 100vw;
		height: 100%;
		background: #fff;
	}

	.mob-menu dl {
		display: block;
		border-top: #ddd 0.01rem solid;
		font-size: 18px;
		line-height: 40px;
	}

	.mob-menu dl dt a.active {
		background: #3064b5;
		color: #fff;
	}

	.mob-menu dl dt a {
		position: relative;
		display: block;
		padding-right: 100px;
		color: #333;
		text-indent: 30px;
		line-height: 50px;
	}

	.mob-menu dl.sub-menu dt a::after {
		position: absolute;
		top: 50%;
		right: 5%;
		display: inline-block;
		margin-top: -4px;
		width: 8px;
		height: 8px;
		border-color: #c8c8cd;
		border-style: solid;
		border-width: 3px 3px 0 0;
		content: " ";
		-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	}

	.mob-menu dl.sub-menu.open dt a::after {
		border-color: #3064b5;
		-webkit-transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
		transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
	}

	.mob-menu dl.sub-menu.open dt a.active::after {
		border-color: #fff;
	}

	.mob-menu dl.sub-menu.open a {
		color: #3064b5;
		font-weight: 700;
	}

	.mob-menu dl.sub-menu.open a.active {
		color: #fff;
	}

	.mob-menu dl.sub-menu dd {
		padding: 0 30px;
		font-size: 0;
	}

	.mob-menu dl.sub-menu.open dd a {
		display: inline-block;
		margin: 8px 8px 0 0;
		padding: 0 15px;
		background: #f6f6f6;
		text-align: center;
		font-weight: 400;
		font-size: 15px;
		line-height: 34px;
		color: #121315;
	}

	.mob-menu dl.sub-menu.open dd a:nth-child(4n) {
		margin-right: 0;
	}

	.mob-menu dl dd {
		display: none;
	}

	.mob-menu .menu_contact_box {
		width: 100%;
		padding: 30px;
		text-align: left;
		font-size: 16px;
		line-height: 36px;
		display: inline-block;
	}

	.mob-menu .menu_contact p span {
		font-size: 20px;
		color: #3064b5;
		font-weight: 700;
	}

	.footer-content .footer-content-left {
		width: 100%;
		max-width: 100%;
	}

	.footer-content .footer-content-left .footer-logo {
		height: 20px;
	}

	.footer-content {
		flex-direction: column;
		padding: 50px;
	}

	.footer-content .footer-content-center {
		display: none;
	}

	.footer-content .footer-container-right {
		padding-top: 20px;
		width: 100%;
	}

	.contact-page h2 {
		font-size: 24px;
	}

	.contact-page h4 {
		font-size: 18px;
	}

	.btn-group a+a {
		margin: 10px;
	}
}
.page-nav {
  text-align: center;
  padding: 50px 0;
}

.page-nav a {
  border: 1px solid #3064b5;
  padding: 5px 15px;
  display: inline-block;
  color: #3064b5;
  margin: 3px;
  font-size: 14px;
}

.page-nav a:hover {
  border: 1px solid #3064b5;
  background: #3064b5;
  color: #fff;
}