.big-news {
	background-color: #fff;
	margin-left: 15.9px;
	margin-right: 16px;
}

.big-news>.big-title {
	padding-top: 0px;
	text-align: center;
	padding-bottom: 15px;
}

.big-news>.big-title>a {
	/* font-size: 50px; */
	font-size: 45px;
	color: #D60002;
	font-weight: bolder;
	letter-spacing: 2px;
	display: inline-block;
	max-width: 1200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.big-news>.title {
	color: #fe201f;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.big-news>.title>a {
	display: inline-block;
	color: #fe0e0d;
	text-decoration: none;
	/* max-width: 280px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	font-size: 18px;
}

.big-news>.title>a:before {
	display: inline-block;
	width: 50px;
	text-align: center;
	content: "|  ";
}

.big-news>.title>a:first-child:before {
	content: "";
}

.tpxw-bg {
	background-color: #fff;
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 30px;
}

#tpxw {
	width: 1220px;
}

#tpxw>.swiper-wrapper>.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#tpxw>.swiper-wrapper>.swiper-slide>.img>img {
	display: block;
	width: 1220px;
	/* object-fit: cover; */
	height: 520px;
}
#tpxw>.swiper-wrapper>.swiper-slide>.img>span {
	background: url(/front/images/heibg.png) repeat;
	height: 40px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1220px;
	padding-left: 20px;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
}

#tpxw .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: url(/front/zt/2022/kx10d/image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}

#tpxw .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#tpxw .swiper-button-next {
	width: 45px;
	height: 45px;
	background: url(/front/zt/2022/kx10d/image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline: none;
}

#tpxw .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#tpxw>.swiper-horizontal>.swiper-pagination-bullets, #wnhm>.swiper-pagination-bullets.swiper-pagination-horizontal,
	#wnhm>.swiper-pagination-custom, #wnhm>.swiper-pagination-fraction {
	bottom: 50px;
}
#tpxw .swiper-pagination{
	text-align: right;
	left: -10px;
	bottom: 15px;
}
#tpxw .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #ffffff;
	outline: none;
	/* text-align: right; */
}

#tpxw .swiper-pagination-bullet-active {
	color: #fff;
	background: #cc0000;
	outline: none;
}
/* #tpxw {
	width: 1220px;
	height: 520px;
	margin-left: 14px;
	margin-right: 14px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
}

#tpxw .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
}

#tpxw .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

#tpxw .hd ul li {
	float: left;
	margin-right: 3px;
	width: 10px;
	height: 10px;
	background: #fff;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border-radius: 15px;
}

#tpxw .hd ul li.on {
	background: #cc0000;
	font-weight: bold;
}

#tpxw .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

#tpxw .bd li {
	zoom: 1;
	vertical-align: middle;
}

#tpxw .bd li span a {
	color: #fff;
	float: right;
	margin-right: 10px;
	font-size: 12px;
}

#tpxw .bd img {
	width: 1220px;
	height: 520px;
	display: block;
}

#tpxw .bd li span {
	background: url(/front/images/heibg.png) repeat;
	height: 40px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1220px;
	padding-left: 20px;
	line-height: 40px;
	overflow: hidden;
}

#tpxw .prev, #tpxw .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

#tpxw .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

#tpxw .prev:hover, #tpxw .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

#tpxw .prevStop {
	display: none;
}

#tpxw .nextStop {
	display: none;
} */
.zhbd {
	margin-left: 14px;
}

