* {
	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-black {
	color: #333333;
}
.content {
	min-width: 1246px;
	position: relative;
}
.area {
	width: 100%;
	position: relative;
}
.top-title {
	position: fixed;
	height: 60px;
	background: #fff;
	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-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: 40px;
}

.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: 1246px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 90px 0;
}
.step2 {
	width: 1224px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 90px 0;
}
.step-title {
	font-size: 30px;
}
.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;
}
.column img {
	margin-bottom: 24px;
}
.column span {
	font-size: 22px;
	color: #0d1537;
}
.pic {
	margin-top: 52px;
}
.bg {
	background: #fafbfd;
}
.column-content2 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.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-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-right {
	margin-right: 50px;
}
.banner-area {
	width: 100%;
	height: 620px;
	background: url(../images/banner1.png) no-repeat center/cover;
}
.banner-area2 {
	background: url(../images/crm/banner2.png) no-repeat center/cover;
}
.banner-contain {
	width: 1246px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 38px;
	color: #333333;
}
.banner1-content {
	position: absolute;
	left: 60px;
	transform: translateY(-50%);
	top: 50%;
}
.banner2-content {
	position: absolute;
	top: 138px;
	transform: translateX(-50%);
	left: 50%;
	white-space: nowrap;
	font-size: 40px;
}
.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: 546px;
	height: 298px;
	border-radius: 16px;
	box-shadow: 7px 7px 7px rgba(201,201,201,0.2);
	position: relative;
}
.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;
	font-size: 17px;
	color: #fff;
	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;
}
.step-right {
	margin-left: 100px;
	margin-top: 70px;
	font-size: 24px;
}
.step-right img {
	width: 114px;
	margin-top: 16px;
}
.pic1 {
	margin-left: 110px;
}
.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{
	background: #0b1b31;color: #999;font-size: 22px;line-height: 36px;
}
.foot-box .co{
	width: 100%;margin: 0 auto;text-align: center; font-size: 14px;color: #fff;
}
.foot-box .co a{color: #ffffff;}