<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 */
/*header*/
.header{height:80px; background:#FFF}
.headermin{width:1200px; margin:0 auto; height:80px; overflow:hidden;
}
.header h1{float:left; margin-top:19px; width:142px; height:42px;}
.header p{float:left; margin-left:18px; height:80px; line-height:80px; font-size:16px; }
.header ul{float:right; height:80px; line-height:80px;font-size:16px; }
.header ul li{float:left; margin:0 16px;}
.header ul li a{color:#000; text-decoration:none}

.header ul li:last-child{margin-left:40px; width:139px; background:url(../images/zhuce.png) no-repeat right center}

.footer{width:100%; height:250px; background:#333}
.footer_con{width:1050px; height:auto; overflow:hidden; margin:0 auto}
.footer_conL{width:340px; height:180px;color: #b3b3b3; margin-top:35px; line-height:24px; float:left}
.footer_conR{width:632px; height:180px; margin-top:50px; float:right}
.footer_conR ul li{ width:20%; height:120px; padding-left:5%; color:#FFF; line-height:30px; text-align:center; float:left}



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