/*导航条*/
.a-header-right-a:nth-child(5){
    background-color: #fdba2c;
    color: white;
}

.f-container{
	width: 100%;
	background-color: rgb(249,250,251);
	padding-top: 1px;
	padding-bottom: 1px;
}
.f-top{
	width: 1120px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0 40px;
	padding-top: 1px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.f-top p{
	font-size: 26px;
	text-align: center;
	color: #797979;
	margin-bottom: 14px;
	margin-top: 28px;
	font-weight: bold;
}
.f-top span{
	display: block;
	font-size: 14px;
	color: #797979;
	line-height: 25px;
	text-align: justify;
}
.f-top span:nth-child(2){
	margin-bottom: 8px;
}
.f-content{
	width: 1120px;
	padding: 60px 40px 40px 40px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}
.f-content>div:not(:first-child){
	margin-top: 24px;
}
.f-content span{
	display: block;
}
.f-content div:not(:first-child) p{
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #797979;
}
.f-content div:not(:first-child) span{
	line-height: 25px;
	font-size: 14px;
	color: #797979;
}
.f-t-1 p{
	font-size: 16px;
	color: #797979;
	line-height: 27px;
	font-weight: bold;
}
.f-t-1 span{
	font-size: 14px;
	line-height: 25px;
	color: #797979;
}
