#index{
	padding-bottom: 96px;
}
.index-banner {
	background: url(../image/home_bg.png) no-repeat center center;
	height: 609px;
}

.index-banner-left {
	display: inline-block;
	width: 450px;
	padding-top: 90px;
}

.index-banner-p1 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 42px;
}

.index-banner-p2 {
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	font-weight: bold;
}

.index-banner-p3 {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 50px;
}

.index-banner-left .download {
	display: block;
	width: 290px;
	height: 70px;
	background-color: #30e0a8;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
	margin-top: 55px;
}

.index-banner-left .download:hover {
	background: #2BB98C;
}

.index-banner-p4 {
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	margin-top: 10px;
}


.index-banner-right {
	display: inline-block;
	float: right;
	padding-top: 90px;
}

.index-banner-img {
	width: 632px;
	height: 403px;
	overflow: hidden;
}

.index-banner-div {
	text-align: center;
	margin-top: 25px;
	font-size: 16px;
	color: #aed2ff;
}

.index-banner-div p {
	display: inline-block;
	font-size: 16px;
}

.index-banner-div span {
	display: inline-block;
	padding: 0px 3px 0px 13px;
	font-weight: bold;
}

.index-banner-div .banner-action {
	color: #FFFFFF;
}

.bannerImg1 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bannerImg {
	animation-duration: 1.5s;
	animation-name: bannerImg;
}

@keyframes bannerImg {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 内容main */
.index-main-top {
	text-align: center;
	padding: 50px 0px;
}

.main-top-p1 {
	font-size: 30px;
	font-weight: bold;
	color: #42495f;
}

.main-top-p2 {
	font-size: 18px;
	color: #B1B2BB;
	margin-top: 5px;
}

.index-main {
	margin: 0 126px 20px 30px;
	border-left: 1px dashed #ccc;
}

.index-main-center>div {
	margin-bottom: 45px;
	position: relative;
}

.index-main-center .i_step {
	position: absolute;
	background: url(../image/i_step.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -14px;
	top: 0;
	z-index: 1;
}

.index-main-center .title {
	font-size: 26px;
	color: #586383;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 120px;
}

.index-main-center .info {
	color: #8e93a2;
	font-size: 18px;
	line-height: 30px;
	padding-left: 120px;
}

.index-main-center img {
	max-width: 920px;
	height: auto;
	display: block;
	margin: auto;
	margin-top: 20px;
	padding-left: 200px;
}

.index-download {
	text-align: center;
	/* padding-bottom: 20px; */
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 95px;
	background: #FFFEFE;
	/* border-top: 1px solid #CCCCCC; */
	z-index: 2;
	border-top: 1px solid #fafafa;
	    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
	    -webkit-box-shadow: 0px -5px 5px 0px rgb(0 0 0 / 2%);
	    box-shadow: 0px -5px 5px 0px rgb(0 0 0 / 2%);
}
.index-download-p {
	font-size: 0px;
}

.index-download .download {
	display: inline-block;
	width: 150px;
	height: 50px;
	color: #fff;
	background-color:  #30e0a8;
	/* background-image: linear-gradient(90deg, #4e74f0 0%, #00b7e6 33%, #00b7e6 66%, #00b7e6 100%); */
	background-size: 300% 100%;
	text-align: center;
	line-height: 50px;
	transition: box-shadow .2s ease-out, background .3s linear;
	border-radius: 4px;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.thunderbolt-nofollow{
	margin-left: 40px;
}
.index-download .download:hover {
	background-color: #2BB98C;
	/* background-position-x: 66%; */
}
.thunderbolt{
	font-size: 0px;
}
.thunderbolt span{
	color: #909599;
	font-size: 14px;
	display: inline-block;
	margin: 0px 6.5px;
	/* width: 150px; */
}
.thunderbolt i{
	
}
/* .thunderbolt .thunderbolt-span1{
	margin-right: 20px;
	text-align: right;
}
.thunderbolt .thunderbolt-span2{
	text-align: left;
} */