* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background: #fdfdf8;
	font-family: microsoftyahei;
}


.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(/uploads/image/images/bg.png) no-repeat top center;

}

.header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 1063px;
	height: 1389px;
}

.header .logo {
	align-self: flex-start;
	width: 248px;
	height: 98px;
	margin: 100px 0 0 90px;
}

.header .logo h1 a {
	display: block;
	width: 248px;
	height: 98px;
	text-indent: -999px;
	overflow: hidden;
	background: no-repeat top center;
}

.header .say {
	display: flex;
	flex-direction: column;
	width: 1063px;
}

.header .say .say_hd {
	width: 100%;
	height: 65px;
	background: url(/uploads/image/images/say.png) no-repeat center;
}

.header .say .say_bd {
	width: 100%;
	height: 182px;
	box-sizing: border-box;
	padding-top: 24px;
}

.header .say .say_bd span {
	font-size: 24px;
	line-height: 36px;
	color: #ffd9b9;
}

.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

/* 新闻资讯 */
.news {
	display: flex;
	justify-content: flex-end;
	width: 1200px;
	height: 281px;
	padding-top: 121px;
	box-sizing: border-box;
	background: url(/uploads/image/images/news.png) no-repeat center;
	background-size: 1200px 81px;
}

.news_img {
	width: 67px;
	height: 23px;
	margin-top: 8px;
	margin-right: 15px;
	cursor: pointer;
}

.new_content {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 518px;

}

.news-white {
	flex: 1;
	height: 100%;
}

.news_background {
	width: 1200px;
	height: 100%;
	background-image: linear-gradient(0deg,
			#e8c084 0%,
			#ca210c 100%),
		linear-gradient(#ca210c,
			#ca210c);
	background-blend-mode: normal,
		normal;
}

.news-red {
	flex: 1;
	height: 100%;
	background-image: linear-gradient(0deg,
			#e8c084 0%,
			#ca210c 100%),
		linear-gradient(#ca210c,
			#ca210c);
	background-blend-mode: normal,
		normal;
}

.new_content_text {
	display: flex;
	flex-direction: row;
	height: 510px;
	margin-left: -27px;
	margin-top: 36px;
	display: flex;
}

.text_left {
	width: 632px;
	height: 510px;
}

.news-des {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 632px;
	height: 50px;
}

.news-des span {
	display: block;
	box-sizing: border-box;
	padding-left: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: 18px;
	line-height: 50px;
	margin-left: 19px;
	color: #ffffff;
}

.news-des a{
	color: #ffffff;
}

.swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
}

.swiper-pagination-bullets {
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-end !important;
	bottom: 18px !important;
}

.swiper-pagination-bullet-active {
	background: #ca210c !important;
}

.news-des::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

#news .swiper-slide {
	position: relative;
	width: 632px !important;
	height: 510px !important;
}

#news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text_right {
	display: flex;
	flex-direction: column;
	width: 596px;
	height: 100%;
	background-color: white;
}

.text {
	display: flex;
	flex-direction: column;
	width: 596px;
	height: 170px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 50px;
	border-bottom: 1px #e1e1e1 solid;
}

.text_right .text h1 {
	font-family: microsoftyahei-bold;
	font-size: 28px;
	line-height: 28px;
	color: #bf1904;
	margin-top: 30px;
}

.text_right .text h1 a{
	color: #bf1904;
}

.text_right .text span {
	width: 100%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	margin-top: 17px;
}

/* 文明身影 */

.figure {
	display: flex;
	justify-content: flex-end;
	width: 1200px;
	height: 309px;
	padding-top: 148px;
	box-sizing: border-box;
	background: url(/uploads/image/images/figure.png) no-repeat center;
	background-size: 1200px 81px;
}

.figure_img {
	width: 67px;
	height: 23px;
	margin-top: -4px;
	margin-right: 15px;
	cursor: pointer;
}

.figure_content {
	width: 1200px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.culture_content {
	display: flex;
	flex-direction: column;
	width: 555px;
	height: 524px;
}

.culture_img img {
	width: 100%;
	height: 368px;
	border: solid 2px #ca210c;
}

.culture_text {
	width: 100%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: microsoftyahei-bold;
	font-size: 24px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	margin-top: 23px;
}

.culture_text a{
	color: #000000;
}

/* 温情瞬间 */
.moment {
	display: flex;
	justify-content: flex-end;
	width: 1200px;
	height: 260px;
	padding-top: 70px;
	box-sizing: border-box;
	background: url(/uploads/image/images/moment.png) no-repeat center;
	background-size: 1200px 81px;
}

.moment_img {
	width: 67px;
	height: 23px;
	margin-right: 15px;
	cursor: pointer;
	margin-top: 50px;
}

.moment_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 826px;
	background: url(/uploads/image/images/background.png) no-repeat center;
	background-size: 1920px 662px;
	background-position: bottom;
}

.content_imgs {
	width: 736px;
	height: 545px;
}

.content_imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.moment-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 141px;
	margin-top: 68px;
}

.pics {
	width: 1080px !important;
	height: 141px;
}

.pics-slide {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.pics-item {
	position: relative;
	width: 214px;
	height: 141px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.pics-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 214px;
	height: 141px;
	object-fit: cover;
}

.pics-item.active {
	background-color: #da634f;
	border: solid 6px #fbf3e2;
}

.pics-item.active img {
	width: 202px !important;
	height: 129px !important;
}

.left-arrow {
	width: 31px;
	height: 50px;
	background: url(/uploads/image/images/left_arrow.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.right-arrow {
	width: 31px;
	height: 50px;
	background: url(/uploads/image/images/right_arrow.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}


/* 底部 */
.footer {
	width: 100%;
	height: 333px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding-top: 51px;
}

.footer h1 {
	font-family: microsoftyahei-bold;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 3px;
	color: #d32b11;
}

.footer p {
	font-family: microsoftyahei-bold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 3px;
	color: #d32b11;
	font-weight: bold;
	margin-top: 40px;
}