/* add style */

/*链接样式1*/
A:visited {
	COLOR: #660000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A:active {
	COLOR: #ff0000
}
/*导航栏样式*/
          #header {
          	background:#fff;
          	height: 25px;
          	min-height: 25px;
          }
          
		  #header login{

		     PADDING-BOTTOM: 2px;
			 }
          #header span ul{
		    margin: 0 auto;
          	padding: 0;
          	list-style: none;
          	position: absolute;
                   
                    height: 20px;
                    background-color: #b2d9fe;
                    width: 780px;
					float:left;
                    padding-top: 5px;
          }

          a.skip-content {
          	position: absolute;
          	top: 0;
          	left: 0;
          	width: 100%;
          	height: 6px;
          	overflow: hidden;
          	display: block;
          	text-indent: -9999px;
          	background: #7cba0f repeat-x 0 100%;
          	z-index:100;
          }
          a.skip-content:hover {
          	height: 10px;
          	padding: 5px 0 0;
          	overflow: hidden;
          	border: 0px solid #fff;
          	background: #7cba0f repeat-x 0 100%;
          }
          a.skip-content span {
          	width: 120px;
          	height: 5px;
          	/*background:*/ 
          	display: block;
          	overflow: hidden;
          	margin: 0 auto;
          	display: none;
          	cursor: pointer;
          }
          a.skip-content:hover span {
          	display: block;
          }

          #header span ul li {
                    float: left;

                    display: inline;
          }



          #header span ul a {
		  text-decoration: none;
          	display: block;
                    font: bold 1.0em Trebuchet MS;
					font-family: "宋体";
                    color: #00f;
                    text-transform: uppercase;
          }

#header span ul a {

-moz-border-radius: 3px;
}

#header span ul a:focus,
#header span ul a:active,
#header span ul a:hover {
background-color: #73adff;
outline: none;
}

#header span ul a.home {
          	margin: 0 18px 0 24px;
          }
#header span ul a.jingrong {
          	margin: 0 24px 0 0;
          }
#header span ul a.news {
          	margin: 0 24px 0 0;
          }
#header span ul a.qa {
            margin:0 24px 0 0;
		  }
#header span ul a.bbs {
          	margin: 0 24px 0 0;
          }
#header span ul a.blog {
          	margin: 0 24px 0 0;
          }
#header span ul a.insearch {
          	margin: 0 24px 0 0;
          }
#header span ul a.cangjingge {
          	margin: 0 24px 0 0;
          }
#header span ul a.shurufa {
          	margin: 0 24px 0 0;
          }
#header span ul a.liuyanben {
          	margin: 0 18px 0 0;
          }

#home #header span ul a.home,
          #jingrong #header span ul a.jingrong,
          #news #header span ul a.news,
          #bbs #header span ul a.bbs,
          #blog #header span ul a.blog,
          #insearch #header span ul a.insearch,
          #cangjingge #header span ul a.cangjingge,
          #shurufa #header span ul a.shurufa,
          #liuyanben #header span ul a.liuyanben,
		  {
          background-color: #7cba0f;
          color: #fff;
          -moz-border-radius: 3px;
          }

/*top表样式*/
.Toptile{
     background-color: #B2D9FE;
	 }
.Topcontent{
     background-color: #EDF5FF;
	 overflow: hidden;
	 }


/*精灵小屋样式*/
.text_fun{
    overflow:hidden   ;
    text-overflow:ellipsis;
    width:150;
	height:170;
	}

/*头*/
#front
{
    position: absolute;
    z-index:10;
    width:970;
	border:0;
	}

/*登陆层*/
#divShow
{
        position: absolute;
        width:200px;
        height:20px;
        left: 70%; 
        top: 10px;
        z-index:1;
        border-width:thin;
    }
span.highlight
{
background-color:#7cba0f
}

/*td {  font-family: "宋体"; font-size: 10pt; line-height: 22px; color: #000000; text-decoration: none}*/


