* {
	margin: 0;
	padding: 0;
}


/* 专题头部导航 */
.head_great{
    width: 100%;
    background: #F6F6F6;
}
.head_great .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.08rem 0;
    font-family: "SourceHanSansCN";
}
.head_great .main .great_home{
    display: block;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0063C4;
}
.head_great .main .great_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.24rem;
	cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.head_great .main .great_nav a,
.head_great .main .great_nav span{
    display: flex;
	flex-shrink: 0;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}
.head_great .main .great_nav span{
    gap: 0.08rem;
}
.head_great .main .great_nav.is-dragging{
    cursor: grabbing;
    user-select: none;
}
.head_great .main .great_nav::-webkit-scrollbar{
    display: none;
}
.head_great .main .great_nav a:hover{
    color: #0063C4;
}






.great_banner {
	width: 100%;
	height: 4.5rem;
	display: flex;
	align-items: center;
	color: #fff;
    position: relative;
}
.great_banner>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}
.great_banner .main{
    position: relative;
    z-index: 1;
}

.great_banner .banner_box{
    padding-left: 0.9rem;
    width: fit-content;
}
.great_banner h1 {
	color: #FFF;
	font-family: "AlimamaShuHeiTi";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.11rem;
	text-shadow: 0.03rem 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
	width: 100%;
}
.great_banner h1 span{
    font-family: "SourceHanSansCN";
}
.great_banner p {
	width: 100%;
	margin-top: 0.22rem;
	font-family: "SourceHanSansCN";
	font-size: 0.32rem;
	line-height: 1.5;
	text-align: center;
}




.great_sections {
	margin-bottom: 0.6rem;
	display: flex;
	flex-direction: column;
}
.great_section {
	width: 100%;
    margin-top: 0.4rem;
}
.great_section:first-child {
    margin-top: 0.1rem;
}
.great_head {
	width: 100%;
	padding-bottom: 0.1rem;
	border-bottom: 0.01rem solid #EAEAEA;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.great_head h2 {
	width: fit-content;
	padding: 0.05rem 0.15rem;
	border-radius: 0.03rem;
	background: linear-gradient(90deg, #0063c4 0%, #00c27f 100%);
	font-family: "SourceHanSansCN";
	font-size: 0.2rem;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
}
.great_head a {
	display: flex;
	align-items: center;
	gap: 0.02rem;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #999;
}
.great_head a i {
	width: 0.14rem;
	height: 0.14rem;
	display: block;
	background: url(../img/more_icon1.png) no-repeat center center;
    background-size: contain;
}
.great_head a:hover {
	color: #0063c4;
}
.great_head a:hover i {
	background: url(../img/more_icon2.png) no-repeat center center;
    background-size: contain;
}



.great_news_grid {
	margin-top: 0.2rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.2rem;
}

.great_news_item {
	min-height: 1.1rem;
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem dashed #ccc;
	display: flex;
	align-items: flex-start;
	gap: 0.1rem;
}

.great_news_item .great_news_img{
	width: 1.2rem;
	height: auto;
    aspect-ratio: 4 / 3;
	flex-shrink: 0;
	overflow: hidden;
}
.great_news_item .great_news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--s_tran);
}
.great_news_item:hover .great_news_img img{
    transform: scale(1.1);
}
.great_news_item .great_news_txt {
	min-width: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.great_news_item .great_news_txt h3 {
	font-family: "SourceHanSansCN";
	font-size: 0.18rem;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
}

.great_news_item .great_news_txt div {
	font-size: 0.14rem;
	line-height: 1.71;
	color: #666;
}

.great_news_item .great_news_txt span {
	font-size: 0.14rem;
	line-height: 1.5;
	color: #999;
}

.great_news_item h3:hover,
.great_news_item div:hover{
	color: #0063c4;
}

.video_list {
	width: 100%;
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}
.video_item {
	width: calc(25% - 0.15rem);
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: var(--s_tran);
}

.video_item:hover {
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}

.video_pic {
	width: 100%;
	aspect-ratio: 305 / 171;
	flex-shrink: 0;
	overflow: hidden;
}

.video_pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    transition: var(--s_tran);
}
.video_item:hover img{
    transform: scale(1.1);
}

