* {
	margin: 0;
	padding: 0;
}

.index-banner .swiper-container{
	height: 10.8rem;
}









/* 栏目 */
.class2 {
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.class2 img {
	width: 0.07rem;
	height: 0.3rem;
	margin-right: 0.12rem;
	margin-top: -0.06rem;
}

.class1 {
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.48rem;
	color: #000000;
	margin-top: 0.16rem;
	text-align: center;
}

/* 更多 */
.side-more {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1.74rem;
	height: 0.46rem;
	border-radius: 0.23rem;
	color: #0A7E0D;
	margin: 0 auto;
	cursor: pointer;
}

.side-more .line {
	position: absolute;
	left: 0.2rem;
	width: calc(100% - 0.4rem);
	height: 0.03rem;
	background-color: #BFBFBF;
}

.side-more .line::after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #00913a;
	transition: all 0.4s;
}

.side-more .top-line {
	top: 0;
}

.side-more .top-line::after {
	left: 0;
}

.side-more .btm-line {
	bottom: 0;
}

.side-more .btm-line::after {
	right: 0;
}

.side-more .round {
	position: absolute;
	top: 0;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	border: 0.03rem solid #0A7E0D;
	transition: all 0.4s;
}

.side-more .lf-round {
	left: 0;
	-webkit-clip-path: polygon(0 0, 45% 0, 45% 100%, 0% 100%);
	clip-path: polygon(0 0, 45% 0, 45% 100%, 0% 100%);
}

.side-more .rg-round {
	right: 0;
	-webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%);
	clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%);
}

.side-more.pro-more {
	width: 5rem;
	height: 1.05rem;
	color: #262626;
}

.side-more.pro-more .line {
	background-color: rgba(38, 38, 38, 0.12);
}

.side-more.pro-more .round {
	border-color: #262626;
	width: 1.05rem;
	height: 1.05rem;
}

.side-more:hover {
	color: #fff;
	background-color: #00913a;
	transition: all 0.4s 0.3s;
}

.side-more:hover .line::after {
	width: 100%;
	transition: all 0.3s;
}

.side-more:hover .round {
	border-color: #00913a;
}










/* 解决方案 */
.index_cont1 {
	width: 100%;
	height: 11.4rem;
	padding: 1.21rem;
	box-sizing: border-box;
	background-size: auto 100% !important;
}

.index_cont1 .cont_body {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	max-width: 7.52rem;
	margin: 0.4rem auto 0.24rem;
	text-align: center;
}




/* 核心产品 */
.index_cont2 {
	width: 100%;
	height: 13rem;
	background: #fff url(../img/index_cont2_bg.jpg) center no-repeat;
	padding: 0.71rem;
	box-sizing: border-box;
	position: relative;
	background-size: auto 100% !important;
}

.index_cont2::before {
	content: "";
	position: absolute;
	bottom: 2.73rem;
	width: 100%;
	height: 0.87rem;
	left: 0;
	background: url(../img/index_cont2_icon.png) center no-repeat;
}

/* .index_cont2 .main {
	position: relative;
} */


.cont2_body {
	position: relative;
	z-index: 999;
}

.cont2_list {
	width: 100%;
	height: auto;
	padding-top: 0.9rem;
	box-sizing: border-box;
}

.cont2_bd .cont2_item {
	display: none;
}

.cont2_bd .cont2_item.cur {
	display: flex;
	justify-content: space-between;
}

.cont2_bd .cont2_title {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.3rem;
	margin-top: 1.06rem;
}

.cont2_bd .cont2_cont {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	width: 7rem;
}

.cont2_bd .cont2_fr {
	width: 6.25rem;
	height: 6.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.28rem;
	background: url(../img/index_cont_icon.png) center no-repeat;
	background-size: cover;
	padding: 0.8rem;
	box-sizing: border-box;
}

.cont2_bd .cont2_fr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}





.cont2_bd .side-more {
	margin: 0.68rem 0;
	color: #fff;
}

.cont2_bd .side-more .round {
	border: 0.03rem solid #ffffff;
}

.cont2_bd .side-more:hover .round {
	border: 0.03rem solid #00913a;
}

.cont2_bd .side-more .line {
	opacity: 0.6;
}



