﻿body{
	height:100%;
}
.index-box{
	width:99.8%;
	background:url('/images/index-bacg.png') no-repeat;
	background-size:100% 115%;
	background-position:0 15%;
		-moz-user-select:none;
	-webkit-user-select:none;
	min-height:600px;
	margin:0 auto;

}
.index-content{
	width:100%;
	height:70%;
	padding:180px 0px 0px 0px;
	overflow-y:hidden;

}
.index-footer{
	width:99.8%;
	height:30px;
	background-color:#fff;
	color:#999;
	text-align:center;
	margin:-10px auto 0px;
}
.index-footer span{
	font-size:0.8rem;
	display:inline-block;
}
.index-footer span:last-child{
	margin-left:23px;
}
.index-content-intro{
	width:99.8%;
	height:340px;
	border:1px solid #ccc;
	text-align:center;
	min-width:1280px;
	background-color:rgba(68, 182, 97,1);
/* 	position:relative;
	top: -10vh; */
}
.index-content-intro h1{
	color:#fff;
	letter-spacing:3.5px;
	font-style:normal;
	font-size:22px;
	    white-space: nowrap;
}
.index-content-intro  div:first-child{
	width:520px;
	height:340px;
	float:left;
	padding:36px;
	margin:0 auto;
	position:absolute;
	left:19vw;

}
.index-content-intro-info{
	width:83px;
	height:85px;
	float:left;
	padding:45px 0px 0px 70px;
}
.index-content-intro-info img{
	width:40px;
	height:40px;
}
.index-content-intro-info p{
	margin-top:2%;
	color:#fff;
}

.index-content-form{
	position:absolute;
	margin:0px auto 0px;
	z-index:2;
	top: 131px;
	left: 58vw;
	width:350px;
	height:442px;
	border:1px solid #ccc;
	background-color: #fff;
	text-align:center;
	box-shadow:0px 0px 20px #ccc;
}

.index-content-form:after{
	content:url('/images/倒三角.png');
	position:relative;
	top:-396px;
	left: -187px;
}

.index-content-form-logo{
	width:269px;
	height:70px;
	margin-top:35px;
}
.index-content-form-title{
	width:100%;
	height:32px;
	display:block;
	text-align:center;
	background-color:rgba(34, 175, 73 ,1);
	color:#fff;
	font-size:1rem;
	font-family:黑体;
	padding-top:12px;
	margin-top:20px;
}

.index-content-form a{
	/* float:right;
	margin:15px 30px; */
	font-size:0.8rem;
	color:#ccc;
}

.icon-text,.bg-btn{
	margin:30px 40px 0px 35px;
}
.bg-btn{
	margin-bottom: 15px;
}

