.flow {
	width: 100%;
	height: 636px;
	background-color: #f3f3f5;
}
.flow .flow-main {
	width: 1200px;
	height: 636px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}
.flow .flow-main .flow-left {
	width: 30%;
	padding-top: 60px;
}
.flow-left .left-item {
	position: relative;
	top: 0;
	left: 0;
	color: #1F2329;
	padding-bottom: 51px;
	cursor: pointer;
	display: flex;
	align-items: center;

}
.flow-left .left-item:last-child {
	padding: 0;
}
.flow-left .left-item::after {
	content: '';
	position: absolute;
	top: 16px;
	left: 8px;
	width: 1px;
	height: 68px;
	background-color:  #e5e5e5;
	z-index: 0;

}
.flow-left .left-btn {
	display: block;
	margin-top: 49px;
	width: 176px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #2c68ff;
	border-radius: 24px;
	color: #fff;
	font-size: 14px;
}
.flow-left .left-item:nth-child(4)::after  {
	height: 0;
}
.round {

	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 16px;
	position: relative;

}
.round-active {
	border: 1px solid #aac2ff;
}
.left-item-active .round-desc {
	font-size: 22px!important;

}
.flow-left .left-item .round-con {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -7px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff; 
	/* 2c68ff */
	border-radius: 50%;
	border: 1px solid #dbdbdb;
	z-index: 2;

}
.flow-left .left-item .con-active {
	background-color: #2c68ff;
}
.flow-left .left-item-active {
	color: #2C68FF;

}

