* {
	margin: 0;
	padding: 0;
}

html {
	color: #000;
	background: #FFF;
	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)
}

body {
	/*font-family: Microsoft YaHei, Arial, Helvetica, "\534E\6587\9ED1\4F53", sans-serif;*/
	font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
	color: #333;
    overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.contain {
	min-width: 1200px;
	margin: auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
  background: #1aad19 !important;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #FFF;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #FFF;
}

.swiper-pagination-bullet-active {
	width: 30px;
	height: 9px;
	border-radius: 20px;
	background: #FFF;
}

.header1 {
	width: 100%;
	height: 630px;
	/* background: url('https://pigmcsdotcom.pigcms.com/qywxscrm/images/banner1/bg.png') no-repeat 0 center;
   */
  background: #1aad19;
	background-size: 100% 100%;
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 999;
}

.logo {
	margin-top: 18px;
	float: left;
	line-height: 63px;
	font-size: 24px;
}

.tab {
	float: right;
}

.tab-link {
	padding: 0 20px;
	line-height: 63px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}

.tab-link1 {
	padding: 0 20px;
	line-height: 63px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}

.adv_active {
	border-bottom: 2px solid #FFFFFF;
}

.tab-link:hover {
	border-bottom: 2px solid #FFF;
}

.tab-btn {
	display: inline-block;
    width: 102px;
    height: 32px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    margin-left: 32px;
    cursor: pointer;
}

.tab-btn:hover{
  border-bottom: 2px solid #FFF;
}

.tab-btn2 {
	display: inline-block;
	width: 240px;
	height: 32px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	margin-left: 34px;
	display: none;
}

.tab-btn2-enter {
	display: inline-block;
	width: 90px;
	height: 32px;
	background: #E7E5EE;
	color: #127412;
	border-radius: 25px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.tab-btn2-enter:hover {
	background: #FFF;
}

.tab-btn2-enter a {
	color: #127412;
}

.header1-txt {
	/*position: absolute;*/
	/*top: 152px;*/
	/*left: 50%;*/
	/*margin-left: -359.5px;*/
}

.header1-txt-first {
	position: absolute;
	left: -33px;
	top: 155px;
}

.header1-txt-second {
	position: absolute;
	left: 0px;
	top: 320px;
}

.mainContent{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 565px;
	margin-top: 65px;
}

.hearder1-btn {
  color:#1aad19;
  border-radius: 3px;
  background: #fff;
  width: 160px;
  position: absolute;
  left: 0px;
  bottom: 141px;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0px 10px rgba(236, 240, 250,0.4);
}

.hearder1-btn:hover {
  transform: scale(0.8);
}

.header1-img {
	/*position: relative;*/
	position: absolute;
  bottom: 40px;
  right: -20px;
}

.header1-img-first {
	position: absolute;
  top: -9px;
  left: 64%;
  margin-left: -80px;
  z-index: 999;
  animation: breath 2s infinite ease-out;
}

.header1-img-second {
	position: absolute;
  top: 261px;
  left: 88%;
	margin-left: -271px;
  animation: scalebs1 4s infinite ease-out;
}

.header-img1{
  animation: scalebs1 4s infinite ease-out;
}

.swiper-slide {
	overflow: hidden;
}

/* @keyframes bounce{
  
} */
@keyframes scale{
  0% {
    transform:scale(1);
  }
  10%{
    transform:scale(1.2);
  }
  50%{
    transform:scale(1.25);
  }
  70%{
    transform:scale(1.2);
  }
  100%{
    transform:scale(1);
  }
}

@-webkit-keyframes breath {
	0% {
		-webkit-transform: scale(0.5, 0.5);
	}
	50% {
		-webkit-transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(0.5, 0.5);
	}
}

@-webkit-keyframes breath2 {
	0% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(0.5, 0.5);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}

@-webkit-keyframes breath3 {
	0% {
		-webkit-transform: scale(0.95, 0.95);
	}
	50% {
		-webkit-transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(0.95, 0.95);
	}
}

.hearder2-img-five {
	position: absolute;
	top: 150px;
	left: 0;
}

.hearder2-img-six {
	position: absolute;
	top: 155px;
	right: 62px;
}

/*鏀圭増*/

.private-title {
	margin: auto;
	padding-top:90px;
	text-align: center;
}

.private-card {
	width: 1200px;
	height: 320px;
	border-radius: 4px;
	margin-top: 90px;
	font-size: 0;
	position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ul3 {
	margin: auto;
}

/* 客销宝CRM系统：以客户为中心，实现业绩规模化增长 */
.privateAll{
  height: 735px;
  background: #fff;
}

.private {
	height: 512px;
	width: 1200px;
	margin: auto;
}
.newScrmBox{
  display: flex;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #58606A;
  line-height: 32px;
  margin-top: 70px;
}
.newScrmBox .rightPart{
  margin-top: 80px;
  padding-left: 25px;
}
.newScrmBox .innerText img{
  margin-right: 10px;
}

/* 我们帮您实现 */

.weHelp{
  position: relative;
  background: #f9faff;
}

.weHelp .swiper-container {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.weHelp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.action-line{
  width: 7.5%;
  height: 2px;
  background: #EBEFF6;
  float: left;
  margin-top: 36px;
}

.bullet1{
  background: url(../image/icon1.png);
}

.system {
	height: 660px;
	background-color: #f6faff;
	box-sizing: border-box;
}

.system-p1, .action-p1 {
	text-align: center;
	font-size: 32px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #0D1426;
  line-height: 25px;
  margin-bottom: 57px;
}

.system-p2 {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 18px 0 28px;
}

.system-body {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.system-body-left {
	width: 600px;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

.system-body-left-part {
	margin: 45px 0;
	overflow: hidden;
}

.system-body-left-text {
	width: calc(100% - 71px);
	float: left;
}

.system-body-left-btn {
	display: inline-block;
	width: 136px;
	height: 48px;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	color: #fff;
}

.system-body-left-btn1 {
	background: linear-gradient(90deg, #1aad19, #                                                                                                                                                  );
	cursor: pointer;
}

.system-body-left-btn2{
	background: transparent;
	color: #0b8eff;
	background: url("../image/btnbg.png");
	background-color:#fafcff;
	cursor: pointer;
	margin-left:17px;
	/*border-image:linear-gradient(to right,#1aad19, #36ee35) 1 10;*/
}


.dot{
	font-style: normal;
	display: inline-block;
	color: #53eb52;
	margin-right: 10px;
}

/* 点击拨号-销售电话，企业付费 */
.system-body-right {
	float: left;
	width: calc(100% - 600px);
	height: 100%;
	box-sizing: border-box;
  position: relative;
  text-align: center;
}
.system-body-right-bg{
  position: absolute;
  top: 174px;
  left: 22%;
  transform: translateX(-50%);
  z-index: 5;
  animation:tada 1s ease 0s infinite both;
}
.system-body-right-circle1{
  position: absolute;
  top: 130px;
  left: 86px;
  z-index: 10;
  /* animation: rotateS 6s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s infinite; */
}
.system-body-right-circle2{
  position: absolute;
  top: 92px;
  left: 45px;
  z-index: 1;
  /* animation: rotateS 3s linear 0.5s infinite; */
}

.system-body-right-people1{
  position: absolute;
  top: 45px;
  right: 25%;
  z-index: 100;
  animation:pulse 1s ease 0s infinite both;
}

.system-body-right-people2{
  right: 2%;
  top: 63%;
  position: absolute;
  z-index: 100;
  animation:pulse 1s ease 0s infinite both;
}

.system-body-right-people3{
  right: 45%;
  bottom: 0%;
  position: absolute;
  z-index: 100;
  animation:pulse 1s ease 0s infinite both;
}

.system-body-right-people4{
  left: -4%;
  top: 51%;
  position: absolute;
  z-index: 100;
  animation:pulse 1s ease 0s infinite both;
}

.system-body-right-people5{
  left: 6%;
  top: 16%;
  position: absolute;
  z-index: 100;
  animation:pulse 1s ease 0s infinite both;
}


@-webkit-keyframes gogogo {
	0% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.05, 1.05);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}

/*鏀圭増*/
.action {
	min-width: 1200px;
	height: 1011px;
	padding-top: 89px;
	box-sizing: border-box;
}

.helper-w1200, .trends-w1200 {
	width: 1200px;
	margin: auto;
}

.action-body-card-p1{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #293959;
  line-height: 25px;
}

.action-body {
	height: 103px;
	width: 1200px;
	margin: auto;
  margin-bottom: 32px;
}

.action-body-line {
	height: 1px;
	background: #E5E9F4;
}

.action-body-card {
	width: 14%;
	height: 103px;
	float: left;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.action-body-card:hover .action-body-card-img {
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
}

.action-body-card-img {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.action-body-card-p1 {
	font-size: 18px;
	margin-top: 22px;
	font-weight: 700;
}

.action-body-card:first-child .action-body-card-p1,

.action-body-card:first-child .action-body-card-line {
	display: block;
}

.action-part-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.action-part .active_action{
  color: #1aad19;
}

.action-part-box .action-part:first-child {
	display: block;
}

.action-arr-box .leftArr{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(../image/leftArr.png);
}
.action-arr-box .leftArr:hover{
  background: url(../image/leftArr1.png);
}

.action-arr-box .rightArr{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
  transform: translateY(-50%);
  background: url(../image/rightArr.png);
}
.action-arr-box .rightArr:hover{
  background: url(../image/rightArr1.png);
}

.action-part {
  margin-top: 20px;
  position: relative;
	width: 1200px;
	height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 12px 33px 0px rgb(48 106 238 / 19%);
  border-radius: 4px;
	display: none;
}

.action-part-left {
	float: left;
	width: calc(100% - 640px);
	height: 600px;
	padding: 40px 39px 0 69px;
	box-sizing: border-box;
}

.action-part-left-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.action-part-left-title2 {
	color: #666;
	margin: 20px 0 11px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #4C555F;
}

.action-part-left-text {
	font-size: 14px;
	line-height: 22px;
}

.action-part-right {
	float: left;
	width: 640px;
	height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.action-part-right-img {
  width: 600px;
	display: block;
}

.active {
	display: block;
}

.hide {
	display: none;
}

.helper {
	min-width: 1200px;
	height:680px;
	box-sizing: border-box;
	text-align: center;
}

.helper-p1 {
	font-size: 32px;
	color: #000;
}

.helper-p2 {
	font-size: 16px;
	color: #666;
	margin: 22px 0 70px;
}

.helper-body {
	height: 680px;
}

.helper-body-btn-group{
	margin-top:90px;
}

.helper-body-header {
	height: 40px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E9E9E9;
}

.helper-body-header-part {
	width: 20%;
	height: 40px;
	border-right: solid 1px #E9E9E9;
	float: left;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	cursor: pointer;
}

.helper-body-header-part:first-child {
	background: #1aad19;
	color: #FFF;
}

.helper-body-header-part:last-child {
	border-right: 0;
}

.helper-body-content {
	height: 100%;
	box-sizing: border-box;
	color: #333;
}

.helper-body-content-left {
	padding-left: 40px;
	width: calc(100% - 660px);
	padding-top:200px;
	/* height: 100%; */
	box-sizing: border-box;
	text-align: left;
	float: right;
}

.helper-body-content-right {
	max-width: 604px;
	max-height: 528px;
}

.helper-body-content-left-p1 {
	width: 432px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #191E31;
	line-height: 22px;
}

.helper-body-content-left-p2 {
	margin-top:37px;
	width: 477px;
	height: 58px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #646566;
	line-height: 24px;
}

.helper-body-content-left-p2 p,.saleScrm_left_text p{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #54545A;
  line-height: 28px;
}

.helper_Img_box{
	position: relative;
	width: calc(100% - 540px);
	height: calc(100% - 64px);
	margin-top: 64px;
}

.bottom {
	height: 232px;
	background: url("../image/bottom-bg.png") no-repeat 0 center;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: -1px;
}

.bottom-text {
  height: 37px;
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-50%);
}


.bottom-btn {
  width: 176px;
  height: 52px;
  background: #1aad19;
  border-radius: 6px;
	position: absolute;
	text-align: center;
	line-height: 52px;
	color: #fff;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%);
}

.bottom-btn:hover {
	background: #fafcff;
	color:#1aad19;
}

/* 更多功能支持 */
.moreSupport{
  width:1200px;
  margin: 0 auto;
  text-align: center;
}

.moreSupportContent{
  width:100%; 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 60px;
}

.moreSupportItem{
  width:155px;
}

.moreSupportItem:hover img{
  animation:bounce 1s ease 0s 1 both;
}

.moreSupportItem p{
  margin-top:15px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

/* 我们建立了专业的解决方案 */
.buildAll{
  height: 601px;
  background: #F9FAFF;
}
.build{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* 我们的优势 */
.goodAtAll{
  /*width: 1920px;*/
  width: 1200px;
  margin: 0 auto;
  height: 710px;
  background: #fff;
}

.goodAt{
  width:1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.goodAtTitle p{
  text-align: center;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #0D1426;
}

.goodAtContent{
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}

.goodAtContentItem{
  width: 360px;
  height: 394px;
  background: #FFFFFF;
  box-shadow: 0px 10px 43px 0px rgba(71, 71, 71, 0.1);
  border-radius: 9px;
}

.goodAtContentItem:hover{
  transform: scale(1.04);
  transition: 1s;
}

.goodAtContentItem img{
  margin-top: 60px;
}

.goodAtContentItemTitle{
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-top: 45px;
}

.goodAtContentItemContent{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #505C75;
  line-height: 26px;
  margin: 23px auto;
}

.contact {
	position: fixed;
	right: 20px;
	top: 290px;
	z-index: 9999999;
}

/* 我们建立了专业的解决方案 */
.buildBox{
  display: flex;
  justify-content: space-evenly;
  margin-top: 67px;
}
.buildInBox{
  width: 242px;
  height: 319px;
  background: #FFFFFF;
  border: 2px solid #EEF1F8;
}
.buildInOne{
  margin-top: 53px;
  margin-left: 32px;
}
.buildInTwo{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #192643;
  margin-top: 47px;
  margin-left: 23px;
}
.line{
  width: 32px;
  height: 2px;
  background: #1aad19;
  margin-left: 28px;
  margin-top: 21px;
}
.buildInThree{
  margin-top: 23px;
  margin-left:28px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C496A;
  line-height: 30px;
  max-width: 176px;
}
.buildInBox:hover{
  border-top: 4px solid #1aad19;
  transform: scale(1.05);
  box-shadow: 0px 0px 24px 0px rgba(219, 223, 232, 0.63);
  /* animation:bounceIn 3s easeout 0s  both; */
}

@media (max-width: 1024px) {
	.contact {
		position: fixed;
		right: 20px;
		top: 250px;
		z-index: 9999999;
	}
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	display: none;
}

.popupbox {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 386px;
  height: 430px;
  background: url(../image/poupBg.png) no-repeat;
  background-size: contain;
}

.popupbox_title{
  position: absolute;
  font-size: 24px;
  font-family: PingFang SC;
  color: #020202;
  line-height: 60px;
  top: 47px;
  left: 50%;
  transform: translate(-50%);
  width: 266px;
  text-align: center
}

.popup-img {
	width: 249px;
  height: 249px;
  position: relative;
  left: 50%;
  top: 27%;
  transform: translate(-50%);
}

.foot_bt {
	height: 99px;
	position: relative;
	background: url("../image/copy.png") no-repeat;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.ul_server {
	margin-right: 120px;
}

.ul_server li a.ft_a {
	color: #FFF;
	line-height: 40px;
	font-size: 14px;
}

.ul_server li a.ft_a:hover {
	color: #4F87FB;
}

.ul_server li dl {
	padding: 10px 0 0 70px;
	position: relative;
	margin: 9px 0;
}

.ul_server li dl dd a {
	font-size: 14px;
	color: #FFF;
	line-height: 26px;
}

.ul_server li dl dd a:hover {
	color: #4F87FB;
}

.ul_server li dl dt {
	color: #B2B6B6;
	font-size: 12px;
}

.ul_server li dl .icon_server {
	position: absolute;
	left: 0;
	top: 10px
}

.p_til {
	color: #FFF;
	line-height: 40px;
	font-size: 14px;
}

.ul_hz {
	width: 480px;
	margin-top: 20px;
}

.ul_hz li {
	float: left;
	width: 120px;
	height: 50px;
}

.foot_line {
	border-top: 1px solid #333940;
	margin-top: 60px;
	padding: 30px 0;
	color: #B2B6B6;
	font-size: 12px;
}

.foot_line span {
	margin-right: 20px;
	padding: 10px 0;
}

.foot_line span.foot_logo {
	padding-left: 90px;
}

.addText{
  margin-left: 20%;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  margin-top: 21px;
  margin-bottom: 17px;
}

.rightPoupEwm {
  margin-left: 20%;
  width: 115px;
  height: 115px;
	background: url("../image/ewm.png") no-repeat center;
}

.rightPoupText1{
  margin-top: 20px;
  margin-left: 19%;
  color: #ffffffc7;
}

.rightPoupText2{
  margin-top: 8px;
  margin-left: 20%;
  width: 118px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.ss-ym-box {
	background: rgba(245, 248, 250, 1)
}

.ss-ym-list {
	border-right: 1px solid #FFF
}

.ss-ym-list li {
	width: 25%;
	float: left;
}

.ss-ym-list li:hover {
	background: rgba(236, 240, 250, 1)
}

.ss-ym-list-cont {
	margin-top: 3px;
}

.ss-ym-list-cont h2 {
	font-size: 18px;
	color: #333;
	padding-bottom: 5px
}

.ss-ym-list-img {
	margin-right: 5px;
	margin-left: 45px;
}

.ss-ym-list-img img {
	display: block;
	width: 50px;
	height: 50px;
}

.ss-ym-list-cont p {
	font-weight: normal;
	font-size: 12px;
	color: #999
}

.ss-ym-list-inner {
	border-left: 1px solid #FFF;
	overflow: hidden;
	padding: 25px 0px
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.trends-card-text-title:hover a {
	color: #1aad19;
}

.trends-card-text-title a {
	color: #3c5c3c;
}

.related {
	height: 1117px;
	background-color: #f6faff;
	min-width: 1200px;
	padding-top: 79px;
	box-sizing: border-box;
}

.related-part {
	width: 1200px;
	margin: auto;
	height: calc(100% - 145px);
}

.related-card {
	width: 282px;
	height: 336px;
	background-color: #ffffff;
	border-radius: 6px;
	float: left;
	margin-right: 24px;
	margin-bottom: 34px;
	box-sizing: border-box;
}

.related-card:nth-child(4),.related-card:nth-child(8) {
	margin-right: 0;
}

.related-card:hover {
	box-shadow: 2px 19px 40px 0px rgba(75, 149, 252, 0.13);
	border: 2px solid rgb(75, 149, 252);
}

.related-card-img {
	height: 134px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.related-card-title1 {
	font-size: 22px;
	color: #131313;
	text-align: center;
}

.related-card-title2 {
	text-align: center;
	font-size: 15px;
	color: #666;
	line-height: 28px;
}

.related-card-text {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding: 10px 20px 0;
}

.related-card:hover .related-card-img > img {
	transform: scale(1.2);
	transition: all 1s;
}

.related-btn {
	/*font-size: 24px;*/
	/*line-height: 113px;*/
	/*text-align: center;*/
	width: 190px;
	height: 50px;
	background-color: #328bfa;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-top: 37px;
	margin-left: calc(50% - 95px);
	cursor: pointer;
}

.rightPoup{
	position: fixed;
  right: 10px;
  bottom: 335px;
  z-index: 1000;
  width: 186px;
  height: 226px;
  background: url(../image/right_lx_bg.png) no-repeat center;
}

.trends-right-img1{
	width: 98%;
	position: absolute;
	left: -30px;
	top: 150px;
}

.trends-right-img2{
	position: absolute;
	bottom: 0px;
	left: 48%;
	animation: scalebs 3s infinite linear !important;
}

.trends-right-img3{
	position: absolute;
	top: 70px;
	left: 60%;
	animation: scalebs 3s infinite linear !important;
}

@-webkit-keyframes aLmove {
	0% {
		-webkit-transform: translateX(-100px);
	}
	50% {
		-webkit-transform: translateX(-50px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes armove {
	0% {
		-webkit-transform: translateX(100px);
	}
	50% {
		-webkit-transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes  rotateS{
	0%{transform:rotate(0)}
	100%{transform:rotate(360deg)}
}

@-webkit-keyframes scalebs{
	0%{transform: scale(1);  }
	25%{ transform: scale(0.8); }
	50%{ transform: scale(1);  }
	75%{transform: scale(0.8);}
}
@-webkit-keyframes scalebs1{
	0%{transform: scale(1);  }
	25%{ transform: scale(0.96); }
	50%{ transform: scale(1);  }
	75%{transform: scale(0.96);}
}
@-webkit-keyframes  rotatey{
	0%{transform:rotate(-60deg)}
	100%{transform:rotate(60deg)}
}

/*新增修改头部*/
.contain {
	min-width: 1200px;
	margin: auto;
}
.service-center, .solution {
	vertical-align: middle;
}

.w4:hover .service-center, .w3:hover .solution {
	transform: rotate(180deg) !important;
}
.w4:hover .service-center-modal, .w3:hover .solution-modal{
	border-top: 5px solid #4D8DFF;
	display: block !important;
	position: absolute;
	z-index: 99999;
	background: #FFFFFF;
	margin-top: -4px;
}
.w3:hover .solution-modal {
	box-shadow: 0px 8px 16px 0px rgba(18, 84, 211, 0.3);
	border-radius: 2px;
}
.solution-modal {
	width: 245px;
	height: 236px;
	margin-left: -84px;
	padding: 27px 0 0 22px;
}
.service-center-modal {
	margin-left: -24px;
	text-align: center;
	width: 123px;
	height: 118px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(18, 84, 211, 0.3);
	border-radius: 2px;
}
.service-center-modal, .solution-modal {
	display: none;
	color: #333333;
}
.service-center-modal .user-desc {
	height: 58px;
	width: 90px;
	border-bottom: 1px solid #F1F1F1;
	margin: 0 auto;
	color: #333333;
	font-size: 14px;
}
.service-center-modal .file-api{
	color: #333333;
	font-size: 14px;
}
.solution-item {
	display: inline-block;
	height: 40px;
	margin-bottom: 37px;
}
.solution-modal img {
	vertical-align: top;
	margin-right: 10px;
}
.solution-item-title {
	height: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #162537;
	line-height: 20px;
}
.solution-item-desc{
	height: 13px;
	font-size: 12px;
	font-weight: 400;
	color: #A3ABB5;
	line-height: 18px;
	margin-top: 12px;
}

.banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 63px;
	z-index: 999;
	/*background: #1aad19;*/
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab {
	float: right;
}

.tab-link {
	padding: 0 20px;
    line-height: 60px;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
}

.tab-link1 {
	padding: 0 20px;
	line-height: 60px;
	display: inline-block;
	color: #FFFFFF;
	cursor: pointer;
}

/*.tab-link:hover {*/
/*	border-bottom: 2px solid #FFFFFF;*/
/*}*/

/*.tab-btn {
	display: inline-block;
	width: 102px;
	height: 32px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	margin-left: 75px;
	cursor: pointer;
}*/


.foot_desc {
	height: 442px;
	background: #1F2E3C;
}
.foot_item1, .foot_item2, .foot_item3, .foot_item4, .foot_item5 {
	display: inline-block;
	color: #99AABE;
	margin-top: 27px;
	text-align: left;
	vertical-align: top;
}
.foot_item1 {
	width: 377px;
}
.foot_item2 {
	width: 281px;
}
.foot_item3 {
	width: 203px;
}
.foot_item4 {
	width: 194px;
}
.foot_item5 {
	width: 70px;
}
.item-title {
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 34px;
}
.item-content {
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 400;
	color: #99AABE;
}
.service-center-modal {
	display: none;
}
.foot_line {
	border-top: 1px solid rgba(135, 139, 165, 0.08);
	background: #1F2E3C;
	padding: 28px 0;
	color: #99AABE;
	font-size: 12px;
}

.foot_logo {
	font-size: 12px;
	font-weight: 400;
	color: #99AABE;;
	line-height: 24px;
}

.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;
}

.w1200dt {
    margin: 0 auto;
    /*background: #383D43;*/
    text-align: center;
}

.w1200dt a{
    color: #99AABE;
}

.upInprove .helper-body-content-left {
	width: calc(100% - 630px);
}

.firstConnect{
  height: 660px;
}

.firstConnect_right{
  float: left;
  height: 100%;
  width: 630px;
  position: relative;
}

.firstConnect_bg{
  top: 29%;
  position: absolute;
  left: 47%;
  transform: translate(-50%);
}

.firstConnect_icon{
  position: absolute;
  left: 55%;
  top: 17%;
  animation:heartBeat 1s ease 0s infinite both;
}

/* 实时掌控电销情况，综合衡量人员效率和水平 */
.realTime{
  height: 660px;
  background: #F7F9FF;
  width: 100%;
  margin: 0 auto;
}

.realTime-body{
  width:1200px;
  text-align: center;
  margin: 0 auto;
  height:100%;
}

.realTime-body-left{
  width: 600px;
  height: 100%;
  float: left;
}

.realTime-right{
  position: relative;
  width: calc(100% - 600px);
  height: 100%;
  float: right;
}

.realTime-body-left-title{
  text-align: left;
  width: 500px;
  height: 82px;
  font-size: 36px;
  font-family: PingFang SC;
  color: #0D1426;
  line-height: 48px;
  margin-top: 200px !important;
}

.realTime-body-left-text{
  text-align: left;
  width: 500px;
  margin-top: 40px;
  height: 46px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #54545A;
  line-height: 28px;
}

.realTime_bg{
  margin-left: 161px;
  margin-top: 14%;
  animation: backInRight 2s ease-out;
}

.realTime_icon{
  position: absolute;
  left: 0px;
  top: 38%;
  transform: translateY(-50%);
  animation: bounceIn 2s infinite ease-out;
}

/* 高效培育客户，建立客户信任 */
.buildTrust_icon3{
  position: absolute;
  top:21%;
  left: 37%;
  animation: breath 6s infinite ease-out;
}

.buildTrust_icon2{
  position: absolute;
  top: 15%;
  left: 62%;
  animation: breath 6s infinite ease-out;
}

.buildTrust_icon1{
  position: absolute;
  top: 68%;
  left: 61%;
  animation: shakeY 4s infinite ease-in-out;
}

.buildTrust_bg{
  position: absolute;
  top: 32%;
  left: 8%;
}
.saleScrm_left_text{
  margin-top: 0px;
  text-align: left;
  width: 511px;
}
.saleScrm_right_bg{
  position: absolute;
  top: 13%;
  left: 8%;
  transform: translateX(-50%);
  animation:tada 4s infinite ease-in-out;
}
.saleScrm_right_icon1{
  position: absolute;
  top: 63%;
  left: 7%;
  animation:pulse 4s infinite ease-in-out;
}
.saleScrm_right_icon2{
  position: absolute;
  top: 53%;
  left: 80%;
  animation:pulse 4s infinite ease-in-out;
}
.saleScrm_right_icon3{
  position: absolute;
  top: 18%;
  left: 71%;
  animation:pulse 4s infinite ease-in-out;
}
.saleScrm_right_icon4{
  position: absolute;
  top: 31%;
  left: 0%;
  animation:pulse 4s infinite ease-in-out;
}
/* .数据上涨 */
.upGrow{
  width:100%;
  height: 748px;
  background: url(../image/bg.png);
}
.upGrowIn{
  width:1200px;
  height: 100%;
  margin: 0 auto;
}
.upGrowInTopOne{
  font-size: 62px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #E9EBFF;
}
.upGrowInTopTwo{
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #E9EBFF;
  margin-top: 28px;
  margin-bottom: 40px;
}
.upGrowInTopThree{
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #E9EBFF;
  margin-bottom: 25px;
}
.upCrowTitle{
  text-align: center;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 800;
  padding-top: 79px;
  color: #e9ebff;
}
.upGrowInTop{
  padding-top: 60px;
  width: 20%;
}
.upGrowInBox{
  display: flex;
  justify-content: space-between;
}
.circle{
  margin-right: 10px;
}
.grow{
  margin-right: 5px;
  animation: pulse 2s infinite ease-out;
}
.weHelp2-1{
   position: absolute;
   top: 13%;
   right: 10%;
   z-index:1;
   animation: pulse 2s infinite ease-out;
}
.weHelp2-2{
  position: absolute;
  top: 9%;
  left: -6%;
  z-index:1;
  animation: pulse 2s infinite ease-out;
}
.weHelp2-3{
  position: absolute;
  bottom: 9%;
  left: -4%;
  z-index:1;
  animation: pulse 2s infinite ease-out;
}
.weHelp2-4{
  position: absolute;
  bottom: 9%;
  right: 3%;
  z-index:1;
  animation: pulse 2s infinite ease-out;
}
.weHelp2-5{
  position: absolute;
  top: 10%;
  left: 12%;
}
.weHelp3-1{
  position: absolute;
  top: 2%;
  right: 35%;
  z-index: 1;
  animation: pulse 3s infinite ease-in;
}
.weHelp3-2{
  position: absolute;
  top: 38%;
  right: 7%;
  z-index: 1;
  animation: pulse 3s infinite ease-in;
}
.weHelp3-3{
  position: absolute;
  top: 72%;
  left: 48%;
  z-index: 1;
  animation: pulse 3s infinite ease-in;
}
.weHelp3-4{
  position: absolute;
  top: 56%;
  left: 13%;
  z-index: 1;
  animation: pulse 3s infinite ease-in;
}
.weHelp3-5{
  position: absolute;
  top: 18%;
  left: 15%;
  z-index: 1;
  animation: pulse 3s infinite ease-in;
}
.weHelp3-6{
  width: 500px;
  position: absolute;
  top: 10%;
  right: 7%;
  animation: headShake 2s infinite ease-in;
}
.weHelp4-1{
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: -5%;
  animation: bounceIn 2s infinite ease-in; 
}
.weHelp4-2{
  position: absolute;
  top: 10%;
  left: 0%;
  animation: pulse 2s infinite ease-out;
}
.weHelp5-1{
  position: absolute;
  right: 39%;
  top: 6%;
  z-index: 1;
  animation: pulse 2s infinite ease-out;
}
.weHelp5-2{
  position: absolute;
  right: 40%;
  top: 56%;
  z-index: 1;
  animation: pulse 2s infinite ease-out;
}
.weHelp5-3{
  position: absolute;
  right: 4%;
  top: 51%;
  z-index: 1;
  animation: pulse 2s infinite ease-out;
}
.weHelp5-4{
  position: absolute;
  right: 10%;
}
.weHelp5-5{
  position: absolute;
  right: 2%;
  top: 22%;
  animation: pulse 2s infinite ease-out;
}

.trends-w1200{
	width: 1200px;
    margin: auto;
}

.trends {
	height: 920px;
	background: url('../image/bg1.png') no-repeat 0 center;
	background-size: 100% 100%;
	padding-top: 79px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.trends-card {
	width: 50%;
	height: 104px;
	float: left;
	padding: 23px 10px;
	box-sizing: border-box;
}

.trends-p1 {
	font-size: 32px;
	color: #000;
}

.trends-p2 {
	font-size: 16px;
	color: #666;
	margin: 21px 0 94px;
}

.trends-card-circle {
	width: 56px;
	height: 56px;
	background-color: #F6F9FF;
	border-radius: 50%;
	font-size: 22px;
	color: #1aad19;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 56px;
	float: left;
}

.trends-card-text {
	width: 325px;
	float: left;
	text-align: left;
	margin: 0 75px 0 6px;
}

.trends-card-text-title a {
    color: #3c5c3c;
}

.trends-card-text-title {
	font-size: 15px;
	color: #3c5c3c;
	margin-bottom: 18px;
}

.trends-card-text-content {
	font-size: 14px;
	color: #9AA3B7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trends-card-btn {
	width: 144px;
	height: 56px;
	background-color: #F6F9FF;
	border-radius: 28px;
	float: left;
	font-size: 14px;
	color: #1aad19;
	line-height: 56px;
	cursor: pointer;
}

.trends-card:hover {
	box-shadow: 0px 8px 29px 0px #F2F2F5;
	background: #FFF;
}

.trends-card:active .trends-card-btn {
	background-color: #96B5FF;
}

.trends-btn {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -20px;
}

.trends-btn a {
	display: inline-block;
	height: 40px;
	border-radius: 50%;
}

.trends-btn a:hover {
	box-shadow: 0px 6px 16px 2px rgba(26, 173, 25, 0.49);
}


.action-part-right-img1 {
  position: absolute;
  right: 5%;
  animation:pulse 2s infinite ease-in;
}

.action-part-right-img2 {
  position: absolute;
  right: 18%;
  top: 32%;
  animation:pulse 2s infinite ease-in;
}

.action-part-right-img3 {
  position: absolute;
  right: 0px;
  top: 46%;
  animation:pulse 2s infinite ease-in;
}