.zhbd>.title {
	display: block;
	/* margin-top: 30px; */
	height: 93px;
	width: 1220px;
	background-image: url('/front/zt/2022/kx10d/image/b_zhbd.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.zhbd>.list {
	width: 610px;
	line-height: 40px;
	float: left;
}

.zhbd>.list>.li {
	padding-left: 10px;
}

.zhbd>.list>.li>a {
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 80px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zhbd>.list>.li>a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 3px;
	content: "";
	background: url("/front/zt/2022/kx10d/image/icon0.jpg") no-repeat 0 0;
	background-size: 100%;
}

.zhbd>.list>.li>a>img {
	width: 12px;
	height: 12px;
	padding-right: 3px;
}

.row.shyl-bg {
	width: 100%;
	background-image: url('/front/zt/2022/kx10d/image/shly_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff0;
}

.row.shyl-bg>.shyl {
	width: 1250px;
	height: 763px;
	margin: 0 auto;
	background-color: #fff;
	margin: 0 auto;
}

.shyl>.title {
	display: block;
	margin-top: 50px;
	margin-bottom:20px;
	height: 93px;
	width: 1250px;
	background-image: url('/front/zt/2022/kx10d/image/b_shly.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.shyl>.list {
	padding-left: 15px;
}

.shyl>.list:after {
	clear: both;
	display: table;
	content: " ";
}

.shyl>.list>.item {
	/* border: 1px #ccc solid;
	border-radius: 5px; */
	width: 375px;
	height: 300px;
	float: left;
	margin: 12px 15px;
	text-align: center;
}

.shyl>.list>.item>img:hover {
	/* border-radius: 5px; */
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

.shyl>.list>.item>img {
	border-radius: 5px;
	border: #ccc 1px solid;
	width: calc(100% - 30px);
	height: 225px;
	/* padding: 10px 15px; */
	margin: 10px 15px;
	transition: all .3s;
}

.shyl>.list>.item>.title {
	padding-top: 5px;
	padding-left: 18px;
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 50px);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.row.spxw-bg {
	margin-top: 38px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff0;
	width: 1218px;
	height: 638px;
	background-image: url('/front/zt/2022/kx10d/image/b_spxw_dbxs.jpg');
}

.spxw-pos {
	float: left;
	padding-left: 38px;
}

.spxw-title {
	float: left;
	width: 100%;
	display: block;
	height: 110px;
}

#spxw {
	width: 715px;
	height: 442px;
}

.dbxs {
	padding-left: 112px;
	width: 300px;
	float: left;
	width: 300px;
}

.dbxs-title {
	display: block;
	padding-top: 50px;
	height: 75px;
	width: 100%;
}

.dbxs>.item {
	display: block;
	padding-top: 3px;
}

.dbxs>.item>.item-title {
	display: block;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}

.dbxs>.item>.item-title:before {
	display: inline-block;
	width: 30px;
	height: 28px;
	content: " ";
	background: url("/front/zt/2022/kx10d/image/icon1.jpg");
	background-repeat: no-repeat;
	background-size: 24px 22px;
	background-position: left bottom;
}

.dbxs>.item>.item-info {
	text-indent: 2em;
	font-size: 14px;
	color: #555;
	line-height: 26px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dbxs>.item:nth-child(n+1):after {
	display: inline-block;
	width: 100%;
	height: 24px;
	margin-top: 5px;
	content: " ";
	background: url("/front/zt/2022/kx10d/image/line.jpg") no-repeat 0 0;
	background-size: 100%;
}

.dbxs>.item:last-child:after {
	display: none;
}

.wnhm {
	
}

.wnhm>.title {
	display: block;
	margin-top: 30px;
	height: 93px;
	width: 1250px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('/front/zt/2022/kx10d/image/b_wnhm.jpg');
}

#wnhm {
	width: 1230px;
}

#wnhm>.swiper-wrapper>.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 
#wnhm>.swiper-wrapper>.swiper-slide>.img {
	transition: all .3s;
}

.img>img:hover, .img>img:focus {
	transform: translate(-9px, -9px);
	box-shadow: 10px 10px #95e1d3;
}

.img {
	position: relative;
}

.img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: -moz-linear-gradient(270deg, rgb(192,192,192,0) 0%,rgb(192,192,192,0.8) 100%);
	background-image: -webkit-linear-gradient(270deg, rgb(192,192,192,0) 0%,rgb(192,192,192,0.8) 100%);
	background-image: -ms-linear-gradient(270deg, rgb(192,192,192,0) 0%,rgb(192,192,192,0.8) 100%);
}

.img:hover::before, .img:focus::before {
	background-image: none;
} */
#wnhm>.swiper-wrapper>.swiper-slide>.img img {
	display: block;
	width: 300px;
	height: 570px;
	object-fit: cover;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: '';
}

#wnhm .swiper-button-prev {
	/* left: -30px; */
	width: 45px;
	height: 45px;
	background: url(/front/zt/2022/kx10d/image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}

#wnhm .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#wnhm .swiper-button-next {
	/* right: -30px; */
	width: 45px;
	height: 45px;
	background: url(/front/zt/2022/kx10d/image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline: none;
}

#wnhm .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
