<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loading {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}

.index-top{ color:#fff;
position: absolute;
top:30%;
left:45%;
z-index: 100;
}

.intro-1{ width:35% !important}

.index-top p{text-align:left;display:none}

#header{display:none}

.loading-main {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* padding: 20px; */
}

.loading-main .loading-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.loading-box {
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 5%;
	left: 0;
}

.loading-bar {
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background-color: #eee;
}

.progress-item {
	width: 0;
	height: 2px;
	background: rgba(0, 160, 115, 1);
	border-radius: 10px;
	transition: width 1s ease-in-out;
}

.loading-num {
	position: absolute;
	right: 5%;
	bottom: 6%;
	font-size: 3rem;
	color: #fff;
	margin-bottom: 10px;
}


.masking-out-img{
    height:108rem;
}

.zoom-image{
    transition: transform 0.3s ease;
}


.video_box {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 108rem;
	position: relative;
	overflow: hidden;
}

.video_box .masking-out {
	position: absolute;
	/* background: url(../img/hm_svg.svg) no-repeat center center; */
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	max-height: 5000px;
	overflow: visible;
}

.video_box .masking-out img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.video_box video {
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 100%;
	object-fit:cover;
}

.masking-out {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 100px;
	text-align: center;
}

.hm-synopsis {
	display: flex;
	flex-direction: column;
	padding: 8rem 12rem;
	box-sizing: border-box;
	background: url(../img/home_hm.png) no-repeat;
	background-size: contain;
	background-position: 100% 0%;
}

