* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* 头部 */
.header {
	width: 100%;
	height: 64px;
	background: rgba(240, 233, 215, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 357px 20px;
}

.header>.header-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header-content>.logo-wrap>img {
	width: 57px;
	height: 58px;
}

.header-content>.search-wrap {
	display: flex;
	position: relative;
}

.header-content>.search-wrap>input {
	width: 200px;
	height: 40px;
	background: rgba(244, 240, 226, 1);
	border: 1px solid rgba(230, 216, 191, 1);
	border-radius: 20px;
	align-self: flex-end;
}

.header-content>.search-wrap>img {
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 11px;
	left: 17px;
}

.header-content>.search-wrap>input {
	padding-left: 41px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(196, 154, 109, 1);
}

/* 导航 */
.navbar-default {
	background-color: #fff;
}

.nav-wrap>#bs-example-navbar-collapse-1>#nav>.nav-item {
	height: 36px;
	font-size: 22px;
}

.nav-wrap {
	width: 100%;
	padding: 0 359px;
	display: flex;
	align-items: center;
	background: #fff;
}

.nav-wrap>#bs-example-navbar-collapse-1 {
	margin-left: -15px;
}

.nav-wrap>#bs-example-navbar-collapse-1>#nav>.nav-item {
	height: 44px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-wrap>#bs-example-navbar-collapse-1>#nav>.nav-item>a {
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #C49A6D;
	text-decoration: none;
}

.nav-wrap>#bs-example-navbar-collapse-1>#nav>.nav-item.active {
	background: rgba(196, 155, 111, 1);
}

.nav-wrap>#bs-example-navbar-collapse-1>#nav>.nav-item.active>a {
	color: #FFFFFF;
	background: transparent;
}

.nav-wrap>#bs-example-navbar-collapse-1>#nav>.line {
	width: 1px;
	height: 20px;
	background: rgba(239, 224, 208, 1);
	transform: translateY(64%);
}

/* 主图 */
.main-adv {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
}

/* 文章容器 */
.art>.art-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.art-title {
	height: 29px;
	font-size: 30px;
	font-family: FZLTCHJW--GB1-0;
	font-weight: 400;
	color: #666666;
	margin-bottom: 52px;
	margin-left: 1px;
	line-height: 36px;
	align-self: flex-start;
}

/* 文章线 */
.art-line {
	width: 100%;
	border-bottom: 1px dashed #808080;
	margin-bottom: 72px;
}

/* 底部 */
.footer {
	width: 100%;
	background: rgba(239, 233, 214, 1);
	padding: 78px 358px;
}

.footer>.footer-content {
	display: flex;
}

.footer-content>.info-wrap>.info-title {
	height: 28px;
	font-size: 30px;
	font-family: FZLTCHJW--GB1-0;
	font-weight: 400;
	color: rgba(196, 154, 109, 1);
	line-height: 36px;
}

.footer-content .thick-line {
	width: 50px;
	height: 4px;
	background: rgba(196, 154, 109, 1);
	margin: 13px 65px 0 2px;
}

.footer-content>.info-wrap {
	margin-right: 110px;
	white-space: nowrap;
}

.footer-content>.info-wrap>.info-content {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(196, 154, 109, 1);
	line-height: 31px;
	margin-left: 4px;
	margin-top: 26px;
}

.footer-content>.link-wrap>.link-title {
	height: 29px;
	font-size: 26px;
	font-family: FZLTCHJW--GB1-0;
	font-weight: 400;
	color: rgba(196, 154, 109, 1);
	line-height: 36px;
}
.footer-content > .info-wrap > .info-content> p>a {
	  color:rgba(196, 154, 109, 1);
	  text-decoration: none;
}
.footer-content>.link-wrap>.links-list {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(196, 154, 109, 1);
	line-height: 36px;
	list-style: none;
	display: flex;
	align-items: center;
	padding-top: 25px;
	white-space: nowrap;
}

.footer-content>.link-wrap>.links-list>.links-item {
	position: relative;
}

.footer-content>.link-wrap>.links-list>.links-item>img {
	width: 110px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -55px;
	display: none;
}

.footer-content>.link-wrap>.links-list>.links-item:hover>img {
	display: block;
}

.footer-content>.link-wrap>.links-list>.links-item>a {
	color: rgba(196, 154, 109, 1)
}

.footer-content>.link-wrap>.links-list>.link-line {
	width: 1px;
	height: 10px;
	background: rgba(196, 154, 109, 1);
	margin: 0 15px;
}

.footer-content>.link-wrap>.links-list>.link-line:nth-last-child(1) {
	display: none;
}

