.menu {
	padding: 0;
	list-style: none;
	width: 1200px;
	margin: 20px auto;
	font-family: 'Century Gothic';
	box-shadow: 0px 0px 10px #a0a0a0;
	clear: both;
	display: table;
}

.menu .list {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	vertical-align: sub;
	background: #d9d9d9;
	clear: both;
}
.menu .list.active{background: #e5b027;}

.menu .list:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	right: 17px;
	top: 17px;
	padding: 0px 5px;
	color: #333;
	width: 12px;
	height: 12px;
	background: url(../img/icon/icon-xiangxia.png) no-repeat center;
	background-size: contain;
}

.menu .list:before {
	content: '';
	font-family: FontAwesome;
	position: absolute;
	left: 17px;
	top: 19px;
	padding: 0px 5px;
	color: #333;
	width: 15px;
	height: 15px;
	background: url(../img/icon/icon-jia.png) no-repeat center;
	background-size: contain;
}

.menu .list>a {
	text-decoration: none;
	color: #333;
	padding: 17px 0px 17px 45px;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.menu .list>a:hover {
	background-color: #d2a52e;
	transition: 300ms all;
	color: #fff;
}

.menu .list .items {
	height: 0px;
	overflow: hidden;
}

.menu .list:last-child {
	border-bottom: none;
}

.menu .active:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 15px;
	height: 15px;
	background: url(../img/icon/icon-xiangshang.png)) no-repeat center;
	background-size: contain;
}

.menu .active:before {
	content: '';
	font-family: FontAwesome;
	position: absolute;
	left: 17px;
	top: 17px;
	padding: 0px 5px;
	color: #333;
	width: 15px;
	height: 15px;
	background: url(../img/icon/icon-jian.png)) no-repeat center;
	background-size: contain;
}

.menu .active>.items {
	display: block;
	background: #f3f3f3;
	padding: 0px;
	height: auto;
	color: #fff;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 200ms;
	clear: both;
	float: left;
	width: 100%;
}

.menu .active>.items li {
	padding: 0px;
	border-bottom: 1px solid #fff;
	list-style: none;
	padding: 30px;
}
.menu .active>.items li .gongzuo-text{margin-bottom: 20px; color:#333;}
.menu .active>.items li .gongzuo-text h2{margin-bottom: 10px; font-weight: 700;}
.menu .active>.items li .gongzuo-text p{line-height: 26px; margin-bottom: 10px; font-size: 16px;}

.menu .active>.items li:last-child {
	border-color: transparent;
	padding-bottom: 0px;
}

.menu .active>.items .active>.items {
	background-color: #2f4b67;
}

.menu .active>a {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.menu .active .list {
	background: #697d92;
}

.menu .active .list a {
	padding: 17px 0px 17px 45px;
}

.btn-yingpin{display: inline-block; padding: 10px 20px; background: #fff; color: #d2a52e; margin-bottom: 20px;}
.btn-yingpin:hover{display: inline-block; padding: 10px 20px; background: #fff; color: #d2a52e;}
