/*
* COPYRIGHT 2015 Lionmobi Holding Limited All rights reserved.
* www.lionmobi.com
* Version: 1.0 By Royce
*/

/* Banner */
.swiper-container {
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	/*border-bottom: solid 1px #9d9d9d;*/
}

.swiper-slide {
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-lion {
	background: url('../images/index/banner_lion.jpg') no-repeat scroll center top / cover;
	background-position: 50% 0;
}

.swiper-slide .info {
	position: absolute;
	left: 10%;
	width: 80%;
	top: 58%;
	text-shadow: rgba(0, 0, 0, .7) 0 0 5px;
}

.swiper-slide .info h1 {
	margin: 0;
	padding: 0;
}

.swiper-slide .info p {
	margin: 0;
	padding: 20px 0 10px;
	font-size: 24px;
}

.users-choose-lionmobi div h4 {
	font-weight: 400;
}

.download-learn-more {
	display: inline-block;
}

/* Screen Scroll */
.screen-scroll-first,
.screen-scroll-second {
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
	width: 17px;
}

.screen-scroll-first {
	z-index: 17;
	-webkit-animation: scrollsecond 2s infinite;
	-moz-animation: scrollsecond 2s infinite;
	-ms-animation: scrollsecond 2s infinite;
	-o-animation: scrollsecond 2s infinite;
	animation: scrollsecond 2s infinite;
}

@-webkit-keyframes scrollfirst {
	0% {-webkit-opacity: 0;}
	20% {-webkit-opacity: 1;}
	50% {-webkit-opacity: 0;}
	100% {-webkit-opacity: 0;}
}

@-moz-keyframes scrollfirst {
	0% {-moz-opacity: 0;}
	20% {-moz-opacity: 1;}
	50% {-moz-opacity: 0;}
	100% {-moz-opacity: 0;}
}

@-ms-keyframes scrollfirst {
	0% {-ms-opacity: 0;}
	20% {-ms-opacity: 1;}
	50% {-ms-opacity: 0;}
	100% {-ms-opacity: 0;}
}

@-o-keyframes scrollfirst {
	0% {-o-opacity: 0;}
	20% {-o-opacity: 1;}
	50% {-o-opacity: 0;}
	100% {-o-opacity: 0;}
}

@keyframes scrollfirst {
	0% {opacity: 0;}
	20% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}

.screen-scroll-second {
	z-index: 16;
	-webkit-animation: scrollfirst 2s infinite;
	-moz-animation: scrollfirst 2s infinite;
	-ms-animation: scrollfirst 2s infinite;
	-o-animation: scrollfirst 2s infinite;
	animation: scrollfirst 2s infinite;
}

@-webkit-keyframes scrollsecond {
	0% {-webkit-opacity: 0;}
	6% {-webkit-opacity: 1;}
	50% {-webkit-opacity: 0;}
	100% {-webkit-opacity: 0;}
}

@-moz-keyframes scrollsecond {
	0% {-moz-opacity: 0;}
	6% {-moz-opacity: 1;}
	50% {-moz-opacity: 0;}
	100% {-moz-opacity: 0;}
}

@-ms-keyframes scrollsecond {
	0% {-ms-opacity: 0;}
	6% {-ms-opacity: 1;}
	50% {-ms-opacity: 0;}
	100% {-ms-opacity: 0;}
}

@-o-keyframes scrollsecond {
	0% {-o-opacity: 0;}
	6% {-o-opacity: 1;}
	50% {-o-opacity: 0;}
	100% {-o-opacity: 0;}
}

@keyframes scrollsecond {
	0% {opacity: 0;}
	6% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}

.screen-scroll-first img,
.screen-scroll-second img {
	display: block;
	width: 100%;
}


/* Main Body */
.main-body {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
	min-width: 480px;
	color: #444;
}

/* Users Choose LionMobi */
.users-choose-lionmobi {
	padding: 120px 0;
	width: 100%;
}

.users-choose-lionmobi h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.users-choose-lionmobi h2 span {
	margin: 0 10px;
}

.users-choose-lionmobi div {
	display: table-cell;
	padding: 50px 3% 0 0;
	width: 33%;
}

.users-choose-lionmobi div:last-of-type {
	display: table-cell;
	padding: 50px 0 0 0;
	width: 34%;
}

.users-choose-lionmobi div h4 {
	display: block;
	margin: 0 0 32px;
	padding: 0;
}

.users-choose-lionmobi div p {
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-size: 16px;
}


/* Index Reviews */
.news-reviews {
	padding: 120px 0;
	width: 100%;
}

.news-reviews h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.news-reviews .news{
	position:relative;
	margin:60px 0 40px;
	padding:0;
	display:block;
	width:100%;
}
.news-list{
	float: right;
	width: 67%;
	line-height:35px;
	color:#acacac;
}
.news-list li{
	display:block;
	padding:0 0 0 2%;
	width:98%;
	background:url(/images/news_drop.gif) no-repeat left center;
}
.news-list li a:hover .newstitle,.news-list li a:hover .resource{
	color: #6b63e1;
	padding-left: 5px;
}
.news-more{
	padding:0 20px 0 15px;
	line-height: 50px;
	color: #6962dd;
	background:url(/images/news_more.png) no-repeat right center;
}
.news-more:hover{
	margin-left: 5px;
}

.newstitle{
	color: #444;
}
.resource{
	color: #acacac;
}


/*  Link */
.link{
	width: 100%;
	line-height: 20px;
	font-size: 13px;
}
.link span{
	width:13%;
	float: left;
	text-indent: 62px;
}
.link div{
	width:87%;
	float: right;
}
.link div a{
	padding: 0 6px;
}



/* 20151203 Know More */
.km-layer {
	padding: 5px 0 0;
}
.km-layer a.know-more {
	padding-right: 15px;
	background: url('../images/index/know_more_arrow.png') no-repeat right 5px;
	background-size: 6px auto;
	color: #fff;
	font-size: 18px;
}


/* Mobile Style */
@media screen and (max-width: 1080px) {
	.banner-lion {
		background-position: 60% 0;
	}
	
	.swiper-slide .info h1 {
		margin: 0;
		padding: 0;
		font-size: 48px;
	}
	
	.swiper-slide .info p {
		margin: 0;
		padding: 10px 0 30px;
		font-size: 18px;
	}
	
	.main-body {
		max-width: 960px;
		min-width: 320px;
	}
	
	.users-choose-lionmobi {
		padding: 30px 0;
	}
	
	.users-choose-lionmobi h2 {
		font-size: 26px;
	}
	
	.users-choose-lionmobi h2 span {
		display: block;
		margin: 0 10px;
		font-size: 40px;
	}
	
	.users-choose-lionmobi div {
		display: block;
		padding: 30px 5% 0;
		width: 90%;
	}
	
	.users-choose-lionmobi div:last-of-type {
		display: block;
		padding: 30px 5% 0;
		width: 90%;
	}
	
	.users-choose-lionmobi div h4 {
		display: block;
		margin: 0 0 10px;
		padding: 0;
		font-size: 17px;
	}
	
	.users-choose-lionmobi div p {
		margin: 0;
		padding: 0;
		line-height: 20px;
		font-size: 13px;
	}

	/* Index Reviews */
	.news-reviews {
		padding: 30px 0;
	}

	.news-reviews h2 {
		font-size: 26px;
		text-align: center;
	}
	.news-reviews .news{
		position:relative;
		margin:20px 0;
		padding:0;
		display:block;
	}
	.news-reviews .news .photo-news img{
		width: 100%;
	}
	.news-list{
		width: 100%;
		color:#acacac;
	}
	.news-list li{
		display:block;
		padding:0 0 0 3%;
		margin: 0 5%;
		width:89%;
		text-overflow: ellipsis;
		overflow:hidden;
		height:20px;
		line-height: 20px;
		font-size: 13px;
		background:url(/images/news_drop.gif) no-repeat left center;
	}
	.news-list li a{
		color: #444;
	}
	.news-more{
		padding:0 20px 0 8%;
		line-height: 50px;
		font-size: 13px;
		background:url(/images/news_more.png) no-repeat right center;
	}
	.news-more a{
		color: #6962dd;
	}


	/*  Link */
	.link{
		display: none;
	}
}