* {
	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: 410px;
	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: 15px;
	margin-left: 25px;
}


.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;
}

.related {
    height: 785px;
    background: #FAFAFC;
    min-width: 1200px;
    padding-top: 10px;
    box-sizing: border-box;
}

.action-p1 {
    text-align: center;
    font-size: 32px;
    color: #000;
    padding-top: 65px;
}
.related1 {
    height: 576px;
    background: #FAFAFC;
    min-width: 1200px;
    /* padding-top: 72px; */
    box-sizing: border-box;
}

.related-part {
    padding-top: 60px;
    width: 1200px;
    margin: auto;
    height: auto;
}

.related-part-left {
    width: 650px;
    height: 417px;
    margin-top: 135px;
    float: right;
}

.related-part-left-img1 {
    position: absolute;
    z-index: 1;
    animation: aLmove 3s linear !important;
}

.related-part-left-img2 {
    position: absolute;
    z-index: 1;
    left: 98px;
    top: 293px;
    animation: icon-top1 4s infinite;
}

.related-part-left-img3 {
    position: absolute;
    z-index: 1;
    left: 538px;
    top: 17px;
    animation: icon-top1 4s infinite;
}

.related-part-left-img4 {
    position: absolute;
    z-index: 1;
    left: 91px;
    top: 24px;
    animation: icon-top1 4s infinite;
}

.related-part-right {
    height: 417px;
    margin-top: 135px;
    float: left;
    margin-left: 70px;
}

.related-part-right-title {
    height: 27px;
    font-size: 28px;
    font-weight: 800;
    color: #0D1426;
    line-height: 25px;
}

.related-part-right-content {
    margin-top: 28px;
    width: 480px;
    font-size: 16px;
    font-weight: 500;
    color: #4C555F;
}

.related-part-right-subcontent {
    margin-top: 18px;
    width: 480px;
    font-size: 16px;
    font-weight: 500;
    color: #4C555F;
}

.related-part-right-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #4C555F;
}


.related-part-right-foot {
    margin-top: 33px;
}


.related-part-right-foot-btn {
    float: left;
    width: 156px;
    height: 54px;
    cursor: pointer;
}

.related-part-left2 {
    height: 417px;
    margin-top: 0px;
    float: right;
}

.related-part-right2 {
    width: 654px;
    height: 515px;
    margin-top: 10px;
    float: left;
    position: relative;
    /*animation: dong 2s infinite;*/
}

.related-part-right2-img1 {
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 20%;
    animation: aLmove 3s linear !important;
}

.related-part-right2-img2 {
    position: absolute;
    top: 29%;
    z-index: 1;
    right: -5%;
    animation: armove 3s linear !important;
}

.related-part-right2-img3 {
    position: absolute;
    top: 50px;
    left: 0px;
}

.related-part-right2-img4 {
    position: absolute;
    left: 20px;
    top: 25%;
    z-index: 2;
    animation: icon-top1 4s infinite;
}

.related-part-right2-img5 {
    position: absolute;
    top: 60px;
    left: 39%;
    z-index: 2;
    animation: icon-top1 4s infinite;
}

.related-part-right2-img6 {
    position: absolute;
    top: 77%;
    left: 23%;
    z-index: 2;
    animation: icon-top1 4s infinite;
}

.related-part-right2-img7 {
    position: absolute;
    right: 39%;
    top: 84%;
    z-index: 2;
    animation: icon-top1 4s infinite;
}

.related-card {
    width: 226px;
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 6px;
    float: left;
    margin-right: 17px;
    margin-bottom: 34px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 10px 43px 0px rgba(71, 71, 71, 0.1);
    padding: 25px 10px;
}

.related-card:nth-child(5), .related-card:nth-child(10) {
    margin-right: 0;
}

.related-card:hover {
    box-shadow: 2px 19px 40px 0px rgba(75, 149, 252, 0.13);
    transform: scale(1.2);
    transition: all 1s;
    /*border: 2px solid rgb(75, 149, 252);*/
}

.related-card-img {
    text-align: center;
    margin-bottom: 21px;
}

.related-card-title1 {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 14px;
    font-weight: 400;
    color: #071C3F;
}

.related-card-title2 {
    text-align: left;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.related-card-text {
    font-size: 14px;
    font-weight: 400;
    color: #5C6276;
    line-height: 22px;
}

.related-card:hover .related-card-img > img {
    transform: scale(1.2);
    transition: all 1s;
}


.fifth {
    height: 785px;
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
}

.fifth-content {
    margin-top: 73px;
    position: relative;
}


.fifth-card {
    width: 180px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(37, 99, 217, 0.21);
    border-radius: 16px;
    text-align: center;
    float: left;
    /*margin-right: 17px;*/
    margin-bottom: 34px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    padding: 25px 10px;
    line-height: 35px;
}

.fifth-card5 {
    float: right;
    margin-top: -47px;
    width: 180px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(37, 99, 217, 0.21);
    border-radius: 16px;
    text-align: center;
    /*margin-right: 17px;*/
    margin-bottom: 34px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    padding: 25px 10px;
    line-height: 35px;
}

.line {
    float: left;
    height: 120px;
    text-align: center;
    padding: 39px 0;
}

.fifth-title {
    font-size: 15px;
    font-weight: bold;
    color: #282C44;
    line-height: 21px;
}

.fifth-container {
    clear: both;
    height: 50px;
    position: relative;
    margin-top: 13px;
    top: 23px;
}

.fifth-footer-container {
    visibility: visible;
    margin-top: 158px;
    text-align: center;
}

.fifth-footer {
    display: inline-block;
    cursor: pointer;
}
.cxbmobile{display: none;}
.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;}