.cont2_hd {
	display: flex;
	justify-content: space-around;
}

.cont2_hd .cont2_tab {
	text-align: center;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.cont2_hd .cont2_tab i {
	display: block;
	width: 0.18rem;
	height: 0.18rem;
	background: #0A7E0D;
	border-radius: 50%;
	border: 0.03rem solid #fff;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.cont2_hd .cont2_tab.act i {
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.4);
}

.cont2_hd .cont2_tab span {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 0.28rem;
	color: #FFFFFF;
	margin-top: 0.2rem;
	display: block;
}

.cont2_hd .cont2_tab:first-child {
	margin-top: 115px;
}

.cont2_hd .cont2_tab:nth-child(2) {
	margin-top: 70px;
}

.cont2_hd .cont2_tab:last-child {
	margin-top: 116px;
}







/* 应用场景 */
.index_cont3 {
	width: 100%;
	height: 11.1rem;
	background: #fff url(../img/index_cont3_bg.jpg) center no-repeat;
	padding: 0.23rem;
	box-sizing: border-box;
	background-size: auto 100% !important;
}


.cont3_list {
	display: flex;
}

.cont3_li {
	width: 3rem;
	height: 6.3rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-right: 0.1rem;
	margin-top: 1.82rem;
	position: relative;
	cursor: pointer;
	background-size: cover;
}

.cont3_li:last-child {
	margin-right: 0;
}

.cont3_li.act {
	width: 9rem;
	height: 6.3rem;
	transition: 0.5s;
}

.cont3_li.act .cont3_top {
	display: none;
}

.cont3_li .cont3_top {
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 0.24rem;
	color: #FFFFFF;
	font-family: 'sy';
	text-align: center;
	padding-top: 4.5rem;
	background-size: cover;
}

.cont3_li .cont3_top::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
}

.cont3_li .cont3_top img {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
	margin-bottom: 0.15rem;
	position: relative;
	z-index: 9;
}

.cont3_li .cont3_top span {
	position: relative;
	z-index: 9;
}



.cont3_li .cont3_bottom {
	position: absolute;
	bottom: -110%;
}

.cont3_li.act .cont3_bottom {
	width: 7.8rem;
	height: 1.6rem;
	background: rgba(10, 126, 13, 0.7);
	border-radius: 0.2rem 0.2rem 0rem 0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0.6rem;
	transition: 0.5s;
}

.cont3_bottom .cont3_img {
	width: 1.5rem;
	font-family: 'sy';
	font-weight: 500;
	font-size: 0.24rem;
	color: #FFFFFF;
	text-align: center;
}

.cont3_bottom .cont3_img img {
	width: 0.6rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.15rem;
}

.cont3_bottom .cont3_hr {
	width: 0rem;
	height: 1.1rem;
	border: 0.01rem solid #FFFFFF;
	opacity: 0.37;
}

.cont3_bottom .cont3_cont {
	width: calc(100% - 1.5rem);
	padding: 0 0.36rem 0 0.26rem;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.3rem;
}






/* 珈钠新闻 */
.index_cont4 {
	width: 100%;
	padding: 1.05rem;
	box-sizing: border-box;
}

.cont4_list {
	width: 100%;
	display: flex;
	margin-top: 0.47rem;
	margin-bottom: 0.45rem;
}

.news1_li1 {
	width: 4.8rem;
	height: 4.92rem;
	background: #F2F2F2;
	border-radius: 0.05rem;
	margin-right: 0.2rem;
	float: left;
	position: relative;
}

.news1_li1:last-child {
	margin-right: 0;
}