.hm-synopsis .top-title h4 {
	color: rgba(172, 186, 182, 1);
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.hm-synopsis .top-title h3 {
	color: #000;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 8rem;
}

.hm-synopsis .title-line {
	width: 4.9rem;
	height: 0.3rem;
	background: #ACBAB6;
	margin-bottom: 5rem;
}

.hm-synopsis .text-p {
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 4rem;
	width: 80%;
	text-align:justify;
}
.hm-data {
	display: flex;
	flex-wrap: wrap;
	width: 55rem;
}

.hm-data&gt;li {
	width: 33%;
	margin-bottom: 3rem;
	position: relative;
}

.hm-data li b{
    position: absolute;
    top:2vw;
    left: 3.2vw;
} 
.hm-data&gt;li&gt;p {
	font-size: 5rem;
	font-weight: bold;
	color: #006A46;
	margin-bottom: 1.5rem;
}

.hm-data&gt;li&gt;p&gt;small {
	font-size: 1.5rem;
}

.hm-data&gt;li&gt;span {
	font-size: 1.8rem;
	color: #1E2321;
}

.hm-synopsis .more {
	width: 8.5rem;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	background: #006747;
	border-radius: 18px;
	color: #fff;
	display: inline-block;
}

.more:hover {
	color: #fff;
}

.center-title {
	font-size: 3.8rem;
	color: #006747;
	margin-top: 6rem;
	font-weight: 500;
	margin-bottom: 3rem;
}

.right-swiper {
	width: 90rem;
	height: 40rem;

}

.hm-brand {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
}

.hm-product {
	display: flex;
	flex-direction: column;
	padding: 8rem 12rem;
	box-sizing: border-box;
	background: url(../img/produc_bg.png) no-repeat center center;
	background-size: cover;
}

.product-ul-bottom {
	margin: 2rem 0;
}

.product-ul-bottom p {
	font-size: 2.4rem;
	color: #000;
}

.product-ul-bottom a img {
	width: 4.7rem;
}

.orien-ul p {
	font-size: 2.4rem;
	text-align: center;
	margin: 2rem auto;
}

.new-swiper .swiper-wrapper {
	justify-content: space-between;
}

.new-swiper .swiper-wrapper .swiper-slide {
	border-radius: 2rem;
	/* background: #fff; */
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

.new-swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	border-radius: 2rem 2rem 0 0;
	height: 36rem;
	object-fit: cover;
}

.new-swiper .text-box {
	padding: 2rem;
	box-sizing: border-box;
}

.new-swiper .text-box h4 {
	font-weight: 700;
	font-size: 2.8rem;
	color: #00251A;
	margin-bottom: 3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-swiper .text-box p {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.4rem;
	height: 5rem;
	width: 100%;
	color: #727977;
	margin-bottom: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-swiper .text-box span {
	font-weight: 500;
	font-size: 1.9rem;
	color: #BEC7C4;
}

.new-swiper .swiper-wrapper .swiper-slide:hover {
	cursor: pointer;
}

.new-swiper .swiper-wrapper .swiper-slide:hover .text-box h4 {
	color: #006747;
}



.title-icon {
	width: 89rem;
	height: 20rem;
	line-height: 20rem;
	text-align: center;
	margin: 0 auto;
	background: url(../img/title_bg.png) no-repeat center center;
	background-size: contain;
}

.product-ul {

}

.product-ul&gt;li {
	width: calc(50% - 2rem);
}

.product-ul&gt;li&gt;img {
	width: 100%;
}

.ome-ul&gt;.swiper-slide {
	position: relative;
	height: 53rem;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
	
}

.ome-ul&gt;.swiper-slide {
	width: 100%;
	background: url(/uploads/images/20240813/20240813154915cfa503941_1.png) no-repeat center center;
	background-size: 100% 100%;
	height: 53rem;
}

.ome-ul&gt;.swiper-slide&gt;p {
	text-align: center;
	position: absolute;
	left: 0;
	top:45rem;
	width: 100%;
	color: #fff;
	font-size: 2.6rem;
}

.orien-ul&gt;li {
	width: calc(25% - 2rem);
}
.ome-ul li:hover{
     transform: translateY(-10px);
}

.product-ul&gt;li&gt;img {
	width: 100%;
}

.brand-bg {
	width: 99rem;
	height: 18.8rem;
	line-height: 20rem;
	text-align: center;
	margin: 0 auto;
	background: url(../img/brand_bg.png) no-repeat center center;
	background-size: contain;
}

#carouselBox {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;

}
.hm-synopsis{
	           
                background-size: contain;
                background-position: 100% 0%;
	    }
	    .brand_advantage p{
	        padding-bottom: 6rem;
	    }
	    #brand_advantage_span{
	        line-height:1.3;
	    }
.carousel {
	width: 54rem;
	height: 56rem;
	position: relative;
	perspective: 1000px;
}

.carousel-item {
	width: 100%;
	height: 100%;
	padding: 5rem;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	background-size: cover;
	background-position: center;
	transition: transform 1s, z-index 1s;
	border: 5px solid transparent;
	border-radius: 2rem;
}

.carousel-item .brand-img {
	width: 20rem;
}

.carousel-item.active {
	z-index: 10;
	background: url(../img/acyive_bg.png) no-repeat center center;
	background-size: 120%;
}

.carousel-item.active {
	opacity: 1;
	z-index: 10;
}

.carousel-item.prev,
.carousel-item.next {

	z-index: 5;
	/* Place prev and next below active */
}

.carousel-item.prev {
	transform: translateX(-50%) translateZ(-100px);
}

.carousel-item.next {
	transform: translateX(50%) translateZ(-100px);
}
.carousel-relative{
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel-relative .brand-img{
    position: absolute;
    right: 0;
    bottom: -2rem;
    z-index: 1;
}

.carousel-relative&gt;p{
    font-size: 6rem;
    line-height: 8.4rem;
     z-index: 3;
     position: relative;
     color:#006747;
}
.carousel-relative&gt;span{
    font-size: 2.1rem;
    line-height: 3.4rem;
    z-index: 3;
    position: relative;
    width: 50%;
    color:#006747;
    display: none;
}
.carousel-item.active .carousel-relative&gt;p{
    color: #fff;
}
.carousel-item.active .carousel-relative&gt;span{
    color: #fff;
     display: inline-block;
}
.carousel .carousel-item:nth-of-type(1) .brand-img {
	width: 25rem;
}
.carousel .carousel-item:nth-of-type(4) .brand-img {
    width: 18rem;
	right: -20%;
}


.link_icon{
    width:4.7rem;
    height: 4.7rem;
    background: url(/uploads/images/20240828/20240828175608f64382641.png) no-repeat center center;
    background-size: contain;
    transition: background 0.3s ease;
}

.link_icon:hover{
    background-image: url(/uploads/images/20240828/202408281756082b5d06755.png);
}


.company-swiper{
    width: 100%;
    height: 8.3rem;
}
.company-swiper .swiper-slide{
    display: flex;
    align-items: center;
}
.company-swiper .swiper-slide img{
    height: 100%;
    object-fit: contain;
}

 /* é’ˆå¯¹å±å¹•å®½åº¦å°äºŽ 768px çš„è®¾å¤‡ */
@media (max-width: 1024px) {
    
    .hm-synopsis .text-p{
        font-size: 5rem;
        line-height: 1.4em;
        position: absolute;
        bottom: 0;
        
    }
    .hm-data&gt;li&gt;p{
        font-size: 10rem;
    }
    .hm-data&gt;li&gt;span {
        font-size: 3.6rem;
    }
    .hm-data{
        width: 85rem;
    }
    .hm-brand .text-p{
       width: 80%; 
    }
    .carousel {
        width: 67rem;
        height: 70rem;
        
    }
    .hm-synopsis .more {
        width: 14.5rem;
        height: 7.6rem;
        line-height: 7.6rem;
        font-size: 4rem;
      
    }
    .hm-synopsis .top-title h3{
        font-size: 6.8rem;
    }
    .hm-synopsis .top-title h4 {
       
        font-size: 5.2rem;
        
        margin-bottom: 2rem;
    }
    .product-ul-bottom p {
        font-size: 8rem;
        color: #000;
    }
    .link_icon{
        width: 10rem;
        height: 10rem;
    }
    .orien-ul p {
        font-size: 7rem;
        text-align: center;
        margin: 4rem auto;
    }
    .new-swiper .text-box h4{
        font-size: 5.6rem;
    }
    .new-swiper .text-box span{
        font-size: 3.8rem;
    }
    .new-swiper .text-box p{
        font-size: 3.6rem;
        line-height: 4.8rem;
        height: 10rem;
    }
    .ome-ul&gt;li{
        width: calc(50% - 2rem);
    }
    .ome-ul&gt;.swiper-slide{
        height: 106rem;
    }
    .ome-ul&gt;.swiper-slide&gt;p{
        top:88rem;
        font-size: 6rem;
    }
    .hm-synopsis{
        background-size:75%;
        position: relative;
        background-position:100% 0;
       
    }
    .hm-synopsis-inro{ padding-bottom: 20%;}
    .hm-synopsis .text-p{ width:90%}
    
    
    .hm-data li b{
    position: absolute;
        top: 2vw;
    left: 6.2vw;
    font-size: 2vw;
    }
    
    .intro-1{
        width:90% !important;
    }
    
    .mobile-7vw{ left:10vw !important
        
    }
    
 
}




</pre></body></html>