.mt{
	width: 100%;
	height: 82px;
}
.robot_banner{
	width: 100%;
	height: 660px;
	background: url(../img/outgoing_Robot/banner.png) no-repeat center;
	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;
}
.robot_banner_content{
	margin: 0 auto;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
.banner_text{
	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; */
	max-width: 900px;
}
.banner_text h2{
	width: 100%;
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.banner_des{
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	/* justify-content: center; */
	/* -webkit-box-align: center; */
	/* align-items: center; */
	margin-top: 20px;
}
.banner_des_block{
	width: 33.3%;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}
.banner_des_block span{
	font-size: 23px;
	color: #fff;
	margin-left: 8px;
}
.robot_banner_btn{
	width: 170px;
	height: 54px;
	border-radius: 100px;
	margin-top: 11%;
	background: #fff;
}
.banner_sq{
	width: 100%;
	text-align: center;
	line-height: 54px;
	color: #04009b;
	font-size: 20px;
	display: block;
	letter-spacing: 1px;
}
.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;
	max-width: 640px;
	margin-top: 20px;
}


/* 智能外呼机器人 */
.outgoing_Robot{
	width: 100%;
	margin: 0 auto;
	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;
	margin-top: 70px;
}
.outgoing_Robot_title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000;
}
.outgoing_Robot_small{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	color: #555;
}
.outgoing_Robot_bx{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.outgoing_Robot_bx img{
	display: block;
	margin: 0 auto;
	margin-top: 12%;
}
.outgoing_Robot_cont_block{
	width: 350px;
	height: 172px;
	border-radius: 10px;
	background: #f0f4fa;
	border: 1px solid #0642b1;
	position: absolute;
	left: 14%;
	top: 8%;
	padding: 2%;
}
.outgoing_Robot_cont_block_title{
	width: 100%;
	font-size: 24px;
	color: #000;
}
.outgoing_Robot_cont_block_cont{
	width: 100%;
	font-size: 15px;
	color: #666;
	margin-top: 8px;
	line-height: 25px;
}
.outgoing_Robot_cont_block2{
	width: 350px;
	height: 170px;
	border-radius: 10px;
	background: #f0f4fa;
	border: 1px solid #0642b1;
	position: absolute;
	left: 0%;
	top: 38%;
	padding: 2%;
}
.outgoing_Robot_cont_block3{
	width: 350px;
	height: 170px;
	border-radius: 10px;
	background: #f0f4fa;
	border: 1px solid #0642b1;
	position: absolute;
	left: 3%;
	top: 68%;
	padding: 2%;
}
.outgoing_Robot_cont_block4{
	width: 350px;
	height: 170px;
	border-radius: 10px;
	background: #f0f4fa;
	border: 1px solid #0642b1;
	position: absolute;
	right: 5%;
	top: 10%;
	padding: 2%;
}
.outgoing_Robot_cont_block5{
	width: 340px;
	height: 194px;
	border-radius: 10px;
	background: #f0f4fa;
	border: 1px solid #0642b1;
	position: absolute;
	right: 0%;
	top: 39%;
	padding: 2%;
}
.outgoing_Robot_cont_block6{
	width: 350px;
	height: 174px;
	border-radius: 10px;
	background: #f0f4fa;
	border: 1px solid #0642b1;
	position: absolute;
	right: 2%;
	top: 72%;
	padding: 2%;
}

/* 强大的智能语音交互能力 */
.flow_Chart{
	width: 100%;
	background-color: #f7f8fb;
	padding: 70px 0;
	margin-top: 90px;
}
.flow_Chart_bx{
	width: 1200px;
	margin: 0 auto;
}
.flow_Chart_title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000;
}
.flow_Chart_small{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	color: #555;
}
.flow_Chart_pic{
	width: 100%;
}


/* 智能外呼机器人帮助企业高效管理外呼任务 */
.management{
	width: 100%;
	padding: 70px 0 40px;
	margin-top: 70px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align:center;
	align-items: center;
	min-width: 1200px;
}
.management_title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000;
}
.management_cont{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
}
.management_cont_block{
	width: 100%;
	padding: 30px 0 0 0;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	height: auto;
}
.management_cont_block_text{
	position: relative;
	width: 700px;
	min-width: 400px;
	margin: 0 0 0 40px;
}
.management_cont_block_text_title{
	/* text-align: center; */
	font-size: 36px;
	/* background: #000a8e; */
	color: #021f7e;
	/* padding: 20px 30px; */
	/* border-radius: 8px; */
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 24px;
}
.management_cont_block_text_desc{
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.management_cont_block_text_desc_line{
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 18px;
}
.management_cont_block_pic{
	position: relative;
	margin: 0 40px;
}


/* 全流程自动化，人机沟通智能化 */
.automation{
	width: 100%;
	margin-top: 30px;
	padding: 70px 0;
	background: #f7f8fb;
}
.automation_title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000;
	margin-bottom: 40px;
}
.automation_cont{
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}
.automation_cont_row{
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 30px;
	/* position: relative; */
}
.automation_cont_row_block{
	width: 18%;
	background-color: #fff;
	box-shadow: 0px 4px 24px rgba(2,67,212,0.2);
	margin-right: 2.5%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 18px 0;
	border-radius: 8px;
}
.automation_cont_row_block img:nth-child(2){
	display: none;
}
.automation_cont_row_block span{
	font-size: 20px;
	color: #021f7e;
	margin-left: 12px;
}
.automation_cont_row_block:hover{
	background: #021f7e;
}
.automation_cont_row_block:hover img:nth-child(1){
	display: none;
}
.automation_cont_row_block:hover img:nth-child(2){
	display: block;
}
.automation_cont_row_block:hover span{
	color: #fff;
}
.automation_cont_row_block:last-child{
	margin-right: 0;
}

/* 他们都在使用智能外呼机器人 */
.industry{
	width: 100%;
	margin: 70px 0 100px;
}
.industry_title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000;
	margin-bottom: 40px;
}
.industry_cont{
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}
.industry_cont_row{
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 30px;
	/* position: relative; */
}
.industry_cont_row:nth-child(1) .industry_cont_row_block:nth-child(1){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_1.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(1) .industry_cont_row_block:nth-child(2){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_2.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(1) .industry_cont_row_block:nth-child(3){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_3.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(1) .industry_cont_row_block:nth-child(4){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_4.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(1) .industry_cont_row_block:nth-child(5){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_5.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row_block_title{
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
}
.line{
	width: 50px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 16px;
}
.industry_cont_row:nth-child(2) .industry_cont_row_block:nth-child(1){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_6.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(2) .industry_cont_row_block:nth-child(2){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_7.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(2) .industry_cont_row_block:nth-child(3){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_8.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(2) .industry_cont_row_block:nth-child(4){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_9.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}
.industry_cont_row:nth-child(2) .industry_cont_row_block:nth-child(5){
	width: 18%;
	background: url(../img/outgoing_Robot/industry_10.png)no-repeat center;
	background-size: cover;
	margin-right: 2.5%;
	padding: 90px 0;
	border-radius: 20px;
}


/* 智能外呼：高效率转化，低成本管理 */
.outgoingRobot{
	width: 100%;
	background: #021f7e;
	padding: 60px 0 90px;
}
.outgoingRobot_bx{
	width: 1200px;
	margin: 0 auto;
	font-size: 40px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
.outgoingRobot_btn{
	width: 180px;
	height: 50px;
	background: #fff;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.outgoingRobot_btn_text{
	width: 100%;
	color: #021f7e;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	display: block;
}