:root{
	--first-color: rgb(179,87,80);
	--second-color: #b6b6b6;
}
*{
	margin: 0;
	padding: 0;
}
a, a:hover{
	text-decoration: none;
}
body {
	background-color: #F5F4F4;
}
p{
	font-size: 16px;
	line-height: 30px;
}
/*版心*/
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}
/*通栏*/
.container-fluid {
	width: 100%;
	min-width: 1200px;
}
#content .title{
	font-size: 30px;
	font-weight: bold;
	color: var(--second-color);
	padding-left: 50px;
	margin-top: 40px;
}
#content .title span{
	color: var(--first-color);
}
.short-hr{
	height: 2px;
	background: linear-gradient(to right, var(--first-color) 0, var(--second-color) 20%);
	margin: 10px 50px 15px 50px;
}
.blank{
	width: 100%;
	height: 15px;
	clear: both;
}


/*导航栏*/
#menu {
	background: #444444;
	margin: 0 0 20px 0;
	position: relative;
	height: 50px;
}
.menu-activate {
	position: fixed !important;
	top: 0;
	z-index: 5;
}
#menu a {
	color: #aaafb7;
}
#menu a:hover {
	color: #ffffff;
}
#menu .active a {
	background: var(--first-color);
	color: #ffffff;
}
#menu .left{
	float: left;
	width: 15%;
}
#menu .left img{
	height: 35px;
	margin-top: 7px;
	margin-left: 10px;
}
#menu .right{
	width: 85%;
	float: left;
	display: flex;
	justify-content:space-between;
}
#menu .right .item a{
	display: block;
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
}


/*展示图*/
#banner {
	padding: 0;
	margin-top: 60px;
	border: 2px solid var(--second-color);
	border-bottom: 0;
}
#banner img {
	width: 100%;
	vertical-align: middle;
}

/*内容*/
#content {
	background-color: #fff;
	border: 2px solid var(--second-color);
}

/*底部*/
#foot {
	margin-top: 20px;
}
#foot-up {
	background-color: #444444;
	height: 50px;
}
#foot-link {
	display: flex;
	justify-content:space-between;
}
#foot-link .item a{
	color: #aaafb7;
	line-height: 50px;
}
#foot-link .item a:hover{
	color: #fff;
}
#foot_down {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

