@charset "utf-8";

/* CSS Document */

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 18px;
	min-width: 1250px;
	text-align: left;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #df2a36;
}

p,
span {
	color: #333;
	line-height: 1.8;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1 a,
h3 a {
	font-weight: bolder;
}

.blank20 {
	margin-top: 20px;
}

.blank30 {
	margin-top: 30px;
}

.blank50 {
	margin-top: 50px;
}

.clear::after {
	display: block;
	content: "";
	clear: both;
}

.clearboth::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

.pc-only {
	display: block;
}

.mb-only {
	display: none;
}

.fp_title {
	display: none;
}

.fp_subtitle {
	display: inline;
}


/* 内容 */

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.banner {
	width: auto;
	/* background: url(../img/banner.jpeg) no-repeat top center;
	width: 100%;
	height: 540px; */
}

.dh {
	background: #bc3029;
	height: 55px;
	line-height: 55px;
}

.dh .logo {
	width: 160px;
	margin: -30px 40px 0 -10px;
}

.dh .logo img {
	width: 100%;
}

.dh ul {
	text-align: center;
}

.dh ul li {
	display: inline-block;
}

.dh ul li a {
	color: #fff;
	padding: 0px 16px;
	border-right: 2px #b80d0d solid;
}

.dh ul li:last-child a {
	border-right: 0;
}


/* 导航 E  */

.main .tout {
	color: #585858;
	text-align: center;
	border-bottom: #C3C3C3 1px dashed;
}

.main .tout a {
	color: #585858;
}

.tout h1 {
	line-height: 36px;
}

.tout h1 a {
	font-size: 30px;
}

.main .tout h4 {
	display: inline-block;
	margin: 10px 0 20px;
}

.main .tout h4 a {
	font-size: 14px;
	padding: 10px 3px;
	font-weight: normal;
}

.yaow_list {
	width: 500px;
	font-size: 20px;
	margin-right: 30px;
	margin-top: 10px;
	float: left;
	height: 450px;
}

.yaow_list li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.yaow_list>:nth-child(4n+1) a {
	font-weight: bolder;
	color: #d03636;
}


/* 要闻3条样式 S */

.yaow_list3 {
	width: 500px;
	height: 450px;
	margin: 10px 20px 0 0;
}

.yaow_list3 ul li {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.yaow_list3 ul li:hover {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 10px #ccc;
	border-bottom: 1px #fff solid;
}

.yaow_list3 ul li h3 {
	margin-bottom: 20px
}

.yaow_list3 ul li h3 a {
	color: #df2a36;
}


/* 要闻3条样式 E */

.yaow_pic {
	width: 670px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.yaow_pic .swiper-slide img {
	display: block;
	width: 670px;
	height: 450px;
	object-fit: cover;
}

.yaow_pic .swiper-slide p {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.yaow_pic .swiper-slide p a {
	color: #fff;
}

.yaow_pic .swiper-pagination {
	margin-left: 280px;
	position: absolute;
	left: 0;
	bottom: 20px;
}

:root {
	--swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.yaow_pic .swiper-pagination-bullet-active {
	background: #b80d0d;
}


/* 要闻 E */

.topic {
	font-size: 16px;
	color: #df2a36;
	background: url(../images/jg_Smtitle.png) no-repeat center center;
	height: 120px;
	line-height: 75px;
	text-align: center;
	margin-bottom: 30px;
}

.topic h2 {
	color: #df2a36;
	font-size: 40px;
}

.topic h2 span {
	display: inline-block;
	height: 31px;
	margin-left: -120px;
	vertical-align: bottom;
}

.topic h2 span a {
	color: #df2a36;
	font-weight: bolder;
}


/* 标题样式 左侧 S  */

.topic_lf {
	font-size: 16px;
	color: #df2a36;
	background: url(../images/jg_Bgtitle.png) no-repeat center center;
	margin: 50px -24px 30px;
	height: 80px;
	line-height: 75px;
	text-align: left;
	margin-bottom: 30px;
}

.topic_lf h2 {
	color: #fff;
	font-size: 36px;
	font-style: italic;
	letter-spacing: 5px;
}

.topic_lf h2 span {
	display: inline-block;
	margin-left: 50px;
	vertical-align: bottom;
}

.topic_lf h2 span a {
	color: #fff;
	font-weight: bolder;
}

.topic_sm {
	background: url(../images/jg_Smtitle.png) no-repeat center center;
}

.topic_sm h2 span {
	margin-left: 80px;
}


/* 标题样式 左侧 E  */

.gradient-text {
	text-align: left;
	text-indent: 30px;
	line-height: 50px;
	font-size: 40px;
	font-weight: bolder;
}

.gradient-text-one {
	background-image: -webkit-linear-gradient(left, red 10%, #fd8403 40%, red 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.zfbg .con_fl {
	width: 450px;
	height: 640px;
	overflow: hidden;
	background-color: #fbeee1;
	/* background: rgba(255, 255, 255, 0.4); */
	padding: 20px;
}

.zfbg .con_fl h1 a {
	font-weight: bolder;
}

.zfbg .con_fl a {
	color: #df2a36;
}

.zfbg .con_fl h1 {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	padding: 20px;
	line-height: 1.6;
}

.zfbg .con_fl p {
	font-size: 18px;
	line-height: 2;
}

.zfbg .con_fr {
	width: 710px;
	margin-left: 20px;
}

.zfbg .con_fr .con_fr_top {
	border-bottom: 2px #999 dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.zfbg .con_fr .con_fr_top h3 {
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc dashed;
}

.zfbg .con_fr .con_fr_top h3 a {
	color: #df2a36;
}

.zfbg .con_fr .con_fr_top img {
	width: 300px;
	height: 200px;
	object-fit: cover;
	margin-left: 20px;
	float: right;
}


/* .zfbg .con_fr .con_fr_top span {
    font-size: 16px;
} */

.zfbg .con_fr .con_fr_bottom {
	margin: 20px;
}

.zfbg .con_fr .con_fr_bottom p {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #df2a36;
	color: #FFFFFF;
	font-size: 18px;
}

.zfbg .con_fr .con_fr_bottom ul li,
.dbwy .con_bottom ul li,
.mtpl ul li {
	color: #df2a36;
	list-style: disc inside;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #999 dashed;
	overflow: hidden;
}

.dbwy .con_top {
	border-bottom: 2px #999 dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dbwy .con_top .con_top_fl {
	width: 580px;
	height: 350px;
	position: relative;
}

.dbwy .con_top>:first-child {
	margin-right: 40px;
}

.dbwy .con_top .con_top_fl p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.dbwy .con_top .con_top_fl p a {
	color: #fff;
}

.dbwy .con_bottom .con_bottom_fl {
	width: 580px;
}

.dbwy .con_bottom>:first-child {
	margin-right: 40px;
}

.kjzc .con_fl {
	width: 500px;
	height: 340px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.kjzc .con_fl img {
	display: block;
}

.kjzc .con_fl p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.kjzc .con_fl p a {
	color: #fff;
}

.kjzc .con_fr {
	width: 660px;
	height: 340px;
	margin-left: 40px;
}

.kjzc .con_fr .con_fr_nr {
	height: 180px;
}

.kjzc .con_fr .con_fr_nr h3 a {
	color: #585858;
	font-weight: bolder;
}

.kjzc .con_fr .con_fr_nr p {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px #ccc dashed;
}


/* 现场直击S */

#xczb {
	position: relative;
	height: 570px;
}

#xczb .swiper {
	margin-top: 50px;
	height: 500px;
}

#xczb .swiper-slide {
	width: 860px;
	position: relative;
}

#xczb .swiper-slide a {
	transition: 0.2s;
}

#xczb .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	width: 98%;
}

#xczb .swiper-slide p a {
	color: #fff;
}

#xczb .swiper-slide a:hover {
	opacity: .6;
}

