.content-news,
.content-notice,
.content-download-cg {
	position: relative;
	padding: 0 6.8%;
}

.content-news::before {
	content: '';
	width: 100%;
	height: 829px;
	background: url("../images/index-center.png") no-repeat;
	opacity: 0.5;
	background-size: contain;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -111;
}

.news-info {
	height: 8.75rem;
	background: #FFF;
}

#carouselExampleCaptions2 {
	max-height: 36.875rem;
	overflow: hidden;
}

#carouselExampleCaptions2 .carousel-indicators {
	right: 0;
	bottom: 0;
	justify-content: flex-end;
	margin-right: 5%;
}

#carouselExampleCaptions2 .carousel-indicators button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	/* 	padding: 5px; */
	margin-right: 3px;
	cursor: pointer;
	color: #dddddd;
	border: 0;
	outline: none;
	background: #dddddd;
	border-radius: 50%;
}

#carouselExampleCaptions2 .carousel-indicators .active {
	color: #eb6100;
	background: #eb6100;
	width: 26px;
	border-radius: 5px;
}

.news-date {
	display: flex;
	width: 7.8125rem;
	height: 2.5rem;
	background: #0084cd;
	position: relative;
	top: -1.25rem;
	left: 0;
	border-radius: 0 1.2rem 1.2rem 0;
	align-items: center;
}

.news-date span {
	color: #FFF;
	font-size: 0.875rem;
	margin-left: 0.4rem;
}

/* .clumn {
	position: relative;
} */

.clumn-name {
	line-height: 2rem;
}

.clumn-name::before,
.clumn-more::after {
	font-family: 'iconfont';
	color: #0060af;
	transition: all .5s;
}

.content-news .clumn .clumn-name::before {
	margin-right: 1.25rem;
	content: "\e66e";
	font-size: 2rem;
}

.content-notice .clumn .clumn-name::before {
	margin-right: 0.8rem;
	content: "\e621";
	font-size: 2rem;
}

.content-downdload .clumn-name::before {
	margin-right: 0.6rem;
	content: "\e62c";
	font-size: 2.2rem;
}

.content-cg .clumn-name::before {
	margin-right: 0.8rem;
	content: "\e713";
	font-size: 2rem;
}

.clumn-more::after {
	margin-left: .65rem;
	content: "\e6cd";
	font-size: 1.5rem;
}

.clumn a {
	color: #0060af;
	transition: all .5s;
}

.clumn-name {
	font-size: 1.5rem;
}

.clumn-more {
	text-align: right;
	font-size: 1.1rem;
}

.clumn a:hover,
.clumn-name:hover::before,
.clumn-more:hover::after {
	color: #eb6100;
}

.carousel-item img {
	width: 100%;
        height: 480px;
	object-fit: fill;
	/* max-height: 28.125rem; */
}

.new-info-titile {
	padding: 0 1.25rem;
	margin-top: -20px;
}

.new-info-titile p {
	margin: 0;
}

.new-info-t a {
	font-size: 1.5rem;
	color: #0084cd;
}

@media screen and (max-width:750px) {
	.new-info-t a {
		font-size: 1.2rem;
	}

	.new-info-titile {
		padding: 0;
		margin-top: -20px;
	}
}

.new-info-i a {
	font-size: 0.875rem;
	color: #333;
}

.new-info-titile a:hover {
	color: #0060af;
}

