﻿
body{
    margin:0;
    font-family:宋体;
    font-size:13px;
    color:#222;
    text-align:center;
    line-height:24px;
    background-color:#bcc1c4;
}

.brighttext{
    color:#d89d0d;
}

.lighttext{
    color:#888;
}

.bg_main{
}

h3{
    margin:10px 0 0 0;
    font-size:14px;
    font-weight:bold;
}
h4{
    margin:5px 0;
    font-size:13px;
    font-weight:bold;
}
h5{
    margin:5px 0;
    font-size:12px;
    font-weight:bold;
}


p{
    margin-top:5px;
    text-indent:0;
}

ul,li{
    margin:10px 0 0 0;
    padding:0;
    list-style:none;  /*避免在Firefox中默认情况下会出现大圆点*/
}
    /* ul样式.用于一般性文章中的分隔 */
    .ul1 ul,.ul1 li{
        margin:2px 0 2px 15px;
        list-style:square;
        list-style-position: outside;
    }

    /* ul样式.带圆点 */
    .ul2 li{
        margin:1px 0 1px 2px;
        padding-left:10px;
        list-style-type:none;
        background-image:url(/Images/arrow_dot.gif);
        background-repeat:no-repeat;
        background-position:0 6px;
    }

    /* ul样式.带a.b.c... */
    .ul3 li{
        margin:0 0 0 22px;
        padding:0;
        list-style-type:lower-alpha;
    }

img{
    border:0;
}

hr{
    clear:both;
    margin:2px 0;
    height:1px;
    border:solid 1px #ccc;
    color:#ccc;
}

table{
    margin-top:10px;
    background-color:#ccc;
}
    table td{
        padding:4px;
        background-color:#fff;
    }

/* 主链接 */
a:link{  
	color: #003399;
	text-decoration: none;
	}
a:visited 
{
    color: #003399;
    text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
	}
a:active 
{
    color: #003399;
    text-decoration: none;
}

/* 主链接.带下划线 */
a.t1:link{  
	color: #003399;
	text-decoration: underline;
	}
a.t1:visited 
{
    color: #003399;
    text-decoration: underline;
}
a.t1:hover {
	color: #003399;
	text-decoration: none;
	}
a.t1:active 
{
    color: #003399;
    text-decoration: underline;
}
/* 主链接.带下划线.14px */
a.t2:link{  
	color: #003399;
	font-size:14px;
	text-decoration: underline;
	}
a.t2:visited 
{
	color: #003399;
	font-size:14px;
    text-decoration: underline;
}
a.t2:hover {
	color: #003399;
	font-size:14px;
	text-decoration: none;
	}
a.t2:active 
{
	color: #003399;
	font-size:14px;
    text-decoration: underline;
}


.headline{
    float:none;
    padding:6px 5px 4px 10px;
    background-color:#eee;
    font-size:14px;
    font-weight:bold;
}
    .headline_content{
        margin:8px 0 12px 0;
        padding:5px;
    }





/**************************** 以下为内容区样式 ****************************/


#all{
    margin-left: auto;
    margin-right: auto;
    width:936px;
    text-align:left;
    background-color:#fff;
}

#content{
}

#top{
    clear:both;
    width:100%;
    height:86px;
    background-image:url(/Images/top_bg.jpg);
    background-repeat:no-repeat;
    text-align:center;
   
}
    
#menu{
    clear:both;
    float:none;
    padding:6px 0 0 55px;
    height:32px;
    background-image:url(/Images/menu_bg.jpg);
    background-repeat:no-repeat;
    color:#ccc;
}
    #menu a:link{  
        margin:0 10px;
	    font-size: 13px;
	    font-weight:bold;
	    color: #444;
	    text-decoration: none;
	    }
    #menu a:visited 
    {
        margin:0 10px;
	    font-size: 13px;
	    font-weight:bold;
        color: #444;
        text-decoration: none;
    }
    #menu a:hover {
        margin:0 10px;
	    font-size: 13px;
	    font-weight:bold;
	    color: #444;
	    text-decoration: none;
	    }
    #menu a:active {
        margin:0 10px;
	    font-size: 13px;
	    font-weight:bold;
        color: #444;
        text-decoration: none;
    }
    
    

#left{
    float:left;
    margin-right:65px;
    padding:0 0 0 15px;
    width:575px;
}

    
#right{
    float:left;
    margin:50px 0 0 0;
    padding:15px 45px 20px 20px;
    height:450px;
    background-image:url(/Images/default_right_bg.gif);
    background-repeat:no-repeat;
}