#xczb .swiper-pagination {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#xczb .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #df2a36;
}

#xczb .swiper-button-prev {
	width: 50%;
	height: 500px;
	left: -450px;
	top: 0;
	background: url(../images/qglianghui/ichimatsu.png) repeat 0 0;
	border-radius: 5px;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

#xczb .swiper-button-prev:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	background: url(../images/qglianghui/slide_prev.png) no-repeat 0 center;
	left: 94%;
	top: 40%;
	margin-top: -180px;
}

#xczb .swiper-button-next {
	width: 50%;
	height: 500px;
	right: -450px;
	top: 0;
	background: url(../images/qglianghui/ichimatsu.png) repeat 0 0;
	border-radius: 5px;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

#xczb .swiper-button-next:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	background: url(../images/qglianghui/slide_prev.png) no-repeat 0 center;
	right: 94%;
	top: 40%;
	margin-top: -180px;
	transform: rotate(180deg);
}

#xczb .swiper-button-prev:hover,
#xczb .swiper-button-next:hover {
	opacity: 0.6;
}


/* 现场直击E */

.mtpl .con_fl,
.mtpl .con_cent,
.mtpl .con_fr {
	width: 360px;
	margin-right: 40px;
}

.mtpl .con_fl {
	width: 280px;
}

.mtpl .con_cent {
	width: 440px;
}