@media only screen and (max-width: 1366px) {
	.header-content>.search-wrap>input {
		width: 165px;
		height: 36px;
		background: rgba(244, 240, 226, 1);
		border: 1px solid rgba(230, 216, 191, 1);
		border-radius: 15px;
		align-self: flex-end;
	}

	/* 头部 */
	.header {
		width: 100%;
		height: 64px;
		background: rgba(240, 233, 215, 1);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 7px 254px 14px;
	}

	.header-content>.logo-wrap>img {
		width: 41px;
		height: 41px;
	}

	/* 导航 */
	.nav-wrap {
		width: 100%;
		padding: 0 255px;
		display: flex;
		align-items: center;
		background: #fff;
	}

	.nav-wrap>#bs-example-navbar-collapse-1>#nav>.nav-item {
		height: 34px;
		font-size: 16px;
	}

	.nav-wrap>#bs-example-navbar-collapse-1>#nav>.line {
		width: 1px;
		height: 14px;
	}

	/* 文章容器 */
	.art>.art-wrap>.art-title {
		font-size: 21px;
		margin-bottom: 20px;
		margin-left: 1px;
		line-height: 26px;
		align-self: flex-start;
	}

	.art-line {
		margin-bottom: 51px;
	}

	/* 底部 */
	.footer {
		width: 100%;
		background: rgba(239, 233, 214, 1);
		padding: 55px 258px;
	}

	.footer>.footer-content {
		flex-wrap: nowrap;
	}

	.footer-content>.info-wrap {
		margin-right: 78px;
	}

	.footer-content>.info-wrap>.info-title {
		height: 28px;
		font-size: 21px;
		font-family: FZLTCHJW--GB1-0;
		font-weight: 400;
		color: rgba(196, 154, 109, 1);
		line-height: 26px;
	}

	.footer-content>.info-wrap>.info-content {
		font-size: 14px;
		font-family: MicrosoftYaHei;
		font-weight: 400;
		color: rgba(196, 154, 109, 1);
		line-height: 22px;
		white-space: nowrap;
	}

	.footer-content>.link-wrap>.link-title {
		font-size: 21px;
		line-height: 26px;
	}

	.footer-content>.link-wrap>.links-list {
		font-size: 10px;
		line-height: 26px;
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	.footer-content .thick-line {
		width: 36px;
	}
}

@media only screen and (max-width: 800px) {

	/* 头部 */
	.header {
		width: 100%;
		padding: 0;
	}

	.header>.header-content {
		width: 100%;
		padding: 0 20px;
		justify-content: space-around;
		align-items: center;
	}

	.header>.header-content>button {
		margin-right: 0;
		border-color: #C49B6F;
	}

	.header>.header-content>button>.icon-bar {
		background: #C49B6F;
	}

	/* 导航 */
	.nav-wrap {
		width: 100%;
		padding: 0;
	}

	.nav-wrap>#bs-example-navbar-collapse-1 {
		margin-left: 0;
	}

	.nav-wrap>#bs-example-navbar-collapse-1>#nav {
		margin: 0;
	}

	.nav-wrap>#bs-example-navbar-collapse-1>#nav>.line {
		display: none;
	}

	/* 主图 */
	.main-adv {
		width: 100%;
		height: 200px;
	}

	/* 文章容器 */
	.art>.art-wrap {
		width: 100%;
	}

	/* 文章线 */
	.art .art-line {
		width: 100%;
	}

	.art>.art-wrap>.art-title {
		margin-bottom: 25px;
	}

	/* 底部 */
	.footer {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.footer-content>.info-wrap>.info-content {
		width: 100%;
		font-size: 12px;
	}

	.footer-content>.info-wrap>.info-content p {
		width: 100%;
		font-size: 12px;
		text-indent: -3rem;
		margin-left: 4rem;
	}

	.footer-content>.link-wrap {
		margin-left: 0;
		padding-top: 48px;
	}

	.footer>.footer-content {
		display: block;
	}

	.footer-content>.link-wrap>.links-list {
		flex-wrap: wrap;
	}

	.footer-content>.link-wrap>.links-list>.link-line {
		display: none;
	}

	.footer-content>.link-wrap>.links-list>.links-item {
		position: static;
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 16px;
	}

	.footer-content>.link-wrap>.links-list>.link-line {
		width: 1px;
		height: 10px;
		background: rgba(196, 154, 109, 1);
		margin: 0 5px;
	}

	.footer-content>.link-wrap>.links-list>.links-item:nth-last-child(3) {
		order: 3;
	}

	.footer-content>.link-wrap>.links-list>.links-item>img {
		width: 90px;
		position: static;
		margin-left: 0;
		display: block;
	}

	.footer-content>.link-wrap>.links-list>.links-item:nth-of-type(3) {}

	.footer-content>.link-wrap>.links-list>.links-item:nth-of-type(3),
	.footer-content>.link-wrap>.links-list>.links-item:nth-of-type(4),
	.footer-content>.link-wrap>.links-list>.links-item:nth-of-type(5) {
		width: auto;
		text-align: center;
		font-size: 15px;
		margin-top: 15px;
	}

	.footer-content>.link-wrap>.links-list>.links-item:nth-of-type(3) {
		margin-left: 7%;
	}

	.footer-content>.link-wrap>.links-list>.link-line:nth-last-of-type(2),
	.footer-content>.link-wrap>.links-list>.link-line:nth-last-of-type(3) {
		display: block;
		margin-top: 15px;
	}
}