@media screen and (max-width:1366px) and (min-width:1024px) {
	.e_container-2 {
	position:absolute;
	left:35%;
	top:25%;
	transform:translate(-50%,-50%);
	z-index:10;
}
.e_text-3 {
	width:800px;
	line-height:1;
	font-weight:bold;
	color:#fff;
	letter-spacing:.1px;
}
.e_richText-4 {
	width:100%;
	max-width:1366px;
	margin:3rem auto;
}
.e_richText-4 img {
	width:100%;
	text-align:center;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:28px;
	color:#3d8a38;
	font-size:26px;
	padding:0 16px;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
	margin-bottom:20px;
	border-radius:1rem;
	width:210px;
	float:left;
	font-weight:900;
}
}@media screen and (min-width:1367px) {
	.banner-box {
	width:100%;
	height:960px;
	background-size:cover;
	object-fit:cover;
	/* 或 use 'contain' based on your needs */
    background-repeat:no-repeat;
	background-size:100% 100%;
}
.banner-box::before {
	position:absolute;
	content:"";
	width:100%;
	height:960px;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to left,transparent 50%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
.e_container-2 {
	position:absolute;
	left:38.333%;
	top:45%;
	transform:translate(-50%,-50%);
	z-index:10;
}
.e_text-3 {
	font-weight:900;
	overflow:hidden;
	line-height:2;
	color:#fff;
	font-size:60px;
	width:1200px;
}
.e_richText-5 {
	color:#fff;
	font-size:2rem;
	line-height:2;
	width:1200px;
	border-bottom:5rem;
	font-weight:900;
}
.e_richText-5 p {
	font-weight:900;
	overflow:hidden;
	line-height:2;
	color:#3d8a38;
	font-size:30px;
	width:1600px;
}
.e_richText-4 {
	width:100%;
	max-width:1600px;
	margin:2rem auto;
	background:rgba(255 255 255);
	box-shadow:0 0 30px rgba(144 182 182 / 30%);
	border-radius:2rem;
	display:flex;
	justify-content:center;
	/* 水平居中 */
    align-items:center;
	/* 垂直居中 */
    text-align:center;
}
.e_richText-4 img {
	height:auto;
	max-width:100%;
	padding:40px 0px;
}
.n_makely ul li .makecon p {
	display:block;
	padding:12px 10px 12px 0;
	border-top:0;
	font-size:18px;
	line-height:2;
}
.public-content {
	font-size:1.4rem;
	line-height:2;
	color:#000000;
	width:100%;
	max-width:1600px;
	margin:5rem auto 0rem;
	background:rgba(255 255 255);
	box-shadow:0 0 30px rgba(144 182 182 / 30%);
	border-radius:2rem;
	height:100%;
	padding:20px 30px;
	font-weight:300;
	margin-bottom:5rem;
}
.n_makely ul {
	width:1600px;
	gap:0.1rem;
}
.n_makely ul li .img {
	border-radius:1rem;
	width:800px;
	height:566px;
}
.n_makely ul li .makecon {
	border-radius:1rem;
	width:700px;
}
.product-detail-feature {
	padding:5% 0;
	overflow:hidden;
	padding-bottom:0;
}
.n_makely ul li .makecon {
	background:#fff;
	border-radius:1rem;
	padding:0.25rem 3.75rem;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	height:100%;
}
.n_makely ul li .makecon b {
	color:#212121;
	font-size:2.125rem;
	line-height:1.5;
	margin:1rem 0 1.5rem;
}
.n_makely ul li .makecon b::before {
	width:0.5rem;
	height:0.5rem;
	color:#3d8a38;
	background-color:#666;
	border-radius:99999rem;
	top:0.7rem;
	position:absolute;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:28px;
	color:#3d8a38;
	font-size:26px;
	padding:0 16px;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
	margin-bottom:20px;
	border-radius:1rem;
	width:160px;
	float:left;
	font-weight:900;
}
.n_makely ul li .makecon h5 {
	color:#212121;
	font-size:3rem;
	line-height:2;
	margin:1rem 0 1.5rem;
}
.serlist {
	overflow:hidden;
	padding:0 0 24px;
	margin:50px -24px;
}
.serlist li {
	float:left;
	width:25%;
	margin-bottom:18px;
}
.serlist li .lin {
	padding:0 24px;
}
.serlist li a {
	display:block;
	position:relative;
}
.serlist li .pic {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	font-size:0;
	text-align:center;
	line-height:328px;
}
.serlist li img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.serlist li:hover  img {
	transform:scale(1.1);
}
.serlist li h3 {
	position:relative;
	overflow:hidden;
	height:34px;
	-webkit-transition:.5s;
	transition:.5s;
	font-size:18px;
	color:#333;
	line-height:34px;
	text-align:center;
}
.serlist li:hover h3 {
	color:#89bb12;
}
}@media screen and (max-width:1024px) {
	.serlist li {
	width:50%;
	margin-bottom:10px;
}
}@media screen and (max-width:980px) {
	.serlist {
	margin:0 -15px;
}
.serlist li .lin {
	padding:0 15px;
}
.e_text-3 {
	font-weight:900;
	overflow:hidden;
	color:#fff;
	font-size:1.6rem;
	line-height:1.8;
	width:100%;
}
.e_richText-5 {
	color:#fff;
	font-size:1rem;
	line-height:1.6;
	width:100%;
	border-bottom:5rem;
	font-weight:900;
}
.edge1-bottom {
	width:100%;
	border-top:2px solid rgba(255,255,255,.1);
	overflow:hidden;
	padding:1% 0;
	color:#333;
}
.n_makely ul li .makecon {
	background:#fff;
	border-radius:1rem;
	padding:1.25rem 0.75rem;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:100%;
}
}@media screen and (max-width:980px) {
	.public-content {
	font-size:1.4rem;
	line-height:2;
	color:#000;
	width:100%;
	max-width:1600px;
	margin:1rem auto;
	background:rgba(255 255 255);
	border-radius:2rem;
	height:100%;
	padding:0px 0px;
	font-weight:300;
}
.product-detail-feature-title .shtitle-2 {
	font-weight:900;
	font-size:2.2rem;
	text-align:center;
	line-height:2;
	padding-top:3rem;
	margin-bottom:0;
}
.edge1-content>h2 {
	width:100%;
	font-size:1.7rem;
	line-height:2;
	text-align:left;
}
.edge1-content>h2:after {
	display:block;
	width:68px;
	height:0px;
	content:'';
	margin:0px auto;
	background:#3d8a38;
}
.serlist {
	padding:0 0 30px;
	margin:0;
}
.serlist li {
	width:100%;
}
.edge1-bottom {
	width:100%;
	max-width:720px;
	border-top:2px solid rgba(255,255,255,.1);
	overflow:hidden;
	padding:0% 0;
	color:#333;
}
}/* 媒体查询，当屏幕宽度小于 600px 时应用这些样式 */
 @media (max-width:980px) {
	.banner-box {
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.e_container-2 {
	position:absolute;
	left:50%;
	top:30%;
	transform:translate(-50%,-50%);
	z-index:10;
	width:90%;
}
.n_makely ul li .makecon b {
	color:#212121;
	font-size:1.2rem;
	line-height:1.5;
	margin:1rem 0 1.5rem;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:22px;
	color:#3d8a38;
	font-size:16px;
	padding:0 16px;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
	margin-bottom:20px;
	border-radius:1rem;
	width:120px;
	float:left;
	font-weight:900;
}
}@media screen and (min-width:1367px) {
	.edge1-content>h2:after {
	display:block;
	width:35%;
	height:4px;
	content:'';
	background:#3d8a38;
	text-align:left;
	margin:18px 0px;
}
.edge1-content>h2 {
	width:100%;
	font-size:38px;
	line-height:1;
	padding-top:3rem;
	text-align:left;
}
}/* 小屏幕设备样式 */
@media (max-width:600px) {
	.table {
	font-size:14px;
}
}@media screen and (max-width:980px) {
	.banner-box .content {
	width:100%;
	max-width:1600px;
	height:100%;
	margin:0rem 1rem;
}
.banner-info .title {
	width:100%;
	height:auto;
	text-align:center;
	font-weight:700;
	font-size:2.2rem;
	color:#FFFFFF;
	line-height:5;
}
}.banner-box {
	width:100%;
	height:500px;
	left:0;
	top:0;
	z-index:10;
	min-height:400px;
}
.banner-box .content {
	width:100%;
	max-width:1600px;
	height:100%;
	margin:0rem auto;
}
.banner-info {
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.banner-info .title {
	width:100%;
	height:auto;
	text-align:center;
	font-weight:700;
	font-size:4.8rem;
	color:#FFFFFF;
}
.banner-info .breadcrumb-nav {
	width:100%;
	height:auto;
	left:0;
	top:4rem;
	background:transparent;
	border:0;
	color:#FFFFFF;
}
.banner-info .breadcrumb-nav .nav-box {
	margin:0;
	padding:0
}
.banner-info .breadcrumb-nav .nav-box,.banner-info .breadcrumb-nav .nav-box {
	font-size:1.2rem;
	color:#FFFFFF;
	line-height:1.2
}
.banner-info .breadcrumb-nav .nav-box a {
	color:#fff;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease
}
.banner-info .breadcrumb-nav .nav-box a:hover {
	color:#FFFFFF
}
.banner-info .breadcrumb-nav .nav-box span {
	margin:0 .8em;
	color:#8E8E8E
}
img {
	border:0;
	vertical-align:top;
	max-width:100%;
	max-height:100%;
	border:0;
	vertical-align:top;
}
.inner-solution .content {
	margin:0 6rem;
	width:100%;
	max-width:1600px;
	overflow:hidden;
}
.inner-solution {
	width:100%;
	height:auto;
	position:relative;
	background:#FFFFFF;
	overflow:hidden
}
.inner-solution .solution-box {
	width:100%;
	height:auto;
	overflow:hidden;
}
.inner-solution .solution-box .solution-list {
	width:100%;
	height:auto;
	margin:5rem 0;
	overflow:hidden;
	margin-bottom:5rem;
}
.inner-solution .solution-box .solution-list .item {
	width:49%;
	background:#F7F7F7;
	border-radius:1rem;
	overflow:hidden;
	margin-right:16px;
	float:left;
	margin-bottom:5rem;
}
.inner-solution .solution-box .solution-list .item a {
	width:100%;
	height:auto;
	display:block;
	overflow:hidden
}
.inner-solution .solution-box .solution-list .item  a .img {
	width:100%;
	height:auto;
	display:inline-block;
	overflow:hidden
}
.inner-solution .solution-box .solution-list .item a .img .pb {
	padding-bottom:0rem
}
.inner-solution .solution-box .solution-list .item .info span {
	font-size:1.6rem;
	line-height:2;
}
.inner-solution .solution-box .solution-list .item a .img img {
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-transition:all .8s ease;
	-o-transition:all .8s ease;
	transition:all .8s ease
}
.inner-solution .solution-box .solution-list .item .info {
	width:100%;
	height:auto;
	padding:10px 40px;
	overflow:hidden;
	font-size:1.6rem;
	line-height:2;
}
.inner-solution .solution-box .solution-list .item .info .title {
	width:100%;
	height:auto;
	font-size:2.6rem;
	color:#000000
}
.inner-solution .solution-box .solution-list .item .info .more {
	width:100%;
	height:auto;
	margin-top:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	overflow:hidden
}
.inner-solution .solution-box .solution-list .item .info .more span {
	font-size:1.2rem;
	color:#222222
}
.inner-solution .solution-box .solution-list .item .info .more i {
	width:7px;
	height:10px;
	font-size:0;
	margin-left:10px;
	color:#222222;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease
}
.inner-solution .solution-box .solution-list .item::after {
	content:'';
	width:0;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	pointer-events:none;
	background:#3d8a38;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease
}
.inner-solution .solution-box .solution-list .item:hover .img img {
	transform:scale(1.05)
}
.inner-solution .solution-box .solution-list .item:hover .info .title {
	color:#3d8a38
}
.inner-solution .solution-box .solution-list .item:hover .info .more span,.inner-solution .solution-box .solution-list .item:hover .info .more i {
	color:#3d8a38
}
.inner-solution .solution-box .solution-list .item:hover::after {
	width:100%
}
.inner-solution .solution-box .public-pager {
	margin-top:var(--spacing-70)
}
@media (max-width:1280px) {
	.inner-solution .solution-box {
	padding:40px 0 50px
}
}@media (max-width:768px) {
	.e_text-3 {
	line-height:1;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.1px;
}
.banner-info .breadcrumb-nav {
	width:90%;
	height:auto;
	left:10%;
	top:4rem;
	background:transparent;
	border:0;
	color:#FFFFFF;
}
.banner-info .title {
	width:100%;
	height:auto;
	text-align:center;
	font-weight:700;
	font-size:2rem;
	color:#FFFFFF;
	margin-top:30px;
}
.inner-solution .solution-box .solution-list {
	display:block;
	width:90%;
	margin:0px auto;
	padding:0px 20px;
}
.inner-solution .solution-box .solution-list .item .item {
	margin-top:20px
}
.inner-solution .solution-box .solution-list .item {
	width:100%;
}
.inner-solution .solution-box .solution-list .item .info .title {
	margin:0;
	font-size:2rem;
}
.inner-solution .solution-box .solution-list .item .info span {
	font-size:1.2rem;
	line-height:1.6;
}
.inner-solution .solution-box .solution-list .item .info .more span {
	font-size:1rem;
	color:#222222;
}
}h3 {
	font-weight:700;
}
.inner-solution-about {
	width:100%;
	height:auto;
	margin:5rem 0rem;
	overflow:hidden;
	margin-bottom:0rem;
}
.inner-solution-about .container {
	z-index:5
}
.inner-solution-about .solution-images {
	width:100%;
	height:100vh;
	max-height:800px;
	position:relative;
	z-index:1;
	overflow:hidden
}
.e_container-2 {
	position:absolute;
	left:38.333%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:10;
}
.e_container-2 > .p_item {
	max-width:50%;
}
.e_text-3 {
	line-height:1;
	font-weight:bold;
	color:#fff;
	letter-spacing:.1px;
}
.e_richText-5 {
	color:#fff;
	font-size:1.2rem;
	line-height:2;
}
.e_text-6 {
	width:180px;
	margin-top:5vw;
	line-height:40px;
	background:#fff;
	color:var(--yx_Color);
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	border-radius:30px;
	font-weight:bold;
}
@media screen and (max-width:980px) {
	.product-detail-feature-item .shtitle-1 {
	color:#333;
	margin-top:5%;
	font-weight:bold;
	font-size:2rem;
	line-height:2.2;
}
.product-detail-feature-item .shtext-1 {
	color:#666666;
	margin-top:2%;
	font-size:1rem;
	line-height:1.6;
}
.e_container-2 {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:10;
	width:90%;
}
.e_container-2 > .p_item {
	max-width:100%;
}
.e_text-3 {
	line-height:1;
	font-weight:bold;
	color:#fff;
	letter-spacing:5px;
}
.e_line-4 {
	width:60px;
	height:4px;
	transition:all ease 2s .9s;
	margin:1.5vw 0 3vw;
	border:none;
	background:#fff;
}
hr {
	box-sizing:content-box;
	height:0;
}
.e_richText-5 {
	color:#fff;
	line-height:2;
	font-size:1.2rem;
}
.clearfix {
	}.e_text-6 {
	width:180px;
	margin-top:5vw;
	line-height:40px;
	background:#fff;
	color:var(--yx_Color);
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	border-radius:30px;
	font-weight:bold;
}
.font42 {
	font-size:2.2rem;
}
.font42 {
	font-size
}
.fnt_48 {
	font-size:48px;
}
.e_line-4 {
	width:60px;
	height:4px;
	transition:all ease 2s .9s;
	margin:1.5vw 0 3vw;
	border:none;
	background:#fff;
}
hr {
	box-sizing:content-box;
	height:0;
}
.e_richText-5 {
	color:#fff;
	line-height:2;
	font-size:1.2rem;
}
.clearfix {
	}.e_text-6 {
	width:180px;
	margin-top:5vw;
	line-height:40px;
	background:#fff;
	color:var(--yx_Color);
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	border-radius:30px;
	font-weight:bold;
}
.product-detail-feature {
	padding:2% 0 0 0;
	overflow:hidden;
	background:#f5f5f5;
}
.product-detail-feature-title {
	text-align:center;
}
.product-detail-feature-title .shtitle-2 {
	font-weight:900;
}
.product-detail-feature-title .shentitle-2 {
	color:#999;
}
.product-detail-feature-list {
	margin:3% auto;
	max-width:1600px;
	width:100%
}
.product-detail-feature-item {
	float:left;
	width:48%;
	overflow:hidden;
	margin-bottom:3%;
	margin-right:2%;
}
.product-detail-feature-item.mr0 {
	margin-right:0;
}
.product-detail-feature-item a {
	display:block;
	position:relative;
	background:#fff;
	border-radius:2rem;
}
.product-detail-feature-item a:hover .shicon-2 {
	opacity:1;
	mix-blend-mode:color;
}
.product-detail-feature-item a:hover .featurebg,.product-detail-feature-item a:hover .shicon-3 {
	opacity:1;
}
.product-detail-feature-item a:hover .text,.product-detail-feature-item a:hover .shtitle-1 {
	color:#333;
}
.product-detail-feature-item .pic {
	position:relative;
	height:385px;
}
.product-detail-feature-item .featurebg {
	opacity:0;
}
.product-detail-feature-item .shicon-2 {
	position:absolute;
	right:0;
	bottom:0;
	width:45%;
	z-index:1;
}
.product-detail-feature-item .shicon-3 {
	position:absolute;
	right:0;
	bottom:0;
	width:45%;
	z-index:2;
	opacity:0;
}
.product-detail-feature-item .text {
	position:absolute;
	left:0%;
	top:45%;
	width:100%;
	text-align:center;
	z-index:11;
	color:#333333;
	transform:translateY(-50%);
}
.product-detail-feature-item .shicon-1 {
	width:10rem;
	height:10rem;
	margin:0px auto;
	text-align:center;
}
.product-detail-feature-item .shtitle-1 {
	color:#333;
	margin-top:5%;
	font-weight:bold;
	font-size:2.2rem;
}
.product-detail-feature-item .shtext-1 {
	color:#666666;
	margin-top:2%;
}
.font42 {
	font-size:4.2rem;
}
.font32 {
	font-size:3.2rem;
}
.font18 {
	font-size:1.2rem;
}
.facp {
	margin:1rem auto;
	max-width:1600px;
	width:100%;
	overflow:hidden;
}
.cplist a .img img {
	max-width:100%;
	max-height:100%;
	border:0;
	vertical-align:top;
	display:inline-block;
}
.cplist {
	width:31%;
	float:left;
	border-radius:2rem;
	background:#F7f7f7;
	margin-right:2%;
}
.cplist a {
	width:100%;
	height:100%;
}
.cplist a .img {
	width:100%;
	height:auto;
}
.cplist .img .pb {
	padding-bottom:60%;
}
.cplist .pb {
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.cplist a .info {
	width:100%;
	height:auto;
	text-align:center;
	padding:0 var(--spacing-30) var(--spacing-60);
	overflow:hidden;
}
.cplist a .info .title {
	width:100%;
	height:auto;
	font-weight:500;
	font-size:2rem;
	color:#222222;
	line-height:4;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.cplist a .info .details {
	width:100%;
	height:auto;
	max-height:calc(2em * 1.625);
	font-size:1.4rem;
	color:#999999;
	line-height:1.625;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.cplist  a .info .more {
	width:100%;
	height:auto;
	margin-top:var(--spacing-20);
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center
}
.cplist  a .info .more span {
	font-size:1.2rem;
	color:#222222;
	line-height:3;
	margin-bottom:2rem;
}
.product-detail-section-content {
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
/* 服务3  */
.cloud-product-box {
	background:#f7f7f7；
	 width:100%;
	max-width:1600px;
	margin:2rem auto;
	position:relative;
}
.cloud-product-wrapper {
	margin:0 auto;
	width:1600px
}
.cloud-product {
	position:relative;
	z-index:9;
	padding:110px 0 80px
}
.cloud-product-title {
	height:32px;
	text-align:center;
	line-height:32px;
	font-size:32px;
	color:#333
}
.color-blue {
	color:#009fd9
}
.cloud-product-explain {
	margin-top:26px;
	margin-bottom:82px;
	height:16px;
	line-height:16px;
	text-align:center;
	font-size:16px;
	color:#999
}
.cloud-product-ul {
	width:100%
}
.cloud-product-ul li {
	position:relative;
	margin-left:12px;
	width:312px;
	height:522px;
	float:left;
	background:#f7f7f7
}
.cloud-product-ul li:first-child {
	margin-left:0
}
.cloud-product-single-top {
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#f7f7f7
}
.cloud-product-name {
	font-size:18px;
	color:#333;
	font-weight:700
}
.cloud-product-single-bottom {
	width:100%;
	height:340px
}
.empty-space {
	width:100%;
	height:99px;
	padding:26px 0 0 0;
}
.single-bottom-item {
	height:340px;
	width:100%
}
.single-bottom-item:first-child {
	border-right:1px solid #eee
}
.bg-product-pic {
	width:100%;
	height:82px
}
.server-header-01 {
	background:#f7f7f7
}
.server-header-02 {
	background:#f7f7f7
}
.server-header-03 {
	background:#f7f7f7
}
.server-header-04 {
	background:#f7f7f7
}
.server-header-active-01 {
	background:url(../image/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background:url(../image/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background:url(../image/product_header_active_icon_03.png) center no-repeat
}
.server-header-active-04 {
	background:url(../image/product_header_active_icon_04.png) center no-repeat
}
.product-introduce-title {
	margin-bottom:14px;
	height:22px;
	line-height:22px;
	font-size:22px;
	text-align:center
}
.product-introduce-title.normal-weight {
	font-weight:400
}
.product-introduce-content {
	margin:0 auto 26px;
	width:180px;
	line-height:14px;
	font-size:14px;
	text-align:center;
	color:#999
}
.product-introduce-list {
	margin:0 auto;
	padding-top:28px;
	height:135px;
	width:84%;
	border:1px solid #f1f1f1;
	border-left:none;
	border-right:none
}
.introduce-list-small {
	margin-bottom:18px;
	line-height:14px;
	font-size:14px;
	color:#999;
	text-align:center
}
.product-introduce-price {
	margin:48px auto 0;
	font-size:14px;
	text-align:center;
	color:#333
}
.price-blue {
	color:#0af;
	font-size:38px
}
.normal-inner {
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s
}
.active-inner {
	position:relative;
	display:none;
	height:100%;
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s
}
.introduce-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:360px
}
.active-inner-01 {
	background:url(../image/producet_bg_01.jpg) center no-repeat
}
.active-inner-02 {
	background:url(../image/producet_bg_02.jpg) center no-repeat
}
.active-inner-03 {
	background:url(../image/producet_bg_03.jpg) center no-repeat
}
.active-inner-04 {
	background:url(../image/producet_bg_04.jpg) center no-repeat
}
.active-inner-05 {
	background:url(../image/producet_bg_05.jpg) center no-repeat
}
.cloud-product-ul li.active .active-inner {
	display:block;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.cloud-product-ul li.active .normal-inner {
	display:none;
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.cloud-product-ul li {
	-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);
	-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);
	box-shadow:1px 1px 12px rgba(0,0,0,.08);
	-webkit-transition:width .15s linear;
	-o-transition:width .15s linear;
	-moz-transition:width .15s linear;
	transition:width .15s linear
}
.cloud-product-ul li.active {
	z-index:9;
	width:304px;
	-webkit-box-shadow:0 4px 20px rgba(0,0,0,.2);
	-moz-box-shadow:0 4px 20px rgba(0,0,0,.2);
	box-shadow:0 4px 20px rgba(0,0,0,.2)
}
.active .product-introduce-content {
	color:#eff6ff
}
.active-product-introduce-title {
	color:#fff
}
.active .product-introduce-list {
	padding-top:22px;
	border-color:#3f9ff9
}
.introduce-list-large {
	margin:0 auto;
	width:228px;
	line-height:22px;
	color:#ddebff;
	font-size:14px
}
.warper {
	max-width:1300px;
	margin:0 auto;
}
.fl {
	float:left
}
.fr {
	float:right
}
.warper .clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.warper .clearfix:before,.clearfix:after {
	content:" ";
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.warper .clearfix:after {
	clear:both;
}
.warper .clearfix {
	*zoom:1;
}
.pr {
	position:relative;
}
.warper {
	max-width:1600px;
	margin:0 auto;
}
.about-main2 {
	height:890px;
	width:100%;
	overflow:hidden;
}
.about-main2 .licheng-bg {
	background-color:rgba(255,255,255,.8);
	width:100%;
	height:100%;
	position:relative;
}
.about-main2 .licheng-bg .warper {
	height:100%;
}
.about-main2 .licheng-bg img {
	height:518px;
	position:absolute;
	bottom:0px;
	left:0;
}
.about-main2 .ny-title {
	padding-top:80px;
	text-align:center
}
.ny-title .title-ch {
	text-transform:uppercase;
	font-size:42px;
	line-height:60px;
	margin:8px 0 20px 0;
	color:#1a1a1a;
	text-align:center;
}
.ny-title i {
	display:block;
	width:42px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.about-main2 .licheng-content {
	position:absolute;
	width:100%;
	height:100%;
}
.about-main2 .licheng-content .swiper-wrapper,.about-main2 .licheng-content .swiper-slide,.about-main2 .licheng-content ul {
	width:100%;
	height:100%;
}
.about-main2 .licheng-content ul li {
	width:25%;
	float:left;
	height:100%;
	display:block;
}
.about-main2 .licheng-content ul li a {
	display:block;
	width:100%;
	position:relative;
	height:320px
}
.about-main2 .licheng-content ul li .date {
	color:#3d8a38;
	font-size:30px;
}
.about-main2 .licheng-content ul li.item1 .line,.about-main2 .licheng-content ul li.item3 .line,.about-main2 .licheng-content ul li.item5 .line {
	margin-bottom:30px;
}
.about-main2 .licheng-content ul li.item2 .line,.about-main2 .licheng-content ul li.item4 .line {
	margin-top:30px;
}
.about-main2 .licheng-content ul li.item1 .line:after,.about-main2 .licheng-content ul li.item3 .line:after,.about-main2 .licheng-content ul li.item5 .line:after {
	width:25px;
	height:25px;
	background-color:rgba(61,138,56,0.8);
	display:block;
	content:"";
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	position:absolute;
}
.about-main2 .licheng-content ul li.item2 .line:before,.about-main2 .licheng-content ul li.item4 .line:before {
	width:25px;
	height:25px;
	background-color:rgba(61,138,56,0.8);
	display:block;
	content:"";
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	position:absolute;
}
.about-main2 .licheng-content ul li .lc-left {
	position:absolute;
}
.about-main2 .licheng-content ul li .line {
	height:250px;
	width:1px;
	display:block;
	background-color:#3d8a38;
	position:relative;
	left:30px;
}
.about-main2 .licheng-content ul li .lc-right {
	position:absolute;
	left:30px;
	width:300px;
	height:100%;
	display:table;
}
.about-main2 .licheng-content ul li.item5 .lc-right {
	width:300px;
}
.about-main2 .licheng-content ul li.item2 .lc-right,.about-main2 .licheng-content ul li.item4 .lc-right {
	width:300px;
}
.about-main2 .licheng-content ul li .lc-right .right-text {
	padding:20px;
	display:table-cell;
	vertical-align:middle;
}
.about-main2 .licheng-content ul li.item1 a {
	top:75px;
}
.about-main2 .licheng-content ul li.item1 .lc-left .line:after {
	bottom:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item1 .lc-right {
	bottom:68px;
}
.about-main2 .licheng-content ul li.item2 a {
	top:250px;
}
.about-main2 .licheng-content ul li.item2 .lc-left .line:before {
	top:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item2 .lc-right {
	top:80px;
}
.about-main2 .licheng-content ul li.item3 a {
	top:100px;
}
.about-main2 .licheng-content ul li.item3 .lc-left .line:after {
	bottom:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item3 .lc-right {
	bottom:100px;
}
.about-main2 .licheng-content ul li.item4 a {
	top:293px;
}
.about-main2 .licheng-content ul li.item4 .lc-left .line:before {
	top:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item4 .lc-right {
	top:70px;
}
.about-main2 .licheng-content ul li.item5 a {
	top:210px;
}
}.about-main2 .licheng-content ul li.item5 .lc-left .line:after {
	bottom:-25px;
	left:-11px;
}
.about-main2 .licheng-content ul li.item5 .lc-right {
	bottom:100px;
}
.about-main2 .licheng-content .right-text h3 {
	font-size:16px;
	margin-bottom:10px;
}
.about-main2 .licheng-content .right-text p {
	font-size:16px;
}
.content1 {
	width:100%;
	margin:0px auto;
	max-width:1600px;
}
.tit {
	font-size:32px;
	text-align:center;
	margin:5px 0;
	line-height:60px;
}
.chi {
	color:#333;
}
.eng {
	text-transform:uppercase;
	font-size:16px;
	line-height:30px;
	color:#535353;
}
.edge1-content>h2:after {
	display:block;
	width:68px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.gsjs {
	width:550px;
	margin-left:660px;
	padding-top:70px;
}
.gsjs p {
	line-height:35px;
}
.abou {
	font-size:36px;
	color:#3da83e;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	margin-bottom:25px;
	opacity:0.5;
	font-style:italic;
}
.gsys {
	text-align:right;
	color:#333;
	font-weight:bold;
	font-size:20px;
}
.ct_main {
	width:100%;
	background:#fff;
	padding:30px 0;
}
.ct_nav {
	overflow:hidden;
	border-bottom:1px solid #f7f7f7;
	width:100%;
	max-width:1600px;
	margin:0px auto;
	text-align:center;
}
.ct_nav.on {
	position:fixed;
	top:76px;
	background:#fff;
	z-index:999;
	width:100%;
	max-width:1600px;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
}
.ct_nav li {
	float:left;
	font-size:16px;
	color:#2b2b2b;
	line-height:72px;
	height:72px;
	position:relative;
	margin-right:60px;
	cursor:pointer;
}
.ct_nav li.on {
	color:#3d8a38;
	font-weight:bold;
}
.ct_nav li.on::after {
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	background:#3d8a38;
	border-radius:30px;
	bottom:0;
	left:0;
}
.intr_box {
	margin-top:30px;
}
.about {
	padding:35px 0;
}
.about .wabout {
	width:1600px;
	margin:0 auto;
	padding:0 0px;
}
.about .txtabout {
	width:100%;
}
.about .txtabout .titabout {
	height:60px;
	line-height:57px;
	border-bottom:1px solid #3d8a38;
}
.about .txtabout .titabout h3 {
	display:inline-block;
	color:#333;
	font-size:30px;
	border-bottom:6px solid #3d8a38;
}
.about .txtabout .titabout span {
	color:#666;
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
}
.about .txtabout .conabout {
	color:#666;
	font-size:14px;
	line-height:36px;
	text-align:justify;
	padding-top:40px;
}
.about .imgabout {
	width:500px;
	height:500px;
	overflow:hidden;
	transition:all 1s;
}
.about .imgabout img {
	width:100%;
	height:100%;
	display:block;
	transition:all 1s;
}
.about .imgabout:hover img {
	transform:scale(1.1);
}
.about .ysabout {
	position:absolute;
	left:10%;
	top:110%;
	bottom:0px;
	width:798px;
	height:138px;
	background:#fff;
	border:1px solid #d6d6d6;
	box-shadow:0 0 13px rgba(0,0,0,0.1);
}
.about .ysabout li {
	float:left;
	width:33.33%;
	text-align:center;
	padding:30px 0;
}
.about .ysabout li h2 {
	position:relative;
	display:inline-block;
}
.about .ysabout li h2 b {
	position:relative;
	color:#666;
	font-size:36px;
}
.about .ysabout li h2 i {
	position:absolute;
	top:-10px;
	right:-18px;
	font-size:14px;
	font-weight:300;
}
.about .ysabout li span {
	display:block;
	color:#666;
	font-size:16px;
	font-weight:300;
	line-height:30px;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.case_js {
	width:100%;
	margin-top:25px;
	overflow:hidden;
}
.about .txtabout .conabout em {
	color:#90c31e;
	font:32px "Microsoft YaHei";
	font-style:normal;
	font-weight:700;
}
.about .txtabout .conabout span {
	display:block;
	font:24px "Microsoft YaHei";
	color:#333;
	padding-top:5px;
	position:relative;
	padding-bottom:18px;
	font-weight:bold;
}
p {
	line-height:30px;
	font-size:16px;
	color:#444;
	padding:10px 0px;
}
.example1-item {
	float:left;
	width:.156%;
	padding:12px;
	margin-top:20px;
}
.example1-item>h3 {
	display:block;
	width:80%;
	margin-top:8px;
	font-size:16px;
	text-align:center;
}
.absolute {
	width:100%;
	margin:50px 0;
	text-align:center;
	margin-bottom:50px;
}
.absolute .item3 {
	margin-top:50px;
}
.absolute .item3 .item {
	display:inline-block;
	vertical-align:top;
	width:25%;
	position:relative;
	padding:30px 0;
}
.absolute .item3 .item::after {
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:100%;
	background:#d9dbdb;
	top:0;
	right:0;
}
.absolute .item3 .item:last-child::after {
	display:none;
}
.absolute .item3 .item i {
	display:inline-block;
}
.absolute .item3 .item h3 {
	font-size:28px;
	color:#1a1a1a;
	margin:20px 0;
}
.absolute .item3 .item h5 {
	width:80%;
	font-size:16px;
	line-height:28px;
	opacity:.6;
	font-weight:normal;
	color:#1a1a1a;
	margin:0 auto;
	min-height:100px;
	text-align:left;
}
.img img {
	display:block;
	width:100%;
}
.title-style {
	overflow:hidden;
}
.title-style h2 {
	text-transform:uppercase;
	font-size:42px;
	line-height:60px;
	margin:8px 0 20px 0;
	color:#1a1a1a;
	text-align:center;
}
.title-style h5 {
	color:999999;
	font-size:16px;
}
.title-style h2:after {
	display:block;
	width:68px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.example1-content>h2:after {
	display:block;
	width:68px;
	height:4px;
	content:'';
	margin:18px auto;
	background:#3d8a38;
}
.abone {
	padding:3rem 0rem;
}
.cer8 {
	max-width:1600px;
	margin:0 auto;
	padding:0 30px;
}
.abt {
	width:100%;
	position:relative;
}
.ani.find,.ani.tfind {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	opacity:1;
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.abtpicbg img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:0 60px;
	z-index:10;
}
.abtpicbg {
	width:50%;
	position:absolute;
	right:0;
	top:20%;
	z-index:9999;
	text-align:center;
}
.abtother {
	width:40%;
	float:left;
	position:relative;
	z-index:1;
}
.abcate1 .en {
	font-size:42px;
	color:#255ba9;
	line-height:50px;
	font-family:'helvetica';
	font-weight:bold;
}
.abcate1 .en span {
	display:inline-block;
	background-image:-webkit-gradient(linear,left top,right top,from(#94c620),to(#287d22));
	background-image:linear-gradient(to right,#94c620,#287d22);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.abcate1 .cn {
	font-size:32px;
	color:#333;
	line-height:42px;
	font-weight:bold;
	margin-top:10px;
}
.abtother .abtcon {
	font-size:16px;
	color:#333;
	line-height:34px;
	margin-top:56px;
	overflow:auto;
}
.abtother .abtcon img {
	display:none;
}
@media screen and (max-width:1400px) {
	.abtother {
	width:46%;
}
.abtother .abtcon {
	margin-top:40px;
}
}@media screen and (max-width:1100px) {
	.abtpicbg {
	position:relative;
	width:100%;
	height:auto;
}
.abtpicbg img {
	width:auto;
	max-width:100%;
	border-radius:0 40px;
}
.abtother {
	float:none;
	width:100%;
	margin-top:50px;
}
.abcate1 {
	text-align:center;
}
}@media screen and (max-width:750px) {
	.abone {
	padding:100px 0;
}
.abcate1 .en {
	font-size:36px;
}
.abcate1 .cn {
	font-size:26px;
}
}.cultrue {
	padding:2.75rem 0 0rem;
}
.cultrue .wrap .top-li {
	width:48%;
	position:relative;
	margin-bottom:1.5rem;
	border-radius:2rem;
	float:left;
	margin-right:2%;
	overflow:hidden;
}
.cultrue .wrap .top-li img {
	width:100%;
}
.cultrue .wrap .top-li .pos-cont {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90%;
}
.cultrue .wrap .top-li .pos-cont .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0.9rem;
}
.cultrue .wrap .top-li .pos-cont .icon div {
	width:0.9rem;
	margin-right:0.3rem;
}
.cultrue .wrap .top-li .pos-cont .icon p {
	color:#FFFFFF;
	font-size:1.8rem;
	line-height:1;
}
.cultrue .wrap .top-li .pos-cont .intro  p {
	color:#FFFFFF;
	line-height:2;
	text-align:center;
}
img {
	display:block;
	max-width:100%;
}
.tit-18 {
	line-height:1.8;
	font-size:18px;
}
.show-content {
	float:left;
	width:100%;
}
.show-content>div {
	margin-left:-28px;
}
.show-content>div>h4 {
	font-size:38px;
	line-height:1;
	color:#989898;
}
.show-content>div>h3 {
	font-size:28px;
}
.show-content>div>h2 {
	font-size:32px;
	margin-top:58px;
}
.show-content>div>h2>b {
	margin-right:8px;
	color:#3d8a38;
}
.show-content>div>h1 {
	font-size:26px;
	margin-top:8px;
	font-weight:normal;
}
.show-content>div>aside {
	font-size:15px;
	margin-top:18px;
	padding-top:18px;
	border-top:1px solid #e8e8e8;
	color:#686868;
}
.show-content>div>aside>p+p {
	margin-top:8px;
}
.show-contact {
	margin-top:68px;
}
.show-contact>p {
	font-size:16px;
	margin-bottom:8px;
}
.show-contact>a {
	display:inline-block;
	position:relative;
	color:#fff;
	border-radius:40px;
	overflow:hidden;
	border:2px solid #3d8a38;
	background:#3d8a38;
}
.show-contact>a:after {
	position:absolute;
	left:100%;
	top:100%;
	content:'';
	width:0;
	height:0;
	border-radius:50%;
	transition:0.6s;
	transform:translate(-50%,-50%);
	background:#fff;
}
.show-contact>a>i {
	float:left;
	position:relative;
	z-index:2;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	transition:0.6s;
	font-size:18px;
	margin:2px;
	border-radius:40px;
	background:#fff;
	color:#3d8a38;
}
.show-contact>a>u {
	float:left;
	position:relative;
	z-index:1;
	font-size:16px;
	text-decoration:none;
	line-height:40px;
	height:40px;
	padding:0 28px 0 16px;
}
.show-contact>a:hover {
	color:#3d8a38;
}
.show-contact>a:hover>i {
	color:#fff;
	animation:szu 2s infinite;
	background:#3d8a38;
}
.show-contact>a:hover:after {
	width:300px;
	height:300px;
}
@media(max-width:1200px) {
	.show {
	padding:38px 0;
}
.show-image {
	padding-right:140px;
}
.show-content>div {
	margin-left:-78px;
}
}@media(max-width:992px) {
	.show:before {
	display:none;
}
.show-image {
	position:relative;
	top:auto;
	bottom:auto;
	width:auto;
	padding-right:0;
}
.show-content {
	float:none;
	width:auto;
	margin-top:18px;
}
.show-content>div {
	margin-left:0;
}
.show-content>div>h2 {
	margin-top:28px;
}
.show-contact {
	margin-top:28px;
}
}@media(max-width:767px) {
	.show {
	padding:18px 0;
}
.show-content>div>h4 {
	font-size:26px;
}
.show-content>div>h3 {
	font-size:22px;
}
.show-content>div>h2 {
	font-size:24px;
}
.show-content>div>h1 {
	font-size:20px;
	margin-top:4px;
}
.show-content>div>aside {
	font-size:14px;
	margin-top:12px;
	padding-top:12px;
}
.show-contact>p {
	font-size:15px;
}
}/* 企业理念 */
.qyln a .img img {
	max-width:100%;
	max-height:100%;
	border:0;
	vertical-align:top;
	display:inline-block;
}
.qyln {
	width:23%;
	float:left;
	border-radius:2rem;
	background:#F7f7f7;
	margin-right:2%;
}
.qyln  a {
	width:100%;
	text-align:center;
	margin:3rem auto;
}
.qyln  a .img {
	width:100%;
}
.qyln .img .pb {
	padding-bottom:10px;
}
.qyln .pb {
	width:200px;
	height:auto;
	text-align:center;
	margin:3rem auto;
	padding-bottom:100%;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.qyln a .info {
	width:100%;
	height:auto;
	text-align:center;
	padding:0 var(--spacing-30) var(--spacing-60);
	overflow:hidden;
}
.qyln  a .info .title {
	width:100%;
	height:auto;
	font-weight:500;
	font-size:2rem;
	color:#222222;
	line-height:2;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.qyln a .info .details {
	width:100%;
	height:auto;
	max-height:calc(2em * 1.625);
	font-size:1.4rem;
	color:#999999;
	line-height:1.625;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden
}
.qyln  a .info .more {
	width:100%;
	height:auto;
	margin-top:var(--spacing-20);
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center
}
.qyln  a .info .more span {
	font-size:1.2rem;
	color:#222222;
	line-height:3;
	margin-bottom:2rem;
}
.qyln a .img img {
	max-width:100%;
	max-height:100%;
	border:0;
	vertical-align:top;
	display:inline-block;
}
/* 荣誉资质 */
.honor {
	padding:58px 0;
	overflow:hidden;
	position:relative;
	background:#fff;
	overflow:hidden;
}
.honor-title {
	font-size:28px;
}
.honor-title>h4 {
	display:block;
	font-size:38px;
	line-height:1;
	color:#989898;
}
.honor-title>h3 {
	display:block;
	font-size:28px;
}
.honor-title:after {
	display:block;
	width:48px;
	height:4px;
	content:'';
	margin-top:4px;
	background:#3d8a38;
}
.honor-outer {
	width:10000%;
}
.honor-outer:after {
	display:block;
	content:'';
	clear:both;
}
.honor-item {
	float:left;
	width:0.17%;
	padding:18px;
	border:none;
	height:380px
}
.honor-item span {
	display:block;
	padding:1px;
	width:auto;
	box-align:center;
	height:298px
}
.honor-item span>img {
	display:block;
	max-width:100%;
	max-height:100%;
}
.honor-item p {
	display:block;
	padding:15px 0px;
	width:215px;
	font-size:16px;
	line-height:28px;
	text-align:center
}
@media(max-width:980px) {
	.honor {
	padding:18px 0;
	width:100%;
}
.honor-title>h4 {
	font-size:26px;
}
.honor-title>h3 {
	font-size:22px;
}
.honor-outer {
	width:100%;
	overflow:hidden;
	display:flex;
}
.honor-item {
	width:48%;
	height:auto;
	justify-content:column
}
.honor-item span {
	width:100%;
	height:auto;
	float:left;
}
}/*  发展历程2*/
.fr {
	float:right;
}
.flexCS {
	justify-content:flex-start;
}
.history {
	padding:92px 0;
	line-height:40px;
	color:#333;
	font-size:16px;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}
.year-content {
	width:1500px;
	position:relative;
}
.history_cr {
	width:88px;
	line-height:28px;
	text-align:right;
	position:relative;
}
.history_cr:before {
	content:"";
	position:absolute;
	width:2px;
	height:200px;
	left:1px;
	top:7px;
	background:#e3e3e3;
}
.history_cr li {
	height:28px;
	margin-bottom:10px;
	position:relative;
}
.history_cr li.active,.history_cr li:hover {
	color:#3d8a38;
	cursor:pointer
}
.history_cr li.active:before {
	content:"";
	position:absolute;
	width:4px;
	height:21px;
	left:0;
	top:7px;
	background:#3d8a38;
}
.history_cls {
	width:1402px;
	display:flex;
	justify-content:space-between;
}
.history_cp {
	width:99%;
	display:flex;
	justify-content:space-between;
}
.history_cp  img {
	width:561px;
	height:240px;
	display:block;
	overflow:hidden;
	float:left;
	border-radius:2rem;
}
.history_cp span {
	display:block;
	float:left;
	font-size:60px;
	line-height:60px;
	margin:100px 40px;
}
.history_cp p {
	display:block;
	float:left;
	font-size:20px;
	line-height:60px;
	padding:100px 40px 20px 0px;
}
.history_cqh {
	width:1405px;
	overflow:hidden;
	position:relative;
	display:flex;
	justify-content:space-between;
}
.history_cw.overtext {
	overflow:hidden;
	position:relative;
	padding-bottom:60px;
}
.history_cw {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.history_cw ul {
	clear:both;
	overflow:hidden;
}
.history_cw li {
	display:block;
	line-height:32px;
}
.history_cw li span {
	width:128px;
	display:inline-block;
}
.history_cw:before {
	content:"";
	left:0;
	height:80px;
	width:100%;
	position:absolute;
	bottom:0;
	background:linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
	z-index:9;
}
.history_cw.active:before {
	background:none;
}
.overtext.active {
	height:auto;
}
.btn-loadmore {
	display:inline-block;
	text-align:center;
	line-height:36px;
	color:#7f7e7e;
	margin-top:35px;
	margin-top:0;
}
.btn-loadmore span {
	display:inline-block;
	background:url(/Skins/DefaultNews/neiye/ico08.gif) no-repeat right center;
	padding-right:24px;
	color:#3c424e;
}
.btn-loadmore:last-child span {
	background:url(/Skins/DefaultNews/neiye/ico09.gif) no-repeat right center;
}
.btn-loadmore.active {
	display:none;
}
.history_c1 {
	width:auto;
	opacity:0.1;
	display:none;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	width:100%;
}
.history_c1.active {
	opacity:1;
	display:block
}
@media screen and (max-width:980px) {
	.title-style h2 {
	text-transform:uppercase;
	font-size:2.2rem;
	line-height:60px;
	margin:8px 0 20px 0;
	color:#1a1a1a;
	text-align:center;
}
.ct_nav.on {
	display:none;
	width:19%;
	position:fixed;
	top:76px;
	background:#fff;
	z-index:999;
	width:100%;
	max-width:100%;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	padding:0 160px;
}
.ct_nav li {
	width:19%;
	float:left;
	font-size:16px;
	color:#2b2b2b;
	line-height:72px;
	height:72px;
	position:relative;
	margin-right:1%;
	cursor:pointer;
}
.qyln {
	width:100%;
	float:left;
	border-radius:2rem;
	background:#F7f7f7;
	margin-right:2%;
	margin-bottom:2rem;
}
.about-main2 {
	display:none;
}
.qyjg {
	width:100%;
	float:left;
	border-radius:2rem;
	background:#F7f7f7;
	margin-right:2%;
	margin-bottom:2rem;
}
.qyjg img {
	width:100%;
}
}/* 发展历程3 */
.cate4 .cn {
	font-size:42px;
	color:#000;
	line-height:60px;
	font-weight:bold;
	height:60px;
	overflow:hidden;
}
.ffazhan {
	padding:144px 0;
	background:#ffffff url('../images/fazhanbg.jpg') bottom / cover no-repeat;
}
.fazhan {
	position:relative;
	z-index:3;
	overflow:hidden;
	margin:100px auto 0;
	max-width:1536px;
	padding:0 96px;
}
.fazhan .swiper-container {
	height:360px;
}
.fazhan .swiper-slide {
	width:342px;
}
.fazhan .swiper-slide a {
	display:block;
	height:100%;
	font-size:0;
	cursor:pointer;
	padding-left:50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.fazhan .swiper-slide a:before {
	content:'';
	position:absolute;
	left:10px;
	top:35px;
	z-index:0;
	width:5px;
	height:270px;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f39700),to(rgba(243,151,0,0)));
	background-image:linear-gradient(to bottom,#f39700,rgba(243,151,0,0));
}
.fazhan .swiper-slide a.i1 {
	padding-top:114px;
}
.fazhan .swiper-slide a.i1:before {
	top:149px;
	height:215px;
}
.fazhan .swiper-slide a.i2 {
	padding-top:0;
}
.fazhan .swiper-slide a.i2:before {
	top:35px;
	height:270px;
}
.fazhan .swiper-slide a.i3 {
	padding-top:38px;
}
.fazhan .swiper-slide a.i3:before {
	top:73px;
	height:144px;
}
.fazhan .swiper-slide a.i4 {
	padding-top:44px;
}
.fazhan .swiper-slide a.i4:before {
	top:79px;
	height:266px;
}
.fazhan .swiper-slide i {
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
	width:25px;
	height:25px;
	-webkit-transition:1s;
	transition:1s;
	background:url('../images/quan.png') center no-repeat;
}
.fazhan .swiper-slide:hover i {
	-webkit-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.fazhan .swiper-slide a.i1 i {
	top:124px;
}
.fazhan .swiper-slide a.i2 i {
	top:10px;
}
.fazhan .swiper-slide a.i3 i {
	top:48px;
}
.fazhan .swiper-slide a.i4 i {
	top:54px;
}
.fazhan .swiper-slide .year {
	height:42px;
	font-size:30px;
	color:#f39700;
	line-height:42px;
	position:relative;
	font-family:"avian";
	margin-bottom:4px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.fazhan .swiper-slide dl {
	width:240px;
	overflow:auto;
}
.fazhan .swiper-slide dd {
	font-size:16px;
	line-height:32px;
	color:#666;
	white-space:normal;
}
.fazhan .swiper-slide-active .year {
	font-size:36px;
	text-indent:10px;
	font-weight:bold;
}
.fazhan .swiper-slide a.i1 dl {
	max-height:196px;
}
.fazhan .swiper-slide a.i2 dl {
	max-height:288px;
}
.fazhan .swiper-slide a.i3 dl {
	max-height:256px;
}
.fazhan .swiper-slide a.i4 dl {
	max-height:256px;
}
.fazhan .sw-next,.fazhan .sw-prev {
	position:absolute;
	top:108px;
	width:32px;
	height:52px;
	z-index:10;
	cursor:pointer;
	font-size:0;
	border-radius:5px;
	text-align:center;
	-webkit-transition:0.5s;
	transition:0.5s;
	border:1px solid #f39700;
}
.fazhan .sw-prev {
	left:16px;
	background:transparent url('../images/lt-fz.png') center no-repeat;
}
.fazhan .sw-next {
	right:16px;
	background:transparent url('../images/gt-fz.png') center no-repeat;
}
.fazhan .sw-prev:hover {
	background-image:url('../images/lth-fz.png');
	background-color:#f39700;
}
.fazhan .sw-next:hover {
	background-image:url('../images/gth-fz.png');
	background-color:#f39700;
}
.yaowan {
	position:relative;
	margin:40px auto 0;
	height:58px;
	padding-bottom:10px;
	z-index:3;
	overflow:hidden;
}
.yaowan .swiper-container {
	height:100%;
}
.yaowan .swiper-slide {
	width:362px;
	height:100%;
	text-align:center;
	position:relative;
}
.yaowan .swiper-slide a {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	position:relative;
	z-index:2;
	background:url('../images/ruler.png') bottom no-repeat;
}
.yaowan .swiper-slide .num {
	font-size:24px;
	color:#f39700;
	line-height:40px;
	font-family:"avian";
}
.yaowan .swiper-slide-active .num {
	font-weight:bold;
}
@media screen and (max-width:750px) {
	.fazhan {
	padding:0 5%;
}
.fazhan .swiper-slide {
	width:320px;
}
.fazhan .sw-prev {
	left:0;
	top:200px;
}
.fazhan .sw-next {
	right:0;
	top:200px;
}
}.fcase {
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
.fcaselist {
	width:100%;
	height:940px;
	font-size:0;
	margin:36px 0 0;
	padding:0 18px;
	position:relative;
	margin-left:-18px;
}
.fcaselist li {
	position:absolute;
	z-index:1;
	width:50%;
}
.fcaselist li.i1 {
	left:0;
	top:0;
}
.fcaselist li.i2 {
	right:0;
	top:0;
}
.fcaselist li.i3 {
	left:0;
	bottom:0;
}
.fcaselist li.i4 {
	right:0;
	bottom:0;
}
.fcaselist li.i1,.fcaselist li.i4 {
	height:342px;
}
.fcaselist li.i2,.fcaselist li.i3 {
	height:562px;
}
.fcaselist li.i1,.fcaselist li.i2 {
	margin-bottom:36px;
}
.fcaselist li .lin {
	padding:0 18px;
	height:100%;
}
.fcaselist li {
	padding:0 7%;
	display:block;
	position:relative;
	height:100%;
}
.fcaselist li .pic {
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	width:100%;
	height:100%;
}
.fcaselist li .pic img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.fcaselist li h3 {
	font-size:32px;
	color:#333;
	line-height:48px;
	font-weight:bold;
	height:48px;
	position:relative;
	z-index:1;
	padding-top:100px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.fcaselist li:hover h3 {
	color:#fdd900;
}
@media screen and (max-width:1400px) {
	.fcase {
	padding:110px 0;
}
}@media screen and (max-width:1024px) {
	.fcase {
	padding:80px 0;
}
}@media screen and (max-width:750px) {
	.fcase {
	padding:60px 0;
}
}@media screen and (max-width:840px) {
	.fcaselist {
	padding:0;
	margin-left:0;
	height:904px;
}
.fcaselist li .lin {
	padding:0;
}
.fcaselist li.i1,.fcaselist li.i2 {
	margin-bottom:0;
}
.fcaselist li h3 {
	font-size:24px;
}
}@media screen and (max-width:640px) {
	.fcaselist li h3 {
	font-size:20px;
}
.fcaselist li .txt {
	font-size:16px;
}
}.flexCS {
	justify-content:flex-start;
}
.flexCE,.flexCS {
	display:flex;
	align-items:center;
}
.HiPower {
	width:100%;
	margin:0rem auto;
	background:#f7f7f7;
	overflow:hidden;
}
.highpowerseven {
	width:100%;
	max-width:1600px;
	position:relative;
	text-align:center;
	margin:5rem auto;
}
.highpowerseven .highpowersevenDiv {
	gap:3rem;
	margin:5rem auto;
}
.highpowersevenDiv .highpowersevenDivTop {
	gap:3rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne {
	position:relative;
	width:74.4rem;
	height:31.8rem;
	margin:0 0 0rem;
	display:flex;
	flex-direction:column;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to bottom,transparent 90%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div {
	height:100%;
	width:100%;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div .txt {
	position:absolute;
	left:0;
	bottom:0;
	height:70px;
	width:100%;
	color:#fff;
	transition:all .5s;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div .txt h3 {
	font-size:2.4rem;
	line-height:60px;
	text-align:center;
	color:#fff;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>img {
	width:74.4rem;
	height:31.8rem;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo {
	text-align:left;
	position:relative;
	width:35.7rem;
	height:31.8rem;
	margin:3rem 0 3rem;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
	background:-webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to bottom,transparent 90%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTop>div:nth-child(2) {
	margin:0 0 0rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .txt {
	position:absolute;
	left:0;
	bottom:0;
	height:70px;
	width:100%;
	color:#fff;
	transition:all .5s;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .txt h3 {
	font-size:2.4rem;
	line-height:60px;
	text-align:center;
	color:#fff;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivDown,.highpowerseven .highpowersevenDiv .highpowersevenDivTop {
	gap:3rem;
	margin:0rem 0 0 0;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:first-child,.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:nth-child(2) {
	margin:0;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .highpowersevenDivTwo3Text {
	position:absolute;
	top:3rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo>img {
	width:35.7rem;
	height:31.8rem;
	top:3rem;
	border-radius:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree {
	position:relative;
	width:35.7rem;
	height:66.6rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
	background:-webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to bottom,transparent 90%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree .highpowersevenDivThreeText {
	position:absolute;
	top:6.1rem;
	width:100%;
}
.flexC,.flexCCA {
	display:flex;
	flex-direction:column;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivThree>img {
	width:35.7rem;
	height:31.8rem;
	border-radius:2rem;
}
@media screen and (max-width:980px) {
	.highpowerseven .highpowersevenDiv {
	width:100%;
	margin:0rem 0rem;
	float:left;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTop>div:nth-child(1) {
	width:100%;
	height:100%;
	gap:1rem;
	margin:0rem 0rem;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-bottom:2rem;
	overflow:hidden;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTop>div {
	width:100%;
	margin:0 0 0rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivDown,.highpowerseven .highpowersevenDiv .highpowersevenDivTop {
	width:100%;
	gap:0rem;
	margin:0rem 0rem;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-bottom:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne {
	text-align:left;
	position:relative;
	width:100%;
	height:100%;
	margin:3rem 0 3rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>div .txt h3 {
	font-size:1.5rem;
	line-height:60px;
	text-align:center;
	color:#fff;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:first-child,.highpowerseven .highpowersevenDiv .highpowersevenDivTwo:nth-child(2) {
	margin-bottom:2rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo {
	text-align:left;
	position:relative;
	width:100%;
	height:100%;
	margin:0rem 0 0rem;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivOne>img {
	width:100%;
	height:100%;
	border-radius:2rem;
	display:block;
	overflow:hidden;
	min-height:342px;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo>img {
	width:100%;
	height:100%;
	top:3rem;
	border-radius:2rem;
	overflow:hidden;
}
.highpowerseven .highpowersevenDiv .highpowersevenDivTwo .txt h3 {
	font-size:1.5rem;
	line-height:60px;
	text-align:center;
	color:#fff;
}
}/* 公司介绍页面样式 */
@media screen and (max-width:980px) {
	.header {
	display:block;
	height:48px;
}
.header.in {
	height:48px;
	color:#fff;
}
.header-condition {
	width:100%;
	height:48px;
	z-index:9999;
	position:fixed;
	top:0px;
	left:0px;
	/* 确保高于视频的z-index */
}
.product-detail-section {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.banner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.title-box {
	position:absolute;
	width:100%;
	left:37%;
	top:24%;
	color:#fff;
	z-index:10;
}
.product-detail-section-text {
	position:absolute;
	width:100%;
	left:2%;
	top:50%;
	color:#fff;
	z-index:10;
}
.subnav {
	position:relative;
	z-index:8;
	line-height:28px;
	padding:8px 0;
	font-size:13px;
	background:#fff;
}
}@media screen  and (min-width:1367px) {
	.subnav {
	position:relative;
	z-index:8;
	line-height:58px;
	padding:8px 0;
	font-size:15px;
	background:#f7f7f7;
}
}@media screen and (min-width:1367px) {
	/* 添加锚点导航样式 */
.ct_nav {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:0px 0;
	border-bottom:1px solid #eee;
	background-color:#fff;
}
.ct_nav li {
	padding:5px 15px;
	margin:5px;
	cursor:pointer;
	border-radius:5px;
	transition:background-color 0.3s,color 0.3s;
}
.ct_nav li.on,.ct_nav li:hover {
	background-color:#3d8a38;
	color:#fff;
}
/* 锚点目标位置偏移量，避免被固定导航遮挡 */:target::before {
	content:"";
	display:block;
	height:100px;
	/* 与固定导航高度一致 */
    margin:-100px 0 0;
}
.title-box {
	position:absolute;
	top:40%;
	left:40%;
	text-align:center;
}
.title-box .big {
	width:800px;
	margin-bottom:24px;
	font-size:60px;
	line-height:1.5em;
	font-weight:bold;
	color:#fff;
	text-align:left;
}
.title-box .small {
	max-width:800px;
	margin-bottom:10px;
	font-size:20px;
	line-height:1.5em;
	color:#fff;
	text-align:left;
	padding:10px 0px;
}
.font42 {
	font-size:4.2rem;
	line-height:1.3;
}
}.seronetitle {
	text-align:left;
	margin:6rem 0 0;
	color:#1d1d1f;
	font-size:2.2rem;
	line-height:1.3;
}
.abtpicbg {
	width:50%;
	position:absolute;
	right:0;
	top:20%;
	z-index:1;
	text-align:center;
}
.abtpicbg img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:2rem;
	z-index:10;
}
/* 基础重置样式 */
.container {
	max-width:1600px;
	margin:0 auto;
	padding:0 15px;
}
/* 标题样式 */
.section-title {
	color:#4CAF50;
	/* 绿色主题色 */
    font-size:24px;
	font-weight:bold;
	margin:20px 0;
	padding-left:10px;
	border-left:4px solid #4CAF50;
}
/* 文字描述样式 */
.section-desc {
	font-size:18px;
	color:#666;
	margin-bottom:15px;
	line-height:1.8;
}
/* 图片容器通用样式 */
.image-container {
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#fff;
	border-radius:1rem;
	box-shadow:0 2px 8px rgba(0,0,0,0.1);
}
.image-container img {
	width:100%;
	height:auto;
	display:block;
	transition:transform 0.3s ease;
}
.image-container:hover img {
	transform:scale(1.02);
}
/* 图片说明文字 */
.image-caption {
	font-size:12px;
	color:#888;
	margin-top:8px;
	padding:0 10px;
}
/* 响应式网格布局 */
.row {
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.col-12 {
	width:100%;
	padding:0 15px;
	margin-bottom:30px;
}
.col-6 {
	width:50%;
	padding:0 15px;
	margin-bottom:30px;
	flex:0 0 50%;
}
.col-4 {
	width:33.333%;
	padding:0 15px;
	margin-bottom:30px;
	flex:0 0 33.333%;
}
/* 媒体查询实现响应式设计 */
@media (max-width:991px) {
	.col-6,.col-4 {
	width:50%;
	flex:0 0 50%;
}
}@media (max-width:767px) {
	.col-6,.col-4 {
	width:100%;
	flex:0 0 100%;
}
.section-title {
	font-size:20px;
	margin:15px 0;
}
.section-desc {
	font-size:16px;
	margin-bottom:12px;
}
#research,#manufacturing {
	padding:0 20px;
}
}/* 图片卡片样式 为研发团队和制造团队增加统一感 */
.team-card {
	background-color:#fff;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 2px 10px rgba(0,0,0,0.08);
	transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.team-card:hover {
	transform:translateY(-5px);
	box-shadow:0 5px 15px rgba(0,0,0,0.12);
}
.team-card img {
	width:100%;
	height:auto;
	display:block;
}
.team-info {
	padding:15px;
}
/* 分隔线样式 */
.separator {
	height:1px;
	background-color:#eee;
	margin:40px 0;
}
/* 服务理念部分 */
.service-concept {
	text-align:justify;
}
/* 销售网络部分 */
.sales-network {
	text-align:justify;
}
/* 服务体系部分 */
.service-system {
	text-align:justify;
}
/* 列表样式 */
.location-list {
	list-style-type:none;
	margin-top:10px;
}
.location-list li {
	margin-bottom:5px;
}
/* 响应式设计 */
@media (max-width:768px) {
	.container {
	padding:5px 15px 0;
}
.section-title {
	font-size:22px;
	margin-top:20px;
}
.section-content {
	padding:15px;
	font-size:16px;
	line-height:1;
}
.section-content  p {
	line-height:26px;
	font-size:1rem;
	color:#444;
	padding:10px 0px;
	text-align:left;
}
}@media (max-width:480px) {
	.section-title {
	font-size:20px;
	margin-top:15px;
}
.location-list li {
	font-size:14px;
}
}/* 自营场站图片网格布局 */
.image-gallery {
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(500px,1fr));
	gap:15px;
	margin-top:3rem;
	margin-bottom:2rem;
}
/* 图片容器样式 */
.image-container {
	position:relative;
	overflow:hidden;
	border-radius:8px;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
	transition:transform 0.3s ease;
}
/* 图片样式 */
.image-container img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform 0.5s ease;
}
/* 图片悬停效果 */
.image-container:hover {
	transform:translateY(-5px);
}
.image-container:hover img {
	transform:scale(1.05);
}
/* 图片覆盖层（可选） */
.image-container::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(to top,rgba(0,0,0,0.6),transparent);
	opacity:0;
	transition:opacity 0.3s ease;
}
.image-container:hover::before {
	opacity:1;
}
/* 图片标题（可选） */
.image-container .caption {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:15px;
	color:white;
	background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);
	opacity:0;
	transition:opacity 0.3s ease;
	font-size:1.2rem;
	text-align:center;
}
.image-container:hover .caption {
	opacity:1;
}
/* 响应式调整 */
@media (max-width:768px) {
	.image-container img {
	height:180px;
}
.image-container::before,.image-container .caption {
	display:none;
	/* 在小屏幕上隐藏覆盖层和标题 */
}
}@media (max-width:480px) {
	.image-container img {
	height:150px;
}
.image-gallery {
	grid-template-columns:1fr 1fr;
}
}/* 图片加载占位符 */
.image-placeholder {
	width:100%;
	height:220px;
	background-color:#e0e0e0;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#999;
}
/* 合作伙伴Logo网格容器 */
        .logo-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
	gap:20px;
	margin-top:3rem;
	margin-bottom:2rem;
}
/* Logo项目外层容器 */
        .logo-wrapper {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:15px;
	/* 图片和文字之间的间距 */
}
/* Logo项目样式 */
        .logo-item {
	background-color:#fff;
	padding:20px;
	border-radius:1rem;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #f7f7f7;
	width:100%;
	/* 确保宽度一致 */
}
.logo-item:hover {
	transform:translateY(-5px);
	box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
/* Logo图片样式 */
        .logo-item img {
	max-width:100%;
	height:auto;
	max-height:130px;
	object-fit:contain;
}
/* Logo文字说明样式 */
        .logo-caption {
	font-size:18px;
	color:#333;
	text-align:center;
	padding:0 10px;
	word-break:break-word;
	width:100%;
	/* 确保宽度一致 */
}
/* 响应式调整 */
 @media (max-width:1024px) {
	.logo-grid {
	gap:15px;
	grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.logo-item {
	padding:15px;
}
.logo-item img {
	max-height:100px;
}
.logo-caption {
	font-size:14px;
}
}@media (max-width:768px) {
	.logo-grid {
	gap:12px;
	grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
}
.logo-item {
	padding:12px;
}
.logo-item img {
	max-height:80px;
}
.logo-caption {
	font-size:12px;
}
}@media (max-width:480px) {
	.logo-grid {
	gap:10px;
	grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
}
.logo-item {
	padding:10px;
}
.logo-item img {
	max-height:60px;
}
.logo-caption {
	font-size:10px;
}
}/* 淡入效果 */
        .logo-grid .logo-wrapper {
	opacity:0;
	transform:translateY(20px);
	animation:fadeIn 0.6s ease forwards;
}
/* 简化动画延迟 */
        .logo-grid .logo-wrapper {
	animation-delay:calc(var(--delay) * 0.1s);
}
/* 为每个logo-wrapper设置延迟变量 */
        .logo-wrapper:nth-child(1) {
	--delay:1;
}
.logo-wrapper:nth-child(2) {
	--delay:2;
}
.logo-wrapper:nth-child(3) {
	--delay:3;
}
.logo-wrapper:nth-child(4) {
	--delay:4;
}
.logo-wrapper:nth-child(5) {
	--delay:5;
}
.logo-wrapper:nth-child(6) {
	--delay:6;
}
.logo-wrapper:nth-child(7) {
	--delay:7;
}
.logo-wrapper:nth-child(8) {
	--delay:8;
}
.logo-wrapper:nth-child(9) {
	--delay:9;
}
.logo-wrapper:nth-child(10) {
	--delay:10;
}
.logo-wrapper:nth-child(11) {
	--delay:11;
}
.logo-wrapper:nth-child(12) {
	--delay:12;
}
.logo-wrapper:nth-child(13) {
	--delay:13;
}
.logo-wrapper:nth-child(14) {
	--delay:14;
}
.logo-wrapper:nth-child(15) {
	--delay:15;
}
.logo-wrapper:nth-child(16) {
	--delay:16;
}
.logo-wrapper:nth-child(17) {
	--delay:17;
}
.logo-wrapper:nth-child(18) {
	--delay:18;
}
.logo-wrapper:nth-child(19) {
	--delay:19;
}
.logo-wrapper:nth-child(20) {
	--delay:20;
}
@keyframes fadeIn {
	from {
	opacity:0;
	transform:translateY(20px);
}
to {
	opacity:1;
	transform:translateY(0);
}
}/* 四大产品线产品网格布局 */
.product-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	gap:30px;
	margin-top:3rem;
	margin-bottom:2rem;
}
/* 产品卡片 */
.product-card {
	border-radius:1rem;
	overflow:hidden;
	transition:transform 0.3s ease;
	border:1px solid  #f7f7f7;
	height:auto;
}
.product-card:hover {
	transform:translateY(-8px);
}
/* 产品图片 */
.product-image {
	width:100%;
	height:auto;
	object-fit:cover;
	background-color:#e9ecef;
}
/* 产品信息 */
.product-info {
	background:#f7f7f7;
	padding:20px;
}
.product-title {
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	color:#333;
	text-align:center;
}
/* 响应式调整 */
@media (max-width:768px) {
	.product-grid {
	grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}
.product-image {
	height:200px;
}
}@media (max-width:480px) {
	.product-grid {
	grid-template-columns:1fr;
}
.product-info {
	padding:15px;
}
.product-title {
	font-size:16px;
	margin-bottom:10px;
}
}/* 企业实力标题样式 */
        .section-title {
	font-size:24px;
	font-weight:bold;
	margin:30px 0 20px;
	color:#333;
	text-align:left;
	position:relative;
	padding-left:10px;
}
/* 认证图标区域 */
        .cert-icons {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.cert-icon {
	width:80px;
	height:80px;
	margin:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
/* 证书展示区域通用样式 */
        .cert-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:40px;
}
.cert-item {
	width:100%;
	max-width:16%;
	margin-bottom:30px;
	padding:0 10px;
}
.cert-image {
	width:100%;
	border-radius:5px;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
	margin-bottom:15px;
}
.cert-title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
/* 响应式调整 */
        @media (max-width:1024px) {
	.cert-item {
	max-width:45%;
}
}@media (max-width:768px) {
	.cert-item {
	max-width:50%;
}
.section-title {
	font-size:22px;
}
}@media (max-width:480px) {
	.cert-item {
	margin-bottom:20px;
}
.section-title {
	font-size:20px;
	margin:20px 0;
}
}/* 全球网络地图容器 */
        .map-container {
	position:relative;
	width:100%;
	max-width:1200px;
	margin:2rem auto;
	padding:20px;
	background-color:#fff;
}
/* 地图SVG样式 */
        .world-map {
	width:100%;
	height:auto;
	position:relative;
	margin:20px auto;
}
/* 信息框样式 */
        .info-box {
	position:absolute;
	top:5px;
	left:25%;
	background-color:#3d8a38;
	color:white;
	padding:15px 20px;
	border-radius:4px;
	max-width:300px;
	font-size:16px;
	box-shadow:0 2px 8px rgba(0,0,0,0.15);
	z-index:10;
	display:block;
}
.info-box::after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translateX(-50%);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #3d8a38;
}
/* 响应式调整 */
        @media (max-width:768px) {
	.info-box {
	width:90%;
	right:5%;
	font-size:14px;
}
.connection-line {
	stroke-width:0.8;
}
.location-pin {
	width:18px;
	height:18px;
}
.location {
	width:10px;
	height:10px;
}
}@media (max-width:480px) {
	.info-box {
	width:95%;
	right:2.5%;
	padding:12px 15px;
	font-size:13px;
}
.connection-line {
	stroke-width:0.5;
}
}@media screen and (max-width:1366px) and (min-width:1024px) {
	.title-box {
	position:absolute;
	top:40%;
	left:40%;
	text-align:center;
}
.title-box .big {
	width:800px;
	margin-bottom:24px;
	font-size:60px;
	line-height:1.5em;
	font-weight:bold;
	color:#fff;
	text-align:left;
}
.title-box .small {
	max-width:800px;
	margin-bottom:10px;
	font-size:20px;
	line-height:1.5em;
	color:#fff;
	text-align:left;
	padding:10px 0px;
}
.font42 {
	font-size:4.2rem;
	line-height:1.3;
}
}@media (max-width:980px) {
	.banner-box {
	width:100%;
	height:500px;
	left:0;
	top:0;
	z-index:10;
	background-repeat:no-repeat;
	background-size:100% 100%;
	min-height:400px;
}
.title-box {
	position:absolute;
	width:100%;
	left:37%;
	top:34%;
	color:#fff;
	z-index:10;
}
.title-box .big {
	font-weight:900;
	font-size:2rem;
	line-height:1.8;
	text-align:left;
}
.title-box .small {
	display:none;
	overflow:hidden;
	font-size:1rem;
	line-height:1.6;
	width:100%;
	padding:0rem 1rem;
	max-width:100%;
	margin-bottom:24px;
	font-weight:1;
	color:#fff;
	text-align:left;
}
.rongyu .img img {
	width:100%;
	height:auto;
	z-index:1000;
}
p {
	line-height:28px;
	font-size:1rem;
	color:#444;
	padding:10px 0px;
	text-align:left;
}
.abtpicbg {
	position:relative;
	width:100%;
	height:auto;
	z-index:1;
}
.ct_main {
	width:100%;
	margin:1rem auto;
	background:#fff;
	padding:0 0 0 0;
}
.content1 {
	width:100%;
	margin:0px auto;
	max-width:1600px;
}
.facp {
	max-width:1600px;
	width:100%;
	margin:2rem 0 1px 2px;
	overflow:hidden;
	text-align:center;
	display:flex;
}
.edge1 {
	max-width:1600px;
	width:100%;
	margin:1rem auto;
	overflow:hidden;
}
article {
	padding:0 0 0 0;
}
.qyjg {
	margin:1rem auto;
}
.fazhan .swiper-slide dl {
	width:100%;
}
.fazhan .swiper-slide dd {
	font-size:16px;
	line-height:24px;
	color:#666;
	white-space:normal;
	display:inline-block;
}
.fazhan .swiper-slide a.i1 dl {
	max-height:120%;
}
}@media screen and (max-width:1366px) and (min-width:1024px) {
	.banner-box .content {
	width:100%;
	max-width:1600px;
	height:100%;
	margin:0rem 6rem;
}
.ct_nav {
	overflow:hidden;
	border-bottom:1px solid #f7f7f7;
	width:100%;
	max-width:1600px;
	margin:0rem 3rem;
	text-align:center;
}
.content1 {
	width:100%;
	margin:0rem .5rem;
	max-width:1600px;
}
.abtother {
	width:46%;
	margin-left:2rem;
}
.qyjg {
	width:100%;
	margin:0px auto;
	text-align:center;
}
.qyjg img {
	width:100%;
	text-align:center;
}
}@media screen and (min-width:1367px) {
	.show-content>div>h4 {
	font-size:38px;
	line-height:1;
	color:#1a1a1a;
}
.rongyu {
	width:14%;
	float:left;
	margin:1.5% 2% 0 0;
	background-color:#fff;
	box-shadow:0px 0px 8px #ccc;
	height:420px;
}
.rongyu .img {
	display:block;
	width:224px;
	height:316px;
	position:relative;
	overflow:hidden;
}
.rongyu .img img {
	width:224px;
	height:316px;
	position:absolute;
	left:0;
	top:0;
	min-height:100%;
	display:block;
	transition:all .5s;
}
.rongyu:hover .img img {
	transform:scale(1.1);
}
.rongyu p {
	width:100%;
	text-align:center;
	margin:10px 0 15px 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	/*显示几行*/
    overflow:hidden
}
.qyjg {
	width:1161px;
	margin:5rem auto;
	text-align:center;
}
.qyjg img {
	width:100%;
	margin:0px auto;
	max-width:100%;
}
.ct_nav.on {
	position:fixed;
	top:76px;
	background:#fff;
	z-index:999;
	width:100%;
	max-width:1920px;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	padding:0 160px;
}
.banner-box::before {
	display:none;
}
.show-content {
	text-align:left;
}
.edge1 {
	margin-top:0rem;
	padding:68px 0 30px;
	height:100%;
	text-align:center;
	font-size:28px;
	background-size:cover;
}
.ffazhan {
	padding:14px 0;
	background:#ffffff url(../images/fazhanbg.jpg) bottom / cover no-repeat;
	margin-bottom:1.5rem;
}
.fazhan {
	position:relative;
	z-index:3;
	overflow:hidden;
	margin:10px auto 0;
	max-width:1600px;
	padding:0 96px;
}
.facp {
	position:relative;
	z-index:3;
	overflow:hidden;
	margin:5rem  0 0;
	max-width:1600px;
}
.qyln {
	width:23%;
	float:left;
	border-radius:2rem;
	background:#F7f7f7;
	margin-right:2%;
	overflow:hidden;
}
.qyln:hover {
	transform:translateY(-3px);
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
}@media screen and (max-width:1366px) and (min-width:1024px) {
	.banner-box .content {
	width:100%;
	max-width:1600px;
	height:100%;
	margin:0rem 6rem;
}
.show-content>div>h4 {
	font-size:38px;
	line-height:1;
	color:#1a1a1a;
}
.qyjg {
	width:1161px;
	margin:5rem auto;
	text-align:center;
}
.qyjg img {
	width:100%;
	margin:0px auto;
	max-width:100%;
}
.ct_nav.on {
	position:fixed;
	top:76px;
	background:#fff;
	z-index:999;
	width:100%;
	max-width:1920px;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	padding:0 160px;
}
.banner-box::before {
	display:none;
}
.show-content {
	text-align:left;
}
.edge1 {
	margin-top:0rem;
	padding:68px 0 0;
	height:100%;
	text-align:center;
	font-size:28px;
	background-size:cover;
}
.ffazhan {
	padding:14px 0;
	background:#ffffff url(../images/fazhanbg.jpg) bottom / cover no-repeat;
}
.fazhan {
	position:relative;
	z-index:3;
	overflow:hidden;
	margin:10px auto 0;
	max-width:1600px;
	padding:0 96px;
}
.facp {
	position:relative;
	z-index:3;
	overflow:hidden;
	margin:5rem auto 0;
	max-width:1600px;
}
.rongyury .pro_boxry {
	width:100%;
	margin-bottom:0px;
	margin:0px 20px;
}
.rongyu {
	width:23%;
	float:left;
	margin:1.5% 2% 0 0;
	background-color:#fff;
	box-shadow:0px 0px 8px #ccc;
}
.rongyu .img {
	display:block;
	width:407px;
	height:406px;
	position:relative;
	overflow:hidden;
}
.rongyu .img img {
	width:288px;
	height:406px;
	position:absolute;
	left:0;
	top:0;
	min-height:100%;
	display:block;
	transition:all .5s;
}
.rongyu:hover .img img {
	transform:scale(1.1);
}
.rongyu p {
	width:100%;
	text-align:center;
	margin:10px 0 15px 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	/*显示几行*/
    overflow:hidden
}
}@media (max-width:380px) {
	.rongyu {
	width:97%;
	float:left;
	margin:20px 1.5%;
}
}@media (max-width:1199px) {
	.rongyu {
	width:14%;
	float:left;
	margin:20px 1.5%;
}
}@media (max-width:768px) {
	.ct_nav {
	display:none;
}
.intr_box {
	margin:0px auto;
}
.rongyu {
	width:47%;
	float:left;
	margin:5px 5px 0;
	height:328px;
}
.fazhan {
	width:100%;
	max-width:1600px;
	margin:1rem auto;
}
.fazhan .swiper-container {
	height:160px;
}
.fazhan .swiper-slide a.i1:before {
	top:89px;
	height:215px;
	display:none;
}
.fazhan .swiper-slide a.i1 i {
	display:none;
}
.fazhan .sw-prev {
	left:1rem;
	top:100px;
}
.fazhan .sw-next {
	right:1rem;
	top:100px;
}
.fazhan .swiper-slide a.i1 {
	padding-top:54px;
}
.qyln {
	width:49%;
	border-radius:1rem;
	background:#F7f7f7;
	margin-right:1%;
	margin-bottom:0rem;
}
.qyln a {
	width:100%;
	text-align:center;
	margin:0rem auto;
}
.qyln a .img {
	width:80px;
	margin:0px auto;
	text-align:center;
}
.qyln .pb {
	width:100%;
	height:auto;
	text-align:center;
	margin:1rem auto 0;
	padding-bottom:100%;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.qyln a .info {
	width:100%;
	height:100px;
	text-align:center;
	padding:2px 2px;
	overflow:hidden;
}
.qyln a .info .title {
	width:100%;
	height:auto;
	font-weight:500;
	font-size:1.2rem;
	color:#222222;
	line-height:2;
	-webkit-transition:all .35s ease;
	-o-transition:all .35s ease;
	transition:all .35s ease;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.abone {
	padding:10px 0 0;
}
.case_js {
	width:100%;
	margin:1rem auto;
	overflow:hidden;
	margin-bottom:0px;
}
.qyln a .info .details {
	width:100%;
	font-size:.9rem;
	color:#999;
	line-height:1.2;
	text-align:center;
}
.ffazhan {
	padding:0px 0;
	background:#ffffff url(../images/fazhanbg.jpg) bottom / cover no-repeat;
}
.cer8 {
	max-width:1600px;
	margin:0 auto;
	padding:0 1rem;
}
}.jdalr {
	max-width:1600px;
	margin:3rem auto 0;
	padding:20px;
}
/* 分类标题样式 */
.category {
	margin-bottom:8px;
	padding:10px 0;
}
.category h2 {
	font-size:2.2rem;
	font-weight:600;
	text-align:left;
	margin-bottom:20px;
	color:#333;
	display:flex;
	justify-content:flex-start;
	align-content:center;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:baseline;
}
.category h2 span {
	font-size:4.8rem;
	font-weight:900;
	text-align:left;
	color:#3d8a38;
	font-style:italic;
	margin-right:20px;
}
/* 图片网格布局 */
.grid-container {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	gap:20px;
}
.grid-item img {
	width:100%;
	height:auto;
	object-fit:cover;
	transition:transform 0.3s ease;
}
.serabout2 li img:hover {
	transform:scale(1.009);
}
.serabout3 li img:hover {
	transform:scale(1.009);
}
.serabout4 li img:hover {
	transform:scale(1.009);
}
/* 图片标签样式 */
.label {
	background-color:#3d8a38;
	color:#fff;
	text-align:center;
	font-size:1.4rem;
	position:relative;
	padding:1rem;
}
.label::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	background:rgba(255,255,255,0.2);
	z-index:0;
}
.label span {
	position:relative;
	z-index:1;
}
/* 响应式调整 */
@media (max-width:768px) {
	.grid-container {
	grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}
.grid-item img {
	height:180px;
}
}@media (max-width:480px) {
	.grid-container {
	grid-template-columns:1fr;
}
.grid-item img {
	height:160px;
}
.category h2 {
	font-size:22px;
	margin-bottom:15px;
}
}/* 图片加载占位 */
.grid-item img {
	background-color:#e0e0e0;
	opacity:1;
	transition:opacity 0.5s ease,transform 0.3s ease;
}
/* 解决方案页面样式 */
@media screen and (max-width:980px) {
	.header {
	display:block;
	height:48px;
}
.header.in {
	height:48px;
	color:#fff;
}
.header-condition {
	width:100%;
	height:48px;
	z-index:9999;
	position:fixed;
	top:0px;
	left:0px;
	/* 确保高于视频的z-index */
}
.product-detail-section {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.banner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.li-box .li {
	width:99%;
	padding:2rem 2rem;
	height:70px;
	margin-right:2%;
	display:flex;
	background-color:#3d8a38;
	display:flex;
	justify-content:center;
	align-items:center;
}
}/* 每个 section 的通用样式 */
.edge1,.edge2,.edge3 {
	width:100%;
	max-width:1600px;
	margin:3rem auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
	margin-bottom:1rem;
	border-radius:1rem;
	/* 居中显示 */
}
.edge1 {
	}.edge1 .pic {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	font-size:0;
}
.edge1 .pic img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
/* 文章内容样式 */
.waper {
	position:absolute;
	top:0%;
	left:0%;
	z-index:2;
	width:96%;
	max-width:680px;
	text-align:center;
	font-size:1.2rem;
	line-height:1.8;
}
h2 {
	font-size:2.2rem;
	line-height:3;
}
.edge-content {
	background-color:rgba(255,255,255,0.6);
	padding:2rem;
	border-radius:10px;
	width:80%;
	max-width:600px;
	margin:0% 2%;
	top:20%;
	left:0;
}
/* 表格样式 */
.product-table {
	width:100%;
	border-collapse:collapse;
}
.product-table td {
	padding:0.5rem;
	border:1px solid #ccc;
}
tr {
	background-color:rgba(255,255,255,0.2);
	transition:.3s;
}
.text-center {
	text-align:center;
}
/* 媒体查询，针对小屏幕设备优化 */
@media (max-width:667px) {
	.subnav {
	position:relative;
	z-index:8;
	line-height:26px;
	padding:8px 0;
	font-size:13px;
	background:#fff;
}
.waper {
	position:absolute;
	top:2%;
	left:10%;
	z-index:2;
	width:96%;
	max-width:380px;
	text-align:center;
	font-size:.8rem;
	line-height:1;
}
h2 {
	font-size:1.2rem;
	line-height:1.6;
}
.edge-content {
	background-color:rgba(255,255,255,0.6);
	padding:0rem;
	border-radius:10px;
	width:80%;
	max-width:400px;
	margin:0% 2%;
	top:20%;
	left:0;
	font-size:.8rem;
	line-height:1.2;
	height:186px;
	overflow:hidden;
}
.edge-bottom {
	height:136px;
	overflow:hidden;
}
}@media (max-width:1920px) and  (min-width:1367px) {
	.waper {
	position:absolute;
	top:18%;
	left:2%;
	z-index:2;
	width:99%;
	max-width:520px;
	text-align:center;
	font-size:1.2rem;
	line-height:2;
}
h2 {
	font-size:2.2rem;
	line-height:2;
}
}@media (max-width:1366px) and  (min-width:981px) {
	.subnav {
	position:relative;
	z-index:8;
	line-height:58px;
	padding:8px 0;
	font-size:15px;
	background:#fff;
}
.waper {
	position:absolute;
	top:12%;
	left:2%;
	z-index:2;
	width:96%;
	max-width:880px;
	text-align:center;
	font-size:1.8rem;
	line-height:2;
}
h2 {
	font-size:2.2rem;
	line-height:2;
}
}@media (max-width:980px) and  (min-width:668px) {
	.subnav {
	position:relative;
	z-index:8;
	line-height:58px;
	padding:8px 0;
	font-size:15px;
	background:#fff;
}
.waper {
	position:absolute;
	top:22%;
	left:2.5%;
	z-index:2;
	width:96%;
	max-width:680px;
	text-align:center;
	font-size:1rem;
	line-height:1;
}
.edge1,.edge2,.edge3,.edge-content {
	width:99%;
	margin:1rem auto;
	padding:1rem;
	margin-bottom:1rem;
}
.product-table td {
	padding:0.3rem;
}
h2 {
	font-size:1.6rem;
	line-height:1.6;
}
}@media screen and (max-width:1366px) and (min-width:1024px) {
	.subnav {
	position:relative;
	z-index:8;
	line-height:58px;
	padding:8px 0;
	font-size:15px;
	background:#fff;
}
.public-content {
	font-size:1.4rem;
	line-height:2;
	color:#000;
	width:100%;
	max-width:1600px;
	margin:0rem auto 0rem;
	border-radius:2rem;
	height:100%;
	padding:0px 5px;
	font-weight:300;
}
.serlist li {
	float:left;
	width:25%;
	margin-bottom:8px;
	border-radius:2rem;
}
.serlist li .pic {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	font-size:0;
	text-align:center;
	line-height:328px;
	border-radius:1rem;
}
.serlist {
	overflow:hidden;
	padding:0 0 0px;
	margin:30px -24px 0;
}
.product-detail-feature-title {
	text-align:center;
	line-height:3;
}
.product-detail-feature {
	padding:0rem 1.2rem 0;
	overflow:hidden;
}
.n_makely {
	width:100%;
	max-width:1600px;
	margin:3rem auto 2rem;
}
.product-detail-feature-title .shtitle-2 {
	font-weight:900;
	line-height:3;
}
.e_container-2 {
	position:absolute;
	left:35%;
	top:25%;
	transform:translate(-50%,-50%);
	z-index:10;
}
.e_text-3 {
	width:800px;
	line-height:1;
	font-weight:bold;
	color:#fff;
	letter-spacing:.1px;
	border-radius:1rem;
}
.edge1-bottom {
	width:100%;
	border-top:2px solid rgba(255,255,255,.1);
	overflow:hidden;
	padding:1% 0;
	color:#333;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:28px;
	color:#3d8a38;
	font-size:26px;
	padding:0 16px;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
	margin-bottom:20px;
	border-radius:1rem;
	width:210px;
	float:left;
	font-weight:900;
}
.e_richText-4 {
	width:100%;
	max-width:1366px;
	margin:2rem auto;
}
.e_richText-4 img {
	width:100%;
	text-align:center;
	border-radius:2rem;
}
}@media screen and (min-width:1367px) {
	.banner-box {
	width:100%;
	height:960px;
	background-size:cover;
	object-fit:cover;
	/* 或 use 'contain' based on your needs */
    background-repeat:no-repeat;
	background-size:100% 100%;
}
.banner-box::before {
	position:absolute;
	content:"";
	width:100%;
	height:960px;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to left,transparent 50%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
.e_container-2 {
	position:absolute;
	left:38.333%;
	top:45%;
	transform:translate(-50%,-50%);
	z-index:10;
}
.e_text-3 {
	font-weight:900;
	overflow:hidden;
	line-height:2;
	color:#fff;
	font-size:60px;
	width:1200px;
}
.e_richText-5 {
	color:#fff;
	font-size:2rem;
	line-height:2;
	width:1200px;
	border-bottom:5rem;
	font-weight:900;
}
.e_richText-5 p {
	font-weight:900;
	overflow:hidden;
	line-height:2;
	color:#3d8a38;
	font-size:30px;
	width:1600px;
}
.e_richText-4 {
	width:100%;
	max-width:1600px;
	margin:3rem auto 0;
	border-radius:2rem;
	display:flex;
	justify-content:center;
	/* 水平居中 */
    align-items:center;
	/* 垂直居中 */
    text-align:center;
}
.e_richText-4 img {
	height:auto;
	max-width:100%;
	padding:40px 0px;
}
.n_makely ul li .makecon p {
	display:block;
	padding:12px 10px 12px 0;
	border-top:0;
	font-size:18px;
	line-height:2;
}
.public-content {
	font-size:1.4rem;
	line-height:2;
	color:#000000;
	width:100%;
	max-width:1600px;
	margin:3rem auto 0rem;
	border-radius:2rem;
	height:100%;
	padding:10px 30px;
	font-weight:300;
}
.n_makely ul {
	width:1600px;
	gap:0.1rem;
}
.n_makely ul li .img {
	border-radius:1rem;
	width:800px;
	height:566px;
}
.n_makely ul li .makecon {
	border-radius:1rem;
	width:700px;
}
.product-detail-feature {
	padding:2rem 0;
	overflow:hidden;
	padding-bottom:0;
}
.n_makely ul li .makecon {
	background:#fff;
	border-radius:1rem;
	padding:0.25rem 3.75rem;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	height:100%;
}
.n_makely ul li .makecon b {
	color:#212121;
	font-size:2.125rem;
	line-height:1.5;
	margin:1rem 0 1.5rem;
}
.n_makely ul li .makecon b::before {
	width:0.5rem;
	height:0.5rem;
	color:#3d8a38;
	background-color:#666;
	border-radius:99999rem;
	top:0.7rem;
	position:absolute;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:28px;
	color:#3d8a38;
	font-size:26px;
	padding:0 16px;
	float:left;
	position:relative;
	margin:10px 10px 0 0;
	margin-bottom:20px;
	border-radius:1rem;
	width:160px;
	float:left;
	font-weight:900;
}
.n_makely ul li .makecon h5 {
	color:#212121;
	font-size:3rem;
	line-height:2;
	margin:1rem 0 1.5rem;
}
.serlist {
	width:100%;
	max-width:1600px;
	overflow:hidden;
	padding:0 0;
	margin:35px auto;
	margin-bottom:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
}
.serlist li {
	width:24%;
	margin-bottom:8px;
	box-sizing:border-box;
	padding:8px 0;
}
.serlist li .lin {
	padding:0 0 0 0;
}
.serlist li a {
	display:block;
	position:relative;
}
.serlist li .pic {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	font-size:0;
	text-align:center;
	line-height:328px;
	border-radius:1rem;
}
.serlist li img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.serlist li:hover  img {
	transform:scale(1.1);
}
.serlist li h3 {
	position:relative;
	overflow:hidden;
	height:34px;
	-webkit-transition:.5s;
	transition:.5s;
	font-size:18px;
	color:#333;
	line-height:34px;
	text-align:center;
}
.serlist li:hover h3 {
	color:#89bb12;
}
}@media screen and (max-width:1024px) {
	.serlist li {
	width:50%;
	margin-bottom:10px;
}
}@media screen and (max-width:980px) {
.serlist {
	margin:0 -15px;
}
.serlist li .lin {
	padding:0 15px;
}
.e_text-3 {
	font-weight:900;
	overflow:hidden;
	color:#fff;
	font-size:1.6rem;
	line-height:1.8;
	width:100%;
}
.e_richText-5 {
	color:#fff;
	font-size:1rem;
	line-height:1.6;
	width:100%;
	border-bottom:5rem;
	font-weight:900;
}
.edge1-bottom {
	width:100%;
	border-top:2px solid rgba(255,255,255,.1);
	overflow:hidden;
	padding:1% 0;
	color:#333;
}
.edge1-bottom .table {
	width:100%;
	max-width:100%;
	margin:1rem auto;
	border:1px solid rgba(255,255,255,.9);
	opacity:.6;
	color:#fff;
}
.n_makely ul {
	width:100%;
	display:block;
	float:left;
	margin-bottom:0;
}
.n_makely ul li .makecon {
	background:#fff;
	border-radius:1rem;
	padding:1.25rem 0.75rem;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:100%;
}
}@media screen and (max-width:980px) {
	.n_makely ul li {
	width:100%;
	display:block;
	float:left;
	gap:10px;
	grid-template-columns:.678fr .322fr;
	margin-bottom:0rem;
}
.product-detail-feature {
	padding:0rem 0 0 0;
	overflow:hidden;
	padding-bottom:0;
}
.public-content {
	font-size:1.4rem;
	line-height:2;
	color:#000;
	width:100%;
	max-width:1600px;
	margin:1rem auto;
	background:rgba(255 255 255);
	border-radius:2rem;
	height:100%;
	padding:0rem 1rem;
	font-weight:300;
	margin-bottom:0;
}
.n_makely ul li .img {
	border-radius:1rem;
	margin-top:1rem;
}
.product-detail-feature-title .shtitle-2 {
	font-weight:900;
	font-size:2.2rem;
	text-align:center;
	line-height:3;
	padding-top:1rem;
	margin-bottom:0;
}
.edge1-content>h2 {
	width:100%;
	font-size:1.7rem;
	line-height:2;
	text-align:left;
}
.edge1-content>h2:after {
	display:block;
	width:68px;
	height:0px;
	content:'';
	margin:0px auto;
	background:#3d8a38;
}
.serlist {
	padding:0 0 0px;
	margin:1rem 0 0 0;
}
.serlist li {
	width:100%;
}
}/* 媒体查询，当屏幕宽度小于 600px 时应用这些样式 */
@media (max-width:980px) {
	.banner-box {
	background-size:cover;
	/* 确保背景图片覆盖整个容器 */
      background-position:center;
	/* 背景图片居中显示 */
      display:flex;
	/* 使用 flexbox 布局 */
      justify-content:center;
	align-items:center;
	min-height:490px;
	/* 设置最小高度 */
}
.banner-box::before {
	position:absolute;
	content:"";
	width:100%;
	min-height:490px;
	/* 设置最小高度 */
    left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to left,transparent 10%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
.e_container-2 {
	position:absolute;
	left:50%;
	top:30%;
	transform:translate(-50%,-50%);
	z-index:10;
	width:90%;
}
.product-detail-feature-title {
	text-align:center;
	line-height:3;
}
.e_richText-4 {
	margin:1rem auto 0;
	padding:0rem 1rem;
}
.n_makely {
	width:100%;
	max-width:100%;
	margin:0rem auto;
}
.n_makely ul li .makecon b {
	color:#212121;
	font-size:1rem;
	line-height:1.2;
	margin:0rem 0 .5rem;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:22px;
	color:#3d8a38;
	font-size:16px;
	padding:0 0px;
	float:left;
	position:relative;
	margin:5px 5px 0 0;
	margin-bottom:5px;
	width:30%;
	float:left;
	font-weight:900;
}
}@media screen and (min-width:1367px) {
	.banner-box .images {
	width:100%;
	height:auto;
	font-size:0;
	overflow:hidden;
}
.product-detail-feature-title .shtitle-2 {
	font-weight:900;
	line-height:3;
}
}/* 小屏幕设备样式 */
@media (max-width:600px) {
	.table {
	font-size:14px;
}
}@media screen and (min-width:1024px) {
	.product-detail-section-text {
	position:absolute;
	width:100%;
	left:9%;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	z-index:10;
}
.product-detail-section-title {
	position:relative;
	padding:2% 0;
	overflow:hidden;
}
.product-detail-section-txt {
	margin-top:1%;
}
.product-detail-section-title .shentitle-1 {
	font-weight:900;
	overflow:hidden;
	line-height:2;
	color:#fff;
	font-size:60px;
}
.product-detail-section-txt p {
	color:#fff;
	font-size:2rem;
	line-height:2;
	border-bottom:0rem;
	font-weight:900;
	width:100%;
	padding:0px 0px;
}
.subnav {
	position:relative;
	z-index:8;
	line-height:58px;
	padding:8px 0;
	font-size:15px;
	background:#fff;
}
.product-detail-section-pic::before {
	position:absolute;
	content:"";
	width:100%;
	height:960px;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to left,transparent 50%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
}@media screen and (max-width:980px) {
	.product-detail-section-text {
	position:absolute;
	width:100%;
	left:2%;
	top:50%;
	color:#fff;
	z-index:10;
}
.product-detail-section-title {
	position:relative;
	padding:5% 0 0 0;
	overflow:hidden;
	font-size:1.6rem;
	line-height:1;
	padding:0rem 1rem;
}
.product-detail-section-txt .shtext-1  p {
	overflow:hidden;
	font-size:1rem;
	line-height:1.6;
	width:100%;
	padding:0rem 0rem;
	color:#fff;
}
.product-detail-section-pic::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),to(rgba(0,0,0,.5)));
	background:-webkit-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:-o-linear-gradient(top,transparent 80%,rgba(0,0,0,.8) 100%);
	background:linear-gradient(to left,transparent 10%,rgba(0,0,0,.8) 100%);
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
}