<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(max-width:1200px){
/*公共*/
.w1200{width:90%;}

/*首页*/
#fullpage .cases .inner {margin-left: 0; left:5%;}
#fullpage .cases .nr .item { width:100%;}
#fullpage .contact .form li { width:33.3%;}
#fullpage .contact .form .item{ margin-right:0;}
#fullpage .contact .form .item .inp{ width:100%; box-sizing:border-box; height:50px;}
#fullpage .contact .form .radio_box li{ width:auto;}
#fullpage .contact .select{width:100%;}
.footer_2 li{ width:33.3%;}
.footer_2 .item{ margin-right:0; width:100%;}


/*案例*/
.page-case .list_cases .inner{ width:auto; margin:0 10px;}
.page-case .list_cases li{ width:33.3%;}
.page-case .list_cases .item{  margin:0 5px 10px; width:auto; height:auto;}
.page-case .list_cases .item .pic2{ height:100%;}

.page-case_article .main .inner{ width:90%;}
.page-case_article .main .part-l,.page-case_article .main .part-r{ width:100%;}
.page-case_article .caseinfo{ position:static; width:100%; margin-bottom:50px; }
.page-case_article .btn_gowidth{ display:none;}

/*新闻*/
.page-news .list_news li{ width:100%; float:none;}

.page-news_article .main .inner{ width:90%;}
.page-news_article .main .part-l,.page-news_article .main .part-r{ width:100%;}
.page-news_article .caseinfo{ position:static; width:100%; margin-bottom:50px; }
.page-news_article .btn_gowidth{ display:none;}

}



@media(min-width:1600px){
/*.fixed_box_l{ right:50%; bottom:10px; margin-right:-670px; display:block;}*/
/*首页*/
.section.cases .inner{ width:90%; margin-left:-45%; margin-top:-300px;}
.section.cases .nr .item{ width:100%; height:300px; margin:0;}



/*案例*/
.page-case .list_cases .inner{ width:auto; margin:0 10px;}
.page-case .list_cases li{ width:25%;}
.page-case .list_cases .item{ width:auto; height:auto; margin:0 10px 20px;}


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