<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1260px) {
	.en_home_box {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
	}

	.Products {
		width: 1260px;
		padding-bottom: 80px;
	}

	.Products_title {
		position: relative;
		padding: 80px 0;
		width: fit-content;
	}

	.Products h4 {
		font-size: 40px;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
		margin-bottom: 20px;
	}

	.Products_title span {
		display: block;
		position: absolute;
		width: 50%;
		height: 6px;
		background: #0777CD;
	}

	.Products_title span:last-child {
		width: 50%;
		height: 6px;
		background: #FC0000;
		right: 0;
	}

	.Products_content {
		display: flex;
		flex-wrap: wrap;
	}

	.Products_content li {
		display: flex;
		flex-direction: column;
		width: 300px;

	}

	.Products_content&gt;li&gt;img {
		width: 300px;
		height: 236.25px;
	}

	.Products_content li div {
		display: flex;    margin-bottom: 30px;
		flex-direction: column;
		justify-content: space-between;
		width: 300px;
    height: 225px;    overflow: hidden;
	}

	.Products_content li div img {
		width: 12px;
		/* height: 26px; */
	}
		.Products_content li div img {
		width: 12px;
		/* height: 26px; */
	}

	.Products_content li div h4 {
	    width: 273px;
		font-size: 30px;
		font-family: Helvetica;
		font-weight: bold;
		color: #212121;
		margin-bottom: 10px;
	}
		.dhxg img{width: 100%!important;
    height: 100%;transition: 0.5s;}
    .Products_content li:hover img{transform: scale(1.1);}

	.Products_content li div span {
		width: 273px;
		font-size: 14px;
		font-weight: 400;
		color: #666666;
		    margin: 10px 0;
    -webkit-line-clamp: 2;
	}

	.Products_content li div button {
		width: 120px;
		height: 30px;
		border-radius: 4px;
		font-size: 14px;
		border: none;
		border: 1px solid #FC0000;
    background: #fff;
    color: #FC0000;transition: 0.5s;
	}
		.Products_content li:hover div button {
		background: #FC0000;
		color: #FFFFFF;
	}

	/* ----------- */
	
	.en_home_case{
		width: 100%;
		display: flex;
		padding: 60px 0;
		justify-content: center;
		background-image: url('../../img/en-bj.jpg');
		background-size: cover;
	}
	.en_home_case_box{
		width: 1260px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.en_home_case_box h4{
		font-size: 40px;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
	}
	.en_home_case_box span{
		font-size: 14px;
		color: #666666;
	}
	.en_home_case_box div{
		display: flex;
		justify-content: space-between;
		width: 1260px;
		margin-top: 80px;
	}
	.en_home_case_box div li{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_img_box{
		width: 250px;
		position: relative;
	}
	.en_img_box h2{
	    width: 250px;
    height: 187px;overflow: hidden;}
	.en_img_box img{
		    width: 100%;
    height: 100%;
    transition: 0.5s;
	}
	.en_home_case_box li:hover img{
    transform: scale(1.1);
	}
	.en_img_box p{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 250px;
		padding: 0 15px;
		font-size: 14px;
		color: #FFFFFF;
		background-color: rgba(0,0,0,.3);
		margin: 0;
	}

	.en_home_case_box div li&gt;p{
		width: 174px;
		font-size: 22px;
		color: #212121;
		margin: 30px;
	}
	.en_home_case_box .jiantou{
		width: 12px;
		height: 26px;
	}
	.en_home_case_box div li button{
		width: 160px;
		height: 40px;
		font-size: 14px;
		border: 1px solid #FC0000!important;
		background: 0;
		border-radius: 4px;
		color: #FC0000;
		border: none;
		margin-top: 30px;
 transition: 0.5s;
	}
	.en_home_case_box div li:hover button
	{background: #FC0000;color: #FFFFFF;
	    
	}
	
	
	/* ----------- */
	.en_enterprise{
		width: 100%;
		padding: 60px 0;
		display: flex;
		justify-content: center;
		background-image: url('../../img/en-back-icon.png');
		background-size: cover;
	}
	.en_enterprise_in{
		width: 1260px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_enterprise_in &gt; h4{
		height: 30px;
		font-size: 40px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
	.en_enterprise_in &gt; span{
		width: 614px;
		font-size: 18px;
		color: #FFFFFF;
		display: block;
		margin-bottom: 60px;
	}
	.en_icon_box{
		display: flex;
		justify-content: space-around;
		width: 1260px;
	}
	.en_icon_box &gt; li{
		display: flex;
		align-items: center;
		
	}
	.en_icon_box &gt; li &gt;img{
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
	.en_icon_box &gt; li &gt;span{
		font-size: 28px;
		color: #FFFFFF;
	}
	.en_text_box{
		width: 1260px;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.en_text_box&gt;li{
		width: 373px;
		height: 251px;
		background: rgba(255,255,255,0.4);
		border-radius: 10px;
		/* padding: 30px 0; */
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_text_box&gt;li&gt;p{
		font-size: 72px;
		font-family: DIN;
		font-weight: bold;
		color: #00FF48;
		display: flex;
		margin: 0;
		align-items: flex-end;
	}
	.en_text_box&gt;li&gt;p&gt;span{
		width: 27px;
		height: 26px;
		font-size: 30px;
		font-family: PingFang;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.en_text_box&gt;li&gt;span{
		width: 251px;
		font-size: 18px;
		font-family: Helvetica;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.en_text_box&gt;li:nth-child(2)&gt;p{
		color: #00FCFF!important;
	}
	.en_text_box&gt;li:nth-child(3)&gt;p{
		color: #8A00FF;
	}
	.en_text_box&gt;li:nth-child(3)&gt;p&gt;span{
		font-size: 50px;
		font-weight: 1000;
	}
	.en_timg_box{
		width: 1260px;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
	}
	.en_timg_box img{
		width: 252px;
	}
	/* ------------- */
	.en_service_box{
		
	}
	.service_title{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.service_title h4{
		font-size: 40px;
		color: #212121;
	}
	.service_title span{
		width: 124px;
		background-color: #0777CD;
		height: 6px;
		display: inline-block;
		margin: 0;
	}
	.service_title span:last-child{
		background-color: #FC0000;
		margin-left: -5px;
	}
	.en_service_box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 60px 0;
	}
	.en_service_box &gt;p{
		font-size: 20px;
		color: #212121;
	}
	.en_service_box&gt;span{
		width: 495px;
		font-size: 14px;
		color: #666666;
		text-align: center;
		
	}
	.en_service_b{
		display: flex;
		align-items: center;
		margin-top: 60px;
	}
	.en_service_b&gt;li{
		width: 25vw;
		height: 25vw;
		position: relative;
	}
	.en_service_b&gt;li img{
		    width: 100%;
	}
	.en_service_b&gt;li:hover .en_service_hover{
		display: flex;
	}
	.en_service_hover{
		width: 25vw;
		height: 25vw;
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		background-color: rgba(023,121,196,.7);
		color: #FFFFFF;
		padding: 3vw;
		position: absolute;
		top: 0;
	}
	.en_service_hover p{
		width: 15vw;
		text-align: center;
		font-size: 28px;
		color: #FFFFFF;
	}
	.en_service_hover span{
		font-size: 14px;
		color: #FFFFFF;
	}
	.en_service_hover button{
		width: 161px;
		height: 41px;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
		font-size: 14px;
		color: #FFFFFF;
		background-color: rgba(0,0,0,0);
	}
	/* ------------ */
	
	.en_enterprise_news{
		width: 100%;
		background-image: url('../../img/case-back.png');
		background-size: cover;
		padding: 60px 0;
		display: flex;
		justify-content: center;
	}
	.en_enterprise_news_in{
		width: 1260px;
		
	}
	.en_enterprise_news_list{
		display: flex;
		width: 1260px;
		justify-content: space-between
	}
	.en_enterprise_news_list img{
		width: 100%;
    height: 100%;
    transition: 0.5s;
		
	}
		.en_enterprise_news_list li:hover img{
transform: scale(1.1);
		
	}
		.en_enterprise_news_list h2{
		width: 387px;
    height: 290px;
    overflow: hidden;
		
	}
	.en_enterprise_news_list p{
		width: 352px;
		font-size: 18px;
		color: #212121;
		margin-top: 18px;
	}
	.en_enterprise_news_list span{
		width: 347px;
		font-size: 14px;
		color: #666666;
		display: block;
	}
	
	
}

@media screen and (max-width: 1260px) {
	.en_home_box {
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
	}

	.Products {
		width: 90vw;
		padding-bottom: 8vw;
	}

	.Products_title {
		position: relative;
		padding: 8vw 0;
		width: fit-content;
	}

	.Products h4 {
		font-size: 5.333vw;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
		margin-bottom: 3vw;
	}

	.Products_title span {
		display: block;
		position: absolute;
		width: 50%;
		height: 1vw;
		background: #0777CD;
	}

	.Products_title span:last-child {
		width: 50%;
		height: 1vw;
		background: #FC0000;
		right: 0;
	}

	.Products_content {
		display: flex;
		flex-wrap: wrap;
	}

	.Products_content li {
		display: flex;
		flex-direction: column;
		width: 43vw;

	}
	.Products_content li  img{    width: 43vw;
    height: 32.25vw;}

	.Products_content&gt;li&gt;img {
		width: 45vw;
		height: 33.75vw;
	}

	.Products_content li div {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 2vw 0 4vw 0;
		/*height: 33.75vw;*/
	}

	.Products_content li div img {
		display: none;
	}

	.Products_content li div h4 {
		/*height: 4vw;*/
		font-size: 4.2vw;
		font-family: Helvetica;
		font-weight: bold;
		color: #212121;
		margin-bottom: 1vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Products_content li div span {
		width: 45vw;
		font-size: 1.8vw;
		font-weight: 400;
		color: #666666;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.Products_content li div button {
		display: none;
	}
	/* ----------- */
	
	.en_home_case{
		width: 100vw;
		display: flex;
		/*padding: 8vw 0;*/
		justify-content: center;
		background-image: url('../../img/en-bj.jpg');
		background-size: cover;
	}
	.en_home_case_box{
		width: 90vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		    padding-top: 5vw;
	}
	.en_home_case_box h4{
		font-size: 5.333vw;
		font-family: Helvetica Neue LT Std;
		font-weight: normal;
		color: #212121;
	}
	.en_home_case_box span{
		font-size: 1.8vw;
		color: #666666;
	}
	.en_home_case_box div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90vw;
		margin-top: 8vw;
	}
	.en_home_case_box div li{
		width: 43vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 5vw;
	}
	.en_img_box{
		width: 43vw;
		position: relative;
	}
	.en_img_box img{
		width: 43vw;
		height: 32.25vw;
	}
	.en_img_box p{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 43vw;
		padding: 0 2.4vw;
		font-size: 1.8vw;
		color: #FFFFFF;
		background-color: rgba(0,0,0,.3);
		margin: 0;
	}
	
	.en_home_case_box div li&gt;p{
		width: 43vw;
		font-size: 2.93vw;
		color: #212121;
		margin: 1vw;
		text-align: center;
	}
	.en_home_case_box .jiantou{
		display: none;
	}
	.en_home_case_box div li button{
		display: none;
	}
	/* ------------ */
	/* ----------- */
	.en_enterprise{
		
		width: 100vw;
		padding: 8vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url('../../img/en-back-icon.png');
		background-size: cover;
	}
	.en_enterprise_in{
		width: 90vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_enterprise_in &gt; h4{
		font-size: 5.33vw;
		color: #FFFFFF;
		margin-bottom: 4vw;
	}
	.en_enterprise_in &gt; span{
		width: 90vw;
		font-size: 2.4vw;
		color: #FFFFFF;
		display: block;
		margin-bottom: 8vw;
	}
	.en_icon_box{
		display: flex;
		justify-content: space-around;
		width: 90vw;
	}
	.en_icon_box &gt; li{
		display: flex;
		align-items: center;
		
	}
	.en_icon_box &gt; li &gt;img{
		width: 10vw;
		height: 10vw;
		margin-right: 1.5vw;
	}
	.en_icon_box &gt; li &gt;span{
		font-size: 3.733vw;
		color: #FFFFFF;
	}
	.en_text_box{
		width: 90vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 5vw;
	}
	.en_text_box&gt;li{
		width: 90vw;
		background: rgba(255,255,255,0.4);
		border-radius: 1.5vw;
		padding: 3vw 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 5vw;
	}
	.en_text_box&gt;li&gt;p{
		font-size: 8vw;
		font-family: DIN;
		font-weight: bold;
		color: #00FF48;
		display: flex;
		margin: 0;
		align-items: flex-end;
	}
	.en_text_box&gt;li&gt;p&gt;span{
		font-size: 4vw;
		font-family: PingFang;
		font-weight: 500;
		margin-bottom: 3.5vw;
	}
	.en_text_box&gt;li&gt;span{
		width: 90vw;
		font-size: 16px;
		font-family: Helvetica;
		color: #FFFFFF;
		text-align: center;
	}
	.en_text_box&gt;li:nth-child(2)&gt;p{
		color: #00FCFF!important;
	}
	.en_text_box&gt;li:nth-child(3)&gt;p{
		color: #8A00FF;
	}
	.en_text_box&gt;li:nth-child(3)&gt;p&gt;span{
		font-size: 20px;
		font-weight: 1000;
	}
	.en_timg_box{
		width: 90vw;
		margin-top: 8vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.en_timg_box img{
		width: 43vw;
		margin-bottom: 4vw;
	}
	/* ------------- */
	.en_service_box{
		width: 100vw;
		
	}
	.service_title{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 3vw;
	}
	.service_title h4{
		font-size: 5.333vw;
		color: #212121;
	}
	.service_title span{
		width: 15vw;
		background-color: #0777CD;
		height: 6px;
		display: inline-block;
		margin: 0;
	}
	.service_title span:last-child{
		background-color: #FC0000;
		margin-left: -5px;
	}
	.en_service_box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 5vw;
	}
	.en_service_box &gt;p{
		font-size: 2.666vw;
		color: #212121;
		width: 90vw;
		    text-align: center;
	}
	.en_service_box&gt;span{
		width: 90vw;
		font-size: 1.8666vw;
		color: #666666;
		text-align: center;
		
	}
	.en_service_b{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-top: 8vw;
		width: 90vw;
	}
	.en_service_b&gt;li{
		width: 43vw;
	/* 	height: 43vw; */
		position: relative;
		margin-bottom: 5vw;
	}
	.en_service_b&gt;li img{
		width: 43vw;
		height: 43vw;
	}
	.en_service_hover{
		width: 43vw;
		/* height: 43vw; */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		background-color: #0777CD;
		color: #FFFFFF;
		padding: 3vw;
	}
	.en_service_hover p{
		/* width: 15vw; */
		text-align: center;
		font-size: 3.733vw;
		color: #FFFFFF;
	}
	.en_service_hover span{
		font-size: 1.8666vw;
		color: #FFFFFF;
display: none
	}
	.en_service_hover button{
		width: 22vw;
		height: 7vw;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
		font-size: 3vw;
		color: #FFFFFF;
		background-color: rgba(0,0,0,0);
	}
	/* ------------ */
	
	.en_enterprise_news{
		width: 100vw;
		background-image: url('../../img/case-back.png');
		background-size: cover;
		padding: 8vw 0;
		display: flex;
		justify-content: center;
	}
	.en_enterprise_news_in{
		width: 90vw;
		
	}
	.en_enterprise_news_list{
		display: flex;
		flex-direction: column;
		width: 90vw;
		justify-content: space-between
	}
	.en_enterprise_news_list img{
		width: 90vw;
		margin-top: 2vw;
	}
	.en_enterprise_news_list p{
		width: 90vw;
		font-size: 2.4vw;
		color: #212121;
		margin-top: 2.4vw;
		margin-bottom: 3vw;
	}
	.en_enterprise_news_list span{
		width: 90vw;
		font-size: 1.8vw;
		color: #666666;
		display: block;
	}
}</pre></body></html>