<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media screen and (max-device-width: 1280px) {
	html,body{margin:0;pading:0;}
	.w1200{ width:1200px;}
}

@media screen and (max-device-width: 1024px) {
	html,body{margin:0;pading:0;}
	.w1200{ width:1000px;}
	nav li{ min-width: 110px;}
	.index-banner { height: 330px;}
	.notify-container{ width:950px;}
	.info-text .info-img{ width: 460px; height: 260px; margin: 40px 0 36px 0;}
	.info-text .info-text-box{  width: 510px; height: 320px;  padding: 20px 10px 20px 130px; }
	.info-text .info-text-box .info-text-content,
	.info-text .info-text-box .info-text-content * { font-size: 14px; line-height: 36px; }
	.info-child li{ float: left; width: 23%; margin-left: 2.3%; }
	
	.news-solid{width:450px; height: 400px;}
	section.index-news .index_news_list{ width:530px; margin-left:20px;}
	section.index-news .index_news_list .swiper-pagination span{ width:17%; }
	
	.dangjian .dj-left{ width: 360px; margin-right: 20px; float: left;}
	.dangjian .dj-right{width:620px; float: left;}
	
	.index-product-box li .thumb,
	.picture-list li .thumb{ width: 200px; height: 196px;}
	.picture-list li p.title,
	.picture-list li p.time{ width: 200px;}
	
	.footer .footer-logo{ float: left; width: 390px; height: 57px; overflow: hidden;}
	.footer .footer-nav { float: right; line-height: 70px;}
	
	/*内页开始*/
	.child-banner{height: 220px;}

}

/*平板*/
@media screen and (max-device-width: 790px) {
	html,body{margin:0;pading:0;}
	.w1200{ width:98%;}
	header a.logo{ width: 410px;}
	
	nav li{ min-width: 80px;}
	.index-banner { height: 280px;}
	.notify-container{ width:690px;}
	.info-text{height: 250px;}
	.info-text .info-img{ display: none;}
	.info-text .info-text-box{  width: 96%; height: 220px; margin-bottom: 20px;  padding: 20px 2%; }
	.info-text .info-text-box .info-text-content{ height: 150px;}
	
	.news-solid{ display: none; }
	section.index-news .index_news_list{ width: 96%; margin:10px 2%; }
    
    .dangjian .dj-left,
    .dangjian .dj-right{width: 96%; margin: 0 2%; float: inherit;}
    .dangjian .dj-left .dj-top-img,
    .dangjian .dj-left .news_list{ display: none;}
    
    .index-product-box li .thumb{ width: 170px; height: 166px; }
    
    .footer {position: relative;}
    .footer-1{height:130px;}
    .footer .footer-logo{ float: inherit; width: 60%; height: 70px;  margin: inherit; position: absolute; left: 20%; top: 10px;}
    .footer .footer-logo img{ width: 100%;}
    .footer .footer-nav { float: inherit; position: absolute; top: 70px; width: 100%; text-align: center;}
    
    .child-banner{height: 180px;}
    .picture-list li .thumb{ width: 170px; height: 166px; }
    
}
@media screen and (max-device-width: 640px) {
    header{padding:15px 0;}
    header a.logo{ width: 80%; margin: 0 10%;}
    header .search{ display: none; }
    
    nav{height: 120px;}
    nav li{ min-width: inherit; width: 25%;}
    nav li a{height: 40px;}
    
    .index-banner { height: 130px;}
    .index-banner .swiper-button-next,
    .index-banner .swiper-button-prev{ display: none;}
    
    .notify-container{ width:300px;}
    .info-child li{ float: left; width: 46%; margin-left: 5.3%; margin-bottom: 10px; }
    .info-child li:nth-child(odd){margin-left:0px;}
    
    section.index-news .index_news_list .swiper-pagination span{ width:27%; }
    
    .dangjian .dj-right .dj-top-img{height:120px;}
    
    .dangjian .dj-solid-box{height: 100px;}
    .dangjian .swiper-button-next,
    .dangjian .swiper-button-prev{line-height: 100px;}
    
    .index-product-box li,
    .picture-list li{width: 50%;}
    
    .footer-1{height:50px;}
    .footer .footer-logo{ width: 80%; left: 10%; top: 10px;}
    .footer .footer-logo img{ width: 100%;}
    .footer .footer-nav,
    .footer .footer-office{ display: none;}
    .footer .copyright{ height: auto;}
    
    .child-banner{height: 90px;}

    .content-news .news-list li{ height: auto;}
    .content-news .news-list li .thumb{ width:100%; height: 160px; float:inherit; margin-right: 0px;}
    
    .child-nav .nav{ display: none;}

}

@media screen and (max-device-width: 480px) {




}

@media print {
@page {margin: 0cm; padding:0cm; width:5.8cm;}

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