@charset "UTF-8";

@media screen and (min-width:1200px){
	
	/* 销售团队 */
	
	/* banner */
	.xstd_banner{
		width: 100%;
		/* height: 740px; */
		margin-top: 82px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box;
		padding: 60px 0 70px;
		background-color: #ebf0fa;
		/* min-width: 1200px; */
	}
	.banner_cont{
		width: calc(100% - 80px);
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_text{
		/* width: 50%; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		padding: 0 40px;
		/* margin-left: 80px; */
		/* max-width: 630px; */
		max-width: 600px;
	}
	.banner_name{
		width: 100%;
		font-size: 30px;
		color: #00229e;
		/* font-weight: 600; */
		margin-bottom: 10px;
	}
	.banner_title{
		width: 100%;
		font-size: 50px;
		line-height: 66px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.banner_words{
		width: 100%;
		font-size: 18px;
		color: #555;
		line-height: 34px;
		margin-bottom:40px;
	}
	.banner_btn{
		width: 150px;
		height: 54px;
		border-radius: 100px;
		background-color: #0243d4;
		line-height: 54px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: block;
		text-decoration: none!important;
	}
	.banner_btn:visited{
		color: #fff;
	}
	.banner_btn:hover{
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
	}
	.banner_pic{
		box-sizing: border-box;
		padding: 0 40px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		border-radius: 20px;
		max-width: 980px;
	}
	.banner_pic img{
		width: 48vw;
		filter: none;
		box-shadow: 0px 5px 30px rgba(5,30,141,0.2);
		border-radius: 24px;
	}
	
	/* 木心智能销售团队 */
	.salesTeam{
		max-width: 1400px;
		padding: 100px 50px 110px;
		margin: 0 auto;
		/* min-width: 1200px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack:center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;	
	}
	.salesTeam_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.salesTeam_small{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		color: #666;
		margin-bottom: 60px;
	}
	.salesTeam_cont{
		width: 100%;
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.salesTeam_cont_block{
		width: 29%;
		/* height: 400px; */
		border-radius: 14px;
		box-shadow: 0px 4px 24px  rgba(2,67,212,0.4);
		/* margin-right: 6.5%; */
		cursor: pointer;
		padding: 46px 3.5% 70px;
	}
	.salesTeam_cont_block:last-child{
		margin-right: 0;
	}
	.salesTeam_cont_block:hover{
		/* box-shadow: 0px 4px 24px  rgba(2,67,212,0.4); */
	}
	.salesTeam_cont_block_pic{
		width: 60px;
		margin: 0 auto;
	}
	.salesTeam_cont_block_name{
		width: 100%;
		font-size: 28px;
		color: #000;
		font-weight: 600;
		text-align: left;
		margin-top: 22px;
		/* height: 30px; */
		text-align: center;
	}
	.salesTeam_cont_block_text{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 32px;
		margin-top: 12px;
		/* height: 190px; */
		text-align: center;
	}
	
	/* 木心智能是如何提升销售量的 */
	.sales2{
		display: none;
	}
	.sales{
		width: 100%;
		background-color: #f5f7fc;
		padding: 100px 0 50px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		/* min-width: 1200px; */
	}
	.sales_title{
		width: 78%;
		margin: 0 auto;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.sales_cont{
		max-width: 1400px;
		margin: 0 auto;
		/* padding: 0 50px; */
	}
	.sales_cont_block{
		width: 100%;
		padding: 52px 0;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		height: auto;
	}
	/* .sales_cont_block:nth-child(1) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(1) .sales_cont_block_pic{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_text{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_pic{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_pic{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_text{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_pic{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_pic{
		margin-left: 30px;
	} */
	.sales_cont_block_text{
		position: relative;
		width: 420px;
		min-width: 320px;
		margin: 0 40px;
	}
	.sales_cont_block_text_title{
		width: 100%;
		font-size: 36px;
		font-weight: 600;
		color: #000;
		line-height: 50px;
	}
	.sales_cont_block_text_desc{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 28px;
		margin-top: 20px;
	}
	.sales_cont_block:nth-child(1) .sales_cont_block_text_num{
		width: 286px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 34px;
	}
	.sales_cont_block .sales_cont_block_text_num ul{
		width: 100%;
		height: 40px;
		/* padding: 0 40px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.sales_cont_block .sales_cont_block_text_num ul li{
		width: 100%;
		color: #fff;
		font-size: 16px;
		line-height: 42px;
		margin-left: 40px;
	}
	.sales_cont_block .sales_cont_block_text_num ul li span{
		font-size: 24px;
		font-weight: 600;
		padding-left: 10px;
		line-height: 40px;
		margin-top: 8px;
		display: block;
		position: absolute;
		top: 1px;
		right: 46px;
		/* display: block; */
		/* float: right; */
	}
	.sales_cont_block_pic{
		/* width: 700px; */
		/* height: 530px; */
		/* padding: 3%;
		background-color: #fff;
		border-radius: 20px; */
		/* box-shadow: 0px 5px 30px  rgba(2,67,212,0.4); */
		margin: 0 40px;
		position: relative;
	}
	.sales_cont_block_pic img{
		max-width: 800px;
		border-radius: 22px;
		height: auto;
		margin: 0 auto;
		display: block;
		box-shadow: 0px 2px 10px  rgba(2,67,212,0.2);
		/* margin-top: 30px; */
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_text_num{
		width: 234px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_text_num{
		width: 244px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_text_num{
		width: 226px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_text_num{
		width: 252px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	
	
	
	/* 木心智能，领先的会话智能平台 */
	.aiNum2{
		width: 100%;
		margin: 110px 0 120px;
		/* min-width: 1110px; */
	}
	.aiNum2_words{
		margin: 0 auto;
		display: flex;
		width: 78%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 70px;
	}
	.aiNum2_words_title{
		width: 100%;
		text-align: center;
		font-size: 42px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.aiNum2_words_des{
		text-align: center;
		width: 100%;
		font-size: 18px;
		color: #555;
		margin-top: 22px;
		line-height: 32px;
	}
	.mb-large{
		/* width: 78%; */
		max-width: 1400px!important;
		padding: 0 50px;
		margin: 0 auto;
	}
	.Block{
		display: block;
		position: relative;
	}
	.Grid{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12px -24px;
		width: calc(100% + 24px);
	}
	.with-3.Grid>div{
		width: 25%;
		text-align: center;
	}
	.Grid>div{
		flex-shrink: 0;
		padding: 0 12px 24px;
		position: relative;
	}
	.color-teal{
		color: #f29f9e;
	}
	.color-yellow{
		color: #f1d12a;
	}
	.color-sky{
		color: #3caff2;
	}
	.color-roi{
		color: #907dec;
	}
	.Block-content{
		position: relative;
		z-index: 20;
	}
	.FactoidBlock-statistic{
		font-family: BN Axel Grotesk,sans-serif;
		font-size: 60px;
		font-veriation-settings: "wght"700;
		font-weight: 700;
		line-height: 76px;
		text-transform: none;
	}
	.FactoidBlock-statistic2{
		font-family: BN Axel Grotesk,sans-serif;
		font-size: 24px;
		font-veriation-settings: "wght"700;
		/* font-weight: 700; */
		line-height: 76px;
		text-transform: none;
	}
	
	
	/* 获取报价 */
	.hqbj2{
		width: 100%;
		margin: 0 auto;
		background-color: #f2f4fa;
		padding: 0;
		margin: 0;
	}
	.hqbj2_bx{
		height: 100%;
		width: 100%;
		background: url(../img/freesy.png) no-repeat center;;
		/* box-shadow: 0px 5px 28px rgba(5,30,141,0.3); */
		/* border-radius: 16px; */
		padding: 4.2% 5% 6.2%;
		overflow: hidden;
	}
	.hqbj2_title{
		width: 100%;
		text-align: center;
		font-size: 42px;
		color: #000;
		margin-bottom: 36px;
	}
	.freesy{
		width: 180px;
		height: 56px;
		border-radius: 100px;
		display: block;
		margin: 0 auto;
		background: #021ea5;
		text-align: center;
	}
	.freetxt{
		width: 100%;
		text-align: center;
		line-height: 56px;
		color: #fff;
		font-size: 18px;
		font-style: inherit;
		letter-spacing: 1px;
	}
	.freesy:hover{
		box-shadow: 0px 5px 28px rgba(5,30,141,0.3);
	}
	
	
	
	/* 我们的客户这样说 */
	.customer{
		/* width: 100%; */
		max-width: 1400px;
		margin: 0 auto;
		padding: 100px 50px 0px;
	}
	.customer_title{
		width: 78%;
		margin: 0 auto;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 60px;
	}
	.customer_cont{
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0px 5px 32px  rgba(2,67,212,0.2);
		padding: 60px 100px;
		border-radius: 20px;
		position: relative;
	}
	.customer_cont_text{
		width: 100%;
		padding-left: 50px;
		border-left: 4px solid #0243d4;
		font-size: 20px;
		color: #333;
		line-height: 36px;
	}
	.customer_cont_name{
		width: 100%;
		text-align: right;
		font-size: 22px;
		color: #000;
		margin-top: 30px;
	}
	.triangle_topright{
		width: 0;
		height: 0;
		border-top: 50px solid #fff;
		border-left: 50px solid transparent;
		position: absolute;
		bottom: -50px;
		right: 10%;
		transform: translateX(-5px);
		display: none;
		/* box-shadow: 0px 5px 30px  rgba(2,67,212,0.4); */
	}
	
	
	/* ROI计算器 */
	.value{
		width: 100%;
		/* padding: 100px 0 0px; */
		/* margin-top: 124px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		
	}
	.value_title{
		width: 1200px;
		margin: 0 auto;
		font-size: 44px;
		color: #000;
		text-align: center;
		/* margin-top: 100px; */
		font-weight: 600;
		margin-bottom: 60px;
	}
	.value_block{
		width: 1100px;
		margin: 0 auto;
		padding: 50px 70px 60px 70px;
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.3);
		border-radius: 20px;
		/* position: relative; */
		z-index: 90;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		background: #fff;
		/* margin-bottom: 720px; */
	}
	.value_block_title{
		width: 100%;
		text-align: center;
		font-size: 32px;
		color: #000;
		padding-bottom: 40px;
	}
	.value_block_main{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.value_block_main_item{
		width: 50%;
		padding: 0 15px 34px 0;
	}
	.value_block_main_item:nth-child(2){
		padding-right: 0;
		padding-left: 15px;
	}
	.value_block_main_item:nth-child(3){
		padding-bottom: 48px;
	}
	.value_block_main_item:nth-child(4){
		padding-right: 0;
		padding-left: 15px;
		/* padding-bottom: 10px; */
	}
	.value_block_main_item_head{
		display: flex;
		margin-bottom: 8px;
	}
	.value_block_main_item_head p{
		font-size: 16px;
		line-height: 20px;
		color: #2b323b;
		margin-right: 14px;
	}
	.info_tips{
		position: relative;
		width: 18px;
	}
	.tips{
		display: none;
		position: absolute;
		top: -38px;
		left: 5px;
		transform: translateX(-47%);
		white-space: nowrap;
		/* width: 200px; */
	}
	.tips p{
		font-size: 14px;
		color: #fff;
		background: #2b323b;
		line-height: 20px;
		border-radius: 6px;
		padding: 4px 8px;
	}
	.tips-triangle{
		width: 0px;
		height: 0px;
		border: 5px solid transparent;
		border-top-color: #2b323b;
		position: absolute;
		bottom: 0px;
		left: 48%;
		transform: translateX(-5px);
	}
	.info_tips img{
		cursor: pointer;
		width: 16px;
		/* display: block; */
	}
	.info_tips:hover .tips{
		display: block;
	}
	.value_block_main_item_industry{
		width: 100%;
		height: 60px;
		/* position: relative; */
	}
	.value_block_main_item_industry form{
		width: 100%;
		height: 60px;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
	}
	.value_block_main_item_industry form select{
		width: 96%;
		height: 58px;
		line-height: 60px;
		padding: 0 18px;
		box-sizing: border-box;
		margin-left: 1%;
		/* border: 1px solid #eee; */
		outline: none;
		border: none;
		/* border-radius: 8px; */
		font-size: 18px;
		color: #333;
	}
	.value_block_main_item_input{
		width: 100%;
		height: 60px;
	}
	.value_block_main_item_input input{
		width: 100%;
		height: 60px;
		font-size: 18px;
		color: #333;
		padding-left: 26px;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
		outline: none;
	}
	.value_block_explain{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #8a98a8;
		line-height: 20px;
	}
	.value_block_btn{
		width: 170px;
		height: 54px;
		background: #0243d4;
		border-radius: 100px;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 54px;
		margin-top: 38px;
		color: #fff;
		text-decoration: none!important;
	}
	.value_block_btn:hover{
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
	}
}



/* pad端 */
@media screen and (min-width:768px) and (max-width:1199px) {
	
	/* 销售团队 */
	
	/* banner */
	.xstd_banner{
		width: 100%;
		/* height: 740px; */
		margin-top: 70px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box;
		padding: 60px 0 70px;
		background-color: #ebf0fa;
		/* min-width: 1200px; */
	}
	.banner_cont{
		/* width: 100%; */
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_text{
		/* width: 76%; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		padding: 0 0px 0 40px;
		/* margin-left: 80px; */
		max-width: 630px;
		/* max-width: 1000px; */
	}
	.banner_name{
		width: 100%;
		font-size: 24px;
		color: #00229e;
		/* font-weight: 600; */
		margin-bottom: 14px;
	}
	.banner_title{
		width: 100%;
		font-size: 40px;
		line-height: 52px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.banner_words{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 32px;
		margin-bottom: 34px;
	}
	.banner_btn{
		width: 150px;
		height: 54px;
		border-radius: 100px;
		background-color: #0243d4;
		line-height: 54px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: block;
		text-decoration: none!important;
	}
	.banner_btn:visited{
		color: #fff;
	}
	.banner_btn:hover{
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
	}
	.banner_pic{
		box-sizing: border-box;
		padding: 0 40px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		border-radius: 20px;
		max-width: 520px;
	}
	.banner_pic img{
		/* width: 48vw; */
		filter: none;
		box-shadow: 0px 5px 30px rgba(5,30,141,0.2);
		border-radius: 24px;
	}
	
	/* 木心智能销售团队 */
	.salesTeam{
		width: 100%;
		/* max-width: 1400px; */
		padding: 90px 6% 100px;
		margin: 0 auto;
		/* min-width: 1200px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack:center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;	
	}
	.salesTeam_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 38px;
		line-height: 52px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.salesTeam_small{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		color: #666;
		margin-bottom: 60px;
	}
	.salesTeam_cont{
		width: 100%;
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.salesTeam_cont_block{
		width: 30%;
		/* height: 400px; */
		border-radius: 14px;
		box-shadow: 0px 4px 24px  rgba(2,67,212,0.3);
		/* margin-right: 6.5%; */
		cursor: pointer;
		padding: 46px 3.5% 70px;
	}
	.salesTeam_cont_block:last-child{
		margin-right: 0;
	}
	.salesTeam_cont_block:hover{
		/* box-shadow: 0px 4px 24px  rgba(2,67,212,0.4); */
	}
	.salesTeam_cont_block_pic{
		width: 60px;
		margin: 0 auto;
	}
	.salesTeam_cont_block_name{
		width: 100%;
		font-size: 26px;
		color: #000;
		font-weight: 600;
		text-align: left;
		margin-top: 22px;
		/* height: 30px; */
		text-align: center;
	}
	.salesTeam_cont_block_text{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 28px;
		margin-top: 18px;
		/* height: 190px; */
		text-align: center;
	}
	
	/* 木心智能是如何提升销售量的 */
	.sales2{
		display: none;
	}
	.sales{
		width: 100%;
		background-color: #f5f7fc;
		padding: 90px 6% 50px;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		/* min-width: 1200px; */
	}
	.sales_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 38px;
		line-height: 52px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.sales_cont{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		/* padding: 0 50px; */
	}
	.sales_cont_block{
		width: 100%;
		padding: 40px 0;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		height: auto;
	}
	/* .sales_cont_block:nth-child(1) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(1) .sales_cont_block_pic{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_text{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_pic{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_pic{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_text{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_pic{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_pic{
		margin-left: 30px;
	} */
	.sales_cont_block:nth-child(2) .sales_cont_block_text{
		margin: 0 0px 0 40px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_text{
		margin: 0 0px 0 40px;
	}
	.sales_cont_block_text{
		position: relative;
		width: 400px;
		min-width: 300px;
		margin: 0 40px 0 0;
	}
	.sales_cont_block_text_title{
		width: 100%;
		font-size: 30px;
		line-height: 42px;
		font-weight: 600;
		color: #000;
	}
	.sales_cont_block_text_desc{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 28px;
		margin-top: 14px;
	}
	.sales_cont_block:nth-child(1) .sales_cont_block_text_num{
		width: 286px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 34px;
	}
	.sales_cont_block .sales_cont_block_text_num ul{
		width: 100%;
		height: 40px;
		/* padding: 0 40px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.sales_cont_block .sales_cont_block_text_num ul li{
		width: 100%;
		color: #fff;
		font-size: 16px;
		line-height: 42px;
		margin-left: 40px;
	}
	.sales_cont_block .sales_cont_block_text_num ul li span{
		font-size: 24px;
		font-weight: 600;
		padding-left: 10px;
		line-height: 40px;
		margin-top: 8px;
		display: block;
		position: absolute;
		top: 1px;
		right: 46px;
		/* display: block; */
		/* float: right; */
	}
	.sales_cont_block_pic{
		/* width: 700px; */
		/* height: 530px; */
		/* padding: 3%;
		background-color: #fff;
		border-radius: 20px; */
		/* box-shadow: 0px 5px 30px  rgba(2,67,212,0.4); */
		/* margin: 0 40px; */
		position: relative;
	}
	.sales_cont_block_pic img{
		max-width: 800px;
		border-radius: 22px;
		height: auto;
		margin: 0 auto;
		display: block;
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
		/* margin-top: 30px; */
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_text_num{
		width: 234px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_text_num{
		width: 244px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_text_num{
		width: 226px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_text_num{
		width: 252px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	
	
	
	/* 木心智能，领先的会话智能平台 */
	.aiNum2{
		width: 100%;
		padding: 90px 6% 100px;
		/* min-width: 1110px; */
	}
	.aiNum2_words{
		margin: 0 auto;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.aiNum2_words_title{
		width: 100%;
		text-align: center;
		font-size: 38px;
		line-height: 52px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.aiNum2_words_des{
		text-align: center;
		width: 100%;
		font-size: 18px;
		color: #555;
		margin-top: 22px;
		line-height: 32px;
	}
	.mb-large{
		width: 100%;
		/* max-width: 1400px!important; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.Block{
		display: block;
		position: relative;
	}
	.Grid{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12px -24px;
		width: calc(100% + 24px);
	}
	.with-3.Grid>div{
		width: 25%;
		text-align: center;
	}
	.Grid>div{
		flex-shrink: 0;
		padding: 0 12px 24px;
		position: relative;
	}
	.color-teal{
		color: #f29f9e;
	}
	.color-yellow{
		color: #f1d12a;
	}
	.color-sky{
		color: #3caff2;
	}
	.color-roi{
		color: #907dec;
	}
	.Block-content{
		position: relative;
		/* z-index: 20; */
	}
	.FactoidBlock-statistic{
		font-family: BN Axel Grotesk,sans-serif;
		font-size: 38px;
		font-veriation-settings: "wght"700;
		font-weight: 700;
		line-height: 76px;
		text-transform: none;
	}
	.FactoidBlock-statistic2{
		font-family: BN Axel Grotesk,sans-serif;
		font-size: 16px;
		font-veriation-settings: "wght"700;
		/* font-weight: 700; */
		line-height: 76px;
		text-transform: none;
	}
	.FactoidBlock-content p{
		padding-top: 10px!important;
	}
	.FactoidBlock-content p span{
		font-size: 14px!important;
	}
	
	
	/* 获取报价 */
	.hqbj2{
		width: 100%;
		margin: 0 auto;
		background-color: #f2f4fa;
		padding: 0;
		margin: 0;
	}
	.hqbj2_bx{
		height: 100%;
		width: 100%;
		background: url(../img/freesy.png) no-repeat center;;
		/* box-shadow: 0px 5px 28px rgba(5,30,141,0.3); */
		/* border-radius: 16px; */
		padding: 6% 5% 6.2%;
		overflow: hidden;
	}
	.hqbj2_title{
		width: 100%;
		text-align: center;
		font-size: 38px;
		color: #000;
		margin-bottom: 36px;
	}
	.freesy{
		width: 170px;
		height: 52px;
		border-radius: 100px;
		display: block;
		margin: 0 auto;
		background: #021ea5;
		text-align: center;
	}
	.freetxt{
		width: 100%;
		text-align: center;
		line-height: 52px;
		color: #fff;
		font-size: 17px;
		font-style: inherit;
		letter-spacing: 1px;
	}
	.freesy:hover{
		box-shadow: 0px 5px 28px rgba(5,30,141,0.3);
	}
	
	
	
	/* 我们的客户这样说 */
	.customer{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		padding: 90px 6% 0px;
	}
	.customer_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 38px;
		line-height: 52px;
		color: #000;
		font-weight: 600;
		margin-bottom: 50px;
	}
	.customer_cont{
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0px 5px 32px  rgba(2,67,212,0.2);
		padding: 50px 90px;
		border-radius: 20px;
		position: relative;
	}
	.customer_cont_text{
		width: 100%;
		padding-left: 50px;
		border-left: 4px solid #0243d4;
		font-size: 20px;
		color: #333;
		line-height: 36px;
	}
	.customer_cont_name{
		width: 100%;
		text-align: right;
		font-size: 20px;
		color: #000;
		margin-top: 30px;
	}
	.triangle_topright{
		width: 0;
		height: 0;
		border-top: 50px solid #fff;
		border-left: 50px solid transparent;
		position: absolute;
		bottom: -50px;
		right: 10%;
		transform: translateX(-5px);
		display: none;
		/* box-shadow: 0px 5px 30px  rgba(2,67,212,0.4); */
	}
	
	
	/* ROI计算器 */
	.value{
		width: 100%;
		/* padding: 100px 0 0px; */
		/* margin-top: 124px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		
	}
	.value_title{
		width: 1200px;
		margin: 0 auto;
		font-size: 44px;
		color: #000;
		text-align: center;
		/* margin-top: 100px; */
		font-weight: 600;
		margin-bottom: 60px;
	}
	.value_block{
		width: 1100px;
		margin: 0 auto;
		padding: 50px 70px 60px 70px;
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.3);
		border-radius: 20px;
		/* position: relative; */
		z-index: 90;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		background: #fff;
		/* margin-bottom: 720px; */
	}
	.value_block_title{
		width: 100%;
		text-align: center;
		font-size: 32px;
		color: #000;
		padding-bottom: 40px;
	}
	.value_block_main{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.value_block_main_item{
		width: 50%;
		padding: 0 15px 34px 0;
	}
	.value_block_main_item:nth-child(2){
		padding-right: 0;
		padding-left: 15px;
	}
	.value_block_main_item:nth-child(3){
		padding-bottom: 48px;
	}
	.value_block_main_item:nth-child(4){
		padding-right: 0;
		padding-left: 15px;
		/* padding-bottom: 10px; */
	}
	.value_block_main_item_head{
		display: flex;
		margin-bottom: 8px;
	}
	.value_block_main_item_head p{
		font-size: 16px;
		line-height: 20px;
		color: #2b323b;
		margin-right: 14px;
	}
	.info_tips{
		position: relative;
		width: 18px;
	}
	.tips{
		display: none;
		position: absolute;
		top: -38px;
		left: 5px;
		transform: translateX(-47%);
		white-space: nowrap;
		/* width: 200px; */
	}
	.tips p{
		font-size: 14px;
		color: #fff;
		background: #2b323b;
		line-height: 20px;
		border-radius: 6px;
		padding: 4px 8px;
	}
	.tips-triangle{
		width: 0px;
		height: 0px;
		border: 5px solid transparent;
		border-top-color: #2b323b;
		position: absolute;
		bottom: 0px;
		left: 48%;
		transform: translateX(-5px);
	}
	.info_tips img{
		cursor: pointer;
		width: 16px;
		/* display: block; */
	}
	.info_tips:hover .tips{
		display: block;
	}
	.value_block_main_item_industry{
		width: 100%;
		height: 60px;
		/* position: relative; */
	}
	.value_block_main_item_industry form{
		width: 100%;
		height: 60px;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
	}
	.value_block_main_item_industry form select{
		width: 96%;
		height: 58px;
		line-height: 60px;
		padding: 0 18px;
		box-sizing: border-box;
		margin-left: 1%;
		/* border: 1px solid #eee; */
		outline: none;
		border: none;
		/* border-radius: 8px; */
		font-size: 18px;
		color: #333;
	}
	.value_block_main_item_input{
		width: 100%;
		height: 60px;
	}
	.value_block_main_item_input input{
		width: 100%;
		height: 60px;
		font-size: 18px;
		color: #333;
		padding-left: 26px;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
		outline: none;
	}
	.value_block_explain{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #8a98a8;
		line-height: 20px;
	}
	.value_block_btn{
		width: 170px;
		height: 54px;
		background: #0243d4;
		border-radius: 100px;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 54px;
		margin-top: 38px;
		color: #fff;
		text-decoration: none!important;
	}
	.value_block_btn:hover{
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
	}
}




/* 移动端 */
@media screen and (min-width:320px) and (max-width:767px) {
	
	/* 销售团队 */
	
	/* banner */
	.xstd_banner{
		width: 100%;
		/* height: 740px; */
		/* margin-top: 82px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box;
		padding: 100px 8% 50px;
		background-color: #ebf0fa;
		/* min-width: 1200px; */
	}
	.banner_cont{
		width: 100%;
		margin: 0 auto;
		/* display: flex; */
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_text{
		width: 100%;
		/* display: flex; */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		/* padding: 0 40px; */
		/* margin-left: 80px; */
		/* max-width: 630px; */
		/* max-width: 600px; */
	}
	.banner_name{
		width: 100%;
		font-size: 28px;
		color: #00229e;
		/* font-weight: 600; */
		margin-bottom: 14px;
	}
	.banner_title{
		width: 100%;
		font-size: 42px;
		line-height: 56px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.banner_words{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 32px;
		margin-bottom:30px;
	}
	.banner_btn{
		width: 130px;
		height: 48px;
		border-radius: 100px;
		background-color: #0243d4;
		line-height: 48px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: block;
		text-decoration: none!important;
	}
	.banner_btn:visited{
		color: #fff;
	}
	.banner_btn:hover{
		box-shadow: 0px 3px 24px  rgba(2,67,212,0.2);
	}
	.banner_pic{
		width: 100%;
		box-sizing: border-box;
		/* padding: 0 40px; */
		/* display: flex; */
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		border-radius: 20px;
		margin-top: 50px;
		/* max-width: 980px; */
	}
	.banner_pic img{
		width: 100%!important;
		filter: none;
		box-shadow: 0px 4px 26px rgba(5,30,141,0.2);
		border-radius: 24px;
	}
	
	/* 木心智能销售团队 */
	.salesTeam{
		width: 100%;
		/* max-width: 1400px; */
		padding: 80px 8% 80px;
		margin: 0 auto;
		/* min-width: 1200px; */
		/* display: flex; */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack:center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;	
	}
	.salesTeam_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.salesTeam_small{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 28px;
		color: #666;
		margin-bottom: 50px;
	}
	.salesTeam_cont{
		width: 100%;
		margin: 0 auto;
		/* display: flex; */
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.salesTeam_cont_block{
		width: 100%;
		/* height: 400px; */
		border-radius: 14px;
		box-shadow: 0px 4px 24px  rgba(2,67,212,0.2);
		/* margin-right: 6.5%; */
		cursor: pointer;
		padding: 46px 10% 60px;
		margin-bottom: 30px;
	}
	.salesTeam_cont_block:last-child{
		margin-right: 0;
	}
	.salesTeam_cont_block:hover{
		/* box-shadow: 0px 4px 24px  rgba(2,67,212,0.4); */
	}
	.salesTeam_cont_block_pic{
		width: 56px;
		margin: 0 auto;
	}
	.salesTeam_cont_block_name{
		width: 100%;
		font-size: 26px;
		color: #000;
		font-weight: 600;
		text-align: left;
		margin-top: 22px;
		/* height: 30px; */
		text-align: center;
	}
	.salesTeam_cont_block_text{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 32px;
		margin-top: 16px;
		/* height: 190px; */
		text-align: center;
	}
	
	/* 木心智能是如何提升销售量的 */
	.sales{
		display: none;
	}
	.sales2{
		width: 100%;
		background-color: #f5f7fc;
		padding: 80px 8% 50px;
		/* display: flex; */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		/* min-width: 1200px; */
	}
	.sales2 .sales_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.sales2 .sales_cont{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		/* padding: 0 50px; */
	}
	.sales2 .sales_cont_block{
		width: 100%;
		padding: 30px 0 56px;
		/* display: flex; */
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		height: auto;
	}
	/* .sales_cont_block:nth-child(1) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(1) .sales_cont_block_pic{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_text{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(2) .sales_cont_block_pic{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(3) .sales_cont_block_pic{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_text{
		margin-left: 30px;
	}
	.sales_cont_block:nth-child(4) .sales_cont_block_pic{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_text{
		margin-right: 30px;
	}
	.sales_cont_block:nth-child(5) .sales_cont_block_pic{
		margin-left: 30px;
	} */
	.sales2 .sales_cont_block_text{
		position: relative;
		width: 100%;
		/* min-width: 320px; */
		/* margin: 0 40px; */
	}
	.sales2 .sales_cont_block_text_title{
		width: 100%;
		font-size: 24px;
		font-weight: 600;
		color: #000;
		line-height: 36px;
	}
	.sales2 .sales_cont_block_text_desc{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 28px;
		margin-top: 14px;
	}
	.sales2 .sales_cont_block:nth-child(1) .sales_cont_block_text_num{
		width: 286px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 30px;
	}
	.sales2 .sales_cont_block .sales_cont_block_text_num ul{
		width: 100%;
		height: 40px;
		/* padding: 0 40px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.sales2 .sales_cont_block .sales_cont_block_text_num ul li{
		width: 100%;
		color: #fff;
		font-size: 16px;
		line-height: 48px;
		margin-left: 30px;
	}
	.sales2 .sales_cont_block .sales_cont_block_text_num ul li span{
		font-size: 24px;
		font-weight: 600;
		padding-left: 10px;
		line-height: 40px;
		margin-top: 8px;
		display: block;
		position: absolute;
		top: 5px;
		right: 46px;
		/* display: block; */
		/* float: right; */
	}
	.sales2 .sales_cont_block_pic{
		width: 100%;
		/* height: 530px; */
		/* padding: 3%;
		background-color: #fff;
		border-radius: 20px; */
		/* box-shadow: 0px 5px 30px  rgba(2,67,212,0.4); */
		/* margin: 0 40px; */
		position: relative;
		margin-top: 50px;
	}
	.sales2 .sales_cont_block_pic img{
		width: 100%;
		/* max-width: 800px; */
		border-radius: 22px;
		height: auto;
		margin: 0 auto;
		display: block;
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
		/* margin-top: 30px; */
	}
	.sales2 .sales_cont_block:nth-child(2) .sales_cont_block_text_num{
		width: 234px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales2 .sales_cont_block:nth-child(3) .sales_cont_block_text_num{
		width: 244px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales2 .sales_cont_block:nth-child(4) .sales_cont_block_text_num{
		width: 226px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	.sales2 .sales_cont_block:nth-child(5) .sales_cont_block_text_num{
		width: 252px;
		padding: 8px;
		border-radius: 10px;
		background-color: #0243d4;
		overflow: hidden;
		position: relative;
		margin-top: 42px;
	}
	
	
	
	/* 木心智能，领先的会话智能平台 */
	.aiNum2{
		width: 100%;
		padding: 70px 8% 100px;
		/* min-width: 1110px; */
	}
	.aiNum2_words{
		margin: 0 auto;
		/* display: flex; */
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 10px;
	}
	.aiNum2_words_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.aiNum2_words_des{
		text-align: center;
		width: 100%;
		font-size: 18px;
		color: #555;
		margin-top: 22px;
		line-height: 32px;
	}
	.mb-large{
		/* width: 78%; */
		width: 100%;
		/* max-width: 1400px!important; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.Block{
		display: block;
		position: relative;
	}
	.Grid{
		/* display: flex; */
		flex-wrap: wrap;
		margin: 0 -12px -24px;
		width: calc(100% + 24px);
	}
	.with-3.Grid>div{
		width: 100%;
		text-align: center;
	}
	.Grid>div{
		flex-shrink: 0;
		padding: 30px 12px 24px;
		position: relative;
	}
	.color-teal{
		color: #f29f9e;
	}
	.color-yellow{
		color: #f1d12a;
	}
	.color-sky{
		color: #3caff2;
	}
	.color-roi{
		color: #907dec;
	}
	.Block-content{
		position: relative;
		/* z-index: 20; */
	}
	.FactoidBlock-statistic{
		font-family: BN Axel Grotesk,sans-serif;
		font-size: 60px;
		font-veriation-settings: "wght"700;
		font-weight: 700;
		line-height: 76px;
		text-transform: none;
	}
	.FactoidBlock-statistic2{
		font-family: BN Axel Grotesk,sans-serif;
		font-size: 24px;
		font-veriation-settings: "wght"700;
		/* font-weight: 700; */
		line-height: 76px;
		text-transform: none;
	}
	
	
	/* 获取报价 */
	.hqbj2{
		width: 100%;
		margin: 0 auto;
		background-color: #f2f4fa;
		padding: 0;
		margin: 0;
	}
	.hqbj2_bx{
		height: 100%;
		width: 100%;
		background: url(../img/freesy3.png) no-repeat center;;
		/* box-shadow: 0px 5px 28px rgba(5,30,141,0.3); */
		/* border-radius: 16px; */
		padding: 14% 8% 15%;
		overflow: hidden;
	}
	.hqbj2_title{
		width: 100%;
		text-align: center;
		font-size: 32px;
		line-height: 46px;
		color: #000;
		margin-bottom: 30px;
	}
	.freesy{
		width: 150px;
		height: 50px;
		border-radius: 100px;
		display: block;
		margin: 0 auto;
		background: #021ea5;
		text-align: center;
	}
	.freetxt{
		width: 100%;
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 16px;
		font-style: inherit;
		letter-spacing: 1px;
	}
	.freesy:hover{
		box-shadow: 0px 5px 28px rgba(5,30,141,0.3);
	}
	
	
	
	/* 我们的客户这样说 */
	.customer{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		padding: 80px 8% 0px;
	}
	.customer_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 40px;
	}
	.customer_cont{
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0px 3px 20px  rgba(2,67,212,0.2);
		padding: 50px 11%;
		border-radius: 20px;
		position: relative;
	}
	.customer_cont_text{
		width: 100%;
		padding-left: 20px;
		border-left: 4px solid #0243d4;
		font-size: 16px;
		color: #333;
		line-height: 32px;
	}
	.customer_cont_name{
		width: 100%;
		text-align: right;
		font-size: 18px;
		color: #000;
		margin-top: 20px;
	}
	.triangle_topright{
		width: 0;
		height: 0;
		border-top: 50px solid #fff;
		border-left: 50px solid transparent;
		position: absolute;
		bottom: -50px;
		right: 10%;
		transform: translateX(-5px);
		display: none;
		/* box-shadow: 0px 5px 30px  rgba(2,67,212,0.4); */
	}
	
	
	/* ROI计算器 */
	.value{
		width: 100%;
		/* padding: 100px 0 0px; */
		/* margin-top: 124px; */
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		
	}
	.value_title{
		width: 1200px;
		margin: 0 auto;
		font-size: 44px;
		color: #000;
		text-align: center;
		/* margin-top: 100px; */
		font-weight: 600;
		margin-bottom: 60px;
	}
	.value_block{
		width: 1100px;
		margin: 0 auto;
		padding: 50px 70px 60px 70px;
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.3);
		border-radius: 20px;
		/* position: relative; */
		z-index: 90;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		background: #fff;
		/* margin-bottom: 720px; */
	}
	.value_block_title{
		width: 100%;
		text-align: center;
		font-size: 32px;
		color: #000;
		padding-bottom: 40px;
	}
	.value_block_main{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.value_block_main_item{
		width: 50%;
		padding: 0 15px 34px 0;
	}
	.value_block_main_item:nth-child(2){
		padding-right: 0;
		padding-left: 15px;
	}
	.value_block_main_item:nth-child(3){
		padding-bottom: 48px;
	}
	.value_block_main_item:nth-child(4){
		padding-right: 0;
		padding-left: 15px;
		/* padding-bottom: 10px; */
	}
	.value_block_main_item_head{
		display: flex;
		margin-bottom: 8px;
	}
	.value_block_main_item_head p{
		font-size: 16px;
		line-height: 20px;
		color: #2b323b;
		margin-right: 14px;
	}
	.info_tips{
		position: relative;
		width: 18px;
	}
	.tips{
		display: none;
		position: absolute;
		top: -38px;
		left: 5px;
		transform: translateX(-47%);
		white-space: nowrap;
		/* width: 200px; */
	}
	.tips p{
		font-size: 14px;
		color: #fff;
		background: #2b323b;
		line-height: 20px;
		border-radius: 6px;
		padding: 4px 8px;
	}
	.tips-triangle{
		width: 0px;
		height: 0px;
		border: 5px solid transparent;
		border-top-color: #2b323b;
		position: absolute;
		bottom: 0px;
		left: 48%;
		transform: translateX(-5px);
	}
	.info_tips img{
		cursor: pointer;
		width: 16px;
		/* display: block; */
	}
	.info_tips:hover .tips{
		display: block;
	}
	.value_block_main_item_industry{
		width: 100%;
		height: 60px;
		/* position: relative; */
	}
	.value_block_main_item_industry form{
		width: 100%;
		height: 60px;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
	}
	.value_block_main_item_industry form select{
		width: 96%;
		height: 58px;
		line-height: 60px;
		padding: 0 18px;
		box-sizing: border-box;
		margin-left: 1%;
		/* border: 1px solid #eee; */
		outline: none;
		border: none;
		/* border-radius: 8px; */
		font-size: 18px;
		color: #333;
	}
	.value_block_main_item_input{
		width: 100%;
		height: 60px;
	}
	.value_block_main_item_input input{
		width: 100%;
		height: 60px;
		font-size: 18px;
		color: #333;
		padding-left: 26px;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
		outline: none;
	}
	.value_block_explain{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #8a98a8;
		line-height: 20px;
	}
	.value_block_btn{
		width: 170px;
		height: 54px;
		background: #0243d4;
		border-radius: 100px;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 54px;
		margin-top: 38px;
		color: #fff;
		text-decoration: none!important;
	}
	.value_block_btn:hover{
		box-shadow: 0px 5px 30px  rgba(2,67,212,0.4);
	}
}