
.index-swiper{
    width: 100%;
    height:auto;
    aspect-ratio: 1920/600;
}
.index-swiper img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit:cover;
}
.index-swiper .wp{
    position: absolute;
    height: 0;
    top: calc(50% - 1.7rem);
    left: 0;
    right: 0;
}
.index-swiper .swiper-button-next,.index-swiper .swiper-button-prev{
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 3.4rem;
    height: auto;

}
.index-swiper .swiper-button-next:after,.index-swiper .swiper-button-prev:after{
    font-size: 1.6rem;
    color: rgba(255,255,255,.5);

}


/* 通知公告开始 */
.tzgg {
	/* margin-top: 1.4rem; */
}

.tzgg .grid {
	gap: 1.4rem;
	grid-template-columns: 1fr 1fr;
}

.tzgg .gg-list {
	background: #fff;
	padding: 1rem;
	overflow: hidden;
}

.gg-swiper {
	aspect-ratio: 658/491;
	height: auto;
}

.gg-swiper .bot-title {
	position: absolute;
	bottom: 0;
	font-size: var(--f16);
	color: #fff;
	padding: 1.2rem;
	width: 100%;
	background: rgba(0, 0, 0, .3);
}

.gg-swiper .swiper-pagination {
	right: 2rem;
	width: auto;
	text-align: right;
	left: auto;
	max-width: 100%;
	bottom: 1.5rem;
}

.gg-swiper .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	width: .8rem;
	height: auto;
	aspect-ratio: 1/1;
	opacity: 1;
	vertical-align: middle;
}

.gg-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--themeColor);
	width: 1.8rem;
	height: .8rem;
	aspect-ratio: auto;
	border-radius: .5rem;
	margin-bottom: .02rem;
}

.gg-list .cont {
	padding: 1rem;
	padding-bottom: 0;
}

.gg-list .cont .hot {
	border-bottom: 1px solid #efefef;
	padding-top: 1rem;
	padding-bottom: .4rem;
}

.gg-list .cont .hot h5 {
	color: var(--redColor);
	font-size: var(--f20);
	/* text-align: center; */
	margin-bottom: .2rem;
	/* padding: 0 1rem; */
}

.gg-list .cont .hot .p {
	color: #a0a0a0;
	font-size: var(--f14);
	line-height: 1.9;
	/* padding: .5rem 1rem; */
	padding: .7rem 0rem;
	clear: both;
}

.gg-list .cont .hot p::before{
	content: '';
	height: 1.9em;
	float: right;
}

.gg-list .cont .hot p span {
	font-size: var(--f14);
	color: var(--redColor);
	float: right;
	clear: both;
}

.gg-list .cont ul {
	/* padding: .4rem 1rem; */
	padding: .4rem 0rem;
}

.gg-list .cont ul li {
	/* list-style: disc; */
	border-bottom: 1px dashed #efefef;
}

/* .gg-list .cont ul li::marker{
	color: #cccccc;
	font-size: var(--f20);
} */
.gg-list .cont ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .8rem 0;
}

.gg-list .cont ul li a::before {
	content: '•';
	color: var(--themeColor);
	font-size: var(--f24);
	margin-right: 1rem;
}

.gg-list .cont ul li a * {
	font-size: var(--f15);
}

.gg-list .cont ul li a p {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-wrap: nowrap;
}

.gg-list .cont ul li .date {
	color: #8d8d8d;
	padding-left: 2rem;
	font-size: var(--f14);
}

/* 通知公告结束 */





/* 标准查询开始 */
.bzcx-title {
	background: #e5e5e5;
}

.bzcx-title .li {
	border-top: .4rem solid var(--themeColor);
	background: #fff;
	padding: 1rem 4rem;
	display: inline-block;
	font-weight: bold;
	color: #000;
	font-size: var(--f18);
}

.bzcx .cont {
	padding: 4rem 0;
}

/* 标准查询结束 */



/* 团队标准开始 */
.tdbz {
	background: #fff;
	padding: 2rem;
}

.tdbz .title {
	padding: 1rem;
	padding-top: 0;
	color: var(--themeColor);
	font-weight: bold;
	font-size: var(--f18);
	border-bottom: .2rem solid var(--themeColor);
}

.tdbz .grid .li {
	display: flex;
	padding: 1.2rem 1.2rem;
	align-items: center;
	border-bottom: 1px dashed #efefef;
}



.tdbz .grid .li div {
	color: #fff;
	background: var(--themeColor2);
	font-weight: bold;
	font-size: var(--f18);
	/* padding: .2rem 1rem; */
	padding: 0 1rem;
	border-radius: .4rem;
	line-height: 1.2;
}

.tdbz .grid .li p {
	color: var(--themeColor2);
	margin-left: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	text-wrap: nowrap;
}

/* 团队标准结束 */





/* 活动集锦开始 */
.hdjj .cont{
	margin: 2rem 0 1.4rem;
}
.hdjj .grid{
	/* gap: 3rem; */
}
.hdjj .grid .li{
	overflow: hidden;
}
.hdjj .grid .li p{
	font-size: var(--f14);
	text-align: center;
	margin-top: .8rem;
}
.hdjj .grid .li a .img-db{
	width: 100%;
	height: auto;
	aspect-ratio: 271/193;
}
.hdjj .grid .li a:hover{
	color: var(--themeActColor);
}
.hdjj .grid .li a .video-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 109, 254, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.hdjj .grid .li.video a .video-bg{
	opacity: 1;
}
.hdjj .grid .li a .video-bg .bf{
	width: 20%;
	height: auto;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.hdjj .grid .li a .video-bg img{
	width: 100%;
	height: 100%;
	position: static;
	display: block;
}
/* 活动集锦结束 */




/* 广告位轮播开始 */
.ggw .ggw-swiper{
	width: 100%;
	height: auto;
	aspect-ratio: 1297/136;
}
.ggw .swiper-slide a{
	width: 100%;
	height: 100%;
}
.ggw-swiper .swiper-pagination .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.ggw-swiper .swiper-pagination .swiper-pagination-bullet-active{
	background-color: var(--themeColor);
}
/* 广告位轮播结束 */





/* 新闻模块开始 */
.newblock .grid{
	gap: 2rem;
}
.newblock-li{
	padding: 1rem;
	background: #fff;
}
/* 新闻模块结束 */


/* 按钮组开始 */
.index_btns .grid{
    gap: 1.6rem;
}
.index_btns a{
    display: block;
    border-radius: .5rem;
    overflow:hidden;
    padding: 2rem 0;
}
.index_btns a img{
    width: auto;
    height: 3rem;
}
.index_btns a .flex{
    gap: 2rem;
}
.index_btns a h5{
    font-size: var(--f26);
    text-align:center;
}
.index_btns a p{
    text-transform: uppercase;
    font-size: var(--f12);
    margin-top: .4rem;
}
/* 按钮组结束 */





/* 合作单位开始 */
.hzdw{
	padding: 1rem;
	background: #fff;
}
.hzdw .grid{
	gap: 1rem;
}
.hzdw .grid img{
	width: 100%;
	height: auto;
	aspect-ratio: 216/70;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
/* 合作单位结束 */