/*!
 * public css V1.0
 * 08.2021
 * 
 */

/*** CSS 通用内容 ***/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul,
ol {
	list-style-type: none;
}

em {
	font-style: normal
}

body {
	color: #444;
}

input,
textarea {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 30px;
	border: none;
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #333;
}

body,
div {
	line-height: 26px;
	font-size: 16px
}

/*********common area*************/
.g-c-area {
	margin: 0px auto;
	position: relative
}

.fl-left {
	float: left
}

.fl-right {
	float: right
}

.txt-c {
	text-align: center
}

/**clear**/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

/*
*,
*:before,
*:after {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;      box-sizing: border-box;}

/*******************/
.w1400 {
	width: 1200px;
	margin: 0 auto;
	border: 0px solid #ccc
}

.w1100 {
	background: #fff;
	width: 1100px;
	overflow: hidden;
	margin: 10px auto;
}

.mb30 {
	margin-bottom: 30px
}

.sp10 {
	font-size: 1px;
	display: block;
	clear: both;
	overflow: hidden;
	height: 10px;
}

.gray {
	color: #aaaaaa
}

/*******list*******/
.cm-ul-list {}

.cm-ul-list li {
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	border-bottom: 0px solid #ddd;
}

.cm-ul-list li a {}

.cm-pic-list {}

