﻿.daname {
	/* text-align: center; */
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 10px;
}

.daname span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;

	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.daname span::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 4px;
	background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.daname span.zuo::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 4px;
	background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	top: 100%;
	left: 0%;
	transform: translate(-0%, -50%);
}

.xiaoname {
	/* text-align: center; */
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.b_radius10 {
	border-radius: 10px;
}


.ichanpin {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #fff;

}


.ichanpin_box {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.ichanpin_list {
	width: 100%;
	height: 100%;

	min-height: 350px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	background: rgba(153, 153, 153, 0.1);

	/* box-shadow: 0 0 20px rgba(0, 0, 0, .25); */
}



.ichanpin_list:last-child {
	border-right: none;
}

.ichanpin_list_name {
	position: absolute;
	width: 100%;

	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;

	transition: all .4s ease .3s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
}

.ichanpin_list_name i {
	font-weight: 500;
	display: block;
	font-size: 80px;
	/* color: #8fc31f; */
	background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
	background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px auto;
}

.ichanpin_list_name img {
	display: block;
	margin: 20px auto;
	max-height: 100px;
}

.ichanpin_list_txt {
	position: absolute;
	width: calc(100% - 30px);
	padding: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.ichanpin_list_txt_t1 {

	font-size: 20px;
	font-weight: 600;

	color: #111;
	position: relative;

	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(60px);
	transition: all .4s ease;
}

.ichanpin_list_txt_t1 i {
	display: block;
	font-size: 55px;

	background-image: -webkit-linear-gradient(to right, #2ea7e0, #8fc31f);
	background-image: linear-gradient(to right, #2ea7e0, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ichanpin_list_txt_t1 img {
	display: block;
	margin-bottom: 10px;
	max-height: 50px;
}

.ichanpin_list_txt_t2 {
	font-size: 15px;
	color: #666;
	text-align: justify;
	position: relative;

	opacity: 0;
	transform: translateY(60px);
	transition: all .4s ease;
}

.ichanpin_list:hover {
	/* background: rgba(143, 195, 31, 0.3); */
	background-image: -webkit-linear-gradient(to right, rgba(155, 220, 180, 0.6) -10%, rgba(143, 195, 31, 0.5));
	background-image: linear-gradient(to right, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));

	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	transition: all .4s ease;
}

.ichanpin_list:hover .ichanpin_list_name {
	opacity: 0;
	transform: translate(-100%, -50%);
	transition: all .4s ease;
}

.ichanpin_list:hover .ichanpin_list_txt {
	opacity: 1;
	transition: all .4s ease;
}

.ichanpin_list:hover .ichanpin_list_txt_t1 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease .3s;
}

.ichanpin_list:hover .ichanpin_list_txt_t1 i {
	font-size: 60px;
	/* color: #8fc31f; */
	background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
	background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ichanpin_list:hover .ichanpin_list_txt_t2 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease .4s;
}


/* 业务 */


.iyewu {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #fff;
}

.iyewulist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0;
}

.iyewulist ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.iyewulist ul li {
	float: left;
}

.iyewulist li {
	position: relative;
	width: calc(50% / 2);
	height: 600px;
	overflow: hidden;
	background-size: cover !important;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.iyewulist li::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);

	width: 100%;
	height: 100%;
	z-index: 1;
}

.iyewulist li.on {
	width: 50%;
}

.iyewulist li.on::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.iyewulist li:hover {
	width: 50%;
}

.iyewulist li:hover::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
	/* background: rgba(0, 0, 0, 0.5); */
	width: 100%;
	height: 100%;
	z-index: 1;
}



.iyewulist_main {
	position: absolute;
	width: 100%;
	z-index: 2;
}

.iyewu_ico {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0px auto;
	border-radius: 50%;
	line-height: 110px;
	margin-bottom: 20px;
}

.iyewu_ico::before {
	position: absolute;
	border: 2px dashed #fff;
	content: "";
	width: 110px;
	height: 110px;
	border-radius: 50%;
	left: 0;
	top: 0;
}



.iyewu_ico i {
	font-size: 70px;
	color: #fff;
}

.iyewu_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.iyewu_txt .iyewu_txt_t1 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.iyewu_txt .iyewu_txt_t2 {
	padding: 30px;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	display: none;
}

/* .iyewu_txt .iyewu_more{
	display: none;
	position: relative;
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border: 1px solid #8fc31f;
	box-sizing: border-box;
}

.iyewu_txt .iyewu_more::before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-image: -webkit-linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
	background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
	transition: all 0.85s;
}

.iyewu_txt .iyewu_more i{
	margin-left: 10px;
}

.iyewu_txt .iyewu_more a{
	display: block;
	color: #111;
}

.iyewu_txt .iyewu_more:hover::before{
	width: 100%;
} */


.iyewu_more {
	display: none;

	position: relative;
	margin: 0px auto;
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	line-height: 45px;
	text-align: center;
	color: #fff;
	border: 1px solid #8fc31f;
	box-sizing: border-box;
	border-radius: 5px;

}

.iyewu_more a {
	display: block;
}

.iyewu_more::before {
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: -webkit-linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
	background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
	transition: all 0.85s;
}

.iyewu_more:hover::before {
	width: 100%;
}




/* .iyewu_txt .iyewu_more:hover a{
	color: #fff;
} */

