
.hd{
	/*visibility:hidden;*/
	/*display: none;*/
	opacity: 0;
}
.mobile-content {
	/*position: fixed;*/
	/*改*/
	position: absolute;
	/*bottom: 4.5%;*/
	bottom: 6%;
	left: 0;
	width: 100%;
	height: 70%;
	z-index: 11;
	overflow: hidden;
	box-sizing: border-box;
	border: none;
	-moz-transition: bottom .7s ease-in-out;
	-o-transition: bottom .7s ease-in-out;
	-webkit-transition: bottom .7s ease-in-out;
	transition: bottom .7s ease-in-out;
	text-align: center;
	/*transform: translate(-4%, 0);*/
}

.mobile-content .device-frame {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%
}

.mobile-content .device-frame .image-slides .screen-image.hide {
	top: 100%
}

.mobile-content .device-frame .image-slides {
	display: block;
	position: absolute;

	z-index: 10;
	overflow: hidden;
	width: 100%;
	left: 0;
	height: 75.2%;
	top: 12.2%;
	
}

.mobile-content.hide,
.white-back.hide {
	bottom: -100%;
	-moz-transition: bottom .4s ease-in-out;
	-o-transition: bottom .4s ease-in-out;
	-webkit-transition: bottom .4s ease-in-out;
	transition: bottom .4s ease-in-out
}

.mobile-content.up-hide,
.white-back.up-hide {
	bottom: 110%;
	-moz-transition: bottom .4s ease-in-out;
	-o-transition: bottom .4s ease-in-out;
	-webkit-transition: bottom .4s ease-in-out;
	transition: bottom .4s ease-in-out
}

.mobile-content .device-frame .device {
	position: relative;
	height: 100%
}

.mobile-content .device-frame .image-slides .screen-image {
	/*position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(100%);*/
	
	height: 100%;
	z-index: 100;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.imgDiv{
	/*background-color: lightpink;*/
	width:100%; 
	zoom:1;
	margin: 0 auto !important;
	overflow: hidden;
}
.mobile-content .device-frame .image-slides .screen-image .imgWrapper{
	width: 1000%;
	height: 100%;
}
.screen  .bgWrapper{
	/*position: absolute;*/
	width: 1000%;
	height: 100%;
}
/*.screen  .bgWrapper img{
	width: 100%;
}*/
.imgDiv img{
	height: 100%;
	float: left;
	z-index: 1001;
}
   

.voice {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(https://static.sortime.com/index/images/photo-smart-lg-d7b15f3b.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.front-page {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(https://static.sortime.com/index/images/photo-main-lg-ead31c33.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.invite {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(https://static.sortime.com/index/images/photo-invite-lg-282cc793.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.contact {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(https://static.sortime.com/index/images/photo-nlp-lg-03503184.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.last-page {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(https://static.sortime.com/index/images/photo-startrack-lg-2cde8932.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.header-nav-links {
	float: right
}

.about-us-container {
	position: relative;
	display: inline;
	padding-bottom: 4px;
	margin-left: 34px;
	width: 72px;
	height: 18px
}

.about-us {
	width: 56px;
	height: 18px;
	font-size: 15px;
	color: #333;
	text-decoration: none
}

.activity-manager-container {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	height: 18px
}

.activity-manager {
	width: 56px;
	height: 18px;
	font-size: 15px;
	color: #333;
	text-decoration: none
}

.activity-manager-circle {
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	background-color: #ff4c52;
	position: absolute;
	right: -4px;
	top: 0
}


/*  关于我们    css*/
.aboutUsCon{
	position: absolute;
	font-size: 20px;
	color: white;
	/*top: 20%;*/
	top: 220px;
	width: 100%;
}
.aboutUsCon .tit{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 24px;
}
.aboutUsCon .con{
	/*font-size: 20px;*/
	line-height: 30px;
	margin-bottom: 60px;
	color: #dfdfdf;
	zoom: 1;
	width: 100%;
}
.aboutUsCon .con .icon{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 1.0;
	/*margin-bottom: 34px;*/
	margin-bottom: 18px;
}


.aboutUsCon .con .icon .iconDiv{
	background: url(../images/icon1s.png) center no-repeat;
	width: 40px;
	height: 40px;
	/*background-size:cover ;*/
	float: left;
	
}
.aboutUsCon .con .icon .iconDiv2{
	background-image: url(../images/icon2s.png);
}
.aboutUsCon .con .icon .iconDiv3{
	background-image: url(../images/icon3s.png);
}
.aboutUsCon .con .icon .iconDiv4{
	background-image: url(../images/icon4s.png);
}
.aboutUsCon .con .icon .iconDiv5{
	background-image: url(../images/icon5.png);
}
.aboutUsCon .con .icon .iconDiv6{
	background-image: url(../images/yszc.png);
}
.aboutUsCon .con .icon2{
	height: 60px;
	
}

.aboutUsCon .con .icon .iconText{
 	float: left;
	line-height: 40px;
	height: 40px;
	margin-left: 22px;
}
.aboutUsCon .con .icon .iconTextBig{
	float: left;
	line-height: 40px;
	height: 40px;
	margin-left: 22px;
	font-size: 22px;
}
.aboutUsCon .con .icon2 .iconDiv{
	height: 100%;
}
.aboutUsCon .con .icon2 .iconText{
	line-height: 60px;
	height: 60px;
}
.aboutUsCon .con .icon2 .iconText2{
	line-height: 30px;
	height: 60px;
	width: 320px;
}
.aboutUsCon .con .icon2 .ic3{
	line-height: 60px;
}

/*@media only screen and (max-height:800px) {
	#fullpage .pageBox .conBox .indexCon h3 {
		font-size: 9em;
		margin-bottom: .5em
	}
	
}*/


