body,
div,
ul,
ol,
dt,
dd,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
img,
a,
span,
strong,
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: "黑体";
	color: #000000;
	background-color: #f7f9fc;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
}

img,
input,
select,
textarea {
	vertical-align: middle;
	outline: none;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
}

.wrap {
	max-width: 1920px;
	min-width: 1280px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.top{
	width: 100%;
	height: auto;
	background-color: #fff;
}
.header {
	width: 72.6%;
	min-width: 1280px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	background-color: #fff;
}

.logo {
	height: 100%;
}

.logo img {
	height: 100%;
}

.nav {
	width: auto;
	height: 100%;
	display: flex;
	align-items: end;
	margin-left: auto;
}

.nav ul {
	display: flex;
	width: 100%;
	height: auto;

}

.nav ul li {
	width: auto;
	display: flex;
	margin: 0 30px;

}

.nav ul li a {
	display: flex;
	padding: 0 15px;
	padding-bottom: 15px;
	font-size: 21px;
	font-weight: bold;
	box-sizing: border-box;
}

.active {
	border-bottom: 4px solid #2856f5;
}

.login {
	width: 86px;
	height: 32px;
	background-color: #2856f5;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}

.login a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.banner {
	width: 100%;
	min-width: 1280px;
	height: auto;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner h1 {
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: center;
	color: #696bb3;
	font-size: 105px;
}

.banner p {
	width: 100%;
	position: absolute;
	bottom: 50px;
	text-align: center;
	color: #696bb3;
	font-size: 22px;
}

.title {
	font-size: 55px;
	margin: 100px 0;
	text-align: center;
	color: #3e3e3e;
}

.copyIcon {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyIconContent {
	width: 76.2%;
	min-width: 1280px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}

.icon {
	background-color: #fff;
	width: 100%;
	padding: 20px 20px 70px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, .3);
}

.icon dl {
	display: flex;
	align-items: center;
	font-size: 35px;
}

.icon dl dd {
	margin-left: 15px;
}

.icon p {
	font-size: 24px;
	line-height: 2em;
	padding: 0 20px;
	box-sizing: border-box;
}

.cooperate {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
}

.cooperate img {
	width: 82%;
	height: auto;
}

.cooperateContent {
	width: 100%;
	height: 100%;
}

.cooperateContent h1 {
	width: 100%;
	font-size: 3em;
	color: #fff;
	display: flex;
	height: 100%;
	align-items: center;
	left: 19.5%;
	position: absolute;

}

.cooperateTxt {
	width: 47.2%;
	position: absolute;
	left: 32.5%;
	top: 13.5%;
}

.cooperateTxt div:first-child {
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding-bottom: 10%;
}

.cooperateTxt div h2 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 4%;
	margin-top: 3%;
}

.cooperateTxt div p {
	font-size: #000;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

.advantage {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
}

.advantageContent {
	width: 76.2%;
	min-width: 1280px;
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 40px;
}

.advantageList {
	width: 100%;
	position: relative;
}

.advantageList img {
	width: 100%;
}

.advatageTxt {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding: 0 30px;
	box-sizing: border-box;
}

.advatageTxt h1 {
	margin-top: 6%;
	font-size: 3em;
	margin-bottom: 23px;
}

.advatageTxt span {
	display: flex;
	width: 20px;
	height: 1px;
	background-color: #d4daf2;
	margin-left: 10px;
	margin-bottom: 18px;
}

.advatageTxt p {
	font-size: 1.5em;
	color: #072866;
	line-height: 2em;
	margin-top: 10%;
}

.process {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 120px;
}

.process img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.processContent {
	width: 76.2%;
	min-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0 0 120px 0px;
}

.processContent h1 {
	font-size: 45px;
	margin: 28px 0;
	color: #032564;
}

.processContent h2 {
	color: #434864;
	font-size: 18px;
}

.processContent ul {
	margin-top: 58px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
}

.processContent ul li {
	width: 100%;
}

.processContent ul li div {
	width: 100%;
	display: flex;
	align-items: center;
}

.processContent ul li div span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #032564;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.processContent ul li div b {
	font-size: 28px;
	color: #434864;
	margin-left: 15px;
}

.processContent ul li p {
	font-size: 18px;
	font-weight: bold;
	color: #434864;
	line-height: 1.5em;
	margin-top: 20px;
}

.footer {
	background-color: #2b3141;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0 35px 0;

}

.footerContent {
	width: 76.2%;
	min-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	color: #8088b3;
}

.footerContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 53px;
}

.footerContent ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}

.footerContent ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footerContent ul li img {
	width: 95px;
}

.footerContent ul li b {
	margin-top: 20px;
}

.footerContent ul:last-child {
	margin-top: 85px;
}

.float-container {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.float-btn {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.float-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#back-to-top {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

#back-to-top.topactive {
	opacity: 1;
	visibility: visible;
}

.float-btn img {
	width: 60%;
	height: 60%;
	object-fit: contain;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	display: flex;
}

.modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 5px;
	max-width: 90%;
	max-height: 90%;
	overflow-y: auto;
	position: relative;
}

.close {
	position: absolute;
	top: 0;
	right: 10px;
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.hb{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hbContent{
	width: 76.2%;
	min-width: 1280px;
	display: flex;
}
.hbContent ul{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 40px 21px;
	
}
.hbContent ul li{
	display: flex;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 15px;
	height: auto;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.hbContent ul li a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hbContent ul li img{
	width: 50%;
}