@charset "utf-8";
#head .logo .lg2{
	display: none !important;
}
#head.onn{
	background:#0fbc6d;
}
#head .nav ul li>a::after{
	background: #fefefe;
}
#head .nav ul li>a:hover ,#head .nav ul li.on>a ,#head .nav ul li>a.a_hv{
	color: #fff;
}
#head .nav ul li.n::after{
	border-color: #fff;
}
#head .head_r a{
	color: #fff;
}
#head .head_r a.a2{
	color: #00913d;
	background: #fff;
}
#head .head_r a.a2:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* 首页 */
.swiper-banner{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.swiper-banner .swiper-slide{
	position: relative;
	min-height: 350px;
	height: 100%;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 350px;
	max-height: 100vh;
	-webkit-animation: animScale 20s linear infinite;
	animation: animScale 20s linear infinite;
	-ms-animation: animScale 20s linear infinite;
	-moz-animation: animScale 20s linear infinite;
	-o-animation: animScale 20s linear infinite;
}

.swiper-banner .swiper-slide .ban_w{
	position: absolute;
	top: 30px;
	z-index: 9;
	display: flex;
	flex-direction: column;
	color: #fff;
	line-height: 1.2;
	width: 1200px;
	left: 50%;
	margin-left: -640px;
	bottom: 0;
	justify-content: center;
}
.swiper-banner .swiper-slide .ban_h2{
	max-width: 548px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.swiper-banner .swiper-slide .ban_h3{
	max-width: 450px;
}
.swiper-banner .swiper-slide .ban_h3 a{
	display: inline-block;
	padding:15px 25px;
	background-color: #fff;
	border-radius: 6px;
}
.swiper-banner .swiper-slide .ban_h3 a:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.swiper-banner .swiper-slide.swiper-slide-active .ban_hcm{
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h1{
	animation-delay: 0.3s;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h2{
	animation-delay: 0.5s;
}
.swiper-banner .swiper-slide.swiper-slide-active .ban_h3{
	animation-delay: 0.8s;
}
.swiper-banner .ban-pagination{
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 9;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.5);
	position: relative;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px !important;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.ban-pagination .swiper-pagination-bullet-active{
	background: #fff;
	width: 32px;
	border-radius: 20px;
}
.swiper-notification{
	display: none;
}
.swiper-banner .swiper-slide .ban_img_m{
	display: none;
}


.ind_a li .padd{
	padding: 5% 0;
}
.ind_a li .ind_aw{
	width: 40%;
	/* max-width: 390px; */
}
.ind_a li .ind_abox{
	width: 46%;
	padding: 20px 0;
	background: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}
.ind_a li .ind_abox .ind_limg{
	float: left;
	width: 45%;
	max-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.ind_a li .ind_abox .ind_ct{
	overflow: hidden;
}
.ind_a li .ind_aw .h3{
	line-height: 1.2;
	padding: 8% 0 7%;
}
.ind_a li .ind_aimg{
	width: 59%;
	margin-right: -3%;
}
.ind_a li .flex_row .ind_aimg{
	margin-right:0%;
	margin-left: -3%;
}
.solutionlist { display:flex; }
.bg img { width:100%; display:block; }
.solutionlist .left { width:46.02%; position:relative; }
.solutionlist .right { width:53.98%; display:flex; flex-wrap:wrap; }
.solutionlist .right>div { position:relative; }
.solutionlist .r1 { width:100%; }
.solutionlist .r2 { width:51.24%; }
.solutionlist .r3 { width:48.76%; }
.icon { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; }
.icon img { height: 50px; display:block; margin-bottom:3%; }
.icon .title { color:#fff; }


.ind_b .ind_btop {  }
.ind_b .ind_btop .ind_bbod { display:inline-block; padding: 4px 24px; border-radius:8px; border:1px solid #3881F7; }
.ind_b .ind_btap { background:#EBF1FF; border-radius:8px; width:26%; height:100%; overflow: hidden; display:flex; flex-direction: column; align-items:center; justify-content:center; }
.ind_b .ind_btap .li { width: 100%; height:19%; position:relative; display: flex; align-items:center; justify-content:center; }
.ind_b .ind_btap .li .bicon { flex: 1; margin: 0; width: 50px; height: 100%; display:flex; align-items:center; justify-content:center; }
.ind_b .ind_btap .li img {  display:block; width:45%; max-width:31px; }
.ind_b .ind_btap .li .btitle { flex:1.8; }
.ind_b .ind_btap .li.on { background:#fff; background-image: linear-gradient(to right, #ffffff, #EBF1FF); color:#1BC477; }
.ind_b .ind_btap .li.on:after { content: ""; position:absolute; left:0; top:15%; height:70%; width:4px; background:#1BC477; }
.ind_b .padd { padding:5% 0 8%; height:440px; }
.ind_b .ind_bbox { background:#E7F8FF; border-radius:8px; width:70%; height: 440px; overflow:hidden; }
.ind_b .ind_bbox .ind_rimg {  }
.ind_b .ind_bbox .bimg { display:flex; align-items:center; justify-content:center; padding: 20px 0; }
.ind_b .ind_bbox .bimg img { max-width:90%; height:400px; }
.ind_b .ind_bbox .ind_rimg.show { display:block; }
.ind_b .ind_bbox.theType2 .bimg { padding:0; }
.ind_b .ind_bbox.theType2 .bimg img { max-width:100%; height:440px; }

.ind_c .p{
	max-width: 936px;
	margin: 0 auto;
}

.ind_d .p{
	padding-top: 6px;
}
.ind_dcm ul{
	margin-left: -0.75%;
	margin-right: -0.75%;
}
.ind_dcm li{
	float: left;
	width: 16.666666%;
	box-sizing: border-box;
	padding: 0.75%;
}
.ind_dcm li .imgs{
	border: 1px solid #e6e6e6;
	padding-bottom: 65.9%;
}
.ind_dcm li .imgs:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
.caselist { display:flex; flex-wrap:wrap; gap:1.33%; }
.caselist .li { width:24%; padding: 1%; box-sizing:border-box; border-radius:0.5%; margin-top:2%; border-radius: 10px; }
.imgpad { text-align:center; height:180px; overflow:hidden; display:flex; align-items:center; border-radius: 6px; }
.imgpad img { display:block; margin: 0 auto; width:100%; }

.ind_e { position:relative; }
.ind_e_bg { position:absolute; bottom:0; z-index:-1; left:0; right: 0; }
.ind_e_bg img { display:block; margin:0 auto; max-width:100%; }

.ind_eswiper{
	overflow: hidden;
	position: relative;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.ind_eswiper .swiper-slide{
	height: auto;
}
.ind_eswiper .swiper-slide a{
	display: block;
	padding: 1% 5% 1%;
/*	box-shadow: 2px 4px 15px rgba(204,208,206,0.4);*/
	border-radius: 10px;
	height: 100%;
	box-sizing: border-box;
}
.ind_eswiper .swiper-slide a:hover{
	transform: translateY(-5px);
}
.ind_eswiper .swiper-slide .img{
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.ind_eswiper .swiper-slide .img img{
	position: absolute;
}
.ind_eswiper .swiper-slide .h3{
	text-align: center;
	padding: 15% 0 0;
	line-height: 1.4;
}

.e-pagination{
	text-align: center;
	padding-top: 3%;
}
.e-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #0c9e3b;
	opacity: 1;
	margin: 0 5px;
}
.e-pagination .swiper-pagination-bullet-active{
	background:#0c9e3b;
}

.ind_f .rongyu img{
	display: block; max-width: 100%; margin: 0 auto;
}
.ind_fswiper{
	padding-top: 4%;
}
.ind_fswiper .swiper-slide{
	height: auto;
}
.ind_fswiper .swiper-slide .indimgs{
	padding-bottom: 53.76%;
	position: relative;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}
.ind_fswiper .swiper-slide .imgpad{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ind_fswiper .swiper-slide .imgpad img{
	display: inline-block;
	max-width: 60%;
	max-height: 70%;
}
.ind_fswiper .swiper-slide .bg_ff{
	height: 100%;
	border-radius:8px;
	overflow: hidden;
}
.ind_fswiper .swiper-slide .padd{
	padding: 6% 8% 7%;
}
.ind_fswiper .swiper-slide:hover .bg_ff{
	box-shadow: 0 8px 24px rgba(221,221,221,0.3);
	transform: translateY(-5px);
}
.ind_fswiper .swiper-slide .p{
	padding-top: 8px;
	line-height: 1.6;
}
.ind_fswiper .swiper-slide .m{
	margin-top: 5%;
	display: inline-block;
	padding-right: 36px;
	background: url(../images/m_ico.png) no-repeat right center;
}
.ind_fm a{
	display: inline-block;
	padding: 5px 50px;
	border-radius: 3px;
	background: #1BC477;
	color: #fff;
}
.ind_fm a:hover{
	background: #0c9e3b;
}

.ind_ghd ul{
	border-bottom: 1px solid #e6e6e6;
}
.ind_ghd ul li{
	padding:0px 40px;
}
.ind_ghd ul li a{
	display: block;
	position: relative;
	padding: 8px 16px;
}
.ind_ghd ul li.on a{
	color: #0c9e3b;
}
.ind_ghd ul li.on a::before{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background:#0c9e3b;
	content: '';
}
.ind_ghd ul li.on a::after{
	width: 8px;
	height: 8px;
	border: 1px solid #0c9e3b;
	border-width: 1px 0 0 1px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -5px;
	content: '';
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.ind_gbd{
	position: relative;
	overflow: hidden;
	margin-top: 3%;
}
.ind_gbd .con{
	position: absolute;
	left:-5%;
	top:0;
	opacity: 0;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	width: 100%;
}
.ind_gbd .con.onn{
	position: relative;
	opacity:1;
	left: 0;
	z-index: 9;
}

.ind_nl{
	width: 39.166%;
	padding-top: 10px;
}
.ind_nl .imgs{
	padding-bottom: 59.57%;
}
.ind_nl .imgs:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ind_nl .n_tm{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: #0c9e3b;
	padding:3% 5%;
	text-align: center;
	line-height: 1;
	font-family: arial;
}
.ind_nl .n_tm .nd{
	font-size: 60px;
}
.ind_nl .n_tm .nt{
	font-size:18px;
}
.ind_nl .h3{
	padding-top: 7%;
}
.ind_nl .p{
	padding-top: 3%;
}
.ind_nr{
	width:53.3333%;
}
.ind_nr li{
	padding: 10px 0;
}
.ind_nr li .nc{
	position: relative;
	padding-left: 85px;
}
.ind_nr li .nc .t{
	position: absolute;
	left: 0;
	top: 5px;
	background: #cbcbcb;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 24px;
	font-family: arial;
}
.ind_nr li .nc .p{
	line-height: 1.5;
	padding-top: 8px;
}



@keyframes animScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@-webkit-keyframes animScale {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}

@-ms-keyframes animScale {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.2); }
    100% { -ms-transform: scale(1); }
}

@-moz-keyframes animScale {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes animScale {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}


@media screen and (max-width:1600px) {
	
}


@media screen and (max-width:1440px) {
	.swiper-banner .ban-pagination{
		bottom: 20px;
	}
	.ind_a li .ind_aico{
		width: 68px;
	}

}

@media screen and (max-width:1280px) {
	.swiper-banner .swiper-slide .ban_w{
		width: 97%;
		left: 4%;
		margin-left:0;
	}
	.ind_a li .ind_aico{
		width: 65px;
	}
	.ind_b .padd, .ind_b .ind_bbox{
		height: 400px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 360px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 400px;
	}
}

@media screen and (max-width:1024px) {
	#head .head_m .head_ico span,#head .head_m .head_ico span::after, #head .head_m .head_ico span::before{
		background: #fff;
	}
	.swiper-banner .ban-pagination{
		bottom: 15px;
	}
	.ind_a li .ind_aico{
		width: 60px;
	}
	.ind_a li .ind_abox .ind_limg{
		width: 38%;
		margin: 0 3%;
		max-height: 120px;
	}
	.ind_a li .ind_abox .ind_limg img{
		display: block;
		max-height: 160px;
	}
	.ind_b .padd, .ind_b .ind_bbox{
		height: 340px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 300px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 340px;
	}
}

@media screen and (max-width:960px) {
	.ind_a li .ind_abox { padding: 2% 0; }
	.ind_a li .ind_abox .ind_limg{
		width: 36%;
		margin: 0 2%;
		max-height: 120px;
	}
	.ind_a li .ind_abox .ind_limg img{
		display: block;
		max-height: 140px;
	}
	.f_35 { font-size:24px; }

	.ind_b .padd, .ind_b .ind_bbox{
		height: 320px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 280px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 320px;
	}

	.caselist .li { width:32%; }
	.caselist .li:nth-last-child(-n+2) { display:none; }
}

@media screen and (max-width:800px) {
	.swiper-banner .swiper-slide.swiper-slide-active .ban_h1{
		font-size: 32px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 16px;
		width: 50%;
		padding-bottom:30px;
	}
	.swiper-banner .swiper-slide .ban_h3 a{
		padding: 5px 15px;
	}
	.ind_a li .ind_aico{
		width: 55px;
	}
	.ind_a li .ind_abox{
		width: 49%;
	}
	.ind_a li .ind_abox .ind_limg{
		width: 32%;
		margin: 0 2%;
		max-height: 100px;
	}
	.ind_a li .ind_abox .ind_limg img{
		display: block;
		max-height: 100px;
	}

	.ind_b .ind_btap{
		width: 30%;
	}
	.ind_b .padd{
		height: 280px;
	}
	.ind_b .ind_bbox{
		width: 66%;
		height: 280px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 240px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 280px;
	}

	.ind_dcm li{
		width: 25%;
		padding: 1.5%;
	}

	.icon img { height:40px; }
}
@media screen and (max-width:700px) {
	.ind_a li .ind_abox{
		width: 100%;
		margin-top: 4%;
	}
	.ind_a li .ind_abox:first-child{
		margin-top: 0;
	}
	.ind_a li .ind_abox .ind_limg{
		width: 40%;
		margin: 0 2%;
		max-height: 160px;
	}
	.ind_a li .ind_abox .ind_limg img{
		display: block;
		max-height: 180px;
	}

	.ind_b .padd, .ind_b .ind_bbox{
		height: 240px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 200px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 240px;
	}
}
@media screen and (max-width:600px) {
	.f_35{ font-size:21px; }
	.swiper-banner .ban-pagination{
		bottom: 10px;
	}
	.swiper-banner .swiper-slide.swiper-slide-active .ban_h1{
		font-size: 28px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 14px;
		padding-bottom:25px;
	}
	
	.swiper-banner .swiper-slide{
		min-height: 200px;
	}
	.swiper-banner .swiper-slide .ban_img_m{
		display: block;
	}
	.swiper-banner .swiper-slide .ban_img,.swiper-banner .swiper-slide .ban_w{
		display: none;
	}
	
	.ind_a li .ind_aico{
		width: 46px;
	}
	.ind_a li .ind_aw,.ind_a li .ind_aimg{
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
	}
	.ind_a li .ind_aimg{
		padding-top: 6%;
		text-align: center;
		margin: 0 auto;
	}
	.ind_a li .padd{
		display: block;
	}
	.ind_a li .ind_aw .h3{
		padding: 4% 0;
		font-size: 18px;
	}

	.ind_b .padd{
		display: block;
		height: auto;
	}
	.ind_b .ind_btap{
		display: flex;
		width: 100%;
		height: auto;
		margin-bottom: 4%;
		flex-direction: revert;
		flex-wrap: wrap;
		justify-content: left;
	}
	.ind_b .ind_btap .li{
		width: 50%;
		height: 50px;
		line-height: 1.2;
	}
	.ind_b .ind_bbox{
		width: 100%;
		height: 240px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 200px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 240px;
	}

	.ind_tt.f_40 {
		font-size: 21px;
	}
	
	.ind_dcm li{
		width: 33.333%;
		padding: 1.5%;
	}
	.e-pagination{
		padding-top: 15px;
	}
	.e-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.ind_fswiper .swiper-slide .h3{
		font-size: 18px;
	}
	.ind_fm a{
		padding: 3px 25px;
	}
	.ind_ghd ul li {
	    padding: 0px 5px;
	}
	.ind_nl,.ind_nr{
		width: 100%;
		padding-bottom: 10px;
	}
	.ind_nl .h3{
		padding-top: 15px;
		font-size: 16px;
	}
	.ind_nr li .nc{
		padding-left: 72px;
	}
	.ind_nr li .h3{
		font-size: 15px;
	}
	.ind_nr li .nc .t{
		font-size: 13px;
		line-height: 22px;
	}

	.icon img { height:30px; }

	.caselist .li { width:49%; }
	.caselist .li:nth-last-child(-n+4) { display:none; }
}
@media screen and (max-width:462px) {
	.ind_a li .ind_abox .ind_limg{
		width: 38%;
		margin: 0 3%;
		max-height: 120px;
	}
	.ind_a li .ind_abox .ind_limg img{
		display: block;
		max-height: 150px;
	}

	.ind_b .ind_btap .li{
		height: 46px;
	}

}
@media screen and (max-width:462px) {
	.ind_b .ind_bbox{
		width: 100%;
		height: 200px;
	}
	.ind_b .ind_bbox .bimg img{
		height: 160px;
	}

	.ind_b .ind_bbox.theType2 .bimg img{
		height: 200px;
	}
}

@media screen and (max-width:400px) {
	.ind_b .ind_btap .li.f_18{
		font-size: 12px;
	}
	.ind_b .ind_bbox{
		width: 100%;
		height: 160px;
	}
	.ind_b .ind_btap .li{
		height: 42px;
	}
	.ind_b .ind_bbox.theType2 .bimg img{
		height: 160px;
	}
}