<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
	/*background-color: #f5f5f5;*/
	overflow: hidden;
	/*padding-bottom: 2.5%;*/
}
.i_title {
	margin-top: 5%;
	margin-bottom: 5%;
	overflow: hidden;
	text-align: center;
}
.i_title4 {
	margin-top: 5%;
	margin-bottom: 5%;
	overflow: hidden;
	text-align: center;
}
.i_title4 .shorttitle {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.i_title1 {
	margin: 5% 0;
	/*margin-bottom: 6%;*/
	display: flex;
	align-items: center;
	gap: 10px;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Arial;
}

.i_title1 h2 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4CAF50;
	font-weight: 400;
	overflow: hidden;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.i_title1 p {
	width: 20px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/qqq.png) center bottom no-repeat;
	color: #4CAF50;
	padding-bottom: 15px;
}
.i_title2 {
	position: absolute;
	top: 10px; /* 调整图标与顶部的距离 */
	left: 10px; /* 调整图标与左侧的距离 */
	z-index: 2; /* 确保图标显示在内容上方 */
}
.i_title2 .tp {
	background: url(../images/juxing.png) center bottom no-repeat;
	width: 120px; /* 调整图标的宽度 */
	height: 100px; /* 调整图标的高度 */
	background-size: contain; /* 确保图标完整显示 */

}
.i_title3 {
	margin-top: 5%;
	display: flex;
	align-items: center;
	/*gap: 10px;*/
}
.i_title3 h2 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4CAF50;
	font-weight: 400;
	overflow: hidden;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	/*margin-right: 0;*/
}
.nproduct_list2 ul li img {
	display: inline-block;
	height: 120px;
	width: 100%;
	max-width: min-content;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	margin-top: 27%;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	/*height: 40px;*/
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 13px;
	color: #666666;
	line-height: 25px;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
	background-color: rgba(232, 244, 254, 1);
}
.nproduct_list2 ul li:hover h2 {
	/*color: #00a1e9;*/
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 5%;
	background-color: rgba(76, 175, 80, 1);
}
.i_solution ul li {
	/*float: left;*/
	width: 20.5%;
	/*margin-right: 2%;*/
	/*overflow: hidden;*/
	/*margin-bottom: 1.5%;*/
	/*text-align: center;*/
	margin: 0 6.4%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.i_solution ul li:nth-child(3n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	height: 190px;
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*background: rgba(0,0,0,0.5);*/
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-top: 10%;
	font-family: IOS9苹方简体 W4;
	font-weight: 400;
	color: #FFFFFF;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_snews {
	height: 620px;
	overflow-y: scroll; /* 强制显示滚动条（即使内容未溢出） */
	scrollbar-width: none; /* Firefox 隐藏滚动条 */
	-ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
}
.i_snews::-webkit-scrollbar {
	display: none;
}
.i_snews ul li {
	float: left;
	width: calc(30% - 18px);
	margin-right: 6%;
	overflow: hidden;
	margin-bottom: 5%;
	text-align: center;
	position: relative; /* 关键：为子元素绝对定位提供基准 */
	border:5px solid #4CAF50;
}
.i_snews ul li:nth-child(3n+0) {
	margin-right: 0;
}
.i_snews ul li img {
	/*display: block;*/
	width: 100%;
	height: 270px;
	max-width: min-content;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_snews ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	width: 100%;
}
.i_snews ul li .txts {
	position: absolute;
	bottom: 0; /* 文字固定在图片底部 */
	left: 0;
	width: 100%;
	height: 40px; /* 自定义遮挡层高度 */
	background: rgba(0, 0, 0, 0.6); /* 半透明黑色背景 */
	display: flex;
	align-items: center; /* 文字垂直居中 */
	justify-content: center; /* 文字水平居中 */
	padding: 0 10px; /* 内边距避免文字贴边 */
	box-sizing: border-box; /* 确保padding不影响总高度 */
}
.i_snews ul li h2 {
	color: #fff; /* 文字颜色 */
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%; /* 限制宽度避免溢出 */
	text-align: center;
}
.i_snews ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_snews ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* 新闻列表容器 */
.news-list-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/* 新闻列表样式 */
.news-list {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
/* 确保轮播容器正确显示 */
.carousel-container {
	width: 100%;
	max-width: 100%; /* 移除固定最大宽度 */
}

/* 单个新闻项样式 */
.news-item {
	border-bottom: 1px solid #e8e8e8; /* 分隔线 */
	padding: 15px 0;
	transition: all 0.3s ease;
}

.news-item:hover {
	background-color: #4CAF50;
}

.news-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #333;
}

/* 新闻标题样式 */
.news-title {
	margin-left: 30px;
	flex: 1;
	font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 20px;
}

/* 新闻日期样式 */
.news-date {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	margin-right: 10px;
}
.i_snews_dynamic {
	overflow: hidden;
	width: 49% !important; /* 强制50%宽度 */
	padding: 0 10px; /* 添加一些内边距 */
	box-sizing: border-box; /* 确保padding不影响宽度计算 */
}
.i_snews_dynamic ul li {
	float: left;
	width: 100%;
	/*margin-right: 1%;*/
	overflow: hidden;
	/*margin-bottom: 5%;*/
	text-align: left;
	position: relative; /* 关键：为子元素绝对定位提供基准 */
	/*border:5px solid #4CAF50;*/
}
.i_snews_dynamic ul li:nth-child(1n+0) {
	margin-right: 0;
}
.i_snews_dynamic ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_snews_dynamic ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	width: 100%;
}
.i_snews_dynamic ul li .txts {
	position: absolute;
	bottom: 0; /* 文字固定在图片底部 */
	left: 0;
	width: 100%;
	height: 40px; /* 自定义遮挡层高度 */
	background: rgba(0, 0, 0, 0.6); /* 半透明黑色背景 */
	display: flex;
	align-items: center; /* 文字垂直居中 */
	justify-content: center; /* 文字水平居中 */
	padding: 0 10px; /* 内边距避免文字贴边 */
	box-sizing: border-box; /* 确保padding不影响总高度 */
}
.i_snews_dynamic ul li h2 {
	color: #fff; /* 文字颜色 */
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%; /* 限制宽度避免溢出 */
	text-align: center;
	padding: 2% 0;
}
.i_snews_dynamic ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_snews_dynamic ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/neijing.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_news_bg {
	background: url(../images/neijing.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 10%;
	margin-bottom: 3.8%;
}
.i_csr_bg {
	background: url(../images/neijing.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	/*padding-bottom: 10%;*/
	margin-bottom: 3.8%;
	margin-top: 6%;
	height: 300px;
}
.i_case_bg .i_title h2 {
	color: #fff;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.i_case_bg .i_title4 h2 {
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #F7F8FB;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}
/*-------------------------项目动态begin-----------------------------------*/

.project-dynamics {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.project-dynamics ul {
	display: flex;
	flex-wrap: wrap;
}
.project-dynamics ul li {
	float: left;
	width: 100%;
	/* margin-left: 0.5%; */
	/*margin-right: 5%;*/
	overflow: hidden;
	margin-bottom: 5%;
	/* text-align: center; */
	background-color: #ffffff;
	/*padding-bottom: 4%;*/
	/*border-radius: 10px;*/
}
.project-dynamics ul li:nth-child(2n+0) {
	margin-right: 0%;
}
.project-dynamics ul li .img {
	display: inline-block;
	width: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	/*margin-top: 27%;*/
	/*margin-bottom: 30px;*/
}
.project-dynamics ul li .imgs {
	width: 100%;
	overflow: hidden;
	display: flex
}
.project-dynamics .download-img{
	width: 45%;
}
.project-dynamics .download-title{
	width: 55%;
}
.project-dynamics .project-dynamics_title {
	margin-left: 5%  ;
}
.project-dynamics .project-dynamics_title .title{
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.project-dynamics .project-dynamics_title .descrip{
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #777373;
	line-height: 25px;
	text-indent: 4ch;
	padding-right: 20px;
}
.project-dynamics ul li p {
	line-height: 25px;
	/*height: 40px;*/
	overflow: hidden;
	/*padding-left: 2%;*/
	/*padding-right: 2%;*/
	/*max-width: 350px;*/
	margin: 0 auto;
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #777373;
}
.project-dynamics ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.project-dynamics ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
/*.project-dynamics ul li:hover img {*/
/*	!*-webkit-transform: scale(1.1, 1.1);*!*/
/*	!*-moz-transform: scale(1.1, 1.1);*!*/
/*	!*-o-transform: scale(1.1, 1.1);*!*/
/*	!*-ms-transform: scale(1.1, 1.1);*!*/
/*	!*transform: scale(1.1, 1.1);*!*/
/*}*/
/*.project-dynamics ul li:hover {*/
/*	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	-webkit-transform: translate3d(0, -2px, 0);*/
/*	transform: translate3d(0, -2px, 0);*/
/*	transition: all 0.3s;*/
/*	background-color: rgba(232, 244, 254, 1);*/
/*}*/
/*.project-dynamics ul li:hover h2 {*/
/*	!*color: #00a1e9;*!*/
/*}*/

.xm-title{
	text-indent: 4ch;
	letter-spacing: 1px;
	/*line-height: 30px;*/
	overflow: hidden;
	padding-left: 2.5%;
	padding-right: 2.5%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 29px;
	color: #333333;
	line-height: 50px;
}
.project-dynamics1 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.project-dynamics1 ul {
	display: flex;
	flex-wrap: wrap;
}
.project-dynamics1 ul li {
	float: left;
	width: 26%;
	margin-right: 11%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
/*.project-dynamics1 ul li:nth-child(3n+0) {*/
/*	margin-right: 0;*/
/*}*/
.project-dynamics1 ul li img {
	display: inline-block;
	width: 100%;
	height: 200px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	/*margin-top: 27%;*/
}
.project-dynamics1 ul li .imgs {
	width: 100%;
	overflow: hidden;
}


.project-dynamics2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.project-dynamics2 ul {
	display: flex;
	flex-wrap: wrap;
}
.project-dynamics2 ul li {
	float: left;
	width: 33.3%;
	/*margin-right: 5%;*/
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	/*background-color: #fff;*/
	padding-bottom: 4%;
}
.project-dynamics2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.project-dynamics2 .btutitle {
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin: 10% 0;
	/*border-radius: 20px;*/
	color: #4CAF50;
	border: 1px solid #4CAF50;
	font-family: Source Han Sans CN;
	font-weight: 400;
	width: 50%;
}
.project-dynamics2 .btutitle:hover {
	/*-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
	/*box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
	/*-webkit-transform: translate3d(0, -2px, 0);*/
	/*transform: translate3d(0, -2px, 0);*/
	/*transition: all 0.3s;*/
	background-color: #4CAF50;
	border: 1px solid #4CAF50;
	color: #ebeff1;
}
.project-dynamics2 ul li img {
	display: inline-block;
	/*width: 42%;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	margin-top: 27%;
}
.project-dynamics2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.project-dynamics2 ul li h2 {
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #F7F8FB;
}
.project-dynamics2 ul li p {
	/*height: 40px;*/
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #F7F8FB;
}
.project-dynamics2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.project-dynamics2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.project-dynamics3 {
	overflow: hidden;
}
.project-dynamics3 ul li {
	float: left;
	width: 50%;
	/*margin-right: 6%;*/
	overflow: hidden;
	margin-bottom: 5%;
	text-align: center;
	position: relative; /* 关键：为子元素绝对定位提供基准 */
}

.project-dynamics3 ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.project-dynamics3 ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	width: 100%;
}
.project-dynamics3 ul li .txts {
	position: absolute;
	bottom: 0; /* 文字固定在图片底部 */
	left: 0;
	width: 100%;
	height: 80%; /* 自定义遮挡层高度 */
	/*background: rgba(0, 0, 0, 0.6); !* 半透明黑色背景 *!*/
	/*display: flex;*/
	align-items: center; /* 文字垂直居中 */
	justify-content: center; /* 文字水平居中 */
	padding: 0 10px; /* 内边距避免文字贴边 */
	box-sizing: border-box; /* 确保padding不影响总高度 */
}
.project-dynamics3 ul li h2 {
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%; /* 限制宽度避免溢出 */
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #F7F8FB;
	margin-top: 5%;
}
.project-dynamics3 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}


/*-------------------------项目动态end-----------------------------------*/


/*-------------------------社会责任begin-----------------------------------*/

.i_s_csr {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.i_s_csr ul {
	display: flex;
	flex-wrap: wrap;
}
.i_s_csr ul li {
	float: left;
	width: 47.5%;
	/* margin-left: 0.5%; */
	margin-right: 5%;
	overflow: hidden;
	margin-bottom: 5%;
	/* text-align: center; */
	background-color: #F1F1F1;
	/*padding-bottom: 4%;*/
	border-radius: 10px;
}
.i_s_csr ul li:nth-child(2n+0) {
	margin-right: 0%;
}
.i_s_csr ul li img {
	display: inline-block;
	/*width: 42%;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	/*margin-top: 27%;*/
}
.i_s_csr ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.i_s_csr .i_s_csr_title {
	margin: 5% 5% 0 5% ;
	/*line-height: 36px;*/
	/*height: 36px;*/
	/*text-align: center;*/
	/*overflow: hidden;*/
	/*padding-left: 2%;*/
	/*padding-right: 2%;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	/*transition: all 0.3s;*/
	/*margin-bottom: 1%;*/
	/*font-family: Microsoft YaHei;*/
	/*font-weight: 300;*/
	/*color: #666666;*/
}
.i_s_csr .i_s_csr_title .title{
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
}
.i_s_csr .i_s_csr_title .descrip{
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-indent: 4ch;
}
.i_s_csr ul li p {
	line-height: 20px;
	/*height: 40px;*/
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 13px;
	color: #666666;
	line-height: 25px;
}
.i_s_csr ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.i_s_csr ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.i_s_csr ul li:hover img {
	/*-webkit-transform: scale(1.1, 1.1);*/
	/*-moz-transform: scale(1.1, 1.1);*/
	/*-o-transform: scale(1.1, 1.1);*/
	/*-ms-transform: scale(1.1, 1.1);*/
	/*transform: scale(1.1, 1.1);*/
}
.i_s_csr ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
	background-color: rgba(232, 244, 254, 1);
}
.i_s_csr ul li:hover h2 {
	/*color: #00a1e9;*/
}

.i_s_csr1 {
	overflow: hidden;
	padding-bottom: 40px;
	/*padding-top: 8px;*/
}
.i_s_csr1 ul {
	display: flex;
	flex-wrap: wrap;
}
.i_s_csr1 ul li {
	float: left;
	width: 100%;
	/*margin-left: 0.5%;*/
	/*margin-right: 1.5%;*/
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}

/*.i_s_csr1 ul li:nth-child(3n+0) {*/
/*	margin-right: 0;*/
/*}*/
.i_s_csr1 ul li img {
	display: inline-block;
	width: 75%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_s_csr1 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
/*.i_s_csr1 ul li h2 {*/
/*	line-height: 36px;*/
/*	height: 36px;*/
/*	text-align: center;*/
/*	overflow: hidden;*/
/*	padding-left: 2%;*/
/*	padding-right: 2%;*/
/*	white-space: nowrap;*/
/*	text-overflow: ellipsis;*/
/*	transition: all 0.3s;*/
/*	margin-bottom: 1%;*/
/*	font-family: Source Han Sans CN;*/
/*	font-weight: 400;*/
/*	font-size: 25px;*/
/*	color: #666666;*/
/*}*/
.i_s_csr1 ul li p {
	overflow: hidden;
	margin-top: 10%;
	text-align: left;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 50px;
	text-indent: 4ch;
}
.i_s_csr1 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.i_s_csr1 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
/*.i_s_csr1 ul li:hover img {*/
/*	-webkit-transform: scale(1.1, 1.1);*/
/*	-moz-transform: scale(1.1, 1.1);*/
/*	-o-transform: scale(1.1, 1.1);*/
/*	-ms-transform: scale(1.1, 1.1);*/
/*	transform: scale(1.1, 1.1);*/
/*}*/
/*.i_s_csr1 ul li:hover {*/
/*	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	-webkit-transform: translate3d(0, -2px, 0);*/
/*	transform: translate3d(0, -2px, 0);*/
/*	transition: all 0.3s;*/
/*}*/
/*.i_s_csr1 ul li:hover h2 {*/
/*	color: #00a1e9;*/
/*}*/
/*.i_s_csr1 ul li:hover .product_b {*/
/*	border: 1px solid #fff;*/
/*}*/


.i_s_csr2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.i_s_csr2 ul {
	display: flex;
	flex-wrap: wrap;
}
.i_s_csr2 ul li {
	float: left;
	width: 47.8%;
	/*margin-left: 0.5%;*/
	margin-right:4%;
	overflow: hidden;
	margin-bottom: 3%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
	border: 1px solid #999999;
}
.i_s_csr2 ul li:nth-child(2n+0) {
	margin-right: 0;
}

.i_s_csr2 ul li h2 {
	height: 48px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}
.i_s_csr2 ul li a {
	display: block;
	padding: 0 30px; /* 调整内容区域的内边距 */
}
.i_s_csr2 ul li p {
	/*height: 40px;*/
	text-align: left;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	/*max-width: 350px;*/
	margin: 0 auto;

	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}
.i_s_csr2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.i_s_csr2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.i_s_csr2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
	background-color: rgba(232, 244, 254, 1);
}

/*-------------------------社会责任end-----------------------------------*/

/*-------------------------联系我们begin-----------------------------------*/

.contact {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.contact ul {
	display: flex;
	flex-wrap: wrap;
}
.contact ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	/*padding-bottom: 4%;*/
}
.contact ul li:nth-child(3n+0) {
	margin-right: 0;
}
.contact .btutitle {
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin: 10% 0;
	/*border-radius: 20px;*/
	color: #4CAF50;
	border: 1px solid #4CAF50;
	font-family: Source Han Sans CN;
	font-weight: 400;
	width: 50%;
}
.contact .btutitle:hover {
	/*-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
	/*box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
	/*-webkit-transform: translate3d(0, -2px, 0);*/
	/*transform: translate3d(0, -2px, 0);*/
	/*transition: all 0.3s;*/
	background-color: #4CAF50;
	border: 1px solid #4CAF50;
	color: #ebeff1;
}
.contact ul li img {
	display: inline-block;
	width: 100%;
	height: 140px;
	max-width: min-content;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	margin-top: 10%;
}
.contact ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.contact ul li h2 {
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.contact ul li p {
	line-height: 20px;
	/*height: 40px;*/
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
	line-height: 25px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.contact ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.contact ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.contact ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.contact ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
	background-color: rgba(232, 244, 254, 1);
}
.contact ul li:hover h2 {
	/*color: #00a1e9;*/
}

.contact1 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.contact1 .title-width{
	width: 100px;
}
.contact1 ul {
	display: flex;
	flex-wrap: wrap;
}
.contact1 ul li {
	float: left;
	width: 50%;
	/*margin-left: 0.5%;*/
	/*margin-right: 0.5%;*/
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #F0F0F0;
	/*padding-bottom: 4%;*/
}
.contact1 ul li:nth-child(3n+0) {
	/*margin-right: 0;*/
}
.contact1 ul li img {
	display: inline-block;
	/*width: 42%;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	margin-top: 27%;
}
.contact1 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.contact1 ul li h2 {
	line-height: 50px;
	height: 50px;
	text-align: left;
	overflow: hidden;
	/*padding-left: 2%;*/
	/*padding-right: 2%;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4CAF50;
	margin: 3% 0;
}
.contact1 ul li p {
	text-align: left;
	/*height: 40px;*/
	overflow: hidden;
	/*padding-left: 2%;*/
	/*padding-right: 2%;*/
	/*max-width: 350px;*/
	/*margin: 0 auto;*/
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 21px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 1%;
	width: 80%;
}
.contact1 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.contact1 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
/*.contact1 ul li:hover img {*/
/*	-webkit-transform: scale(1.1, 1.1);*/
/*	-moz-transform: scale(1.1, 1.1);*/
/*	-o-transform: scale(1.1, 1.1);*/
/*	-ms-transform: scale(1.1, 1.1);*/
/*	transform: scale(1.1, 1.1);*/
/*}*/
/*.contact1 ul li:hover {*/
/*	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	-webkit-transform: translate3d(0, -2px, 0);*/
/*	transform: translate3d(0, -2px, 0);*/
/*	transition: all 0.3s;*/
/*	background-color: rgba(232, 244, 254, 1);*/
/*}*/
/*.contact1 ul li:hover h2 {*/
/*	!*color: #00a1e9;*!*/
/*}*/

/*-------------------------联系我们end-----------------------------------*/

/*-------------------------首页进度-----------------------------------*/
.i_s_progress {
	overflow: hidden;
	padding-bottom: 5%;
	padding-top: 5%;
}
.i_s_progress ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative; /* 为连接线提供定位基准 */
}
.i_s_progress ul li {
	float: left;
	width: 19%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
	position: relative; /* 为实心圆定位提供基准 */
	/*width: 19%;*/
	/*margin: 0 0.5% 40px; !* 增加底部间距 *!*/
	/*text-align: center;*/
	/*background-color: #fff;*/
	/*border-radius: 10px;*/
	/*overflow: visible; !* 允许圆形超出 *!*/
	/*box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
	padding-bottom: 160px; /* 为圆形留出空间 */
}
.i_s_progress ul li:nth-child(5n+0) {
	margin-right: 0;
}
.i_s_progress ul li img {
	display: inline-block;
	/*width: 42%;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	margin-top: 27%;
}
.i_s_progress ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.i_s_progress ul li h2 {
	line-height: 36px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 10px;
	border: 2px solid #00a1e9;
	border-radius: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	position: relative;
	/*line-height: 36px;*/
	/*height: 36px;*/
	/*text-align: center;*/
	/*overflow: hidden;*/
	/*!*padding-left: 2%;*!*/
	/*!*padding-right: 2%;*!*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	/*transition: all 0.3s;*/
	/*margin-bottom: 1%;*/
	/*font-family: Microsoft YaHei;*/
	/*font-weight: 300;*/
	/*color: #666666;*/
	/*border: 2px solid #00a1e9;*/
	/*height: 100px;*/
	/*border-radius: 20px;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
}
/* 框到圆的虚线连接 */
.i_s_progress ul li h2::after {
	content: "";
	position: absolute;
	bottom: -83px; /* 从框底部开始 */
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 83px; /* 高度 - 圆底部高度 - 圆直径 */
	background: repeating-linear-gradient(
			to bottom,
			#4CAF50,
			#4CAF50 4px,
			transparent 4px,
			transparent 8px
	);
}
/* 圆之间的水平虚线连接 */
.i_s_progress ul::before {
	content: "";
	position: absolute;
	top: calc(100px + 160px + 4px - 13.5px - 50px   ); /* 框高  + 间距 + 边框 - 圆半径 - 圆底部高度 */
	left: 50%;
	width: 80%;
	height: 2px;
	background: repeating-linear-gradient(
			to right,
			#4CAF50,
			#4CAF50 4px,
			transparent 4px,
			transparent 8px
	);
	transform: translateX(-50%);
	z-index: 1;
}
.solid-circle {
	position: absolute;
	width: 27px;
	height: 27px;
	background-color: #4CAF50;
	border-radius: 50%;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 1;
}
.title-date{
	position: absolute;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4CAF50;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	z-index: 1;
}
.i_s_progress ul li .progress {
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	border: 1px solid #00a1e9;
	height: 80px;
}
.i_s_progress ul li p {
	line-height: 20px;
	/*height: 40px;*/
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 13px;
	color: #666666;
	line-height: 25px;
}
.i_s_progress ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.i_s_progress ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
/*.i_s_progress ul li:hover img {*/
/*	-webkit-transform: scale(1.1, 1.1);*/
/*	-moz-transform: scale(1.1, 1.1);*/
/*	-o-transform: scale(1.1, 1.1);*/
/*	-ms-transform: scale(1.1, 1.1);*/
/*	transform: scale(1.1, 1.1);*/
/*}*/
/*.i_s_progress ul li:hover {*/
/*	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
/*	-webkit-transform: translate3d(0, -2px, 0);*/
/*	transform: translate3d(0, -2px, 0);*/
/*	transition: all 0.3s;*/
/*	background-color: rgba(232, 244, 254, 1);*/
/*}*/
/*.i_s_progress ul li:hover h2 {*/
/*	!*color: #00a1e9;*!*/
/*}*/
/*--------------------------------------------*/

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
	.project-dynamics ul li .img{
		width: 100%;
		height: 200px;
	}
	.project-dynamics .download-img{
		width: 100%;
	}
	.project-dynamics .download-title{
		width: 100%;
	}
	.i_s_csr2 ul li{
		width: 100%;
		margin-right: 0;
	}
	.i_csr_bg{
		height: 100px;
	}
	.i_s_csr ul li {
		width: 100%;
		margin-right: 0;
	}
	.i_s_csr ul li img{
		width: 50%;
	}
	.project-dynamics3 ul li{
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	.nproduct_list2 ul li {
		width: 49%;
	}
	.nproduct_list2 ul li:nth-child(3n+0) {
		margin-right: 1%;
	}
	.nproduct_list2 ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	.i_snews  ul li {
		width: 47%;
		margin-right: 2%;
	}
	.i_snews ul li:nth-child(3n+0) {
		margin-right: 2%;
	}
	.i_snews ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	.project-dynamics ul li .imgs {
		display: block;
	}
	.project-dynamics ul li .img{
		width: 100%;
		height: 200px;
	}
	.project-dynamics .download-img{
		width: 100%;
	}
	.project-dynamics .download-title{
		width: 100%;
	}
	.i_s_csr2 ul li{
		width: 100%;
		margin-right: 0;
	}
	.i_csr_bg{
		height: 100px;
	}
	.i_s_csr ul li {
		width: 100%;
		margin-right: 0;
	}
	.i_s_csr ul li img{
		width: 50%;
	}
	.project-dynamics3 ul li{
		width: 100%;
	}
	.project-dynamics .project-dynamics_title .title{
		margin-top: 30px;
	}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
	.i_snews  ul li {
		width: 46%;
		margin-right: 2%;
	}
	.i_snews ul li:nth-child(3n+0) {
		margin-right: 2%;
	}
	.i_snews ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	.project-dynamics ul li .imgs {
		display: block;
	}
	/* 新增的样式：确保在 ≤640px 时图片宽度 100%，高度 200px */
	.project-dynamics ul li .img {
		width: 100%;
		height: 200px;
	}
	.project-dynamics .download-img{
		width: 100%;
	}
	.project-dynamics .download-title{
		width: 100%;
	}
	.i_s_csr2 ul li{
		width: 100%;
		margin-right: 0;
	}
	.i_csr_bg{
		height: 100px;
	}
	.i_s_csr ul li {
		width: 100%;
		margin-right: 0;
	}
	.i_s_csr ul li img{
		width: 50%;
	}
	.project-dynamics3 ul li{
		width: 100%;
	}
	.project-dynamics .project-dynamics_title .title{
		margin-top: 30px;
	}
	.i_solution ul li{
		width: 30.5%;
		margin: 0 1.4%;
	}
	.i_solution ul li img{
		height: 100px;
	}
	.project-dynamics1 ul li{
		width: 45%;
		margin-right: 10%;
	}
	.project-dynamics1 ul li img{
		height: 140px;
	}
	.project-dynamics1 ul li:nth-child(2n+0){
		margin-right: 0;
	}
	.contact1 ul li{
		width: 100%;
		text-align: -webkit-center;
	}
	.contact1 ul li h2{
		text-align: center;
	}
	.contact1 ul li p{
		width: 90%;
	}
	.i_snews ul li img{
		height: 170px;
	}
	.i_snews_dynamic{
		width: 100% !important;
	}
	.contact ul li img{
		height: 100px;
	}
	.videoStyle video,
	.aaa video {
		width: 100%;
		height: 100%;
		object-fit: contain; /* 保持比例，完整显示视频 */
	}
}
 @media screen and (max-width: 480px) {
	.nproduct_list2 ul li p {
		font-size: 12px;
	}
	 .project-dynamics ul li .imgs {
		 display: block;
	 }
	 .project-dynamics ul li .img{
		 width: 100%;
		 height: 200px;
	 }
	 .project-dynamics .download-img{
		 width: 100%;
	 }
	 .project-dynamics .download-title{
		 width: 100%;
	 }
	 .i_s_csr2 ul li{
		 width: 100%;
		 margin-right: 0;
	 }
	 .i_csr_bg{
		 height: 100px;
	 }
	 .i_s_csr ul li {
		 width: 100%;
		 margin-right: 0;
	 }
	 .i_s_csr ul li img{
		 width: 50%;
	 }
	 .project-dynamics3 ul li{
		 width: 100%;
	 }
	 .project-dynamics .project-dynamics_title .title{
		 margin-top: 30px;
	 }
	 .i_solution ul li{
		 width: 30.5%;
		 margin: 0 1.4%;
	 }
	 .i_solution ul li img{
		 height: 100px;
	 }
	 .project-dynamics1 ul li{
		 width: 45%;
		 margin-right: 10%;
	 }
	 .project-dynamics1 ul li img{
		 height: 140px;
	 }
	 .project-dynamics1 ul li:nth-child(2n+0){
		 margin-right: 0;
	 }
	 /*.i_s_progress ul li{*/
		/* padding-bottom: 230px;*/
	 /*}*/
	 /*.solid-circle{*/
		/* bottom: 120px;*/
	 /*}*/
	 .contact1 ul li{
		 width: 100%;
		 text-align: -webkit-center;
	 }
	 .contact1 ul li h2{
		 text-align: center;
	 }
	 .contact1 ul li p{
		 width: 90%;
	 }
	 .i_snews ul li img{
		 height: 170px;
	 }
	 .i_snews_dynamic{
		 width: 100% !important;
	 }
	 .contact ul li img{
		 height: 100px;
	 }
	 .videoStyle video,
	 .aaa video {
		 width: 100%;
		 height: 100%;
		 object-fit: contain; /* 保持比例，完整显示视频 */
	 }
}
 @media screen and (max-width:360px) {
	 .i_snews  ul li {
		 width: 45%;
		 margin-right: 2%;
	 }
	 .i_snews ul li:nth-child(3n+0) {
		 margin-right: 2%;
	 }
	 .i_snews ul li:nth-child(2n+0) {
		 margin-right: 0;
	 }
	 .project-dynamics ul li .imgs {
		 display: block;
	 }
	 .project-dynamics ul li .img{
		 width: 100%;
		 height: 200px;
	 }
	 .project-dynamics .download-img{
		 width: 100%;
	 }
	 .project-dynamics .download-title{
		 width: 100%;
	 }
	 .i_s_csr2 ul li{
		 width: 100%;
		 margin-right: 0;
	 }
	 .i_csr_bg{
		 height: 100px;
	 }
	 .i_s_csr ul li {
		 width: 100%;
		 margin-right: 0;
	 }
	 .i_s_csr ul li img{
		 width: 50%;
	 }
	 .project-dynamics3 ul li{
		 width: 100%;
	 }
	 .project-dynamics .project-dynamics_title .title{
		 margin-top: 30px;
	 }
	 .i_solution ul li{
		 width: 30.5%;
		 margin: 0 1.4%;
	 }
	 .i_solution ul li img{
		 height: 100px;
	 }
	 .project-dynamics1 ul li{
		 width: 45%;
		 margin-right: 10%;
	 }
	 .project-dynamics1 ul li img{
		 height: 140px;
	 }
	 .project-dynamics1 ul li:nth-child(2n+0){
		 margin-right: 0;
	 }
	 /*.i_s_progress ul li{*/
		/* padding-bottom: 230px;*/
	 /*}*/
	 /*.solid-circle{*/
		/* bottom: 120px;*/
	 /*}*/
	 .contact1 ul li{
		 width: 100%;
		 text-align: -webkit-center;
	 }
	 .contact1 ul li h2{
		 text-align: center;
	 }
	 .contact1 ul li p{
		 width: 90%;
	 }
	 .i_snews ul li img{
		 height: 170px;
	 }
	 .i_snews_dynamic{
		 width: 100% !important;
	 }
	 .contact ul li img{
		 height: 100px;
	 }
	 .videoStyle video,
	 .aaa video {
		 width: 100%;
		 height: 100%;
		 object-fit: contain; /* 保持比例，完整显示视频 */
	 }
}

/* PC端样式 - 只在大于等于768px宽度时应用 */
@media (min-width: 768px) {
	.project-dynamics1 ul li:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 移动端样式 - 这个样式会覆盖上面的样式 */
@media (max-width: 767px) {
	.project-dynamics1 ul li:nth-child(3n+0) {
		margin-right: auto; /* 或者使用 margin-right: auto; 或其他你需要的值 */
	}
}
</pre></body></html>