.banner,.process{
	width: 100%;
}
.process{
	margin-bottom: 80px;
}
.process-title{
	text-align: center;
	padding: 40px 0;
}
.process-list{
	width: 1035px;
    margin: 0 auto;
}
.process-list>li{
	margin-left: 20px;
	display: inline-block;
}
.process-list>li>p{
	margin-top: 10px;
	font-size: 20px;
	color: #999;
	text-align: center;
}
.process-arrow{
	position: relative;
    top: -80px;
}
.apply{
	background-color: #d2f2ff;
	width: 100%;
	padding: 40px 0;
}
.apply-content{
	margin: 0 auto;
	background-color: white;
	width: 1000px;
	border-radius: 20px;
	padding-bottom: 40px;
}
.apply-title{
	padding: 50px 0;
	text-align: center;
}
.apply-form{
	width: 80%;
	margin: 0 auto;
}
.apply-form-left,.apply-form-right{
	width: 49%;
}
.apply-text{
	font-size: 16px;
	color: #333;
}
.marginTop10{
	margin-top: 10px;
}
.marginTop50{
	margin-top: 41px;
}
.apply-form-input{
	border: 1px solid #c3c3c3;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    text-indent: 5px;
    font-size: 16px;
    /*color: #ccc;*/
}
.apply-form-select{
	border: 1px solid #c3c3c3;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
}
.submit-button{
	cursor: pointer;
	background: #28aaff;
    width: 200px;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 15px;
    margin: 40px auto;	
}
.apply-msg{
	text-align: center;
}
.apply-msg>p{
	margin-bottom: 5px;
    font-size: 16px;
    color: #28aaff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 16px;
    color: #ccc; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #ccc; opacity:1; 
}

input:-ms-input-placeholder{
    font-size: 16px;
    color: #ccc; opacity:1; 
}

input::-webkit-input-placeholder{
    font-size: 16px;
    color: #ccc; opacity:1; 
}