﻿@charset "utf-8";
* {
       
       font-weight: inherit;
       font-family: inherit;
       font-style: inherit;
       font-size: 100%;
       outline: 0;
       padding: 0;
       margin: 0;
}
body {
	background-image: url(../images2/topbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
}
#searchinput {
	font-size: 12px;
	border: 1px solid #999999;
	width: 120px;
}
.table_style {
	border: 1px solid #ccc;
}
.qianqibg {
	background-image: url(../images2/tqbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nnnbg {
	background-image: url(../images2/nnnbg.jpg);
	padding:5px;
	
}
.border_table {
	border: 1px solid #47280A;
}
.small_content {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-indent: 24px;
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.deep_text {
	color: #000;
}
.Nav_deep {
	color: #D9AC59;
}
.deep_text a {
	color: #000;
}
.deep_text a:hover {
	color: #fff;
}
.input1{
	height:12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
.btn_bg {
	background-image: url(../images2/btnbg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
	width: 95px;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
.btn_bg a{
	color: #000000;
}
.btn_bg a:hover {
	color: #CC9900
}
.select_list {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 7px;
}
.select_title {
	background-image: url(../images2/select_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
.btn_bg2 {
	background-image: url(../images2/tzbtnbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 70px;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.btn_bg2 a{
	color: #000000;
}
.btn_bg2 a:hover {
	color: #CC9900
}
.btn_bg3 {
	background-image: url(../images2/btn_bg3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 64px;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.btn_bg3 a{
	color: #4C8403;
}
.btn_bg3 a:hover {
	color: #000;
}
.nav_bg {
	background-image: url(../images2/nav001.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 94px;
	text-align: center;
	
}
.nav_bg  a{
	color: #4C8403;
}
.nav_bg  a:hover {
	color: #000;
	background-image: url(../images2/nav001-a.jpg);
}
.huise {
	color: #999999;
}
.black a {
	color: #000000;
}
.black a:hover {
	color: #CC9900;
}.riqi {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#nav {
	height:30px;
	width: 950px;
	background-image: url(../images2/index1-blue2-nav_2.gif);
	margin: 0 auto;

}


#nav li {      /*针对列表项，去除列表前面的样式，并使之浮动定位，形成横向导航条*/

        float:left;

        list-style-type:none;
		
		}
#nav li a#current { /*此样式是想模仿一种文件夹样式，当前文档所在频道会显示为与其他频道不同的样式*/
	background-image: url(../images2/now008.jpg);
	width:88px;
	height:30px;
	margin-left:0px;
	display:block;
}
#nav li a#a1{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav001.jpg);

}

#nav li a:hover#a1{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav001-a.jpg);

}
#nav li a#a2{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav002.jpg);

}

#nav li a:hover#a2{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav002-a.jpg);

}
#nav li a#a3{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav003.jpg);

}

#nav li a:hover#a3{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav003-a.jpg);

}
#nav li a#a4{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav004.jpg);

}

#nav li a:hover#a4{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav004-a.jpg);

}
#nav li a#a5{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav005.jpg);

}

#nav li a:hover#a5{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav005-a.jpg);

}
#nav li a#a6{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav006.jpg);

}

#nav li a:hover#a6{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav006-a.jpg);

}
#nav li a#a6{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav006.jpg);

}

#nav li a:hover#a6{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav006-a.jpg);

}
#nav li a#a7{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav007.jpg);

}

#nav li a:hover#a7{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav007-a.jpg);

}
#nav li a#a8{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav008.jpg);

}

#nav li a:hover#a8{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav008-a.jpg);

}
#nav li a#a9{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:0px;
	background-image: url(../images2/nav009.jpg);

}

#nav li a:hover#a9{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav009-a.jpg);

}
#nav li a#a10{     /*将导航文字作为块级元素，使之可以像一个方块按钮一样去运作，对之进行样式设计*/
	
	text-decoration:none;
	padding-top:0px;
	display:block;
	width:94px;
	height:30px;
	margin-left:10px;
	background-image: url(../images2/nav001sy.jpg);

}

#nav li a:hover#a10{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有在a标签中有href属性中的才有效*/
	background-image: url(../images2/nav001sy-a.jpg);

}
.bmleftbg {
	background-image: url(../images2/index-bm_3_2.jpg);
	background-repeat: no-repeat;
}
.bgg {
	background-image: url(../images2/index-bm_3_4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	
}
/*----级联菜单样式开始----*/
#navigation, #navigation li ul {
            list-style-type: none;
        }
        #navigation {
            font-family:verdana; 
			font-size:12px; 
			margin:0px;
			width:178px;   /* 修改*/
			border-style: none;
        }
        #navigation li {
            float:left;
            text-align:center;
            position:relative;
			left:0;
			top:0;
			border-style: none;
        }
        #navigation li a:link, #navigation li a:visited {
            display:block; 
            text-decoration:none; 
            color:#416AAA; 
            width:120px;
            
            height:29px; 
            line-height:29px;
            padding-left:1px;
            font-weight: bold;
        }
        #navigation li a:hover {
            color:#ff0000;
        }
        #navigation li ul li a:hover {
            color:#ff0000;
            padding-left:38px;
        }
        #navigation li ul li a:link {
            font-weight: lighter;
            padding-left:38px;
        }
        #navigation li ul li a:visited {
            font-weight: lighter;
            padding-left:38px;
        }
        #navigation li ul {
            display:none;
            position:relative; 
            top:0px;
            left:-20px!important;
            left:-15px;
            width:158px;
            font-weight: lighter;
            background-image: url(../images2/ll_3a.gif);
        }
        #navigation li ul li ul {
            display:none;
            position:absolute; 
            top:0px;
            left:107px; 
            margin-top:0;
            margin-left:0;
            width:120px;
			border-style: none;
        }
        #navigation .menuMain {
			border-style: none;
			background-image: url(../images2/ll_3.jpg);
			padding-left:20px;
			width:158px;
        }
        
/*----级联菜单样式结束----*/
.font4 {color: #416AAA;font-weight: bold;font-size: 16px;}
.dline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: DAD5AB;color: #416AAA;font-weight: bold;font-size: 16px;
	padding-left:10px;
}
.dline1 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: DAD5AB;color: #000000;font-size: 14px;
	padding-left:10px;
}
p {
  text-indent: 0em;
  line-height: 170%;
  }
.h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.btn1{
	background-color: #FFFFFF;
}
.btn2{
	background-color: #FFFFFF;
}
.btn3{
	background-color: #CDE9FE;
}