.wrapper{
	background-color: #e7e7e6;
}
.partOne{
	height: 800px;
	margin-bottom: 100px;
	position: relative;
}
.silde,.fimg{
	position: absolute;
	transition: all ease-in-out 0.5s;
	/*opacity: 0;*/
}
.partOne .fimg{
	right: 50%;
	top: 200px;
	width: 680px;
	height: 580px;
	margin-right: -200px;
	background: url(../img/phone/1.png) no-repeat -55px -50px;
	background-size: cover;
	opacity: 1;
}
.partOne .silde{
	left: 50%;
	top: 250px;
	margin-left: 185px;
	opacity: 1;
}
.partTwo{
	text-align: center;
	padding-bottom: 200px;
	padding-top: 150px;
	height: 900px;
}
.partTwo .fimg{
	position: static;
	margin: 0 auto;
	width: 950px;
	height: 510px;
	background: url(../img/phone/2.png) no-repeat center -20px;
	background-size: cover;
	opacity: 1;

}
.title{
	margin: 0 0 20px 0;
}
.partTwo p{
	margin-bottom: 12px;
}
.silde h1{
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}
.silde p{
	text-align: left;
	margin-bottom: 10px;
}
.partTwo .silde{
	width: 100%;
	opacity: 1;
	text-align: center;
}
.partTwo .silde h1,.partTwo .silde p{
	text-align: center;
}
.partThree{
	position: relative;
	height: 700px;
	padding-top: 50px;
	padding-bottom: 100px;
}
.partThree .fimg{
	width: 750px;
	height: 600px;
	background: url(../img/phone/3.png) no-repeat -70px -20px;
	background-size: cover;
	right: 50%;
	margin-right: -200px;
}
.partThree .silde{
	left: 50%;
	top: 180px;
	margin-left: 200px;
}
.partFour{
	position: relative;
	height: 800px;
	padding-bottom: 100px;
}
.partFour .fimg{
	width: 866px;
	height: 540px;
	background: url(../img/phone/4.png) no-repeat 0px -10px;
	background-size: cover;
	left: 50%;
	top: 50px;
	margin-left: -300px;
}
.partFour .silde{
	right: 50%;
	top: 150px;
	margin-right: 80px;
}
.partFive{
	position: relative;
	height: 500px;
	margin: 100px auto;
	padding-bottom: 100px;
}
.partFive .silde{
	left: 50%;
	margin-left: 100px;
	top: 20px;
}
.partFive .fimg{
	width: 560px;
	height: 470px;
	right: 50%;
	margin-right: -60px;
	background: url(../img/phone/5.png) no-repeat -60px -70px;
	background-size: cover;
}
.partSix{
	position: relative;
	height: 600px;
	padding-bottom: 100px;
}
.partSix .silde{
	right: 50%;
	margin-right: 100px;
	top: 60px;
}
.partSix .fimg{
	left: 50%;
	width: 530px;
	height: 590px;
	background: url(../img/phone/6.png) no-repeat -80px -10px;
	background-size: cover;
}
