.automated{width:100%; padding-top:70px;}
.automated .part{width:100%; position:relative;}
.automated .part1 .bg{width:100%;}
.automated .part1 .bg img{display:block; width:100%;}
.automated .part1_con{width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}
.automated .part1_con li{width:100%; height:100%; box-sizing:border-box; padding-top:10%; position:absolute; top:0; left:0; display:flex; justify-content:center; align-items:center; z-index:-10; opacity:0;}
.automated .part1_con li.on{z-index:10; opacity:1;}

.automated .part1_con li .box{width:100%; box-sizing:border-box; position:relative;}

.automated .part1_anim_1 .box .txt{width:100%;}
.automated .part1_anim_1 .box .txt img{display:block; width:100%;}

.automated .part1_anim_2 .box .txt{width:100%;}
.automated .part1_anim_2 .box .txt img{display:block; width:100%;}

.automated .part1_anim_3 .box{padding:0 4%;}
.automated .part1_anim_3 .box img{display:block; width:100%;}

.automated .part1_anim_4 .box .txt{width:100%; margin-bottom:18%;}
.automated .part1_anim_4 .box .txt img{display:block; width:100%;}
.automated .part1_anim_4 .car_box{width:100%; box-sizing:border-box; padding:0 4%; position:relative; display:flex; justify-content:space-between; flex-wrap:wrap;}
.automated .part1_anim_4 .box .car1{width:44%; box-sizing:border-box; padding-left:6%;}
.automated .part1_anim_4 .box .car1 .pic{width:100%;}
.automated .part1_anim_4 .box .car1 .pic img{display:block; width:100%;}
.automated .part1_anim_4 .box .car1 .carname{width:120%; position:relative; left:-10%;}

.automated .part1_anim_4 .box .car2{width:44%; box-sizing:border-box; padding-right:6%;}
.automated .part1_anim_4 .box .car2 .pic{width:100%;}
.automated .part1_anim_4 .box .car2 .pic img{display:block; width:100%;}
.automated .part1_anim_4 .box .car2 .carname img{width:134%; position:relative; left:-15%;}


.automated .part1_anim_4 .box .car3{width:100%; display:flex; justify-content:center; margin-top:20px;}
.automated .part1_anim_4 .box .car3 .carimg{width:60%;}
.automated .part1_anim_4 .box .car3 .pic{width:100%;}
.automated .part1_anim_4 .box .car3 .pic img{display:block; width:100%;}

.automated .part1_anim_1 .box .txt{opacity:0;}
.automated .part1_anim_1 .box .txt.anim{animation:zoomInDown 1s 1 both; -webkit-animation:zoomInDown 1s 1 both; }
.automated .part1_anim_1 .box .txt.anim_out{animation:fadeOut 1s 1 both; -webkit-animation:fadeOut 1s 1 both; }

.automated .part1_anim_2 .box .txt{opacity:0;}
.automated .part1_anim_2 .box .txt.anim{animation:zoomInDown 1s 1 both; -webkit-animation:zoomInDown 1s 1 both; }
.automated .part1_anim_2 .box .txt.anim_out{animation:fadeOut 1s 1 both; -webkit-animation:fadeOut 1s 1 both; }

.automated .part1_anim_4 .box{opacity:0;}
.automated .part1_anim_4 .box.anim{animation:fadeIn 1s 1 both; -webkit-animation:fadeIn 1s 1 both; }


@-webkit-keyframes zoomInDown{
	0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-100px,0);transform:scale3d(.1,.1,.1) translate3d(0,-100px,0);}
	60%{opacity:1;}
	100%{opacity:1;-webkit-transform:scale3d(1,1,1) translate3d(0,0px,0);transform:scale3d(1,1,1) translate3d(0,0px,0);}
}
@keyframes zoomInDown{
	0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-100px,0);transform:scale3d(.1,.1,.1) translate3d(0,-100px,0);}
	60%{opacity:1;}
	100%{opacity:1;-webkit-transform:scale3d(1,1,1) translate3d(0,0px,0);transform:scale3d(1,1,1) translate3d(0,0px,0);}
}

@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}
@keyframes fadeOut{0%{opacity:1}to{opacity:0}}


.automated .part2{width:100%;}
.automated .part2 img{display:block; width:100%;}
.automated .part2 .mov{width:100%;}


/*视频弹窗*/
.mov_pop{width:100%; height:100vh; background:rgba(0,0,0,1); position:fixed; top:0; left:0; z-index:1000003; display:none;}
.mov_pop .box_pop{width:100%; height:100vh; position:relative;}
.mov_pop .box_pop .close{display:block; width:35px; height:35px; position:absolute; top:10px; right:10px; z-index:2;}
.mov_pop .box_pop .close img{display:block; width:100%;}
.mov_pop .box_pop .videos_wrap{width:100%; height:100vh; display:flex; justify-content:center; align-items:center; position:absolute; top:0; left:0; z-index:1;}
.mov_pop .box_pop video{width:100%; border:none; outline:none; margin-top:inherit; /*display:block;此属性会导致视频在苹果手机播放时暂停键功能失效*/ }








