.cm-pic-list li {
	/* margin-left: 1.5%; */
	/* margin-right: 1.5%; */
	width: 30%;
       height:auto;
	margin-bottom: 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.cm-pic-list img {
	width: 100%;
	height: auto;
}

.cm-pic-list p {
	overflow: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cm-pic-list li a {
	margin: 10px 0 6px
}

.cm-picrw-list {}

.cm-picrw-list li {
	margin-bottom: 20px;
	position: relative;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.cm-picrw-list li>a {
	display: block;
	position: relative;
	margin-right: 20px
}

.cm-picrw-list li>a img {
	width: 175px;
	height: 115px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20
}

.cm-picrw-list li p {
	margin-left: 190px
}

.cm-picrw-list li a p,
.cm-picrw-list li p {
	height: 115px;
	line-height: 29px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

.img-overw {
	position: relative;
	line-height: 0px;
	display: inline-block
}

.img-overw img {
	width: 100%;
	height: 100%
}

.img-overw p {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 58px;
	bottom: 0px;
	color: #fff;
	padding: 0 8px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.pagenumb {
	padding: 10px 0;
	text-align: center
}

.pagenumb a {
	margin: 0 10px;
	display: inline-block;
	width: 12px;
	height: 18px
}

.pagenumb a img {
	width: 100%;
	height: 100%
}

.pagenumb em {
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	margin: 5px 6px
}

.pagenumb em.on {
	background: #fde47b
}

.videobox {}

.videobox li {
	position: relative
}

.videobox li a img {
	width: 100%;
	height: 100%;
}

.videobox li>a:before,
.videobox a:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url("../images/20250126/i_play.png") no-repeat;
	background-size: 100%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -30px;
	margin-top: -30px;
}

.list-2col li {
	float: left;
	width: 47%;
	margin-right: 3%;
}

.list-3col li {
	float: left;
	width: 32%;
	margin-right: 1.3%;
}

.list-4col li {
	/* float: left; */
	width: 22%;
	/* margin-left: 1.5%; */
	/* margin-right: 1.5%; */
}
.list-4col ul{height:auto;}
.list-5col li {
	float: left;
	width: 18%;
	margin-right: 2%
}

/*******/
.rollmumb {
	padding: 10px 0;
	text-align: center;
}

.rollmumb a {
	margin: 0 10px;
	display: inline-block;
	width: 12px;
	height: 18px;
}

.rollmumb a img {
	width: 100%;
	height: 100%
}

.rollmumb em {
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: #ddd;
	display: inline-block;
	margin: 5px 6px
}

.rollmumb em.on {
	background: #b80c0c
}

.rollmumb em.on2 {
	background: #ffec1c
}

.pagemumb {
	padding: 10px 0;
	text-align: center;
	color: #999999;
	font-size: 12px;
}

.pagemumb a {
	margin: 0 10px;
	display: inline-block;
	width: 16px;
	background: #eee;
	padding: 0px 6px;
	font-size: 14px;
	line-height: 28px
}

.pagemumb a:hover {
	background: #aeaeae
}

.pagemumb em {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 8px;
	font-size: 16px;
	font-weight: bold
}

/*****/
.mobileh5-box {
	position: relative;
	margin: 0 auto
}

.mobileh5-box ul {
	width: 90%;
	margin: 0 auto
}

.mobileh5-box li {
	width: 33%;
	position: relative;
	padding: 0px;
	line-height: 0;
	float: left;
}

.mobileh5-box li a {
	width: 286px;
	height: 510px;
	display: block;
	margin: 00px auto;
	padding-top: 40px;
	text-align: center;
	background: url("../images/20250126/mobileh5-bg.png") no-repeat 0 0;
}

.mobileh5-box li img {
	width: 250px;
	border-radius: 0px;
	border: 0px solid #fff;
}

.mobileh5-box li .mobileh5-box-bg {
	position: absolute;
	width: 260px;
	background: #153a85;
	height: 480px;
	top: 7px;
	z-index: 20;
	border-radius: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	border: 6px solid #153a85;
	left: 50%;
	margin-left: -135px
}

.mobileh5-box li .info h3 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 30;
	top: 400px;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 220px;
	left: 50%;
	margin-left: -110px;
	line-height: 34px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.mobileh5-box li .info {
	display: nodne;
	width: 260px;
	margin: 0 auto;
	overflow: hidden
}

.mobileh5-box li:hover .mobileh5-box-bg {
	opacity: 0.95;
	filter: alpha(opacity=0.95);
}

.mobileh5-box li:hover .info h3 {
	top: 200px;
	opacity: 1;
	filter: alpha(opacity=1);
}

.mobileh5-box .arrow-left {
	position: absolute;
	top: 340px;
	left: 10px;
	z-index: 5
}

.mobileh5-box .arrow-right {
	position: absolute;
	top: 340px;
	right: 50px;
	z-index: 5
}

/****form****/
.formbox {}

.form-inp {
	background-color: #efefef;
	border: 0px;
	outline: none;
	padding: 5px 10px
}

.formbox input.inpcheck {
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block
}

/******* copyright  *****/
.footcopyright {
	padding: 50px 0 40px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

.footcopyright p {
	line-height: 26px
}

/*********common end***********/

/* 分享 */
.fx_new {
	float: left;
	text-align: left;
}

.bshare-custom a:link {
	color: #fff;
}

.bshare-custom a:visited {
	color: #fff;
}

.bshare-custom a:hover {
	color: #fff;
}

.bais {
	color: #fff;
}

.bshare-custom #bshare-shareto {
	color: #fff !important;
}

.fx_bot {
	bottom: 0;
}

/*导航*/


/*背景*/
/*.sc_top{ background: url("../images/20250126/top.jpg") no-repeat top;height:720px; background-size: cover}
@media screen and (max-width:1920px) { 
}*/

body {
	background: #fff
}

.fl_left {
	float: left
}

.fl_right {
	float: right
}

.rollleft,
.rollright {
	margin: 0 5px
}

.cm-pic-list {
	width: 98%;
	margin: auto
}

.cm-ul-list li {
	border-bottom: 1px dashed #dddddd;
	margin-top: 6px;
	border-radius: 2px;
}

.cm-ul-list li a {
	background: url("../images/20250126/dot.png") no-repeat 0 center;
	padding-left: 12px;
	background-size: 6px 6px;
	margin-left: 8px
}

.cm-ul-list li:hover {
	border-bottom: 1px solid #fceede;
	background: #fceede;
	border-radius: 20px;
}

@media screen and (max-width:1920px) {}


/*栏目*/
.sc-title {
	height: 115px;
	text-align: center;
}

.sc-title h2 {
	font-size: 28px;
}

/******* 底部 *****/

.footcopyright {
	width: 100%;
}

.copyright {
	width: 100%;
	padding: 30px 0 30px 0;
}

.copyright p {
	font-size: 12px;
	color: #a4bcf3;
	text-align: center;
}


.sc-col {
	padding: 10px;
}

.more {
	text-align: right;
}

/***/

/***** 通用内容 结束***/

/***** 页面宽度 *****/
/********/
.cm-area {
	width: 102%
}

.cm-col {
	background: #f8f3e7;
	float: left;
	margin-right: 2%
}

.cm-2col .cm-col {
	width: 48%;
}

.cm-3col .cm-col {
	width: 31.33%;
}

.cm-4col .cm-col {
	width: 23%;
}

/*******/

/******/
/********************************/

.sc-bartitle {
	width: 1000px;
	height: 70px;
	margin: 00px auto 10px;
	position: relative;
	text-align: center;
	top: 00px;
	padding-top: 0px;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 0;
	left: 50%;
	margin-left: -500px
}

.g-c-area {
	width: 1400px;
	position: relative
}

.g-c-area .bd {
	padding: 00px 80px 0;
	margin-top: 150px;
}

.footcopyright {
	color: #fff;
	margin-top: 50px;
	padding: 30px 0 50px;
}

.wbg {
	background: #f3deb0 url("../images/20250126/pagebg.jpg") no-repeat center 693px;
}

/** nav***/
.g-c-100 {
	width: 100%;
	position: relative;
	height: calc(100vh)
}

.g-c-main {
	width: 72%;
	margin: 00px auto 0;
	padding-top: 250px;
}

.g-c-main2 {
	width: 1400px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 660px;
	margin-top: -330px;
	margin-left: -700px
}

.arrow-left {
	position: absolute;
	top: 330px;
	left: 50px;
	z-index: 35
}

.arrow-right {
	position: absolute;
	top: 330px;
	right: 50px;
	z-index: 35
}

.arrow-up {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 5
}

.arrow-down {
	position: absolute;
	top: 140px;
	left: 10px;
	z-index: 5
}

.sctop {
	line-height: 0px;
	background: url("../images/20250126/top.jpg") no-repeat center 0px;
	position: relative;
}

.sctop-c {
	height: 520px;
}

@media screen and (max-width:1920px) {}

a.more {
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 20px auto 10px;
	display: block;
	width: 700px;
	border-radius: 10px;
	color: #999;
}

a.more:hover {
	background: #fff;
	color: #777;
	font-weight: bold
}

/********/
.topnews h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	line-height: 100px
}

.topnews h2 a {
	color: #8f1023;
}

.topnewsc {
	background: #f7d2b0;
	border-bottom: 25px solid #cda076;
	width: 1920px;
	margin: 0 auto
}

.sc3 .bd {
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 50px;
        min-height: 400px;
}

@media screen and (max-width:1920px) {
	.topnewsc {
		width: 100%;
	}
}

/**********/
.pagekbg1 {
	background: url("../images/20250126/kuang1.png") no-repeat center 0px;
	height: 800px;
}

.pagekbg2 {
	background: url("../images/20250126/kuang2.png") no-repeat center 0px;
	height: 800px
}

.pagekbg3 {
	background: url("../images/20250126/kuang3.png") no-repeat center 0px;
	height: 760px
}

.pagekbg4 {
	background: url("../images/20250126/kuang2.png") no-repeat center 0px;
	height: 800px
}


.xiangy {
	position: absolute;
	top: 45px;
	left: -20px;
	z-index: 50
}

.rooldot {
	text-align: center;
	line-height: 30px
}

.rooldot em {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eb2d1c;
	margin: 20px 8px;
}

.rooldot em.on {
	background: url("../images/20250126/dotd.png") no-repeat center center;
	width: 30px;
	height: 30px;
	border-radius: 0;
	margin: 10px;
}

.sc1 {}

.sc1 .xiangy {
	right: -30px;
	left: auto
}

.sc1 .bd a {
	margin: 0px auto;
	display: block
}

.sc1 .bd {
	text-align: center
}

.sc1 .bd .img-overw p {
	padding: 0 8px;
	background: -webkit-linear-gradient(bottom, rgba(169, 24, 11, 1), rgba(169, 24, 11, 0));
}

.sc2 {
	/* top: 80px;*/
}

.sc2 .xiangy {}

.sc2 .cm-pic-list li {
	background: #f6ebd3;
	/* margin: 10px 1.4% 20px; */
	border-radius: 0px 0 10px 10px
}

.sc2 .cm-pic-list li:hover {
	background: #dd3f31;
}

.sc2 .cm-pic-list li:hover a {
	color: #fff
}

.sc2 .cm-pic-list p {
	padding: 0px 15px 0px;
	height: 60px;
	font-weight: bold;
	line-height: 22px
}

.sc2 .cm-pic-list li a {
	color: #a12b20;
}

.sc2 .arrow-left,
.sc2 .arrow-right {
	top: 360px
}

/*****/
.sc3 {
	top: 140px;
}

.sc3 .xiangy {
	right: -20px;
	left: auto
}

.sc3 .cm-pic-list li {
	background: #dd3f31;
	/* margin: 10px 1.4% 20px; */
	border-radius: 0px 0 10px 10px;
}

.sc3 .cm-pic-list li:hover {
	background: #a02318;
}

.sc3 .cm-pic-list li:hover a {
	color: #fff
}

.sc3 .cm-pic-list p {
	padding: 5px 15px 5px;
	height: 70px;
	font-weight: bold;
	line-height: 22px
}

.sc3 .cm-pic-list li a {
	color: #fff;
}

.morel {
	margin-top: 20px;
}

.morel a {
	padding: 20px 20px 0;
}

.morel img {
	width: 30px
}

/*******/
.sc4 {
	top: 70px;
}

.sc4 .cm-pic-list li {
	background: #e9d6ae;
	margin: 10px 1.6%;
	border-radius: 0px 0 10px 10px
}

.sc4 .cm-pic-list li:hover {
	background: #dd3f31;
}

.sc4 .cm-pic-list li a {
	color: #6c6045
}

.sc4 .cm-pic-list li:hover a {
	color: #fff
}

.sc4 .cm-pic-list li {
	margin: 0px 1.6%;
	width: 30%;
	margin-bottom: 20px;
        height:auto;
}

.sc4 .cm-pic-list p {
	padding: 0px 15px 0px;
	height: 80px;
	font-weight: bold;
	line-height: 22px
}


.sc4 .cm-ul-list {
	width: 95%;
	margin: auto
}

/*******/
.footcopyright {
	margin-top: 50px;
	color: #935c4d
}

/*deng*/
.mobileTop {
	display: none;
}

.sc3 .bd .cm-list2 ul {
	margin-bottom: 50px;
        height:auto;
}
.pagekbg4 .cm-pic-list ul{display: flex;}
#certify .swiper-container {
	padding-bottom: 0rem;
	margin-top: 0;
}


#certify {
	position: relative;
	width: 1160px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
	margin-top: 50px;
}

#certify .swiper-slide {
	width: 800px;
        max-height: 489px;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
	/* height: 446px; */
}