.mtpl .con_fr {
	margin-right: 0;
}

.mtpl .con_fl .con_fl_nr {
	position: relative;
	margin-bottom: 20px;
	height: 190px;
}

.mtpl .con_fl .con_fl_nr img {
	display: block;
}

.mtpl .con_fl .con_fl_nr p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0px 10px;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.mtpl .con_fl .con_fl_nr p a {
	color: #fff;
	font-size: 14px;
}


/* 烟花 */

#container {
	z-index: -99;
	width: 100%;
	height: 100%;
	position: relative;
}

#fireworks {
	position: absolute;
	left: 0px;
	top: 500px;
	transform: scale(0);
	animation: fireworks 3s 2s infinite;
}

@keyframes fireworks {
	0% {
		transform: scale(0);
	}

	80% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
	}
}

.kjcx img {
	display: block;
}

.kjcx .cjO {
	margin-right: 20px;
}

.kjcx .cjT {
	margin: 0;
	vertical-align: top;
}

.kjcx .pic {
	position: relative;
	vertical-align: top;
}

.kjcx .cjO .pic:nth-child(1) {
	width: 590px;
	height: 370px;
	margin-bottom: 20px;
}

.kjcx .cjO .pic:nth-child(1) a .con {
	width: 590px;
	height: 0px;
	overflow: hidden;
}

.kjcx .cjO .pic:nth-child(1) a:hover .con {
	border-top: 10px #bf0009 solid;
	width: 100%;
	height: 100%;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.kjcx .cjO .pic:nth-child(2),
.kjcx .cjO .pic:nth-child(3) {
	width: 285px;
	height: 180px;
	display: inline-block;
	overflow: hidden;
}

.kjcx .cjO .pic:nth-child(2) p,
.kjcx .cjO .pic:nth-child(3) p {
	display: none;
}

.kjcx .cjO .pic:nth-child(2) {
	margin-right: 12px;
}

.kjcx .cjO .pic:nth-child(2) a .con,
.kjcx .cjO .pic:nth-child(3) a .con {
	width: 0px;
	height: 180px;
	display: inline-block;
}

.kjcx .cjO .pic:nth-child(2) a:hover .con,
.kjcx .cjO .pic:nth-child(3) a:hover .con {
	border-left: 10px #bf0009 solid;
	width: 100%;
	height: 100%;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.kjcx .cjT .pic:nth-child(1),
.kjcx .cjT .pic:nth-child(2) {
	width: 285px;
	height: 180px;
	overflow: hidden;
	display: inline-block;
}

.kjcx .cjT .pic:nth-child(1) p,
.kjcx .cjT .pic:nth-child(2) p {
	display: none;
}

.kjcx .cjT .pic:nth-child(1) {
	margin-right: 12px;
}

.kjcx .cjT .pic:nth-child(1) a .con,
.kjcx .cjT .pic:nth-child(2) a .con {
	width: 0px;
	height: 180px;
}

.kjcx .cjT .pic:nth-child(1) a:hover .con,
.kjcx .cjT .pic:nth-child(2) a:hover .con {
	border-right: 10px #bf0009 solid;
	width: 100%;
	height: 100%;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.kjcx .cjT .pic:nth-child(3) {
	width: 590px;
	height: 370px;
	margin-top: 20px;
}

.kjcx .cjT .pic:nth-child(3) a .con {
	width: 590px;
	height: 0px;
	overflow: hidden;
}

.kjcx .cjT .pic:nth-child(3) a:hover .con {
	border-bottom: 10px #bf0009 solid;
	width: 100%;
	height: 100%;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.kjcx .pic a h3,
.kjcx .pic a p {
	color: #fff;
	margin-bottom: 20px;
}

.kjcx .pic a:hover .con h3,
.kjcx .pic a:hover .con p {
	margin: 40px;
}

#carousel .swiper-slide {
	height: auto;
	padding-bottom: 0;
}

#carousel .swiper-slide p,
#carousel .swiper-slide h3 {
	display: none;
}
