/* 文字 */
.motiTxtH3{
	font-weight: 500;
	font-size: 36px;
	color: #ffffff;
}
.motiTxtH3 span{
	color: #fb2c03;
}
.motiTxtSpan{
	font-size: 28px;
	color: #33d6d8;
	margin-top: 16px;
	margin-bottom: 10px;
}
.motiTxtP{
	font-size: 18px;
	color: #c0c0c0;
	line-height: 36px;
}
/* 内容 */
#motion{
	width: 100%;
}
#motion>div{
	width: 100%;
	background-color: #000000;
}
/* 应用中心 */
.motiOn{
	background: url(../img/motion/motiOn_back.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.motiOn>div{
	width: 1880px;
	margin: auto;
	height: 950px;
	position: relative;
	display: flex;
}
.motiOn_Txt{
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin-right: 80px;
}
.motiOn_Txt div{
	margin-bottom: 38px;
}
.motiOn_Txt h3{
	font-size: 26px;
	font-weight: normal;
	color: #32d6d8;
	margin-bottom: 17px;
}
.motiOn_Txt p{
	width: 770px;
	text-align: justify;
	font-size: 18px;
	color: #c0c0c0;
	line-height: 34.452px;
}
.motiOn_Img{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 80px;
}
.motiOn_Img img{
	width: 807px;
	/* height: 447px; */
}
.motiOn_imTx{
	position: absolute;
	bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.motiOn_imTx div{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: -20px;
}
.motiOn_imTx div p{
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 16px;
}
.motiOn_imTx div span{
	font-size: 28px;
	color: #ffffff;
}
/* 行业应用 */
.motiTo{
	height: 950px;
	position: relative;
}
.motiTo_Txt{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 73px;
}
.motiTo_Txt .motiTxtH3 span{
	color: #38eaec;
}
.motiTo_Uls{
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 34px;
}
.motiTo_image{
	width: 100%;
	height: 100%;
	position: absolute;
}
.motiTo_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	display: none;
}
.motiTo_image img:first-child{
	display: block;
}
/* 丰富角色 */
.motiTh{
	height: 950px;
	position: relative;
	overflow: hidden;
}
.motiTh_image{
	position: absolute;
	top: 0;
	left: calc(50% - 1280px);
	width: 100%;
	height: 100%;
	width: 2560px;
}
.motiTh_image>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.motiTh_image>div:first-child{
	background: url(../img/motion/motiTh_back.png) no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}
.motiTh_image>div div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.motiTh_image div img{
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s linear;
}
.motiTh_image>div:last-child img{
	position: static;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}
.motiTh_image .motiTh_image12{
	left: -50%;
	transition: all .8s linear;
}
.motiTh_image .motiTh_image45{
	left: 150%;
	transition: all .5s linear;
}
.motiTh_image .motiTh_image1{
	position: absolute;
	left: 131px;
	height: 90.8%;
	z-index: 2;
	opacity: 1;
	transition: all 1.2s linear;
}
.motiTh_image .motiTh_image2{
	position: absolute;
	left: 454px;
	height: 93.4%;
	bottom: 0;
	z-index: 4;
	opacity: 1;
	transition: all 0.4s linear;
}
.motiTh_image .motiTh_image3{
	position: absolute;
	left: 764px;
	height: 97.2%;
	bottom: 0;
	z-index: 6;
	/* opacity: 1; */
}
.motiTh_image .motiTh_image4{
	position: absolute;
	left: 1297px;
	height: 92.6%;
	bottom: 0;
	z-index: 4;
	opacity: 1;
	transition: all 0.8s linear;
}
.motiTh_image .motiTh_image5{
	position: absolute;
	left: 1478px;
	height: 87.2%;
	bottom: 0;
	z-index: 2;
	opacity: 1;
	transition: all 1.6s linear;
}
.motiTh_Txt{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 70px;
	display: flex;
	z-index: 66;
    flex-direction: column;
    align-items: center;
}
.motiTh_Txt span{
	margin-bottom: 0;
}
.motiTh_Uls{
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	z-index: 999;
}
.motiTh_Uls li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #5e696e;
	margin: 0 10px;
	cursor: pointer;
}
.motiTh_Uls li:hover{
	background-color: #e7420c;
}
.motiTh_Uls .motThCur{
	background-color: #e7420c;
}
/* 领先标准 */
.motiFo{
	background: url(../img/motion/motiFo_back.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.motiFo>div{
	width: 1880px;
	margin: auto;
	height: 950px;
	position: relative;
}
.motiFo_image{
	width: 913px;
	height: 913px;
	position: absolute;
	left: 121px;
	bottom: 17px;
	display: flex;
	justify-content: center;
}
.motiFo_yuan{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.motiFo_fang{
	width: 82.5%;
	position: absolute;
	bottom: 0;
}
.motiFo_image1{
	width: 77.4%;
	position: absolute;
	bottom: 65px;
	opacity: 0;
	transition: all 0.5s linear;
}
.motiFo_image2{
	width: 82.4%;
	position: absolute;
	bottom: 0;
}
.motiFo_image3{
	width: 82.4%;
	position: absolute;
	bottom: 0;
}
.motiFo_Txt{
	position: absolute;
	bottom: 127px;
	right: 247px;
}
.motiFo_Txt span{
	font-size: 35px;
	color: #a9652a;
	opacity: 0.72;
}
.motiFo_Txt p{
	font-size: 45px;
	color: #a9652a;
	opacity: 0.72;
}
.motiFo_Txt2{
	position: absolute;
	bottom: 0;
	right: 280px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.motiFo_Txt2 p{
	color: #e7e7e7;
}
/* 人类行为 */
.motiFi{
	/* background: url(../img/motion/motiFi_back.jpg) no-repeat;
	background-position: center center;
	background-size: cover; */
	position: relative;
}
.motiFi>div{
	width: 1880px;
	margin: auto;
	height: 950px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.motiFi>.motiFi_center{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.motiFi_center img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	display: none;
}
.motiFi_center img:nth-child(1){
	display: block;
}
.motiFi_Txt{
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
	pointer-events: none;
	text-align: center;
}
.motiFi_Txt>span,.motiOn_Txt2>span{
	color: #45ced4;
}
.motiFi_Txt1{
	bottom: 116px;
	display: none;
}
.motiFi_Txt3{
	bottom: 333px;
	left: 147px;
	width: auto;
	display: none;
}
.motiFi_Txt3 p{
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 23px;
}
.motiFi_Txt4{
	bottom: 116px;
	display: none;
}
.motiFi_Txt4 h3{
	font-size: 48px;
}
.motiFi_Txt4 span{
	color: #e7420c;
}
.motiFi_image011{
	position: absolute;
	top: 130px;
	left: 0;
	height: 71%;
	/* display: none; */
}
.motiFi_image31{
	position: absolute;
	bottom: 59px;
	/* right: 133px; */
	right: 5.2vw;
	height: 80%;
	display: none;
}
.motiOn_Txt2{
	position: absolute;
	top: 309px;
	right: 196px;
	/* display: none; */
}
.motiOn_Txt2 p{
	font-size: 18px;
	line-height: 36px;
	color: #c0c0c0;
	width: 619px;
	text-align: justify;
}
.motiOn_Txt2 p span{
	color: #fb2c03;
}
.motiFi_Uls{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 47px 0 9px;
	pointer-events: all;
}
@media (max-width:1900px ) {
	.motiOn>div,.motiFo>div,.motiFi>div{
		width: 100%;
		height: 900px;
		overflow: hidden;
	}
	.motiOn_Txt{
		margin-right: 30px;
	}
	.motiOn_Img{
		margin-left: 30px;
	}
	.motiTh{
		height: 900px;
	}
	.motiTh_image{
		left: calc(50% - 1250px);
	}
	.motiTh_image>div:last-child img{
		margin-left: -30px;
	}
	.motiFo_image{
		width: 810px;
		height: auto;
	}
	.motiFo_image1{
		bottom: 58px;
	}
}

@media (max-width:1700px ) {
	.motiFo_Txt2{
		right: 100px;
	}
}
@media (max-width:1600px ) {
	.motiTxtH3{
		font-size: 30px;
	}
	.motiTxtSpan{
		font-size: 22px;
		margin-top: 12px;
	}
	.motiTxtP{
		line-height: 1.5;
	}
	.motiOn>div,.motiFo>div,.motiFi>div{
		height: 800px;
	}
	/* 1 */
	.motiOn_Txt div{
		margin-bottom: 10px;
	}
	.motiOn_Txt p{
		width: 600px;
		font-size: 16px;
		line-height: 1.6;
	}
	.motiOn_Img img{
		width: 620px;
	}
	.motiOn_Txt h3{
		font-size: 22px;
	}
	.motiOn_imTx div p{
		font-size: 30px;
	}
	.motiOn_imTx div span{
		font-size: 22px;
	}
	/* 3 */
	.motiTh{
		height: 800px;
	}
	.motiTh_image{
		left: calc(50% - 1192px);
	}
	.motiTh_image .motiTh_image1{
		left: 256px;
	}
	.motiTh_image .motiTh_image2{
		left: 500px;
	}
	.motiTh_image .motiTh_image4{
		left: 1210px;
	}
	.motiTh_image .motiTh_image5{
		left: 1340px;
	}
	.motiTh_image>div:last-child img{
		margin-left: -176px;
	}
	/* 4 */
	.motiFo_image{
		width: 740px;
		height: auto;
	}
	.motiFo_image1{
		bottom: 52px;
	}
	.motiFo_image{
		left: 60px;
	}
	.motiFo_Txt2{
		right: 60px;
	}
	.motiFo_Txt span{
		font-size: 28px;
	}
	.motiFo_Txt p{
		font-size: 30px;
	}
	/* 5 */
	.motiFi_image011{
		top: 100px;
		left: 0px;
	}
	.motiOn_Txt2 {
	    position: absolute;
	    top: 290px;
	    right: 120px;
	}
	.motiFi_Txt4 h3{
		font-size: 36px;
	}
	.motiFi_Txt3 p{
		font-size: 36px;
	}
}

@media (max-width:1400px ) {
	.motiFi_image011{
		top: 100px;
		left: -90px;
	}
	.motiOn_Txt2 {
	    position: absolute;
	    top: 290px;
	    right: 32px;
	}
}
@media (max-width:1300px ) {
	/* 1 */
	.motiOn_Txt{
		margin-right: 10px;
	}
	.motiOn_Txt div{
		margin-bottom: 0px;
	}
	.motiOn_Txt p{
		width: 488px;
	}
	.motiOn_Img{
		margin-left: 10px;
	}
	.motiOn_Img img{
		width: 520px;
	}
	.motiOn_Txt h3{
		margin: 10px 0;
	}
	
	
	.motiFi_Txt3{
		left: 1.2vw;
	}
	.motiFi_Txt3 p{
		font-size: 36px;
	}
	.motiFi_image31{
		bottom: 96px;
		right: 1.2vw;
	}
}
@media (max-width:1270px ) {
	.motiOn>div,.motiFo>div,.motiFi>div{
		height: 700px;
	}
	/* 3 */
	.motiTh{
		height: 700px;
	}
	.motiTh_image{
		left: calc(50% - 1140px);
	}
	.motiTh_image>div:last-child img{
		margin-left: -240px;
	}
	/* 4 */
	.motiFo_image{
		width: 650px;
		height: auto;
	}
	.motiFo_image1{
		bottom: 48px;
	}
	.motiFo_image{
		left: 10px;
	}
	.motiFo_Txt2{
		right: 10px;
	}
	
	/* 5 */
	.motiFi_image011{
		top: 80px;
		left: -100px;
	}
	.motiOn_Txt2 {
	    position: absolute;
	    top: 210px;
	    right: 30px;
	}
	.motiOn_Txt2 p{
		width: 540px;
	}
}
@media (max-width:1000px ) {
	.motiTxtH3{
		font-size: 22px;
	}
	.motiTxtSpan{
		font-size: 18px;
		margin-top: 12px;
	}
	.motiTxtP{
		line-height: 1.5;
		font-size: 16px;
	}
	.motiOn>div,.motiFo>div,.motiFi>div{
		height: 500px;
	}
	/* 1 */
	.motiOn_Txt{
		align-items: flex-start;
	}
	.motiOn_Txt p{
		width: 392px;
		font-size: 14px;
		line-height: 1.4;
	}
	.motiOn_Img img {
	    width: 450px;
	}
	.motiOn_imTx div p{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.motiOn_imTx div span{
		font-size: 16px;
	}
	.motiOn_imTx img{
		height: 80px;
	}
	.motiOn_imTx{
		bottom: 0px;
	}
	/* 2 */
	.motiTo_Uls{
		bottom: 20px;
	}
	.motiTo_Txt{
		bottom: 50px;
	}
	/* 3 */
	.motiTh{
		height: 500px;
	}
	.motiTh_image{
		left: calc(50% - 1040px);
	}
	.motiTh_image .motiTh_image1{
		left: 460px;
	}
	.motiTh_image .motiTh_image2{
		left: 600px;
	}
	.motiTh_image .motiTh_image4{
		left: 1040px;
	}
	.motiTh_image .motiTh_image5{
		left: 1130px;
	}
	.motiTh_Txt{
		bottom: 40px;
	}
	.motiTh_Uls{
		bottom: 10px;
	}
	.motiTh_image>div:last-child img{
		margin-left: -480px;
	}
	/* 4 */
	.motiFo_image{
		width: 450px;
		height: auto;
	}
	.motiFo_image1{
		bottom: 32px;
	}
	.motiFo_image{
		left: 10px;
	}
	.motiFo_Txt2{
		right: 10px;
	}
	.motiFo_Txt{
		bottom: 50px;
		right: 150px;
	}
	.motiFo_Txt span{
		font-size: 20px;
	}
	.motiFo_Txt p{
		font-size: 22px;
	}
	
	/* 5 */
	.motiFi_Txt{
		bottom: 20px;
	}
	.motiFi_Uls{
		margin: 10px 0;
	}
	.motiFi_Txt1{
		bottom: 90px;
	}
	.motiFi_image011 {
	    top: 52px;
	    left: -80px;
	}
	.motiOn_Txt2 {
		top: 140px;
		right: 20px;
	}
	.motiOn_Txt2 p{
		font-size: 16px;
		width: 452px;
		line-height: 28px;
	}
	.motiFi_Txt4{
		bottom: 90px;
	}
	.motiFi_Txt4 h3{
		font-size: 22px;
	}
	
	.motiFi_Txt3{
		bottom: 170px;
		left: 40px;
	}
	.motiFi_Txt3 p{
		font-size: 22px;
	}
	.motiFi_image31{
		height: 70%;
		bottom: 76px;
		right: 40px;
	}
}

@media (max-width:730px ) {
	.motiTxtH3{
		font-size: 18px;
	}
	.motiTxtSpan{
		font-size: 16px;
	}
	.motiTxtP{
		line-height: 1.5;
		font-size: 14px;
	}
	/* 1 */.motiOn>div{
		height: auto;
		flex-direction: column;
	}
	.motiOn_Txt{
		margin: 0;
		width: 100%;
		align-items: center;
		padding-top: 70px;
	}
	.motiOn_Txt div{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.motiOn_Txt p{
		width: 90%;
	}
	.motiOn_Img{
		width: 100%;
		justify-content: center;
		margin: 20px 0;
	}
	.motiOn_Img img{
		width: 90%;
	}
	.motiOn_imTx{
		display: none;
	}
	/* 2 */
	#ind_conFo{
		padding-bottom: 0;
	}
	.motiTo_Txt{
		display: none;
	}
	.motiTh_Uls li{
		width: 15px;
		height: 15px;
	}
	/* 4 */
	.motiFo>div{
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.motiFo_Txt2{
		position: static;
		height: auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 70px;
		margin-bottom: 30px;
	}
	.motiFo_image{
		position: relative;
		height: auto;
		width: 90%;
		left: 5%;
	}
	.motiFo_image1{
		bottom: 6.4vw;
	}
	.motiFo_yuan{
		position: relative;
		height: auto;
	}
	.motiFo_Txt{
		display: none;
	}
	.motiFo_Txt2 p{
		display: none;
	}
	/* 5 */
	.motiFi_Txt>span{
		display: none;
	}
	.motiFi_Uls{
		margin-bottom: 0;
	}
	.motiFi_Txt1{
		bottom: 50px;
	}
	.motiOn_Txt2 p{
		display: none;
	}
	.motiOn_Txt2{
		width: 100%;
		left: 0;
		top: 70px;
		text-align: center;
	}
	.motiFi_image011{
		top: 92px;
		height: auto;
		width: 480px;
		left: calc(50% - 240px);
	}
	.motiFi_Txt4{
		bottom: 60px;
	}
	.motiFi_Txt4 span{
		display: inline-block;
		font-size: 14px;
	}
	.motiFi_Txt4 h3{
		font-size: 18px;
	}
	.motiFi_center img:nth-child(4){
		left: -260px;
		width: auto;
	}
	
	.motiFi_Txt3{
		display: none;
	}
	.motiFi_image31{
		height: 72%;
		bottom: 60px;
		right: calc(50% - 128px);
	}
	/* 3 */
	.motiTh{
		height: 400px;
	}
	.motiTh_image{
		left: calc(50% - 1040px);
	}
	.motiTh_image .motiTh_image3{
		left: 824px;
	}
	.motiTh_image .motiTh_image1{
		left: 620px;
	}
	.motiTh_image .motiTh_image2{
		left: 717px;
	}
	.motiTh_image .motiTh_image4{
		left: 1030px;
	}
	.motiTh_image .motiTh_image5{
		left: 1075px;
	}
}

@media (max-width:540px ) {
	
	/* 3 */
	.motiTh{
		height: 300px;
	}
	.motiTh_image .motiTh_image3{
		left: 878px;
	}
	.motiTh_image .motiTh_image1{
		left: 716px;
	}
	.motiTh_image .motiTh_image2{
		left: 792px;
	}
	.motiTh_image .motiTh_image4{
		left: 1030px;
	}
	.motiTh_image .motiTh_image5{
		left: 1064px;
	}
}
@media (max-width:440px ) {
	.motiOn_Img{
		width: 90%;
	}
}
@media (max-width:380px ) {
	.motiFo_Txt2 p{
		font-size: 12px;
	}
}