﻿.footer{
	position: relative;
	float:left;
	width:100%;
	height:auto;
}
.footer-main{
	position: relative;
	float:left;
	width:100%;
	height:390px;
	background-color: #3375C2;
}
.footer-main-pannel{
	position: relative;
	width:1200px;
	height:auto;
	margin:0 auto;
	color:#FFFFFF;
	background-color: #3375C2;
}
.footer-main a{
	color:#EEEEEE;
}
.footer-main-logo{
	position: relative;
	float:left;
	width:400px;
	height:120px;
	padding:30px 35px;
}
.footer-main-logo img{
	width:330px;
	height:60px;
	border:10px solid #3375C2;
}
.footer-main-link{
	position: relative;
	float:left;
	width:800px;
	height:120px;
}
.footer-main-link-title{
	position: relative;
	float:left;
	width:800px;
	height:66px;
	padding-top:36px;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	text-align: right;
}
.footer-main-link-ul{
	position: relative;
	float:left;
	width:800px;
	height:54px;
}
.footer-main-link-li{
	position: relative;
	float:right;
	width:auto;
	height:54px;
	margin:0px 20px;
	font-size: 16px;
}

.footer-main-ul{
	position: relative;
	float:left;
	width:220px;
	height:auto;
	padding:0px 0px 0px 40px;
	border-left:1px solid rgba(255, 255, 255, 0.3);
	margin-top:20px;
}
.footer-main-li{
	position: relative;
	float:left;
	width:160px;
	height:32px;
	font-size: 14px;
	line-height: 32px;
}
.footer-main-li-title{
	position: relative;
	float:left;
	width:200px;
	height:40px;
	font-size: 18px;
	font-weight:600;
	line-height: 36px;
}

.footer-copyright{
	position: relative;
	float:left;
	width:100%;
	height:auto;
	background-color: #EEEEEE;
}
.footer-copyright-pannel{
	position: relative;
	width:1200px;
	height:auto;
	margin:0 auto;
	color:#EEEEEE;
}
