html,body{
    margin:0 0 20px 0;
    font-family:微软雅黑,宋体;
    font-size:13px;
    color:#444;
    text-align:center;
    line-height:22.5px;
}

.brighttext{
    color:#cc0000;
}

.lighttext{
    color:#888;
}

.bg_main{
    background-color:#eee;
}

h1{
    margin:10px 0 5px 0;
    font-size:15px;
    font-weight:bold;
}

h3{
    margin:10px 0 5px 0;
    font-size:14px;
    font-weight:bold;
}
h4
{
	margin:5px 0;
	color: #003399;
	font-size:14px;
	font-weight:normal;
}
h5{
    margin:5px 0;
    font-size:12px;
    font-weight:bold;
}

p{
    margin:15px 0;
    text-indent:0;
    font-size:12px;
}

ul,li{
    margin:3px 0 0 0;
    padding:0;
    list-style:none;
}
    /* 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-left:22px;
        list-style-type:lower-alpha;
    }

img{
    border:0;
}

hr{
    clear:both;
    margin:15px 0;
    width:100%;
    border:dashed 1px #ccc;
    color:#ccc;
}

.table1{
    background-color:#ccc;
}
    .table1 td{
        background-color:#fff;
    }
    .table1 th{
        text-align:left;
        background-color:#eee;
    }


/* 主链接 */
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{
    margin-bottom:10px;
    font-size:15px;
    font-weight:bold;
}

.divframe{
    clear:both;
    margin-top:20px;
    padding:10px;
    border:solid 1px #b6cae3;
}


/**************************** 以下为内容区样式 ****************************/


#all{
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    width:980px;
    text-align:left;
}
    .all{
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        width:980px;
        text-align:left;
    }
    
#content
{
    margin:7px 0 25px 0;
    padding:0 2px 0 0;
    font-size:13px;
}

#content_border
{
	margin-bottom:15px;
    padding:5px 12px 0 12px;
	width:951px;
    border:solid 1px #ccc;
    border-top:0;
}

#top{
    margin-bottom:30px;
    padding:5px 0 0 0;
    width:100%;
    height:35px;
    color:#777;
    background-color:#ffffdd;
    border-bottom:solid 1px #cfe0f2;
}
#top2{
    float:none;
    margin-top:8px;
    width:100%;
    height:60px;
    color:#555;
    text-align:right;
}


#menu_all
{
    clear:both;
    margin:12px 0 0 0;
    width:100%;
    height:36px;
    background-color:#fff;
}

#menu_L {
    float:left;
    width:6px;
    height:38px;
    background-image:url(/Images/menu_bg_left.gif);
    background-repeat:no-repeat;
}
#menu_R{
    float:left;
    width:6px;
    height:38px;
    background-image:url(/Images/menu_bg_right.gif);
    background-repeat:no-repeat;
}  
#menu{
    float:left;
    padding:5px 0 5px 10px;
    width:955px;
    height:30px;
    color:#fff;
    background-image:url(/Images/menu_bg.gif);
    background-repeat:repeat-x;
}

    #menu a:link{  
        margin:0 12px;
	    font-size: 14px;
	    font-weight:bold;
	    color: #003399;
	    text-decoration: none;
	    }
    #menu a:visited 
    {
        margin:0 12px;
	    font-size: 14px;
	    font-weight:bold;
        color: #003399;
        text-decoration: none;
    }
    #menu a:hover {
        margin:0 12px;
	    font-size: 14px;
	    font-weight:bold;
	    color: #c00;
	    text-decoration: none;
	    }
    #menu a:active {
        margin:0 12px;
	    font-size: 14px;
	    font-weight:bold;
        color: #003399;
        text-decoration: none;
    }

    
    
    
#left{
    float:left;
    margin:0 5px 0 0;
    width:740px;
}

#middle{
}


#right{
    clear:right;
    float:left;
    width:233px;
}
    .right_frame{
        margin-bottom:12px;
        padding:8px;
        border:solid 1px #b6cae3;
        background-color:#f8f8f8;
    }

