body {
	background-color: #F8F8F8;
}

.statementBox {
	width: 100%;

}

.mainBox {
	width: 1440px;
	margin: 0 auto;
}

.TopbannerBox {
	width: 100%;
	height: 86px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.TopbannerBox>img {
	width: 48px;
	height: 48px;
	margin-left: 180px;
}

.TopbannerBox .rightBox {
	display: flex;
	align-items: center;
	margin-right: 170px;
}

.TopbannerBox .rightBox>img {
	margin-right: 10px;
}

.TopbannerBox .rightBox>div>p {

	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #024D94;
	/* line-height: 60px; */
	transform: translateY(-4px);
}

.TopbannerBox .rightBox>div .p2 {
	transform: translateY(4px);
}

/* 导航开始 */
#navBox {
	width: 1440px;
	background-color: #024D94;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 330px;
	height: 85px;
	box-sizing: border-box;
	/* line-height: 85px; */
}

#navBox a {
	width: 20%;
	height: 24px;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 24px;
	border-right: 2px solid white;
	box-sizing: border-box;
	font-family: PingFang SC;
}

/* #navBox a:hover {
	color: crimson;
} */

#navBox .end {
	border: none;
}

/* 导航结束 */
.skipTitle {
	width: 100%;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	padding-left: 180px;
	font-size: 24px;
}

.skipTitle div {
	/* width: 201px; */
	/* height: 27px; */
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
}

.skipTitle div img {
	margin-right: 13px;
	width: 28px;
	height: 27px;
	transform: translateY(5px);
}

.skipTitle div a {
	color: #000000;
}

/* 跳转的大标题 */
.abstract {
	width: 100%;
	margin: 0 auto;
	padding: 0 180px 50px;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.abstract .titleName {
	height: 28px;
	line-height: 28px;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #024D94;
	margin-bottom: 39px;
	margin-top: 37px;
	border-left: 3px solid #D7161A;
	box-sizing: border-box;
	text-indent: 27px;
}

.abstract .content {
	width: 100%;
	height: 290px;
	background-color: #F2F2F2;
	padding: 25px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

/* 登报简介end */
.serve {
	width: 1440px;
	background-color: #F8F8F8;
	overflow: hidden;
	/* margin-top: 50px; */
	padding: 0 180px;
	box-sizing: border-box;
}

.serve h3 {
	height: 28px;
	line-height: 28px;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #024D94;
	margin-bottom: 40px;
	margin-top: 50px;
	border-left: 3px solid #D7161A;
	box-sizing: border-box;
	text-indent: 27px;
}

.serve .threeImg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.serve .threeImg .one {
	background-color: #fff;
	width: 346px;
	height: 247px;
	text-align: center;
}

.serve .threeImg .one .top {
	height: 134px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #E7E7E7;
}

.serve .threeImg .one .bottom {
	height: 122px;
}

.serve .threeImg .one .bottom p {
	/* width: 47px; */
	height: 23px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
}

.serve .threeImg .one .bottom span {
	display: inline-block;
	/* width: 251px; */
	height: 17px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
}

/* 服务人群end */
.questions {
	width: 1440px;
	padding: 0 180px;
	box-sizing: border-box;
	background-color: white;
	overflow: hidden;
}

.questions h3 {
	height: 28px;
	line-height: 28px;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #024D94;
	margin-bottom: 40px;
	margin-top: 50px;
	border-left: 3px solid #D7161A;
	box-sizing: border-box;
	text-indent: 27px;
}

.questions .bar {
	height: 74px;
	line-height: 74px;
	width: 100%;
	background-color: #FBF4CF;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	border-left: #FFE564 17px solid;
	padding-left: 50px;
	box-sizing: border-box;
}

.questions .txt {
	height: 64px;
	/* line-height: 64px; */
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	margin: 30px 0 40px;
}

/* 常见问题end */
.business {
	width: 1440px;
	padding: 0 180px;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.business h3 {
	height: 28px;
	line-height: 28px;
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #024D94;
	margin-bottom: 40px;
	margin-top: 50px;
	border-left: 3px solid #D7161A;
	box-sizing: border-box;
	text-indent: 27px;
}

.business .partner {
	width: 100%;
	margin: 50px auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.business .partner img {
	width: 253px;
	height: 142px;
}

.business .partner .img1 {
	margin-top: 20px;
}

/* 合作商end */
/* 底部start */
.footBox {
	background-color: #171E30;
	color: white;
	width: 100%;
	/* height: 296px; */
}

.footBox .top {
	width: 100%;
	padding: 40px 180px 0;
	box-sizing: border-box;
	/* height: 233px; */
	display: flex;
}

.footBox .top .left {
	width: 50px;
}

.footBox .top .left span {
	display: inline-block;
	height: 16px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 16px;
}

.footBox .top .middle {
	width: 200px;
	margin-left: 130px;
}

.footBox .top .middle h2 {
	/* width: 70px; */
	height: 17px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 36px; */
	margin-bottom: 26px;
}

.footBox .top .middle div {
	width: 200px;
	/* height: 15px; */
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	/* line-height: 36px; */
	margin-bottom: 20px;
}

.footBox .top .middle h3 {
	/* width: 35px; */
	height: 17px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 36px; */
	margin-bottom: 26px;
	/* margin-top: 15px; */
	padding-top: 10px;
}

.footBox .top .middle .name {
	margin-bottom: 40px;
}

.footBox .top .right {
	width: 72px;
	margin-left: 105px;
}

.footBox .top .right h3 {
	width: 72px;
	height: 17px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 36px; */
	margin-bottom: 28px;
}

.footBox .top .right a {
	/* display: block; */
	width: 61px;
	height: 16px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
}

.footBox .top .end {
	width: 146px;
	text-align: center;
	margin-left: 410px;
	margin-top: 27px;
}

.footBox .top .end div {
	/* width: 95px; */
	height: 16px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px
}

.footBox .bottom {
	background-color: #111623;
	height: 63px;
	text-align: center;
	line-height: 63px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0 180px;
	box-sizing: border-box;
}