* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: PingFangSC-Regular, sans-serif;
}
input:focus{
  outline:none;
}
a{
	text-decoration: none;
}
.color-red {
	color: #fccc00;
}
.color-red2 {
	color: #2E2E2E;
	font-weight: bold;
}
.color-black {
	color: #333333;
}
.color-black2 {
	color: #2E2E2E;
}
.color-white {
	color: #ffffff;
}
.color-white2 {
	color: #ffffff;
	font-weight: bold;
}
.content {
	min-width: 1246px;
	position: relative;
	background: #EEEEEE;
}
.area {
	width: 100%;
	position: relative;
}
.top-title {
	position: fixed;
	height: 60px;
	/* background: #fff; */
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.03);
}
.top-title1 {
	position: fixed;
	height: 60px;
	background: #FAFAFA;
	z-index: 9999;
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.03);
}
.title {
	width: 1246px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-logo {
	display: flex;
	align-items: center;
}
.title-content {
	display: flex;
	align-items: center;
	margin-right: 30px;
	height: 100%;
}
.logo {
	margin-left: 30px;
}
.title-name {
	font-size: 24px;
	flex: 1;
}
.title-tab {
	font-size: 20px;
	cursor: pointer;
	height: 100%;
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 2px solid rgba(0,0,0,0);
	margin-right: 10px;
}

.active {
	border-bottom: 2px solid #fccc00;
}
.tel {
	margin-left: 36px;
	display: flex;
	align-items: center;
	font-size: 24px;
}
.tel img {
	margin-right: 6px;
}
.top-btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}
.btn1 {
	border: 1px solid #fccc00;
	margin-right: 36px;
	margin-left: 110px;
}
.btn1 a{
	color: #fccc00;
}
.btn2 {
	border: 1px solid #fccc00;
	color: #fff;
	background: #fccc00;
}
.btn2 a{
	color: #fff;
}
.banner {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
}
.step {
	width: 70%;
	/* width: 1000px; */
	/* width: 1246px; */
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 90px 0;
}