#certify .swiper-slide p {
	position: absolute;
	/* bottom: 0;*/
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 2.5%;
	width: 95%;
	background-color: rgba(255, 0, 0, 0.7);
	color: #FFFFFF;
	font-size: 17px;
}

.Leftprev,
.rightnext,
.Leftprev1,
.rightnext1 {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 49%;
	z-index: 99;
	cursor: pointer;
}

.rightnext,
.rightnext1 {
	right: 45px;
}

.Leftprev,
.Leftprev1 {
	left: 45px;
}

.prevLeft,
.nextRight {
	width: 30px;
	position: absolute;
	bottom: 0px;
	cursor: pointer;
}

.prevLeft {
	left: 45%;
}

.nextRight {
	right: 45%;
}

#certify .swiper-slide a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}
#certify .swiper-slide-active a::before{display: none;}

#certify .swiper-slide-active::before {
	display: none;
}


@media screen and (max-width:750px) {
	img {
		max-width: 100%;
	}

	#certify .swiper-slide img {
		/* height: auto; */
	}

	.sctop-c {
		display: none;
	}

	.mobileTop {
		display: block;
	}

	.sc-bartitle {
		width: 100%;
		padding: 0;
		padding-top: 2rem;
		height: auto;
		margin: 0;
		margin-bottom: 0.2rem;
		overflow: hidden;
		z-index: 9999;
	}

	.sc-bartitle img {
		/* transform: scale(1.5); */
	}

	.g-c-area .bd {
		padding: 0;
		width: 90%;
		margin: 35% auto 0;
	}

	.sctop {
		background: unset;
	}

	.sc2 .sc-bartitle {
		width: 100%;
		padding: 0;
		height: auto;
		padding-top: 3rem;
		margin-bottom: 0;
	}


	.sc4 .sc-bartitle {
		width: 100%;
		padding: 0;
		height: auto;
	}

	.sc5 .sc-bartitle {
		width: 100%;
		padding: 0;
		height: auto;
		padding-top: 4rem;
	}

	.g-c-area {
		width: 100%;
		height: auto;
		background: unset;
		background-size: 100% 100%;
	}

	.sc4 .cm-pic-list li .rk {
		width: 90%;
		padding: 0;
		min-height: auto;
		margin: 0 auto;
		display: block;
		margin-bottom: 1rem;
		background: #FFF9EC;
	}

	.sc4 .cm-pic-list li .rk-f {
		width: 98%;
		margin: 0 auto;
		display: block;
		background-size: cover;
		margin-top: 0.5rem;
	}

	.sc1 .bd a {
		width: 90%;
	}



	.sc2 .cm-pic-list li {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;

	}

	.lb1 {
		width: 80%;
	}



	.sc1 .sc-bartitle {
		padding-top: 3rem;
		margin-bottom: 0rem;
	}

	.sc2 .xiangy {
		top: 4rem;
		width: 5rem;
	}

	.sc3 .sc-bartitle {
		width: 100%;
		padding-top: 5rem;
	}

	.sc3 .cm-pic-list .swiper-container {
		width: 85%;
	}

	.sc3 .cm-pic-list li img {
		width: 100%;
		height: 100%;
	}

	.sc3 .cm-pic-list li {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}

	.pagekbg3 {
		background: unset;
		margin-top: 2rem;
	}

	.sc4 .cm-pic-list li:nth-child(odd) {
		top: 0;
		margin: 0;

	}

	.sc4 .cm-pic-list li .rk img {
		height: auto;
	}

	.cm-pic-list li {
		width: 100%;
	}

	.sc4 .cm-pic-list li:nth-child(even) {
		top: 0;
		margin: 0;
	}

	.sc4 .cm-pic-list li .rk-f {
		display: none;
	}

	.sc4 .cm-pic-list li .rk p {
		padding: 0.2rem 0.5rem;
	}

	.cm-pic-list li a {
		margin: 0;
	}

	.sc5 .cm-pic-list li {
		float: unset;
		margin: 0 auto;
		width: 90%;
		display: block;
		margin-bottom: 1rem;
	}

	.list-2col li {
		width: 100%;
		margin: 0;
		float: unset;
	}

	.sc4 .xiangy {
		display: none;
	}

	.sc1 .bd {
		width: 90%;
		margin: 35% auto 0;
		display: block;
	}

	.pagekbg1 {
		width: 100%;
		height: 100%;
		background-image: unset;
		background-size: contain, contain;
		padding-bottom: 0;
		background-position: top, bottom;
		background-repeat: no-repeat, no-repeat;
		/* margin-bottom: 1rem; */
	}

	.pagekbg1::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(../images/20250126/topKuang.png), url(../images/20250126/bottomKuang.png);
		background-size: contain, contain;
		padding-bottom: 2rem;
		background-position: top, bottom;
		background-repeat: no-repeat, no-repeat;
		z-index: 99;
	}

	.pagekbg1::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(../images/20250126/centerKuang.png);
		z-index: -1;
		background-size: contain;
	}

	.sc2::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(../images/20250126/topKuang.png), url(../images/20250126/bottomKuang.png);
		background-size: contain, contain;
		background-position: top, bottom;
		background-repeat: no-repeat, no-repeat;
		z-index: 99;
	}

	.sc2 {
		top: 0;
		background: unset;
	}

	.sc2::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(../images/20250126/centerKuang.png);
		z-index: -1;
		background-size: contain;
	}


	.sc2 .cm-pic-list li:hover {
		background: #f6ebd3;
	}

	.sc4 .cm-pic-list li:nth-child(odd):hover {
		top: 0;
	}

	.sc4 .cm-pic-list li .rk:hover p {
		font-weight: unset;
	}

	.sc4 .cm-pic-list li:hover a {
		color: #333;
	}

	.sc3 {
		top: 0;
		background: unset;
		margin-top: 1rem;
	}



	.pagekbg5 {
		background: unset;
		height: auto;
		padding-bottom: 3rem;
	}

	.pagekbg5::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(../images/20250126/topKuang.png), url(../images/20250126/bottomKuang.png);
		background-size: contain, contain;
		background-position: top, bottom;
		background-repeat: no-repeat, no-repeat;
		z-index: 99;
	}

	.pagekbg5::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-image: url(../images/20250126/centerKuang.png);
		z-index: -1;
		background-size: contain;
	}

	.swiper-container {
		z-index: 999999 !important;
	}

	.rooldot {
		position: relative;
		z-index: 9999999;
	}

	#certify {

		width: 100%;

	}

	.xiangy {
		display: none;
	}

	.sc-bartitle {
		left: 0;
	}

	#certify .swiper-container {
		padding-bottom: 10%;
	}

	.sc3 .bd {
		padding: 0;
		width: 90%;
		margin: 45% auto 0;
                min-height: auto;
	}

	.prevLeft,
	.nextRight {
		bottom: 0;
	}

	.nextRight {
		right: 30%;
	}

	.prevLeft {
		left: 30%;
	}


	.sc4 .cm-pic-list p {
		padding: 0 2%;
		height: unset;
		font-weight: normal;
		line-height: 22px;
               margin: 10px auto;
	}

	.sc4 .cm-pic-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sc4 .cm-pic-list li:nth-of-type(1),
	.sc4 .cm-pic-list li:nth-of-type(2) {
		width: 48%;
		margin-bottom: 4%;
	}

	.sc4 .cm-pic-list li:nth-of-type(3) {
		width: 100%;
	}

	.sc4 .cm-pic-list li img {
		width: 100%;
		height: unset;
	}

	.sc4 .cm-ul-list {
		width: 100%;
		margin: 5% auto;
	}

	.sc4 .sc-bartitle {
		width: 100%;
		padding-top: 2rem;
	}

	.sc4 .bd {
		padding: 0;
		width: 90%;
		margin: 30% auto 0;
	}

}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-01-26 15:01:49" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->