.video_info {
	width: 100%;
    min-height: 1.43rem;
    height: 100%;
    padding: 0.12rem 0.15rem 0.16rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.2rem;
}

.video_title {
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #333;
}

.video_title:hover {
	color: #0063c4;
}

.video_btn {
	padding: 0.05rem 0.1rem;
	border-radius: 0.03rem;
	background: linear-gradient(90deg, #0063c4 0%, #00c27f 100%);
	font-size: 0.14rem;
	line-height: 1.5;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}





.review_grid {
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}
.review_item {
    width: calc(25% - 0.15rem);
	background: #F1F1F1;
	display: block;
	transition: var(--s_tran);
}
.review_item:hover {
	box-shadow: 0 0 0.08rem rgba(0, 99, 196, 0.18);
}
.review_item .review_pic{
	width: 100%;
	aspect-ratio: 305 / 171;
    overflow: hidden;
}
.review_item .review_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--s_tran);
}
.review_item:hover img{
    transform: scale(1.1);
}
.review_item h3 {
	padding: 0.12rem 0.1rem;
	font-size: 0.16rem;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
}
.review_item h3:hover{
	color: #0063c4;
}



.opinion_grid {
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 0.25rem;
}
.opinion_item {
    width: calc(33.33% - 0.25rem);
	background: #f1f1f1;
	display: block;
	position: relative;
	overflow: hidden;
}
.opinion_item .opinion_pic{
	width: 100%;
	height: auto;
    aspect-ratio: 1.78 / 1;
	overflow: hidden;
    position: relative;
}
.opinion_item .opinion_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--s_tran);
}
.opinion_item:hover img{
    transform: scale(1.1);
}
.opinion_item .opinion_pic::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}
.opinion_item .opinion_pic span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.03rem;
    background: #00C27F;
    padding: 0.03rem 0.15rem;
    font-size: 0.16rem;
    line-height: 2.375;
    font-weight: 400;
    color: #fff;
    display: none;
    z-index: 2;
}
.opinion_item .opinion_pic span:hover{
    background: #0063c4;
}
.opinion_item:hover .opinion_pic::before{
    display: block;
}
.opinion_item:hover .opinion_pic span{
    display: block;
}
.opinion_item h3 {
    padding: 0.12rem 0.1rem;
	font-size: 0.16rem;
	line-height: 1.45;
	font-weight: 400;
	color: #333;
    text-align: center;
}
.opinion_item h3:hover{
	color: #0063c4;
}



