<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 重置默认样式 */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    background: #CCCCCC;
    line-height: 1.6;
}

/* 容器 */
.container {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    padding-left:5px;
    padding-right:5px;
}

/* 头部 */
.header {
    height: 89px;
}
.logo {
   	padding-top:20px;
	  padding-left:30px;
}
.logo h1 {
    font-size: 16px;
    color: #333333;
}
.logo p {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

/* 导航 */
.nav {
	  margin-top:2px;
    display: flex;
    justify-content: flex-start;
    background: url('/images/e007_07.png') repeat;
    height: 36px;
    border-bottom: 1px solid #BFCBDD;
}
.aaa {
	  width:181px;
	}
.nav a {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-right: 1px solid #BFCBDD;
}
.nav a:hover {
    text-decoration: underline;
}

.navblow {
	 height:10px;
	 background: url('/images/e007_12.png') repeat;
}
/* 主要内容 */
.main {
    display: flex;
}

/* 侧边栏 */
.sidebar {
    width: 185px;
    padding: 10px 15px 15px 22px;
    float:left;
}
.sidebar h2 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 20px;
}
.news-item h3 {
    font-size: 9pt;
    color: #FF0000;
    text-decoration: underline;
    margin: 10px 0;
}
.contactp {
	  font-size: 9pt;
    padding-top:15px;  
    font-weight: bold;
}
.contactp span {
    color: #FF0000;
    text-decoration: underline;    
}
.news-item p {
    font-size: 12px;
    color: #888888;
    margin-bottom: 5px;
}
.news-item a {
    color: #FF0000;
    text-decoration: none;
}

.news-item a:hover {
    color: #000099;
}

/* 内容区域 */
.content {
    padding: 30px 20px;
    border-left: 1px dotted #CCCCCC;
    width:100%;
    float:left;
}
.content-image {
    float: left;
    margin-right: 8px;
    margin-top: 6px;
    width: inating236px;
    height: 188px;
}
.content p {
    color: #808080;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 15px;
}
.contentabout {
    line-height:150%;
}
.contentproduct {
    padding-left:12px;
}
.nrf401 {
    float:right;
}
/* 页脚 */
.footer {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
    clear:both;
}

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