body {
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto
}

.container {
	min-width: 1280px;
	margin: 0 auto
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.section-box {
	overflow: hidden;
	position: relative;
	/* height: 400px; */
}

.header {
	box-sizing: border-box;
	width: 100%;
	min-width: 1280px;
	height: 80px;
	line-height: 48px;
	padding: 16px 0;
	position: fixed;
	z-index: 100;
	color: #fff;
	transition: all .3s;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .8s;
	transition-duration: .6s
}

.header.xiao {
	background-color: #111;
	height: 60px;
	padding: 6px 0
}

.header.xiao .item b {
	bottom: 0 !important
}

.header .head-box {
	box-sizing: border-box;
	position: relative;
	width: 1200px;
	height: 48px;
	/* padding: 0 40px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
}

.header .head-box .logo {
	overflow: hidden;
	width: 230px;
	height: 48px
}

.header .head-box .logo img {
	height: 70%;
	padding-top: 6px;
}

.header .head-box .nav-list {
	display: flex;
	justify-content: center;
	margin-left: -100px
}

.header .head-box .nav-list .item {
	position: relative
}

.header .head-box .nav-list .item.cur a {
	color: #ffffff
}

.header .head-box .nav-list .item.cur b {
	visibility: visible
}

.header .head-box .nav-list .item a {
	display: block;
	line-height: 24px;
	padding: 12px 35px;
	color: #c89400;
	font-size: 15px;
	cursor: pointer
}

.header .head-box .nav-list .item a:hover {
	color: #fff
}

.header .head-box .nav-list .item b {
	display: block;
	visibility: hidden;
	width: 18px;
	height: 10px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -9px
}

.header .head-box .nav-list .item b img {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	height: 100%
}

.header .head-box .rt-btns {
	display: flex
}

.header .head-box .rt-btns .item {
	padding: 0 10px
}

.header .head-box .rt-btns .item a {
	color: #c89400;
	font-size: 14px
}

.header .head-box .rt-btns .rt-menu {
	width: 21px;
	cursor: pointer
}

.header .head-box .rt-btns .rt-menu img {
	width: 100%;
	vertical-align: middle
}

.header .second-box {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: left;
	line-height: 50px;
	height: 0;
	overflow: hidden;
	background: rgba(178, 165, 141, 0.8)
}

.header .second-box.now {
	height: 50px;
	transition: all 0.2s ease-out 0s
}

.header .second-box .second-list {
	max-width: 1280px;
	margin: 0 auto;
	display: none;
	justify-content: center;
	align-items: center
}
.header .second-box.now .second-list.active {
	display: flex;
}

.header .second-box .second-list .item:last-child img {
	display: none
}

.header .second-box .second-list a {
	display: inline-block;
	padding: 0 35px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle
}

.header .second-box .second-list a:hover {
	color: #c89400
}

.header .second-box .second-list img {
	display: inline-block;
	width: 6px;
	height: 16px;
	vertical-align: middle
}

#fixedNav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	min-width: 1280px;
	height: 100vh;
	z-index: 999
}

#fixedNav .layer {
	box-sizing: border-box;
	padding-top: 60px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: url("../image/nav_bg.jpg") center top repeat
}

#fixedNav .layer .close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	overflow: hidden;
	background: url("../image/navbar_close.png") no-repeat;
	width: 50px;
	height: 50px;
	transition: all .2s
}

#fixedNav .layer .close:hover {
	transform: rotate(180deg)
}

#fixedNav .layer .list {
	overflow: hidden;
	display: inline-block
}

#fixedNav .layer .list .item {
	float: left;
	min-width: 160px;
	color: #fff;
	text-align: center
}

#fixedNav .layer .list .item .item-head {
	color: #fff
}

#fixedNav .layer .list .item .item-head h1 {
	font-size: 26px;
	padding-bottom: 26px;
	background: url("../image/nav_liststyle.png") center bottom no-repeat;
	margin-bottom: 12px;
	color: inherit
}

#fixedNav .layer .list .item dl {
	background: url("../image/nav_dot.png") center top no-repeat;
	padding-top: 18px;
	margin-bottom: 14px
}

#fixedNav .layer .list .item dl dd {
	font-size: 16px;
	padding: 4px 0
}

#fixedNav .layer .list .item dl dd a {
	color: #eaa1a1
}

#fixedNav .layer .list .item dl dd a:hover {
	color: #fff
}