.news1_li1 .news1_pic {
	width: 100%;
	height: 3rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news1_li1 .news1_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news1_li1 .news1_txt {
	width: 100%;
	height: auto;
	padding: 3.22rem 0.4rem 0 0.4rem;
	box-sizing: border-box;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news1_li1 .news1_txt .news1_time {
	font-weight: 400;
	font-size: 0.14rem;
	color: #999999;
	margin-bottom: 0.12rem;
}

.news1_li1 .news1_txt .news1_title {
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	padding-bottom: 0.18rem;
}

.news1_li1 .news1_more {
	font-weight: 400;
	font-size: 0.16rem;
	color: #0A7E0D;
	font-family: 'sy';
	display: flex;
	align-items: center;
	position: absolute;
	left: 0.4rem;
	bottom: 0.3rem;
}

.news1_li1 .news1_more i {
	width: 0.06rem;
	height: 0.12rem;
	margin-left: 0.15rem;
	display: block;
	background: url(../img/cont4_icon.png) center no-repeat;
}

.news1_li1:hover {
	background: linear-gradient(180deg, #27922A 0%, #0A7E0D 100%);
}

.news1_li1:hover .news1_time,
.news1_li1:hover .news1_title,
.news1_li1:hover .news1_more {
	color: #fff;
}

.news1_li1:hover .news1_title {
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.58);
}

.news1_li1:hover .news1_more i {
	background: url(../img/cont4_icon1.png) center no-repeat;
}

.news1_li1:hover .news1_pic {
	width: 4rem;
	height: 2.47rem;
}

.news1_li1:hover .news1_pic {
	left: 0.4rem;
	top: 1.58rem;
}

.news1_li1:hover .news1_txt {
	padding-top: 0.35rem;
}





.cont4_fr {
	margin-left: 0.2rem;
}

.cont4_li3 {
	width: 5.2rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.36rem;
	cursor: pointer;
}

.cont4_li3:last-child {
	margin-bottom: 0;
}

.cont4_li3 .news3_pic {
	width: 2.1rem;
	height: 1.4rem;
	overflow: hidden;
	margin-right: 0.05rem;
}

.cont4_li3 .news3_txt {
	width: 2.85rem;
}

.cont4_li3 .news3_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.cont4_li3 .news3_time {
	font-weight: 400;
	font-size: 0.14rem;
	color: #999999;
}

.cont4_li3 .news3_title {
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.26rem;
	margin-top: 0.12rem;
	font-family: 'sy';
	margin-bottom: 0.2rem;
}

.cont4_li3 .news1_more {
	font-weight: 400;
	font-size: 0.16rem;
	color: #0A7E0D;
	font-family: 'sy';
	display: flex;
	align-items: center;
}

.cont4_li3 .news1_more i {
	width: 0.06rem;
	height: 0.12rem;
	margin-left: 0.15rem;
	display: block;
	background: url(../img/cont4_icon.png) center no-repeat;
}


.cont4_li3:hover .news3_pic img {
	transform: scale(1.2);
}

.cont4_li3:hover .news3_title {
	color: #0A7E0D;
}





/* Na 动画 */
.nav_anima {
	width: 100%;
	position: absolute;
	height: 9rem;
	bottom: 0;
	left: 0;
}

/* 初始状态 */
.na_img:nth-child(1) {
	position: absolute;
	bottom: 4rem;
	left: 15%;
	animation: floatUp 3s ease-out forwards, floatDown 2s infinite ease-in-out 2s;
}

.na_img:nth-child(2) {
	position: absolute;
	bottom: 6rem;
	left: 26%;
	animation: floatUp 5s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

.na_img:nth-child(3) {
	position: absolute;
	bottom: 80%;
	left: 50%;
	animation: floatUp 8s ease-out forwards, floatDown 2s infinite ease-in-out 2s;
}

.na_img:nth-child(4) {
	position: absolute;
	bottom: 5.4rem;
	left: 5.6rem;
	animation: floatUp 3s ease-out forwards, floatDown 3s infinite ease-in-out 2s;
}

.na_img:nth-child(5) {
	position: absolute;
	bottom: 8.82rem;
	right: 1.81rem;
	animation: floatUp 5s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

.na_img:nth-child(6) {
	position: absolute;
	bottom: 4.31rem;
	right: 1.23rem;
	animation: floatUp 3s ease-out forwards, floatDown 2s infinite ease-in-out 2s;
}


/* 向上移动的关键帧 */
@keyframes floatUp {
	0% {
		bottom: 0;
		opacity: 0;
		/* 开始时完全透明 */
	}

	100% {
		/* bottom: 80%; */
		/* 移动到页面顶部附近 */
		opacity: 1;
		/* 完全不透明 */
	}
}

/* 漂浮的关键帧 */
@keyframes floatDown {
	0%,
	100% {
		transform: translateY(0px) translateX(-20%);
	}

	50% {
		transform: translateY(-20px) translateX(-20%);
	}
}