.footer {
	width: 100%;
	height: 608px;
	float: left;
	background: url(../img/bg_02.jpg) no-repeat;
	background-size: 100% 100%;
}

.footer_mainf {
	width: 1200px;
	margin: 0 auto;
}

.footer_left {
	width: 680px;
	height: auto;
	float: left;
	margin-top: 100px;
}

.footer_left>p {
	width: 100%;
	height: 80px;
	float: left;
	color: #036eb7;
	font-size: 32px;
	margin-bottom: 10px;
}

.footer_left>p>span {
	color: #404040;
	font-size: 18px;
}

.footer_left_left {
	width: 330px;
	height: 260px;
	float: left;
}

.footer_left_left>input {
	width: 320px;
	height: 50px;
	float: left;
	border: 1px solid #d5d5d5;
	margin-left: 5px;
	border-radius: 5px;
	text-indent: 1em;
	margin-bottom: 15px;
	background-color: white;
	font-size: 14px;
}

.footer_left_right {
	width: 320px;
	height: 260px;
	float: left;
}

.footer_left_right textarea {
	width: 300px;
	height: 245px;
	float: left;
	border: 1px solid #d5d5d5;
	margin-left: 10px;
	border-radius: 5px;
	background-color: white;
	line-height: 35px;
	text-indent: 1em;
	color: #919191;
}

.footer_button {
	width: 100px;
	height: 45px;
	float: left;
	background-color: #036eb7;
	color: white;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	margin-left: 5px;
}

.footer_right {
	width: 445px;
	height: auto;
	float: left;
	margin-top: 100px;
	margin-left: 50px;
}

.footer_right>p {
	width: 100%;
	height: 80px;
	float: left;
	color: #036eb7;
	font-size: 32px;
	margin-bottom: 10px;
}

.footer_right>p>span {
	color: #404040;
	font-size: 18px;
}

#footer_01 {
	width: 100%;
	height: auto;
	float: left;
	line-height: 20px;
	color: #595959;
	font-size: 14px;
	margin-bottom: 20px;
}

#footer_02 {
	width: 100%;
	height: 52px;
	float: left;
	margin-bottom: 20px;
}

#footer_02_logo {
	width: 52px;
	height: 100%;
	float: left;
}

#footer_02_logo img {
	width: 100%;
	height: 100%;
	float: left;
}

#footer_02_text {
	width: 380px;
	height: 100%;
	float: left;
	margin-left: 10px;
}

#footer_02_text>p {
	width: 100%;
	height: 20px;
	float: left;
	font-size: 16px;
	color: #262626;
	font-weight: bold;
	line-height:20px;
	margin-bottom:10px;
}

#footer_02_text>div {
	width: 100%;
	height: 40px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #595959;
	line-height:18px;
}

.footer2 {
	width: 100%;
	height: 60px;
	float: left;
	background-color: #323232;
	line-height: 60px;
	font-size: 14px;
	color: white;
	text-align: center;
}

.footer2 a {
	color: #036eb7;
}

@media screen and (max-width:639px) {
	.footer {
		height:auto;
	}
	.footer_mainf {
		width: 90%;
	}
	.footer_left {
		width: 100%;
		margin-top: 30px;
	}
	.footer_left >p {
		height: 50px;
		float: left;
		color: #036eb7;
		font-size: 23px;
	} 
	.footer_left >p >span {
		color: #404040;
		font-size: 18px;
	}
	.footer_left_left {
		width: 60%;
		height: 260px;
	}
	.footer_left_left >input {
		width: 90%;
		margin-left: 0px;
		font-size: 1em;
	}
	.footer_left_right {
		width: 40%;
		height: 260px;
		float: left;
	}
	.footer_left_right textarea {
		width: 90%;
		font-size:1em;
	}
	.footer_button {
		width: 100px;
		height: 45px;
		font-size: 1.1em;
		margin-left: 0px;
	}
	.footer_right {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 40px;
		margin-left: 0px;
	}
	.footer_right>p {
		width: 100%;
		height: 50px;
		float: left;
		color: #036eb7;
		font-size: 23px;
		margin-bottom: 0px;
	}
	.footer_right>p>span {
		color: #404040;
		font-size: 18px;
	}
	#footer_01 {
		width: 100%;
		height: auto;
		float: left;
		line-height: 20px;
		color: #595959;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#footer_02 {
		width: 100%;
		height: 52px;
	}
	#footer_02_logo {
		width: auto;
	}
	#footer_02_logo img {
		width: auto;
		float: right;
	}
	#footer_02_text {
		width: 70%;
		margin-left: 5%;
	}
	#footer_02_text>p {
		height:15px;
		font-size: 1em;
	}
	#footer_02_text>div {
		height:40px;
		font-size: 0.9em;
	}
	.footer2 {
		height: auto;
		line-height: 20px;
		font-size: 0.9em;
		padding:20px;
	}
}

@media screen and (max-width:478px) {
	.footer_left >p {
		height: auto;
		margin-bottom:10px;
	} 
	.footer_left_left {
		width: 100%;
		height: 260px;
	}
	.footer_left_left >input {
		width: 90%;
		margin-left: 0px;
		font-size: 1em;
	}
	.footer_left_right {
		width: 100%;
		height: 120px;
		float: left;
	}
	.footer_left_right textarea {
		width: 90%;
		height:100px;
		font-size:1em;
		margin-left:0px;
	}
	.footer_button {
		width: 100px;
		height: 45px;
		font-size: 1.1em;
		margin-left: 0px;
	}
	.footer_right {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 40px;
		margin-left: 0px;
	}
	.footer_right>p {
		width: 100%;
		height: 50px;
		float: left;
		color: #036eb7;
		font-size: 23px;
		margin-bottom: 0px;
	}
	.footer_right>p>span {
		color: #404040;
		font-size: 18px;
	}
	#footer_01 {
		width: 100%;
		height: auto;
		float: left;
		line-height: 20px;
		color: #595959;
		font-size: 14px;
		margin-bottom: 10px;
	}
}