.section1 {
	background: url("../image/xqgg-bg.png") no-repeat center center;
	margin-top: -245px;
}

.title {
	text-align: center;
}

.title>h2 {
	width: 297px;
	height: 60px;
	display: inline-block;
	font-size: 26px;
	color: #ffffff;
	line-height: 60px;
	background: url("../image/title-bg.png") no-repeat center center;
}

.sect1 {
	padding-top: 245px;
	padding-bottom: 55px;
}

.section1 .title {
	padding: 65px 0;
}

.sect1 ul {
	margin-left: -39px;
	margin-right: -39px;
	margin-bottom: 85px;
}

.sect1 ul li {
	width: 29.571%;
	background-color: #a50d1b;
	margin: 0 39px;
	box-shadow: 0px 0px 20px 0px rgb(238 42 59 / 35%);
}

.sect1 ul li a {
	display: block;
	padding: 20px 49px 35px 42px;
}

.sect1 ul li a h2 {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ff9600;
	display: inline-block;
	border-bottom: 1px solid #ff9600;
}

.sect1 ul li a p {
	font-size: 18px;
	line-height: 29px;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sect1 ul li a span {
	font-size: 14px;
	line-height: 21px;
	color: #ec7782;
	text-indent: 28px;
	height: 63px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.more {
	text-align: center;
}

.more>a {
	font-size: 16px;
	display: inline-block;
	padding-left: 25px;
	background: url("../image/more.png") no-repeat left center;
}

.sect1 .more a {
	color: #fff;
}

.sect1 .more>a:hover {
	color: #ff9600;
}

.section2 {
	background: url("../image/xqdt-bg.png") no-repeat center center;
	background-size: cover;
}

.sect2 {
	padding-bottom: 70px;
}

.sect2 .title {
	padding-top: 85px;
	padding-bottom: 75px;
}

.xqdt {
	overflow: hidden;
	padding-bottom: 83px;
}



.xqdt img {
	display: block;
	width: 100%;
	height: 100%;
}

.xqdt-l {
	float: left;
	width: 29.57%;
	height: 525px;
}
.xqdt .pics {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.xqdt .pics img{
     display:none;
}
.xqdt-l>a {
	display: block;
	position: relative;
	height: 100%;
}

.xqdt-l>a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("../image/xqdt1-bg.png") no-repeat center center;
	background-size: cover;
}

.xq-t {
	height: 100%;
}

.xq-b {
	position: absolute;
	bottom: 0;
	padding-left: 35px;
	padding-right: 45px;
	padding-bottom: 40px;
	z-index: 2;
}

.xq-b>h2 {
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
}

.xq-b>div {
	width: 51px;
	height: 1px;
	background-color: #ffffff;
	margin: 17px 0;
}

.xq-b>p {
	font-size: 18px;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
}

.xq-b>span {
	height: 57px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.4;
	text-indent: 28px;
	display: inline-block;
	margin-top: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.xqdt-r {
	width: 38.21%;
	float: right;
	height: 525px;
}

.xqdt-r>a {
	display: block;
	position: relative;
	height: 100%;
}

.xqdt-r>a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: none;
	background-image: linear-gradient(to top, #2f4e8e, transparent);
	/* background: url("../image/xqdt2-bg.png") no-repeat center center; */
	background-size: cover;
}

.sq-t {
	height: 100%;
}

.xqdt-r .xq-b {
	padding-bottom: 25px;
}

.xqdt-r .xq-b>span {
	height: 38px;
}

.xqdt-r .xq-b>p {
	height: 24px;
}

.xqdt-m {
	float: left;
	width: 29.57%;
	margin-left: 18px;
	height: 100%;
}

.xq-m:first-child {
	background-image: linear-gradient(to right, #d44610, #a8101a);
}

.xq-m:last-child {
	background-image: linear-gradient(to right, #3588a0, #6644cb);
	margin-top: 23px;
}

.xq-m>a {
	display: block;
	box-sizing: border-box;
	padding: 37px;
	height: 100%;
}

.xq-m h2 {
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
}

.xq-m div {
	width: 51px;
	height: 1px;
	background-color: #ffffff;
	margin: 17px 0;
}

.xq-m p {
	font-size: 18px;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
}

.xq-m span {
	height: 57px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.4;
	text-indent: 28px;
	display: inline-block;
	margin-top: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sect2 .more a {
	color: #db420a;
}

.section3 {
	background: url("../image/zymx-bg.png") no-repeat center center;
}

/* .sect3::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("../image/zymx-bg1.png") no-repeat center center;
	background-size: cover;
} */
.sect3 .title {
	padding-top: 45px;
	padding-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #865439;
}

.title>p {
	font-size: 14px;
	line-height: 27px;
	color: #865439;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zymx {
	margin-left: -35px;
	margin-right: -35px;
	overflow: hidden;
	margin-top: 50px;
}

.zymx li {
	float: left;
	width: 21.07%;
	margin: 0 35px;
}

.zymx li:nth-child(even) {
	margin-top: 70px;
}

.zymx li a {
	display: block;
	padding: 20px 15px  10px;
	background-color: #865439;
}

.zymx li a h2 {
	font-size: 16px;
	line-height: 50px;
	color: #ffc002;
}

.zymx li a p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
	display: inline-block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 54px;
}

.sect3 .more {
	margin-top: 30px;
}

.sect3 .more a {
	color: #865439;
	background: url("../image/more1.png") no-repeat left center;
}

.sect3 {
	padding-bottom: 30px;
}

.sect3 .title h2 {
	margin-bottom: 25px;
}

.section4 {
	background: url("../image/xyfc-bg.png") no-repeat center center;
	background-size: cover;
}

.sect4 .title {
	padding: 70px 0;
}

.sect4 {
	padding-bottom: 50px;
}

.xyfc {
	overflow: hidden;
	margin-left: -24px;
	margin-right: -24px;
	margin-bottom: 40px;
}

.xyfc li {
	float: left;
	width: 46.685%;
	margin: 0 24px;
	text-align: center;
}

.xyfc li a {
	display: block;
}

.xyfc li a p {
	font-size: 24px;
	line-height: 90px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section5 {
	background: url("../image/xyyx-bg.png") no-repeat center center;
	background-size: cover;
}

.sect5 .title {
	padding-top: 65px;
	padding-bottom: 80px;
}

.xyyx li {
	overflow: hidden;
	position: relative;
}

.xy-l a {
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../image/mel_play.png") no-repeat center center;
	background-size: cover;
}

.xy-l {
	position: relative;
	float: left;
}

.xy-l>img {
	width: 100%;
}

.xy-r {
	padding: 70px 41px 63px 62px;
	background-color: #a50d1b;
	width: 36.428%;
	position: absolute;
	right: 0;
	top: 185px;
	box-sizing: border-box;
}

.xy-r span {
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	height: 200px;
}

.xyyx .slick-arrow {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.xyyx .slick-prev {
	background: url("../image/left.png") no-repeat center center;
	background-size: cover;
	right: 106px;
	left: auto;
	top: 65px;
}

.xyyx .slick-next {
	background: url("../image/right.png") no-repeat center center;
	background-size: cover;
	right: 18px;
	top: 65px;
}

.sect5 .more {
	padding-top: 40px;
	padding-bottom: 70px;
}

.sect5 .more a {
	color: #db420a;
}

.section6 {
	background-color: #fff7f4;
}

.sect6 {
}

.sect6 .title {
	padding: 60px 0;
}

.xyjz {
	overflow: hidden;
}

.jz-l {
	float: left;
	width: 425px;
	background: url("../image/xyjz.png") no-repeat center center;
	background-size: cover;
	padding: 50px 55px 40px 45px;
	box-sizing: border-box;
	max-height: 560px;
	overflow: hidden;
}

.jz-l h2 {
	font-size: 26px;
	margin-bottom: 30px;
	color: #843028;
}

.jz-l p {
	font-size: 18px;
	line-height: 36px;
	color: #000000;
}

.jz-l span {
	text-align: center;
	display: block;
	margin-top: 40px;
}

.jz-l span img {
	display: inline-block;
}

.jz-r {
	overflow: hidden;
	padding-right: 35px;
	padding-left: 15px;
	padding-bottom: 34px;
	background-color: #fff;
}

.jz-r {
	height: 528px;
	overflow-y: scroll;
}

.jz-show {
	height: 455px;
	overflow-y: scroll;
	overflow-x: none;
}

.jz-r table {
	width: 100%;
	height: 450px;
	text-align: center;
}

.jz-r .table {
	overflow-x: auto;
}

.bt {
	background-color: #843028;
	border: none !important;
}

.jz-title {
	overflow: hidden;
	text-align: center;
	margin-top: 17px;
}

.jz-title>span {
	display: block;
	line-height: 55px;
	background-color: #843028;
	border: none !important;
	float: left;
	color: #fff;
	font-weight: bold;
}

.jz-r table tr td {
	font-size: 18px;
	color: #888888;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jz-r table tr {
	border-bottom: 1px dashed #e6e6e6;
}

.sect6 .more {
	padding-top: 35px;
	padding-bottom: 45px;
}

.sect6 .more a {
	color: #db420a;
}

.sect4 .more a {
	color: #db420a;
}

.sect3 .pic {
	padding-top: 75%;
}

.sect4 .pic {
	padding-top: 63.757%;
}

@media screen and (max-width: 1480px) {
	.sect1 ul {
		margin-left: 0;
		margin-right: 0;
	}

	.zymx {
		margin-left: 0;
		margin-right: 0;
	}

	.xyfc {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 1400px) {
	.top-r>ul>li>a {
		font-size: 17px !important;
	}

	.top-r>ul>li {
		margin-right: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.zymx li a {
		padding: 0 15px 15px 15px;
	}

	.zymx li a h2 {
		font-size: 22px;
		line-height: 40px;
	}

	.zymx li a p {
		font-size: 14px;
		line-height: 28px;
	}

	.xqdt {
		padding-bottom: 25px;
	}

	.xq-m:first-child {
		float: left;
		width: 50%;
	}

	.xq-m:last-child {
		margin-top: 0px;
		width: 50%;
		float: left;
	}

	.xqdt-m {
		float: none;
		width: auto;
		margin-left: 0px;
		height: 100%;
	}

	.xqdt-l {
		width: 100%;
	}

	.xqdt-r {
		width: 100%;
	}

	.xyfc li a p {
		font-size: 20px;
		line-height: 70px;
	}

	.sect1 ul li {
		margin: 0 22px;
	}

	.section1 .title {
		padding: 30px 0;
	}

	.title>h2 {
		font-size: 24px;
	}

	.sect1 ul {
		margin-bottom: 20px;
	}

	.sect1 {
		padding-bottom: 20px;
	}

	.sect2 .title {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.sect2 {
		padding-bottom: 20px;
	}

	.sect3 .title {
		padding-top: 20px;
	}

	.sect4 .title {
		padding: 25px 0;
	}

	.sect4 {
		padding-bottom: 25px;
	}

	.xyfc {
		margin-bottom: 20px;
	}

	.sect5 .title {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.sect5 .more {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.sect6 .title {
		padding: 25px 0;
	}

	.sect6 .more {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.jz-r {
		padding-right: 0;
	}

	.jz-l {
		float: left;
		width: 360px;
		padding: 30px 15px 60px 15px;
	}

	.jz-l p {
		font-size: 16px;
	}

	.jz-r table tr td {
		font-size: 16px;
	}

	.xy-r span {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		-webkit-line-clamp: 2;
	}

	.xy-r {
		padding: 20px 20px 20px 20px;
		bottom: 0;
		top: auto;
		width: 100%;
	}

	.section2 {
		background: none;
	}
}

@media screen and (max-width: 768px) {
	.sect1 ul li a {
		padding: 15px;
	}

	.sect1 ul li a h2 {
		font-size: 20px;
	}

	.sect1 ul li a p {
		font-size: 16px;
	}

	.title>h2 {
		font-size: 22px;
	}

	.xqdt-l,
	.xqdt-r {
		height: 440px;
	}

	.xyfc li a p {
		font-size: 18px;
	}

	.jz-l {
		float: none;
		width: auto;
		padding: 15px;
		max-height: 504px;
	}

	.jz-r {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.jz-l span {
		margin-top: 15px;
	}

	.jz-l h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.jz-l p {
		font-size: 18px;
		line-height: 36px;
	}

	.xy-l a {
		width: 50px;
		height: 50px;
	}

	.zymx li {
		margin: 0 20px;
	}

	.xyfc li {
		margin: 0 15px;
	}

	.banner>.slick-dots {
		margin-bottom: 15px !important;
	}

	.section1 .title {
		padding: 15px 0;
	}

	.jz-r table tr td {
		line-height: 50px;
	}

	.xy-r {
		padding: 10px;
		bottom: 0;
		top: auto;
		width: 100%;
	}

	.xy-r span {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		-webkit-line-clamp: 2;
	}

	.xyyx .slick-arrow {
		width: 35px;
		height: 35px;
	}

	.xyyx .slick-prev {
		right: 65px;
	}

	.jz-title>span {
		font-size: 12px;
	}

	.xq-b {
		position: absolute;
		bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.xq-m>a {
		padding: 20px;
	}
}

@media screen and (max-width: 500px) {

	.xqdt-l,
	.xqdt-r {
		height: 350px;
	}

	.xq-m:first-child {
		width: 100%;
	}

	.xq-m:last-child {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	.title>h2 {
		font-size: 18px;
	}

	.zymx li:nth-child(even) {
		margin-top: 0px;
	}

	.xqdt-l, .xqdt-r {
		height: 290px;
	}

	.xq-b>h2 {
		font-size: 16px;
	}

	.xq-b>div {
		margin: 8px 0;
	}

	.xq-b>p {
		font-size: 16px;
		height: 40px;
	}

	.xq-m h2 {
		font-size: 16px;
	}

	.xq-m div {
		margin: 8px 0;
	}

	.xq-m p {
		font-size: 16px;
		height: 40px;
	}

	.sect3 .title h2 {
		margin-bottom: 10px;
	}
}

.zymx {
	margin-top: 30px;
}

.xyfc li a p {
	line-height: 40px;
}

.xyfc {
	margin-bottom: 5px;
}

.xyyx .slick-arrow {
	top: 35px;
}
}

@media screen and (max-width: 330px) {
	.jz-l {
		max-height: 550px;
	}
}