﻿/* CSS Document */

/***************通用样式*****************************/
body {
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
}
body, td, th
{
	font-size: 12px;
	padding: 0;
	font-family: Arial, "宋体";
	margin: 0;
	color: #666666;
	line-height: 22px;
	
}

/***************头部文件*****************************/
    .mains
    {
        background-repeat: repeat-x;
        width: 100px;
        cursor: hand;
    }
    .mains ul
    {
        display: none;
    }
    #nav1 ul
    {
        padding: 0;
        margin: 0;
    }
    #nav1 a
    {
        display: block; /**把a标签设置为块级元素**/
    }
    #nav1 li
    {
        float: left;
        line-height: 28px;
        list-style-type: none;
    }
    #nav1 li a
    {
        text-decoration: none;
        padding-left: 16px;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
    }

    #nav1 li a:hover
    {
        color: #FE8200;
        background-color:#5A5A5A;
        width: 100px;
        height:28px;
        font-size: 12px;
    }
	
.top A:link
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.top A:visited
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.top A:hover
{
	color: #00CCFF;
	text-decoration: none;
}
.top A:active
{
	color: #00CCFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
	/***************左侧文件*****************************/
	        .main
        {
            color: #7f7f7f;
            width: 160px;
            cursor: hand;
        }
            .main ul
    {
        display: none;
    }
        #nav1s ul
        {
            padding: 0;
            margin: 0;
        }
        #nav1s a
        {
            display: block; /**把a标签设置为块级元素**/
        }
        #nav1s li
        {
            line-height: 28px;
            list-style-type: none;
        }
        #nav1s li a
        {
            text-decoration: none;
            padding-left: 5px;
            color: #7f7f7f;
        }
        #nav1s ul li a
        {
            color: #7f7f7f;
        }
        #nav1s li a:hover
        {
            color: #7f7f7f;
            background-color: #f0f0f0;
            width: 160px;
            height: 25px;
            font-size: 12px;
        }
		#nav1s ul li a:hover
{
	color: #7f7f7f;
	background-color: #f0f0f0;
	width: 140px;
	height: 25px;
	font-size: 12px;
}
	
/***************二级菜单*****************************/

.Menu02 A:link
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.Menu02 A:visited
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.Menu02 A:hover
{
	color: #00CCFF;
	text-decoration: none;
}
.Menu02 A:active
{
	color: #00CCFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.Menu01 A:link
{
	color: #00CCFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.Menu01 A:visited
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #00CCFF;
}
.Menu01 A:hover
{
	color: #00CCFF;
	text-decoration: none;
}
.Menu01 A:active
{
	color: #00CCFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/***************首页产业单元*****************************/

.more A:link
{
	color: #0491B9;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.more A:visited
{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #0491B9;
}
.more A:hover
{
	color: #00CCFF;
	text-decoration: none;
}
.more A:active
{
	color: #00CCFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
