.nav1 a{
	font: 24px 微软雅黑 Regular;
    color: #414242;
}
.nav1{
	width:100%;
	background-color:#f1f1f0;
	margin-bottom:60px;
}
.nav1 li:hover {
    background-color: #f6ab00;
    color: white;
}
.nav1 ul{
	width:1204px;
	margin:0 auto;
	list-style: none;
	overflow: hidden;
}
.nav1 li{
	float:left;
	width:300px;
	text-align: center;
	font:24 微软雅黑 Regular;
	color:#414242;
	border-right:1px solid white;
	padding:28px 0;
	cursor: pointer;
}
.nav1 li a:hover{
	background-color:#f6ab00;
	color:white;
}
.nav1 li:last-child{
	border-right:0;
}
.content{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:60px;
}
.content ul{
	list-style: none;
	overflow: hidden;
}
.content li{
	margin-bottom:14px;
	overflow: hidden;
}
.center-left{
	float:left;
	width:424px;
	position: relative;
}
.center-right{
	float:left;
	width:722px;
	background-color:#f1f1f0;
	font:16px 微软雅黑 Regular;
	color:#444343;
	padding-left:54px;
}
.center-right p{
    line-height:31px;
}
.center-left p{
	position: absolute;
	left: 17px;
    top: 25px;
    font:14px 微软雅黑 Regular;
    color:white;
}
.center-right p:nth-child(1){
	font:24px 微软雅黑 Regular;
	padding:20px 0 7px 0;
	color:#1f1f1f;
}
.center-right p:nth-child(1):hover{
	color:#f6ab00;
}
.center-right p:last-child a{
	font:18px 微软雅黑 Regular;
	color:white;
	width:140px;
	text-align: center;
	padding:7px 0;
	background-color:#f6ab00;
	border-radius: 7px;
	margin:10px 0 21px 0;
	display: inline-block;
}