html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	font-family:
		system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
		Helvetica, Arial,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #fff;
}

img {
	border: 0 none;
	display: block;
}

a {
	text-decoration: none;
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

p {
	margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}

.container {
	width: 100%;
	height: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 1px;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.xiushan {
	width: 100%;
}

.hidden {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #487958;
	border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #F8AE31;
}

.d-top {
	width: 100%;
	overflow: hidden;
	height: 410px;
	position: relative;
}

.d-top img {
	height: 100%;
	min-width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

nav {
	width: 100%;
	height: 60px;
	background: url(../image/dang-nav.png) center center;
}

nav ul {
	height: 60px;
	display: flex;
	width: calc(100% - 120px);
	float: left;
}

nav ul li {
	height: 100%;
}

nav ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 60px;
}

nav ul li.on {
	background: #CC110E !important;
}

nav ul li:hover {
	background: rgba(0, 0, 0, 0.1);
}

nav ul li.on a {
	font-weight: 600;
}

nav .container>a {
	display: inline-block;
	float: right;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FFA11A;
	color: #FFFFFF;
	font-size: 1rem;
}

nav .container>a:hover {
	text-decoration: underline;
}

.d-1 {
	margin-top: 40px;
	width: 100%;
}

.d-lun {
	width: 520px;
	float: left;
	height: 300px;
}

#d-lun {
	width: 100%;
	height: 100%;
}

#d-lun a {
	display: inline-block;
	position: relative;
}

#d-lun img {
	width: 100%;
	height: 100%;
}

#d-lun p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
#d-lun .swiper-pagination {
	width: auto;
	left: auto;
	right: 15px;
}
#d-lun .swiper-pagination span {
	opacity: 1;
	background: #FFFFFF;
}
#d-lun .swiper-pagination .swiper-pagination-bullet-active {
	background: #EA2B28;
}

.d-11 {
	float: right;
	width: calc(100% - 560px);
}
.d-11 .new-1 {
	width: 100%;
}
.bt-1 {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #EEEEEE;
}
.bt-1 span {
	display: inline-block;
	height: 100%;
	float: left;
	padding-left: 32px;
	background: url(../image/d-1.png) no-repeat left center;
	font-size: 1rem;
	color: #333333;
	font-weight: 600;
}
.bt-1 a {
	float: right;
	font-size: 0.875rem;
	color: #EA2B28;
}
.bt-1 a:hover {
	font-weight: 600;
}
.new-1 ul {
	width: 100%;
	margin-top: 20px;
}
.new-1 ul li {
	
}
.new-1 ul li a {
	display: inline-block;
	width: 100%;
	line-height: 35px;
}
.new-1 ul li a p {
	float: left;
	font-size: 0.875rem;
	color: #333333;
	width: calc(100% - 80px);
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.new-1 ul li a span {
	float: right;
	font-size: 0.875rem;
	color: #999999;
}
.new-1 ul li:hover a p {
	color: #EA2B28;
	text-decoration: underline;
}

.d-2 {
	width: 100%;
	margin-top: 20px;
}
.d-21 {
	width: 100%;
}
#d-zt {
	width: 100%;
	height: 100px;
	margin: 20px 0;
}
#d-zt a {
	display: inline-block;
	overflow: hidden;
}
#d-zt a img {
	width: 100%;
	height: 100%;
}
.d-3 {
	width: 100%;
	margin-top: 20px;
}
.d-31 {
	width: 48.33%;
	float: left;
}
.d-32 {
	width: 48.33%;
	float: right;
}
.new-1 .one {
	margin-bottom: 10px;
}
.new-1 .one a {
	line-height: 1;
}
.new-1 .one .img {
	width: 160px;
	height: 120px;
	float: left;
}
.new-1 .one .img img {
	width: 100%;
	height: 100%;
}
.new-1 .one .det {
	float: left;
	width: calc(100% - 160px);
	padding-left: 20px;
}
.new-1 .one .det p:nth-child(1) {
	width: 100%;
	line-height: 2;
}
.new-1 .one .det p:nth-child(1) span:nth-child(1) {
	display: inline-block;
	font-size: 1rem;
	color: #333333;
	float: left;
	width: calc(100% - 85px);
}
.new-1 .one .det p:nth-child(1) span:nth-child(2) {
	float: right;
	display: inline-block;
	font-size: 0.875rem;
	color: #999999;
	width: 80px;
}
.new-1 .one .det p:nth-child(2) {
	all: unset;
	width: 100%;
	float: left;
	margin-top: 5px;
	line-height: 1.8;
	font-size: 0.875rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}
.new-1 .one:hover .det p:nth-child(1) span:nth-child(1) {
	color: #EA2B28;
	text-decoration: underline;
}
.d-3 .new-1 ul li a {
	background: url(../image/d-3.png) no-repeat left center;
	padding-left: 15px;
}
.d-3 .new-1 ul .one a {
	background: none;
	padding-left: 0;
}

.d-4 {
	width: 100%;
	margin-top: 20px;
}
.d-41 {
	width: 100%;
	margin: 20px 0;
}
.d-41 a {
	display: inline-block;
	font-size: 0.875rem;
	color: #333333;
	line-height: 2;
	margin-right: 15px;
}
.d-41 a:hover {
	color: #EA2B28;
}
footer {
	width: 100%;
	margin-top: 60px;
	background: url(../image/bg_img.png);
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}
footer p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2;
}
footer p span {
	display: inline-block;
	margin: 0 8px;
}


@media (max-width: 1000px) {
	footer {
		padding: 20px 0;
	}
}

@media (max-width: 650px) {
	footer {
		padding: 20px 0;
		margin-top: 20px;
	}
	.d-top {
		height: 100px;
	}
	nav {
		height: 40px;
	}
	nav ul {
		height: 40px;
		display: inline;
		float: left;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		/*解决在ios滑动不顺畅问题*/
		overflow-y: hidden;
	}
	nav ul li {
		display: inline-block;
		height: 40px;
	}
	nav ul li a {
		font-size: 0.875rem;
		padding: 0 5px;
		line-height: 40px;
	}
	nav .container > a {
		width: 80px;
		font-size: 0.75rem;
		height: 40px;
		line-height: 40px;
	}
	.d-1 {
		margin-top: 20px;
	}
	.d-lun {
		height: 204px;
	}
	.d-lun, .d-11, .d-31, .d-32 {
		width: 100%;
	}
}