#bottom{
    clear:both;
    padding:15px 0 5px 0;
    width: 100%;
    text-align:center;
    color:#444;
    line-height:28px;
}
    #bottom_menu{
        margin:30px 0 10px 0;
        padding:5px 4px 3px 12px;
        text-align:left;
        color:#ccc;
        line-height:20px;
        background-image:url(/Images/bottom_bg.gif);
        background-repeat:repeat-x;
        border:solid 1px #b6b9cc;
    }
   


/**************************** 以下为模板固定样式 ****************************/

/* 导航样式 */
.nav{
    margin-bottom:25px;
    width:100%;
    color:#888;
    border-bottom:solid 1px #ccc;
    text-align:left;
}


/* 搜索框样式 */
#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 2px 5px;
    width:152px;
}
   .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{
}
.article_list li
{
	margin:0;
	padding:5px 0;
}

    .article_list a:link
    {
    	font-size:14px;
        text-decoration:none;
    }
    .article_list a:visited{
    	font-size:14px;
        text-decoration:none;
    }
    .article_list a:hover{
    	font-size:14px;
        text-decoration:underline;
    }
    .article_list a:active{
    	font-size:14px;
        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;
        background-image:url(/Skin/T0003/Images/download_01.gif);
        background-repeat:no-repeat;
        text-decoration:underline;
        
    }
    .downfile_list a.down:visited{
        padding-left:15px;
        background-image:url(/Skin/T0003/Images/download_01.gif);
        background-repeat:no-repeat;
        text-decoration:underline;
    }
    .downfile_list a.down:hover{
        padding-left:15px;
        background-image:url(/Skin/T0003/Images/download_01.gif);
        background-repeat:no-repeat;
        text-decoration:none;
    }
    .downfile_list a.down:active{
        padding-left:15px;
        background-image:url(/Skin/T0003/Images/download_01.gif);
        background-repeat:no-repeat;
        text-decoration:underline;
    }
    

/**************************** 模板页面自定义样式 ****************************/


#nav {
	list-style-type: none;
}
#nav a {
	display: block; text-align:center;
}
#nav a:link  {
	text-decoration:none;
}
#nav a:visited  {
	text-decoration:none;
}
#nav a:hover  {
	text-decoration:none;
}
#nav li {
	float: left;
}
#nav li a:hover{
}
#nav li ul {
    list-style-type: none;
    text-align:left;
    left: -999em; 
    width: 150px; 
    position: absolute; 
    float:left;
    background: #f6f6f6;
    border:solid 1px #ccc;
}
#nav li ul li{
    float:none;
    width:150px;
    height:25px;
    background: #f6f6f6;
}
#nav li ul a{
    display: block; 
    text-align:left;
}
#nav li ul a:link  {
	text-decoration:none;
}
#nav li ul a:visited  {
	text-decoration:none;
}
#nav li ul a:hover  {
	text-decoration:none;
	color:#f3f3f3;
	background:#c00;
}
#nav li:hover ul {
	left:auto;
}
#nav li.sfhover ul {
	left:auto;
}











.side_content 
{
	margin-bottom:15px;
	width: 232px;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	margin-bottom: 5px;

}
.side_guide {
	height: 30px;
	width: 234px;
	background: url("/Css/dw.net.cn/Images/guide_bg.jpg") no-repeat ;
	background-position: 0 -145px;
}
.side_basestudy 
{
	text-align:right;
	padding-top:5px;
	padding-right:10px;
	height: 25px;
	width: 224px;
	background: url("/Css/dw.net.cn/Images/guide_bg.jpg") no-repeat ;
	background-position: 0 -104px;
}
.side_news 
{
	text-align:right;
	padding-top:5px;
	padding-right:10px;
	height: 25px;
	width: 224px;
	background: url("/Css/dw.net.cn/Images/guide_bg.jpg") no-repeat ;
	background-position: 0 -275px;
}


.ul_menu_left{
}
    .ul_menu_left li{
        background-color:#eee;
    }

.top_search{ float:right;margin:0 10px 0 0;height:19px;background:url(/Images/bg_search.gif) no-repeat right top; }
.top_search div{float:left;}
.top_search input{ width:158px;background:none; border:none;}
.top_search input#Text1{margin-top:2px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
.top_search input#Text1{margin-top:0;}
}
.top_search input#searchsubmit{width:20px; float:left; cursor:pointer;}