.iyewulist li.on .iyewu_txt .iyewu_txt_t2 {
	display: block;
}

.iyewulist li.on .iyewu_txt .iyewu_more {
	display: block;
}


.iyewulist li .iyewu_ico::before {

	animation: zhuan 5s infinite linear;
}

@keyframes zhuan {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


/* 关于我们 */

.iabout {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;

	background: #f9f9f9 url(../images/iabout_bj.jpg) no-repeat center bottom;
}

.iabout_box {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 40px;
}

.iabout_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 28px;
	padding-top: 1%;
	text-align: justify;
}

.iabout_left p {}

.iabout_left strong {
	font-size: 24px;
	color: #8fc31f;
	height: auto;
	overflow: hidden;
	display: inline-block;
}

.iabout_right {
	background: url(../images/iabout.jpg) no-repeat center;
	object-fit: cover;
	padding-bottom: 50%;
	background-size: cover;
	border: 5px solid #fff;
	padding: 5px;
	/* border-radius: 5px; */
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}



/* 数字轮播 */
.shuzi_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
}

.shuzi_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 200px;
	background: rgba(255, 255, 255, .05);
	transition: all 0.3s ease-in-out;
}


.shuzi_list:hover {
	/* background: rgba(46, 167, 224, .15); */
	/* background-image: linear-gradient(to right, #2ea7e0, #8fc31f); */
	background-image: linear-gradient(270deg, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));
}

.shuzi_ge {
	/* display: none; */

	width: 1px;
	height: 88px;
	background: #aeaeae;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.shuzi_list_main {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shuzi_t1 {
	color: #8fc31f;

	/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #8fc31f);
	background-image: linear-gradient(to right, #2ea7e0, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */

	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
}

.shuzi_t2 {
	color: #666;
}

.shuzi_s1 {
	color: #8fc31f;
	font-size: 86px;
	font-weight: 700;
	line-height: 101px;
	/* letter-spacing: -0.05em; */
	font-family: impact;
}

.shuzi_t2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 10px;
	opacity: 0.8;
}


/* 首页关于我们第二方式 */
.tabout {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;

	background: #f9f9f9 url(../images/iabout_bj.jpg) no-repeat center bottom;
	background-size: cover;
}

.tabout_box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.tabout_left {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	background: url(../images/iabout.jpg) no-repeat top right;

	border: 3px solid #eee;
	padding: 3px;
	/* border-radius: 5px; */
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);

}

.tabout_right {}

.tabout_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.tabout_txt p {
	font-size: 18px;
	line-height: 36px;
}

.tabout_txt strong {
	font-size: 24px;
	color: #8fc31f;
	height: auto;
	overflow: hidden;
	display: inline-block;

	background-image: -webkit-linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
	background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tabout_list_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.tabout_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	/* background-color: #f5f5f5; */
	transition: 0.36s;
	text-align: center;

	border-radius: 10px;


	/* display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center; */
}

.tabout_list a {
	display: block;
}


.tabout_list img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}




.tabout_list_txt {}

.tabout_list_txt span {
	display: block;
}

.tabout_list_txt span.t1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
}

.tabout_list_txt span.t2 {
	font-weight: normal;
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.tabout_list_txt span.t2 a {
	display: block;
	color: #7b7a7b;
}


.tabout_list:hover {
	background-color: #fff;
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}



/* 首页新闻 */
.inews {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 80px;
	background: #fff;
}

.inews_box {
	width: 100%;
	height: auto;
	overflow: hidden;

	margin: 50px auto 0;
	/* display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px; */
}

.inews_left {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.inews_main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	object-fit: cover;
	border-radius: 15px;
}

.inews_main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inews_main span {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	bottom: 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	background-image: linear-gradient(to right, rgba(46, 167, 224, 0.5) -30%, rgba(143, 195, 31, 0.8));
}

.inews_main .date {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	background: rgba(143, 195, 31, 1);
	color: #fff;
	border-bottom-right-radius: 15px;
}

.inews_right {
	float: left;
	width: 100%;
}


.inews_main:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}




/* 首页新闻2 */
.tnews {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0 80px;
	background: #f7f7f7;
}

.tnews_box {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
}

.tnews_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.tnews_left img {
	max-width: 100%;
}

.tnews_main1 {
	position: relative;
	padding: 20px;
	background: #fff;

	/* border-radius: 20px; */
}

.tnews_main {
	position: relative;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	/* border-radius: 20px; */

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.tnews_main_riqi {
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;

	text-align: center;
}

.tnews_main_riqi::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 60%;
	background: #aeaeae;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.tnews_main_box {
	position: relative;
	float: left;
	width: calc(100% - 110px);
	height: auto;
	overflow: hidden;
}

.tnews_main_box i {
	float: left;
	font-weight: 300;
}

.tnews_main_riqi_d {
	font-size: 26px;
}

.tnews_main_riqi_ym {
	font-size: 16px;
}

.tnews_title_h1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.tnews_title {

	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tnews_title a {
	display: block;
}

.tnews_date {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	position: relative;
	bottom: 0px;
}

.tnews_main:hover {
	background: #8fc31f;
}

.tnews_main:hover .tnews_main_riqi {
	color: #fff;
}

.tnews_main:hover .tnews_main_riqi::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 60%;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}



.tnews_main:hover .tnews_title_h1 {
	color: #fff;
}

