body {
	background-color: #FFFFFF;
}

.wrap {
	width: 100%;
}

.banner {
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.banner img {
	width: 100%;
}

.center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.dec {
	width: 100%;
	height: auto;
	padding: 60px 0 53px 0;
}

.dec .title {
	font-family: "PingFangSC-Regular";
	font-size: 24px;
	color: #323232;
	margin-bottom: 23px;
	text-align: center;
}

.dec .message {
	font-family: "PingFangSC-Regular";
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align:right;
	text-align:justify;
	text-justify:newspaper;
}

.box_num {
	width: 900px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

.box_num .item {
	width: 400px;
	height: auto;
	text-align: center;
}

.box_num .item .lever {
	font-family: "HelveticaNeue-Bold";
	font-size: 100px;
	color: #474747;
}

.box_num .item .info {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #323232;
	letter-spacing: 0;
}

.center .picture {
	width: 100%;
	height: auto;
	margin-top: 60px;
}

.center .picture .list_top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-bottom: 54px;
}


/*.center .picture .list_top .pic{
	
	
}*/

.center .picture .list_top .pic,
.center .picture .list_top .pic img {
	width: 600px;
	height: 450px;
}

.center .picture .list_top .info_detail {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 671px;
	height: 390px;
	background-color: #292B5B;
	z-index: 2;
	padding: 55px 60px 50px 60px;
}

.center .picture .list_top .info_detail .title {
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.center .picture .list_top .info_detail .pic_dec {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: justify;
}

.center .picture .list_top .info_detail .list_pic {
	width: 540px;
	height: 72px;
	margin-top: 13px;
}

.center .picture .list_top .info_detail .list_pic .item {
	width: 72px;
	height: 72px;
	float: left;
	position: relative;
	border-radius: 50%;
}

.center .picture .list_top .info_detail .list_pic .item .img_item {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

.center .picture .list_top .info_detail .list_pic .item .img_sure {
	position: absolute;
	bottom: 10px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.center .picture .list_top .info_detail .list_pic .item:not(:last-child) {
	margin-right: 45px;
}

.center .picture .list_bottom {
	width: 100%;
	height: 450px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	margin-bottom: 61px;
}

.center .picture .list_bottom .item {
	width: 600px;
	height: 450px;
	/*
	padding: 30px 67px 54px 30px;
	*/
}

.center .picture .list_bottom .item:nth-child(1) {
	background: #C6010D;
	padding: 60px 28px;
}

.center .picture .list_bottom .item:nth-child(1) .title {
	font-size: 32px;
	color: #FFFFFF;
}

.center .picture .list_bottom .item:nth-child(1) .list_bottom_dec {
	font-family: "PingFangSC-Regular";
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 25px;
	margin-top: 20px;
	text-align:justify;
	text-justify:newspaper;
}
.center .picture .list_bottom .item:nth-child(2) img {
	width: 600px;
	height: 450px;
}
.nav .list ul li:nth-child(2) a {
	color: #C6010D;
}