.news-r-ul {
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-r-ul li {
	transition: 0.7s;
	height: 3.85rem;
	background: rgba(255, 255, 255, .6);
	margin-bottom: 0.85rem;
	/* padding-top: 1rem; */
	padding: 1rem 0;
	list-style: none;

}

.news-r-ul li:last-child {
	margin: 0;
}

.li-tiny .news-r-title {
	font-size: 1.125rem;
	color: #333;
}

.li-dtail .news-r-title {
	font-weight: bold;
	font-size: 1.125rem;
	color: #0060af;
}

.news-r-dtail {
	font-size: 1rem;
	color: #0060af;
}

.li-tiny a {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.news-r-date {
	font-size: 14px;
	color: #0060af;
}

.news-r-ul .news-r-li {
	position: relative;
}

.li-dtail a .news-r-date {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.li-dtail a .news-r-date::before {
	font-family: 'iconfont';
	margin-right: .15rem;
	content: "\e680";
	color: #0060af;
	font-size: 1.2rem;
}

.li-tiny a .news-r-date::before {
	font-family: 'iconfont';
	margin-right: .15rem;
	content: "\e680";
	color: #0060af;
	font-size: 1.2rem;
	/* margin-top: 5px; */
}

@media screen and (max-width:750px) {
	.news-r-ul {
		margin-top: 0.85rem;
	}

	.li-tiny a,
	.li-tiny a .news-r-date::before {
		font-size: 0.8rem;/
	}
}

.news-r-ul li .li-dtail {
	display: none;
}

.news-r-ul li.on {
	height: 9.5rem;
	background: #fff;
}

.news-r-ul li.on .li-dtail {
	display: block;
}

.news-r-ul li.on .li-dtail a {
	display: block;
	padding: 0.3rem 0;
}

.news-r-ul li.on .li-tiny {
	display: none;
}

.link-ul {
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.link-ul li {
	margin: auto;
	text-align: center;
}

.link-ul li>a {
	color: #0060af;
}

.link-ul li>a:hover {
	color: #eb6100;
}

.link-ul li a .iconfont {
	font-size: 4rem;
	transition: all 0.7s;
}

.link-ul li a .iconfont:hover {
	color: #eb6100;
	transform: scale(1.2);
}

.more-link-text {
	font-size: 0.875rem;
}

.number {
	display: inline-block;
	width: 1.5625rem;
	height: 1.5625rem;
	line-height: 1.5625rem;
	text-align: center;
	background: #eb6100;
	border: solid 1px #FFF;
	border-radius: 50%;
	transition: all 0.3s;
}

.number:hover {
	transform: scale(1.1);
	background: #0084cd;
}

.more-link a {
	font-size: 0.875rem;
	color: #FFF;
}

.content-notice ul {
	margin: 0;
	padding: 0.5rem 0 0 0;
}

.content-notice ul li {
	background: rgba(255, 255, 255, .6);
	margin-bottom: 1.625rem;
	position: relative;
	transition: all 0.5s;
}

.content-notice ul li:hover {
	background: none;
}

.content-notice ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -99;
	transition: all 0.5s;
}

.content-notice-ul li:hover::after {
	width: 100%;
	background: #eb6100;
}

.content-notice ul li a {
	display: flex;
	/* 	justify-content: space-between; */
	align-items: center;
}

.notice-date {
	display: flex;
	flex-direction: column;
	background: #FFF;
	text-align: center;
}

.notice-date .dd {
	background: #0084cd;
	color: #FFF;
	font-size: 1.625rem;
}

.notice-date .yy-mm {
	color: #333;
	font-size: 1rem;
}

.notice-title {
	font-size: 1.125rem;
	color: #333;
	padding-left: 0.625rem;
}

.content-notice-ul li:last-child {
	margin: 0;
}

.downdload-ul li a::before {
	font-family: 'iconfont';
	content: '\e67c';
	font-size: 1.125rem;
	margin-right: 0.25rem;
}

.cg-li a .iconfont {
	font-size: 0.875rem;
	padding-right: 0.5rem;
}

.cg-li a {
	display: flex;
	justify-content: space-between;
}

.cg-li,
.content-download-cg .row li {
	position: relative;
}

.cg-li::after,
.content-download-cg .row li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: .03rem;
	background: #0060af;
	transition: all 0.6s;
}

.cg-li:hover::after,
.content-download-cg .row li:hover::before {
	width: 100%;
}

.cg-li a .cg-date {
	font-size: 0.875rem;
}

.cg-li a .cg-date::before {
	font-family: 'iconfont';
	margin-right: .15rem;
	content: "\e680";
	font-size: 0.875rem;
	/* margin-top: 5px; */
}

.content-download-cg .row>div {
	height: 100%;
}

.content-download-cg .row ul {
	height: 100%;
	margin: 0;
	padding: 0.5rem 0 0 0;
	box-sizing: border-box;
}

.content-download-cg .row li {
	margin-bottom: 1rem;
}

.content-download-cg .row li:last-child {
	margin-bottom: 0;
}

.content-download-cg .row ul li a {
	color: #333;
	font-size: 1.125rem;
}

.zt,
.zt .row,
.zt .row div {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.zt img {
	width: 100%;
	transition: all .4s;
}

.zt img:hover {
	transform: scale(1.1);
}

.data {
	height: 37.9375rem;
	position: relative;
	background: rgb(0, 91, 171, 0.83);
}

.data::before {
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/data.jpg");
	/* 	opacity: 0.5; */
	background-size: contain;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -111;
	object-fit: fill;
}

.data-icon,
.data-title {
	color: #FFF;
	font-size: 1.5rem;
}

.data-icon::before {
	content: '';
	display: inline-block;
	width: 6.25rem;
	height: 1rem;
	background: linear-gradient(to left, #FFF, rgb(0, 91, 171, 0.83)) no-repeat center center / 95% 1px;
}

.data-title::after {
	content: '';
	display: inline-block;
	width: 6.25rem;
	height: 1rem;
	background: linear-gradient(to right, #FFF, rgb(0, 91, 171, 0.83)) no-repeat center center / 95% 1px;
}

.circle {
	height: 10.625rem;
	width: 10.625rem;
	border-radius: 50%;
	border: dashed 1px #FFF;
	border-left-color: ransparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: relative;
	color: #FFF;
	margin: 0 auto;
}

.circle:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 10.625rem;
	width: 10.625rem;
	border-radius: 50%;
	border: dashed 1px #FFF;
	border-left-color: ransparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	transform: rotate(213deg);
}

.content-data ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.circle {
	font-size: 5rem;
	transition: all 0.3s;
}

.circle:hover {
	font-size: 5.5rem;
	color: #eb6100;
}

.data-li {
	flex: 1;
	width: 20%;
	min-width: 20%;
	position: relative;
	color: #FFF;
	/* padding-right: 1.875rem; */
	text-align: center;
	margin-top: 0.625rem;
}

.data-name {
	position: absolute;
	top: 1.8rem;
	left: 13.5rem;
	font-size: 1.25rem;
}

.data-number {
	font-size: 2.375rem;
	color: #eb6100;
}

@media screen and (max-width:1700px) {
	.news-r-ul li {
		height: 3rem;
		padding: 0.5rem 0;
	}

	.data-name {
		font-size: 1rem;
		left: 12.5rem;
	}
}

@media screen and (max-width:1500px) {
	.news-r-ul li {
		height: 2.8rem;
		padding: 0.5rem 0;
	}

	.data-name {
		font-size: 0.9rem;
		left: 11.5rem;
	}
}

@media screen and (max-width:1320px) {
	.news-r-ul li {
		height: 2.5rem;
		padding: 0.5rem 0;
	}

	.li-tiny .news-r-title {
		font-size: 0.9rem;
	}
}

@media screen and (max-width:970px) {
	.news-r-ul li {
		height: 3.8rem;
		/* padding-top: 1rem; */
		/* padding: 2rem 0; */
	}

	.circle {
		height: 6rem;
		width: 6rem;
	}

	.circle:after {
		height: 6rem;
		width: 6rem;
	}

	.circle .iconfont {
		font-size: 3rem;
	}

	.data-name {
		font-size: 0.8rem;
		top: 1.1rem;
		left: 8rem;
	}

	.data {
		height: 25rem
	}

	.logo a img {
		width: 70%;
	}
}

@media screen and (max-width:600px) {
	.data {
		min-height: 55rem
	}

	.data-li {
		flex: 1;
		width: 50%;
		min-width: 50%;
		position: relative;
		color: #FFF;
		/* padding-right: 1.875rem; */
		text-align: center;
		margin-top: 0.625rem;
	}

	.data-name {
		left: 12rem;
	}
}

@media screen and (max-width:540px) {
	.data-name {
		left: 11rem;
	}
}

@media screen and (max-width:432px) {
	.data-name {
		left: 8rem;
	}
.data-icon,
	.data-title {
		font-size: 1rem;
	}
.data {
		min-height: 58rem
	}
}