.opinion_item.hot div {
	position: absolute;
	inset: 0;
	background: rgba(0, 99, 196, 0.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.opinion_item.hot h3 {
	width: 80%;
	color: #fff;
}

.opinion_item.hot span {
	margin-top: 0.2rem;
	padding: 0.08rem 0.15rem;
	border: 0.01rem solid rgba(255,255,255,0.8);
	border-radius: 0.03rem;
	font-size: 0.16rem;
	color: #fff;
}

.great_down_grid {
	margin-top: 0.2rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.2rem;
}

.great_down_item {
	height: 0.6rem;
	padding: 0 0.2rem;
	border-radius: 0.03rem;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.2rem;
	font-size: 0.16rem;
	color: #333;
}

.great_down_item p {
	min-width: 0;
}

.great_down_item span {
	width: 0.8rem;
	height: 0.31rem;
	border-radius: 0.03rem;
	background: #0063c4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 0.14rem;
	color: #fff;
}

.great_down_item p:hover{
	color: #0063c4;
}
.great_down_item span:hover{
    background: linear-gradient(90deg, #0063C4 0%, #00C27F 100%);   
}

.great_empty {
    width: 100%;
    min-height: 0.9rem;
    border: 0.01rem dashed #d9d9d9;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #999;
}






.great_form {
	margin-top: 0.2rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.2rem;
}

.great_field {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #333;
}

.great_field em {
	margin-right: 0.02rem;
	font-style: normal;
	color: #f00;
}

.great_field input,
.great_field textarea {
	width: 100%;
	border: 0.01rem solid #dedede;
	border-radius: 0.03rem;
	background: #fff;
	font-family: "SourceHanSansCN";
	font-size: 0.14rem;
	color: #333;
	background-color: #f8f8f8;
}

.great_field input {
	height: 0.5rem;
	padding: 0 0.15rem;
}

.great_field textarea {
	height: 1.1rem;
	padding: 0.11rem 0.15rem;
	resize: none;
}

.great_field input::placeholder,
.great_field textarea::placeholder {
	color: #a6a6a6;
}

.great_code div {
	position: relative;
}

.great_code input {
	padding-right: 1.1rem;
}

.great_code button {
	width: 0.9rem;
	height: 0.31rem;
	border: none;
	border-radius: 0.03rem;
	background: #0063c4;
	position: absolute;
	right: 0.04rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.14rem;
	color: #fff;
	cursor: pointer;
}

.great_code div {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.great_code div input {
    flex: 1;
}

.great_captcha_img {
    width: 1.2rem;
    height: 0.45rem;
    object-fit: contain;
    cursor: pointer;
    flex-shrink: 0;
}

.great_message {
	grid-column: 1 / -1;
}

.great_submit {
    width: fit-content;
	padding: 0.05rem 0.2rem;
	border: none;
	border-radius: 0.03rem;
	background: #0063C4;
	font-size: 0.16rem;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}
.great_submit:hover {
	background: #00C27F;
}




/* 证书申报 */
.query_body{
    margin-top: 0.3rem;
}

.query_box{
    margin-top: 0.3rem;
    background: url(../img/query_bg.png) no-repeat center center;
    background-size: cover;
    min-height: 5.2rem;
    padding: 0.5rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-family: "SourceHanSansCN";
}

.query_box.is-result{
    justify-content: flex-start;
    gap: 0.4rem;
}

.query_form{
    width: 3.6rem;
    padding: 0.3rem 0.36rem;
    border-radius: 0.1rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    flex-shrink: 0;
}

.query_form_title,
.query_result_title{
    width: 100%;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid #0063C4;
    text-align: center;
}

.query_form_title h1,
.query_result_title h2{
    font-size: 0.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #0063C4;
}

.query_form_body{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
}

.query_tips{
    width: 100%;
    font-size: 0.14rem;
    line-height: 1.5;
    color: #7D7D7D;
    text-align: center;
}

.query_fields{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.query_field{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    font-size: 0.14rem;
    line-height: 1.5;
    color: #000;
}

.query_field em{
    font-style: normal;
    color: #FF0303;
}

.query_field input{
    width: 100%;
    height: 0.3rem;
    padding: 0 0.1rem;
    border: 0.01rem solid #DBDBDB;
    border-radius: 0.05rem;
    background: #fff;
    font-family: "SourceHanSansCN";
    font-size: 0.14rem;
    color: #333;
    outline: none;
}

.query_field input:focus{
    border-color: #0063C4;
}

.query_submit{
    width: 100%;
    padding: 0.08rem 0;
    border: none;
    border-radius: 0.05rem;
    background: #0063C4;
    font-family: "SourceHanSansCN";
    font-size: 0.16rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.query_submit:hover{
    background: #0055A8;
}

.query_result{
    width: 7.8rem;
    padding: 0.3rem 0.4rem 0.85rem;
    border-radius: 0.1rem;
    background: #fff;
    display: none;
    flex-direction: column;
    flex-shrink: 0;
}

.query_box.is-result .query_result{
    display: flex;
}

.query_result_list{
    width: 100%;
}

.query_result_item{
    width: 100%;
    min-height: 0.48rem;
    padding: 0.2rem 0 0.15rem;
    border-bottom: 0.01rem solid #DEDEDE;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    line-height: 1.5;
    color: #333;
}

.query_result_item span{
    width: 1rem;
    flex-shrink: 0;
}

.query_result_item p{
    min-width: 0;
}


.class-wrap{
    display: flex;
    gap:0.2rem;
    flex-wrap: wrap;
     margin-top: 0.3rem;
}

.class-wrap .item{
    width: 3.05rem;
    height: 1.9rem;
    padding:0.2rem;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.6s;
    
}

.imgBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.class-wrap .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.class-wrap .item:hover{
    background: linear-gradient(180deg, #0063C4 0%, #00C27F 100%);
}

.class-wrap .item:hover img{
    transform: scale(1.1) rotate(3deg);
}

.f-panzoom__viewport>.f-panzoom__content {
    width: 80% !important;
    height: 80% !important;
    margin: 10% auto;
}

@media (max-width: 1042px) {
	.head_great .main .great_nav{
		max-width: calc(100% - 200px);
        overflow-x: auto;
	}
	.head_great .main .great_nav a, 
	.head_great .main .great_nav span{
		white-space: nowrap;
	}
	.head_great .main .great_nav::-webkit-scrollbar{
		display: none;
	}





	.great_banner .banner_box{
		padding: 0;
		position: relative;
	}



	.great_banner {
		min-height: 2.4rem;
	}

	.great_sections {
		gap: 0.32rem;
	}

	.great_news_grid,
	.great_down_grid {
		display: flex;
		flex-wrap: wrap;
	}

	.review_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.opinion_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

    .query_box,
    .query_box.is-result {
        flex-direction: column;
        align-items: center;
        gap: 0.24rem;
    }

    .query_result {
        width: 100%;
    }




	.video_item,
	.review_item,
	.great_down_item{
		width: calc(50% - 0.1rem);
	}

	.great_news_item{
		width: 100%;
	}

}

@media (max-width: 768px) {
        .class-wrap .item{
        width: calc(50% - 0.1rem);
    }
	.head_great .main{
		padding: 6px 0;
	}
	.head_great .main .great_nav{
		max-width: calc(100% - 140px);
		overflow-x: auto;
	}
	.head_great .main .great_home{
		font-size: 14px;
	}
	.head_great .main .great_nav a, 
	.head_great .main .great_nav span{
		font-size: 14px;
	}




	.great_head h2{
		font-size: 16px;
	}
	.great_head a{
		font-size: 14px;
	}
	.great_news_item{
		width: 100%;
		justify-content: space-between
	}
	.great_news_item .great_news_img{
		width: 100px;
	}
	.great_news_item .great_news_txt{
		width: calc(100% - 110px);
		flex: 0 0 auto;
	}
	.great_news_item .great_news_txt h3{
		font-size: 14px;
		display: block;
		width: 100%;
	}
	.great_news_item .great_news_txt div,
	.great_news_item .great_news_txt span{
		font-size: 12px;
	}
	

	.great_head{
		padding-bottom: 8px;
	}



	.video_item,
	.review_item,
	.opinion_item,
	.great_down_item{
		width: 100%;
	}
	.video_title{
		font-size: 16px;
	}
	.video_btn{
		font-size: 14px;
	}
	.review_item h3,
	.opinion_item h3{
		font-size: 16px;
        padding: 12px 10px;
    }


	.great_down_item{
		height: auto;
		padding: 8px 10px;
		font-size: 14px;
	}
	.great_down_item p{
		white-space: initial;
	}
	.great_down_item span{
		font-size: 12px;
        width: auto;
        height: auto;
        padding: 4px 10px;
	}
	.great_empty{
		min-height: 80px;
		font-size: 14px;
	}



	.great_form{
		margin-top: 20px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.great_captcha_img{
		width: 96px;
		height: 36px;
	}
	.great_field{
		font-size: 14px;
	}
	.great_field input{
		height: 36px;
		font-size: 14px;
	}
	.great_field textarea{
		height: 80px;
		font-size: 14px;
	}
	.great_submit{
		font-size: 14px;
	}




	.query_fields{
		gap: 15px;
	}
	.query_form{
		width: 100%;
		gap: 20px;
	}
	.query_form_title h1, .query_result_title h2{
		font-size: 16px;
	}
	.query_tips,
	.query_field,
	.query_result_item,
	.query_submit{
		font-size: 14px;
	}
	.query_result_item span{
		width: fit-content;
        white-space: nowrap;
	}
	.query_field input{
		height: 34px;
		font-size: 14px;
	}
}
