.banner.index {
	height: 528px;
	overflow: hidden;
	background: url(../images/contactbg.jpg) center center;
}

.banner.index h1 {
	padding-top: 80px;
}

.banner.index p {
	padding-top: 40px;
}

.scroll_banner {
	height: 500px;
	position: relative;
	margin-top: -100px;
}
.scroll_banner .w{
	position: relative;
	height: 500px;
}

/*.scroll_banner li {
	width: 395px;
	height: 415px;
	display: table;
	position: relative;
	float: left;
	position: relative;
}*/

.scroll_banner li span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	display: none;
}

.scroll_banner li:hover span {
	display: block;
}

.scroll_banner li span a {
	position: absolute;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -75px;
	font-size: 18px;
}
.scroll_banner li span a.btn-primary{
	background: #12d8fd;
	border: none;
}
.scroll_banner li.s3 span a.btn-primary{
	background: #ffe033;
}
.scroll_banner li.s1 span a.btn-primary{
	background: #08f196
}
.scroll_banner li .text {
	width: 90%;
	position: absolute;
	height: auto;
	overflow: hidden;
	left: 5%;
	bottom: 20px;
	z-index: 11;
}

.scroll_banner li {
	position: absolute;
}
#jswbox .prev,
#jswbox .next {
	display: none;
}
.scroll_banner li img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 100%;
	width: 100%;
}

.scroll_banner li h2 {
	font-weight: bold;
}

.scroll_banner li .c1 {
	color: #08f196;
}

.scroll_banner li .c2 {
	color: #11d8fc;
}

.scroll_banner li .c3 {
	color: #ffe033;
}

.scroll_banner li p {
	color: #fff;
}

.index_text p {
	margin: 0px;
	line-height: 24px;
}

.index_app {
	background: url(../images/index_appbg.jpg) center center;
}

.index_app h3,
.index_app p {
	color: #fff;
}

.index_app a {
	background: #ffffff;
	color: #1f6fff;
}

.openbook {
	padding: 80px 0px;
}

.openbook h2 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
}

.openbook p {
	margin-top: 45px;
	line-height: 36px;
}

.openbook a {
	display: block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}













#jswbox ul {
	position: relative;
	height: 600px;
}

#jswbox li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	top: 152px;
	left: 10px;
	background: #000;
}
#jswbox li img {
	display: block;
	width: 100%;
	height: 100%;
}
#jswbox li:hover img{
	opacity: .8;
}
#jswbox .prev,
#jswbox .next {
	display: none;
}