#bottom{
    clear:both;
    margin-top:15px;
    width: 100%;
    height:55px;
    background-image:url(/Images/bottom_bg.gif);
    background-repeat:no-repeat;
}





/**************************** 以下为模板固定样式 ****************************/

/* 导航样式 */
.nav{
    margin:20px 0;
    padding:2px 0 2px 5px;
    border-bottom:solid 1px #ccc;
}


/* 搜索框样式 */
#search{
    float:left;
    padding:80px 0 0 10px;
    

}

/* 分页栏样式 */
.paging{
    clear:both;
    float:none;
    margin:20px 0 15px 0;
    padding:2px 1% 5px 1%;
    width:98%;
    background-color:#eee;
}

/* 内容层样式(例如紧跟headline下的内容) */
.divcontent{
    clear:both;
    margin:2px 0 5px 0;
    padding:5px 5px 0 5px;
}


/* 目录侧边列表 */
.cate_list_1{ /*一级目录列表*/
    clear:both;
    float:none;
    margin:6px 0;
    color:#003399;
}
.cate_list_1 a:link{
    text-decoration:none;
}
.cate_list_1 a:visited{
    text-decoration:none;
}
.cate_list_1 a:hover{
    text-decoration:none;
}
.cate_list_1 a:active{
    text-decoration:none;
}
    .cate_list_2{ /*二级目录列表*/
        margin:10px;
        font-weight:bold;
        color:#003399;
    }
    .cate_list_2 a:link{
        text-decoration:none;
        font-weight:normal;
    }
    .cate_list_2 a:visited{
        text-decoration:none;
        font-weight:normal;
    }
    .cate_list_2 a:hover{
        text-decoration:none;
        font-weight:normal;
    }
    .cate_list_2 a:active{
        text-decoration:none;
        font-weight:normal;
    }
        .cate_list_3{ /*三级目录列表*/
            margin:10px 10px 10px 20px;
        }
        .cate_list_3 a:link{
            text-decoration:none;
        }
        .cate_list_3 a:visited{
            text-decoration:none;
        }
        .cate_list_3 a:hover{
            text-decoration:none;
        }
        .cate_list_3 a:active{
            text-decoration:none;
        }
        
/* 产品列表 */
.prod_list{
    float:left;
    padding:5px 5px 8px 5px;
    width:178px;
}
   .prod_list a:link{
        height:32px;
        line-height:15px;
        display:block;
        text-decoration:none;
    }
    .prod_list a:visited{
        height:32px;
        line-height:15px;
        display:block;
        text-decoration:none;
    }
    .prod_list a:hover{
        height:32px;
        line-height:15px;
        display:block;
        text-decoration:none;
    }
    .prod_list a:active{
        height:32px;
        line-height:15px;
        display:block;
        text-decoration:none;
    }
.prod_list img{
    margin-top:6px;
    border:solid 1px #ccc;
}

/* 文章列表 */
.article_list{
    float:none;
    border-bottom:dashed 1px #bbb;
}
    .article_list a:link{
        display:block;
        text-decoration:none;
    }
    .article_list a:visited{
        display:block;
        text-decoration:none;
    }
    .article_list a:hover{
        display:block;
        text-decoration:none;
    }
    .article_list a:active{
        display:block;
        text-decoration:none;
    }

/* 下载列表 */
.downfile_list{
    float:left;
    padding:2px;
    width:98%;
}
    .downfile_list a:link{
        text-decoration:none;
    }
    .downfile_list a:visited{
        text-decoration:none;
    }
    .downfile_list a:hover{
        text-decoration:none;
    }
    .downfile_list a:active{
        text-decoration:none;
    }
    .downfile_list a.down:link{
        margin-left:10px;
        padding-left:15px;
        text-decoration:underline;
        
    }
    .downfile_list a.down:visited{
        padding-left:15px;
        text-decoration:underline;
    }
    .downfile_list a.down:hover{
        padding-left:15px;
        text-decoration:none;
    }
    .downfile_list a.down:active{
        padding-left:15px;
        text-decoration:underline;
    }
    

/**************************** 模板页面自定义样式 ****************************/

.side_01{
    font-size:14px;
}
.side_02{
    margin-top:3px;
    margin-bottom:10px;
}

#default_01{
    margin:15px 0;
    padding:9px 8px 6px 8px;
    background-color:#d8f8fe;
}














