
.class_style_public_top .footer {
	width:100%;
	background: #f6f6f6;
	position: fixed;
	bottom:0px;
	left:0px;
	height:50px;
	line-height: 50px;
	text-align: center;
}

.class_style_public_top .service_name {
    float: left;
    width: 50%;
    height: 500px;
    text-align: center;
    align-items: center;
	margin-top:150px;
	color:#FFF;
	padding-left:40px;
	padding-right:40px;
}

.class_style_public_top .service_name h3 {
	font-size:35px;
}

.class_style_public_top .form_area {
    float: left;
    width: 37%;
    height: auto;
	overflow: hidden;
	display: block;
    align-items: center;
    padding: 40px;
    background: #FFF;
    margin-top: 40px;
    border-radius: 20px;
}

.class_style_public_top .form_area input {
	border-color:#86b2cd;
}

.class_style_public_top .form_area form {
	width:100%;
}


.class_style_public_top section {
	max-width: 400px;
	overflow: hidden;
	display: block;
	height:auto;
}

