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: "microsoft yahei";
	color: #000000;
	background-color: #FFFFFF;
}

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;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.header {
	width: 90%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}

.logo {
	height: 100%;
}

.logo img {
	height: 100%;
}

.nav {
	width: 1090px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: end;
}

.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;
}

.login a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.box {
	height: 100vh;
	width: 100%;
}

.banner {
	width: 100%;
	height: auto;
}

.swiper {
	width: 100%;
}

.bannerImg {
	width: 100%;
}

.bannerImg img {
	width: 100%;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
	width: 30px !important;
	height: 4px !important;
	background-color: #2856f5;
}

.bannerContent {
	width: 100%;
	position: relative;
}

.bannerModle {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 999;
}

.modleCenter {
	width: 1090px;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	color: #000;
}

.modleCenter h1 {
	font-size: 36px;
	display: flex;
	align-items: center;
}
.modleCenter img{
	width: 50px;
	margin-right: 10px;
}
.modleCenter h2{
	font-size: 38px;
	letter-spacing: 3px;
	margin: 20px 0 60px 0;
}
.modleCenter p {
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0;
	margin-top: 0;
	color: #444443;
}
.modleCenter ul{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.modleCenter ul li{
	width:165px;
	height: 55px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	background-color: #fff;
}
.modleCenter ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.modleCenter ul li a img{
	width: 25px;
}
.openModalBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 45px;
	background-color: #2856f5;
	color: #fff;
	font-size: 16px;
}

.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;
}

.advantage{
	width: 100%;
	background-color: #fafafc;
	padding: 45px 0 25px 0;
	
}
.advantageContent{
	width: 1090px;
	height: auto;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.advantageLeft{
	width: 280px;
	background-color: #000;
	color: #fff;
	padding: 40px 0;
	box-sizing: border-box;
	height: 459px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.advantageLeftCard{
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.advantageLeftCard a{
	font-size: 14px;
	color: #fff;
}

.leftCardTwo{
	display: flex;
	align-items: center;
}
.advantageEwm{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.advantageEwm dl{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
}
.advantageEwm dl dt img{
	width: 90px;
}
.advantageRight{
	width: 780px;
}
.advantageRight ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.advantageRight ul li{
	width: 375px;
	padding: 20px 15px;
	box-sizing: border-box;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.advantageTitle{
	display: flex;
	align-items: center;
}
.advantageTitle b{
	font-size: 21px;
	margin-left: 15px;
}
.advantageRight ul li p{
	font-size: 14px;
	line-height: 2em;
}

.caseSharing{
	width: 100%;
	height: auto;
	padding: 30px 0 25px 0;
	background-color: #f1f2f6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseSharingContent{
	width: 1090px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #444443;
}
.caseSharingContent h1{
	font-size: 25px;
}
.caseSharingContent  p{
	font-size: 14px;
	margin: 25px 0;
}
.caseSharingContent  p img{
	width: 100%;
}
.cooperate{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 30px;;
}
.cooperateContent{
	width: 1090px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.cooperateContent dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.cooperateContent dl dt{
	width: auto;
	height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.cooperateContent dl dd{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.cooperateContent dl dd h1{
	font-size: 22px;
}
.cooperateContent dl dd  span{
	display: flex;
	width: 18px;
	height: 2px;
	background-color: #235fff;
	border-radius: 3px;
	margin: 15px 0;
}
.cooperateContent dl dd p{
	font-size: 16px;
}
.partner{
	padding: 35px 0 60px 0;
	width: 100%;
	height: auto;
	background-color: #fafafa;
}
.partnerContent{
	width: 1090px;
	height: auto;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	
}

.partnerContent dl{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.partnerContent dl dd{
}
.partnerContent dl dd h1{
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	margin: 20px 0;
}
.partnerContent dl dd p{
	font-size: 14px;
	width: 260px;
	line-height: 2em;
}
.process{
	width: 100%;
	padding-bottom: 35px;
	height: auto;
	background-image: url(../images/back1.jpg);
	background-size: cover;
	overflow: hidden;
}
.processContent{
	width: 1090px;
	margin: 0 auto;
}
.processTop{
	display: flex;
	justify-content: space-between;
}
.number{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.numberSild{
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .3);
	padding: 6px;
	box-sizing: border-box;
	border-radius: 50%;
}
.numberSild div{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0016ff;
}
.dashed{
	display: flex;
	height: 60px;
	align-items: center;
}
.dashed span{
	display: flex;
	width: 12px;
	height: 2px;
	background-color: #fff;
	margin-right: 2px;
}
.dashed span:last-child{
	margin: 0;
}

.numberTxt{
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 23px;
}
.dasheds{
	display: flex;
	height: 60px;
	align-items: center;
}
.dasheds span{
	display: flex;
	width: 12px;
	height: 2px;
	background-color: #fff;
	margin-right: 2px;
}
.dasheds span:last-child{
	margin: 0;
}
.mf{
	width: 100%;
	height: auto;
	padding: 70px 0;
	background-image: url(../images/back2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mf a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 45px;
	background-color: #2856f5;
	color: #fff;
	font-size: 16px;
}


.footer{
	width: 100%;
	height: auto;
	background-color: #131314;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.footerContent{
	width: 1090px;
	height: auto;
}
.footerIcon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerIcon dl{
	display: flex;
	align-items: center;
}
.footerIcon dl dt img{
	width: 45px;
}
.footerIcon dl  dd{
	margin-left: 20px;
	font-size: 14px;
	color: #848484;
}
.footerBox{
	width: 100%;
	height: auto;
	padding: 16px 0;
	border-top: 1px solid #363637;
	border-bottom: 1px solid #363637;
	display: flex;
}
.fBoxLeft{
	width: auto;
	flex: 1;
	padding-right: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fBoxLeft ul{
	display: flex;
	justify-content: space-between;
}
.fBoxLeft ul li{
	display: flex;
	flex-direction: column;
}
.fBoxLeft ul li a{
	font-size: 18px;
	color: #bcbcbc;
	line-height: 2em;
}
.fBoxRight{
	width: 150px;
	height: auto;
	border-left: 1px solid #363637;
	padding-left: 34px;
	box-sizing: border-box;
	color: #bcbcbc;
	text-align: center;
}
.fBoxRight dd{
	margin-bottom: 8px;
}
.fBoxLeft p{
	text-align: right;
}























