<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:1140px){
.total_content{width:1040px;margin:0 auto;}
}

@media screen and (min-width:1366px){
.total_content{width:1200px;margin:0 auto;}
}

@media screen and (min-width:1560px){
.total_content{width:1440px;margin:0 auto;}
}


@media screen and (min-width:992px) and (max-width:1199px){
/*------å¯¼èˆª------*/

	
}

@media screen and (min-width:768px) and (max-width:991px){


}

@media screen and (min-width:992px){
.navbar-nav{text-align:right;}
.navbar-nav&gt;li{display:inline-block;float:none;}
nav.navbar.bootsnav ul.nav&gt;li{padding:0 15px;}
}

@media screen and (max-width:992px){
.total_content{padding:0 15px}
.header .logo{margin-top:0;}
}

@media screen and (max-width:767px){
.footer .foot_nav .foot_navlist ul li{display:inline-block;margin-right:15px;margin-bottom:15px;}
.index_about .index_about_text{padding-right:15px;}
.index_product .index_product_nav a{font-size:14px;padding:6px 15px;margin:5px;}
.index_news .index_news_content .index_news_box{padding:15px;}

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