* {
	margin: 0;
	padding: 0;
}

html {
	color: #000;
	background: #FFF;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.home {
	width: 100%;
	height: 640px;
	background: url("/images/banner/home-background.png") no-repeat;
	background-size: 100% 100%;
}

.home-content {
	position: relative;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}
.home-content-title {
	position: absolute;
	top: 245px;
}
.home-content-btn {
	position: absolute;
	top: 385px;
	cursor: pointer;
}
.home-right {
	position: absolute;
	top: 146px;
	margin-left: calc(50% + 100px);
}



.one {
	width: 100%;
	height: 430px;
}
.one-content {
	width: 1108px;
	margin: 0 auto;
	margin-top: 20px;
	height: 380px;
	box-shadow: 0px 10px 30px 0px rgba(219, 223, 232, 0.66);
	border-radius: 10px;
	background: url("/images/1/one-backgroud.png") no-repeat 100% 100%;
	background-position: bottom left;
	padding: 20px 49px 0 43px;
}

.company-desc-title {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.company-desc {
	width: 816px;
	height: 197px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #505467;
	line-height: 32px;
}
.company-desc p {
	margin-top: 23px;
}
.company-logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 75px;
	margin-left: 45px;
}



.two {
	width: 100%;
	height: 550px;
	padding-top: 100px;
	background: #F0F5FB;
}
.two-content {
	width: 1200px;
	margin: 0 auto;
	text-align: center ;
}
.two-p1 {
	margin-bottom: 21px;
}
.two-p2 {
	font-size: 18px;
	font-weight: 500;
	color: #54545A;
	margin-bottom: 72px;
}
.two-list {
	height: 260px;
}

.two-item {
	text-align: center;
	float: left;
	width: 270px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 10px 43px 0px rgba(71, 71, 71, 0.13);
	border-radius: 16px;
	margin-right: 40px;
}
.two-item:last-child {
	margin-right: 0px !important;
}
.two-item:hover img {
	transform: scale(1.1);
	transition: all 1s;
}
.two-item-img {
	margin: 45px 0 52px;
}
.two-item-title {
	height: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #141D38;
	line-height: 25px;
}

.two-item-desc {
	height: 43px;
	font-size: 16px;
	font-weight: 400;
	color: #5C6175;
	line-height: 26px;
}
.tow-item-footer {
	width: 62px;
	height: 6px;
	background: #476AFC;
	margin: 0 auto;
	margin-top: 63px;
}

.three {
	width: 100%;
	height: 647px;
	padding-top: 100px;
	background-color: #FFFFFF;
}
.three-content {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.three-p1 {
	margin-bottom: 21px;
}
.three-title {
	font-size: 36px;
	font-weight: 800;
	color: #0D1426;
	margin-top: 49px;
}
.three-title2 {
	font-size: 36px;
	font-weight: 800;
	color: #0D1426;
	margin-top: 44px;
}
.three-title4 {
	font-size: 36px;
	font-weight: 800;
	color: #0D1426;
	margin-top: 103px;
}
.three-title6 {
	font-size: 36px;
	font-weight: 800;
	color: #0D1426;
	margin-top: 73px;
}

.three-desc {
	margin-top: 14px;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: 500;
	color: #9E9EA3;
	line-height: 28px;
}
.three-desc1 {
	font-size: 18px;
	font-weight: 500;
	color: #54545A;
	line-height: 28px;
	margin-bottom: 9px;
}
.three-circle {
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background: #749EFF;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-top: -3px;
}
.free-user, .ask-custom {
	display: inline-block;
	width: 134px;
	/*height: 54px;*/
	line-height: 54px;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.free-user {
	background: linear-gradient(90deg, #4A6EE4, #6066D3, #749EFF, #306AEE);
	color: #FFFFFF;
	text-align: center;
	margin-right: 16px;
}
.ask-custom {
	background: #FFFFFF;
	color: #306AEE;
	border: 1px solid #2563D9;

}

.four {
	width: 100%;
	height: 606px;
	padding-top: 100px;
	background-color: #FFFFFF;
}
.four-content {
	text-align: center;
	width: 1202px;
	margin: 0 auto;
}
.four-p1 {
	margin-bottom: 84px;
}
.four-list {
	height: auto;
	margin-bottom: 68px;
}
.four-item {
	width: 122px;
	height: 168px;
	margin:0  38px 0 38px;
	float: left;
}
.four-item:last-child {
	margin-right: 0px!important;
}
.four-item-desc {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	color: #515259;
}



.foot_bt {
	padding: 40px 0 10px 0;
	background: #373D44;
}

.w1200 {
	margin: 0 auto;
	background: #383D43;
	text-align: center;
}

.qr-btn {
	font-size: 14px;
	margin: 0 auto;
	width: 99px;
	height: 38px;
	line-height: 38px;
	color: #FDFDFD;
	background: linear-gradient(90deg, #437EEB, #78A1F2);
	border: 1px solid #3181F3;
	box-shadow: 0px 4px 0px 0px rgba(219, 223, 232, 0.89);
	border-radius: 4px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}
.banner {
    background: #0a52d4 center !important;
}

.two-item-hua{margin:0 15px 0 15px;}

.hua1{float: left; text-align: left; width: 535px;height: 454px; margin-top: 70px;}
.hua2{float: left; width: 654px; margin-top: 70px;}
.hua3{background: #F0F5FB !important; height: 519px; padding-top: 70px;}
.hua4{float: left; width: 694px;}
.hua5{float: left; text-align: left; width: 506px;height: 530px; margin-top: 14px;}
.hua6{display: inline-block; width: 489px;}
.hua7{height: 597px; padding-top: 0px;}
.hua8{float: left; text-align: left; width: 506px;height: 530px; margin-top: 82px;}
.hua9{display: inline-block; width: 397px;}
.hua10{float: left; width: 694px;}
.hua11{background: #F0F5FB !important; height: 523px; padding-top: 66px;}
.hua12{float: left; text-align: left; width: 506px;height: 530px; margin-top: 21px;}