.container>.box {
	width: 1200px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}

.pagenav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
}

.pagenav ul {
	width: 1200px;
	margin: 0 auto;
}

.pagenav ul li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #e1e1e1;
}

.pagenav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
}

.pagenav ul li.active {
	background-color: #726058;
}

.pagenav ul li.active a {
	color: #fff;
}

.pagenav ul li i {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #726058;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 5px);
	display: none;
}

.pagenav ul li.active i {
	display: inherit;
}

.page_title {
	width: 180px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #999;
	margin-top: 60px;
	margin-bottom: 30px;
}

.page_title h2 {
	font-size: 30px;
	margin: 0px;
	border-bottom: 1px solid #333;
	color: #555;
	font-weight: 700;
}

.page_title span {
	height: 30px;
	display: block;
	line-height: 30px
}

.page_content {
	max-width: 1200px;
	margin: 0 auto 30px;
	min-height: 700px;
	position: relative;
	
}

.page_content ul li {
	width: 370px;
	height: 290px;
	margin: 0 15px;
}

.page_content ul li p {
	line-height: 34px;
}



.list_box {
	width: 100%;
	min-height: 700px;
	position: relative;
}

.list_box ul:after {
	content: "";
	display: block;
	clear: both;
}

.list_box li {
	float: left;
	margin: 20px;
	text-align: center;
}

.pagefy {
	width: 100%;
	background: #c2a06c;
	text-align: center;
	padding: 18px 0;
	color: #fff;
	margin: 18px 0 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gdBox {
	width: 100%;
	position: relative;
	height: 672px;
}

.gdLeft {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px 40px 0 70px;
	box-sizing: border-box;
	color: #fff;
}

.gdLeft h2 {
	font-size: 30px;
	text-shadow: 0 1px 2px #000;
	font-weight: normal;
}


.gdLeft h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFC979;
	text-shadow: 0 1px 2px #000;
	margin: 30px 0;
}

.gdLeft p {
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	text-shadow: 0 1px 2px #000;
	margin-bottom: 30px;
}

.gdLeft p strong {
	color: #FFC979;
}



.gdRight {
	width: 330px;
	position: absolute;
	right: 200px;
	bottom: 40px;
	color: #fff;
}

.ywList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ywList .item {
	width: 70px;
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ywList .item img {
	width: 69px;
	
}

.gdRight h3 {
	font-size: 24px;
	font-weight: bold;
}

.gdRight p {
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
}

.hzBox {
	display: flex;
	width: 100%;
}

.hzLeft {
	color: #fff;
	width: 50%;
	height: 670px;
	background: rgb(0 0 0 / 67%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hzLeft h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}

.hzLeft p {
	font-size: 18px;
	line-height: 2;
}

.hzRight {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hzRight .picList {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	align-items: center;
	justify-content: center;
}

.hzRight .picList .picItem {
	margin: 10px;
	width: 20%;
}

.ipBox {
	width: 100%;
	display: flex;
}

.ipLfet {
	color: #fff;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 797px;
}

.ipLfet p {
	position: relative;
	font-size: 20px;
	line-height: 2;
	padding-left: 20px;
}

.ipLfet p:before {
	content: '·';
	display: block;
	width: 20px;
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	font-weight: bold;
}

.ipRight {
	width: 38%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ipRight  .picList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ipRight  .picList .picItem{
	width: 33.3333%;
}

.nav li:nth-child(3) .nav_ul li:nth-child(3) .nav_ul_div{
	width: 226px;
}
.aboutDesc{
	margin-bottom: 30px;
}
.aboutDesc p{
	font-size: 20px;
	line-height: 2;
}