body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
	margin: 0;
}
p {
	margin: 0;
}
ul,
ol,
li {
	padding-left: 0;
	list-style-type: none;
}
img {
	border: 0;
} /***消除img默认边框*****/
a {
	text-decoration: none;
} /* 链接无下划线 */
a:hover {
	cursor: pointer;
	text-decoration: underline;
} /*鼠标在链接上出下划线,为手势形态 */
table {
	border-collapse: collapse;
} /*细线表格*/
em {
	font-style: normal;
}
html {
	overflow-y: scroll;
	font-size: 16px;
} /***默认让所有浏览器出现右边滚动条****/
.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
}
:focus {
	outline: 0;
}
/***默认清除浮动****/
body {
	font-family: "微软雅黑", "sans-serif", "Arial";
}

/* 通用样式 */
@font-face {
	font-family: "alimama";
	src: url(./Alimama_ShuHeiTi_Bold.ttf);
}
body {
	background: rgba(235, 236, 237, 1);
}
.flex {
	display: flex;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.center img,.ztjs img,.rdzx img,.xmtjz img{
	width: 100%;
}
.gradient_tit {
	font-family: "alimama";
	width: 30.25rem;
	height: 3.31rem;
	background: linear-gradient(
		90deg,
		rgba(49, 86, 212, 1) 0%,
		rgba(119, 36, 144, 1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0.5em 0;
	font-size: 2.75rem;
	font-weight: 400;
	line-height: 3.3rem;
	text-align: left;
	vertical-align: top;
}

/* 头部 */
header .bg {
	background: url(./top_bg20231116.png) no-repeat center;
	background-size: 100% 100%;
	max-width: 120rem;
	min-height: 38.63rem;
	margin: 0 auto;
	justify-content: left;
}
header .bg .title {
	z-index: 2;
	width: 50.94rem;
	height: 17.44rem;
	margin-left: 12em;
}
header .bg .right {
	width: 33.13rem;
	height: 24.06rem;
}
/* 专题介绍 */
.ztjs {
	max-width: 120rem;
	height: 41.5rem;
	padding: 5em 13em;
	margin: 0 auto;
}
.bg_2 {
	background: url(./desc_bg20230919.png) no-repeat center;
	background-origin: border-box;
}

.ztjs .cont {
	padding: 3em 5em;
	background: #ffffff;
	justify-content: space-between;
}
.ztjs .cont .left {
	width: 40%;
	text-align: center;
}

.ztjs .cont .img {
	width: 62%;
	height: auto;
	z-index: 2;
}
.ztjs .cont .right {
	width: 60%;
	padding: 2em 0;
}
.ztjs .cont .right p {
	margin: 1em;

	/** 文本1 */
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 2.5rem;
	color: rgba(78, 78, 78, 1);
	text-align: justify;
	vertical-align: top;
}
/* 热点资讯 */
.rdzx {
	position: relative;
	margin-bottom: 3em;
}
.rdzx h3 {
	margin: 0.5em auto;
	text-align: center;
}
.carousel {
	width: 1320px;
	padding-bottom: 2em;
}
.carousel .swiper-slide {
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	position: relative;
}
.carousel .swiper-slide h4 a {
	color: rgba(0, 0, 0, 1);
}
.carousel .swiper-slide a {
	color: rgba(143, 141, 141, 1);
}
.carousel .swiper-slide h4 {
	font-size: 1.13rem;
	font-weight: 700;
	line-height: 1.63rem;
	height: 3.26rem;
	text-align: justify;
	vertical-align: top;
	padding: 0em 1.5em;
	text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.carousel .swiper-slide p a {
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 2em;
}
.carousel .swiper-slide p {
	/** 文本1 */
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45rem;
	height: 4.35rem;
	text-align: justify;
	vertical-align: top;
	padding: 1em 1.5em;
	margin-bottom: 0.5em;
	text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.carousel .swiper-slide > a > img {
	clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 50% 100%, 0% 83%);
}
.rdzx .next,
.rdzx .prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #a1a1a1;
	position: absolute;
	top: 50%;
	z-index: 10;
}
.rdzx .prev {
	left: 217px;
}
.rdzx .next {
	right: 217px;
}
.rdzx .next img,
.rdzx .prev img {
	width: 11px;
	height: 18px;
}
.rdzx .swiper-button-disabled {
	background: #ccc;
}
.rdzx .ckxq {
	width: 10.13rem;
	height: 2.38rem;
	opacity: 1;
	background: rgba(28, 125, 199, 1);
	font-size: 1rem;
	text-align: center;
	vertical-align: top;
	line-height: 2.38em;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	position: absolute;
	left: calc(50% - 5em);
	bottom: -1.19em;
}
.rdzx .ckxq a {
	color: rgba(255, 255, 255, 1);
}
.moreInfo {
	width: 6.06rem;
	height: 2rem;
	opacity: 1;
	border-radius: 1.41rem;
	border: 0.06rem solid rgba(22, 145, 201, 1);
	text-align: center;
	margin: 1em auto;
	line-height: 2em;
}
/* 新媒体矩阵 */
.bg_3 {
	background: url(./xmtjz_bg20230919.png) no-repeat center;
	padding: 1em 0;
}
.xmtjz h3 {
	font-family: "alimama";
	font-size: 2.75rem;
	font-weight: 400;
	line-height: 3.3rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	margin: 0.5em 0;
}
.xmtjz .cont {
	padding: 2em;
	width: 50%;
	margin: 0 auto;
}
.xmtjz .line {
	justify-content: space-between;
	align-items: center;
	margin: 2.2em auto;
	position: relative;
}
.xmtjz li {
	width: 7.42rem;
	height: 6.6rem;
	position: relative;
}
.xmtjz .line_2 li {
	width: 14rem;
	height: 12.5rem;
}
.xmtjz span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xmtjz li:not(:last-child) {
	margin-bottom: 2rem;
}
.xmtjz li span img {
	width: 5em;
	height: 5em;
	border-radius: 50%;
}
.xmtjz .line_2 li span img {
	width: 9rem;
	height: 9rem;
}
.xmtjz .showCont {
	display: none;
	position: absolute;
	width: 31.38rem;
	/* height: 10.5rem; */
	box-shadow: 0rem 0rem 0.38rem rgba(0, 0, 0, 0.25);
	border-radius: 0.5rem;
	bottom: calc(100% + 1.5em);
	right: calc((100% - 31.38rem - 2em) / 2);
	background: rgba(255, 255, 255, 1);
	align-items: center;
	padding: 1em;
	z-index: 99;
	flex-wrap: wrap;
	opacity: 0.86;
}
.xmtjz .showCont.show {
	display: flex;
}
.xmtjz .showCont::after {
	content: "";
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 4px;
	bottom: -1em;
	right: calc((100% - 2em) / 2);
	transform: rotate(45deg);
	background: #fff;
}
.xmtjz .showCont .warp {
	margin-right: 1rem;
	padding: 1rem;
    width: 100%;
}
.xmtjz .showCont .warp:not(:last-child){
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding: 1rem;
}
.xmtjz .showCont p {
	font-size: 0.88rem;
	line-height: 1.57rem;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	margin-left: 0.5em;
}
.xmtjz .showCont img {
	width: 8.56rem;
	height: 8.56rem;
}
.xmtjz .showCont .close {
	width: 19px;
	height: 19px;
	background: url(./close20230919.png) no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.footer p em{font-style: normal;}
.footer{background: rgba(66,93,174,.4); font-size:14px; line-height:2.5; color:#2d2d2d; text-align:center; padding:1em 0;border-top:3px solid #4674e5; }
.footer span{ padding:0 1em;}
.footer a{padding:0 0.4em;color:#2d2d2d; }
.footer span.BAimg{ background:url(dapeng20200528_206.png) 10px center no-repeat; padding:0 1em 0 1.5em; background-size:auto 1em;}
.footer .RightPic{ text-align:center;}

.bg .logo{position: absolute;left: 10%;top: 2%;width: 45%;max-width: 379px;}
.yd {
	display: none;
}
@media (max-width: 1920px) {
	.bg_2 {
		background-size: auto 100%;
	}
}
@media (max-width: 1320px) {
	header .nav {
		width: 100%;
	}
	.carousel {
		width: 40%;
	}
	.ztjs {
		padding: 0 2%;
		height: auto;
	}
	.ztjs .cont {
		padding: 1em 2em;
		display: flex;
		flex-direction: column;
	}
	.ztjs .cont .left {
		width: 70%;
	}
	.ztjs .cont .right {
		width: 100%;
	}
}
@media (max-width: 780px) {
	body {
		font-size: 12px;
	}
	header .bg {
		min-height: 12rem;
		padding: 0 1em;
	}
	header .bg .title {
		width: 70%;
		height: auto;
		margin-left: 1%;
	}
	header .bg .right {
		width: 40%;
		height: auto;
	}
	header .nav li {
		width: 3.85rem;
	}

	.gradient_tit {
		width: 100%;
		height: auto;
		font-size: 2em;
	}

	.ztjs .cont {
		padding: 1em;
	}
	.ztjs .cont .left {
		width: 100%;
	}
	.ztjs .cont .right p {
		margin: 0.5em;
	}

	.carousel {
		width: 65%;
	}
	.rdzx .prev {
		left: 0;
	}
	.rdzx .next {
		right: 0;
	}
	.xmtjz .cont {
		padding: 0 2%;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.xmtjz .cont.pc {
		display: none;
	}
	.xmtjz .cont .line {
		margin: 0;
		flex-wrap: wrap;
	}
	.xmtjz .cont li {
		width: 20vw;
		height: 17.6923vw;
		position: initial;
		margin: 0.5em;
	}
	.line_1,
	.line_2,
	.line_3,
	.line_4,
	.line_5 {
		width: auto;
	}
	.xmtjz li span img {
		width: 80%;
		height: auto;
	}
	.xmtjz .showCont {
		width: 96vw;
		height: auto;
		left: 0;
		right: auto;
		padding: 1.5em;
		box-sizing: border-box;
		z-index: 5;
	}
	.xmtjz .showCont .warp:not(:last-child){
		border-bottom: 1px solid #ccc;
		margin-bottom: 1rem;
		padding: 1rem;
	}
	.xmtjz .showCont img {
		width: 5.56rem;
		height: 5.56rem;
	}
	.xmtjz .showCont p {
		width: calc(100% - 5.56rem);
		height: 8em;
		overflow-y: auto;
		display: flex;
		align-items: center;
	}
	.xmtjz .showCont::after {
		content: none;
	}
    .footer{ background: rgba(66,93,174,.4); position:relative; font-size:16px; line-height:1.5; padding:1em 0; color: #fff}
    .footer em{ margin:0 0 1em 0;}
    .footer em,.footer span{ display:block;color: #2d2d2d;}

    .footer span{ text-align:left; padding:0 6em 0 1em;} 
    .footer span.BAimg{ padding:0 3em 0 2.5em; background-position:1em center;}
    .footer .RightPic{ position:absolute; right:1em; top:5em; max-width:3em;}
    .footer .RightPic img{ width:80%;}
}