.flow .flow-main .flow-right {
	width: 834px;
	/* height: 500px; */
}
/* 右侧录播图 */
.flow-container {
	width: 834px;
	height: 516px;
	/* background: #c4c4c4 ; */
	border-radius: 10px;
	box-shadow: 0px 4px 14px 0px rgba(19,50,122,0.2); 
	overflow: hidden;

}
.flow-container .swiper-slide  {
	width: 834px;
	height: 516px;
}
.flow-container .swiper-slide .slide-img  {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.flow .flow-title {
	padding-top: 140px;

}
.flow .flow-title h3 {
	font-size: 36px;
	color: #1F2329;
	line-height: 48px;
	text-align: center;
	font-weight: 600;

}
.flow .flow-part {
	padding-top: 80px;
}
.flow-part .part-main {
	width: 1027px;
	margin: 0 auto;
	/* overflow: hidden; */
}
.flow-part .part-main .part {
	float: left;
	width: 127px;
}
.flow-part .part-main .part .part-img {
	width: 104px;
	height: 94px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;

}
.dong1 {
	animation: dong 1400ms   1 ;

}
.dong2 {
	animation: dong 1400ms   1 1.4s;
}
.dong3 {
	animation: dong 1400ms   1  3s;
}
.dong4 {
	animation: dong 1400ms  1 4.6s;
}
.flow-part .part-main .part .part-text {
	padding-top: 26px;
	color: #1F2329;
	font-size: 14px;
	text-align: center;
}
.flow-part .part-main .line {
	float: left;
	width: 173px;
	height: 120px;
	position: relative;
	top: 0;
	left: 0;

}
.line .arrow {
	position: absolute;
	width: 148px;
	height: 12px;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -74px;
}
.line .line1 {
	background: url("/images/ios2/line1.png");
}
.line .line2 {
	background: url("/images/ios2/line2.png");
}
.line .line3 {
	position: absolute;
	width: 32px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin-top: -9px;
	margin-left: -16px;
	background: url("/images/ios2/line3.png");
}
/* 评价 */
.evaluate {
	width: 100%;
	height: 412px;
	background-color: #fff;
}
.evaluate .title h3 {
	font-size: 36px;
	color: #1F2329;
	text-align: center;
	padding-top: 90px;
}

.evaluate .user {
	padding-top: 30px;
	padding-bottom: 160px;
	background-color: #fff;
}
.user .user-main .swiper-wrapper .swiper-slide {
	width: 442px !important;
	height: 286px;
	background: #ffffff;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 24px 0px rgba(28,76,186,0.06); 
	border-radius: 4px;
}
.user-desc {
	padding: 28px 40px 0 36px;
}
.users-info {
	display: flex;
}


.user-desc .user-img {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
}

.user-desc .user-img img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.user-desc .user-text {
	padding-left: 12px;
}
.user-text { 
	padding-top: 2px;

	justify-content: space-between;
}
.user-info {
	display: flex;
	/* width: 310px; */
	justify-content: space-between;
}
.user-info .timer {
	font-size: 12px;
	color: #646A73;
	position: absolute;
	top: 31px;
	right: 40px;
}


.user-text .user-name .start {
	margin-top: 6px;
	height: 16px;

}
.user-text .user-name .start  img {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.user-content {
	box-sizing: border-box;
	padding-top: 20px;
	height: 140px;
	display: flex;
	padding-left:  36px;
	padding-right: 36px;

	

}
.user-content .dou {
	display: block;
	width: 18px;
	height: 16px;
}
.describe {
	padding-left: 12px;
	font-size: 20px;
	line-height: 32px;
	color: #1F2329;
	font-weight: 600;
	
}

.phone-types {
	padding-top: 36px;
	padding-left: 36px;
	color: #646A73;
	font-size: 12px;
}
.phone-types .phone-name  img {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
.phone-types .phone-name span {
	padding-left: 4px;
}
.foot {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #646A73;
	text-align: center;
	background: #F3F3F5;
	padding-bottom: 160px;
}
.foot .company-number {
	padding-left: 28px;
}
.downs  {
	width: 100%;
	height: 100px;
	background: #ffffff;
	box-shadow: 0px -4px 20px 0px rgba(19,50,122,0.1); 
	position: relative;
}
.downs  .down-url {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;



}
.downs   .down-url .down-btn {
	width: 167px;
	height: 46px;
	line-height: 36px;
	background: #2c68ff;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}
.downs   .down-url .down-btn .down-img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.down-desc {
	padding-top: 8px;
	text-align: center;
	color: #646A73;
	font-size: 14px;
}
.down-desc .new-time {
	padding-left: 24px;


}
.user-main {
	height: 330px;
	width: 100%;
	overflow-x: hidden;
}

.user-main .swiper-container {
	overflow: visible!important ;
}

.user-main .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width: 62px;
	height: 62px;
	margin-left: 108px;
	margin-top: -26px;
	background-image: url("/images/ios2/leftBtn.png");
	background-size: 62px 62px;
	opacity: 0;
	
}
.user-main:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	opacity: 1;
}
.user-main .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 62px;
	height: 62px;
	margin-right: 154px;
	margin-top: -26px;
	background-image:  url("/images/ios2/rightBtn.png");
	background-size: 62px 62px;
	opacity: 0;
}
.user-main:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev { 
	opacity: 1;
}

.imgs {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;


}

@keyframes dong {
	0% {
		
		transform: translateY(0);
		opacity: 0;
		
	}
	50% {
		transform: translateY(-10px);
	}

	100% {
		
		transform: translateY(0);
		opacity: 1;
	
	}
}


@keyframes shadow {
	0% {
	
		transform:  scale(1);
		
	}
	50% {
	
		transform:  scale(0.9);
		
	}


	100% {
		
		transform:  scale(1);
	
	}
}


.shadow {
	left: 0;
	margin: auto;
	position: absolute;
	z-index: auto;
	right: 0;
	bottom: -38px;
	animation-name : shadow;
	animation-duration: 1400ms;
	animation-timing-function: ease;
	animation-iteration-count: 1;


	
}
.shadow1 {
	animation-delay: 0;
}
.shadow2 {
	animation-delay: 1.4s;
}
.shadow3 {
	animation-delay: 3s;
}
.shadow4 {
	animation-delay: 4.6s;
}
.goDown {
	position: fixed;
	bottom: 0;
	z-index: 99;
}
.downs .down-url .down-btn:hover {
	background-color: #215CF0;
}

.baseLine {
	width: 424px;
	border-bottom: 1px solid #efefef;
	display: flex;
	height: 140px;

}
.name {
	font-size: 18px;
}
/* 场景 */
.scene {
	width: 100%;
	background-color: #fff;

}
.scene .scene-container {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.scene-h {
	padding-top: 90px;
	color: #1F2329;
	font-size: 36px;
	font-weight: 700;
	
}
.scene-txt {
	padding-top: 8px;
	padding-bottom: 30px;
	font-size: 20px;
	color: #646A73;
}
.scene-main {
	display: flex;
	overflow: hidden;
	height: 512px;
}
.scene-main .scene-left {
	width: 321px;
	height: 512px;
	/* background: rgba(0,0,0,0.8); */
	margin-right: 12px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
.scene-main .scene-left img,.scene-main .scene-right img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.scene-main .scene-left .pass-word {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.item-head {
	transition: all 2s;
	position: relative;
	top: -200px;
	left: 0;
	/* padding: 28px 24px; */
	padding-top: 79px;
	padding-left: 24px;
	padding-right: 20px;
	padding-right: 0;
	color: #fff;
}
.item-head-two {
	padding-top: 104px;
}
.item-box h3,.scene-left h3 {
	font-size: 20px;
	text-align: left;
	padding: 28px 12px 12px 24px;
	/* padding-bottom: 12px; */
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 1;

}
.item-box h3::after,.scene-left h3::after {
	transition: all 2s;
	content: '';
	position: absolute;
	bottom: 0;
	left: 24px;
	width: 110px;
	height: 1px;
	background-color: #fff;
}
.scene-left:hover h3::after { 
	width: 240px;
}

@keyframes hideAnimation { 
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0.005;
	}
	100% {
		opacity: 0;
	}

}

.scene-left .item-desc,.scene-right .item-desc {
	font-size: 14px;
	/* padding-top: 12px; */
	text-align: left;
	line-height: 24px;
	padding-right: 20px;
	animation: hideAnimation 1.6s linear;
	animation-fill-mode:forwards;
	
}
.pass-down {

}
.pass-down {
	position: absolute;
	bottom: -44px;
	left: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #2c68ff;
	font-size: 18px;
	text-align: center;
	transition: all 2s;

}
.pass-down a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;

}
.pass-down a:hover {
	background-color: #215cf0;
}
.scene-main .scene-left .pass-word{
	background-color:rgba(0,0,0,0.5);
	transition: all 2s;
}
.scene-right .pass-word {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
/* 悬浮效果-左侧 */
.scene-main .scene-left:hover .pass-word{
	transition: all 2s;
	background-color:rgba(0,0,0,0.8);
}
.scene-main .scene-left:hover .pass-word .pass-down {
	bottom: 0;
	transition: all 2s;

}
.scene-main .scene-left:hover .pass-word .item-head {
	transition: all 2s;
	top: 0;
}
.scene-main .scene-left:hover .pass-word .item-head .item-desc{
	animation: showAnimation 1.4s linear;
    animation-fill-mode: forwards;
}
.scene-main .scene-left:hover .pass-word .item-head h3::after  {
	width: 100%;
	transition: all 2s 0.5s;
	
}
/* 悬浮效果-右侧 */
.scene-main .scene-right .scene-li .pass-word
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	
}
@keyframes showAnimation { 
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}

.scene-main .scene-right .scene-li:hover .pass-word{
	transition: all 2s;
	background-color:rgba(0,0,0,0.8);
	
}
.scene-main .scene-right .scene-li:hover .pass-word .item-desc {
	animation: showAnimation 1.4s linear;
	animation-fill-mode:forwards;
}
.scene-main .scene-right .scene-li:hover .pass-word .pass-down {
	bottom: 0;
	transition: all 2s;

}
.scene-main .scene-right .scene-li:hover .pass-word .item-head {
	transition: all 2s;
	top: 0;
}
.scene-main .scene-right .scene-li:hover h3::after  {
	width: 240px;
	transition: all 2s 0.5s;
	
}

/* 右侧 */
.scene-main .scene-right {
	width: 867px;
	height: 472px;


}
.scene-ul {
	

}
.scene-ul .scene-li {
	float: left;
	width: 281px;
	height: 250px;
	margin-right: 12px;
	overflow: hidden;

}
.scene-ul .scene-li:nth-child(3n) {
	margin-right: 0;
}
.scene-ul .scene-li:nth-child(4),.scene-ul .scene-li:nth-child(5),.scene-ul .scene-li:nth-child(6) {
	margin-top: 12px;
}
.scene-ul .scene-li .item-box {
	width: 100%;
	height: 250px;
	position: relative;
	/* background-color: #333; */
}
.scene-ul .scene-li .item-box {

}
.swiper-box {
	height: 516px;
}
.scroll-number {
	height: 28px;
	font-size: 24px;
	color: #F15533;
	display: inline-block;
    vertical-align: bottom;
}
.scene-ul {
	overflow: hidden;
}

@keyframes sceneAnimation {
	0% {
		
		transform: translateY(330px);
	
		
	}
	50% {
		transform: translateY(200px);
	}

	100% {
		
		transform: translateY(0px);
		
	
	}
}

/* 浮动效果 */
.scene-ul .scene-box-item {
	position: relative;
	transform: translateY(330px);

}
.scene-ul .scene-box1,.scene-main .scene-box1 {
	
	animation: sceneAnimation 0.8s linear;
	animation-fill-mode:forwards;

}

.scene-ul .scene-box2 {
	animation: sceneAnimation 1.2s linear;
	animation-fill-mode:forwards;

}
.scene-ul .scene-box3 {
	animation: sceneAnimation 1.4s linear;
	animation-fill-mode:forwards;

}
.scene-ul .scene-box4 {
	animation: sceneAnimation 1.6s linear;
	animation-fill-mode:forwards;

}
.scene-ul .scene-box5 {
	animation: sceneAnimation 1.8s linear;
	animation-fill-mode:forwards;

}
.scene-ul .scene-box6 {
	animation: sceneAnimation 2s linear;
	animation-fill-mode:forwards;

}


@keyframes prodong {
	0% {
		
		transform: translateY(226px);
		opacity: 0;
		
	}
	50% {
		transform: translateY(100px);
	}

	100% {
		
		transform: translateY(0);
		opacity: 1;
	
	}
}
.programme .pro {
	position: relative;
	/* top: 0; */
	left: 0;
	bottom: 300px;
}
.programme .pro-box1 {
	animation: prodong 1.4s linear;
	animation-fill-mode:forwards;

}
.programme .pro-box2 {
	animation: prodong 1.6s linear;
	animation-fill-mode:forwards;

}
.programme .pro-box3 {
	animation: prodong 1.8s linear;
	animation-fill-mode:forwards;

}