@charset "utf-8";

html,body,#main{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 15px/1.5 Arial;
}
body{
	background: #E1E6EA;
}

/* 全局 */
.center{
	width: 1200px;
	margin: 0 auto;
}

/* 头部部分 */
#header{
	
}
.top{
	background: #F6F7FB;
	border-bottom: 2px solid #E0E0E2;
}
.top div{
	display: flex;
	flex-direction: row;
	height: 30px;
	line-height: 30px;
}
.header-top-left{
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 30%;
}
.header-top-left img{
	margin-right: 5px;
}
.header-top-left span{
	color: #615678;
}
.header-top-left span font{
	color: #FC8A07;
}
.header-top-center{
	width: 40%;
	text-align: center;
}
.header-top-center a{
	text-decoration: none;
	color: #000000;
	margin: 0 15px;
}
.header-top-center span{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.header-top-right{
	width: 30%;
}
.logo{
	background: #FFFFFF;
	padding: 10px 0;
}
.logo div{
	display: flex;
	flex-direction: column;
}
.header-logo-top{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header-logo-top img{
	width: 600px;
	height: 117px;
}
.header-logo-top p{
	margin: 0;
	padding: 0;
	font-size: 20px;
	display: flex;
}
.header-logo-top p span{
	display: flex;
	margin-left: 15px;
	cursor: pointer;
}
.header-logo-top p a{
	display: flex;
	margin-left: 15px;
	text-decoration: none;
	color: #000000;
}
.header-logo-bottom{
	display: flex;
	justify-content: flex-end;
}
.header-logo-bottom img{
	
}
.nav{
	height: 40px;
	line-height: 40px;
	background: #61B53B;
	font-size: 22px;
}
.header-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header-nav a{
	text-decoration: none;
	color: #FFFFFF;
}

/* 中间部分 */
#content{
	
}

/* 脚部部分 */
#footer{
	height: 100px;
	background: #000000;
	display: flex;
}
#footer div{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.footer-left{
	width: 300px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	line-height: 30px;
	padding-right: 30px;
}
.footer-left a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 10px;
}
.footer-right{
	display: flex;
	flex-direction: column;
	width: 300px;
	line-height: 30px;
	padding-left: 40px;
}
.footer-right span{
	color: #FFFFFF;
}