@media screen and (min-width:1200px){
	.zwdiv{
		width: 100%;
		height: 40px;
	}
	/* banner */
	.deve_banner{
		width: 100%;
		/* height: 750px; */
		background: url(../img/developers/banner_bgi.png) no-repeat center!important;
		background-size: cover;
		position: relative;
		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: 0 0 80px; */
	}
	.banner_main{
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_main_text{
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		box-sizing: border-box;
		max-width: 900px;
		margin: 0 50px;
	}
	.banner_main_text_title{
		width: 100%;
		font-size: 50px;
		line-height: 66px;
		color: #000;
		font-weight: 600;
	}
	.banner_main_text_desc{
		max-width: 100%;
		font-size: 20px;
		line-height: 34px;
		color: #555;
		margin-top: 20px;
	}
	.btn{
		width: 150px;
		height: 54px;
		border-radius: 100px;
		background-color: #0243d4;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: block;
		text-decoration: none;
		margin-top: 40px;
	}
	.btn:visited{
		color: #fff;
	}
	.btn:hover{
		color: #fff;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.banner_main__pic{
		position: relative;
		box-sizing: border-box;
		padding: 0 50px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* margin-left: 10%; */
	}
	.banner_main__pic img{
		max-width: 750px;
	}
	
	
	/* 赋能开发者，发现无限可能 */
	.energize{
		max-width: 1400px;
		margin: 0 auto;
		padding: 100px 50px;
	}
	.energize_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.energize_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
	}
	.energize__main{
		width: 100%;
		margin-top: 70px;
	}
	.energize__main ul{
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.energize__main ul li{
		width: 23%;
		border: 1px solid #ddd;
		border-radius: 10px;
		/* padding: ; */
		padding: 20px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
	}
	.energize__main ul li img{
		margin-right: 10px;
	}
	
	
	/* 自带语音通话能力，无需对接第三方 */
	.function{
		width: 100%;
		padding: 110px 0;
		background-color: #f7f8fc;
	}
	.function_bx{
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 50px;
	}
	.function_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.function_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
	}
	.function_main{
		width: 100%;
		margin-top: 66px;
	}
	.function_main_cont{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-bottom: 44px;
	}
	.function_main_cont_block{
		width: 30%;
		background-color: #fff;
		border-radius: 12px;
		padding: 4% 4% 5%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.1);
	}
	.function_main_cont:last-child{
		margin-bottom: 0;
	}
	.function_main_cont_block:hover{
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.function_main_cont_block_title{
		width: 100%;
		font-size: 26px;
		color: #00229e;
		margin-bottom: 20px;
	}
	.function_main_cont_block_text{
		width: 100%;
		font-size: 16px;
		color: #333;
		line-height: 32px;
	}
	
	/* 我们的优势 */
	.advantage2{
		display: none;
	}
	.advantage{
		width: 100%;
		background: url(../img/developers/advantage_bg.png) no-repeat center;
		padding: 100px 0;
	}
	.advantage_bx{
		max-width: 1400px;
		padding: 0 50px;
		margin: 0 auto;
	}
	.advantage_title{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 70px;
	}
	.advantage_main{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.advantage_main_block{
		width: 16%;
	}
	.advantage_main_block:nth-child(2){
		width: 19%;
	}
	.advantage_bg{
		width: 96px;
		height: 96px;
		border: 1px solid #fff;
		border-radius: 50%;
		margin: 0 auto;
		background-position: 50%;
		background-size: auto 54px;
		background-repeat: no-repeat;
	}
	.advantage_icon1{
		background-image: url(../img/developers/advantage_1.png);
	}
	.advantage_icon2{
		background-image: url(../img/developers/advantage_2.png);
	}
	.advantage_icon3{
		background-image: url(../img/developers/advantage_3.png);
	}
	.advantage_icon4{
		background-image: url(../img/developers/advantage_4.png);
	}
	.advantage_icon5{
		background-image: url(../img/developers/advantage_5.png);
	}
	.advantage_icon6{
		background-image: url(../img/developers/advantage_6.png);
	}
	.advantage_name{
		width: 100%;
		margin-top: 36px;
		text-align: center;
		font-size: 26px;
		color: #f6ce1e;
	}
	.advantage_line{
		width: 60px;
		border-top: 2px solid #fff;
		margin: 0 auto;
		margin-top: 20px;
	}
	.advantage_text{
		width: 100%;
		margin-top: 24px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 32px;
	}
	
	
	/* 木心智能，领先的会话智能平台 */
	.aiNum2{
		width: 100%;
		margin: 110px 0 110px;
		/* 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;
	}
}



@media screen and (min-width:768px) and (max-width:1199px) {
	.zwdiv{
		width: 100%;
		height: 40px;
	}
	/* banner */
	.deve_banner{
		width: 100%;
		/* height: 750px; */
		background: url(../img/developers/banner_bgi.png) no-repeat center!important;
		background-size: cover;
		position: relative;
		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: 0 0 80px; */
	}
	.banner_main{
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_main_text{
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		align-self: center;
		box-sizing: border-box;
		max-width: 900px;
		margin: 0 0 0 50px;
	}
	.banner_main_text_title{
		width: 100%;
		font-size: 41px;
		line-height: 54px;
		color: #000;
		font-weight: 600;
	}
	.banner_main_text_desc{
		max-width: 100%;
		font-size: 18px;
		line-height: 28px;
		color: #555;
		margin-top: 20px;
	}
	.btn{
		width: 150px;
		height: 54px;
		border-radius: 100px;
		background-color: #0243d4;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: block;
		text-decoration: none;
		margin-top: 40px;
	}
	.btn:visited{
		color: #fff;
	}
	.btn:hover{
		color: #fff;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.banner_main__pic{
		position: relative;
		box-sizing: border-box;
		padding: 0 30px 0 20px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* margin-left: 10%; */
	}
	.banner_main__pic img{
		max-width: 750px;
	}
	
	
	/* 赋能开发者，发现无限可能 */
	.energize{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		padding: 90px 6%;
	}
	.energize_title{
		width: 100%;
		text-align: center;
		font-size: 38px;
		line-height: 42px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.energize_text{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
	}
	.energize__main{
		width: 100%;
		margin-top: 60px;
	}
	.energize__main ul{
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.energize__main ul li{
		width: 23%;
		border: 1px solid #ddd;
		border-radius: 10px;
		/* padding: ; */
		padding: 16px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 18px;
		line-height: 26px;
		color: #333;
	}
	.energize__main ul li img{
		margin-right: 10px;
		width: 52px;
	}
	
	
	/* 自带语音通话能力，无需对接第三方 */
	.function{
		width: 100%;
		padding: 90px 6%;
		background-color: #f7f8fc;
	}
	.function_bx{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		/* padding: 0 6%; */
	}
	.function_title{
		width: 100%;
		text-align: center;
		font-size: 38px;
		line-height: 52px;
		color: #000;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.function_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #666;
	}
	.function_main{
		width: 100%;
		margin-top: 66px;
	}
	.function_main_cont{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-bottom: 44px;
	}
	.function_main_cont_block{
		width: 30%;
		background-color: #fff;
		border-radius: 12px;
		padding: 5% 4% 6%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.1);
	}
	.function_main_cont:last-child{
		margin-bottom: 0;
	}
	.function_main_cont_block:hover{
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.function_main_cont_block_title{
		width: 100%;
		font-size: 24px;
		line-height: 38px;
		color: #00229e;
		margin-bottom: 16px;
	}
	.function_main_cont_block_text{
		width: 100%;
		font-size: 16px;
		color: #333;
		line-height: 30px;
	}
	
	/* 我们的优势 */
	.advantage2{
		display: none;
	}
	.advantage{
		width: 100%;
		background: url(../img/developers/advantage_bg.png) no-repeat center;
		padding: 90px 6%;
	}
	.advantage_bx{
		width: 100%;
		/* max-width: 1400px; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.advantage_title{
		width: 100%;
		text-align: center;
		font-size: 38px;
		line-height: 52px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 60px;
		letter-spacing: 1px;
	}
	.advantage_main{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.advantage_main_block{
		width: 18%;
	}
	.advantage_main_block:nth-child(3){
		width: 22%;
	}
	.advantage_main_block:nth-child(4){
		width: 22%;
	}
	.advantage_bg{
		width: 96px;
		height: 96px;
		border: 1px solid #fff;
		border-radius: 50%;
		margin: 0 auto;
		background-position: 50%;
		background-size: auto 54px;
		background-repeat: no-repeat;
	}
	.advantage_icon1{
		background-image: url(../img/developers/advantage_1.png);
	}
	.advantage_icon2{
		background-image: url(../img/developers/advantage_2.png);
	}
	.advantage_icon3{
		background-image: url(../img/developers/advantage_3.png);
	}
	.advantage_icon4{
		background-image: url(../img/developers/advantage_4.png);
	}
	.advantage_icon5{
		background-image: url(../img/developers/advantage_5.png);
	}
	.advantage_icon6{
		background-image: url(../img/developers/advantage_6.png);
	}
	.advantage_name{
		width: 100%;
		margin-top: 36px;
		text-align: center;
		font-size: 24px;
		line-height: 38px;
		color: #f6ce1e;
	}
	.advantage_line{
		width: 60px;
		border-top: 2px solid #fff;
		margin: 0 auto;
		margin-top: 20px;
	}
	.advantage_text{
		width: 100%;
		margin-top: 24px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 32px;
	}
	
	
	/* 木心智能，领先的会话智能平台 */
	.aiNum2{
		width: 100%;
		padding: 90px 6%;
		/* 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: 56px;
		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-subtitle{
		padding-top: 12px!important;
	}
	.FactoidBlock-subtitle span{
		font-size: 16px!important;
	}
}



@media screen and (min-width:320px) and (max-width:767px) {
	.zwdiv{
		width: 100%;
		height: 40px;
	}
	/* banner */
	.deve_banner{
		width: 100%;
		/* height: 750px; */
		background: url(../img/developers/banner_bgi.png) no-repeat center!important;
		background-size: cover;
		position: relative;
		/* 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: 90px 8% 30px;
	}
	.banner_main{
		width: 100%;
		/* display: flex; */
		-webkit-box-pack: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.banner_main_text{
		position: relative;
		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;
		box-sizing: border-box;
		/* max-width: 900px; */
		/* margin: 0 50px; */
	}
	.banner_main_text_title{
		width: 100%;
		font-size: 42px;
		line-height: 56px;
		color: #000;
		font-weight: 600;
	}
	.banner_main_text_desc{
		max-width: 100%;
		font-size: 16px;
		line-height: 30px;
		color: #555;
		margin-top: 20px;
	}
	.btn{
		width: 130px;
		height: 48px;
		border-radius: 100px;
		background-color: #0243d4;
		line-height: 36px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: block;
		text-decoration: none;
		margin-top: 30px;
	}
	.btn:visited{
		color: #fff;
	}
	.btn:hover{
		color: #fff;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.banner_main__pic{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		/* padding: 0 50px; */
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* margin-left: 10%; */
	}
	.banner_main__pic img{
		/* max-width: 750px; */
		width: 100%;
	}
	
	
	/* 赋能开发者，发现无限可能 */
	.energize{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
		padding: 80px 8%;
	}
	.energize_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.energize_text{
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		color: #666;
	}
	.energize__main{
		width: 100%;
		margin-top: 50px;
	}
	.energize__main ul{
		/* display: flex; */
		-webkit-box-pack: justify;
		justify-content: space-between;
		list-style: none;
	}
	.energize__main ul li{
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 10px;
		/* padding: ; */
		padding: 20px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 20px;
		color: #333;
		margin-top: 30px;
	}
	.energize__main ul li img{
		margin-right: 10px;
	}
	
	
	/* 自带语音通话能力，无需对接第三方 */
	.function{
		width: 100%;
		padding: 80px 8%;
		background-color: #f7f8fc;
	}
	.function_bx{
		width: 100%;
		/* max-width: 1400px; */
		margin: 0 auto;
	}
	.function_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 44px;
		color: #000;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.function_desc{
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		color: #666;
	}
	.function_main{
		width: 100%;
		margin-top: 50px;
	}
	.function_main_cont{
		width: 100%;
		/* display: flex; */
		-webkit-box-pack: justify;
		justify-content: space-between;
		/* margin-bottom: 44px; */
	}
	.function_main_cont_block{
		width: 100%;
		background-color: #fff;
		border-radius: 12px;
		padding: 10%;
		box-shadow: 0px 5px 30px rgba(0,46,155,0.1);
		margin-bottom: 30px;
	}
	.function_main_cont:last-child{
		margin-bottom: 0;
	}
	.function_main_cont_block:hover{
		box-shadow: 0px 5px 30px rgba(0,46,155,0.3);
	}
	.function_main_cont_block_title{
		width: 100%;
		font-size: 24px;
		color: #00229e;
		margin-bottom: 16px;
	}
	.function_main_cont_block_text{
		width: 100%;
		font-size: 16px;
		color: #333;
		line-height: 30px;
	}
	
	/* 我们的优势 */
	.advantage{
		display: none;
	}
	.advantage2{
		width: 100%;
		background: url(../img/developers/advantage_bg.png) no-repeat center;
		padding: 74px 8%;
		height: 730px;
	}
	.advantage2 .advantage_bx{
		width: 100%;
		/* max-width: 1400px; */
		/* padding: 0 50px; */
		margin: 0 auto;
	}
	.advantage2 .advantage_title{
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 50px;
	}
	.advantage2 .advantage_main{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}
	.advantage2 .advantage_main_block{
		width: 47%;
	}
	.advantage2 .advantage_main_block:nth-child(2){
		width: 47%;
	}
	.advantage2 .advantage_bg{
		width: 70px;
		height: 70px;
		border: 1px solid #fff;
		border-radius: 50%;
		margin: 0 auto;
		background-position: 50%;
		background-size: auto 40px;
		background-repeat: no-repeat;
	}
	.advantage2 .advantage_icon1{
		background-image: url(../img/developers/advantage_1.png);
	}
	.advantage2 .advantage_icon2{
		background-image: url(../img/developers/advantage_2.png);
	}
	.advantage2 .advantage_icon3{
		background-image: url(../img/developers/advantage_3.png);
	}
	.advantage2 .advantage_icon4{
		background-image: url(../img/developers/advantage_4.png);
	}
	.advantage2 .advantage_icon5{
		background-image: url(../img/developers/advantage_5.png);
	}
	.advantage2 .advantage_icon6{
		background-image: url(../img/developers/advantage_6.png);
	}
	.advantage2 .advantage_name{
		width: 100%;
		margin-top: 28px;
		text-align: center;
		font-size: 22px;
		color: #f6ce1e;
	}
	.advantage2 .advantage_line{
		width: 50px;
		border-top: 2px solid #fff;
		margin: 0 auto;
		margin-top: 20px;
	}
	.advantage2 .advantage_text{
		width: 100%;
		margin-top: 20px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		line-height: 26px;
	}
	
	
	/* 木心智能，领先的会话智能平台 */
	.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;
	}
}