.tnews_main:hover .tnews_title {
	color: #fff;
}

.tnews_main:hover .tnews_date {
	color: #fff;
}


.tnews_right {
	width: 100%;
	height: auto;
	/* overflow: hidden; */

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}


.icompany {
	display: none;

	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;

}

.icompany_box {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.icompany_list {
	width: 100%;
	height: 100%;

	min-height: 450px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	/* background: rgba(153, 153, 153, 0.1); */
	/* box-shadow: 0 0 20px rgba(0, 0, 0, .25); */

	background-position: center center !important;
}

.icompany_list::before {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.25);
}


.icompany_list:last-child {
	border-right: none;
}

.icompany_list_name {
	position: absolute;
	z-index: 3;
	width: 100%;

	font-size: 22px;
	font-weight: 600;
	color: #fff;

	transition: all .4s ease .3s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
}

.icompany_list_name i {
	font-weight: 500;
	display: block;
	font-size: 60px;
	/* color: #8fc31f; */
	background-image: -webkit-linear-gradient(to right, #8fc31f -30%, #8fc31f);
	background-image: linear-gradient(to right, #8fc31f -30%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px auto;
}

.icompany_list_name img {
	display: block;
	margin: 20px auto;
	max-height: 100px;
}

.icompany_list_txt {
	position: absolute;
	z-index: 3;
	width: calc(100% - 30px);
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.icompany_list_txt_t1 {

	font-size: 20px;
	font-weight: 600;

	color: #fff;
	position: relative;

	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(60px);
	transition: all .4s ease;
}

.icompany_list_txt_t1 i {
	display: block;
	font-size: 55px;

}

.icompany_list_txt_t1 img {
	display: block;
	margin-bottom: 10px;
	max-height: 50px;
}

.icompany_list_txt_t2 {
	font-size: 17px;
	color: #fff;
	text-align: justify;
	position: relative;

	text-align: center;

	opacity: 0;
	transform: translateY(60px);
	transition: all .4s ease;
}

.icompany_list:hover {
	/* background: rgba(143, 195, 31, 0.3); */
	background-image: -webkit-linear-gradient(to right, rgba(155, 220, 180, 0.6) -10%, rgba(143, 195, 31, 0.5));
	background-image: linear-gradient(to right, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));

	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	transition: all .4s ease;
}

.icompany_list:hover .icompany_list_name {
	opacity: 0;
	/* transform: translate(-100%, -50%); */
	transition: all .4s ease;
}

.icompany_list:hover .icompany_list_txt {
	opacity: 1;
	transition: all .4s ease;
}

.icompany_list:hover .icompany_list_txt_t1 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease .3s;
}

.icompany_list:hover .icompany_list_txt_t1 i {
	font-size: 60px;
	color: #8fc31f;
	/* background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
	background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.icompany_list:hover .icompany_list_txt_t2 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease .4s;
}


.icompany_list:hover::before {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.55);

	/* background: rgba(255, 255, 255, 0.3); */
}






@media screen and (max-width: 960px) and (min-width: 0px) {

	.daname {
		/* text-align: center; */
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.daname span {
		display: inline-block;
		position: relative;
		padding-bottom: 10px;

		background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.daname span::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 3px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.daname span.zuo::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 3px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 0%;
		transform: translate(-0%, -50%);
	}

	.xiaoname {
		/* text-align: center; */
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 20px;
		text-transform: uppercase;
	}




	.ichanpin {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0;
		background: #fff;

	}


	.ichanpin_box {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.ichanpin_list {
		width: 100%;
		height: 100%;

		min-height: 350px;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		color: #111;
		cursor: pointer;
		background: rgba(153, 153, 153, 0.1);

		/* box-shadow: 0 0 20px rgba(0, 0, 0, .25); */
	}



	.ichanpin_list:last-child {
		border-right: none;
	}

	.ichanpin_list_name {
		position: absolute;
		width: 100%;

		font-size: 20px;
		font-weight: 600;
		color: #1a1a1a;

		transition: all .4s ease .3s;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		opacity: 1;
	}

	.ichanpin_list_name i {
		font-weight: 500;
		display: block;
		font-size: 80px;
		/* color: #8fc31f; */
		background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0px auto;
	}

	.ichanpin_list_name img {
		display: block;
		margin: 20px auto;
		max-height: 100px;
	}

	.ichanpin_list_txt {
		position: absolute;
		width: calc(100% - 30px);
		padding: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
	}

	.ichanpin_list_txt_t1 {

		font-size: 20px;
		font-weight: 600;

		color: #111;
		position: relative;

		margin-bottom: 20px;
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.ichanpin_list_txt_t1 i {
		display: block;
		font-size: 55px;

		background-image: -webkit-linear-gradient(to right, #2ea7e0, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.ichanpin_list_txt_t1 img {
		display: block;
		margin-bottom: 10px;
		max-height: 50px;
	}

	.ichanpin_list_txt_t2 {
		font-size: 15px;
		color: #666;
		text-align: justify;
		position: relative;

		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.ichanpin_list:hover {
		/* background: rgba(143, 195, 31, 0.3); */
		background-image: -webkit-linear-gradient(to right, rgba(155, 220, 180, 0.6) -10%, rgba(143, 195, 31, 0.5));
		background-image: linear-gradient(to right, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));

		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		transition: all .4s ease;
	}

	.ichanpin_list:hover .ichanpin_list_name {
		opacity: 0;
		transform: translate(-100%, -50%);
		transition: all .4s ease;
	}

	.ichanpin_list:hover .ichanpin_list_txt {
		opacity: 1;
		transition: all .4s ease;
	}

	.ichanpin_list:hover .ichanpin_list_txt_t1 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .3s;
	}

	.ichanpin_list:hover .ichanpin_list_txt_t1 i {
		font-size: 60px;
		/* color: #8fc31f; */
		background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.ichanpin_list:hover .ichanpin_list_txt_t2 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .4s;
	}


	/* 业务 */


	.iyewu {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 10px;
		background: #fff;
	}

	.iyewulist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 0;
	}

	.iyewulist ul * {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.iyewulist ul li {
		float: left;
	}

	.iyewulist li {
		position: relative;
		width: calc(100% / 1);
		height: 350px;
		overflow: hidden;
		background-size: cover !important;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin-bottom: 1%;
	}

	.iyewulist li::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.4);

		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.iyewulist li.on {
		width: 100%;
	}

	.iyewulist li.on::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.iyewulist li:hover {
		width: 100%;
	}

	.iyewulist li:hover::before {
		content: "";
		position: absolute;
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		/* background: rgba(0, 0, 0, 0.5); */
		width: 100%;
		height: 100%;
		z-index: 1;
	}



	.iyewulist_main {
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.iyewu_ico {
		width: 80px;
		height: 80px;
		margin: 0px auto;
		border-radius: 50%;
		line-height: 80px;
		margin-bottom: 20px;
	}


	.iyewu_ico::before {
		position: absolute;
		border: 2px dashed #fff;
		content: "";
		width: 80px;
		height: 80px;
		border-radius: 50%;
		left: 0;
		top: 0;
	}



	.iyewu_ico i {
		font-size: 50px;
		color: #fff;
	}

	.iyewu_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.iyewu_txt .iyewu_txt_t1 {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}

	.iyewu_txt .iyewu_txt_t2 {
		padding: 10px;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		display: none;
	}

	/* .iyewu_txt .iyewu_more{
		display: none;
		position: relative;
		width: 200px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		line-height: 45px;
		text-align: center;
		background: #fff;
		border: 1px solid #8fc31f;
		box-sizing: border-box;
	}
	
	.iyewu_txt .iyewu_more::before {
		position: absolute;
		content: "";
		z-index: -1;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		background-image: -webkit-linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		transition: all 0.85s;
	}
	
	.iyewu_txt .iyewu_more i{
		margin-left: 10px;
	}
	
	.iyewu_txt .iyewu_more a{
		display: block;
		color: #111;
	}
	
	.iyewu_txt .iyewu_more:hover::before{
		width: 100%;
	} */


	.iyewu_more {
		display: none;

		position: relative;
		margin: 0px auto;
		width: 150px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		line-height: 35px;
		text-align: center;
		color: #fff;
		border: 1px solid #8fc31f;
		box-sizing: border-box;
		border-radius: 5px;

	}

	.iyewu_more a {
		display: block;
	}

	.iyewu_more::before {
		z-index: -1;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		background-image: -webkit-linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		transition: all 0.85s;
	}

	.iyewu_more:hover::before {
		width: 100%;
	}




	/* .iyewu_txt .iyewu_more:hover a{
		color: #fff;
	} */

	.iyewulist li.on .iyewu_txt .iyewu_txt_t2 {
		display: block;
	}

	.iyewulist li.on .iyewu_txt .iyewu_more {
		display: block;
	}


	.iyewulist li .iyewu_ico::before {

		animation: zhuan 5s infinite linear;
	}

	@keyframes zhuan {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}


	/* 关于我们 */

	.iabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0;

		background: #f9f9f9 url(../images/iabout_bj.jpg) no-repeat center bottom;
	}

	.iabout_box {
		display: grid;
		grid-template-columns: 1.5fr 1fr;
		gap: 40px;
	}

	.iabout_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 28px;
		padding-top: 1%;
		text-align: justify;
	}

	.iabout_left p {}

	.iabout_left strong {
		font-size: 24px;
		color: #8fc31f;
		height: auto;
		overflow: hidden;
		display: inline-block;
	}

	.iabout_right {
		background: url(../images/iabout.jpg) no-repeat center;
		object-fit: cover;
		padding-bottom: 50%;
		background-size: cover;
		border: 5px solid #fff;
		padding: 5px;
		/* border-radius: 5px; */
		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	}



	/* 数字轮播 */
	.shuzi_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 0px;
	}

	.shuzi_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		min-height: 200px;
		background: rgba(255, 255, 255, .05);
		transition: all 0.3s ease-in-out;
	}


	.shuzi_list:hover {
		/* background: rgba(46, 167, 224, .15); */
		/* background-image: linear-gradient(to right, #2ea7e0, #8fc31f); */
		background-image: linear-gradient(270deg, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));
	}

	.shuzi_ge {
		/* display: none; */

		width: 1px;
		height: 88px;
		background: #aeaeae;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.shuzi_list_main {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.shuzi_t1 {
		color: #8fc31f;

		/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */

		font-size: 24px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: center;
	}

	.shuzi_t2 {
		color: #666;
	}

	.shuzi_s1 {
		color: #8fc31f;
		font-size: 86px;
		font-weight: 700;
		line-height: 101px;
		/* letter-spacing: -0.05em; */
		font-family: impact;
	}

	.shuzi_t2 {
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: 0em;
		text-align: center;
		margin-top: 10px;
		opacity: 0.8;
	}


	/* 首页关于我们第二方式 */
	.tabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;

		background: #f9f9f9 url(../images/iabout_bj.jpg) no-repeat center bottom;
	}

	.tabout_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tabout_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		object-fit: cover;
		background: url(../images/iabout.jpg) no-repeat top right;

		border: 3px solid #eee;
		padding: 3px;
		/* border-radius: 5px; */
		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		padding-bottom: 80%;
	}

	.tabout_right {}

	.tabout_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
	}

	.tabout_txt p {
		font-size: 14px;
	}

	.tabout_txt strong {
		font-size: 18px;
		color: #8fc31f;
		height: auto;
		overflow: hidden;
		display: inline-block;

		background-image: -webkit-linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.tabout_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}

	.tabout_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
		/* background-color: #f5f5f5; */
		transition: 0.36s;
		text-align: center;


		/* display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center; */
	}




	.tabout_list img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}




	.tabout_list_txt {}

	.tabout_list_txt span {
		display: block;
	}

	.tabout_list_txt span.t1 {
		font-size: 14px;
		font-weight: 500;
		line-height: 45px;
	}

	.tabout_list_txt span.t2 {
		font-weight: normal;
		display: block;
		font-size: 14px;
		line-height: 14px;

		display: none;
	}

	.tabout_list_txt span.t2 a {
		display: block;
		color: #7b7a7b;
	}


	.tabout_list:hover {
		background-color: #fff;
		box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
	}



	/* 首页新闻 */
	.inews {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 0 80px;
		background: #fff;
	}

	.inews_box {
		width: 100%;
		height: auto;
		overflow: hidden;

		margin: 50px auto 0;
		/* display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px; */
	}

	.inews_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	.inews_main {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		object-fit: cover;
		border-radius: 15px;
	}

	.inews_main img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.inews_main span {
		position: absolute;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 50px;
		bottom: 0;
		color: #fff;
		text-align: center;
		background: rgba(0, 0, 0, .5);
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.5) -30%, rgba(143, 195, 31, 0.8));
	}

	.inews_main .date {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 10px;
		background: rgba(143, 195, 31, 1);
		color: #fff;
		border-bottom-right-radius: 15px;
	}

	.inews_right {
		float: left;
		width: 100%;
	}


	.inews_main:hover::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}




	/* 首页新闻2 */
	.tnews {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f7f7f7;
	}

	.tnews_box {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.tnews_left {
		width: 100%;
		height: auto;
		overflow: hidden;

		border-radius: 10px;
	}

	.tnews_left img {
		max-width: 100%;
		width: 100%;
	}

	.tnews_main {
		position: relative;
		padding: 10px;
		background: #fff;

		/* border-radius: 20px; */

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
	}

	.tnews_main_riqi {
		position: relative;
		float: left;
		width: 80px;
		height: auto;
		overflow: hidden;
		margin-right: 20px;

		text-align: center;
	}

	.tnews_main_riqi::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 60%;
		background: #aeaeae;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}


	.tnews_main_box {
		position: relative;
		float: left;
		width: calc(100% - 100px);
		height: auto;
		overflow: hidden;
	}

	.tnews_main_box i {
		float: left;
		font-weight: 300;
	}

	.tnews_main_riqi_d {
		font-size: 20px;
	}

	.tnews_main_riqi_ym {
		font-size: 14px;
	}




	.tnews_title_h1 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.tnews_title {
		width: 100%;
		height: auto;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 0px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.tnews_date {
		font-size: 12px;
		color: #999;
		line-height: 22px;
		position: relative;
		bottom: 0px;
	}

	.tnews_date i {
		font-size: 12px;
	}

	.tnews_main:hover {
		background: #8fc31f;
	}

	.tnews_main:hover .tnews_title_h1 {
		color: #fff;
	}

	.tnews_main:hover .tnews_title {
		color: #fff;
	}

	.tnews_main:hover .tnews_date {
		color: #fff;
	}


	.tnews_right {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}


	.icompany {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;

	}

	.icompany_box {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.icompany_list {
		width: 100%;
		height: 100%;

		min-height: 250px;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		color: #111;
		cursor: pointer;
		/* background: rgba(153, 153, 153, 0.1); */
		/* box-shadow: 0 0 20px rgba(0, 0, 0, .25); */

		background-size: cover !important;
	}

	.icompany_list::before {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(0, 0, 0, 0.35);
	}


	.icompany_list:last-child {
		border-right: none;
	}

	.icompany_list_name {
		position: absolute;
		z-index: 3;
		width: 100%;

		font-size: 18px;
		font-weight: 600;
		color: #fff;

		transition: all .4s ease .3s;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		opacity: 1;
	}

	.icompany_list_name i {
		font-weight: 500;
		display: block;
		font-size: 40px;
		/* color: #8fc31f; */
		background-image: -webkit-linear-gradient(to right, #8fc31f -30%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0px auto;
	}

	.icompany_list_name img {
		display: block;
		margin: 20px auto;
		max-height: 100px;
	}

	.icompany_list_txt {
		position: absolute;
		z-index: 3;
		width: calc(100% - 30px);
		padding: 20px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
	}

	.icompany_list_txt_t1 {

		font-size: 20px;
		font-weight: 600;

		color: #fff;
		position: relative;

		margin-bottom: 20px;
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.icompany_list_txt_t1 i {
		display: block;
		font-size: 55px;

	}

	.icompany_list_txt_t1 img {
		display: block;
		margin-bottom: 10px;
		max-height: 50px;
	}

	.icompany_list_txt_t2 {
		font-size: 17px;
		color: #fff;
		text-align: justify;
		position: relative;

		text-align: center;

		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.icompany_list:hover {
		/* background: rgba(143, 195, 31, 0.3); */
		background-image: -webkit-linear-gradient(to right, rgba(155, 220, 180, 0.6) -10%, rgba(143, 195, 31, 0.5));
		background-image: linear-gradient(to right, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));

		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		transition: all .4s ease;
	}

	.icompany_list:hover .icompany_list_name {
		opacity: 0;
		/* transform: translate(-100%, -50%); */
		transition: all .4s ease;
	}

	.icompany_list:hover .icompany_list_txt {
		opacity: 1;
		transition: all .4s ease;
	}

	.icompany_list:hover .icompany_list_txt_t1 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .3s;
	}

	.icompany_list:hover .icompany_list_txt_t1 i {
		font-size: 60px;
		color: #8fc31f;
		/* background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	}

	.icompany_list:hover .icompany_list_txt_t2 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .4s;
	}


	.icompany_list:hover::before {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(0, 0, 0, 0.55);

		/* background: rgba(255, 255, 255, 0.3); */
	}



}






@media screen and (max-width: 1280px) and (min-width: 960px) {

	.daname {
		/* text-align: center; */
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.daname span {
		display: inline-block;
		position: relative;
		padding-bottom: 10px;

		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.daname span::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 3px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.daname span.zuo::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 3px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 0%;
		transform: translate(-0%, -50%);
	}

	.xiaoname {
		/* text-align: center; */
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 20px;
		text-transform: uppercase;
	}




	.ichanpin {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0;
		background: #fff;

	}


	.ichanpin_box {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.ichanpin_list {
		width: 100%;
		height: 100%;

		min-height: 350px;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		color: #111;
		cursor: pointer;
		background: rgba(153, 153, 153, 0.1);

		/* box-shadow: 0 0 20px rgba(0, 0, 0, .25); */
	}



	.ichanpin_list:last-child {
		border-right: none;
	}

	.ichanpin_list_name {
		position: absolute;
		width: 100%;

		font-size: 20px;
		font-weight: 600;
		color: #1a1a1a;

		transition: all .4s ease .3s;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		opacity: 1;
	}

	.ichanpin_list_name i {
		font-weight: 500;
		display: block;
		font-size: 80px;
		/* color: #8fc31f; */
		background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0px auto;
	}

	.ichanpin_list_name img {
		display: block;
		margin: 20px auto;
		max-height: 100px;
	}

	.ichanpin_list_txt {
		position: absolute;
		width: calc(100% - 30px);
		padding: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
	}

	.ichanpin_list_txt_t1 {

		font-size: 20px;
		font-weight: 600;

		color: #111;
		position: relative;

		margin-bottom: 20px;
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.ichanpin_list_txt_t1 i {
		display: block;
		font-size: 55px;

		background-image: -webkit-linear-gradient(to right, #2ea7e0, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.ichanpin_list_txt_t1 img {
		display: block;
		margin-bottom: 10px;
		max-height: 50px;
	}

	.ichanpin_list_txt_t2 {
		font-size: 15px;
		color: #666;
		text-align: justify;
		position: relative;

		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.ichanpin_list:hover {
		/* background: rgba(143, 195, 31, 0.3); */
		background-image: -webkit-linear-gradient(to right, rgba(155, 220, 180, 0.6) -10%, rgba(143, 195, 31, 0.5));
		background-image: linear-gradient(to right, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));

		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		transition: all .4s ease;
	}

	.ichanpin_list:hover .ichanpin_list_name {
		opacity: 0;
		transform: translate(-100%, -50%);
		transition: all .4s ease;
	}

	.ichanpin_list:hover .ichanpin_list_txt {
		opacity: 1;
		transition: all .4s ease;
	}

	.ichanpin_list:hover .ichanpin_list_txt_t1 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .3s;
	}

	.ichanpin_list:hover .ichanpin_list_txt_t1 i {
		font-size: 60px;
		/* color: #8fc31f; */
		background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.ichanpin_list:hover .ichanpin_list_txt_t2 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .4s;
	}


	/* 业务 */


	.iyewu {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 10px;
		background: #fff;
	}

	.iyewulist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 0;
	}

	.iyewulist ul * {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.iyewulist ul li {
		float: left;
	}

	.iyewulist li {
		position: relative;
		width: calc(50% / 2);
		height: 350px;
		overflow: hidden;
		background-size: cover !important;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin-bottom: 1%;
	}

	.iyewulist li::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.4);

		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.iyewulist li.on {
		width: 50%;
	}

	.iyewulist li.on::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.iyewulist li:hover {
		width: 50%;
	}

	.iyewulist li:hover::before {
		content: "";
		position: absolute;
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		/* background: rgba(0, 0, 0, 0.5); */
		width: 100%;
		height: 100%;
		z-index: 1;
	}



	.iyewulist_main {
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.iyewu_ico {
		width: 80px;
		height: 80px;
		margin: 0px auto;
		border-radius: 50%;
		line-height: 80px;
		margin-bottom: 20px;
	}


	.iyewu_ico::before {
		position: absolute;
		border: 2px dashed #fff;
		content: "";
		width: 80px;
		height: 80px;
		border-radius: 50%;
		left: 0;
		top: 0;
	}


	.iyewu_ico i {
		font-size: 50px;
		color: #fff;
	}

	.iyewu_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.iyewu_txt .iyewu_txt_t1 {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}

	.iyewu_txt .iyewu_txt_t2 {
		padding: 10px;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		display: none;
	}

	/* .iyewu_txt .iyewu_more{
		display: none;
		position: relative;
		width: 200px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		line-height: 45px;
		text-align: center;
		background: #fff;
		border: 1px solid #8fc31f;
		box-sizing: border-box;
	}
	
	.iyewu_txt .iyewu_more::before {
		position: absolute;
		content: "";
		z-index: -1;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		background-image: -webkit-linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		transition: all 0.85s;
	}
	
	.iyewu_txt .iyewu_more i{
		margin-left: 10px;
	}
	
	.iyewu_txt .iyewu_more a{
		display: block;
		color: #111;
	}
	
	.iyewu_txt .iyewu_more:hover::before{
		width: 100%;
	} */


	.iyewu_more {
		display: none;

		position: relative;
		margin: 0px auto;
		width: 150px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		line-height: 35px;
		text-align: center;
		color: #fff;
		border: 1px solid #8fc31f;
		box-sizing: border-box;
		border-radius: 5px;

	}

	.iyewu_more a {
		display: block;
	}

	.iyewu_more::before {
		z-index: -1;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		background-image: -webkit-linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.8) -30%, rgba(143, 195, 31, 0.8));
		transition: all 0.85s;
	}

	.iyewu_more:hover::before {
		width: 100%;
	}




	/* .iyewu_txt .iyewu_more:hover a{
		color: #fff;
	} */

	.iyewulist li.on .iyewu_txt .iyewu_txt_t2 {
		display: block;
	}

	.iyewulist li.on .iyewu_txt .iyewu_more {
		display: block;
	}


	.iyewulist li .iyewu_ico::before {

		animation: zhuan 5s infinite linear;
	}

	@keyframes zhuan {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}


	/* 关于我们 */

	.iabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0;

		background: #f9f9f9 url(../images/iabout_bj.jpg) no-repeat center bottom;
	}

	.iabout_box {
		display: grid;
		grid-template-columns: 1.5fr 1fr;
		gap: 40px;
	}

	.iabout_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 28px;
		padding-top: 1%;
		text-align: justify;
	}

	.iabout_left p {}

	.iabout_left strong {
		font-size: 24px;
		color: #8fc31f;
		height: auto;
		overflow: hidden;
		display: inline-block;
	}

	.iabout_right {
		background: url(../images/iabout.jpg) no-repeat center;
		object-fit: cover;
		padding-bottom: 50%;
		background-size: cover;
		border: 5px solid #fff;
		padding: 5px;
		/* border-radius: 5px; */
		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	}



	/* 数字轮播 */
	.shuzi_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 0px;
	}

	.shuzi_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		min-height: 200px;
		background: rgba(255, 255, 255, .05);
		transition: all 0.3s ease-in-out;
	}


	.shuzi_list:hover {
		/* background: rgba(46, 167, 224, .15); */
		/* background-image: linear-gradient(to right, #2ea7e0, #8fc31f); */
		background-image: linear-gradient(270deg, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));
	}

	.shuzi_ge {
		/* display: none; */

		width: 1px;
		height: 88px;
		background: #aeaeae;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.shuzi_list_main {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.shuzi_t1 {
		color: #8fc31f;

		/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */

		font-size: 24px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: center;
	}

	.shuzi_t2 {
		color: #666;
	}

	.shuzi_s1 {
		color: #8fc31f;
		font-size: 86px;
		font-weight: 700;
		line-height: 101px;
		/* letter-spacing: -0.05em; */
		font-family: impact;
	}

	.shuzi_t2 {
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: 0em;
		text-align: center;
		margin-top: 10px;
		opacity: 0.8;
	}


	/* 首页关于我们第二方式 */
	.tabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;

		background: #f9f9f9 url(../images/iabout_bj.jpg) no-repeat center bottom;
	}

	.tabout_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tabout_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		object-fit: cover;
		background: url(../images/iabout.jpg) no-repeat top right;

		border: 3px solid #eee;
		padding: 3px;
		/* border-radius: 5px; */
		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		/* padding-bottom: 100%; */
	}

	.tabout_right {}

	.tabout_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
	}

	.tabout_txt p {
		font-size: 14px;
	}

	.tabout_txt strong {
		font-size: 18px;
		color: #8fc31f;
		height: auto;
		overflow: hidden;
		display: inline-block;

		background-image: -webkit-linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.tabout_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}

	.tabout_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
		/* background-color: #f5f5f5; */
		transition: 0.36s;
		text-align: center;


		/* display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center; */
	}




	.tabout_list img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}




	.tabout_list_txt {}

	.tabout_list_txt span {
		display: block;
	}

	.tabout_list_txt span.t1 {
		font-size: 14px;
		font-weight: 500;
		line-height: 45px;
	}

	.tabout_list_txt span.t2 {
		font-weight: normal;
		display: block;
		font-size: 14px;
		line-height: 14px;

		display: none;
	}

	.tabout_list_txt span.t2 a {
		display: block;
		color: #7b7a7b;
	}


	.tabout_list:hover {
		background-color: #fff;
		box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
	}



	/* 首页新闻 */
	.inews {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 0 80px;
		background: #fff;
	}

	.inews_box {
		width: 100%;
		height: auto;
		overflow: hidden;

		margin: 50px auto 0;
		/* display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px; */
	}

	.inews_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	.inews_main {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		object-fit: cover;
		border-radius: 15px;
	}

	.inews_main img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.inews_main span {
		position: absolute;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 50px;
		bottom: 0;
		color: #fff;
		text-align: center;
		background: rgba(0, 0, 0, .5);
		background-image: linear-gradient(to right, rgba(46, 167, 224, 0.5) -30%, rgba(143, 195, 31, 0.8));
	}

	.inews_main .date {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 10px;
		background: rgba(143, 195, 31, 1);
		color: #fff;
		border-bottom-right-radius: 15px;
	}

	.inews_right {
		float: left;
		width: 100%;
	}


	.inews_main:hover::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}




	/* 首页新闻2 */
	.tnews {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f7f7f7;
	}

	.tnews_box {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.tnews_left {
		width: 100%;
		height: auto;
		overflow: hidden;

		border-radius: 10px;
	}

	.tnews_left img {
		max-width: 100%;
		width: 100%;
	}

	.tnews_main {
		position: relative;
		padding: 20px 10px;
		background: #fff;

		border-radius: 10px;
	}


	.tnews_title_h1 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.tnews_title {
		width: 100%;
		height: auto;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 0px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.tnews_date {
		font-size: 14px;
		color: #999;
		line-height: 24px;
		position: relative;
		bottom: 0px;
	}

	.tnews_date i {
		font-size: 14px;
	}

	.tnews_main:hover {
		background: #8fc31f;
	}

	.tnews_main:hover .tnews_title_h1 {
		color: #fff;
	}

	.tnews_main:hover .tnews_title {
		color: #fff;
	}

	.tnews_main:hover .tnews_date {
		color: #fff;
	}


	.tnews_right {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}


	.icompany {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;

	}

	.icompany_box {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}

	.icompany_list {
		width: 100%;
		height: 100%;

		min-height: 250px;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		color: #111;
		cursor: pointer;
		/* background: rgba(153, 153, 153, 0.1); */
		/* box-shadow: 0 0 20px rgba(0, 0, 0, .25); */

		background-size: cover !important;
	}

	.icompany_list::before {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(0, 0, 0, 0.35);
	}


	.icompany_list:last-child {
		border-right: none;
	}

	.icompany_list_name {
		position: absolute;
		z-index: 3;
		width: 100%;

		font-size: 18px;
		font-weight: 600;
		color: #fff;

		transition: all .4s ease .3s;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		opacity: 1;
	}

	.icompany_list_name i {
		font-weight: 500;
		display: block;
		font-size: 40px;
		/* color: #8fc31f; */
		background-image: -webkit-linear-gradient(to right, #8fc31f -30%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0px auto;
	}

	.icompany_list_name img {
		display: block;
		margin: 20px auto;
		max-height: 100px;
	}

	.icompany_list_txt {
		position: absolute;
		z-index: 3;
		width: calc(100% - 30px);
		padding: 20px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
	}

	.icompany_list_txt_t1 {

		font-size: 20px;
		font-weight: 600;

		color: #fff;
		position: relative;

		margin-bottom: 20px;
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.icompany_list_txt_t1 i {
		display: block;
		font-size: 55px;

	}

	.icompany_list_txt_t1 img {
		display: block;
		margin-bottom: 10px;
		max-height: 50px;
	}

	.icompany_list_txt_t2 {
		font-size: 17px;
		color: #fff;
		text-align: justify;
		position: relative;

		text-align: center;

		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}

	.icompany_list:hover {
		/* background: rgba(143, 195, 31, 0.3); */
		background-image: -webkit-linear-gradient(to right, rgba(155, 220, 180, 0.6) -10%, rgba(143, 195, 31, 0.5));
		background-image: linear-gradient(to right, rgba(155, 220, 180, 0.6), rgba(143, 195, 31, 0.5));

		box-shadow: 0 0 20px rgba(0, 0, 0, .15);
		transition: all .4s ease;
	}

	.icompany_list:hover .icompany_list_name {
		opacity: 0;
		/* transform: translate(-100%, -50%); */
		transition: all .4s ease;
	}

	.icompany_list:hover .icompany_list_txt {
		opacity: 1;
		transition: all .4s ease;
	}

	.icompany_list:hover .icompany_list_txt_t1 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .3s;
	}

	.icompany_list:hover .icompany_list_txt_t1 i {
		font-size: 60px;
		color: #8fc31f;
		/* background-image: -webkit-linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		background-image: linear-gradient(to right, #2ea7e0 -30%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	}

	.icompany_list:hover .icompany_list_txt_t2 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .4s;
	}


	.icompany_list:hover::before {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(0, 0, 0, 0.55);

		/* background: rgba(255, 255, 255, 0.3); */
	}



}