.step .btn {
	width: 132px;
	height: 50px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(201,201,201,0.5);
	background: #fccc00;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	/* color: #fff; */
	color: #383838;
	cursor: pointer;
}
.step-title1 {
	font-size: 46px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2E2E2E;
	line-height: 70px;
}
.step-text{
	/* width: 700px; */
	width: 100%;
}
.step-text .btn {
	width: 132px;
	height: 50px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(201,201,201,0.5);
	background: #fccc00;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	/* color: #fff; */
	color: #383838;
	cursor: pointer;
}
.step-content {
	/* width: 300px; */
	/* height: 140px; */
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2E2E2E;
	line-height: 38px;
}
.step2 {
	width: 1224px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 90px 0;
}
.step-title {
	font-size: 36px;
	margin-bottom: 50px;
}
.step-sub-title{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2E2E2E;
	margin: 20px 0px;
}
.column-content {
	margin-top: 110px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.column {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.column3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 30%;
	height: 216px;
	background: #FFFFFF;
	box-shadow: 1px 1px 18px 0px rgba(19,19,19,0.08);
}
.column3 span {
	margin-top: 28px;
	font-size: 22px;
}
.column3 .tag{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #848484;
	line-height: 27px;
}
.column .tag{
	width: 200px;
	text-align: center;
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #A3A4AB;
	line-height: 25px;
}
.column img {
	margin-bottom: 24px;
}
.column span {
	font-size: 22px;
	color: #0d1537;
}
.pic {
	margin-top: 52px;
	width: 400px;
	margin-left: 50px;
}
.pic22 {
	margin-top: 52px;
	width: 400px;
	margin-right: 50px;
}
.bg {
	background: #fafbfd;
}
.column-content2 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.column-content3 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.column-content4 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
/* .column-content3 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
} */
.column4 {
	width: 30%;
	height: 240px;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	/* box-shadow: 7px 7px 7px rgba(201,201,201,0.2); */
	margin-top: 30px;
	background: #fff;
}
.column4 img{
	width: 62px;
	height: 62px;
}
.column4 span {
	margin-top: 28px;
	font-size: 22px;
}
.column4 .tag{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #848484;
	line-height: 20px;
}
.column2 {
	width: 250px;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 7px 7px 7px rgba(201,201,201,0.2);
	margin-top: 70px;
	background: #fff;
}
.column2 span {
	margin-top: 28px;
	font-size: 22px;
}
.logo-content img {
	width: 170px;
	margin-top: 40px;
	margin-right: 36px;
}
.alert-content {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 999999999;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}
.alert-content .step-title {
	color: #fff;
	margin-bottom: 30px;
}
.alert-content img {
	width: 250px;
}
.contact {
	position: fixed;
	right: 100px;
	bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	z-index: 99999;
}
.contact img {
	margin-bottom: 10px;
}
.swiper-pagination-bullet {
	width: 32px;
  height: 6px;
  border-radius: 3px;
}
.row-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.row-content2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
/* .row-content>div {
	width: 392px;
	font-size: 26px;
	color: #5d5d5d;
	line-height: 48px;
} */
.row-title {
	font-size: 34px;
	color: #0d1537;
	margin-bottom: 30px;
	line-height: 50px;
}
.banner-img {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.content-left {
	/* margin-left: 50px; */
}
.content-left .row-title {
	font-size: 46px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2E2E2E;
	line-height: 70px
}
.content-left .row-text2{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2E2E2E;
	line-height: 41px;
}
.content-right {
	margin-right: 50px;
}
.banner-area {
	width: 100%;
	height: 620px;
	background: url(../images/banner1.png) no-repeat center/cover;
}
.banner-area2 {
	background: url(../images/about/banner1.png) no-repeat center/cover;
}
.banner-area21 {
	background: url(../images/crm2/banner2.png) no-repeat center/cover;
}
.banner-area3 {
	width: 100%;
	height: 620px;
	background: url(../images/home/banner1.png) no-repeat center/cover;
}
.bg-head{
	width: 100%;
	height: 393px;
	background: url(../images/about/banner3.png) no-repeat center/cover;
}
.bg-container1{
	margin: 0 auto;
	margin-top: -150px;
	width: 80%;
	height: 674px;
	background: #FFFFFF;
	box-shadow: 1px 1px 18px 0px rgba(19,19,19,0.08);
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-container1 img{
	width: 90%;
}
.bg-container2{
	margin: 0 auto;
	width: 80%;
	height: 674px;
	background: #FFFFFF;
	box-shadow: 1px 1px 18px 0px rgba(19,19,19,0.08);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.bg-container2 img{
	width: 90%;
}
.banner-contain {

	width: 1246px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 38px;
	color: #ffffff;
}
.banner-contain2 {
	/* width: 1246px; */
	width: 80%;
	height: 480px;
	margin: 0 auto;
	position: relative;
	font-size: 38px;
	color: #ffffff;
	display: flex;
	justify-content: space-around;
}
.banner-contain2 .area-tag {
	width: 400px;
	height: 458px;
	background: #FFFFFF;
	box-shadow: 0px 1px 7px 0px rgba(46,46,46,0.14);
	display: none;
	flex-direction: column;
	align-items: center;
}
.banner-contain2 .area-tag2 {
	width: 400px;
	height: 458px;
	background: #FFFFFF;
	box-shadow: 0px 1px 7px 0px rgba(46,46,46,0.14);
	display: none;
	flex-direction: column;
	align-items: center;
}

.area-tag .m-tag {
	display: flex;
	align-items: center;
	color: #2E2E2E;
	height: 140px;
	padding: 10px;
}
.area-tag2 .m-tag2 {
	display: flex;
	align-items: center;
	color: #2E2E2E;
	height: 160px;
	padding: 20px;
}
.m-tag img{
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.tag-img{
	width: 300px;
}
.tag-title{
	font-size: 26px;
}
.tag-find{
	font-size: 14px;
}
.banner1-content {
	height: 100%;
	/* position: absolute;
	left: 60px;
	transform: translateY(-50%);
	top: 50%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner2-content {
	position: absolute;
	top: 138px;
	transform: translateX(-50%);
	left: 50%;
	white-space: nowrap;
	font-size: 40px;
}
.banner3-content {
	position: absolute;
	top: 238px;
	transform: translateX(-50%);
	left: 50%;
	white-space: nowrap;
	font-size: 40px;
	text-align: center;
}
.banner1-content div {
	margin-bottom: 32px;
}
.banner1-content div:first-child {
	font-size: 42px;
}
/*.banner1-content div, .banner2-content div {
	font-size: 42px;
	margin-bottom: 32px;
}*/
.banner1-content .btn, .banner2-content .btn {
	width: 132px;
	height: 50px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(201,201,201,0.5);
	background: #fccc00;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.banner1-content .btn a, .banner2-content .btn a {
	color: #fff;
}
.column-box {
	width: 30%;
	height: 398px;
	border-radius: 16px;
	box-shadow: 7px 7px 7px rgba(201,201,201,0.2);
	position: relative;
}

.box-category {
	display: flex;
	justify-content: space-around;
}
.box-category .category-name{
	width: 200px;
	height: 54px;
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2E2E2E;
	line-height: 54px;
	text-align: center;
	margin: 0px 50px;
}
.box-category .active-name{
	color: #ffffff;
	background: #FEB525;
}
.column-box img{
	width: 100%;
	height: 315px;
}
.column-box .box-title {
	height: 27px;
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2E2E2E;
	line-height: 27px;
	margin: 20px 0px;
}

/* .column-box>div {
	width: 100%;
	height: 96px;
	background: #fff9f7;
	color: #333;
	font-size: 24px;
	text-align: center;
	line-height: 96px;
} */
/* .column-box img {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	margin-top: 62px;
} */
.step-bottom {
	/* width: 1246px; */
	height: 289px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 17px;
	color: #2E2E2E;
	line-height: 28px;
}
.step-left {
	margin-left: 40px;
	margin-top: 58px;
}
.step-left div:last-child {
	margin-top: 100px;
}
.step-middle {
	/* margin-left: 200px; */
	/* margin-top: 70px; */
	font-size: 24px;
	line-height: 36px;
}
.middle-logo {
	display: flex;
	align-items: center;
	/* flex-direction: column; */
}
.step-right {
	margin-left: 100px;
	margin-top: 70px;
	font-size: 24px;
}
.step-right img {
	width: 114px;
	margin-top: 16px;
}
.pic1 {
	margin-left: 110px;
	width: 400px;
}
.pic2 {
	margin-right: 134px;
}
.pic3 {
	margin-left: 175px;
}
.pic4 {
	margin-right: 196px;
}
.pic5 {
	margin-left: 115px;
}
.pic6 {
	margin-right: 132px;
}
.pic7 {
	margin-left: 105px;
}
.pic8 {
	margin-right: 50px;
}

.form-wrap {
  width: 400px; 
  height: 550px; 
  box-shadow: 1px 5px 20px #eaeaea; 
  background: #ffffff;
}
.form-wrap .form-header {
  text-align: center; 
  padding-top: 20px;
  color: #333333;
}

.form-wrap .form-header .form-title {
  font-size: 29px; 
}
.form-wrap .form-header .form-subtitle {
  font-size: 16px; 
}
.form-wrap .form-area {
  margin: 0 auto; 
  text-align: center;
}
.form-wrap .form-area .form-item {
  margin: 8px 0;
  position: relative;
}
.form-wrap .form-area .form-item .error-tips {
  position: absolute; 
  top: 46px; 
  left: 50px;
  height: 12px;
  line-height: 12px;
  display: none;
}
.form-wrap .form-area .form-item .error-tips .error-tips-text {
  color: #fccc00; 
  font-size: 12px;
}
.form-wrap .form-area .form-item .form-item-tips {
  line-height: 50px; 
  color: #fccc00;
  font-size: 14px; 
}

.form-wrap .form-area .form-item .form-item-text {
  width: 310px; 
  height: 40px; 
  font-size: 14px; 
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.trial-alert {
  position: absolute; 
  top: 80px; 
  right: 20px; 
  margin: 0 auto; 
  z-index: 9999;
  display: none;
}
.trial-alert .trial-alert-wrap {
  padding: 10px 20px; 
  border-radius: 5px; 
  color: #fff;
  font-size: 12px;
}
.submit-btn {
  width: 200px; 
  height: 45px;
  margin: 0 auto; 
  border-radius: 50px;
  font-size: 20px;
}
.smscode-btn {
  width: 80px;
  height: 30px;
  position: absolute;
  right: 35px;
  top: 12px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 2px;
}
.about-box{
	width: 995px;margin: 0 auto;padding-bottom: 200px;
}
.about-box .title{
	font-size: 32px;margin-bottom: 33px;margin-top: 74px;width: 100%;text-align: center;
}
.about-box .context{
	font-size: 20px;color: #5d5d5d;line-height: 48px;text-align: left;text-indent: 40px;
}
.foot-box{
	width: 80%;
	margin: 0 auto;
	background: #EEEEEE;color: #2E2E2E;font-size: 22px;line-height: 36px;
}
.foot-box .co{
	width: 100%;margin: 0 auto;text-align: center; font-size: 14px;color: #2E2E2E;
}
.foot-box .co a{color: #2E2E2E;}

.step-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.step-input .m-input{
	width: 48%;
	height: 92px;
	background: #FFFFFF;
	box-shadow: 1px 1px 18px 0px rgba(19,19,19,0.08);
	border: 0;
	margin: 0rpx 2px;

	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #C0C0C0;
	line-height: 92px;
	padding-left: 10px;
}
.step-textarea{
	width: 100%;
}
.step-textarea .m-textarea{
	width: 100%;
	height: 157px;
	background: #FFFFFF;
	box-shadow: 1px 1px 18px 0px rgba(19,19,19,0.08);
	margin: 20px 0px;
	border: 0;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #C0C0C0;
	line-height: 52px;
	padding-left: 10px;
}

.download-btn{
	height: 34px;
	background: #EEEEEE;
	border: 1px solid #C5C5C5;
	border-radius: 10px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AEAEAE;
	line-height: 34px;
	text-align: center;
}