*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: "Microsoft YaHei";
    font-size: 14px;
}
.indexContent{
	width: 100%;
	/*position: relative;*/
	margin-top: 50px;
	overflow: hidden;
}
/*.indexBGImg{}
.indexBGImg>img{}*/
.indexMatter{
	background-image: url('../image/index.jpg');
	/*background-image: url('image/index.jpg');*/
	height: 600px;
	background-position: center;
	position: relative;
}
.indextitle{
	position: absolute;
	font-size: 45px;
	top: 115px;
	left: 50px;
}
.indexIcos{
	width: 790px;
	display: flex;
	flex-wrap: wrap;
	height: 150px;
	position: absolute;
	top: 210px;
}
.indexIco{
	width: 33%;
	display: flex;
	line-height: 60px;
}
.indexIcoImg{
	width: 59px;
}
.indexIcoImg>img{}
.indexIcoIco{
	font-size: 14px;
}
.indexPercent{
	margin-left: 12px;
	font-size: 19px;
	color: red;
}
/*.applyFor{
	position: absolute;
	top: 380px;
	left: 360px;
}
.applyFor>a{}*/
.applyFor{
    position: absolute;
    top: 380px;
    left: 350px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #0DC8A3;
    text-align: center;
    font-size: 17px;
}
.applyFor>a{
    color: white;
}

/*优势*/
.advantage{
	    width: 100%;
    display: inline-block;
    height: 350px;
}
/*.modulTitle{
	    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    margin-top: 50px;
}*/
.advantageMatter{
	    width: 100%;
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}
.advantageContent{
	text-align: center;
    flex: 1;
    min-width: 160px;
}
.advantageContent>img{}
.advantageTitle{
	    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.advantageDetails{
	    font-size: 14px;
}
.advantageDetails>div{}

/*技术数据安全保障*/
.safeguard{
    width: 100%;
    display: inline-block;
    background: #F8F9FB;
    color: #48546E;
    margin-top: 50px;
}
.modulTitle{
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}
.safeguardMatter{
	margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.safeguardContent{
    flex: 1;
    min-width: 267px;
    text-align: center;
}
.safeguardContent>img{}
.safeguarTtitle{
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    /*color: #485465;*/
}
.safeguardDetails{
	    color: #B0B5BD;
}
.safeguardDetails>ul{
	width: 125px;
    margin: auto;
}
.safeguardDetails li{
	text-align: left;
    font-size: 14px;
    /*margin: auto;*/
    /*margin-left: 160px;*/
}

/*服务与支持*/
.service{
	width: 100%;
    display: inline-block;
    color: #929382;
    margin-top: 50px;
}
.modulTitle{

}
.serviceMatter{
	display: flex;
}
.serviceContent{
	flex: 1;
    text-align: center;
    margin: 40px;
    background-color: #F8F9FC;
}
.serviceIco{}
.serviceIco>img{
	width: 100%;
}
.servicesDetails{}


/*申请弹出*/
.experience{
	position: fixed;
	z-index: 101;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.experienceIco{
	width: 350px;
	height: 460px;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -230px;
}
.experienceTitle{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
}
.experienceStep{
	display: flex;
	height: 70px;
}
.stepFirst{
	width: 50%;
	position: relative;
}
.stepplan{
	margin-left: 35px;
	position: relative;
}
.stepplan>i{
	background-color: #0DC7A3;
	color: white;
}
.step{
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 13px;
	/*background-color: gainsboro;*/
	text-align: center;
	line-height: 25px;
	position: absolute;
}
.strip{
	display: inline-block;
	width: 130px;
	height: 15px;
	/*background-color: gainsboro;*/
	position: absolute;
	left: 16px;
	top: 6px;
	border-radius: 8px;
	z-index: 2;
}
.experiencePerfect{
	position: absolute;
	top: 40px;
	left: 25px;
}
.stepSecond{
	position: relative;
}
.stepSecondPlan{
	position: relative;
}
.secondStrip{
	display: inline-block;
	width: 130px;
	height: 15px;
	background-color: gainsboro;
	position: absolute;
	top: 6px;
	left: -10px;
	border-radius: 8px;
}
.secondStep{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	left: 110px;
	background-color: gainsboro;
	border-radius: 13px;
}
.experienceSucceed{
	position: absolute;
	top: 40px;
	width: 65px;
	left: 80px;
}

input{
	background:none;
	outline:none;
	border:0px;
}
.writeIco{
/*display: none;*/
    text-align: center;
}
.writePhone{
	width: 250px;
	border: 1px solid gainsboro;
	margin: auto;
	height: 40px;
	margin-top: 20px;
	position: relative;
	line-height: 40px;
	border-radius: 20px;
}
.writeIcon{
	/* position: absolute; */
	/* width: 50px; */
	/* height: 24px; */
	height: 40px;
	/* line-height: 40px; */
	width: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.phone{}
.reminder{
	position: absolute;
	top: 40px;
	height: 20px;
	line-height: 20px;
	color: red;
	display: none;
}
.writeIcon>img{
	margin-top: 8px;
}
.writePhone>input{
	position: absolute;
	top: 0;
	left: 40px;
	height: 40px;
	width: 210px;
}
.name{}
.company{}
.email{}
.commit{
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0DC7A3;
	font-size: 22px;
	color: ghostwhite;
	width: 250px;
	margin: 30px auto;
	cursor: pointer;
	border-radius: 20px;
}
.succeed{
	display: none;
}
.succeedIco{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
/*.succeedIcon{}*/
.succeedIco>i{}
.succeedTitle{
	display: inline-block;
}
.succeedMetter{
	width: 250px;
	margin: auto;
	margin-top: 15px;
}
.colse{
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	background-color: #0DC7A3;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	/* bottom: -229px; */
	top: 50%;
	margin-top: 190px;
}
.shut{
	position: absolute;
	top: 50%;
	margin-top: -240px;
	left: 50%;
	margin-left: 163px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 15px;
	border: 1px solid gainsboro;
	background-color: gainsboro;
	color: darkgreen;
}
.shut>i{}

/*表单*/
.high{
    position: absolute;
    top: 0;
    right: -12px;
    color: red;
}
.msg{
    position: absolute;
    top: 28px;
    color: red;
    font-size: 12px;
    width: 290px;
    height: 15px;
    right: 0px;
}
.orCode{
    width: 160px;
    height: 160px;
    margin: auto;
}
.orCode img{
    width: 100%;
}



.addc{
	cursor:not-allowed;
}